diff --git a/ink-theater/README.md b/ink-theater/README.md index c7e245a3..39c6509a 100644 --- a/ink-theater/README.md +++ b/ink-theater/README.md @@ -61,11 +61,25 @@ The right way to animate a doodle *character* (walk / dance / wave / jump) is ** var p = InkPuppet.create(mount, { cx: 960, ground: 902, boil: "boil" }); p.drawIn(tl, { start: 0.4 }); // pencil sketches the figure limb-by-limb InkPuppet.choreograph(tl, p, [ // then plays named mocap clips — zero hand-tuning - { clip: "wave_hello" }, { clip: "dab" }, { clip: "jumping" }, { clip: "zombie" } + { clip: "walk" }, { clip: "dance_spin" }, { clip: "kick" }, { clip: "wave" } ], { start: 3.7 }); + +// speak — comic balloon tethered to the mouth (HTML text = webfont works) +InkTheater.balloon(tl, { into: fxGroup, overlay: htmlOverlay, at: 5, dur: 2, text: "hello!", boil: "boil" }); ``` -Deterministic + seek-safe (pose is a pure function of each segment's local time). **Add a motion** by dropping any BVH through the converter — free CMU mocap has thousands (walk/run/dance/…). This is what Meta's *Animated Drawings* does, but here it stays **vector, white-ink, with a draw-on reveal** (Animated Drawings is raster, humanoid-only, and has no reveal — see the eval notes). Provenance of the bundled example clips: `mocap/NOTE.md`. +Deterministic + seek-safe (pose is a pure function of each segment's local time). + +**The action library (`mocap/catalog.json`)** ships ~12 varied moves the agent picks by name — locomotion (`walk`, `run`, `climb`, `march`, `shuffle`), action (`jump`, `kick`), posture (`sit`), gesture (`wave`), dance (`dance_spin`, `dance_glide`, `dab`). **Read the catalog and pick moves that fit the story — don't loop one clip.** + +**Extend it in one command** (self-extending, no code changes) — the converter auto-maps fair1 / CMU / Mixamo skeletons: +``` +node mocap/add-motion.mjs backflip 05_20 dance "a backflip" # CMU id, or a URL, or a local .bvh +``` +Free **CMU mocap** (`una-dinosauria/cmu-mocap`) has thousands. This is what Meta's *Animated Drawings* does, but here it stays **vector, white-ink, with a draw-on reveal** (AD is raster, humanoid-only, no reveal). Provenance: `mocap/NOTE.md`. + +### Speech balloons — `InkTheater.balloon(tl, opts)` +Comic balloon that grows from the mouth, with HTML overlay text (so the webfont applies). `opts`: `into` (an SVG ``), `overlay` (an HTML div), `at`, `dur`, `text`, `mouth:[x,y]`, `center:[x,y]`, `w`, `size`, `boil`. ## Demos diff --git a/ink-theater/examples/mocap-figure/assets/inkhand.woff2 b/ink-theater/examples/mocap-figure/assets/inkhand.woff2 deleted file mode 100644 index 49c912fe..00000000 Binary files a/ink-theater/examples/mocap-figure/assets/inkhand.woff2 and /dev/null differ diff --git a/ink-theater/examples/mocap-figure/assets/patrickhand.ttf b/ink-theater/examples/mocap-figure/assets/patrickhand.ttf new file mode 100644 index 00000000..fb45ccdb Binary files /dev/null and b/ink-theater/examples/mocap-figure/assets/patrickhand.ttf differ diff --git a/ink-theater/examples/mocap-figure/clips.js b/ink-theater/examples/mocap-figure/clips.js index b3196289..757e894f 100644 --- a/ink-theater/examples/mocap-figure/clips.js +++ b/ink-theater/examples/mocap-figure/clips.js @@ -1 +1 @@ -window.INK_CLIPS={"wave_hello":{"name":"wave_hello","fps":30,"height":520,"groundY":284,"frameCount":210,"frames":[{"rootY":0,"hips":[0,0],"chest":[3.1,-86],"neck":[3.7,-146.1],"head":[2.6,-177.8],"shR":[61.2,-143.1],"elR":[139.1,-124.1],"haR":[222.8,-109],"shL":[-55.1,-141.8],"elL":[-130,-112.1],"haL":[-215.5,-84.1],"hipR":[29.3,7.8],"knR":[37.3,164],"ftR":[48.3,283.2],"hipL":[-28.9,9.2],"knL":[-38.3,165.3],"ftL":[-49.4,284.2]},{"rootY":0,"hips":[0,0],"chest":[3,-86],"neck":[3.4,-146.1],"head":[2.3,-177.8],"shR":[61,-143.2],"elR":[139,-124.5],"haR":[222.7,-109.5],"shL":[-55.3,-141.7],"elL":[-130.2,-111.9],"haL":[-215.6,-83.7],"hipR":[29.3,7.7],"knR":[37.4,163.9],"ftR":[48.2,283.1],"hipL":[-28.8,9.3],"knL":[-38.5,165.3],"ftL":[-49.7,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.1,-146.1],"head":[1.8,-177.8],"shR":[60.6,-143.5],"elR":[138.7,-125.1],"haR":[222.4,-110.6],"shL":[-55.6,-141.4],"elL":[-130.5,-111.5],"haL":[-215.9,-83.2],"hipR":[29.3,7.6],"knR":[37.5,163.8],"ftR":[48,283],"hipL":[-28.8,9.4],"knL":[-38.8,165.4],"ftL":[-50.2,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.7,-85.9],"neck":[2.7,-146.1],"head":[1.3,-177.8],"shR":[60.2,-143.8],"elR":[138.4,-125.9],"haR":[222.2,-112],"shL":[-56,-141.2],"elL":[-130.8,-111.1],"haL":[-216.2,-82.6],"hipR":[29.3,7.5],"knR":[37.4,163.7],"ftR":[47.7,282.9],"hipL":[-28.8,9.5],"knL":[-39.1,165.5],"ftL":[-50.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-85.9],"neck":[2.3,-146.2],"head":[0.8,-177.8],"shR":[59.9,-144.2],"elR":[138.1,-126.8],"haR":[222.1,-113.4],"shL":[-56.4,-141],"elL":[-131,-110.6],"haL":[-216.3,-81.9],"hipR":[29.3,7.5],"knR":[37.1,163.7],"ftR":[47.2,282.9],"hipL":[-28.8,9.5],"knL":[-39.4,165.5],"ftL":[-51.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.9],"neck":[2,-146.2],"head":[0.4,-177.8],"shR":[59.5,-144.6],"elR":[138,-127.7],"haR":[222,-114.9],"shL":[-56.6,-140.8],"elL":[-131.1,-110.1],"haL":[-216.4,-81.1],"hipR":[29.4,7.5],"knR":[36.9,163.7],"ftR":[46.8,282.9],"hipL":[-28.8,9.5],"knL":[-39.6,165.5],"ftL":[-51.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[1.8,-146.2],"head":[0.1,-177.8],"shR":[59.3,-144.9],"elR":[137.8,-128.6],"haR":[222,-116.3],"shL":[-56.8,-140.6],"elL":[-131.2,-109.6],"haL":[-216.3,-80.2],"hipR":[29.4,7.4],"knR":[36.8,163.7],"ftR":[46.5,282.9],"hipL":[-28.8,9.5],"knL":[-39.8,165.5],"ftL":[-51.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.3,-85.9],"neck":[1.5,-146.2],"head":[-0.3,-177.9],"shR":[59,-145.3],"elR":[137.6,-129.4],"haR":[221.9,-117.5],"shL":[-57.1,-140.4],"elL":[-131.3,-109.1],"haL":[-216.3,-79.2],"hipR":[29.4,7.4],"knR":[36.5,163.7],"ftR":[46.1,283],"hipL":[-28.8,9.5],"knL":[-39.9,165.5],"ftL":[-52,284.4]},{"rootY":0,"hips":[0,0],"chest":[2.2,-86],"neck":[1.2,-146.3],"head":[-0.6,-177.9],"shR":[58.6,-145.6],"elR":[137.3,-130],"haR":[221.7,-118.4],"shL":[-57.4,-140.4],"elL":[-131.5,-108.8],"haL":[-216.3,-78.4],"hipR":[29.3,7.5],"knR":[36,163.8],"ftR":[45.5,283.1],"hipL":[-28.8,9.5],"knL":[-40.1,165.4],"ftL":[-52.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[2,-86],"neck":[0.9,-146.3],"head":[-1,-177.9],"shR":[58.3,-146],"elR":[137,-130.6],"haR":[221.4,-119.1],"shL":[-57.7,-140.4],"elL":[-131.7,-108.4],"haL":[-216.3,-77.8],"hipR":[29.3,7.6],"knR":[35.7,163.9],"ftR":[45,283.2],"hipL":[-28.8,9.4],"knL":[-40.3,165.4],"ftL":[-52.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.9,-86],"neck":[0.6,-146.3],"head":[-1.4,-177.9],"shR":[57.9,-146.3],"elR":[136.6,-131],"haR":[221,-119.6],"shL":[-58,-140.3],"elL":[-131.9,-108.2],"haL":[-216.5,-77.3],"hipR":[29.3,7.5],"knR":[35.7,163.9],"ftR":[44.8,283.2],"hipL":[-28.8,9.4],"knL":[-40.4,165.4],"ftL":[-52.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.7,-86],"neck":[0.2,-146.3],"head":[-1.8,-177.9],"shR":[57.5,-146.5],"elR":[136.3,-131.3],"haR":[220.7,-120],"shL":[-58.3,-140.3],"elL":[-132.2,-108.1],"haL":[-216.7,-77],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[44.7,283.2],"hipL":[-28.8,9.5],"knL":[-40.5,165.4],"ftL":[-52.7,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.6,-86.1],"neck":[-0.1,-146.3],"head":[-2.2,-177.9],"shR":[57.2,-146.8],"elR":[136,-131.7],"haR":[220.4,-120.4],"shL":[-58.6,-140.3],"elL":[-132.5,-108.1],"haL":[-217,-76.9],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[44.6,283.2],"hipL":[-28.8,9.5],"knL":[-40.6,165.5],"ftL":[-52.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.5,-86.2],"neck":[-0.3,-146.3],"head":[-2.6,-177.9],"shR":[56.9,-147],"elR":[135.7,-132.1],"haR":[220.2,-120.8],"shL":[-58.9,-140.3],"elL":[-132.7,-108.1],"haL":[-217.3,-76.9],"hipR":[29.3,7.5],"knR":[35.7,163.8],"ftR":[44.6,283.2],"hipL":[-28.8,9.5],"knL":[-40.6,165.4],"ftL":[-52.9,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.4,-86.2],"neck":[-0.5,-146.4],"head":[-2.9,-178],"shR":[56.6,-147.2],"elR":[135.5,-132.6],"haR":[220.2,-121.4],"shL":[-59.1,-140.2],"elL":[-133,-108.2],"haL":[-217.5,-77],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.7,283.1],"hipL":[-28.8,9.5],"knL":[-40.6,165.5],"ftL":[-52.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.3,-86.3],"neck":[-0.7,-146.4],"head":[-3.1,-178],"shR":[56.5,-147.3],"elR":[135.4,-133],"haR":[220.2,-122],"shL":[-59.2,-140.2],"elL":[-133.1,-108.2],"haL":[-217.7,-77],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.8,283.1],"hipL":[-28.8,9.5],"knL":[-40.5,165.5],"ftL":[-52.8,284.2]},{"rootY":0,"hips":[0,0],"chest":[1.2,-86.4],"neck":[-0.8,-146.4],"head":[-3.3,-178],"shR":[56.3,-147.5],"elR":[135.3,-133.5],"haR":[220.1,-122.6],"shL":[-59.3,-140.1],"elL":[-133.2,-108.2],"haL":[-217.8,-77.1],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.9,283.1],"hipL":[-28.8,9.5],"knL":[-40.4,165.5],"ftL":[-52.6,284.2]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.4],"neck":[-0.9,-146.4],"head":[-3.5,-178],"shR":[56.1,-147.7],"elR":[135.2,-133.9],"haR":[220,-123],"shL":[-59.5,-140.2],"elL":[-133.3,-108.2],"haL":[-217.9,-77],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[45.2,283.1],"hipL":[-28.8,9.5],"knL":[-40.3,165.5],"ftL":[-52.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.4],"neck":[-1,-146.4],"head":[-3.6,-178],"shR":[55.9,-147.9],"elR":[135,-134.2],"haR":[219.7,-123.2],"shL":[-59.6,-140.2],"elL":[-133.4,-108.3],"haL":[-217.9,-76.9],"hipR":[29.3,7.5],"knR":[36,163.8],"ftR":[45.5,283],"hipL":[-28.8,9.5],"knL":[-40.3,165.5],"ftL":[-52.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.4],"neck":[-1.1,-146.4],"head":[-3.7,-177.9],"shR":[55.7,-148.2],"elR":[134.8,-134.4],"haR":[219.4,-123.1],"shL":[-59.6,-140.4],"elL":[-133.5,-108.3],"haL":[-217.9,-76.7],"hipR":[29.3,7.5],"knR":[36.1,163.8],"ftR":[45.7,283],"hipL":[-28.8,9.5],"knL":[-40.2,165.5],"ftL":[-52,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.2,-146.4],"head":[-3.9,-177.9],"shR":[55.6,-148.5],"elR":[134.6,-134.4],"haR":[219,-122.8],"shL":[-59.7,-140.5],"elL":[-133.5,-108.2],"haL":[-217.8,-76.5],"hipR":[29.3,7.5],"knR":[36.2,163.8],"ftR":[46,283],"hipL":[-28.8,9.5],"knL":[-40,165.5],"ftL":[-51.8,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.2,-146.4],"head":[-4,-177.9],"shR":[55.4,-148.7],"elR":[134.3,-134.4],"haR":[218.6,-122.2],"shL":[-59.8,-140.6],"elL":[-133.4,-108.1],"haL":[-217.7,-76.1],"hipR":[29.3,7.5],"knR":[36.4,163.8],"ftR":[46.3,283],"hipL":[-28.8,9.5],"knL":[-39.9,165.5],"ftL":[-51.5,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.3,-146.4],"head":[-4,-178],"shR":[55.3,-148.8],"elR":[134.1,-134.1],"haR":[218.2,-121.4],"shL":[-59.8,-140.7],"elL":[-133.4,-107.9],"haL":[-217.5,-75.5],"hipR":[29.3,7.5],"knR":[36.5,163.8],"ftR":[46.5,283],"hipL":[-28.8,9.5],"knL":[-39.7,165.6],"ftL":[-51.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.6],"neck":[-1.3,-146.5],"head":[-4.1,-178],"shR":[55.2,-148.8],"elR":[133.9,-133.8],"haR":[217.8,-120.6],"shL":[-59.9,-140.8],"elL":[-133.3,-107.7],"haL":[-217.3,-75],"hipR":[29.3,7.5],"knR":[36.6,163.8],"ftR":[46.6,283],"hipL":[-28.8,9.5],"knL":[-39.5,165.6],"ftL":[-51.1,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.6],"neck":[-1.2,-146.5],"head":[-4.1,-178],"shR":[55.1,-148.8],"elR":[133.7,-133.5],"haR":[217.4,-119.8],"shL":[-59.9,-140.8],"elL":[-133.2,-107.4],"haL":[-217.1,-74.6],"hipR":[29.3,7.5],"knR":[36.6,163.8],"ftR":[46.8,283],"hipL":[-28.8,9.5],"knL":[-39.4,165.6],"ftL":[-50.9,284.2]},{"rootY":-0.1,"hips":[0,0],"chest":[1.2,-86.6],"neck":[-1.1,-146.5],"head":[-4,-178],"shR":[55.2,-148.7],"elR":[133.7,-133.2],"haR":[217.2,-119.3],"shL":[-59.8,-140.7],"elL":[-133.1,-107.2],"haL":[-216.8,-74.3],"hipR":[29.4,7.5],"knR":[37,163.8],"ftR":[47.2,282.9],"hipL":[-28.8,9.5],"knL":[-39.2,165.6],"ftL":[-50.7,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1.3,-86.5],"neck":[-0.9,-146.5],"head":[-3.9,-178],"shR":[55.4,-148.5],"elR":[133.8,-132.9],"haR":[217.1,-118.9],"shL":[-59.6,-140.7],"elL":[-132.9,-107.2],"haL":[-216.6,-74.2],"hipR":[29.4,7.4],"knR":[37.7,163.7],"ftR":[47.8,282.9],"hipL":[-28.7,9.6],"knL":[-39,165.7],"ftL":[-50.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[1.4,-86.5],"neck":[-0.7,-146.4],"head":[-3.6,-178],"shR":[55.6,-148.3],"elR":[134,-132.8],"haR":[217.2,-118.8],"shL":[-59.4,-140.8],"elL":[-132.7,-107.4],"haL":[-216.5,-74.5],"hipR":[29.4,7.4],"knR":[38.3,163.6],"ftR":[48.5,282.8],"hipL":[-28.7,9.6],"knL":[-38.9,165.7],"ftL":[-50,284.5]},{"rootY":-0.2,"hips":[0,0],"chest":[1.4,-86.4],"neck":[-0.5,-146.4],"head":[-3.4,-177.9],"shR":[55.7,-148.3],"elR":[134.1,-132.8],"haR":[217.2,-118.8],"shL":[-59.2,-141],"elL":[-132.7,-107.8],"haL":[-216.5,-75.2],"hipR":[29.4,7.4],"knR":[38.7,163.6],"ftR":[48.9,282.8],"hipL":[-28.8,9.5],"knL":[-38.9,165.7],"ftL":[-49.7,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.5,-86.4],"neck":[-0.3,-146.4],"head":[-3.2,-177.9],"shR":[55.8,-148.5],"elR":[134.2,-133],"haR":[217.2,-119],"shL":[-59.1,-141.2],"elL":[-132.7,-108.3],"haL":[-216.7,-76.1],"hipR":[29.3,7.5],"knR":[39,163.7],"ftR":[49.3,282.9],"hipL":[-28.8,9.5],"knL":[-38.8,165.6],"ftL":[-49.4,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.5,-86.3],"neck":[-0.2,-146.4],"head":[-3,-177.9],"shR":[56,-148.5],"elR":[134.4,-133.1],"haR":[217.5,-119.3],"shL":[-58.9,-141.2],"elL":[-132.7,-108.8],"haL":[-216.9,-77.1],"hipR":[29.3,7.5],"knR":[39.3,163.7],"ftR":[49.9,282.9],"hipL":[-28.8,9.4],"knL":[-38.7,165.6],"ftL":[-48.9,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.6,-86.3],"neck":[0,-146.4],"head":[-2.7,-178],"shR":[56.3,-148.3],"elR":[134.7,-133.1],"haR":[217.9,-119.6],"shL":[-58.7,-141.3],"elL":[-132.7,-109.3],"haL":[-217.1,-78.2],"hipR":[29.3,7.6],"knR":[39.6,163.7],"ftR":[50.4,282.9],"hipL":[-28.8,9.4],"knL":[-38.3,165.6],"ftL":[-48.5,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.7,-86.3],"neck":[0.2,-146.4],"head":[-2.5,-178],"shR":[56.6,-148.2],"elR":[135.1,-133.1],"haR":[218.3,-119.9],"shL":[-58.5,-141.3],"elL":[-132.7,-109.8],"haL":[-217.3,-79.1],"hipR":[29.3,7.6],"knR":[39.8,163.7],"ftR":[50.9,282.9],"hipL":[-28.8,9.4],"knL":[-38,165.6],"ftL":[-48,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.8,-86.3],"neck":[0.3,-146.5],"head":[-2.3,-178.1],"shR":[56.8,-148.1],"elR":[135.4,-133],"haR":[218.7,-120],"shL":[-58.4,-141.3],"elL":[-132.7,-110],"haL":[-217.4,-79.8],"hipR":[29.3,7.6],"knR":[39.9,163.7],"ftR":[51.3,282.8],"hipL":[-28.8,9.4],"knL":[-37.5,165.5],"ftL":[-47.5,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.9,-86.3],"neck":[0.5,-146.6],"head":[-2,-178.2],"shR":[57.1,-148],"elR":[135.7,-132.8],"haR":[219.2,-119.8],"shL":[-58.2,-141.2],"elL":[-132.6,-110.2],"haL":[-217.4,-80.3],"hipR":[29.3,7.7],"knR":[40,163.8],"ftR":[51.8,282.8],"hipL":[-28.8,9.3],"knL":[-37.1,165.5],"ftL":[-47,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2,-86.3],"neck":[0.7,-146.6],"head":[-1.8,-178.2],"shR":[57.4,-147.7],"elR":[136,-132.4],"haR":[219.8,-119.6],"shL":[-58,-141.1],"elL":[-132.5,-110.2],"haL":[-217.4,-80.7],"hipR":[29.3,7.7],"knR":[40.1,163.8],"ftR":[52.2,282.8],"hipL":[-28.8,9.3],"knL":[-36.7,165.5],"ftL":[-46.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.1,-86.3],"neck":[0.8,-146.7],"head":[-1.5,-178.3],"shR":[57.7,-147.4],"elR":[136.4,-132.1],"haR":[220.4,-119.2],"shL":[-57.9,-141],"elL":[-132.4,-110.4],"haL":[-217.5,-81.1],"hipR":[29.3,7.8],"knR":[40.3,163.8],"ftR":[52.7,282.8],"hipL":[-28.8,9.2],"knL":[-36.5,165.4],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.2,-86.3],"neck":[1,-146.7],"head":[-1.3,-178.3],"shR":[57.9,-147.3],"elR":[136.6,-131.8],"haR":[220.7,-118.6],"shL":[-57.7,-141.1],"elL":[-132.4,-110.6],"haL":[-217.4,-81.6],"hipR":[29.2,7.8],"knR":[40.6,163.8],"ftR":[53.1,282.8],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.3],"neck":[1.1,-146.7],"head":[-1,-178.3],"shR":[58.1,-147.3],"elR":[136.8,-131.4],"haR":[221,-118],"shL":[-57.6,-141.2],"elL":[-132.3,-110.8],"haL":[-217.4,-82.1],"hipR":[29.2,7.8],"knR":[40.9,163.8],"ftR":[53.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.2,165.4],"ftL":[-45.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.3,-146.7],"head":[-0.8,-178.3],"shR":[58.3,-147.1],"elR":[137,-131.1],"haR":[221.3,-117.5],"shL":[-57.4,-141.3],"elL":[-132.2,-111.2],"haL":[-217.4,-82.7],"hipR":[29.2,7.9],"knR":[41.1,163.9],"ftR":[53.6,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-45.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.2],"neck":[1.4,-146.6],"head":[-0.6,-178.3],"shR":[58.5,-146.9],"elR":[137.2,-130.7],"haR":[221.6,-117],"shL":[-57.3,-141.3],"elL":[-132.2,-111.4],"haL":[-217.4,-83.3],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.8,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-45,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.2],"neck":[1.5,-146.6],"head":[-0.4,-178.3],"shR":[58.7,-146.7],"elR":[137.4,-130.3],"haR":[221.9,-116.6],"shL":[-57.1,-141.3],"elL":[-132.2,-111.7],"haL":[-217.5,-84],"hipR":[29.2,7.9],"knR":[41.3,163.9],"ftR":[54,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.7,-146.6],"head":[-0.2,-178.3],"shR":[58.9,-146.5],"elR":[137.6,-130],"haR":[222.2,-116.1],"shL":[-57,-141.4],"elL":[-132.1,-112],"haL":[-217.5,-84.5],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54.1,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.8,-146.6],"head":[0,-178.3],"shR":[59.1,-146.3],"elR":[137.8,-129.7],"haR":[222.5,-115.6],"shL":[-56.8,-141.5],"elL":[-132,-112.3],"haL":[-217.5,-84.9],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[2,-146.6],"head":[0.2,-178.3],"shR":[59.3,-146.1],"elR":[138,-129.3],"haR":[222.8,-115.2],"shL":[-56.6,-141.7],"elL":[-131.9,-112.6],"haL":[-217.3,-85.3],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.1],"neck":[2.2,-146.6],"head":[0.4,-178.2],"shR":[59.6,-146],"elR":[138.2,-129],"haR":[223.1,-114.7],"shL":[-56.4,-141.8],"elL":[-131.7,-112.8],"haL":[-217.1,-85.5],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-86.1],"neck":[2.4,-146.5],"head":[0.7,-178.2],"shR":[59.9,-145.8],"elR":[138.5,-128.7],"haR":[223.5,-114.2],"shL":[-56.2,-141.9],"elL":[-131.5,-112.9],"haL":[-216.9,-85.8],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.6,-86.1],"neck":[2.7,-146.5],"head":[1,-178.2],"shR":[60.2,-145.6],"elR":[138.8,-128.4],"haR":[223.8,-113.9],"shL":[-55.9,-141.8],"elL":[-131.2,-112.9],"haL":[-216.7,-86],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.1,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.7,-86],"neck":[2.9,-146.5],"head":[1.2,-178.2],"shR":[60.4,-145.4],"elR":[139,-128],"haR":[224.2,-113.5],"shL":[-55.7,-141.8],"elL":[-131,-112.9],"haL":[-216.5,-86.1],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-44.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.7,-86],"neck":[3,-146.5],"head":[1.4,-178.2],"shR":[60.6,-145.1],"elR":[139.3,-127.7],"haR":[224.5,-113.1],"shL":[-55.6,-141.8],"elL":[-130.9,-112.9],"haL":[-216.4,-86.1],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.9,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-44.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.2,-146.5],"head":[1.6,-178.2],"shR":[60.8,-144.8],"elR":[139.4,-127.3],"haR":[224.8,-112.6],"shL":[-55.5,-141.8],"elL":[-130.8,-113],"haL":[-216.3,-86.2],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.7,282.9],"hipL":[-28.8,9.1],"knL":[-36.1,165.3],"ftL":[-45,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.2,-146.5],"head":[1.8,-178.2],"shR":[60.9,-144.7],"elR":[139.5,-127],"haR":[225,-112.2],"shL":[-55.4,-141.8],"elL":[-130.7,-113],"haL":[-216.2,-86.3],"hipR":[29.2,7.9],"knR":[41.1,163.9],"ftR":[53.6,282.9],"hipL":[-28.8,9.1],"knL":[-36.2,165.3],"ftL":[-45.1,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.3,-146.5],"head":[1.9,-178.2],"shR":[61,-144.5],"elR":[139.6,-126.6],"haR":[225.2,-111.6],"shL":[-55.3,-141.8],"elL":[-130.7,-113.1],"haL":[-216.2,-86.5],"hipR":[29.2,7.9],"knR":[41,163.9],"ftR":[53.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.3,165.3],"ftL":[-45.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.4,-146.4],"head":[2.1,-178.1],"shR":[61.1,-144.2],"elR":[139.7,-126.2],"haR":[225.4,-111.1],"shL":[-55.2,-141.8],"elL":[-130.6,-113.2],"haL":[-216.2,-86.8],"hipR":[29.2,7.9],"knR":[40.9,163.9],"ftR":[53.2,282.9],"hipL":[-28.8,9.1],"knL":[-36.4,165.3],"ftL":[-45.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.5,-146.4],"head":[2.2,-178.1],"shR":[61.3,-143.9],"elR":[139.8,-125.8],"haR":[225.5,-110.5],"shL":[-55.1,-141.8],"elL":[-130.6,-113.3],"haL":[-216.2,-87],"hipR":[29.2,7.9],"knR":[40.9,163.9],"ftR":[53.1,283],"hipL":[-28.8,9.1],"knL":[-36.5,165.3],"ftL":[-45.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.6,-146.4],"head":[2.3,-178.1],"shR":[61.4,-143.7],"elR":[139.9,-125.3],"haR":[225.6,-109.8],"shL":[-55,-141.8],"elL":[-130.5,-113.4],"haL":[-216.2,-87.1],"hipR":[29.2,7.9],"knR":[40.8,163.9],"ftR":[52.9,283],"hipL":[-28.8,9.1],"knL":[-36.6,165.3],"ftL":[-45.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.7,-146.4],"head":[2.5,-178.1],"shR":[61.5,-143.5],"elR":[140,-124.8],"haR":[225.7,-109],"shL":[-54.9,-141.8],"elL":[-130.4,-113.5],"haL":[-216.1,-87.3],"hipR":[29.2,7.9],"knR":[40.7,163.9],"ftR":[52.7,283],"hipL":[-28.8,9.1],"knL":[-36.7,165.3],"ftL":[-45.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3,-85.9],"neck":[3.9,-146.4],"head":[2.7,-178.1],"shR":[61.7,-143.3],"elR":[140.1,-124.4],"haR":[225.8,-108.4],"shL":[-54.8,-141.9],"elL":[-130.3,-113.6],"haL":[-216,-87.4],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.6,283],"hipL":[-28.8,9.1],"knL":[-36.8,165.3],"ftL":[-45.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.1,-85.9],"neck":[4.1,-146.4],"head":[2.9,-178.1],"shR":[61.9,-143.1],"elR":[140.3,-124.1],"haR":[225.9,-107.9],"shL":[-54.6,-142],"elL":[-130.1,-113.7],"haL":[-215.8,-87.6],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.5,283],"hipL":[-28.8,9.1],"knL":[-36.8,165.3],"ftL":[-46,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.1,-85.9],"neck":[4.3,-146.3],"head":[3.2,-178.1],"shR":[62.2,-142.9],"elR":[140.5,-123.9],"haR":[226.1,-107.7],"shL":[-54.3,-142.1],"elL":[-129.9,-113.9],"haL":[-215.6,-87.8],"hipR":[29.2,7.8],"knR":[40.4,163.9],"ftR":[52.5,283],"hipL":[-28.8,9.1],"knL":[-36.9,165.3],"ftL":[-46.1,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.2,-85.9],"neck":[4.6,-146.3],"head":[3.5,-178],"shR":[62.4,-142.6],"elR":[140.8,-123.8],"haR":[226.3,-107.9],"shL":[-54.1,-142.2],"elL":[-129.7,-114.2],"haL":[-215.5,-88.2],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.4,283],"hipL":[-28.8,9.1],"knL":[-36.9,165.3],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.3,-85.9],"neck":[4.8,-146.3],"head":[3.8,-178],"shR":[62.6,-142.3],"elR":[141.1,-123.9],"haR":[226.5,-108.3],"shL":[-53.9,-142.3],"elL":[-129.6,-114.5],"haL":[-215.4,-88.7],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.3,283],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.4,-85.9],"neck":[4.9,-146.3],"head":[4,-178],"shR":[62.8,-142.2],"elR":[141.3,-124],"haR":[226.5,-108.8],"shL":[-53.7,-142.4],"elL":[-129.5,-114.8],"haL":[-215.3,-89.3],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.2,283],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-46.3,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.5,-85.9],"neck":[5,-146.2],"head":[4.2,-177.9],"shR":[62.8,-142.1],"elR":[141.4,-124.2],"haR":[226.5,-109.3],"shL":[-53.6,-142.6],"elL":[-129.5,-115.2],"haL":[-215.3,-89.8],"hipR":[29.2,7.8],"knR":[40.2,163.9],"ftR":[52.1,283],"hipL":[-28.8,9.2],"knL":[-37,165.4],"ftL":[-46.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.5,-85.9],"neck":[4.9,-146.2],"head":[4.2,-177.9],"shR":[62.8,-142],"elR":[141.3,-124.4],"haR":[226.3,-109.8],"shL":[-53.7,-142.8],"elL":[-129.6,-115.5],"haL":[-215.4,-90.2],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[52,283],"hipL":[-28.8,9.2],"knL":[-37,165.4],"ftL":[-46.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.4,-85.9],"neck":[4.8,-146.2],"head":[4.1,-177.9],"shR":[62.6,-142.1],"elR":[141.2,-124.5],"haR":[226,-110.1],"shL":[-53.8,-142.9],"elL":[-129.7,-115.6],"haL":[-215.6,-90.4],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[51.8,283],"hipL":[-28.8,9.2],"knL":[-37.1,165.4],"ftL":[-46.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.3,-85.9],"neck":[4.6,-146.2],"head":[3.9,-177.9],"shR":[62.4,-142.1],"elR":[140.9,-124.5],"haR":[225.5,-110.3],"shL":[-54,-143],"elL":[-129.9,-115.6],"haL":[-215.8,-90.4],"hipR":[29.3,7.8],"knR":[40,163.9],"ftR":[51.6,282.9],"hipL":[-28.8,9.2],"knL":[-37.2,165.4],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.2,-86],"neck":[4.3,-146.2],"head":[3.6,-177.9],"shR":[62.2,-142],"elR":[140.6,-124.4],"haR":[225.1,-110.4],"shL":[-54.3,-142.9],"elL":[-130.1,-115.4],"haL":[-215.9,-89.9],"hipR":[29.3,7.7],"knR":[39.9,163.8],"ftR":[51.4,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-47,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.1,-86],"neck":[4.1,-146.2],"head":[3.4,-177.9],"shR":[62,-141.8],"elR":[140.3,-123.7],"haR":[224.6,-110.6],"shL":[-54.5,-142.7],"elL":[-130.2,-114.8],"haL":[-215.9,-88.9],"hipR":[29.3,7.7],"knR":[39.8,163.8],"ftR":[51.2,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-47.2,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.9,-86],"neck":[4,-146.2],"head":[3.1,-177.9],"shR":[62,-141.6],"elR":[139.9,-121.8],"haR":[223.9,-111.2],"shL":[-54.6,-142.2],"elL":[-130.1,-113.9],"haL":[-215.7,-87.3],"hipR":[29.3,7.7],"knR":[39.7,163.8],"ftR":[51.1,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.5],"ftL":[-47.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.8,-86],"neck":[3.9,-146.2],"head":[2.9,-177.8],"shR":[62,-141.3],"elR":[139,-118.4],"haR":[222.5,-112.1],"shL":[-54.7,-141.5],"elL":[-130,-112.5],"haL":[-215.4,-85.1],"hipR":[29.3,7.7],"knR":[39.6,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-86],"neck":[3.7,-146.2],"head":[2.6,-177.8],"shR":[61.9,-140.9],"elR":[137.7,-114.8],"haR":[220.2,-113.1],"shL":[-54.9,-140.7],"elL":[-129.8,-110.8],"haL":[-214.7,-82.1],"hipR":[29.3,7.7],"knR":[39.5,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-86],"neck":[3.5,-146.1],"head":[2.3,-177.7],"shR":[61.8,-140.4],"elR":[136.8,-112.6],"haR":[217.4,-114.7],"shL":[-55.1,-140.1],"elL":[-129.4,-108.8],"haL":[-213.8,-78.4],"hipR":[29.2,7.7],"knR":[39.5,163.8],"ftR":[51.1,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.3,-146.1],"head":[2,-177.7],"shR":[61.6,-140.2],"elR":[136.4,-112.1],"haR":[214.6,-116.8],"shL":[-55.2,-139.5],"elL":[-128.9,-106.7],"haL":[-212.7,-74.7],"hipR":[29.2,7.7],"knR":[39.5,163.9],"ftR":[51.2,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.3,-146.1],"head":[1.7,-177.6],"shR":[61.5,-140.7],"elR":[136,-112.3],"haR":[211.8,-119.6],"shL":[-55.3,-138.9],"elL":[-128.4,-104.8],"haL":[-211.6,-71.4],"hipR":[29.2,7.8],"knR":[39.7,163.9],"ftR":[51.4,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-47.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.2,-146],"head":[1.4,-177.6],"shR":[61.3,-141.6],"elR":[135.3,-113],"haR":[209.2,-122.5],"shL":[-55.4,-138.3],"elL":[-128,-103.1],"haL":[-210.6,-68.5],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[51.6,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-47,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-85.8],"neck":[2.9,-145.9],"head":[0.8,-177.5],"shR":[60.8,-142.5],"elR":[134.5,-114.3],"haR":[206.8,-124.9],"shL":[-55.7,-137.8],"elL":[-127.8,-101.7],"haL":[-210,-65.9],"hipR":[29.2,7.8],"knR":[40.5,163.8],"ftR":[51.7,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-46.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-85.8],"neck":[2.5,-145.9],"head":[0.1,-177.4],"shR":[60.2,-143.2],"elR":[133.9,-116.2],"haR":[204.8,-126.6],"shL":[-56.2,-137.4],"elL":[-127.8,-100.3],"haL":[-209.5,-63.5],"hipR":[29.2,7.8],"knR":[41,163.8],"ftR":[51.8,282.9],"hipL":[-28.8,9.2],"knL":[-37.4,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-85.7],"neck":[1.9,-145.8],"head":[-0.7,-177.3],"shR":[59.3,-144],"elR":[133.4,-118.6],"haR":[203.1,-127.7],"shL":[-56.8,-136.9],"elL":[-128,-99.1],"haL":[-209.3,-61.4],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-85.7],"neck":[1.3,-145.8],"head":[-1.5,-177.3],"shR":[58.5,-144.7],"elR":[132.7,-120.6],"haR":[201.9,-128.2],"shL":[-57.4,-136.5],"elL":[-128.3,-98.1],"haL":[-209.4,-59.8],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[0.7,-145.8],"head":[-2.3,-177.3],"shR":[57.6,-145.2],"elR":[131.7,-122],"haR":[201,-127.9],"shL":[-58,-136.1],"elL":[-128.8,-97.4],"haL":[-209.8,-58.7],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.7,282.9],"hipL":[-28.8,9.3],"knL":[-37.1,165.6],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[0.1,-145.8],"head":[-3.1,-177.3],"shR":[56.8,-145.5],"elR":[130.6,-123.2],"haR":[200.4,-126.9],"shL":[-58.6,-135.7],"elL":[-129.3,-96.9],"haL":[-210.3,-58.1],"hipR":[29.3,7.6],"knR":[41.2,163.7],"ftR":[51.7,282.8],"hipL":[-28.8,9.3],"knL":[-37,165.6],"ftL":[-46.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[-0.4,-145.8],"head":[-3.8,-177.3],"shR":[56.1,-145.9],"elR":[129.8,-124.5],"haR":[200.2,-125.1],"shL":[-59.1,-135.4],"elL":[-129.8,-96.6],"haL":[-211,-58],"hipR":[29.3,7.6],"knR":[41.2,163.6],"ftR":[51.7,282.8],"hipL":[-28.8,9.4],"knL":[-37,165.6],"ftL":[-46.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[-0.8,-145.8],"head":[-4.3,-177.3],"shR":[55.6,-146.1],"elR":[129.2,-125.6],"haR":[200.3,-123.3],"shL":[-59.4,-135],"elL":[-130.1,-96.6],"haL":[-211.7,-58.2],"hipR":[29.3,7.6],"knR":[41.2,163.7],"ftR":[51.7,282.9],"hipL":[-28.8,9.3],"knL":[-36.9,165.6],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-85.7],"neck":[-0.9,-145.8],"head":[-4.5,-177.4],"shR":[55.3,-146.2],"elR":[128.9,-125.9],"haR":[200.6,-121.9],"shL":[-59.5,-134.8],"elL":[-130.4,-96.7],"haL":[-212.2,-58.8],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-36.8,165.6],"ftL":[-46.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.7,-85.7],"neck":[-0.9,-145.8],"head":[-4.6,-177.4],"shR":[55.2,-145.8],"elR":[129,-125.6],"haR":[201.1,-120.7],"shL":[-59.4,-134.6],"elL":[-130.3,-96.9],"haL":[-212.4,-59.3],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[51.9,282.9],"hipL":[-28.8,9.3],"knL":[-36.8,165.5],"ftL":[-46.5,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.8,-85.6],"neck":[-0.7,-145.9],"head":[-4.4,-177.4],"shR":[55.4,-145.3],"elR":[129.3,-125.2],"haR":[202,-119.4],"shL":[-59.2,-134.5],"elL":[-130,-96.9],"haL":[-212.1,-59.3],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[52.1,282.9],"hipL":[-28.8,9.3],"knL":[-36.6,165.5],"ftL":[-46.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.4,-145.9],"head":[-4.2,-177.4],"shR":[55.6,-144.9],"elR":[129.8,-125.3],"haR":[203.1,-118],"shL":[-58.8,-134.3],"elL":[-129.4,-96.5],"haL":[-211.3,-58.7],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[52.3,282.9],"hipL":[-28.9,9.2],"knL":[-36.5,165.5],"ftL":[-46.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.4,-85.6],"neck":[-0.1,-145.9],"head":[-3.9,-177.5],"shR":[55.8,-144.9],"elR":[130.1,-125.6],"haR":[204.4,-116.6],"shL":[-58.4,-134.1],"elL":[-128.6,-95.9],"haL":[-210.3,-57.5],"hipR":[29.3,7.8],"knR":[41.4,163.8],"ftR":[52.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.4,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.8,-85.6],"neck":[0.1,-146],"head":[-3.8,-177.5],"shR":[55.9,-145],"elR":[130.3,-125.8],"haR":[205.4,-115.6],"shL":[-58.1,-133.7],"elL":[-127.9,-95],"haL":[-209.3,-56.1],"hipR":[29.3,7.8],"knR":[41.3,163.8],"ftR":[52.5,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[4,-85.6],"neck":[0.2,-146],"head":[-3.8,-177.5],"shR":[55.9,-144.7],"elR":[130.5,-125.6],"haR":[206.2,-114.8],"shL":[-57.9,-133.2],"elL":[-127.4,-94.1],"haL":[-208.5,-54.8],"hipR":[29.3,7.8],"knR":[41.1,163.8],"ftR":[52.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[4.1,-85.6],"neck":[0.2,-146],"head":[-3.9,-177.5],"shR":[55.8,-144.3],"elR":[130.6,-125.1],"haR":[206.6,-114.3],"shL":[-57.9,-132.8],"elL":[-127.1,-93.3],"haL":[-207.9,-53.5],"hipR":[29.2,7.8],"knR":[40.9,163.8],"ftR":[52.3,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.3],"ftL":[-46.1,284.4]},{"rootY":0,"hips":[0,0],"chest":[4,-85.6],"neck":[-0.1,-146],"head":[-4.2,-177.6],"shR":[55.6,-143.8],"elR":[130.5,-124.5],"haR":[206.7,-114],"shL":[-58.1,-132.5],"elL":[-126.9,-92.4],"haL":[-207.3,-51.8],"hipR":[29.2,7.8],"knR":[40.7,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.4,165.3],"ftL":[-46.4,284.4]},{"rootY":0,"hips":[0,0],"chest":[3.8,-85.6],"neck":[-0.4,-146.1],"head":[-4.6,-177.6],"shR":[55.4,-143.6],"elR":[130.3,-124.1],"haR":[206.3,-113.7],"shL":[-58.4,-132.2],"elL":[-126.7,-91.3],"haL":[-206.6,-49.8],"hipR":[29.2,7.8],"knR":[40.3,163.7],"ftR":[51.5,282.9],"hipL":[-28.8,9.2],"knL":[-36.6,165.3],"ftL":[-46.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.7,-85.7],"neck":[-0.7,-146.1],"head":[-5,-177.6],"shR":[55.1,-143.6],"elR":[129.8,-123.9],"haR":[205.7,-113.7],"shL":[-58.7,-131.9],"elL":[-126.4,-90.1],"haL":[-205.8,-47.5],"hipR":[29.3,7.8],"knR":[39.9,163.7],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-47.2,284.4]},{"rootY":0,"hips":[0,0],"chest":[3.6,-85.7],"neck":[-1,-146.1],"head":[-5.4,-177.6],"shR":[54.8,-143.3],"elR":[129.5,-123.1],"haR":[204.8,-114.3],"shL":[-58.9,-131.2],"elL":[-126.1,-88.5],"haL":[-205,-44.9],"hipR":[29.3,7.8],"knR":[39.5,163.7],"ftR":[50.7,282.9],"hipL":[-28.8,9.2],"knL":[-37.3,165.3],"ftL":[-47.7,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.4,-85.6],"neck":[-1.2,-146.1],"head":[-5.7,-177.5],"shR":[54.8,-142.1],"elR":[129.4,-120.4],"haR":[202.6,-115],"shL":[-59,-130.2],"elL":[-125.3,-86.2],"haL":[-203.4,-41.2],"hipR":[29.3,7.8],"knR":[39.2,163.7],"ftR":[50.3,282.9],"hipL":[-28.8,9.2],"knL":[-37.6,165.3],"ftL":[-48.1,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.2,-85.6],"neck":[-1.1,-146],"head":[-5.8,-177.5],"shR":[55.1,-139.7],"elR":[129.7,-116],"haR":[198.4,-114.9],"shL":[-58.8,-129],"elL":[-123.5,-82.8],"haL":[-200.4,-35.6],"hipR":[29.3,7.7],"knR":[38.9,163.7],"ftR":[50,282.9],"hipL":[-28.8,9.2],"knL":[-37.8,165.3],"ftL":[-48.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.9,-146],"head":[-5.7,-177.5],"shR":[55.4,-137.2],"elR":[130.1,-111.1],"haR":[191.9,-113.1],"shL":[-58.3,-127.6],"elL":[-120.4,-78.2],"haL":[-195.2,-27.8],"hipR":[29.3,7.7],"knR":[38.6,163.7],"ftR":[49.8,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.2],"ftL":[-48.6,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.7,-146],"head":[-5.4,-177.5],"shR":[55.8,-135.4],"elR":[130.4,-107.1],"haR":[184,-109],"shL":[-57.7,-126],"elL":[-116,-72.6],"haL":[-187.5,-17.8],"hipR":[29.3,7.7],"knR":[38.3,163.7],"ftR":[49.7,282.8],"hipL":[-28.8,9.3],"knL":[-38,165.2],"ftL":[-48.7,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.4,-146],"head":[-5,-177.5],"shR":[56.2,-134.2],"elR":[130.3,-104],"haR":[176.4,-103.7],"shL":[-57.1,-124.8],"elL":[-109.9,-66.3],"haL":[-176,-5.8],"hipR":[29.3,7.7],"knR":[38.2,163.7],"ftR":[49.7,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.2],"ftL":[-48.7,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3,-85.6],"neck":[0.2,-146],"head":[-4.3,-177.5],"shR":[56.6,-133.1],"elR":[129.8,-100.4],"haR":[171,-99.2],"shL":[-56.4,-124.4],"elL":[-102.1,-60.2],"haL":[-160.1,7.1],"hipR":[29.3,7.7],"knR":[38.3,163.7],"ftR":[50,282.8],"hipL":[-28.8,9.3],"knL":[-37.8,165.2],"ftL":[-48.4,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[2.9,-85.6],"neck":[1,-146.1],"head":[-3.3,-177.6],"shR":[57.3,-132.4],"elR":[128.6,-96],"haR":[167.5,-97.2],"shL":[-55.7,-124.7],"elL":[-93.3,-55],"haL":[-141.4,19.1],"hipR":[29.3,7.7],"knR":[38.5,163.7],"ftR":[50.5,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.1],"ftL":[-47.9,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.2,-85.6],"neck":[2.3,-146.1],"head":[-2,-177.6],"shR":[58.4,-132.1],"elR":[126.7,-91],"haR":[164.5,-99.4],"shL":[-54.4,-124.8],"elL":[-84.3,-50.9],"haL":[-122,29.1],"hipR":[29.2,7.8],"knR":[38.7,163.8],"ftR":[51.2,282.8],"hipL":[-28.9,9.2],"knL":[-37.3,165],"ftL":[-47.2,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[4,-85.5],"neck":[4,-146],"head":[-0.1,-177.5],"shR":[59.9,-131.9],"elR":[124.7,-86],"haR":[161.3,-105.7],"shL":[-52.6,-124.4],"elL":[-75,-47.5],"haL":[-102.7,36.9],"hipR":[29.2,7.9],"knR":[38.8,163.9],"ftR":[52.1,282.8],"hipL":[-28.9,9.1],"knL":[-36.9,165],"ftL":[-46.4,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[5,-85.3],"neck":[5.8,-145.8],"head":[1.7,-177.3],"shR":[61.5,-131.8],"elR":[121.9,-81.4],"haR":[157.9,-114.4],"shL":[-50.7,-123.7],"elL":[-65.8,-44.8],"haL":[-84.7,42.4],"hipR":[29.2,8],"knR":[39,163.9],"ftR":[52.9,282.8],"hipL":[-28.9,9],"knL":[-36.4,164.9],"ftL":[-45.7,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[5.9,-85.2],"neck":[7.1,-145.6],"head":[3.1,-177.1],"shR":[62.7,-132.3],"elR":[117.5,-78.6],"haR":[153.4,-124.3],"shL":[-49.3,-123.1],"elL":[-59.1,-43.3],"haL":[-72.2,45.2],"hipR":[29.2,8.1],"knR":[38.9,164],"ftR":[53.3,282.8],"hipL":[-28.9,8.9],"knL":[-36.2,164.8],"ftL":[-45.3,284]},{"rootY":0.1,"hips":[0,0],"chest":[6.4,-85.1],"neck":[7.5,-145.5],"head":[3.6,-177],"shR":[63.1,-133.3],"elR":[112.7,-79.1],"haR":[146.3,-135.2],"shL":[-48.9,-123],"elL":[-57,-43.1],"haL":[-69.5,45.6],"hipR":[29.2,8.1],"knR":[38.6,164],"ftR":[53.1,282.8],"hipL":[-28.9,8.9],"knL":[-36.4,164.8],"ftL":[-45.5,284]},{"rootY":0.1,"hips":[0,0],"chest":[6.5,-85.2],"neck":[7.3,-145.5],"head":[3.6,-177],"shR":[62.7,-134.2],"elR":[112.3,-82.9],"haR":[135.1,-144.9],"shL":[-49,-122.9],"elL":[-59.5,-43.4],"haL":[-75.4,44.7],"hipR":[29.2,8],"knR":[38.3,163.9],"ftR":[52.5,282.7],"hipL":[-28.9,9],"knL":[-36.7,164.8],"ftL":[-46.1,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.4,-85.2],"neck":[6.8,-145.5],"head":[3.7,-177.1],"shR":[62,-135.3],"elR":[118.4,-90.6],"haR":[120.9,-150.3],"shL":[-49.2,-122.3],"elL":[-63.9,-43.6],"haL":[-84.1,43.6],"hipR":[29.2,7.9],"knR":[38,163.9],"ftR":[51.9,282.7],"hipL":[-28.9,9],"knL":[-37.1,164.9],"ftL":[-46.7,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.5,-85.1],"neck":[6.2,-145.4],"head":[3.7,-177.1],"shR":[61.1,-136.5],"elR":[126.5,-103.5],"haR":[107.3,-150.5],"shL":[-49.5,-121.3],"elL":[-68.3,-43.6],"haL":[-91.6,42.6],"hipR":[29.2,7.9],"knR":[37.7,163.9],"ftR":[51.3,282.7],"hipL":[-28.9,9.1],"knL":[-37.3,164.9],"ftL":[-47.2,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.9,-85],"neck":[5.5,-145.4],"head":[3.5,-177.1],"shR":[60,-137.2],"elR":[130.6,-118.2],"haR":[98.2,-149.1],"shL":[-50,-120.5],"elL":[-72.2,-43.8],"haL":[-98,41.6],"hipR":[29.2,7.9],"knR":[37.5,163.8],"ftR":[50.7,282.8],"hipL":[-28.9,9.1],"knL":[-37.6,164.9],"ftL":[-47.8,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[7.3,-85],"neck":[4.6,-145.4],"head":[2.9,-177.1],"shR":[58.4,-137.6],"elR":[129.1,-125.9],"haR":[92.7,-150.7],"shL":[-50.7,-120],"elL":[-75.5,-44],"haL":[-103.9,40.3],"hipR":[29.2,7.9],"knR":[37.1,163.8],"ftR":[49.9,282.8],"hipL":[-28.9,9.1],"knL":[-38.1,164.9],"ftL":[-48.5,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[7.4,-85.2],"neck":[3.6,-145.5],"head":[2,-177.3],"shR":[56.7,-138.4],"elR":[123.9,-121.7],"haR":[90,-154.2],"shL":[-51.3,-119.5],"elL":[-77.7,-43.9],"haL":[-108.3,39.2],"hipR":[29.3,7.8],"knR":[36.7,163.8],"ftR":[49,282.8],"hipL":[-28.9,9.2],"knL":[-38.6,165],"ftL":[-49.4,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[7.2,-85.3],"neck":[2.9,-145.7],"head":[1.1,-177.4],"shR":[55.5,-139.3],"elR":[114.5,-110.8],"haR":[87.1,-157.5],"shL":[-51.9,-119.1],"elL":[-78.4,-43.5],"haL":[-110.2,38.5],"hipR":[29.3,7.7],"knR":[36.3,163.7],"ftR":[48.3,282.8],"hipL":[-28.9,9.2],"knL":[-38.8,165.1],"ftL":[-50,284.2]},{"rootY":0.2,"hips":[0,0],"chest":[6.9,-85.4],"neck":[2.6,-145.7],"head":[0.7,-177.4],"shR":[55,-139.8],"elR":[103.3,-102.2],"haR":[84,-160.5],"shL":[-52.3,-119.2],"elL":[-77.9,-43.2],"haL":[-110,37.8],"hipR":[29.3,7.6],"knR":[36.1,163.6],"ftR":[47.8,282.7],"hipL":[-28.8,9.3],"knL":[-38.8,165.2],"ftL":[-50.5,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[6.9,-85.4],"neck":[2.7,-145.7],"head":[0.8,-177.4],"shR":[54.8,-139.4],"elR":[97.7,-99.6],"haR":[80.2,-159.2],"shL":[-52.6,-119.7],"elL":[-76.8,-43.2],"haL":[-108,37.4],"hipR":[29.3,7.6],"knR":[36,163.6],"ftR":[47.7,282.7],"hipL":[-28.8,9.4],"knL":[-38.7,165.3],"ftL":[-50.7,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[7,-85.4],"neck":[3,-145.6],"head":[1.3,-177.3],"shR":[54.8,-138.9],"elR":[101.1,-102.2],"haR":[75.1,-152.1],"shL":[-52.5,-120.3],"elL":[-75,-43.1],"haL":[-104.2,37.5],"hipR":[29.3,7.6],"knR":[36.1,163.6],"ftR":[48,282.7],"hipL":[-28.8,9.4],"knL":[-38.5,165.3],"ftL":[-50.4,284.2]},{"rootY":0.2,"hips":[0,0],"chest":[7.2,-85.3],"neck":[3.4,-145.5],"head":[1.9,-177.2],"shR":[54.9,-138.6],"elR":[108,-108.6],"haR":[71.3,-143.6],"shL":[-52.1,-120.2],"elL":[-72.8,-42.5],"haL":[-99.2,38.5],"hipR":[29.3,7.7],"knR":[36.4,163.7],"ftR":[48.6,282.7],"hipL":[-28.8,9.3],"knL":[-38.3,165.2],"ftL":[-49.8,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[7.5,-85.2],"neck":[3.6,-145.3],"head":[2.2,-177.1],"shR":[55,-138.4],"elR":[111.7,-114.8],"haR":[68,-136.3],"shL":[-51.7,-119.5],"elL":[-70.5,-41.3],"haL":[-94.1,40],"hipR":[29.3,7.8],"knR":[36.8,163.8],"ftR":[49.1,282.8],"hipL":[-28.9,9.2],"knL":[-38.1,165.2],"ftL":[-49.2,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[7.7,-85.2],"neck":[3.5,-145.3],"head":[2.2,-177],"shR":[54.8,-138.3],"elR":[110.8,-115.2],"haR":[64.9,-131.9],"shL":[-51.6,-119],"elL":[-68.4,-40.4],"haL":[-89.3,41.5],"hipR":[29.3,7.8],"knR":[37.1,163.8],"ftR":[49.6,282.9],"hipL":[-28.9,9.2],"knL":[-38,165.1],"ftL":[-48.8,284.2]},{"rootY":0,"hips":[0,0],"chest":[7.6,-85.2],"neck":[3.5,-145.3],"head":[2,-177],"shR":[54.9,-138.2],"elR":[106.2,-107.5],"haR":[60.3,-132],"shL":[-51.6,-118.8],"elL":[-66.7,-39.9],"haL":[-84.9,42.8],"hipR":[29.3,7.8],"knR":[37.2,163.9],"ftR":[49.8,282.9],"hipL":[-28.9,9.2],"knL":[-38,165.1],"ftL":[-48.6,284.2]},{"rootY":0,"hips":[0,0],"chest":[7.2,-85.4],"neck":[3.5,-145.3],"head":[1.8,-177],"shR":[55.4,-138.2],"elR":[97.6,-96.3],"haR":[55.1,-135.7],"shL":[-51.8,-118.9],"elL":[-65.5,-39.9],"haL":[-81.1,44.1],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50,282.9],"hipL":[-28.9,9.2],"knL":[-37.8,165.1],"ftL":[-48.5,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.8,-85.4],"neck":[3.6,-145.3],"head":[1.8,-177],"shR":[56,-138.5],"elR":[87.1,-88.4],"haR":[50.7,-140.4],"shL":[-51.9,-119.1],"elL":[-65,-40],"haL":[-78.3,45.3],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50.1,282.8],"hipL":[-28.9,9.2],"knL":[-37.7,165.2],"ftL":[-48.4,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.6,-85.4],"neck":[3.8,-145.2],"head":[1.9,-176.9],"shR":[56.5,-138.6],"elR":[80.3,-85.4],"haR":[46.7,-143.4],"shL":[-52,-119.3],"elL":[-65.1,-40.2],"haL":[-76.4,46.4],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50.2,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.2],"ftL":[-48.3,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.6,-85.4],"neck":[3.9,-145.2],"head":[2,-176.9],"shR":[56.7,-138.5],"elR":[81.4,-86.1],"haR":[41.2,-141.7],"shL":[-52.1,-119.6],"elL":[-65.2,-40.5],"haL":[-75.4,47.2],"hipR":[29.2,7.8],"knR":[37.2,163.9],"ftR":[50.5,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.2],"ftL":[-48,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.5,-85.4],"neck":[3.8,-145.3],"head":[2.1,-177],"shR":[56.9,-138.5],"elR":[87.9,-89.7],"haR":[35.8,-136.1],"shL":[-52.1,-119.7],"elL":[-65.3,-40.5],"haL":[-75.3,47.5],"hipR":[29.2,7.8],"knR":[37.4,163.9],"ftR":[50.9,282.8],"hipL":[-28.8,9.2],"knL":[-37.4,165.1],"ftL":[-47.7,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.4,-85.4],"neck":[3.6,-145.3],"head":[2,-177],"shR":[57,-138.9],"elR":[93.9,-95.4],"haR":[31,-129.6],"shL":[-52.2,-119.4],"elL":[-65.6,-40.4],"haL":[-76.1,47.7],"hipR":[29.2,7.9],"knR":[37.6,163.9],"ftR":[51.2,282.8],"hipL":[-28.8,9.1],"knL":[-37.3,165.1],"ftL":[-47.3,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.3,-85.4],"neck":[3.1,-145.3],"head":[1.6,-177],"shR":[56.6,-139.1],"elR":[96.8,-100.4],"haR":[28.4,-124.7],"shL":[-52.6,-119],"elL":[-66.4,-40.1],"haL":[-77.5,47.7],"hipR":[29.2,7.9],"knR":[37.8,163.9],"ftR":[51.4,282.8],"hipL":[-28.9,9.1],"knL":[-37.2,165.1],"ftL":[-47.2,284.2]},{"rootY":0,"hips":[0,0],"chest":[6,-85.4],"neck":[2.3,-145.3],"head":[0.9,-177],"shR":[55.7,-138.8],"elR":[96.8,-101.8],"haR":[28.5,-124.7],"shL":[-53.1,-118.7],"elL":[-67.4,-39.8],"haL":[-79.2,47.7],"hipR":[29.2,7.9],"knR":[37.8,163.9],"ftR":[51.4,282.8],"hipL":[-28.8,9.1],"knL":[-37.1,165.1],"ftL":[-47.2,284.2]},{"rootY":0,"hips":[0,0],"chest":[5.7,-85.5],"neck":[1.5,-145.3],"head":[0.1,-177],"shR":[54.7,-138.4],"elR":[94.7,-99.2],"haR":[29.5,-127.4],"shL":[-53.9,-118.5],"elL":[-68.6,-39.7],"haL":[-80.8,47.4],"hipR":[29.2,7.8],"knR":[37.8,163.9],"ftR":[51.2,282.8],"hipL":[-28.8,9.2],"knL":[-37.2,165.2],"ftL":[-47.3,284.2]},{"rootY":0,"hips":[0,0],"chest":[5.3,-85.5],"neck":[0.8,-145.3],"head":[-0.6,-177],"shR":[53.9,-138.7],"elR":[90.8,-95.2],"haR":[30,-131.3],"shL":[-54.5,-118.4],"elL":[-69.8,-39.6],"haL":[-82.2,47],"hipR":[29.3,7.8],"knR":[37.8,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37.1,165.2],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[5,-85.5],"neck":[0.4,-145.2],"head":[-1.1,-176.9],"shR":[53.5,-139.3],"elR":[86.1,-91.8],"haR":[30.7,-137.2],"shL":[-54.9,-118.3],"elL":[-70.9,-39.6],"haL":[-83.2,46.6],"hipR":[29.3,7.8],"knR":[37.9,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37.1,165.3],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.9,-85.5],"neck":[0.3,-145.2],"head":[-1.3,-176.9],"shR":[53.3,-139.8],"elR":[82.1,-90.1],"haR":[32.8,-143.8],"shL":[-55.1,-118.2],"elL":[-71.9,-39.7],"haL":[-83.7,46.1],"hipR":[29.3,7.7],"knR":[38.1,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37,165.3],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.5],"neck":[0.4,-145.2],"head":[-1.3,-176.8],"shR":[53.4,-140],"elR":[81.5,-90.6],"haR":[34.6,-146.6],"shL":[-55.2,-118.4],"elL":[-72.5,-39.9],"haL":[-83.8,45.7],"hipR":[29.3,7.8],"knR":[38.2,163.9],"ftR":[51.3,282.8],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-47.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.5],"neck":[0.4,-145.1],"head":[-1.2,-176.8],"shR":[53.7,-139.9],"elR":[86,-93.2],"haR":[34.7,-142.9],"shL":[-55.2,-118.5],"elL":[-72.8,-40],"haL":[-83.5,45.4],"hipR":[29.3,7.8],"knR":[38.4,163.9],"ftR":[51.7,282.8],"hipL":[-28.9,9.2],"knL":[-36.7,165.3],"ftL":[-46.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.4],"neck":[0.5,-145.1],"head":[-1,-176.7],"shR":[54,-139.2],"elR":[93.7,-97.4],"haR":[35.8,-135.3],"shL":[-55,-118.3],"elL":[-72.7,-39.8],"haL":[-83,45.3],"hipR":[29.3,7.8],"knR":[38.7,163.9],"ftR":[52.2,282.8],"hipL":[-28.9,9.2],"knL":[-36.5,165.3],"ftL":[-46.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.4],"neck":[0.6,-145],"head":[-0.9,-176.7],"shR":[54.2,-137.6],"elR":[101.2,-101.5],"haR":[37.5,-125.2],"shL":[-54.8,-118],"elL":[-72.4,-39.4],"haL":[-82.3,45.5],"hipR":[29.2,7.9],"knR":[38.9,164],"ftR":[52.7,282.8],"hipL":[-28.9,9.1],"knL":[-36.3,165.3],"ftL":[-45.9,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.3],"neck":[0.5,-145],"head":[-1,-176.7],"shR":[54,-135.5],"elR":[105.9,-103.9],"haR":[38.5,-111.7],"shL":[-54.7,-117.6],"elL":[-72,-38.9],"haL":[-81.6,45.8],"hipR":[29.2,7.9],"knR":[39.1,164],"ftR":[53,282.8],"hipL":[-28.9,9.1],"knL":[-36.1,165.2],"ftL":[-45.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.3],"neck":[0.3,-145],"head":[-1.2,-176.7],"shR":[53.8,-133.6],"elR":[108.2,-102.8],"haR":[40.5,-97.5],"shL":[-54.8,-117.3],"elL":[-71.5,-38.5],"haL":[-80.9,46.2],"hipR":[29.2,7.9],"knR":[39.2,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.6,-85.2],"neck":[0.1,-145],"head":[-1.6,-176.7],"shR":[53.5,-132.3],"elR":[110,-98],"haR":[46.4,-85.3],"shL":[-54.8,-117],"elL":[-71.1,-38.1],"haL":[-80.2,46.5],"hipR":[29.2,7.9],"knR":[39.3,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.5,-85.1],"neck":[0,-145],"head":[-1.9,-176.6],"shR":[53.4,-131],"elR":[110.9,-90.4],"haR":[55.3,-73.6],"shL":[-54.8,-116.6],"elL":[-70.7,-37.6],"haL":[-79.5,47],"hipR":[29.2,7.9],"knR":[39.4,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.3,-85],"neck":[-0.2,-144.9],"head":[-2.4,-176.5],"shR":[53.3,-129.4],"elR":[108.7,-81.3],"haR":[62.6,-57.5],"shL":[-54.8,-116.2],"elL":[-70.4,-37.2],"haL":[-78.9,47.5],"hipR":[29.2,7.9],"knR":[39.5,164],"ftR":[53,282.9],"hipL":[-28.9,9.1],"knL":[-36.1,165.2],"ftL":[-45.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.9],"neck":[-0.3,-144.8],"head":[-2.8,-176.4],"shR":[53,-127.3],"elR":[103.4,-71.8],"haR":[67.4,-35.7],"shL":[-55,-116],"elL":[-70.2,-37],"haL":[-78.4,48],"hipR":[29.2,7.9],"knR":[39.5,164],"ftR":[52.9,282.9],"hipL":[-28.9,9.1],"knL":[-36.2,165.2],"ftL":[-45.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.9],"neck":[-0.4,-144.6],"head":[-3.1,-176.2],"shR":[52.8,-125.2],"elR":[96.8,-62.9],"haR":[72.4,-15.1],"shL":[-55.2,-116.2],"elL":[-70,-37.1],"haL":[-78,48.4],"hipR":[29.2,7.9],"knR":[39.6,164],"ftR":[52.7,282.9],"hipL":[-28.9,9.1],"knL":[-36.4,165.2],"ftL":[-45.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.8],"neck":[-0.3,-144.5],"head":[-3.2,-176.1],"shR":[52.7,-123.6],"elR":[91.1,-56.1],"haR":[79.4,1],"shL":[-55.3,-116.5],"elL":[-69.9,-37.3],"haL":[-77.9,48.5],"hipR":[29.3,7.9],"knR":[39.6,163.9],"ftR":[52.5,282.9],"hipL":[-28.9,9.1],"knL":[-36.5,165.3],"ftL":[-46,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.1,-84.8],"neck":[-0.2,-144.5],"head":[-3.2,-176.1],"shR":[52.9,-122.5],"elR":[87.2,-52],"haR":[87.1,14.5],"shL":[-55.4,-116.7],"elL":[-69.9,-37.6],"haL":[-77.9,48.6],"hipR":[29.3,7.9],"knR":[39.7,163.9],"ftR":[52.3,282.9],"hipL":[-28.9,9.1],"knL":[-36.6,165.3],"ftL":[-46.1,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.1,-84.8],"neck":[0.1,-144.3],"head":[-3,-175.9],"shR":[53.1,-121.9],"elR":[85.1,-49.7],"haR":[93.2,25.7],"shL":[-55.3,-116.8],"elL":[-69.9,-37.8],"haL":[-78.2,48.7],"hipR":[29.3,7.8],"knR":[39.8,163.9],"ftR":[52.1,282.9],"hipL":[-28.9,9.2],"knL":[-36.6,165.3],"ftL":[-46.2,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.7],"neck":[0.4,-144.3],"head":[-2.8,-175.8],"shR":[53.3,-121.6],"elR":[84.3,-48.1],"haR":[97.7,32.8],"shL":[-55.1,-116.9],"elL":[-70,-38],"haL":[-78.8,48.7],"hipR":[29.3,7.8],"knR":[40,163.9],"ftR":[52,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.3,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.3,-84.7],"neck":[0.6,-144.3],"head":[-2.6,-175.9],"shR":[53.6,-121.5],"elR":[84.3,-47.3],"haR":[101.3,36.3],"shL":[-54.8,-116.8],"elL":[-70.1,-38.1],"haL":[-79.5,48.8],"hipR":[29.3,7.8],"knR":[40.3,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.3,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.4,-84.8],"neck":[0.8,-144.4],"head":[-2.4,-176],"shR":[54.1,-121.5],"elR":[84.4,-46.8],"haR":[103.9,38.3],"shL":[-54.5,-116.7],"elL":[-70.1,-38.1],"haL":[-80.4,48.8],"hipR":[29.3,7.8],"knR":[40.5,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.9,165.4],"ftL":[-46.3,284.5]},{"rootY":0,"hips":[0,0],"chest":[4.4,-84.8],"neck":[0.9,-144.5],"head":[-2.2,-176.1],"shR":[54.7,-121.3],"elR":[84.3,-46.3],"haR":[105.2,39.7],"shL":[-54.2,-116.5],"elL":[-70.2,-38],"haL":[-81.2,48.9],"hipR":[29.3,7.8],"knR":[40.6,163.8],"ftR":[51.8,282.9],"hipL":[-28.9,9.2],"knL":[-36.9,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[4.2,-84.9],"neck":[1.1,-144.6],"head":[-2,-176.2],"shR":[55.3,-121],"elR":[84.1,-45.9],"haR":[106.1,40.5],"shL":[-53.9,-116.4],"elL":[-70.2,-38],"haL":[-81.9,48.9],"hipR":[29.2,7.8],"knR":[40.7,163.8],"ftR":[51.8,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[3.9,-85],"neck":[1.3,-144.7],"head":[-1.7,-176.4],"shR":[55.8,-120.8],"elR":[84.1,-45.8],"haR":[106.7,40.8],"shL":[-53.5,-116.4],"elL":[-70.3,-38.1],"haL":[-82.4,48.9],"hipR":[29.3,7.8],"knR":[40.7,163.8],"ftR":[51.7,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[3.5,-85.1],"neck":[1.5,-144.9],"head":[-1.5,-176.6],"shR":[56.2,-120.5],"elR":[83.7,-45.7],"haR":[106.7,41],"shL":[-53.2,-116.4],"elL":[-70.3,-38.2],"haL":[-82.6,48.9],"hipR":[29.3,7.8],"knR":[40.5,163.8],"ftR":[51.6,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[3,-85.2],"neck":[1.5,-145.1],"head":[-1.3,-176.7],"shR":[56.5,-120.4],"elR":[82.7,-45.4],"haR":[105.9,41.3],"shL":[-53,-116.5],"elL":[-70.4,-38.2],"haL":[-82.7,49],"hipR":[29.3,7.8],"knR":[40.2,163.8],"ftR":[51.5,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[2.6,-85.2],"neck":[1.4,-145.1],"head":[-1.4,-176.8],"shR":[56.5,-120.3],"elR":[81.5,-45.1],"haR":[104.7,41.7],"shL":[-53,-116.4],"elL":[-70.6,-38.1],"haL":[-82.6,49],"hipR":[29.3,7.7],"knR":[39.9,163.8],"ftR":[51.3,282.9],"hipL":[-28.9,9.2],"knL":[-37,165.4],"ftL":[-46.9,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[2.2,-85.2],"neck":[1.2,-145.1],"head":[-1.6,-176.8],"shR":[56.4,-120.2],"elR":[80.6,-44.8],"haR":[103.6,42],"shL":[-53,-116.2],"elL":[-70.7,-37.9],"haL":[-82.3,49.1],"hipR":[29.3,7.7],"knR":[39.6,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.2,165.4],"ftL":[-47.2,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.9,-85.2],"neck":[0.9,-145.1],"head":[-1.9,-176.8],"shR":[56.2,-120.1],"elR":[80.1,-44.5],"haR":[102.6,42.3],"shL":[-53.1,-116],"elL":[-70.8,-37.6],"haL":[-81.8,49.1],"hipR":[29.3,7.7],"knR":[39.3,163.8],"ftR":[50.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.4],"ftL":[-47.4,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.5,-85.2],"neck":[0.5,-145.1],"head":[-2.2,-176.8],"shR":[55.9,-119.9],"elR":[79.7,-44.3],"haR":[101.7,42.5],"shL":[-53.2,-115.7],"elL":[-70.9,-37.2],"haL":[-81.2,49],"hipR":[29.3,7.7],"knR":[38.9,163.8],"ftR":[50.6,282.9],"hipL":[-28.8,9.3],"knL":[-37.6,165.3],"ftL":[-47.6,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-85.2],"neck":[0.1,-145.1],"head":[-2.6,-176.8],"shR":[55.5,-119.9],"elR":[79.5,-44.1],"haR":[101.2,42.3],"shL":[-53.4,-115.4],"elL":[-70.8,-36.7],"haL":[-80.4,48.9],"hipR":[29.3,7.7],"knR":[38.4,163.8],"ftR":[50.4,282.9],"hipL":[-28.8,9.3],"knL":[-37.7,165.3],"ftL":[-47.8,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.8,-85.2],"neck":[-0.3,-145.2],"head":[-2.9,-176.9],"shR":[55.2,-120],"elR":[79.3,-44.1],"haR":[101,41.9],"shL":[-53.5,-115],"elL":[-70.7,-36.3],"haL":[-79.4,48.7],"hipR":[29.3,7.7],"knR":[37.9,163.8],"ftR":[50.2,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.3],"ftL":[-48,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.5,-85.2],"neck":[-0.6,-145.2],"head":[-3.3,-176.9],"shR":[54.9,-120],"elR":[79.3,-44.1],"haR":[101.1,41.4],"shL":[-53.6,-114.6],"elL":[-70.4,-35.8],"haL":[-78.4,48.5],"hipR":[29.3,7.7],"knR":[37.6,163.8],"ftR":[50.1,282.8],"hipL":[-28.8,9.3],"knL":[-38,165.3],"ftL":[-48.1,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-85.2],"neck":[-0.9,-145.2],"head":[-3.5,-176.9],"shR":[54.8,-120.1],"elR":[79.5,-44.1],"haR":[101.4,40.8],"shL":[-53.6,-114.3],"elL":[-70.1,-35.4],"haL":[-77.2,48.3],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.1,282.8],"hipL":[-28.8,9.3],"knL":[-38.1,165.3],"ftL":[-48.1,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.2,-85.2],"neck":[-1,-145.2],"head":[-3.5,-176.9],"shR":[54.7,-120.2],"elR":[80,-44.2],"haR":[102,40.1],"shL":[-53.5,-114.2],"elL":[-69.8,-35.2],"haL":[-76.1,48],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.2,282.8],"hipL":[-28.7,9.3],"knL":[-38.1,165.3],"ftL":[-48,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.1,-85.1],"neck":[-1,-145.2],"head":[-3.5,-176.9],"shR":[54.8,-120.2],"elR":[80.6,-44.3],"haR":[102.7,39.3],"shL":[-53.4,-114.1],"elL":[-69.6,-35.1],"haL":[-75.1,47.8],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.4,282.8],"hipL":[-28.7,9.3],"knL":[-38,165.2],"ftL":[-47.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.1,-85],"neck":[-0.8,-145.1],"head":[-3.4,-176.8],"shR":[55,-120.2],"elR":[81.2,-44.4],"haR":[103.3,38.6],"shL":[-53.1,-114],"elL":[-69.3,-35],"haL":[-74.2,47.7],"hipR":[29.2,7.7],"knR":[37.5,163.8],"ftR":[50.7,282.8],"hipL":[-28.7,9.3],"knL":[-37.9,165.2],"ftL":[-47.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.2,-85],"neck":[-0.6,-145.1],"head":[-3.2,-176.8],"shR":[55.2,-120.1],"elR":[81.6,-44.3],"haR":[103.9,38.3],"shL":[-52.9,-114],"elL":[-69.1,-35],"haL":[-73.7,47.7],"hipR":[29.2,7.7],"knR":[37.6,163.9],"ftR":[51,282.8],"hipL":[-28.7,9.2],"knL":[-37.8,165.2],"ftL":[-47.2,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.3,-84.9],"neck":[-0.4,-145.1],"head":[-3,-176.8],"shR":[55.4,-119.9],"elR":[81.7,-44],"haR":[104.4,38.2],"shL":[-52.6,-114],"elL":[-68.9,-35],"haL":[-73.6,47.8],"hipR":[29.2,7.8],"knR":[37.8,163.9],"ftR":[51.3,282.8],"hipL":[-28.7,9.2],"knL":[-37.6,165.1],"ftL":[-46.9,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.4,-84.9],"neck":[-0.2,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.7],"elR":[81.5,-43.6],"haR":[104.5,38.6],"shL":[-52.4,-114],"elL":[-68.8,-35],"haL":[-73.8,48.1],"hipR":[29.2,7.8],"knR":[38.1,163.9],"ftR":[51.5,282.8],"hipL":[-28.7,9.2],"knL":[-37.5,165.1],"ftL":[-46.7,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.9],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.5],"elR":[81,-43.2],"haR":[104.1,39.3],"shL":[-52.3,-114],"elL":[-68.7,-35.1],"haL":[-74.3,48.4],"hipR":[29.2,7.8],"knR":[38.3,163.9],"ftR":[51.7,282.8],"hipL":[-28.7,9.2],"knL":[-37.4,165.1],"ftL":[-46.5,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.3],"elR":[80.3,-42.8],"haR":[103.5,40.2],"shL":[-52.4,-114.1],"elL":[-68.8,-35.1],"haL":[-75,48.8],"hipR":[29.2,7.8],"knR":[38.5,163.9],"ftR":[51.8,282.8],"hipL":[-28.7,9.2],"knL":[-37.3,165.1],"ftL":[-46.3,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.3,-119.1],"elR":[79.7,-42.5],"haR":[102.7,41.1],"shL":[-52.4,-114.1],"elL":[-69,-35.2],"haL":[-75.9,49.1],"hipR":[29.2,7.8],"knR":[38.7,163.9],"ftR":[52,282.8],"hipL":[-28.7,9.2],"knL":[-37.2,165.1],"ftL":[-46.2,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.2,-145],"head":[-2.9,-176.7],"shR":[55.2,-119],"elR":[79.3,-42.2],"haR":[102.1,41.8],"shL":[-52.5,-114.1],"elL":[-69.2,-35.2],"haL":[-76.7,49.5],"hipR":[29.2,7.8],"knR":[39,163.9],"ftR":[52.1,282.8],"hipL":[-28.7,9.2],"knL":[-37.2,165.1],"ftL":[-46.1,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.7],"neck":[-0.2,-144.9],"head":[-2.9,-176.6],"shR":[55.1,-118.9],"elR":[78.9,-42],"haR":[101.6,42.5],"shL":[-52.6,-114.1],"elL":[-69.3,-35.2],"haL":[-77.6,49.9],"hipR":[29.2,7.8],"knR":[39.3,163.9],"ftR":[52.1,282.9],"hipL":[-28.7,9.2],"knL":[-37.1,165.1],"ftL":[-46,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.6],"neck":[-0.2,-144.9],"head":[-2.9,-176.6],"shR":[55.1,-118.8],"elR":[78.4,-41.9],"haR":[101.2,43.1],"shL":[-52.7,-114],"elL":[-69.3,-35.1],"haL":[-78.2,50.2],"hipR":[29.2,7.8],"knR":[39.7,163.9],"ftR":[52.2,282.9],"hipL":[-28.8,9.1],"knL":[-37,165.1],"ftL":[-45.8,284.3]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.6],"neck":[-0.3,-144.8],"head":[-3,-176.5],"shR":[55,-118.9],"elR":[77.7,-41.7],"haR":[101.1,43.5],"shL":[-52.8,-113.9],"elL":[-69.3,-35],"haL":[-78.7,50.5],"hipR":[29.2,7.8],"knR":[40,163.8],"ftR":[52.4,282.9],"hipL":[-28.8,9.2],"knL":[-36.9,165.1],"ftL":[-45.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.5],"neck":[-0.4,-144.8],"head":[-3.2,-176.5],"shR":[54.9,-118.9],"elR":[77.1,-41.7],"haR":[101,43.8],"shL":[-52.9,-113.8],"elL":[-69.3,-34.9],"haL":[-79.1,50.9],"hipR":[29.2,7.8],"knR":[40.2,163.8],"ftR":[52.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.8,165.1],"ftL":[-45.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.5],"neck":[-0.6,-144.8],"head":[-3.3,-176.5],"shR":[54.8,-119],"elR":[76.6,-41.5],"haR":[100.9,44],"shL":[-53,-113.6],"elL":[-69.2,-34.7],"haL":[-79.2,51.3],"hipR":[29.2,7.9],"knR":[40.2,163.9],"ftR":[52.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.8,165.1],"ftL":[-45.4,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.5],"neck":[-0.7,-144.8],"head":[-3.5,-176.4],"shR":[54.7,-118.9],"elR":[76.1,-41.4],"haR":[100.7,44.3],"shL":[-52.9,-113.4],"elL":[-69,-34.4],"haL":[-79.1,51.7],"hipR":[29.2,7.9],"knR":[40.1,163.9],"ftR":[52.4,283],"hipL":[-28.8,9.1],"knL":[-36.7,165],"ftL":[-45.3,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.4],"neck":[-0.7,-144.8],"head":[-3.6,-176.4],"shR":[54.6,-118.9],"elR":[75.6,-41.2],"haR":[100.2,44.5],"shL":[-52.9,-113.2],"elL":[-68.6,-34.2],"haL":[-78.8,52.1],"hipR":[29.2,7.9],"knR":[40.3,163.9],"ftR":[52.7,282.9],"hipL":[-28.8,9.1],"knL":[-36.7,165],"ftL":[-45.1,284.3]},{"rootY":0.2,"hips":[0,0],"chest":[0.4,-84.4],"neck":[-0.8,-144.7],"head":[-3.8,-176.4],"shR":[54.6,-118.9],"elR":[75.1,-41.1],"haR":[99.7,44.6],"shL":[-52.8,-113],"elL":[-68.2,-33.9],"haL":[-78.3,52.5],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.9,282.9],"hipL":[-28.8,9.1],"knL":[-36.6,165],"ftL":[-45,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-84.3],"neck":[-0.8,-144.7],"head":[-3.9,-176.3],"shR":[54.7,-119],"elR":[74.6,-41],"haR":[99.2,44.5],"shL":[-52.7,-112.9],"elL":[-67.7,-33.7],"haL":[-77.6,52.8],"hipR":[29.1,7.9],"knR":[40.5,163.9],"ftR":[52.9,282.9],"hipL":[-28.8,9.1],"knL":[-36.5,165],"ftL":[-44.8,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.2,-84.3],"neck":[-0.8,-144.7],"head":[-4,-176.3],"shR":[54.7,-119.1],"elR":[74.3,-41],"haR":[98.8,44.3],"shL":[-52.7,-112.8],"elL":[-67.3,-33.5],"haL":[-76.9,53],"hipR":[29.1,8],"knR":[40.4,163.9],"ftR":[52.9,282.9],"hipL":[-28.8,9],"knL":[-36.5,164.9],"ftL":[-44.7,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-84.3],"neck":[-0.8,-144.7],"head":[-4.1,-176.3],"shR":[54.8,-119.1],"elR":[74.3,-40.9],"haR":[98.6,44.2],"shL":[-52.5,-112.7],"elL":[-66.9,-33.4],"haL":[-76.2,53.1],"hipR":[29.1,7.9],"knR":[40.5,163.9],"ftR":[53.2,282.9],"hipL":[-28.8,9],"knL":[-36.4,164.9],"ftL":[-44.6,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-84.3],"neck":[-0.7,-144.7],"head":[-4.1,-176.3],"shR":[54.9,-119.1],"elR":[74.3,-40.9],"haR":[98.6,44],"shL":[-52.4,-112.6],"elL":[-66.6,-33.2],"haL":[-75.6,53.1],"hipR":[29.1,7.9],"knR":[40.8,163.8],"ftR":[53.5,282.8],"hipL":[-28.8,9.1],"knL":[-36.2,165],"ftL":[-44.5,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.2],"neck":[-0.6,-144.6],"head":[-4.1,-176.3],"shR":[54.9,-119.1],"elR":[74.5,-40.9],"haR":[98.8,43.8],"shL":[-52.3,-112.5],"elL":[-66.5,-33.1],"haL":[-75.3,53],"hipR":[29.1,7.9],"knR":[40.9,163.8],"ftR":[53.7,282.8],"hipL":[-28.7,9.1],"knL":[-36.1,165],"ftL":[-44.4,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.5,-84.2],"neck":[-0.7,-144.6],"head":[-4.2,-176.3],"shR":[54.8,-119.1],"elR":[74.9,-41],"haR":[99.1,43.5],"shL":[-52.4,-112.4],"elL":[-66.6,-33.1],"haL":[-75.2,52.9],"hipR":[29.1,7.9],"knR":[40.8,163.8],"ftR":[53.6,282.8],"hipL":[-28.8,9.1],"knL":[-36,165],"ftL":[-44.4,284.2]},{"rootY":0.4,"hips":[0,0],"chest":[0.5,-84.3],"neck":[-0.9,-144.7],"head":[-4.4,-176.3],"shR":[54.6,-119.1],"elR":[75.3,-41.2],"haR":[99.1,43.2],"shL":[-52.5,-112.4],"elL":[-66.8,-33],"haL":[-75.3,52.6],"hipR":[29.1,7.9],"knR":[40.5,163.9],"ftR":[53.3,282.9],"hipL":[-28.8,9],"knL":[-36,164.9],"ftL":[-44.5,284.2]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-1.2,-144.8],"head":[-4.6,-176.4],"shR":[54.3,-119.1],"elR":[75.7,-41.4],"haR":[99.1,42.9],"shL":[-52.7,-112.3],"elL":[-67,-32.9],"haL":[-75.6,52.3],"hipR":[29.1,8],"knR":[40,164],"ftR":[52.9,283],"hipL":[-28.8,9],"knL":[-36,164.9],"ftL":[-44.7,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-1.5,-144.8],"head":[-4.9,-176.4],"shR":[54,-119.2],"elR":[75.8,-41.6],"haR":[99,42.6],"shL":[-53,-112.1],"elL":[-67.2,-32.7],"haL":[-76,52.1],"hipR":[29.1,8],"knR":[39.6,164.1],"ftR":[52.5,283],"hipL":[-28.8,9],"knL":[-36.1,164.8],"ftL":[-44.9,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-1.7,-144.8],"head":[-5.2,-176.4],"shR":[53.7,-119.3],"elR":[75.7,-41.8],"haR":[98.9,42.5],"shL":[-53.2,-111.9],"elL":[-67.4,-32.5],"haL":[-76.4,51.9],"hipR":[29.1,8],"knR":[39.4,164],"ftR":[52.3,283],"hipL":[-28.8,9],"knL":[-36.2,164.8],"ftL":[-45.1,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-1.9,-144.7],"head":[-5.5,-176.3],"shR":[53.6,-119.5],"elR":[75.4,-41.9],"haR":[98.6,42.4],"shL":[-53.3,-111.7],"elL":[-67.6,-32.3],"haL":[-76.7,51.9],"hipR":[29.2,8],"knR":[39.3,164],"ftR":[52.3,282.9],"hipL":[-28.8,9],"knL":[-36.3,164.9],"ftL":[-45.3,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-2.1,-144.7],"head":[-5.8,-176.3],"shR":[53.4,-119.6],"elR":[75.3,-42.1],"haR":[98.4,42.3],"shL":[-53.5,-111.6],"elL":[-67.7,-32.2],"haL":[-77,51.9],"hipR":[29.2,7.9],"knR":[39.1,164],"ftR":[52.1,282.9],"hipL":[-28.8,9],"knL":[-36.4,164.9],"ftL":[-45.6,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-2.4,-144.7],"head":[-6.1,-176.3],"shR":[53.3,-119.8],"elR":[75.3,-42.3],"haR":[98.4,42],"shL":[-53.7,-111.5],"elL":[-67.9,-32.1],"haL":[-77.3,52],"hipR":[29.2,8],"knR":[38.6,164],"ftR":[51.7,283],"hipL":[-28.8,9],"knL":[-36.5,164.8],"ftL":[-45.8,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-2.5,-144.7],"head":[-6.4,-176.3],"shR":[53.2,-120.1],"elR":[75.4,-42.6],"haR":[98.5,41.7],"shL":[-53.8,-111.4],"elL":[-68,-32],"haL":[-77.4,52.2],"hipR":[29.1,8],"knR":[38.3,164],"ftR":[51.3,283],"hipL":[-28.8,9],"knL":[-36.7,164.8],"ftL":[-46.1,284]},{"rootY":0.5,"hips":[0,0],"chest":[0.4,-84.4],"neck":[-2.7,-144.7],"head":[-6.7,-176.3],"shR":[53.1,-120.3],"elR":[75.5,-42.8],"haR":[98.6,41.4],"shL":[-53.9,-111.3],"elL":[-68.1,-31.9],"haL":[-77.5,52.5],"hipR":[29.1,8],"knR":[38.1,164],"ftR":[51.1,283],"hipL":[-28.8,9],"knL":[-36.8,164.8],"ftL":[-46.4,284]},{"rootY":0.5,"hips":[0,0],"chest":[0.3,-84.4],"neck":[-2.9,-144.7],"head":[-6.9,-176.3],"shR":[53,-120.5],"elR":[75.6,-43.1],"haR":[98.8,41],"shL":[-54,-111.2],"elL":[-68.2,-31.8],"haL":[-77.4,52.7],"hipR":[29.2,7.9],"knR":[38,164],"ftR":[50.9,283],"hipL":[-28.8,9.1],"knL":[-37,164.9],"ftL":[-46.7,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.1,-84.4],"neck":[-3.1,-144.7],"head":[-7.3,-176.2],"shR":[52.8,-120.6],"elR":[75.7,-43.3],"haR":[99.1,40.6],"shL":[-54.2,-111.2],"elL":[-68.2,-31.8],"haL":[-77.2,53],"hipR":[29.2,7.9],"knR":[37.8,164],"ftR":[50.6,283],"hipL":[-28.8,9.1],"knL":[-37.2,164.9],"ftL":[-47,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0,-84.3],"neck":[-3.4,-144.7],"head":[-7.6,-176.2],"shR":[52.7,-120.8],"elR":[75.8,-43.6],"haR":[99.5,40.3],"shL":[-54.4,-111.2],"elL":[-68.2,-31.7],"haL":[-77,53.2],"hipR":[29.2,7.9],"knR":[37.7,164],"ftR":[50.3,283],"hipL":[-28.8,9.1],"knL":[-37.4,164.9],"ftL":[-47.3,284.1]},{"rootY":0.4,"hips":[0,0],"chest":[-0.1,-84.3],"neck":[-3.7,-144.6],"head":[-8.1,-176.1],"shR":[52.5,-121],"elR":[75.7,-43.8],"haR":[99.7,40],"shL":[-54.6,-111],"elL":[-68.3,-31.5],"haL":[-76.7,53.6],"hipR":[29.2,7.8],"knR":[37.7,163.9],"ftR":[50.1,282.9],"hipL":[-28.8,9.2],"knL":[-37.6,165],"ftL":[-47.7,284.2]},{"rootY":0.4,"hips":[0,0],"chest":[-0.3,-84.3],"neck":[-4.1,-144.6],"head":[-8.6,-176.1],"shR":[52.2,-121.3],"elR":[75.6,-44.1],"haR":[99.8,39.7],"shL":[-54.9,-110.8],"elL":[-68.6,-31.3],"haL":[-76.4,54],"hipR":[29.2,7.7],"knR":[37.8,163.8],"ftR":[49.9,282.9],"hipL":[-28.7,9.3],"knL":[-37.9,165.1],"ftL":[-48.1,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[-0.6,-84.3],"neck":[-4.5,-144.6],"head":[-9.2,-176.1],"shR":[51.8,-121.5],"elR":[75.4,-44.5],"haR":[99.9,39.3],"shL":[-55.3,-110.6],"elL":[-68.9,-31.1],"haL":[-76.2,54.3],"hipR":[29.2,7.7],"knR":[37.8,163.7],"ftR":[49.6,282.8],"hipL":[-28.7,9.3],"knL":[-38.1,165.1],"ftL":[-48.5,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[-0.9,-84.3],"neck":[-5.1,-144.6],"head":[-9.8,-176.1],"shR":[51.3,-121.8],"elR":[75.2,-44.8],"haR":[100,39],"shL":[-55.9,-110.6],"elL":[-69.2,-31.1],"haL":[-75.8,54.5],"hipR":[29.2,7.6],"knR":[37.7,163.7],"ftR":[49.2,282.8],"hipL":[-28.7,9.4],"knL":[-38.4,165.2],"ftL":[-48.9,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[-1.2,-84.3],"neck":[-5.6,-144.6],"head":[-10.4,-176],"shR":[50.9,-122],"elR":[75.1,-45.1],"haR":[100.1,38.7],"shL":[-56.4,-110.6],"elL":[-69.6,-31],"haL":[-75.6,54.7],"hipR":[29.3,7.6],"knR":[37.7,163.7],"ftR":[48.9,282.8],"hipL":[-28.7,9.4],"knL":[-38.6,165.2],"ftL":[-49.3,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[-1.4,-84.3],"neck":[-6,-144.6],"head":[-10.9,-176],"shR":[50.5,-122.2],"elR":[74.9,-45.4],"haR":[100.2,38.4],"shL":[-56.8,-110.5],"elL":[-70,-31],"haL":[-75.4,54.8],"hipR":[29.3,7.5],"knR":[37.6,163.7],"ftR":[48.6,282.8],"hipL":[-28.7,9.4],"knL":[-38.8,165.3],"ftL":[-49.6,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[-1.5,-84.3],"neck":[-6.4,-144.6],"head":[-11.4,-176],"shR":[50.3,-122.5],"elR":[74.8,-45.7],"haR":[100.2,38.1],"shL":[-57,-110.4],"elL":[-70.4,-30.9],"haL":[-75.5,54.9],"hipR":[29.3,7.5],"knR":[37.4,163.7],"ftR":[48,282.9],"hipL":[-28.7,9.4],"knL":[-38.9,165.3],"ftL":[-49.9,284.3]},{"rootY":0.4,"hips":[0,0],"chest":[-1.5,-84.4],"neck":[-6.5,-144.6],"head":[-11.6,-176],"shR":[50.1,-122.7],"elR":[74.7,-45.9],"haR":[100.2,37.9],"shL":[-57.2,-110.4],"elL":[-70.7,-30.9],"haL":[-75.8,54.8],"hipR":[29.2,7.6],"knR":[37.1,163.8],"ftR":[47.5,283],"hipL":[-28.7,9.4],"knL":[-39.1,165.2],"ftL":[-50.1,284.3]},{"rootY":0.4,"hips":[0,0],"chest":[-1.4,-84.4],"neck":[-6.5,-144.7],"head":[-11.8,-176],"shR":[50.1,-122.9],"elR":[74.8,-46.2],"haR":[100.3,37.7],"shL":[-57.2,-110.4],"elL":[-70.9,-30.9],"haL":[-76.1,54.8],"hipR":[29.2,7.7],"knR":[37,163.9],"ftR":[47.3,283.1],"hipL":[-28.7,9.3],"knL":[-39.1,165.2],"ftL":[-50.1,284.2]},{"rootY":0.4,"hips":[0,0],"chest":[-1.3,-84.5],"neck":[-6.5,-144.7],"head":[-11.8,-176.1],"shR":[50.2,-123.1],"elR":[74.9,-46.4],"haR":[100.3,37.5],"shL":[-57.2,-110.4],"elL":[-70.9,-30.9],"haL":[-76.3,54.8],"hipR":[29.2,7.7],"knR":[37.2,163.9],"ftR":[47.3,283.1],"hipL":[-28.7,9.3],"knL":[-39.1,165.2],"ftL":[-50.1,284.2]}]},"jumping":{"name":"jumping","fps":30,"height":520,"groundY":256,"frameCount":164,"frames":[{"rootY":0,"hips":[0,0],"chest":[-0.2,-99.2],"neck":[-2.2,-165.9],"head":[-4.2,-200.9],"shR":[52.2,-141.8],"elR":[130.3,-129.5],"haR":[198.1,-119.5],"shL":[-54.7,-136.9],"elL":[-131.7,-118.3],"haL":[-199.1,-101],"hipR":[26.7,7.3],"knR":[24.3,130.4],"ftR":[20.3,255],"hipL":[-26.5,8.4],"knL":[-30.4,131.3],"ftL":[-33.6,255.7]},{"rootY":0,"hips":[0,0],"chest":[-0.4,-99.2],"neck":[-2.4,-165.9],"head":[-4.4,-200.8],"shR":[52.1,-141.8],"elR":[130.1,-129.6],"haR":[197.9,-119.6],"shL":[-54.9,-136.8],"elL":[-131.9,-118.1],"haL":[-199.3,-100.8],"hipR":[26.7,7.2],"knR":[24.3,130.4],"ftR":[20.3,255],"hipL":[-26.5,8.4],"knL":[-30.4,131.3],"ftL":[-33.5,255.7]},{"rootY":-0.1,"hips":[0,0],"chest":[-0.5,-99.2],"neck":[-2.8,-165.8],"head":[-4.8,-200.8],"shR":[51.8,-141.8],"elR":[129.9,-129.7],"haR":[197.7,-119.8],"shL":[-55.2,-136.7],"elL":[-132.1,-117.9],"haL":[-199.5,-100.5],"hipR":[26.7,7.2],"knR":[24.3,130.3],"ftR":[20.3,255],"hipL":[-26.5,8.5],"knL":[-30.3,131.4],"ftL":[-33.4,255.8]},{"rootY":-0.1,"hips":[0,0],"chest":[-0.7,-99.2],"neck":[-3.1,-165.8],"head":[-5.3,-200.8],"shR":[51.5,-141.9],"elR":[129.6,-129.9],"haR":[197.4,-120],"shL":[-55.5,-136.5],"elL":[-132.4,-117.6],"haL":[-199.7,-100.2],"hipR":[26.8,7.1],"knR":[24.2,130.2],"ftR":[20.1,255],"hipL":[-26.5,8.5],"knL":[-30.3,131.5],"ftL":[-33.3,255.8]},{"rootY":-0.1,"hips":[0,0],"chest":[-0.9,-99.2],"neck":[-3.4,-165.8],"head":[-5.7,-200.7],"shR":[51.2,-141.9],"elR":[129.3,-130],"haR":[197.1,-120.3],"shL":[-55.7,-136.4],"elL":[-132.6,-117.4],"haL":[-199.9,-99.8],"hipR":[26.8,7.1],"knR":[24.1,130.2],"ftR":[19.9,255],"hipL":[-26.4,8.6],"knL":[-30.2,131.5],"ftL":[-33.2,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-1,-99.2],"neck":[-3.7,-165.7],"head":[-6.1,-200.7],"shR":[51,-142],"elR":[129.1,-130.2],"haR":[196.9,-120.5],"shL":[-55.9,-136.2],"elL":[-132.8,-117.1],"haL":[-200.1,-99.4],"hipR":[26.8,7],"knR":[24,130.2],"ftR":[19.7,255.1],"hipL":[-26.4,8.6],"knL":[-30.1,131.5],"ftL":[-33.1,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-1.1,-99.2],"neck":[-4,-165.7],"head":[-6.4,-200.6],"shR":[50.7,-142.1],"elR":[128.9,-130.4],"haR":[196.7,-120.8],"shL":[-56.1,-136.1],"elL":[-133,-116.7],"haL":[-200.2,-98.8],"hipR":[26.8,7],"knR":[23.9,130.1],"ftR":[19.5,255.1],"hipL":[-26.4,8.6],"knL":[-30.1,131.6],"ftL":[-33,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-1.2,-99.2],"neck":[-4.3,-165.7],"head":[-6.8,-200.6],"shR":[50.5,-142.1],"elR":[128.7,-130.6],"haR":[196.5,-121],"shL":[-56.3,-135.9],"elL":[-133.1,-116.3],"haL":[-200.3,-98.2],"hipR":[26.8,7],"knR":[23.8,130.1],"ftR":[19.4,255.1],"hipL":[-26.4,8.7],"knL":[-30,131.6],"ftL":[-32.9,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-99.2],"neck":[-4.4,-165.6],"head":[-7.1,-200.5],"shR":[50.4,-142.1],"elR":[128.6,-130.7],"haR":[196.4,-121.3],"shL":[-56.4,-135.7],"elL":[-133.1,-115.8],"haL":[-200.3,-97.6],"hipR":[26.8,6.9],"knR":[23.8,130.1],"ftR":[19.5,255.1],"hipL":[-26.4,8.7],"knL":[-30,131.7],"ftL":[-32.8,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-99.2],"neck":[-4.5,-165.6],"head":[-7.3,-200.5],"shR":[50.3,-142.1],"elR":[128.6,-130.8],"haR":[196.4,-121.5],"shL":[-56.5,-135.6],"elL":[-133.1,-115.4],"haL":[-200.2,-96.9],"hipR":[26.8,6.9],"knR":[23.9,130.1],"ftR":[19.7,255.1],"hipL":[-26.4,8.7],"knL":[-29.9,131.7],"ftL":[-32.6,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.2],"neck":[-4.6,-165.6],"head":[-7.4,-200.4],"shR":[50.3,-142.1],"elR":[128.5,-130.9],"haR":[196.3,-121.7],"shL":[-56.5,-135.5],"elL":[-133.1,-115.1],"haL":[-200.1,-96.3],"hipR":[26.8,6.9],"knR":[24,130.1],"ftR":[19.9,255.1],"hipL":[-26.4,8.7],"knL":[-29.8,131.7],"ftL":[-32.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.2],"neck":[-4.7,-165.6],"head":[-7.6,-200.4],"shR":[50.2,-142.1],"elR":[128.5,-131.1],"haR":[196.3,-121.9],"shL":[-56.6,-135.3],"elL":[-133.1,-114.7],"haL":[-200.1,-95.8],"hipR":[26.8,6.9],"knR":[24.1,130.1],"ftR":[20,255.1],"hipL":[-26.4,8.7],"knL":[-29.7,131.7],"ftL":[-32.2,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.2],"neck":[-4.8,-165.5],"head":[-7.7,-200.3],"shR":[50.1,-142.2],"elR":[128.4,-131.2],"haR":[196.2,-122],"shL":[-56.7,-135.2],"elL":[-133.1,-114.5],"haL":[-200.1,-95.4],"hipR":[26.8,6.9],"knR":[24.2,130.1],"ftR":[20.2,255.1],"hipL":[-26.4,8.7],"knL":[-29.6,131.7],"ftL":[-32,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.5,-99.2],"neck":[-4.9,-165.5],"head":[-7.8,-200.3],"shR":[50,-142.2],"elR":[128.3,-131.3],"haR":[196.1,-122.2],"shL":[-56.7,-135.1],"elL":[-133.2,-114.3],"haL":[-200.1,-95.2],"hipR":[26.8,6.9],"knR":[24.3,130.1],"ftR":[20.3,255.1],"hipL":[-26.4,8.7],"knL":[-29.5,131.7],"ftL":[-31.9,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.5,-99.2],"neck":[-5,-165.5],"head":[-7.9,-200.3],"shR":[50,-142.1],"elR":[128.3,-131.3],"haR":[196.1,-122.4],"shL":[-56.8,-135],"elL":[-133.2,-114.1],"haL":[-200.1,-95],"hipR":[26.7,6.9],"knR":[24.3,130.1],"ftR":[20.5,255.1],"hipL":[-26.4,8.7],"knL":[-29.4,131.7],"ftL":[-31.8,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.6,-99.2],"neck":[-5.1,-165.5],"head":[-8,-200.2],"shR":[49.9,-142.1],"elR":[128.2,-131.4],"haR":[196.1,-122.5],"shL":[-56.8,-135],"elL":[-133.2,-114.1],"haL":[-200.1,-94.9],"hipR":[26.7,6.9],"knR":[24.4,130.1],"ftR":[20.6,255.1],"hipL":[-26.4,8.7],"knL":[-29.4,131.7],"ftL":[-31.6,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.6,-99.2],"neck":[-5.1,-165.4],"head":[-8.1,-200.2],"shR":[49.9,-142.1],"elR":[128.2,-131.5],"haR":[196,-122.7],"shL":[-56.8,-134.9],"elL":[-133.3,-114.1],"haL":[-200.2,-95],"hipR":[26.7,6.9],"knR":[24.5,130.1],"ftR":[20.7,255.1],"hipL":[-26.4,8.7],"knL":[-29.3,131.7],"ftL":[-31.5,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.6,-99.2],"neck":[-5.2,-165.4],"head":[-8.2,-200.2],"shR":[49.8,-142.1],"elR":[128.2,-131.6],"haR":[196,-122.9],"shL":[-56.9,-134.8],"elL":[-133.3,-114.1],"haL":[-200.3,-95.1],"hipR":[26.7,6.9],"knR":[24.5,130.1],"ftR":[20.8,255.1],"hipL":[-26.4,8.7],"knL":[-29.2,131.7],"ftL":[-31.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.7,-99.2],"neck":[-5.2,-165.4],"head":[-8.2,-200.1],"shR":[49.8,-142],"elR":[128.1,-131.6],"haR":[195.9,-122.9],"shL":[-56.9,-134.7],"elL":[-133.4,-114.1],"haL":[-200.4,-95.2],"hipR":[26.7,6.9],"knR":[24.5,130.1],"ftR":[20.9,255.1],"hipL":[-26.4,8.7],"knL":[-29.2,131.7],"ftL":[-31.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.2],"neck":[-5.3,-165.3],"head":[-8.2,-200.1],"shR":[49.7,-142],"elR":[128.1,-131.6],"haR":[195.9,-123],"shL":[-57,-134.7],"elL":[-133.5,-114.2],"haL":[-200.5,-95.4],"hipR":[26.7,6.9],"knR":[24.6,130.1],"ftR":[20.9,255.1],"hipL":[-26.3,8.7],"knL":[-29.1,131.7],"ftL":[-31.3,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.1],"neck":[-5.3,-165.3],"head":[-8.2,-200.1],"shR":[49.7,-141.9],"elR":[128,-131.6],"haR":[195.9,-122.9],"shL":[-57,-134.7],"elL":[-133.5,-114.3],"haL":[-200.5,-95.6],"hipR":[26.7,6.9],"knR":[24.6,130.1],"ftR":[21,255.1],"hipL":[-26.3,8.7],"knL":[-29.1,131.7],"ftL":[-31.3,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.1],"neck":[-5.3,-165.3],"head":[-8.2,-200],"shR":[49.7,-141.8],"elR":[128,-131.5],"haR":[195.8,-122.8],"shL":[-57,-134.6],"elL":[-133.6,-114.3],"haL":[-200.6,-95.7],"hipR":[26.7,6.9],"knR":[24.6,130.1],"ftR":[21,255.1],"hipL":[-26.3,8.7],"knL":[-29,131.7],"ftL":[-31.2,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.1],"neck":[-5.3,-165.3],"head":[-8.1,-200],"shR":[49.7,-141.8],"elR":[128,-131.4],"haR":[195.8,-122.7],"shL":[-57,-134.6],"elL":[-133.6,-114.4],"haL":[-200.6,-95.8],"hipR":[26.7,6.9],"knR":[24.7,130.1],"ftR":[21.1,255.1],"hipL":[-26.3,8.7],"knL":[-29,131.7],"ftL":[-31.2,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.9,-99.1],"neck":[-5.3,-165.3],"head":[-8.1,-200],"shR":[49.7,-141.7],"elR":[128,-131.2],"haR":[195.8,-122.4],"shL":[-57,-134.6],"elL":[-133.6,-114.4],"haL":[-200.6,-95.9],"hipR":[26.7,6.9],"knR":[24.7,130.1],"ftR":[21.1,255.1],"hipL":[-26.3,8.7],"knL":[-29,131.7],"ftL":[-31.1,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.9,-99.1],"neck":[-5.2,-165.2],"head":[-7.9,-199.9],"shR":[49.7,-141.5],"elR":[128,-131],"haR":[195.8,-122.1],"shL":[-56.9,-134.6],"elL":[-133.5,-114.4],"haL":[-200.6,-95.9],"hipR":[26.7,6.9],"knR":[24.7,130.1],"ftR":[21.2,255.1],"hipL":[-26.3,8.7],"knL":[-28.9,131.7],"ftL":[-31.1,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.9,-99.1],"neck":[-5.2,-165.2],"head":[-7.8,-199.9],"shR":[49.8,-141.4],"elR":[128.1,-130.7],"haR":[195.8,-121.7],"shL":[-56.9,-134.6],"elL":[-133.5,-114.3],"haL":[-200.6,-95.8],"hipR":[26.7,6.9],"knR":[24.7,130.1],"ftR":[21.2,255.1],"hipL":[-26.3,8.7],"knL":[-28.9,131.7],"ftL":[-31,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.9,-99.1],"neck":[-5.1,-165.1],"head":[-7.6,-199.8],"shR":[49.8,-141.2],"elR":[128.1,-130.4],"haR":[195.8,-121.2],"shL":[-56.8,-134.6],"elL":[-133.4,-114.2],"haL":[-200.5,-95.6],"hipR":[26.7,6.9],"knR":[24.8,130.1],"ftR":[21.3,255.1],"hipL":[-26.3,8.7],"knL":[-28.9,131.7],"ftL":[-30.9,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.1],"neck":[-4.9,-165.1],"head":[-7.4,-199.7],"shR":[49.9,-141.1],"elR":[128.2,-130.1],"haR":[195.9,-120.8],"shL":[-56.7,-134.6],"elL":[-133.3,-114.1],"haL":[-200.3,-95.4],"hipR":[26.7,6.9],"knR":[24.8,130.1],"ftR":[21.4,255.1],"hipL":[-26.3,8.7],"knL":[-28.9,131.7],"ftL":[-30.9,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.7,-99.1],"neck":[-4.8,-165.1],"head":[-7.2,-199.7],"shR":[50.1,-141],"elR":[128.3,-129.8],"haR":[195.9,-120.3],"shL":[-56.6,-134.6],"elL":[-133.1,-114],"haL":[-200.1,-95.2],"hipR":[26.7,6.9],"knR":[24.8,130.1],"ftR":[21.4,255.1],"hipL":[-26.3,8.7],"knL":[-28.8,131.7],"ftL":[-30.8,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.7,-99.1],"neck":[-4.6,-165],"head":[-6.9,-199.7],"shR":[50.2,-140.8],"elR":[128.4,-129.4],"haR":[196,-119.8],"shL":[-56.4,-134.6],"elL":[-133,-113.9],"haL":[-200,-95],"hipR":[26.7,6.9],"knR":[24.9,130.1],"ftR":[21.5,255.1],"hipL":[-26.3,8.7],"knL":[-28.8,131.7],"ftL":[-30.7,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.6,-99.1],"neck":[-4.4,-165],"head":[-6.7,-199.6],"shR":[50.3,-140.7],"elR":[128.5,-129.1],"haR":[196.1,-119.3],"shL":[-56.3,-134.6],"elL":[-132.8,-113.8],"haL":[-199.8,-94.9],"hipR":[26.7,6.9],"knR":[24.9,130.1],"ftR":[21.6,255.1],"hipL":[-26.3,8.7],"knL":[-28.8,131.7],"ftL":[-30.6,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.5,-99.1],"neck":[-4.2,-165],"head":[-6.4,-199.6],"shR":[50.4,-140.6],"elR":[128.6,-128.8],"haR":[196.2,-118.8],"shL":[-56.2,-134.6],"elL":[-132.6,-113.8],"haL":[-199.6,-94.7],"hipR":[26.7,6.9],"knR":[24.9,130.1],"ftR":[21.6,255.1],"hipL":[-26.3,8.7],"knL":[-28.7,131.7],"ftL":[-30.6,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.5,-99.1],"neck":[-4.1,-164.9],"head":[-6.2,-199.5],"shR":[50.6,-140.4],"elR":[128.7,-128.5],"haR":[196.2,-118.4],"shL":[-56,-134.6],"elL":[-132.5,-113.8],"haL":[-199.5,-94.6],"hipR":[26.7,6.9],"knR":[25,130.1],"ftR":[21.7,255.1],"hipL":[-26.3,8.7],"knL":[-28.7,131.7],"ftL":[-30.5,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.1],"neck":[-3.9,-164.9],"head":[-5.9,-199.5],"shR":[50.7,-140.3],"elR":[128.8,-128.1],"haR":[196.3,-117.9],"shL":[-55.9,-134.6],"elL":[-132.3,-113.6],"haL":[-199.3,-94.4],"hipR":[26.7,6.9],"knR":[25,130.1],"ftR":[21.8,255.1],"hipL":[-26.4,8.7],"knL":[-28.7,131.7],"ftL":[-30.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.1],"neck":[-3.6,-164.9],"head":[-5.6,-199.4],"shR":[50.9,-140],"elR":[128.9,-127.6],"haR":[196.4,-117],"shL":[-55.7,-134.6],"elL":[-132,-113.2],"haL":[-198.8,-93.6],"hipR":[26.7,6.9],"knR":[25.1,130.1],"ftR":[21.8,255.1],"hipL":[-26.4,8.7],"knL":[-28.7,131.7],"ftL":[-30.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-99.1],"neck":[-3.2,-164.9],"head":[-5.2,-199.4],"shR":[51.1,-139.6],"elR":[129,-126.6],"haR":[196.3,-115.5],"shL":[-55.4,-134.5],"elL":[-131.4,-112.2],"haL":[-197.9,-91.7],"hipR":[26.7,6.9],"knR":[25.1,130.1],"ftR":[22,255.1],"hipL":[-26.4,8.7],"knL":[-28.6,131.7],"ftL":[-30.3,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-99.1],"neck":[-2.8,-164.8],"head":[-4.7,-199.3],"shR":[51.4,-138.9],"elR":[129.1,-125],"haR":[196.2,-113.2],"shL":[-54.9,-134.3],"elL":[-130.5,-110.5],"haL":[-196.5,-88.4],"hipR":[26.8,6.9],"knR":[25.2,130.1],"ftR":[22.1,255.1],"hipL":[-26.4,8.7],"knL":[-28.6,131.7],"ftL":[-30.1,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.2,-99.1],"neck":[-2.3,-164.8],"head":[-4.1,-199.2],"shR":[51.7,-138.2],"elR":[129.1,-122.9],"haR":[195.8,-109.9],"shL":[-54.4,-134],"elL":[-129.3,-107.8],"haL":[-194.5,-83.6],"hipR":[26.8,6.9],"knR":[25.3,130.1],"ftR":[22.3,255.1],"hipL":[-26.4,8.7],"knL":[-28.5,131.7],"ftL":[-29.8,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.1,-99.1],"neck":[-1.8,-164.8],"head":[-3.6,-199.1],"shR":[52,-137.3],"elR":[129,-120.2],"haR":[195.1,-105.3],"shL":[-53.9,-133.5],"elL":[-127.6,-104.2],"haL":[-191.8,-77.3],"hipR":[26.7,7],"knR":[25.5,130.1],"ftR":[22.6,255.1],"hipL":[-26.4,8.7],"knL":[-28.3,131.7],"ftL":[-29.6,255.9]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.1,-99.1],"neck":[-1.2,-164.7],"head":[-2.9,-198.9],"shR":[52.2,-136.1],"elR":[128.5,-116.7],"haR":[193.7,-99.2],"shL":[-53.3,-132.9],"elL":[-125.2,-99.5],"haL":[-187.8,-69.1],"hipR":[26.7,6.9],"knR":[25.7,130.1],"ftR":[22.8,255],"hipL":[-26.4,8.7],"knL":[-28.2,131.7],"ftL":[-29.3,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-1,-99.1],"neck":[-0.6,-164.5],"head":[-2.2,-198.7],"shR":[52.5,-134.9],"elR":[127.6,-112.2],"haR":[191.1,-91.1],"shL":[-52.8,-132.4],"elL":[-121.9,-93.6],"haL":[-181.8,-58.5],"hipR":[26.7,6.9],"knR":[25.8,130],"ftR":[23.1,254.9],"hipL":[-26.4,8.7],"knL":[-28.1,131.6],"ftL":[-29.1,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-0.9,-99.1],"neck":[0,-164.3],"head":[-1.5,-198.3],"shR":[52.8,-133.6],"elR":[125.9,-106.5],"haR":[186.2,-80.3],"shL":[-52.2,-132.3],"elL":[-117.1,-86.7],"haL":[-172.6,-45.5],"hipR":[26.7,6.9],"knR":[26,130],"ftR":[23.3,254.8],"hipL":[-26.4,8.7],"knL":[-28,131.6],"ftL":[-28.8,255.8]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-99.1],"neck":[0.6,-164],"head":[-0.9,-197.8],"shR":[53,-132.7],"elR":[122.9,-100.4],"haR":[177.6,-67.3],"shL":[-51.9,-132.7],"elL":[-110.6,-79.4],"haL":[-159.5,-31.2],"hipR":[26.7,6.9],"knR":[26.1,129.9],"ftR":[23.5,254.6],"hipL":[-26.4,8.7],"knL":[-27.9,131.5],"ftL":[-28.6,255.6]},{"rootY":0.2,"hips":[0,0],"chest":[-0.6,-99.1],"neck":[0.9,-163.6],"head":[-0.6,-197.3],"shR":[53.2,-132.2],"elR":[118.6,-94.3],"haR":[164.7,-53.2],"shL":[-51.8,-133.2],"elL":[-102.6,-72.5],"haL":[-143,-17.4],"hipR":[26.8,6.9],"knR":[26,129.7],"ftR":[23.6,254.4],"hipL":[-26.4,8.7],"knL":[-27.9,131.4],"ftL":[-28.6,255.4]},{"rootY":0.5,"hips":[0,0],"chest":[-0.7,-99.1],"neck":[0.9,-163.2],"head":[-0.6,-196.6],"shR":[53.2,-132],"elR":[113,-88.3],"haR":[148.3,-39.5],"shL":[-52,-133.5],"elL":[-94,-66.6],"haL":[-125.4,-5.6],"hipR":[26.8,6.7],"knR":[25.8,129.4],"ftR":[23.4,254.1],"hipL":[-26.4,8.9],"knL":[-28,131.3],"ftL":[-28.6,255.1]},{"rootY":0.8,"hips":[0,0],"chest":[-0.9,-99],"neck":[0.5,-162.8],"head":[-0.9,-196],"shR":[52.9,-131.7],"elR":[106.1,-82.5],"haR":[130.7,-27.7],"shL":[-52.4,-133.5],"elL":[-86,-62.2],"haL":[-109.1,2.7],"hipR":[26.9,6.5],"knR":[25.4,129.1],"ftR":[23,253.7],"hipL":[-26.3,9.1],"knL":[-28,131.2],"ftL":[-28.7,254.7]},{"rootY":1.2,"hips":[0,0],"chest":[-1.4,-98.9],"neck":[0.2,-162.4],"head":[-1.2,-195.4],"shR":[52.3,-130.9],"elR":[98.6,-77.7],"haR":[114.1,-19.2],"shL":[-52.8,-133.7],"elL":[-79.6,-60.5],"haL":[-95.6,6.9],"hipR":[27,6.2],"knR":[25,128.7],"ftR":[22.6,253.3],"hipL":[-26.2,9.3],"knL":[-28.1,131],"ftL":[-29.2,254.3]},{"rootY":1.6,"hips":[0,0],"chest":[-1.9,-98.8],"neck":[0.1,-161.8],"head":[-1.4,-194.6],"shR":[51.9,-129.9],"elR":[91.3,-75.4],"haR":[100.1,-14.4],"shL":[-53.3,-134.6],"elL":[-74.9,-61.7],"haL":[-85.3,7.1],"hipR":[27,6],"knR":[24.7,128.3],"ftR":[22.1,252.9],"hipL":[-26.2,9.5],"knL":[-28.4,130.9],"ftL":[-30.1,253.9]},{"rootY":1.9,"hips":[0,0],"chest":[-2.2,-98.7],"neck":[0.3,-161.1],"head":[-1.1,-193.7],"shR":[51.8,-129.5],"elR":[85.3,-76.5],"haR":[89.9,-12.8],"shL":[-53.4,-135.9],"elL":[-71.5,-65.3],"haL":[-78.5,4.2],"hipR":[27,5.9],"knR":[24.7,128],"ftR":[21.9,252.6],"hipL":[-26.1,9.6],"knL":[-28.8,130.7],"ftL":[-30.6,253.6]},{"rootY":2,"hips":[0,0],"chest":[-2.1,-98.5],"neck":[0.6,-160],"head":[-0.5,-192.4],"shR":[52.1,-129.6],"elR":[81.2,-80.3],"haR":[83.8,-13.4],"shL":[-53.3,-136.8],"elL":[-69.4,-70.1],"haL":[-75.3,-0.8],"hipR":[27,5.8],"knR":[24.7,127.9],"ftR":[21.9,252.5],"hipL":[-26.2,9.6],"knL":[-29.3,130.5],"ftL":[-30.7,253.5]},{"rootY":1.9,"hips":[0,0],"chest":[-1.8,-98.1],"neck":[1.1,-158.5],"head":[0.4,-190.5],"shR":[52.6,-129.6],"elR":[78.9,-85.6],"haR":[81.2,-16.3],"shL":[-53,-137],"elL":[-68.5,-75.6],"haL":[-74.8,-8],"hipR":[27,5.9],"knR":[24.8,127.8],"ftR":[22.2,252.4],"hipL":[-26.2,9.6],"knL":[-29.6,130.3],"ftL":[-30.5,253.5]},{"rootY":2.1,"hips":[0,0],"chest":[-1.3,-97.3],"neck":[1.8,-156.3],"head":[1.4,-187.9],"shR":[53.3,-129],"elR":[77.5,-91.8],"haR":[80.9,-22.2],"shL":[-52.4,-136.8],"elL":[-68.4,-82.2],"haL":[-75.5,-18],"hipR":[27,6],"knR":[25.1,127.7],"ftR":[22.6,252.2],"hipL":[-26.3,9.4],"knL":[-29.6,129.9],"ftL":[-30,253.3]},{"rootY":2.5,"hips":[0,0],"chest":[-0.7,-96.2],"neck":[2.6,-153.2],"head":[2.5,-184.1],"shR":[54.1,-127.8],"elR":[76.4,-99.1],"haR":[81.3,-31.7],"shL":[-51.7,-136.6],"elL":[-68.5,-89.8],"haL":[-76.4,-30.7],"hipR":[26.9,6.2],"knR":[25.6,127.2],"ftR":[23.2,251.6],"hipL":[-26.4,9.1],"knL":[-29.5,129.3],"ftL":[-29.4,252.9]},{"rootY":3.4,"hips":[0,0],"chest":[-0.2,-94.6],"neck":[3.4,-148.8],"head":[3.8,-178.9],"shR":[55,-126.1],"elR":[75.7,-107.4],"haR":[81.7,-43.9],"shL":[-50.8,-135.4],"elL":[-68.5,-97.7],"haL":[-77.4,-44.8],"hipR":[26.9,6.4],"knR":[26.3,126.4],"ftR":[24,250.5],"hipL":[-26.5,8.9],"knL":[-29.9,128.3],"ftL":[-28.9,252]},{"rootY":5,"hips":[0,0],"chest":[0.3,-92.3],"neck":[4.2,-142.9],"head":[4.9,-171.9],"shR":[55.8,-123.5],"elR":[75.8,-115.7],"haR":[82,-57.3],"shL":[-49.9,-131.8],"elL":[-68.7,-104.9],"haL":[-78.1,-58.3],"hipR":[26.9,6.4],"knR":[27.1,125],"ftR":[24.6,248.8],"hipL":[-26.5,8.8],"knL":[-31.2,126.9],"ftL":[-28.7,250.5]},{"rootY":7.3,"hips":[0,0],"chest":[0.5,-89.4],"neck":[4.7,-135.3],"head":[5.7,-163.2],"shR":[56.4,-119.3],"elR":[76.2,-122.7],"haR":[82.2,-70.1],"shL":[-49.4,-125.1],"elL":[-69.1,-110.6],"haL":[-78.2,-69.4],"hipR":[26.9,6.1],"knR":[28,123],"ftR":[24.8,246.5],"hipL":[-26.5,9],"knL":[-33.6,125],"ftL":[-28.5,248.1]},{"rootY":10.4,"hips":[0,0],"chest":[0.4,-85.7],"neck":[5,-126.2],"head":[6.2,-152.7],"shR":[56.7,-113],"elR":[76.7,-126.8],"haR":[82.4,-80.3],"shL":[-49.2,-116.1],"elL":[-69.7,-113.8],"haL":[-78.2,-76.4],"hipR":[27,5.5],"knR":[29,120.2],"ftR":[24.8,243.6],"hipL":[-26.3,9.4],"knL":[-36.6,122.4],"ftL":[-28.2,244.9]},{"rootY":14.2,"hips":[0,0],"chest":[0.1,-81.5],"neck":[5.2,-115.9],"head":[6.5,-141],"shR":[56.9,-104.5],"elR":[77.6,-126.4],"haR":[82.5,-85.8],"shL":[-49.2,-105.7],"elL":[-70.7,-113.3],"haL":[-78.3,-77.9],"hipR":[27.1,4.7],"knR":[29.5,116.7],"ftR":[25,239.8],"hipL":[-26.1,10],"knL":[-39.7,119.3],"ftL":[-28.1,240.8]},{"rootY":18.9,"hips":[0,0],"chest":[0,-76.8],"neck":[5.5,-104.7],"head":[6.7,-128.6],"shR":[57.4,-94.4],"elR":[78.9,-121.4],"haR":[82.6,-85.8],"shL":[-49,-94.3],"elL":[-72.4,-107.9],"haL":[-79,-73.9],"hipR":[27.2,4],"knR":[28.7,112.7],"ftR":[25.1,235.2],"hipL":[-25.9,10.5],"knL":[-42.7,115.6],"ftL":[-28.3,236]},{"rootY":24.8,"hips":[0,0],"chest":[0.6,-71.8],"neck":[6.4,-93.1],"head":[7.2,-116.2],"shR":[58.4,-83],"elR":[79.9,-112.7],"haR":[82.7,-80.2],"shL":[-48.4,-81.6],"elL":[-74.8,-98.1],"haL":[-80.2,-65.1],"hipR":[27.1,3.7],"knR":[27.9,108.2],"ftR":[25,229.5],"hipL":[-25.9,10.5],"knL":[-45.4,111.2],"ftL":[-28.2,230.3]},{"rootY":31.6,"hips":[0,0],"chest":[1.9,-67.2],"neck":[7.7,-82.2],"head":[8.1,-104.7],"shR":[59.8,-71],"elR":[80.4,-100.2],"haR":[84.6,-68],"shL":[-47.3,-68.9],"elL":[-77.3,-84.9],"haL":[-83,-50.9],"hipR":[27,4],"knR":[28.8,103.4],"ftR":[25.2,222.9],"hipL":[-26.1,10],"knL":[-48.4,106.2],"ftL":[-27.9,223.5]},{"rootY":39,"hips":[0,0],"chest":[3.4,-63.3],"neck":[8.7,-73.2],"head":[9,-94.9],"shR":[60.6,-59.3],"elR":[81.8,-82.1],"haR":[90.6,-47.7],"shL":[-46.3,-58.5],"elL":[-80.3,-68.4],"haL":[-88.4,-30.7],"hipR":[26.9,4.5],"knR":[31.7,98.7],"ftR":[25.9,215.8],"hipL":[-26.3,9.3],"knL":[-52.1,101.3],"ftL":[-27.6,216.2]},{"rootY":46.4,"hips":[0,0],"chest":[4.1,-60.1],"neck":[9.2,-66.4],"head":[9.6,-87.9],"shR":[60,-49.2],"elR":[85.7,-57.2],"haR":[101.3,-18.8],"shL":[-45.8,-51],"elL":[-84.4,-47.5],"haL":[-97.6,-5.1],"hipR":[26.8,4.8],"knR":[34.5,94.4],"ftR":[26.1,208.5],"hipL":[-26.4,8.9],"knL":[-56.3,97.1],"ftL":[-27.7,208.8]},{"rootY":53.2,"hips":[0,0],"chest":[4.1,-57.6],"neck":[9.6,-62.2],"head":[10.1,-84.1],"shR":[58.7,-42.1],"elR":[91.8,-28.5],"haR":[114.9,16.9],"shL":[-45.1,-45.3],"elL":[-88.7,-23.2],"haL":[-109.9,23.3],"hipR":[26.8,4.7],"knR":[36.3,91.4],"ftR":[25.6,201.9],"hipL":[-26.4,8.9],"knL":[-60.4,94.3],"ftL":[-27.7,202]},{"rootY":59.1,"hips":[0,0],"chest":[4.2,-56],"neck":[10.8,-60.7],"head":[11.2,-83.6],"shR":[58.6,-38],"elR":[99,-2.3],"haR":[126.8,53.7],"shL":[-43.5,-40.2],"elL":[-91.8,0.2],"haL":[-121.4,52],"hipR":[26.8,4.3],"knR":[38.6,89.4],"ftR":[25.5,196.1],"hipL":[-26.3,9.3],"knL":[-63.7,92.9],"ftL":[-27.7,196.2]},{"rootY":64.1,"hips":[0,0],"chest":[4.8,-55.7],"neck":[12.6,-62.2],"head":[13,-86.5],"shR":[60.4,-37.2],"elR":[106.1,16.2],"haR":[132.2,80.9],"shL":[-40.8,-37.3],"elL":[-92.4,16.8],"haL":[-125.6,76.1],"hipR":[26.7,3.8],"knR":[43.7,88.1],"ftR":[26.5,191],"hipL":[-26.1,9.8],"knL":[-66.5,92.7],"ftL":[-27.3,191.2]},{"rootY":68.1,"hips":[0,0],"chest":[5.6,-56.9],"neck":[14.3,-66.3],"head":[14.7,-92.4],"shR":[62.6,-39.5],"elR":[109.3,24],"haR":[126,85.1],"shL":[-37.9,-38.1],"elL":[-89.2,22.4],"haL":[-116.2,85.5],"hipR":[26.7,3.2],"knR":[51.3,88.4],"ftR":[27.3,186.7],"hipL":[-25.9,10.4],"knL":[-69.4,94.1],"ftL":[-26.3,186.9]},{"rootY":70.5,"hips":[0,0],"chest":[5.9,-59.2],"neck":[15.1,-72.3],"head":[15.5,-100.4],"shR":[63.5,-44.4],"elR":[105.6,19.4],"haR":[106.9,60.9],"shL":[-35.7,-42.8],"elL":[-81.9,16],"haL":[-92.1,69],"hipR":[26.6,2.9],"knR":[58.4,91.6],"ftR":[26.9,184.3],"hipL":[-25.8,10.7],"knL":[-72.4,97.6],"ftL":[-25.3,183.9]},{"rootY":69.5,"hips":[0,0],"chest":[5.8,-62.2],"neck":[15,-79.7],"head":[15.3,-109.9],"shR":[63.4,-52.1],"elR":[97,3.7],"haR":[82.2,15.4],"shL":[-34.9,-51.6],"elL":[-73.2,-1.1],"haL":[-61.9,28],"hipR":[26.7,2.8],"knR":[62.5,97.7],"ftR":[26.1,184.6],"hipL":[-25.8,10.8],"knL":[-75.4,102.5],"ftL":[-25.6,183.2]},{"rootY":64.5,"hips":[0,0],"chest":[5.5,-65.4],"neck":[14.1,-89.3],"head":[14.5,-121.4],"shR":[63.2,-63.3],"elR":[89.2,-23.5],"haR":[63.1,-35.7],"shL":[-35.4,-64.2],"elL":[-67.9,-28.6],"haL":[-38.3,-24.4],"hipR":[26.8,2.8],"knR":[63,105.8],"ftR":[25.4,186.9],"hipL":[-25.8,10.6],"knL":[-78,108.7],"ftL":[-27.5,184.9]},{"rootY":55.6,"hips":[0,0],"chest":[4.7,-69.7],"neck":[12.6,-101.6],"head":[13.3,-135.2],"shR":[62.4,-77.3],"elR":[87.2,-59.3],"haR":[55,-81.6],"shL":[-36.7,-80.6],"elL":[-68.8,-64.7],"haL":[-29.8,-76.9],"hipR":[26.9,3],"knR":[60.3,114.9],"ftR":[24.3,191],"hipL":[-25.9,10.5],"knL":[-78.9,115.9],"ftL":[-30.4,189]},{"rootY":42.4,"hips":[0,0],"chest":[3.6,-76.1],"neck":[10.9,-116.4],"head":[12.2,-150.9],"shR":[61.3,-94.2],"elR":[90.3,-92.8],"haR":[57.6,-119.2],"shL":[-37.5,-99.7],"elL":[-74.5,-101.5],"haL":[-36.7,-123.3],"hipR":[26.9,3.5],"knR":[54.4,122.6],"ftR":[24.6,197.9],"hipL":[-26,10.2],"knL":[-75.2,122.4],"ftL":[-34.8,196.5]},{"rootY":24.4,"hips":[0,0],"chest":[2.4,-84],"neck":[9.4,-131.9],"head":[11.1,-166.9],"shR":[60.4,-110.5],"elR":[94.8,-113.3],"haR":[67.2,-146.5],"shL":[-38.6,-118.2],"elL":[-82.5,-129.8],"haL":[-54.5,-158.9],"hipR":[27,3.9],"knR":[45.4,125.3],"ftR":[27.8,207.1],"hipL":[-26.1,10],"knL":[-65.9,126.1],"ftL":[-42.9,206.4]},{"rootY":3.9,"hips":[0,0],"chest":[1.2,-91],"neck":[8.1,-145.4],"head":[10.2,-180.7],"shR":[59.6,-124],"elR":[97.6,-118.6],"haR":[80.8,-162.2],"shL":[-41.3,-132.3],"elL":[-91.3,-146.1],"haL":[-77.3,-179],"hipR":[27,3.9],"knR":[36.7,121.9],"ftR":[32,214.6],"hipL":[-26,10],"knL":[-54.4,126],"ftL":[-52,214.7]},{"rootY":-16.8,"hips":[0,0],"chest":[-0.5,-94.9],"neck":[6.6,-153.6],"head":[9.5,-188.7],"shR":[58.3,-131.2],"elR":[98.1,-113.7],"haR":[95.7,-162.2],"shL":[-45.4,-137.2],"elL":[-98.3,-149.9],"haL":[-99.2,-180],"hipR":[27.1,3.4],"knR":[34.1,119.2],"ftR":[33.9,217.7],"hipL":[-25.9,10.4],"knL":[-48.9,125.9],"ftL":[-56,218.6]},{"rootY":-36.8,"hips":[0,0],"chest":[-2.7,-95.4],"neck":[4.6,-155],"head":[8.9,-189.7],"shR":[56.4,-127.7],"elR":[99.6,-102.3],"haR":[106.2,-142.3],"shL":[-48.8,-132],"elL":[-101.7,-140.7],"haL":[-115.2,-160.4],"hipR":[27,2.7],"knR":[38.3,122.4],"ftR":[35.4,219],"hipL":[-25.6,11.1],"knL":[-52.2,129.6],"ftL":[-54.2,218.9]},{"rootY":-51.3,"hips":[0,0],"chest":[-2.5,-94],"neck":[4.4,-152],"head":[9.4,-185.5],"shR":[56.2,-122.4],"elR":[103.2,-89.4],"haR":[113.1,-107.2],"shL":[-48.6,-125.6],"elL":[-100.9,-122.7],"haL":[-122.2,-125.6],"hipR":[26.9,2.9],"knR":[46.2,124.5],"ftR":[41.5,219.6],"hipL":[-25.6,11.1],"knL":[-57,130.1],"ftL":[-50,216.1]},{"rootY":-61.8,"hips":[0,0],"chest":[-1,-91.8],"neck":[5.5,-146],"head":[10.2,-177.7],"shR":[57.3,-115.9],"elR":[106.4,-73.2],"haR":[119.4,-60.9],"shL":[-46.7,-118.5],"elL":[-98.6,-96.7],"haL":[-123.3,-78.2],"hipR":[26.8,3.6],"knR":[50.3,121.4],"ftR":[51.9,224.2],"hipL":[-25.8,10.8],"knL":[-57,124.8],"ftL":[-49,216.8]},{"rootY":-69.1,"hips":[0,0],"chest":[-0.4,-88.7],"neck":[5.9,-138],"head":[10.3,-166.9],"shR":[57.4,-107.5],"elR":[107.6,-52.9],"haR":[125.9,-13.6],"shL":[-45.7,-108.8],"elL":[-97.2,-67.1],"haL":[-123.2,-26.9],"hipR":[26.8,3.9],"knR":[51,115.3],"ftR":[61.5,231],"hipL":[-25.7,10.8],"knL":[-53.8,116.4],"ftL":[-51.2,223.2]},{"rootY":-71,"hips":[0,0],"chest":[-1,-85.4],"neck":[5.3,-128.9],"head":[9.4,-154.7],"shR":[56.4,-98.1],"elR":[106.5,-36.7],"haR":[129.3,20.5],"shL":[-46.5,-98.1],"elL":[-97.1,-41.6],"haL":[-123.6,14.8],"hipR":[26.8,3.7],"knR":[52.1,109.3],"ftR":[66.3,233.1],"hipL":[-25.5,11.2],"knL":[-51.2,110.2],"ftL":[-52.5,230.7]},{"rootY":-65.9,"hips":[0,0],"chest":[-1.8,-82.5],"neck":[4.6,-120.2],"head":[8.5,-143.1],"shR":[55.6,-90.5],"elR":[101.4,-33.4],"haR":[125.2,32],"shL":[-48,-89.8],"elL":[-96,-26.7],"haL":[-121.4,37.9],"hipR":[26.8,3.8],"knR":[53.5,104.9],"ftR":[66.9,228.2],"hipL":[-25.3,11.3],"knL":[-49.3,107.8],"ftL":[-51,233.1]},{"rootY":-53.6,"hips":[0,0],"chest":[-2.3,-81],"neck":[4.3,-113.9],"head":[7.9,-134.4],"shR":[55.1,-87.6],"elR":[92.1,-43.2],"haR":[112.6,20.6],"shL":[-48.8,-85.5],"elL":[-91.3,-24.4],"haL":[-113.9,39.8],"hipR":[26.9,4],"knR":[53.5,101.3],"ftR":[67.1,219.1],"hipL":[-25.3,11.3],"knL":[-46.5,106.9],"ftL":[-48.9,228.1]},{"rootY":-34.4,"hips":[0,0],"chest":[-3.3,-81.2],"neck":[3.5,-111.8],"head":[6.8,-130.3],"shR":[54.2,-89.9],"elR":[80.9,-59],"haR":[96.5,-2.6],"shL":[-50.1,-85.9],"elL":[-84.7,-30.3],"haL":[-103.8,28.1],"hipR":[27,3.8],"knR":[52.5,97.5],"ftR":[68.5,210.5],"hipL":[-25,11.7],"knL":[-43.8,106.2],"ftL":[-48.7,220]},{"rootY":-9.6,"hips":[0,0],"chest":[-5.3,-82.5],"neck":[1.1,-113.6],"head":[4.4,-131.1],"shR":[52.3,-95.9],"elR":[72.4,-71.4],"haR":[85.5,-20.1],"shL":[-52.7,-89.6],"elL":[-80.7,-35.8],"haL":[-97.6,18.4],"hipR":[27.2,3.4],"knR":[51.2,93.3],"ftR":[68.5,205.7],"hipL":[-24.7,12],"knL":[-43.8,103.8],"ftL":[-48.5,214.8]},{"rootY":19,"hips":[0,0],"chest":[-7.7,-83.4],"neck":[-2.5,-116.5],"head":[0.9,-134.6],"shR":[49.4,-101.2],"elR":[70.4,-73.4],"haR":[85.7,-20.6],"shL":[-55.6,-91.2],"elL":[-81.6,-32.9],"haL":[-98.7,23.1],"hipR":[27.3,3.4],"knR":[50.5,85.1],"ftR":[65.5,203],"hipL":[-24.6,12],"knL":[-47.5,94.6],"ftL":[-45.2,210.9]},{"rootY":51.7,"hips":[0,0],"chest":[-10.1,-83.6],"neck":[-6.1,-119.8],"head":[-3.1,-139.7],"shR":[46.5,-103.5],"elR":[75.3,-67.7],"haR":[96.7,-8.8],"shL":[-57.8,-89.8],"elL":[-86.1,-24.2],"haL":[-104.8,37.7],"hipR":[27.3,2.9],"knR":[52.3,66.4],"ftR":[60.3,191.1],"hipL":[-24.2,12.4],"knL":[-52,72.4],"ftL":[-38.4,196]},{"rootY":82.9,"hips":[0,0],"chest":[-12,-82.2],"neck":[-8.8,-120.9],"head":[-6.6,-142.8],"shR":[44.6,-101.5],"elR":[84.1,-57.7],"haR":[110.3,6.1],"shL":[-58.9,-87],"elL":[-89.8,-15.5],"haL":[-109.3,51],"hipR":[27.4,2.1],"knR":[56.2,44.2],"ftR":[55.5,167.3],"hipL":[-23.6,12.9],"knL":[-53.9,47],"ftL":[-34.3,169.4]},{"rootY":104.9,"hips":[0,0],"chest":[-13.5,-80.1],"neck":[-10.4,-118.9],"head":[-8.8,-141.3],"shR":[43.5,-97.4],"elR":[92.5,-47.2],"haR":[118,16.7],"shL":[-60.1,-84.9],"elL":[-90,-11.9],"haL":[-107.7,54.7],"hipR":[27.4,1.1],"knR":[59.3,25.7],"ftR":[52.5,142.5],"hipL":[-23,13.6],"knL":[-54.6,26.9],"ftL":[-35.3,143.9]},{"rootY":116.6,"hips":[0,0],"chest":[-14.2,-78.7],"neck":[-11,-116.1],"head":[-9.3,-137.9],"shR":[43.1,-95.5],"elR":[97.3,-41.2],"haR":[117.4,17],"shL":[-61.2,-85.1],"elL":[-87.5,-16.3],"haL":[-100.9,45.1],"hipR":[27.4,0.6],"knR":[61.2,15],"ftR":[51.4,127.3],"hipL":[-22.7,14.1],"knL":[-55.1,16.2],"ftL":[-38.1,129.7]},{"rootY":120.8,"hips":[0,0],"chest":[-14.2,-78.7],"neck":[-10.9,-114.6],"head":[-8.9,-135.8],"shR":[43,-96.7],"elR":[98.6,-40.6],"haR":[112.3,9.5],"shL":[-61.4,-86.3],"elL":[-85.6,-25],"haL":[-94.8,29.1],"hipR":[27.4,0.7],"knR":[62.4,14.4],"ftR":[51,123],"hipL":[-22.9,14.1],"knL":[-55.7,14.3],"ftL":[-39.1,125]},{"rootY":120,"hips":[0,0],"chest":[-13.7,-78.9],"neck":[-10.6,-114.3],"head":[-8.4,-135.4],"shR":[43.2,-97.8],"elR":[98.9,-41.4],"haR":[108.2,2],"shL":[-61.3,-87.3],"elL":[-86.6,-32],"haL":[-94,16.3],"hipR":[27.5,1],"knR":[63.2,20.1],"ftR":[50.6,123.8],"hipL":[-23.2,14],"knL":[-56.8,17.3],"ftL":[-38.8,124.4]},{"rootY":114,"hips":[0,0],"chest":[-13.2,-79],"neck":[-10.3,-114.3],"head":[-8.1,-135.3],"shR":[43.4,-97],"elR":[99.5,-41.3],"haR":[107.4,-0.4],"shL":[-61.5,-88],"elL":[-90.4,-34.8],"haL":[-97.9,11.6],"hipR":[27.5,1],"knR":[63.3,26.9],"ftR":[50.8,127.1],"hipL":[-23.4,14.1],"knL":[-58.1,23.2],"ftL":[-38.9,127.6]},{"rootY":102.8,"hips":[0,0],"chest":[-12.7,-79.2],"neck":[-9.9,-114.2],"head":[-7.5,-134.9],"shR":[43.8,-95.2],"elR":[99.9,-40.6],"haR":[109.5,2.5],"shL":[-61.7,-88.4],"elL":[-96.3,-33.4],"haL":[-103.6,13.7],"hipR":[27.5,1.2],"knR":[62.8,34.7],"ftR":[51.9,134.7],"hipL":[-23.6,14],"knL":[-58.7,32.6],"ftL":[-39.2,136.3]},{"rootY":88.1,"hips":[0,0],"chest":[-12,-79.6],"neck":[-9.4,-114.1],"head":[-6.6,-134.4],"shR":[44.2,-93.7],"elR":[98.9,-40.7],"haR":[112.4,7.4],"shL":[-61.7,-88.3],"elL":[-102.9,-29.9],"haL":[-109,19.1],"hipR":[27.5,1.8],"knR":[61.9,45.3],"ftR":[53.3,146.4],"hipL":[-23.9,13.5],"knL":[-58.1,45.4],"ftL":[-38.9,149.1]},{"rootY":72.1,"hips":[0,0],"chest":[-11.1,-79.8],"neck":[-8.7,-113.8],"head":[-5.4,-134],"shR":[44.7,-92.3],"elR":[96.3,-41.7],"haR":[114.3,11.7],"shL":[-61.5,-88.1],"elL":[-107.9,-27],"haL":[-113.8,24.8],"hipR":[27.5,2.6],"knR":[60.3,58],"ftR":[53.7,159.5],"hipL":[-24.4,12.7],"knL":[-56.8,59.1],"ftL":[-38,163.3]},{"rootY":56.5,"hips":[0,0],"chest":[-9.9,-79.8],"neck":[-7.6,-113.4],"head":[-4.1,-133.6],"shR":[45.4,-90.5],"elR":[93.3,-43.1],"haR":[114.4,15.1],"shL":[-61,-88.7],"elL":[-110,-26.6],"haL":[-117.6,29.5],"hipR":[27.4,3.2],"knR":[57.9,69.5],"ftR":[51.4,173.2],"hipL":[-24.8,12.2],"knL":[-55.2,72],"ftL":[-37.1,177.9]},{"rootY":41.9,"hips":[0,0],"chest":[-8.7,-79.7],"neck":[-5.9,-112.9],"head":[-2.6,-133.1],"shR":[46.3,-88.6],"elR":[90.4,-44.3],"haR":[112.9,17.9],"shL":[-59.9,-89.9],"elL":[-109.2,-28.5],"haL":[-120,32.6],"hipR":[27.3,3.5],"knR":[55.6,79.1],"ftR":[45.3,189.1],"hipL":[-25,12],"knL":[-53.5,83.4],"ftL":[-36.5,192.3]},{"rootY":29.3,"hips":[0,0],"chest":[-7.3,-79.7],"neck":[-3.7,-112.7],"head":[-0.9,-132.9],"shR":[47.7,-87.4],"elR":[87.8,-45.2],"haR":[110,19.9],"shL":[-58.1,-90.6],"elL":[-106.7,-31.5],"haL":[-121.4,33.7],"hipR":[27.1,3.7],"knR":[54.3,88.9],"ftR":[37.1,206.1],"hipL":[-25.1,11.7],"knL":[-52,93.1],"ftL":[-36,204.7]},{"rootY":19.3,"hips":[0,0],"chest":[-5.4,-80.3],"neck":[-1.3,-113.5],"head":[0.4,-133.8],"shR":[49.5,-87.6],"elR":[85.2,-46.2],"haR":[105.9,20.5],"shL":[-55.9,-91.6],"elL":[-103.1,-34.7],"haL":[-122.1,32.3],"hipR":[27,4.2],"knR":[53,99.2],"ftR":[30.3,220.1],"hipL":[-25.4,11.2],"knL":[-51.5,100.7],"ftL":[-36,214.2]},{"rootY":11.6,"hips":[0,0],"chest":[-3.3,-81.5],"neck":[0.9,-115.7],"head":[1.2,-136.2],"shR":[51.4,-89.1],"elR":[82.7,-47.7],"haR":[100.6,19.5],"shL":[-53.8,-94],"elL":[-98.4,-37.3],"haL":[-121.8,27.8],"hipR":[26.8,4.9],"knR":[50.8,107.2],"ftR":[27.4,229.3],"hipL":[-25.7,10.4],"knL":[-51.4,106.2],"ftL":[-37.2,221.4]},{"rootY":5.5,"hips":[0,0],"chest":[-1.5,-82.8],"neck":[2.5,-118.8],"head":[1.6,-139.7],"shR":[52.9,-91.7],"elR":[80.4,-49.7],"haR":[95.2,17],"shL":[-52,-97.2],"elL":[-93.2,-39.6],"haL":[-119.7,21.2],"hipR":[26.7,5.6],"knR":[48.1,112.8],"ftR":[27.2,235.5],"hipL":[-26,9.8],"knL":[-50.1,109.8],"ftL":[-40,226.5]},{"rootY":0.7,"hips":[0,0],"chest":[-0.1,-84],"neck":[3.6,-121.8],"head":[1.8,-143.8],"shR":[54,-94.6],"elR":[78.1,-52.2],"haR":[90.6,13.5],"shL":[-50.7,-99.8],"elL":[-88.8,-42.6],"haL":[-116.3,14.8],"hipR":[26.5,6.3],"knR":[45.2,117.2],"ftR":[27.3,240.5],"hipL":[-26.3,9],"knL":[-47.2,111.5],"ftL":[-43.5,228.8]},{"rootY":-2.9,"hips":[0,0],"chest":[1,-84.9],"neck":[4.1,-124.4],"head":[1.7,-147.8],"shR":[54.7,-97.2],"elR":[76.1,-54.7],"haR":[87,10],"shL":[-49.8,-101.3],"elL":[-85.7,-45.2],"haL":[-112.6,10.2],"hipR":[26.3,7.1],"knR":[42.5,120.7],"ftR":[26.7,244.4],"hipL":[-26.5,8.3],"knL":[-44.3,112.2],"ftL":[-46.3,229.8]},{"rootY":-5.9,"hips":[0,0],"chest":[1.9,-85.8],"neck":[4.2,-126.5],"head":[1.5,-151.3],"shR":[55.2,-99.3],"elR":[74.9,-56.7],"haR":[84.3,7.4],"shL":[-49.2,-102],"elL":[-83.2,-46.7],"haL":[-109.1,7.7],"hipR":[26.2,7.6],"knR":[40,123.2],"ftR":[26.3,247.4],"hipL":[-26.7,7.7],"knL":[-42.1,113.4],"ftL":[-47.4,233.1]},{"rootY":-8.1,"hips":[0,0],"chest":[2.2,-86.8],"neck":[4.1,-128.8],"head":[1.3,-155],"shR":[55.4,-101.8],"elR":[74.4,-58.1],"haR":[82.7,5.5],"shL":[-48.8,-102.8],"elL":[-80.8,-47.2],"haL":[-105.3,6.7],"hipR":[26.1,7.7],"knR":[37.8,124.9],"ftR":[26.6,249.4],"hipL":[-26.8,7.6],"knL":[-40,116.6],"ftL":[-47.8,239.2]},{"rootY":-9,"hips":[0,0],"chest":[1.3,-88.1],"neck":[3.8,-132],"head":[1.2,-159.4],"shR":[55.1,-105.3],"elR":[73.8,-59.7],"haR":[82,4.2],"shL":[-48.9,-104.3],"elL":[-78.5,-47.8],"haL":[-101.1,6.6],"hipR":[26.1,7.3],"knR":[36.2,125.8],"ftR":[26.9,250.5],"hipL":[-26.6,8],"knL":[-37.3,121.2],"ftL":[-48.2,245.3]},{"rootY":-8.9,"hips":[0,0],"chest":[-0.4,-89.6],"neck":[3.1,-135.9],"head":[0.9,-164.6],"shR":[54.1,-109.6],"elR":[72.2,-61.4],"haR":[81.6,3.5],"shL":[-49.3,-106.2],"elL":[-76.5,-48.3],"haL":[-97,7.3],"hipR":[26,6.5],"knR":[34.8,126.2],"ftR":[26.5,250.9],"hipL":[-26.1,8.8],"knL":[-34.8,125.2],"ftL":[-47.9,249.2]},{"rootY":-8.2,"hips":[0,0],"chest":[-2.4,-91],"neck":[2.1,-140],"head":[0.2,-169.9],"shR":[52.5,-114],"elR":[69.5,-62.6],"haR":[81.2,3.3],"shL":[-49.7,-107.9],"elL":[-74.9,-47.9],"haL":[-93.4,9.2],"hipR":[25.7,5.7],"knR":[33,126.4],"ftR":[25.5,251.3],"hipL":[-25.5,9.6],"knL":[-33.3,128.2],"ftL":[-46.6,251.7]},{"rootY":-7.3,"hips":[0,0],"chest":[-4.1,-92.2],"neck":[1,-143.8],"head":[-0.7,-174.9],"shR":[50.8,-117.7],"elR":[66.8,-63.2],"haR":[80.5,3.3],"shL":[-49.8,-109.1],"elL":[-73.4,-46.5],"haL":[-90.4,12.3],"hipR":[25.5,5.1],"knR":[30.4,126.9],"ftR":[24,251.9],"hipL":[-25.1,10.2],"knL":[-32.9,130.2],"ftL":[-44.8,253.6]},{"rootY":-6.4,"hips":[0,0],"chest":[-5.1,-93.3],"neck":[0.1,-146.9],"head":[-1.5,-179.2],"shR":[49.5,-120.5],"elR":[64.9,-63.4],"haR":[79.7,3.5],"shL":[-49.6,-110.2],"elL":[-71.8,-44.6],"haL":[-87.4,16.5],"hipR":[25.4,4.9],"knR":[27.4,127.6],"ftR":[22.9,252.8],"hipL":[-25,10.4],"knL":[-32.8,131.3],"ftL":[-43.6,254.8]},{"rootY":-5.4,"hips":[0,0],"chest":[-5.2,-94.3],"neck":[-0.3,-149.6],"head":[-2.1,-182.8],"shR":[48.9,-122.2],"elR":[64.1,-63.1],"haR":[79.1,4.1],"shL":[-49.1,-111.4],"elL":[-70,-42.7],"haL":[-84,20.9],"hipR":[25.1,5.2],"knR":[25.2,128.3],"ftR":[22.5,253.6],"hipL":[-24.9,10.1],"knL":[-32,131.7],"ftL":[-42.6,255.2]},{"rootY":-4.1,"hips":[0,0],"chest":[-4.8,-95.2],"neck":[0.2,-151.9],"head":[-1.9,-185.9],"shR":[49.1,-123.2],"elR":[64.3,-62.3],"haR":[79.2,5.1],"shL":[-48,-112.5],"elL":[-68,-41],"haL":[-80.4,24.8],"hipR":[24.7,5.6],"knR":[24.8,128.7],"ftR":[23,254],"hipL":[-24.8,9.7],"knL":[-30.4,131.9],"ftL":[-41.2,255.3]},{"rootY":-3,"hips":[0,0],"chest":[-4.3,-95.8],"neck":[1.2,-153.9],"head":[-1.3,-188.4],"shR":[49.6,-124],"elR":[64.9,-61.2],"haR":[80.1,6.5],"shL":[-46.2,-113.3],"elL":[-65.7,-39.6],"haL":[-76.5,28],"hipR":[24.2,5.9],"knR":[25.8,129.1],"ftR":[23.9,254.4],"hipL":[-24.5,9.4],"knL":[-28.6,132],"ftL":[-39.3,255.4]},{"rootY":-2.3,"hips":[0,0],"chest":[-4.2,-96.3],"neck":[2,-155.6],"head":[-0.7,-190.4],"shR":[49.6,-124.8],"elR":[64.9,-60.2],"haR":[81,7.6],"shL":[-44.3,-113.8],"elL":[-63.2,-38.4],"haL":[-72.4,30.3],"hipR":[23.9,6.2],"knR":[26.8,129.3],"ftR":[24.6,254.5],"hipL":[-24.3,9.2],"knL":[-27.4,132],"ftL":[-37.9,255.4]},{"rootY":-2,"hips":[0,0],"chest":[-4.8,-96.8],"neck":[2.3,-157],"head":[-0.4,-192.1],"shR":[49.1,-125.5],"elR":[63.8,-59.5],"haR":[81.1,8.2],"shL":[-43,-114.4],"elL":[-60.6,-37.7],"haL":[-68.2,31.7],"hipR":[23.7,6.3],"knR":[27.3,129.4],"ftR":[25.1,254.5],"hipL":[-24.1,9.1],"knL":[-26.6,132.1],"ftL":[-37.1,255.2]},{"rootY":-1.8,"hips":[0,0],"chest":[-5.6,-97.2],"neck":[2.1,-158.1],"head":[-0.3,-193.5],"shR":[48.2,-126.3],"elR":[62.3,-59.2],"haR":[80.6,8.3],"shL":[-42.2,-115.4],"elL":[-57.7,-37.7],"haL":[-63.7,31.9],"hipR":[23.5,6.2],"knR":[27.6,129.3],"ftR":[25.7,254.4],"hipL":[-23.8,9.3],"knL":[-25.9,132.2],"ftL":[-36.6,255.1]},{"rootY":-1.5,"hips":[0,0],"chest":[-6.6,-97.5],"neck":[2,-159],"head":[-0.1,-194.6],"shR":[47.3,-126.9],"elR":[61,-58.9],"haR":[79.9,8.3],"shL":[-41.6,-116.4],"elL":[-54.5,-38.2],"haL":[-58.7,31.4],"hipR":[23.1,6.1],"knR":[27.9,129.1],"ftR":[26.5,254.3],"hipL":[-23.3,9.4],"knL":[-24.8,132.4],"ftL":[-35.8,255.1]},{"rootY":-1.2,"hips":[0,0],"chest":[-7.5,-97.6],"neck":[1.9,-159.8],"head":[0.1,-195.5],"shR":[46.2,-126.9],"elR":[59.6,-58.3],"haR":[79.3,8.7],"shL":[-40.7,-116.9],"elL":[-51.3,-38.7],"haL":[-53.3,30.6],"hipR":[22.6,6],"knR":[27.9,129.1],"ftR":[27.1,254.3],"hipL":[-22.8,9.5],"knL":[-23.6,132.5],"ftL":[-35.1,255.2]},{"rootY":-1.1,"hips":[0,0],"chest":[-8.5,-97.8],"neck":[1.8,-160.4],"head":[0.2,-196.2],"shR":[44.7,-126.3],"elR":[57.9,-57.1],"haR":[78.7,9.5],"shL":[-39.5,-116.8],"elL":[-48.2,-39.1],"haL":[-47.5,29.6],"hipR":[22.2,6],"knR":[27.3,129.1],"ftR":[27.6,254.3],"hipL":[-22.4,9.5],"knL":[-22.9,132.6],"ftL":[-34.6,255.3]},{"rootY":-1.2,"hips":[0,0],"chest":[-9.3,-97.9],"neck":[1.8,-161],"head":[0.2,-196.9],"shR":[43.3,-125.6],"elR":[56.1,-55.9],"haR":[77.9,10.4],"shL":[-38.2,-116.8],"elL":[-44.7,-39.7],"haL":[-41.4,28.3],"hipR":[21.9,6.1],"knR":[26.8,129.1],"ftR":[28,254.4],"hipL":[-22,9.5],"knL":[-22.8,132.7],"ftL":[-34.3,255.5]},{"rootY":-1.3,"hips":[0,0],"chest":[-10,-98],"neck":[1.9,-161.4],"head":[0.3,-197.3],"shR":[42.2,-125.4],"elR":[54.6,-55.2],"haR":[76.8,11],"shL":[-36.9,-117.2],"elL":[-40.8,-40.6],"haL":[-35.4,26.5],"hipR":[21.5,6.2],"knR":[26.5,129.3],"ftR":[28.5,254.6],"hipL":[-21.7,9.4],"knL":[-23.1,132.6],"ftL":[-33.9,255.7]},{"rootY":-1.4,"hips":[0,0],"chest":[-10.6,-98],"neck":[1.9,-161.7],"head":[0.5,-197.6],"shR":[41.5,-125.7],"elR":[53.3,-55.1],"haR":[75.5,11.1],"shL":[-35.9,-117.9],"elL":[-36.6,-41.9],"haL":[-29.6,24.6],"hipR":[21.1,6.3],"knR":[26.5,129.4],"ftR":[28.9,254.7],"hipL":[-21.3,9.2],"knL":[-23.4,132.4],"ftL":[-33.6,255.9]},{"rootY":-1.5,"hips":[0,0],"chest":[-11.3,-98],"neck":[1.8,-161.8],"head":[0.5,-197.8],"shR":[40.7,-126],"elR":[52,-55],"haR":[74.3,11.1],"shL":[-35,-118.4],"elL":[-33,-43.1],"haL":[-24.3,22.8],"hipR":[20.9,6.4],"knR":[26.5,129.5],"ftR":[29,254.8],"hipL":[-21,9.2],"knL":[-23.6,132.3],"ftL":[-33.5,255.9]},{"rootY":-1.5,"hips":[0,0],"chest":[-11.9,-97.9],"neck":[1.6,-162],"head":[0.4,-198],"shR":[39.8,-125.8],"elR":[50.9,-54.6],"haR":[73.4,11.4],"shL":[-34.3,-118.8],"elL":[-30.2,-44],"haL":[-19.5,21.5],"hipR":[20.7,6.5],"knR":[26.5,129.5],"ftR":[29.1,254.8],"hipL":[-20.7,9.2],"knL":[-23.8,132.2],"ftL":[-33.5,256]},{"rootY":-1.5,"hips":[0,0],"chest":[-12.5,-97.9],"neck":[1.4,-162.2],"head":[0.3,-198.3],"shR":[38.9,-125.5],"elR":[50,-54.2],"haR":[72.7,11.8],"shL":[-33.8,-119.2],"elL":[-27.9,-44.6],"haL":[-15.4,20.6],"hipR":[20.6,6.5],"knR":[26.2,129.5],"ftR":[29.1,254.8],"hipL":[-20.6,9.2],"knL":[-23.9,132.2],"ftL":[-33.5,256]},{"rootY":-1.4,"hips":[0,0],"chest":[-13,-97.9],"neck":[1.2,-162.4],"head":[0.2,-198.4],"shR":[38.3,-125.3],"elR":[49.4,-53.8],"haR":[72,12.2],"shL":[-33.6,-119.6],"elL":[-26.2,-45],"haL":[-12.3,20],"hipR":[20.5,6.5],"knR":[26,129.5],"ftR":[29.1,254.8],"hipL":[-20.5,9.2],"knL":[-24.2,132.2],"ftL":[-33.6,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-13.4,-97.9],"neck":[1,-162.5],"head":[0.1,-198.5],"shR":[37.9,-125.2],"elR":[48.9,-53.7],"haR":[71.4,12.4],"shL":[-33.7,-119.9],"elL":[-25.3,-45.2],"haL":[-10.3,19.8],"hipR":[20.4,6.5],"knR":[25.9,129.5],"ftR":[29,254.8],"hipL":[-20.4,9.2],"knL":[-24.6,132.1],"ftL":[-33.7,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-13.8,-97.9],"neck":[0.6,-162.6],"head":[-0.1,-198.6],"shR":[37.6,-125.3],"elR":[48.5,-53.7],"haR":[70.8,12.5],"shL":[-34,-120],"elL":[-25.1,-45],"haL":[-9.6,20],"hipR":[20.4,6.5],"knR":[25.8,129.5],"ftR":[28.7,254.8],"hipL":[-20.3,9.2],"knL":[-25,132.1],"ftL":[-34,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.1,-97.9],"neck":[0.2,-162.6],"head":[-0.4,-198.7],"shR":[37.4,-125.5],"elR":[48.2,-53.8],"haR":[70.3,12.4],"shL":[-34.6,-120],"elL":[-25.8,-44.7],"haL":[-10.1,20.6],"hipR":[20.5,6.5],"knR":[25.7,129.5],"ftR":[28.4,254.8],"hipL":[-20.4,9.2],"knL":[-25.1,132.1],"ftL":[-34.3,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.4,-97.9],"neck":[-0.2,-162.7],"head":[-0.7,-198.8],"shR":[37.3,-125.6],"elR":[48.2,-53.9],"haR":[70.2,12.4],"shL":[-35.3,-119.9],"elL":[-27.1,-44.3],"haL":[-11.8,21.3],"hipR":[20.7,6.5],"knR":[25.5,129.6],"ftR":[27.9,254.8],"hipL":[-20.5,9.2],"knL":[-25.2,132.1],"ftL":[-34.7,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.5,-97.9],"neck":[-0.6,-162.7],"head":[-1,-198.8],"shR":[37.3,-125.7],"elR":[48.5,-53.9],"haR":[70.3,12.4],"shL":[-36.1,-119.9],"elL":[-28.9,-44],"haL":[-14.4,22],"hipR":[20.9,6.5],"knR":[25.5,129.6],"ftR":[27.5,254.8],"hipL":[-20.7,9.2],"knL":[-25.3,132.1],"ftL":[-35.1,256]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.6,-97.9],"neck":[-1,-162.8],"head":[-1.3,-198.8],"shR":[37.4,-125.6],"elR":[49,-53.9],"haR":[70.6,12.5],"shL":[-37.1,-120],"elL":[-31.3,-43.7],"haL":[-17.7,22.6],"hipR":[21.1,6.5],"knR":[25.5,129.6],"ftR":[27.1,254.8],"hipL":[-20.8,9.2],"knL":[-25.7,132.1],"ftL":[-35.5,256]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.6,-97.9],"neck":[-1.4,-162.8],"head":[-1.6,-198.9],"shR":[37.5,-125.4],"elR":[49.5,-53.7],"haR":[71.2,12.7],"shL":[-38.3,-120],"elL":[-34.1,-43.4],"haL":[-21.7,23.2],"hipR":[21.3,6.4],"knR":[25.5,129.6],"ftR":[26.6,254.8],"hipL":[-21.1,9.2],"knL":[-26.2,132.1],"ftL":[-36,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.7,-97.9],"neck":[-1.9,-162.9],"head":[-2,-199],"shR":[37.4,-125.2],"elR":[50,-53.4],"haR":[72.1,12.8],"shL":[-39.5,-120],"elL":[-37.4,-43.2],"haL":[-26.3,23.7],"hipR":[21.7,6.4],"knR":[25.4,129.6],"ftR":[25.9,254.8],"hipL":[-21.4,9.2],"knL":[-26.7,132.1],"ftL":[-36.5,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.8,-97.9],"neck":[-2.5,-162.9],"head":[-2.4,-199],"shR":[37.3,-125.1],"elR":[50.5,-53.2],"haR":[73.1,12.8],"shL":[-40.8,-120],"elL":[-41,-43],"haL":[-31.3,24.1],"hipR":[22,6.4],"knR":[25.2,129.6],"ftR":[25.2,254.8],"hipL":[-21.7,9.2],"knL":[-27.3,132.1],"ftL":[-37.2,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-15,-97.8],"neck":[-3.2,-162.9],"head":[-2.9,-199],"shR":[37.2,-124.9],"elR":[51.1,-53],"haR":[74.2,12.8],"shL":[-42.2,-119.9],"elL":[-44.7,-42.7],"haL":[-36.4,24.6],"hipR":[22.2,6.4],"knR":[25.1,129.6],"ftR":[24.5,254.8],"hipL":[-21.9,9.2],"knL":[-27.8,132.1],"ftL":[-37.9,256]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.2,-97.8],"neck":[-3.9,-162.9],"head":[-3.5,-199],"shR":[37,-124.7],"elR":[51.8,-52.8],"haR":[75.1,12.9],"shL":[-43.6,-119.6],"elL":[-48.4,-42.5],"haL":[-41.3,25],"hipR":[22.5,6.4],"knR":[24.9,129.6],"ftR":[23.6,254.8],"hipL":[-22.1,9.2],"knL":[-28.3,132.1],"ftL":[-38.7,256]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.4,-97.7],"neck":[-4.7,-162.9],"head":[-4.2,-199],"shR":[36.8,-124.5],"elR":[52.4,-52.5],"haR":[75.8,13.1],"shL":[-45,-119.4],"elL":[-51.8,-42.2],"haL":[-46,25.4],"hipR":[22.9,6.4],"knR":[24.6,129.6],"ftR":[22.7,254.7],"hipL":[-22.4,9.2],"knL":[-28.8,132],"ftL":[-39.6,255.9]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.6,-97.6],"neck":[-5.6,-162.8],"head":[-5,-198.9],"shR":[36.6,-124.2],"elR":[53,-52],"haR":[76.3,13.4],"shL":[-46.5,-119.1],"elL":[-55,-41.9],"haL":[-50.3,25.7],"hipR":[23.2,6.4],"knR":[24.3,129.6],"ftR":[21.8,254.7],"hipL":[-22.7,9.2],"knL":[-29.5,132],"ftL":[-40.5,255.9]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.8,-97.5],"neck":[-6.6,-162.8],"head":[-5.9,-198.9],"shR":[36.4,-124.1],"elR":[53.5,-51.7],"haR":[76.6,13.8],"shL":[-48,-118.8],"elL":[-57.9,-41.7],"haL":[-54.1,26],"hipR":[23.6,6.4],"knR":[23.9,129.6],"ftR":[20.9,254.6],"hipL":[-23,9.2],"knL":[-30.2,132],"ftL":[-41.4,255.8]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.9,-97.4],"neck":[-7.5,-162.7],"head":[-6.7,-198.8],"shR":[36.3,-124],"elR":[54.2,-51.4],"haR":[76.9,14],"shL":[-49.3,-118.5],"elL":[-60.3,-41.4],"haL":[-57.3,26.3],"hipR":[23.9,6.4],"knR":[23.6,129.6],"ftR":[20.1,254.6],"hipL":[-23.3,9.2],"knL":[-30.8,132],"ftL":[-42.2,255.7]},{"rootY":-1.2,"hips":[0,0],"chest":[-15.9,-97.3],"neck":[-8.2,-162.7],"head":[-7.2,-198.8],"shR":[36.4,-124.1],"elR":[55.1,-51.3],"haR":[77.5,14.1],"shL":[-50.3,-118.2],"elL":[-62.2,-41.1],"haL":[-59.9,26.7],"hipR":[24.1,6.4],"knR":[23.5,129.6],"ftR":[19.5,254.5],"hipL":[-23.4,9.2],"knL":[-31.1,132],"ftL":[-42.8,255.7]},{"rootY":-1.2,"hips":[0,0],"chest":[-15.8,-97.3],"neck":[-8.7,-162.7],"head":[-7.6,-198.8],"shR":[36.5,-124.2],"elR":[56.2,-51.3],"haR":[78.3,14],"shL":[-51.1,-117.9],"elL":[-63.7,-40.8],"haL":[-62,27],"hipR":[24.2,6.4],"knR":[23.6,129.6],"ftR":[19.1,254.5],"hipL":[-23.5,9.2],"knL":[-31.2,132],"ftL":[-43.2,255.6]},{"rootY":-1.1,"hips":[0,0],"chest":[-15.8,-97.3],"neck":[-9.1,-162.7],"head":[-7.9,-198.8],"shR":[36.6,-124.3],"elR":[57.1,-51.3],"haR":[79.3,13.7],"shL":[-51.6,-117.7],"elL":[-64.9,-40.6],"haL":[-63.7,27.2],"hipR":[24.3,6.4],"knR":[23.6,129.6],"ftR":[18.8,254.4],"hipL":[-23.6,9.2],"knL":[-31.3,132],"ftL":[-43.5,255.5]},{"rootY":-1.1,"hips":[0,0],"chest":[-15.9,-97.2],"neck":[-9.4,-162.7],"head":[-8.1,-198.8],"shR":[36.5,-124.3],"elR":[57.9,-51.3],"haR":[80.3,13.3],"shL":[-52,-117.4],"elL":[-65.9,-40.4],"haL":[-65,27.4],"hipR":[24.3,6.4],"knR":[23.6,129.6],"ftR":[18.5,254.4],"hipL":[-23.7,9.2],"knL":[-31.5,132],"ftL":[-43.7,255.5]},{"rootY":-1,"hips":[0,0],"chest":[-16.1,-97.1],"neck":[-9.7,-162.6],"head":[-8.2,-198.7],"shR":[36.3,-124.1],"elR":[58.5,-51.2],"haR":[81.6,12.8],"shL":[-52.3,-117.2],"elL":[-66.5,-40.2],"haL":[-65.8,27.6],"hipR":[24.4,6.4],"knR":[23.5,129.6],"ftR":[18.3,254.3],"hipL":[-23.7,9.2],"knL":[-31.6,131.9],"ftL":[-43.9,255.5]},{"rootY":-1,"hips":[0,0],"chest":[-16.3,-97.1],"neck":[-9.7,-162.6],"head":[-8.2,-198.7],"shR":[36.1,-123.9],"elR":[58.8,-51.1],"haR":[82.9,12.3],"shL":[-52.4,-117.4],"elL":[-66,-40.4],"haL":[-65.4,27.6],"hipR":[24.4,6.4],"knR":[23.5,129.6],"ftR":[18.2,254.3],"hipL":[-23.7,9.2],"knL":[-31.8,132],"ftL":[-44.1,255.5]},{"rootY":-0.9,"hips":[0,0],"chest":[-16.6,-97.1],"neck":[-9.6,-162.6],"head":[-7.9,-198.7],"shR":[35.8,-123.8],"elR":[58.8,-50.9],"haR":[84.3,11.8],"shL":[-52.2,-118.1],"elL":[-64.1,-41],"haL":[-63.2,27.2],"hipR":[24.4,6.4],"knR":[23.7,129.6],"ftR":[18.3,254.2],"hipL":[-23.7,9.3],"knL":[-31.9,132],"ftL":[-44.1,255.6]},{"rootY":-0.9,"hips":[0,0],"chest":[-16.8,-97.1],"neck":[-9.3,-162.6],"head":[-7.5,-198.7],"shR":[35.3,-123.7],"elR":[58.4,-50.8],"haR":[85.8,11.1],"shL":[-51.5,-119],"elL":[-60.6,-41.8],"haL":[-59.1,26.6],"hipR":[24.4,6.4],"knR":[24,129.6],"ftR":[18.3,254.2],"hipL":[-23.7,9.3],"knL":[-31.9,132],"ftL":[-44.2,255.6]},{"rootY":-0.8,"hips":[0,0],"chest":[-17.1,-97],"neck":[-9,-162.5],"head":[-7.1,-198.7],"shR":[34.8,-123.7],"elR":[57.8,-50.9],"haR":[86.9,10.3],"shL":[-50.3,-119.6],"elL":[-55.8,-42.5],"haL":[-52.6,25.8],"hipR":[24.4,6.4],"knR":[24.4,129.6],"ftR":[18.2,254.1],"hipL":[-23.7,9.2],"knL":[-32,131.9],"ftL":[-44.3,255.5]},{"rootY":-0.8,"hips":[0,0],"chest":[-17.5,-96.9],"neck":[-8.8,-162.5],"head":[-6.8,-198.7],"shR":[34.1,-123.9],"elR":[56.6,-51.2],"haR":[87.6,9.4],"shL":[-48.7,-119.9],"elL":[-50.2,-43.2],"haL":[-43.8,24.6],"hipR":[24.1,6.5],"knR":[24.9,129.7],"ftR":[18.1,254],"hipL":[-23.5,9.1],"knL":[-32,131.8],"ftL":[-44.4,255.4]},{"rootY":-0.7,"hips":[0,0],"chest":[-18.1,-96.9],"neck":[-8.6,-162.5],"head":[-6.5,-198.7],"shR":[33,-124.2],"elR":[54.9,-51.7],"haR":[87.5,8.5],"shL":[-46.8,-119.9],"elL":[-43.7,-44.1],"haL":[-32.9,22.8],"hipR":[23.8,6.6],"knR":[25.4,129.7],"ftR":[17.8,253.8],"hipL":[-23.2,9.1],"knL":[-31.7,131.8],"ftL":[-44.7,255.2]},{"rootY":-0.5,"hips":[0,0],"chest":[-18.8,-96.8],"neck":[-8.4,-162.6],"head":[-6.3,-198.8],"shR":[31.5,-124.2],"elR":[52.5,-52.2],"haR":[86.9,7.6],"shL":[-44.6,-119.6],"elL":[-36.6,-45.2],"haL":[-20.4,20.1],"hipR":[23.3,6.6],"knR":[25.8,129.6],"ftR":[17.4,253.6],"hipL":[-22.7,9.1],"knL":[-31.3,131.8],"ftL":[-45,255]},{"rootY":-0.3,"hips":[0,0],"chest":[-19.5,-96.8],"neck":[-8.3,-162.7],"head":[-6.2,-198.9],"shR":[29.5,-124.1],"elR":[49.4,-52.5],"haR":[85.4,6.9],"shL":[-42.2,-119.3],"elL":[-29.1,-46.6],"haL":[-7.1,16.7],"hipR":[22.7,6.5],"knR":[25.8,129.5],"ftR":[16.9,253.5],"hipL":[-22.2,9.1],"knL":[-30.9,131.8],"ftL":[-45.5,254.7]},{"rootY":-0.1,"hips":[0,0],"chest":[-20.5,-96.7],"neck":[-8.4,-162.8],"head":[-6.3,-199],"shR":[26.9,-124],"elR":[45.3,-52.8],"haR":[82.4,6.4],"shL":[-39.6,-119.2],"elL":[-21.2,-48.3],"haL":[6.1,12.9],"hipR":[22.1,6.4],"knR":[25.4,129.4],"ftR":[16.1,253.3],"hipL":[-21.5,9.3],"knL":[-30.4,131.9],"ftL":[-46.1,254.5]},{"rootY":0,"hips":[0,0],"chest":[-21.6,-96.5],"neck":[-8.8,-162.8],"head":[-6.7,-199.1],"shR":[23.6,-124],"elR":[40.1,-52.9],"haR":[78.1,5.7],"shL":[-36.9,-119.3],"elL":[-13.1,-50.3],"haL":[18.9,8.9],"hipR":[21.3,6.2],"knR":[24.7,129.2],"ftR":[15.2,253.2],"hipL":[-20.6,9.4],"knL":[-29.9,132.1],"ftL":[-46.9,254.2]},{"rootY":0.2,"hips":[0,0],"chest":[-22.8,-96.3],"neck":[-9.2,-162.9],"head":[-7.1,-199.1],"shR":[19.6,-123.8],"elR":[34,-53.1],"haR":[72.7,4.7],"shL":[-33.9,-119.7],"elL":[-5.2,-52.4],"haL":[31,4.9],"hipR":[20.4,6],"knR":[24.1,129],"ftR":[14.2,253],"hipL":[-19.6,9.6],"knL":[-29.3,132.3],"ftL":[-47.8,253.9]},{"rootY":0.4,"hips":[0,0],"chest":[-23.9,-96.2],"neck":[-9.6,-163],"head":[-7.4,-199.2],"shR":[15.4,-123.5],"elR":[27,-53.3],"haR":[66,3.6],"shL":[-30.5,-120],"elL":[2.6,-54.3],"haL":[42.3,1.3],"hipR":[19.4,5.8],"knR":[23.6,128.8],"ftR":[13.1,252.8],"hipL":[-18.5,9.8],"knL":[-28.6,132.4],"ftL":[-48.8,253.5]},{"rootY":0.6,"hips":[0,0],"chest":[-24.8,-96],"neck":[-9.8,-163],"head":[-7.6,-199.3],"shR":[11.3,-123.4],"elR":[19.6,-53.5],"haR":[57.7,2.8],"shL":[-27.1,-120.2],"elL":[9.8,-55.6],"haL":[52.4,-1.6],"hipR":[18.2,5.8],"knR":[23.4,128.6],"ftR":[12.2,252.5],"hipL":[-17.3,9.8],"knL":[-27.8,132.4],"ftL":[-49.8,253]},{"rootY":0.8,"hips":[0,0],"chest":[-25.4,-95.9],"neck":[-10,-163.1],"head":[-7.7,-199.4],"shR":[7.3,-123.4],"elR":[12.6,-53.8],"haR":[48.5,2.2],"shL":[-23.8,-120.1],"elL":[15.9,-56.3],"haL":[61,-3.6],"hipR":[17,5.8],"knR":[23.3,128.5],"ftR":[11.3,252.4],"hipL":[-16.2,9.8],"knL":[-27.1,132.3],"ftL":[-50.8,252.4]},{"rootY":0.9,"hips":[0,0],"chest":[-25.9,-95.7],"neck":[-10.3,-163.1],"head":[-7.9,-199.4],"shR":[3.5,-123.6],"elR":[5.8,-54.1],"haR":[38.4,1.8],"shL":[-21,-119.9],"elL":[21,-56.6],"haL":[67.6,-4.8],"hipR":[16,5.8],"knR":[23.1,128.4],"ftR":[10.4,252.2],"hipL":[-15.2,9.8],"knL":[-26.4,132.3],"ftL":[-51.8,251.8]},{"rootY":1,"hips":[0,0],"chest":[-26.2,-95.6],"neck":[-10.5,-163.1],"head":[-7.9,-199.4],"shR":[0,-124.1],"elR":[-1.5,-54.6],"haR":[26.6,1.8],"shL":[-18.5,-119.8],"elL":[25.2,-56.6],"haL":[72.5,-5.2],"hipR":[15.2,5.8],"knR":[22.6,128.3],"ftR":[9.4,252],"hipL":[-14.4,9.8],"knL":[-25.6,132.3],"ftL":[-52.8,251.3]},{"rootY":1.1,"hips":[0,0],"chest":[-26.4,-95.5],"neck":[-10.7,-163.1],"head":[-7.8,-199.3],"shR":[-2.9,-124.7],"elR":[-8.7,-55.2],"haR":[13.7,2.2],"shL":[-16.4,-120],"elL":[28.7,-56.7],"haL":[75.7,-4.9],"hipR":[14.6,5.7],"knR":[22,128.3],"ftR":[8.6,252],"hipL":[-13.7,9.9],"knL":[-24.7,132.5],"ftL":[-53.7,250.9]},{"rootY":1.1,"hips":[0,0],"chest":[-26.5,-95.4],"neck":[-10.6,-163],"head":[-7.6,-199.2],"shR":[-4.8,-125.3],"elR":[-14,-55.5],"haR":[3.4,2.6],"shL":[-14.8,-120.2],"elL":[31.1,-56.7],"haL":[77.4,-4.4],"hipR":[14.2,5.7],"knR":[21.5,128.2],"ftR":[8,252],"hipL":[-13.3,9.9],"knL":[-24,132.6],"ftL":[-54.2,250.5]}]},"dab":{"name":"dab","fps":30,"height":520,"groundY":257,"frameCount":339,"frames":[{"rootY":0,"hips":[0,0],"chest":[-2.7,-100.2],"neck":[-0.2,-168.2],"head":[-0.2,-204],"shR":[51.8,-150.4],"elR":[129,-162],"haR":[197.6,-174.4],"shL":[-53.6,-148.5],"elL":[-129.7,-156.2],"haL":[-198.2,-160.7],"hipR":[24.8,7.4],"knR":[22.5,130.4],"ftR":[17.9,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-27.9,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.7,-100.2],"neck":[-0.1,-168.2],"head":[-0.1,-204],"shR":[51.8,-150.4],"elR":[129.1,-161.9],"haR":[197.7,-174.3],"shL":[-53.5,-148.6],"elL":[-129.6,-156.4],"haL":[-198.1,-161.1],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.9,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.6,-100.2],"neck":[0.1,-168.2],"head":[0,-204],"shR":[52,-150.5],"elR":[129.2,-161.8],"haR":[197.9,-174],"shL":[-53.3,-148.8],"elL":[-129.5,-156.8],"haL":[-197.9,-161.7],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.8,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.5,-100.2],"neck":[0.3,-168.1],"head":[0.3,-203.9],"shR":[52.2,-150.5],"elR":[129.4,-161.7],"haR":[198.1,-173.7],"shL":[-53.1,-149],"elL":[-129.3,-157.2],"haL":[-197.7,-162.3],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.8,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28.1,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.4,-100.2],"neck":[0.6,-168.1],"head":[0.5,-203.9],"shR":[52.4,-150.5],"elR":[129.6,-161.5],"haR":[198.4,-173.3],"shL":[-52.9,-149.2],"elL":[-129,-157.5],"haL":[-197.5,-162.7],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.7,255.7],"hipL":[-25.2,8.1],"knL":[-26.5,131.3],"ftL":[-28.2,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.2,-100.2],"neck":[0.8,-168.1],"head":[0.7,-203.9],"shR":[52.6,-150.5],"elR":[129.9,-161.3],"haR":[198.7,-172.9],"shL":[-52.7,-149.4],"elL":[-128.8,-157.8],"haL":[-197.3,-163.2],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.6,255.7],"hipL":[-25.3,8.1],"knL":[-26.6,131.3],"ftL":[-28.3,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.1,-100.2],"neck":[1.1,-168.1],"head":[1,-203.9],"shR":[52.8,-150.5],"elR":[130.1,-161.1],"haR":[198.9,-172.5],"shL":[-52.5,-149.6],"elL":[-128.5,-158.2],"haL":[-197,-163.7],"hipR":[24.8,7.5],"knR":[22.4,130.5],"ftR":[17.4,255.7],"hipL":[-25.3,8.1],"knL":[-26.7,131.3],"ftL":[-28.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-2,-100.2],"neck":[1.3,-168.1],"head":[1.3,-203.9],"shR":[53.1,-150.4],"elR":[130.4,-160.9],"haR":[199.2,-172.3],"shL":[-52.2,-149.8],"elL":[-128.3,-158.6],"haL":[-196.7,-164.3],"hipR":[24.9,7.5],"knR":[22.3,130.5],"ftR":[17.3,255.7],"hipL":[-25.3,8.1],"knL":[-26.8,131.3],"ftL":[-28.6,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.8,-100.2],"neck":[1.6,-168.2],"head":[1.6,-203.9],"shR":[53.3,-150.3],"elR":[130.6,-160.8],"haR":[199.4,-172.2],"shL":[-52,-150],"elL":[-128,-159],"haL":[-196.4,-164.9],"hipR":[24.9,7.5],"knR":[22.2,130.5],"ftR":[17.1,255.7],"hipL":[-25.3,8.1],"knL":[-26.8,131.3],"ftL":[-28.7,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.7,-100.2],"neck":[1.9,-168.2],"head":[1.9,-203.8],"shR":[53.5,-150.3],"elR":[130.8,-160.8],"haR":[199.6,-172.2],"shL":[-51.7,-150.1],"elL":[-127.7,-159.5],"haL":[-196,-165.7],"hipR":[24.8,7.5],"knR":[22.2,130.5],"ftR":[17,255.7],"hipL":[-25.3,8.1],"knL":[-26.9,131.2],"ftL":[-28.9,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.6,-100.2],"neck":[2.2,-168.2],"head":[2.2,-203.8],"shR":[53.8,-150.2],"elR":[131,-160.8],"haR":[199.8,-172.3],"shL":[-51.5,-150.4],"elL":[-127.3,-160.1],"haL":[-195.6,-166.6],"hipR":[24.8,7.5],"knR":[22.1,130.5],"ftR":[16.8,255.7],"hipL":[-25.3,8.1],"knL":[-27,131.2],"ftL":[-29.1,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.5,-100.2],"neck":[2.4,-168.2],"head":[2.4,-203.8],"shR":[54,-150.2],"elR":[131.2,-160.9],"haR":[200,-172.4],"shL":[-51.3,-150.6],"elL":[-127,-160.7],"haL":[-195.3,-167.6],"hipR":[24.8,7.5],"knR":[22,130.5],"ftR":[16.5,255.7],"hipL":[-25.3,8.1],"knL":[-27.1,131.2],"ftL":[-29.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.4,-100.3],"neck":[2.6,-168.2],"head":[2.6,-203.8],"shR":[54.1,-150.3],"elR":[131.4,-161],"haR":[200.1,-172.6],"shL":[-51.1,-150.8],"elL":[-126.8,-161.3],"haL":[-194.9,-168.5],"hipR":[24.8,7.5],"knR":[21.8,130.5],"ftR":[16.2,255.7],"hipL":[-25.3,8.1],"knL":[-27.3,131.2],"ftL":[-29.7,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.3,-100.3],"neck":[2.7,-168.2],"head":[2.8,-203.8],"shR":[54.2,-150.3],"elR":[131.5,-161.1],"haR":[200.2,-172.8],"shL":[-50.9,-151],"elL":[-126.6,-161.7],"haL":[-194.6,-169.2],"hipR":[24.8,7.5],"knR":[21.6,130.5],"ftR":[15.9,255.7],"hipL":[-25.3,8],"knL":[-27.4,131.2],"ftL":[-30,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.2,-100.3],"neck":[2.8,-168.2],"head":[2.9,-203.9],"shR":[54.3,-150.3],"elR":[131.6,-161.2],"haR":[200.3,-173],"shL":[-50.8,-151.2],"elL":[-126.3,-162.1],"haL":[-194.3,-169.8],"hipR":[24.8,7.5],"knR":[21.4,130.5],"ftR":[15.6,255.7],"hipL":[-25.4,8],"knL":[-27.6,131.2],"ftL":[-30.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.1,-100.3],"neck":[3,-168.2],"head":[3.1,-203.8],"shR":[54.5,-150.3],"elR":[131.8,-161.3],"haR":[200.4,-173.1],"shL":[-50.7,-151.3],"elL":[-126.1,-162.4],"haL":[-194.1,-170.2],"hipR":[24.9,7.5],"knR":[21.3,130.5],"ftR":[15.3,255.7],"hipL":[-25.4,8],"knL":[-27.8,131.2],"ftL":[-30.7,256.4]},{"rootY":0,"hips":[0,0],"chest":[-1,-100.3],"neck":[3.1,-168.2],"head":[3.2,-203.8],"shR":[54.6,-150.3],"elR":[131.9,-161.3],"haR":[200.5,-173.1],"shL":[-50.5,-151.4],"elL":[-125.9,-162.5],"haL":[-193.8,-170.3],"hipR":[24.9,7.5],"knR":[21.2,130.5],"ftR":[15,255.7],"hipL":[-25.4,8],"knL":[-27.9,131.2],"ftL":[-31,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.9,-100.3],"neck":[3.2,-168.2],"head":[3.3,-203.8],"shR":[54.7,-150.4],"elR":[132,-161.3],"haR":[200.7,-173.1],"shL":[-50.4,-151.5],"elL":[-125.7,-162.5],"haL":[-193.6,-170.3],"hipR":[24.9,7.6],"knR":[21,130.5],"ftR":[14.6,255.7],"hipL":[-25.5,8],"knL":[-28.1,131.2],"ftL":[-31.4,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.8,-100.3],"neck":[3.3,-168.2],"head":[3.4,-203.8],"shR":[54.8,-150.4],"elR":[132.2,-161.2],"haR":[200.8,-173],"shL":[-50.3,-151.6],"elL":[-125.6,-162.5],"haL":[-193.5,-170.2],"hipR":[24.9,7.6],"knR":[20.8,130.5],"ftR":[14.3,255.6],"hipL":[-25.5,8],"knL":[-28.3,131.1],"ftL":[-31.7,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[54.9,-150.4],"elR":[132.3,-161.2],"haR":[200.9,-172.9],"shL":[-50.3,-151.6],"elL":[-125.5,-162.5],"haL":[-193.4,-170.1],"hipR":[25,7.6],"knR":[20.6,130.5],"ftR":[13.9,255.6],"hipL":[-25.5,8],"knL":[-28.5,131.1],"ftL":[-32.1,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[55,-150.4],"elR":[132.4,-161.1],"haR":[201,-172.7],"shL":[-50.2,-151.6],"elL":[-125.5,-162.4],"haL":[-193.4,-169.9],"hipR":[25,7.6],"knR":[20.4,130.5],"ftR":[13.6,255.6],"hipL":[-25.5,8],"knL":[-28.6,131.1],"ftL":[-32.4,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.6,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[55,-150.4],"elR":[132.4,-161],"haR":[201.1,-172.5],"shL":[-50.2,-151.6],"elL":[-125.5,-162.3],"haL":[-193.3,-169.9],"hipR":[25,7.6],"knR":[20.3,130.5],"ftR":[13.4,255.6],"hipL":[-25.6,7.9],"knL":[-28.8,131.1],"ftL":[-32.7,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.5,-100.4],"neck":[3.5,-168.1],"head":[3.5,-203.7],"shR":[55.1,-150.4],"elR":[132.6,-160.9],"haR":[201.2,-172.3],"shL":[-50.1,-151.6],"elL":[-125.4,-162.3],"haL":[-193.3,-169.8],"hipR":[25,7.6],"knR":[20.1,130.5],"ftR":[13.1,255.6],"hipL":[-25.6,7.9],"knL":[-28.9,131.1],"ftL":[-33,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.5,-100.4],"neck":[3.6,-168.1],"head":[3.6,-203.7],"shR":[55.2,-150.4],"elR":[132.7,-160.9],"haR":[201.4,-172.2],"shL":[-50,-151.6],"elL":[-125.3,-162.2],"haL":[-193.2,-169.7],"hipR":[25,7.6],"knR":[20,130.5],"ftR":[12.9,255.6],"hipL":[-25.6,7.9],"knL":[-29,131.1],"ftL":[-33.2,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.4,-100.4],"neck":[3.8,-168.1],"head":[3.7,-203.7],"shR":[55.3,-150.4],"elR":[132.8,-160.8],"haR":[201.5,-172.1],"shL":[-49.9,-151.6],"elL":[-125.2,-162.2],"haL":[-193.2,-169.6],"hipR":[24.9,7.6],"knR":[19.9,130.5],"ftR":[12.8,255.6],"hipL":[-25.6,7.9],"knL":[-29.1,131.1],"ftL":[-33.4,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.2,-100.4],"neck":[3.9,-168.1],"head":[3.8,-203.6],"shR":[55.5,-150.4],"elR":[133,-160.7],"haR":[201.7,-172],"shL":[-49.8,-151.5],"elL":[-125.1,-162.1],"haL":[-193.1,-169.4],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.6,255.6],"hipL":[-25.6,7.9],"knL":[-29.1,131.1],"ftL":[-33.5,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.1,-100.4],"neck":[4.1,-168.1],"head":[3.9,-203.6],"shR":[55.6,-150.2],"elR":[133.2,-160.6],"haR":[201.8,-171.9],"shL":[-49.6,-151.5],"elL":[-125,-162],"haL":[-192.9,-169.3],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.6,255.6],"hipL":[-25.6,7.9],"knL":[-29.2,131],"ftL":[-33.6,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.1,-100.4],"neck":[4.2,-168],"head":[4,-203.6],"shR":[55.8,-150.1],"elR":[133.3,-160.5],"haR":[201.9,-171.8],"shL":[-49.5,-151.4],"elL":[-124.9,-161.9],"haL":[-192.9,-169.2],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.5,255.6],"hipL":[-25.6,7.9],"knL":[-29.2,131],"ftL":[-33.7,256.3]},{"rootY":0.1,"hips":[0,0],"chest":[0,-100.4],"neck":[4.3,-168],"head":[4.1,-203.6],"shR":[55.9,-150.1],"elR":[133.4,-160.4],"haR":[202,-171.7],"shL":[-49.4,-151.4],"elL":[-124.8,-161.8],"haL":[-192.8,-169.1],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.4,255.6],"hipL":[-25.5,7.9],"knL":[-29.3,131],"ftL":[-33.8,256.3]},{"rootY":0.1,"hips":[0,0],"chest":[0,-100.4],"neck":[4.4,-168],"head":[4.2,-203.6],"shR":[55.9,-150.1],"elR":[133.5,-160.4],"haR":[202.1,-171.6],"shL":[-49.3,-151.5],"elL":[-124.8,-161.8],"haL":[-192.8,-169.1],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.3,255.6],"hipL":[-25.5,7.9],"knL":[-29.3,131],"ftL":[-33.8,256.3]},{"rootY":0,"hips":[0,0],"chest":[0.1,-100.4],"neck":[4.6,-168],"head":[4.4,-203.5],"shR":[56.1,-150],"elR":[133.7,-160.4],"haR":[202.3,-171.6],"shL":[-49.2,-151.6],"elL":[-124.6,-161.8],"haL":[-192.6,-169],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.3,255.6],"hipL":[-25.6,7.9],"knL":[-29.3,131],"ftL":[-33.9,256.3]},{"rootY":0,"hips":[0,0],"chest":[0.3,-100.4],"neck":[4.8,-168],"head":[4.6,-203.5],"shR":[56.4,-149.9],"elR":[133.9,-160.3],"haR":[202.5,-171.6],"shL":[-48.9,-151.6],"elL":[-124.4,-161.7],"haL":[-192.4,-168.8],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.3,255.6],"hipL":[-25.6,7.9],"knL":[-29.4,131],"ftL":[-33.9,256.2]},{"rootY":0.1,"hips":[0,0],"chest":[0.6,-100.3],"neck":[5.2,-167.9],"head":[5,-203.4],"shR":[56.7,-149.8],"elR":[134.3,-160.1],"haR":[202.8,-171.4],"shL":[-48.6,-151.5],"elL":[-124.1,-161.3],"haL":[-192,-168.3],"hipR":[25,7.7],"knR":[20,130.5],"ftR":[12.3,255.6],"hipL":[-25.7,7.9],"knL":[-29.4,131],"ftL":[-33.9,256.2]},{"rootY":0.1,"hips":[0,0],"chest":[1.1,-100.3],"neck":[5.8,-167.8],"head":[5.5,-203.3],"shR":[57.4,-149.5],"elR":[134.9,-159.7],"haR":[203.4,-171],"shL":[-48,-151.3],"elL":[-123.6,-160.5],"haL":[-191.5,-167.2],"hipR":[25.1,7.7],"knR":[20.1,130.6],"ftR":[12.1,255.7],"hipL":[-25.8,7.8],"knL":[-29.4,130.9],"ftL":[-33.8,256.1]},{"rootY":0.2,"hips":[0,0],"chest":[1.8,-100.2],"neck":[6.6,-167.6],"head":[6.2,-203.1],"shR":[58.2,-149],"elR":[135.8,-158.8],"haR":[204.2,-169.9],"shL":[-47.4,-150.9],"elL":[-123.1,-159.3],"haL":[-191,-165.3],"hipR":[25.3,7.9],"knR":[20.5,130.6],"ftR":[12,255.7],"hipL":[-26,7.7],"knL":[-29.6,130.8],"ftL":[-33.8,256]},{"rootY":0.3,"hips":[0,0],"chest":[2.4,-100.2],"neck":[7.2,-167.5],"head":[6.8,-203],"shR":[59,-148.4],"elR":[136.7,-157.5],"haR":[205.1,-167.9],"shL":[-46.8,-150.4],"elL":[-122.6,-157.4],"haL":[-190.6,-162.4],"hipR":[25.5,8],"knR":[21.2,130.6],"ftR":[11.9,255.6],"hipL":[-26.2,7.5],"knL":[-29.9,130.6],"ftL":[-33.9,255.9]},{"rootY":0.5,"hips":[0,0],"chest":[2.9,-100.1],"neck":[7.6,-167.3],"head":[7.3,-202.8],"shR":[59.6,-147.9],"elR":[137.5,-155.6],"haR":[205.9,-164.7],"shL":[-46.4,-149.8],"elL":[-122.4,-154.9],"haL":[-190.4,-158.4],"hipR":[25.6,8.3],"knR":[21.8,130.6],"ftR":[11.6,255.4],"hipL":[-26.4,7.3],"knL":[-30.2,130.4],"ftL":[-34.1,255.7]},{"rootY":0.6,"hips":[0,0],"chest":[3.5,-99.9],"neck":[8,-167.1],"head":[7.7,-202.6],"shR":[60.1,-147.4],"elR":[138.3,-153.1],"haR":[206.7,-160.3],"shL":[-46.1,-149.2],"elL":[-122.3,-151.9],"haL":[-190.3,-153.2],"hipR":[25.8,8.5],"knR":[22.1,130.6],"ftR":[11.3,255.2],"hipL":[-26.6,7],"knL":[-30.5,130.2],"ftL":[-34.5,255.4]},{"rootY":0.8,"hips":[0,0],"chest":[4.2,-99.8],"neck":[8.4,-166.7],"head":[8.3,-202.2],"shR":[60.8,-146.7],"elR":[139.2,-150],"haR":[207.6,-154.6],"shL":[-45.6,-148.5],"elL":[-121.8,-148.3],"haL":[-189.8,-147.2],"hipR":[25.9,8.8],"knR":[22.2,130.5],"ftR":[11,254.9],"hipL":[-26.8,6.8],"knL":[-30.8,129.8],"ftL":[-35,255.1]},{"rootY":1.1,"hips":[0,0],"chest":[5.1,-99.7],"neck":[9.2,-166.2],"head":[8.9,-201.8],"shR":[61.7,-146],"elR":[140.3,-146.5],"haR":[208.7,-148.2],"shL":[-44.9,-147.6],"elL":[-121,-144.4],"haL":[-188.9,-140.8],"hipR":[25.9,9],"knR":[22.2,130.3],"ftR":[10.8,254.5],"hipL":[-26.9,6.5],"knL":[-31.3,129.3],"ftL":[-35.4,254.6]},{"rootY":1.6,"hips":[0,0],"chest":[6,-99.6],"neck":[10,-165.7],"head":[9.5,-201.3],"shR":[62.7,-145.1],"elR":[141.4,-142.7],"haR":[209.7,-141.5],"shL":[-44.2,-146.6],"elL":[-119.9,-140.5],"haL":[-187.7,-134.4],"hipR":[26,9.1],"knR":[22.1,129.9],"ftR":[10.5,254],"hipL":[-27,6.5],"knL":[-32.2,128.7],"ftL":[-35.8,253.9]},{"rootY":2.1,"hips":[0,0],"chest":[6.7,-99.4],"neck":[10.7,-165.2],"head":[10,-200.8],"shR":[63.6,-144],"elR":[142.2,-138.7],"haR":[210.1,-135],"shL":[-43.6,-145.7],"elL":[-119,-137],"haL":[-186.4,-128.6],"hipR":[26.2,8.9],"knR":[21.8,129.6],"ftR":[10.2,253.6],"hipL":[-27,6.6],"knL":[-33.8,127.9],"ftL":[-36.8,252.8]},{"rootY":2.4,"hips":[0,0],"chest":[7,-99.3],"neck":[11.1,-164.8],"head":[10.2,-200.5],"shR":[64,-142.5],"elR":[142.5,-134.8],"haR":[209.2,-130],"shL":[-43.3,-145.2],"elL":[-118.4,-134.9],"haL":[-185.5,-125.1],"hipR":[26.3,8.8],"knR":[21.4,129.3],"ftR":[9.9,253.3],"hipL":[-27,6.8],"knL":[-36.7,126.9],"ftL":[-39.6,251.4]},{"rootY":2.5,"hips":[0,0],"chest":[7,-99.2],"neck":[11.2,-164.6],"head":[10.4,-200.4],"shR":[64.1,-141.2],"elR":[142.4,-131.7],"haR":[206.4,-128],"shL":[-43.2,-145.2],"elL":[-118.3,-134.9],"haL":[-185.2,-125.3],"hipR":[26.3,8.8],"knR":[21.2,129.2],"ftR":[9.7,253.2],"hipL":[-27,6.8],"knL":[-40.9,125.6],"ftL":[-45.7,250]},{"rootY":2.4,"hips":[0,0],"chest":[7,-99.2],"neck":[11.4,-164.7],"head":[10.8,-200.5],"shR":[64.2,-140.6],"elR":[142.6,-130.5],"haR":[201,-130.1],"shL":[-42.9,-145.7],"elL":[-118.2,-137.3],"haL":[-185.2,-129.5],"hipR":[26.2,9],"knR":[21.4,129.3],"ftR":[9.9,253.3],"hipL":[-27.1,6.5],"knL":[-46,124.5],"ftL":[-55.2,248.8]},{"rootY":2.3,"hips":[0,0],"chest":[7.2,-99.2],"neck":[11.9,-164.9],"head":[11.6,-200.8],"shR":[64.7,-141],"elR":[143.3,-131.5],"haR":[192.7,-136.1],"shL":[-42.4,-146.7],"elL":[-117.8,-141.6],"haL":[-184.9,-136.8],"hipR":[26,9.3],"knR":[22.1,129.5],"ftR":[10.4,253.3],"hipL":[-27.1,6.2],"knL":[-51.5,123.4],"ftL":[-67.7,247.3]},{"rootY":2.2,"hips":[0,0],"chest":[7.5,-99.1],"neck":[12.7,-165.1],"head":[12.5,-201],"shR":[65.4,-142.2],"elR":[144.3,-134.2],"haR":[181,-144.9],"shL":[-41.7,-148.1],"elL":[-117,-147.2],"haL":[-184.2,-146],"hipR":[25.8,9.5],"knR":[23,129.6],"ftR":[11.6,253.2],"hipL":[-27,6.1],"knL":[-57.6,122.1],"ftL":[-82.9,244.7]},{"rootY":2.1,"hips":[0,0],"chest":[7.8,-99.1],"neck":[13.3,-165.4],"head":[13.4,-201.3],"shR":[66,-143.9],"elR":[145,-138.3],"haR":[165.7,-155.3],"shL":[-41.1,-150.2],"elL":[-115.9,-154.2],"haL":[-182.9,-157],"hipR":[25.7,9.5],"knR":[24.1,129.6],"ftR":[13.1,253.1],"hipL":[-27,6],"knL":[-64.8,120],"ftL":[-100.2,240.2]},{"rootY":2.1,"hips":[0,0],"chest":[8.1,-99.1],"neck":[13.7,-165.7],"head":[14,-201.6],"shR":[66.2,-146.2],"elR":[145.2,-144],"haR":[148,-166.3],"shL":[-40.7,-152.7],"elL":[-114.2,-162.4],"haL":[-180.7,-170],"hipR":[25.6,9.6],"knR":[25.3,129.6],"ftR":[15,252.8],"hipL":[-26.9,5.9],"knL":[-72.8,116.9],"ftL":[-118.5,233.6]},{"rootY":2.3,"hips":[0,0],"chest":[8.5,-99],"neck":[14.1,-166],"head":[14.6,-201.8],"shR":[66.4,-149],"elR":[144.5,-151.4],"haR":[130,-177],"shL":[-40.1,-155.2],"elL":[-111.7,-171.7],"haL":[-177.1,-185],"hipR":[25.4,10],"knR":[26.6,129.6],"ftR":[17,252.4],"hipL":[-26.9,5.6],"knL":[-80.7,112.7],"ftL":[-135.7,225.3]},{"rootY":2.9,"hips":[0,0],"chest":[9.3,-98.9],"neck":[14.9,-166.1],"head":[15.3,-201.9],"shR":[66.6,-151.8],"elR":[142.8,-159.9],"haR":[113.4,-186.2],"shL":[-39.1,-157.2],"elL":[-108.4,-181.1],"haL":[-171.7,-201.2],"hipR":[25.2,10.5],"knR":[28.1,129.6],"ftR":[19.5,251.7],"hipL":[-27,5],"knL":[-88.1,107.8],"ftL":[-151,216.1]},{"rootY":3.9,"hips":[0,0],"chest":[10.3,-98.7],"neck":[15.7,-166],"head":[16,-201.9],"shR":[66.8,-154.1],"elR":[140,-168.1],"haR":[99.3,-193.2],"shL":[-37.9,-158.9],"elL":[-104,-190.2],"haL":[-164.6,-216.9],"hipR":[25,11.1],"knR":[30.2,129.3],"ftR":[22.5,250.6],"hipL":[-27.1,4.5],"knL":[-94.8,102.8],"ftL":[-164.2,207]},{"rootY":5.3,"hips":[0,0],"chest":[11.2,-98.4],"neck":[16.6,-165.9],"head":[16.8,-201.7],"shR":[67.2,-155.7],"elR":[136.3,-174.7],"haR":[88,-197.8],"shL":[-36.6,-160.6],"elL":[-99.1,-198.2],"haL":[-156.6,-230.6],"hipR":[24.9,11.5],"knR":[32.9,128.9],"ftR":[26.2,249],"hipL":[-27.1,4],"knL":[-100.3,98.2],"ftL":[-175.1,198.6]},{"rootY":6.8,"hips":[0,0],"chest":[12,-98.1],"neck":[17.4,-165.8],"head":[17.5,-201.6],"shR":[67.6,-156.6],"elR":[132.5,-178.6],"haR":[79.3,-200.2],"shL":[-35.3,-162],"elL":[-94.2,-204.7],"haL":[-148.9,-241.6],"hipR":[24.8,11.7],"knR":[35.6,128.4],"ftR":[30.3,247.3],"hipL":[-27.2,3.7],"knL":[-104.6,94.4],"ftL":[-183.6,191.5]},{"rootY":8.5,"hips":[0,0],"chest":[12.5,-97.9],"neck":[18,-165.8],"head":[18.1,-201.5],"shR":[68,-156.7],"elR":[129.5,-180],"haR":[72.9,-200.7],"shL":[-34.2,-163.2],"elL":[-90.2,-209.6],"haL":[-142.4,-249.9],"hipR":[24.8,11.9],"knR":[38,127.9],"ftR":[34.8,245.6],"hipL":[-27.3,3.6],"knL":[-107.8,91.5],"ftL":[-189.6,186.2]},{"rootY":10.3,"hips":[0,0],"chest":[12.9,-97.8],"neck":[18.5,-165.7],"head":[18.6,-201.4],"shR":[68.4,-156.3],"elR":[127.7,-179.6],"haR":[68.8,-199.6],"shL":[-33.4,-164.1],"elL":[-87.2,-213.2],"haL":[-137.4,-255.8],"hipR":[24.9,12],"knR":[40.1,127.4],"ftR":[39.7,243.8],"hipL":[-27.4,3.5],"knL":[-109.6,89.8],"ftL":[-192.8,183.3]},{"rootY":12.1,"hips":[0,0],"chest":[13.2,-97.6],"neck":[18.8,-165.6],"head":[19.2,-201.3],"shR":[68.8,-155.8],"elR":[127.2,-178.4],"haR":[66.6,-197.6],"shL":[-32.7,-164.7],"elL":[-84.9,-215.5],"haL":[-133.8,-259.8],"hipR":[25,12],"knR":[42.5,126.9],"ftR":[45.3,241.9],"hipL":[-27.4,3.5],"knL":[-109.9,89.5],"ftL":[-193,183.2]},{"rootY":14,"hips":[0,0],"chest":[13.6,-97.3],"neck":[19.5,-165.5],"head":[20.1,-201.1],"shR":[69.4,-155.1],"elR":[127.9,-176.8],"haR":[66.2,-195.3],"shL":[-31.9,-165.1],"elL":[-83.3,-216.8],"haL":[-131.4,-261.9],"hipR":[25,12.1],"knR":[45.5,126.5],"ftR":[51.9,239.9],"hipL":[-27.5,3.4],"knL":[-109,90.4],"ftL":[-190.8,185.3]},{"rootY":15.8,"hips":[0,0],"chest":[14.2,-97],"neck":[20.8,-165.2],"head":[21.7,-200.8],"shR":[70.7,-154.3],"elR":[129.7,-174.8],"haR":[67.4,-193],"shL":[-30.5,-165.5],"elL":[-81.8,-217.3],"haL":[-129.8,-262.5],"hipR":[25,12.2],"knR":[49.2,126],"ftR":[59.6,238],"hipL":[-27.5,3.2],"knL":[-107.2,92.5],"ftL":[-186.8,189.3]},{"rootY":17.8,"hips":[0,0],"chest":[15,-96.7],"neck":[22.5,-165],"head":[23.9,-200.5],"shR":[72.4,-153.3],"elR":[132.4,-172.2],"haR":[69.9,-190.6],"shL":[-28.9,-165.7],"elL":[-80.4,-217.1],"haL":[-128.8,-261.9],"hipR":[24.9,12.3],"knR":[54,125.4],"ftR":[68.4,236.1],"hipL":[-27.5,3.1],"knL":[-104.2,95.6],"ftL":[-180.7,194.8]},{"rootY":20.3,"hips":[0,0],"chest":[15.5,-96.5],"neck":[24.4,-164.8],"head":[26.6,-200.2],"shR":[74.3,-151.8],"elR":[135.6,-168.5],"haR":[73.5,-188.1],"shL":[-27.4,-165.5],"elL":[-79.4,-216.2],"haL":[-128.3,-260.3],"hipR":[24.8,12.4],"knR":[59.7,124.2],"ftR":[78.2,233.7],"hipL":[-27.5,3],"knL":[-100,99.4],"ftL":[-172.7,201.5]},{"rootY":23.7,"hips":[0,0],"chest":[15.5,-96.4],"neck":[26.2,-164.6],"head":[29.6,-199.9],"shR":[76,-149.5],"elR":[139.1,-163.1],"haR":[77.7,-185.3],"shL":[-26.3,-165],"elL":[-79.5,-214.7],"haL":[-129.1,-257.8],"hipR":[24.8,12.3],"knR":[66,122.2],"ftR":[88.9,230.3],"hipL":[-27.3,3.2],"knL":[-95.9,102.9],"ftL":[-164.8,207.6]},{"rootY":28.3,"hips":[0,0],"chest":[14.5,-96.4],"neck":[27.4,-164.3],"head":[32.7,-199.5],"shR":[77.1,-146.3],"elR":[141.8,-155.8],"haR":[81.6,-181.7],"shL":[-25.8,-164.7],"elL":[-80.7,-212.5],"haL":[-131.9,-254],"hipR":[24.8,11.9],"knR":[72.3,119.5],"ftR":[99.8,225.9],"hipL":[-27.1,3.6],"knL":[-93.5,105.3],"ftL":[-159.6,211.5]},{"rootY":33.4,"hips":[0,0],"chest":[12.9,-96.5],"neck":[28,-164.1],"head":[35.8,-198.9],"shR":[77.3,-142.6],"elR":[143.3,-148.4],"haR":[84.6,-177.8],"shL":[-25.9,-164.4],"elL":[-82.4,-209.6],"haL":[-135.9,-248.3],"hipR":[24.7,11.5],"knR":[78,116.4],"ftR":[110.4,221.1],"hipL":[-26.7,4],"knL":[-92.2,107],"ftL":[-156.4,213.7]},{"rootY":36.8,"hips":[0,0],"chest":[11.3,-96.8],"neck":[27.7,-164],"head":[38.4,-198.1],"shR":[76.5,-138.8],"elR":[143.8,-142.9],"haR":[85.6,-173.7],"shL":[-27,-163.2],"elL":[-84.4,-205.8],"haL":[-140.1,-240.9],"hipR":[24.6,11.4],"knR":[82.5,114.5],"ftR":[119.5,218.1],"hipL":[-26.6,4.1],"knL":[-90.3,108.9],"ftL":[-152.8,216.1]},{"rootY":36.8,"hips":[0,0],"chest":[10.1,-97],"neck":[26.9,-164.2],"head":[40.1,-197.5],"shR":[75.1,-135.6],"elR":[143.7,-140.1],"haR":[85,-170.3],"shL":[-28.7,-161.1],"elL":[-87,-201.1],"haL":[-143.9,-233.1],"hipR":[24.4,11.8],"knR":[84.6,114.8],"ftR":[126.3,218.2],"hipL":[-26.6,3.7],"knL":[-87.2,110.8],"ftL":[-148,219.4]},{"rootY":34.3,"hips":[0,0],"chest":[9.2,-97.4],"neck":[25.8,-164.7],"head":[40.3,-197.4],"shR":[73.9,-135.1],"elR":[143.9,-140.5],"haR":[84.1,-169.4],"shL":[-30.4,-159.4],"elL":[-89.8,-197.3],"haL":[-147.1,-227.7],"hipR":[24.3,11.8],"knR":[84.6,116.3],"ftR":[130.7,220.5],"hipL":[-26.6,3.6],"knL":[-84.5,112.4],"ftL":[-143.4,222.6]},{"rootY":31.7,"hips":[0,0],"chest":[8.4,-98],"neck":[24.6,-165.5],"head":[39,-198.2],"shR":[73.1,-136.9],"elR":[144.6,-143.7],"haR":[84.2,-171.5],"shL":[-31.7,-158.8],"elL":[-92.2,-196],"haL":[-149.6,-226.3],"hipR":[24.5,11.2],"knR":[84.1,117.2],"ftR":[133,222.9],"hipL":[-26.6,4.3],"knL":[-83.1,113.6],"ftL":[-140.6,224.8]},{"rootY":30.4,"hips":[0,0],"chest":[7.6,-98.4],"neck":[23.1,-166.1],"head":[36.9,-199.2],"shR":[72,-138.8],"elR":[144.9,-147.9],"haR":[85.1,-175.4],"shL":[-33.1,-158.6],"elL":[-94,-196.6],"haL":[-151.2,-227.8],"hipR":[24.7,10.5],"knR":[84.6,117.1],"ftR":[134.5,224.4],"hipL":[-26.5,5.1],"knL":[-82.5,114.7],"ftL":[-139.4,226.2]},{"rootY":29.8,"hips":[0,0],"chest":[6.5,-98.8],"neck":[21.4,-166.5],"head":[34.4,-200],"shR":[70.5,-139.4],"elR":[144.3,-151.1],"haR":[85.6,-178.5],"shL":[-34.8,-158],"elL":[-95.4,-197.3],"haL":[-152.1,-230],"hipR":[24.9,10],"knR":[85.8,116.4],"ftR":[135.5,225.1],"hipL":[-26.4,5.6],"knL":[-82.1,115.4],"ftL":[-138.8,227]},{"rootY":29.5,"hips":[0,0],"chest":[5.3,-99],"neck":[19.8,-166.7],"head":[32.1,-200.7],"shR":[68.8,-139.4],"elR":[142.9,-152.3],"haR":[84.9,-179.7],"shL":[-36.6,-157.3],"elL":[-96.9,-197.5],"haL":[-153,-231.2],"hipR":[24.9,9.6],"knR":[86.5,115.7],"ftR":[135.8,225.6],"hipL":[-26.3,6],"knL":[-81.9,115.8],"ftL":[-138.6,227.5]},{"rootY":29.1,"hips":[0,0],"chest":[4.1,-99.3],"neck":[18.4,-166.9],"head":[30,-201.2],"shR":[67.5,-139.3],"elR":[141.6,-151.8],"haR":[83.5,-179.3],"shL":[-38,-156.6],"elL":[-98.1,-197.1],"haL":[-154,-231.1],"hipR":[24.9,9.1],"knR":[86.3,115.5],"ftR":[135.7,226],"hipL":[-26.1,6.5],"knL":[-82,116.1],"ftL":[-138.9,227.7]},{"rootY":28.9,"hips":[0,0],"chest":[3.1,-99.4],"neck":[17.4,-167.1],"head":[28.5,-201.5],"shR":[66.6,-139.1],"elR":[140.6,-151],"haR":[82.3,-178.5],"shL":[-38.9,-155.9],"elL":[-98.7,-196.3],"haL":[-154.6,-230.2],"hipR":[25,8.7],"knR":[85.6,115.6],"ftR":[135.5,226.2],"hipL":[-25.9,6.9],"knL":[-82.1,116.4],"ftL":[-139.2,227.9]},{"rootY":28.8,"hips":[0,0],"chest":[2.5,-99.5],"neck":[16.8,-167.1],"head":[27.6,-201.6],"shR":[65.9,-138.5],"elR":[139.8,-150.4],"haR":[81.8,-177.9],"shL":[-39.6,-155.2],"elL":[-99,-195.3],"haL":[-154.7,-228.9],"hipR":[25,8.4],"knR":[85.1,115.7],"ftR":[135.5,226.4],"hipL":[-25.9,7.1],"knL":[-82,116.7],"ftL":[-139.2,228.1]},{"rootY":28.6,"hips":[0,0],"chest":[2.2,-99.4],"neck":[16.6,-167],"head":[27.2,-201.6],"shR":[65.6,-137.9],"elR":[139.5,-149.8],"haR":[81.8,-177.6],"shL":[-39.9,-154.8],"elL":[-99,-194.3],"haL":[-154.6,-227.3],"hipR":[25,8.4],"knR":[85,115.8],"ftR":[135.9,226.6],"hipL":[-25.8,7.2],"knL":[-81.9,116.8],"ftL":[-138.9,228.3]},{"rootY":28.5,"hips":[0,0],"chest":[2.1,-99.4],"neck":[16.5,-166.9],"head":[27.1,-201.5],"shR":[65.5,-137.7],"elR":[139.5,-149.3],"haR":[82,-177.5],"shL":[-39.9,-154.6],"elL":[-98.8,-193.5],"haL":[-154.4,-225.9],"hipR":[25,8.4],"knR":[85,115.9],"ftR":[136.3,226.8],"hipL":[-25.8,7.1],"knL":[-81.8,116.8],"ftL":[-138.6,228.4]},{"rootY":28.4,"hips":[0,0],"chest":[2,-99.4],"neck":[16.6,-166.9],"head":[27.1,-201.5],"shR":[65.4,-137.3],"elR":[139.4,-149],"haR":[82.2,-177.6],"shL":[-39.8,-154.4],"elL":[-98.6,-192.8],"haL":[-154.2,-224.7],"hipR":[24.9,8.5],"knR":[84.9,116],"ftR":[136.7,226.9],"hipL":[-25.9,7.1],"knL":[-81.6,116.8],"ftL":[-138.3,228.5]},{"rootY":28.3,"hips":[0,0],"chest":[1.7,-99.5],"neck":[16.4,-166.9],"head":[27.1,-201.5],"shR":[65,-136.6],"elR":[139.1,-148.9],"haR":[82.3,-177.7],"shL":[-40,-154.2],"elL":[-98.7,-192.2],"haL":[-154.2,-223.8],"hipR":[25,8.5],"knR":[84.8,116.2],"ftR":[137,227],"hipL":[-25.9,7.1],"knL":[-81.5,116.8],"ftL":[-138,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[1.1,-99.5],"neck":[15.9,-166.9],"head":[26.8,-201.5],"shR":[64.3,-136],"elR":[138.6,-148.8],"haR":[82.2,-177.7],"shL":[-40.4,-153.9],"elL":[-99.1,-191.7],"haL":[-154.6,-223],"hipR":[25,8.5],"knR":[84.6,116.2],"ftR":[137.1,227],"hipL":[-25.9,7.1],"knL":[-81.5,116.9],"ftL":[-137.9,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[0.4,-99.6],"neck":[15.1,-167],"head":[26.2,-201.5],"shR":[63.4,-135.9],"elR":[138,-148.8],"haR":[82,-177.7],"shL":[-41.1,-153.9],"elL":[-99.8,-191.3],"haL":[-155.3,-222.3],"hipR":[25.1,8.3],"knR":[84.5,116.2],"ftR":[136.8,227.1],"hipL":[-25.9,7.2],"knL":[-81.7,116.9],"ftL":[-138.2,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[-0.5,-99.6],"neck":[14.1,-167.1],"head":[25.4,-201.5],"shR":[62.5,-135.9],"elR":[137.3,-148.8],"haR":[81.5,-177.9],"shL":[-42,-153.8],"elL":[-100.6,-191],"haL":[-156.2,-221.8],"hipR":[25.1,8.1],"knR":[84.4,116.1],"ftR":[136.4,227.1],"hipL":[-25.9,7.5],"knL":[-81.8,117],"ftL":[-138.6,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[-1.4,-99.7],"neck":[13.1,-167.1],"head":[24.6,-201.5],"shR":[61.4,-136],"elR":[136.4,-149],"haR":[80.9,-178.2],"shL":[-42.9,-153.6],"elL":[-101.5,-190.6],"haL":[-157.1,-221.3],"hipR":[25.1,7.9],"knR":[84.3,115.9],"ftR":[136,227],"hipL":[-25.8,7.7],"knL":[-82,117.1],"ftL":[-139,228.7]},{"rootY":28.3,"hips":[0,0],"chest":[-2.2,-99.7],"neck":[12.3,-167.1],"head":[23.7,-201.5],"shR":[60.6,-136.1],"elR":[135.6,-149.3],"haR":[80.2,-178.4],"shL":[-43.6,-153.3],"elL":[-102.4,-190.2],"haL":[-158,-220.8],"hipR":[25.1,7.7],"knR":[84.1,115.8],"ftR":[135.6,227],"hipL":[-25.7,7.9],"knL":[-82.1,117.2],"ftL":[-139.4,228.6]},{"rootY":28.3,"hips":[0,0],"chest":[-3,-99.7],"neck":[11.6,-167.1],"head":[23,-201.6],"shR":[59.8,-136.2],"elR":[134.9,-149.6],"haR":[79.6,-178.5],"shL":[-44.3,-153.1],"elL":[-103.2,-189.7],"haL":[-158.8,-220.2],"hipR":[25.1,7.4],"knR":[83.9,115.7],"ftR":[135.3,227.1],"hipL":[-25.6,8.1],"knL":[-82.2,117.3],"ftL":[-139.7,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-3.8,-99.7],"neck":[11,-167.1],"head":[22.3,-201.6],"shR":[59.1,-136.2],"elR":[134.2,-150],"haR":[79.1,-178.6],"shL":[-44.8,-152.9],"elL":[-103.8,-189.4],"haL":[-159.6,-219.6],"hipR":[25.1,7.2],"knR":[83.6,115.5],"ftR":[135,227.1],"hipL":[-25.4,8.3],"knL":[-82.3,117.4],"ftL":[-140,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[-4.7,-99.7],"neck":[10.4,-167.1],"head":[21.7,-201.5],"shR":[58.3,-136],"elR":[133.6,-150.2],"haR":[78.7,-178.7],"shL":[-45.4,-152.7],"elL":[-104.5,-189.1],"haL":[-160.3,-219.2],"hipR":[25,6.9],"knR":[83.3,115.4],"ftR":[134.8,227.2],"hipL":[-25.3,8.6],"knL":[-82.4,117.6],"ftL":[-140.3,228.6]},{"rootY":28.1,"hips":[0,0],"chest":[-5.5,-99.7],"neck":[9.7,-167],"head":[21,-201.5],"shR":[57.5,-136],"elR":[132.9,-150.3],"haR":[78.2,-178.8],"shL":[-46.1,-152.6],"elL":[-105.2,-188.9],"haL":[-161,-219],"hipR":[25,6.7],"knR":[83,115.4],"ftR":[134.5,227.3],"hipL":[-25.2,8.8],"knL":[-82.4,117.7],"ftL":[-140.6,228.6]},{"rootY":28.1,"hips":[0,0],"chest":[-6.4,-99.7],"neck":[8.9,-167],"head":[20.3,-201.5],"shR":[56.7,-136],"elR":[132.2,-150.2],"haR":[77.8,-178.8],"shL":[-46.7,-152.7],"elL":[-106,-188.9],"haL":[-161.8,-219.1],"hipR":[25,6.4],"knR":[82.7,115.2],"ftR":[134.1,227.3],"hipL":[-25.1,9.1],"knL":[-82.6,117.8],"ftL":[-140.9,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[-7.4,-99.7],"neck":[8,-167],"head":[19.4,-201.4],"shR":[55.7,-136.1],"elR":[131.5,-150.2],"haR":[77.3,-178.8],"shL":[-47.5,-152.8],"elL":[-106.8,-189],"haL":[-162.6,-219.2],"hipR":[25,6.1],"knR":[82.5,115],"ftR":[133.6,227.2],"hipL":[-24.9,9.3],"knL":[-82.7,117.9],"ftL":[-141.4,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-8.5,-99.6],"neck":[7,-167],"head":[18.5,-201.4],"shR":[54.7,-136.1],"elR":[130.6,-150],"haR":[76.9,-178.8],"shL":[-48.4,-152.9],"elL":[-107.8,-189.1],"haL":[-163.5,-219.4],"hipR":[25,5.8],"knR":[82.3,114.8],"ftR":[133,227.1],"hipL":[-24.8,9.7],"knL":[-82.9,118.1],"ftL":[-142,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-9.7,-99.5],"neck":[6,-166.8],"head":[17.5,-201.3],"shR":[53.6,-136],"elR":[129.7,-149.8],"haR":[76.5,-178.9],"shL":[-49.3,-153.1],"elL":[-108.7,-189.4],"haL":[-164.4,-219.7],"hipR":[25,5.4],"knR":[81.9,114.7],"ftR":[132.2,227.2],"hipL":[-24.7,10],"knL":[-83.1,118.3],"ftL":[-142.6,228.4]},{"rootY":28.2,"hips":[0,0],"chest":[-10.9,-99.4],"neck":[5,-166.7],"head":[16.6,-201.1],"shR":[52.5,-136],"elR":[128.9,-149.5],"haR":[76.1,-178.9],"shL":[-50.2,-153.3],"elL":[-109.6,-189.7],"haL":[-165.2,-220.1],"hipR":[25.1,5],"knR":[81.6,114.5],"ftR":[131.5,227.2],"hipL":[-24.5,10.4],"knL":[-83.4,118.5],"ftL":[-143.3,228.3]},{"rootY":28.2,"hips":[0,0],"chest":[-11.8,-99.3],"neck":[4.2,-166.6],"head":[15.9,-200.9],"shR":[51.6,-135.9],"elR":[128.2,-149.2],"haR":[76,-178.8],"shL":[-50.9,-153.5],"elL":[-110.2,-190],"haL":[-165.7,-220.6],"hipR":[25.1,4.6],"knR":[81.3,114.2],"ftR":[130.9,227.2],"hipL":[-24.4,10.7],"knL":[-83.6,118.6],"ftL":[-144,228.3]},{"rootY":28.2,"hips":[0,0],"chest":[-12.5,-99.2],"neck":[3.6,-166.5],"head":[15.5,-200.8],"shR":[50.9,-135.8],"elR":[127.8,-148.7],"haR":[76.2,-178.7],"shL":[-51.3,-153.7],"elL":[-110.6,-190.1],"haL":[-166,-220.9],"hipR":[25.1,4.4],"knR":[81.1,114.1],"ftR":[130.6,227.1],"hipL":[-24.3,11],"knL":[-83.8,118.8],"ftL":[-144.4,228.2]},{"rootY":28.1,"hips":[0,0],"chest":[-12.9,-99.2],"neck":[3.3,-166.4],"head":[15.4,-200.7],"shR":[50.5,-135.6],"elR":[127.6,-148.3],"haR":[76.6,-178.6],"shL":[-51.5,-153.9],"elL":[-110.7,-190.3],"haL":[-165.9,-221],"hipR":[25.2,4.2],"knR":[80.9,114.1],"ftR":[130.2,227.2],"hipL":[-24.3,11.1],"knL":[-83.8,118.9],"ftL":[-144.6,228.2]},{"rootY":28.1,"hips":[0,0],"chest":[-12.9,-99.2],"neck":[3.3,-166.4],"head":[15.7,-200.6],"shR":[50.4,-135.4],"elR":[127.7,-147.5],"haR":[77.6,-178.3],"shL":[-51.3,-154.2],"elL":[-110.4,-190.3],"haL":[-165.5,-220.8],"hipR":[25.2,4.2],"knR":[81,114],"ftR":[130.1,227.2],"hipL":[-24.3,11.1],"knL":[-83.9,118.9],"ftL":[-144.7,228.3]},{"rootY":28.1,"hips":[0,0],"chest":[-12.4,-99.4],"neck":[3.9,-166.4],"head":[16.4,-200.5],"shR":[50.8,-135.2],"elR":[128.6,-146],"haR":[79.7,-177.6],"shL":[-50.6,-154.2],"elL":[-109.8,-189.5],"haL":[-164.5,-219.6],"hipR":[25.2,4.2],"knR":[81.3,114],"ftR":[130.6,227.1],"hipL":[-24.4,11.1],"knL":[-83.8,118.9],"ftL":[-144.5,228.4]},{"rootY":28.1,"hips":[0,0],"chest":[-11.3,-99.6],"neck":[5,-166.4],"head":[17.7,-200.5],"shR":[51.9,-134.9],"elR":[130.2,-142.9],"haR":[83.4,-176.1],"shL":[-49.3,-153.7],"elL":[-109,-187.4],"haL":[-163.4,-216.4],"hipR":[25.2,4.5],"knR":[81.7,114],"ftR":[131.5,226.9],"hipL":[-24.5,10.8],"knL":[-83.6,118.9],"ftL":[-144,228.5]},{"rootY":28.1,"hips":[0,0],"chest":[-9.5,-99.9],"neck":[6.8,-166.5],"head":[19.6,-200.4],"shR":[53.6,-134.8],"elR":[132.5,-137.4],"haR":[89,-172.8],"shL":[-47.3,-152.8],"elL":[-108.2,-183.4],"haL":[-161.9,-210.3],"hipR":[25.1,4.8],"knR":[82.2,114],"ftR":[132.3,226.7],"hipL":[-24.6,10.5],"knL":[-83.2,118.8],"ftL":[-143.3,228.5]},{"rootY":28.3,"hips":[0,0],"chest":[-7,-100.2],"neck":[9.4,-166.3],"head":[22.3,-200.3],"shR":[56.2,-134.6],"elR":[135.1,-129],"haR":[96.7,-166.9],"shL":[-44.5,-151.1],"elL":[-107.4,-176.7],"haL":[-159.6,-200.1],"hipR":[24.9,5.2],"knR":[82.9,113.8],"ftR":[133.1,226.5],"hipL":[-24.7,10.1],"knL":[-82.8,118.6],"ftL":[-142.4,228.3]},{"rootY":28.9,"hips":[0,0],"chest":[-4,-100.3],"neck":[12.8,-165.9],"head":[25.5,-199.9],"shR":[59.4,-133.6],"elR":[137.1,-117.8],"haR":[106.5,-157.8],"shL":[-41,-148.4],"elL":[-106.1,-166.8],"haL":[-156,-184.8],"hipR":[24.8,5.5],"knR":[83.7,113.5],"ftR":[133.8,225.9],"hipL":[-24.8,9.8],"knL":[-82.3,118.2],"ftL":[-141.1,227.6]},{"rootY":30.5,"hips":[0,0],"chest":[-1,-99.8],"neck":[16.8,-164.6],"head":[28.8,-198.9],"shR":[63.4,-132.4],"elR":[138,-105.5],"haR":[117.5,-145.2],"shL":[-36.9,-146.2],"elL":[-103.7,-154.1],"haL":[-150.9,-164.7],"hipR":[25,5.4],"knR":[84.3,112.6],"ftR":[134.6,224.2],"hipL":[-24.8,9.9],"knL":[-82.3,116.6],"ftL":[-139.2,225.3]},{"rootY":34.2,"hips":[0,0],"chest":[1.6,-98.8],"neck":[21.4,-162.3],"head":[32.4,-196.9],"shR":[68,-131.2],"elR":[138,-94.6],"haR":[128.2,-129.3],"shL":[-32.3,-145.7],"elL":[-99.6,-140.6],"haL":[-143.9,-141.2],"hipR":[25.2,5.1],"knR":[85.2,110.5],"ftR":[135.1,220.2],"hipL":[-24.6,10.3],"knL":[-82.5,113.3],"ftL":[-137.6,220.3]},{"rootY":40.7,"hips":[0,0],"chest":[3.7,-97.7],"neck":[25.7,-159.4],"head":[35.6,-194.2],"shR":[72,-129.1],"elR":[137.6,-86.7],"haR":[137.2,-111.6],"shL":[-27.6,-145.3],"elL":[-95.1,-127.4],"haL":[-134.9,-117.8],"hipR":[25.1,5.2],"knR":[86.3,106.8],"ftR":[135,213.7],"hipL":[-24.3,10.3],"knL":[-83.6,108.6],"ftL":[-137.9,213.2]},{"rootY":48.5,"hips":[0,0],"chest":[5.1,-97.1],"neck":[28.3,-157.2],"head":[37.4,-192.2],"shR":[73.8,-125.3],"elR":[136.7,-80.8],"haR":[143.5,-94.2],"shL":[-24.7,-142.1],"elL":[-92.5,-113.9],"haL":[-126.2,-96.3],"hipR":[24.7,5.7],"knR":[85.9,102.8],"ftR":[133,206.1],"hipL":[-24.2,9.8],"knL":[-87.3,103.2],"ftL":[-141.4,206.1]},{"rootY":54.4,"hips":[0,0],"chest":[5.7,-97.1],"neck":[28.5,-156.8],"head":[36.4,-192],"shR":[72.4,-120.9],"elR":[133.5,-75.6],"haR":[147.1,-77],"shL":[-25.2,-137.2],"elL":[-92.2,-100.1],"haL":[-120.6,-75.7],"hipR":[24.6,6.2],"knR":[82.4,101.2],"ftR":[127.8,200.8],"hipL":[-24.4,9.3],"knL":[-92.9,99.1],"ftL":[-147.6,201.3]},{"rootY":55.5,"hips":[0,0],"chest":[5.3,-97.5],"neck":[26.1,-158.1],"head":[32.5,-193.5],"shR":[68.9,-118.8],"elR":[126.8,-71.5],"haR":[148.4,-57.7],"shL":[-28.3,-133.8],"elL":[-91.8,-87.8],"haL":[-119.4,-55.2],"hipR":[24.8,6.6],"knR":[76.5,103.1],"ftR":[119.4,199.8],"hipL":[-24.7,9],"knL":[-97,98.3],"ftL":[-155.9,199.7]},{"rootY":51.9,"hips":[0,0],"chest":[4.5,-97.9],"neck":[21.8,-160.1],"head":[26.5,-195.6],"shR":[65.9,-120.9],"elR":[118.7,-70],"haR":[147.8,-36.9],"shL":[-32.9,-132.4],"elL":[-91.6,-79.3],"haL":[-122.9,-37.6],"hipR":[25,7.3],"knR":[70.6,106.9],"ftR":[109,203.3],"hipL":[-25.1,8.4],"knL":[-98.3,100.3],"ftL":[-164.1,200.3]},{"rootY":45.9,"hips":[0,0],"chest":[4.2,-98.4],"neck":[16.3,-162],"head":[19.6,-197.5],"shR":[63.6,-125.7],"elR":[111.1,-71.3],"haR":[145,-21.1],"shL":[-37.5,-130.4],"elL":[-93.9,-74.6],"haL":[-130.3,-27],"hipR":[25,8.1],"knR":[66.4,110.9],"ftR":[98.3,209.1],"hipL":[-25.5,7.5],"knL":[-98.4,102.2],"ftL":[-169.2,201.4]},{"rootY":39.6,"hips":[0,0],"chest":[3.6,-98.7],"neck":[9.3,-163.3],"head":[12,-198.8],"shR":[60.1,-130.6],"elR":[102.8,-74.2],"haR":[139,-15.6],"shL":[-42.8,-127.8],"elL":[-99.4,-72.3],"haL":[-140.4,-23],"hipR":[25.5,8.6],"knR":[62.8,114.9],"ftR":[87.6,215.5],"hipL":[-26.2,7.1],"knL":[-98.3,102.6],"ftL":[-169.9,202]},{"rootY":33.5,"hips":[0,0],"chest":[1.5,-98.8],"neck":[0.9,-163.8],"head":[4,-199.2],"shR":[54.1,-133.8],"elR":[93.4,-77.9],"haR":[130.7,-19.5],"shL":[-49.3,-126.5],"elL":[-106.9,-72],"haL":[-151,-23.3],"hipR":[26.5,8.1],"knR":[58,119],"ftR":[77.2,221.6],"hipL":[-26.7,7.6],"knL":[-97.7,102.4],"ftL":[-167.5,202.1]},{"rootY":28,"hips":[0,0],"chest":[-1.7,-98.6],"neck":[-7,-164],"head":[-2.8,-199.2],"shR":[47,-135],"elR":[86,-81.7],"haR":[124.8,-27.8],"shL":[-56.4,-127.4],"elL":[-115,-74.1],"haL":[-161.3,-26.5],"hipR":[27,7.1],"knR":[51,122.8],"ftR":[68.4,226.7],"hipL":[-26.5,8.6],"knL":[-95.2,103.3],"ftL":[-161.9,204]},{"rootY":23.3,"hips":[0,0],"chest":[-4.2,-98.6],"neck":[-12.9,-164.3],"head":[-7.3,-199.1],"shR":[41.3,-135.7],"elR":[82.6,-85.4],"haR":[124.8,-36],"shL":[-62.2,-129.4],"elL":[-122.9,-78.5],"haL":[-171.8,-32.6],"hipR":[26.7,6.4],"knR":[42.1,126],"ftR":[62.3,231.3],"hipL":[-25.8,9.2],"knL":[-91,105.6],"ftL":[-151.1,210.6]},{"rootY":19.7,"hips":[0,0],"chest":[-4.7,-98.8],"neck":[-14.9,-164.6],"head":[-8.4,-199.2],"shR":[39.4,-136.7],"elR":[83.7,-88.9],"haR":[131.2,-42.7],"shL":[-64.7,-131.9],"elL":[-128.4,-85],"haL":[-180.8,-41.9],"hipR":[26,6.3],"knR":[34.5,128.1],"ftR":[59.4,235.1],"hipL":[-25,9.3],"knL":[-83.2,110.4],"ftL":[-133.6,221.5]},{"rootY":17.3,"hips":[0,0],"chest":[-2.6,-99.2],"neck":[-11,-165],"head":[-5.1,-199.8],"shR":[42.5,-135.9],"elR":[89.1,-90],"haR":[144.3,-49.1],"shL":[-61.9,-134.8],"elL":[-128.5,-92.1],"haL":[-184.6,-52.9],"hipR":[26,6.9],"knR":[33.1,129.1],"ftR":[60.4,237.7],"hipL":[-25.2,8.7],"knL":[-70.5,117.3],"ftL":[-113.4,232.5]},{"rootY":15.9,"hips":[0,0],"chest":[1.5,-99.5],"neck":[-1.4,-165.4],"head":[2.3,-200.6],"shR":[50,-132.9],"elR":[98,-86.4],"haR":[161.1,-56.4],"shL":[-53.6,-137.1],"elL":[-122.6,-98.1],"haL":[-181.9,-63.5],"hipR":[26.7,8],"knR":[39.2,129],"ftR":[64.9,238.8],"hipL":[-26.6,7.6],"knL":[-57,122.8],"ftL":[-97.7,239.4]},{"rootY":15.4,"hips":[0,0],"chest":[7.5,-99.2],"neck":[11.4,-165.3],"head":[11.7,-200.5],"shR":[60.8,-130.7],"elR":[107.8,-78.7],"haR":[174.9,-66.5],"shL":[-41.5,-137.3],"elL":[-111.2,-100.4],"haL":[-173.7,-73.1],"hipR":[25.2,10.3],"knR":[49.2,127.7],"ftR":[71,238.7],"hipL":[-26.9,5.3],"knL":[-49.8,124.1],"ftL":[-89.1,241.1]},{"rootY":15.6,"hips":[0,0],"chest":[14.5,-97.9],"neck":[24.2,-163.8],"head":[20.6,-198.7],"shR":[72.9,-131.7],"elR":[115.5,-70.9],"haR":[178.4,-81],"shL":[-28.1,-134.7],"elL":[-94.8,-95.4],"haL":[-160,-80],"hipR":[19.8,13.2],"knR":[56.7,126],"ftR":[75.9,238.4],"hipL":[-23.7,2],"knL":[-48.9,122],"ftL":[-85.4,240]},{"rootY":16.7,"hips":[0,0],"chest":[19.4,-96.3],"neck":[33.9,-161.1],"head":[27.4,-195.6],"shR":[82.5,-135.6],"elR":[119.8,-69.2],"haR":[170.1,-95.9],"shL":[-18,-129.6],"elL":[-78,-82.8],"haL":[-142.6,-83.7],"hipR":[14.2,14.9],"knR":[58.7,124.9],"ftR":[77.8,237.8],"hipL":[-19.2,-0.1],"knL":[-47.5,119.7],"ftL":[-85.3,237.6]},{"rootY":18.6,"hips":[0,0],"chest":[19.4,-95.5],"neck":[36.1,-159.2],"head":[29.4,-193.7],"shR":[85.1,-139.6],"elR":[122.8,-74.8],"haR":[157.3,-105.4],"shL":[-15.7,-123.8],"elL":[-68.6,-67.6],"haL":[-127,-85.5],"hipR":[12.4,15.5],"knR":[56.3,125],"ftR":[76.2,236.2],"hipL":[-17.5,-0.8],"knL":[-45,119.1],"ftL":[-90.5,234.7]},{"rootY":20.9,"hips":[0,0],"chest":[15.9,-96.2],"neck":[28.7,-160.2],"head":[25.6,-195.2],"shR":[79.3,-142.2],"elR":[126.3,-87.6],"haR":[150,-115.1],"shL":[-22.1,-121.1],"elL":[-71.4,-59.2],"haL":[-119.2,-87.9],"hipR":[15.5,15.2],"knR":[52.6,125.4],"ftR":[72.6,234],"hipL":[-20.1,-0.4],"knL":[-44.4,119.3],"ftL":[-99.3,230.7]},{"rootY":22.5,"hips":[0,0],"chest":[9.3,-97.7],"neck":[13.1,-163],"head":[16.1,-197.9],"shR":[66.2,-144.3],"elR":[124.6,-103.6],"haR":[150,-128.3],"shL":[-36.8,-124],"elL":[-86.5,-62.9],"haL":[-119.7,-94.5],"hipR":[21,13.5],"knR":[49.6,125.2],"ftR":[65.7,232.4],"hipL":[-24.4,1.8],"knL":[-52.8,116.7],"ftL":[-107.6,227]},{"rootY":22.4,"hips":[0,0],"chest":[-0.9,-98.4],"neck":[-5.1,-164.5],"head":[3.4,-198.4],"shR":[49.8,-148.6],"elR":[116.8,-118.2],"haR":[157,-142.8],"shL":[-55.7,-131.2],"elL":[-108.8,-77],"haL":[-120.6,-107.5],"hipR":[25.8,9.5],"knR":[47.3,124.1],"ftR":[55.3,231.4],"hipL":[-26.8,6.1],"knL":[-65.3,112.8],"ftL":[-111.7,225.9]},{"rootY":19.9,"hips":[0,0],"chest":[-10.1,-97.5],"neck":[-18.8,-163.5],"head":[-6.9,-196.4],"shR":[36.2,-152.9],"elR":[109.6,-129],"haR":[165.6,-156.7],"shL":[-70.2,-137.7],"elL":[-126.9,-96.8],"haL":[-112,-123.6],"hipR":[27.1,5.8],"knR":[44.7,123.2],"ftR":[48.3,230.5],"hipL":[-26,9.8],"knL":[-69.1,114.1],"ftL":[-110,229.4]},{"rootY":17.6,"hips":[0,0],"chest":[-15.5,-96.6],"neck":[-26.2,-162.1],"head":[-12.5,-194.2],"shR":[28.6,-152.9],"elR":[105.5,-135.2],"haR":[168.8,-164.1],"shL":[-77.6,-142.2],"elL":[-134.2,-120.5],"haL":[-94.6,-138.8],"hipR":[26,3.9],"knR":[39,122.5],"ftR":[50.4,228.7],"hipL":[-23.9,11.6],"knL":[-65.5,118.6],"ftL":[-106.6,234.8]},{"rootY":17.7,"hips":[0,0],"chest":[-16.8,-96.3],"neck":[-28,-161.3],"head":[-14.2,-193.3],"shR":[26.4,-151.5],"elR":[103.1,-131.5],"haR":[161.4,-169.6],"shL":[-78.9,-147],"elL":[-131.1,-146.6],"haL":[-76.6,-151.8],"hipR":[24.5,3.6],"knR":[29.5,123.1],"ftR":[60.1,226.6],"hipL":[-22.1,11.8],"knL":[-62.8,120.6],"ftL":[-104.3,237.4]},{"rootY":19.8,"hips":[0,0],"chest":[-13.9,-96.7],"neck":[-23.7,-161.3],"head":[-12,-194],"shR":[30.7,-148.7],"elR":[105.2,-121.6],"haR":[148.1,-176.7],"shL":[-73.7,-153.3],"elL":[-121.8,-170],"haL":[-63.9,-165.6],"hipR":[23.8,4.8],"knR":[21.9,125.4],"ftR":[70.5,225.3],"hipL":[-21.9,10.7],"knL":[-63.8,118.4],"ftL":[-102,236]},{"rootY":21.1,"hips":[0,0],"chest":[-8,-97.4],"neck":[-12.9,-162.2],"head":[-4.8,-195.9],"shR":[41.2,-142.8],"elR":[115.2,-114.4],"haR":[135.7,-180.8],"shL":[-62.2,-159.5],"elL":[-112.4,-185.7],"haL":[-58.3,-182.6],"hipR":[24.8,6.5],"knR":[22.8,126.9],"ftR":[77,225.3],"hipL":[-24,9.2],"knL":[-64.8,115.9],"ftL":[-97.5,234.6]},{"rootY":19.5,"hips":[0,0],"chest":[0.2,-98.1],"neck":[3.4,-163.1],"head":[7.1,-197.4],"shR":[55.8,-136.9],"elR":[132,-115.2],"haR":[128.5,-181.8],"shL":[-46.3,-163.7],"elL":[-104.3,-191.7],"haL":[-59.4,-202.1],"hipR":[26.4,8.5],"knR":[33.9,125.7],"ftR":[82.7,225.8],"hipL":[-26.8,7.2],"knL":[-61.3,116.8],"ftL":[-88.9,236.2]},{"rootY":16.2,"hips":[0,0],"chest":[10.4,-97.6],"neck":[21.4,-162.7],"head":[21.3,-197],"shR":[72.6,-137.2],"elR":[151.5,-129.6],"haR":[129.2,-182.7],"shL":[-28.7,-165.4],"elL":[-95.9,-190.1],"haL":[-65.1,-220.9],"hipR":[24.7,10.9],"knR":[51.1,121.4],"ftR":[91.6,226.1],"hipL":[-26.6,4.6],"knL":[-52.4,119.9],"ftL":[-77.6,239.4]},{"rootY":13.5,"hips":[0,0],"chest":[17.9,-96.2],"neck":[34,-161.1],"head":[32.5,-195.1],"shR":[84.1,-142.3],"elR":[161.8,-158.4],"haR":[134.1,-185],"shL":[-16.2,-162.9],"elL":[-89.2,-184],"haL":[-74.8,-235.4],"hipR":[19.5,12.4],"knR":[63.2,117.7],"ftR":[97.3,227.9],"hipL":[-22.6,2.9],"knL":[-43.7,122.4],"ftL":[-73.2,241.3]},{"rootY":13.6,"hips":[0,0],"chest":[18.8,-95.7],"neck":[38.1,-160.1],"head":[37.6,-194],"shR":[84.9,-151.1],"elR":[153.7,-190.4],"haR":[139.6,-189.8],"shL":[-11.7,-157],"elL":[-86.6,-177.7],"haL":[-88.9,-243.2],"hipR":[14.2,12.7],"knR":[66.3,117],"ftR":[92.6,231.3],"hipL":[-17.4,2.5],"knL":[-40.1,123.2],"ftL":[-81.3,240]},{"rootY":17.4,"hips":[0,0],"chest":[13.2,-96.7],"neck":[33.9,-160.6],"head":[37.2,-194.6],"shR":[75.4,-161.8],"elR":[135.2,-212.7],"haR":[142.8,-200.5],"shL":[-14.1,-151.7],"elL":[-88.6,-172.7],"haL":[-104.9,-240.6],"hipR":[11.1,12.6],"knR":[66.5,117.1],"ftR":[80.1,233.5],"hipL":[-13.9,2.7],"knL":[-41,122.7],"ftL":[-94.4,235.8]},{"rootY":23.2,"hips":[0,0],"chest":[5.8,-97.4],"neck":[26.1,-161.2],"head":[34.7,-194.8],"shR":[63.7,-168.5],"elR":[118.4,-217.2],"haR":[147.4,-215.9],"shL":[-20.2,-149.3],"elL":[-93.9,-163.7],"haL":[-118.2,-228.9],"hipR":[11.3,13.2],"knR":[71.7,115.1],"ftR":[71.5,231.2],"hipL":[-13.6,2.2],"knL":[-41.6,121.9],"ftL":[-102.9,231.2]},{"rootY":28.2,"hips":[0,0],"chest":[1.9,-97.1],"neck":[20,-161],"head":[31.7,-194.3],"shR":[58.3,-166.6],"elR":[109.3,-202.6],"haR":[152,-229.5],"shL":[-25.9,-144.9],"elL":[-98.2,-143.9],"haL":[-126.8,-207.6],"hipR":[14.6,13.9],"knR":[80.6,112.1],"ftR":[70.3,226.4],"hipL":[-16.7,1.3],"knL":[-39.6,121.7],"ftL":[-105.8,228]},{"rootY":30.2,"hips":[0,0],"chest":[1.6,-96.9],"neck":[15,-161.2],"head":[26.7,-194.7],"shR":[57.5,-159.4],"elR":[106.2,-175.6],"haR":[150.7,-226.1],"shL":[-30,-137.9],"elL":[-98.5,-116.3],"haL":[-130.3,-175.9],"hipR":[19.7,13.3],"knR":[84.3,111.7],"ftR":[68.8,224],"hipL":[-22.2,2],"knL":[-38.5,121.9],"ftL":[-108.7,225.7]},{"rootY":28.5,"hips":[0,0],"chest":[-0.1,-97.1],"neck":[7,-161.4],"head":[17.1,-195.5],"shR":[54.1,-153.4],"elR":[99.2,-143],"haR":[143.4,-195.4],"shL":[-36.3,-132.8],"elL":[-96.7,-91.8],"haL":[-129.7,-132.8],"hipR":[24.5,11.1],"knR":[75.3,116.2],"ftR":[60.3,226.2],"hipL":[-26.4,4.5],"knL":[-43.7,121.7],"ftL":[-115,224.5]},{"rootY":24.6,"hips":[0,0],"chest":[-4.7,-96.9],"neck":[-2.6,-160.4],"head":[5.1,-195],"shR":[47.8,-147],"elR":[82.2,-115.5],"haR":[130.9,-150],"shL":[-45,-132.1],"elL":[-94.1,-76.9],"haL":[-112.8,-84.7],"hipR":[26.4,9.2],"knR":[57.9,121.7],"ftR":[52.2,229.7],"hipL":[-27.2,6.5],"knL":[-52.1,120.2],"ftL":[-115.9,225.8]},{"rootY":21.9,"hips":[0,0],"chest":[-9.2,-96.6],"neck":[-10.2,-158.7],"head":[-5.2,-193.2],"shR":[41,-137.7],"elR":[60.9,-96.2],"haR":[119,-92.9],"shL":[-52.5,-133.4],"elL":[-88.3,-68.7],"haL":[-75.4,-52.5],"hipR":[25.9,8.1],"knR":[41.4,124.8],"ftR":[55,230.2],"hipL":[-25.7,7.5],"knL":[-62,117.2],"ftL":[-101.2,229.3]},{"rootY":22.9,"hips":[0,0],"chest":[-11.3,-96.6],"neck":[-14.2,-157.6],"head":[-11.9,-191.6],"shR":[35.6,-131],"elR":[47.2,-84.4],"haR":[102,-46.1],"shL":[-57.2,-134.8],"elL":[-78.6,-64.4],"haL":[-31.5,-48.2],"hipR":[24.8,7.1],"knR":[30.1,126.4],"ftR":[68.5,227.2],"hipL":[-24,8.5],"knL":[-72.8,114.8],"ftL":[-84.8,231]},{"rootY":25.9,"hips":[0,0],"chest":[-10.3,-96.8],"neck":[-14,-157.8],"head":[-12.8,-191.5],"shR":[35.6,-128.8],"elR":[47.5,-73],"haR":[91.7,-19.1],"shL":[-59,-135.8],"elL":[-65.3,-65.3],"haL":[-0.6,-64.1],"hipR":[24.4,6.7],"knR":[27.4,127.5],"ftR":[82.1,224.3],"hipL":[-23.5,8.9],"knL":[-80,112.7],"ftL":[-78.3,229.5]},{"rootY":27.3,"hips":[0,0],"chest":[-8,-97.1],"neck":[-10.5,-159.3],"head":[-8,-193.2],"shR":[41.3,-129.6],"elR":[54.6,-64.7],"haR":[90.1,-11.9],"shL":[-57.2,-138.2],"elL":[-55,-73.4],"haL":[11.6,-89.7],"hipR":[25.3,7],"knR":[32.5,127.7],"ftR":[90,224.1],"hipL":[-24.7,8.6],"knL":[-81.4,112.1],"ftL":[-76.7,227.2]},{"rootY":24.7,"hips":[0,0],"chest":[-5.1,-97.4],"neck":[-3.7,-160.8],"head":[1.3,-195],"shR":[48.7,-130.3],"elR":[69.6,-62.3],"haR":[100.2,-23.3],"shL":[-52,-142.5],"elL":[-54.6,-88.2],"haL":[9.4,-115.5],"hipR":[26.5,7.9],"knR":[42.4,126.9],"ftR":[95.7,226],"hipL":[-26.5,7.8],"knL":[-74.7,115],"ftL":[-72.8,226.8]},{"rootY":18.7,"hips":[0,0],"chest":[-2.8,-97.5],"neck":[4,-161.2],"head":[11.6,-195.7],"shR":[55.7,-132.1],"elR":[94.1,-68.5],"haR":[115.5,-47.4],"shL":[-45.2,-145],"elL":[-64.5,-109.7],"haL":[-0.6,-137.2],"hipR":[26.2,9.1],"knR":[52.4,125.2],"ftR":[101,228.3],"hipL":[-26.9,6.6],"knL":[-62.2,119.2],"ftL":[-71.3,227.6]},{"rootY":11.4,"hips":[0,0],"chest":[-2,-97.4],"neck":[9.8,-161],"head":[19.4,-195.5],"shR":[60.4,-136],"elR":[120.7,-89.1],"haR":[128.5,-81],"shL":[-38.6,-144.8],"elL":[-77.5,-137.6],"haL":[-12.6,-156.3],"hipR":[24.2,10.2],"knR":[60,122.4],"ftR":[99.6,229.8],"hipL":[-25.3,5.4],"knL":[-49.4,122.2],"ftL":[-80.9,227.4]},{"rootY":6.5,"hips":[0,0],"chest":[-1.3,-97.5],"neck":[13.1,-161.3],"head":[23.2,-195.9],"shR":[62.4,-141],"elR":[138.1,-124.7],"haR":[137,-118.2],"shL":[-33,-147.5],"elL":[-80.9,-167.2],"haL":[-28,-178.9],"hipR":[21.1,11.1],"knR":[66.9,117.6],"ftR":[84.9,229.2],"hipL":[-22.5,4.5],"knL":[-40.8,124.1],"ftL":[-98.2,225.6]},{"rootY":6.5,"hips":[0,0],"chest":[0.1,-97.7],"neck":[14.4,-162.6],"head":[23.2,-197.2],"shR":[62.6,-150.8],"elR":[138.5,-167.2],"haR":[141.8,-159],"shL":[-29,-153.7],"elL":[-72.4,-193.5],"haL":[-49.9,-209.5],"hipR":[18,11.8],"knR":[73.5,113.5],"ftR":[58.5,227.7],"hipL":[-19.6,3.7],"knL":[-40.7,124],"ftL":[-113.5,223.4]},{"rootY":10.7,"hips":[0,0],"chest":[1.1,-97.9],"neck":[14.9,-163.7],"head":[21.2,-197.8],"shR":[59.5,-164.1],"elR":[124.3,-204.7],"haR":[138,-201.8],"shL":[-25.2,-160.4],"elL":[-59.1,-208.5],"haL":[-65.8,-236],"hipR":[16.5,12],"knR":[76.1,114.2],"ftR":[35.7,228.3],"hipL":[-18.1,3.5],"knL":[-46.8,122.2],"ftL":[-123,221.6]},{"rootY":17.5,"hips":[0,0],"chest":[1.5,-98],"neck":[15.5,-164.1],"head":[20,-197],"shR":[53.8,-174.6],"elR":[104.7,-227.3],"haR":[128.2,-239.8],"shL":[-19.6,-165.2],"elL":[-52.2,-213.6],"haL":[-69.2,-253.5],"hipR":[16.2,11.9],"knR":[76.9,116.2],"ftR":[24.2,228.5],"hipL":[-17.9,3.6],"knL":[-53.4,119.8],"ftL":[-129,219.7]},{"rootY":24.7,"hips":[0,0],"chest":[1,-98.1],"neck":[14.8,-163.9],"head":[19.8,-196.4],"shR":[50.2,-177.4],"elR":[92.3,-232.7],"haR":[117.5,-271.1],"shL":[-10.4,-169.6],"elL":[-58,-212.3],"haL":[-69.3,-266.5],"hipR":[16.2,11.9],"knR":[79.6,115.9],"ftR":[20.9,225.8],"hipL":[-17.9,3.6],"knL":[-57.9,118.2],"ftL":[-134.5,217.1]},{"rootY":29.3,"hips":[0,0],"chest":[0.5,-98],"neck":[12.5,-164],"head":[19.2,-196.5],"shR":[50.4,-174.3],"elR":[93.4,-226.1],"haR":[109.4,-285.9],"shL":[-15.3,-170.4],"elL":[-69.1,-203.5],"haL":[-78.7,-261],"hipR":[16.9,11.9],"knR":[82.6,114.5],"ftR":[20.5,221.8],"hipL":[-18.5,3.5],"knL":[-59.7,118.1],"ftL":[-138.9,215.1]},{"rootY":28.8,"hips":[0,0],"chest":[0.9,-97.9],"neck":[10.1,-164.4],"head":[18.3,-196.8],"shR":[50.9,-170.5],"elR":[99.5,-212.7],"haR":[107.1,-281.7],"shL":[-32.5,-155.2],"elL":[-80.6,-194.1],"haL":[-99.9,-235.4],"hipR":[19.3,11.8],"knR":[81.4,115.2],"ftR":[19.8,220.6],"hipL":[-21,3.7],"knL":[-59.1,118.8],"ftL":[-140,214.5]},{"rootY":24,"hips":[0,0],"chest":[0.5,-97.6],"neck":[6,-164],"head":[15.6,-196.1],"shR":[49.2,-167.2],"elR":[98,-194.3],"haR":[117.6,-259.5],"shL":[-39.8,-150.8],"elL":[-97,-177.4],"haL":[-125.1,-196.5],"hipR":[23.2,11],"knR":[71.9,118.2],"ftR":[21.3,221.6],"hipL":[-24.7,4.5],"knL":[-59.4,117.3],"ftL":[-136.6,214.4]},{"rootY":18.3,"hips":[0,0],"chest":[-1.5,-96.9],"neck":[1.2,-162.3],"head":[11.1,-194.4],"shR":[46.9,-161.9],"elR":[87.9,-175.1],"haR":[133.9,-217.2],"shL":[-46.1,-147.7],"elL":[-110.2,-154.6],"haL":[-142.2,-153.8],"hipR":[26,9.6],"knR":[53.5,121.8],"ftR":[32.2,220.6],"hipL":[-26.9,6],"knL":[-64.8,111.5],"ftL":[-126.7,215.6]},{"rootY":14.9,"hips":[0,0],"chest":[-3.9,-96.4],"neck":[-3.3,-160.6],"head":[5.9,-193],"shR":[44.6,-152.9],"elR":[78.7,-155.4],"haR":[137.5,-167],"shL":[-50.8,-144.9],"elL":[-116.6,-125.9],"haL":[-150,-112],"hipR":[26.4,8.3],"knR":[33.7,125.3],"ftR":[55.5,217.6],"hipL":[-26.8,7.4],"knL":[-73.4,106],"ftL":[-110.2,220.4]},{"rootY":15.8,"hips":[0,0],"chest":[-6.2,-96.3],"neck":[-7.8,-159.7],"head":[0.1,-192.5],"shR":[41.5,-145.9],"elR":[74.5,-131.1],"haR":[135.4,-112.2],"shL":[-54.6,-141.8],"elL":[-114.4,-96.8],"haL":[-150.2,-77.2],"hipR":[25.7,7.2],"knR":[21.3,128.5],"ftR":[84.2,215.7],"hipL":[-25.6,8.4],"knL":[-80.3,105.3],"ftL":[-93.9,226.7]},{"rootY":20.6,"hips":[0,0],"chest":[-6.7,-96.6],"neck":[-10.4,-159],"head":[-4.7,-192.2],"shR":[40.7,-143.6],"elR":[71.5,-104.8],"haR":[124.1,-61.9],"shL":[-57.1,-137],"elL":[-104.9,-74.8],"haL":[-136.2,-50.8],"hipR":[25.1,7.2],"knR":[25.3,130.2],"ftR":[107.7,216.3],"hipL":[-24.8,8.5],"knL":[-82.6,106.1],"ftL":[-83.3,229.4]},{"rootY":25.5,"hips":[0,0],"chest":[-6.5,-96.6],"neck":[-11.2,-157.4],"head":[-8.5,-190.6],"shR":[42.2,-139.1],"elR":[67.9,-83.7],"haR":[109.8,-27.7],"shL":[-59.1,-131.9],"elL":[-97.9,-62.7],"haL":[-115.1,-37.7],"hipR":[25.5,7.1],"knR":[37.3,129.4],"ftR":[119.2,218.6],"hipL":[-25,8.6],"knL":[-84.5,104.9],"ftL":[-79,227.6]},{"rootY":27.8,"hips":[0,0],"chest":[-5.7,-96.5],"neck":[-10.5,-155.9],"head":[-10,-188.8],"shR":[44.4,-134.5],"elR":[71.2,-71.6],"haR":[99.1,-11.7],"shL":[-60.8,-130],"elL":[-95.9,-58.9],"haL":[-93.8,-39.2],"hipR":[26.3,7.3],"knR":[50,126.8],"ftR":[123.1,219.5],"hipL":[-26,8.3],"knL":[-86.5,102.5],"ftL":[-77,224.1]},{"rootY":25.7,"hips":[0,0],"chest":[-4.2,-96.9],"neck":[-8.4,-156.3],"head":[-7.3,-188.8],"shR":[46.6,-132.1],"elR":[84.3,-66],"haR":[90.3,-13],"shL":[-60.5,-131.1],"elL":[-96.9,-61.4],"haL":[-80.6,-52.6],"hipR":[26.5,8.6],"knR":[59.4,124.6],"ftR":[124.8,220.6],"hipL":[-26.9,7.1],"knL":[-85.2,102.7],"ftL":[-74.7,223.7]},{"rootY":19.1,"hips":[0,0],"chest":[-2.4,-97.6],"neck":[-5.6,-158.3],"head":[-1.9,-190.1],"shR":[48.9,-131.4],"elR":[96,-67.7],"haR":[84.3,-28.9],"shL":[-58.1,-133.7],"elL":[-100.8,-68.9],"haL":[-80.9,-69.1],"hipR":[26.2,9.5],"knR":[64.4,124.7],"ftR":[124.3,224.7],"hipL":[-27.2,6.1],"knL":[-79,106.7],"ftL":[-71.7,228.1]},{"rootY":12.1,"hips":[0,0],"chest":[-0.8,-97.9],"neck":[-2.5,-160.5],"head":[3.9,-191.8],"shR":[51.6,-133.9],"elR":[101.4,-76],"haR":[79.9,-53.9],"shL":[-55.8,-137.5],"elL":[-109.1,-83.4],"haL":[-89.8,-96.3],"hipR":[26.1,9.9],"knR":[67.2,125.2],"ftR":[116.5,229.6],"hipL":[-27.3,5.7],"knL":[-71.9,111.6],"ftL":[-68.8,233.3]},{"rootY":7.9,"hips":[0,0],"chest":[0.2,-98],"neck":[-0.3,-162],"head":[7.6,-193.9],"shR":[53.6,-138.7],"elR":[103,-88],"haR":[75.7,-83.3],"shL":[-54.1,-139.8],"elL":[-120,-106.7],"haL":[-102.4,-133.2],"hipR":[26,10.1],"knR":[68,125.6],"ftR":[99.1,233.8],"hipL":[-27.4,5.5],"knL":[-68.3,114.7],"ftL":[-69.2,236.1]},{"rootY":6.9,"hips":[0,0],"chest":[0.8,-98],"neck":[0.7,-163.2],"head":[8.4,-196.5],"shR":[53.9,-143.8],"elR":[104,-104.1],"haR":[72.9,-114.2],"shL":[-53.6,-143.8],"elL":[-126.7,-134.3],"haL":[-113.1,-172.1],"hipR":[25.6,10.7],"knR":[67.2,126.4],"ftR":[77.5,237.4],"hipL":[-27.3,4.9],"knL":[-66,116],"ftL":[-75.7,236.3]},{"rootY":8.8,"hips":[0,0],"chest":[1.4,-98.2],"neck":[1.9,-164.4],"head":[7.8,-198.9],"shR":[54.1,-148.1],"elR":[106.3,-122.7],"haR":[72.8,-144.7],"shL":[-52.5,-149.5],"elL":[-127,-161.1],"haL":[-122.2,-206.6],"hipR":[24.8,11.5],"knR":[65.6,127.4],"ftR":[60.2,240],"hipL":[-27,4],"knL":[-60.9,117.6],"ftL":[-85.6,234.9]},{"rootY":12,"hips":[0,0],"chest":[2.1,-98.3],"neck":[3.6,-164.8],"head":[6.5,-200.2],"shR":[54.9,-151.7],"elR":[109.9,-140.1],"haR":[75.5,-173],"shL":[-50.3,-154.2],"elL":[-121.8,-182.8],"haL":[-130.8,-233.9],"hipR":[24.1,12],"knR":[64.5,127.6],"ftR":[52.3,240],"hipL":[-26.5,3.5],"knL":[-55.2,119.6],"ftL":[-92.8,233.2]},{"rootY":13.5,"hips":[0,0],"chest":[2.6,-98.2],"neck":[4,-164.2],"head":[2.8,-200],"shR":[54.4,-154.8],"elR":[113.6,-149.9],"haR":[81.3,-193.3],"shL":[-48.4,-157.9],"elL":[-118.1,-192.5],"haL":[-136.8,-249],"hipR":[23.8,12.2],"knR":[62.8,128.1],"ftR":[50.6,239.4],"hipL":[-26.3,3.3],"knL":[-55,120.1],"ftL":[-95.5,233]},{"rootY":11.6,"hips":[0,0],"chest":[2,-98.4],"neck":[0.8,-163.7],"head":[-4,-199.4],"shR":[50.8,-156.7],"elR":[113.4,-147.9],"haR":[88.8,-200.8],"shL":[-49.3,-161.2],"elL":[-122.4,-187.6],"haL":[-139.8,-250.8],"hipR":[24.4,11.8],"knR":[58.8,129.4],"ftR":[48.9,241],"hipL":[-26.8,3.6],"knL":[-60.8,119.4],"ftL":[-97.6,234.9]},{"rootY":7.8,"hips":[0,0],"chest":[0,-99.1],"neck":[-5.6,-164.1],"head":[-12.3,-199.4],"shR":[45.3,-156.2],"elR":[106.8,-136.5],"haR":[95,-194.5],"shL":[-55.3,-160.1],"elL":[-131.1,-171.9],"haL":[-145.9,-238.4],"hipR":[25.4,10.7],"knR":[52.3,130.7],"ftR":[46.4,243.9],"hipL":[-27.3,4.8],"knL":[-65.9,119.9],"ftL":[-101.2,237.7]},{"rootY":5,"hips":[0,0],"chest":[-2.6,-99.7],"neck":[-11.9,-164.9],"head":[-19.4,-199.8],"shR":[40.5,-154.2],"elR":[97.9,-121.7],"haR":[98.6,-175.2],"shL":[-62.8,-154.5],"elL":[-138.1,-149.4],"haL":[-154.3,-214.9],"hipR":[26.3,9.3],"knR":[47,130.8],"ftR":[48.3,244.4],"hipL":[-27.2,6.2],"knL":[-66,122.2],"ftL":[-101.7,240.7]},{"rootY":4.4,"hips":[0,0],"chest":[-4.2,-99.9],"neck":[-16,-165.3],"head":[-23.4,-199.9],"shR":[37.6,-151.1],"elR":[93.4,-108.7],"haR":[99.8,-145.9],"shL":[-67.3,-146.2],"elL":[-138.5,-123.6],"haL":[-159.7,-182.5],"hipR":[26.6,8.5],"knR":[46.5,129.8],"ftR":[58.5,241.9],"hipL":[-26.9,7],"knL":[-63.6,124.1],"ftL":[-94.5,243.3]},{"rootY":6.9,"hips":[0,0],"chest":[-4.7,-99.6],"neck":[-18.3,-165.2],"head":[-24.4,-199.7],"shR":[36,-146.5],"elR":[93.8,-101],"haR":[96.4,-115.9],"shL":[-68.1,-137.6],"elL":[-132.4,-99.1],"haL":[-157.2,-141.9],"hipR":[26.6,8.1],"knR":[50.2,128.5],"ftR":[74.6,237.2],"hipL":[-26.6,7.5],"knL":[-65.1,123.3],"ftL":[-82.5,242.7]},{"rootY":13.4,"hips":[0,0],"chest":[-5.2,-98.9],"neck":[-19.3,-164.7],"head":[-23.5,-199.4],"shR":[34.5,-141.9],"elR":[95,-97.8],"haR":[88.9,-90.5],"shL":[-67.3,-131.8],"elL":[-125.2,-82.7],"haL":[-145.2,-102],"hipR":[26.6,7.2],"knR":[54.1,126.9],"ftR":[90.4,229.3],"hipL":[-26,8.5],"knL":[-71.7,119.7],"ftL":[-74.6,236.6]},{"rootY":20.8,"hips":[0,0],"chest":[-5,-98.1],"neck":[-18.2,-163.8],"head":[-20.3,-199],"shR":[34.9,-137.3],"elR":[96.8,-95],"haR":[82.7,-75.4],"shL":[-65.5,-128.5],"elL":[-120.4,-74.5],"haL":[-130,-68.6],"hipR":[26.4,6.6],"knR":[57.3,125.9],"ftR":[101.6,219.8],"hipL":[-25.7,9],"knL":[-76.5,116.2],"ftL":[-72.1,229.4]},{"rootY":24.4,"hips":[0,0],"chest":[-4,-97.6],"neck":[-14.7,-162.9],"head":[-14.9,-198.5],"shR":[38,-133.5],"elR":[99.8,-89.2],"haR":[81.1,-68.5],"shL":[-62.3,-126.5],"elL":[-117.7,-71.4],"haL":[-117.9,-47.2],"hipR":[26.6,6.8],"knR":[61.1,125],"ftR":[107.6,214],"hipL":[-26,8.8],"knL":[-75.9,115.8],"ftL":[-70.5,226.3]},{"rootY":21.2,"hips":[0,0],"chest":[-3.1,-97.6],"neck":[-9.8,-162.6],"head":[-8.1,-198.2],"shR":[42.9,-131.5],"elR":[104.5,-84.3],"haR":[87.6,-71.2],"shL":[-59.1,-126.3],"elL":[-115.6,-71],"haL":[-112.2,-39.9],"hipR":[26.9,6.9],"knR":[64.7,124.1],"ftR":[110.7,215.5],"hipL":[-26.4,8.8],"knL":[-70.7,119.1],"ftL":[-67.7,228.3]},{"rootY":13.4,"hips":[0,0],"chest":[-3.1,-97.9],"neck":[-5.3,-163.1],"head":[-1.4,-198.6],"shR":[47.4,-132.1],"elR":[110.9,-86.7],"haR":[96.1,-86.2],"shL":[-56.8,-129.1],"elL":[-116.1,-76.5],"haL":[-113.9,-51.4],"hipR":[27.1,6.7],"knR":[66.8,123.3],"ftR":[110.2,220.6],"hipL":[-26.4,9],"knL":[-64.2,123.1],"ftL":[-66.9,232.8]},{"rootY":4.8,"hips":[0,0],"chest":[-4.2,-98.2],"neck":[-2.6,-164],"head":[3.7,-198.9],"shR":[50,-134.1],"elR":[118.7,-98.1],"haR":[103.5,-111.6],"shL":[-56,-133.7],"elL":[-121.8,-89.8],"haL":[-119.5,-80.8],"hipR":[26.9,6.5],"knR":[67.5,122.8],"ftR":[103.1,224.1],"hipL":[-26.2,9.2],"knL":[-58.6,125.8],"ftL":[-72.4,236.3]},{"rootY":-1.7,"hips":[0,0],"chest":[-6.2,-98.1],"neck":[-2.3,-164.7],"head":[6.5,-198.6],"shR":[50.5,-137.7],"elR":[124.2,-116.6],"haR":[108.3,-141.2],"shL":[-56.4,-137.2],"elL":[-129.3,-110.9],"haL":[-124.6,-119.6],"hipR":[26.1,6.8],"knR":[68.5,122.3],"ftR":[89.5,226.2],"hipL":[-25.6,8.8],"knL":[-53.9,126.5],"ftL":[-84.8,234.8]},{"rootY":-3.5,"hips":[0,0],"chest":[-8.8,-98],"neck":[-4.8,-165.8],"head":[6.9,-197.7],"shR":[48.6,-144.4],"elR":[124.7,-140.3],"haR":[111.1,-170.1],"shL":[-58.3,-142.1],"elL":[-131.3,-136.9],"haL":[-126.3,-160.2],"hipR":[24.8,7.4],"knR":[68.7,121.8],"ftR":[75.4,230.6],"hipL":[-24.5,8.3],"knL":[-50.6,125.6],"ftL":[-100.1,227.6]},{"rootY":-0.1,"hips":[0,0],"chest":[-11.2,-98.3],"neck":[-7.9,-167],"head":[5.6,-196.9],"shR":[45.1,-151.1],"elR":[120.1,-166.5],"haR":[113.3,-197.4],"shL":[-59.5,-148.9],"elL":[-126.6,-162.7],"haL":[-124.1,-201],"hipR":[23.2,7.7],"knR":[66.5,122.4],"ftR":[67.8,236.2],"hipL":[-23.1,8],"knL":[-51.6,122.9],"ftL":[-114.8,219.1]},{"rootY":7.1,"hips":[0,0],"chest":[-12.3,-98.7],"neck":[-9.4,-167.4],"head":[4.5,-197.2],"shR":[42.5,-154.9],"elR":[112.2,-189.7],"haR":[115,-222.3],"shL":[-57.2,-154.4],"elL":[-115.9,-184.3],"haL":[-117.8,-237.3],"hipR":[22,8.1],"knR":[66.1,122.5],"ftR":[67.5,237.2],"hipL":[-22.2,7.5],"knL":[-56.2,118.7],"ftL":[-126.5,215.8]},{"rootY":16.7,"hips":[0,0],"chest":[-11.6,-98.8],"neck":[-7.8,-167],"head":[5.6,-198],"shR":[42.6,-157.6],"elR":[106.3,-204.4],"haR":[115.4,-244.1],"shL":[-49.6,-158.4],"elL":[-100.5,-200.1],"haL":[-105.5,-263.1],"hipR":[21.4,8.6],"knR":[72.4,119.7],"ftR":[72.1,230],"hipL":[-21.9,7],"knL":[-61.6,114.9],"ftL":[-133,217.1]},{"rootY":28.1,"hips":[0,0],"chest":[-9.1,-98.6],"neck":[-3,-166.3],"head":[9.4,-198.8],"shR":[45.1,-160.7],"elR":[106.4,-210.5],"haR":[116,-260.3],"shL":[-37.8,-163],"elL":[-84.2,-208.8],"haL":[-87.2,-276],"hipR":[21.1,8.9],"knR":[82.4,113.6],"ftR":[78.2,217.5],"hipL":[-21.5,6.8],"knL":[-64.4,112.1],"ftL":[-136.9,214]},{"rootY":37.9,"hips":[0,0],"chest":[-6.2,-98.2],"neck":[3.5,-165.4],"head":[14.1,-199.1],"shR":[47.9,-163.5],"elR":[112,-206.7],"haR":[119.2,-264.8],"shL":[-27.4,-166.4],"elL":[-73.4,-207.6],"haL":[-67.7,-275.6],"hipR":[20.1,9],"knR":[88.9,108.3],"ftR":[83.4,207.6],"hipL":[-20.4,6.6],"knL":[-61.7,109.8],"ftL":[-140.7,206.5]},{"rootY":42.3,"hips":[0,0],"chest":[-4.2,-97.9],"neck":[9.6,-164.5],"head":[18.1,-199.1],"shR":[50.6,-164.7],"elR":[121.2,-190],"haR":[126.2,-254.1],"shL":[-23.3,-163.9],"elL":[-69.4,-193.3],"haL":[-51.7,-258.1],"hipR":[18.7,9.1],"knR":[89.9,106.8],"ftR":[86.8,204.3],"hipL":[-18.8,6.6],"knL":[-57.9,108.7],"ftL":[-142.3,201.2]},{"rootY":37.9,"hips":[0,0],"chest":[-4.3,-97.8],"neck":[11.5,-164.2],"head":[19,-199],"shR":[54.6,-158.7],"elR":[128.7,-159.9],"haR":[134.1,-228.1],"shL":[-26.2,-153.2],"elL":[-67,-166.6],"haL":[-42.7,-223],"hipR":[18.1,9.1],"knR":[86.8,109.3],"ftR":[86.7,208],"hipL":[-18.1,6.6],"knL":[-58.4,109.7],"ftL":[-140.7,204.2]},{"rootY":26.6,"hips":[0,0],"chest":[-5.6,-98.2],"neck":[9.5,-164.8],"head":[17.1,-199.5],"shR":[56.1,-148.4],"elR":[126,-121.2],"haR":[141.7,-189.3],"shL":[-30,-143.3],"elL":[-60.9,-135.7],"haL":[-39.6,-168.8],"hipR":[19.2,8.8],"knR":[81.8,113.4],"ftR":[83.1,215.4],"hipL":[-19.3,6.9],"knL":[-61.7,112.3],"ftL":[-135.8,212.9]},{"rootY":14.1,"hips":[0,0],"chest":[-7.5,-98.5],"neck":[5.9,-165.6],"head":[13.5,-200.2],"shR":[52.6,-138],"elR":[109.2,-85.6],"haR":[147.4,-142.1],"shL":[-32.8,-139.3],"elL":[-51.8,-110.2],"haL":[-42.2,-106.1],"hipR":[21.5,8.1],"knR":[75.4,117.8],"ftR":[77.1,223.2],"hipL":[-21.6,7.5],"knL":[-61.6,114.1],"ftL":[-128.1,220.3]},{"rootY":5.5,"hips":[0,0],"chest":[-10.3,-98.2],"neck":[1.3,-165.9],"head":[8.5,-200.6],"shR":[45.2,-130.9],"elR":[85,-63.2],"haR":[142.7,-97.2],"shL":[-34.8,-136.4],"elL":[-49.3,-87.8],"haL":[-49.3,-58.5],"hipR":[23.8,7.4],"knR":[68.1,121.6],"ftR":[71.1,228.8],"hipL":[-23.5,8.3],"knL":[-58.8,112.2],"ftL":[-115.3,222.4]},{"rootY":3.5,"hips":[0,0],"chest":[-13.5,-97.6],"neck":[-3.6,-165.8],"head":[2.9,-201.1],"shR":[38.7,-129.1],"elR":[64.3,-54.5],"haR":[130.4,-68.3],"shL":[-39.6,-134],"elL":[-53.8,-70.1],"haL":[-55,-27.8],"hipR":[25.3,6],"knR":[62,123.3],"ftR":[67.8,229.9],"hipL":[-24,9.6],"knL":[-58.6,110],"ftL":[-96,220.7]},{"rootY":6.7,"hips":[0,0],"chest":[-15.6,-97.1],"neck":[-6.8,-165.6],"head":[-1.4,-201.4],"shR":[36.3,-128.9],"elR":[51.6,-51.5],"haR":[120.8,-53.5],"shL":[-45.7,-131.9],"elL":[-61.8,-60.2],"haL":[-59.4,-15.5],"hipR":[25.9,4.9],"knR":[58.6,123.5],"ftR":[68.2,227.4],"hipL":[-24.1,10.7],"knL":[-58,112.3],"ftL":[-75.6,222.5]},{"rootY":13.2,"hips":[0,0],"chest":[-15.9,-97],"neck":[-7.2,-165.4],"head":[-3.3,-201.5],"shR":[37.4,-127.7],"elR":[47.2,-49.3],"haR":[116.5,-58.2],"shL":[-50,-130.1],"elL":[-69.9,-57.2],"haL":[-66.5,-17.5],"hipR":[26.5,4.3],"knR":[58.3,123.1],"ftR":[70.7,222.3],"hipL":[-24.3,11.2],"knL":[-56,116.8],"ftL":[-61.3,228.1]},{"rootY":18.9,"hips":[0,0],"chest":[-15.5,-96.7],"neck":[-6.7,-164.6],"head":[-3.7,-200.8],"shR":[39.3,-126.3],"elR":[52.5,-48.2],"haR":[116.8,-73.6],"shL":[-52.5,-130.1],"elL":[-76.3,-57.9],"haL":[-74,-29.2],"hipR":[26.9,4],"knR":[59.7,122.5],"ftR":[73,217.6],"hipL":[-24.6,11.5],"knL":[-55,119.9],"ftL":[-56.4,232.4]},{"rootY":18.3,"hips":[0,0],"chest":[-15.4,-96.3],"neck":[-7.5,-163.7],"head":[-4.1,-199.8],"shR":[40.6,-127.3],"elR":[63.1,-51.3],"haR":[118.3,-91],"shL":[-54.1,-130.4],"elL":[-81,-59.2],"haL":[-77.6,-46.8],"hipR":[27.1,4.1],"knR":[59.5,122.6],"ftR":[72.7,217.6],"hipL":[-24.8,11.4],"knL":[-56.5,120.7],"ftL":[-58.7,234.6]},{"rootY":10,"hips":[0,0],"chest":[-14.7,-96.5],"neck":[-8.4,-163.8],"head":[-4.3,-199.8],"shR":[42.1,-131],"elR":[71.9,-58.3],"haR":[115.7,-107.5],"shL":[-55.3,-131.6],"elL":[-82.2,-61.3],"haL":[-76.1,-68.2],"hipR":[26.8,4.7],"knR":[56.5,123.7],"ftR":[69.4,222.6],"hipL":[-24.8,10.9],"knL":[-57.1,121.8],"ftL":[-62.1,238.7]},{"rootY":-1.5,"hips":[0,0],"chest":[-12.3,-97.6],"neck":[-7.5,-165.2],"head":[-3.3,-201],"shR":[45.1,-135.9],"elR":[80.6,-68.7],"haR":[110.6,-124.1],"shL":[-55.1,-135.2],"elL":[-76.4,-66.8],"haL":[-67.3,-90.9],"hipR":[26,6],"knR":[54,124.9],"ftR":[64.4,229.4],"hipL":[-24.9,9.7],"knL":[-52,125.4],"ftL":[-62,246.8]},{"rootY":-10.1,"hips":[0,0],"chest":[-9.3,-98.9],"neck":[-5.8,-167],"head":[-2,-202.4],"shR":[48.2,-141.1],"elR":[94,-87.3],"haR":[106.7,-145],"shL":[-53.5,-138.8],"elL":[-66.3,-79.9],"haL":[-50.7,-113.4],"hipR":[25.2,6.5],"knR":[53.8,124.4],"ftR":[58.3,234.9],"hipL":[-24.7,9.2],"knL":[-43.2,129.8],"ftL":[-58,253.6]},{"rootY":-13.2,"hips":[0,0],"chest":[-8.1,-99.6],"neck":[-5.7,-168.2],"head":[-2.2,-203],"shR":[49.1,-146.1],"elR":[106.8,-119],"haR":[102.4,-167.9],"shL":[-51.2,-141.2],"elL":[-57.4,-104.4],"haL":[-31.1,-135.7],"hipR":[24.7,6.2],"knR":[52,123.3],"ftR":[50.7,240.5],"hipL":[-24.4,9.4],"knL":[-38,131.7],"ftL":[-52.2,255.7]},{"rootY":-10.7,"hips":[0,0],"chest":[-7.5,-99.9],"neck":[-5.9,-168.5],"head":[-2.6,-203.2],"shR":[48.9,-152],"elR":[107.4,-160.1],"haR":[98.6,-190.1],"shL":[-47.7,-143.9],"elL":[-46.1,-138.3],"haL":[-12.8,-157.1],"hipR":[24.2,7.1],"knR":[46.6,124.1],"ftR":[43,246.2],"hipL":[-24.4,8.5],"knL":[-34.3,131.3],"ftL":[-45.2,253.7]},{"rootY":-2.6,"hips":[0,0],"chest":[-6.8,-99.9],"neck":[-5.6,-168.1],"head":[-2.6,-203.5],"shR":[47.5,-160.1],"elR":[94.2,-194.5],"haR":[93.1,-214.5],"shL":[-44.1,-150.3],"elL":[-32.4,-167.5],"haL":[0.3,-184.7],"hipR":[23.7,7.8],"knR":[41.1,124.8],"ftR":[35.1,248.2],"hipL":[-24.3,7.8],"knL":[-31.4,130.4],"ftL":[-38.9,248.3]},{"rootY":6.3,"hips":[0,0],"chest":[-6.6,-99.7],"neck":[-5,-167.6],"head":[-2.2,-203.4],"shR":[45.7,-162.3],"elR":[85.3,-209.1],"haR":[87.8,-235.2],"shL":[-43.4,-153.2],"elL":[-27.1,-181.8],"haL":[10.8,-207.3],"hipR":[23.4,8.1],"knR":[40.5,124.5],"ftR":[28.8,246.8],"hipL":[-24.2,7.5],"knL":[-29.3,129],"ftL":[-36,243.5]},{"rootY":9,"hips":[0,0],"chest":[-7.6,-99.4],"neck":[-6.3,-167.2],"head":[-2.9,-203.1],"shR":[44.5,-155.4],"elR":[92.4,-202],"haR":[86.4,-241.4],"shL":[-46.7,-151.5],"elL":[-33.4,-173.7],"haL":[14.5,-212],"hipR":[23.3,8.7],"knR":[43.4,124.7],"ftR":[26.1,245.5],"hipL":[-24.2,6.9],"knL":[-29.5,127.3],"ftL":[-37,242.1]},{"rootY":3.1,"hips":[0,0],"chest":[-9.9,-99],"neck":[-9.2,-166.8],"head":[-5,-202.6],"shR":[39.8,-158],"elR":[106.7,-176.8],"haR":[89.9,-230.4],"shL":[-50.3,-148.8],"elL":[-40.3,-150.8],"haL":[8.4,-197.1],"hipR":[23.6,9.1],"knR":[43.3,126.1],"ftR":[26.7,247.8],"hipL":[-24.5,6.6],"knL":[-31.2,128.3],"ftL":[-40.1,242.3]},{"rootY":-5.4,"hips":[0,0],"chest":[-11.4,-99],"neck":[-12.1,-167],"head":[-7.6,-202.6],"shR":[37.8,-160.8],"elR":[110.9,-146.6],"haR":[97.5,-207.7],"shL":[-52.2,-148.3],"elL":[-50.3,-124.5],"haL":[-5.9,-174.4],"hipR":[24.2,8.6],"knR":[39.1,127.5],"ftR":[29.4,251.6],"hipL":[-24.8,7.1],"knL":[-33.9,129.9],"ftL":[-42.4,240.3]},{"rootY":-10.4,"hips":[0,0],"chest":[-11.4,-98.9],"neck":[-12.5,-167.3],"head":[-8.9,-202.7],"shR":[39.7,-159.3],"elR":[106.4,-118.5],"haR":[107.7,-184.7],"shL":[-51.7,-147.3],"elL":[-61.7,-100.2],"haL":[-28.1,-151.7],"hipR":[24.6,7.9],"knR":[36.8,128.1],"ftR":[32.4,252.7],"hipL":[-24.8,7.8],"knL":[-36.1,128.4],"ftL":[-43.5,237.1]},{"rootY":-11.5,"hips":[0,0],"chest":[-11,-98.6],"neck":[-11.2,-167.3],"head":[-9.3,-202.5],"shR":[42.7,-150.4],"elR":[97.7,-93.4],"haR":[119,-159.5],"shL":[-51.6,-140.4],"elL":[-74.8,-79.3],"haL":[-55,-127.8],"hipR":[25,7.2],"knR":[38.6,127.3],"ftR":[35.3,250],"hipL":[-24.6,8.4],"knL":[-38.1,125.2],"ftL":[-46.9,238.6]},{"rootY":-7.3,"hips":[0,0],"chest":[-10.2,-98],"neck":[-8.6,-166.9],"head":[-9.1,-202.2],"shR":[43.9,-139.4],"elR":[90.6,-75.6],"haR":[123.8,-136.5],"shL":[-51.2,-134],"elL":[-87.6,-68.2],"haL":[-80.8,-109.2],"hipR":[25.2,7],"knR":[43.1,126.7],"ftR":[42.2,242.1],"hipL":[-24.6,8.6],"knL":[-40.4,121.6],"ftL":[-56.1,242.2]},{"rootY":3.9,"hips":[0,0],"chest":[-8.8,-97.1],"neck":[-5.1,-166.2],"head":[-7.6,-201.6],"shR":[44.4,-132.8],"elR":[87.5,-66.7],"haR":[123.9,-123.1],"shL":[-50.5,-133.2],"elL":[-97.8,-69.8],"haL":[-100.4,-102.3],"hipR":[25.3,6.8],"knR":[50.4,126.1],"ftR":[55.3,230.6],"hipL":[-24.3,8.8],"knL":[-44.1,117.6],"ftL":[-72.1,239.3]},{"rootY":20.1,"hips":[0,0],"chest":[-7.9,-96.3],"neck":[-2.4,-165.2],"head":[-5.2,-200.9],"shR":[45.7,-130.9],"elR":[88.5,-64.3],"haR":[121.6,-120.7],"shL":[-50.4,-135.8],"elL":[-104.2,-78.1],"haL":[-111.8,-113.5],"hipR":[25.1,6.1],"knR":[60.4,123.4],"ftR":[68.9,219.6],"hipL":[-23.3,9.4],"knL":[-49.7,111.1],"ftL":[-91.9,229]},{"rootY":33.8,"hips":[0,0],"chest":[-8.1,-95.8],"neck":[-1.3,-164.4],"head":[-3.3,-200.3],"shR":[47.4,-131.2],"elR":[92,-65.7],"haR":[117.6,-125.9],"shL":[-51.3,-139.3],"elL":[-108.2,-84.8],"haL":[-115.1,-136.5],"hipR":[24.8,5],"knR":[68.9,119.4],"ftR":[76.1,214.1],"hipL":[-22.3,10.3],"knL":[-55.7,105],"ftL":[-106.7,219.4]},{"rootY":35.9,"hips":[0,0],"chest":[-8.4,-96.3],"neck":[-0.4,-164],"head":[-1.4,-200.2],"shR":[49.3,-131.1],"elR":[95.5,-66.7],"haR":[115.5,-130.9],"shL":[-51.3,-141.5],"elL":[-111.2,-89.6],"haL":[-113.2,-151.4],"hipR":[24.9,4.7],"knR":[70.8,118.1],"ftR":[76.8,217.1],"hipL":[-22.3,10.7],"knL":[-58.1,105],"ftL":[-109,219.4]},{"rootY":26.2,"hips":[0,0],"chest":[-6.9,-97.4],"neck":[2.3,-164.3],"head":[2,-200.5],"shR":[52.3,-131.9],"elR":[102.1,-70.3],"haR":[117.9,-137.6],"shL":[-49.2,-142.7],"elL":[-112.7,-96.1],"haL":[-111.4,-159.6],"hipR":[25,5.2],"knR":[67.5,120.3],"ftR":[78.4,226.9],"hipL":[-23.3,10.3],"knL":[-56.8,113.4],"ftL":[-100,228.5]},{"rootY":15.1,"hips":[0,0],"chest":[-3.8,-98.8],"neck":[5.8,-165.4],"head":[6.7,-201.6],"shR":[56.7,-138.1],"elR":[115.2,-84.6],"haR":[125.9,-153.7],"shL":[-45.9,-147.2],"elL":[-115.3,-113.3],"haL":[-113,-175.3],"hipR":[24.9,5],"knR":[64.9,121.5],"ftR":[84.3,235.8],"hipL":[-23.6,10.6],"knL":[-54.7,121.7],"ftL":[-89,237]},{"rootY":8.4,"hips":[0,0],"chest":[-2,-99.7],"neck":[7.2,-166.6],"head":[10.2,-202.7],"shR":[58.8,-146.5],"elR":[129.3,-111.3],"haR":[137.4,-179.8],"shL":[-43.9,-150.9],"elL":[-117.6,-140.7],"haL":[-117.8,-200.5],"hipR":[24.2,5.5],"knR":[63.9,121.8],"ftR":[90.5,239.8],"hipL":[-23.9,10],"knL":[-54.2,123.2],"ftL":[-88.4,240.8]},{"rootY":6.5,"hips":[0,0],"chest":[-2.8,-99.8],"neck":[5.5,-166.7],"head":[11.5,-202.3],"shR":[57.2,-152.6],"elR":[133.7,-146.5],"haR":[147.7,-210.7],"shL":[-43.9,-152.5],"elL":[-113.9,-170.6],"haL":[-121.4,-226],"hipR":[23.6,5.9],"knR":[66.2,121],"ftR":[95.2,238.6],"hipL":[-23.7,9.5],"knL":[-55.7,120.2],"ftL":[-98.6,237.9]},{"rootY":10.1,"hips":[0,0],"chest":[-4.8,-99.3],"neck":[3.7,-166],"head":[12.7,-200.9],"shR":[54.1,-157.8],"elR":[124.5,-183.4],"haR":[153.1,-239.2],"shL":[-43.2,-155.2],"elL":[-102.5,-196.8],"haL":[-118.1,-246.2],"hipR":[23.4,5.3],"knR":[72.3,117.8],"ftR":[102.7,231.4],"hipL":[-23.2,10.1],"knL":[-57.3,118],"ftL":[-112.8,227.9]},{"rootY":18.6,"hips":[0,0],"chest":[-6.3,-99.3],"neck":[2.6,-165.3],"head":[13.8,-199.4],"shR":[51.5,-159.9],"elR":[107.3,-210.9],"haR":[142.9,-264.8],"shL":[-41.8,-156.6],"elL":[-93.5,-210.4],"haL":[-107.8,-261.2],"hipR":[23.6,5.2],"knR":[78.1,114.2],"ftR":[112.6,221.5],"hipL":[-23.3,10.3],"knL":[-65.5,115.5],"ftL":[-128.5,217.8]},{"rootY":30.5,"hips":[0,0],"chest":[-6.7,-99.5],"neck":[1.8,-164.6],"head":[14,-198.1],"shR":[50.6,-155.7],"elR":[91.9,-221.1],"haR":[122,-281.9],"shL":[-39.3,-157.6],"elL":[-95.5,-210.9],"haL":[-91.6,-269.2],"hipR":[24.1,5.1],"knR":[81.6,111],"ftR":[120.9,213.3],"hipL":[-24.1,10.2],"knL":[-78.8,109.9],"ftL":[-142.2,211.3]},{"rootY":42.4,"hips":[0,0],"chest":[-6.4,-99.3],"neck":[2.2,-162.9],"head":[13.3,-196.6],"shR":[52.2,-150.2],"elR":[89.8,-214.8],"haR":[99.2,-282.2],"shL":[-41.4,-153.3],"elL":[-98.7,-205.3],"haL":[-83.5,-267.2],"hipR":[24.8,4.6],"knR":[84,108.8],"ftR":[125.9,208.2],"hipL":[-24.7,10.5],"knL":[-87.8,103.9],"ftL":[-149.6,207.5]},{"rootY":48,"hips":[0,0],"chest":[-5.7,-97.8],"neck":[4.8,-159.8],"head":[12.5,-194.6],"shR":[53.4,-150.8],"elR":[102.2,-202.1],"haR":[87.6,-269.2],"shL":[-42.5,-145.7],"elL":[-100.1,-195.5],"haL":[-88.2,-258.1],"hipR":[25,3.4],"knR":[86.2,107.5],"ftR":[128.9,206.7],"hipL":[-24.3,11.6],"knL":[-86.6,102],"ftL":[-150.1,204.9]},{"rootY":43.4,"hips":[0,0],"chest":[-5.1,-96],"neck":[7.8,-157],"head":[12.3,-192.3],"shR":[51.9,-157.3],"elR":[112.6,-181.8],"haR":[92.5,-248.3],"shL":[-38.8,-142.1],"elL":[-103.8,-179.2],"haL":[-109.3,-238.3],"hipR":[24.4,2.5],"knR":[86.9,106.8],"ftR":[130.1,209.2],"hipL":[-23.2,12.5],"knL":[-79.7,105.7],"ftL":[-147.1,207]},{"rootY":30.6,"hips":[0,0],"chest":[-5.6,-95.6],"neck":[6.7,-156.5],"head":[11.3,-191.6],"shR":[52.1,-156.1],"elR":[111.9,-156],"haR":[120.4,-225.3],"shL":[-36.4,-140],"elL":[-107,-158.1],"haL":[-137.3,-199.5],"hipR":[23.7,3.2],"knR":[83.9,108.7],"ftR":[127.4,216.1],"hipL":[-22.9,12],"knL":[-76.7,112.1],"ftL":[-144,216.5]},{"rootY":16.9,"hips":[0,0],"chest":[-5.8,-96.5],"neck":[4.7,-157.2],"head":[11,-191.9],"shR":[52.8,-151.2],"elR":[105.8,-141.5],"haR":[150.7,-194.9],"shL":[-36.7,-135.4],"elL":[-106,-138.7],"haL":[-150.4,-153.1],"hipR":[23.7,4.2],"knR":[80.8,112],"ftR":[120,223.4],"hipL":[-23.5,11],"knL":[-76.9,117.1],"ftL":[-136.2,227.5]},{"rootY":4.9,"hips":[0,0],"chest":[-5.2,-96.8],"neck":[5,-156.7],"head":[12,-191.3],"shR":[53.6,-145.1],"elR":[103.2,-133.4],"haR":[168.8,-157.3],"shL":[-35.8,-129.4],"elL":[-101.3,-114.4],"haL":[-142.9,-99.8],"hipR":[23.8,4.6],"knR":[79.5,114.4],"ftR":[105.3,229.4],"hipL":[-23.9,10.5],"knL":[-72.1,120.4],"ftL":[-120.8,235.9]},{"rootY":-2.8,"hips":[0,0],"chest":[-4.2,-96.2],"neck":[6.2,-155.4],"head":[13,-190.4],"shR":[54.8,-141.3],"elR":[101.3,-122.2],"haR":[166.6,-117.1],"shL":[-34.2,-124],"elL":[-92.8,-88.5],"haL":[-113.1,-47.4],"hipR":[23.4,5.4],"knR":[75.7,116.3],"ftR":[83.6,233.3],"hipL":[-24,9.8],"knL":[-64.5,121.3],"ftL":[-98.1,239.7]},{"rootY":-1.8,"hips":[0,0],"chest":[-3.2,-96],"neck":[8,-155.7],"head":[15.1,-190.8],"shR":[56.7,-142],"elR":[102.8,-112],"haR":[151.6,-96.3],"shL":[-32.1,-122.1],"elL":[-77.7,-66.3],"haL":[-69,-15.7],"hipR":[23,5.8],"knR":[69.1,118.1],"ftR":[63.2,235.6],"hipL":[-23.6,9.6],"knL":[-55.4,123.8],"ftL":[-72.2,237.2]},{"rootY":4.7,"hips":[0,0],"chest":[-2.8,-96.4],"neck":[9.6,-156.4],"head":[16.9,-191.6],"shR":[57.7,-141.3],"elR":[105.1,-102.4],"haR":[135,-99.4],"shL":[-30.4,-118.9],"elL":[-62.8,-50.4],"haL":[-28.1,-9],"hipR":[22.9,5.9],"knR":[60.8,121.1],"ftR":[49,238.9],"hipL":[-23.4,9.4],"knL":[-46.3,127.7],"ftL":[-52.9,235.6]},{"rootY":10.1,"hips":[0,0],"chest":[-2.5,-96.7],"neck":[11.7,-156.2],"head":[18.6,-191.6],"shR":[58.2,-137.9],"elR":[107.8,-93.2],"haR":[122.4,-110.1],"shL":[-27.9,-113.4],"elL":[-52.8,-39.8],"haL":[0.7,-19.3],"hipR":[22.6,6.4],"knR":[56.2,123.4],"ftR":[44.1,241.9],"hipL":[-23.4,9],"knL":[-38.1,130.3],"ftL":[-43.4,237.9]},{"rootY":8.5,"hips":[0,0],"chest":[-3.2,-96.5],"neck":[13.2,-155.1],"head":[19.5,-190.7],"shR":[57.2,-134.9],"elR":[107.3,-85.6],"haR":[117.6,-114.1],"shL":[-26.3,-110.6],"elL":[-48.8,-35.4],"haL":[12.5,-33.4],"hipR":[22.1,6.3],"knR":[56.2,123.7],"ftR":[47.2,243.4],"hipL":[-22.9,9.1],"knL":[-34.1,131.4],"ftL":[-43.1,241.7]},{"rootY":-0.2,"hips":[0,0],"chest":[-5.3,-96.4],"neck":[12.2,-154.7],"head":[18.7,-190.3],"shR":[54.4,-134.8],"elR":[103.8,-84.2],"haR":[121.8,-112.4],"shL":[-28.1,-113.3],"elL":[-53.6,-39.1],"haL":[8.7,-45.9],"hipR":[21.8,5.6],"knR":[55.9,123.6],"ftR":[54.7,245.4],"hipL":[-22.2,9.8],"knL":[-37.7,131.4],"ftL":[-49.5,243]},{"rootY":-8.9,"hips":[0,0],"chest":[-7.5,-96.9],"neck":[8.6,-156.4],"head":[16.7,-191.4],"shR":[51.3,-139.1],"elR":[104.8,-95.7],"haR":[132,-114.7],"shL":[-32.3,-120],"elL":[-64.8,-51.6],"haL":[-4.4,-62.2],"hipR":[22.2,5.6],"knR":[52,125.1],"ftR":[62.6,248.2],"hipL":[-22.5,9.8],"knL":[-45.1,128.7],"ftL":[-59.1,240.6]},{"rootY":-11.8,"hips":[0,0],"chest":[-8.1,-97.7],"neck":[5,-158.9],"head":[14.6,-193.2],"shR":[49.6,-145],"elR":[112.1,-119.2],"haR":[143.1,-127],"shL":[-35,-126.8],"elL":[-76.7,-74.9],"haL":[-18.4,-86],"hipR":[22.7,6.2],"knR":[49.9,126],"ftR":[67.5,248.4],"hipL":[-23.3,9.2],"knL":[-50.4,124.2],"ftL":[-68.2,235.9]},{"rootY":-9.7,"hips":[0,0],"chest":[-7.4,-98],"neck":[2.8,-160.6],"head":[13.1,-194.1],"shR":[49.5,-148.9],"elR":[118.4,-145.6],"haR":[152.3,-147.4],"shL":[-35.3,-131.9],"elL":[-83.7,-108.1],"haL":[-27.2,-113.1],"hipR":[23,6.4],"knR":[53.3,125.4],"ftR":[70.7,245.9],"hipL":[-23.6,9],"knL":[-53.5,119.6],"ftL":[-78,232.7]},{"rootY":-3.2,"hips":[0,0],"chest":[-6.2,-97.9],"neck":[2,-161.4],"head":[12.8,-194.3],"shR":[50.4,-153.3],"elR":[118.4,-164.5],"haR":[154.5,-174.9],"shL":[-34.9,-139.7],"elL":[-84.5,-142.6],"haL":[-32.2,-143.9],"hipR":[23,7],"knR":[59.7,124.3],"ftR":[76.3,240.3],"hipL":[-23.8,8.4],"knL":[-57.9,115.4],"ftL":[-92.2,231.8]},{"rootY":8.2,"hips":[0,0],"chest":[-4.7,-98],"neck":[3.6,-161.9],"head":[14.4,-194.2],"shR":[52.3,-158],"elR":[115.8,-173.6],"haR":[142.8,-206.3],"shL":[-32.5,-147.7],"elL":[-84.4,-169.9],"haL":[-35.1,-180.9],"hipR":[22.8,7.4],"knR":[66.3,122.3],"ftR":[83.9,231.7],"hipL":[-23.9,8.1],"knL":[-64.2,112.6],"ftL":[-111.2,228.4]},{"rootY":23,"hips":[0,0],"chest":[-2.8,-98.1],"neck":[7.8,-161.7],"head":[17.7,-194],"shR":[55.8,-159.8],"elR":[116.1,-178.7],"haR":[122.2,-231.2],"shL":[-26.5,-152.5],"elL":[-84.1,-184.8],"haL":[-37.9,-217.6],"hipR":[22.7,6.8],"knR":[72.5,119],"ftR":[89.6,222.2],"hipL":[-23.6,8.7],"knL":[-68.6,110.5],"ftL":[-127.9,220.9]},{"rootY":34.8,"hips":[0,0],"chest":[-1.1,-97.8],"neck":[12.6,-160.7],"head":[20.9,-194.1],"shR":[60,-157.9],"elR":[119.7,-181.9],"haR":[106.8,-243.4],"shL":[-21.1,-153.5],"elL":[-80.8,-188.8],"haL":[-43.1,-241.3],"hipR":[22.2,5.6],"knR":[77.1,115.3],"ftR":[92.2,215.8],"hipL":[-22.6,9.8],"knL":[-67.6,109],"ftL":[-135.9,214.1]},{"rootY":36.8,"hips":[0,0],"chest":[-0.4,-97.3],"neck":[16,-160.3],"head":[22.3,-195.1],"shR":[61.8,-157.2],"elR":[123.4,-174.6],"haR":[115.4,-241.7],"shL":[-20.1,-152.6],"elL":[-78.8,-182.7],"haL":[-57.2,-247.3],"hipR":[21.4,4.5],"knR":[77.5,113.4],"ftR":[93.5,215],"hipL":[-21.2,10.9],"knL":[-64.5,110.2],"ftL":[-135.2,213.1]},{"rootY":27.4,"hips":[0,0],"chest":[-1.5,-97.7],"neck":[15.3,-161.6],"head":[21,-197.2],"shR":[60.1,-157.6],"elR":[121.1,-158.8],"haR":[145.7,-223.3],"shL":[-22.4,-150.6],"elL":[-79.1,-166.5],"haL":[-83.9,-231.2],"hipR":[20.5,4.8],"knR":[73.4,114.7],"ftR":[92.6,219.1],"hipL":[-20.5,10.7],"knL":[-62.8,113.8],"ftL":[-130.7,218.9]},{"rootY":13.1,"hips":[0,0],"chest":[-3.7,-99],"neck":[11.6,-164.2],"head":[18.4,-199.8],"shR":[57.3,-155.4],"elR":[116,-150.7],"haR":[170.6,-192.9],"shL":[-23.9,-147.5],"elL":[-80.4,-151.6],"haL":[-103,-198.4],"hipR":[19.6,5.7],"knR":[69.7,116.8],"ftR":[87.3,224.8],"hipL":[-20.2,9.7],"knL":[-62.4,117.3],"ftL":[-124.3,226.3]},{"rootY":0.7,"hips":[0,0],"chest":[-5.6,-99.9],"neck":[7.7,-166.2],"head":[16,-201.4],"shR":[53.9,-153.4],"elR":[113.3,-148.7],"haR":[182,-156],"shL":[-25.8,-144],"elL":[-81.3,-140.3],"haL":[-105.2,-157.2],"hipR":[18.6,6.2],"knR":[68.4,118],"ftR":[76.8,230.8],"hipL":[-19.5,9.3],"knL":[-59.8,119.9],"ftL":[-115.8,232]},{"rootY":-7.8,"hips":[0,0],"chest":[-7.1,-100.2],"neck":[5.3,-167.2],"head":[14.1,-202.3],"shR":[50.9,-154.4],"elR":[108,-144.2],"haR":[172.8,-121.9],"shL":[-27.7,-142.6],"elL":[-84.3,-124.3],"haL":[-90.8,-109],"hipR":[17.3,6.5],"knR":[65.1,119.9],"ftR":[61.4,238.1],"hipL":[-18.4,9],"knL":[-54,122.9],"ftL":[-104.5,237.6]},{"rootY":-11.9,"hips":[0,0],"chest":[-7.1,-100.5],"neck":[4.6,-167.9],"head":[12.6,-203.2],"shR":[48.4,-154.7],"elR":[96.1,-130.8],"haR":[153.3,-96.6],"shL":[-30.8,-142.7],"elL":[-82.5,-105.1],"haL":[-68,-67],"hipR":[15.9,7.2],"knR":[55.2,124],"ftR":[44.5,246.4],"hipL":[-17.6,8.2],"knL":[-46.3,126.4],"ftL":[-88.8,244.2]},{"rootY":-11.1,"hips":[0,0],"chest":[-6.1,-100.8],"neck":[5.7,-168.3],"head":[11.6,-204.1],"shR":[45.9,-150.3],"elR":[75.4,-110.1],"haR":[132.2,-82.4],"shL":[-31.3,-139.2],"elL":[-70.8,-80.9],"haL":[-40.1,-39.2],"hipR":[14.8,8.1],"knR":[41.8,128.2],"ftR":[29.9,252.5],"hipL":[-17,7.3],"knL":[-39.4,128.3],"ftL":[-70.6,249.6]},{"rootY":-7.2,"hips":[0,0],"chest":[-5.4,-100.8],"neck":[8.2,-167.8],"head":[11.4,-203.9],"shR":[42.6,-141.2],"elR":[52,-88.7],"haR":[112.9,-76.4],"shL":[-26.1,-130.7],"elL":[-53.8,-60.5],"haL":[-10.1,-22.5],"hipR":[14,8.5],"knR":[34.1,130],"ftR":[21.8,254.6],"hipL":[-16.4,7],"knL":[-33.7,128.9],"ftL":[-57.4,251.6]},{"rootY":-4.6,"hips":[0,0],"chest":[-6.7,-100.2],"neck":[9.5,-166.4],"head":[11.3,-202.7],"shR":[37.2,-131.4],"elR":[33.2,-72],"haR":[96.6,-75.5],"shL":[-17.4,-123.9],"elL":[-35.3,-48.7],"haL":[22.3,-16],"hipR":[13.4,8.1],"knR":[34.7,129.5],"ftR":[20.8,253.9],"hipL":[-15.3,7.4],"knL":[-30.6,129.6],"ftL":[-55.1,251.1]},{"rootY":-5.8,"hips":[0,0],"chest":[-10.3,-99.5],"neck":[8.6,-165.2],"head":[10.4,-201.5],"shR":[29.5,-126.5],"elR":[22.3,-63.3],"haR":[84.3,-80.9],"shL":[-10,-124],"elL":[-13.5,-47.1],"haL":[52.2,-24],"hipR":[12.6,7.2],"knR":[37.9,127.8],"ftR":[24.4,252.2],"hipL":[-13.8,8.4],"knL":[-29.4,130.3],"ftL":[-58.6,250.3]},{"rootY":-10.2,"hips":[0,0],"chest":[-13.2,-99],"neck":[7.7,-165],"head":[10.3,-201.2],"shR":[21.8,-127.6],"elR":[19.3,-63.6],"haR":[76.1,-94.8],"shL":[-2.9,-128.8],"elL":[13.2,-54.7],"haL":[75.2,-45.4],"hipR":[11.2,6.5],"knR":[38.2,126.7],"ftR":[31.2,251.7],"hipL":[-12.2,9.1],"knL":[-27.5,130.9],"ftL":[-58.9,251]},{"rootY":-14,"hips":[0,0],"chest":[-13,-98.6],"neck":[8,-165],"head":[11.8,-201.1],"shR":[17,-133.7],"elR":[23.4,-74.5],"haR":[72.3,-115.5],"shL":[7.6,-135],"elL":[41.2,-68.5],"haL":[91.8,-75.3],"hipR":[9.4,6.2],"knR":[38.5,125.9],"ftR":[37.7,250.9],"hipL":[-10.3,9.3],"knL":[-22.8,131.1],"ftL":[-56.9,250.7]},{"rootY":-14.3,"hips":[0,0],"chest":[-11.4,-98.1],"neck":[9.4,-164.7],"head":[14.4,-200.5],"shR":[15.3,-143],"elR":[31.5,-97.5],"haR":[73.8,-141.1],"shL":[18.7,-141.5],"elL":[69,-90.3],"haL":[104.2,-107.1],"hipR":[8,5.8],"knR":[43.2,123.7],"ftR":[40.7,248],"hipL":[-8.6,9.8],"knL":[-13.4,130.3],"ftL":[-56.9,246.3]},{"rootY":-10,"hips":[0,0],"chest":[-9.5,-97.8],"neck":[10.8,-164.4],"head":[16.8,-200],"shR":[15.5,-152.5],"elR":[37.6,-131.6],"haR":[78.6,-172.5],"shL":[26,-147.7],"elL":[89.3,-122.7],"haL":[114.7,-139.6],"hipR":[7.7,5.4],"knR":[49.2,121.1],"ftR":[39.2,242.6],"hipL":[-7.9,10.2],"knL":[-2.8,127.5],"ftL":[-57.5,238.9]},{"rootY":-0.8,"hips":[0,0],"chest":[-8.1,-97.6],"neck":[11.3,-164.3],"head":[18.6,-199.6],"shR":[16.1,-159.2],"elR":[36.8,-168.9],"haR":[81,-209.6],"shL":[28.2,-151.8],"elL":[94,-160.4],"haL":[125.1,-173.4],"hipR":[8,5.9],"knR":[51.6,120.8],"ftR":[34.8,236.1],"hipL":[-8,9.7],"knL":[3.7,122.8],"ftL":[-56,232.7]},{"rootY":12.9,"hips":[0,0],"chest":[-7,-97.8],"neck":[12.3,-164.4],"head":[21.3,-199.5],"shR":[16.9,-162.1],"elR":[31.7,-201.2],"haR":[77.3,-245.7],"shL":[26.3,-153.1],"elL":[83.6,-194.7],"haL":[133.6,-209.2],"hipR":[7.8,6.4],"knR":[52.8,120.2],"ftR":[31.2,229.6],"hipL":[-7.8,9.2],"knL":[4.8,118.5],"ftL":[-53.9,229.1]},{"rootY":26.4,"hips":[0,0],"chest":[-5.6,-97.9],"neck":[15.4,-164.2],"head":[25.8,-199],"shR":[16.9,-163.6],"elR":[27.9,-219.2],"haR":[69.7,-269.1],"shL":[23.1,-157.2],"elL":[70.5,-214.9],"haL":[129.9,-239.3],"hipR":[6.8,6.1],"knR":[55.8,117.4],"ftR":[29.5,224.4],"hipL":[-6.9,9.5],"knL":[2.9,116.1],"ftL":[-55.7,226.1]},{"rootY":31.8,"hips":[0,0],"chest":[-3.9,-97.9],"neck":[20.4,-163.3],"head":[30.8,-198.1],"shR":[14.5,-171.8],"elR":[29.6,-217.2],"haR":[56.2,-271.1],"shL":[20.6,-163.8],"elL":[62.4,-219.4],"haL":[118.3,-252.2],"hipR":[5.8,5.5],"knR":[57.7,115.1],"ftR":[29.5,223],"hipL":[-5.9,10.1],"knL":[1.5,116.1],"ftL":[-59,224.3]},{"rootY":24.5,"hips":[0,0],"chest":[-2.3,-98.1],"neck":[23,-163.1],"head":[33.6,-197.7],"shR":[14,-173.6],"elR":[35.8,-194.5],"haR":[38.4,-251.3],"shL":[26.1,-176.7],"elL":[58.4,-199.2],"haL":[99,-243.8],"hipR":[5.2,5.7],"knR":[53.3,116.9],"ftR":[30.7,227.7],"hipL":[-5.7,9.9],"knL":[-1.5,118.2],"ftL":[-57.5,228.2]},{"rootY":10.8,"hips":[0,0],"chest":[-1.7,-98.8],"neck":[21.2,-164.8],"head":[33.2,-198.7],"shR":[16.4,-170.8],"elR":[39.5,-166.1],"haR":[26,-224.8],"shL":[27.7,-170.5],"elL":[52.8,-167.9],"haL":[79.3,-224.3],"hipR":[4.9,6.4],"knR":[43.1,120.7],"ftR":[32.9,235.9],"hipL":[-6,9.2],"knL":[-10,120.9],"ftL":[-51.3,236.1]},{"rootY":0.5,"hips":[0,0],"chest":[-0.8,-99.9],"neck":[19,-166.8],"head":[32.4,-200.1],"shR":[20.4,-166.6],"elR":[37.3,-136.4],"haR":[19.9,-201.8],"shL":[26,-161.7],"elL":[41.3,-135.7],"haL":[61.8,-201.6],"hipR":[4.7,7],"knR":[33.4,122.9],"ftR":[33.4,241.4],"hipL":[-6.8,8.5],"knL":[-18.5,122.5],"ftL":[-46.8,240.2]},{"rootY":-5.6,"hips":[0,0],"chest":[0.9,-100.3],"neck":[20.6,-167.2],"head":[34,-200.4],"shR":[23.8,-159.7],"elR":[27.8,-108.7],"haR":[18,-176.8],"shL":[22.6,-150.7],"elL":[25.8,-107],"haL":[45.3,-171.5],"hipR":[4.6,7.2],"knR":[30.8,123.5],"ftR":[28.8,243.6],"hipL":[-7.5,8.1],"knL":[-20.9,122.7],"ftL":[-47.9,240.5]},{"rootY":-7.7,"hips":[0,0],"chest":[2.9,-100],"neck":[25.4,-165.9],"head":[37.4,-199.8],"shR":[26.2,-151.4],"elR":[13.2,-91.5],"haR":[21.8,-148.6],"shL":[21.3,-138.8],"elL":[9.9,-85.9],"haL":[30,-136],"hipR":[4.8,7],"knR":[35.7,122.7],"ftR":[20.3,242.2],"hipL":[-7.7,8.4],"knL":[-18.4,122.7],"ftL":[-52.1,239.7]},{"rootY":-4.2,"hips":[0,0],"chest":[4.9,-99.3],"neck":[30.5,-163.9],"head":[40.6,-198.7],"shR":[29,-146.7],"elR":[-0.6,-88.3],"haR":[30.8,-121.5],"shL":[23.5,-131.9],"elL":[-3.6,-75.2],"haL":[19.9,-99.6],"hipR":[4.9,6.5],"knR":[44,120.7],"ftR":[11.7,236.3],"hipL":[-7.7,8.9],"knL":[-12,122.7],"ftL":[-55.9,237.5]},{"rootY":4.9,"hips":[0,0],"chest":[7.4,-98.3],"neck":[35.8,-161.6],"head":[44.6,-196.8],"shR":[34.4,-145.8],"elR":[-6.7,-93.5],"haR":[44.1,-94.3],"shL":[27,-128.6],"elL":[-12.1,-70.8],"haL":[15.3,-64.8],"hipR":[5.1,5.9],"knR":[50.6,118.8],"ftR":[5.7,229.4],"hipL":[-7.5,9.4],"knL":[-3,121.9],"ftL":[-57.6,233.3]},{"rootY":17.6,"hips":[0,0],"chest":[11.2,-97.1],"neck":[43.5,-158.3],"head":[51.3,-193.8],"shR":[42.9,-142.9],"elR":[-1.5,-92.2],"haR":[56.6,-68.4],"shL":[31.1,-124.3],"elL":[-15,-65.4],"haL":[16.3,-36.5],"hipR":[5.1,5.7],"knR":[55.9,116.9],"ftR":[2.4,223.2],"hipL":[-7.6,9.7],"knL":[8,119.4],"ftL":[-56.7,226.1]},{"rootY":29.9,"hips":[0,0],"chest":[14.8,-95.7],"neck":[51.8,-153.9],"head":[58.1,-189.7],"shR":[51.9,-135.2],"elR":[7,-81.1],"haR":[69.1,-52.8],"shL":[34.2,-118.6],"elL":[-15.6,-58.8],"haL":[22.1,-19],"hipR":[5.2,5.9],"knR":[61,114.8],"ftR":[1.5,217.9],"hipL":[-7.7,9.4],"knL":[16.2,115.9],"ftL":[-55.1,218.8]},{"rootY":35.6,"hips":[0,0],"chest":[14.9,-95.1],"neck":[54.4,-151.2],"head":[59.9,-187.1],"shR":[57,-127.8],"elR":[15.3,-68.7],"haR":[82.7,-50.5],"shL":[31.8,-115.3],"elL":[-19,-54.8],"haL":[29.3,-15.3],"hipR":[5.4,6.4],"knR":[63.4,113.9],"ftR":[1.1,215.6],"hipL":[-7.8,9.1],"knL":[15.8,114.3],"ftL":[-56.2,216.8]},{"rootY":29.8,"hips":[0,0],"chest":[10.9,-95.9],"neck":[48.7,-152.8],"head":[54.7,-188.6],"shR":[57.5,-127.4],"elR":[26.6,-62.7],"haR":[94.4,-59.7],"shL":[21.7,-117.1],"elL":[-26.9,-54.6],"haL":[33.7,-24.7],"hipR":[6.5,6.5],"knR":[59,117.1],"ftR":[-0.5,220],"hipL":[-8.6,9],"knL":[7.1,116.3],"ftL":[-59.2,222.3]},{"rootY":12.9,"hips":[0,0],"chest":[5.4,-97.6],"neck":[38,-157.4],"head":[45.2,-192.9],"shR":[54.8,-132.7],"elR":[43.5,-66.4],"haR":[101.8,-76.6],"shL":[6.5,-122.2],"elL":[-36.6,-57.1],"haL":[31.7,-42.6],"hipR":[8.7,7],"knR":[47,123.4],"ftR":[-1.1,231.5],"hipL":[-10.6,8.5],"knL":[-6.7,120.1],"ftL":[-58.9,232.6]},{"rootY":-7.9,"hips":[0,0],"chest":[-0.3,-99.3],"neck":[25.5,-162.2],"head":[34.2,-197.4],"shR":[49.8,-140.1],"elR":[64.2,-82.1],"haR":[103.6,-100.9],"shL":[-8.9,-128.8],"elL":[-45.9,-67.5],"haL":[23,-67.1],"hipR":[11.2,7.5],"knR":[33.6,127.8],"ftR":[3.1,242.8],"hipL":[-13.2,8],"knL":[-23.4,123.6],"ftL":[-54.9,241.4]},{"rootY":-24.6,"hips":[0,0],"chest":[-5.3,-100.2],"neck":[14.1,-165.9],"head":[24.2,-200.5],"shR":[44.3,-150.2],"elR":[82.9,-112],"haR":[104.1,-131.2],"shL":[-20.4,-137.5],"elL":[-54.4,-93.7],"haL":[11.8,-97.1],"hipR":[13.7,6.7],"knR":[26.9,127.5],"ftR":[14.7,247.1],"hipL":[-15.3,8.8],"knL":[-33.6,125.3],"ftL":[-54.5,243.9]},{"rootY":-36,"hips":[0,0],"chest":[-8.7,-100.5],"neck":[5.8,-167.9],"head":[17.7,-201.6],"shR":[37.8,-161.9],"elR":[91.9,-151.3],"haR":[108,-164.1],"shL":[-27.7,-145.5],"elL":[-61.6,-135.1],"haL":[4.8,-127.3],"hipR":[15.1,6.1],"knR":[30.3,126.1],"ftR":[30.1,246.6],"hipL":[-16.4,9.4],"knL":[-36.6,124.8],"ftL":[-61.9,242.5]},{"rootY":-41.8,"hips":[0,0],"chest":[-10.9,-100.4],"neck":[0.4,-168.8],"head":[13.6,-201.5],"shR":[29.3,-173.4],"elR":[86.6,-191],"haR":[111.9,-200.3],"shL":[-32.1,-155.5],"elL":[-65.2,-180.6],"haL":[1.5,-160.1],"hipR":[15.8,5.7],"knR":[40.5,123.7],"ftR":[45,242.8],"hipL":[-16.7,9.8],"knL":[-39.6,122.3],"ftL":[-74,238.3]},{"rootY":-42.4,"hips":[0,0],"chest":[-12.1,-100.2],"neck":[-2.3,-168.9],"head":[11.1,-201.3],"shR":[22.8,-181.5],"elR":[72.4,-223],"haR":[110.9,-239.3],"shL":[-33.6,-165.1],"elL":[-62.4,-217.7],"haL":[-6.3,-204.2],"hipR":[16,6.3],"knR":[50.8,120.8],"ftR":[61.5,238],"hipL":[-16.7,9.2],"knL":[-44.7,118.7],"ftL":[-86.1,232.4]},{"rootY":-38.5,"hips":[0,0],"chest":[-12.9,-100],"neck":[-3.3,-168.8],"head":[9.6,-201.3],"shR":[24.2,-182.6],"elR":[59.1,-243.2],"haR":[105,-276.8],"shL":[-33.3,-170.8],"elL":[-55.4,-236.7],"haL":[-20.1,-249.6],"hipR":[16,7.3],"knR":[59.4,116.9],"ftR":[81.5,231.3],"hipL":[-17,8.3],"knL":[-51.2,114.4],"ftL":[-98.3,225.3]},{"rootY":-30.5,"hips":[0,0],"chest":[-12.9,-100],"neck":[-3.1,-168.6],"head":[8.7,-201.6],"shR":[28.9,-179.6],"elR":[54,-249.5],"haR":[91.7,-305.2],"shL":[-32.5,-171.9],"elL":[-50.2,-240.5],"haL":[-40.9,-287],"hipR":[16.3,7.5],"knR":[67.5,111.8],"ftR":[102.1,221.5],"hipL":[-17.4,8.1],"knL":[-57.8,110.1],"ftL":[-110.8,217.3]},{"rootY":-18.7,"hips":[0,0],"chest":[-12.5,-100],"neck":[-2.5,-168.5],"head":[7.7,-202.1],"shR":[27.3,-182.6],"elR":[57.3,-249.1],"haR":[73.8,-316.3],"shL":[-27.8,-171.4],"elL":[-49.7,-241.2],"haL":[-55.2,-304.4],"hipR":[16.7,7.4],"knR":[75,106.9],"ftR":[120,211.6],"hipL":[-17.7,8.2],"knL":[-62.7,106.8],"ftL":[-119.6,210.1]},{"rootY":-3.2,"hips":[0,0],"chest":[-11.7,-99.9],"neck":[-2.3,-168.4],"head":[6.8,-202.5],"shR":[13.7,-188.2],"elR":[59.5,-243.4],"haR":[47.9,-312.3],"shL":[-24.4,-172.4],"elL":[-57.4,-241.2],"haL":[-72.7,-308.9],"hipR":[17.2,7.3],"knR":[81.3,103.4],"ftR":[132.6,205.2],"hipL":[-18,8.3],"knL":[-65.2,105.6],"ftL":[-123.6,207.1]},{"rootY":16.1,"hips":[0,0],"chest":[-11.8,-99.6],"neck":[-2.6,-167.9],"head":[6.1,-202.2],"shR":[6,-187],"elR":[52,-240.2],"haR":[32.7,-307.2],"shL":[-29.2,-169.4],"elL":[-63.2,-240.3],"haL":[-89.1,-304.9],"hipR":[17.7,7.2],"knR":[87,100.7],"ftR":[138.1,202.1],"hipL":[-18.2,8.5],"knL":[-66.6,105.7],"ftL":[-128.1,207.1]},{"rootY":37.7,"hips":[0,0],"chest":[-12.7,-99.1],"neck":[-2.8,-167.1],"head":[6,-201],"shR":[3.8,-185.4],"elR":[42.8,-237.2],"haR":[25.2,-304.8],"shL":[-37.6,-164.2],"elL":[-70.8,-235.6],"haL":[-100.4,-298.5],"hipR":[18.3,6.7],"knR":[94.1,96.6],"ftR":[136,198.2],"hipL":[-18.1,8.9],"knL":[-67.9,104.7],"ftL":[-137.6,204.3]},{"rootY":58.7,"hips":[0,0],"chest":[-15.5,-98.5],"neck":[-6.3,-166.2],"head":[3.2,-199.5],"shR":[8.3,-181.3],"elR":[35.6,-235],"haR":[22.8,-303.7],"shL":[-45.5,-160.1],"elL":[-83.8,-228.3],"haL":[-114.3,-290.1],"hipR":[18.9,5.9],"knR":[102.8,90.7],"ftR":[128.7,190],"hipL":[-18,9.7],"knL":[-69.4,101.1],"ftL":[-149.9,194.6]},{"rootY":73.5,"hips":[0,0],"chest":[-19.9,-97.6],"neck":[-14.7,-165.2],"head":[-4.2,-198.1],"shR":[11.9,-168],"elR":[30.8,-228.8],"haR":[27.4,-298.1],"shL":[-54.2,-155.9],"elL":[-99.3,-218.1],"haL":[-134.6,-275.5],"hipR":[19.5,5.3],"knR":[110.7,84.6],"ftR":[121.1,180.7],"hipL":[-17.9,10.3],"knL":[-71.5,95.6],"ftL":[-159.7,182.2]},{"rootY":80.4,"hips":[0,0],"chest":[-24.8,-96.1],"neck":[-22.4,-163.7],"head":[-13.1,-197.1],"shR":[-3,-172.9],"elR":[31.5,-219.6],"haR":[38,-287.6],"shL":[-60.6,-153.3],"elL":[-114.6,-202.9],"haL":[-158.5,-249.5],"hipR":[19.8,5.2],"knR":[116.5,79.5],"ftR":[115.2,174.3],"hipL":[-17.7,10.3],"knL":[-75.1,91.2],"ftL":[-165.7,174.2]},{"rootY":82.1,"hips":[0,0],"chest":[-27.9,-95],"neck":[-28.6,-162.7],"head":[-20.2,-196.3],"shR":[-5.4,-173.1],"elR":[31.1,-215],"haR":[52.4,-277.2],"shL":[-65.3,-150.4],"elL":[-124,-183],"haL":[-174.9,-212.7],"hipR":[20.3,5.4],"knR":[119.5,76.6],"ftR":[111.7,172.2],"hipL":[-17.9,10.1],"knL":[-79.7,90],"ftL":[-169.1,172.4]},{"rootY":82,"hips":[0,0],"chest":[-28,-95.2],"neck":[-29.9,-162.9],"head":[-22.3,-196.2],"shR":[-2.6,-173.8],"elR":[36.5,-213.9],"haR":[68,-269.2],"shL":[-66.8,-146.2],"elL":[-123.8,-160.8],"haL":[-175.5,-171.9],"hipR":[20.7,5.6],"knR":[120.6,75.9],"ftR":[110.6,172.6],"hipL":[-18.5,9.9],"knL":[-83.3,90.1],"ftL":[-170.3,173.1]},{"rootY":81.2,"hips":[0,0],"chest":[-26.4,-95.8],"neck":[-28.4,-163.5],"head":[-21,-196.2],"shR":[2.9,-173.7],"elR":[46.5,-212.8],"haR":[83.7,-263.6],"shL":[-65.9,-142],"elL":[-116.6,-141.5],"haL":[-164.2,-137.7],"hipR":[20.9,6.1],"knR":[120.8,76.6],"ftR":[111.6,173.7],"hipL":[-19.1,9.5],"knL":[-84.4,89.7],"ftL":[-169.2,173.8]},{"rootY":80.7,"hips":[0,0],"chest":[-24.2,-96.1],"neck":[-26.1,-163.7],"head":[-18.4,-196.3],"shR":[8.5,-172.2],"elR":[56.4,-211.6],"haR":[97.8,-260],"shL":[-63.4,-139.6],"elL":[-108.3,-129.6],"haL":[-151.3,-117.3],"hipR":[20.8,6.8],"knR":[120.8,77.7],"ftR":[113.9,174.3],"hipL":[-19.4,8.8],"knL":[-83.9,88.6],"ftL":[-167,174.2]},{"rootY":80.7,"hips":[0,0],"chest":[-22.5,-96.1],"neck":[-23.8,-163.7],"head":[-16.1,-196.7],"shR":[11.7,-170.8],"elR":[63.2,-210.8],"haR":[108.6,-257.5],"shL":[-60.8,-139.4],"elL":[-102.1,-125.5],"haL":[-142.3,-109.8],"hipR":[20.8,7.4],"knR":[120.8,78.6],"ftR":[115.6,174.2],"hipL":[-19.5,8.2],"knL":[-84.2,87.3],"ftL":[-166,174.2]},{"rootY":80.5,"hips":[0,0],"chest":[-21.8,-96],"neck":[-23,-163.9],"head":[-15.4,-197.2],"shR":[12.5,-170],"elR":[67.3,-209.7],"haR":[116,-254.8],"shL":[-59.7,-140.3],"elL":[-98.4,-126.2],"haL":[-137.3,-109.9],"hipR":[20.8,7.7],"knR":[120.7,79.1],"ftR":[115.8,174.5],"hipL":[-19.5,7.8],"knL":[-85.3,86.7],"ftL":[-166.5,174.3]},{"rootY":79.5,"hips":[0,0],"chest":[-21.8,-95.9],"neck":[-23.6,-164.1],"head":[-16,-197.8],"shR":[12.7,-169.6],"elR":[70.3,-208.1],"haR":[121.1,-252.1],"shL":[-60.5,-141.5],"elL":[-97.2,-129.1],"haL":[-134.7,-114.5],"hipR":[20.8,7.8],"knR":[120.4,79],"ftR":[115.2,175.5],"hipL":[-19.6,7.8],"knL":[-86.1,87.4],"ftL":[-167,175.1]},{"rootY":78.3,"hips":[0,0],"chest":[-21.7,-95.9],"neck":[-24,-164.3],"head":[-16.7,-198.4],"shR":[13.8,-169.1],"elR":[72.9,-206.8],"haR":[124.5,-250.7],"shL":[-61.3,-142.9],"elL":[-97.4,-133.8],"haL":[-134.1,-122.5],"hipR":[20.7,7.7],"knR":[120.2,78.6],"ftR":[115.2,176.6],"hipL":[-19.5,7.8],"knL":[-86.3,88.7],"ftL":[-166.8,176.3]},{"rootY":77.8,"hips":[0,0],"chest":[-21.1,-96],"neck":[-22.7,-164.7],"head":[-16.1,-199.2],"shR":[15.9,-168.7],"elR":[75.2,-206.3],"haR":[126.9,-251],"shL":[-60.7,-144.7],"elL":[-97.1,-139.4],"haL":[-134.3,-131.8],"hipR":[20.4,7.8],"knR":[120.1,78],"ftR":[115.7,177],"hipL":[-19.3,7.7],"knL":[-86.4,89.6],"ftL":[-166.6,177.2]},{"rootY":77.9,"hips":[0,0],"chest":[-19.9,-96.1],"neck":[-20.4,-165],"head":[-14.5,-199.9],"shR":[18.2,-168],"elR":[77.5,-206.1],"haR":[129,-251.6],"shL":[-58.8,-146.5],"elL":[-96,-144.7],"haL":[-134.2,-140.2],"hipR":[20.1,8.1],"knR":[120.1,77.3],"ftR":[116.4,177],"hipL":[-19.1,7.5],"knL":[-86.8,89.8],"ftL":[-166.7,177.3]},{"rootY":77.8,"hips":[0,0],"chest":[-18.6,-96.3],"neck":[-18.3,-165.4],"head":[-12.5,-200.5],"shR":[20.3,-166.8],"elR":[79.8,-205.6],"haR":[131,-251.9],"shL":[-56.6,-147.8],"elL":[-94.9,-149],"haL":[-134,-147.3],"hipR":[19.6,8.5],"knR":[119.9,76.6],"ftR":[116.9,177],"hipL":[-18.9,7.1],"knL":[-87.2,89.5],"ftL":[-166.9,177.1]},{"rootY":77.6,"hips":[0,0],"chest":[-17.2,-96.6],"neck":[-16.4,-165.8],"head":[-10.5,-201.2],"shR":[22.3,-165.3],"elR":[81.9,-205.1],"haR":[132.6,-252.1],"shL":[-54.9,-148],"elL":[-94,-152.1],"haL":[-134,-153],"hipR":[19,9],"knR":[119.6,75.8],"ftR":[117.4,177.1],"hipL":[-18.7,6.7],"knL":[-87.5,89.4],"ftL":[-167.1,177.2]},{"rootY":77.3,"hips":[0,0],"chest":[-15.9,-97],"neck":[-14.8,-166.4],"head":[-8.9,-201.8],"shR":[24.1,-163.9],"elR":[83.3,-204.9],"haR":[133.6,-252.5],"shL":[-53.6,-147.5],"elL":[-93.2,-154.3],"haL":[-134.3,-157.1],"hipR":[18.2,9.2],"knR":[119.2,74.9],"ftR":[117.4,177.3],"hipL":[-18.3,6.4],"knL":[-88,89.9],"ftL":[-167.5,177.6]},{"rootY":77.2,"hips":[0,0],"chest":[-14.8,-97.3],"neck":[-13.6,-166.8],"head":[-7.7,-202.2],"shR":[25.3,-162.6],"elR":[84,-205],"haR":[133.8,-253.1],"shL":[-52.6,-146.7],"elL":[-92.8,-155.6],"haL":[-135,-159.8],"hipR":[17.4,9.4],"knR":[118.6,73.7],"ftR":[117.1,177.5],"hipL":[-17.9,6.3],"knL":[-88.8,90.5],"ftL":[-168,177.8]},{"rootY":77.2,"hips":[0,0],"chest":[-13.8,-97.5],"neck":[-12.8,-167],"head":[-7,-202.5],"shR":[26.3,-161.2],"elR":[84.2,-205.2],"haR":[133.2,-254.1],"shL":[-52.1,-145.9],"elL":[-93.1,-156.4],"haL":[-136.2,-161.9],"hipR":[17,9.4],"knR":[118.2,72.7],"ftR":[116.3,177.5],"hipL":[-17.7,6.2],"knL":[-89.9,90.8],"ftL":[-168.8,177.8]},{"rootY":77.5,"hips":[0,0],"chest":[-12.9,-97.5],"neck":[-12.1,-167.1],"head":[-6.5,-202.7],"shR":[27.4,-159.8],"elR":[84,-205.7],"haR":[131.9,-255.5],"shL":[-51.7,-145.3],"elL":[-93.8,-157.1],"haL":[-137.7,-163.9],"hipR":[16.8,9.5],"knR":[118.1,72.1],"ftR":[115.5,177.1],"hipL":[-17.7,6.1],"knL":[-91,90.8],"ftL":[-169.7,177.5]},{"rootY":78.3,"hips":[0,0],"chest":[-12.1,-97.6],"neck":[-11.5,-167.2],"head":[-6,-202.8],"shR":[28.6,-158.9],"elR":[83.8,-206.4],"haR":[130.5,-257.2],"shL":[-51.3,-144.7],"elL":[-94.5,-157.7],"haL":[-139.2,-165.6],"hipR":[16.8,9.7],"knR":[118.4,71.8],"ftR":[114.8,176.3],"hipL":[-17.9,6],"knL":[-92.2,90.4],"ftL":[-170.9,176.8]},{"rootY":79.3,"hips":[0,0],"chest":[-11.4,-97.5],"neck":[-10.9,-167.2],"head":[-5.6,-202.9],"shR":[29.4,-158.3],"elR":[83.6,-207],"haR":[129.2,-258.8],"shL":[-51,-144.2],"elL":[-95.1,-158.1],"haL":[-140.8,-166.7],"hipR":[16.8,9.8],"knR":[118.8,71.6],"ftR":[114,175.3],"hipL":[-17.9,5.8],"knL":[-93.2,89.9],"ftL":[-172.1,175.8]},{"rootY":80.2,"hips":[0,0],"chest":[-11,-97.5],"neck":[-10.6,-167.2],"head":[-5.4,-202.9],"shR":[29.8,-157.9],"elR":[83.4,-207.5],"haR":[128.2,-259.9],"shL":[-50.8,-144],"elL":[-96,-158.2],"haL":[-142.4,-167.2],"hipR":[16.7,9.9],"knR":[119.1,71.2],"ftR":[113.2,174.4],"hipL":[-17.9,5.7],"knL":[-93.9,89.5],"ftL":[-173.1,174.9]},{"rootY":80.8,"hips":[0,0],"chest":[-10.6,-97.5],"neck":[-10.4,-167.2],"head":[-5.2,-203],"shR":[30.3,-157.4],"elR":[83.4,-207.6],"haR":[127.5,-260.7],"shL":[-50.6,-143.7],"elL":[-96.9,-158],"haL":[-144.2,-167],"hipR":[16.5,9.9],"knR":[119.3,70.6],"ftR":[112.5,173.7],"hipL":[-17.8,5.7],"knL":[-94.4,89.2],"ftL":[-173.8,174.3]},{"rootY":81.3,"hips":[0,0],"chest":[-10.4,-97.5],"neck":[-10.1,-167.2],"head":[-4.9,-203],"shR":[30.6,-157],"elR":[83.6,-207.5],"haR":[127.2,-261.2],"shL":[-50.2,-143.6],"elL":[-97.5,-157.7],"haL":[-145.8,-166.5],"hipR":[16.3,9.8],"knR":[119.4,69.8],"ftR":[111.9,173.1],"hipL":[-17.7,5.8],"knL":[-94.5,89],"ftL":[-174.4,173.8]},{"rootY":81.7,"hips":[0,0],"chest":[-10.1,-97.6],"neck":[-9.7,-167.3],"head":[-4.5,-203.1],"shR":[31,-156.8],"elR":[83.9,-207.5],"haR":[127.3,-261.4],"shL":[-49.8,-143.4],"elL":[-98,-157.3],"haL":[-147,-165.7],"hipR":[16.1,9.8],"knR":[119.4,69.1],"ftR":[111.5,172.7],"hipL":[-17.5,5.8],"knL":[-94.4,88.8],"ftL":[-174.7,173.5]},{"rootY":82,"hips":[0,0],"chest":[-9.8,-97.6],"neck":[-9.3,-167.3],"head":[-3.9,-203.1],"shR":[31.4,-156.6],"elR":[84.3,-207.4],"haR":[127.7,-261.3],"shL":[-49.3,-143.4],"elL":[-98.2,-156.8],"haL":[-147.7,-165],"hipR":[15.9,9.9],"knR":[119.4,68.4],"ftR":[111.3,172.4],"hipL":[-17.3,5.7],"knL":[-94.3,88.7],"ftL":[-174.9,173.2]},{"rootY":82.2,"hips":[0,0],"chest":[-9.6,-97.6],"neck":[-8.8,-167.3],"head":[-3.3,-203.1],"shR":[31.8,-156.3],"elR":[84.8,-207.2],"haR":[128.3,-261],"shL":[-48.8,-143.2],"elL":[-98.3,-156.3],"haL":[-148.1,-164.2],"hipR":[15.7,9.9],"knR":[119.5,67.9],"ftR":[111.2,172.2],"hipL":[-17.2,5.7],"knL":[-94.3,88.5],"ftL":[-175,173]},{"rootY":82.4,"hips":[0,0],"chest":[-9.3,-97.6],"neck":[-8.4,-167.3],"head":[-2.7,-203],"shR":[32.2,-155.9],"elR":[85.2,-206.7],"haR":[128.7,-260.6],"shL":[-48.5,-142.9],"elL":[-98.2,-155.9],"haL":[-148.2,-163.6],"hipR":[15.6,9.9],"knR":[119.5,67.6],"ftR":[111.1,172],"hipL":[-17.1,5.7],"knL":[-94.3,88.5],"ftL":[-175.1,172.8]},{"rootY":82.5,"hips":[0,0],"chest":[-9.1,-97.7],"neck":[-8.1,-167.3],"head":[-2.3,-203],"shR":[32.5,-155.4],"elR":[85.5,-206.2],"haR":[129,-260.2],"shL":[-48.2,-142.7],"elL":[-98.2,-155.7],"haL":[-148.2,-163.5],"hipR":[15.6,9.8],"knR":[119.6,67.5],"ftR":[111.1,171.9],"hipL":[-17.1,5.8],"knL":[-94.3,88.4],"ftL":[-175.2,172.6]},{"rootY":82.8,"hips":[0,0],"chest":[-8.9,-97.7],"neck":[-7.9,-167.3],"head":[-1.9,-203],"shR":[32.8,-154.9],"elR":[85.8,-205.7],"haR":[129.2,-259.7],"shL":[-48,-142.5],"elL":[-98.2,-155.7],"haL":[-148.4,-163.7],"hipR":[15.6,9.8],"knR":[119.7,67.4],"ftR":[111,171.6],"hipL":[-17.1,5.8],"knL":[-94.4,88.3],"ftL":[-175.4,172.4]},{"rootY":83.1,"hips":[0,0],"chest":[-8.7,-97.8],"neck":[-7.7,-167.4],"head":[-1.7,-203.1],"shR":[33.1,-154.7],"elR":[86,-205.3],"haR":[129.4,-259.3],"shL":[-47.8,-142.4],"elL":[-98.3,-155.9],"haL":[-148.7,-164.2],"hipR":[15.6,9.7],"knR":[120,67.2],"ftR":[111,171.4],"hipL":[-17.2,5.8],"knL":[-94.6,88.2],"ftL":[-175.5,172.1]},{"rootY":83.3,"hips":[0,0],"chest":[-8.6,-98],"neck":[-7.4,-167.5],"head":[-1.4,-203.2],"shR":[33.3,-154.7],"elR":[86.3,-205],"haR":[129.7,-258.9],"shL":[-47.5,-142.4],"elL":[-98.4,-156.1],"haL":[-148.9,-164.6],"hipR":[15.6,9.7],"knR":[120.2,66.9],"ftR":[111,171],"hipL":[-17.2,5.9],"knL":[-94.7,88.1],"ftL":[-175.6,171.8]},{"rootY":83.6,"hips":[0,0],"chest":[-8.3,-98.1],"neck":[-7.1,-167.6],"head":[-1.1,-203.3],"shR":[33.7,-154.8],"elR":[86.7,-204.7],"haR":[130.2,-258.4],"shL":[-47.1,-142.4],"elL":[-98.4,-156.1],"haL":[-149.1,-164.9],"hipR":[15.5,9.6],"knR":[120.4,66.5],"ftR":[111.1,170.7],"hipL":[-17.2,6],"knL":[-94.7,88],"ftL":[-175.7,171.6]},{"rootY":83.7,"hips":[0,0],"chest":[-8,-98.2],"neck":[-6.6,-167.7],"head":[-0.7,-203.4],"shR":[34.1,-154.9],"elR":[87.2,-204.4],"haR":[130.9,-258],"shL":[-46.6,-142.4],"elL":[-98.3,-156],"haL":[-149.1,-164.8],"hipR":[15.4,9.6],"knR":[120.5,66],"ftR":[111.2,170.6],"hipL":[-17.1,6],"knL":[-94.6,87.9],"ftL":[-175.6,171.5]},{"rootY":83.7,"hips":[0,0],"chest":[-7.7,-98.3],"neck":[-6.1,-167.8],"head":[-0.3,-203.5],"shR":[34.5,-155],"elR":[87.7,-204.1],"haR":[131.7,-257.4],"shL":[-46,-142.4],"elL":[-98,-155.7],"haL":[-148.9,-164.2],"hipR":[15.3,9.5],"knR":[120.5,65.7],"ftR":[111.4,170.5],"hipL":[-17,6],"knL":[-94.5,87.9],"ftL":[-175.5,171.4]},{"rootY":83.7,"hips":[0,0],"chest":[-7.5,-98.3],"neck":[-5.6,-167.8],"head":[0.1,-203.6],"shR":[34.8,-155],"elR":[88.4,-203.7],"haR":[132.7,-256.7],"shL":[-45.5,-142.5],"elL":[-97.5,-155.3],"haL":[-148.6,-163.3],"hipR":[15.3,9.5],"knR":[120.5,65.5],"ftR":[111.6,170.6],"hipL":[-17,6.1],"knL":[-94.2,88],"ftL":[-175.3,171.5]},{"rootY":83.5,"hips":[0,0],"chest":[-7.3,-98.4],"neck":[-5.3,-167.8],"head":[0.5,-203.6],"shR":[35.2,-155.1],"elR":[89,-203.3],"haR":[133.6,-256.1],"shL":[-45.2,-142.7],"elL":[-97.1,-154.9],"haL":[-148.1,-162.3],"hipR":[15.2,9.5],"knR":[120.5,65.5],"ftR":[111.8,170.7],"hipL":[-17,6.1],"knL":[-94.1,88],"ftL":[-175,171.6]},{"rootY":83.4,"hips":[0,0],"chest":[-7.2,-98.4],"neck":[-5,-167.9],"head":[0.9,-203.6],"shR":[35.6,-155.2],"elR":[89.6,-203.1],"haR":[134.5,-255.5],"shL":[-45,-142.8],"elL":[-96.7,-154.6],"haL":[-147.6,-161.5],"hipR":[15.2,9.5],"knR":[120.4,65.6],"ftR":[112,170.9],"hipL":[-17,6.1],"knL":[-94,88.1],"ftL":[-174.8,171.7]},{"rootY":83.3,"hips":[0,0],"chest":[-7,-98.5],"neck":[-4.7,-167.9],"head":[1.2,-203.6],"shR":[35.8,-155.3],"elR":[90.1,-202.9],"haR":[135.3,-255],"shL":[-44.7,-142.9],"elL":[-96.3,-154.4],"haL":[-147.2,-161.1],"hipR":[15.2,9.5],"knR":[120.4,65.7],"ftR":[112.3,171],"hipL":[-17,6.1],"knL":[-94,88.2],"ftL":[-174.6,171.9]},{"rootY":83.2,"hips":[0,0],"chest":[-6.9,-98.6],"neck":[-4.5,-168],"head":[1.5,-203.7],"shR":[36,-155.3],"elR":[90.4,-202.9],"haR":[135.9,-254.8],"shL":[-44.6,-142.9],"elL":[-96,-154.3],"haL":[-146.8,-160.9],"hipR":[15.3,9.5],"knR":[120.5,65.8],"ftR":[112.5,171.1],"hipL":[-17.1,6.1],"knL":[-93.9,88.2],"ftL":[-174.4,171.9]},{"rootY":83.1,"hips":[0,0],"chest":[-6.7,-98.6],"neck":[-4.4,-168],"head":[1.6,-203.7],"shR":[36.1,-155.4],"elR":[90.6,-203],"haR":[136.2,-254.7],"shL":[-44.5,-143],"elL":[-95.9,-154.4],"haL":[-146.6,-161.1],"hipR":[15.3,9.4],"knR":[120.5,65.8],"ftR":[112.7,171.2],"hipL":[-17.1,6.1],"knL":[-93.9,88.2],"ftL":[-174.3,171.9]},{"rootY":83.2,"hips":[0,0],"chest":[-6.6,-98.6],"neck":[-4.4,-168],"head":[1.7,-203.7],"shR":[36.2,-155.6],"elR":[90.7,-203.2],"haR":[136.3,-255],"shL":[-44.4,-143],"elL":[-95.9,-154.6],"haL":[-146.6,-161.5],"hipR":[15.3,9.4],"knR":[120.5,65.7],"ftR":[112.8,171.2],"hipL":[-17.1,6.2],"knL":[-93.8,88.2],"ftL":[-174.2,171.9]},{"rootY":83.3,"hips":[0,0],"chest":[-6.6,-98.7],"neck":[-4.4,-168.1],"head":[1.6,-203.8],"shR":[36.3,-155.8],"elR":[90.7,-203.5],"haR":[136.2,-255.4],"shL":[-44.5,-143],"elL":[-96.1,-154.9],"haL":[-146.8,-162],"hipR":[15.2,9.3],"knR":[120.6,65.5],"ftR":[112.8,171.1],"hipL":[-17.1,6.2],"knL":[-93.8,88.2],"ftL":[-174.2,171.8]},{"rootY":83.4,"hips":[0,0],"chest":[-6.9,-98.8],"neck":[-4.6,-168.2],"head":[1.4,-203.9],"shR":[36.2,-156.1],"elR":[90.6,-204],"haR":[136,-256.1],"shL":[-44.6,-143.1],"elL":[-96.3,-155.1],"haL":[-147.1,-162.5],"hipR":[15.2,9.3],"knR":[120.7,65.2],"ftR":[112.7,170.9],"hipL":[-17,6.3],"knL":[-93.8,88.1],"ftL":[-174.2,171.6]},{"rootY":83.6,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-4.7,-168.2],"head":[1.2,-203.9],"shR":[35.9,-156.4],"elR":[90.4,-204.5],"haR":[135.7,-256.7],"shL":[-44.7,-143.2],"elL":[-96.6,-155.3],"haL":[-147.5,-162.7],"hipR":[15.2,9.2],"knR":[120.8,65],"ftR":[112.7,170.7],"hipL":[-17,6.3],"knL":[-93.7,88.1],"ftL":[-174.2,171.5]},{"rootY":83.8,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-5,-168.2],"head":[0.9,-203.9],"shR":[35.7,-156.7],"elR":[90.1,-205],"haR":[135.4,-257.4],"shL":[-44.9,-143.2],"elL":[-96.8,-155.3],"haL":[-147.7,-162.8],"hipR":[15.1,9.2],"knR":[120.9,64.8],"ftR":[112.6,170.5],"hipL":[-16.9,6.4],"knL":[-93.7,88],"ftL":[-174.3,171.3]},{"rootY":84,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-5.2,-168.2],"head":[0.7,-203.9],"shR":[35.6,-156.9],"elR":[90,-205.5],"haR":[135.1,-258],"shL":[-45,-143.1],"elL":[-96.9,-155.2],"haL":[-147.9,-162.6],"hipR":[15.1,9.1],"knR":[121,64.5],"ftR":[112.5,170.3],"hipL":[-16.9,6.5],"knL":[-93.6,88],"ftL":[-174.3,171.1]},{"rootY":84.1,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-5.4,-168.2],"head":[0.4,-203.9],"shR":[35.5,-157.1],"elR":[89.8,-205.8],"haR":[134.8,-258.5],"shL":[-45.1,-142.9],"elL":[-97,-154.9],"haL":[-147.9,-162.2],"hipR":[15.1,9.1],"knR":[121.1,64.2],"ftR":[112.5,170.1],"hipL":[-16.9,6.5],"knL":[-93.6,87.9],"ftL":[-174.4,171]},{"rootY":84.2,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-5.5,-168.2],"head":[0.2,-203.8],"shR":[35.4,-157.2],"elR":[89.6,-206],"haR":[134.4,-258.9],"shL":[-45.3,-142.7],"elL":[-97,-154.5],"haL":[-147.9,-161.7],"hipR":[15.2,9],"knR":[121.2,64],"ftR":[112.4,170],"hipL":[-16.9,6.6],"knL":[-93.6,87.9],"ftL":[-174.5,170.9]},{"rootY":84.4,"hips":[0,0],"chest":[-7.2,-99],"neck":[-5.6,-168.2],"head":[0,-203.9],"shR":[35.5,-157.3],"elR":[89.3,-206.4],"haR":[134.1,-259.4],"shL":[-45.4,-142.5],"elL":[-97.1,-154.1],"haL":[-148,-161],"hipR":[15.3,9],"knR":[121.4,64],"ftR":[112.2,169.8],"hipL":[-17,6.6],"knL":[-93.5,87.7],"ftL":[-174.7,170.6]},{"rootY":84.8,"hips":[0,0],"chest":[-7.2,-99],"neck":[-5.7,-168.2],"head":[-0.3,-203.9],"shR":[35.5,-157.5],"elR":[89.1,-206.9],"haR":[133.7,-260.1],"shL":[-45.5,-142.3],"elL":[-97.2,-153.6],"haL":[-148.1,-160.3],"hipR":[15.4,9],"knR":[121.8,63.8],"ftR":[112,169.4],"hipL":[-17.1,6.6],"knL":[-93.5,87.5],"ftL":[-174.9,170.2]},{"rootY":85.3,"hips":[0,0],"chest":[-7.2,-99],"neck":[-5.9,-168.2],"head":[-0.8,-203.9],"shR":[35.5,-157.8],"elR":[88.6,-207.5],"haR":[133,-260.9],"shL":[-45.8,-142.1],"elL":[-97.5,-153.2],"haL":[-148.4,-159.6],"hipR":[15.5,8.9],"knR":[122.2,63.3],"ftR":[111.6,168.8],"hipL":[-17.1,6.7],"knL":[-93.7,87.2],"ftL":[-175.3,169.7]},{"rootY":86,"hips":[0,0],"chest":[-7.2,-99.1],"neck":[-6.3,-168.3],"head":[-1.3,-204],"shR":[35.3,-158],"elR":[88.1,-208.1],"haR":[132.1,-261.7],"shL":[-46.2,-141.7],"elL":[-97.9,-152.6],"haL":[-148.9,-158.8],"hipR":[15.6,8.8],"knR":[122.7,62.6],"ftR":[111.1,168.1],"hipL":[-17.2,6.8],"knL":[-94,86.9],"ftL":[-175.8,169]},{"rootY":86.8,"hips":[0,0],"chest":[-7.1,-99.1],"neck":[-6.6,-168.3],"head":[-1.9,-204],"shR":[35.1,-158],"elR":[87.4,-208.6],"haR":[131,-262.5],"shL":[-46.5,-141.3],"elL":[-98.4,-151.9],"haL":[-149.5,-157.9],"hipR":[15.6,8.7],"knR":[123,61.9],"ftR":[110.5,167.3],"hipL":[-17.2,6.9],"knL":[-94.4,86.6],"ftL":[-176.4,168.2]},{"rootY":87.6,"hips":[0,0],"chest":[-7,-99.2],"neck":[-7,-168.3],"head":[-2.5,-204],"shR":[34.9,-158],"elR":[86.7,-209],"haR":[130,-263.2],"shL":[-46.6,-140.8],"elL":[-98.9,-151.1],"haL":[-150.2,-156.7],"hipR":[15.5,8.7],"knR":[123.4,61.1],"ftR":[110,166.5],"hipL":[-17.2,6.9],"knL":[-94.7,86.3],"ftL":[-177,167.5]},{"rootY":88.3,"hips":[0,0],"chest":[-6.8,-99.2],"neck":[-7.2,-168.2],"head":[-2.9,-204],"shR":[34.7,-157.9],"elR":[86.2,-209.3],"haR":[129.2,-263.8],"shL":[-46.7,-140.3],"elL":[-99.2,-150.1],"haL":[-150.8,-155.3],"hipR":[15.5,8.7],"knR":[123.8,60.3],"ftR":[109.5,165.7],"hipL":[-17.2,6.9],"knL":[-95.1,85.9],"ftL":[-177.6,166.7]},{"rootY":89,"hips":[0,0],"chest":[-6.7,-99.2],"neck":[-7.4,-168.2],"head":[-3.3,-204],"shR":[34.6,-157.9],"elR":[85.8,-209.5],"haR":[128.6,-264.2],"shL":[-46.8,-139.8],"elL":[-99.5,-149.1],"haL":[-151.4,-153.8],"hipR":[15.4,8.7],"knR":[124.1,59.6],"ftR":[109.1,165],"hipL":[-17.2,6.9],"knL":[-95.4,85.6],"ftL":[-178.1,166.1]},{"rootY":89.4,"hips":[0,0],"chest":[-6.6,-99.2],"neck":[-7.5,-168.1],"head":[-3.7,-204],"shR":[34.5,-158],"elR":[85.6,-209.7],"haR":[128.2,-264.5],"shL":[-46.9,-139.5],"elL":[-99.9,-148.1],"haL":[-151.9,-152],"hipR":[15.4,8.7],"knR":[124.2,59],"ftR":[108.6,164.5],"hipL":[-17.1,6.9],"knL":[-95.6,85.4],"ftL":[-178.6,165.6]},{"rootY":89.8,"hips":[0,0],"chest":[-6.6,-99.2],"neck":[-7.7,-168.1],"head":[-4,-204],"shR":[34.4,-158.1],"elR":[85.4,-209.9],"haR":[127.8,-264.7],"shL":[-47,-139.2],"elL":[-100.2,-147],"haL":[-152.4,-150.3],"hipR":[15.4,8.6],"knR":[124.4,58.6],"ftR":[108.1,164.1],"hipL":[-17.1,6.9],"knL":[-95.7,85.2],"ftL":[-179,165.3]},{"rootY":90.1,"hips":[0,0],"chest":[-6.6,-99.1],"neck":[-7.9,-168.1],"head":[-4.4,-204],"shR":[34.3,-158.1],"elR":[85.2,-209.9],"haR":[127.5,-264.8],"shL":[-47.2,-139],"elL":[-100.6,-146.2],"haL":[-153,-148.8],"hipR":[15.4,8.6],"knR":[124.4,58.2],"ftR":[107.8,163.7],"hipL":[-17.1,6.9],"knL":[-95.8,85],"ftL":[-179.3,164.9]}]},"zombie":{"name":"zombie","fps":30,"height":520,"groundY":256,"frameCount":779,"frames":[{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.2],"neck":[-3.8,-168.3],"head":[-1.6,-203.7],"shR":[50.1,-147],"elR":[128.4,-146.4],"haR":[193.7,-148.9],"shL":[-57.7,-145.7],"elL":[-134.6,-146.3],"haL":[-203,-146.3],"hipR":[26.6,7.9],"knR":[30.4,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.2],"neck":[-3.8,-168.3],"head":[-1.7,-203.6],"shR":[50.1,-147],"elR":[128.4,-146.4],"haR":[193.6,-148.7],"shL":[-57.7,-145.5],"elL":[-134.6,-145.9],"haL":[-203.1,-145.7],"hipR":[26.6,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-3.9,-168.3],"head":[-1.8,-203.6],"shR":[50.1,-146.9],"elR":[128.3,-146.4],"haR":[193.6,-148.6],"shL":[-57.7,-145.3],"elL":[-134.7,-145.3],"haL":[-203.2,-144.8],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.8],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-3.9,-168.3],"head":[-1.9,-203.6],"shR":[50,-146.9],"elR":[128.3,-146.4],"haR":[193.5,-148.6],"shL":[-57.7,-145],"elL":[-134.8,-144.6],"haL":[-203.3,-143.7],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.8],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-4.1,-168.2],"head":[-2,-203.6],"shR":[49.9,-146.9],"elR":[128.2,-146.4],"haR":[193.4,-148.6],"shL":[-57.8,-144.8],"elL":[-134.9,-143.9],"haL":[-203.5,-142.6],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.2,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-4.3,-168.2],"head":[-2.2,-203.6],"shR":[49.8,-147.1],"elR":[128.1,-146.4],"haR":[193.4,-148.6],"shL":[-58,-144.7],"elL":[-135.1,-143.3],"haL":[-203.7,-141.5],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.2,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.1],"neck":[-4.5,-168.2],"head":[-2.5,-203.5],"shR":[49.6,-147.2],"elR":[127.9,-146.5],"haR":[193.3,-148.5],"shL":[-58.1,-144.5],"elL":[-135.3,-142.6],"haL":[-203.9,-140.5],"hipR":[26.5,7.9],"knR":[30.4,129.6],"ftR":[30.1,254.7],"hipL":[-26.8,7.7],"knL":[-23.6,130.8],"ftL":[-20.5,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.4,-100.1],"neck":[-4.7,-168.1],"head":[-2.8,-203.5],"shR":[49.4,-147.2],"elR":[127.8,-146.6],"haR":[193.3,-148.5],"shL":[-58.3,-144.3],"elL":[-135.4,-142],"haL":[-204.1,-139.5],"hipR":[26.5,7.9],"knR":[30.4,129.6],"ftR":[30,254.7],"hipL":[-26.8,7.7],"knL":[-23.6,130.8],"ftL":[-20.6,256]},{"rootY":0,"hips":[0,0],"chest":[-3.5,-100.1],"neck":[-4.9,-168.1],"head":[-3.1,-203.5],"shR":[49.3,-147.3],"elR":[127.6,-146.7],"haR":[193.2,-148.5],"shL":[-58.5,-144.1],"elL":[-135.6,-141.5],"haL":[-204.3,-138.7],"hipR":[26.5,7.9],"knR":[30.3,129.6],"ftR":[29.9,254.7],"hipL":[-26.8,7.7],"knL":[-23.7,130.8],"ftL":[-20.7,256]},{"rootY":0,"hips":[0,0],"chest":[-3.7,-100.1],"neck":[-5.2,-168.1],"head":[-3.4,-203.5],"shR":[49,-147.3],"elR":[127.4,-146.8],"haR":[193.1,-148.7],"shL":[-58.7,-143.8],"elL":[-135.8,-141],"haL":[-204.5,-138],"hipR":[26.5,7.9],"knR":[30.3,129.6],"ftR":[29.7,254.7],"hipL":[-26.8,7.7],"knL":[-23.7,130.8],"ftL":[-20.8,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.8,-100.1],"neck":[-5.4,-168.1],"head":[-3.7,-203.5],"shR":[48.8,-147.3],"elR":[127.2,-146.9],"haR":[193,-149],"shL":[-58.9,-143.6],"elL":[-136,-140.6],"haL":[-204.7,-137.4],"hipR":[26.5,7.9],"knR":[30.2,129.6],"ftR":[29.6,254.7],"hipL":[-26.8,7.7],"knL":[-23.8,130.9],"ftL":[-21,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4,-100.1],"neck":[-5.7,-168.1],"head":[-4,-203.5],"shR":[48.6,-147.3],"elR":[127,-147.1],"haR":[192.9,-149.3],"shL":[-59.1,-143.3],"elL":[-136.3,-140.2],"haL":[-205,-137],"hipR":[26.5,7.9],"knR":[30.1,129.6],"ftR":[29.4,254.7],"hipL":[-26.8,7.7],"knL":[-23.9,130.9],"ftL":[-21.1,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4.1,-100.1],"neck":[-6,-168.1],"head":[-4.4,-203.5],"shR":[48.4,-147.3],"elR":[126.8,-147.3],"haR":[192.8,-149.7],"shL":[-59.3,-143.1],"elL":[-136.5,-139.9],"haL":[-205.2,-136.6],"hipR":[26.5,7.8],"knR":[30,129.6],"ftR":[29.3,254.7],"hipL":[-26.7,7.7],"knL":[-23.9,130.9],"ftL":[-21.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4.2,-100.1],"neck":[-6.3,-168],"head":[-4.8,-203.5],"shR":[48.1,-147.3],"elR":[126.6,-147.5],"haR":[192.6,-150],"shL":[-59.5,-142.8],"elL":[-136.8,-139.7],"haL":[-205.5,-136.3],"hipR":[26.5,7.8],"knR":[29.9,129.6],"ftR":[29,254.8],"hipL":[-26.7,7.7],"knL":[-24,130.9],"ftL":[-21.5,256.1]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.2,-100.1],"neck":[-6.7,-168],"head":[-5.2,-203.5],"shR":[47.8,-147.4],"elR":[126.3,-147.7],"haR":[192.4,-150.3],"shL":[-59.8,-142.6],"elL":[-137.1,-139.4],"haL":[-205.9,-136.1],"hipR":[26.5,7.8],"knR":[29.8,129.6],"ftR":[28.8,254.8],"hipL":[-26.7,7.8],"knL":[-24.2,130.9],"ftL":[-21.8,256.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.4,-100.1],"neck":[-7.1,-168],"head":[-5.7,-203.5],"shR":[47.5,-147.4],"elR":[126.1,-147.9],"haR":[192.1,-150.6],"shL":[-60.1,-142.2],"elL":[-137.4,-139.2],"haL":[-206.2,-135.8],"hipR":[26.5,7.8],"knR":[29.6,129.6],"ftR":[28.4,254.8],"hipL":[-26.7,7.8],"knL":[-24.3,131],"ftL":[-22.1,256.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.5,-100.1],"neck":[-7.5,-167.9],"head":[-6.1,-203.4],"shR":[47.2,-147.3],"elR":[125.8,-148],"haR":[191.8,-150.9],"shL":[-60.4,-141.9],"elL":[-137.7,-138.9],"haL":[-206.5,-135.5],"hipR":[26.6,7.7],"knR":[29.4,129.7],"ftR":[28.1,254.9],"hipL":[-26.7,7.8],"knL":[-24.5,131],"ftL":[-22.5,256.3]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.6,-100.1],"neck":[-7.8,-167.9],"head":[-6.5,-203.4],"shR":[47,-147.2],"elR":[125.5,-148.1],"haR":[191.6,-151.1],"shL":[-60.6,-141.7],"elL":[-137.9,-138.6],"haL":[-206.7,-135.2],"hipR":[26.6,7.7],"knR":[29.2,129.7],"ftR":[27.7,254.9],"hipL":[-26.7,7.9],"knL":[-24.7,131.1],"ftL":[-22.9,256.3]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.7,-100.1],"neck":[-7.9,-167.9],"head":[-6.9,-203.4],"shR":[46.8,-147.1],"elR":[125.4,-148.2],"haR":[191.4,-151.3],"shL":[-60.7,-141.5],"elL":[-138,-138.4],"haL":[-206.8,-134.9],"hipR":[26.6,7.6],"knR":[29,129.8],"ftR":[27.4,255],"hipL":[-26.7,7.9],"knL":[-24.9,131.1],"ftL":[-23.2,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.7,-100.1],"neck":[-8.1,-167.9],"head":[-7.2,-203.4],"shR":[46.7,-147.1],"elR":[125.2,-148.2],"haR":[191.2,-151.5],"shL":[-60.8,-141.4],"elL":[-138.1,-138.1],"haL":[-207,-134.6],"hipR":[26.6,7.6],"knR":[28.8,129.8],"ftR":[27.1,255.1],"hipL":[-26.7,8],"knL":[-25,131.1],"ftL":[-23.6,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.9,-100.1],"neck":[-8.2,-167.9],"head":[-7.4,-203.5],"shR":[46.5,-147],"elR":[125.1,-148.3],"haR":[191,-151.7],"shL":[-60.9,-141.3],"elL":[-138.3,-138],"haL":[-207.1,-134.3],"hipR":[26.6,7.6],"knR":[28.5,129.9],"ftR":[26.7,255.1],"hipL":[-26.7,8],"knL":[-25.2,131.2],"ftL":[-23.9,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.3,-167.9],"head":[-7.7,-203.5],"shR":[46.4,-147],"elR":[125,-148.4],"haR":[190.9,-151.9],"shL":[-61,-141.2],"elL":[-138.4,-137.9],"haL":[-207.3,-134.2],"hipR":[26.6,7.6],"knR":[28.3,129.9],"ftR":[26.4,255.2],"hipL":[-26.7,8],"knL":[-25.3,131.2],"ftL":[-24.2,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.4,-167.9],"head":[-7.9,-203.5],"shR":[46.4,-147],"elR":[124.9,-148.6],"haR":[190.8,-152.1],"shL":[-61.1,-141.2],"elL":[-138.6,-137.8],"haL":[-207.5,-134.2],"hipR":[26.6,7.5],"knR":[28.1,129.9],"ftR":[26.1,255.2],"hipL":[-26.7,8],"knL":[-25.5,131.2],"ftL":[-24.5,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.5,-167.8],"head":[-8.2,-203.4],"shR":[46.3,-147],"elR":[124.8,-148.7],"haR":[190.7,-152.3],"shL":[-61.1,-141.2],"elL":[-138.8,-137.8],"haL":[-207.8,-134.1],"hipR":[26.6,7.5],"knR":[27.9,130],"ftR":[25.8,255.3],"hipL":[-26.7,8.1],"knL":[-25.7,131.2],"ftL":[-24.9,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.6,-167.8],"head":[-8.4,-203.4],"shR":[46.2,-147],"elR":[124.7,-148.8],"haR":[190.6,-152.5],"shL":[-61.2,-141.2],"elL":[-139,-137.7],"haL":[-208.1,-134],"hipR":[26.6,7.5],"knR":[27.7,130],"ftR":[25.5,255.3],"hipL":[-26.7,8.1],"knL":[-25.9,131.3],"ftL":[-25.3,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.7,-167.7],"head":[-8.5,-203.3],"shR":[46.2,-147],"elR":[124.7,-148.9],"haR":[190.7,-152.7],"shL":[-61.2,-141.1],"elL":[-139.1,-137.6],"haL":[-208.3,-133.8],"hipR":[26.6,7.4],"knR":[27.5,130],"ftR":[25.3,255.3],"hipL":[-26.7,8.1],"knL":[-26,131.3],"ftL":[-25.5,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.8,-100.1],"neck":[-8.6,-167.7],"head":[-8.5,-203.3],"shR":[46.2,-146.9],"elR":[124.8,-149],"haR":[190.8,-152.9],"shL":[-61.1,-141],"elL":[-139.1,-137.4],"haL":[-208.3,-133.5],"hipR":[26.7,7.4],"knR":[27.4,130.1],"ftR":[25.2,255.4],"hipL":[-26.7,8.1],"knL":[-26.1,131.3],"ftL":[-25.7,256.5]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.6,-100.1],"neck":[-8.5,-167.7],"head":[-8.4,-203.3],"shR":[46.3,-146.8],"elR":[124.9,-149],"haR":[190.9,-152.9],"shL":[-61,-140.9],"elL":[-139,-137.1],"haL":[-208.3,-133.1],"hipR":[26.7,7.4],"knR":[27.3,130.1],"ftR":[25.2,255.4],"hipL":[-26.7,8.1],"knL":[-26.1,131.3],"ftL":[-25.7,256.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.4,-100.2],"neck":[-8.3,-167.7],"head":[-8.3,-203.2],"shR":[46.5,-146.7],"elR":[125,-148.8],"haR":[191,-152.7],"shL":[-60.8,-140.8],"elL":[-138.8,-136.7],"haL":[-208.1,-132.5],"hipR":[26.7,7.4],"knR":[27.3,130.1],"ftR":[25.3,255.4],"hipL":[-26.7,8.1],"knL":[-26,131.3],"ftL":[-25.6,256.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.2,-100.2],"neck":[-8,-167.7],"head":[-8.1,-203.2],"shR":[46.8,-146.6],"elR":[125.2,-148.6],"haR":[191,-152.2],"shL":[-60.5,-140.8],"elL":[-138.5,-136.3],"haL":[-207.8,-131.8],"hipR":[26.7,7.4],"knR":[27.4,130.1],"ftR":[25.5,255.4],"hipL":[-26.7,8.1],"knL":[-25.9,131.3],"ftL":[-25.3,256.5]},{"rootY":-0.5,"hips":[0,0],"chest":[-4,-100.2],"neck":[-7.9,-167.6],"head":[-8,-203.1],"shR":[46.9,-146.4],"elR":[125.1,-148.1],"haR":[190.6,-151.5],"shL":[-60.4,-140.6],"elL":[-138.2,-136],"haL":[-207.4,-131.3],"hipR":[26.7,7.4],"knR":[27.6,130.1],"ftR":[25.8,255.4],"hipL":[-26.7,8.1],"knL":[-25.8,131.3],"ftL":[-25,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4,-100.1],"neck":[-7.9,-167.3],"head":[-8.1,-202.9],"shR":[46.9,-146.3],"elR":[124.8,-147.6],"haR":[189.8,-150.4],"shL":[-60.5,-140.5],"elL":[-138,-135.6],"haL":[-207,-130.7],"hipR":[26.7,7.4],"knR":[27.7,130.1],"ftR":[26.1,255.4],"hipL":[-26.7,8.2],"knL":[-25.6,131.3],"ftL":[-24.7,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.2,-100],"neck":[-8,-167.1],"head":[-8.2,-202.7],"shR":[46.7,-146.3],"elR":[124.1,-147],"haR":[188.4,-149.2],"shL":[-60.7,-140.5],"elL":[-137.7,-135.5],"haL":[-206.5,-130.4],"hipR":[26.8,7.3],"knR":[27.9,130.1],"ftR":[26.4,255.4],"hipL":[-26.7,8.2],"knL":[-25.5,131.4],"ftL":[-24.4,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.3,-100],"neck":[-8,-166.9],"head":[-8.3,-202.5],"shR":[46.6,-146.3],"elR":[123.3,-146.5],"haR":[186.5,-148.1],"shL":[-60.8,-140.5],"elL":[-137.1,-135.6],"haL":[-205.5,-130.5],"hipR":[26.8,7.3],"knR":[28.2,130],"ftR":[26.9,255.3],"hipL":[-26.6,8.3],"knL":[-25.2,131.4],"ftL":[-23.8,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.3,-99.9],"neck":[-8,-166.8],"head":[-8.4,-202.4],"shR":[46.5,-146.3],"elR":[122.1,-146.1],"haR":[183.9,-147.3],"shL":[-60.9,-140.6],"elL":[-136.2,-135.9],"haL":[-204,-131.2],"hipR":[26.7,7.2],"knR":[28.6,130],"ftR":[27.5,255.3],"hipL":[-26.6,8.3],"knL":[-24.8,131.4],"ftL":[-23.1,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.3,-99.9],"neck":[-8,-166.6],"head":[-8.4,-202.3],"shR":[46.5,-146.1],"elR":[120.5,-145.8],"haR":[180.3,-146.9],"shL":[-60.9,-140.6],"elL":[-134.9,-136.5],"haL":[-201.6,-132.2],"hipR":[26.7,7.2],"knR":[29,129.9],"ftR":[28.4,255.2],"hipL":[-26.6,8.4],"knL":[-24.3,131.5],"ftL":[-22.3,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.4,-99.8],"neck":[-7.8,-166.6],"head":[-8.2,-202.3],"shR":[46.5,-146.1],"elR":[118.4,-145.6],"haR":[175.5,-146.5],"shL":[-60.9,-141.1],"elL":[-132.9,-137.3],"haL":[-198.3,-133.3],"hipR":[26.7,7.1],"knR":[29.5,129.9],"ftR":[29.4,255.2],"hipL":[-26.5,8.5],"knL":[-23.7,131.5],"ftL":[-21.2,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.4,-99.8],"neck":[-7.5,-166.5],"head":[-7.9,-202.3],"shR":[46.6,-146.1],"elR":[115.9,-145.6],"haR":[169.7,-146.5],"shL":[-60.8,-141.8],"elL":[-129.8,-138.3],"haL":[-193.5,-134.5],"hipR":[26.7,7.1],"knR":[30.2,129.8],"ftR":[30.8,255.2],"hipL":[-26.5,8.5],"knL":[-22.9,131.6],"ftL":[-19.8,256.3]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.3,-99.7],"neck":[-7.2,-166.5],"head":[-7.6,-202.4],"shR":[46.8,-146.1],"elR":[112.7,-145.7],"haR":[162.6,-146.9],"shL":[-60.6,-142.5],"elL":[-125.7,-139.5],"haL":[-186.9,-135.8],"hipR":[26.6,7.1],"knR":[31.1,129.8],"ftR":[32.4,255.1],"hipL":[-26.5,8.5],"knL":[-22,131.6],"ftL":[-18.2,256.2]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.2,-99.6],"neck":[-6.9,-166.4],"head":[-7.2,-202.4],"shR":[46.9,-145.9],"elR":[108.7,-146],"haR":[154,-147.7],"shL":[-60.4,-143.3],"elL":[-121,-140.7],"haL":[-178.7,-137.5],"hipR":[26.6,7.1],"knR":[32.4,129.6],"ftR":[34.1,254.9],"hipL":[-26.4,8.5],"knL":[-21.1,131.5],"ftL":[-16.4,256.1]},{"rootY":0.1,"hips":[0,0],"chest":[-4.1,-99.6],"neck":[-6.7,-166.5],"head":[-6.7,-202.5],"shR":[47,-146],"elR":[104.1,-146.5],"haR":[144.2,-148.6],"shL":[-60.4,-144.2],"elL":[-115.7,-142.3],"haL":[-169,-139.7],"hipR":[26.6,7.3],"knR":[34,129.4],"ftR":[36,254.5],"hipL":[-26.5,8.3],"knL":[-20.4,131.3],"ftL":[-14.5,255.7]},{"rootY":0.8,"hips":[0,0],"chest":[-4.1,-99.7],"neck":[-6.7,-166.7],"head":[-6.4,-202.7],"shR":[47,-146.5],"elR":[99.2,-147.2],"haR":[133.5,-149.7],"shL":[-60.4,-145.4],"elL":[-110,-144.4],"haL":[-158.1,-142.5],"hipR":[26.4,7.8],"knR":[35.8,129],"ftR":[38,253.6],"hipL":[-26.7,7.8],"knL":[-19.7,130.7],"ftL":[-12.5,255]},{"rootY":1.8,"hips":[0,0],"chest":[-4.1,-99.6],"neck":[-7,-166.7],"head":[-6.3,-202.8],"shR":[46.8,-147],"elR":[93.9,-148],"haR":[122.2,-150.9],"shL":[-60.5,-146.3],"elL":[-104,-146.4],"haL":[-146.5,-145.6],"hipR":[26.3,8.5],"knR":[36.9,128.3],"ftR":[39.7,252],"hipL":[-26.9,7.1],"knL":[-19.1,129.9],"ftL":[-10.6,254]},{"rootY":2.5,"hips":[0,0],"chest":[-4.1,-99.3],"neck":[-7.5,-166.5],"head":[-6.7,-202.7],"shR":[46.4,-147.3],"elR":[88.3,-148.4],"haR":[110.5,-151.7],"shL":[-60.9,-146.7],"elL":[-98.1,-147.9],"haL":[-134.6,-148.3],"hipR":[26.1,9.1],"knR":[37.5,127.3],"ftR":[40.5,249.7],"hipL":[-27,6.5],"knL":[-18.6,129.4],"ftL":[-9.2,253.2]},{"rootY":2.8,"hips":[0,0],"chest":[-4.4,-99.1],"neck":[-8.1,-166.3],"head":[-7.3,-202.5],"shR":[45.9,-147.2],"elR":[82.6,-148.4],"haR":[98.9,-152.1],"shL":[-61.3,-146.7],"elL":[-92.4,-149.1],"haL":[-122.7,-150.5],"hipR":[26.1,9.3],"knR":[37.6,125.9],"ftR":[40.2,247],"hipL":[-27,6.3],"knL":[-18.1,129.1],"ftL":[-8.1,252.9]},{"rootY":3,"hips":[0,0],"chest":[-4.7,-98.9],"neck":[-8.5,-166.3],"head":[-7.9,-202.5],"shR":[45.4,-147.1],"elR":[77,-148.2],"haR":[88.1,-152.1],"shL":[-61.6,-146.8],"elL":[-86.9,-150.1],"haL":[-111.4,-152.5],"hipR":[26.1,9.3],"knR":[37.2,124.3],"ftR":[39,244.4],"hipL":[-27,6.3],"knL":[-17.7,129.1],"ftL":[-7.2,252.7]},{"rootY":3,"hips":[0,0],"chest":[-5.2,-98.7],"neck":[-9,-166.3],"head":[-8.7,-202.5],"shR":[44.9,-146.8],"elR":[71.5,-147.7],"haR":[78.4,-151.7],"shL":[-62,-146.8],"elL":[-81.7,-151],"haL":[-101.1,-154.4],"hipR":[26.1,9.2],"knR":[36.4,122.8],"ftR":[37.5,242.5],"hipL":[-27,6.4],"knL":[-17.5,129.2],"ftL":[-6.6,252.6]},{"rootY":3,"hips":[0,0],"chest":[-5.7,-98.6],"neck":[-9.7,-166.2],"head":[-9.6,-202.4],"shR":[44.2,-146.7],"elR":[66.3,-147],"haR":[69.8,-150.8],"shL":[-62.5,-146.7],"elL":[-77,-152],"haL":[-92.1,-156.1],"hipR":[26.2,9.1],"knR":[35.5,121.5],"ftR":[36.1,241.4],"hipL":[-27,6.5],"knL":[-17.5,129.4],"ftL":[-6.4,252.5]},{"rootY":3,"hips":[0,0],"chest":[-6.2,-98.5],"neck":[-10.3,-166.1],"head":[-10.4,-202.3],"shR":[43.5,-146.8],"elR":[61.5,-146.1],"haR":[62.5,-149.2],"shL":[-62.9,-147],"elL":[-72.7,-152.8],"haL":[-84.3,-157.4],"hipR":[26.2,9],"knR":[34.8,120.2],"ftR":[35.4,240.9],"hipL":[-27,6.6],"knL":[-17.5,129.4],"ftL":[-6.2,252.5]},{"rootY":3,"hips":[0,0],"chest":[-6.5,-98.5],"neck":[-10.9,-166.1],"head":[-11.2,-202.4],"shR":[42.9,-147.1],"elR":[57.5,-145.1],"haR":[56.3,-147.2],"shL":[-63.2,-147.6],"elL":[-68.8,-153.6],"haL":[-77.4,-158.1],"hipR":[26.2,9],"knR":[34.5,118.9],"ftR":[35.3,240.8],"hipL":[-27,6.6],"knL":[-17.5,129.4],"ftL":[-5.9,252.4]},{"rootY":2.9,"hips":[0,0],"chest":[-6.7,-98.5],"neck":[-11.4,-166.2],"head":[-12.2,-202.4],"shR":[42.5,-147.2],"elR":[54.2,-144.2],"haR":[51.1,-145.1],"shL":[-63.4,-148.1],"elL":[-65.4,-154],"haL":[-71.5,-158.4],"hipR":[26.2,9],"knR":[34.4,117.8],"ftR":[35.3,241.1],"hipL":[-27,6.6],"knL":[-17.5,129.5],"ftL":[-5.8,252.3]},{"rootY":2.9,"hips":[0,0],"chest":[-7.1,-98.4],"neck":[-12,-166.1],"head":[-13.3,-202.4],"shR":[41.9,-147],"elR":[51.4,-143.3],"haR":[46.6,-143.3],"shL":[-63.8,-148.2],"elL":[-62.9,-154.1],"haL":[-66.7,-158.4],"hipR":[26.3,8.8],"knR":[34.2,117.2],"ftR":[35.1,241.6],"hipL":[-26.9,6.8],"knL":[-17.6,129.7],"ftL":[-6.1,252.3]},{"rootY":2.8,"hips":[0,0],"chest":[-7.3,-98.3],"neck":[-12.5,-166],"head":[-14.5,-202.2],"shR":[41.3,-146.8],"elR":[49.1,-142.6],"haR":[42.9,-142.2],"shL":[-64.1,-148.1],"elL":[-61,-153.8],"haL":[-62.8,-158],"hipR":[26.4,8.7],"knR":[33.8,116.9],"ftR":[34.8,242],"hipL":[-26.9,7],"knL":[-17.9,129.9],"ftL":[-6.6,252.4]},{"rootY":2.9,"hips":[0,0],"chest":[-7.2,-98.2],"neck":[-12.7,-165.9],"head":[-15.5,-202.2],"shR":[41.1,-146.7],"elR":[47.5,-142.4],"haR":[40,-142.1],"shL":[-64.2,-148.2],"elL":[-59.3,-153.5],"haL":[-59.5,-157.2],"hipR":[26.5,8.6],"knR":[33.5,116.8],"ftR":[34.4,242.2],"hipL":[-26.9,7.1],"knL":[-18.3,129.9],"ftL":[-7,252.2]},{"rootY":3.1,"hips":[0,0],"chest":[-6.7,-98.3],"neck":[-12.6,-166],"head":[-16.3,-202.2],"shR":[41.2,-146.6],"elR":[46.4,-142.8],"haR":[37.6,-143],"shL":[-63.9,-148.5],"elL":[-57.6,-153],"haL":[-56.7,-155.8],"hipR":[26.5,8.6],"knR":[33.2,117],"ftR":[34,242],"hipL":[-27,7],"knL":[-18.6,129.9],"ftL":[-7.4,252]},{"rootY":3.3,"hips":[0,0],"chest":[-6.2,-98.3],"neck":[-12.4,-166.1],"head":[-17.3,-202.1],"shR":[41.4,-146.7],"elR":[45.7,-143.6],"haR":[35.5,-144.6],"shL":[-63.6,-148.7],"elL":[-56.1,-151.9],"haL":[-54.7,-153.6],"hipR":[26.5,8.6],"knR":[32.7,117.2],"ftR":[33.6,241.7],"hipL":[-27,7],"knL":[-19.2,130],"ftL":[-8.1,251.7]},{"rootY":3.5,"hips":[0,0],"chest":[-5.6,-98.3],"neck":[-12.3,-166.1],"head":[-18.5,-201.9],"shR":[41.5,-146.9],"elR":[45.1,-144.7],"haR":[33.5,-146.7],"shL":[-63.4,-148.6],"elL":[-54.8,-150.4],"haL":[-53.4,-150.4],"hipR":[26.6,8.6],"knR":[32,117.6],"ftR":[32.9,241.5],"hipL":[-27,7.1],"knL":[-19.9,130],"ftL":[-9,251.5]},{"rootY":3.8,"hips":[0,0],"chest":[-4.8,-98.4],"neck":[-12,-166.1],"head":[-19.7,-201.6],"shR":[41.8,-147.3],"elR":[44.8,-146.3],"haR":[31.9,-149.4],"shL":[-63.1,-148.3],"elL":[-53.7,-148.4],"haL":[-52.5,-146.8],"hipR":[26.6,8.6],"knR":[31.3,118.1],"ftR":[32.4,241.6],"hipL":[-27,7],"knL":[-20.4,130],"ftL":[-10,251.3]},{"rootY":4.1,"hips":[0,0],"chest":[-3.8,-98.5],"neck":[-11.4,-166.3],"head":[-20.6,-201.4],"shR":[42.3,-147.7],"elR":[44.6,-148.2],"haR":[30.8,-152.6],"shL":[-62.5,-147.6],"elL":[-52.7,-146.2],"haL":[-51.9,-142.9],"hipR":[26.5,8.8],"knR":[30.7,118.7],"ftR":[31.9,242.1],"hipL":[-27.1,6.9],"knL":[-20.8,129.8],"ftL":[-10.9,251]},{"rootY":4.5,"hips":[0,0],"chest":[-2.7,-98.6],"neck":[-10.7,-166.4],"head":[-21.5,-201.1],"shR":[43.1,-147.8],"elR":[44.6,-150.2],"haR":[29.9,-155.9],"shL":[-61.8,-146.6],"elL":[-51.9,-143.9],"haL":[-51.6,-139.2],"hipR":[26.5,8.9],"knR":[30.2,119.3],"ftR":[31.5,242.8],"hipL":[-27.1,6.7],"knL":[-21.2,129.5],"ftL":[-12,250.7]},{"rootY":5,"hips":[0,0],"chest":[-1.5,-98.7],"neck":[-9.9,-166.5],"head":[-22.3,-200.6],"shR":[44,-147.9],"elR":[44.8,-151.9],"haR":[29.1,-159.2],"shL":[-61,-145.9],"elL":[-51.2,-141.9],"haL":[-51.6,-135.8],"hipR":[26.4,9.1],"knR":[29.4,119.9],"ftR":[30.7,243.9],"hipL":[-27.1,6.6],"knL":[-21.7,129.1],"ftL":[-13.3,250.2]},{"rootY":5.5,"hips":[0,0],"chest":[-0.3,-98.8],"neck":[-8.9,-166.6],"head":[-23,-200.1],"shR":[45,-147.9],"elR":[45.2,-153.5],"haR":[28.7,-162.2],"shL":[-60.1,-145.5],"elL":[-50.5,-140.2],"haL":[-51.7,-132.8],"hipR":[26.4,9.2],"knR":[28.5,120.9],"ftR":[29.2,245.5],"hipL":[-27.2,6.4],"knL":[-22.3,128.7],"ftL":[-14.8,249.5]},{"rootY":5.9,"hips":[0,0],"chest":[1,-99],"neck":[-7.8,-166.8],"head":[-23.6,-199.5],"shR":[46.1,-147.6],"elR":[45.7,-154.7],"haR":[28.4,-164.9],"shL":[-59,-144.9],"elL":[-49.9,-138.7],"haL":[-51.9,-130.4],"hipR":[26.4,9.2],"knR":[27.5,122.3],"ftR":[27,247.2],"hipL":[-27.1,6.5],"knL":[-23.2,128.5],"ftL":[-16.7,248.8]},{"rootY":6,"hips":[0,0],"chest":[2.2,-99],"neck":[-6.5,-166.9],"head":[-24.2,-198.6],"shR":[47.3,-146.6],"elR":[46.3,-155.4],"haR":[28.3,-167],"shL":[-57.9,-144],"elL":[-49.4,-137.1],"haL":[-52.2,-128.3],"hipR":[26.5,8.8],"knR":[26.3,123.6],"ftR":[24.6,248.6],"hipL":[-27.1,6.8],"knL":[-24.4,128.6],"ftL":[-18.9,248.2]},{"rootY":5.9,"hips":[0,0],"chest":[3.6,-99],"neck":[-4.9,-166.9],"head":[-24.4,-197.4],"shR":[48.8,-146.1],"elR":[47.3,-156],"haR":[28.7,-168.8],"shL":[-56.3,-143],"elL":[-48.7,-135.7],"haL":[-52.3,-126.6],"hipR":[26.6,8.6],"knR":[25.1,124.2],"ftR":[22.3,249.3],"hipL":[-27,7.1],"knL":[-25.6,128.6],"ftL":[-21.2,247.2]},{"rootY":5.8,"hips":[0,0],"chest":[5.7,-99],"neck":[-2.7,-167],"head":[-23.8,-196.3],"shR":[50.8,-146.8],"elR":[49,-157.4],"haR":[30.2,-170.9],"shL":[-54.2,-142.7],"elL":[-47.5,-134.9],"haL":[-51.9,-125.4],"hipR":[26.5,8.8],"knR":[23.7,124.2],"ftR":[20.6,249.4],"hipL":[-27.1,6.8],"knL":[-26.7,128],"ftL":[-23.2,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[8.1,-99],"neck":[-0.5,-167.1],"head":[-22.6,-195.5],"shR":[53,-148.4],"elR":[51.1,-159.7],"haR":[32.4,-173.5],"shL":[-51.8,-143],"elL":[-46,-134.5],"haL":[-51.1,-124.4],"hipR":[26.3,9.5],"knR":[22.1,124.1],"ftR":[19.3,249.4],"hipL":[-27.2,6.1],"knL":[-27.8,127.2],"ftL":[-24.8,243.8]},{"rootY":5.7,"hips":[0,0],"chest":[10.1,-98.9],"neck":[1.2,-167.1],"head":[-21.3,-195],"shR":[54.4,-149.6],"elR":[52.8,-162.3],"haR":[34.4,-176.6],"shL":[-50,-143.2],"elL":[-44.9,-134.1],"haL":[-50.3,-123.4],"hipR":[26.1,10],"knR":[20,124.5],"ftR":[17.8,249.5],"hipL":[-27.3,5.5],"knL":[-29.5,126.6],"ftL":[-26.7,242.1]},{"rootY":5.5,"hips":[0,0],"chest":[11.3,-98.9],"neck":[2.2,-167.1],"head":[-20.1,-195],"shR":[55.2,-150],"elR":[54,-164.4],"haR":[36,-179.8],"shL":[-49.1,-143.1],"elL":[-44.5,-133.7],"haL":[-49.9,-122.7],"hipR":[26,10],"knR":[17.7,125.2],"ftR":[16,249.7],"hipL":[-27.2,5.5],"knL":[-31.5,126.5],"ftL":[-28.9,240.7]},{"rootY":5.4,"hips":[0,0],"chest":[11.6,-98.9],"neck":[2.9,-167.2],"head":[-18.7,-195.4],"shR":[55.5,-149.8],"elR":[54.8,-165.8],"haR":[37,-182.7],"shL":[-48.6,-143.5],"elL":[-44.5,-133.6],"haL":[-50.1,-122.2],"hipR":[26.1,9.8],"knR":[16,125.8],"ftR":[13.8,249.9],"hipL":[-27.1,5.8],"knL":[-33.4,126.7],"ftL":[-31,239.1]},{"rootY":5.4,"hips":[0,0],"chest":[11.8,-98.9],"neck":[3.7,-167.4],"head":[-16.9,-196.1],"shR":[55.9,-149.7],"elR":[55.6,-166.8],"haR":[37.8,-184.8],"shL":[-48,-144.4],"elL":[-44.4,-134],"haL":[-50.4,-122.1],"hipR":[26.1,9.6],"knR":[15.2,126.5],"ftR":[11.9,250.2],"hipL":[-27,5.9],"knL":[-35.1,126.8],"ftL":[-32.8,237.1]},{"rootY":5.4,"hips":[0,0],"chest":[12.1,-98.8],"neck":[4.5,-167.5],"head":[-14.8,-196.9],"shR":[56.4,-149.9],"elR":[56,-167.4],"haR":[38.1,-185.9],"shL":[-47.3,-145.1],"elL":[-44.1,-134.5],"haL":[-50.7,-122.3],"hipR":[26.1,9.7],"knR":[14.9,127.3],"ftR":[10.4,250.6],"hipL":[-27.1,5.9],"knL":[-37.4,127.1],"ftL":[-34.6,234.2]},{"rootY":5.4,"hips":[0,0],"chest":[12.2,-98.8],"neck":[4.9,-167.6],"head":[-13,-197.9],"shR":[56.8,-150.2],"elR":[55.7,-167.9],"haR":[37.6,-186.2],"shL":[-46.9,-145.2],"elL":[-44,-134.8],"haL":[-51,-122.9],"hipR":[26.1,9.7],"knR":[14.4,128],"ftR":[9,250.7],"hipL":[-27.1,5.9],"knL":[-40.7,127.5],"ftL":[-36.9,230.5]},{"rootY":5.5,"hips":[0,0],"chest":[12.1,-98.8],"neck":[4.6,-167.6],"head":[-11.5,-198.9],"shR":[56.7,-150.8],"elR":[54.6,-168.2],"haR":[36.5,-185.9],"shL":[-47.1,-144.7],"elL":[-44.3,-135],"haL":[-51.3,-123.7],"hipR":[26.1,9.6],"knR":[13.6,128.3],"ftR":[7.7,250.5],"hipL":[-27.1,6],"knL":[-44.7,127.7],"ftL":[-39.5,226.6]},{"rootY":5.6,"hips":[0,0],"chest":[11.9,-98.8],"neck":[4.3,-167.6],"head":[-10.4,-199.6],"shR":[56.4,-151.3],"elR":[53.2,-168.2],"haR":[35.2,-185.1],"shL":[-47.3,-144.2],"elL":[-44.8,-135],"haL":[-51.6,-124.2],"hipR":[26.2,9.5],"knR":[12.8,128.6],"ftR":[6.8,250.2],"hipL":[-27.1,6.1],"knL":[-48.7,127.3],"ftL":[-42,223.8]},{"rootY":5.4,"hips":[0,0],"chest":[11.9,-98.6],"neck":[4.2,-167.4],"head":[-9.5,-199.9],"shR":[56.4,-151.6],"elR":[52,-167.7],"haR":[33.8,-183.6],"shL":[-47.2,-143.8],"elL":[-45.2,-134.7],"haL":[-51.7,-124.2],"hipR":[26.2,9.6],"knR":[12.8,129],"ftR":[6.3,250],"hipL":[-27.1,6],"knL":[-52.2,126.6],"ftL":[-44.8,223.8]},{"rootY":5.1,"hips":[0,0],"chest":[12,-98.5],"neck":[4.3,-167.2],"head":[-8.9,-200],"shR":[56.5,-152],"elR":[51,-166.9],"haR":[32.6,-181.3],"shL":[-47.1,-143.6],"elL":[-45.4,-134.4],"haL":[-51.8,-123.8],"hipR":[26.2,9.6],"knR":[13.5,129.6],"ftR":[6.2,250],"hipL":[-27.2,6],"knL":[-55.5,125.6],"ftL":[-49,226.5]},{"rootY":4.8,"hips":[0,0],"chest":[12,-98.3],"neck":[4.4,-167.1],"head":[-8.6,-199.9],"shR":[56.6,-152.3],"elR":[50.2,-165.7],"haR":[31.4,-178.8],"shL":[-47,-143.6],"elL":[-45.5,-134.2],"haL":[-51.9,-123.5],"hipR":[26.2,9.7],"knR":[14.4,130.2],"ftR":[5.9,250.2],"hipL":[-27.2,5.9],"knL":[-58.5,124.5],"ftL":[-54.8,230.6]},{"rootY":4.7,"hips":[0,0],"chest":[11.9,-98.2],"neck":[4.3,-167],"head":[-8.5,-199.8],"shR":[56.6,-152.6],"elR":[49.7,-164.7],"haR":[30.7,-176.5],"shL":[-46.9,-143.7],"elL":[-45.5,-134.1],"haL":[-51.9,-123.4],"hipR":[26.2,9.8],"knR":[15,130.8],"ftR":[5.5,250.2],"hipL":[-27.3,5.8],"knL":[-60.9,123.3],"ftL":[-61.6,234.6]},{"rootY":4.9,"hips":[0,0],"chest":[12,-98.1],"neck":[4.4,-166.8],"head":[-8.4,-199.7],"shR":[56.7,-152.8],"elR":[49.5,-163.8],"haR":[30.4,-174.4],"shL":[-46.8,-143.7],"elL":[-45.3,-134.2],"haL":[-51.8,-123.4],"hipR":[26.1,10],"knR":[15.4,131.1],"ftR":[5.6,249.9],"hipL":[-27.4,5.6],"knL":[-62.2,122.1],"ftL":[-68.7,237.8]},{"rootY":5.3,"hips":[0,0],"chest":[12.3,-98],"neck":[4.8,-166.7],"head":[-8,-199.6],"shR":[57.1,-152.9],"elR":[49.7,-162.9],"haR":[30.7,-172.7],"shL":[-46.4,-143.6],"elL":[-44.9,-134.1],"haL":[-51.6,-123.5],"hipR":[26,10.1],"knR":[15.9,131.4],"ftR":[6.1,249.4],"hipL":[-27.4,5.4],"knL":[-62.5,121],"ftL":[-75.4,240.1]},{"rootY":5.9,"hips":[0,0],"chest":[12.6,-97.9],"neck":[5.3,-166.6],"head":[-7.5,-199.6],"shR":[57.6,-152.8],"elR":[50.3,-162],"haR":[31.5,-171.1],"shL":[-45.9,-143.4],"elL":[-44.3,-134],"haL":[-51.1,-123.4],"hipR":[25.9,10.3],"knR":[16.5,131.7],"ftR":[6.9,248.7],"hipL":[-27.4,5.3],"knL":[-62.1,120.1],"ftL":[-81,241.4]},{"rootY":6.4,"hips":[0,0],"chest":[12.9,-97.8],"neck":[5.9,-166.5],"head":[-6.8,-199.6],"shR":[58.2,-152.4],"elR":[51.2,-161],"haR":[32.7,-169.6],"shL":[-45.3,-143.2],"elL":[-43.6,-133.8],"haL":[-50.5,-123],"hipR":[25.9,10.4],"knR":[17.4,132.1],"ftR":[8.1,248.2],"hipL":[-27.4,5.1],"knL":[-61.2,119.4],"ftL":[-84.7,241.8]},{"rootY":6.7,"hips":[0,0],"chest":[13.2,-97.6],"neck":[6.6,-166.4],"head":[-5.9,-199.6],"shR":[58.9,-152.1],"elR":[52.4,-160],"haR":[34.4,-168],"shL":[-44.7,-143.2],"elL":[-42.9,-133.5],"haL":[-49.8,-122.5],"hipR":[25.8,10.5],"knR":[18.5,132.5],"ftR":[9.6,247.8],"hipL":[-27.4,5.1],"knL":[-59.8,118.9],"ftL":[-86.4,241.4]},{"rootY":6.9,"hips":[0,0],"chest":[13.4,-97.5],"neck":[7.2,-166.3],"head":[-4.9,-199.7],"shR":[59.7,-151.8],"elR":[53.5,-159.1],"haR":[36.2,-166.6],"shL":[-44.1,-143.2],"elL":[-42.1,-133.2],"haL":[-48.9,-122],"hipR":[25.8,10.5],"knR":[19.8,132.9],"ftR":[11.5,247.4],"hipL":[-27.4,5],"knL":[-58.2,118.3],"ftL":[-86.1,240.2]},{"rootY":7.1,"hips":[0,0],"chest":[13.5,-97.4],"neck":[7.7,-166.2],"head":[-3.9,-199.9],"shR":[60.2,-151.7],"elR":[54.6,-158.3],"haR":[38.2,-165.3],"shL":[-43.7,-143.1],"elL":[-41.4,-133.2],"haL":[-47.9,-122],"hipR":[25.8,10.5],"knR":[21.2,133.2],"ftR":[13.6,246.9],"hipL":[-27.4,5.1],"knL":[-56.3,117.6],"ftL":[-83.7,238.7]},{"rootY":7.3,"hips":[0,0],"chest":[13.2,-97.3],"neck":[7.7,-166.2],"head":[-3,-200.3],"shR":[60.3,-151.7],"elR":[55.5,-157.8],"haR":[39.9,-164.2],"shL":[-43.7,-142.7],"elL":[-41,-133.4],"haL":[-47.1,-122.6],"hipR":[25.7,10.4],"knR":[22.8,133.3],"ftR":[15.8,246.4],"hipL":[-27.3,5.2],"knL":[-54.1,117.1],"ftL":[-79.8,237.6]},{"rootY":7.5,"hips":[0,0],"chest":[12.5,-97.4],"neck":[7.1,-166.3],"head":[-2.3,-200.9],"shR":[59.8,-151.7],"elR":[56,-157.4],"haR":[41.4,-163.2],"shL":[-44.3,-142.2],"elL":[-41.2,-133.9],"haL":[-46.6,-124],"hipR":[25.7,10.2],"knR":[24.6,133.3],"ftR":[18.1,245.7],"hipL":[-27.2,5.4],"knL":[-51.5,116.9],"ftL":[-75.1,236.9]},{"rootY":7.9,"hips":[0,0],"chest":[11.3,-97.4],"neck":[6.1,-166.5],"head":[-1.6,-201.5],"shR":[58.9,-151.5],"elR":[56.1,-157],"haR":[42.6,-162.5],"shL":[-45.2,-141.9],"elL":[-42,-134.9],"haL":[-46.6,-126.2],"hipR":[25.8,9.9],"knR":[26.3,133.1],"ftR":[20.5,244.8],"hipL":[-27.1,5.7],"knL":[-48.4,117.2],"ftL":[-69.8,236.7]},{"rootY":8.5,"hips":[0,0],"chest":[10,-97.5],"neck":[5,-166.7],"head":[-0.9,-202],"shR":[58.1,-151.2],"elR":[55.9,-156.6],"haR":[43.4,-162],"shL":[-46.3,-141.9],"elL":[-43.1,-136.5],"haL":[-47,-129.3],"hipR":[25.8,9.6],"knR":[28,132.8],"ftR":[23.2,243.4],"hipL":[-27,6],"knL":[-44.9,117.9],"ftL":[-63.2,237.3]},{"rootY":9.3,"hips":[0,0],"chest":[8.7,-97.5],"neck":[4.3,-166.8],"head":[-0.1,-202.4],"shR":[57.5,-150.7],"elR":[55.9,-156.1],"haR":[44.1,-161.5],"shL":[-47.1,-142.2],"elL":[-43.8,-138.3],"haL":[-47.3,-132.9],"hipR":[25.9,9.4],"knR":[30.1,132.3],"ftR":[26.3,241.6],"hipL":[-26.9,6.2],"knL":[-40.8,119.5],"ftL":[-55.3,239.2]},{"rootY":10,"hips":[0,0],"chest":[7.6,-97.4],"neck":[3.8,-166.8],"head":[1,-202.6],"shR":[57.2,-149.6],"elR":[56.2,-155.2],"haR":[45.1,-160.8],"shL":[-47.6,-142.2],"elL":[-44.1,-140.4],"haL":[-47.4,-136.8],"hipR":[25.8,9.4],"knR":[32.8,131.9],"ftR":[30.2,239.6],"hipL":[-26.8,6.2],"knL":[-36.7,121.5],"ftL":[-47.4,241.5]},{"rootY":10.5,"hips":[0,0],"chest":[6.8,-97],"neck":[3.4,-166.5],"head":[2.1,-202.3],"shR":[56.9,-147.4],"elR":[56.8,-153.6],"haR":[46.6,-160],"shL":[-48,-141.6],"elL":[-44,-142.3],"haL":[-46.9,-141],"hipR":[25.4,10],"knR":[36,131.8],"ftR":[34.9,237.3],"hipL":[-26.8,5.6],"knL":[-33.6,122.9],"ftL":[-41,243.4]},{"rootY":10.4,"hips":[0,0],"chest":[6.3,-96.1],"neck":[2.6,-165.7],"head":[3.3,-201.5],"shR":[56.5,-144.9],"elR":[57.5,-151.7],"haR":[48.4,-158.7],"shL":[-48.4,-140.4],"elL":[-43.7,-143.7],"haL":[-45.8,-145],"hipR":[25,11.2],"knR":[39.2,132.1],"ftR":[39.9,234.5],"hipL":[-26.9,4.3],"knL":[-31.3,123],"ftL":[-36.3,244.5]},{"rootY":9.5,"hips":[0,0],"chest":[6.2,-94.9],"neck":[1.2,-164.6],"head":[4.3,-200.2],"shR":[55.6,-143.9],"elR":[58.1,-149.8],"haR":[49.8,-156.2],"shL":[-49.2,-138.8],"elL":[-43.7,-144.7],"haL":[-44.6,-148.2],"hipR":[24.5,12.4],"knR":[41.9,132.3],"ftR":[44.9,231.2],"hipL":[-27,3],"knL":[-28.9,122.8],"ftL":[-32.1,245.6]},{"rootY":8,"hips":[0,0],"chest":[5.4,-93.9],"neck":[-1,-163.6],"head":[4.6,-199],"shR":[53.9,-144.6],"elR":[57.9,-148.3],"haR":[50.6,-152.7],"shL":[-50.9,-137.4],"elL":[-44.4,-145.5],"haL":[-44,-151],"hipR":[24.2,13],"knR":[44.3,132.4],"ftR":[49.1,227.5],"hipL":[-27,2.4],"knL":[-26.9,123.3],"ftL":[-28.1,247.2]},{"rootY":6.6,"hips":[0,0],"chest":[3.6,-93.2],"neck":[-3.5,-162.9],"head":[4.3,-197.8],"shR":[51.6,-145.5],"elR":[56.7,-147],"haR":[50.9,-149.3],"shL":[-53.2,-136.7],"elL":[-45.8,-146.7],"haL":[-44.1,-154],"hipR":[24,13.1],"knR":[47,132.8],"ftR":[51.7,222.7],"hipL":[-26.8,2.2],"knL":[-25.6,124.2],"ftL":[-24.9,248.6]},{"rootY":6.3,"hips":[0,0],"chest":[1.5,-92.8],"neck":[-5.7,-162.5],"head":[3.5,-197],"shR":[49.5,-145.3],"elR":[55.4,-146],"haR":[51,-147.3],"shL":[-55.3,-136.9],"elL":[-47,-149],"haL":[-44.5,-158.2],"hipR":[23.7,13.5],"knR":[50.3,133.5],"ftR":[52.5,216.4],"hipL":[-26.6,1.7],"knL":[-24.7,124.3],"ftL":[-22.5,249]},{"rootY":6.8,"hips":[0,0],"chest":[0,-92.5],"neck":[-7.2,-162.2],"head":[2.3,-196.6],"shR":[48.2,-144.5],"elR":[54.7,-145],"haR":[50.9,-146.2],"shL":[-56.8,-137.5],"elL":[-47.5,-151.7],"haL":[-44.7,-162.8],"hipR":[23.3,14.3],"knR":[53.5,133.7],"ftR":[51.7,209.8],"hipL":[-26.5,0.8],"knL":[-24,123.8],"ftL":[-20.4,248.6]},{"rootY":7.1,"hips":[0,0],"chest":[-1,-92.3],"neck":[-8.5,-161.9],"head":[0.5,-196.5],"shR":[47.1,-144.1],"elR":[54.4,-143.5],"haR":[50.3,-144.1],"shL":[-57.9,-137.3],"elL":[-47.5,-153.4],"haL":[-44.4,-166.2],"hipR":[23.1,14.7],"knR":[55.4,132.9],"ftR":[49.7,205.5],"hipL":[-26.5,0.3],"knL":[-23.6,123.4],"ftL":[-18.7,248.3]},{"rootY":6.8,"hips":[0,0],"chest":[-1.9,-92.1],"neck":[-9.8,-161.7],"head":[-1.7,-196.7],"shR":[45.9,-144.5],"elR":[53.9,-141.7],"haR":[49.5,-140.7],"shL":[-59,-136.4],"elL":[-47.3,-153.8],"haL":[-43.3,-167.8],"hipR":[23.2,14.5],"knR":[55.9,131.1],"ftR":[47.1,205.4],"hipL":[-26.6,0.4],"knL":[-23.3,123.6],"ftL":[-17.8,248.6]},{"rootY":6.2,"hips":[0,0],"chest":[-2.8,-92.2],"neck":[-11.1,-161.7],"head":[-4.2,-197],"shR":[44.7,-145.1],"elR":[53,-140],"haR":[48.8,-137],"shL":[-60.2,-135.5],"elL":[-46.9,-153.5],"haL":[-41.1,-167.9],"hipR":[23.5,14.2],"knR":[55.5,128.7],"ftR":[45.4,209.5],"hipL":[-26.7,0.9],"knL":[-22.8,124],"ftL":[-17.6,249.2]},{"rootY":5.8,"hips":[0,0],"chest":[-3.7,-92.4],"neck":[-12.3,-161.8],"head":[-6.6,-197.4],"shR":[43.4,-145.5],"elR":[51.6,-138.7],"haR":[48.1,-134.1],"shL":[-61.4,-135],"elL":[-46.1,-153.1],"haL":[-38.1,-167.7],"hipR":[23.8,13.9],"knR":[54.4,125.9],"ftR":[45.6,216.6],"hipL":[-26.8,1.2],"knL":[-22.3,124.3],"ftL":[-17.6,249.6]},{"rootY":5.5,"hips":[0,0],"chest":[-4.5,-92.5],"neck":[-13.3,-161.8],"head":[-8.7,-197.6],"shR":[42.3,-145.5],"elR":[50.2,-137.6],"haR":[47,-131.6],"shL":[-62.4,-134.7],"elL":[-45,-152.6],"haL":[-35.1,-167.2],"hipR":[24,13.6],"knR":[53,123.3],"ftR":[47.8,225.3],"hipL":[-26.9,1.6],"knL":[-22.1,124.7],"ftL":[-17.7,249.9]},{"rootY":5.3,"hips":[0,0],"chest":[-4.9,-92.5],"neck":[-13.9,-161.8],"head":[-10.1,-197.7],"shR":[41.6,-145.4],"elR":[49.3,-136.3],"haR":[46,-129.2],"shL":[-63,-134.6],"elL":[-43.7,-152.1],"haL":[-32.2,-166.4],"hipR":[24.2,13.3],"knR":[52.4,121.2],"ftR":[50.9,234.4],"hipL":[-27,1.8],"knL":[-22.1,124.9],"ftL":[-17.7,250.1]},{"rootY":5.3,"hips":[0,0],"chest":[-4.7,-92.5],"neck":[-13.8,-161.7],"head":[-10.7,-197.8],"shR":[41.6,-145.2],"elR":[49.1,-134.9],"haR":[45.3,-126.8],"shL":[-63,-134.6],"elL":[-42.3,-151.5],"haL":[-29.8,-165.2],"hipR":[24.4,13.2],"knR":[52.9,120.2],"ftR":[54.5,241.5],"hipL":[-27.1,2],"knL":[-22.4,125.1],"ftL":[-17.8,250.2]},{"rootY":5.3,"hips":[0,0],"chest":[-4.1,-92.6],"neck":[-13.3,-161.8],"head":[-10.5,-197.9],"shR":[42,-144.9],"elR":[49.2,-133.4],"haR":[44.9,-124.6],"shL":[-62.7,-134.5],"elL":[-41.2,-150.7],"haL":[-28,-163.7],"hipR":[24.5,13.1],"knR":[53.7,119.9],"ftR":[58.5,244.9],"hipL":[-27.2,2.1],"knL":[-22.6,125.1],"ftL":[-18,250.3]},{"rootY":5.2,"hips":[0,0],"chest":[-3.4,-92.8],"neck":[-12.4,-161.9],"head":[-9.7,-198.1],"shR":[42.5,-144.1],"elR":[48.9,-132],"haR":[44,-122.6],"shL":[-62.1,-134.6],"elL":[-40.6,-149.8],"haL":[-27.2,-162],"hipR":[24.6,12.9],"knR":[53.1,120.5],"ftR":[62.9,244.6],"hipL":[-27.3,2.3],"knL":[-22.8,125.3],"ftL":[-18.4,250.3]},{"rootY":5.3,"hips":[0,0],"chest":[-2.9,-92.9],"neck":[-11.3,-162.1],"head":[-8.8,-198.2],"shR":[43.2,-143.3],"elR":[48.3,-130.8],"haR":[42.3,-121],"shL":[-61.5,-135.2],"elL":[-40.4,-149.1],"haL":[-27.4,-160.2],"hipR":[24.7,12.9],"knR":[51,121.7],"ftR":[66.8,241.5],"hipL":[-27.4,2.4],"knL":[-23.3,125.3],"ftL":[-19.4,250.3]},{"rootY":5.6,"hips":[0,0],"chest":[-2.3,-92.9],"neck":[-9.9,-162.2],"head":[-7.8,-198.4],"shR":[44.1,-142.8],"elR":[47.6,-129.9],"haR":[40.2,-120],"shL":[-60.8,-136.6],"elL":[-40.5,-148.9],"haL":[-28.4,-158.7],"hipR":[24.7,12.9],"knR":[49.3,122.1],"ftR":[69.9,237.4],"hipL":[-27.5,2.3],"knL":[-23.9,125.2],"ftL":[-20.8,250]},{"rootY":5.8,"hips":[0,0],"chest":[-1.6,-92.8],"neck":[-8.5,-162.3],"head":[-6.8,-198.5],"shR":[45,-142.4],"elR":[47,-129.1],"haR":[38.2,-119.2],"shL":[-60,-137.7],"elL":[-40.6,-148.7],"haL":[-29.8,-157.3],"hipR":[24.8,12.8],"knR":[49.6,121.1],"ftR":[72.5,234.2],"hipL":[-27.6,2.4],"knL":[-24.8,125.3],"ftL":[-22.6,249.8]},{"rootY":5.8,"hips":[0,0],"chest":[-1.1,-92.7],"neck":[-7.2,-162.2],"head":[-5.8,-198.5],"shR":[45.8,-141.8],"elR":[46.5,-128.5],"haR":[36.3,-118.8],"shL":[-59.2,-138.2],"elL":[-40.7,-148.4],"haL":[-31.3,-156.2],"hipR":[25,12.4],"knR":[51.3,118.9],"ftR":[74.6,232.5],"hipL":[-27.7,2.8],"knL":[-25.8,125.5],"ftL":[-24.7,249.7]},{"rootY":5.9,"hips":[0,0],"chest":[-0.8,-92.3],"neck":[-6.3,-161.9],"head":[-5.2,-198.2],"shR":[46.3,-141],"elR":[45.9,-128.1],"haR":[34.4,-119],"shL":[-58.7,-138.8],"elL":[-41.1,-148.3],"haL":[-32.8,-155.5],"hipR":[25.2,12],"knR":[52.8,116.4],"ftR":[75.5,232.3],"hipL":[-27.6,3.2],"knL":[-27.2,125.7],"ftL":[-27.3,249.6]},{"rootY":6.2,"hips":[0,0],"chest":[-0.5,-92.1],"neck":[-5.7,-161.7],"head":[-4.9,-198],"shR":[46.6,-140.2],"elR":[45.1,-128.1],"haR":[32.5,-119.9],"shL":[-58.4,-139.9],"elL":[-41.8,-148.7],"haL":[-34.4,-155.3],"hipR":[25.4,11.6],"knR":[53,113.9],"ftR":[74.8,232.8],"hipL":[-27.6,3.7],"knL":[-28.9,125.7],"ftL":[-30.6,249.2]},{"rootY":6.9,"hips":[0,0],"chest":[-0.1,-91.9],"neck":[-5.2,-161.6],"head":[-4.8,-197.9],"shR":[46.8,-139.6],"elR":[44.4,-128.6],"haR":[30.9,-121.6],"shL":[-58.1,-140.8],"elL":[-42.5,-149.3],"haL":[-36,-155.6],"hipR":[25.5,11.3],"knR":[51.4,111.6],"ftR":[72.9,233.2],"hipL":[-27.6,4],"knL":[-30.9,125.4],"ftL":[-34.5,248.4]},{"rootY":8.3,"hips":[0,0],"chest":[0.5,-91.7],"neck":[-4.7,-161.5],"head":[-4.9,-197.7],"shR":[47.3,-139.3],"elR":[44.1,-129.8],"haR":[29.7,-124.1],"shL":[-57.6,-140.9],"elL":[-43.1,-149.9],"haL":[-37.7,-156.6],"hipR":[25.6,11.2],"knR":[48.2,110.6],"ftR":[70.1,233.7],"hipL":[-27.6,4.1],"knL":[-33.1,124.7],"ftL":[-38.9,247]},{"rootY":10.3,"hips":[0,0],"chest":[1.6,-91.5],"neck":[-4,-161.2],"head":[-5.1,-197.4],"shR":[47.9,-139.2],"elR":[44.2,-131.5],"haR":[29,-127.5],"shL":[-56.9,-140.4],"elL":[-43.4,-150.5],"haL":[-39,-158.1],"hipR":[25.5,11.3],"knR":[44.3,111.8],"ftR":[66.3,235.2],"hipL":[-27.6,4.1],"knL":[-35.5,123.7],"ftL":[-43.7,244.9]},{"rootY":12.9,"hips":[0,0],"chest":[2.9,-91.4],"neck":[-3.5,-161.1],"head":[-5.6,-197.2],"shR":[48.6,-139.1],"elR":[44.4,-133.8],"haR":[28.4,-132.4],"shL":[-56.2,-139.7],"elL":[-43.9,-150.9],"haL":[-40.3,-159.6],"hipR":[25.5,11.3],"knR":[39.3,113.9],"ftR":[60.9,236.8],"hipL":[-27.6,4],"knL":[-38.2,122.8],"ftL":[-49.2,242.2]},{"rootY":16,"hips":[0,0],"chest":[3.7,-91.6],"neck":[-3.4,-161.4],"head":[-6.8,-197.2],"shR":[48.7,-138.9],"elR":[44.1,-136.9],"haR":[26.7,-139.3],"shL":[-55.9,-138.3],"elL":[-44.8,-150.6],"haL":[-42.3,-160],"hipR":[25.6,11.1],"knR":[32.3,115],"ftR":[54,236.6],"hipL":[-27.6,4.3],"knL":[-41.5,122.3],"ftL":[-55.7,238.9]},{"rootY":18.6,"hips":[0,0],"chest":[3.3,-92],"neck":[-4.2,-161.7],"head":[-8.8,-197.2],"shR":[47.9,-138.7],"elR":[43.2,-140.8],"haR":[23.4,-148.5],"shL":[-56.3,-135.9],"elL":[-46.2,-148.3],"haL":[-44.8,-157.3],"hipR":[26,10.2],"knR":[23.7,114.6],"ftR":[46.2,234.6],"hipL":[-27.4,5.3],"knL":[-45.1,122.6],"ftL":[-62.9,235.3]},{"rootY":19.5,"hips":[0,0],"chest":[1.7,-92.2],"neck":[-5.8,-161.9],"head":[-10.9,-197.2],"shR":[46.2,-138.7],"elR":[41.9,-145.2],"haR":[19.3,-158.8],"shL":[-57.3,-133.3],"elL":[-47.4,-143.8],"haL":[-46.2,-150.5],"hipR":[26.5,8.9],"knR":[16.3,114.6],"ftR":[38.6,233.3],"hipL":[-27.1,6.6],"knL":[-48.3,123.9],"ftL":[-69.5,231.7]},{"rootY":18.2,"hips":[0,0],"chest":[-0.4,-92.5],"neck":[-8,-162.2],"head":[-12.4,-197.5],"shR":[44.2,-139.5],"elR":[40.9,-150],"haR":[15.4,-169.3],"shL":[-59,-132],"elL":[-47.9,-138.1],"haL":[-45.5,-140.8],"hipR":[26.9,7.6],"knR":[12,115.9],"ftR":[31.7,234.6],"hipL":[-26.7,8],"knL":[-51.1,126.3],"ftL":[-73.8,227.8]},{"rootY":15.7,"hips":[0,0],"chest":[-2.4,-93.2],"neck":[-10.2,-162.8],"head":[-13.1,-198.3],"shR":[42.3,-141.2],"elR":[40,-155.3],"haR":[12.3,-179.5],"shL":[-60.9,-132.2],"elL":[-47.9,-133.1],"haL":[-43.5,-131.2],"hipR":[27.1,6.4],"knR":[10.1,117.8],"ftR":[25.7,237.3],"hipL":[-26.4,9.1],"knL":[-54,128.5],"ftL":[-75.1,222.9]},{"rootY":13.4,"hips":[0,0],"chest":[-3.6,-94],"neck":[-11.6,-163.6],"head":[-12.9,-199.2],"shR":[41.3,-143.7],"elR":[39.4,-161],"haR":[10.8,-189],"shL":[-62.3,-133.2],"elL":[-47.6,-129.5],"haL":[-41.3,-123.7],"hipR":[27.3,5.6],"knR":[8.8,119.4],"ftR":[21,239.6],"hipL":[-26,10],"knL":[-56.3,129.4],"ftL":[-73.6,217.2]},{"rootY":11.7,"hips":[0,0],"chest":[-3.9,-94.6],"neck":[-11.8,-164.2],"head":[-11.8,-199.9],"shR":[41.4,-146],"elR":[39.6,-166.3],"haR":[11.1,-196.8],"shL":[-62.6,-134],"elL":[-47.1,-127.1],"haL":[-39.7,-118.3],"hipR":[27.3,5.1],"knR":[8.2,120.6],"ftR":[17.7,241.1],"hipL":[-25.8,10.4],"knL":[-57.1,128.8],"ftL":[-70.2,212]},{"rootY":10.6,"hips":[0,0],"chest":[-3.5,-95],"neck":[-11,-164.7],"head":[-9.9,-200.5],"shR":[42.3,-147.4],"elR":[40.6,-170.2],"haR":[12.6,-202.2],"shL":[-62,-134.5],"elL":[-46.7,-125.2],"haL":[-38.8,-114.4],"hipR":[27.3,5.1],"knR":[8.7,121.6],"ftR":[15.5,242.2],"hipL":[-25.8,10.5],"knL":[-57.2,126.9],"ftL":[-66,209.1]},{"rootY":9.9,"hips":[0,0],"chest":[-2.8,-95.3],"neck":[-9.7,-164.9],"head":[-7.8,-200.8],"shR":[43.4,-147.7],"elR":[42,-172.1],"haR":[14.5,-204.7],"shL":[-61,-135.1],"elL":[-46.6,-123.9],"haL":[-38.8,-111.6],"hipR":[27.3,5.3],"knR":[9.9,122.6],"ftR":[13.8,243],"hipL":[-25.9,10.3],"knL":[-57.3,124.3],"ftL":[-61.9,209.7]},{"rootY":9.3,"hips":[0,0],"chest":[-2.3,-95.4],"neck":[-8.3,-165],"head":[-5.7,-201],"shR":[44.6,-147.3],"elR":[43.5,-171.9],"haR":[16.6,-204.4],"shL":[-60,-135.9],"elL":[-46.7,-123.2],"haL":[-39.7,-109.9],"hipR":[27.3,5.5],"knR":[11.1,123.3],"ftR":[12.4,243.5],"hipL":[-26,10.1],"knL":[-57.6,121.6],"ftL":[-58.7,213.4]},{"rootY":8.8,"hips":[0,0],"chest":[-1.8,-95.4],"neck":[-7.1,-165],"head":[-3.8,-201],"shR":[45.8,-146.9],"elR":[45.4,-170.1],"haR":[18.9,-201.8],"shL":[-59.1,-136.9],"elL":[-46.8,-123.2],"haL":[-40.9,-109.1],"hipR":[27.3,5.6],"knR":[12,124.1],"ftR":[11.3,244],"hipL":[-26.1,10],"knL":[-57.4,119.4],"ftL":[-57.2,219.1]},{"rootY":8.1,"hips":[0,0],"chest":[-1.6,-95.2],"neck":[-6.3,-164.8],"head":[-2.1,-200.7],"shR":[46.6,-146.8],"elR":[47.3,-167.4],"haR":[21.3,-197.2],"shL":[-58.5,-137.6],"elL":[-47,-123.4],"haL":[-41.9,-108.7],"hipR":[27.3,5.7],"knR":[12.9,125.1],"ftR":[10.5,244.7],"hipL":[-26.1,9.8],"knL":[-56.8,117.6],"ftL":[-57.6,225.2]},{"rootY":7.4,"hips":[0,0],"chest":[-1.8,-95],"neck":[-5.9,-164.4],"head":[-0.7,-200.3],"shR":[47,-146.7],"elR":[48.7,-164.3],"haR":[23.5,-191.5],"shL":[-58.3,-138.4],"elL":[-47.3,-123.6],"haL":[-42.5,-108.6],"hipR":[27.3,5.8],"knR":[13.8,126],"ftR":[9.7,245.5],"hipL":[-26.2,9.8],"knL":[-56,116.2],"ftL":[-59.5,230.4]},{"rootY":6.8,"hips":[0,0],"chest":[-2.1,-94.8],"neck":[-5.5,-164.2],"head":[0.6,-200],"shR":[47.3,-146.3],"elR":[49.4,-161],"haR":[25.5,-185.2],"shL":[-58.2,-139.3],"elL":[-47.8,-123.8],"haL":[-43,-108.5],"hipR":[27.3,5.8],"knR":[14.6,126.7],"ftR":[9.2,246.1],"hipL":[-26.2,9.7],"knL":[-55,115],"ftL":[-61.8,234.1]},{"rootY":6.4,"hips":[0,0],"chest":[-2.1,-94.7],"neck":[-4.9,-164.1],"head":[2,-199.8],"shR":[47.8,-145.7],"elR":[49.8,-157.5],"haR":[27.3,-178.6],"shL":[-57.8,-140.2],"elL":[-48,-124.2],"haL":[-43.5,-108.5],"hipR":[27.3,5.9],"knR":[15.2,127.3],"ftR":[9.1,246.5],"hipL":[-26.2,9.7],"knL":[-53.7,113.9],"ftL":[-63.3,236.2]},{"rootY":6.1,"hips":[0,0],"chest":[-1.8,-94.8],"neck":[-4,-164],"head":[3.3,-199.6],"shR":[48.5,-145.2],"elR":[50.3,-154.1],"haR":[28.7,-172],"shL":[-57.1,-140.8],"elL":[-47.8,-124.6],"haL":[-43.7,-108.7],"hipR":[27.3,6],"knR":[16,127.9],"ftR":[9.3,246.7],"hipL":[-26.2,9.5],"knL":[-52.1,113],"ftL":[-63.9,237.1]},{"rootY":6,"hips":[0,0],"chest":[-1.6,-94.8],"neck":[-3.1,-164],"head":[4.4,-199.6],"shR":[49.3,-144.9],"elR":[50.9,-150.9],"haR":[29.7,-165.7],"shL":[-56.2,-141.4],"elL":[-47.4,-125.1],"haL":[-43.8,-109],"hipR":[27.2,6.2],"knR":[16.7,128.4],"ftR":[9.8,246.7],"hipL":[-26.2,9.3],"knL":[-50.5,112.5],"ftL":[-63.9,237.1]},{"rootY":6.1,"hips":[0,0],"chest":[-1.4,-94.9],"neck":[-2.5,-164.1],"head":[5.2,-199.6],"shR":[49.9,-144.7],"elR":[51.3,-148.1],"haR":[30.4,-160.1],"shL":[-55.5,-141.9],"elL":[-46.9,-125.6],"haL":[-43.7,-109.5],"hipR":[27.2,6.3],"knR":[17.4,128.8],"ftR":[10.4,246.5],"hipL":[-26.2,9.2],"knL":[-48.6,112.8],"ftL":[-62.9,236.7]},{"rootY":6.3,"hips":[0,0],"chest":[-1.4,-95.2],"neck":[-2.1,-164.3],"head":[5.8,-199.7],"shR":[50.3,-144.2],"elR":[51.5,-145.4],"haR":[30.8,-155.1],"shL":[-55.1,-142.4],"elL":[-46.6,-126.2],"haL":[-43.5,-109.9],"hipR":[27.2,6.2],"knR":[18.1,129],"ftR":[11,246.3],"hipL":[-26.2,9.3],"knL":[-46.3,113.8],"ftL":[-60.6,236]},{"rootY":6.6,"hips":[0,0],"chest":[-1.7,-95.6],"neck":[-2.1,-164.6],"head":[6,-200],"shR":[50.3,-143.7],"elR":[51.4,-143.1],"haR":[31.1,-150.8],"shL":[-55,-142.8],"elL":[-46.5,-126.7],"haL":[-43.3,-110.4],"hipR":[27.3,6],"knR":[18.9,128.9],"ftR":[11.7,245.9],"hipL":[-26.2,9.6],"knL":[-43.6,115.4],"ftL":[-57.2,235]},{"rootY":7.1,"hips":[0,0],"chest":[-2.2,-95.9],"neck":[-2.5,-164.9],"head":[5.9,-200.2],"shR":[49.9,-143.2],"elR":[51,-140.9],"haR":[31.1,-147],"shL":[-55.3,-143],"elL":[-46.7,-127.3],"haL":[-43.2,-111.6],"hipR":[27.4,5.7],"knR":[19.8,128.5],"ftR":[12.4,245.4],"hipL":[-26.1,9.9],"knL":[-40.5,117.6],"ftL":[-52.5,234.6]},{"rootY":7.7,"hips":[0,0],"chest":[-2.7,-96.2],"neck":[-2.8,-165.2],"head":[5.8,-200.5],"shR":[49.5,-142.6],"elR":[50.7,-138.6],"haR":[30.9,-143.1],"shL":[-55.6,-143],"elL":[-46.9,-128.3],"haL":[-43,-113.5],"hipR":[27.4,5.5],"knR":[20.9,127.9],"ftR":[13.6,244.7],"hipL":[-26,10.1],"knL":[-36.4,120.3],"ftL":[-45.7,235.9]},{"rootY":8.5,"hips":[0,0],"chest":[-3.2,-96.7],"neck":[-3,-165.7],"head":[5.8,-200.9],"shR":[49.3,-141.4],"elR":[50.5,-135.1],"haR":[30.6,-138.2],"shL":[-55.8,-142.5],"elL":[-46.8,-129.6],"haL":[-43.1,-116],"hipR":[27.4,5.6],"knR":[22,127.3],"ftR":[15.1,243.6],"hipL":[-26.1,10],"knL":[-31.5,123.4],"ftL":[-37.1,238.4]},{"rootY":9.4,"hips":[0,0],"chest":[-4,-97.1],"neck":[-3.2,-166.1],"head":[5.8,-201.3],"shR":[49,-139.6],"elR":[50.3,-130.4],"haR":[30.5,-131.4],"shL":[-56,-141.9],"elL":[-47.2,-131.1],"haL":[-43.2,-119.7],"hipR":[27.3,5.8],"knR":[23.2,126.9],"ftR":[16.8,242.2],"hipL":[-26.2,9.8],"knL":[-27.4,125.5],"ftL":[-29.6,240.4]},{"rootY":10.3,"hips":[0,0],"chest":[-4.2,-97.4],"neck":[-2.8,-166.3],"head":[5.9,-201.5],"shR":[48.9,-137.6],"elR":[49.8,-124.8],"haR":[31.1,-122.3],"shL":[-56.1,-141.2],"elL":[-48,-133],"haL":[-42.7,-125],"hipR":[27.1,6.6],"knR":[24.7,127],"ftR":[19.1,240.6],"hipL":[-26.4,9.1],"knL":[-25.3,125.7],"ftL":[-24.9,241]},{"rootY":10.5,"hips":[0,0],"chest":[-2.5,-97.2],"neck":[-1.1,-166.1],"head":[6.9,-201.4],"shR":[50.1,-135.7],"elR":[49.6,-119],"haR":[32.9,-111.1],"shL":[-54.8,-140.6],"elL":[-48.3,-135.6],"haL":[-41.4,-131.5],"hipR":[26.7,8.1],"knR":[26.7,127.9],"ftR":[22.7,239.1],"hipL":[-26.9,7.5],"knL":[-24.4,124.5],"ftL":[-21.7,241.4]},{"rootY":9.3,"hips":[0,0],"chest":[1.2,-96.9],"neck":[2,-165.8],"head":[8.9,-201.3],"shR":[52.9,-135.1],"elR":[49.8,-113.7],"haR":[35,-99],"shL":[-51.9,-140.3],"elL":[-47.6,-139.1],"haL":[-39.7,-139],"hipR":[26.1,9.9],"knR":[29.2,129.1],"ftR":[27.2,237.4],"hipL":[-27.3,5.8],"knL":[-22.9,123.8],"ftL":[-18.1,242.7]},{"rootY":7.4,"hips":[0,0],"chest":[5,-96.7],"neck":[5.6,-165.8],"head":[10.9,-201.5],"shR":[56.2,-136.2],"elR":[50.1,-109.3],"haR":[36.2,-87.8],"shL":[-48.5,-140.5],"elL":[-46.7,-143.4],"haL":[-38.5,-147.4],"hipR":[25.7,10.9],"knR":[32.1,130],"ftR":[31.7,235],"hipL":[-27.5,4.6],"knL":[-20.9,124.2],"ftL":[-13.7,244.6]},{"rootY":5.9,"hips":[0,0],"chest":[7.6,-96.9],"neck":[8.3,-166.1],"head":[12.3,-201.9],"shR":[58.6,-137.8],"elR":[50.6,-105.9],"haR":[36.5,-79.4],"shL":[-46,-141.4],"elL":[-46.1,-148.7],"haL":[-37.9,-157.2],"hipR":[25.3,11.5],"knR":[35.5,130.9],"ftR":[35.8,231.8],"hipL":[-27.5,4.1],"knL":[-19.2,124.7],"ftL":[-10,246]},{"rootY":5.3,"hips":[0,0],"chest":[8.9,-97.1],"neck":[10,-166.3],"head":[13.5,-202.1],"shR":[60.1,-138.2],"elR":[51.7,-103],"haR":[37,-73.7],"shL":[-44.6,-142.5],"elL":[-45.6,-154.6],"haL":[-37.1,-167.5],"hipR":[24.9,12.2],"knR":[40,132.5],"ftR":[40.3,227.2],"hipL":[-27.6,3.2],"knL":[-17.7,124.5],"ftL":[-6.8,246.6]},{"rootY":5.5,"hips":[0,0],"chest":[9.6,-97.2],"neck":[10.9,-166.3],"head":[14.6,-202],"shR":[60.9,-137.3],"elR":[52.9,-100.1],"haR":[38,-69.6],"shL":[-43.8,-143.5],"elL":[-45.2,-160.1],"haL":[-35.5,-176.9],"hipR":[24.3,13.3],"knR":[45.6,134],"ftR":[45.7,220.7],"hipL":[-27.6,2.1],"knL":[-16.2,123.8],"ftL":[-3.7,246.6]},{"rootY":6.1,"hips":[0,0],"chest":[9.7,-97],"neck":[11.3,-166.1],"head":[15.4,-201.7],"shR":[61.3,-136.2],"elR":[53.7,-97.6],"haR":[38.6,-66.5],"shL":[-43.4,-144.6],"elL":[-44.5,-164.8],"haL":[-33.4,-184.6],"hipR":[23.6,14.4],"knR":[50.8,134.5],"ftR":[51.4,213],"hipL":[-27.5,0.8],"knL":[-14.8,122.9],"ftL":[-0.5,246.1]},{"rootY":6.7,"hips":[0,0],"chest":[9.4,-96.8],"neck":[11.2,-165.8],"head":[15.5,-201.4],"shR":[61.3,-135.6],"elR":[53.7,-95.7],"haR":[38.1,-64],"shL":[-43.4,-145.3],"elL":[-43.5,-167.9],"haL":[-31.7,-189.7],"hipR":[23,15.2],"knR":[53.4,133.3],"ftR":[55.4,206.2],"hipL":[-27.4,-0.2],"knL":[-13.8,122.2],"ftL":[1.6,245.7]},{"rootY":6.6,"hips":[0,0],"chest":[8.8,-96.7],"neck":[10.4,-165.5],"head":[14.7,-201.1],"shR":[60.8,-135.5],"elR":[53,-94.4],"haR":[36.9,-61.8],"shL":[-43.9,-145.3],"elL":[-42.5,-169],"haL":[-30.6,-191.7],"hipR":[22.8,15.4],"knR":[53,131.1],"ftR":[56.6,201.8],"hipL":[-27.4,-0.5],"knL":[-13.2,121.8],"ftL":[2.5,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[7.5,-96.8],"neck":[8.6,-165.5],"head":[12.8,-201.2],"shR":[59.5,-136],"elR":[51.6,-93.7],"haR":[35.7,-60],"shL":[-45.3,-144.9],"elL":[-42.1,-168],"haL":[-30.2,-190.1],"hipR":[23.1,15.1],"knR":[50,128.3],"ftR":[55.1,201.6],"hipL":[-27.5,-0.1],"knL":[-12.9,122.2],"ftL":[2.2,246.5]},{"rootY":4.6,"hips":[0,0],"chest":[5.6,-97],"neck":[6.1,-165.7],"head":[10.3,-201.4],"shR":[57.4,-137],"elR":[50,-93.9],"haR":[34.9,-59.1],"shL":[-47.5,-144.7],"elL":[-42.5,-165.4],"haL":[-30.4,-185.2],"hipR":[23.7,14.3],"knR":[45.9,125.1],"ftR":[51.8,206.1],"hipL":[-27.6,0.8],"knL":[-13.2,123.2],"ftL":[1.4,247.6]},{"rootY":3.5,"hips":[0,0],"chest":[3.4,-97.2],"neck":[3.3,-165.7],"head":[7.6,-201.5],"shR":[55,-138.1],"elR":[48.5,-95],"haR":[34.8,-60],"shL":[-49.9,-144.9],"elL":[-43,-161.9],"haL":[-30.7,-178.2],"hipR":[24.3,13.6],"knR":[41.8,121.5],"ftR":[48.5,213.5],"hipL":[-27.7,1.7],"knL":[-13.9,124.1],"ftL":[0.2,248.6]},{"rootY":3,"hips":[0,0],"chest":[1.6,-97.1],"neck":[0.7,-165.6],"head":[5.1,-201.4],"shR":[52.8,-138.7],"elR":[47.6,-96.7],"haR":[35.3,-62.4],"shL":[-52.1,-144.6],"elL":[-43.3,-157.5],"haL":[-31.1,-169.8],"hipR":[24.5,13.2],"knR":[38.6,118.1],"ftR":[46.2,221.5],"hipL":[-27.8,2.1],"knL":[-14.5,124.6],"ftL":[-0.9,249.1]},{"rootY":2.8,"hips":[0,0],"chest":[0.4,-97],"neck":[-1.3,-165.3],"head":[3,-201.2],"shR":[51.2,-139],"elR":[47.2,-98.7],"haR":[36.2,-65.7],"shL":[-53.8,-143.4],"elL":[-43.5,-151.9],"haL":[-31.2,-160],"hipR":[24.7,13.1],"knR":[36.8,115.5],"ftR":[44.9,229.1],"hipL":[-27.8,2.2],"knL":[-15,124.8],"ftL":[-1.7,249.3]},{"rootY":3,"hips":[0,0],"chest":[0,-96.9],"neck":[-2.6,-165.1],"head":[1.5,-201.1],"shR":[50.4,-139.3],"elR":[47.7,-100.8],"haR":[37.5,-69.4],"shL":[-54.6,-142],"elL":[-43.3,-145.5],"haL":[-31.2,-149.1],"hipR":[24.7,13.1],"knR":[36.1,114],"ftR":[43.5,235.4],"hipL":[-27.8,2.3],"knL":[-15.3,124.8],"ftL":[-2.2,249.2]},{"rootY":3.3,"hips":[0,0],"chest":[0.3,-96.8],"neck":[-3,-164.9],"head":[0.4,-201],"shR":[50.3,-139.5],"elR":[49.1,-103],"haR":[39.2,-73.7],"shL":[-54.7,-141],"elL":[-42.3,-139.4],"haL":[-31.3,-138.1],"hipR":[24.6,13.2],"knR":[35.6,113.9],"ftR":[41.4,238.9],"hipL":[-27.8,2.1],"knL":[-15.4,124.6],"ftL":[-2.5,248.9]},{"rootY":3.9,"hips":[0,0],"chest":[0.7,-96.8],"neck":[-3.1,-164.7],"head":[-0.5,-200.9],"shR":[50.5,-139.5],"elR":[50.9,-105.1],"haR":[41.1,-78.5],"shL":[-54.3,-140.3],"elL":[-40.6,-134.2],"haL":[-31.7,-127.5],"hipR":[24.6,13.3],"knR":[34.7,115.1],"ftR":[38.7,238.8],"hipL":[-27.9,2],"knL":[-15.5,124.3],"ftL":[-2.8,248.3]},{"rootY":4.7,"hips":[0,0],"chest":[1.2,-96.7],"neck":[-3.3,-164.6],"head":[-1.6,-200.9],"shR":[50.6,-139.3],"elR":[52.7,-107.1],"haR":[42.9,-83.3],"shL":[-54.2,-139.1],"elL":[-39.2,-129.1],"haL":[-32.3,-117.5],"hipR":[24.6,13.3],"knR":[32.5,117.3],"ftR":[35.4,235.5],"hipL":[-27.9,2],"knL":[-15.8,124],"ftL":[-3.3,247.7]},{"rootY":5.7,"hips":[0,0],"chest":[1.5,-96.6],"neck":[-3.5,-164.5],"head":[-2.8,-200.8],"shR":[50.6,-139.4],"elR":[54.3,-109.1],"haR":[44.6,-88.2],"shL":[-54.4,-137.7],"elL":[-38.9,-123.8],"haL":[-32.6,-108.2],"hipR":[24.5,13.3],"knR":[28.7,119.1],"ftR":[30.8,231.1],"hipL":[-27.9,2],"knL":[-16.4,123.7],"ftL":[-4.2,246.7]},{"rootY":7.1,"hips":[0,0],"chest":[1.7,-96.5],"neck":[-3.7,-164.5],"head":[-3.8,-200.8],"shR":[50.6,-139.4],"elR":[55.9,-111.3],"haR":[46.4,-93.3],"shL":[-54.5,-136.6],"elL":[-38.7,-119.1],"haL":[-32.9,-100.7],"hipR":[24.5,13.4],"knR":[25,119.4],"ftR":[24.9,228.6],"hipL":[-27.9,2],"knL":[-17.2,123.4],"ftL":[-5.4,245.4]},{"rootY":8.6,"hips":[0,0],"chest":[1.7,-96.4],"neck":[-3.7,-164.4],"head":[-4.5,-200.7],"shR":[50.7,-139.4],"elR":[57.7,-113.4],"haR":[48.2,-98.6],"shL":[-54.4,-136.3],"elL":[-38.3,-116.3],"haL":[-33,-95.7],"hipR":[24.6,13.2],"knR":[22.4,118.8],"ftR":[19.1,228.8],"hipL":[-27.9,2.1],"knL":[-18,123.1],"ftL":[-6.6,243.7]},{"rootY":10.2,"hips":[0,0],"chest":[1.6,-96.4],"neck":[-3.4,-164.5],"head":[-5,-200.8],"shR":[50.9,-139.6],"elR":[59.4,-115.7],"haR":[50.2,-103.8],"shL":[-54.2,-136.6],"elL":[-38.1,-115.3],"haL":[-33.1,-93.3],"hipR":[24.8,12.9],"knR":[21,118.7],"ftR":[15.2,231],"hipL":[-27.8,2.5],"knL":[-18.9,123.1],"ftL":[-7.8,241.8]},{"rootY":12,"hips":[0,0],"chest":[1.7,-96.8],"neck":[-3.1,-164.9],"head":[-5.1,-201.2],"shR":[51.2,-139.7],"elR":[61,-118.6],"haR":[52.5,-109.6],"shL":[-53.9,-136.9],"elL":[-38.6,-115.4],"haL":[-34,-93.6],"hipR":[25.1,12.2],"knR":[19.8,119.6],"ftR":[12.6,234.1],"hipL":[-27.7,3.3],"knL":[-20.2,123.6],"ftL":[-9.1,239.9]},{"rootY":13.8,"hips":[0,0],"chest":[1.3,-97.3],"neck":[-3.3,-165.4],"head":[-5.3,-201.6],"shR":[50.7,-139],"elR":[61.7,-122.6],"haR":[54.6,-117.2],"shL":[-54.3,-136.1],"elL":[-41,-116.5],"haL":[-37.2,-96.7],"hipR":[25.7,10.9],"knR":[17.5,120.9],"ftR":[8.5,236.4],"hipL":[-27.5,4.6],"knL":[-22.3,124.7],"ftL":[-11.3,237.9]},{"rootY":14.5,"hips":[0,0],"chest":[-1.1,-97.4],"neck":[-4.4,-165.6],"head":[-5.9,-201.7],"shR":[48.8,-137.1],"elR":[61.4,-126.9],"haR":[55.4,-126.7],"shL":[-55.8,-134.9],"elL":[-45.8,-118.6],"haL":[-43.5,-102.3],"hipR":[26.6,8.6],"knR":[14.7,121.8],"ftR":[2.6,237.5],"hipL":[-27,7],"knL":[-24.6,126.4],"ftL":[-14.7,236]},{"rootY":13.9,"hips":[0,0],"chest":[-5.6,-97.3],"neck":[-5.7,-165.8],"head":[-5.8,-201.7],"shR":[46.6,-135.9],"elR":[61.2,-130.9],"haR":[55.5,-136.3],"shL":[-58.2,-135.9],"elL":[-52.2,-122.5],"haL":[-51.8,-109.3],"hipR":[27.3,5.9],"knR":[13,121.8],"ftR":[-1.6,238],"hipL":[-26.2,9.7],"knL":[-26.3,128.3],"ftL":[-18.1,233.7]},{"rootY":12,"hips":[0,0],"chest":[-9.1,-97.7],"neck":[-6.4,-166.3],"head":[-4.3,-202.2],"shR":[45.6,-136.7],"elR":[62.7,-134.2],"haR":[56.1,-144.7],"shL":[-59.9,-140.5],"elL":[-58.3,-128.8],"haL":[-60,-117.7],"hipR":[27.6,4.5],"knR":[12.5,121.5],"ftR":[-2.5,239],"hipL":[-25.7,11],"knL":[-27.7,130.6],"ftL":[-19.6,229.9]},{"rootY":9.9,"hips":[0,0],"chest":[-10.2,-98.4],"neck":[-6.5,-166.9],"head":[-2,-202.5],"shR":[45.7,-138.7],"elR":[65.3,-136.9],"haR":[57.7,-152.1],"shL":[-60.2,-145.7],"elL":[-63,-136.5],"haL":[-67,-128.2],"hipR":[27.6,4.1],"knR":[12.7,121.8],"ftR":[-2.2,240.8],"hipL":[-25.5,11.4],"knL":[-29.5,132.9],"ftL":[-19.2,224.1]},{"rootY":8.3,"hips":[0,0],"chest":[-10.4,-98.8],"neck":[-6.5,-167.1],"head":[0.3,-202.5],"shR":[46,-139.9],"elR":[68,-139.5],"haR":[59.4,-159.4],"shL":[-59.9,-148.4],"elL":[-66.8,-144.3],"haL":[-72.7,-140.8],"hipR":[27.7,3.7],"knR":[12.5,122.2],"ftR":[-2.8,242.3],"hipL":[-25.3,11.8],"knL":[-33.3,134.5],"ftL":[-18.1,216.8]},{"rootY":7.2,"hips":[0,0],"chest":[-10.4,-98.8],"neck":[-5.8,-166.9],"head":[2.4,-202.1],"shR":[46.4,-139.6],"elR":[70.2,-141.9],"haR":[61.1,-165.6],"shL":[-59.6,-149],"elL":[-69.9,-151.1],"haL":[-76.7,-153],"hipR":[27.8,2.8],"knR":[12.2,122.3],"ftR":[-3.3,243.3],"hipL":[-25,12.5],"knL":[-38.3,134.9],"ftL":[-17.2,210.3]},{"rootY":6.1,"hips":[0,0],"chest":[-10.5,-98.6],"neck":[-4.4,-166.6],"head":[4.8,-201.6],"shR":[47.1,-138.6],"elR":[72.1,-143.1],"haR":[63.1,-169.3],"shL":[-59,-149.6],"elL":[-72,-156.4],"haL":[-79,-162.7],"hipR":[27.9,2.1],"knR":[12.4,122.5],"ftR":[-2.6,244.2],"hipL":[-24.6,13.2],"knL":[-43.1,134.2],"ftL":[-17,207]},{"rootY":4.9,"hips":[0,0],"chest":[-10.1,-98.4],"neck":[-2.7,-166.2],"head":[7.3,-201.1],"shR":[48.2,-137.6],"elR":[73.5,-142.8],"haR":[65.2,-169.8],"shL":[-57.9,-151],"elL":[-73,-160.8],"haL":[-80,-170.2],"hipR":[27.9,1.9],"knR":[12.7,122.9],"ftR":[-1.6,245.4],"hipL":[-24.5,13.4],"knL":[-47.1,132.6],"ftL":[-18.2,207.6]},{"rootY":3.6,"hips":[0,0],"chest":[-9.2,-98.2],"neck":[-1.1,-165.9],"head":[9.6,-200.6],"shR":[49.4,-136.8],"elR":[74.3,-141.4],"haR":[67,-167.8],"shL":[-56.5,-152.3],"elL":[-72.9,-164.8],"haL":[-80.1,-176.6],"hipR":[27.9,1.9],"knR":[13,123.4],"ftR":[-1.4,246.6],"hipL":[-24.5,13.3],"knL":[-50.1,130.4],"ftL":[-21.2,211.5]},{"rootY":2.5,"hips":[0,0],"chest":[-7.9,-98.1],"neck":[0.6,-165.7],"head":[11.6,-200.3],"shR":[50.7,-136.3],"elR":[75.1,-139.8],"haR":[68.5,-164.2],"shL":[-55.1,-153],"elL":[-71.9,-168.4],"haL":[-79,-182.4],"hipR":[27.9,2.1],"knR":[13.2,123.9],"ftR":[-1.4,247.6],"hipL":[-24.6,13.2],"knL":[-52.3,127.7],"ftL":[-25.2,217.4]},{"rootY":1.7,"hips":[0,0],"chest":[-6.7,-98],"neck":[2.2,-165.5],"head":[13.3,-200.1],"shR":[52.1,-136.1],"elR":[75.7,-138.2],"haR":[69.7,-159.5],"shL":[-53.7,-153.6],"elL":[-70.4,-171.4],"haL":[-77.1,-187],"hipR":[27.8,2.3],"knR":[13.6,124.3],"ftR":[-1,248.4],"hipL":[-24.7,13.1],"knL":[-53.7,125],"ftL":[-29.5,224.5]},{"rootY":1.2,"hips":[0,0],"chest":[-5.8,-97.9],"neck":[3.5,-165.4],"head":[14.6,-200],"shR":[53.1,-136],"elR":[75.6,-136.5],"haR":[70.5,-153.6],"shL":[-52.5,-154.4],"elL":[-68.8,-173.6],"haL":[-74.9,-190.4],"hipR":[27.8,2.5],"knR":[13.9,124.7],"ftR":[-0.4,249.1],"hipL":[-24.8,12.9],"knL":[-54.3,122.5],"ftL":[-34.2,231.7]},{"rootY":0.8,"hips":[0,0],"chest":[-5.2,-97.9],"neck":[4.2,-165.3],"head":[15.6,-199.8],"shR":[53.7,-136],"elR":[74.8,-134.1],"haR":[71.1,-146.4],"shL":[-51.8,-155.1],"elL":[-67.6,-175.3],"haL":[-72.7,-193.1],"hipR":[27.8,2.6],"knR":[14,125],"ftR":[-0.2,249.5],"hipL":[-24.8,12.7],"knL":[-53.4,120.5],"ftL":[-39.6,237.9]},{"rootY":0.5,"hips":[0,0],"chest":[-4.8,-98],"neck":[4.9,-165.2],"head":[16.8,-199.5],"shR":[54.1,-136.2],"elR":[73.4,-131.1],"haR":[71.8,-137.6],"shL":[-51.2,-155.5],"elL":[-66.5,-176.9],"haL":[-70.2,-195.5],"hipR":[27.8,2.8],"knR":[14.2,125.3],"ftR":[0.1,249.8],"hipL":[-24.9,12.6],"knL":[-50.3,119.3],"ftL":[-44.5,242.3]},{"rootY":0.4,"hips":[0,0],"chest":[-4.6,-98],"neck":[5.7,-165.1],"head":[18.1,-199.3],"shR":[54.6,-136.4],"elR":[71.7,-127.4],"haR":[72.9,-127.4],"shL":[-50.5,-156.2],"elL":[-65.3,-178.6],"haL":[-67.5,-197.8],"hipR":[27.8,2.9],"knR":[14.8,125.4],"ftR":[1.1,250],"hipL":[-25,12.5],"knL":[-45.8,119],"ftL":[-47,244.3]},{"rootY":0.5,"hips":[0,0],"chest":[-4.6,-98.1],"neck":[6.5,-164.9],"head":[19.3,-198.9],"shR":[55.1,-136.2],"elR":[69.9,-123],"haR":[74,-116.4],"shL":[-49.8,-157.1],"elL":[-63.7,-180.4],"haL":[-64.9,-200],"hipR":[27.8,3],"knR":[15.5,125.5],"ftR":[2.3,250.1],"hipL":[-25,12.4],"knL":[-40.9,119.1],"ftL":[-46.2,243.5]},{"rootY":0.7,"hips":[0,0],"chest":[-4.7,-98.1],"neck":[7,-164.8],"head":[19.9,-198.8],"shR":[55.2,-135.6],"elR":[68.4,-117.9],"haR":[74.4,-105.3],"shL":[-49.2,-157.8],"elL":[-61.8,-182.1],"haL":[-62.5,-202.4],"hipR":[27.8,3.1],"knR":[16.1,125.6],"ftR":[3.4,249.9],"hipL":[-25,12.4],"knL":[-36.6,119.3],"ftL":[-42.6,240.6]},{"rootY":1.1,"hips":[0,0],"chest":[-4.9,-98.1],"neck":[7.1,-164.8],"head":[19.9,-198.8],"shR":[55.2,-135],"elR":[67.3,-112.4],"haR":[74.1,-94.5],"shL":[-48.9,-158.3],"elL":[-60,-183.6],"haL":[-60,-204.9],"hipR":[27.8,3.1],"knR":[16.7,125.5],"ftR":[4.4,249.6],"hipL":[-25.1,12.4],"knL":[-32.5,119.4],"ftL":[-37.2,236.7]},{"rootY":1.8,"hips":[0,0],"chest":[-5.2,-98.2],"neck":[7,-164.9],"head":[19.3,-199.1],"shR":[55,-134.4],"elR":[66.6,-107.1],"haR":[73.6,-84.6],"shL":[-49,-158.4],"elL":[-58.4,-184.7],"haL":[-57.6,-206.8],"hipR":[27.7,3.1],"knR":[17.3,125.3],"ftR":[5.4,249],"hipL":[-25,12.4],"knL":[-28.8,119.2],"ftL":[-31.2,233.3]},{"rootY":2.8,"hips":[0,0],"chest":[-5.8,-98.3],"neck":[6.3,-165.1],"head":[17.8,-199.6],"shR":[54.5,-133.9],"elR":[65.8,-102.5],"haR":[73.1,-76.3],"shL":[-49.6,-158],"elL":[-57.2,-185],"haL":[-55.7,-207.9],"hipR":[27.7,3.2],"knR":[17.9,125.2],"ftR":[6.1,248.2],"hipL":[-25.1,12.3],"knL":[-26,118.9],"ftL":[-26,231.7]},{"rootY":4.1,"hips":[0,0],"chest":[-6.6,-98.4],"neck":[4.8,-165.5],"head":[15.4,-200.2],"shR":[53.6,-134.2],"elR":[64.8,-99.4],"haR":[72.2,-70.1],"shL":[-50.8,-157.3],"elL":[-56.7,-184.6],"haL":[-54.2,-207.8],"hipR":[27.6,3.3],"knR":[18.2,124.8],"ftR":[6.3,246.8],"hipL":[-25.1,12.2],"knL":[-24.2,119.7],"ftL":[-22.5,233.4]},{"rootY":5.8,"hips":[0,0],"chest":[-7.8,-98.4],"neck":[2.7,-166],"head":[12.2,-201],"shR":[52.5,-135.7],"elR":[64,-98.4],"haR":[71.1,-66.9],"shL":[-52.5,-156.4],"elL":[-56.9,-183.2],"haL":[-53,-206.2],"hipR":[27.5,3.3],"knR":[18.9,124.4],"ftR":[6.7,244.9],"hipL":[-25,12.1],"knL":[-22.6,122.1],"ftL":[-19.8,237.4]},{"rootY":7.7,"hips":[0,0],"chest":[-8.8,-98.6],"neck":[0.9,-166.6],"head":[9,-202],"shR":[51.6,-137.1],"elR":[63.4,-99.2],"haR":[70.8,-67.1],"shL":[-54,-154.3],"elL":[-56.7,-180.2],"haL":[-51.3,-202.1],"hipR":[27.2,3.9],"knR":[20.7,124.8],"ftR":[8.1,242.8],"hipL":[-25.1,11.6],"knL":[-20.9,124.9],"ftL":[-16.6,241.2]},{"rootY":8.9,"hips":[0,0],"chest":[-8.3,-98.7],"neck":[-0.1,-167.2],"head":[6.8,-202.8],"shR":[51.6,-137.8],"elR":[63.7,-101.1],"haR":[71.9,-69.8],"shL":[-54.4,-150.4],"elL":[-55.2,-174.1],"haL":[-48.4,-193.4],"hipR":[26.6,6.3],"knR":[23.6,127],"ftR":[10.9,240.9],"hipL":[-25.9,9.3],"knL":[-19.5,125.9],"ftL":[-12.5,243]},{"rootY":8.4,"hips":[0,0],"chest":[-5.3,-98.2],"neck":[-0.3,-167.3],"head":[5.3,-203],"shR":[52.7,-139.5],"elR":[65.1,-103.9],"haR":[73.7,-73.6],"shL":[-53.2,-146.4],"elL":[-52,-164.4],"haL":[-44.5,-179.1],"hipR":[25.7,9.6],"knR":[27.7,130.2],"ftR":[15.3,238.1],"hipL":[-26.8,6],"knL":[-18.4,124.8],"ftL":[-8.5,243.5]},{"rootY":6.3,"hips":[0,0],"chest":[-1.8,-97.5],"neck":[-0.2,-166.9],"head":[3.9,-202.8],"shR":[54.2,-143.7],"elR":[66.9,-108.2],"haR":[74.9,-78.3],"shL":[-51.7,-144.1],"elL":[-47.9,-152.8],"haL":[-40.6,-160.1],"hipR":[25,11.4],"knR":[33,132.9],"ftR":[20.9,232.5],"hipL":[-27.1,4.1],"knL":[-16.9,123.9],"ftL":[-5.8,244.9]},{"rootY":4.2,"hips":[0,0],"chest":[0,-97.1],"neck":[0.2,-166.5],"head":[2.2,-202.7],"shR":[55,-149.1],"elR":[68.7,-114.4],"haR":[76.1,-85.7],"shL":[-50.4,-143.9],"elL":[-43.2,-142.2],"haL":[-37.6,-140.7],"hipR":[24.7,11.7],"knR":[38.7,134],"ftR":[28,224.2],"hipL":[-27,3.8],"knL":[-15.6,124.4],"ftL":[-3.8,246.9]},{"rootY":3.4,"hips":[0,0],"chest":[0.4,-96.9],"neck":[0.6,-166.3],"head":[0.6,-202.6],"shR":[55.1,-152.6],"elR":[70.6,-121.9],"haR":[78.1,-97],"shL":[-49.1,-144.7],"elL":[-38.3,-134.2],"haL":[-34.5,-125.1],"hipR":[24.3,12.1],"knR":[43.6,133],"ftR":[35.6,215.3],"hipL":[-26.7,3.4],"knL":[-14.3,124.8],"ftL":[-1.5,248]},{"rootY":3.6,"hips":[0,0],"chest":[0.1,-96.5],"neck":[0,-165.9],"head":[-1.1,-202.2],"shR":[54.5,-152.8],"elR":[72.6,-128.7],"haR":[80,-110.1],"shL":[-48.6,-144.6],"elL":[-34.7,-127.8],"haL":[-31.2,-113.5],"hipR":[23.9,12.9],"knR":[47,130.5],"ftR":[40.8,208.4],"hipL":[-26.7,2.5],"knL":[-13.6,124.4],"ftL":[0.3,247.9]},{"rootY":3.6,"hips":[0,0],"chest":[-0.6,-96],"neck":[-1.8,-165.3],"head":[-3.4,-201.6],"shR":[53,-151.9],"elR":[74.7,-133.8],"haR":[81.2,-122.1],"shL":[-49.3,-142.7],"elL":[-33.5,-122.4],"haL":[-29,-104.8],"hipR":[23.9,13.4],"knR":[48.6,127.3],"ftR":[42.9,205.5],"hipL":[-26.9,1.9],"knL":[-13.6,124.1],"ftL":[0.9,247.9]},{"rootY":3.1,"hips":[0,0],"chest":[-1.3,-95.6],"neck":[-4.4,-164.8],"head":[-6.1,-201.1],"shR":[50.8,-152.5],"elR":[76.8,-137.7],"haR":[81.9,-132.3],"shL":[-51.3,-139.8],"elL":[-34.5,-118],"haL":[-28.3,-98.1],"hipR":[24.2,13.2],"knR":[48.6,123.7],"ftR":[43.6,208.3],"hipL":[-27.2,2.1],"knL":[-13.7,124.4],"ftL":[0.5,248.6]},{"rootY":2.1,"hips":[0,0],"chest":[-2.3,-95.5],"neck":[-7.1,-164.5],"head":[-9,-200.8],"shR":[48.4,-154],"elR":[78.3,-141.8],"haR":[82.6,-142],"shL":[-53.9,-137.3],"elL":[-36.8,-114.8],"haL":[-28.9,-93.6],"hipR":[24.7,12.6],"knR":[47.5,120.1],"ftR":[45.2,215.4],"hipL":[-27.3,2.8],"knL":[-13.8,125.2],"ftL":[0,249.6]},{"rootY":1.1,"hips":[0,0],"chest":[-3.4,-95.6],"neck":[-9.5,-164.3],"head":[-11.7,-200.6],"shR":[46.1,-154.6],"elR":[78.5,-147.1],"haR":[82.9,-151.7],"shL":[-56.5,-135.9],"elL":[-39.5,-112.9],"haL":[-30.3,-91],"hipR":[25.1,12],"knR":[46.2,117.1],"ftR":[47.6,224.5],"hipL":[-27.4,3.5],"knL":[-14.1,125.9],"ftL":[-0.6,250.5]},{"rootY":0.5,"hips":[0,0],"chest":[-4.2,-95.7],"neck":[-11.2,-164.2],"head":[-13.8,-200.4],"shR":[44.6,-154.5],"elR":[78,-153],"haR":[82.7,-161.2],"shL":[-58.6,-135.7],"elL":[-42.1,-112.1],"haL":[-32.4,-89.8],"hipR":[25.4,11.5],"knR":[45.4,115.4],"ftR":[50.1,233],"hipL":[-27.5,4],"knL":[-14.5,126.5],"ftL":[-1.2,251.1]},{"rootY":0.3,"hips":[0,0],"chest":[-4.2,-95.8],"neck":[-11.8,-164.1],"head":[-15.2,-200.3],"shR":[44.1,-154.5],"elR":[77.9,-158.3],"haR":[82.3,-169.7],"shL":[-59.5,-135.9],"elL":[-43.8,-111.8],"haL":[-34.9,-89.1],"hipR":[25.5,11.3],"knR":[45.5,114.5],"ftR":[52.4,238.3],"hipL":[-27.5,4.2],"knL":[-14.7,126.7],"ftL":[-1.5,251.2]},{"rootY":0.5,"hips":[0,0],"chest":[-3.6,-96],"neck":[-11.4,-164.2],"head":[-15.9,-200.2],"shR":[44.6,-154.7],"elR":[78.5,-161.9],"haR":[82,-176.6],"shL":[-59.4,-136],"elL":[-44.6,-111.5],"haL":[-37.6,-88.1],"hipR":[25.5,11.3],"knR":[45.7,114.4],"ftR":[53.9,239.2],"hipL":[-27.5,4.2],"knL":[-14.6,126.6],"ftL":[-1.3,251]},{"rootY":1,"hips":[0,0],"chest":[-2.7,-96.1],"neck":[-10.6,-164.2],"head":[-16.4,-200],"shR":[45.3,-154.9],"elR":[79.5,-164.3],"haR":[81.5,-182],"shL":[-58.9,-136.2],"elL":[-45,-111],"haL":[-40.4,-86.7],"hipR":[25.4,11.6],"knR":[44.7,115.1],"ftR":[53.7,235.7],"hipL":[-27.5,3.9],"knL":[-14.4,126.2],"ftL":[-0.8,250.4]},{"rootY":1.8,"hips":[0,0],"chest":[-1.9,-96.1],"neck":[-10.1,-164.2],"head":[-16.9,-199.8],"shR":[45.8,-155.3],"elR":[80.3,-166.3],"haR":[80.6,-186.1],"shL":[-58.6,-136.4],"elL":[-45.6,-110.3],"haL":[-43.2,-85],"hipR":[25.2,11.9],"knR":[41.7,115.3],"ftR":[51.8,229.2],"hipL":[-27.6,3.5],"knL":[-14.4,125.7],"ftL":[-0.7,249.4]},{"rootY":2.5,"hips":[0,0],"chest":[-1.3,-96.2],"neck":[-10.1,-164.1],"head":[-17.5,-199.6],"shR":[45.8,-155.8],"elR":[80.6,-167.8],"haR":[79.5,-188.6],"shL":[-58.7,-136.2],"elL":[-46.8,-109.2],"haL":[-45.8,-82.8],"hipR":[25.2,12.1],"knR":[38.3,114.2],"ftR":[48.4,222.6],"hipL":[-27.6,3.3],"knL":[-14.7,125.4],"ftL":[-1.1,248.5]},{"rootY":3.1,"hips":[0,0],"chest":[-1.2,-96.3],"neck":[-10.5,-164.1],"head":[-18.2,-199.4],"shR":[45.4,-156.3],"elR":[80.3,-168.7],"haR":[78.6,-189.7],"shL":[-59,-135.8],"elL":[-48.1,-107.7],"haL":[-48,-80.4],"hipR":[25.3,11.9],"knR":[35.5,112.3],"ftR":[43.7,217.7],"hipL":[-27.6,3.6],"knL":[-15.3,125.6],"ftL":[-1.7,247.8]},{"rootY":3.3,"hips":[0,0],"chest":[-1.4,-96.4],"neck":[-10.9,-164.2],"head":[-18.8,-199.5],"shR":[44.9,-156.6],"elR":[79.6,-169],"haR":[77.7,-189.8],"shL":[-59.6,-135.7],"elL":[-49.3,-106.3],"haL":[-49.7,-77.7],"hipR":[25.5,11.4],"knR":[33.2,110.1],"ftR":[37.8,215.2],"hipL":[-27.6,4.1],"knL":[-15.9,126.1],"ftL":[-2.1,247.4]},{"rootY":3.4,"hips":[0,0],"chest":[-1.4,-96.7],"neck":[-11.1,-164.4],"head":[-19.2,-199.6],"shR":[44.8,-156.4],"elR":[78.6,-168.6],"haR":[76.8,-188.9],"shL":[-60,-136],"elL":[-50.3,-105],"haL":[-50.9,-74.9],"hipR":[25.7,10.9],"knR":[30.8,108.7],"ftR":[30.8,215],"hipL":[-27.5,4.6],"knL":[-16.4,126.5],"ftL":[-2.5,246.9]},{"rootY":3.6,"hips":[0,0],"chest":[-1,-97.1],"neck":[-10.7,-164.7],"head":[-19.5,-199.8],"shR":[45.2,-155.7],"elR":[78,-167.5],"haR":[75.9,-187.4],"shL":[-60,-136.4],"elL":[-50.8,-103.9],"haL":[-51.8,-72.5],"hipR":[25.8,10.6],"knR":[28,108.7],"ftR":[23.5,216.6],"hipL":[-27.5,5],"knL":[-17.2,126.8],"ftL":[-3.1,246]},{"rootY":4.1,"hips":[0,0],"chest":[-0.3,-97.5],"neck":[-9.8,-165.1],"head":[-19.7,-199.9],"shR":[46.2,-155],"elR":[77.8,-165.9],"haR":[75,-185.2],"shL":[-59.4,-137.1],"elL":[-50.7,-103.5],"haL":[-52.4,-70.7],"hipR":[26,10.2],"knR":[24.9,109.9],"ftR":[16.2,220.4],"hipL":[-27.4,5.4],"knL":[-18,126.9],"ftL":[-3.8,244.8]},{"rootY":5,"hips":[0,0],"chest":[0.8,-97.9],"neck":[-8.2,-165.6],"head":[-19.7,-200],"shR":[47.8,-153.9],"elR":[78.4,-164],"haR":[74.6,-182.8],"shL":[-58.2,-138],"elL":[-50.2,-103.6],"haL":[-52.9,-69.5],"hipR":[26.1,9.9],"knR":[21.8,112.8],"ftR":[9.9,226.7],"hipL":[-27.3,5.7],"knL":[-18.7,126.9],"ftL":[-4.1,243.1]},{"rootY":6.2,"hips":[0,0],"chest":[2.7,-98.3],"neck":[-6,-166],"head":[-19.3,-199.7],"shR":[50,-151.9],"elR":[79.6,-162.1],"haR":[75,-180.5],"shL":[-56.3,-138.5],"elL":[-49.6,-103.4],"haL":[-53.4,-68.7],"hipR":[26.1,9.7],"knR":[18.3,117.3],"ftR":[4.7,234.4],"hipL":[-27.2,5.9],"knL":[-19.8,126.8],"ftL":[-4.4,240.9]},{"rootY":7.4,"hips":[0,0],"chest":[4.8,-98.6],"neck":[-3.7,-166.2],"head":[-18.9,-199.2],"shR":[52.1,-149.1],"elR":[80.6,-159.9],"haR":[75.7,-178.5],"shL":[-54.5,-137.4],"elL":[-49.7,-102.3],"haL":[-54.9,-68.2],"hipR":[26.3,8.9],"knR":[14.4,122],"ftR":[0.1,240.5],"hipL":[-26.8,6.7],"knL":[-21.8,127.5],"ftL":[-5.2,238.5]},{"rootY":8,"hips":[0,0],"chest":[5.8,-98.5],"neck":[-1.9,-166.3],"head":[-18.2,-198.7],"shR":[53.2,-147],"elR":[81,-157.6],"haR":[76.3,-176.4],"shL":[-53.1,-135.8],"elL":[-50.6,-101.3],"haL":[-57.5,-68.2],"hipR":[26.8,7],"knR":[11.5,124.6],"ftR":[-3.3,242.8],"hipL":[-26.2,8.6],"knL":[-24.6,129.3],"ftL":[-6.4,235.6]},{"rootY":7.7,"hips":[0,0],"chest":[4.9,-98.4],"neck":[-0.6,-166.4],"head":[-16.6,-198.9],"shR":[53.5,-146.3],"elR":[80.8,-155],"haR":[76.5,-173.3],"shL":[-52.6,-135.9],"elL":[-52.2,-101.3],"haL":[-60.4,-68.2],"hipR":[27.3,5],"knR":[11,124.2],"ftR":[-4.6,242.9],"hipL":[-25.6,10.6],"knL":[-28.4,132],"ftL":[-8.1,231]},{"rootY":6.2,"hips":[0,0],"chest":[2.8,-98.4],"neck":[-0.6,-166.4],"head":[-14.7,-199.8],"shR":[52.8,-146.2],"elR":[79.7,-151.9],"haR":[75.9,-168.7],"shL":[-53.5,-138.3],"elL":[-54.8,-102],"haL":[-63.4,-67.9],"hipR":[27.6,3.9],"knR":[11.2,123.2],"ftR":[-4.9,243.6],"hipL":[-25.2,11.6],"knL":[-33.4,134.2],"ftL":[-11.8,223.8]},{"rootY":4.8,"hips":[0,0],"chest":[0.6,-98.4],"neck":[-2.1,-166.2],"head":[-13.1,-200.8],"shR":[51.1,-146.2],"elR":[77.4,-149],"haR":[74.2,-163.3],"shL":[-55.6,-141.3],"elL":[-58.2,-103.1],"haL":[-66.8,-68.1],"hipR":[27.6,3.6],"knR":[11.2,123.4],"ftR":[-5.5,245.2],"hipL":[-25.2,11.8],"knL":[-38.9,134],"ftL":[-17.5,215.1]},{"rootY":3.7,"hips":[0,0],"chest":[-1.3,-98.2],"neck":[-4.5,-165.9],"head":[-11.8,-201.5],"shR":[48.9,-146.4],"elR":[74.3,-146.5],"haR":[71.7,-158],"shL":[-57.9,-142.1],"elL":[-61.7,-103.6],"haL":[-70.4,-68.9],"hipR":[27.5,3.5],"knR":[10.5,124.2],"ftR":[-6.4,246.5],"hipL":[-25,12],"knL":[-43.9,131.4],"ftL":[-23.5,207.7]},{"rootY":2.8,"hips":[0,0],"chest":[-2.5,-97.9],"neck":[-6.2,-165.6],"head":[-10.2,-201.7],"shR":[47.4,-146.9],"elR":[71.1,-144.8],"haR":[69.6,-153.3],"shL":[-59.5,-140.6],"elL":[-64.4,-103.4],"haL":[-73.5,-69.8],"hipR":[27.5,3.3],"knR":[10.4,124.6],"ftR":[-6.4,247.4],"hipL":[-25,12.1],"knL":[-47.3,127.7],"ftL":[-27.7,203.5]},{"rootY":2.2,"hips":[0,0],"chest":[-3,-97.6],"neck":[-6.7,-165.2],"head":[-8.2,-201.4],"shR":[46.8,-147.6],"elR":[68.7,-144],"haR":[68,-149.5],"shL":[-59.9,-139],"elL":[-66.3,-102.9],"haL":[-75.8,-70.3],"hipR":[27.6,3.2],"knR":[10.8,124.8],"ftR":[-5.8,248.1],"hipL":[-25,12.3],"knL":[-49.1,123.9],"ftL":[-30.5,203.6]},{"rootY":1.9,"hips":[0,0],"chest":[-3,-97.4],"neck":[-6.3,-164.7],"head":[-6.4,-201],"shR":[47,-147.8],"elR":[67.3,-143.1],"haR":[66.5,-146.4],"shL":[-59.6,-138.7],"elL":[-67.6,-102.7],"haL":[-77.5,-70.2],"hipR":[27.7,3.2],"knR":[11.2,125],"ftR":[-5.3,248.7],"hipL":[-25.1,12.3],"knL":[-49.8,120.1],"ftL":[-33.6,207.8]},{"rootY":1.6,"hips":[0,0],"chest":[-2.4,-97.1],"neck":[-5.2,-164.3],"head":[-4.8,-200.5],"shR":[48,-147],"elR":[67.2,-141.2],"haR":[65.1,-143.1],"shL":[-58.8,-139.2],"elL":[-67.9,-102.7],"haL":[-78.2,-69.8],"hipR":[27.7,3.2],"knR":[11.3,125.2],"ftR":[-4.9,249.2],"hipL":[-25.1,12.2],"knL":[-49.6,116.7],"ftL":[-37.4,215.1]},{"rootY":1.2,"hips":[0,0],"chest":[-1.7,-97.1],"neck":[-3.7,-164.2],"head":[-3.4,-200.3],"shR":[49.3,-145.8],"elR":[68.1,-138.4],"haR":[64.5,-139.3],"shL":[-57.6,-139.8],"elL":[-67,-102.9],"haL":[-77.8,-69.7],"hipR":[27.7,3.4],"knR":[11.7,125.5],"ftR":[-4.1,249.7],"hipL":[-25.2,12.1],"knL":[-48.7,114.6],"ftL":[-41.2,224]},{"rootY":0.8,"hips":[0,0],"chest":[-1,-97.2],"neck":[-2.4,-164.2],"head":[-2.3,-200.3],"shR":[50.5,-145],"elR":[69,-135.7],"haR":[64.8,-135.7],"shL":[-56.4,-140.4],"elL":[-65.5,-103.2],"haL":[-76.5,-69.7],"hipR":[27.7,3.6],"knR":[12.3,125.8],"ftR":[-2.9,250.2],"hipL":[-25.3,11.9],"knL":[-48,114],"ftL":[-44.9,232.5]},{"rootY":0.6,"hips":[0,0],"chest":[-0.4,-97.3],"neck":[-1.5,-164.2],"head":[-1.7,-200.3],"shR":[51.3,-144.8],"elR":[69.3,-134],"haR":[65.7,-132.6],"shL":[-55.6,-140.9],"elL":[-64.3,-103.5],"haL":[-75.3,-69.9],"hipR":[27.7,3.7],"knR":[13,126],"ftR":[-1.9,250.4],"hipL":[-25.3,11.8],"knL":[-47.5,114.5],"ftL":[-48.1,238.5]},{"rootY":0.7,"hips":[0,0],"chest":[-0.1,-97.3],"neck":[-1.1,-164.2],"head":[-1.3,-200.3],"shR":[51.7,-144.7],"elR":[69.6,-132.8],"haR":[66.7,-130.1],"shL":[-55.2,-141],"elL":[-63.4,-103.6],"haL":[-74.4,-69.9],"hipR":[27.7,3.6],"knR":[13.6,126],"ftR":[-1,250.3],"hipL":[-25.3,11.8],"knL":[-46.3,115.7],"ftL":[-50.2,240.9]},{"rootY":1,"hips":[0,0],"chest":[0.2,-97.4],"neck":[-0.7,-164.2],"head":[-0.9,-200.3],"shR":[52.1,-144.5],"elR":[70.5,-132],"haR":[68.2,-127.9],"shL":[-54.8,-140.8],"elL":[-62.5,-103.5],"haL":[-73.2,-69.9],"hipR":[27.6,3.6],"knR":[14.3,126],"ftR":[0.2,250],"hipL":[-25.3,11.9],"knL":[-43.8,117.5],"ftL":[-50.8,239.7]},{"rootY":1.5,"hips":[0,0],"chest":[0.5,-97.5],"neck":[-0.3,-164.4],"head":[-0.1,-200.5],"shR":[52.5,-144.7],"elR":[71.5,-131.5],"haR":[70.2,-126.2],"shL":[-54.4,-140.8],"elL":[-61.6,-103.4],"haL":[-71.9,-69.8],"hipR":[27.6,3.7],"knR":[15.3,126],"ftR":[1.8,249.6],"hipL":[-25.3,11.8],"knL":[-40.2,119],"ftL":[-49.9,236.2]},{"rootY":2.1,"hips":[0,0],"chest":[0.6,-97.6],"neck":[0,-164.5],"head":[0.6,-200.7],"shR":[52.8,-144.8],"elR":[72.2,-131],"haR":[72.2,-125],"shL":[-54.1,-140.8],"elL":[-61,-103.2],"haL":[-71,-69.5],"hipR":[27.6,3.9],"knR":[16.3,126.1],"ftR":[3.5,248.9],"hipL":[-25.4,11.6],"knL":[-37,119.3],"ftL":[-46.9,232.5]},{"rootY":2.8,"hips":[0,0],"chest":[0.4,-97.8],"neck":[0.1,-164.7],"head":[1.3,-200.9],"shR":[52.9,-144.5],"elR":[72.7,-130.6],"haR":[74,-124.2],"shL":[-54,-140.8],"elL":[-60.5,-103.1],"haL":[-70.5,-69.3],"hipR":[27.6,4.1],"knR":[17.3,126.2],"ftR":[5.3,248],"hipL":[-25.4,11.5],"knL":[-34.2,118.2],"ftL":[-41.3,230.3]},{"rootY":3.8,"hips":[0,0],"chest":[0.2,-97.9],"neck":[0.2,-165],"head":[2,-201.2],"shR":[53,-144.2],"elR":[73.5,-130.2],"haR":[75.7,-123.6],"shL":[-53.9,-140.9],"elL":[-60.1,-103.2],"haL":[-70.1,-69.4],"hipR":[27.6,4.3],"knR":[18.4,126.2],"ftR":[7.4,247],"hipL":[-25.5,11.2],"knL":[-31.3,117.4],"ftL":[-34.1,230.5]},{"rootY":4.8,"hips":[0,0],"chest":[0,-98],"neck":[0.1,-165.3],"head":[2.9,-201.5],"shR":[53.1,-144.4],"elR":[74.6,-129.9],"haR":[77.4,-123.1],"shL":[-53.9,-140.9],"elL":[-59.6,-103.5],"haL":[-69.6,-69.9],"hipR":[27.5,4.8],"knR":[19.8,126.3],"ftR":[9.8,245.6],"hipL":[-25.8,10.7],"knL":[-27.5,119.3],"ftL":[-27,233.3]},{"rootY":6.1,"hips":[0,0],"chest":[-0.8,-98.1],"neck":[-0.8,-165.7],"head":[3.3,-201.8],"shR":[52.5,-144.8],"elR":[75.1,-130],"haR":[79.1,-122.8],"shL":[-54.4,-140.2],"elL":[-59.4,-104.2],"haL":[-69.6,-71.4],"hipR":[27.4,5.4],"knR":[21.8,126.7],"ftR":[12.3,243.7],"hipL":[-26,10.2],"knL":[-22.9,123.2],"ftL":[-20.1,237.5]},{"rootY":7.5,"hips":[0,0],"chest":[-2.7,-97.9],"neck":[-2.8,-165.8],"head":[3,-201.7],"shR":[51,-143.9],"elR":[74.9,-129.9],"haR":[80.7,-123.2],"shL":[-55.7,-138.6],"elL":[-59.7,-105.1],"haL":[-70.1,-74.1],"hipR":[27.1,6.1],"knR":[24.1,127.2],"ftR":[14.7,240.9],"hipL":[-26.2,9.5],"knL":[-19.6,126.3],"ftL":[-12.9,240.4]},{"rootY":7.9,"hips":[0,0],"chest":[-4.4,-97.4],"neck":[-4.6,-165.6],"head":[2.6,-201.2],"shR":[49.6,-141.8],"elR":[75.3,-128.9],"haR":[82.9,-123.1],"shL":[-56.6,-136.7],"elL":[-59.3,-106.1],"haL":[-69.6,-77.2],"hipR":[26.8,7.4],"knR":[26.5,128.4],"ftR":[17.7,237.6],"hipL":[-26.5,8.3],"knL":[-16.9,126.5],"ftL":[-6.2,241.9]},{"rootY":6.4,"hips":[0,0],"chest":[-4.5,-96.9],"neck":[-5,-165.4],"head":[2.5,-200.9],"shR":[49.4,-140.8],"elR":[76.9,-126.8],"haR":[86,-120.9],"shL":[-56.3,-136.2],"elL":[-57.9,-107.2],"haL":[-67.3,-79.8],"hipR":[26.3,8.9],"knR":[29,130.5],"ftR":[21.8,233.4],"hipL":[-27,6.7],"knL":[-15,125.2],"ftL":[-2.5,243.4]},{"rootY":3.6,"hips":[0,0],"chest":[-3.4,-96.9],"neck":[-4.6,-165.6],"head":[2,-201.3],"shR":[50.2,-142.9],"elR":[79.2,-125.4],"haR":[89.8,-117.2],"shL":[-55.6,-137.5],"elL":[-56.4,-109.1],"haL":[-64.1,-82.4],"hipR":[26,9.7],"knR":[31.6,132.4],"ftR":[26.3,226.9],"hipL":[-27.1,5.9],"knL":[-14.5,125.3],"ftL":[-1.5,245.5]},{"rootY":1.5,"hips":[0,0],"chest":[-2.3,-97.2],"neck":[-3.9,-166.1],"head":[1.2,-202.1],"shR":[51.2,-146.3],"elR":[81.6,-126.2],"haR":[94.5,-115.2],"shL":[-54.7,-139.7],"elL":[-54.6,-112.3],"haL":[-60.6,-86.5],"hipR":[25.8,9.9],"knR":[34.9,132.6],"ftR":[30.6,218.2],"hipL":[-27.1,5.7],"knL":[-13.9,126],"ftL":[-0.2,247.3]},{"rootY":1.1,"hips":[0,0],"chest":[-1.9,-97.4],"neck":[-3.6,-166.3],"head":[-0.1,-202.4],"shR":[51.6,-147.9],"elR":[83.9,-128.1],"haR":[99.6,-116.5],"shL":[-54.2,-140.8],"elL":[-52.9,-115.6],"haL":[-57.3,-92],"hipR":[25.5,10.5],"knR":[38.4,130.7],"ftR":[33.6,209.5],"hipL":[-27.1,5.1],"knL":[-12.5,125.8],"ftL":[2.4,247.7]},{"rootY":1.5,"hips":[0,0],"chest":[-2.1,-97.1],"neck":[-4.5,-165.9],"head":[-2,-202.1],"shR":[50.9,-147.3],"elR":[85.4,-129.3],"haR":[103.4,-118.9],"shL":[-54.5,-139.7],"elL":[-51.9,-117.5],"haL":[-54.6,-96.6],"hipR":[25.2,11.4],"knR":[41.8,127.8],"ftR":[34.5,203.8],"hipL":[-27.3,4.1],"knL":[-11.5,125.1],"ftL":[4.3,247.5]},{"rootY":1.3,"hips":[0,0],"chest":[-2.8,-96.7],"neck":[-6.7,-165.3],"head":[-4.9,-201.6],"shR":[49.1,-146.6],"elR":[86,-129.5],"haR":[105.5,-120.2],"shL":[-55.8,-137.3],"elL":[-52.3,-117.1],"haL":[-53.2,-98.2],"hipR":[25.2,11.9],"knR":[44.2,124.8],"ftR":[34.3,203.8],"hipL":[-27.6,3.5],"knL":[-11.5,124.8],"ftL":[4.2,247.8]},{"rootY":0.5,"hips":[0,0],"chest":[-3.7,-96.4],"neck":[-9.5,-164.9],"head":[-8.4,-201.2],"shR":[46.8,-147.5],"elR":[85.8,-130.1],"haR":[106.9,-121],"shL":[-57.5,-135.1],"elL":[-53.8,-115.1],"haL":[-53.1,-96.5],"hipR":[25.3,11.9],"knR":[45.1,121.4],"ftR":[35.1,208.9],"hipL":[-27.7,3.6],"knL":[-12,125.2],"ftL":[3.2,248.5]},{"rootY":-0.7,"hips":[0,0],"chest":[-4.7,-96.2],"neck":[-12.3,-164.5],"head":[-12.2,-200.9],"shR":[44.5,-148.8],"elR":[85.2,-132.1],"haR":[108.5,-123.1],"shL":[-59.5,-133.4],"elL":[-55.9,-112.1],"haL":[-54.5,-92.6],"hipR":[25.4,11.7],"knR":[44.5,117.9],"ftR":[38,217],"hipL":[-27.7,3.8],"knL":[-12.5,125.7],"ftL":[2,249.4]},{"rootY":-1.9,"hips":[0,0],"chest":[-5.7,-96.1],"neck":[-14.8,-164.2],"head":[-16,-200.5],"shR":[42.3,-149.2],"elR":[84.5,-135],"haR":[109.6,-127.2],"shL":[-61.5,-131.9],"elL":[-58.1,-108.8],"haL":[-57.6,-87.4],"hipR":[25.5,11.3],"knR":[43.5,114.9],"ftR":[42.2,225.8],"hipL":[-27.6,4.2],"knL":[-13.3,126.3],"ftL":[0.6,250.3]},{"rootY":-2.9,"hips":[0,0],"chest":[-6.3,-96.1],"neck":[-16.9,-163.8],"head":[-19.7,-200.1],"shR":[40.6,-149.5],"elR":[84.2,-138.1],"haR":[110.1,-132.1],"shL":[-63.4,-130.7],"elL":[-60.7,-105.2],"haL":[-62.4,-81.1],"hipR":[25.7,10.9],"knR":[42.9,113],"ftR":[46.4,233.3],"hipL":[-27.5,4.6],"knL":[-14.1,126.9],"ftL":[-0.9,251.3]},{"rootY":-3.4,"hips":[0,0],"chest":[-6.3,-96.2],"neck":[-18.2,-163.6],"head":[-23,-199.6],"shR":[39.4,-150.2],"elR":[84.2,-141],"haR":[110.1,-136.8],"shL":[-64.8,-129.9],"elL":[-63.5,-101.5],"haL":[-68.3,-74.1],"hipR":[25.8,10.5],"knR":[42.7,112.3],"ftR":[49.8,237.2],"hipL":[-27.4,5],"knL":[-14.5,127.4],"ftL":[-1.8,251.9]},{"rootY":-3.5,"hips":[0,0],"chest":[-5.7,-96.4],"neck":[-19.1,-163.4],"head":[-25.7,-199.1],"shR":[38.6,-150.8],"elR":[84.3,-143.5],"haR":[110.1,-141],"shL":[-65.7,-128.9],"elL":[-66.5,-97.7],"haL":[-74.6,-67.2],"hipR":[25.8,10.5],"knR":[42.1,112.1],"ftR":[51.7,235.8],"hipL":[-27.4,5.1],"knL":[-14.5,127.6],"ftL":[-1.8,252.1]},{"rootY":-3.3,"hips":[0,0],"chest":[-5,-96.4],"neck":[-19.8,-163],"head":[-27.9,-198.5],"shR":[37.9,-151],"elR":[84,-145.5],"haR":[109.4,-144.6],"shL":[-66.3,-127.4],"elL":[-69.7,-93.8],"haL":[-80.9,-61],"hipR":[25.7,10.6],"knR":[40.9,111.3],"ftR":[51.6,229.7],"hipL":[-27.4,4.9],"knL":[-14.2,127.4],"ftL":[-1.6,252.1]},{"rootY":-2.9,"hips":[0,0],"chest":[-4.5,-96.4],"neck":[-20.6,-162.6],"head":[-29.7,-197.8],"shR":[37,-151.1],"elR":[83.1,-146.9],"haR":[107.5,-147.2],"shL":[-66.9,-125.7],"elL":[-73,-90],"haL":[-86.8,-55.5],"hipR":[25.6,10.8],"knR":[39.4,109.4],"ftR":[49.8,221.2],"hipL":[-27.4,4.8],"knL":[-14.1,127.2],"ftL":[-1.8,251.9]},{"rootY":-2.8,"hips":[0,0],"chest":[-4.1,-96.3],"neck":[-21.3,-162.2],"head":[-31.1,-197.2],"shR":[36.2,-151.4],"elR":[81.8,-147.7],"haR":[104.8,-148.5],"shL":[-67.3,-124.5],"elL":[-75.8,-86.8],"haL":[-91.9,-50.7],"hipR":[25.5,10.9],"knR":[37.9,106.5],"ftR":[47,213.2],"hipL":[-27.4,4.7],"knL":[-14.1,127.1],"ftL":[-2.3,251.8]},{"rootY":-2.8,"hips":[0,0],"chest":[-3.7,-96.3],"neck":[-21.7,-161.9],"head":[-32,-196.7],"shR":[35.6,-151.5],"elR":[80.1,-148],"haR":[101.7,-148.8],"shL":[-67.6,-123.9],"elL":[-78,-84.5],"haL":[-95.8,-46.8],"hipR":[25.4,10.8],"knR":[36.4,103.4],"ftR":[43.5,207.2],"hipL":[-27.3,4.7],"knL":[-14.3,127],"ftL":[-3,251.8]},{"rootY":-2.8,"hips":[0,0],"chest":[-3.6,-96.3],"neck":[-22,-161.7],"head":[-32.7,-196.4],"shR":[34.9,-151.4],"elR":[78.1,-147.8],"haR":[98.2,-148.3],"shL":[-68.1,-123.8],"elL":[-79.8,-83.1],"haL":[-98.8,-44.1],"hipR":[25.4,10.6],"knR":[34.6,100.8],"ftR":[39.2,203.6],"hipL":[-27.2,5],"knL":[-14.6,127.1],"ftL":[-3.9,251.9]},{"rootY":-2.9,"hips":[0,0],"chest":[-3.8,-96.4],"neck":[-22.5,-161.7],"head":[-33.4,-196.3],"shR":[34,-151.2],"elR":[75.9,-146.9],"haR":[94.3,-146.9],"shL":[-68.8,-124],"elL":[-81.5,-82.2],"haL":[-101.2,-42.4],"hipR":[25.5,10.2],"knR":[32.4,99.4],"ftR":[34.2,203.1],"hipL":[-27.1,5.3],"knL":[-15.2,127.3],"ftL":[-4.9,252]},{"rootY":-2.9,"hips":[0,0],"chest":[-4,-96.7],"neck":[-23,-161.8],"head":[-34,-196.5],"shR":[33.2,-150.9],"elR":[73.7,-145.5],"haR":[90.2,-144.7],"shL":[-69.3,-124.3],"elL":[-83.1,-81.7],"haL":[-103.1,-41.3],"hipR":[25.6,10],"knR":[29.8,100.1],"ftR":[28.4,205.6],"hipL":[-26.9,5.6],"knL":[-15.9,127.5],"ftL":[-5.9,252]},{"rootY":-2.7,"hips":[0,0],"chest":[-4.2,-97.1],"neck":[-23.5,-162.1],"head":[-34.5,-196.7],"shR":[32.4,-150.2],"elR":[71.3,-143.7],"haR":[86.1,-142.1],"shL":[-69.8,-124.3],"elL":[-84.5,-81.4],"haL":[-104.9,-40.8],"hipR":[25.7,9.9],"knR":[26.4,102.7],"ftR":[21.6,209.8],"hipL":[-26.9,5.8],"knL":[-16.8,127.5],"ftL":[-7.1,251.6]},{"rootY":-1.9,"hips":[0,0],"chest":[-4.7,-97.6],"neck":[-24,-162.4],"head":[-34.9,-197.1],"shR":[31.5,-149.3],"elR":[69,-141.6],"haR":[82.1,-139.1],"shL":[-70.2,-124.2],"elL":[-85.8,-81.3],"haL":[-106.6,-40.8],"hipR":[25.8,9.6],"knR":[22.9,106.7],"ftR":[14.9,215.9],"hipL":[-26.8,6],"knL":[-17.7,127.5],"ftL":[-8.3,251]},{"rootY":-0.7,"hips":[0,0],"chest":[-4.6,-98],"neck":[-23.9,-162.8],"head":[-34.4,-197.6],"shR":[31.4,-148.4],"elR":[67.2,-139.4],"haR":[78.8,-135.8],"shL":[-70.1,-124.4],"elL":[-86.5,-81.5],"haL":[-107.8,-41.1],"hipR":[25.9,9.4],"knR":[19.9,112.1],"ftR":[9.9,225.3],"hipL":[-26.7,6.2],"knL":[-18.5,127.3],"ftL":[-9.1,249.8]},{"rootY":1.1,"hips":[0,0],"chest":[-3,-98.4],"neck":[-22.6,-163.2],"head":[-32.8,-198.1],"shR":[32.3,-147.1],"elR":[66.4,-137.1],"haR":[76.7,-132.6],"shL":[-68.6,-124.4],"elL":[-86.4,-81.8],"haL":[-108.4,-41.9],"hipR":[25.7,9.6],"knR":[17.6,118.9],"ftR":[7.1,236.2],"hipL":[-26.5,6],"knL":[-19.5,126.8],"ftL":[-9.2,247.9]},{"rootY":3.1,"hips":[0,0],"chest":[-0.9,-98.8],"neck":[-20.7,-163.7],"head":[-30.5,-198.5],"shR":[33.7,-145],"elR":[65.7,-134.7],"haR":[75.2,-129.5],"shL":[-66.3,-123.7],"elL":[-86.2,-82.4],"haL":[-109.5,-43.8],"hipR":[25.8,9.1],"knR":[15.6,124.5],"ftR":[4.8,244.3],"hipL":[-26.1,6.5],"knL":[-20.9,126.8],"ftL":[-9.6,245.8]},{"rootY":4.8,"hips":[0,0],"chest":[-0.6,-98.6],"neck":[-18.9,-164.1],"head":[-28.2,-199],"shR":[34.3,-143],"elR":[64.2,-132],"haR":[73,-126.2],"shL":[-64.7,-123.6],"elL":[-87.3,-84.1],"haL":[-112.4,-47.2],"hipR":[26.5,6.6],"knR":[14.5,126.1],"ftR":[2.3,246.7],"hipL":[-25.5,9],"knL":[-22.8,128.4],"ftL":[-10.9,244]},{"rootY":5.1,"hips":[0,0],"chest":[-3.4,-98.2],"neck":[-18,-164.8],"head":[-26.4,-199.9],"shR":[34,-142.7],"elR":[61.6,-129.1],"haR":[69.3,-121.7],"shL":[-65.6,-126.2],"elL":[-90.3,-87.9],"haL":[-117.3,-51.9],"hipR":[27.3,3.6],"knR":[13.9,123.9],"ftR":[0.2,245.8],"hipL":[-24.7,11.8],"knL":[-26.9,131.1],"ftL":[-13.1,241.1]},{"rootY":4,"hips":[0,0],"chest":[-6.1,-98.1],"neck":[-17.1,-165.4],"head":[-24.2,-200.8],"shR":[34.3,-143.9],"elR":[59.3,-126.3],"haR":[65.4,-116.3],"shL":[-67.4,-131.5],"elL":[-93.5,-93.8],"haL":[-122.1,-58.5],"hipR":[27.6,2.5],"knR":[13.9,122.5],"ftR":[-0.5,245.9],"hipL":[-24.4,12.8],"knL":[-32.4,133.9],"ftL":[-15.5,234.7]},{"rootY":2.7,"hips":[0,0],"chest":[-6.8,-98],"neck":[-16,-165.6],"head":[-21.3,-201.4],"shR":[35.4,-145.1],"elR":[57.8,-124.4],"haR":[62,-112.1],"shL":[-68,-137.1],"elL":[-96.1,-101.3],"haL":[-126.4,-68.4],"hipR":[27.5,2.8],"knR":[14.1,123.2],"ftR":[-0.5,247.4],"hipL":[-24.6,12.6],"knL":[-37.3,135],"ftL":[-18.6,224.5]},{"rootY":2.1,"hips":[0,0],"chest":[-6.7,-97.7],"neck":[-15.1,-165.5],"head":[-18.7,-201.6],"shR":[36.1,-145.1],"elR":[56.4,-123.4],"haR":[58.7,-110.1],"shL":[-67.8,-140],"elL":[-98.7,-109.2],"haL":[-130.5,-81.5],"hipR":[27.4,2.6],"knR":[13.6,123.8],"ftR":[-1.1,248.2],"hipL":[-24.5,12.8],"knL":[-42.6,134.1],"ftL":[-22.7,214]},{"rootY":2.2,"hips":[0,0],"chest":[-6.9,-97.1],"neck":[-14.1,-165.2],"head":[-16.2,-201.5],"shR":[36.6,-143.9],"elR":[55.3,-122.6],"haR":[55.7,-109.5],"shL":[-67.2,-140.3],"elL":[-100.8,-116.8],"haL":[-133.7,-95.7],"hipR":[27.5,1.7],"knR":[13.3,123.6],"ftR":[-1.5,248],"hipL":[-24.2,13.5],"knL":[-47.8,131.6],"ftL":[-26.2,206.8]},{"rootY":2.3,"hips":[0,0],"chest":[-6.8,-96.7],"neck":[-12.4,-165.1],"head":[-13.2,-201.4],"shR":[37.4,-142.6],"elR":[54.7,-121.5],"haR":[53.5,-108.9],"shL":[-66,-140.2],"elL":[-102,-123.6],"haL":[-135,-108.7],"hipR":[27.7,1.3],"knR":[13.8,123.4],"ftR":[-0.9,247.9],"hipL":[-24.1,13.9],"knL":[-51.1,128],"ftL":[-28.4,204.7]},{"rootY":2.1,"hips":[0,0],"chest":[-5.9,-96.4],"neck":[-10.1,-164.9],"head":[-9.7,-201.3],"shR":[39.2,-141.4],"elR":[55.1,-119.9],"haR":[52.4,-107.5],"shL":[-64.2,-141.2],"elL":[-102,-129.6],"haL":[-134.5,-119.5],"hipR":[27.8,1.6],"knR":[14.8,124],"ftR":[0.6,248.2],"hipL":[-24.3,13.6],"knL":[-51.6,124],"ftL":[-29.9,207.9]},{"rootY":1.8,"hips":[0,0],"chest":[-4.5,-96.2],"neck":[-7.3,-164.8],"head":[-6.1,-201.2],"shR":[41.5,-140.3],"elR":[56.2,-118],"haR":[52.1,-105.5],"shL":[-61.8,-142.8],"elL":[-100.8,-134.9],"haL":[-133.1,-128.5],"hipR":[27.8,2.2],"knR":[15.8,124.7],"ftR":[2.5,248.4],"hipL":[-24.7,13.1],"knL":[-50.1,120.3],"ftL":[-31.7,215.3]},{"rootY":1.6,"hips":[0,0],"chest":[-3.2,-96.1],"neck":[-4.4,-164.8],"head":[-2.5,-201.1],"shR":[43.9,-139.4],"elR":[57.3,-116.2],"haR":[52.3,-103.6],"shL":[-59.5,-144.3],"elL":[-98.8,-139.8],"haL":[-131.3,-136.4],"hipR":[27.7,2.7],"knR":[16.6,125.3],"ftR":[4.8,248.1],"hipL":[-24.9,12.6],"knL":[-47.6,117.4],"ftL":[-34.1,224.6]},{"rootY":1.7,"hips":[0,0],"chest":[-2.2,-96.1],"neck":[-1.9,-164.9],"head":[0.8,-201.1],"shR":[46.1,-138.9],"elR":[57.9,-115],"haR":[52.9,-102.1],"shL":[-57.4,-145.8],"elL":[-96.4,-144],"haL":[-129.3,-142.7],"hipR":[27.7,3.2],"knR":[17.7,125.9],"ftR":[7.2,247.5],"hipL":[-25.1,12.2],"knL":[-45.1,115.9],"ftL":[-37,233.8]},{"rootY":2.1,"hips":[0,0],"chest":[-1.7,-96.1],"neck":[-0.2,-164.9],"head":[3.6,-201],"shR":[47.5,-138.2],"elR":[57.9,-113.8],"haR":[53.4,-100.5],"shL":[-55.9,-147.1],"elL":[-94.4,-147],"haL":[-127.4,-146.9],"hipR":[27.7,3.4],"knR":[18.8,126.3],"ftR":[9.2,246.7],"hipL":[-25.2,12],"knL":[-43.1,116.2],"ftL":[-40.1,240.5]},{"rootY":2.4,"hips":[0,0],"chest":[-1.8,-96.1],"neck":[0.9,-164.9],"head":[5.8,-200.9],"shR":[48.4,-137.1],"elR":[57.8,-112.3],"haR":[53.9,-98.3],"shL":[-55.2,-147.8],"elL":[-93,-148.5],"haL":[-125.8,-149.1],"hipR":[27.7,3.5],"knR":[19.6,126.4],"ftR":[10.8,245.7],"hipL":[-25.2,12],"knL":[-41.4,117.4],"ftL":[-43.1,242.1]},{"rootY":2.9,"hips":[0,0],"chest":[-2.1,-96.3],"neck":[1.7,-165],"head":[7.6,-200.9],"shR":[49,-135.8],"elR":[58.3,-110.5],"haR":[54.9,-96],"shL":[-54.6,-147.9],"elL":[-91.8,-148.9],"haL":[-124.1,-150],"hipR":[27.7,3.4],"knR":[20.6,126.4],"ftR":[12.5,244.7],"hipL":[-25.2,12],"knL":[-38.3,119.1],"ftL":[-45.2,237.9]},{"rootY":3.7,"hips":[0,0],"chest":[-2.4,-96.4],"neck":[2.1,-165],"head":[8.7,-200.8],"shR":[49.4,-135],"elR":[58.9,-109.2],"haR":[56.2,-94.1],"shL":[-54.4,-147.7],"elL":[-90.7,-148.9],"haL":[-122.5,-150],"hipR":[27.7,3.3],"knR":[21.8,126.1],"ftR":[14.1,243.7],"hipL":[-25.2,12.1],"knL":[-35.9,119.8],"ftL":[-46.3,230.8]},{"rootY":4.4,"hips":[0,0],"chest":[-2.9,-96.5],"neck":[1.8,-165.1],"head":[8.7,-200.8],"shR":[49.2,-134.6],"elR":[59.1,-108.5],"haR":[57.2,-92.7],"shL":[-54.8,-147.4],"elL":[-89.7,-148.2],"haL":[-121.1,-148.8],"hipR":[27.7,3.2],"knR":[22.8,125.7],"ftR":[15.5,242.4],"hipL":[-25.1,12.2],"knL":[-35.7,118.1],"ftL":[-46.5,226.1]},{"rootY":4.9,"hips":[0,0],"chest":[-3.5,-96.6],"neck":[1.2,-165.2],"head":[8.3,-200.8],"shR":[48.7,-134.6],"elR":[59.2,-108.1],"haR":[58.2,-91.7],"shL":[-55.4,-147.2],"elL":[-88.6,-146.8],"haL":[-119.4,-146.3],"hipR":[27.7,3.2],"knR":[23.7,125.4],"ftR":[16.8,240.9],"hipL":[-25.1,12.2],"knL":[-35.7,115.5],"ftL":[-45.3,224.9]},{"rootY":5.2,"hips":[0,0],"chest":[-4,-96.7],"neck":[0.7,-165.3],"head":[7.7,-200.9],"shR":[48.6,-134.8],"elR":[59.9,-107.9],"haR":[59.7,-91],"shL":[-55.8,-147],"elL":[-87.3,-144.9],"haL":[-117.2,-142.9],"hipR":[27.7,3.4],"knR":[25,125.5],"ftR":[18.4,239],"hipL":[-25.2,12],"knL":[-35,113.7],"ftL":[-43.1,225.7]},{"rootY":5.4,"hips":[0,0],"chest":[-4.1,-96.8],"neck":[0.3,-165.5],"head":[7.1,-201.2],"shR":[49,-135.4],"elR":[61.3,-107.9],"haR":[61.6,-90.6],"shL":[-55.9,-146.7],"elL":[-85.7,-142.8],"haL":[-114.8,-139.1],"hipR":[27.6,3.9],"knR":[26.7,125.9],"ftR":[20.4,236.7],"hipL":[-25.3,11.6],"knL":[-34,113.4],"ftL":[-40.7,228]},{"rootY":5.8,"hips":[0,0],"chest":[-4.3,-96.9],"neck":[-0.3,-165.7],"head":[6.2,-201.5],"shR":[49.4,-136.4],"elR":[63.4,-108.5],"haR":[64.1,-90.9],"shL":[-56.1,-146.3],"elL":[-83.8,-140.9],"haL":[-112.2,-135.7],"hipR":[27.4,4.3],"knR":[28.5,126.1],"ftR":[22.7,233.6],"hipL":[-25.4,11.2],"knL":[-32.8,115.1],"ftL":[-38.5,232.7]},{"rootY":7,"hips":[0,0],"chest":[-4.4,-97],"neck":[-0.8,-166],"head":[5.3,-201.8],"shR":[49.8,-137.3],"elR":[66.1,-109.8],"haR":[67.7,-92.4],"shL":[-56.2,-145.7],"elL":[-81.6,-139.3],"haL":[-108.9,-132.9],"hipR":[27.2,4.9],"knR":[30.6,126.5],"ftR":[25.7,229.7],"hipL":[-25.5,10.7],"knL":[-30.9,118.2],"ftL":[-35.7,238.5]},{"rootY":8.6,"hips":[0,0],"chest":[-3.4,-97],"neck":[-0.2,-166.1],"head":[5.3,-201.9],"shR":[50.9,-137.2],"elR":[69.6,-111.7],"haR":[73.7,-95.4],"shL":[-55.1,-144],"elL":[-78.2,-137.4],"haL":[-104,-130.9],"hipR":[26.7,6.6],"knR":[34.2,127.7],"ftR":[30.1,225.6],"hipL":[-26,9.1],"knL":[-27.6,120.1],"ftL":[-31.3,242.4]},{"rootY":9.6,"hips":[0,0],"chest":[0,-96.7],"neck":[1.9,-166],"head":[6.7,-201.8],"shR":[53.7,-136.6],"elR":[74.1,-114.1],"haR":[81.9,-99.9],"shL":[-52,-141],"elL":[-73.1,-134.6],"haL":[-97,-128.3],"hipR":[25.7,9.6],"knR":[40.6,130],"ftR":[36.6,221.1],"hipL":[-26.8,6.1],"knL":[-23.4,119.6],"ftL":[-25.3,243.4]},{"rootY":9,"hips":[0,0],"chest":[4.9,-96],"neck":[4.8,-165.4],"head":[8.6,-201.4],"shR":[57.4,-137.1],"elR":[79.1,-117.8],"haR":[90.3,-105.6],"shL":[-47.9,-138],"elL":[-66.9,-130.6],"haL":[-88.9,-123.1],"hipR":[24.3,12.4],"knR":[48.4,132.1],"ftR":[45,215.6],"hipL":[-27.1,3],"knL":[-19.8,119],"ftL":[-19.5,243.6]},{"rootY":7.2,"hips":[0,0],"chest":[8.3,-95.2],"neck":[7,-164.7],"head":[9.3,-200.8],"shR":[60.6,-139.3],"elR":[83.7,-122.8],"haR":[96.4,-112.8],"shL":[-45,-136.3],"elL":[-61.3,-125.8],"haL":[-81.3,-115],"hipR":[23,14.2],"knR":[53.7,133.4],"ftR":[54.1,209.7],"hipL":[-26.7,1],"knL":[-18.2,120.3],"ftL":[-15.4,245.1]},{"rootY":5.8,"hips":[0,0],"chest":[8.9,-94.9],"neck":[7.5,-164.4],"head":[8.1,-200.5],"shR":[61.7,-142.4],"elR":[87.1,-129.3],"haR":[99.7,-122.7],"shL":[-44.3,-136.1],"elL":[-57.5,-121.3],"haL":[-75.3,-106],"hipR":[22.3,14.8],"knR":[54.1,133.5],"ftR":[60.6,204.7],"hipL":[-26.1,0.3],"knL":[-18.6,122],"ftL":[-13.6,246.8]},{"rootY":5.2,"hips":[0,0],"chest":[8.2,-94.9],"neck":[6.3,-164.3],"head":[5.4,-200.4],"shR":[61,-144.2],"elR":[89.4,-135.9],"haR":[101.2,-134],"shL":[-44.9,-135.8],"elL":[-54.7,-117],"haL":[-70.5,-97.5],"hipR":[22.4,14.9],"knR":[51.2,132.8],"ftR":[62.4,200.8],"hipL":[-26.2,0.2],"knL":[-19.1,122.6],"ftL":[-13.1,247.4]},{"rootY":4.8,"hips":[0,0],"chest":[7.1,-95.2],"neck":[4.1,-164.3],"head":[2.2,-200.5],"shR":[59.4,-144.8],"elR":[90.4,-141.5],"haR":[101.4,-144.9],"shL":[-46,-134.6],"elL":[-52.3,-112],"haL":[-65.7,-89.1],"hipR":[22.9,14.8],"knR":[47,131.3],"ftR":[60.6,200.2],"hipL":[-26.7,0.3],"knL":[-18.7,122.5],"ftL":[-13.4,247.7]},{"rootY":4.3,"hips":[0,0],"chest":[5.5,-95.6],"neck":[1.2,-164.3],"head":[-1.6,-200.5],"shR":[56.9,-145.7],"elR":[90,-146],"haR":[100.2,-154],"shL":[-48.2,-133.4],"elL":[-50.9,-106.4],"haL":[-61.1,-79.8],"hipR":[23.5,14.2],"knR":[42,128.6],"ftR":[56.9,204.3],"hipL":[-27,1],"knL":[-19.1,123.1],"ftL":[-14.6,248.3]},{"rootY":3.5,"hips":[0,0],"chest":[3.7,-95.7],"neck":[-1.6,-164.2],"head":[-5,-200.4],"shR":[54.3,-147.1],"elR":[88.9,-150],"haR":[98.5,-161.4],"shL":[-50.6,-132.3],"elL":[-50,-100.6],"haL":[-56.6,-69.7],"hipR":[23.8,13.6],"knR":[37.9,125.2],"ftR":[53.4,212.3],"hipL":[-27,1.6],"knL":[-19.6,124],"ftL":[-16,249.1]},{"rootY":3.1,"hips":[0,0],"chest":[2.4,-95.7],"neck":[-4,-164],"head":[-7.8,-200.2],"shR":[52.3,-148.3],"elR":[87.8,-153.9],"haR":[96.8,-167.7],"shL":[-52.4,-131],"elL":[-48.7,-95.2],"haL":[-52.4,-60.2],"hipR":[23.8,13.4],"knR":[36.4,121.6],"ftR":[50.6,221.8],"hipL":[-26.9,1.9],"knL":[-19.8,124.6],"ftL":[-17,249.5]},{"rootY":3.3,"hips":[0,0],"chest":[1.5,-95.7],"neck":[-5.9,-163.8],"head":[-10.1,-199.9],"shR":[50.6,-149.2],"elR":[86.4,-157.5],"haR":[94.9,-172.9],"shL":[-53.5,-129.4],"elL":[-46.9,-90.5],"haL":[-48.7,-51.8],"hipR":[23.8,13.3],"knR":[37.8,118.1],"ftR":[48.8,230.3],"hipL":[-26.8,2],"knL":[-19.8,124.7],"ftL":[-17.8,249.1]},{"rootY":3.7,"hips":[0,0],"chest":[0.6,-95.6],"neck":[-7.5,-163.5],"head":[-11.9,-199.6],"shR":[49.2,-150],"elR":[84.9,-160.1],"haR":[92.4,-176.7],"shL":[-54.5,-127.9],"elL":[-45.3,-86.1],"haL":[-45.5,-44.3],"hipR":[23.8,13.3],"knR":[40.5,114.9],"ftR":[47.7,235.7],"hipL":[-26.7,1.9],"knL":[-20,124.9],"ftL":[-18.7,248.7]},{"rootY":4,"hips":[0,0],"chest":[-0.2,-95.3],"neck":[-8.7,-163.1],"head":[-13.6,-199.1],"shR":[48,-150.6],"elR":[83.4,-161.3],"haR":[89.6,-178.5],"shL":[-55.3,-126.7],"elL":[-44.2,-81.8],"haL":[-42.9,-37.2],"hipR":[23.8,13.3],"knR":[42.9,112.7],"ftR":[47.4,237.7],"hipL":[-26.6,1.9],"knL":[-20.6,125],"ftL":[-19.9,248.4]},{"rootY":4.2,"hips":[0,0],"chest":[-0.7,-95.1],"neck":[-9.7,-162.7],"head":[-15.3,-198.6],"shR":[47.2,-150.9],"elR":[82.2,-161.4],"haR":[86.7,-179],"shL":[-56,-125.8],"elL":[-43.6,-78.2],"haL":[-41.2,-31],"hipR":[23.7,13.4],"knR":[44,111.5],"ftR":[47.8,235.8],"hipL":[-26.5,1.8],"knL":[-21.5,124.8],"ftL":[-21.2,248]},{"rootY":4.8,"hips":[0,0],"chest":[-0.6,-95],"neck":[-10.4,-162.5],"head":[-16.9,-198.3],"shR":[46.6,-151.1],"elR":[81.5,-161],"haR":[83.9,-178.9],"shL":[-56.5,-125.1],"elL":[-43.2,-75.5],"haL":[-40.1,-26.3],"hipR":[23.8,13.5],"knR":[43.7,110.7],"ftR":[48.7,230.3],"hipL":[-26.6,1.7],"knL":[-22.6,124.5],"ftL":[-22.7,247.2]},{"rootY":5.6,"hips":[0,0],"chest":[-0.1,-95],"neck":[-10.8,-162.4],"head":[-18.4,-197.9],"shR":[46.2,-151.3],"elR":[81,-160.6],"haR":[81.2,-178.4],"shL":[-56.7,-124.3],"elL":[-42.9,-73.5],"haL":[-39.6,-22.9],"hipR":[23.9,13.5],"knR":[41.9,109.8],"ftR":[49.4,223],"hipL":[-26.8,1.7],"knL":[-23.8,124.2],"ftL":[-24.5,246.4]},{"rootY":6.4,"hips":[0,0],"chest":[0.6,-95],"neck":[-11.1,-162.2],"head":[-19.5,-197.5],"shR":[46,-151.4],"elR":[80.4,-159.9],"haR":[78.6,-177.5],"shL":[-56.7,-123.3],"elL":[-42.9,-71.8],"haL":[-39.6,-20.3],"hipR":[23.9,13.6],"knR":[39.6,108.9],"ftR":[48.8,216.3],"hipL":[-26.9,1.6],"knL":[-25.1,123.8],"ftL":[-26.4,245.4]},{"rootY":7.3,"hips":[0,0],"chest":[1.4,-95],"neck":[-11,-162.1],"head":[-20.3,-197.2],"shR":[46,-151.3],"elR":[79.8,-158.9],"haR":[76.3,-175.9],"shL":[-56.6,-122.4],"elL":[-43.1,-70.4],"haL":[-40.2,-18.3],"hipR":[24,13.6],"knR":[37.2,108.5],"ftR":[46.4,212],"hipL":[-27,1.6],"knL":[-26.3,123.2],"ftL":[-28.3,244.2]},{"rootY":8.2,"hips":[0,0],"chest":[2.5,-95.2],"neck":[-10.7,-162.1],"head":[-20.5,-197.1],"shR":[46.3,-151],"elR":[79.2,-157.4],"haR":[74.3,-173.6],"shL":[-56.2,-121.8],"elL":[-43.5,-69.4],"haL":[-41,-16.7],"hipR":[24,13.7],"knR":[34.9,108.8],"ftR":[43,210.3],"hipL":[-27.2,1.5],"knL":[-27.5,122.5],"ftL":[-30.2,242.8]},{"rootY":9,"hips":[0,0],"chest":[4,-95.5],"neck":[-9.8,-162.3],"head":[-20.2,-197.1],"shR":[47,-150.4],"elR":[79,-155.2],"haR":[72.5,-170.7],"shL":[-55.3,-121.5],"elL":[-43.9,-68.5],"haL":[-41.8,-15.2],"hipR":[24,13.8],"knR":[33.3,110],"ftR":[40.4,211.4],"hipL":[-27.3,1.4],"knL":[-28.7,121.9],"ftL":[-32,241.3]},{"rootY":9.7,"hips":[0,0],"chest":[5.9,-95.8],"neck":[-8.3,-162.5],"head":[-19.1,-197.3],"shR":[48.3,-149.1],"elR":[79.6,-151.8],"haR":[71.3,-167],"shL":[-53.9,-121.2],"elL":[-44,-67.6],"haL":[-42.7,-13.7],"hipR":[24.1,13.8],"knR":[33.1,112.2],"ftR":[39.7,216.2],"hipL":[-27.5,1.5],"knL":[-29.7,121.5],"ftL":[-33.8,239.7]},{"rootY":10.6,"hips":[0,0],"chest":[8.1,-96.3],"neck":[-6.4,-162.9],"head":[-17.3,-197.6],"shR":[49.8,-147.4],"elR":[80.9,-147],"haR":[70.8,-161.9],"shL":[-51.8,-121],"elL":[-44.1,-66.6],"haL":[-43.7,-12.1],"hipR":[24.1,13.7],"knR":[34,115.2],"ftR":[40.2,224.5],"hipL":[-27.6,1.6],"knL":[-30.8,121],"ftL":[-35.6,237.9]},{"rootY":11.6,"hips":[0,0],"chest":[10.5,-96.7],"neck":[-4.4,-163.4],"head":[-15.1,-198.1],"shR":[51.4,-145.3],"elR":[82.1,-140.9],"haR":[70.7,-154.5],"shL":[-49.7,-120.9],"elL":[-44.3,-65.7],"haL":[-45.2,-10.4],"hipR":[24.2,13.5],"knR":[34.3,119],"ftR":[40.4,232.9],"hipL":[-27.7,1.7],"knL":[-32.1,120.6],"ftL":[-37.6,235.8]},{"rootY":12.4,"hips":[0,0],"chest":[12.7,-97],"neck":[-2.9,-163.5],"head":[-12.8,-198.3],"shR":[52.6,-142],"elR":[82.4,-132.5],"haR":[70.4,-142.5],"shL":[-47.7,-120.3],"elL":[-45.2,-63.9],"haL":[-47.9,-7.7],"hipR":[24.6,12.9],"knR":[33,122.7],"ftR":[39,238.4],"hipL":[-27.7,2.4],"knL":[-33.7,120.6],"ftL":[-40.1,233.9]},{"rootY":12.2,"hips":[0,0],"chest":[13.9,-96.9],"neck":[-1.9,-163.4],"head":[-10.6,-198.4],"shR":[52.8,-137.7],"elR":[81.1,-121.3],"haR":[69.1,-124.2],"shL":[-46,-118.7],"elL":[-46.9,-61],"haL":[-52.5,-4.2],"hipR":[25.2,11.5],"knR":[30.3,125.2],"ftR":[35.7,240.5],"hipL":[-27.6,3.9],"knL":[-35.8,121.6],"ftL":[-43.5,232.3]},{"rootY":11.1,"hips":[0,0],"chest":[13.5,-97.1],"neck":[-0.8,-164],"head":[-8,-199.1],"shR":[52.6,-134.2],"elR":[78.6,-108.2],"haR":[67.4,-100.8],"shL":[-44.7,-118.2],"elL":[-49.4,-59.2],"haL":[-58.1,-1.8],"hipR":[25.8,9.8],"knR":[28,125.7],"ftR":[31.8,241.2],"hipL":[-27.3,5.6],"knL":[-37.7,122.9],"ftL":[-47,230.4]},{"rootY":9.6,"hips":[0,0],"chest":[11.5,-98.5],"neck":[1.3,-165.8],"head":[-4.6,-200.9],"shR":[53,-133],"elR":[75.3,-95.6],"haR":[66.3,-75.1],"shL":[-44.4,-121.2],"elL":[-52.1,-60.5],"haL":[-63.4,-2.4],"hipR":[25.8,8.7],"knR":[26.9,125],"ftR":[28.6,242.4],"hipL":[-26.9,6.7],"knL":[-39.2,124],"ftL":[-50,228]},{"rootY":8,"hips":[0,0],"chest":[8.2,-99.7],"neck":[3.4,-166.9],"head":[-0.7,-202.1],"shR":[53.8,-133.3],"elR":[71.6,-84.7],"haR":[65.8,-50.5],"shL":[-46.1,-127.3],"elL":[-55.7,-64.4],"haL":[-68.8,-5.3],"hipR":[25.7,8.1],"knR":[26,124.8],"ftR":[25.6,244],"hipL":[-26.7,7.2],"knL":[-40.7,125.4],"ftL":[-52.7,225.1]},{"rootY":6.4,"hips":[0,0],"chest":[5.1,-99.9],"neck":[4.3,-166.2],"head":[3,-201.8],"shR":[53.5,-132.6],"elR":[67.6,-74.9],"haR":[65.6,-28.6],"shL":[-48.5,-133.3],"elL":[-60.8,-68.2],"haL":[-75.8,-8.6],"hipR":[26,7.6],"knR":[24.4,125.1],"ftR":[22.1,245.5],"hipL":[-26.6,7.8],"knL":[-43.4,127.5],"ftL":[-55.9,221.5]},{"rootY":5.3,"hips":[0,0],"chest":[2.3,-99.8],"neck":[3.9,-164.9],"head":[6.3,-200.6],"shR":[51.8,-129.9],"elR":[63.8,-65.3],"haR":[64.9,-10.6],"shL":[-50.5,-136.2],"elL":[-67,-70.7],"haL":[-85,-11.8],"hipR":[26.6,6.7],"knR":[22.4,125.4],"ftR":[18.1,246.4],"hipL":[-26.4,8.7],"knL":[-47.3,129.5],"ftL":[-59,216.7]},{"rootY":4.8,"hips":[0,0],"chest":[-0.3,-99.6],"neck":[3,-163.8],"head":[9.5,-199.2],"shR":[49.6,-126.3],"elR":[60.6,-57.1],"haR":[63.1,2.9],"shL":[-52.3,-137.1],"elL":[-73.4,-73.4],"haL":[-95.3,-16.5],"hipR":[27.1,5.7],"knR":[20.6,125.5],"ftR":[14.4,247],"hipL":[-26.2,9.6],"knL":[-51.5,130.2],"ftL":[-60.9,211.4]},{"rootY":4.3,"hips":[0,0],"chest":[-2,-99.5],"neck":[2.9,-162.8],"head":[13.3,-197.6],"shR":[48.2,-122.8],"elR":[58.1,-50.8],"haR":[60.6,12],"shL":[-53.3,-138.4],"elL":[-79.1,-77.5],"haL":[-105,-23.4],"hipR":[27.3,5.1],"knR":[19.3,125.9],"ftR":[11.8,247.8],"hipL":[-26,10.2],"knL":[-54.6,129.6],"ftL":[-60.5,208.2]},{"rootY":3.2,"hips":[0,0],"chest":[-2.4,-99.2],"neck":[4.6,-161.9],"head":[17.9,-195.6],"shR":[48.8,-119.6],"elR":[56.8,-46.2],"haR":[58.2,17.9],"shL":[-52.5,-140.8],"elL":[-83.2,-83.3],"haL":[-113.3,-32.4],"hipR":[27.4,5.1],"knR":[18.9,126.4],"ftR":[10.8,248.9],"hipL":[-26,10.3],"knL":[-55.7,128.6],"ftL":[-58.2,209.4]},{"rootY":1.6,"hips":[0,0],"chest":[-1.3,-98.9],"neck":[8,-160.8],"head":[23.2,-193.6],"shR":[51.2,-117],"elR":[56.9,-42.9],"haR":[56.2,21.4],"shL":[-49.7,-143.3],"elL":[-85.8,-90],"haL":[-120.2,-43.1],"hipR":[27.3,5.5],"knR":[19.2,127.1],"ftR":[11.1,250.4],"hipL":[-26.1,9.9],"knL":[-55.3,127.7],"ftL":[-55.6,214.6]},{"rootY":0.1,"hips":[0,0],"chest":[0.7,-98.7],"neck":[11.9,-159.9],"head":[27.8,-192],"shR":[54.2,-114.9],"elR":[57.7,-40.6],"haR":[54.1,23.1],"shL":[-46.2,-144.9],"elL":[-87.5,-97.2],"haL":[-125.8,-55.3],"hipR":[27.2,6.2],"knR":[19.7,128],"ftR":[11.9,252],"hipL":[-26.3,9.3],"knL":[-54.2,126.6],"ftL":[-54.3,222.1]},{"rootY":-1.1,"hips":[0,0],"chest":[2.7,-98.3],"neck":[14.9,-158.9],"head":[31,-190.5],"shR":[56.5,-113.2],"elR":[58.3,-38.8],"haR":[51.2,23.8],"shL":[-43.4,-145.8],"elL":[-88.8,-104.4],"haL":[-130.1,-68.1],"hipR":[27.1,6.8],"knR":[19.9,128.9],"ftR":[12.6,253.4],"hipL":[-26.5,8.8],"knL":[-53.4,125.3],"ftL":[-54.6,230.3]},{"rootY":-1.8,"hips":[0,0],"chest":[4,-98],"neck":[16.4,-158],"head":[32.8,-189.1],"shR":[57.5,-112],"elR":[57.9,-37.5],"haR":[47.5,23.7],"shL":[-41.9,-146.5],"elL":[-90.1,-111.2],"haL":[-133.1,-80.1],"hipR":[27,7],"knR":[20,129.5],"ftR":[12.8,254.1],"hipL":[-26.6,8.6],"knL":[-53.3,124.2],"ftL":[-56.1,238]},{"rootY":-1.9,"hips":[0,0],"chest":[4.1,-98],"neck":[16.6,-157.4],"head":[33.6,-187.8],"shR":[57.3,-111.5],"elR":[56.3,-37.1],"haR":[43.2,22.8],"shL":[-41.7,-147.4],"elL":[-91.6,-117.1],"haL":[-135.3,-90.4],"hipR":[27.1,6.7],"knR":[20,129.4],"ftR":[12.7,254.2],"hipL":[-26.4,8.9],"knL":[-53.5,123.3],"ftL":[-58.2,244]},{"rootY":-1.4,"hips":[0,0],"chest":[3.2,-98.1],"neck":[15.7,-157.1],"head":[33.7,-186.5],"shR":[56.2,-111.4],"elR":[53.7,-37.2],"haR":[38.6,21.3],"shL":[-42.5,-148.3],"elL":[-93.4,-121.9],"haL":[-136.9,-98.3],"hipR":[27.3,6.1],"knR":[19.8,128.9],"ftR":[12.3,253.8],"hipL":[-26.2,9.5],"knL":[-53.1,122.7],"ftL":[-60.6,247.1]},{"rootY":-0.7,"hips":[0,0],"chest":[1.7,-98.1],"neck":[14,-156.7],"head":[33.1,-185],"shR":[54.5,-110.8],"elR":[50.7,-37.1],"haR":[34.3,19.9],"shL":[-44,-148.8],"elL":[-95.4,-125.1],"haL":[-138,-103.5],"hipR":[27.4,5.3],"knR":[19.6,128.2],"ftR":[11.8,253.2],"hipL":[-25.8,10.2],"knL":[-51.7,122.5],"ftL":[-63.2,247.1]},{"rootY":0.1,"hips":[0,0],"chest":[-0.1,-97.9],"neck":[12.1,-156.2],"head":[32.1,-183.6],"shR":[52.6,-110],"elR":[47.9,-36.7],"haR":[30.6,18.9],"shL":[-45.6,-149.1],"elL":[-96.9,-126.5],"haL":[-138.5,-105.5],"hipR":[27.5,4.5],"knR":[19.5,127.5],"ftR":[11.4,252.5],"hipL":[-25.5,10.9],"knL":[-49.8,122.4],"ftL":[-64.8,244.5]},{"rootY":0.7,"hips":[0,0],"chest":[-1.8,-97.8],"neck":[10.2,-155.8],"head":[30.8,-182.6],"shR":[51,-109.6],"elR":[45.6,-36.2],"haR":[27.5,18.3],"shL":[-47.2,-148.9],"elL":[-97.6,-125.9],"haL":[-138.2,-104.4],"hipR":[27.6,4],"knR":[19.6,126.9],"ftR":[11.4,252],"hipL":[-25.3,11.4],"knL":[-47.7,121.9],"ftL":[-63.5,241.1]},{"rootY":1.1,"hips":[0,0],"chest":[-3.3,-97.8],"neck":[8.4,-155.6],"head":[29.1,-182.1],"shR":[49.7,-109.7],"elR":[43.9,-35.8],"haR":[25.3,18.3],"shL":[-48.9,-148.1],"elL":[-97.6,-123.3],"haL":[-137,-100.4],"hipR":[27.7,3.6],"knR":[19.8,126.5],"ftR":[11.6,251.5],"hipL":[-25.2,11.8],"knL":[-45.1,121.1],"ftL":[-59.4,238.3]},{"rootY":1.8,"hips":[0,0],"chest":[-4.8,-97.7],"neck":[6.3,-155.5],"head":[26.9,-182.1],"shR":[48.4,-110.2],"elR":[42.7,-35.7],"haR":[24.5,19],"shL":[-50.8,-146.7],"elL":[-97.1,-118.8],"haL":[-134.8,-93.4],"hipR":[27.7,3.3],"knR":[20.2,126.2],"ftR":[12.1,250.8],"hipL":[-25.1,12.1],"knL":[-42.5,120.6],"ftL":[-54.2,236.7]},{"rootY":2.8,"hips":[0,0],"chest":[-6.5,-97.5],"neck":[3.9,-155.7],"head":[24,-182.8],"shR":[46.9,-111.2],"elR":[42,-36.1],"haR":[25,20],"shL":[-52.9,-145.1],"elL":[-96.5,-112.9],"haL":[-131.9,-83.9],"hipR":[27.8,2.8],"knR":[20.7,125.6],"ftR":[12.6,249.7],"hipL":[-24.9,12.5],"knL":[-40.1,120.9],"ftL":[-49.1,237]},{"rootY":4.3,"hips":[0,0],"chest":[-8.5,-97.6],"neck":[1.2,-156.2],"head":[20.5,-184.1],"shR":[45.4,-112.8],"elR":[41.8,-37.2],"haR":[26.8,21],"shL":[-55.4,-143.2],"elL":[-95.5,-105.9],"haL":[-128,-72.5],"hipR":[27.8,2.2],"knR":[21.2,124.9],"ftR":[13.2,248.1],"hipL":[-24.7,13.1],"knL":[-36.7,122.6],"ftL":[-43,239.3]},{"rootY":5.5,"hips":[0,0],"chest":[-10.7,-97.6],"neck":[-1.6,-156.7],"head":[17,-185.5],"shR":[43.7,-113.9],"elR":[42.7,-37.8],"haR":[31.1,22.8],"shL":[-57.8,-140.1],"elL":[-93.6,-97],"haL":[-122.5,-58.9],"hipR":[27.8,2.1],"knR":[22.1,124.6],"ftR":[14.5,246.7],"hipL":[-24.7,13.1],"knL":[-31.2,125.7],"ftL":[-35.5,242.7]},{"rootY":6,"hips":[0,0],"chest":[-12,-97.1],"neck":[-3.8,-156.6],"head":[13.9,-186.3],"shR":[41.9,-113.3],"elR":[45.4,-36.9],"haR":[39.1,25.6],"shL":[-59.3,-135.2],"elL":[-90.1,-85.9],"haL":[-114.6,-42.6],"hipR":[27.5,3.6],"knR":[23.5,125.3],"ftR":[17.2,246.1],"hipL":[-25.2,11.8],"knL":[-26,128.9],"ftL":[-28,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[-11.7,-96.3],"neck":[-5.1,-156.5],"head":[11.3,-187],"shR":[41.1,-113.1],"elR":[50,-36.9],"haR":[50.1,26.9],"shL":[-59.2,-130.7],"elL":[-85,-74.6],"haL":[-104.2,-25.5],"hipR":[27.1,6.1],"knR":[25.4,126.6],"ftR":[20.8,245.2],"hipL":[-26.1,9.6],"knL":[-24.2,129.9],"ftL":[-22.9,247]},{"rootY":4.6,"hips":[0,0],"chest":[-9.7,-96.4],"neck":[-4.9,-157.1],"head":[9.6,-188.2],"shR":[43,-115.9],"elR":[56.9,-40],"haR":[63.4,24.4],"shL":[-57.6,-128.1],"elL":[-77.9,-65.1],"haL":[-92,-10.3],"hipR":[26.8,7.7],"knR":[28.3,128.5],"ftR":[25.1,243.1],"hipL":[-26.7,7.9],"knL":[-23.4,129.2],"ftL":[-19.6,247.9]},{"rootY":2.8,"hips":[0,0],"chest":[-7.6,-97.3],"neck":[-3.6,-158],"head":[8,-189.6],"shR":[46.6,-121.8],"elR":[66.3,-46.6],"haR":[79,17.6],"shL":[-55.4,-127],"elL":[-70.2,-58.6],"haL":[-80.4,1.2],"hipR":[26.7,8],"knR":[31.8,130.3],"ftR":[29.6,238.4],"hipL":[-26.8,7.6],"knL":[-21.7,129],"ftL":[-16.2,249.5]},{"rootY":1.5,"hips":[0,0],"chest":[-6.2,-98],"neck":[-1.9,-158.8],"head":[6.1,-190.4],"shR":[49.7,-127.3],"elR":[77.8,-54.5],"haR":[98.3,7.6],"shL":[-53.3,-126.9],"elL":[-63,-54.8],"haL":[-71.2,8.7],"hipR":[26.5,8.2],"knR":[35.3,131],"ftR":[34.8,230.5],"hipL":[-26.8,7.5],"knL":[-19.5,128.9],"ftL":[-12,251]},{"rootY":1.3,"hips":[0,0],"chest":[-5,-98],"neck":[-0.3,-159],"head":[3.9,-190.2],"shR":[51.5,-129.6],"elR":[90.5,-61.8],"haR":[120.1,-4.8],"shL":[-51.1,-126.5],"elL":[-57.2,-52.3],"haL":[-65.1,13.5],"hipR":[25.8,9.3],"knR":[38.9,130.5],"ftR":[40.5,221.1],"hipL":[-26.8,6.3],"knL":[-17.6,128.3],"ftL":[-8,251.4]},{"rootY":1.9,"hips":[0,0],"chest":[-3.7,-97.6],"neck":[0.5,-159],"head":[1.2,-189.7],"shR":[52.3,-130.2],"elR":[102.2,-69.8],"haR":[140.6,-20.5],"shL":[-49.4,-125.3],"elL":[-54.1,-50],"haL":[-62.6,16.9],"hipR":[25,10.8],"knR":[41.6,129],"ftR":[44.7,212.8],"hipL":[-26.8,4.7],"knL":[-16.4,127.2],"ftL":[-5.2,250.8]},{"rootY":2.4,"hips":[0,0],"chest":[-2.5,-97.6],"neck":[0.1,-159.1],"head":[-1.7,-189.5],"shR":[52.4,-131.8],"elR":[111.4,-79.8],"haR":[157.2,-39.2],"shL":[-48.6,-123.4],"elL":[-54.1,-47.6],"haL":[-63.3,19.7],"hipR":[24.6,11.7],"knR":[42.7,126.5],"ftR":[46.5,207.7],"hipL":[-26.9,3.8],"knL":[-15.6,126.4],"ftL":[-3.5,250.4]},{"rootY":2.1,"hips":[0,0],"chest":[-2.2,-97.7],"neck":[-1.5,-159.3],"head":[-5,-189.5],"shR":[51.7,-134.5],"elR":[117.8,-91.6],"haR":[169.7,-59.7],"shL":[-49.2,-121.1],"elL":[-57,-45.2],"haL":[-66.5,22],"hipR":[24.8,11.7],"knR":[42,123.6],"ftR":[46.2,207.5],"hipL":[-27.1,3.8],"knL":[-15.2,126.4],"ftL":[-2.9,250.7]},{"rootY":1.4,"hips":[0,0],"chest":[-2.9,-97.8],"neck":[-4.1,-159.5],"head":[-8.6,-189.5],"shR":[50.2,-137],"elR":[121.8,-103.8],"haR":[178.4,-80.9],"shL":[-51,-119.4],"elL":[-61.7,-43.6],"haL":[-71.2,23.2],"hipR":[25.1,11.3],"knR":[40.1,121],"ftR":[45.1,211.9],"hipL":[-27.2,4.2],"knL":[-15.4,126.8],"ftL":[-3.5,251.5]},{"rootY":0.7,"hips":[0,0],"chest":[-3.9,-97.8],"neck":[-6.8,-159.6],"head":[-12.3,-189.5],"shR":[48.4,-139.2],"elR":[123.9,-115.8],"haR":[183.5,-102],"shL":[-53.2,-119],"elL":[-66.6,-43.4],"haL":[-76.7,22.9],"hipR":[25.3,11],"knR":[37.8,118.7],"ftR":[44.4,218.9],"hipL":[-27.3,4.5],"knL":[-16,127.2],"ftL":[-4.7,252]},{"rootY":0.3,"hips":[0,0],"chest":[-4.8,-97.9],"neck":[-8.9,-159.8],"head":[-15.5,-189.5],"shR":[46.8,-141.4],"elR":[124.5,-127.1],"haR":[185.1,-122.2],"shL":[-55.2,-119.1],"elL":[-71.1,-44],"haL":[-82.8,21.7],"hipR":[25.6,10.7],"knR":[36.3,116.5],"ftR":[44.3,226.6],"hipL":[-27.3,4.8],"knL":[-16.8,127.6],"ftL":[-5.9,252.4]},{"rootY":0.2,"hips":[0,0],"chest":[-5.3,-98],"neck":[-10.4,-159.9],"head":[-18.2,-189.4],"shR":[45.7,-143.3],"elR":[124.4,-136.8],"haR":[183.9,-140.1],"shL":[-56.3,-118.9],"elL":[-75,-44.7],"haL":[-89.3,20.3],"hipR":[25.7,10.5],"knR":[35.9,114.9],"ftR":[44.5,233.6],"hipL":[-27.4,5.1],"knL":[-17.6,127.9],"ftL":[-7,252.6]},{"rootY":0.4,"hips":[0,0],"chest":[-5.1,-98],"neck":[-11.2,-160.1],"head":[-20.4,-189.2],"shR":[45.2,-144.6],"elR":[124.1,-144.3],"haR":[181,-155.1],"shL":[-56.8,-118.8],"elL":[-77.9,-45.6],"haL":[-94.9,18.6],"hipR":[25.8,10.4],"knR":[36.4,114.4],"ftR":[44.6,238.3],"hipL":[-27.4,5.2],"knL":[-18.5,127.9],"ftL":[-8.2,252.3]},{"rootY":0.9,"hips":[0,0],"chest":[-4.3,-98.1],"neck":[-11.3,-160.2],"head":[-21.8,-189],"shR":[45.4,-145.2],"elR":[124.1,-149.9],"haR":[177.1,-167.2],"shL":[-56.9,-119.2],"elL":[-79.9,-46.9],"haL":[-99,16.7],"hipR":[25.8,10.5],"knR":[36.9,114.3],"ftR":[44.1,239.2],"hipL":[-27.4,5],"knL":[-19.3,127.8],"ftL":[-9.2,251.8]},{"rootY":1.6,"hips":[0,0],"chest":[-3.2,-98.2],"neck":[-10.7,-160.4],"head":[-22.5,-188.9],"shR":[46.2,-145.5],"elR":[124.5,-153.4],"haR":[172.6,-176],"shL":[-56.5,-119.8],"elL":[-81,-48.1],"haL":[-101.7,14.9],"hipR":[25.8,10.6],"knR":[36.9,114.4],"ftR":[43,236.3],"hipL":[-27.5,4.9],"knL":[-19.8,127.5],"ftL":[-10.1,251]},{"rootY":2.3,"hips":[0,0],"chest":[-1.7,-98.3],"neck":[-9.7,-160.6],"head":[-22.7,-189.1],"shR":[47.3,-145.5],"elR":[125.5,-154.4],"haR":[167.7,-181.1],"shL":[-55.8,-120.4],"elL":[-81.4,-49.1],"haL":[-103.1,13.5],"hipR":[25.7,10.9],"knR":[35.8,114.5],"ftR":[41.4,231.6],"hipL":[-27.5,4.7],"knL":[-20.1,126.8],"ftL":[-11,250.1]},{"rootY":2.9,"hips":[0,0],"chest":[0,-98.3],"neck":[-8.4,-161],"head":[-22.4,-189.4],"shR":[48.7,-145.3],"elR":[126.9,-152.7],"haR":[162.8,-182.4],"shL":[-54.6,-120.9],"elL":[-81.1,-49.9],"haL":[-103.2,12.4],"hipR":[25.6,11.2],"knR":[34.1,114.3],"ftR":[39.1,227],"hipL":[-27.6,4.3],"knL":[-20.5,126],"ftL":[-12.2,248.8]},{"rootY":3.6,"hips":[0,0],"chest":[1.8,-98.4],"neck":[-6.9,-161.3],"head":[-21.8,-189.9],"shR":[50.3,-144.6],"elR":[128.5,-148.7],"haR":[158.6,-180],"shL":[-53.3,-121.4],"elL":[-80.2,-50.4],"haL":[-102.4,11.6],"hipR":[25.4,11.5],"knR":[31.3,114.6],"ftR":[35.1,223.5],"hipL":[-27.6,3.9],"knL":[-21.2,125.1],"ftL":[-13.6,247.4]},{"rootY":4.3,"hips":[0,0],"chest":[3.6,-98.5],"neck":[-5,-161.7],"head":[-20.5,-190.5],"shR":[52,-143.3],"elR":[130,-143],"haR":[155.7,-174],"shL":[-51.6,-121.9],"elL":[-78.9,-50.8],"haL":[-101,11],"hipR":[25.3,11.8],"knR":[27.9,115.5],"ftR":[29.7,222.5],"hipL":[-27.6,3.6],"knL":[-22,124.2],"ftL":[-15,245.7]},{"rootY":5.2,"hips":[0,0],"chest":[5.7,-98.5],"neck":[-2.3,-162.2],"head":[-18.2,-191.4],"shR":[54.2,-141.6],"elR":[131.3,-135.7],"haR":[154.6,-164.5],"shL":[-49.4,-123],"elL":[-76.8,-51.7],"haL":[-98.9,10.2],"hipR":[25.1,12],"knR":[25.7,117.4],"ftR":[25.5,225.8],"hipL":[-27.5,3.4],"knL":[-23.3,123.7],"ftL":[-16.3,243.7]},{"rootY":6.9,"hips":[0,0],"chest":[8.4,-98.5],"neck":[1.1,-162.9],"head":[-14.9,-192.8],"shR":[56.8,-139.5],"elR":[132,-127.4],"haR":[154.8,-152.7],"shL":[-46.8,-125],"elL":[-74.4,-53.7],"haL":[-97,8.5],"hipR":[24.9,12.2],"knR":[25.1,120.7],"ftR":[24.1,233],"hipL":[-27.2,3.2],"knL":[-25.8,123.6],"ftL":[-17.5,241.1]},{"rootY":9.5,"hips":[0,0],"chest":[11.2,-98.7],"neck":[4.9,-163.6],"head":[-10.8,-194.6],"shR":[59.1,-136.3],"elR":[131.7,-118.6],"haR":[155.6,-139.6],"shL":[-43.7,-126.7],"elL":[-72.9,-56],"haL":[-97.4,6],"hipR":[24.7,11.9],"knR":[24.7,124.2],"ftR":[23.7,239.9],"hipL":[-26.7,3.5],"knL":[-29.8,124],"ftL":[-19.1,237.8]},{"rootY":11.8,"hips":[0,0],"chest":[13.3,-98.5],"neck":[9,-163.8],"head":[-5.6,-196.2],"shR":[60.1,-131.1],"elR":[129.2,-109.1],"haR":[156.1,-123.4],"shL":[-40.1,-126.7],"elL":[-73.1,-57.6],"haL":[-101.6,3.1],"hipR":[25.2,10.2],"knR":[23.3,126.3],"ftR":[22.1,243.1],"hipL":[-26.1,5.3],"knL":[-33.7,125.3],"ftL":[-21.5,234.7]},{"rootY":12.3,"hips":[0,0],"chest":[14.5,-97.8],"neck":[13.4,-163.2],"head":[1,-197],"shR":[60.4,-125.6],"elR":[123.7,-98.8],"haR":[154.4,-102.5],"shL":[-36.8,-127.3],"elL":[-74.8,-60.5],"haL":[-108.2,-1.7],"hipR":[26.2,7.6],"knR":[21.4,126.3],"ftR":[19.5,243.3],"hipL":[-25.7,8],"knL":[-37.3,127.4],"ftL":[-24.4,231.4]},{"rootY":10.5,"hips":[0,0],"chest":[15.4,-97.4],"neck":[18.1,-162.8],"head":[9.3,-197.9],"shR":[60.9,-121.9],"elR":[115.7,-88.8],"haR":[147.8,-79.7],"shL":[-34.4,-131.2],"elL":[-77.3,-67.4],"haL":[-115.8,-10.9],"hipR":[26.8,6.4],"knR":[20.8,125.9],"ftR":[18.2,244.2],"hipL":[-25.7,9.2],"knL":[-42,129],"ftL":[-27.7,226.7]},{"rootY":7.6,"hips":[0,0],"chest":[16.2,-97.6],"neck":[21.3,-163],"head":[17.6,-199],"shR":[61.4,-120.7],"elR":[106.2,-80.7],"haR":[135.2,-59],"shL":[-33.3,-137.6],"elL":[-82.1,-78.1],"haL":[-126.3,-25.5],"hipR":[26.8,6.9],"knR":[21,126.8],"ftR":[17.8,246.8],"hipL":[-26,8.7],"knL":[-48.6,129.2],"ftL":[-32.8,220.3]},{"rootY":5.1,"hips":[0,0],"chest":[15.9,-97.9],"neck":[21.5,-163.5],"head":[24.1,-199.5],"shR":[60.5,-121.2],"elR":[96,-75.1],"haR":[117.1,-43.7],"shL":[-34.1,-142.4],"elL":[-90.5,-90],"haL":[-141.2,-43.9],"hipR":[26.4,7.5],"knR":[20.5,128],"ftR":[16.4,249.3],"hipL":[-26,8.1],"knL":[-56.7,127.4],"ftL":[-40.3,213.5]},{"rootY":3.6,"hips":[0,0],"chest":[14.4,-98],"neck":[19.8,-163.6],"head":[29,-198.3],"shR":[58.4,-121.7],"elR":[85.7,-72],"haR":[96.5,-34.9],"shL":[-36.2,-143.8],"elL":[-100.1,-101.4],"haL":[-156.9,-64.1],"hipR":[26.2,7.5],"knR":[19.5,128.5],"ftR":[14,250.7],"hipL":[-25.9,8.1],"knL":[-64.8,124],"ftL":[-48.5,208.3]},{"rootY":2.9,"hips":[0,0],"chest":[13,-98],"neck":[19,-163.2],"head":[33.4,-195.8],"shR":[57,-121.5],"elR":[75.2,-71],"haR":[76.6,-32.2],"shL":[-37.5,-144.7],"elL":[-106.8,-113],"haL":[-167.9,-85],"hipR":[26.3,7.3],"knR":[18.6,128.7],"ftR":[12,251.3],"hipL":[-25.9,8.3],"knL":[-71,120.2],"ftL":[-55.7,206.6]},{"rootY":2.6,"hips":[0,0],"chest":[12.5,-97.8],"neck":[20.5,-162.5],"head":[37.7,-193.5],"shR":[57.2,-120.1],"elR":[65.3,-71.1],"haR":[59,-34.2],"shL":[-36.7,-147.6],"elL":[-108.8,-125.7],"haL":[-172.3,-106.4],"hipR":[26.5,7.3],"knR":[18.1,129],"ftR":[11,251.9],"hipL":[-26,8.4],"knL":[-74.1,116.9],"ftL":[-62.1,209.3]},{"rootY":2.2,"hips":[0,0],"chest":[13.4,-97.5],"neck":[23.7,-161.6],"head":[41.4,-192.1],"shR":[58.5,-117.2],"elR":[58.1,-70.9],"haR":[44.3,-38.6],"shL":[-33.9,-150.8],"elL":[-106.9,-138.3],"haL":[-171.1,-127.2],"hipR":[26.6,7.3],"knR":[17.7,129.3],"ftR":[10.7,252.5],"hipL":[-26.2,8.4],"knL":[-73.9,114.8],"ftL":[-68.3,215.4]},{"rootY":1.6,"hips":[0,0],"chest":[14.9,-97.1],"neck":[27.2,-160.6],"head":[44.3,-191.5],"shR":[60.1,-114.2],"elR":[54.4,-70.2],"haR":[34,-43.6],"shL":[-30.7,-152.7],"elL":[-103,-148.7],"haL":[-165.9,-145.1],"hipR":[26.6,7.5],"knR":[17.8,129.7],"ftR":[10.9,253.1],"hipL":[-26.3,8.2],"knL":[-70.9,114.1],"ftL":[-74,223.6]},{"rootY":0.7,"hips":[0,0],"chest":[16.3,-96.9],"neck":[29.7,-160],"head":[46.3,-191.2],"shR":[61.9,-112.6],"elR":[53.6,-69.8],"haR":[28.4,-48.8],"shL":[-28.3,-153.7],"elL":[-98.3,-156.4],"haL":[-157.9,-158.3],"hipR":[26.6,7.8],"knR":[18.4,130.2],"ftR":[11.7,254],"hipL":[-26.5,7.8],"knL":[-66.7,114.4],"ftL":[-78.4,231.7]},{"rootY":0,"hips":[0,0],"chest":[16.8,-96.9],"neck":[31,-159.8],"head":[47.4,-191.2],"shR":[63.9,-112.5],"elR":[54.4,-70.4],"haR":[27,-54.3],"shL":[-27,-154.8],"elL":[-93.4,-161.6],"haL":[-148.8,-166.9],"hipR":[26.6,8.1],"knR":[19.3,130.6],"ftR":[12.6,254.7],"hipL":[-26.7,7.5],"knL":[-62.8,115],"ftL":[-81.1,237.2]},{"rootY":-0.4,"hips":[0,0],"chest":[16.3,-97],"neck":[31.3,-159.8],"head":[47.6,-191.4],"shR":[65.5,-113.2],"elR":[56.2,-71.8],"haR":[29.1,-59.4],"shL":[-26.7,-155.8],"elL":[-88.6,-164.4],"haL":[-139.3,-171.2],"hipR":[26.6,8.1],"knR":[20,130.6],"ftR":[13.4,255.1],"hipL":[-26.7,7.5],"knL":[-59.5,115.8],"ftL":[-82,239.1]},{"rootY":-0.4,"hips":[0,0],"chest":[15.3,-97.1],"neck":[30.8,-160],"head":[47.2,-191.6],"shR":[66.6,-114.2],"elR":[59.2,-73.7],"haR":[34,-63.1],"shL":[-27.3,-156],"elL":[-83.7,-164.8],"haL":[-129.3,-171.7],"hipR":[26.8,7.8],"knR":[20.6,130.4],"ftR":[14.2,255.2],"hipL":[-26.7,7.8],"knL":[-56.3,116.6],"ftL":[-80.8,238.2]},{"rootY":-0.3,"hips":[0,0],"chest":[13.9,-97.2],"neck":[29.8,-160.2],"head":[46.4,-191.6],"shR":[67.6,-115.5],"elR":[63.6,-75.6],"haR":[41.2,-64.3],"shL":[-28.3,-155.6],"elL":[-78.3,-162.9],"haL":[-118.1,-168.7],"hipR":[26.9,7.5],"knR":[21.3,130.2],"ftR":[15.4,255.2],"hipL":[-26.7,8.2],"knL":[-53,116.8],"ftL":[-77.2,235.9]},{"rootY":-0.2,"hips":[0,0],"chest":[12.3,-97.2],"neck":[28.7,-160.2],"head":[45.4,-191.6],"shR":[68.4,-116.7],"elR":[69,-76.3],"haR":[50.9,-63.3],"shL":[-29.3,-154.9],"elL":[-72.4,-159.2],"haL":[-105.9,-162.4],"hipR":[27,7.2],"knR":[21.9,130.1],"ftR":[16.9,255.2],"hipL":[-26.6,8.5],"knL":[-49.6,116.1],"ftL":[-71.7,233.6]},{"rootY":0,"hips":[0,0],"chest":[10.4,-97.2],"neck":[27.5,-160.2],"head":[44.1,-191.7],"shR":[68.9,-117.4],"elR":[75.2,-75.8],"haR":[62.9,-60.5],"shL":[-30.2,-154],"elL":[-66.5,-154.2],"haL":[-93.5,-153.8],"hipR":[27.1,6.8],"knR":[22.7,129.9],"ftR":[18.5,255],"hipL":[-26.5,8.8],"knL":[-46.1,115.1],"ftL":[-65.4,232.1]},{"rootY":0.3,"hips":[0,0],"chest":[8,-97.1],"neck":[25.9,-160.1],"head":[42.3,-191.7],"shR":[68.9,-118],"elR":[81.9,-74.6],"haR":[77,-56.2],"shL":[-31.2,-152.7],"elL":[-60.5,-148.4],"haL":[-81.2,-143.9],"hipR":[27.1,6.3],"knR":[23.7,129.5],"ftR":[20.2,254.7],"hipL":[-26.2,9.3],"knL":[-42,114.6],"ftL":[-59.1,231.9]},{"rootY":0.7,"hips":[0,0],"chest":[5.1,-97.1],"neck":[23.8,-160.1],"head":[40.1,-191.9],"shR":[68.2,-118.9],"elR":[88.9,-73.4],"haR":[92.5,-51.2],"shL":[-32.2,-151.2],"elL":[-54.3,-142.1],"haL":[-69,-133.5],"hipR":[26.9,5.8],"knR":[24.8,129],"ftR":[22,254.3],"hipL":[-25.7,9.8],"knL":[-37.5,115.1],"ftL":[-53.1,232.7]},{"rootY":1.3,"hips":[0,0],"chest":[1.7,-97],"neck":[21,-160.3],"head":[37.3,-192.2],"shR":[66.4,-120],"elR":[95.6,-72.5],"haR":[108.7,-46.4],"shL":[-33.4,-149.7],"elL":[-48,-135.7],"haL":[-57.3,-123],"hipR":[26.7,5.2],"knR":[25.8,128.4],"ftR":[23.9,253.6],"hipL":[-25.1,10.4],"knL":[-32.5,116.6],"ftL":[-47.7,234.4]},{"rootY":2.2,"hips":[0,0],"chest":[-2.4,-96.9],"neck":[17.5,-160.6],"head":[33.5,-192.7],"shR":[63.3,-121.1],"elR":[101.4,-72.1],"haR":[124.7,-42.6],"shL":[-34.8,-148.3],"elL":[-42,-129.7],"haL":[-46.2,-113.1],"hipR":[26.3,4.4],"knR":[26.6,127.6],"ftR":[25.4,252.7],"hipL":[-24.2,11.1],"knL":[-27.6,119.4],"ftL":[-42.6,237.5]},{"rootY":3.6,"hips":[0,0],"chest":[-7.2,-96.6],"neck":[12.9,-160.8],"head":[28.6,-193.2],"shR":[58.7,-122.3],"elR":[105.9,-72.3],"haR":[139.3,-40.2],"shL":[-36.6,-146.7],"elL":[-36.4,-123.9],"haL":[-35.6,-103.7],"hipR":[25.6,3.5],"knR":[27.1,126.5],"ftR":[26.7,251.4],"hipL":[-23,11.9],"knL":[-23.5,123.1],"ftL":[-37.8,242.1]},{"rootY":4.8,"hips":[0,0],"chest":[-12.5,-96.4],"neck":[7.7,-161],"head":[22.9,-193.8],"shR":[52.7,-122.7],"elR":[108,-73.3],"haR":[151.5,-39.8],"shL":[-38.6,-143.9],"elL":[-30.8,-117.8],"haL":[-24.6,-94.7],"hipR":[24.8,2.7],"knR":[27.3,125.5],"ftR":[27.9,250.1],"hipL":[-21.9,12.6],"knL":[-19.9,126.4],"ftL":[-33.8,246.7]},{"rootY":5.4,"hips":[0,0],"chest":[-17.3,-96.3],"neck":[2.9,-161.2],"head":[17.1,-194.6],"shR":[46,-122.4],"elR":[107.7,-75],"haR":[160.3,-41.9],"shL":[-39.7,-140.3],"elL":[-24.4,-111.5],"haL":[-12.6,-86.1],"hipR":[23.9,2.6],"knR":[28,125.1],"ftR":[29.7,249.3],"hipL":[-21.1,12.8],"knL":[-15.1,127.7],"ftL":[-30.8,249.4]},{"rootY":5.5,"hips":[0,0],"chest":[-19.9,-96.5],"neck":[-0.3,-161.9],"head":[12.4,-196],"shR":[40.6,-123.4],"elR":[105.7,-78.1],"haR":[164.9,-46.6],"shL":[-38.7,-137.3],"elL":[-16.4,-106.1],"haL":[1.2,-78.6],"hipR":[22.8,3.2],"knR":[30.2,125.5],"ftR":[32.8,249],"hipL":[-20.7,12.2],"knL":[-8.9,127.3],"ftL":[-27.7,249.7]},{"rootY":5.2,"hips":[0,0],"chest":[-19.5,-97],"neck":[-1.1,-162.8],"head":[9.6,-197.6],"shR":[38.2,-126.9],"elR":[103.3,-83.4],"haR":[165.9,-53.3],"shL":[-35,-135.3],"elL":[-6.3,-102.1],"haL":[16.8,-72.5],"hipR":[21,4.3],"knR":[34,126.3],"ftR":[37,248.8],"hipL":[-19.8,11.2],"knL":[-3.6,126.9],"ftL":[-23.7,249.7]},{"rootY":4.7,"hips":[0,0],"chest":[-17.1,-97.6],"neck":[0.5,-163.3],"head":[8.7,-198.6],"shR":[38.4,-132],"elR":[101.6,-91],"haR":[164.8,-61.4],"shL":[-28.9,-133.1],"elL":[5.4,-98.5],"haL":[33.5,-67.7],"hipR":[18.1,5.5],"knR":[37.9,126.6],"ftR":[41.2,248.5],"hipL":[-17.8,10.1],"knL":[0.2,127.2],"ftL":[-19,250.5]},{"rootY":3.8,"hips":[0,0],"chest":[-14.4,-98],"neck":[3.2,-163.1],"head":[9,-198.8],"shR":[38.7,-136.2],"elR":[100.2,-99.5],"haR":[162.4,-71.2],"shL":[-21.7,-129.7],"elL":[18,-94.6],"haL":[50.7,-63.2],"hipR":[14.9,6.1],"knR":[40,126.2],"ftR":[44.3,248.2],"hipL":[-15.2,9.5],"knL":[2.9,128.1],"ftL":[-14.5,251.8]},{"rootY":2.5,"hips":[0,0],"chest":[-12.6,-98.1],"neck":[5.7,-162.6],"head":[9.6,-198.3],"shR":[37.5,-138],"elR":[96.9,-107.1],"haR":[158.1,-82.4],"shL":[-14.7,-125.5],"elL":[30.5,-90.2],"haL":[67.7,-58.5],"hipR":[12.3,5.9],"knR":[38.3,125.6],"ftR":[45.8,248.3],"hipL":[-13.1,9.7],"knL":[4.5,129.2],"ftL":[-11.2,253.1]},{"rootY":1,"hips":[0,0],"chest":[-12.1,-97.9],"neck":[7.2,-161.9],"head":[9.9,-197.6],"shR":[34.7,-138.3],"elR":[90.8,-113.5],"haR":[151.2,-94.2],"shL":[-8.6,-121.9],"elL":[42,-86.1],"haL":[84.1,-53.7],"hipR":[10.4,5.4],"knR":[33.2,125.4],"ftR":[46.4,248.3],"hipL":[-11.6,10.1],"knL":[3.9,130.4],"ftL":[-9.2,254.7]},{"rootY":-0.5,"hips":[0,0],"chest":[-12.1,-97.4],"neck":[8.4,-161.1],"head":[10.4,-196.8],"shR":[31.6,-138.6],"elR":[82.9,-119.3],"haR":[142.4,-106.2],"shL":[-2.8,-119.4],"elL":[53,-82.9],"haL":[100,-49.7],"hipR":[8.5,5],"knR":[28.7,125.1],"ftR":[46.3,247.5],"hipL":[-10,10.4],"knL":[1,131.8],"ftL":[-7.8,256.5]},{"rootY":-1.7,"hips":[0,0],"chest":[-11.9,-96.8],"neck":[9.8,-160.2],"head":[11.5,-195.9],"shR":[28.5,-139.2],"elR":[74.9,-125.4],"haR":[133,-118.2],"shL":[3.4,-117.6],"elL":[63.8,-80.7],"haL":[115.6,-47.3],"hipR":[6.2,4.8],"knR":[27.5,124.1],"ftR":[44.7,245.9],"hipL":[-7.8,10.6],"knL":[-3.1,133],"ftL":[-6.4,257.8]},{"rootY":-2.3,"hips":[0,0],"chest":[-11,-96.4],"neck":[11.7,-159.7],"head":[13.5,-195.3],"shR":[25.6,-139.9],"elR":[67.3,-132],"haR":[123.6,-130.3],"shL":[10,-116.2],"elL":[74.8,-79.9],"haL":[130.8,-47],"hipR":[3.9,4.7],"knR":[28.9,122.3],"ftR":[41.4,243.5],"hipL":[-5.5,10.7],"knL":[-5.9,133.5],"ftL":[-4.9,258.4]},{"rootY":-2.3,"hips":[0,0],"chest":[-9.8,-96.2],"neck":[13.8,-159.5],"head":[16,-194.9],"shR":[22.7,-140.7],"elR":[59.5,-138.4],"haR":[113.8,-141.9],"shL":[16.7,-115.5],"elL":[85.3,-80.4],"haL":[144.6,-48.4],"hipR":[2,4.9],"knR":[30.4,120.3],"ftR":[36.9,240.5],"hipL":[-3.6,10.6],"knL":[-5.8,133.5],"ftL":[-3.4,258.5]},{"rootY":-2.4,"hips":[0,0],"chest":[-8.9,-96.1],"neck":[15.6,-159.5],"head":[18.3,-194.4],"shR":[19.6,-141.6],"elR":[51.2,-143.8],"haR":[103.4,-152.3],"shL":[23,-115.3],"elL":[94.2,-81.7],"haL":[156,-50.9],"hipR":[0.3,5.1],"knR":[30.7,118.4],"ftR":[31.2,237.5],"hipL":[-1.8,10.4],"knL":[-3.7,133.4],"ftL":[-2.3,258.5]},{"rootY":-2.5,"hips":[0,0],"chest":[-8.5,-96.1],"neck":[16.8,-159.6],"head":[20.4,-194],"shR":[16.2,-142.6],"elR":[42.5,-148.2],"haR":[92.4,-161.2],"shL":[28.4,-115.6],"elL":[101,-83.5],"haL":[164.3,-54],"hipR":[-1.7,5.1],"knR":[29,116.6],"ftR":[24.5,234.9],"hipL":[0.3,10.4],"knL":[-1,133.5],"ftL":[-1.8,258.7]},{"rootY":-2.7,"hips":[0,0],"chest":[-8,-96.1],"neck":[17.5,-159.9],"head":[22,-193.7],"shR":[12.4,-143.5],"elR":[33.5,-152.1],"haR":[81.1,-168.9],"shL":[33.2,-116.2],"elL":[105.8,-85.8],"haL":[169.6,-57.7],"hipR":[-4,5],"knR":[25,115.2],"ftR":[17.4,232.9],"hipL":[2.7,10.5],"knL":[1.8,133.6],"ftL":[-1.9,258.8]},{"rootY":-2.8,"hips":[0,0],"chest":[-7.4,-96],"neck":[18,-160.2],"head":[23.6,-193.5],"shR":[8.2,-144.5],"elR":[24.1,-155.7],"haR":[69.5,-175.8],"shL":[37.7,-116.7],"elL":[109.3,-88.2],"haL":[172.4,-61.7],"hipR":[-6.3,4.9],"knR":[19.1,114.2],"ftR":[10,231.9],"hipL":[5,10.6],"knL":[4.4,133.7],"ftL":[-2.4,258.8]},{"rootY":-2.5,"hips":[0,0],"chest":[-6.6,-95.9],"neck":[18.7,-160.4],"head":[25.2,-193.4],"shR":[4.2,-145.3],"elR":[14.5,-159],"haR":[57.6,-182.5],"shL":[42.3,-117.2],"elL":[111.8,-90.5],"haL":[173.3,-65.6],"hipR":[-8.4,4.9],"knR":[12.4,113.8],"ftR":[2.3,231.7],"hipL":[7.2,10.6],"knL":[6.9,133.7],"ftL":[-2.9,258.6]},{"rootY":-2.1,"hips":[0,0],"chest":[-5.7,-96],"neck":[19.6,-160.7],"head":[27.1,-193.3],"shR":[0.3,-145.8],"elR":[4.7,-162],"haR":[45.6,-189],"shL":[46.9,-118],"elL":[113.3,-92.7],"haL":[172.4,-68.8],"hipR":[-10.5,5.1],"knR":[5.8,114],"ftR":[-5.7,232.2],"hipL":[9.3,10.4],"knL":[8.9,133.5],"ftL":[-3.6,258.2]},{"rootY":-1.5,"hips":[0,0],"chest":[-4.8,-96.4],"neck":[20.5,-161.4],"head":[28.9,-193.4],"shR":[-3.4,-146.3],"elR":[-5.5,-164.8],"haR":[33.4,-195.4],"shL":[51.2,-119.2],"elL":[113.7,-94.8],"haL":[169.8,-71.1],"hipR":[-12.6,5.6],"knR":[-0.3,114.5],"ftR":[-13.1,233.3],"hipL":[11.4,10],"knL":[10.1,133.1],"ftL":[-4.4,257.6]},{"rootY":-0.8,"hips":[0,0],"chest":[-3.9,-96.9],"neck":[21.2,-162.2],"head":[30.6,-193.7],"shR":[-7.1,-147],"elR":[-16,-167.5],"haR":[21,-201.5],"shL":[55.2,-120.8],"elL":[113.2,-96.9],"haL":[166.1,-73],"hipR":[-14.6,6.1],"knR":[-5.6,115.3],"ftR":[-18.7,235.3],"hipL":[13.5,9.5],"knL":[11.3,132.6],"ftL":[-5.4,256.8]},{"rootY":0.1,"hips":[0,0],"chest":[-3.1,-97.5],"neck":[21.8,-163],"head":[32.1,-194.2],"shR":[-11,-147.7],"elR":[-26.7,-169.9],"haR":[8.5,-207],"shL":[58.7,-122.5],"elL":[112,-98.8],"haL":[161.6,-74.6],"hipR":[-16.6,6.7],"knR":[-9.7,116.5],"ftR":[-21.7,237.9],"hipL":[15.5,9],"knL":[13.7,132.1],"ftL":[-6.2,255.7]},{"rootY":1,"hips":[0,0],"chest":[-2.3,-98.1],"neck":[22,-163.8],"head":[33.3,-194.7],"shR":[-15.2,-148.1],"elR":[-37.5,-171.7],"haR":[-4,-211.4],"shL":[61.7,-124.4],"elL":[110.1,-100.3],"haL":[156.1,-75.7],"hipR":[-18.4,7.1],"knR":[-12.9,117.8],"ftR":[-22.2,240.5],"hipL":[17.4,8.6],"knL":[17,131.7],"ftL":[-7,254.5]},{"rootY":2,"hips":[0,0],"chest":[-1.8,-98.5],"neck":[21.5,-164.5],"head":[33.6,-195.3],"shR":[-19.6,-148.3],"elR":[-48.4,-172.4],"haR":[-16.7,-214.2],"shL":[63.9,-126.5],"elL":[107.2,-101.3],"haL":[149.1,-75.9],"hipR":[-20,7.2],"knR":[-15,119.5],"ftR":[-20.6,243.1],"hipL":[19,8.4],"knL":[20.4,131.5],"ftL":[-7.9,253.3]},{"rootY":3,"hips":[0,0],"chest":[-1.3,-98.9],"neck":[20.4,-165.1],"head":[33.1,-196],"shR":[-24.2,-148.3],"elR":[-58.9,-172],"haR":[-29.2,-215.4],"shL":[65.2,-128.5],"elL":[103.3,-101.9],"haL":[141.1,-75.3],"hipR":[-21.4,7.4],"knR":[-15.3,121.5],"ftR":[-16.3,245.8],"hipL":[20.4,8.2],"knL":[23.2,131.3],"ftL":[-8.8,251.7]},{"rootY":4.2,"hips":[0,0],"chest":[-1.1,-99.1],"neck":[18.8,-165.5],"head":[31.8,-196.6],"shR":[-28.6,-148],"elR":[-68.4,-170.4],"haR":[-40.9,-215.2],"shL":[65.6,-130],"elL":[98.4,-102.1],"haL":[132.3,-74.2],"hipR":[-22.5,7.5],"knR":[-14,123.2],"ftR":[-10.7,247.9],"hipL":[21.6,8.1],"knL":[25.9,131.1],"ftL":[-9.4,249.8]},{"rootY":5.1,"hips":[0,0],"chest":[-1.3,-99.3],"neck":[16.6,-165.9],"head":[29.7,-197.1],"shR":[-33,-147.1],"elR":[-77,-167.8],"haR":[-51.7,-213.7],"shL":[64.7,-131.2],"elL":[92.9,-101.6],"haL":[122.9,-72.6],"hipR":[-23.6,7.4],"knR":[-12.7,124.1],"ftR":[-6.9,248.9],"hipL":[22.6,8.2],"knL":[28.5,131],"ftL":[-9.1,247.3]},{"rootY":5.5,"hips":[0,0],"chest":[-1.8,-99.5],"neck":[13.5,-166],"head":[26.6,-197.5],"shR":[-37.4,-146],"elR":[-84.6,-163.9],"haR":[-61.5,-210.8],"shL":[62.8,-132.2],"elL":[86.8,-100.7],"haL":[113,-70.6],"hipR":[-24.6,7.2],"knR":[-13.1,124.1],"ftR":[-7,249],"hipL":[23.5,8.4],"knL":[31.2,131],"ftL":[-7.1,244.2]},{"rootY":5.5,"hips":[0,0],"chest":[-2.4,-99.5],"neck":[10.2,-166.1],"head":[22.7,-198.1],"shR":[-41.6,-145.6],"elR":[-90.9,-159.4],"haR":[-70.2,-206.4],"shL":[60.4,-133.5],"elL":[80.3,-100.3],"haL":[102.8,-69.1],"hipR":[-25.5,7.2],"knR":[-14.9,123.7],"ftR":[-9.3,248.8],"hipL":[24.5,8.4],"knL":[34.4,130.6],"ftL":[-2.5,239.8]},{"rootY":5.4,"hips":[0,0],"chest":[-2.8,-99.4],"neck":[7.7,-166.2],"head":[18.9,-199.1],"shR":[-44.9,-145.9],"elR":[-95,-155.3],"haR":[-77.4,-200.9],"shL":[58.5,-135],"elL":[74.2,-101],"haL":[93.3,-69.1],"hipR":[-26,7.5],"knR":[-16.4,123.6],"ftR":[-10.6,248.8],"hipL":[25.4,8.1],"knL":[38.8,129.7],"ftL":[6.3,234.1]},{"rootY":5.4,"hips":[0,0],"chest":[-2.6,-99.4],"neck":[6.6,-166.4],"head":[15.7,-200.2],"shR":[-46.7,-146.7],"elR":[-96.8,-152.6],"haR":[-82.8,-195.1],"shL":[57.3,-136.2],"elL":[69.5,-102.8],"haL":[85.7,-71.5],"hipR":[-26.4,7.9],"knR":[-16.3,123.9],"ftR":[-10.2,248.9],"hipL":[26.2,7.6],"knL":[44.2,128.3],"ftL":[19.7,227.6]},{"rootY":5.6,"hips":[0,0],"chest":[-1.9,-99.3],"neck":[6.4,-166.5],"head":[13.5,-201],"shR":[-47.5,-147.6],"elR":[-96.8,-151.1],"haR":[-86.6,-189.1],"shL":[56.8,-136.8],"elL":[66.5,-105.5],"haL":[80.2,-76],"hipR":[-26.6,8.1],"knR":[-15.3,124],"ftR":[-9.5,248.7],"hipL":[26.6,7.5],"knL":[50,127],"ftL":[37.2,221.3]},{"rootY":5.9,"hips":[0,0],"chest":[-1.1,-99.2],"neck":[6.5,-166.5],"head":[12,-201.5],"shR":[-47.8,-148.3],"elR":[-95.8,-149.9],"haR":[-89.1,-182.6],"shL":[56.5,-137.4],"elL":[64.9,-108.9],"haL":[76.7,-82],"hipR":[-26.7,8.1],"knR":[-14.6,124.1],"ftR":[-8.8,248.3],"hipL":[26.8,7.5],"knL":[55.5,126.1],"ftL":[56.5,215.9]},{"rootY":6.3,"hips":[0,0],"chest":[-0.4,-99.1],"neck":[6.4,-166.5],"head":[10.9,-201.7],"shR":[-47.9,-148.3],"elR":[-94.2,-148],"haR":[-90.6,-175.4],"shL":[56.3,-138.5],"elL":[64.2,-112.8],"haL":[74.5,-88.9],"hipR":[-26.7,8.1],"knR":[-14.5,124.4],"ftR":[-7.9,248],"hipL":[26.8,7.5],"knL":[60.1,125.4],"ftL":[74.8,211.4]},{"rootY":6.3,"hips":[0,0],"chest":[0,-98.9],"neck":[6,-166.4],"head":[10.3,-201.7],"shR":[-48,-147.4],"elR":[-92.7,-144.8],"haR":[-91.1,-167.4],"shL":[56.2,-140.3],"elL":[64,-117.3],"haL":[73.1,-96.1],"hipR":[-26.7,8.1],"knR":[-14.3,124.8],"ftR":[-6.8,247.9],"hipL":[26.9,7.6],"knL":[64,124.8],"ftL":[90.3,208.1]},{"rootY":6.1,"hips":[0,0],"chest":[0,-98.7],"neck":[5.2,-166.2],"head":[9.8,-201.6],"shR":[-48.2,-146.1],"elR":[-91.5,-140.5],"haR":[-90.9,-158.4],"shL":[55.9,-142.5],"elL":[63.8,-121.8],"haL":[72.3,-102.9],"hipR":[-26.8,7.9],"knR":[-14.1,125.4],"ftR":[-6.1,248.2],"hipL":[26.8,7.8],"knL":[67.1,124.2],"ftL":[102.6,206.5]},{"rootY":5.6,"hips":[0,0],"chest":[-0.2,-98.4],"neck":[4,-166],"head":[9.1,-201.3],"shR":[-48.4,-145],"elR":[-90.2,-135.4],"haR":[-90,-148.2],"shL":[55.2,-144.8],"elL":[63.1,-126],"haL":[71.7,-109.1],"hipR":[-26.9,7.7],"knR":[-14.3,126.1],"ftR":[-5.9,248.7],"hipL":[26.8,8],"knL":[69.6,123.2],"ftL":[111.9,207.5]},{"rootY":5.1,"hips":[0,0],"chest":[-0.5,-98.2],"neck":[2.8,-165.9],"head":[8,-201.2],"shR":[-48.8,-144],"elR":[-88,-130.3],"haR":[-88.4,-137.5],"shL":[54.2,-146.8],"elL":[62.1,-130],"haL":[71.2,-114.7],"hipR":[-26.9,7.5],"knR":[-14.8,126.8],"ftR":[-6,249.2],"hipL":[26.7,8.1],"knL":[71.6,121.7],"ftL":[118.5,211]},{"rootY":4.9,"hips":[0,0],"chest":[-0.9,-98],"neck":[1.6,-165.8],"head":[6.3,-201.2],"shR":[-49.4,-143.1],"elR":[-84.9,-125.8],"haR":[-86.5,-126.9],"shL":[53.2,-148.7],"elL":[61.1,-133.8],"haL":[70.6,-120.2],"hipR":[-26.9,7.5],"knR":[-15.3,127.4],"ftR":[-6.3,249.5],"hipL":[26.7,8.1],"knL":[73.3,119.8],"ftL":[122.8,216.3]},{"rootY":4.9,"hips":[0,0],"chest":[-1.4,-97.8],"neck":[0.2,-165.7],"head":[4.1,-201.2],"shR":[-50.2,-142.2],"elR":[-81.7,-121.6],"haR":[-84.4,-116.7],"shL":[52,-150.4],"elL":[60.3,-137.5],"haL":[69.6,-125.8],"hipR":[-26.8,7.6],"knR":[-15.7,127.7],"ftR":[-7.2,249.5],"hipL":[26.7,8.1],"knL":[74.5,117.9],"ftL":[124.8,222.3]},{"rootY":5,"hips":[0,0],"chest":[-2.1,-97.6],"neck":[-1.4,-165.5],"head":[1.6,-201.2],"shR":[-51.2,-141.4],"elR":[-78.8,-117.5],"haR":[-82.2,-107],"shL":[50.7,-152],"elL":[59.4,-141.1],"haL":[68.3,-131.3],"hipR":[-26.8,7.7],"knR":[-16.2,128.1],"ftR":[-8.6,249.4],"hipL":[26.7,7.9],"knL":[74.9,116.3],"ftL":[124.3,227.8]},{"rootY":5.2,"hips":[0,0],"chest":[-2.9,-97.3],"neck":[-3.1,-165.2],"head":[-1.3,-201.1],"shR":[-52.3,-140.5],"elR":[-76.4,-113.1],"haR":[-79.7,-97.7],"shL":[49.2,-153.6],"elL":[58.5,-144.6],"haL":[66.7,-136.6],"hipR":[-26.8,7.8],"knR":[-16.9,128.6],"ftR":[-10.2,249.2],"hipL":[26.7,7.8],"knL":[73.9,115.5],"ftL":[121,231.4]},{"rootY":5.4,"hips":[0,0],"chest":[-3.6,-97.1],"neck":[-4.8,-165],"head":[-4.2,-201],"shR":[-53.3,-139.3],"elR":[-74.5,-108.6],"haR":[-76.9,-89.2],"shL":[47.6,-155.2],"elL":[57.3,-148],"haL":[65.2,-141.7],"hipR":[-26.8,7.9],"knR":[-17.7,129],"ftR":[-12.2,249],"hipL":[26.7,7.8],"knL":[71.1,115.6],"ftL":[115.1,232.2]},{"rootY":5.8,"hips":[0,0],"chest":[-3.9,-96.9],"neck":[-6.2,-164.8],"head":[-6.9,-200.9],"shR":[-54.2,-137.8],"elR":[-72.9,-104.3],"haR":[-73.9,-81.8],"shL":[46.3,-156.8],"elL":[56.2,-151.2],"haL":[63.8,-146.5],"hipR":[-26.8,7.8],"knR":[-18.6,129.3],"ftR":[-14.3,248.7],"hipL":[26.7,7.8],"knL":[66.6,116.2],"ftL":[107.1,230.7]},{"rootY":6.1,"hips":[0,0],"chest":[-3.5,-96.6],"neck":[-7,-164.5],"head":[-9,-200.6],"shR":[-54.6,-135.9],"elR":[-70.9,-100.4],"haR":[-70.6,-75.8],"shL":[45.3,-158.4],"elL":[55.5,-154.3],"haL":[63,-150.7],"hipR":[-26.9,7.5],"knR":[-19.5,129.5],"ftR":[-16.3,248.4],"hipL":[26.6,8.1],"knL":[62,116.4],"ftL":[98.2,228.4]},{"rootY":6.3,"hips":[0,0],"chest":[-2.3,-96.2],"neck":[-7.2,-164.1],"head":[-10.5,-200.1],"shR":[-54.3,-133.9],"elR":[-68.8,-96.6],"haR":[-67,-70.9],"shL":[44.8,-160.1],"elL":[55.1,-156.9],"haL":[62.4,-154.1],"hipR":[-27.1,6.9],"knR":[-20.7,129.4],"ftR":[-17.9,248.1],"hipL":[26.5,8.7],"knL":[57.6,115.9],"ftL":[89.6,227]},{"rootY":6.7,"hips":[0,0],"chest":[-0.4,-96],"neck":[-6.7,-163.7],"head":[-11.1,-199.7],"shR":[-53.5,-131.6],"elR":[-66.6,-93.1],"haR":[-63.5,-67.1],"shL":[44.8,-161.5],"elL":[54.8,-158.9],"haL":[61.9,-156.6],"hipR":[-27.2,6.2],"knR":[-22,129.1],"ftR":[-19.4,247.8],"hipL":[26.2,9.4],"knL":[53.9,115.1],"ftL":[82.1,226.9]},{"rootY":7,"hips":[0,0],"chest":[1.9,-95.8],"neck":[-5.6,-163.4],"head":[-11.2,-199.2],"shR":[-52.3,-129.5],"elR":[-64.5,-89.9],"haR":[-60.4,-64],"shL":[45.2,-162.4],"elL":[54.2,-160.3],"haL":[60.6,-158.3],"hipR":[-27.4,5.4],"knR":[-23.4,128.5],"ftR":[-20.9,247.4],"hipL":[25.9,10],"knL":[50.8,114.4],"ftL":[75.4,227.9]},{"rootY":7.5,"hips":[0,0],"chest":[4,-95.6],"neck":[-4.5,-163],"head":[-11,-198.7],"shR":[-51.2,-127.8],"elR":[-63,-87.2],"haR":[-58.6,-61.3],"shL":[45.6,-162.9],"elL":[52.9,-161],"haL":[58,-159.1],"hipR":[-27.5,4.9],"knR":[-24.7,128],"ftR":[-22.6,246.9],"hipL":[25.6,10.6],"knL":[47.8,113.9],"ftL":[68.6,230]},{"rootY":8.1,"hips":[0,0],"chest":[5.7,-95.6],"neck":[-3.7,-162.8],"head":[-11,-198.3],"shR":[-50.5,-126.7],"elR":[-62.5,-85.2],"haR":[-58.4,-59],"shL":[45.7,-163.3],"elL":[50.7,-161.2],"haL":[53.7,-159.2],"hipR":[-27.5,4.5],"knR":[-26.1,127.6],"ftR":[-24.9,246.2],"hipL":[25.4,10.9],"knL":[44.2,113.9],"ftL":[61,233.5]},{"rootY":9,"hips":[0,0],"chest":[7.1,-95.7],"neck":[-3.2,-162.8],"head":[-10.9,-198.1],"shR":[-50,-126],"elR":[-63.1,-84],"haR":[-59.7,-57.3],"shL":[45.6,-163.5],"elL":[47.7,-161.2],"haL":[48,-158.8],"hipR":[-27.4,4.4],"knR":[-27.5,127.3],"ftR":[-27.6,245.1],"hipL":[25.3,11],"knL":[39.9,115.3],"ftL":[52.8,237.9]},{"rootY":10.1,"hips":[0,0],"chest":[8.2,-96.1],"neck":[-2.9,-163.1],"head":[-10.7,-198.4],"shR":[-49.7,-125.2],"elR":[-64.3,-83.3],"haR":[-62.4,-56.4],"shL":[45.6,-163.5],"elL":[44,-160.8],"haL":[41.4,-158.2],"hipR":[-27.3,4.6],"knR":[-29.3,127.4],"ftR":[-30.9,243.8],"hipL":[25.3,10.9],"knL":[34.8,117.3],"ftL":[45.6,241.5]},{"rootY":10.9,"hips":[0,0],"chest":[9,-96.6],"neck":[-2.8,-163.5],"head":[-10.4,-198.7],"shR":[-49.5,-124.4],"elR":[-66,-82.9],"haR":[-66.4,-56.2],"shL":[45.3,-163.1],"elL":[39.9,-159.9],"haL":[34.3,-156.9],"hipR":[-27.2,5],"knR":[-31.2,127.7],"ftR":[-34.6,242.5],"hipL":[25.5,10.5],"knL":[29.3,118.3],"ftL":[40.4,242.9]},{"rootY":11.1,"hips":[0,0],"chest":[9.4,-96.8],"neck":[-2.6,-163.6],"head":[-9.7,-198.9],"shR":[-49.4,-124.1],"elR":[-68,-82.8],"haR":[-70.8,-56.4],"shL":[45,-162.5],"elL":[36.1,-158.3],"haL":[27.6,-154.4],"hipR":[-27.1,5.3],"knR":[-33.1,127.7],"ftR":[-38.5,240.7],"hipL":[25.6,10.3],"knL":[24.7,118],"ftL":[36.8,242.7]},{"rootY":10.7,"hips":[0,0],"chest":[9.6,-96.9],"neck":[-2.1,-163.7],"head":[-8.4,-199],"shR":[-49.4,-124.7],"elR":[-70.5,-83.1],"haR":[-74.8,-57.2],"shL":[45,-162.1],"elL":[33,-156.1],"haL":[21.6,-150.6],"hipR":[-27.1,5.3],"knR":[-34.6,127.6],"ftR":[-42,238.6],"hipL":[25.6,10.3],"knL":[22.5,118],"ftL":[33.6,242.7]},{"rootY":9.7,"hips":[0,0],"chest":[9.7,-97],"neck":[-1.5,-163.9],"head":[-6.8,-199.4],"shR":[-49.5,-125.9],"elR":[-73.3,-84.2],"haR":[-78.3,-58.7],"shL":[45.2,-161.3],"elL":[30.3,-153.3],"haL":[16.3,-146.1],"hipR":[-26.9,5.5],"knR":[-36.1,127.7],"ftR":[-45.1,236.3],"hipL":[25.5,10.1],"knL":[21.7,119.1],"ftL":[30.1,243.8]},{"rootY":8.5,"hips":[0,0],"chest":[9.6,-97.3],"neck":[-1,-164.4],"head":[-5.2,-200],"shR":[-49.8,-127.2],"elR":[-76.1,-86],"haR":[-81.8,-61.3],"shL":[45.3,-160.1],"elL":[27.9,-150.2],"haL":[11.8,-141.5],"hipR":[-26.7,6],"knR":[-38.1,128.3],"ftR":[-48.1,233.7],"hipL":[25.6,9.7],"knL":[20.7,120.7],"ftL":[26.5,245.3]},{"rootY":7.1,"hips":[0,0],"chest":[9.5,-97.7],"neck":[-0.5,-164.9],"head":[-3.3,-200.6],"shR":[-50.1,-128.7],"elR":[-78.7,-88.5],"haR":[-85.5,-65.5],"shL":[45.4,-158.7],"elL":[25.9,-147.3],"haL":[8.4,-137.3],"hipR":[-26.4,6.6],"knR":[-40,129],"ftR":[-51,230.2],"hipL":[25.7,9.1],"knL":[19.3,122.1],"ftL":[23.5,246.6]},{"rootY":6,"hips":[0,0],"chest":[9.5,-98],"neck":[0.5,-165.2],"head":[-0.9,-201.1],"shR":[-50,-130.5],"elR":[-81.2,-92],"haR":[-89,-71.6],"shL":[45.7,-157.3],"elL":[24.7,-144.9],"haL":[6.3,-134],"hipR":[-26.1,7.1],"knR":[-41.3,129.3],"ftR":[-52.2,225.5],"hipL":[25.8,8.5],"knL":[18.3,123.1],"ftL":[20.9,247.6]},{"rootY":5.2,"hips":[0,0],"chest":[9.8,-98.1],"neck":[2,-165.5],"head":[2,-201.5],"shR":[-49.6,-132.7],"elR":[-83.7,-96.5],"haR":[-91.9,-79.1],"shL":[46.6,-155.9],"elL":[24.3,-143.1],"haL":[5,-131.8],"hipR":[-25.8,7.6],"knR":[-41.7,129.1],"ftR":[-50.4,221.3],"hipL":[25.8,8.1],"knL":[17.8,124.1],"ftL":[18.9,248.4]},{"rootY":4.6,"hips":[0,0],"chest":[10.4,-98],"neck":[3.8,-165.5],"head":[5.1,-201.5],"shR":[-48.7,-134.7],"elR":[-85.8,-101.1],"haR":[-94.1,-87.5],"shL":[48,-154.1],"elL":[25.2,-141.3],"haL":[4.5,-130.1],"hipR":[-25.6,7.8],"knR":[-42.2,128.5],"ftR":[-46.1,220],"hipL":[25.7,7.8],"knL":[17.5,125.1],"ftL":[17.5,249.3]},{"rootY":3.8,"hips":[0,0],"chest":[11.2,-97.9],"neck":[5.7,-165.3],"head":[8.1,-201.4],"shR":[-47.6,-136.5],"elR":[-87.8,-105],"haR":[-95.5,-96.6],"shL":[49.9,-151.9],"elL":[27.5,-139.3],"haL":[4.1,-128.8],"hipR":[-25.5,7.8],"knR":[-42.9,127.5],"ftR":[-41.7,222.8],"hipL":[25.5,7.9],"knL":[17,126.1],"ftL":[16.7,250.2]},{"rootY":3,"hips":[0,0],"chest":[12.3,-97.7],"neck":[7.4,-165.1],"head":[10.5,-201.1],"shR":[-46.4,-138.1],"elR":[-89.6,-108],"haR":[-96,-106.1],"shL":[52,-149.9],"elL":[30.7,-137.3],"haL":[3.7,-128.4],"hipR":[-25.4,7.5],"knR":[-44.3,126.2],"ftR":[-39.5,227.8],"hipL":[25.3,8.1],"knL":[16.7,127.1],"ftL":[16.1,251]},{"rootY":2.5,"hips":[0,0],"chest":[13.3,-97.6],"neck":[8.8,-164.9],"head":[12.3,-201],"shR":[-45.2,-139.1],"elR":[-91.2,-110.5],"haR":[-95.5,-116],"shL":[54,-148.3],"elL":[34,-135.3],"haL":[3.1,-129.1],"hipR":[-25.4,7.4],"knR":[-45.9,125.1],"ftR":[-39.6,233],"hipL":[25.1,8.3],"knL":[16.6,127.8],"ftL":[15.5,251.6]},{"rootY":2.1,"hips":[0,0],"chest":[13.9,-97.4],"neck":[9.9,-164.7],"head":[13.6,-200.8],"shR":[-44.3,-139.6],"elR":[-92.3,-112.4],"haR":[-94.2,-125.7],"shL":[55.6,-147],"elL":[37.1,-133.6],"haL":[2.8,-130.9],"hipR":[-25.4,7.4],"knR":[-47.2,124.2],"ftR":[-41.5,238],"hipL":[25.1,8.3],"knL":[16.6,128.3],"ftL":[15,252]},{"rootY":1.9,"hips":[0,0],"chest":[14.2,-97.3],"neck":[10.5,-164.5],"head":[14.3,-200.6],"shR":[-43.9,-140],"elR":[-92.9,-113.5],"haR":[-92.3,-134.7],"shL":[56.6,-146.1],"elL":[39.7,-132],"haL":[2.9,-133.2],"hipR":[-25.4,7.6],"knR":[-47.8,123.7],"ftR":[-44.3,242.5],"hipL":[25.2,8.1],"knL":[16.5,128.5],"ftL":[14.5,252.2]},{"rootY":1.7,"hips":[0,0],"chest":[14.1,-97.2],"neck":[10.7,-164.3],"head":[14.7,-200.4],"shR":[-43.7,-140.6],"elR":[-93.3,-114.2],"haR":[-90.1,-142.5],"shL":[57.4,-145.7],"elL":[42.1,-130.6],"haL":[3.3,-135.6],"hipR":[-25.4,7.8],"knR":[-47.6,123.3],"ftR":[-47.2,245.8],"hipL":[25.3,7.9],"knL":[16.6,128.8],"ftL":[14.1,252.5]},{"rootY":1.5,"hips":[0,0],"chest":[13.8,-97.1],"neck":[10.9,-164.1],"head":[14.9,-200.2],"shR":[-43.7,-141.3],"elR":[-93.5,-114.9],"haR":[-87.7,-148.6],"shL":[58.1,-145.6],"elL":[44.2,-129.5],"haL":[4.2,-138],"hipR":[-25.5,7.9],"knR":[-46.8,122.9],"ftR":[-49.8,247.5],"hipL":[25.5,7.8],"knL":[17.1,129.1],"ftL":[14,252.8]},{"rootY":1.2,"hips":[0,0],"chest":[13.4,-97],"neck":[11,-163.8],"head":[15.1,-200],"shR":[-43.7,-141.7],"elR":[-93.5,-115.6],"haR":[-85.3,-153.2],"shL":[58.7,-145.3],"elL":[46.3,-128.6],"haL":[5.4,-140.2],"hipR":[-25.7,8],"knR":[-45.9,122.5],"ftR":[-51.4,247.7],"hipL":[25.7,7.7],"knL":[17.9,129.5],"ftL":[14.2,253.2]},{"rootY":0.9,"hips":[0,0],"chest":[13,-96.9],"neck":[11,-163.6],"head":[15.1,-199.7],"shR":[-43.8,-141.6],"elR":[-93.4,-116.3],"haR":[-83,-156.3],"shL":[59.2,-145],"elL":[48.4,-127.9],"haL":[7,-142.4],"hipR":[-25.9,8.1],"knR":[-45,121.9],"ftR":[-52.1,246.7],"hipL":[26,7.6],"knL":[18.8,129.7],"ftL":[14.7,253.5]},{"rootY":0.8,"hips":[0,0],"chest":[12.4,-96.7],"neck":[10.8,-163.4],"head":[15,-199.5],"shR":[-43.9,-141.6],"elR":[-93.3,-116.9],"haR":[-80.9,-158.1],"shL":[59.6,-145],"elL":[50.3,-127.7],"haL":[8.7,-144.5],"hipR":[-26.1,8.2],"knR":[-44.2,120.9],"ftR":[-52.2,245],"hipL":[26.2,7.4],"knL":[19.5,129.8],"ftL":[15.2,253.7]},{"rootY":0.8,"hips":[0,0],"chest":[11.8,-96.7],"neck":[10.6,-163.3],"head":[14.8,-199.4],"shR":[-44.1,-141.5],"elR":[-93,-117.5],"haR":[-79.2,-158.5],"shL":[59.9,-145.2],"elL":[52.1,-127.9],"haL":[10.6,-146.7],"hipR":[-26.2,8.4],"knR":[-43.2,119.8],"ftR":[-51.9,242.9],"hipL":[26.4,7.3],"knL":[20.2,129.9],"ftL":[15.9,253.7]},{"rootY":0.8,"hips":[0,0],"chest":[10.9,-96.6],"neck":[10.1,-163.3],"head":[14.3,-199.4],"shR":[-44.5,-141.2],"elR":[-92.3,-117.7],"haR":[-77.9,-157.5],"shL":[60,-145.4],"elL":[53.8,-128.6],"haL":[12.6,-148.9],"hipR":[-26.2,8.6],"knR":[-42.2,118.7],"ftR":[-51,241.1],"hipL":[26.6,7],"knL":[21,129.8],"ftL":[16.8,253.7]},{"rootY":0.9,"hips":[0,0],"chest":[9.8,-96.6],"neck":[9.3,-163.2],"head":[13.7,-199.3],"shR":[-45.1,-140.6],"elR":[-91.4,-117],"haR":[-76.7,-155.3],"shL":[59.9,-145.6],"elL":[55.6,-129.4],"haL":[14.7,-150.9],"hipR":[-26.3,8.9],"knR":[-40.9,117.9],"ftR":[-49.4,239.7],"hipL":[26.7,6.8],"knL":[21.8,129.8],"ftL":[17.9,253.7]},{"rootY":1,"hips":[0,0],"chest":[8.6,-96.6],"neck":[8.3,-163.2],"head":[12.9,-199.3],"shR":[-45.9,-139.9],"elR":[-90.6,-115.3],"haR":[-75.4,-152.3],"shL":[59.5,-146],"elL":[57.6,-130],"haL":[16.9,-152.9],"hipR":[-26.3,9.1],"knR":[-39.6,117.3],"ftR":[-47.3,238.6],"hipL":[26.9,6.6],"knL":[22.7,129.7],"ftL":[19.1,253.6]},{"rootY":1.2,"hips":[0,0],"chest":[7.3,-96.7],"neck":[7.1,-163.2],"head":[11.8,-199.3],"shR":[-46.7,-139.1],"elR":[-89.7,-112.8],"haR":[-73.7,-148.9],"shL":[58.9,-146.7],"elL":[59.8,-130.6],"haL":[19.1,-154.7],"hipR":[-26.3,9.3],"knR":[-38,117.1],"ftR":[-44.8,238.2],"hipL":[27.1,6.3],"knL":[23.6,129.5],"ftL":[20.5,253.4]},{"rootY":1.6,"hips":[0,0],"chest":[5.9,-96.8],"neck":[5.8,-163.2],"head":[10.6,-199.3],"shR":[-47.4,-138.1],"elR":[-88.7,-109.7],"haR":[-71.4,-145.3],"shL":[58.2,-147.1],"elL":[62.1,-130.9],"haL":[21.4,-156.1],"hipR":[-26.3,9.5],"knR":[-36.2,117.4],"ftR":[-42,238.4],"hipL":[27.2,6.1],"knL":[24.6,129.3],"ftL":[22.1,253.1]},{"rootY":1.9,"hips":[0,0],"chest":[4.5,-97],"neck":[4.3,-163.3],"head":[9.2,-199.3],"shR":[-48.2,-136.8],"elR":[-87.4,-106.1],"haR":[-68.8,-141.8],"shL":[57.3,-147.4],"elL":[64.4,-131],"haL":[23.6,-157],"hipR":[-26.2,9.6],"knR":[-34.4,117.7],"ftR":[-39,239],"hipL":[27.3,6],"knL":[25.8,129.1],"ftL":[24.1,252.7]},{"rootY":2.5,"hips":[0,0],"chest":[3.1,-97.2],"neck":[2.6,-163.3],"head":[7.4,-199.4],"shR":[-49.1,-135.6],"elR":[-86.2,-102.6],"haR":[-66.1,-138.9],"shL":[56.1,-148],"elL":[66.4,-131],"haL":[25.7,-157.8],"hipR":[-26.2,9.8],"knR":[-32.5,118.3],"ftR":[-36,240.2],"hipL":[27.3,5.9],"knL":[26.9,128.9],"ftL":[26.2,252.2]},{"rootY":3.3,"hips":[0,0],"chest":[1.5,-97.4],"neck":[0.9,-163.4],"head":[5.4,-199.5],"shR":[-50.1,-134.5],"elR":[-85.2,-99.7],"haR":[-63.5,-136.7],"shL":[54.7,-148.8],"elL":[68.1,-131.2],"haL":[27.3,-158.8],"hipR":[-26.1,10],"knR":[-30.5,119.5],"ftR":[-33,242.3],"hipL":[27.4,5.6],"knL":[28.2,128.4],"ftL":[28.5,251.4]},{"rootY":4.2,"hips":[0,0],"chest":[-0.2,-97.6],"neck":[-0.9,-163.5],"head":[3.1,-199.6],"shR":[-51,-133.2],"elR":[-84.3,-97.3],"haR":[-60.8,-135.1],"shL":[53.4,-148.9],"elL":[69.6,-131.9],"haL":[28.7,-159.8],"hipR":[-26,10.3],"knR":[-28.2,121.3],"ftR":[-30,244.9],"hipL":[27.4,5.3],"knL":[29.6,127.8],"ftL":[31.2,250.4]},{"rootY":5.1,"hips":[0,0],"chest":[-1.5,-97.9],"neck":[-2.7,-163.6],"head":[0.7,-199.7],"shR":[-51.7,-131.7],"elR":[-83.4,-95.1],"haR":[-58,-133.4],"shL":[52.2,-148.3],"elL":[71.1,-133.1],"haL":[30,-160.3],"hipR":[-26,10.1],"knR":[-25.7,122.4],"ftR":[-26.8,246.7],"hipL":[27.3,5.5],"knL":[31.2,127.5],"ftL":[34.5,249.5]},{"rootY":5.9,"hips":[0,0],"chest":[-1.8,-98.2],"neck":[-4.2,-163.7],"head":[-1.8,-199.9],"shR":[-52,-130.7],"elR":[-82,-92.7],"haR":[-54.9,-131.6],"shL":[51.2,-148.4],"elL":[72.8,-134.9],"haL":[31.6,-160.8],"hipR":[-26.3,9.4],"knR":[-23.3,121.7],"ftR":[-23.4,246.7],"hipL":[27.2,6.3],"knL":[33.1,127.8],"ftL":[38.3,248.7]},{"rootY":6.6,"hips":[0,0],"chest":[-1.4,-98.5],"neck":[-4.7,-163.7],"head":[-4,-199.9],"shR":[-51.5,-130.5],"elR":[-79.8,-90],"haR":[-51.6,-129.4],"shL":[51,-149.8],"elL":[74.5,-137.2],"haL":[33.1,-161.2],"hipR":[-26.6,8.5],"knR":[-21.1,120.4],"ftR":[-19.5,245.7],"hipL":[27,7.2],"knL":[35.5,129],"ftL":[42.3,247.1]},{"rootY":6.9,"hips":[0,0],"chest":[-0.4,-98.5],"neck":[-3.7,-163.4],"head":[-5.8,-199.7],"shR":[-49.9,-130.8],"elR":[-76.6,-86.6],"haR":[-48,-126.4],"shL":[51.7,-151.5],"elL":[76,-139.4],"haL":[34.6,-160.4],"hipR":[-26.8,7.8],"knR":[-18.9,120],"ftR":[-15.3,245.3],"hipL":[26.8,7.8],"knL":[38.4,130.2],"ftL":[46.1,243.9]},{"rootY":6.4,"hips":[0,0],"chest":[0.5,-98.5],"neck":[-2.1,-163.1],"head":[-7.3,-199],"shR":[-48,-130.9],"elR":[-72.6,-82.7],"haR":[-44.2,-122.4],"shL":[53,-152.3],"elL":[77.1,-140.5],"haL":[36.1,-158],"hipR":[-26.9,7.4],"knR":[-16.9,120.7],"ftR":[-11.5,245.9],"hipL":[26.6,8.3],"knL":[41,130.6],"ftL":[49.2,239.6]},{"rootY":5.1,"hips":[0,0],"chest":[1.2,-98.4],"neck":[-1.2,-162.7],"head":[-9.2,-198.1],"shR":[-46.7,-130.6],"elR":[-68.7,-78.7],"haR":[-40.6,-118.4],"shL":[53.9,-152.4],"elL":[77.4,-140.6],"haL":[37.5,-154.4],"hipR":[-26.9,7.2],"knR":[-15.8,122.1],"ftR":[-8.7,247.1],"hipL":[26.4,8.4],"knL":[43,130.3],"ftL":[51.1,235.9]},{"rootY":3.6,"hips":[0,0],"chest":[1.3,-98.4],"neck":[-1.5,-162.5],"head":[-11.8,-197.3],"shR":[-46.6,-130.2],"elR":[-65.7,-75.8],"haR":[-37.6,-115.4],"shL":[53.7,-152.5],"elL":[76.6,-140.9],"haL":[38.6,-151.2],"hipR":[-26.9,7.2],"knR":[-16.1,123.5],"ftR":[-7,248.3],"hipL":[26.5,8.4],"knL":[44.3,129.6],"ftL":[52,233.8]},{"rootY":2.4,"hips":[0,0],"chest":[0.7,-98.4],"neck":[-2.8,-162.4],"head":[-14.6,-196.7],"shR":[-47.4,-129.8],"elR":[-63.9,-74.7],"haR":[-35.2,-113.8],"shL":[52.7,-152.7],"elL":[74.7,-142.4],"haL":[39.7,-149],"hipR":[-26.9,7.4],"knR":[-16.8,124.7],"ftR":[-6,249.3],"hipL":[26.6,8.3],"knL":[45.3,128.8],"ftL":[52.7,233.5]},{"rootY":1.7,"hips":[0,0],"chest":[0,-98.4],"neck":[-4.4,-162.4],"head":[-17.2,-196.2],"shR":[-48.9,-129.4],"elR":[-63.3,-75.6],"haR":[-33,-112.5],"shL":[51.3,-153],"elL":[72,-144.6],"haL":[41.1,-147.4],"hipR":[-26.8,7.6],"knR":[-17.2,125.7],"ftR":[-5.1,250],"hipL":[26.7,8.1],"knL":[46.5,127.9],"ftL":[54.1,234.8]},{"rootY":1.1,"hips":[0,0],"chest":[-0.7,-98.3],"neck":[-5.9,-162.4],"head":[-19.5,-195.7],"shR":[-50.5,-129],"elR":[-63.3,-77.8],"haR":[-31.2,-110.2],"shL":[49.8,-153.3],"elL":[68.8,-146.2],"haL":[43,-145.5],"hipR":[-26.8,7.7],"knR":[-17.2,126.4],"ftR":[-4.2,250.5],"hipL":[26.7,8],"knL":[48,126.9],"ftL":[56.2,237.2]},{"rootY":0.8,"hips":[0,0],"chest":[-1.1,-98.3],"neck":[-7.1,-162.3],"head":[-21.4,-195.3],"shR":[-52,-128.8],"elR":[-63.4,-80.7],"haR":[-30.6,-107.3],"shL":[48.6,-153.6],"elL":[64.6,-146.8],"haL":[45.7,-142.5],"hipR":[-26.8,7.7],"knR":[-17.1,127],"ftR":[-3.2,250.7],"hipL":[26.7,8],"knL":[49.5,126],"ftL":[58.7,240.2]},{"rootY":0.7,"hips":[0,0],"chest":[-1.4,-98.2],"neck":[-7.9,-162.2],"head":[-22.8,-194.8],"shR":[-53.1,-128.8],"elR":[-63.4,-83.6],"haR":[-31.1,-104.4],"shL":[47.5,-154],"elL":[59.4,-146],"haL":[49.1,-138.4],"hipR":[-26.8,7.7],"knR":[-16.9,127.4],"ftR":[-2.3,250.9],"hipL":[26.7,8],"knL":[50.6,125],"ftL":[61,243]},{"rootY":0.7,"hips":[0,0],"chest":[-1.5,-98.1],"neck":[-8.4,-162.1],"head":[-23.8,-194.3],"shR":[-53.8,-129],"elR":[-63.6,-86.2],"haR":[-32.4,-102],"shL":[46.6,-154.6],"elL":[54.6,-144],"haL":[52.3,-133.7],"hipR":[-26.8,7.8],"knR":[-16.8,127.9],"ftR":[-1.6,250.9],"hipL":[26.8,7.9],"knL":[51.1,123.8],"ftL":[62.8,245.1]},{"rootY":0.8,"hips":[0,0],"chest":[-1.5,-98.1],"neck":[-8.8,-162],"head":[-24.8,-193.9],"shR":[-54.5,-129.1],"elR":[-64.3,-88.5],"haR":[-34,-100.4],"shL":[45.6,-155.5],"elL":[51.5,-141.5],"haL":[54.5,-128.8],"hipR":[-26.8,7.9],"knR":[-16.7,128.2],"ftR":[-1,250.8],"hipL":[26.8,7.8],"knL":[50.9,122.7],"ftL":[63.8,246.1]},{"rootY":0.9,"hips":[0,0],"chest":[-1.2,-98.1],"neck":[-9.1,-161.9],"head":[-25.5,-193.5],"shR":[-55,-129.1],"elR":[-65.1,-91],"haR":[-35.4,-99.2],"shL":[45,-156.3],"elL":[50.2,-139],"haL":[55.8,-123.8],"hipR":[-26.8,7.8],"knR":[-16.8,128.5],"ftR":[-0.5,250.7],"hipL":[26.8,7.9],"knL":[50.1,121.7],"ftL":[63.7,246.1]},{"rootY":0.9,"hips":[0,0],"chest":[-0.7,-98],"neck":[-9,-161.9],"head":[-25.9,-193.2],"shR":[-55.3,-129],"elR":[-65.7,-93.5],"haR":[-36.8,-98.3],"shL":[44.8,-156.5],"elL":[50.1,-136.4],"haL":[56.6,-118.9],"hipR":[-26.9,7.5],"knR":[-16.9,128.7],"ftR":[-0.1,250.7],"hipL":[26.7,8.1],"knL":[49.2,120.7],"ftL":[62.7,245.3]},{"rootY":1,"hips":[0,0],"chest":[-0.2,-97.9],"neck":[-8.7,-161.8],"head":[-25.8,-193],"shR":[-55.3,-129.2],"elR":[-65.7,-95.5],"haR":[-38.3,-97.6],"shL":[45.2,-156],"elL":[50.6,-133.7],"haL":[57.3,-114.3],"hipR":[-27,7.3],"knR":[-16.8,129],"ftR":[0.4,250.5],"hipL":[26.7,8.4],"knL":[48.1,119.5],"ftL":[61.1,243.8]},{"rootY":1.2,"hips":[0,0],"chest":[0.3,-97.9],"neck":[-8.2,-161.9],"head":[-25.5,-193],"shR":[-55.1,-129.7],"elR":[-65.7,-97.2],"haR":[-39.9,-97],"shL":[45.8,-155.3],"elL":[51.1,-131.1],"haL":[57.8,-110.1],"hipR":[-27,7.2],"knR":[-16.8,129.2],"ftR":[0.8,250.3],"hipL":[26.6,8.5],"knL":[46.6,117.9],"ftL":[58.8,241.6]},{"rootY":1.5,"hips":[0,0],"chest":[0.9,-97.8],"neck":[-7.5,-161.9],"head":[-24.7,-193.2],"shR":[-54.8,-130.5],"elR":[-65.6,-99],"haR":[-41.5,-96.9],"shL":[46.5,-154.5],"elL":[51.5,-128.9],"haL":[58,-106.4],"hipR":[-27,7.1],"knR":[-16.9,129.4],"ftR":[1.2,249.9],"hipL":[26.5,8.6],"knL":[44.6,116.3],"ftL":[55.4,239.2]},{"rootY":2.1,"hips":[0,0],"chest":[1.5,-97.8],"neck":[-6.4,-162],"head":[-23.5,-193.4],"shR":[-54.3,-131.4],"elR":[-65.6,-101],"haR":[-42.8,-97.4],"shL":[47.5,-153.7],"elL":[52.1,-126.9],"haL":[58,-103.4],"hipR":[-27,7],"knR":[-16.9,129.5],"ftR":[1.6,249.4],"hipL":[26.5,8.7],"knL":[42,115.1],"ftL":[50.6,237]},{"rootY":2.7,"hips":[0,0],"chest":[2.2,-97.9],"neck":[-5.1,-162.2],"head":[-21.8,-193.9],"shR":[-53.5,-132.5],"elR":[-65.6,-102.9],"haR":[-43.7,-98.2],"shL":[48.7,-152.8],"elL":[52.7,-125],"haL":[57.8,-100.6],"hipR":[-27,6.9],"knR":[-17,129.5],"ftR":[1.8,248.6],"hipL":[26.4,8.8],"knL":[38.8,114.4],"ftL":[44.5,235.1]},{"rootY":3.4,"hips":[0,0],"chest":[3.1,-98.1],"neck":[-3.6,-162.5],"head":[-19.9,-194.5],"shR":[-52.5,-133.5],"elR":[-65.4,-104.4],"haR":[-44.3,-99.3],"shL":[50.2,-151.9],"elL":[53.3,-123.3],"haL":[57.7,-98.1],"hipR":[-27,6.7],"knR":[-17.1,129.5],"ftR":[2,247.7],"hipL":[26.3,9],"knL":[35,114.2],"ftL":[37.4,233.4]},{"rootY":4.3,"hips":[0,0],"chest":[4,-98.3],"neck":[-2,-162.9],"head":[-17.8,-195.2],"shR":[-51.5,-134.5],"elR":[-65.4,-105.9],"haR":[-44.8,-100.7],"shL":[51.7,-150.8],"elL":[53.9,-121.5],"haL":[57.6,-95.7],"hipR":[-26.9,6.6],"knR":[-17.1,129.4],"ftR":[2.3,246.8],"hipL":[26.3,9.1],"knL":[30.6,114.1],"ftL":[29.5,232.3]},{"rootY":5.4,"hips":[0,0],"chest":[4.6,-98.4],"neck":[-0.1,-163.3],"head":[-15.4,-195.9],"shR":[-50.3,-136],"elR":[-65.1,-107.9],"haR":[-45,-102],"shL":[53.5,-149.2],"elL":[54.6,-119.6],"haL":[57.4,-93.4],"hipR":[-26.9,6.7],"knR":[-16.9,129.3],"ftR":[2.5,245.8],"hipL":[26.3,9],"knL":[25.7,114.9],"ftL":[20.5,233]},{"rootY":6.5,"hips":[0,0],"chest":[5.3,-98.5],"neck":[2,-163.8],"head":[-12.9,-196.7],"shR":[-48.9,-138.2],"elR":[-64.4,-110.6],"haR":[-45,-103.1],"shL":[55.4,-147.3],"elL":[55.6,-117.3],"haL":[57.4,-90.8],"hipR":[-26.7,6.8],"knR":[-16.9,129.2],"ftR":[2.3,244.3],"hipL":[26.2,8.8],"knL":[20.5,117.6],"ftL":[11.5,236.2]},{"rootY":8,"hips":[0,0],"chest":[6.5,-98.8],"neck":[4.5,-164.5],"head":[-10,-197.6],"shR":[-47.3,-140.2],"elR":[-63.1,-113.7],"haR":[-44.9,-104.7],"shL":[57.6,-145.1],"elL":[56.7,-114.9],"haL":[57.8,-88],"hipR":[-26.4,7.1],"knR":[-17.8,129.1],"ftR":[2,242.1],"hipL":[26.1,8.6],"knL":[15.9,121.1],"ftL":[4.6,240.1]},{"rootY":9.4,"hips":[0,0],"chest":[7.7,-98.9],"neck":[7.3,-165],"head":[-6.6,-198.5],"shR":[-45.5,-140.9],"elR":[-62.1,-116.4],"haR":[-45.2,-107.1],"shL":[59.7,-142.2],"elL":[57.8,-111.9],"haL":[58.4,-84.7],"hipR":[-25.8,7.9],"knR":[-19.5,129.9],"ftR":[1.4,239.4],"hipL":[26.2,7.7],"knL":[13.5,123.3],"ftL":[0.9,242.3]},{"rootY":9.7,"hips":[0,0],"chest":[8.1,-98.7],"neck":[10.2,-164.9],"head":[-2.8,-198.8],"shR":[-43.8,-140.8],"elR":[-61.7,-118.1],"haR":[-45.8,-109.3],"shL":[61.2,-138.4],"elL":[58.4,-107.8],"haL":[58.7,-80.2],"hipR":[-25,9.6],"knR":[-22.2,131.7],"ftR":[0.4,236.3],"hipL":[26.4,5.9],"knL":[13.2,123.5],"ftL":[-0.3,243]},{"rootY":8.3,"hips":[0,0],"chest":[7.6,-98.4],"neck":[12.6,-164.5],"head":[1.2,-199],"shR":[-42.6,-141.6],"elR":[-61.6,-118.7],"haR":[-46.5,-110.4],"shL":[62.1,-134.2],"elL":[58.6,-102.6],"haL":[58.8,-73.9],"hipR":[-24.4,10.9],"knR":[-25.7,133.5],"ftR":[-2,232],"hipL":[26.5,4.6],"knL":[13.2,123.3],"ftL":[-0.2,244.2]},{"rootY":5.5,"hips":[0,0],"chest":[7.2,-98.3],"neck":[14.2,-164.3],"head":[5.5,-199.5],"shR":[-41.7,-143.7],"elR":[-61.4,-119.2],"haR":[-47.1,-111.7],"shL":[62.5,-130.9],"elL":[58.7,-97.4],"haL":[59.2,-66.8],"hipR":[-24.2,10.8],"knR":[-29.3,133.8],"ftR":[-6.3,226.6],"hipL":[26.2,4.7],"knL":[13.2,124.6],"ftL":[0.3,246.9]},{"rootY":2.9,"hips":[0,0],"chest":[7.1,-98.5],"neck":[14.7,-164.5],"head":[9.6,-200.4],"shR":[-41.2,-145.8],"elR":[-61.6,-119.8],"haR":[-48.3,-115.2],"shL":[62.7,-129.5],"elL":[58.7,-93.9],"haL":[59.7,-60.7],"hipR":[-24.2,9.9],"knR":[-32.8,132.8],"ftR":[-11.3,221.9],"hipL":[25.7,5.7],"knL":[13.2,126.5],"ftL":[0.7,249.6]},{"rootY":1.1,"hips":[0,0],"chest":[7.3,-98.5],"neck":[14.8,-164.6],"head":[13.6,-200.9],"shR":[-41,-146.3],"elR":[-62.4,-120.5],"haR":[-49.8,-121.2],"shL":[63.1,-129.7],"elL":[58.4,-92.1],"haL":[60.1,-56.6],"hipR":[-24.4,9.3],"knR":[-36.4,131.7],"ftR":[-14.9,219.7],"hipL":[25.5,6.3],"knL":[13.4,127.7],"ftL":[1.3,251.4]},{"rootY":0.1,"hips":[0,0],"chest":[7.4,-98.3],"neck":[15,-164.5],"head":[17.2,-200.7],"shR":[-40.6,-146.2],"elR":[-63.4,-121.2],"haR":[-50.8,-128.3],"shL":[63.7,-130.5],"elL":[58.1,-91.4],"haL":[60.2,-54.1],"hipR":[-24.7,9.1],"knR":[-40.1,131],"ftR":[-17.1,221],"hipL":[25.6,6.5],"knL":[13.6,128.2],"ftL":[1.8,252.4]},{"rootY":-0.5,"hips":[0,0],"chest":[7.3,-98.2],"neck":[15.5,-164.3],"head":[20.2,-200.2],"shR":[-40.2,-146.6],"elR":[-64,-122.4],"haR":[-51.4,-135.1],"shL":[64.3,-130.7],"elL":[58.1,-90.7],"haL":[60.1,-52.6],"hipR":[-25,9.1],"knR":[-44.1,130.4],"ftR":[-20.4,226.2],"hipL":[25.9,6.5],"knL":[13.9,128.5],"ftL":[2,253]},{"rootY":-0.9,"hips":[0,0],"chest":[7.1,-97.9],"neck":[16.1,-164],"head":[22.5,-199.6],"shR":[-39.5,-147.2],"elR":[-64.2,-124.3],"haR":[-52,-141.1],"shL":[64.9,-129.8],"elL":[58.3,-89.7],"haL":[60.1,-51.4],"hipR":[-25.2,9.1],"knR":[-47.9,129.6],"ftR":[-26.8,233.4],"hipL":[26,6.6],"knL":[14,128.9],"ftL":[1.9,253.5]},{"rootY":-1.1,"hips":[0,0],"chest":[7,-97.5],"neck":[16.7,-163.6],"head":[23.9,-199],"shR":[-38.8,-147.3],"elR":[-64,-126.7],"haR":[-52.4,-146.2],"shL":[65.3,-128.6],"elL":[59,-88.6],"haL":[60.5,-50.4],"hipR":[-25.4,9.1],"knR":[-51,128.8],"ftR":[-35.7,240.4],"hipL":[26.1,6.6],"knL":[13.9,129.1],"ftL":[1.7,253.8]},{"rootY":-1,"hips":[0,0],"chest":[7,-97.2],"neck":[17.1,-163.3],"head":[24.6,-198.6],"shR":[-38.3,-147.3],"elR":[-63.7,-129],"haR":[-52.2,-150.4],"shL":[65.7,-127.9],"elL":[59.8,-87.9],"haL":[61.1,-49.7],"hipR":[-25.5,9.1],"knR":[-53.3,127.9],"ftR":[-45.8,245.8],"hipL":[26.2,6.5],"knL":[13.6,129],"ftL":[1.3,253.7]},{"rootY":-0.9,"hips":[0,0],"chest":[7,-96.9],"neck":[17.3,-163.1],"head":[24.7,-198.4],"shR":[-38,-147.2],"elR":[-63.2,-130.8],"haR":[-51.6,-153],"shL":[66.1,-127.8],"elL":[60.5,-87.5],"haL":[61.9,-49.2],"hipR":[-25.6,9.1],"knR":[-55,126.8],"ftR":[-55.7,249],"hipL":[26.2,6.6],"knL":[13.4,129.1],"ftL":[0.8,253.7]},{"rootY":-0.9,"hips":[0,0],"chest":[7.3,-96.8],"neck":[17.3,-163],"head":[24.5,-198.4],"shR":[-37.8,-146.9],"elR":[-62.6,-131.7],"haR":[-50.7,-154.1],"shL":[66.4,-128],"elL":[60.9,-87.5],"haL":[63,-48.9],"hipR":[-25.7,8.9],"knR":[-56.3,125.2],"ftR":[-64.4,249.5],"hipL":[26.2,6.8],"knL":[13.2,129.3],"ftL":[0.3,253.6]},{"rootY":-1,"hips":[0,0],"chest":[7.7,-96.6],"neck":[17.5,-162.9],"head":[24.2,-198.4],"shR":[-37.5,-146.3],"elR":[-62,-131.9],"haR":[-49.9,-153.8],"shL":[66.8,-128.4],"elL":[61.5,-87.9],"haL":[64.3,-49.1],"hipR":[-26,8.6],"knR":[-57.1,123.3],"ftR":[-71.2,247.8],"hipL":[26.3,7],"knL":[13.1,129.5],"ftL":[0.1,253.6]},{"rootY":-1,"hips":[0,0],"chest":[8.1,-96.5],"neck":[17.6,-162.8],"head":[23.9,-198.3],"shR":[-37.2,-145.7],"elR":[-61.5,-131.7],"haR":[-49,-152.6],"shL":[67.2,-129.2],"elL":[62.2,-88.6],"haL":[65.8,-49.8],"hipR":[-26.2,8.4],"knR":[-57.5,120.9],"ftR":[-76,244.3],"hipL":[26.4,7.3],"knL":[13.3,129.7],"ftL":[0,253.4]},{"rootY":-0.8,"hips":[0,0],"chest":[8.2,-96.4],"neck":[17.5,-162.8],"head":[23.5,-198.4],"shR":[-37,-145.4],"elR":[-60.9,-131],"haR":[-48,-150.6],"shL":[67.6,-130.1],"elL":[63,-89.5],"haL":[67.4,-50.8],"hipR":[-26.4,8.1],"knR":[-57.5,118.2],"ftR":[-78.9,239.8],"hipL":[26.4,7.5],"knL":[13.7,130],"ftL":[-0.1,253.1]},{"rootY":-0.5,"hips":[0,0],"chest":[8.2,-96.2],"neck":[17.2,-162.7],"head":[23,-198.4],"shR":[-36.8,-145.1],"elR":[-60,-129.8],"haR":[-47.1,-148.1],"shL":[67.7,-131],"elL":[63.9,-90.4],"haL":[68.9,-51.9],"hipR":[-26.7,7.8],"knR":[-57,115.3],"ftR":[-79.7,235],"hipL":[26.5,7.8],"knL":[14.3,130.4],"ftL":[-0.1,252.6]},{"rootY":-0.3,"hips":[0,0],"chest":[8.1,-96.1],"neck":[17,-162.7],"head":[22.6,-198.3],"shR":[-36.6,-144.8],"elR":[-59.1,-128.4],"haR":[-46.1,-145.4],"shL":[67.9,-131.8],"elL":[64.7,-91.2],"haL":[70.4,-52.8],"hipR":[-26.8,7.4],"knR":[-55.6,112.5],"ftR":[-78,230.3],"hipL":[26.5,8.2],"knL":[15.1,130.8],"ftL":[0,252]},{"rootY":0.1,"hips":[0,0],"chest":[7.8,-96],"neck":[16.8,-162.6],"head":[22.2,-198.3],"shR":[-36.5,-144.4],"elR":[-58.2,-127.4],"haR":[-45.2,-142.8],"shL":[68,-132.5],"elL":[65.5,-92],"haL":[71.7,-53.7],"hipR":[-27,7.1],"knR":[-53,110.2],"ftR":[-74.1,226.2],"hipL":[26.5,8.5],"knL":[16,131.1],"ftL":[0.2,251.3]},{"rootY":0.7,"hips":[0,0],"chest":[7.1,-96],"neck":[16.4,-162.6],"head":[21.6,-198.3],"shR":[-36.5,-144.1],"elR":[-57.6,-126.8],"haR":[-44.4,-140.2],"shL":[67.7,-133],"elL":[66.1,-92.7],"haL":[72.7,-54.7],"hipR":[-27.1,6.9],"knR":[-49.7,108.6],"ftR":[-68.8,222.9],"hipL":[26.5,8.7],"knL":[16.9,131.4],"ftL":[0.2,250.3]},{"rootY":1.5,"hips":[0,0],"chest":[6.4,-96.1],"neck":[15.8,-162.7],"head":[20.8,-198.4],"shR":[-36.7,-143.7],"elR":[-57,-126.2],"haR":[-43.8,-137.7],"shL":[67.3,-133.4],"elL":[66.6,-93.2],"haL":[73.7,-55.5],"hipR":[-27.1,6.8],"knR":[-45.9,107.9],"ftR":[-62.2,220.5],"hipL":[26.5,8.8],"knL":[17.6,131.4],"ftL":[0.1,249.2]},{"rootY":2.3,"hips":[0,0],"chest":[5.6,-96.3],"neck":[15.1,-162.9],"head":[19.8,-198.7],"shR":[-37,-143.5],"elR":[-56.5,-125.4],"haR":[-43.4,-135.2],"shL":[66.7,-133.9],"elL":[67,-93.7],"haL":[74.6,-56],"hipR":[-27,6.9],"knR":[-41.4,108],"ftR":[-53.8,219.8],"hipL":[26.5,8.7],"knL":[18.2,131.1],"ftL":[0,247.7]},{"rootY":3.4,"hips":[0,0],"chest":[4.4,-96.6],"neck":[14.1,-163.2],"head":[18.7,-199.1],"shR":[-37.6,-143.2],"elR":[-56.2,-124.9],"haR":[-43.1,-132.7],"shL":[65.9,-134.5],"elL":[67.3,-94.2],"haL":[75.6,-56.6],"hipR":[-26.9,7.1],"knR":[-36.2,109],"ftR":[-44.1,220.4],"hipL":[26.5,8.5],"knL":[18.6,130.7],"ftL":[-0.1,246]},{"rootY":4.6,"hips":[0,0],"chest":[3.2,-97.1],"neck":[12.9,-163.6],"head":[17.2,-199.6],"shR":[-38.2,-142.6],"elR":[-56,-124.4],"haR":[-42.8,-130.2],"shL":[64.8,-135.1],"elL":[67.4,-94.8],"haL":[76.7,-57.3],"hipR":[-26.8,7.1],"knR":[-30.9,110.2],"ftR":[-34,221.9],"hipL":[26.4,8.5],"knL":[18.7,130.3],"ftL":[-0.6,244.3]},{"rootY":6,"hips":[0,0],"chest":[2.1,-97.5],"neck":[11.5,-164.1],"head":[15.3,-200.2],"shR":[-39,-141.7],"elR":[-56,-123.6],"haR":[-42.7,-127.6],"shL":[63.7,-135.8],"elL":[67.5,-95.4],"haL":[77.8,-58],"hipR":[-26.7,7.1],"knR":[-25.6,111.6],"ftR":[-23.7,224.3],"hipL":[26.2,8.5],"knL":[18.8,129.8],"ftL":[-1.3,242.3]},{"rootY":7.7,"hips":[0,0],"chest":[0.9,-98.1],"neck":[9.9,-164.7],"head":[12.8,-200.8],"shR":[-40.1,-141],"elR":[-56.4,-122.8],"haR":[-43.1,-124.6],"shL":[62.3,-136.8],"elL":[67.2,-96.4],"haL":[78.6,-58.9],"hipR":[-26.5,7.4],"knR":[-20.3,113.7],"ftR":[-13.2,228.6],"hipL":[26.1,8.3],"knL":[18.9,128.9],"ftL":[-2.1,239.6]},{"rootY":10,"hips":[0,0],"chest":[-0.7,-98.6],"neck":[8,-165.3],"head":[9.5,-201.5],"shR":[-41.5,-140.2],"elR":[-56.8,-122],"haR":[-43.9,-121.4],"shL":[60.6,-137.4],"elL":[66.7,-97.4],"haL":[79.2,-60.2],"hipR":[-26.3,7.6],"knR":[-15,116],"ftR":[-3.4,233.7],"hipL":[25.9,8.1],"knL":[19.1,127.8],"ftL":[-3,236.3]},{"rootY":12.3,"hips":[0,0],"chest":[-1.6,-98.9],"neck":[6.5,-165.6],"head":[5.9,-201.9],"shR":[-42.3,-138.3],"elR":[-56.8,-120.2],"haR":[-44.4,-117.2],"shL":[59.1,-136.6],"elL":[66.7,-97.5],"haL":[80.1,-61.2],"hipR":[-26.2,7],"knR":[-10.3,116.8],"ftR":[3,237.6],"hipL":[25.4,8.6],"knL":[20.2,127.7],"ftL":[-3.7,232.6]},{"rootY":12.8,"hips":[0,0],"chest":[-0.7,-98.9],"neck":[6.1,-165.5],"head":[2.3,-201.6],"shR":[-41.6,-136.1],"elR":[-56,-116.3],"haR":[-44.1,-110.1],"shL":[58.9,-135.4],"elL":[67.3,-96.2],"haL":[80.6,-59.8],"hipR":[-26.3,6],"knR":[-6.9,116.2],"ftR":[4.4,239.4],"hipL":[24.9,9.6],"knL":[23.8,128.9],"ftL":[-2.9,228.2]},{"rootY":10.7,"hips":[0,0],"chest":[1.5,-98.8],"neck":[6.9,-165],"head":[-0.8,-200.5],"shR":[-40.3,-135],"elR":[-54.1,-110.7],"haR":[-43.3,-99.3],"shL":[60.2,-135.4],"elL":[68,-94.1],"haL":[80,-56],"hipR":[-26.2,5.4],"knR":[-6.1,116.5],"ftR":[2.8,240.9],"hipL":[24.6,10.1],"knL":[29.7,130.6],"ftL":[1.3,223.6]},{"rootY":7.3,"hips":[0,0],"chest":[2.9,-98.7],"neck":[7.8,-164.8],"head":[-3.5,-199.3],"shR":[-39.6,-136],"elR":[-51.2,-106.1],"haR":[-42.4,-87],"shL":[61.5,-137],"elL":[68.4,-93.1],"haL":[78.7,-53.1],"hipR":[-26,5.6],"knR":[-7,118.7],"ftR":[1.4,243.6],"hipL":[24.5,9.9],"knL":[36.3,131.3],"ftL":[9,220]},{"rootY":4.7,"hips":[0,0],"chest":[2.5,-98.8],"neck":[7.5,-165],"head":[-5.6,-198.7],"shR":[-39.9,-137.8],"elR":[-48,-103.3],"haR":[-41.9,-76.8],"shL":[61.5,-138.7],"elL":[68.2,-94.4],"haL":[77.8,-54.3],"hipR":[-25.9,6.1],"knR":[-7.9,121.6],"ftR":[0.6,246.6],"hipL":[24.6,9.5],"knL":[42,130.8],"ftL":[17.7,218.1]},{"rootY":3.2,"hips":[0,0],"chest":[1.3,-98.8],"neck":[5.9,-165.3],"head":[-7.1,-199],"shR":[-40.8,-138.2],"elR":[-45.8,-100.7],"haR":[-41.1,-69.8],"shL":[60.2,-139.5],"elL":[67.7,-97.3],"haL":[78,-59.1],"hipR":[-25.9,6.1],"knR":[-8.5,123.4],"ftR":[-0.3,248.5],"hipL":[24.7,9.5],"knL":[47.2,130.2],"ftL":[26.2,218.3]},{"rootY":2.3,"hips":[0,0],"chest":[0.2,-98.8],"neck":[4.3,-165.5],"head":[-7.7,-199.5],"shR":[-41.9,-137.4],"elR":[-45,-97.5],"haR":[-39.7,-64.1],"shL":[58.8,-139.8],"elL":[67.5,-100.9],"haL":[79.3,-65.4],"hipR":[-26.1,6],"knR":[-8.8,124.2],"ftR":[-1.3,249.3],"hipL":[24.8,9.6],"knL":[52.4,129.4],"ftL":[35.5,221.2]},{"rootY":1.8,"hips":[0,0],"chest":[-0.9,-98.7],"neck":[3.1,-165.6],"head":[-7.6,-199.9],"shR":[-43.2,-136.9],"elR":[-45.3,-94.2],"haR":[-38.4,-58.6],"shL":[57.7,-140.4],"elL":[67.6,-104.6],"haL":[80.9,-71.8],"hipR":[-26.1,6.1],"knR":[-8.7,124.9],"ftR":[-1.9,249.8],"hipL":[25,9.5],"knL":[57.4,128.1],"ftL":[47,226.2]},{"rootY":1.5,"hips":[0,0],"chest":[-2.1,-98.5],"neck":[2.3,-165.4],"head":[-7.3,-200.1],"shR":[-44.6,-137.1],"elR":[-46.1,-91.4],"haR":[-37.8,-53.6],"shL":[56.7,-140.9],"elL":[68,-108.2],"haL":[82.2,-78.4],"hipR":[-26,6.6],"knR":[-8.2,125.8],"ftR":[-2.6,250.2],"hipL":[25.1,9],"knL":[61.9,126.5],"ftL":[60,231.6]},{"rootY":1.6,"hips":[0,0],"chest":[-3.1,-98.3],"neck":[1.6,-165.2],"head":[-6.8,-200],"shR":[-45.6,-137.3],"elR":[-46.7,-89.3],"haR":[-37.7,-49.7],"shL":[56,-140.9],"elL":[68.5,-111.7],"haL":[82.9,-85.1],"hipR":[-25.9,6.9],"knR":[-8,126.4],"ftR":[-3.5,250.2],"hipL":[25.3,8.7],"knL":[65.8,125.1],"ftL":[72.9,236.6]},{"rootY":1.7,"hips":[0,0],"chest":[-3.6,-98.1],"neck":[1.3,-165],"head":[-6.4,-200],"shR":[-46.2,-137.3],"elR":[-47,-87.8],"haR":[-37.8,-46.9],"shL":[55.6,-140.8],"elL":[68.9,-115],"haL":[83.2,-91.4],"hipR":[-26.1,6.9],"knR":[-8.6,126.7],"ftR":[-4.6,249.9],"hipL":[25.5,8.7],"knL":[69.1,123.8],"ftL":[84.9,240.2]},{"rootY":1.7,"hips":[0,0],"chest":[-3.7,-97.9],"neck":[1,-164.8],"head":[-6.1,-199.9],"shR":[-46.6,-137.3],"elR":[-47.4,-86.8],"haR":[-38.2,-45],"shL":[55.4,-141],"elL":[68.9,-117.8],"haL":[82.9,-96.7],"hipR":[-26.2,6.8],"knR":[-9.4,127.2],"ftR":[-5.6,250],"hipL":[25.7,8.8],"knL":[71.8,122.4],"ftL":[95.8,241.7]},{"rootY":1.7,"hips":[0,0],"chest":[-3.9,-97.7],"neck":[0.8,-164.7],"head":[-5.9,-199.9],"shR":[-47.1,-137.5],"elR":[-48.1,-86.3],"haR":[-39.4,-43.9],"shL":[55.2,-141.4],"elL":[68.6,-120.4],"haL":[82.1,-101.3],"hipR":[-26.3,6.8],"knR":[-10.1,127.7],"ftR":[-6.9,250.1],"hipL":[25.7,8.9],"knL":[73.3,120.9],"ftL":[104.4,241.1]},{"rootY":1.8,"hips":[0,0],"chest":[-4,-97.3],"neck":[0.5,-164.4],"head":[-5.9,-199.7],"shR":[-47.7,-137.8],"elR":[-49.3,-86.2],"haR":[-41.1,-43.4],"shL":[54.9,-141.7],"elL":[67.8,-122.4],"haL":[80.8,-104.9],"hipR":[-26.4,6.7],"knR":[-11,128.1],"ftR":[-8.7,250],"hipL":[25.8,9],"knL":[73.8,119.2],"ftL":[109.8,239.2]},{"rootY":1.8,"hips":[0,0],"chest":[-4.1,-97],"neck":[0.3,-164.2],"head":[-5.9,-199.5],"shR":[-48.1,-138.1],"elR":[-50.7,-86.1],"haR":[-43.3,-43.1],"shL":[54.7,-141.9],"elL":[66.6,-123.8],"haL":[79.3,-107.3],"hipR":[-26.5,6.7],"knR":[-12.3,128.5],"ftR":[-10.7,249.9],"hipL":[26,8.9],"knL":[73.4,117.4],"ftL":[112.5,236.3]},{"rootY":1.9,"hips":[0,0],"chest":[-4.3,-96.7],"neck":[-0.1,-163.9],"head":[-6,-199.3],"shR":[-48.7,-138.3],"elR":[-52.3,-86.3],"haR":[-45.8,-43.1],"shL":[54.3,-141.9],"elL":[65.2,-124.6],"haL":[77.4,-108.6],"hipR":[-26.5,6.9],"knR":[-13.7,129.1],"ftR":[-12.9,249.8],"hipL":[26.2,8.7],"knL":[72.3,115.2],"ftL":[112.8,232.5]},{"rootY":2.1,"hips":[0,0],"chest":[-4.7,-96.4],"neck":[-0.6,-163.6],"head":[-6.2,-199.1],"shR":[-49.6,-138.4],"elR":[-54.1,-86.6],"haR":[-48.6,-43.5],"shL":[53.8,-141.7],"elL":[63.8,-124.7],"haL":[75,-109.2],"hipR":[-26.5,7.2],"knR":[-14.9,129.6],"ftR":[-15.4,249.5],"hipL":[26.4,8.4],"knL":[70.5,112.9],"ftL":[111.1,228.3]},{"rootY":2.6,"hips":[0,0],"chest":[-5.1,-96],"neck":[-1.1,-163.4],"head":[-6.3,-198.9],"shR":[-50.5,-138.6],"elR":[-56.2,-87.1],"haR":[-51.5,-44.2],"shL":[53.2,-141.2],"elL":[62.3,-124.5],"haL":[72.4,-109.2],"hipR":[-26.5,7.4],"knR":[-16,130],"ftR":[-18,248.8],"hipL":[26.5,8.2],"knL":[68.1,110.7],"ftL":[107.4,224.5]},{"rootY":3.2,"hips":[0,0],"chest":[-5.1,-95.7],"neck":[-1.5,-163.2],"head":[-6.4,-198.8],"shR":[-51.3,-138.6],"elR":[-58.2,-87.5],"haR":[-54.5,-45],"shL":[52.8,-140.8],"elL":[60.6,-123.9],"haL":[69.7,-108.4],"hipR":[-26.6,7.5],"knR":[-17.4,130.4],"ftR":[-20.6,248],"hipL":[26.7,8],"knL":[65.2,108.9],"ftL":[102.5,221.2]},{"rootY":3.8,"hips":[0,0],"chest":[-5,-95.5],"neck":[-1.5,-163],"head":[-6.1,-198.7],"shR":[-51.8,-138.5],"elR":[-60.1,-87.9],"haR":[-57.6,-46],"shL":[52.6,-140.5],"elL":[58.8,-123],"haL":[67,-106.9],"hipR":[-26.6,7.7],"knR":[-19.1,130.7],"ftR":[-23.2,247.2],"hipL":[26.8,7.8],"knL":[62.1,107.7],"ftL":[97.2,218.5]},{"rootY":4.5,"hips":[0,0],"chest":[-4.5,-95.4],"neck":[-1.2,-163],"head":[-5.5,-198.7],"shR":[-52.1,-138.6],"elR":[-61.8,-88.5],"haR":[-60.6,-47.1],"shL":[52.7,-140.2],"elL":[57,-122.1],"haL":[64.3,-105.3],"hipR":[-26.6,7.9],"knR":[-20.8,130.9],"ftR":[-25.8,246.2],"hipL":[26.8,7.7],"knL":[58.9,106.9],"ftL":[91.5,216.8]},{"rootY":5.4,"hips":[0,0],"chest":[-3.6,-95.4],"neck":[-0.2,-163],"head":[-4.2,-198.8],"shR":[-51.9,-138.9],"elR":[-63.4,-89.3],"haR":[-63.5,-48.4],"shL":[53.2,-139.8],"elL":[55.6,-121.2],"haL":[61.7,-103.8],"hipR":[-26.7,7.8],"knR":[-22.3,130.8],"ftR":[-28.3,244.8],"hipL":[26.8,7.7],"knL":[55.7,106.7],"ftL":[85.5,216.5]},{"rootY":6.2,"hips":[0,0],"chest":[-2.3,-95.6],"neck":[1.3,-163.2],"head":[-2.3,-199.1],"shR":[-51.1,-139.1],"elR":[-64.7,-90],"haR":[-66.6,-49.6],"shL":[54.2,-139.2],"elL":[54.5,-120.2],"haL":[59,-102.3],"hipR":[-26.8,7.7],"knR":[-23.9,130.6],"ftR":[-30.6,243.2],"hipL":[26.8,7.9],"knL":[52.5,107.1],"ftL":[79.1,217.5]},{"rootY":6.9,"hips":[0,0],"chest":[-0.8,-95.9],"neck":[3.1,-163.4],"head":[0.1,-199.4],"shR":[-49.9,-139.1],"elR":[-66,-90.6],"haR":[-70,-50.7],"shL":[55.4,-138.2],"elL":[53.4,-118.8],"haL":[56,-100.5],"hipR":[-26.9,7.4],"knR":[-25.7,130.1],"ftR":[-33,241.6],"hipL":[26.7,8.2],"knL":[49.2,108.3],"ftL":[72.5,219.7]},{"rootY":7.5,"hips":[0,0],"chest":[0.7,-96.2],"neck":[5.3,-163.6],"head":[3,-199.7],"shR":[-48.4,-139.3],"elR":[-67.1,-91.3],"haR":[-73.7,-51.7],"shL":[56.8,-137.1],"elL":[52.3,-117.3],"haL":[52.9,-98.6],"hipR":[-27,7.2],"knR":[-27.6,129.4],"ftR":[-35.4,239.7],"hipL":[26.6,8.4],"knL":[45.7,110.7],"ftL":[65.5,223.7]},{"rootY":8.3,"hips":[0,0],"chest":[2.6,-96.5],"neck":[8.1,-163.9],"head":[6.9,-200.1],"shR":[-46.2,-140.1],"elR":[-67.9,-92.3],"haR":[-77.3,-52.9],"shL":[58.7,-135.9],"elL":[51.6,-116],"haL":[50,-97.1],"hipR":[-27.1,6.8],"knR":[-29.1,128.4],"ftR":[-37.3,237.4],"hipL":[26.5,8.9],"knL":[42.2,114.1],"ftL":[58.2,229.1]},{"rootY":9.3,"hips":[0,0],"chest":[4.9,-97.1],"neck":[11.8,-164.2],"head":[11.9,-200.5],"shR":[-43.2,-140.6],"elR":[-68.5,-93.2],"haR":[-81.1,-54.2],"shL":[61.1,-134],"elL":[51.3,-114.4],"haL":[47.5,-95.6],"hipR":[-27.2,6.4],"knR":[-30.5,127.3],"ftR":[-38.9,234.8],"hipL":[26.4,9.2],"knL":[39.2,117.8],"ftL":[52.4,234.1]},{"rootY":9.8,"hips":[0,0],"chest":[6.5,-97.5],"neck":[15.9,-164.2],"head":[17.6,-200.5],"shR":[-39.8,-140.2],"elR":[-69.7,-93.3],"haR":[-85.5,-54.9],"shL":[63.5,-131],"elL":[51.1,-111.9],"haL":[44.8,-93.5],"hipR":[-27.1,6.7],"knR":[-32.1,126.5],"ftR":[-41.2,232.5],"hipL":[26.5,8.9],"knL":[38,120.6],"ftL":[49.9,236.9]},{"rootY":9.6,"hips":[0,0],"chest":[6.5,-97.7],"neck":[19.9,-163.6],"head":[23.8,-199.6],"shR":[-36.6,-139.7],"elR":[-71.7,-92.8],"haR":[-90.7,-54.6],"shL":[65.5,-127],"elL":[51.1,-108.3],"haL":[42.4,-90.1],"hipR":[-26.8,7.7],"knR":[-33.8,126],"ftR":[-44.4,230],"hipL":[26.7,8],"knL":[38.2,122],"ftL":[49.8,237.6]},{"rootY":8.6,"hips":[0,0],"chest":[5.5,-97.8],"neck":[23.5,-162.5],"head":[30.6,-197.9],"shR":[-33.4,-140.1],"elR":[-73.8,-92.2],"haR":[-95.7,-53.4],"shL":[67.4,-122.9],"elL":[52,-103.5],"haL":[41.3,-85],"hipR":[-26.5,8.5],"knR":[-34.7,126],"ftR":[-47.6,227.2],"hipL":[26.8,7.1],"knL":[38,122.5],"ftL":[49.3,238.3]},{"rootY":6.8,"hips":[0,0],"chest":[5,-98.1],"neck":[27,-161.3],"head":[37.9,-195.6],"shR":[-29.6,-140.7],"elR":[-74.7,-91.9],"haR":[-99.7,-51.6],"shL":[69.6,-118.9],"elL":[54.6,-97.4],"haL":[42.8,-77.6],"hipR":[-26.4,8.6],"knR":[-34.8,126.6],"ftR":[-49.4,224.3],"hipL":[26.7,7],"knL":[36.9,123.4],"ftL":[47.1,240.5]},{"rootY":4.2,"hips":[0,0],"chest":[5.8,-98.4],"neck":[30.8,-160.4],"head":[45.4,-193.1],"shR":[-25.6,-141.1],"elR":[-74.1,-92],"haR":[-102.8,-50.5],"shL":[72.2,-115.9],"elL":[58.2,-90.7],"haL":[46.7,-67.9],"hipR":[-26.6,8.2],"knR":[-35.1,127.5],"ftR":[-50.7,221.3],"hipL":[26.7,7.4],"knL":[35.5,124.9],"ftL":[44.4,243.4]},{"rootY":1.8,"hips":[0,0],"chest":[7.3,-98.5],"neck":[34.2,-159.5],"head":[51.9,-190.6],"shR":[-22.4,-141.5],"elR":[-73.5,-93.1],"haR":[-106,-51.4],"shL":[74.8,-114.3],"elL":[61.2,-84.9],"haL":[52,-57],"hipR":[-26.8,7.7],"knR":[-36.7,128.4],"ftR":[-53,218.1],"hipL":[26.6,7.8],"knL":[34.6,126.2],"ftL":[42.6,246]},{"rootY":0.1,"hips":[0,0],"chest":[8.8,-98.5],"neck":[36.7,-158.8],"head":[56.8,-188.4],"shR":[-20.4,-142.1],"elR":[-74.1,-95.1],"haR":[-110.2,-54.9],"shL":[77.1,-113.9],"elL":[63.5,-80.3],"haL":[57.6,-46.7],"hipR":[-26.9,7.6],"knR":[-39.5,129.2],"ftR":[-56.1,214.7],"hipL":[26.6,7.9],"knL":[33.8,127],"ftL":[41.1,247.9]},{"rootY":-1.2,"hips":[0,0],"chest":[10.1,-98.4],"neck":[38.4,-158.1],"head":[60.3,-186.5],"shR":[-19.2,-142.6],"elR":[-76,-98],"haR":[-115.2,-60.6],"shL":[78.8,-113.7],"elL":[65.6,-76.2],"haL":[62.9,-37.9],"hipR":[-26.9,7.5],"knR":[-43,129.5],"ftR":[-58.5,211.8],"hipL":[26.7,7.9],"knL":[32.7,127.5],"ftL":[38.9,249.6]},{"rootY":-2.5,"hips":[0,0],"chest":[11.5,-98.3],"neck":[39.7,-157.5],"head":[63.1,-185],"shR":[-18.3,-142.7],"elR":[-78.5,-101.3],"haR":[-120.2,-67.9],"shL":[80.1,-113.2],"elL":[68.2,-72.1],"haL":[67.3,-30.8],"hipR":[-26.9,7.4],"knR":[-46.7,129],"ftR":[-59.2,211.2],"hipL":[26.7,8],"knL":[31.5,128.2],"ftL":[36.7,251.1]},{"rootY":-3.9,"hips":[0,0],"chest":[12.7,-98.1],"neck":[40.9,-156.9],"head":[65.2,-183.7],"shR":[-17.4,-142.6],"elR":[-81,-105.5],"haR":[-124.4,-76.6],"shL":[81.2,-112.7],"elL":[70.6,-68.7],"haL":[70.4,-25.3],"hipR":[-27,7.1],"knR":[-50.5,127.9],"ftR":[-59.4,214.2],"hipL":[26.6,8.3],"knL":[30.7,129.1],"ftL":[35.2,252.6]},{"rootY":-5.2,"hips":[0,0],"chest":[13.8,-97.9],"neck":[41.7,-156.4],"head":[66.6,-182.8],"shR":[-16.9,-142.6],"elR":[-83.5,-110.5],"haR":[-127.6,-86.7],"shL":[82.1,-112.5],"elL":[72.1,-66.5],"haL":[72,-21.3],"hipR":[-27.1,6.8],"knR":[-54.3,126.2],"ftR":[-60.7,220.2],"hipL":[26.5,8.7],"knL":[30.2,129.9],"ftL":[34.1,253.8]},{"rootY":-6.3,"hips":[0,0],"chest":[14.8,-97.6],"neck":[42.2,-155.9],"head":[67.2,-182.2],"shR":[-16.5,-142.7],"elR":[-85.5,-116],"haR":[-129.6,-97.5],"shL":[82.9,-112.5],"elL":[72.7,-65.1],"haL":[72.5,-18.5],"hipR":[-27.2,6.4],"knR":[-57.9,124.4],"ftR":[-63.9,227.3],"hipL":[26.4,9.1],"knL":[29.6,130.7],"ftL":[32.9,255]},{"rootY":-7.2,"hips":[0,0],"chest":[16,-97.3],"neck":[42.7,-155.5],"head":[67.5,-182],"shR":[-16.1,-142.8],"elR":[-86.6,-121.1],"haR":[-130,-108.4],"shL":[83.7,-112.5],"elL":[72.8,-64.1],"haL":[72.2,-16.4],"hipR":[-27.3,6],"knR":[-60.7,122.5],"ftR":[-68.9,234.2],"hipL":[26.2,9.5],"knL":[29.1,131.4],"ftL":[31.7,256.1]},{"rootY":-8,"hips":[0,0],"chest":[17.3,-97],"neck":[43.3,-155.3],"head":[67.6,-182.1],"shR":[-15.5,-143],"elR":[-86.9,-125.7],"haR":[-128.3,-118.7],"shL":[84.5,-112.5],"elL":[72.8,-63.3],"haL":[71.5,-15],"hipR":[-27.4,5.5],"knR":[-62.2,120.9],"ftR":[-75.4,239.6],"hipL":[26,10],"knL":[28.8,132],"ftL":[31,257]},{"rootY":-8.6,"hips":[0,0],"chest":[18.5,-96.8],"neck":[43.8,-155.3],"head":[67.4,-182.3],"shR":[-15,-143.4],"elR":[-86.7,-129.9],"haR":[-125,-127.9],"shL":[85.4,-112.9],"elL":[72.7,-62.9],"haL":[70.4,-14],"hipR":[-27.5,4.9],"knR":[-62.4,119.6],"ftR":[-82.4,242],"hipL":[25.8,10.6],"knL":[28.8,132.6],"ftL":[30.5,257.8]},{"rootY":-8.8,"hips":[0,0],"chest":[19.1,-96.7],"neck":[43.7,-155.3],"head":[66.7,-182.6],"shR":[-14.9,-143.9],"elR":[-86.3,-133.7],"haR":[-120.8,-136],"shL":[85.9,-113.6],"elL":[72.2,-63],"haL":[68.9,-13.6],"hipR":[-27.5,4.7],"knR":[-62.3,118.7],"ftR":[-88.7,241.2],"hipL":[25.7,10.8],"knL":[28.7,133],"ftL":[30,258.4]},{"rootY":-8.9,"hips":[0,0],"chest":[19.1,-96.5],"neck":[43.2,-155.4],"head":[65.4,-183],"shR":[-15.2,-144.3],"elR":[-86.1,-136.8],"haR":[-116.3,-142.6],"shL":[85.9,-114.4],"elL":[71.5,-63.3],"haL":[67.2,-13.6],"hipR":[-27.5,4.8],"knR":[-62.6,117.6],"ftR":[-93.4,237.8],"hipL":[25.8,10.7],"knL":[28.7,133.2],"ftL":[29.9,258.5]},{"rootY":-9,"hips":[0,0],"chest":[18.6,-96.4],"neck":[42.4,-155.6],"head":[63.6,-183.4],"shR":[-15.9,-144.6],"elR":[-85.6,-139.1],"haR":[-111.5,-147.5],"shL":[85.4,-115.1],"elL":[70.6,-63.7],"haL":[65.6,-13.8],"hipR":[-27.4,5.1],"knR":[-63.3,115.7],"ftR":[-96.4,233.2],"hipL":[25.8,10.5],"knL":[28.9,133.3],"ftL":[30.2,258.5]},{"rootY":-8.9,"hips":[0,0],"chest":[17.8,-96.2],"neck":[41.3,-155.7],"head":[61.5,-183.8],"shR":[-16.6,-145],"elR":[-84.9,-140.6],"haR":[-106.5,-150.4],"shL":[84.7,-115.8],"elL":[69.7,-64.2],"haL":[64.4,-14.2],"hipR":[-27.4,5.3],"knR":[-64.1,112.9],"ftR":[-98.3,228.4],"hipL":[25.9,10.2],"knL":[29.1,133.3],"ftL":[30.7,258.5]},{"rootY":-8.7,"hips":[0,0],"chest":[16.9,-95.9],"neck":[40.2,-155.8],"head":[58.9,-184.2],"shR":[-17.4,-145.2],"elR":[-83.8,-141.5],"haR":[-101.5,-151.7],"shL":[84,-116.6],"elL":[69.2,-64.8],"haL":[63.8,-14.6],"hipR":[-27.3,5.5],"knR":[-64.4,109.9],"ftR":[-99.2,224],"hipL":[25.9,10.1],"knL":[29.3,133.2],"ftL":[31.2,258.3]},{"rootY":-8.5,"hips":[0,0],"chest":[16,-95.7],"neck":[39,-155.8],"head":[56.2,-184.7],"shR":[-18.2,-145],"elR":[-82.3,-141.6],"haR":[-96.6,-151.3],"shL":[83.3,-117.4],"elL":[69.1,-65.2],"haL":[64,-15],"hipR":[-27.1,5.6],"knR":[-63.7,107.7],"ftR":[-98.9,220.5],"hipL":[25.9,10],"knL":[29.8,133.1],"ftL":[32.1,257.9]},{"rootY":-8,"hips":[0,0],"chest":[15.1,-95.5],"neck":[37.8,-156],"head":[53.2,-185.4],"shR":[-19.1,-144.5],"elR":[-80.8,-140.6],"haR":[-91.9,-149.4],"shL":[82.3,-118.2],"elL":[69.4,-65.6],"haL":[65.1,-15.3],"hipR":[-27,5.6],"knR":[-62.3,106.3],"ftR":[-97.7,217.8],"hipL":[25.8,10],"knL":[30.7,133],"ftL":[33.4,257.3]},{"rootY":-7.4,"hips":[0,0],"chest":[14.1,-95.4],"neck":[36.2,-156.4],"head":[50,-186.2],"shR":[-20.1,-143.9],"elR":[-79.4,-138.9],"haR":[-87.7,-146.3],"shL":[81.2,-119.2],"elL":[70.1,-66.2],"haL":[67.2,-15.8],"hipR":[-26.9,5.6],"knR":[-60.6,105.6],"ftR":[-95.8,215.8],"hipL":[25.7,10],"knL":[31.9,132.9],"ftL":[35,256.6]},{"rootY":-6.4,"hips":[0,0],"chest":[13,-95.4],"neck":[34.3,-156.9],"head":[46.3,-187.3],"shR":[-21.5,-143.4],"elR":[-78.4,-136.9],"haR":[-84.2,-142.4],"shL":[79.9,-120.6],"elL":[71.1,-67.3],"haL":[70.3,-16.8],"hipR":[-26.8,5.6],"knR":[-58.6,105.6],"ftR":[-92.5,215.2],"hipL":[25.6,10],"knL":[33.4,132.7],"ftL":[36.8,255.4]},{"rootY":-5,"hips":[0,0],"chest":[11.6,-95.6],"neck":[31.9,-157.6],"head":[42.3,-188.6],"shR":[-23.3,-142.7],"elR":[-77.8,-134.8],"haR":[-81.7,-137.9],"shL":[78.2,-122.3],"elL":[72.5,-68.9],"haL":[74.4,-18.5],"hipR":[-26.6,5.9],"knR":[-56.1,106.6],"ftR":[-87.4,216.2],"hipL":[25.6,9.7],"knL":[35,132.1],"ftL":[38.7,253.7]},{"rootY":-3.3,"hips":[0,0],"chest":[9.8,-95.9],"neck":[29.1,-158.4],"head":[37.8,-190],"shR":[-25.6,-141.8],"elR":[-77.7,-132.3],"haR":[-80,-133.2],"shL":[76,-124.1],"elL":[74,-71],"haL":[79.3,-21.1],"hipR":[-26.4,6.3],"knR":[-53.1,108.2],"ftR":[-81.3,218.5],"hipL":[25.7,9.3],"knL":[36.6,131.3],"ftL":[40.8,251.7]},{"rootY":-1.4,"hips":[0,0],"chest":[7.7,-96.2],"neck":[25.8,-159.2],"head":[33,-191.5],"shR":[-28.2,-140.8],"elR":[-77.9,-129.4],"haR":[-79.3,-128],"shL":[73.4,-125.8],"elL":[75.6,-73.5],"haL":[84.5,-24.6],"hipR":[-26.3,6.9],"knR":[-49.8,110.3],"ftR":[-74.6,222.7],"hipL":[25.8,8.7],"knL":[38.1,130.1],"ftL":[43.2,249.2]},{"rootY":1,"hips":[0,0],"chest":[5.3,-96.5],"neck":[22.2,-160.2],"head":[27.6,-193.2],"shR":[-31.3,-140.1],"elR":[-78.2,-126.4],"haR":[-79.2,-122.4],"shL":[70.5,-127.5],"elL":[77.3,-76.6],"haL":[90.1,-29.1],"hipR":[-26,7.7],"knR":[-46,113.2],"ftR":[-66.2,229.2],"hipL":[26,8],"knL":[39.6,128.6],"ftL":[45.7,246.1]},{"rootY":3.7,"hips":[0,0],"chest":[2.8,-97],"neck":[18.7,-161.2],"head":[22.4,-194.9],"shR":[-34.5,-139.4],"elR":[-78.3,-123.8],"haR":[-79.4,-116.7],"shL":[67.5,-128.5],"elL":[79.6,-79.6],"haL":[96.5,-34.4],"hipR":[-25.8,8.4],"knR":[-41.4,116.8],"ftR":[-56,236.5],"hipL":[26.1,7.3],"knL":[41.7,126.8],"ftL":[49.1,242.5]},{"rootY":6.3,"hips":[0,0],"chest":[1.4,-97.3],"neck":[16.2,-162],"head":[18,-196.4],"shR":[-36.8,-138.1],"elR":[-76.9,-120.9],"haR":[-78.6,-110.5],"shL":[65.1,-128],"elL":[83.4,-82.3],"haL":[104.5,-40.5],"hipR":[-26.1,8.2],"knR":[-36,119],"ftR":[-45.7,241.4],"hipL":[26.2,7.4],"knL":[44.7,125.5],"ftL":[54.2,238.4]},{"rootY":8.2,"hips":[0,0],"chest":[2.1,-97.3],"neck":[15,-162.6],"head":[14.9,-197.6],"shR":[-37.7,-137.2],"elR":[-73.4,-117.3],"haR":[-76.3,-103.1],"shL":[64.2,-127.2],"elL":[88.1,-85.3],"haL":[113.5,-47.2],"hipR":[-26.7,7],"knR":[-30,118],"ftR":[-37.3,242.3],"hipL":[26.1,8.7],"knL":[48.5,124.6],"ftL":[61,233.8]},{"rootY":8.3,"hips":[0,0],"chest":[3.9,-97.1],"neck":[14.5,-163.1],"head":[11.9,-198.2],"shR":[-38.2,-138.1],"elR":[-68.5,-112.9],"haR":[-73.2,-93.7],"shL":[64.5,-127.9],"elL":[92.3,-89.3],"haL":[120.9,-54.2],"hipR":[-27.1,5.9],"knR":[-25.6,116.5],"ftR":[-31.6,241.6],"hipL":[26,9.8],"knL":[53.1,124.5],"ftL":[67.6,228.5]},{"rootY":6.4,"hips":[0,0],"chest":[4.6,-97],"neck":[13.9,-163.5],"head":[8.2,-198.3],"shR":[-39,-140.4],"elR":[-63.8,-108.3],"haR":[-70.3,-82.8],"shL":[64.7,-129.9],"elL":[95,-94],"haL":[125.1,-61.4],"hipR":[-27.1,5.9],"knR":[-23.2,117.8],"ftR":[-27,243],"hipL":[26,9.7],"knL":[57.9,125],"ftL":[72.4,222.8]},{"rootY":3.8,"hips":[0,0],"chest":[4,-97.1],"neck":[12.9,-163.7],"head":[4.1,-198],"shR":[-40,-142.4],"elR":[-60.2,-104.2],"haR":[-67.5,-72.7],"shL":[64.4,-132.2],"elL":[96.7,-99.4],"haL":[127.1,-70],"hipR":[-26.7,6.6],"knR":[-20.9,120.9],"ftR":[-22.4,245.9],"hipL":[26,9.1],"knL":[62.5,125.6],"ftL":[75.5,216.4]},{"rootY":1.8,"hips":[0,0],"chest":[3.2,-97.2],"neck":[11.5,-164],"head":[0.4,-197.7],"shR":[-40.9,-142.9],"elR":[-57.7,-100.7],"haR":[-64.3,-65.1],"shL":[63.6,-134.3],"elL":[97.9,-105.6],"haL":[128,-80.4],"hipR":[-26.6,6.8],"knR":[-18.5,123.3],"ftR":[-18.2,248.1],"hipL":[26,8.8],"knL":[67.1,125],"ftL":[77.8,210.3]},{"rootY":0.7,"hips":[0,0],"chest":[2.8,-97.2],"neck":[9.7,-164.1],"head":[-2.7,-197.4],"shR":[-42,-141.8],"elR":[-56.1,-97.4],"haR":[-60.5,-59.8],"shL":[62.6,-136.1],"elL":[98,-112.2],"haL":[128.2,-91.4],"hipR":[-26.7,6.7],"knR":[-17.1,124.6],"ftR":[-14.9,249.1],"hipL":[26.1,8.9],"knL":[71.5,123.3],"ftL":[80.5,206.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.3,-97.2],"neck":[7.5,-164.3],"head":[-5.4,-197.3],"shR":[-43.7,-140.3],"elR":[-55.3,-94.4],"haR":[-56.9,-55.9],"shL":[61.1,-137.8],"elL":[97,-118.5],"haL":[127.6,-101.8],"hipR":[-26.8,6.9],"knR":[-16.8,125.8],"ftR":[-12.4,249.7],"hipL":[26.3,8.7],"knL":[75.1,120.9],"ftL":[84.1,205.9]},{"rootY":-0.7,"hips":[0,0],"chest":[1.2,-97.2],"neck":[5.1,-164.4],"head":[-8,-197.3],"shR":[-45.9,-139.3],"elR":[-55.2,-92.1],"haR":[-53.9,-53.3],"shL":[59.2,-139.3],"elL":[95.3,-124.1],"haL":[126.2,-111],"hipR":[-26.7,7.5],"knR":[-16.8,127.2],"ftR":[-10.1,250.5],"hipL":[26.6,8.2],"knL":[77.8,118.1],"ftL":[89.3,209.1]},{"rootY":-1.2,"hips":[0,0],"chest":[-0.2,-97.1],"neck":[3,-164.3],"head":[-10.2,-197.3],"shR":[-48.1,-138.8],"elR":[-55.5,-90.7],"haR":[-51.4,-51.8],"shL":[57.2,-140.3],"elL":[93.4,-128.7],"haL":[124.3,-118.8],"hipR":[-26.6,8],"knR":[-16.4,128.4],"ftR":[-8.4,250.9],"hipL":[26.8,7.7],"knL":[80.1,115.4],"ftL":[96.5,214.3]},{"rootY":-1.5,"hips":[0,0],"chest":[-1.2,-97],"neck":[1.1,-164.2],"head":[-12,-197.2],"shR":[-49.8,-138.6],"elR":[-55.7,-90],"haR":[-49.7,-51.2],"shL":[55.6,-141],"elL":[91.3,-132.5],"haL":[122,-125.1],"hipR":[-26.6,8.2],"knR":[-16.4,129.3],"ftR":[-7.2,250.9],"hipL":[26.9,7.5],"knL":[82,113.2],"ftL":[104.5,220.1]},{"rootY":-1.7,"hips":[0,0],"chest":[-2,-97],"neck":[-0.4,-164.2],"head":[-13.6,-197.2],"shR":[-51.3,-138.5],"elR":[-56,-89.8],"haR":[-48.9,-50.9],"shL":[54.2,-141.9],"elL":[89.2,-135.5],"haL":[119.3,-129.9],"hipR":[-26.6,8.4],"knR":[-16.9,130.1],"ftR":[-6.2,250.9],"hipL":[27,7.2],"knL":[82.7,111.5],"ftL":[112,224.8]},{"rootY":-1.6,"hips":[0,0],"chest":[-2.6,-97.1],"neck":[-1.9,-164.3],"head":[-15.3,-197.3],"shR":[-52.6,-138.5],"elR":[-56.4,-89.7],"haR":[-48.9,-50.8],"shL":[53,-142.8],"elL":[87.2,-137.8],"haL":[116.6,-133.6],"hipR":[-26.5,8.8],"knR":[-17.4,131],"ftR":[-5.3,250.8],"hipL":[27.1,6.9],"knL":[82.1,110.1],"ftL":[117.9,227.2]},{"rootY":-1.2,"hips":[0,0],"chest":[-3.2,-97.2],"neck":[-3.3,-164.4],"head":[-16.9,-197.3],"shR":[-54,-138.5],"elR":[-57.4,-89.6],"haR":[-49.5,-50.8],"shL":[51.7,-143.5],"elL":[85.4,-139.6],"haL":[114.1,-136.4],"hipR":[-26.4,9],"knR":[-17.9,131.6],"ftR":[-5,250.2],"hipL":[27.1,6.6],"knL":[80.4,109],"ftL":[121,227.3]},{"rootY":-0.7,"hips":[0,0],"chest":[-3.7,-97.2],"neck":[-4.9,-164.4],"head":[-18.7,-197.3],"shR":[-55.5,-138.2],"elR":[-59.1,-89.3],"haR":[-50.8,-51],"shL":[50.3,-144.2],"elL":[83.3,-141],"haL":[111.6,-138.2],"hipR":[-26.4,9.2],"knR":[-18.8,132],"ftR":[-5.4,249.3],"hipL":[27.1,6.4],"knL":[77.6,108.3],"ftL":[120.5,225.7]},{"rootY":0,"hips":[0,0],"chest":[-4,-97.2],"neck":[-6.4,-164.4],"head":[-20.4,-197.1],"shR":[-57.1,-137.8],"elR":[-61.1,-88.8],"haR":[-52.5,-51.1],"shL":[48.9,-144.8],"elL":[81.2,-141.8],"haL":[109.3,-139.2],"hipR":[-26.2,9.3],"knR":[-20,132.4],"ftR":[-6.1,248.4],"hipL":[27.1,6.3],"knL":[73.7,107.8],"ftL":[116.6,223.2]},{"rootY":0.7,"hips":[0,0],"chest":[-4.1,-97.3],"neck":[-7.5,-164.4],"head":[-21.9,-197],"shR":[-58.4,-137.4],"elR":[-63.1,-88.3],"haR":[-54.6,-51],"shL":[47.8,-145.4],"elL":[79.4,-142.1],"haL":[107.2,-139.3],"hipR":[-26.1,9.5],"knR":[-21.2,132.6],"ftR":[-6.9,247.4],"hipL":[27,6.1],"knL":[69.3,106.9],"ftL":[109.9,220.3]},{"rootY":1.5,"hips":[0,0],"chest":[-3.7,-97.4],"neck":[-8.2,-164.4],"head":[-22.9,-197],"shR":[-59.1,-137.2],"elR":[-64.8,-87.9],"haR":[-56.8,-50.9],"shL":[47.1,-146],"elL":[77.8,-142.1],"haL":[105.3,-138.7],"hipR":[-25.9,9.5],"knR":[-22.2,132.5],"ftR":[-7.9,246],"hipL":[26.9,6.1],"knL":[64.1,105.6],"ftL":[100.3,218]},{"rootY":2.4,"hips":[0,0],"chest":[-3,-97.6],"neck":[-8.4,-164.5],"head":[-23.6,-197],"shR":[-59.6,-137.3],"elR":[-66.2,-87.6],"haR":[-59.1,-50.5],"shL":[46.7,-146.6],"elL":[75.9,-141.8],"haL":[103,-137.5],"hipR":[-25.7,9.6],"knR":[-23.1,132.1],"ftR":[-9.1,244.2],"hipL":[26.7,6.1],"knL":[57.7,104.8],"ftL":[87.5,217.2]},{"rootY":3.7,"hips":[0,0],"chest":[-2.1,-97.8],"neck":[-8.2,-164.7],"head":[-23.7,-197.1],"shR":[-59.6,-137.7],"elR":[-67.2,-87.7],"haR":[-61.7,-49.9],"shL":[46.7,-146.9],"elL":[73.5,-141.3],"haL":[99.6,-136.1],"hipR":[-25.4,9.6],"knR":[-23.7,131.5],"ftR":[-10,242],"hipL":[26.5,6],"knL":[50.2,104.9],"ftL":[72.2,217.3]},{"rootY":5.6,"hips":[0,0],"chest":[-1.1,-98.1],"neck":[-7.3,-165],"head":[-23.1,-197.3],"shR":[-59.1,-138.4],"elR":[-67.5,-87.8],"haR":[-64.4,-48.7],"shL":[47.2,-146.6],"elL":[70.9,-140.5],"haL":[95,-134.7],"hipR":[-25.2,9.5],"knR":[-24,130.3],"ftR":[-10.5,238.9],"hipL":[26.2,6.1],"knL":[42.1,105.7],"ftL":[56,217.8]},{"rootY":8,"hips":[0,0],"chest":[0.5,-98.3],"neck":[-5.6,-165.2],"head":[-21.5,-197.7],"shR":[-57.7,-139.4],"elR":[-67.1,-88.1],"haR":[-66.6,-47.3],"shL":[48.4,-145.6],"elL":[68.3,-139.2],"haL":[89.5,-132.9],"hipR":[-25,9.1],"knR":[-24.2,128.4],"ftR":[-10.9,234.8],"hipL":[25.9,6.5],"knL":[34,107.7],"ftL":[40.1,220.3]},{"rootY":11.2,"hips":[0,0],"chest":[2.7,-98.5],"neck":[-3.1,-165.5],"head":[-18.8,-198.1],"shR":[-55.6,-140.4],"elR":[-66.3,-88.3],"haR":[-68.2,-46.1],"shL":[50.3,-144.3],"elL":[66.1,-137.6],"haL":[83.6,-131],"hipR":[-24.8,8.5],"knR":[-24.3,126],"ftR":[-11,229.5],"hipL":[25.4,7.1],"knL":[25.9,111.3],"ftL":[25.2,225.3]},{"rootY":14.8,"hips":[0,0],"chest":[5.4,-98.7],"neck":[0.5,-165.9],"head":[-15,-198.7],"shR":[-52.6,-140.2],"elR":[-65.5,-87.7],"haR":[-69.9,-44.8],"shL":[52.7,-141.7],"elL":[63.8,-135.3],"haL":[77.3,-128.8],"hipR":[-24.4,8.4],"knR":[-24.8,123.6],"ftR":[-10.6,223.4],"hipL":[25,7.3],"knL":[18.4,113.7],"ftL":[12.9,230.5]},{"rootY":17.6,"hips":[0,0],"chest":[8.7,-98.7],"neck":[5.2,-166],"head":[-9.9,-199],"shR":[-48.4,-138.4],"elR":[-64.7,-85.6],"haR":[-72.1,-42.5],"shL":[55.6,-137.9],"elL":[61.5,-131.6],"haL":[71,-124.8],"hipR":[-23.9,8.3],"knR":[-27.4,122.1],"ftR":[-11.1,216.8],"hipL":[24.6,7.3],"knL":[11.1,111.6],"ftL":[5.5,233]},{"rootY":18.3,"hips":[0,0],"chest":[13.4,-98.1],"neck":[10.9,-165.3],"head":[-3.1,-198.7],"shR":[-42.8,-136.5],"elR":[-63,-82.8],"haR":[-73.8,-39],"shL":[59.7,-134.5],"elL":[60.2,-126.2],"haL":[65.5,-117.1],"hipR":[-23.9,7],"knR":[-32.1,120.7],"ftR":[-14.8,210],"hipL":[23.7,8.7],"knL":[5.4,108.3],"ftL":[4.7,233.1]},{"rootY":15.8,"hips":[0,0],"chest":[18.1,-97],"neck":[16.1,-164.1],"head":[3.8,-198],"shR":[-37.9,-135.4],"elR":[-61.4,-80.1],"haR":[-75.1,-34.8],"shL":[63.6,-132.2],"elL":[59,-119.1],"haL":[60.2,-105.2],"hipR":[-23.9,4.9],"knR":[-37.7,120],"ftR":[-23.7,206.6],"hipL":[22.2,10.7],"knL":[3.3,109.6],"ftL":[7.2,234.8]},{"rootY":11.2,"hips":[0,0],"chest":[20.9,-96.4],"neck":[19.1,-163.2],"head":[9,-197.8],"shR":[-35.2,-135.5],"elR":[-61.5,-78.8],"haR":[-77.6,-32.1],"shL":[65.5,-130.6],"elL":[56.3,-111.3],"haL":[54.1,-91.4],"hipR":[-23.6,3.2],"knR":[-42.8,119.8],"ftR":[-34.5,207.1],"hipL":[21,12.2],"knL":[2.4,114.7],"ftL":[8.7,239.5]},{"rootY":5.7,"hips":[0,0],"chest":[22,-96.4],"neck":[20.5,-162.9],"head":[13,-198.2],"shR":[-34.2,-136],"elR":[-63.3,-79],"haR":[-82.2,-31.9],"shL":[65.5,-128.8],"elL":[52.2,-103.7],"haL":[47.4,-78.2],"hipR":[-23.4,2.3],"knR":[-47.9,119.5],"ftR":[-43.6,209.3],"hipL":[20.7,13.1],"knL":[2.7,120.6],"ftL":[9.2,245.3]},{"rootY":0.7,"hips":[0,0],"chest":[22.3,-96.6],"neck":[21.1,-163],"head":[16.5,-198.8],"shR":[-33.9,-136.6],"elR":[-66.6,-80.7],"haR":[-89,-34.3],"shL":[64.9,-127.6],"elL":[47.6,-97.6],"haL":[40.3,-67.4],"hipR":[-23.5,1.9],"knR":[-53.7,118.8],"ftR":[-50.9,213.7],"hipL":[20.9,13.4],"knL":[4.5,125.2],"ftL":[9.7,250.1]},{"rootY":-3,"hips":[0,0],"chest":[22.4,-96.6],"neck":[21.3,-162.9],"head":[19.5,-199.1],"shR":[-33.8,-137.4],"elR":[-71,-84],"haR":[-97.2,-39.8],"shL":[64.6,-127.4],"elL":[43.4,-93.5],"haL":[33.2,-59.4],"hipR":[-23.6,1.6],"knR":[-59.9,117.4],"ftR":[-60.8,219.7],"hipL":[20.8,13.6],"knL":[6.5,128.5],"ftL":[10.1,253.3]},{"rootY":-5,"hips":[0,0],"chest":[22.9,-96.4],"neck":[21.8,-162.7],"head":[22,-199],"shR":[-33.4,-138],"elR":[-76,-89],"haR":[-105.9,-48.1],"shL":[64.9,-127.2],"elL":[40.2,-90.7],"haL":[26.6,-53.9],"hipR":[-23.5,1.3],"knR":[-65.8,115.6],"ftR":[-74.8,225],"hipL":[20.5,13.9],"knL":[7.3,131],"ftL":[10.1,255.4]},{"rootY":-5.9,"hips":[0,0],"chest":[23.8,-96.1],"neck":[22.7,-162.4],"head":[24,-198.7],"shR":[-32.5,-137.8],"elR":[-80.9,-95],"haR":[-113.9,-58.6],"shL":[65.4,-126.5],"elL":[37.8,-88.4],"haL":[20.9,-50.1],"hipR":[-23.3,1.1],"knR":[-71,113.9],"ftR":[-91,228.1],"hipL":[20.2,14.1],"knL":[7.2,132.5],"ftL":[10.1,256.5]},{"rootY":-6.2,"hips":[0,0],"chest":[25,-95.7],"neck":[23.8,-162],"head":[25.7,-198.3],"shR":[-31.4,-137.4],"elR":[-85,-101.6],"haR":[-120.3,-70.1],"shL":[66,-125.6],"elL":[36.3,-86.5],"haL":[16.8,-47],"hipR":[-23.4,0.9],"knR":[-75.9,112.1],"ftR":[-107,228.6],"hipL":[20.1,14.3],"knL":[7.6,133.5],"ftL":[10.4,256.6]},{"rootY":-6.2,"hips":[0,0],"chest":[25.9,-95.4],"neck":[24.9,-161.6],"head":[27.3,-197.9],"shR":[-30.4,-137.7],"elR":[-87.7,-108.4],"haR":[-124.7,-81.4],"shL":[66.7,-125.2],"elL":[35.4,-85.2],"haL":[14.6,-44.4],"hipR":[-23.7,0.7],"knR":[-80.7,109.9],"ftR":[-121.4,226.4],"hipL":[20.2,14.5],"knL":[8.6,134.3],"ftL":[11.1,256.4]},{"rootY":-6.1,"hips":[0,0],"chest":[26.4,-95.1],"neck":[26,-161.3],"head":[28.9,-197.5],"shR":[-29.6,-138.9],"elR":[-89.4,-115.2],"haR":[-127.5,-92.1],"shL":[67.3,-125.1],"elL":[35.3,-84.2],"haL":[14.1,-42.2],"hipR":[-24.1,0.6],"knR":[-85.5,107.3],"ftR":[-133.2,222.5],"hipL":[20.4,14.5],"knL":[9.9,135.1],"ftL":[11.7,256.3]},{"rootY":-6.1,"hips":[0,0],"chest":[26.5,-95.1],"neck":[27.1,-161.1],"head":[30.5,-197.3],"shR":[-28.8,-140.5],"elR":[-90.1,-121.4],"haR":[-128.8,-101.9],"shL":[68.1,-124.9],"elL":[36.1,-83.2],"haL":[14.8,-40.4],"hipR":[-24.5,1],"knR":[-90.2,104.1],"ftR":[-141.9,218.1],"hipL":[20.9,14.2],"knL":[11.4,135.5],"ftL":[12.5,256]},{"rootY":-6.3,"hips":[0,0],"chest":[26.4,-95.1],"neck":[28.4,-161],"head":[32.3,-197.1],"shR":[-27.9,-141.9],"elR":[-90.1,-126.9],"haR":[-128.7,-110.5],"shL":[69.2,-124.5],"elL":[37.8,-82.1],"haL":[16.9,-38.8],"hipR":[-25,1.4],"knR":[-93.7,100.7],"ftR":[-147.5,213.9],"hipL":[21.5,13.8],"knL":[13.5,135.7],"ftL":[13.9,255.5]},{"rootY":-6.8,"hips":[0,0],"chest":[26.2,-95],"neck":[29.6,-160.8],"head":[34.5,-196.7],"shR":[-27,-143.1],"elR":[-89.4,-131.5],"haR":[-127.2,-117.7],"shL":[70.5,-124.3],"elL":[40.3,-81.1],"haL":[20.1,-37.2],"hipR":[-25.6,1.5],"knR":[-95,97.9],"ftR":[-150.2,210],"hipL":[22,13.8],"knL":[16.1,136.2],"ftL":[15.6,255.3]},{"rootY":-7.3,"hips":[0,0],"chest":[25.9,-94.9],"neck":[30.5,-160.5],"head":[36.8,-196.2],"shR":[-26.4,-143.9],"elR":[-88.6,-135.2],"haR":[-125,-123.9],"shL":[71.9,-124.1],"elL":[43,-80.3],"haL":[24.2,-35.8],"hipR":[-26.2,1.2],"knR":[-94,96.2],"ftR":[-150,206.8],"hipL":[22.4,14],"knL":[18.6,136.8],"ftL":[17.6,255.1]},{"rootY":-7.4,"hips":[0,0],"chest":[24.9,-94.9],"neck":[30.9,-160.4],"head":[38.9,-195.7],"shR":[-26.4,-144.5],"elR":[-88.1,-138.2],"haR":[-122.6,-129],"shL":[72.8,-124.1],"elL":[45.7,-79.8],"haL":[28.7,-34.8],"hipR":[-26.7,1.2],"knR":[-91.8,94.9],"ftR":[-147.3,204.2],"hipL":[22.8,14],"knL":[20.7,137],"ftL":[19.6,254.5]},{"rootY":-7,"hips":[0,0],"chest":[23.4,-95.2],"neck":[30.6,-160.4],"head":[40.5,-195.2],"shR":[-27,-145.2],"elR":[-88,-140.7],"haR":[-120.1,-133.1],"shL":[73.2,-124.3],"elL":[48,-79.6],"haL":[33.1,-34.1],"hipR":[-27,1.5],"knR":[-88.6,94.2],"ftR":[-142.1,202.5],"hipL":[23.4,13.7],"knL":[22.3,136.8],"ftL":[21.4,253.3]},{"rootY":-6.2,"hips":[0,0],"chest":[21.5,-95.4],"neck":[29.8,-160.5],"head":[41.6,-194.6],"shR":[-28,-145.7],"elR":[-88.1,-142.5],"haR":[-117.3,-135.8],"shL":[73.2,-124.5],"elL":[50.3,-79.4],"haL":[37.3,-33.6],"hipR":[-27.3,2],"knR":[-84.1,94.3],"ftR":[-134.1,201.7],"hipL":[23.9,13.3],"knL":[23.3,136.5],"ftL":[22.5,252.1]},{"rootY":-5.3,"hips":[0,0],"chest":[19.6,-95.6],"neck":[28.9,-160.5],"head":[42.1,-194],"shR":[-29,-145.8],"elR":[-87.9,-143.2],"haR":[-114.5,-136.8],"shL":[73.2,-124.4],"elL":[52.5,-78.9],"haL":[41.7,-32.7],"hipR":[-27.5,2.3],"knR":[-78.1,95.1],"ftR":[-123.5,202],"hipL":[24.3,13],"knL":[24.2,136.1],"ftL":[23.5,250.8]},{"rootY":-4.4,"hips":[0,0],"chest":[17.8,-95.7],"neck":[27.8,-160.4],"head":[42,-193.5],"shR":[-30,-145.4],"elR":[-87.4,-142.5],"haR":[-112.1,-135.7],"shL":[73,-124.4],"elL":[54.8,-78.2],"haL":[46.3,-31.3],"hipR":[-27.6,2.6],"knR":[-71.1,96.2],"ftR":[-110.2,203.3],"hipL":[24.6,12.8],"knL":[25.4,135.7],"ftL":[24.7,249.3]},{"rootY":-3.3,"hips":[0,0],"chest":[15.8,-96],"neck":[26.5,-160.4],"head":[41.3,-193.3],"shR":[-31.2,-145],"elR":[-87,-140.7],"haR":[-110.1,-132.7],"shL":[72.6,-124.7],"elL":[57,-77.5],"haL":[50.9,-29.7],"hipR":[-27.7,2.9],"knR":[-63.2,98],"ftR":[-94.9,205.7],"hipL":[24.9,12.5],"knL":[27,135.2],"ftL":[26,247.2]},{"rootY":-1.9,"hips":[0,0],"chest":[13.5,-96.4],"neck":[24.6,-160.7],"head":[39.8,-193.5],"shR":[-32.6,-144.6],"elR":[-86.6,-138.2],"haR":[-108.3,-128.5],"shL":[71.7,-125.5],"elL":[59,-77.1],"haL":[55.7,-28.3],"hipR":[-27.7,3.3],"knR":[-54.5,100.4],"ftR":[-78.3,209],"hipL":[25.1,12.2],"knL":[28.3,134.6],"ftL":[26.6,244.7]},{"rootY":0.1,"hips":[0,0],"chest":[11.1,-96.9],"neck":[22.3,-161],"head":[37.2,-194],"shR":[-34.3,-143.8],"elR":[-86.3,-135.1],"haR":[-106.8,-123.3],"shL":[70.4,-126.7],"elL":[61,-77],"haL":[60.5,-27.2],"hipR":[-27.7,3.7],"knR":[-45.6,102.3],"ftR":[-61.4,212.6],"hipL":[25.3,11.8],"knL":[28.9,133.8],"ftL":[26.8,241.8]},{"rootY":2.5,"hips":[0,0],"chest":[8.5,-97.2],"neck":[19.3,-161.3],"head":[33.4,-194.6],"shR":[-36.4,-142.5],"elR":[-86.2,-131],"haR":[-105.7,-117.1],"shL":[68.5,-128.3],"elL":[62.6,-77.1],"haL":[65.3,-26.4],"hipR":[-27.4,4.3],"knR":[-37,104.1],"ftR":[-44.7,217.5],"hipL":[25.4,11.2],"knL":[28.9,132.4],"ftL":[26.6,238.3]},{"rootY":5.8,"hips":[0,0],"chest":[5.2,-97.5],"neck":[15.4,-161.7],"head":[28.1,-195.6],"shR":[-39.3,-141.3],"elR":[-86.7,-126.5],"haR":[-105.1,-110.2],"shL":[65.6,-130.2],"elL":[63.9,-77.6],"haL":[70.1,-26.3],"hipR":[-27,5.4],"knR":[-28.8,107.5],"ftR":[-29.4,224.5],"hipL":[25.6,10.2],"knL":[28.5,130.4],"ftL":[25.6,233.7]},{"rootY":10.1,"hips":[0,0],"chest":[1,-98.1],"neck":[10.4,-162.5],"head":[21.4,-197.1],"shR":[-43.2,-140.1],"elR":[-87.5,-121.9],"haR":[-104.4,-103.4],"shL":[61.4,-132.1],"elL":[65.7,-79],"haL":[77,-27.8],"hipR":[-26.4,6.5],"knR":[-20.9,111.3],"ftR":[-17.5,231.5],"hipL":[25.5,9.1],"knL":[28.7,128.1],"ftL":[23.8,228]},{"rootY":14.2,"hips":[0,0],"chest":[-3.4,-98.6],"neck":[4.4,-163.4],"head":[13.6,-198.5],"shR":[-47.7,-138.2],"elR":[-88.1,-116.7],"haR":[-103.5,-96.5],"shL":[56.2,-133.1],"elL":[69,-80.9],"haL":[87.7,-31.2],"hipR":[-25.9,7.2],"knR":[-13.2,112.3],"ftR":[-11.1,235.5],"hipL":[25.3,8.4],"knL":[31.2,127],"ftL":[22.3,221]},{"rootY":16.1,"hips":[0,0],"chest":[-6.8,-98.4],"neck":[-1.6,-163.3],"head":[5.1,-199.1],"shR":[-51.8,-135.2],"elR":[-87.8,-110.4],"haR":[-101.6,-88.3],"shL":[51.3,-133.8],"elL":[73.7,-83.9],"haL":[101,-37],"hipR":[-25.6,7.6],"knR":[-7.2,111],"ftR":[-10.4,236],"hipL":[25.2,8],"knL":[36.9,127.3],"ftL":[22.6,213.1]},{"rootY":14.9,"hips":[0,0],"chest":[-8.3,-97.9],"neck":[-5.7,-162.8],"head":[-2.5,-199],"shR":[-53.9,-132.2],"elR":[-85.5,-103.4],"haR":[-97.3,-78.4],"shL":[48.4,-135.9],"elL":[80.3,-89.4],"haL":[115.2,-46.6],"hipR":[-25.3,7.7],"knR":[-5.4,111.2],"ftR":[-12.4,236.3],"hipL":[25.1,8],"knL":[45.4,127.9],"ftL":[25.7,206.8]},{"rootY":11,"hips":[0,0],"chest":[-8.3,-97.6],"neck":[-7.3,-162.6],"head":[-8.7,-198.9],"shR":[-53.7,-130.3],"elR":[-80.6,-96.7],"haR":[-89.9,-68.3],"shL":[47.9,-139.6],"elL":[88.1,-98.1],"haL":[129.3,-60.6],"hipR":[-24.8,7.6],"knR":[-5.8,114.9],"ftR":[-13.6,239.6],"hipL":[24.6,8.1],"knL":[54.9,127],"ftL":[29.9,203.4]},{"rootY":6,"hips":[0,0],"chest":[-8.6,-97.6],"neck":[-8.2,-163],"head":[-14.5,-198.6],"shR":[-52.9,-129.6],"elR":[-74.4,-91.8],"haR":[-81,-60.2],"shL":[47.6,-143.6],"elL":[95.8,-109.6],"haL":[142.7,-79],"hipR":[-24.2,7.7],"knR":[-7,120.3],"ftR":[-14.5,244.9],"hipL":[24.2,8],"knL":[63.6,124.6],"ftL":[34.3,204.1]},{"rootY":1.9,"hips":[0,0],"chest":[-9,-97.8],"neck":[-9.7,-163.5],"head":[-20.1,-197.9],"shR":[-52.5,-129.5],"elR":[-68.4,-89.3],"haR":[-71.7,-55.9],"shL":[46.5,-147.1],"elL":[102.3,-123],"haL":[154.8,-101.6],"hipR":[-24.1,7.9],"knR":[-9.5,124.3],"ftR":[-16,249.1],"hipL":[24.2,7.8],"knL":[70.6,121.9],"ftL":[41.9,208.7]},{"rootY":-0.4,"hips":[0,0],"chest":[-9.2,-97.9],"neck":[-11.5,-163.5],"head":[-24.7,-196.8],"shR":[-52.6,-129],"elR":[-63.3,-88.6],"haR":[-62.2,-55.6],"shL":[45,-150],"elL":[107,-137.6],"haL":[164.1,-126.8],"hipR":[-24.4,7.9],"knR":[-12.2,126.5],"ftR":[-17.7,251.2],"hipL":[24.5,7.7],"knL":[76.3,119.3],"ftL":[55.3,214.9]},{"rootY":-1.1,"hips":[0,0],"chest":[-9.6,-97.6],"neck":[-13.1,-163.1],"head":[-27.5,-195.7],"shR":[-52.8,-127.6],"elR":[-59.3,-88.5],"haR":[-52.7,-57.6],"shL":[43.5,-152.4],"elL":[109.6,-152.1],"haL":[169,-152],"hipR":[-24.7,8],"knR":[-14,127.8],"ftR":[-19,252.1],"hipL":[24.9,7.7],"knL":[80.4,116.8],"ftL":[72.7,220.7]},{"rootY":-1.2,"hips":[0,0],"chest":[-10.1,-97.4],"neck":[-14.3,-162.8],"head":[-29.3,-195.1],"shR":[-53.1,-125.9],"elR":[-56.4,-88.1],"haR":[-43.8,-60.4],"shL":[41.9,-154.6],"elL":[109.8,-164.5],"haL":[169.9,-173.4],"hipR":[-24.8,8],"knR":[-14.7,128.7],"ftR":[-20.3,252.5],"hipL":[25.2,7.6],"knL":[82.3,114.8],"ftL":[90,226]},{"rootY":-1.5,"hips":[0,0],"chest":[-10.6,-97.3],"neck":[-15.6,-162.8],"head":[-30.7,-194.9],"shR":[-53.8,-124.9],"elR":[-54.2,-87.6],"haR":[-36.2,-62.9],"shL":[40.3,-156.8],"elL":[108.4,-174],"haL":[168.4,-189.2],"hipR":[-25,8.1],"knR":[-15.8,129.5],"ftR":[-22.2,252.8],"hipL":[25.3,7.6],"knL":[82.5,113.4],"ftL":[104.7,230.1]},{"rootY":-2.3,"hips":[0,0],"chest":[-11,-97.2],"neck":[-16.9,-162.9],"head":[-32.1,-194.8],"shR":[-54.8,-125],"elR":[-52.3,-87.6],"haR":[-30.4,-65.4],"shL":[38.6,-158.9],"elL":[106.3,-180.8],"haL":[166,-200.2],"hipR":[-25.1,8.1],"knR":[-18.2,130.4],"ftR":[-24.9,253.2],"hipL":[25.5,7.5],"knL":[82.4,112],"ftL":[115.3,231.2]},{"rootY":-2.9,"hips":[0,0],"chest":[-11.7,-96.9],"neck":[-18.1,-162.9],"head":[-33.4,-194.8],"shR":[-56.1,-126],"elR":[-50.7,-88.8],"haR":[-26.4,-67.7],"shL":[36.9,-160.4],"elL":[103.9,-185.5],"haL":[163,-207.6],"hipR":[-25,8.3],"knR":[-20.8,131.2],"ftR":[-27.8,253.4],"hipL":[25.6,7.3],"knL":[82.5,109.9],"ftL":[121.2,229.1]},{"rootY":-3.3,"hips":[0,0],"chest":[-12.6,-96.5],"neck":[-19.4,-162.8],"head":[-34.6,-194.7],"shR":[-57.4,-127.1],"elR":[-49.4,-90.8],"haR":[-24.2,-69.7],"shL":[35.4,-161.1],"elL":[101.6,-188.2],"haL":[160,-212.1],"hipR":[-25,8.5],"knR":[-22.9,131.6],"ftR":[-30.9,253.1],"hipL":[25.8,7.1],"knL":[81.9,107.4],"ftL":[123.4,224.9]},{"rootY":-3.8,"hips":[0,0],"chest":[-13.5,-96],"neck":[-20.5,-162.6],"head":[-35.6,-194.5],"shR":[-58.7,-128],"elR":[-49,-92.6],"haR":[-23.3,-71],"shL":[34.3,-161.1],"elL":[99.8,-188.9],"haL":[157.7,-213.4],"hipR":[-25,8.6],"knR":[-24.2,131.8],"ftR":[-33.9,252.2],"hipL":[26,6.9],"knL":[80.2,104.9],"ftL":[123.9,219.1]},{"rootY":-4.2,"hips":[0,0],"chest":[-14.1,-95.5],"neck":[-21.3,-162.3],"head":[-36.3,-194.4],"shR":[-59.9,-128.9],"elR":[-49.6,-94],"haR":[-23.6,-72.3],"shL":[33.4,-160.8],"elL":[98.6,-188.2],"haL":[156.1,-212.4],"hipR":[-25.1,8.9],"knR":[-25.1,132.1],"ftR":[-36.4,251.3],"hipL":[26.3,6.6],"knL":[77.6,102.3],"ftL":[123,212.2]},{"rootY":-4.3,"hips":[0,0],"chest":[-14.6,-95.1],"neck":[-21.8,-162.1],"head":[-36.6,-194.3],"shR":[-61.2,-129.9],"elR":[-51,-95.3],"haR":[-24.9,-74],"shL":[33,-160.5],"elL":[97.7,-186.9],"haL":[154.8,-210.2],"hipR":[-25.1,9.3],"knR":[-25.7,132.5],"ftR":[-38.5,250.3],"hipL":[26.6,6.2],"knL":[74.7,99.6],"ftL":[119.9,205.5]},{"rootY":-3.9,"hips":[0,0],"chest":[-14.8,-94.7],"neck":[-21.9,-161.8],"head":[-36.6,-194.2],"shR":[-62.2,-130.8],"elR":[-52.9,-96.8],"haR":[-27.1,-76.1],"shL":[33,-159.7],"elL":[97.2,-185],"haL":[153.9,-207.2],"hipR":[-25.1,9.6],"knR":[-26.4,132.6],"ftR":[-40.5,249.1],"hipL":[26.8,5.8],"knL":[71.5,97.2],"ftL":[114.8,200.2]},{"rootY":-3.1,"hips":[0,0],"chest":[-14.7,-94.4],"neck":[-21.7,-161.6],"head":[-36.1,-194.1],"shR":[-63,-131.4],"elR":[-55,-98.2],"haR":[-30.1,-78.1],"shL":[33.6,-158.6],"elL":[97.2,-182.1],"haL":[153.3,-202.9],"hipR":[-25.3,9.8],"knR":[-27.6,132.5],"ftR":[-42.9,247.6],"hipL":[27,5.6],"knL":[68.1,95.5],"ftL":[108.7,196.3]},{"rootY":-2.2,"hips":[0,0],"chest":[-14.1,-94.3],"neck":[-20.9,-161.6],"head":[-35.3,-194.3],"shR":[-63.4,-132],"elR":[-57.3,-99.3],"haR":[-33.6,-79.7],"shL":[34.7,-157.3],"elL":[97.6,-178.5],"haL":[153,-197.1],"hipR":[-25.4,9.9],"knR":[-28.9,132.3],"ftR":[-45.3,245.7],"hipL":[27.1,5.5],"knL":[64.5,94.7],"ftL":[101.9,194.4]},{"rootY":-1.3,"hips":[0,0],"chest":[-13.1,-94.5],"neck":[-19.7,-161.9],"head":[-34,-194.7],"shR":[-63.4,-133],"elR":[-59.6,-100.3],"haR":[-37.5,-81],"shL":[36.2,-156.3],"elL":[98.2,-174.2],"haL":[152.9,-190],"hipR":[-25.5,9.9],"knR":[-30.1,132],"ftR":[-47.6,243.4],"hipL":[27.2,5.5],"knL":[60.7,95.4],"ftL":[94.2,195.6]},{"rootY":-0.1,"hips":[0,0],"chest":[-11.7,-94.7],"neck":[-17.8,-162.3],"head":[-32.2,-195.2],"shR":[-62.8,-134.1],"elR":[-61.9,-101.3],"haR":[-41.9,-82],"shL":[38.2,-155.1],"elL":[98.9,-169.3],"haL":[152.7,-181.9],"hipR":[-25.7,9.6],"knR":[-31.3,131.4],"ftR":[-49.9,240.6],"hipL":[27.2,5.8],"knL":[56.6,97.7],"ftL":[86,199.5]},{"rootY":1.4,"hips":[0,0],"chest":[-10.1,-94.9],"neck":[-15.8,-162.6],"head":[-30.1,-195.7],"shR":[-62.1,-134.8],"elR":[-64.1,-102.3],"haR":[-46.7,-82.8],"shL":[40.3,-153.4],"elL":[99.5,-163.6],"haL":[152.2,-172.6],"hipR":[-25.9,9.4],"knR":[-33.1,130.4],"ftR":[-52.6,237.5],"hipL":[27.2,6.1],"knL":[52.3,101],"ftL":[77.3,205.4]},{"rootY":3.2,"hips":[0,0],"chest":[-8.5,-95.3],"neck":[-13.9,-163.2],"head":[-27.8,-196.5],"shR":[-61.4,-135.6],"elR":[-66.4,-103.2],"haR":[-51.9,-83.4],"shL":[42.3,-151.7],"elL":[99.8,-156.9],"haL":[151,-161.5],"hipR":[-26.1,9.1],"knR":[-35.5,129.1],"ftR":[-55.8,233.9],"hipL":[27.1,6.4],"knL":[47.9,105.3],"ftL":[67.8,214.1]},{"rootY":5.8,"hips":[0,0],"chest":[-6.2,-95.8],"neck":[-11.8,-163.9],"head":[-25.5,-197.5],"shR":[-60.5,-136.4],"elR":[-68.9,-103.3],"haR":[-57.1,-83.7],"shL":[44.4,-149.8],"elL":[100.2,-149],"haL":[149.2,-148.3],"hipR":[-26.4,8.5],"knR":[-38.1,127.4],"ftR":[-58.9,229.5],"hipL":[27,7],"knL":[43.3,111.2],"ftL":[57.8,225.4]},{"rootY":8.9,"hips":[0,0],"chest":[-3.6,-96],"neck":[-9.6,-164.3],"head":[-23.2,-198],"shR":[-59.2,-135.4],"elR":[-72.2,-101.6],"haR":[-62.9,-83.3],"shL":[46.5,-146.1],"elL":[100.6,-138.7],"haL":[146.8,-132.5],"hipR":[-26.6,8.3],"knR":[-41.4,125.9],"ftR":[-62.5,224.5],"hipL":[27,7.3],"knL":[38,117.6],"ftL":[48,235.7]},{"rootY":11.2,"hips":[0,0],"chest":[-1.8,-95.5],"neck":[-7.6,-164.1],"head":[-21.6,-197.6],"shR":[-57.6,-131.7],"elR":[-76.2,-97.5],"haR":[-70.2,-80.8],"shL":[47.5,-139.9],"elL":[99.4,-125.5],"haL":[142.5,-113.3],"hipR":[-26.1,9.9],"knR":[-45.8,125.7],"ftR":[-67.7,219.8],"hipL":[27.3,5.6],"knL":[33.1,121.7],"ftL":[39.2,241.2]},{"rootY":11.7,"hips":[0,0],"chest":[-1.6,-94.4],"neck":[-5.7,-163.3],"head":[-20.2,-196.5],"shR":[-56.2,-128.6],"elR":[-79.6,-93.2],"haR":[-77.9,-75.7],"shL":[47.3,-133.4],"elL":[95,-110.8],"haL":[135.3,-91.3],"hipR":[-24.8,12.8],"knR":[-49.9,127.2],"ftR":[-73.3,214.8],"hipL":[27.8,2.5],"knL":[30.9,122.5],"ftL":[32.4,242.1]},{"rootY":10,"hips":[0,0],"chest":[-3.3,-93.8],"neck":[-3.8,-162.9],"head":[-18.4,-196],"shR":[-55.8,-129.2],"elR":[-81.5,-91.3],"haR":[-84.7,-69.2],"shL":[46.8,-129.2],"elL":[87.5,-97.1],"haL":[124.3,-68.6],"hipR":[-24,14.3],"knR":[-51.6,130.6],"ftR":[-76.6,209],"hipL":[27.9,0.8],"knL":[29.8,122.2],"ftL":[27.5,242.7]},{"rootY":7.8,"hips":[0,0],"chest":[-5.3,-93.9],"neck":[-2.5,-163],"head":[-15.6,-196.6],"shR":[-56.3,-133.3],"elR":[-82.3,-92.8],"haR":[-90.1,-64.3],"shL":[46.5,-127.2],"elL":[78.9,-86.8],"haL":[110.9,-49.6],"hipR":[-24,14.3],"knR":[-49.7,134.2],"ftR":[-75.9,202.6],"hipL":[27.9,0.8],"knL":[27.2,122.7],"ftL":[23.5,244.8]},{"rootY":6,"hips":[0,0],"chest":[-5,-94.3],"neck":[-0.9,-163.1],"head":[-11.2,-197.7],"shR":[-55.7,-136.8],"elR":[-82.4,-95.2],"haR":[-93.1,-62.9],"shL":[47.3,-126.4],"elL":[72.3,-79.8],"haL":[98.6,-37],"hipR":[-24.4,13.5],"knR":[-45,134.6],"ftR":[-70.5,196.8],"hipL":[27.8,1.6],"knL":[24.9,123.6],"ftL":[20.9,247.1]},{"rootY":4.3,"hips":[0,0],"chest":[-2.3,-94.4],"neck":[1.6,-162.9],"head":[-5.6,-198.3],"shR":[-53.5,-136.8],"elR":[-82.1,-96.1],"haR":[-93.8,-63.7],"shL":[49.4,-125.7],"elL":[68.4,-75.5],"haL":[89.1,-29.9],"hipR":[-24.8,12.9],"knR":[-39.7,132],"ftR":[-61.3,194.6],"hipL":[27.7,2.4],"knL":[24,124.6],"ftL":[20.1,248.9]},{"rootY":2.9,"hips":[0,0],"chest":[0.7,-94.3],"neck":[3.9,-162.6],"head":[-0.2,-198.6],"shR":[-51.1,-135.2],"elR":[-82.4,-95.6],"haR":[-94.1,-65.4],"shL":[51.4,-125.3],"elL":[65.4,-73.7],"haL":[81.5,-27.2],"hipR":[-25,12.5],"knR":[-35.6,127.9],"ftR":[-51.7,198.1],"hipL":[27.6,2.8],"knL":[24,125.5],"ftL":[20,250.1]},{"rootY":2.1,"hips":[0,0],"chest":[2.5,-93.9],"neck":[5,-162.1],"head":[3.8,-198.4],"shR":[-50,-134.2],"elR":[-83.7,-94.7],"haR":[-95.3,-67.6],"shL":[52.2,-125.3],"elL":[62.2,-74.2],"haL":[74.7,-28.1],"hipR":[-25.2,12.1],"knR":[-33.6,122.9],"ftR":[-44.1,206.2],"hipL":[27.5,3.2],"knL":[24,126.2],"ftL":[19.5,251.1]},{"rootY":1.6,"hips":[0,0],"chest":[2.9,-93.2],"neck":[5.1,-161.4],"head":[6.9,-197.7],"shR":[-49.9,-133.3],"elR":[-85.8,-94.1],"haR":[-97.3,-70.2],"shL":[52.1,-125],"elL":[59.5,-76],"haL":[68.8,-31.8],"hipR":[-25.4,11.6],"knR":[-33.3,118.1],"ftR":[-38.7,216.6],"hipL":[27.3,3.6],"knL":[23.9,126.8],"ftL":[18.4,251.8]},{"rootY":1.4,"hips":[0,0],"chest":[2.7,-92.8],"neck":[4.9,-160.9],"head":[9.2,-196.9],"shR":[-50.2,-132.2],"elR":[-88.4,-94.1],"haR":[-99.4,-73.5],"shL":[51.6,-124.6],"elL":[57.6,-78.4],"haL":[63.8,-37.4],"hipR":[-25.4,11.5],"knR":[-34.7,114.7],"ftR":[-35.3,227.1],"hipL":[27.2,3.7],"knL":[23.6,126.8],"ftL":[17.2,251.9]},{"rootY":1.8,"hips":[0,0],"chest":[2,-93.2],"neck":[4.2,-161.1],"head":[10.5,-196.9],"shR":[-50.8,-132],"elR":[-91.2,-95],"haR":[-102,-77.4],"shL":[50.7,-124.6],"elL":[56,-81.6],"haL":[59.2,-44.1],"hipR":[-25.1,11.9],"knR":[-37,112.5],"ftR":[-34.4,234.4],"hipL":[27.1,3.4],"knL":[22.7,126.3],"ftL":[15.8,251.5]},{"rootY":2.6,"hips":[0,0],"chest":[1.3,-94],"neck":[3.7,-161.8],"head":[11.5,-197.3],"shR":[-51.4,-132.8],"elR":[-93.7,-96.5],"haR":[-104.8,-81.3],"shL":[49.9,-125.1],"elL":[54.5,-85],"haL":[55.4,-50.8],"hipR":[-24.7,12.4],"knR":[-38.9,111.1],"ftR":[-35.8,236.4],"hipL":[27,2.9],"knL":[21.6,125.7],"ftL":[14.6,250.8]},{"rootY":3,"hips":[0,0],"chest":[1.8,-94.4],"neck":[4.4,-162.2],"head":[13.3,-197.4],"shR":[-50.9,-133.5],"elR":[-94.6,-97.9],"haR":[-106.8,-84.2],"shL":[50.4,-125.2],"elL":[54.1,-87.7],"haL":[53.1,-56.5],"hipR":[-24.5,12.4],"knR":[-38.8,110.9],"ftR":[-38,233.6],"hipL":[26.9,2.9],"knL":[21.3,125.5],"ftL":[14.7,250.4]},{"rootY":2.9,"hips":[0,0],"chest":[3.7,-94.1],"neck":[6.4,-161.9],"head":[16.1,-196.9],"shR":[-48.9,-133.3],"elR":[-94,-98.6],"haR":[-107,-86.1],"shL":[52.4,-124.9],"elL":[55.4,-89.5],"haL":[52.5,-60.6],"hipR":[-24.8,11.8],"knR":[-36.6,111.5],"ftR":[-39.5,227.6],"hipL":[26.7,3.5],"knL":[22.1,125.8],"ftL":[16.4,250.5]},{"rootY":3,"hips":[0,0],"chest":[5.6,-93.7],"neck":[8.3,-161.5],"head":[18.6,-196.3],"shR":[-47,-133],"elR":[-93.1,-98.5],"haR":[-106.8,-86.9],"shL":[54.6,-124.5],"elL":[57.2,-90.2],"haL":[52.2,-63.4],"hipR":[-25.2,11.1],"knR":[-34.6,111],"ftR":[-40.4,220.1],"hipL":[26.7,4.3],"knL":[23,126.1],"ftL":[18.5,250.3]},{"rootY":3.5,"hips":[0,0],"chest":[6.4,-93.7],"neck":[9.2,-161.4],"head":[19.9,-196.1],"shR":[-46.1,-133],"elR":[-92.9,-97.7],"haR":[-107.1,-86.9],"shL":[55.7,-124.2],"elL":[58.5,-90.3],"haL":[51.4,-65.1],"hipR":[-25.5,10.7],"knR":[-34.3,108.7],"ftR":[-41.3,213.3],"hipL":[26.7,4.7],"knL":[23.3,126.2],"ftL":[19.8,249.8]},{"rootY":4.4,"hips":[0,0],"chest":[6.2,-94.1],"neck":[9.5,-161.7],"head":[20.3,-196.3],"shR":[-45.9,-133.6],"elR":[-93,-96],"haR":[-107.6,-85.9],"shL":[56.3,-124.4],"elL":[59.4,-90.1],"haL":[50.6,-66],"hipR":[-25.6,10.6],"knR":[-35.1,105.5],"ftR":[-41.8,208.9],"hipL":[26.8,4.9],"knL":[23.3,126.1],"ftL":[20.5,248.7]},{"rootY":5.5,"hips":[0,0],"chest":[5.8,-94.5],"neck":[9.6,-162],"head":[20.6,-196.6],"shR":[-45.9,-134.4],"elR":[-92.9,-93],"haR":[-107.2,-83.8],"shL":[56.9,-124.6],"elL":[60.3,-89.3],"haL":[50.1,-65.8],"hipR":[-25.7,10.4],"knR":[-35.8,103],"ftR":[-41.4,207.4],"hipL":[26.9,5],"knL":[23.7,125.9],"ftL":[21.3,247.2]},{"rootY":7,"hips":[0,0],"chest":[5.1,-94.9],"neck":[9.6,-162.3],"head":[20.8,-196.9],"shR":[-45.8,-134.6],"elR":[-92.3,-88.2],"haR":[-106.2,-80],"shL":[57.4,-124.6],"elL":[61.5,-87.3],"haL":[50.1,-63.7],"hipR":[-25.8,10.3],"knR":[-36,102.6],"ftR":[-40.6,208.4],"hipL":[27.1,5.2],"knL":[24.4,125.7],"ftL":[22.6,245.5]},{"rootY":8.7,"hips":[0,0],"chest":[4.2,-95.3],"neck":[9.4,-162.7],"head":[20.7,-197.2],"shR":[-45.7,-134],"elR":[-91.2,-82.3],"haR":[-105,-74.1],"shL":[57.6,-124.5],"elL":[62.9,-84.2],"haL":[50.8,-59.7],"hipR":[-25.9,10.1],"knR":[-35.9,104.2],"ftR":[-40.1,211.9],"hipL":[27.2,5.4],"knL":[25.4,125.3],"ftL":[23.9,243.3]},{"rootY":10.6,"hips":[0,0],"chest":[3.2,-95.9],"neck":[9,-163.2],"head":[20.5,-197.7],"shR":[-45.6,-133.4],"elR":[-89.3,-76.5],"haR":[-103.6,-66.1],"shL":[57.5,-124.8],"elL":[64.6,-80.7],"haL":[52.4,-54],"hipR":[-26,10],"knR":[-35.4,107.7],"ftR":[-38.8,218.6],"hipL":[27.2,5.6],"knL":[26.4,124.4],"ftL":[25.4,240.7]},{"rootY":12.9,"hips":[0,0],"chest":[2.3,-96.4],"neck":[8.6,-163.7],"head":[20.2,-198.2],"shR":[-45.5,-132.6],"elR":[-86.7,-71.1],"haR":[-101.5,-56],"shL":[57.2,-124.8],"elL":[66.6,-76.9],"haL":[55.3,-46.8],"hipR":[-26.1,9.8],"knR":[-33.7,112.9],"ftR":[-35.1,227.4],"hipL":[27.3,5.8],"knL":[27.6,123.3],"ftL":[27.4,237.3]},{"rootY":14.8,"hips":[0,0],"chest":[1.9,-96.8],"neck":[8.9,-163.9],"head":[20.6,-198.3],"shR":[-44.5,-130.7],"elR":[-83.7,-66],"haR":[-98.6,-42.6],"shL":[56.9,-123.4],"elL":[69.2,-71.7],"haL":[60.3,-36.8],"hipR":[-26.4,9.1],"knR":[-29.4,118.8],"ftR":[-28.2,235.2],"hipL":[27.1,6.5],"knL":[29.8,123.1],"ftL":[30.7,233.6]},{"rootY":15.8,"hips":[0,0],"chest":[3,-96.8],"neck":[10.6,-163.8],"head":[22.5,-198.1],"shR":[-41.7,-127.7],"elR":[-79.7,-61.5],"haR":[-94.5,-26],"shL":[57.6,-121.2],"elL":[72.1,-66.1],"haL":[68.4,-24.5],"hipR":[-27,7.1],"knR":[-22.8,123],"ftR":[-20.3,239.3],"hipL":[26.6,8.6],"knL":[33.3,124.3],"ftL":[35.8,229.9]},{"rootY":15.5,"hips":[0,0],"chest":[5.6,-96.8],"neck":[12.5,-164.1],"head":[24.6,-198.2],"shR":[-38.7,-125.9],"elR":[-74.4,-58.7],"haR":[-89.8,-10],"shL":[59.2,-120.6],"elL":[73.8,-62],"haL":[78.2,-12.9],"hipR":[-27.6,4.3],"knR":[-19.1,123.4],"ftR":[-14.3,239.9],"hipL":[25.6,11.3],"knL":[37.5,126.5],"ftL":[41.4,225.7]},{"rootY":14.1,"hips":[0,0],"chest":[9.2,-96.8],"neck":[14,-164.5],"head":[26.3,-198.5],"shR":[-36.9,-126.6],"elR":[-67.8,-57.3],"haR":[-84.9,0.4],"shL":[61.9,-122.6],"elL":[74.9,-60.4],"haL":[87.7,-5.3],"hipR":[-27.8,1.7],"knR":[-18.1,121.6],"ftR":[-10.2,240.6],"hipL":[24.4,13.6],"knL":[42.2,129.8],"ftL":[46.6,220.4]},{"rootY":12.2,"hips":[0,0],"chest":[11.8,-96.5],"neck":[15.4,-164.3],"head":[27.4,-198.4],"shR":[-36.3,-129.2],"elR":[-62.4,-57.3],"haR":[-79.4,5.1],"shL":[65.4,-126.7],"elL":[77.2,-61.3],"haL":[95.2,-2.9],"hipR":[-27.9,0.5],"knR":[-17,120.7],"ftR":[-6.5,242.4],"hipL":[23.8,14.6],"knL":[46.4,133.3],"ftL":[50.9,212.9]},{"rootY":10.6,"hips":[0,0],"chest":[12.5,-96.2],"neck":[17,-163.7],"head":[28.1,-198.2],"shR":[-35.8,-131.9],"elR":[-59.8,-58.2],"haR":[-75.1,6.4],"shL":[68.1,-130.3],"elL":[81.1,-63.2],"haL":[101.1,-4],"hipR":[-27.9,0.3],"knR":[-15.5,121.3],"ftR":[-3,244.3],"hipL":[23.7,14.8],"knL":[48.9,135.3],"ftL":[53.8,204.6]},{"rootY":9.4,"hips":[0,0],"chest":[12.1,-96.1],"neck":[18.5,-163.2],"head":[28.7,-198],"shR":[-34.4,-132.3],"elR":[-59.4,-58.4],"haR":[-73.9,6.8],"shL":[69.7,-130.5],"elL":[86,-64.3],"haL":[106.8,-6.2],"hipR":[-27.8,0.2],"knR":[-14.1,121.9],"ftR":[-0.5,245.5],"hipL":[23.5,14.9],"knL":[49.9,134.4],"ftL":[54.9,197.4]},{"rootY":8.8,"hips":[0,0],"chest":[11.6,-96.2],"neck":[19.5,-163],"head":[28.8,-198.1],"shR":[-32.8,-131.3],"elR":[-59.9,-58.4],"haR":[-75.6,6.1],"shL":[70.2,-128.4],"elL":[90.1,-65.2],"haL":[111.9,-9.5],"hipR":[-27.7,-0.1],"knR":[-13.5,122],"ftR":[0.8,245.9],"hipL":[23.3,15.1],"knL":[49.7,131.1],"ftL":[54.1,192.9]},{"rootY":8.4,"hips":[0,0],"chest":[10.5,-96.1],"neck":[19,-162.9],"head":[27.6,-198.2],"shR":[-32.5,-130.8],"elR":[-61.4,-59.7],"haR":[-78.4,3.1],"shL":[69.4,-127],"elL":[92.2,-67.4],"haL":[114.8,-14.4],"hipR":[-27.8,-0.1],"knR":[-13.6,122.1],"ftR":[0.8,246.5],"hipL":[23.4,15.1],"knL":[47.9,126.9],"ftL":[51.3,193.7]},{"rootY":7.4,"hips":[0,0],"chest":[8.7,-95.6],"neck":[17,-162.5],"head":[25.2,-197.9],"shR":[-33.9,-130.8],"elR":[-64.2,-62.5],"haR":[-81.5,-2.4],"shL":[67.6,-127.1],"elL":[92.6,-70.8],"haL":[115.3,-20.9],"hipR":[-27.8,0.5],"knR":[-14.2,122.9],"ftR":[-0.2,247.5],"hipL":[23.8,14.5],"knL":[44.1,122.8],"ftL":[47.6,200.3]},{"rootY":6.3,"hips":[0,0],"chest":[6.8,-95],"neck":[14.5,-161.9],"head":[22.6,-197.3],"shR":[-36.2,-130.5],"elR":[-67.7,-66.1],"haR":[-84.2,-10.2],"shL":[65.5,-127.4],"elL":[92.4,-74.7],"haL":[115.1,-28.6],"hipR":[-27.8,1.4],"knR":[-15.2,123.9],"ftR":[-1.8,248.5],"hipL":[24.3,13.8],"knL":[39.9,119.3],"ftL":[44.2,210.9]},{"rootY":5.9,"hips":[0,0],"chest":[5.7,-94.8],"neck":[12.5,-161.7],"head":[20.6,-197.1],"shR":[-38.2,-130.4],"elR":[-71.2,-70.6],"haR":[-85.7,-20.6],"shL":[63.9,-127.7],"elL":[92.5,-79.5],"haL":[115.4,-37.6],"hipR":[-27.8,1.8],"knR":[-16.2,124.4],"ftR":[-3.4,248.7],"hipL":[24.5,13.4],"knL":[37.5,116.5],"ftL":[41.8,222.7]},{"rootY":6.4,"hips":[0,0],"chest":[5.6,-95],"neck":[11.6,-162.1],"head":[19.4,-197.5],"shR":[-39.4,-131.3],"elR":[-73.9,-76.1],"haR":[-85.8,-33.6],"shL":[63.4,-129],"elL":[93,-85.3],"haL":[115.8,-47.8],"hipR":[-27.8,1.8],"knR":[-17,124.5],"ftR":[-4.3,248.3],"hipL":[24.5,13.4],"knL":[37.6,115.2],"ftL":[40.7,233.3]},{"rootY":7.3,"hips":[0,0],"chest":[6,-95.4],"neck":[11.2,-162.6],"head":[18.9,-198],"shR":[-39.9,-132.3],"elR":[-75.9,-81.5],"haR":[-84.9,-47.3],"shL":[63.4,-130.5],"elL":[93.4,-91],"haL":[115.7,-57.3],"hipR":[-27.8,1.6],"knR":[-17.5,124.1],"ftR":[-5.1,247.3],"hipL":[24.4,13.6],"knL":[38.4,115.9],"ftL":[40.9,240.5]},{"rootY":8.3,"hips":[0,0],"chest":[6.3,-95.5],"neck":[10.7,-162.9],"head":[18.2,-198.2],"shR":[-40.5,-132.4],"elR":[-77.5,-86.3],"haR":[-83.8,-60],"shL":[63.1,-130.9],"elL":[93,-95.3],"haL":[114.6,-65.3],"hipR":[-27.8,1.4],"knR":[-18,123.6],"ftR":[-6.4,246.3],"hipL":[24.3,13.8],"knL":[38.1,117.9],"ftL":[42,242.1]},{"rootY":9.5,"hips":[0,0],"chest":[6,-95.6],"neck":[9.5,-163],"head":[17,-198.4],"shR":[-41.6,-132.3],"elR":[-79.2,-90.8],"haR":[-83.5,-71.2],"shL":[61.8,-130.2],"elL":[91.5,-98.5],"haL":[112.2,-72.2],"hipR":[-27.8,1.5],"knR":[-19,123],"ftR":[-8.8,245.1],"hipL":[24.3,13.7],"knL":[35.3,120.1],"ftL":[42.5,238.1]},{"rootY":11,"hips":[0,0],"chest":[5.4,-95.5],"neck":[8.4,-163.1],"head":[15.8,-198.5],"shR":[-42.8,-132.7],"elR":[-80.7,-95.3],"haR":[-83.8,-81],"shL":[60.4,-129.7],"elL":[89.7,-101.5],"haL":[109.2,-78.8],"hipR":[-27.8,2],"knR":[-20.3,122.4],"ftR":[-11.5,243.7],"hipL":[24.5,13.3],"knL":[33.2,121.2],"ftL":[42,232.3]},{"rootY":12.9,"hips":[0,0],"chest":[5.3,-95.5],"neck":[8,-163.4],"head":[15.4,-198.9],"shR":[-43.3,-133.6],"elR":[-81.4,-99.8],"haR":[-84.2,-89.5],"shL":[59.9,-129.7],"elL":[88.3,-104.6],"haL":[106.2,-85.2],"hipR":[-27.8,2.4],"knR":[-21.5,121.7],"ftR":[-13.9,241.6],"hipL":[24.7,13],"knL":[32.9,120.4],"ftL":[41.2,229.5]},{"rootY":15.5,"hips":[0,0],"chest":[5.8,-95.4],"neck":[8.1,-163.8],"head":[15.5,-199.3],"shR":[-43.3,-134.7],"elR":[-81.6,-104],"haR":[-84.7,-96.6],"shL":[59.9,-130],"elL":[87.2,-107.6],"haL":[103.3,-91.1],"hipR":[-27.8,2.4],"knR":[-22.8,120.6],"ftR":[-16.1,238.5],"hipL":[24.7,13],"knL":[32.9,119.7],"ftL":[41,230.6]},{"rootY":18.4,"hips":[0,0],"chest":[6.8,-95.4],"neck":[8.2,-164],"head":[15.5,-199.6],"shR":[-43.3,-134.9],"elR":[-82.2,-107],"haR":[-85.6,-102.1],"shL":[59.8,-129.8],"elL":[86.2,-109.8],"haL":[100.6,-96],"hipR":[-27.7,2.5],"knR":[-25,120],"ftR":[-18.8,235.1],"hipL":[24.6,12.9],"knL":[33,120.4],"ftL":[40.9,233.1]},{"rootY":19.9,"hips":[0,0],"chest":[7.1,-95.1],"neck":[7.4,-163.9],"head":[14.7,-199.5],"shR":[-43.9,-132.8],"elR":[-83.9,-107.6],"haR":[-88,-105.2],"shL":[58.2,-127.8],"elL":[84.2,-110.4],"haL":[97.5,-99.1],"hipR":[-27.3,3.9],"knR":[-28.5,120.7],"ftR":[-23.2,232.2],"hipL":[25,11.6],"knL":[31.9,122],"ftL":[38.8,235]},{"rootY":19.2,"hips":[0,0],"chest":[4.7,-94.1],"neck":[5.7,-163.1],"head":[12.9,-198.7],"shR":[-45.7,-129.6],"elR":[-86.3,-106.1],"haR":[-92.3,-105.2],"shL":[54.7,-124.9],"elL":[80.3,-109.4],"haL":[93.8,-99.5],"hipR":[-26.5,7.4],"knR":[-32.4,122.4],"ftR":[-29.4,229.9],"hipL":[26.1,8.3],"knL":[30.3,123.9],"ftL":[33.7,236.5]},{"rootY":17.2,"hips":[0,0],"chest":[-1.8,-93.8],"neck":[4.6,-162.9],"head":[11.7,-198.3],"shR":[-48.3,-129.1],"elR":[-87.8,-105.1],"haR":[-96.4,-103.8],"shL":[51.2,-123.9],"elL":[76,-108.6],"haL":[90.8,-98.3],"hipR":[-25.8,9.8],"knR":[-35.9,123.9],"ftR":[-35,226.9],"hipL":[26.8,5.8],"knL":[28.8,124.4],"ftL":[28,238.3]},{"rootY":14.2,"hips":[0,0],"chest":[-5.1,-95.5],"neck":[2.2,-164.7],"head":[11.2,-199.3],"shR":[-51.5,-132.1],"elR":[-88.6,-106.8],"haR":[-99.2,-102.1],"shL":[48.4,-125.8],"elL":[72.3,-108.9],"haL":[88.7,-96.5],"hipR":[-25.8,10.1],"knR":[-39.2,125.8],"ftR":[-38.6,223.4],"hipL":[27,5.5],"knL":[26.6,124.9],"ftL":[23.9,241.2]},{"rootY":11.2,"hips":[0,0],"chest":[-4.8,-97.7],"neck":[-0.9,-166.9],"head":[10.6,-200.3],"shR":[-54.3,-136.6],"elR":[-89.3,-110.9],"haR":[-100.7,-101.3],"shL":[46.8,-129.5],"elL":[69.8,-110.2],"haL":[87.1,-94.6],"hipR":[-25.9,9.4],"knR":[-43.3,127.8],"ftR":[-40.9,219.1],"hipL":[26.9,6.2],"knL":[24.4,125.5],"ftL":[20.9,244.1]},{"rootY":9.1,"hips":[0,0],"chest":[-4.5,-98.4],"neck":[-2.3,-167.3],"head":[10.1,-200.2],"shR":[-55.5,-139.7],"elR":[-89.6,-114.8],"haR":[-101,-101.7],"shL":[46.7,-132.6],"elL":[68.8,-110.9],"haL":[86.2,-92.7],"hipR":[-25.8,9],"knR":[-48.3,129.3],"ftR":[-42.6,213.7],"hipL":[26.6,6.6],"knL":[22.5,125.7],"ftL":[18.2,246]},{"rootY":8,"hips":[0,0],"chest":[-3.9,-98.9],"neck":[-1.9,-167.4],"head":[9.8,-200.3],"shR":[-55.1,-140.6],"elR":[-88.6,-117],"haR":[-99.7,-102.8],"shL":[47,-133.4],"elL":[69,-110.3],"haL":[86.1,-90.8],"hipR":[-25.3,9.4],"knR":[-53,129.5],"ftR":[-44,208.3],"hipL":[26.5,6.2],"knL":[21.2,125.7],"ftL":[15.7,246.9]},{"rootY":7.4,"hips":[0,0],"chest":[-2.8,-99.2],"neck":[-0.6,-167.5],"head":[10.1,-200.7],"shR":[-54,-140.2],"elR":[-86.5,-116.8],"haR":[-96.4,-103.6],"shL":[47.6,-132.3],"elL":[70.2,-108.5],"haL":[86.9,-88.6],"hipR":[-24.9,9.9],"knR":[-56.1,128.2],"ftR":[-44.4,204.8],"hipL":[26.4,5.7],"knL":[20.7,126.3],"ftL":[14.2,247.7]},{"rootY":6.4,"hips":[0,0],"chest":[-1.7,-99.1],"neck":[0.8,-167.5],"head":[10.9,-200.7],"shR":[-52.8,-139.6],"elR":[-83.9,-115],"haR":[-91.5,-103.2],"shL":[48.4,-131],"elL":[71.6,-106],"haL":[88.4,-85.4],"hipR":[-25,9.9],"knR":[-57.5,126.9],"ftR":[-44.5,205.4],"hipL":[26.4,5.7],"knL":[20.7,127.1],"ftL":[13.5,248.9]},{"rootY":5.2,"hips":[0,0],"chest":[-1.1,-98.7],"neck":[1.5,-167.2],"head":[11.5,-200.4],"shR":[-51.9,-139.3],"elR":[-81.4,-113],"haR":[-86.4,-101.7],"shL":[49.4,-130.7],"elL":[72.7,-103.8],"haL":[89.8,-81.6],"hipR":[-25.4,9.7],"knR":[-57.6,126],"ftR":[-45.6,210.3],"hipL":[26.6,5.9],"knL":[20.4,127.6],"ftL":[13.3,250.1]},{"rootY":4.2,"hips":[0,0],"chest":[-1,-98.6],"neck":[1.9,-167.1],"head":[12,-200.3],"shR":[-51.1,-139.5],"elR":[-78.6,-112.3],"haR":[-81.3,-100.4],"shL":[50.6,-131.2],"elL":[73.7,-102.6],"haL":[91.7,-78.4],"hipR":[-25.8,9.5],"knR":[-56.7,125.2],"ftR":[-48.4,217.7],"hipL":[26.8,6.1],"knL":[20.2,127.7],"ftL":[13.3,251]},{"rootY":3.5,"hips":[0,0],"chest":[-1.1,-98.6],"neck":[2.4,-167.1],"head":[12.3,-200.4],"shR":[-50,-140.1],"elR":[-74.9,-112.9],"haR":[-75.9,-100],"shL":[51.8,-131.9],"elL":[75.5,-102.2],"haL":[94.7,-76.8],"hipR":[-25.9,9.4],"knR":[-54.9,124.3],"ftR":[-52.6,225.5],"hipL":[26.9,6.2],"knL":[20.3,127.9],"ftL":[13.7,251.7]},{"rootY":3.2,"hips":[0,0],"chest":[-1.5,-98.6],"neck":[2.9,-167.2],"head":[12.4,-200.5],"shR":[-48.9,-140.5],"elR":[-70.8,-113.8],"haR":[-69.8,-100.3],"shL":[52.7,-131.9],"elL":[78.3,-102.1],"haL":[99.4,-76.5],"hipR":[-26,9.5],"knR":[-52.8,123.4],"ftR":[-57.5,232.3],"hipL":[27,6.1],"knL":[20.7,128],"ftL":[14.2,252]},{"rootY":3.1,"hips":[0,0],"chest":[-2.4,-98.5],"neck":[3.3,-167.1],"head":[12.4,-200.5],"shR":[-47.7,-140.9],"elR":[-66.4,-114.2],"haR":[-63.3,-100.6],"shL":[53.4,-131.5],"elL":[81.9,-102],"haL":[105.6,-76.5],"hipR":[-26.1,9.7],"knR":[-50.3,123],"ftR":[-62.4,237.5],"hipL":[27.2,5.9],"knL":[21.2,127.9],"ftL":[15.2,252.2]},{"rootY":3,"hips":[0,0],"chest":[-3.3,-98.4],"neck":[3.8,-167],"head":[12.2,-200.5],"shR":[-46.1,-141.3],"elR":[-61.6,-114.4],"haR":[-56.4,-100.8],"shL":[54.1,-131.1],"elL":[86,-101.9],"haL":[113.2,-76.7],"hipR":[-26.1,9.9],"knR":[-47.7,122.9],"ftR":[-66.7,241.3],"hipL":[27.3,5.7],"knL":[22,128],"ftL":[16.7,252.3]},{"rootY":2.6,"hips":[0,0],"chest":[-4.1,-98.3],"neck":[4.2,-167],"head":[11.7,-200.7],"shR":[-44,-141.6],"elR":[-56,-114.7],"haR":[-48.8,-100.9],"shL":[54.6,-130.6],"elL":[90.7,-101.9],"haL":[121.7,-77],"hipR":[-26.1,9.8],"knR":[-45.1,123],"ftR":[-70.1,243.6],"hipL":[27.3,5.8],"knL":[23,128.3],"ftL":[18.8,252.6]},{"rootY":2.2,"hips":[0,0],"chest":[-5,-98.1],"neck":[4.3,-166.8],"head":[10.8,-200.8],"shR":[-41.7,-141.7],"elR":[-49.4,-115.2],"haR":[-39.9,-101.5],"shL":[54.7,-130],"elL":[95.8,-101.9],"haL":[131,-77.7],"hipR":[-25.9,9.7],"knR":[-42.1,122.9],"ftR":[-72.3,244.1],"hipL":[27.1,5.9],"knL":[24.1,128.5],"ftL":[21.1,253]},{"rootY":2.1,"hips":[0,0],"chest":[-6.3,-97.9],"neck":[4,-166.7],"head":[9.4,-200.9],"shR":[-39.1,-141.7],"elR":[-41.8,-116],"haR":[-29.2,-102.9],"shL":[53.9,-129.6],"elL":[100.8,-102.3],"haL":[140.8,-78.9],"hipR":[-25.5,9.8],"knR":[-37.8,122.4],"ftR":[-73,242.6],"hipL":[26.6,5.9],"knL":[25.3,128.3],"ftL":[23.7,253.1]},{"rootY":2.4,"hips":[0,0],"chest":[-8.1,-97.9],"neck":[3,-166.6],"head":[7.5,-201.1],"shR":[-36.4,-141.9],"elR":[-33.1,-117.2],"haR":[-16.2,-104.9],"shL":[52.2,-129.6],"elL":[105.2,-103.1],"haL":[150.7,-80.6],"hipR":[-24.6,10],"knR":[-31.3,121.3],"ftR":[-72.9,239.4],"hipL":[25.9,5.6],"knL":[26.7,128],"ftL":[26.7,252.8]},{"rootY":2.8,"hips":[0,0],"chest":[-10.6,-97.7],"neck":[1.3,-166.5],"head":[4.8,-201.2],"shR":[-33.8,-142],"elR":[-23.6,-118.3],"haR":[-1.4,-107.1],"shL":[49.1,-129.6],"elL":[108.4,-104],"haL":[159.7,-82.4],"hipR":[-23.3,10.4],"knR":[-23.2,120.4],"ftR":[-73,235.3],"hipL":[24.9,5.2],"knL":[27.6,127.6],"ftL":[30,252.3]},{"rootY":3.1,"hips":[0,0],"chest":[-13.6,-97.5],"neck":[-1,-166.2],"head":[1.5,-201.1],"shR":[-31.3,-141.9],"elR":[-13.3,-119],"haR":[14.9,-108.7],"shL":[44.5,-129.4],"elL":[109.9,-104.7],"haL":[166.7,-83.8],"hipR":[-21.8,10.9],"knR":[-15.1,120.3],"ftR":[-73.2,231.1],"hipL":[23.7,4.7],"knL":[27.9,127.4],"ftL":[33.4,251.7]},{"rootY":3.7,"hips":[0,0],"chest":[-16.6,-97.2],"neck":[-3.6,-166.1],"head":[-2.2,-200.9],"shR":[-28.3,-141.8],"elR":[-2.1,-119.4],"haR":[32.4,-110.1],"shL":[38.9,-129.3],"elL":[109.5,-105.3],"haL":[171.1,-85.1],"hipR":[-20.2,11.3],"knR":[-8,121],"ftR":[-73,227.9],"hipL":[22.3,4.2],"knL":[28.1,127.1],"ftL":[36.9,251]},{"rootY":4.5,"hips":[0,0],"chest":[-19,-97.1],"neck":[-6.1,-166],"head":[-5.7,-200.9],"shR":[-24.4,-141.6],"elR":[10.1,-119.7],"haR":[51.1,-111.5],"shL":[32.8,-129.3],"elL":[107,-106.1],"haL":[172.2,-86.5],"hipR":[-18.5,11.8],"knR":[-2.1,122.4],"ftR":[-72.4,225.9],"hipL":[20.7,3.7],"knL":[28.8,126.5],"ftL":[40.9,250.1]},{"rootY":5.4,"hips":[0,0],"chest":[-20.7,-97],"neck":[-8,-165.9],"head":[-8.6,-200.9],"shR":[-19.2,-141.3],"elR":[23,-119.8],"haR":[70.7,-112.8],"shL":[26.4,-129.2],"elL":[102.5,-106.8],"haL":[169.6,-87.9],"hipR":[-16.9,12.2],"knR":[3.3,124.3],"ftR":[-71.5,224.7],"hipL":[19.1,3.3],"knL":[30.2,125.8],"ftL":[45.8,249.1]},{"rootY":6.5,"hips":[0,0],"chest":[-21.6,-96.8],"neck":[-9.2,-165.8],"head":[-10.8,-200.8],"shR":[-13.3,-140.9],"elR":[36.3,-119.4],"haR":[90.3,-113.3],"shL":[20.2,-128.9],"elL":[95.7,-107.3],"haL":[162.8,-89.1],"hipR":[-15.5,12.5],"knR":[7.8,126.5],"ftR":[-69.3,225.2],"hipL":[17.5,2.9],"knL":[32.1,125.1],"ftL":[51.5,248]},{"rootY":7.8,"hips":[0,0],"chest":[-21.5,-96.7],"neck":[-9.4,-165.7],"head":[-11.9,-200.7],"shR":[-6.7,-140.5],"elR":[49.8,-118.6],"haR":[109.4,-112.8],"shL":[14.5,-128.9],"elL":[86.8,-107.7],"haL":[151.5,-90],"hipR":[-14.1,12.8],"knR":[10.2,129],"ftR":[-65.1,229.2],"hipL":[15.9,2.6],"knL":[34.4,124.3],"ftL":[57.8,246.6]},{"rootY":9.5,"hips":[0,0],"chest":[-20,-96.6],"neck":[-8,-165.6],"head":[-11.3,-200.7],"shR":[1,-140.1],"elR":[63.6,-117.3],"haR":[127.8,-111.3],"shL":[9.8,-129.1],"elL":[76.5,-108.2],"haL":[136.4,-90.7],"hipR":[-12.9,13],"knR":[10.4,131.4],"ftR":[-58.5,236.1],"hipL":[14.4,2.3],"knL":[37.3,123.3],"ftL":[65.5,244.8]},{"rootY":11.4,"hips":[0,0],"chest":[-16.7,-96.5],"neck":[-4.2,-165.3],"head":[-8.2,-200.5],"shR":[10.5,-139.3],"elR":[78.1,-115.5],"haR":[145.6,-108.7],"shL":[6.9,-128.8],"elL":[65.7,-108.4],"haL":[118.7,-91.2],"hipR":[-11.9,12.7],"knR":[11.3,132.4],"ftR":[-49.9,241.7],"hipL":[12.9,2.7],"knL":[41.6,122.5],"ftL":[75.2,242.7]},{"rootY":12.9,"hips":[0,0],"chest":[-12.1,-96.2],"neck":[1.7,-164.9],"head":[-2.7,-200.2],"shR":[21.6,-137.6],"elR":[92.9,-112.8],"haR":[162,-104.1],"shL":[5.4,-127.9],"elL":[54.6,-107.8],"haL":[99.1,-90.6],"hipR":[-11.2,11.5],"knR":[15.9,131.1],"ftR":[-39.7,243.4],"hipL":[11.4,4],"knL":[47,121.9],"ftL":[85.7,240.8]},{"rootY":13.4,"hips":[0,0],"chest":[-7.9,-96],"neck":[7.8,-164.3],"head":[3.2,-199.8],"shR":[32.2,-135.7],"elR":[105.5,-108.7],"haR":[174.2,-96.8],"shL":[3.5,-128.1],"elL":[42.4,-107.1],"haL":[77,-88.7],"hipR":[-10.1,10],"knR":[22.5,128.6],"ftR":[-29.3,242.6],"hipL":[9.8,5.5],"knL":[52,121.2],"ftL":[93.5,239.4]},{"rootY":12.7,"hips":[0,0],"chest":[-5.8,-96],"neck":[11.5,-163.9],"head":[7.4,-199.7],"shR":[40.2,-133.9],"elR":[113.3,-103.4],"haR":[179.5,-86.5],"shL":[-0.4,-130.4],"elL":[28.7,-107.1],"haL":[52,-85.9],"hipR":[-8.1,9.1],"knR":[26.7,127.1],"ftR":[-20.9,243],"hipL":[7.7,6.6],"knL":[54.3,120.5],"ftL":[95.6,238.8]},{"rootY":10.6,"hips":[0,0],"chest":[-5.2,-96.1],"neck":[13.1,-163.8],"head":[9.9,-199.8],"shR":[46,-132.8],"elR":[116.1,-97.5],"haR":[177.8,-74.3],"shL":[-5.4,-133.9],"elL":[14.3,-107.8],"haL":[26.2,-83.9],"hipR":[-5.2,8.9],"knR":[27.5,127.6],"ftR":[-15.1,245.5],"hipL":[4.9,6.8],"knL":[53.5,119.9],"ftL":[92.8,238.9]},{"rootY":8,"hips":[0,0],"chest":[-4.5,-96.3],"neck":[14.2,-163.9],"head":[12.1,-200.1],"shR":[51.4,-132.6],"elR":[115.7,-92.1],"haR":[171.2,-62.6],"shL":[-10,-136.8],"elL":[0.4,-109.1],"haL":[2.4,-84.2],"hipR":[-1.7,8.9],"knR":[27,128.6],"ftR":[-10.4,248.2],"hipL":[1.4,6.8],"knL":[51.7,119.3],"ftL":[87.9,239.2]},{"rootY":6,"hips":[0,0],"chest":[-2.8,-96.6],"neck":[15.8,-164.1],"head":[14.5,-200.4],"shR":[57.2,-132.9],"elR":[113.6,-88.4],"haR":[161,-54],"shL":[-14.1,-138.3],"elL":[-12.7,-111.2],"haL":[-18.5,-87.2],"hipR":[1.6,8.6],"knR":[26.8,129],"ftR":[-5.9,250],"hipL":[-2.1,7.1],"knL":[49.6,118.8],"ftL":[81.8,239.9]},{"rootY":4.9,"hips":[0,0],"chest":[-0.5,-96.9],"neck":[17.6,-164.3],"head":[16.9,-200.6],"shR":[62.6,-133.2],"elR":[110.4,-86.5],"haR":[148.1,-49.7],"shL":[-17.8,-139],"elL":[-25.2,-114],"haL":[-37.6,-92.2],"hipR":[4.6,8.2],"knR":[27,129],"ftR":[-1.5,251],"hipL":[-5.3,7.5],"knL":[46.8,118.6],"ftL":[73.9,241]},{"rootY":4.6,"hips":[0,0],"chest":[1.6,-97.1],"neck":[18.9,-164.4],"head":[18.9,-200.7],"shR":[66.7,-133],"elR":[106.2,-86.1],"haR":[133.2,-49.3],"shL":[-21.3,-139.1],"elL":[-36.9,-117.1],"haL":[-55.5,-97.7],"hipR":[7.5,7.7],"knR":[27,128.9],"ftR":[2.2,251.7],"hipL":[-8.2,7.9],"knL":[42.8,118.5],"ftL":[63.5,242.2]},{"rootY":4.3,"hips":[0,0],"chest":[3.3,-97.3],"neck":[19.5,-164.5],"head":[20.1,-200.7],"shR":[68.8,-132.3],"elR":[100.2,-86.4],"haR":[116.4,-50.8],"shL":[-24.7,-138.5],"elL":[-48,-119.3],"haL":[-71.8,-102.2],"hipR":[10.3,7.1],"knR":[26.3,128.7],"ftR":[4.9,252.2],"hipL":[-11,8.5],"knL":[36.3,119.3],"ftL":[50.6,243.8]},{"rootY":3.5,"hips":[0,0],"chest":[4.4,-97.5],"neck":[18.7,-164.7],"head":[20.2,-200.9],"shR":[69,-131.7],"elR":[91.8,-86.9],"haR":[98.5,-53.1],"shL":[-28.5,-137.4],"elL":[-58.8,-120.3],"haL":[-86.3,-105],"hipR":[13.2,6.4],"knR":[23.6,128.7],"ftR":[6.8,252.9],"hipL":[-13.8,9.2],"knL":[26.8,121.1],"ftL":[36,245.9]},{"rootY":2.7,"hips":[0,0],"chest":[4.7,-98],"neck":[16.5,-165.2],"head":[19,-201.2],"shR":[67.4,-131.7],"elR":[82.3,-87.4],"haR":[80.2,-55.7],"shL":[-32.8,-136.6],"elL":[-68.9,-120.5],"haL":[-99.6,-106.4],"hipR":[16,5.9],"knR":[18.8,128.8],"ftR":[7.6,253.6],"hipL":[-16.5,9.7],"knL":[15.8,123.1],"ftL":[20.2,248.1]},{"rootY":2.7,"hips":[0,0],"chest":[4.3,-98.4],"neck":[13.7,-165.8],"head":[17.1,-201.6],"shR":[64.9,-132.4],"elR":[73.5,-87.8],"haR":[62.8,-58.7],"shL":[-37.2,-136.5],"elL":[-77.9,-120.4],"haL":[-111.7,-106.7],"hipR":[18.4,5.5],"knR":[14.5,128.6],"ftR":[7.9,253.7],"hipL":[-18.8,10],"knL":[4.4,124.9],"ftL":[2.5,249.6]},{"rootY":3.2,"hips":[0,0],"chest":[3.6,-98.7],"neck":[10.8,-166.1],"head":[15,-201.8],"shR":[61.9,-132.5],"elR":[66.1,-87.3],"haR":[47.1,-61.5],"shL":[-41.1,-135.9],"elL":[-85.6,-119.4],"haL":[-122.6,-105.3],"hipR":[20.1,4.8],"knR":[13.2,127.8],"ftR":[8.5,253],"hipL":[-20.2,10.6],"knL":[-7.6,126.5],"ftL":[-15.8,250.5]},{"rootY":3.8,"hips":[0,0],"chest":[2.6,-99],"neck":[7.7,-166.2],"head":[12.9,-201.7],"shR":[58.5,-131.3],"elR":[60.2,-84.7],"haR":[33.4,-62.9],"shL":[-44.3,-134.5],"elL":[-92.4,-116.2],"haL":[-132.1,-100.7],"hipR":[21.3,4],"knR":[14.5,127],"ftR":[9.8,252.2],"hipL":[-21.1,11.3],"knL":[-18.8,127.7],"ftL":[-29.6,251.2]},{"rootY":3.9,"hips":[0,0],"chest":[1.2,-99.2],"neck":[4.6,-166.3],"head":[10.9,-201.5],"shR":[54.8,-129.4],"elR":[55.3,-79.9],"haR":[22.1,-61.6],"shL":[-47.1,-132.8],"elL":[-98.4,-110.5],"haL":[-140.2,-91.7],"hipR":[22.3,3.7],"knR":[17.1,126.8],"ftR":[11.6,252],"hipL":[-22.1,11.5],"knL":[-25.8,128.3],"ftL":[-34.4,251.8]},{"rootY":3.5,"hips":[0,0],"chest":[-1.4,-99.5],"neck":[1.2,-166],"head":[8.6,-201],"shR":[51.1,-128.4],"elR":[50.8,-74.2],"haR":[13.1,-56.9],"shL":[-50.3,-131.6],"elL":[-102.8,-102.7],"haL":[-146,-78.3],"hipR":[23.4,4.3],"knR":[20.4,127.4],"ftR":[13.3,252.5],"hipL":[-23.1,11],"knL":[-27.1,128.7],"ftL":[-32.6,252.5]},{"rootY":2.6,"hips":[0,0],"chest":[-4.6,-99.4],"neck":[-2.5,-165.4],"head":[5.7,-200.4],"shR":[47.4,-128.8],"elR":[45.9,-70.1],"haR":[6.2,-49.1],"shL":[-54.2,-130.8],"elL":[-104.6,-94.4],"haL":[-148.4,-62.6],"hipR":[24.3,4.9],"knR":[25,128],"ftR":[15.3,252.1],"hipL":[-23.8,10.5],"knL":[-25.9,129.4],"ftL":[-30.2,253.3]},{"rootY":1.5,"hips":[0,0],"chest":[-7.8,-99.2],"neck":[-6.9,-165.1],"head":[2,-199.9],"shR":[43.1,-129.6],"elR":[40.2,-68.6],"haR":[1.2,-39.6],"shL":[-58.6,-130.2],"elL":[-104.2,-86.6],"haL":[-147,-47.3],"hipR":[24.9,4.8],"knR":[29.8,127.7],"ftR":[19.3,249.9],"hipL":[-24.2,10.6],"knL":[-26.2,130.4],"ftL":[-29.9,254.5]},{"rootY":0.1,"hips":[0,0],"chest":[-10.7,-99.1],"neck":[-12.1,-165],"head":[-2.8,-199.8],"shR":[37.9,-129.6],"elR":[33.1,-68.7],"haR":[-2,-30],"shL":[-63.3,-129],"elL":[-103.2,-79.3],"haL":[-142.8,-34],"hipR":[25.7,4],"knR":[33.1,126.8],"ftR":[25.4,246.9],"hipL":[-24.4,11.4],"knL":[-28.3,131.7],"ftL":[-30.9,255.9]},{"rootY":-1.4,"hips":[0,0],"chest":[-13,-98.9],"neck":[-17.4,-164.9],"head":[-8.2,-199.7],"shR":[32.2,-129.4],"elR":[25.7,-68.8],"haR":[-2.9,-21.8],"shL":[-67.8,-127.2],"elL":[-102,-72.5],"haL":[-136.4,-22.8],"hipR":[26.5,3.3],"knR":[35.2,125.9],"ftR":[31.8,244.6],"hipL":[-24.6,12],"knL":[-30.4,132.7],"ftL":[-31.8,257.1]},{"rootY":-2.6,"hips":[0,0],"chest":[-14.5,-98.6],"neck":[-22.4,-164.3],"head":[-13.7,-199.3],"shR":[26.8,-129.8],"elR":[19.9,-68.4],"haR":[-1.7,-15.9],"shL":[-71.6,-125.1],"elL":[-100.4,-66.4],"haL":[-128.7,-13.4],"hipR":[27.2,2.9],"knR":[37,125.3],"ftR":[37.4,243.1],"hipL":[-24.9,12.3],"knL":[-31.7,133.5],"ftL":[-32.8,258.1]},{"rootY":-3.5,"hips":[0,0],"chest":[-15.9,-98.4],"neck":[-27,-163.4],"head":[-19.2,-198.7],"shR":[21.6,-130.3],"elR":[16.4,-67.6],"haR":[0.4,-12.6],"shL":[-74.7,-122.4],"elL":[-98.4,-60.8],"haL":[-120.8,-5.7],"hipR":[27.5,2.6],"knR":[39.4,124.7],"ftR":[42.6,242],"hipL":[-24.9,12.6],"knL":[-32.6,134.1],"ftL":[-34.3,259]},{"rootY":-4.1,"hips":[0,0],"chest":[-17.2,-98.2],"neck":[-31.4,-162.5],"head":[-24.8,-198],"shR":[17.1,-130.2],"elR":[15.4,-67.2],"haR":[2.3,-11.5],"shL":[-77,-119.3],"elL":[-96.3,-55.7],"haL":[-114.1,0.8],"hipR":[27.7,2.2],"knR":[42.8,124],"ftR":[48.4,240.9],"hipL":[-24.8,12.9],"knL":[-33.1,134.6],"ftL":[-35.5,259.7]},{"rootY":-4.5,"hips":[0,0],"chest":[-18.2,-98],"neck":[-35,-161.5],"head":[-30,-197.3],"shR":[13.9,-130.1],"elR":[16.4,-67.8],"haR":[4.7,-12.7],"shL":[-78.4,-116.3],"elL":[-94.5,-51.3],"haL":[-109,6.3],"hipR":[27.8,2],"knR":[46.8,123.4],"ftR":[55.8,239.8],"hipL":[-24.7,13.1],"knL":[-32.8,135],"ftL":[-36.1,260.1]},{"rootY":-4.7,"hips":[0,0],"chest":[-18.7,-97.6],"neck":[-37.5,-160.4],"head":[-34.4,-196.4],"shR":[12.1,-130.2],"elR":[18.4,-69.2],"haR":[7.5,-15.9],"shL":[-79.3,-114],"elL":[-92.9,-47.9],"haL":[-105.3,10.9],"hipR":[27.8,2.1],"knR":[50.5,122.9],"ftR":[64,239.1],"hipL":[-24.7,13],"knL":[-32.3,135.2],"ftL":[-36.7,260.4]},{"rootY":-4.8,"hips":[0,0],"chest":[-19.1,-97.4],"neck":[-39.3,-159.5],"head":[-38.2,-195.6],"shR":[11.1,-130.5],"elR":[20.7,-71.2],"haR":[10.1,-20.7],"shL":[-80.1,-112.3],"elL":[-91.7,-45.3],"haL":[-102.9,14.8],"hipR":[27.8,2.1],"knR":[53.7,122.3],"ftR":[71.6,238.5],"hipL":[-24.7,13],"knL":[-32.2,135.4],"ftL":[-37.7,260.5]},{"rootY":-5,"hips":[0,0],"chest":[-19.5,-97.2],"neck":[-40.5,-158.9],"head":[-41.5,-195],"shR":[10.8,-130.8],"elR":[23,-73.5],"haR":[12.2,-26.8],"shL":[-80.7,-111.3],"elL":[-90.9,-43.4],"haL":[-101.5,17.9],"hipR":[27.8,2],"knR":[56.4,121.6],"ftR":[77.3,237.9],"hipL":[-24.7,13.1],"knL":[-32.6,135.5],"ftL":[-39,260.7]},{"rootY":-5.1,"hips":[0,0],"chest":[-19.5,-97.2],"neck":[-41.2,-158.6],"head":[-44.3,-194.5],"shR":[11,-131.1],"elR":[25.6,-76.2],"haR":[14.5,-33.3],"shL":[-81,-111],"elL":[-90.2,-42.3],"haL":[-100.5,20],"hipR":[27.8,2],"knR":[58.5,121],"ftR":[81.1,237.6],"hipL":[-24.6,13.1],"knL":[-33.1,135.6],"ftL":[-40.4,260.7]},{"rootY":-5,"hips":[0,0],"chest":[-19.2,-97.2],"neck":[-41,-158.5],"head":[-46.4,-194.1],"shR":[11.7,-131.5],"elR":[28.9,-79.5],"haR":[17.5,-39.9],"shL":[-80.8,-111.1],"elL":[-89.3,-41.9],"haL":[-99.3,21.1],"hipR":[27.8,2.2],"knR":[59.8,120.9],"ftR":[83,237.5],"hipL":[-24.7,13],"knL":[-33.7,135.5],"ftL":[-41.9,260.6]},{"rootY":-4.7,"hips":[0,0],"chest":[-18.5,-97.2],"neck":[-40.5,-158.5],"head":[-47.8,-193.8],"shR":[12.7,-131.9],"elR":[32.5,-82.7],"haR":[21.2,-46.3],"shL":[-80.2,-111.2],"elL":[-88,-41.9],"haL":[-97.9,21.5],"hipR":[27.8,2.5],"knR":[59.9,121.3],"ftR":[83,237.6],"hipL":[-24.9,12.7],"knL":[-34.4,135.3],"ftL":[-43.7,260.3]},{"rootY":-4.3,"hips":[0,0],"chest":[-17.7,-97.4],"neck":[-39.8,-158.6],"head":[-48.7,-193.6],"shR":[13.9,-132.2],"elR":[36.1,-85.7],"haR":[25,-52.3],"shL":[-79.3,-111.3],"elL":[-86.7,-42],"haL":[-96.3,21.4],"hipR":[27.7,2.8],"knR":[59,121.9],"ftR":[81,237.9],"hipL":[-25,12.4],"knL":[-35.5,135],"ftL":[-45.7,259.9]},{"rootY":-3.7,"hips":[0,0],"chest":[-16.7,-97.5],"neck":[-38.6,-159],"head":[-48.9,-193.6],"shR":[15.5,-132.8],"elR":[39.6,-88.2],"haR":[29,-57.4],"shL":[-78.1,-111.7],"elL":[-85.2,-42.4],"haL":[-94.4,20.8],"hipR":[27.7,3.3],"knR":[57.2,122.8],"ftR":[77.4,238.8],"hipL":[-25.2,12.1],"knL":[-36.7,134.5],"ftL":[-47.9,259.3]},{"rootY":-3,"hips":[0,0],"chest":[-15.4,-97.7],"neck":[-36.7,-159.5],"head":[-48.2,-193.8],"shR":[17.6,-133.3],"elR":[43,-90],"haR":[33.3,-61.2],"shL":[-76.6,-112.5],"elL":[-83.3,-43.3],"haL":[-92.1,19.7],"hipR":[27.6,3.7],"knR":[54.8,123.9],"ftR":[72.6,240.3],"hipL":[-25.4,11.6],"knL":[-37.9,133.9],"ftL":[-50.3,258.6]},{"rootY":-2.2,"hips":[0,0],"chest":[-13.8,-97.9],"neck":[-34.2,-160],"head":[-46.7,-194],"shR":[20.2,-133.8],"elR":[46.1,-91.3],"haR":[37.5,-63.7],"shL":[-74.7,-113.6],"elL":[-81.2,-44.6],"haL":[-89.5,18.1],"hipR":[27.5,4.2],"knR":[51.6,125.1],"ftR":[66.7,241.9],"hipL":[-25.6,11.2],"knL":[-39.3,133.3],"ftL":[-53,257.9]},{"rootY":-1.1,"hips":[0,0],"chest":[-11.9,-98.2],"neck":[-31.1,-160.7],"head":[-44.3,-194.5],"shR":[23.4,-134.3],"elR":[49.1,-92.3],"haR":[41.6,-65.4],"shL":[-72.6,-115],"elL":[-78.8,-46.4],"haL":[-87,15.9],"hipR":[27.4,4.8],"knR":[47.9,126.3],"ftR":[60.1,243.6],"hipL":[-25.8,10.6],"knL":[-41,132.4],"ftL":[-55.8,256.8]},{"rootY":0.3,"hips":[0,0],"chest":[-9.6,-98.4],"neck":[-27.2,-161.4],"head":[-40.9,-195],"shR":[27.4,-134.8],"elR":[52.7,-93.2],"haR":[45.6,-66.6],"shL":[-70,-116.7],"elL":[-76.3,-48.4],"haL":[-84.4,13.4],"hipR":[27.2,5.7],"knR":[44.1,127.6],"ftR":[53.5,245.8],"hipL":[-26.1,9.9],"knL":[-42.7,131.2],"ftL":[-58.7,255.5]},{"rootY":1.9,"hips":[0,0],"chest":[-6.4,-98.6],"neck":[-22.4,-161.9],"head":[-36.2,-195.4],"shR":[32.2,-134.8],"elR":[57.1,-93.8],"haR":[49.9,-67.5],"shL":[-66.4,-118.2],"elL":[-73.3,-50.6],"haL":[-82.2,10.7],"hipR":[26.9,6.7],"knR":[40.9,129],"ftR":[47.8,248.4],"hipL":[-26.4,8.9],"knL":[-44.3,129.8],"ftL":[-61.7,253.9]},{"rootY":3.5,"hips":[0,0],"chest":[-2.5,-98.6],"neck":[-16.8,-162.1],"head":[-30.6,-195.8],"shR":[37.6,-134.2],"elR":[61.7,-93.8],"haR":[54.1,-67.7],"shL":[-61.7,-119.1],"elL":[-70.3,-52.4],"haL":[-80.9,7.7],"hipR":[26.7,7.4],"knR":[38.6,129.8],"ftR":[43.5,250.3],"hipL":[-26.6,8.2],"knL":[-45.9,128.6],"ftL":[-64.9,252.4]},{"rootY":4.9,"hips":[0,0],"chest":[1,-98.8],"neck":[-11.3,-162.5],"head":[-24.7,-196.3],"shR":[42.9,-133.9],"elR":[65.7,-93.7],"haR":[57.6,-67.6],"shL":[-57.1,-119.9],"elL":[-68.2,-54.5],"haL":[-80.7,4.2],"hipR":[26.6,7.5],"knR":[37,129.6],"ftR":[39.7,250.3],"hipL":[-26.6,8],"knL":[-47.8,127.4],"ftL":[-68.7,250.9]},{"rootY":5.8,"hips":[0,0],"chest":[2.6,-98.9],"neck":[-6.8,-162.8],"head":[-18.9,-197],"shR":[47,-133.9],"elR":[68.6,-93.8],"haR":[60.5,-67.6],"shL":[-54.2,-121.9],"elL":[-67.2,-57.6],"haL":[-81.5,-0.1],"hipR":[26.6,7.2],"knR":[35.3,128.6],"ftR":[35.5,249.3],"hipL":[-26.6,8.3],"knL":[-50.1,126.3],"ftL":[-72.9,249.4]},{"rootY":5.8,"hips":[0,0],"chest":[2.4,-98.9],"neck":[-3.4,-162.8],"head":[-13.2,-197.8],"shR":[49.9,-133.5],"elR":[70.8,-93.9],"haR":[63.2,-68],"shL":[-53.1,-125.4],"elL":[-67.2,-61.8],"haL":[-82.8,-5.2],"hipR":[26.8,6.9],"knR":[33.1,128],"ftR":[31.1,249.1],"hipL":[-26.5,8.7],"knL":[-52,125.1],"ftL":[-76,248]},{"rootY":5,"hips":[0,0],"chest":[2,-98.8],"neck":[-0.5,-162.6],"head":[-6.9,-198.3],"shR":[52.1,-132.4],"elR":[72.8,-93.6],"haR":[66.4,-68.7],"shL":[-52.1,-129],"elL":[-67.4,-66.6],"haL":[-84.1,-11.2],"hipR":[26.9,6.9],"knR":[31.2,128.3],"ftR":[27.5,250],"hipL":[-26.5,8.6],"knL":[-53.1,123.8],"ftL":[-76.7,246.8]},{"rootY":3.8,"hips":[0,0],"chest":[2.5,-98.7],"neck":[2.8,-162.6],"head":[0,-198.7],"shR":[54.7,-131.2],"elR":[75.3,-93.2],"haR":[70.2,-69.5],"shL":[-49.9,-131.3],"elL":[-67.2,-71.4],"haL":[-85.1,-18.5],"hipR":[26.7,7.5],"knR":[30.3,128.9],"ftR":[25.5,251.3],"hipL":[-26.7,8.1],"knL":[-53,122.5],"ftL":[-75.4,245.8]},{"rootY":2.6,"hips":[0,0],"chest":[4,-98.7],"neck":[6.7,-162.8],"head":[7.3,-198.9],"shR":[58,-130.7],"elR":[78.3,-93.4],"haR":[74.2,-70.5],"shL":[-46.7,-132.7],"elL":[-66.6,-76.6],"haL":[-85.6,-27.1],"hipR":[26.3,8.3],"knR":[30.5,129.5],"ftR":[24.8,252.3],"hipL":[-26.8,7.3],"knL":[-51.8,121.8],"ftL":[-73.7,245.1]},{"rootY":1.7,"hips":[0,0],"chest":[5.7,-98.6],"neck":[10.7,-162.8],"head":[14.4,-198.7],"shR":[61.5,-130.5],"elR":[81.4,-94.1],"haR":[77.6,-72],"shL":[-43.3,-134],"elL":[-65.9,-82.3],"haL":[-85.7,-36.8],"hipR":[25.8,9],"knR":[30.9,130],"ftR":[24.4,253.2],"hipL":[-26.7,6.6],"knL":[-49.7,121.7],"ftL":[-72.8,244.6]},{"rootY":1.2,"hips":[0,0],"chest":[7,-98.5],"neck":[14.2,-162.6],"head":[20.7,-198.1],"shR":[64.6,-129.9],"elR":[84.2,-94.8],"haR":[80.4,-74.1],"shL":[-40.4,-135.5],"elL":[-65.1,-88.6],"haL":[-85.5,-47.2],"hipR":[25.4,9.4],"knR":[30.7,130.4],"ftR":[23.9,253.8],"hipL":[-26.7,6.2],"knL":[-47.6,121.8],"ftL":[-72.9,243.9]},{"rootY":0.8,"hips":[0,0],"chest":[7.8,-98.4],"neck":[17.2,-162.4],"head":[26.3,-197.3],"shR":[66.8,-128.7],"elR":[86.5,-94.5],"haR":[82.4,-76],"shL":[-37.9,-137.4],"elL":[-64.2,-95],"haL":[-84.8,-57.6],"hipR":[25.2,9.6],"knR":[30,130.6],"ftR":[23.3,254.2],"hipL":[-26.6,6],"knL":[-46,121.7],"ftL":[-73.2,243]},{"rootY":0.7,"hips":[0,0],"chest":[8.1,-98.4],"neck":[19.8,-162.2],"head":[31.1,-196.4],"shR":[68.5,-127],"elR":[88.3,-93.5],"haR":[84,-77.2],"shL":[-35.7,-139.9],"elL":[-62.7,-101.5],"haL":[-83.6,-67.6],"hipR":[25.3,9.7],"knR":[29.6,130.7],"ftR":[22.6,254.4],"hipL":[-26.7,5.9],"knL":[-45,121.2],"ftL":[-72.7,241.9]},{"rootY":0.5,"hips":[0,0],"chest":[8.5,-98.4],"neck":[22.3,-161.8],"head":[35.5,-195.4],"shR":[69.8,-125],"elR":[89.7,-92.2],"haR":[85.3,-77.5],"shL":[-33.5,-142.5],"elL":[-60.5,-107.8],"haL":[-81.5,-77],"hipR":[25.3,9.7],"knR":[29.6,130.7],"ftR":[22.3,254.5],"hipL":[-26.8,5.8],"knL":[-44.7,120.4],"ftL":[-71.2,241.1]},{"rootY":0.3,"hips":[0,0],"chest":[9.1,-98.3],"neck":[24.8,-161.4],"head":[39.6,-194.3],"shR":[71.2,-123.1],"elR":[90.2,-91],"haR":[86.2,-77.3],"shL":[-31.2,-144.9],"elL":[-57.5,-113.6],"haL":[-78.8,-85.8],"hipR":[25.4,9.9],"knR":[29.7,130.8],"ftR":[22.3,254.6],"hipL":[-26.9,5.7],"knL":[-44.5,119.7],"ftL":[-68.8,240.8]},{"rootY":0,"hips":[0,0],"chest":[10,-98.2],"neck":[27.1,-161],"head":[43.4,-193.2],"shR":[72.7,-121.7],"elR":[90.2,-89.9],"haR":[86.7,-76.7],"shL":[-28.8,-146.7],"elL":[-54.1,-118.6],"haL":[-75.5,-93.6],"hipR":[25.4,10],"knR":[29.7,131],"ftR":[22.5,254.8],"hipL":[-26.9,5.5],"knL":[-44.3,119.4],"ftL":[-66.4,241.1]},{"rootY":-0.3,"hips":[0,0],"chest":[10.9,-98.2],"neck":[29.3,-160.6],"head":[46.8,-192.2],"shR":[74.1,-120.8],"elR":[89.9,-88.8],"haR":[86.6,-75.7],"shL":[-26.6,-148.5],"elL":[-50.8,-123.1],"haL":[-71.9,-100.6],"hipR":[25.3,10.2],"knR":[29.6,131.2],"ftR":[22.6,255.1],"hipL":[-27,5.3],"knL":[-44,119.4],"ftL":[-64.7,241.9]},{"rootY":-0.6,"hips":[0,0],"chest":[11.4,-98.1],"neck":[30.9,-160.3],"head":[49.4,-191.3],"shR":[75.1,-120],"elR":[89.6,-87.7],"haR":[86.1,-74.6],"shL":[-24.8,-150.2],"elL":[-47.9,-127.3],"haL":[-68.1,-107],"hipR":[25.4,10.2],"knR":[29.3,131.4],"ftR":[22.6,255.4],"hipL":[-27.1,5.3],"knL":[-43.7,119.7],"ftL":[-63.7,242.7]},{"rootY":-0.7,"hips":[0,0],"chest":[11.6,-98.1],"neck":[32,-160],"head":[51.4,-190.5],"shR":[75.5,-119],"elR":[89.1,-86.7],"haR":[85.3,-73.4],"shL":[-23.5,-151.5],"elL":[-45.5,-131.1],"haL":[-64.3,-113],"hipR":[25.5,10.2],"knR":[29.1,131.4],"ftR":[22.6,255.6],"hipL":[-27.1,5.4],"knL":[-43.6,119.9],"ftL":[-63,243.4]},{"rootY":-0.8,"hips":[0,0],"chest":[11.6,-98.1],"neck":[32.6,-159.7],"head":[52.8,-189.8],"shR":[75.6,-118],"elR":[88.2,-85.8],"haR":[84.2,-72.2],"shL":[-22.7,-152.5],"elL":[-43.5,-134.6],"haL":[-60.5,-118.5],"hipR":[25.6,10.1],"knR":[29.1,131.4],"ftR":[22.7,255.7],"hipL":[-27.1,5.5],"knL":[-43.4,120.1],"ftL":[-62,243.9]},{"rootY":-0.9,"hips":[0,0],"chest":[11.7,-98.1],"neck":[33.2,-159.5],"head":[54,-189.2],"shR":[75.7,-117.4],"elR":[87.3,-85],"haR":[83.3,-70.9],"shL":[-22,-153.4],"elL":[-41.5,-137.6],"haL":[-56.8,-123.2],"hipR":[25.6,10],"knR":[29.4,131.5],"ftR":[23.1,255.8],"hipL":[-27.2,5.5],"knL":[-43.1,120.3],"ftL":[-60.7,244.4]},{"rootY":-1,"hips":[0,0],"chest":[11.9,-98.1],"neck":[33.7,-159.4],"head":[54.9,-188.7],"shR":[75.9,-117],"elR":[86.6,-84.2],"haR":[82.4,-69.5],"shL":[-21.3,-154.3],"elL":[-39.5,-140.2],"haL":[-53.1,-127.2],"hipR":[25.7,10.1],"knR":[29.8,131.5],"ftR":[23.8,255.8],"hipL":[-27.2,5.5],"knL":[-42.6,120.6],"ftL":[-59,244.8]},{"rootY":-1,"hips":[0,0],"chest":[12,-98.1],"neck":[34,-159.3],"head":[55.6,-188.4],"shR":[76,-116.6],"elR":[86.1,-83.6],"haR":[81.7,-68.2],"shL":[-20.8,-154.9],"elL":[-37.6,-142.2],"haL":[-49.5,-130.3],"hipR":[25.7,10.1],"knR":[30.3,131.5],"ftR":[24.8,255.8],"hipL":[-27.2,5.4],"knL":[-41.9,120.8],"ftL":[-57.5,245.1]},{"rootY":-1,"hips":[0,0],"chest":[11.9,-98.1],"neck":[34.1,-159.2],"head":[56,-188.2],"shR":[75.9,-116.4],"elR":[85.4,-83.1],"haR":[81,-66.9],"shL":[-20.6,-155.5],"elL":[-35.9,-143.7],"haL":[-46.4,-132.6],"hipR":[25.7,10],"knR":[30.8,131.5],"ftR":[25.8,255.8],"hipL":[-27.3,5.5],"knL":[-41.4,121],"ftL":[-56.3,245.4]},{"rootY":-1,"hips":[0,0],"chest":[11.6,-98.1],"neck":[33.9,-159.2],"head":[55.9,-188],"shR":[75.6,-116.3],"elR":[84.5,-82.7],"haR":[80.3,-65.7],"shL":[-20.7,-156],"elL":[-34.7,-144.8],"haL":[-43.7,-134.2],"hipR":[25.8,9.9],"knR":[31.3,131.3],"ftR":[26.8,255.7],"hipL":[-27.2,5.6],"knL":[-41,121.2],"ftL":[-55.4,245.7]},{"rootY":-0.8,"hips":[0,0],"chest":[10.9,-98.2],"neck":[33.4,-159.2],"head":[55.5,-187.8],"shR":[75,-116.3],"elR":[83.6,-82.3],"haR":[79.6,-64.6],"shL":[-21.1,-156.4],"elL":[-33.8,-145.5],"haL":[-41.6,-135],"hipR":[25.9,9.7],"knR":[32,131.1],"ftR":[27.9,255.5],"hipL":[-27.2,5.9],"knL":[-40.7,121.3],"ftL":[-54.6,245.8]},{"rootY":-0.5,"hips":[0,0],"chest":[9.9,-98.2],"neck":[32.4,-159.2],"head":[54.9,-187.6],"shR":[74,-116.2],"elR":[82.4,-81.9],"haR":[78.9,-63.5],"shL":[-21.8,-156.9],"elL":[-33.3,-145.8],"haL":[-39.8,-135],"hipR":[26,9.3],"knR":[32.7,130.8],"ftR":[29.3,255.2],"hipL":[-27.1,6.2],"knL":[-40.3,121.2],"ftL":[-53.6,245.7]},{"rootY":-0.2,"hips":[0,0],"chest":[8.8,-98.2],"neck":[31.4,-159.1],"head":[54.2,-187.2],"shR":[72.8,-115.9],"elR":[81.2,-81.4],"haR":[78.3,-62.4],"shL":[-22.7,-157.3],"elL":[-33,-145.8],"haL":[-38.2,-134.7],"hipR":[26.1,8.9],"knR":[33.3,130.4],"ftR":[30.8,254.9],"hipL":[-27,6.6],"knL":[-39.9,121],"ftL":[-52.4,245.1]},{"rootY":0.3,"hips":[0,0],"chest":[7.6,-98.2],"neck":[30.3,-158.9],"head":[53.5,-186.7],"shR":[71.5,-115.4],"elR":[80,-80.8],"haR":[77.7,-61.2],"shL":[-23.6,-157.7],"elL":[-32.7,-145.8],"haL":[-36.7,-134.3],"hipR":[26.2,8.5],"knR":[34.2,129.9],"ftR":[32.7,254.5],"hipL":[-26.9,7.1],"knL":[-39.2,120.8],"ftL":[-50.8,244.5]},{"rootY":0.8,"hips":[0,0],"chest":[6.3,-98.2],"neck":[29.2,-158.7],"head":[52.8,-186.2],"shR":[70.1,-115],"elR":[78.9,-80],"haR":[77.2,-59.9],"shL":[-24.5,-157.9],"elL":[-32.3,-145.7],"haL":[-35.2,-133.9],"hipR":[26.3,8.1],"knR":[35.4,129.5],"ftR":[35.2,254],"hipL":[-26.7,7.5],"knL":[-38.1,120.8],"ftL":[-48.3,244.1]},{"rootY":1.3,"hips":[0,0],"chest":[4.9,-98.2],"neck":[27.9,-158.6],"head":[52,-185.7],"shR":[68.8,-114.6],"elR":[77.7,-79.3],"haR":[76.8,-58.4],"shL":[-25.5,-157.9],"elL":[-31.8,-145.4],"haL":[-33.7,-133.4],"hipR":[26.4,7.7],"knR":[36.9,128.9],"ftR":[38.2,253.5],"hipL":[-26.6,7.9],"knL":[-36.7,121.2],"ftL":[-45.3,244.3]},{"rootY":2.1,"hips":[0,0],"chest":[3.5,-98.3],"neck":[26.5,-158.7],"head":[50.9,-185.5],"shR":[67.4,-114.5],"elR":[76.5,-78.7],"haR":[76.5,-56.7],"shL":[-26.7,-157.9],"elL":[-31.7,-145.3],"haL":[-32.5,-133.2],"hipR":[26.5,7.2],"knR":[38.5,128.3],"ftR":[41.4,252.7],"hipL":[-26.4,8.4],"knL":[-35.3,122.2],"ftL":[-42.8,245.2]},{"rootY":3.1,"hips":[0,0],"chest":[1.6,-98.3],"neck":[24.6,-158.9],"head":[49.4,-185.4],"shR":[65.5,-114.3],"elR":[75,-78],"haR":[76,-54.8],"shL":[-28.3,-157.7],"elL":[-32.4,-145.3],"haL":[-31.7,-133.2],"hipR":[26.6,6.6],"knR":[40.2,127.5],"ftR":[44.7,251.8],"hipL":[-26.2,8.9],"knL":[-34.2,123.7],"ftL":[-40.5,247]},{"rootY":4.2,"hips":[0,0],"chest":[-0.8,-98.5],"neck":[21.8,-159.3],"head":[46.9,-185.5],"shR":[62.7,-114.2],"elR":[72.7,-77.2],"haR":[75.1,-52.6],"shL":[-30.7,-157],"elL":[-34,-144.7],"haL":[-31.2,-132.3],"hipR":[26.7,6.1],"knR":[42.3,126.7],"ftR":[48.8,250.7],"hipL":[-26.1,9.4],"knL":[-32.6,125.3],"ftL":[-37.4,248.9]},{"rootY":4.8,"hips":[0,0],"chest":[-3.4,-98.6],"neck":[18.6,-159.7],"head":[43.9,-185.7],"shR":[59.6,-114.1],"elR":[70.1,-76.5],"haR":[74,-50.4],"shL":[-33.6,-155.9],"elL":[-36.1,-143.2],"haL":[-31,-130],"hipR":[26.7,5.8],"knR":[44.6,126.1],"ftR":[53.1,249.9],"hipL":[-26,9.6],"knL":[-30.4,126.5],"ftL":[-33.4,250.1]},{"rootY":5,"hips":[0,0],"chest":[-5.1,-98.6],"neck":[16.1,-159.9],"head":[41.5,-185.9],"shR":[57.3,-114.1],"elR":[68.2,-76.1],"haR":[73.1,-48.8],"shL":[-35.6,-154.9],"elL":[-37.7,-141.7],"haL":[-31.2,-127.5],"hipR":[26.7,5.8],"knR":[46.2,126],"ftR":[56.2,249.7],"hipL":[-26,9.6],"knL":[-28.5,126.8],"ftL":[-30.2,250.5]}]}}; \ No newline at end of file +window.INK_CLIPS={"climb":{"name":"climb","fps":30,"height":520,"groundY":339,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[1.7,-82.8],"neck":[1.7,-82.8],"head":[2.7,-153.6],"shR":[-61.9,-110.7],"elR":[-167.1,-95.9],"haR":[-236.2,-86.1],"shL":[69.9,-107.1],"elL":[169.9,-93.1],"haL":[239.8,-83.3],"hipR":[-26.5,36.4],"knR":[-23.8,187.1],"ftR":[-21.2,339.3],"hipL":[27.6,36.4],"knL":[25.1,181.5],"ftL":[22.4,333.3]},{"rootY":0.3,"hips":[0,0],"chest":[-6.5,-82.3],"neck":[-6.5,-82.3],"head":[-12.8,-153],"shR":[30.3,-106.6],"elR":[47.6,-1.7],"haR":[42.7,62.8],"shL":[-39.1,-112.2],"elL":[-32.5,-13.4],"haL":[-59.8,51.7],"hipR":[6.5,33.7],"knR":[-14.2,182.8],"ftR":[23.8,324],"hipL":[-27.7,39.3],"knL":[-49,182.4],"ftL":[-12.6,324.4]},{"rootY":0,"hips":[0,0],"chest":[-6.3,-82.4],"neck":[-6.3,-82.4],"head":[-12.1,-153],"shR":[31.3,-106.6],"elR":[48,-1.7],"haR":[42.4,62.3],"shL":[-39.2,-112.3],"elL":[-31.5,-13.5],"haL":[-56.3,52.5],"hipR":[6.7,34.2],"knR":[-13.8,183.3],"ftR":[24.1,324.5],"hipL":[-28,39.1],"knL":[-46.9,182.5],"ftL":[-11.5,324.5]},{"rootY":0.2,"hips":[0,0],"chest":[-6.6,-82.5],"neck":[-6.6,-82.5],"head":[-12.5,-153.2],"shR":[31.4,-106.9],"elR":[47.9,-1.9],"haR":[40.6,61.7],"shL":[-40,-112.1],"elL":[-32.2,-13.2],"haL":[-54.5,53.5],"hipR":[6.3,34.6],"knR":[-15,183.7],"ftR":[23.9,324.4],"hipL":[-28.7,38.5],"knL":[-48.1,182],"ftL":[-13.2,324.3]},{"rootY":0.7,"hips":[0,0],"chest":[-6.3,-82.5],"neck":[-6.3,-82.5],"head":[-12.4,-153.2],"shR":[31.4,-107.8],"elR":[46.8,-2.7],"haR":[39,60.5],"shL":[-39.5,-111.2],"elL":[-31.7,-12.3],"haL":[-52.3,54.8],"hipR":[6.6,34.5],"knR":[-15.1,183.5],"ftR":[23.5,323.7],"hipL":[-28.5,38.7],"knL":[-49.2,182.2],"ftL":[-14,324.6]},{"rootY":0.6,"hips":[0,0],"chest":[-6.1,-82.6],"neck":[-6.1,-82.6],"head":[-12.3,-153.3],"shR":[31.9,-108.4],"elR":[46.8,-3.2],"haR":[37.7,59.9],"shL":[-39.4,-110.6],"elL":[-31.9,-11.7],"haL":[-51.6,55.6],"hipR":[6.2,34.5],"knR":[-14.5,183.7],"ftR":[23.9,323.9],"hipL":[-28.8,38.5],"knL":[-49.1,182],"ftL":[-13.5,324.1]},{"rootY":0.4,"hips":[0,0],"chest":[-5.8,-82.6],"neck":[-5.8,-82.6],"head":[-12.4,-153.4],"shR":[32.2,-108.8],"elR":[47.1,-3.6],"haR":[36.8,59.3],"shL":[-39.2,-110.3],"elL":[-31.6,-11.3],"haL":[-51.2,56],"hipR":[6,34.9],"knR":[-15.3,184],"ftR":[23.8,324],"hipL":[-29,38.2],"knL":[-47.8,182],"ftL":[-13.3,324.3]},{"rootY":0.7,"hips":[0,0],"chest":[-5.8,-82.6],"neck":[-5.8,-82.6],"head":[-12.6,-153.5],"shR":[31.9,-109.1],"elR":[47.2,-4],"haR":[35.9,58.6],"shL":[-38.8,-109.9],"elL":[-31,-10.9],"haL":[-51.3,56.2],"hipR":[5.9,35.2],"knR":[-15.8,184.2],"ftR":[23.9,323.9],"hipL":[-29.2,38],"knL":[-47.5,181.8],"ftL":[-13.2,324.2]},{"rootY":1.2,"hips":[0,0],"chest":[-6,-82.6],"neck":[-6,-82.6],"head":[-13,-153.5],"shR":[31.7,-109.4],"elR":[47.3,-4.3],"haR":[35.2,58.4],"shL":[-38.8,-109.6],"elL":[-31.4,-10.5],"haL":[-53,56.3],"hipR":[6.4,34.8],"knR":[-16,183.7],"ftR":[23.5,323.2],"hipL":[-28.8,38.5],"knL":[-48.2,182.1],"ftL":[-13.5,324.3]},{"rootY":1.4,"hips":[0,0],"chest":[-6.3,-82.6],"neck":[-6.3,-82.6],"head":[-13.9,-153.5],"shR":[31.2,-109.3],"elR":[46.9,-4.3],"haR":[34.6,58.6],"shL":[-39.2,-109.7],"elL":[-31.8,-10.4],"haL":[-54.9,56.1],"hipR":[6.3,34.8],"knR":[-16.3,183.7],"ftR":[22.8,322.9],"hipL":[-28.8,38.4],"knL":[-48.7,182.1],"ftL":[-14.2,324.3]},{"rootY":1.1,"hips":[0,0],"chest":[-6.7,-82.6],"neck":[-6.7,-82.6],"head":[-15.4,-153.4],"shR":[30.1,-109.9],"elR":[45.2,-4.8],"haR":[32.8,58.7],"shL":[-39,-109],"elL":[-31.8,-9.7],"haL":[-56.8,56.2],"hipR":[5.9,35.1],"knR":[-17.1,183.9],"ftR":[22.3,323],"hipL":[-29,38.2],"knL":[-48.4,181.9],"ftL":[-14.8,324.2]},{"rootY":1,"hips":[0,0],"chest":[-6.9,-82.6],"neck":[-6.9,-82.6],"head":[-16.9,-153.2],"shR":[30.2,-109.9],"elR":[44.4,-4.6],"haR":[33.2,59.3],"shL":[-39.4,-109.1],"elL":[-32.4,-9.6],"haL":[-59.1,55.8],"hipR":[6,34.9],"knR":[-16.7,183.8],"ftR":[22.1,323.1],"hipL":[-28.7,38.4],"knL":[-48.9,182],"ftL":[-15.1,323.9]},{"rootY":1.2,"hips":[0,0],"chest":[-6.9,-82.6],"neck":[-6.9,-82.6],"head":[-18.9,-152.9],"shR":[29.9,-110.6],"elR":[43.4,-5.2],"haR":[32.8,59.1],"shL":[-39.4,-108.3],"elL":[-32.7,-8.8],"haL":[-61.4,55.7],"hipR":[5.8,34.8],"knR":[-16.6,183.8],"ftR":[21.7,322.9],"hipL":[-28.5,38.5],"knL":[-49,182],"ftL":[-15.2,323.7]},{"rootY":1.4,"hips":[0,0],"chest":[-7.5,-82.5],"neck":[-7.5,-82.5],"head":[-21.5,-152.4],"shR":[30.1,-110.5],"elR":[43.9,-5.1],"haR":[33.5,59.3],"shL":[-41,-108.4],"elL":[-34.3,-8.8],"haL":[-65.1,54.8],"hipR":[5.2,35.1],"knR":[-17.9,184],"ftR":[21.7,322.8],"hipL":[-28.9,38.1],"knL":[-49.3,181.7],"ftL":[-16,323.6]},{"rootY":1.5,"hips":[0,0],"chest":[-7.8,-82.5],"neck":[-7.8,-82.5],"head":[-23.8,-151.8],"shR":[29.5,-110.9],"elR":[44.1,-5.7],"haR":[33.5,58.7],"shL":[-41.4,-107.9],"elL":[-34.5,-8.3],"haL":[-67.1,54.4],"hipR":[5.5,35.2],"knR":[-17.5,184.2],"ftR":[21.2,322.8],"hipL":[-28.6,38.3],"knL":[-49.5,181.8],"ftL":[-16.4,323.5]},{"rootY":1.7,"hips":[0,0],"chest":[-8.1,-82.5],"neck":[-8.1,-82.5],"head":[-26,-151.3],"shR":[29.6,-111.1],"elR":[45.3,-6],"haR":[34.6,58.3],"shL":[-42.6,-107.6],"elL":[-35,-8.1],"haL":[-68.9,53.8],"hipR":[5.9,34.8],"knR":[-16.8,183.8],"ftR":[20.6,322.6],"hipL":[-28.2,38.7],"knL":[-50.1,182.1],"ftL":[-16.8,323.3]},{"rootY":2.3,"hips":[0,0],"chest":[-8.7,-82.4],"neck":[-8.7,-82.4],"head":[-28.2,-150.8],"shR":[29.1,-111.5],"elR":[45.4,-6.5],"haR":[34.6,57.7],"shL":[-44.4,-107.2],"elL":[-36.2,-7.8],"haL":[-70.9,53.5],"hipR":[6,34.9],"knR":[-17.3,183.7],"ftR":[19.7,322.2],"hipL":[-28.2,38.7],"knL":[-50.7,182],"ftL":[-17.4,322.8]},{"rootY":2.6,"hips":[0,0],"chest":[-9.3,-82.3],"neck":[-9.3,-82.3],"head":[-29.9,-150.3],"shR":[29.3,-111.6],"elR":[46.8,-6.8],"haR":[35.7,57],"shL":[-46.3,-106.9],"elL":[-36.9,-7.8],"haL":[-72.1,53.2],"hipR":[6.7,34.6],"knR":[-16.8,183.5],"ftR":[19,321.9],"hipL":[-28,39],"knL":[-51.5,182.1],"ftL":[-18,322.2]},{"rootY":2.9,"hips":[0,0],"chest":[-9.6,-82.3],"neck":[-9.6,-82.3],"head":[-31.1,-150],"shR":[29.5,-111.7],"elR":[48.1,-7.1],"haR":[37.2,56.4],"shL":[-47.8,-106.7],"elL":[-38.1,-7.8],"haL":[-72.8,53.4],"hipR":[7.6,34.1],"knR":[-15.8,182.9],"ftR":[18.8,321.8],"hipL":[-27.8,39.3],"knL":[-52.7,182.2],"ftL":[-18.5,321.1]},{"rootY":3.1,"hips":[0,0],"chest":[-9.9,-82.2],"neck":[-9.9,-82.2],"head":[-31.9,-149.7],"shR":[29.7,-111.9],"elR":[49.4,-7.5],"haR":[38.6,55.8],"shL":[-49.1,-106.5],"elL":[-39,-7.7],"haL":[-72.9,53.9],"hipR":[8.4,34],"knR":[-14.3,182.9],"ftR":[18.4,321.8],"hipL":[-27.8,39.5],"knL":[-53.5,182.2],"ftL":[-18.6,320]},{"rootY":2.9,"hips":[0,0],"chest":[-10.3,-82.2],"neck":[-10.3,-82.2],"head":[-32.6,-149.5],"shR":[30.7,-111.8],"elR":[50.9,-7.5],"haR":[40.4,55.8],"shL":[-51.2,-106.6],"elL":[-40.9,-7.9],"haL":[-73.3,54.6],"hipR":[9.2,34.1],"knR":[-13.3,183.1],"ftR":[18,321.7],"hipL":[-27.8,39.6],"knL":[-55,182],"ftL":[-19.4,318.6]},{"rootY":3.1,"hips":[0,0],"chest":[-10.4,-82.1],"neck":[-10.4,-82.1],"head":[-32.7,-149.4],"shR":[31,-112.1],"elR":[51.6,-7.9],"haR":[42.5,55.3],"shL":[-52.2,-106.1],"elL":[-41.6,-7.7],"haL":[-72.6,55.5],"hipR":[9.7,34],"knR":[-11.4,183.2],"ftR":[18.4,322],"hipL":[-27.9,39.6],"knL":[-58.1,181.3],"ftL":[-20.5,315.9]},{"rootY":2.1,"hips":[0,0],"chest":[-10.4,-82.1],"neck":[-10.4,-82.1],"head":[-32.5,-149.4],"shR":[32.3,-111.4],"elR":[53.6,-7.3],"haR":[45.4,56],"shL":[-53.6,-106.8],"elL":[-42.6,-8.5],"haL":[-71.8,55.6],"hipR":[10.2,33.8],"knR":[-8.5,183.2],"ftR":[18.7,322.9],"hipL":[-27.9,39.6],"knL":[-62,180.2],"ftL":[-22.4,312.2]},{"rootY":2.6,"hips":[0,0],"chest":[-10.6,-82],"neck":[-10.6,-82],"head":[-32.3,-149.4],"shR":[32.3,-111.6],"elR":[53.8,-7.6],"haR":[47.1,55.7],"shL":[-54.5,-106.5],"elL":[-43.5,-8.3],"haL":[-71.2,56.5],"hipR":[11.2,33.6],"knR":[-6.7,183.1],"ftR":[18.8,322.6],"hipL":[-27.6,39.9],"knL":[-66.2,179],"ftL":[-23.6,308.4]},{"rootY":2.5,"hips":[0,0],"chest":[-10.3,-82],"neck":[-10.3,-82],"head":[-31.9,-149.4],"shR":[33.5,-111.1],"elR":[55.4,-7.3],"haR":[50.3,56.4],"shL":[-54.9,-107],"elL":[-43.6,-8.9],"haL":[-69.6,56.7],"hipR":[11.8,33.2],"knR":[-4.2,182.8],"ftR":[19.9,322.7],"hipL":[-27.5,40.1],"knL":[-70,177.5],"ftL":[-24.4,304.7]},{"rootY":2.3,"hips":[0,0],"chest":[-9.8,-82],"neck":[-9.8,-82],"head":[-30.8,-149.5],"shR":[34.6,-110.7],"elR":[56.6,-6.9],"haR":[53,57],"shL":[-55.1,-107.5],"elL":[-43.3,-9.5],"haL":[-68,56.6],"hipR":[12.8,33.1],"knR":[-1.2,182.7],"ftR":[21.7,322.8],"hipL":[-27.4,40.2],"knL":[-72.5,176.2],"ftL":[-25.6,302.3]},{"rootY":1.7,"hips":[0,0],"chest":[-9.3,-82],"neck":[-9.3,-82],"head":[-29.9,-149.5],"shR":[35.9,-110.3],"elR":[57.7,-6.4],"haR":[56.4,58.2],"shL":[-55.2,-107.9],"elL":[-42.9,-10.2],"haL":[-66.1,56.5],"hipR":[13.3,32.9],"knR":[1.4,182.7],"ftR":[23.4,323],"hipL":[-27.5,40.2],"knL":[-74.7,174.9],"ftL":[-28.5,301.6]},{"rootY":1,"hips":[0,0],"chest":[-9.2,-82],"neck":[-9.2,-82],"head":[-29.2,-149.6],"shR":[36.7,-109.8],"elR":[58,-6],"haR":[58.7,59.2],"shL":[-55.6,-108.3],"elL":[-42.4,-11],"haL":[-64.8,56],"hipR":[13.5,33.6],"knR":[3.7,183.3],"ftR":[26,323.4],"hipL":[-27.9,39.9],"knL":[-76.6,173.4],"ftL":[-33.7,303]},{"rootY":1,"hips":[0,0],"chest":[-9,-81.9],"neck":[-9,-81.9],"head":[-28.3,-149.6],"shR":[37.5,-109.2],"elR":[58,-5.3],"haR":[60.3,60.7],"shL":[-55.7,-108.8],"elL":[-41.6,-11.9],"haL":[-63.1,55.4],"hipR":[13.8,33.8],"knR":[6,183.5],"ftR":[29.2,323.1],"hipL":[-28,39.9],"knL":[-77.9,172.1],"ftL":[-39.9,306.1]},{"rootY":0.9,"hips":[0,0],"chest":[-8.8,-81.9],"neck":[-8.8,-81.9],"head":[-27.2,-149.6],"shR":[38,-108.8],"elR":[57.5,-4.6],"haR":[61.7,61.8],"shL":[-55.8,-109.2],"elL":[-41,-12.6],"haL":[-61.6,54.9],"hipR":[14.4,33.9],"knR":[8.9,183.5],"ftR":[32,323.1],"hipL":[-27.7,40],"knL":[-79.1,170.8],"ftL":[-47.4,309.5]},{"rootY":0.3,"hips":[0,0],"chest":[-8.7,-81.7],"neck":[-8.7,-81.7],"head":[-26.7,-149.5],"shR":[38.9,-107.7],"elR":[57.5,-3.5],"haR":[62.9,63.5],"shL":[-56.2,-110],"elL":[-40.9,-14],"haL":[-60.7,53.8],"hipR":[14.9,33.8],"knR":[12.1,183.1],"ftR":[35.6,322.4],"hipL":[-27.4,40.2],"knL":[-79.8,169.9],"ftL":[-55.6,313.1]},{"rootY":0,"hips":[0,0],"chest":[-8.7,-81.6],"neck":[-8.7,-81.6],"head":[-26,-149.4],"shR":[39,-107],"elR":[56.9,-2.7],"haR":[63.2,64.7],"shL":[-56.2,-110.5],"elL":[-40.8,-14.8],"haL":[-59.9,53.2],"hipR":[15.3,33.8],"knR":[15.7,182.6],"ftR":[39.1,322.2],"hipL":[-27.2,40.4],"knL":[-80.3,168.9],"ftL":[-63.9,316]},{"rootY":-0.6,"hips":[0,0],"chest":[-8.8,-81.4],"neck":[-8.8,-81.4],"head":[-25.6,-149.2],"shR":[39,-106.1],"elR":[56.5,-1.9],"haR":[62.4,65.9],"shL":[-56.4,-111],"elL":[-40.9,-15.7],"haL":[-59.8,52.3],"hipR":[15.9,33.6],"knR":[20,181.7],"ftR":[42.9,322],"hipL":[-26.9,40.6],"knL":[-80.1,168.2],"ftL":[-72.2,318]},{"rootY":-0.2,"hips":[0,0],"chest":[-8.8,-81.3],"neck":[-8.8,-81.3],"head":[-25.1,-149],"shR":[39.3,-105.3],"elR":[56.1,-1.2],"haR":[61.5,66.9],"shL":[-56.8,-111.6],"elL":[-40.9,-16.8],"haL":[-60,51.2],"hipR":[15.9,34],"knR":[24,181],"ftR":[47.1,321.7],"hipL":[-26.9,40.6],"knL":[-79.6,167.3],"ftL":[-79.1,318.7]},{"rootY":0.1,"hips":[0,0],"chest":[-9.4,-81.1],"neck":[-9.4,-81.1],"head":[-24.9,-148.6],"shR":[39.2,-104.6],"elR":[55.6,-0.6],"haR":[60,67.7],"shL":[-57.9,-112],"elL":[-41.6,-17.6],"haL":[-60.6,50.4],"hipR":[16.3,33.8],"knR":[30.3,178.4],"ftR":[50.9,320.9],"hipL":[-26.6,40.8],"knL":[-79,166.9],"ftL":[-84.9,318.6]},{"rootY":0.8,"hips":[0,0],"chest":[-9.6,-80.9],"neck":[-9.6,-80.9],"head":[-25.1,-148.5],"shR":[39.4,-104.1],"elR":[55,-0.2],"haR":[58.5,68.3],"shL":[-58.6,-112.2],"elL":[-42.3,-18.2],"haL":[-61.5,49.7],"hipR":[17.2,33.5],"knR":[36.3,175.5],"ftR":[55.5,319],"hipL":[-26,41.2],"knL":[-77.5,166.4],"ftL":[-88.6,317.8]},{"rootY":1.6,"hips":[0,0],"chest":[-10.2,-80.8],"neck":[-10.2,-80.8],"head":[-25.7,-148.3],"shR":[39.3,-103.7],"elR":[54.1,0.1],"haR":[56.1,68.6],"shL":[-60,-112.2],"elL":[-43.5,-18.8],"haL":[-63,49.1],"hipR":[18,33.7],"knR":[39,174.6],"ftR":[60.2,317],"hipL":[-26,41.2],"knL":[-75.1,166.5],"ftL":[-89.9,317.3]},{"rootY":2.9,"hips":[0,0],"chest":[-10,-80.7],"neck":[-10,-80.7],"head":[-25.1,-148.1],"shR":[40,-103.7],"elR":[54,-0.1],"haR":[54.8,68.5],"shL":[-60.6,-112],"elL":[-44.2,-19],"haL":[-63.6,48.9],"hipR":[19.2,33.2],"knR":[42.5,173.1],"ftR":[66,314.5],"hipL":[-25,41.8],"knL":[-72.4,167],"ftL":[-87.6,317.6]},{"rootY":3.7,"hips":[0,0],"chest":[-10.4,-80.6],"neck":[-10.4,-80.6],"head":[-24.9,-148.1],"shR":[39.9,-104],"elR":[53.2,-0.6],"haR":[53,67.9],"shL":[-61.8,-111.5],"elL":[-46,-18.5],"haL":[-65.2,49.5],"hipR":[20,33.4],"knR":[45.5,172],"ftR":[71.3,312.1],"hipL":[-24.9,41.9],"knL":[-69.5,167.9],"ftL":[-81.6,318.9]},{"rootY":4.1,"hips":[0,0],"chest":[-11.8,-80.6],"neck":[-11.8,-80.6],"head":[-26.1,-148.2],"shR":[39.2,-104.1],"elR":[52.6,-0.8],"haR":[51.4,67.6],"shL":[-64.1,-111.4],"elL":[-48.8,-18.3],"haL":[-67.7,49.7],"hipR":[20.7,33.5],"knR":[48.4,170.7],"ftR":[76.4,309.2],"hipL":[-25,41.9],"knL":[-67.1,169],"ftL":[-73.9,320.5]},{"rootY":3.8,"hips":[0,0],"chest":[-10.9,-80.5],"neck":[-10.9,-80.5],"head":[-25.4,-148.3],"shR":[40.2,-105.2],"elR":[53.3,-2.2],"haR":[51.8,66.1],"shL":[-63.9,-110.1],"elL":[-49.6,-16.6],"haL":[-67.8,51.6],"hipR":[20.8,34],"knR":[52.1,169.7],"ftR":[83.7,306.8],"hipL":[-25.5,41.6],"knL":[-61.2,170.2],"ftL":[-64.7,322]},{"rootY":2.2,"hips":[0,0],"chest":[-10.9,-80.7],"neck":[-10.9,-80.7],"head":[-25.6,-148.6],"shR":[40.9,-105.6],"elR":[54.6,-2.5],"haR":[52.5,65.6],"shL":[-64.6,-110.1],"elL":[-51.5,-16.1],"haL":[-69.1,52.2],"hipR":[21,34.2],"knR":[55.2,168.6],"ftR":[89.8,304.4],"hipL":[-25.7,41.4],"knL":[-57.4,172.3],"ftL":[-57,324.1]},{"rootY":1.5,"hips":[0,0],"chest":[-11.1,-80.8],"neck":[-11.1,-80.8],"head":[-25.5,-148.8],"shR":[41.3,-106.3],"elR":[54.6,-3.1],"haR":[52.6,64.9],"shL":[-65.5,-109.7],"elL":[-53.8,-15.1],"haL":[-71.2,53.3],"hipR":[20.8,34.4],"knR":[48.1,176.1],"ftR":[94.6,300.2],"hipL":[-26.2,41.1],"knL":[-56.5,173.9],"ftL":[-50.8,325.7]},{"rootY":0.1,"hips":[0,0],"chest":[-11.1,-81],"neck":[-11.1,-81],"head":[-25.2,-149.2],"shR":[42,-107.3],"elR":[55.2,-3.9],"haR":[53.2,63.8],"shL":[-66.2,-109],"elL":[-56.6,-13.7],"haL":[-74.1,54.7],"hipR":[20.1,35.2],"knR":[41.1,181.8],"ftR":[97.5,293.5],"hipL":[-27.4,40.3],"knL":[-53.4,176],"ftL":[-43.6,327.5]},{"rootY":-1.4,"hips":[0,0],"chest":[-11.1,-81.2],"neck":[-11.1,-81.2],"head":[-24.8,-149.6],"shR":[42.9,-107.7],"elR":[55.9,-3.8],"haR":[53.6,63.1],"shL":[-67,-109],"elL":[-59.3,-13.2],"haL":[-77.8,54.9],"hipR":[18.8,35.9],"knR":[33,185.3],"ftR":[97.6,285.7],"hipL":[-28.9,39.2],"knL":[-49,177.7],"ftL":[-35.7,328.9]},{"rootY":-2.7,"hips":[0,0],"chest":[-10.9,-81.3],"neck":[-10.9,-81.3],"head":[-24.6,-149.8],"shR":[44.1,-108.1],"elR":[56.6,-3.7],"haR":[53.9,62.6],"shL":[-67.5,-108.7],"elL":[-62.5,-12.5],"haL":[-82.5,55.2],"hipR":[17.5,36.3],"knR":[23.7,186.9],"ftR":[94.2,278.3],"hipL":[-30.3,38.2],"knL":[-43.7,179],"ftL":[-27.6,329.9]},{"rootY":-2.8,"hips":[0,0],"chest":[-10.3,-81.5],"neck":[-10.3,-81.5],"head":[-23.3,-150.1],"shR":[45.5,-108.3],"elR":[57.6,-3.5],"haR":[54.6,61.7],"shL":[-67.3,-109],"elL":[-64.9,-12],"haL":[-86.5,54.9],"hipR":[16.5,36.7],"knR":[15.8,186.7],"ftR":[90.9,270.3],"hipL":[-31.3,37.4],"knL":[-39.1,179.7],"ftL":[-19.6,330]},{"rootY":-3.8,"hips":[0,0],"chest":[-9.9,-81.6],"neck":[-9.9,-81.6],"head":[-23.2,-150.3],"shR":[46.3,-108.5],"elR":[57.9,-3.5],"haR":[54.6,60.6],"shL":[-67.1,-108.9],"elL":[-67.5,-11.3],"haL":[-91.5,54.4],"hipR":[14.9,37.1],"knR":[4.8,185.3],"ftR":[83.5,267.4],"hipL":[-31.8,36.9],"knL":[-34.3,180.4],"ftL":[-13.1,330.6]},{"rootY":-3.8,"hips":[0,0],"chest":[-9.4,-81.8],"neck":[-9.4,-81.8],"head":[-21.9,-150.6],"shR":[47.2,-108.4],"elR":[58.4,-3.3],"haR":[55.2,59.3],"shL":[-66.4,-109.4],"elL":[-69.2,-11.3],"haL":[-95.5,52.7],"hipR":[13.6,37.2],"knR":[-5.1,182.8],"ftR":[75.4,267.8],"hipL":[-32.8,36.1],"knL":[-29.8,180.3],"ftL":[-6.2,330.1]},{"rootY":-2.8,"hips":[0,0],"chest":[-9.1,-81.9],"neck":[-9.1,-81.9],"head":[-21.4,-150.9],"shR":[47.8,-108.4],"elR":[59.2,-3.1],"haR":[55.7,58.4],"shL":[-65.9,-109.7],"elL":[-71.1,-11.4],"haL":[-99.6,50.5],"hipR":[12.6,37.3],"knR":[-15.2,179.6],"ftR":[65.7,271],"hipL":[-33.1,35.7],"knL":[-27.2,180.2],"ftL":[0.3,329.1]},{"rootY":-1,"hips":[0,0],"chest":[-9.3,-82],"neck":[-9.3,-82],"head":[-21.9,-150.9],"shR":[47.4,-108.3],"elR":[59,-2.9],"haR":[55.4,57.9],"shL":[-65.5,-109.8],"elL":[-72.6,-11.3],"haL":[-102.8,48.2],"hipR":[11.8,37.4],"knR":[-25.1,175.8],"ftR":[54.8,276.8],"hipL":[-33.1,35.7],"knL":[-27.8,180.2],"ftL":[5.8,327.3]},{"rootY":0.8,"hips":[0,0],"chest":[-10.2,-81.9],"neck":[-10.2,-81.9],"head":[-22.6,-151],"shR":[46.3,-108.4],"elR":[58.4,-3.1],"haR":[55,57.4],"shL":[-66.3,-109.5],"elL":[-75.1,-10.9],"haL":[-106.9,45.8],"hipR":[10.2,37.7],"knR":[-34.9,172],"ftR":[40.7,284.6],"hipL":[-33.8,35],"knL":[-27.2,179.6],"ftL":[11.3,325]},{"rootY":1.6,"hips":[0,0],"chest":[-11.1,-81.9],"neck":[-11.1,-81.9],"head":[-23.4,-150.9],"shR":[44.8,-108.4],"elR":[57.5,-3],"haR":[54.8,57.6],"shL":[-66.7,-109.5],"elL":[-77,-11],"haL":[-109.8,43],"hipR":[9.3,38.2],"knR":[-42.5,169],"ftR":[24.1,294.7],"hipL":[-33.6,35],"knL":[-25.6,179.6],"ftL":[16.7,323.5]},{"rootY":3.1,"hips":[0,0],"chest":[-11.6,-81.8],"neck":[-11.6,-81.8],"head":[-24.6,-150.7],"shR":[43.6,-108.2],"elR":[57.6,-3],"haR":[55,57.8],"shL":[-66.5,-109.5],"elL":[-77.4,-10.9],"haL":[-110.9,40.7],"hipR":[9.9,38.6],"knR":[-46.4,166.2],"ftR":[4.7,304.4],"hipL":[-33.1,35.3],"knL":[-23.3,179.9],"ftL":[22.9,321.9]},{"rootY":3.7,"hips":[0,0],"chest":[-12.5,-81.6],"neck":[-12.5,-81.6],"head":[-25.8,-150.5],"shR":[41.9,-108.5],"elR":[56.6,-3.4],"haR":[54.9,58.3],"shL":[-66.9,-108.9],"elL":[-77.8,-10.3],"haL":[-111.9,39.5],"hipR":[8.8,38.8],"knR":[-49.9,165.5],"ftR":[-17.6,312.4],"hipL":[-33.3,34.9],"knL":[-18.2,179.2],"ftL":[28.6,321]},{"rootY":3.2,"hips":[0,0],"chest":[-13.2,-81.5],"neck":[-13.2,-81.5],"head":[-27,-150.2],"shR":[40.2,-108.7],"elR":[56.3,-3.8],"haR":[54.9,58.6],"shL":[-67.1,-108.6],"elL":[-77.4,-10],"haL":[-111.7,38.7],"hipR":[7.9,38.9],"knR":[-50.7,166.5],"ftR":[-40.4,318.1],"hipL":[-33.1,34.9],"knL":[-12.9,178.4],"ftL":[34.4,319.9]},{"rootY":4,"hips":[0,0],"chest":[-13.4,-81.5],"neck":[-13.4,-81.5],"head":[-28.1,-149.9],"shR":[39.2,-108.7],"elR":[56.3,-4.1],"haR":[55.6,59.1],"shL":[-66.7,-108.5],"elL":[-76.2,-9.9],"haL":[-110.5,38.4],"hipR":[7.3,39.3],"knR":[-50.9,167.5],"ftR":[-63.2,319.3],"hipL":[-32.8,34.8],"knL":[-5.7,176.7],"ftL":[40.7,318.5]},{"rootY":5.1,"hips":[0,0],"chest":[-14.1,-81.5],"neck":[-14.1,-81.5],"head":[-30.1,-149.6],"shR":[37.5,-108.4],"elR":[55.3,-4],"haR":[55.4,59.9],"shL":[-66.6,-108.9],"elL":[-75.2,-10.3],"haL":[-109.2,38.4],"hipR":[5.9,38.9],"knR":[-55.6,167.8],"ftR":[-76.8,318.4],"hipL":[-32.7,34.7],"knL":[5.7,172.3],"ftL":[46,316.3]},{"rootY":6.8,"hips":[0,0],"chest":[-13.9,-81.5],"neck":[-13.9,-81.5],"head":[-30.3,-149.5],"shR":[37.2,-107.6],"elR":[56.5,-3.5],"haR":[56.4,61.3],"shL":[-65.5,-109.8],"elL":[-72.5,-11.3],"haL":[-106.2,38.8],"hipR":[5.6,39.1],"knR":[-56.1,168.5],"ftR":[-82.1,318.4],"hipL":[-32.7,34.6],"knL":[8.9,170.7],"ftL":[52.5,313.1]},{"rootY":6.8,"hips":[0,0],"chest":[-12.4,-81.6],"neck":[-12.4,-81.6],"head":[-28.7,-149.6],"shR":[38.4,-107.9],"elR":[57.1,-3.9],"haR":[58.2,61.5],"shL":[-63.5,-109.6],"elL":[-68.7,-11.4],"haL":[-101.7,41.1],"hipR":[6.8,39.5],"knR":[-54.1,169.4],"ftR":[-80.2,319.3],"hipL":[-32.5,34.8],"knL":[12.3,169.2],"ftL":[59.2,309.8]},{"rootY":6.8,"hips":[0,0],"chest":[-11.3,-81.7],"neck":[-11.3,-81.7],"head":[-27.8,-149.6],"shR":[39.5,-106.8],"elR":[57.5,-2.7],"haR":[59.4,63.5],"shL":[-61.7,-111],"elL":[-64.5,-13.1],"haL":[-96.8,42.4],"hipR":[6.4,39.3],"knR":[-54.9,169.7],"ftR":[-76.1,320.2],"hipL":[-32.5,34.8],"knL":[15,167.4],"ftL":[64.7,306.2]},{"rootY":5.8,"hips":[0,0],"chest":[-10.6,-81.8],"neck":[-10.6,-81.8],"head":[-25.6,-149.7],"shR":[40.1,-106.4],"elR":[56.8,-2.2],"haR":[60,64.8],"shL":[-60.3,-111.5],"elL":[-60.1,-13.7],"haL":[-90.5,45.7],"hipR":[6.6,39],"knR":[-54.1,170.7],"ftR":[-70.1,321.4],"hipL":[-32,35.3],"knL":[7.9,171],"ftL":[66.1,303]},{"rootY":4.6,"hips":[0,0],"chest":[-9,-82],"neck":[-9,-82],"head":[-24,-149.7],"shR":[41.1,-105.4],"elR":[57.2,-1.4],"haR":[61,66],"shL":[-56.6,-112.8],"elL":[-53.9,-15],"haL":[-81.4,47.9],"hipR":[6.6,38.2],"knR":[-50.8,172.2],"ftR":[-61.6,322.5],"hipL":[-31.6,35.8],"knL":[-4.7,176],"ftL":[64,297.5]},{"rootY":3,"hips":[0,0],"chest":[-8.7,-82.1],"neck":[-8.7,-82.1],"head":[-25.3,-149.6],"shR":[41.5,-104.8],"elR":[56.7,-0.5],"haR":[60.9,67.3],"shL":[-56.3,-113.7],"elL":[-52,-15.9],"haL":[-76.2,49.7],"hipR":[6.3,37.3],"knR":[-48,174.2],"ftR":[-54.6,323.8],"hipL":[-31.7,36],"knL":[-19.8,179.2],"ftL":[56.6,289.9]},{"rootY":2,"hips":[0,0],"chest":[-8,-82.1],"neck":[-8,-82.1],"head":[-23,-150],"shR":[42.2,-105.7],"elR":[56.2,-1.1],"haR":[60.3,66.9],"shL":[-55.3,-112.8],"elL":[-50.2,-15.1],"haL":[-71.2,52.1],"hipR":[6.6,36.2],"knR":[-43.1,176.1],"ftR":[-47.7,324.9],"hipL":[-31.4,36.5],"knL":[-34.5,181],"ftL":[46.9,282.5]},{"rootY":0.7,"hips":[0,0],"chest":[-7,-82.2],"neck":[-7,-82.2],"head":[-22.2,-150],"shR":[43.4,-104.2],"elR":[56.8,0.6],"haR":[59.7,68.5],"shL":[-53.9,-114.4],"elL":[-48.8,-16.8],"haL":[-67.3,51.4],"hipR":[8.7,35.5],"knR":[-36.1,177.7],"ftR":[-40.8,326],"hipL":[-30.8,37.4],"knL":[-46.7,181.5],"ftL":[36,276.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-6.4,-82.3],"neck":[-6.4,-82.3],"head":[-21,-150],"shR":[43.3,-107.2],"elR":[55.3,-2.1],"haR":[57,65.5],"shL":[-52.4,-111.4],"elL":[-46.9,-14.3],"haL":[-64.6,54.1],"hipR":[9.2,34.3],"knR":[-31.1,178.8],"ftR":[-34.4,326.4],"hipL":[-30.8,37.6],"knL":[-58.3,180.1],"ftL":[24.3,270.2]},{"rootY":-1.1,"hips":[0,0],"chest":[-7.2,-82.4],"neck":[-7.2,-82.4],"head":[-18.8,-150],"shR":[42.7,-106.6],"elR":[54.1,-1.3],"haR":[54.1,64.8],"shL":[-53,-112.1],"elL":[-46.4,-15.1],"haL":[-63.6,53.4],"hipR":[9.7,34.1],"knR":[-27.6,179.9],"ftR":[-29.2,326.4],"hipL":[-31.3,37.3],"knL":[-68.2,177.4],"ftL":[10.3,267.9]},{"rootY":-2.1,"hips":[0,0],"chest":[-5.7,-82.5],"neck":[-5.7,-82.5],"head":[-19.5,-150],"shR":[44.2,-106.2],"elR":[55.7,-0.9],"haR":[52.2,64.7],"shL":[-51.5,-112.7],"elL":[-43.3,-15.8],"haL":[-60.3,52.6],"hipR":[12,33.6],"knR":[-19.7,180.8],"ftR":[-21.9,327],"hipL":[-31,37.6],"knL":[-73.5,175.1],"ftL":[-1.7,270]},{"rootY":-1.6,"hips":[0,0],"chest":[-5.6,-82.5],"neck":[-5.6,-82.5],"head":[-19.9,-150],"shR":[44.7,-106.5],"elR":[56.2,-1],"haR":[49.8,63],"shL":[-52,-112.5],"elL":[-42,-15.9],"haL":[-59.1,52.5],"hipR":[13.7,32.9],"knR":[-15.3,180.8],"ftR":[-16.1,326.1],"hipL":[-30.5,38],"knL":[-78.3,172.3],"ftL":[-16.7,274.7]},{"rootY":-1.3,"hips":[0,0],"chest":[-5,-82.5],"neck":[-5,-82.5],"head":[-19,-150.1],"shR":[46.3,-106.2],"elR":[58.2,-0.8],"haR":[48.8,61.1],"shL":[-52.6,-112.8],"elL":[-41.3,-16.6],"haL":[-58.6,51.8],"hipR":[15.3,32.9],"knR":[-10.7,181.4],"ftR":[-9.9,325.6],"hipL":[-30.1,38.2],"knL":[-80.3,169.3],"ftL":[-31.4,281.6]},{"rootY":-1.1,"hips":[0,0],"chest":[-4.1,-82.5],"neck":[-4.1,-82.5],"head":[-17.8,-150],"shR":[47.7,-107],"elR":[59.9,-1.5],"haR":[47.9,57.8],"shL":[-52.8,-112],"elL":[-40.9,-16],"haL":[-58.2,52.4],"hipR":[17.3,32.6],"knR":[-5.2,181.5],"ftR":[-3.8,325.1],"hipL":[-29.4,38.7],"knL":[-79.7,166.9],"ftL":[-45.6,290.3]},{"rootY":-0.7,"hips":[0,0],"chest":[-4.2,-82.4],"neck":[-4.2,-82.4],"head":[-18,-149.9],"shR":[48.8,-106.7],"elR":[61.4,-1.2],"haR":[47,55.4],"shL":[-54.2,-112.2],"elL":[-41.9,-16.4],"haL":[-59.7,52],"hipR":[18.1,32.7],"knR":[-1.6,181.9],"ftR":[1.4,324.6],"hipL":[-29.3,38.6],"knL":[-78.1,165.3],"ftL":[-59.4,299.6]},{"rootY":-0.3,"hips":[0,0],"chest":[-3.8,-82.3],"neck":[-3.8,-82.3],"head":[-17.4,-149.7],"shR":[50,-106.4],"elR":[63.3,-1],"haR":[47.2,53.6],"shL":[-54.7,-112.4],"elL":[-42.8,-16.5],"haL":[-60.7,51.8],"hipR":[19.9,32.7],"knR":[3,182.1],"ftR":[6.2,324.3],"hipL":[-28.6,39],"knL":[-74.3,165.1],"ftL":[-70.7,308.2]},{"rootY":0.9,"hips":[0,0],"chest":[-4.4,-82.3],"neck":[-4.4,-82.3],"head":[-16.1,-149.7],"shR":[50,-106.9],"elR":[63.4,-1.5],"haR":[46.4,51.1],"shL":[-56.4,-111.9],"elL":[-45.4,-16.2],"haL":[-63.5,52],"hipR":[20.2,32.9],"knR":[5.3,181.9],"ftR":[10.1,322.9],"hipL":[-28.7,38.9],"knL":[-71.9,165.7],"ftL":[-80.9,314.4]},{"rootY":2.1,"hips":[0,0],"chest":[-4.2,-82.3],"neck":[-4.2,-82.3],"head":[-17.5,-149.5],"shR":[51,-108],"elR":[65.2,-2.7],"haR":[47.7,48.3],"shL":[-57.7,-110.6],"elL":[-47.7,-14.7],"haL":[-65.8,53.4],"hipR":[21.4,32.6],"knR":[10.3,181.2],"ftR":[15.1,321.8],"hipL":[-27.9,39.4],"knL":[-68.6,166.8],"ftL":[-87.1,317.1]},{"rootY":2.8,"hips":[0,0],"chest":[-4.1,-82.3],"neck":[-4.1,-82.3],"head":[-15.7,-149.6],"shR":[52.6,-107.4],"elR":[67.6,-2.3],"haR":[50.6,47.6],"shL":[-59.2,-111.2],"elL":[-50.6,-15.2],"haL":[-68.9,52.6],"hipR":[22.7,33.3],"knR":[14.9,181.6],"ftR":[21.1,321.6],"hipL":[-27.8,39.3],"knL":[-63.9,167.7],"ftL":[-86,317.9]},{"rootY":4.1,"hips":[0,0],"chest":[-4,-82.2],"neck":[-4,-82.2],"head":[-16.6,-149.1],"shR":[53.3,-108.8],"elR":[68.8,-3.7],"haR":[53.3,45.6],"shL":[-60.6,-109.6],"elL":[-53.5,-13.5],"haL":[-72.5,54.1],"hipR":[23.7,33.1],"knR":[18.4,180.6],"ftR":[26.1,319.8],"hipL":[-27.1,39.7],"knL":[-61.2,167.8],"ftL":[-81.1,318.3]},{"rootY":5,"hips":[0,0],"chest":[-4.5,-82.1],"neck":[-4.5,-82.1],"head":[-16.8,-149.5],"shR":[54.4,-108.4],"elR":[70.9,-3.4],"haR":[57.3,46.1],"shL":[-63.3,-110.1],"elL":[-57.5,-13.6],"haL":[-77.2,53.5],"hipR":[24.1,33.1],"knR":[21.3,179.7],"ftR":[31.2,317.1],"hipL":[-27.3,39.3],"knL":[-57.1,168.6],"ftL":[-71.1,319.8]},{"rootY":4.7,"hips":[0,0],"chest":[-4.7,-82.3],"neck":[-4.7,-82.3],"head":[-16.7,-149.4],"shR":[54.2,-108.4],"elR":[70.9,-3.5],"haR":[60.9,47.1],"shL":[-63.3,-110.4],"elL":[-59,-13.6],"haL":[-79.6,52.9],"hipR":[25.4,32.8],"knR":[23.5,179.1],"ftR":[36.1,313.9],"hipL":[-26.5,39.6],"knL":[-49.1,170.2],"ftL":[-61.3,321.3]},{"rootY":4,"hips":[0,0],"chest":[-5.6,-82.2],"neck":[-5.6,-82.2],"head":[-17.4,-149.1],"shR":[53.8,-109.7],"elR":[70.8,-5],"haR":[64.6,46.9],"shL":[-65.2,-108.4],"elL":[-62.5,-11.5],"haL":[-84.3,54.4],"hipR":[25.8,33.4],"knR":[21.7,181.5],"ftR":[39.3,309.4],"hipL":[-26.7,39.2],"knL":[-44.4,171.5],"ftL":[-55.3,322.2]},{"rootY":2.6,"hips":[0,0],"chest":[-7.7,-82.1],"neck":[-7.7,-82.1],"head":[-19.7,-148.7],"shR":[52,-109.7],"elR":[68.8,-5.1],"haR":[66.2,48],"shL":[-68.6,-108.5],"elL":[-67.5,-11.2],"haL":[-89.5,53.9],"hipR":[25.1,34.2],"knR":[16.3,184.1],"ftR":[37.4,301.5],"hipL":[-27.6,38.7],"knL":[-46,172.7],"ftL":[-53.4,323.4]},{"rootY":1.7,"hips":[0,0],"chest":[-7.6,-82],"neck":[-7.6,-82],"head":[-19.9,-148.5],"shR":[52.4,-110.9],"elR":[69.7,-6.4],"haR":[70,47.9],"shL":[-70.1,-107],"elL":[-71,-9.2],"haL":[-93.9,55.4],"hipR":[25.6,34.5],"knR":[14.7,184.7],"ftR":[34.4,290.5],"hipL":[-27.6,38.1],"knL":[-43.5,174.7],"ftL":[-48.7,325.3]},{"rootY":-0.6,"hips":[0,0],"chest":[-6.3,-82],"neck":[-6.3,-82],"head":[-19.1,-149.2],"shR":[54.2,-109.5],"elR":[72,-5],"haR":[74.8,50],"shL":[-69.3,-108.7],"elL":[-73.2,-10.5],"haL":[-96,53.4],"hipR":[24.6,35.5],"knR":[15,184.5],"ftR":[33.2,277.7],"hipL":[-29,36.4],"knL":[-40.2,176.7],"ftL":[-42.8,327.1]},{"rootY":-2.1,"hips":[0,0],"chest":[-8,-81.9],"neck":[-8,-81.9],"head":[-19.1,-148.5],"shR":[53.5,-112.5],"elR":[71.7,-8.3],"haR":[76.9,46.6],"shL":[-73.7,-104.8],"elL":[-81,-7],"haL":[-103.8,56.4],"hipR":[24.5,35.5],"knR":[13.6,181.3],"ftR":[28.1,264.9],"hipL":[-29.1,36.3],"knL":[-39.2,178.1],"ftL":[-41.4,328.8]},{"rootY":-3.8,"hips":[0,0],"chest":[-9,-82.2],"neck":[-9,-82.2],"head":[-18.1,-147.9],"shR":[53.2,-113.3],"elR":[71.9,-9.3],"haR":[79.4,44.8],"shL":[-76.4,-104.5],"elL":[-85.8,-5.7],"haL":[-109.3,57.5],"hipR":[23.6,36.3],"knR":[16.6,178.9],"ftR":[26.2,254.2],"hipL":[-30.3,34.6],"knL":[-36.6,178.3],"ftL":[-37.1,328.7]},{"rootY":-4.6,"hips":[0,0],"chest":[-9.9,-82.1],"neck":[-9.9,-82.1],"head":[-18,-147.3],"shR":[52.8,-112.8],"elR":[72.2,-9],"haR":[83.6,43.6],"shL":[-77.5,-104.8],"elL":[-90.3,-6.3],"haL":[-113.3,56.6],"hipR":[24.4,35.7],"knR":[16.2,173.9],"ftR":[22.3,246],"hipL":[-29.5,35.1],"knL":[-35.9,179.6],"ftL":[-37.1,330.1]},{"rootY":-4.9,"hips":[0,0],"chest":[-10,-81.8],"neck":[-10,-81.8],"head":[-17.4,-148.7],"shR":[52.6,-112.2],"elR":[73.1,-8.6],"haR":[88.2,42.4],"shL":[-77.8,-105.4],"elL":[-92.1,-6.7],"haL":[-115.8,54.8],"hipR":[23.9,35.5],"knR":[15.2,169.5],"ftR":[18.5,242.3],"hipL":[-29.9,35.1],"knL":[-36.4,179.9],"ftL":[-37.6,330.3]},{"rootY":-4.4,"hips":[0,0],"chest":[-10.2,-81.8],"neck":[-10.2,-81.8],"head":[-17.4,-148.6],"shR":[53.1,-111.3],"elR":[75,-8.1],"haR":[94.3,40.5],"shL":[-77.8,-106],"elL":[-94.6,-8],"haL":[-117,53.5],"hipR":[23.6,36],"knR":[16.1,164.5],"ftR":[18.8,244.8],"hipL":[-30.2,34.6],"knL":[-35.2,179.6],"ftL":[-35,329.8]},{"rootY":-3.7,"hips":[0,0],"chest":[-10,-81.6],"neck":[-10,-81.6],"head":[-16.7,-148.6],"shR":[53.4,-111],"elR":[76.8,-8.3],"haR":[100.7,37.5],"shL":[-77.9,-106.1],"elL":[-97,-7.4],"haL":[-118.4,55.1],"hipR":[24.6,36],"knR":[16.6,159.3],"ftR":[18.2,250.3],"hipL":[-29.5,34.6],"knL":[-33.3,179.6],"ftL":[-31.9,328.7]},{"rootY":-3.4,"hips":[0,0],"chest":[-10.7,-81.4],"neck":[-10.7,-81.4],"head":[-16.5,-148.5],"shR":[52.9,-110.5],"elR":[78.1,-8.2],"haR":[106.7,34.4],"shL":[-78.6,-106.4],"elL":[-98.2,-8.5],"haL":[-119.7,47.7],"hipR":[24.2,36],"knR":[14.9,156.1],"ftR":[15.2,260.2],"hipL":[-29.6,35.4],"knL":[-34.9,180.4],"ftL":[-32,328.6]},{"rootY":-2.2,"hips":[0,0],"chest":[-11.1,-81.4],"neck":[-11.1,-81.4],"head":[-15.6,-148],"shR":[52.5,-110.3],"elR":[79.8,-8.6],"haR":[113.2,30.5],"shL":[-79.2,-106.3],"elL":[-99.8,-8.5],"haL":[-120.5,49.1],"hipR":[22.4,37.2],"knR":[16.1,154.9],"ftR":[12.8,272.1],"hipL":[-31.4,33.4],"knL":[-33.8,178.5],"ftL":[-28.7,325.9]},{"rootY":-1.7,"hips":[0,0],"chest":[-10.4,-81.4],"neck":[-10.4,-81.4],"head":[-14.4,-148.2],"shR":[53.3,-110.2],"elR":[82.7,-9.4],"haR":[120.8,26.1],"shL":[-78.5,-106.6],"elL":[-99.5,-8.9],"haL":[-119.9,48.7],"hipR":[23.5,37.5],"knR":[17.3,153.9],"ftR":[7,283.8],"hipL":[-30.4,34.2],"knL":[-32.1,179.3],"ftL":[-26.4,325.6]},{"rootY":-0.4,"hips":[0,0],"chest":[-10.1,-81.1],"neck":[-10.1,-81.1],"head":[-13.7,-147.2],"shR":[53.7,-109.6],"elR":[86.1,-9.8],"haR":[128.6,22.1],"shL":[-78,-106.8],"elL":[-100,-9.3],"haL":[-118.7,47],"hipR":[23.4,38.1],"knR":[17.3,155.2],"ftR":[-2.4,294.1],"hipL":[-30.6,34.6],"knL":[-32.7,179.6],"ftL":[-25.4,324.3]},{"rootY":0.9,"hips":[0,0],"chest":[-8.9,-81.3],"neck":[-8.9,-81.3],"head":[-10.8,-147.8],"shR":[55,-109.4],"elR":[90.7,-10.8],"haR":[137.6,17.5],"shL":[-76.8,-107.3],"elL":[-99.6,-10.2],"haL":[-116.9,46.3],"hipR":[23.4,38.2],"knR":[18.3,159.5],"ftR":[-12.4,302.7],"hipL":[-30.6,34.2],"knL":[-31.1,179],"ftL":[-23,322.9]},{"rootY":1.4,"hips":[0,0],"chest":[-7.4,-81.4],"neck":[-7.4,-81.4],"head":[-7.2,-147.8],"shR":[57,-108.6],"elR":[96.4,-11.6],"haR":[147.4,13.3],"shL":[-74.8,-108.4],"elL":[-96.6,-11.7],"haL":[-113.4,41],"hipR":[21.6,39.5],"knR":[18.9,165.2],"ftR":[-19.9,310.5],"hipL":[-32.1,32.7],"knL":[-29.5,177.1],"ftL":[-20,320.3]},{"rootY":1.4,"hips":[0,0],"chest":[-6.4,-81.1],"neck":[-6.4,-81.1],"head":[-5.1,-147.4],"shR":[58.3,-107],"elR":[101.9,-11.9],"haR":[156.5,10.1],"shL":[-73.3,-109.4],"elL":[-97.9,-12.6],"haL":[-112.1,45],"hipR":[22.1,39.6],"knR":[17.1,168.8],"ftR":[-28.7,313.7],"hipL":[-31.6,33.3],"knL":[-30,177.5],"ftL":[-20.3,319.4]},{"rootY":3.2,"hips":[0,0],"chest":[-3.5,-81.1],"neck":[-3.5,-81.1],"head":[-0.1,-148],"shR":[61.6,-105.6],"elR":[109.8,-13],"haR":[166.4,7.1],"shL":[-69.7,-110.9],"elL":[-94.2,-15.2],"haL":[-109.2,38.8],"hipR":[21.7,40.4],"knR":[20.3,171.6],"ftR":[-30.3,315],"hipL":[-31.7,32.3],"knL":[-28.2,176.1],"ftL":[-19.2,315.6]},{"rootY":5.7,"hips":[0,0],"chest":[-0.4,-81.2],"neck":[-0.4,-81.2],"head":[3.8,-148.1],"shR":[64.9,-105.4],"elR":[116.5,-14.7],"haR":[175.2,3.9],"shL":[-66.2,-111.5],"elL":[-92,-16.7],"haL":[-108.4,36.9],"hipR":[23,40.1],"knR":[19.4,172.9],"ftR":[-32.3,315.5],"hipL":[-30.2,32.9],"knL":[-29.2,177.3],"ftL":[-20.9,311.4]},{"rootY":3.7,"hips":[0,0],"chest":[3.2,-80.6],"neck":[3.2,-80.6],"head":[10,-147.3],"shR":[68.7,-103.2],"elR":[124.7,-15],"haR":[184.7,3.3],"shL":[-61.3,-112.4],"elL":[-87.7,-17.7],"haL":[-104.8,37.7],"hipR":[25.8,39.2],"knR":[21.1,173.3],"ftR":[-29.7,315.8],"hipL":[-27.1,34.8],"knL":[-30,179.7],"ftL":[-24.8,309.5]},{"rootY":2.1,"hips":[0,0],"chest":[4.4,-80.6],"neck":[4.4,-80.6],"head":[14.6,-146.3],"shR":[69.8,-101.8],"elR":[128.4,-15.1],"haR":[189.3,3.2],"shL":[-58.6,-113.7],"elL":[-85.4,-20],"haL":[-102.3,38.9],"hipR":[27.3,38.6],"knR":[21.3,175.2],"ftR":[-29.5,317.9],"hipL":[-25,35.6],"knL":[-33.4,180.4],"ftL":[-33.6,302.7]},{"rootY":0.6,"hips":[0,0],"chest":[6.6,-80.3],"neck":[6.6,-80.3],"head":[19.2,-146],"shR":[71.4,-100.8],"elR":[133.1,-15.9],"haR":[194.7,3.4],"shL":[-55.4,-114.1],"elL":[-84.1,-20],"haL":[-99.3,43.3],"hipR":[28.3,38],"knR":[22.4,177.1],"ftR":[-29.3,319.5],"hipL":[-23.8,36.1],"knL":[-35.6,179.2],"ftL":[-44.9,294.9]},{"rootY":0.9,"hips":[0,0],"chest":[8.4,-80.1],"neck":[8.4,-80.1],"head":[22.9,-144.8],"shR":[72.8,-100.1],"elR":[137.3,-16.9],"haR":[198.9,3.9],"shL":[-52.4,-114.3],"elL":[-81.8,-21.4],"haL":[-95.1,43.5],"hipR":[29.1,37.8],"knR":[24.7,177.6],"ftR":[-28.5,319.3],"hipL":[-21.6,35.9],"knL":[-31.4,176.1],"ftL":[-52.9,285.4]},{"rootY":1.1,"hips":[0,0],"chest":[10.4,-79.1],"neck":[10.4,-79.1],"head":[29.7,-141.8],"shR":[74,-97.5],"elR":[140.5,-15.2],"haR":[202,8.2],"shL":[-48.6,-115],"elL":[-80.6,-23.1],"haL":[-94.2,41.6],"hipR":[29.8,37.6],"knR":[25,177.9],"ftR":[-27.8,320],"hipL":[-19.2,36.4],"knL":[-26.2,172.4],"ftL":[-59,274.2]},{"rootY":-1.5,"hips":[0,0],"chest":[14.5,-78.6],"neck":[14.5,-78.6],"head":[40.5,-140.9],"shR":[77.8,-97],"elR":[145.5,-15.2],"haR":[207,11.1],"shL":[-43.5,-114.4],"elL":[-78.4,-22.6],"haL":[-90.8,42.6],"hipR":[31.2,36.6],"knR":[25.1,178.9],"ftR":[-26,322.1],"hipL":[-15.9,37.8],"knL":[-15,168.1],"ftL":[-62.8,260.9]},{"rootY":-3.6,"hips":[0,0],"chest":[18.4,-78.1],"neck":[18.4,-78.1],"head":[45.2,-139.4],"shR":[80.4,-95.9],"elR":[149.2,-14.9],"haR":[209.9,15.1],"shL":[-37.7,-114.4],"elL":[-74.6,-24.3],"haL":[-84.8,40.8],"hipR":[31.5,36.2],"knR":[24.2,180.3],"ftR":[-23.9,324.7],"hipL":[-12.5,38],"knL":[-0.8,164.2],"ftL":[-62.3,248.2]},{"rootY":-9.7,"hips":[0,0],"chest":[19.9,-77.6],"neck":[19.9,-77.6],"head":[46.2,-139.2],"shR":[80,-93.5],"elR":[148.3,-12.2],"haR":[207.9,21],"shL":[-32.4,-115.6],"elL":[-72.9,-27.2],"haL":[-79,37.6],"hipR":[29.7,37.3],"knR":[20.9,183.1],"ftR":[-23,328.8],"hipL":[-11.8,37.8],"knL":[17.9,151.4],"ftL":[-64.2,236]},{"rootY":-7,"hips":[0,0],"chest":[24.8,-76.5],"neck":[24.8,-76.5],"head":[50.8,-138.7],"shR":[83.7,-92.1],"elR":[150.6,-9.9],"haR":[210.6,23.1],"shL":[-24.4,-114.3],"elL":[-68.5,-27.3],"haL":[-70.8,36.6],"hipR":[30.3,36.2],"knR":[24.3,182.1],"ftR":[-19.3,327.9],"hipL":[-8.2,38.7],"knL":[32.2,145.4],"ftL":[-51.7,228.8]},{"rootY":-9.9,"hips":[0,0],"chest":[27.4,-75.4],"neck":[27.4,-75.4],"head":[56.8,-136.3],"shR":[83.9,-90],"elR":[149.3,-6.3],"haR":[209.3,25.5],"shL":[-17,-113.7],"elL":[-65,-27.3],"haL":[-62.5,37],"hipR":[29.6,36],"knR":[23.6,182.5],"ftR":[-16.7,329.2],"hipL":[-5.8,38.8],"knL":[53.7,133.5],"ftL":[-40.4,222.9]},{"rootY":-9.6,"hips":[0,0],"chest":[30.4,-74.3],"neck":[30.4,-74.3],"head":[60.6,-135.2],"shR":[85.4,-89.5],"elR":[151.3,-6.2],"haR":[210.8,26.1],"shL":[-11.7,-111.7],"elL":[-62.3,-26.1],"haL":[-53.8,36.1],"hipR":[27.7,37],"knR":[26.1,183.5],"ftR":[-14.2,330.3],"hipL":[-4.3,38],"knL":[70.7,122.2],"ftL":[-23.1,219.2]},{"rootY":-12.4,"hips":[0,0],"chest":[33.8,-72.9],"neck":[33.8,-72.9],"head":[66,-133.2],"shR":[84.5,-86.5],"elR":[151.3,-3.9],"haR":[210.4,28.3],"shL":[-2.6,-111.7],"elL":[-54.8,-25.9],"haL":[-37.4,34.9],"hipR":[27.9,35.7],"knR":[16.9,183.8],"ftR":[-12,332.7],"hipL":[-1.7,39.2],"knL":[89.3,110.2],"ftL":[-5.7,217.4]},{"rootY":-12.1,"hips":[0,0],"chest":[36.1,-72.2],"neck":[36.1,-72.2],"head":[70.2,-132.7],"shR":[83.3,-85.9],"elR":[150.2,-3.5],"haR":[209.5,28.8],"shL":[4.6,-110.5],"elL":[-47.3,-23.9],"haL":[-22.4,35.1],"hipR":[26.1,36],"knR":[17.4,184.6],"ftR":[-9.6,333.9],"hipL":[-0.2,39.3],"knL":[103.2,102.5],"ftL":[15.5,218.7]},{"rootY":-11.3,"hips":[0,0],"chest":[38.3,-71.9],"neck":[38.3,-71.9],"head":[73.6,-132],"shR":[83.4,-83.7],"elR":[149.5,-0.9],"haR":[209.1,31.2],"shL":[10,-111.8],"elL":[-37.5,-22.9],"haL":[-4.2,32.4],"hipR":[26.4,33.5],"knR":[12.8,182.3],"ftR":[-7.4,332.3],"hipL":[3.9,40.8],"knL":[115.2,95],"ftL":[36.2,219.8]},{"rootY":-12.2,"hips":[0,0],"chest":[39.6,-71.4],"neck":[39.6,-71.4],"head":[74.8,-132.2],"shR":[81,-84.3],"elR":[146.1,-0.9],"haR":[206.3,30.6],"shL":[14.9,-110.2],"elL":[-26.7,-19.9],"haL":[16.9,30.3],"hipR":[24,34.6],"knR":[8.3,183.6],"ftR":[-7.6,334.1],"hipL":[3.7,40.8],"knL":[122.3,91.9],"ftL":[51.9,223.7]},{"rootY":-11.6,"hips":[0,0],"chest":[40.7,-71.2],"neck":[40.7,-71.2],"head":[75.9,-132.3],"shR":[81.2,-83.1],"elR":[145.8,0.8],"haR":[206,31.6],"shL":[17.6,-110.8],"elL":[-10.6,-16.6],"haL":[41.4,25.3],"hipR":[23.8,33.8],"knR":[17.1,183.2],"ftR":[-8,332.9],"hipL":[4.6,41.4],"knL":[127.4,91.2],"ftL":[64.5,227.9]},{"rootY":-12.2,"hips":[0,0],"chest":[40.7,-70.8],"neck":[40.7,-70.8],"head":[76.8,-131.8],"shR":[78.9,-81.8],"elR":[143,2.6],"haR":[203.6,32.7],"shL":[20,-111.2],"elL":[5.6,-15.9],"haL":[65,17.6],"hipR":[22.9,37.7],"knR":[28.7,186.7],"ftR":[-8.8,334.2],"hipL":[3.6,37.2],"knL":[128.2,92.9],"ftL":[72.5,233.1]},{"rootY":-12.8,"hips":[0,0],"chest":[41.3,-70.3],"neck":[41.3,-70.3],"head":[76.5,-132.1],"shR":[76.6,-79.6],"elR":[140,5.4],"haR":[200.9,35],"shL":[23.1,-112.4],"elL":[23.2,-17.3],"haL":[88.5,6.8],"hipR":[22.8,38.5],"knR":[31.6,187.5],"ftR":[-9.6,334.1],"hipL":[3.6,35.8],"knL":[129,95.6],"ftL":[77,237.6]},{"rootY":-12.3,"hips":[0,0],"chest":[41.6,-70.8],"neck":[41.6,-70.8],"head":[76.8,-132.7],"shR":[77.8,-86.2],"elR":[139.5,-0.1],"haR":[200.5,29.5],"shL":[22.4,-107],"elL":[37.2,-14.7],"haL":[106.2,-0.8],"hipR":[21.9,38],"knR":[29.8,187.5],"ftR":[-11.2,334.1],"hipL":[5.8,36.4],"knL":[130.6,100.9],"ftL":[74.2,241]},{"rootY":-11.3,"hips":[0,0],"chest":[42.4,-70.2],"neck":[42.4,-70.2],"head":[75.7,-133.2],"shR":[71.9,-83.4],"elR":[131.7,4.3],"haR":[193.3,32.3],"shL":[30.4,-108.5],"elL":[58.7,-20.7],"haL":[129,-14.4],"hipR":[21.1,35.7],"knR":[23.9,185.7],"ftR":[-13.7,333.1],"hipL":[7.7,39.2],"knL":[132.9,103.3],"ftL":[69.9,240.4]},{"rootY":-11.4,"hips":[0,0],"chest":[43.2,-69.9],"neck":[43.2,-69.9],"head":[77.1,-132.7],"shR":[71.2,-82.8],"elR":[127.1,7.6],"haR":[189.3,34.4],"shL":[32.9,-108.5],"elL":[75.7,-25.5],"haL":[146,-26],"hipR":[19.7,33],"knR":[14.6,183.2],"ftR":[-16.3,332.2],"hipL":[8.5,42],"knL":[134.6,104.5],"ftL":[66.1,239.1]},{"rootY":-10.5,"hips":[0,0],"chest":[44.3,-69.3],"neck":[44.3,-69.3],"head":[78.1,-132.1],"shR":[70.6,-86],"elR":[124.4,5.7],"haR":[186.8,31.5],"shL":[36,-103.9],"elL":[90.9,-27.6],"haL":[160.3,-30.9],"hipR":[18.5,34.1],"knR":[18.1,184.3],"ftR":[-19.8,331.8],"hipL":[7.7,41.7],"knL":[133.4,106.1],"ftL":[64.1,239.8]},{"rootY":-11.8,"hips":[0,0],"chest":[45.9,-68.4],"neck":[45.9,-68.4],"head":[79,-131.5],"shR":[71.3,-85.3],"elR":[119.9,9.1],"haR":[182.9,34.1],"shL":[38.4,-102.8],"elL":[104.1,-33.8],"haL":[173.1,-38.1],"hipR":[17.5,35.1],"knR":[10.7,185.4],"ftR":[-22.2,334],"hipL":[7.6,41.2],"knL":[133.4,106.6],"ftL":[61.5,238.7]},{"rootY":-13,"hips":[0,0],"chest":[46.6,-67.8],"neck":[46.6,-67.8],"head":[79.9,-130.7],"shR":[70.1,-86],"elR":[114.4,10.4],"haR":[177.4,35.1],"shL":[41.8,-100.7],"elL":[114.6,-38.2],"haL":[183.3,-41.3],"hipR":[17.2,33.6],"knR":[-3.8,182.8],"ftR":[-25,333.5],"hipL":[7.3,42.5],"knL":[133,106.2],"ftL":[61,237.9]},{"rootY":-17.9,"hips":[0,0],"chest":[47.8,-66.8],"neck":[47.8,-66.8],"head":[80.7,-129.9],"shR":[70.3,-83.8],"elR":[109.7,14.6],"haR":[172.7,40.2],"shL":[44.5,-100.6],"elL":[123.2,-43.7],"haL":[192.2,-43.5],"hipR":[16,36.4],"knR":[-5.3,185.6],"ftR":[-26.9,336.2],"hipL":[6.7,40.6],"knL":[129.3,112],"ftL":[55.8,242.2]},{"rootY":-22.1,"hips":[0,0],"chest":[49.7,-65.7],"neck":[49.7,-65.7],"head":[82.4,-128.9],"shR":[72.8,-83.6],"elR":[106.6,16.7],"haR":[168.9,44.2],"shL":[45.9,-98.5],"elL":[128.4,-45.4],"haL":[197.9,-41.4],"hipR":[14.6,35.1],"knR":[-6.9,184.2],"ftR":[-28.6,334.9],"hipL":[6.1,42.3],"knL":[125.8,119.5],"ftL":[49,248.3]},{"rootY":-25.5,"hips":[0,0],"chest":[51.2,-64.3],"neck":[51.2,-64.3],"head":[83.2,-127.7],"shR":[71.9,-84.2],"elR":[101.6,17.1],"haR":[162.8,47.4],"shL":[50.6,-94.7],"elL":[135.3,-42.9],"haL":[205,-35.2],"hipR":[13.1,35.4],"knR":[-5.1,185],"ftR":[-23.5,336.1],"hipL":[6.7,42.2],"knL":[122.5,126.2],"ftL":[43.5,253.8]},{"rootY":-29.5,"hips":[0,0],"chest":[52.7,-63.4],"neck":[52.7,-63.4],"head":[84.9,-126.6],"shR":[74.1,-81.8],"elR":[99.8,20.3],"haR":[159.6,53.2],"shL":[52.6,-95.1],"elL":[137,-43],"haL":[206.2,-30.9],"hipR":[11.4,31.6],"knR":[-5.6,181.3],"ftR":[-22.7,332.6],"hipL":[4.9,45.2],"knL":[118.6,132.5],"ftL":[38.7,259.6]},{"rootY":-39.2,"hips":[0,0],"chest":[54.2,-62.1],"neck":[54.2,-62.1],"head":[86.4,-125.1],"shR":[75.2,-81],"elR":[96.8,21.9],"haR":[155.3,57.2],"shL":[55.2,-93],"elL":[137.9,-38.4],"haL":[206.5,-22.9],"hipR":[9.8,33.9],"knR":[13.9,184.5],"ftR":[-25.9,331.3],"hipL":[4.2,44.2],"knL":[111.8,140.3],"ftL":[33.5,268.9]},{"rootY":-47.7,"hips":[0,0],"chest":[56,-60.2],"neck":[56,-60.2],"head":[87.9,-123.1],"shR":[76.4,-78.9],"elR":[95.7,24.4],"haR":[153.2,61.9],"shL":[59,-90.5],"elL":[137.6,-31.7],"haL":[205.6,-15.9],"hipR":[9,36.6],"knR":[33.9,185.2],"ftR":[-28.3,323.9],"hipL":[5.7,42.2],"knL":[105.5,147.1],"ftL":[30.3,277.6]},{"rootY":-56.4,"hips":[0,0],"chest":[58.7,-57.7],"neck":[58.7,-57.7],"head":[90.6,-120.5],"shR":[81.3,-74.7],"elR":[97.8,28.9],"haR":[153.9,68.5],"shL":[61.2,-88.9],"elL":[134.1,-24.9],"haL":[201.5,-9.3],"hipR":[11.5,36.7],"knR":[49,182.6],"ftR":[-29,313.1],"hipL":[6.5,41.5],"knL":[98.8,153.3],"ftL":[28.1,286.3]},{"rootY":-64.7,"hips":[0,0],"chest":[59.2,-56.9],"neck":[59.2,-56.9],"head":[91.9,-119.1],"shR":[80.9,-73],"elR":[95.8,30.8],"haR":[150.4,72.8],"shL":[64.2,-88.2],"elL":[132.6,-18.7],"haL":[199.6,-2.6],"hipR":[9.5,37.3],"knR":[66.3,176.8],"ftR":[-23.6,299.6],"hipL":[5.6,41.5],"knL":[91.4,158.5],"ftL":[26.8,294.6]},{"rootY":-72.9,"hips":[0,0],"chest":[58.8,-56.7],"neck":[58.8,-56.7],"head":[92.6,-118],"shR":[78.2,-65.8],"elR":[92.2,37.8],"haR":[145.3,81.7],"shL":[69.1,-92.9],"elL":[134.4,-19.6],"haL":[200.7,-1.9],"hipR":[9.6,37.3],"knR":[81.7,169.6],"ftR":[-20.6,282.3],"hipL":[5,41.6],"knL":[83,163.9],"ftL":[24.9,302.9]},{"rootY":-80.1,"hips":[0,0],"chest":[59.4,-55.1],"neck":[59.4,-55.1],"head":[94.2,-115.6],"shR":[76.6,-60.9],"elR":[89.7,42.3],"haR":[141.6,87.6],"shL":[73.1,-93.4],"elL":[136,-16.7],"haL":[202.2,2.7],"hipR":[8.4,37.2],"knR":[97.4,158.7],"ftR":[-12,264.5],"hipL":[5.9,41.7],"knL":[76.5,168.5],"ftL":[23.8,309.8]},{"rootY":-85.7,"hips":[0,0],"chest":[59.2,-55.3],"neck":[59.2,-55.3],"head":[94.6,-115.3],"shR":[77.8,-59.2],"elR":[90.3,44.1],"haR":[141.1,90.8],"shL":[72.3,-94.9],"elL":[132.7,-16.9],"haL":[198,4.3],"hipR":[7.3,37.5],"knR":[110.6,147],"ftR":[-4,247.1],"hipL":[4.6,41.9],"knL":[68.7,172],"ftL":[22.4,315.3]},{"rootY":-91.3,"hips":[0,0],"chest":[59,-55.1],"neck":[59,-55.1],"head":[94.5,-115.1],"shR":[76.8,-59],"elR":[89.7,44.4],"haR":[139.3,92.5],"shL":[73.3,-94.3],"elL":[131.4,-14.8],"haL":[195.7,8.3],"hipR":[6.6,38],"knR":[121.8,135],"ftR":[3.5,230.8],"hipL":[4.5,41.5],"knL":[61.4,174.9],"ftL":[19.6,320]},{"rootY":-96.9,"hips":[0,0],"chest":[59.5,-54.4],"neck":[59.5,-54.4],"head":[95.6,-114.1],"shR":[77.5,-56],"elR":[89.5,47],"haR":[138.7,95.3],"shL":[73.4,-95.8],"elL":[129.8,-14.7],"haL":[193.5,10.1],"hipR":[7.4,37],"knR":[130.9,123.3],"ftR":[13.2,219.8],"hipL":[5,42.2],"knL":[54.2,178.6],"ftL":[17.5,325.3]},{"rootY":-99.1,"hips":[0,0],"chest":[59,-54.7],"neck":[59,-54.7],"head":[95.3,-114.4],"shR":[76.3,-56.2],"elR":[86.4,46.2],"haR":[135.8,93.9],"shL":[73.9,-96],"elL":[129.3,-13.6],"haL":[192.7,12.7],"hipR":[5.8,38.3],"knR":[138.5,109.5],"ftR":[25.2,210.9],"hipL":[4.4,41.3],"knL":[49.2,179.2],"ftL":[16.8,326.7]},{"rootY":-102.9,"hips":[0,0],"chest":[59.3,-54.5],"neck":[59.3,-54.5],"head":[96.1,-113.6],"shR":[76.2,-56.3],"elR":[84.7,45.8],"haR":[135,91.8],"shL":[74.9,-95.2],"elL":[128.8,-11.7],"haL":[191.4,15.9],"hipR":[6.3,37.2],"knR":[143,100.6],"ftR":[35.6,208.2],"hipL":[4.4,42.2],"knL":[44.3,181.5],"ftL":[14.7,329.8]},{"rootY":-103.7,"hips":[0,0],"chest":[58.2,-55.8],"neck":[58.2,-55.8],"head":[94.5,-115.5],"shR":[77.4,-58.2],"elR":[82.5,41.8],"haR":[133.9,84.6],"shL":[71.7,-96.1],"elL":[124.1,-11.6],"haL":[186.4,16.3],"hipR":[6,38.8],"knR":[146.2,93.9],"ftR":[46.2,208.3],"hipL":[3.5,40.9],"knL":[40.4,181],"ftL":[12.2,329.5]},{"rootY":-108.2,"hips":[0,0],"chest":[59.8,-54.5],"neck":[59.8,-54.5],"head":[96.6,-113.9],"shR":[75.4,-58.7],"elR":[81.1,39.9],"haR":[135.1,77],"shL":[76.8,-92.9],"elL":[126.8,-7.2],"haL":[188.3,21.1],"hipR":[8.3,35],"knR":[146.9,94.2],"ftR":[54.7,215],"hipL":[5.2,43.5],"knL":[37.4,184.8],"ftL":[9.8,333.6]},{"rootY":-108.9,"hips":[0,0],"chest":[59.1,-55.4],"neck":[59.1,-55.4],"head":[96.5,-114.4],"shR":[75.3,-62.6],"elR":[80.7,33.3],"haR":[136.6,62.2],"shL":[75.7,-90.9],"elL":[124.3,-4.2],"haL":[185.9,24.2],"hipR":[8.3,35.3],"knR":[146.8,94.6],"ftR":[62.1,220.7],"hipL":[4.9,43.3],"knL":[35.2,185.1],"ftL":[7,333.8]},{"rootY":-107.4,"hips":[0,0],"chest":[57.6,-56.8],"neck":[57.6,-56.8],"head":[95.7,-115.2],"shR":[72.9,-65.7],"elR":[84.4,30.9],"haR":[143.1,49.5],"shL":[74.9,-90.9],"elL":[121.8,-3.2],"haL":[183.6,25],"hipR":[8.2,36.7],"knR":[146.5,96.5],"ftR":[65.9,225.2],"hipL":[4.5,42.4],"knL":[36,183.9],"ftL":[5.1,331.8]},{"rootY":-105.4,"hips":[0,0],"chest":[56.7,-57.6],"neck":[56.7,-57.6],"head":[95.4,-115.8],"shR":[73.6,-67.5],"elR":[91.2,27.3],"haR":[150.3,35.7],"shL":[71.9,-91.3],"elL":[116.8,-2.8],"haL":[178.1,25.3],"hipR":[6.7,38.5],"knR":[145,98.3],"ftR":[67.6,229],"hipL":[5.2,40.9],"knL":[37.4,182.3],"ftL":[2.8,329.4]},{"rootY":-104.8,"hips":[0,0],"chest":[56.2,-58.5],"neck":[56.2,-58.5],"head":[95.4,-116],"shR":[74.3,-69.9],"elR":[97.4,19.1],"haR":[155.1,19.7],"shL":[69.9,-91.1],"elL":[113.1,-2],"haL":[174.1,26.2],"hipR":[6.8,38.3],"knR":[142.6,103.2],"ftR":[63.9,233.2],"hipL":[4.9,41.1],"knL":[38.4,182.2],"ftL":[0.7,328.5]},{"rootY":-105,"hips":[0,0],"chest":[56.3,-58.8],"neck":[56.3,-58.8],"head":[95.4,-116.5],"shR":[75.4,-72.3],"elR":[124.4,11.7],"haR":[181.6,3.8],"shL":[68.9,-89.5],"elL":[109.7,0.4],"haL":[170.6,28.2],"hipR":[7.6,38.6],"knR":[140.5,109.1],"ftR":[58.4,237],"hipL":[5.6,40.6],"knL":[38.1,181.9],"ftL":[-3,327.3]},{"rootY":-105.5,"hips":[0,0],"chest":[56,-59.4],"neck":[56,-59.4],"head":[95.9,-116.2],"shR":[74.6,-75.4],"elR":[147.9,-2.5],"haR":[203.3,-24.2],"shL":[69.1,-87.5],"elL":[108,3.5],"haL":[169.1,31.6],"hipR":[7.1,38.6],"knR":[138.5,111.9],"ftR":[54.5,238.5],"hipL":[4.7,40.8],"knL":[36.9,182.2],"ftL":[-5.7,327.3]},{"rootY":-106.5,"hips":[0,0],"chest":[56,-59.5],"neck":[56,-59.5],"head":[95.5,-116.6],"shR":[76.1,-77.4],"elR":[160,-14.1],"haR":[214.4,-47.8],"shL":[67.7,-85.6],"elL":[104.2,6.2],"haL":[165.3,34.3],"hipR":[6.3,38.7],"knR":[136.4,113.7],"ftR":[51.1,239.7],"hipL":[4.3,40.9],"knL":[33.7,182.9],"ftL":[-8.5,328.3]},{"rootY":-108.1,"hips":[0,0],"chest":[56.4,-58.9],"neck":[56.4,-58.9],"head":[96.2,-115.5],"shR":[70.4,-77.2],"elR":[158,-19.5],"haR":[217.4,-51.5],"shL":[74.5,-84.6],"elL":[106.5,9],"haL":[167.2,38],"hipR":[6.1,38.7],"knR":[134.1,117.1],"ftR":[47.4,242],"hipL":[4.5,40.9],"knL":[28.4,184],"ftL":[-11.1,330]},{"rootY":-112.9,"hips":[0,0],"chest":[57.6,-57.9],"neck":[57.6,-57.9],"head":[97.7,-113.8],"shR":[72.5,-78.1],"elR":[158.9,-19.8],"haR":[218,-48.1],"shL":[75.1,-81.4],"elL":[103.2,12.9],"haL":[163.2,43.1],"hipR":[5.9,38.5],"knR":[130,122.6],"ftR":[42.7,247.2],"hipL":[4.3,41.1],"knL":[23.2,184.8],"ftL":[-15.5,331.3]},{"rootY":-118.9,"hips":[0,0],"chest":[58.7,-56.8],"neck":[58.7,-56.8],"head":[99,-112.1],"shR":[73.6,-78.9],"elR":[134.5,-3.5],"haR":[198.2,-18.8],"shL":[76.3,-78.2],"elL":[100.1,17.4],"haL":[159.4,49.3],"hipR":[5.4,38.2],"knR":[124.8,128.6],"ftR":[38.3,253.7],"hipL":[2.7,41.6],"knL":[18.5,185.9],"ftL":[-15.2,333.8]},{"rootY":-125.1,"hips":[0,0],"chest":[60.1,-55.5],"neck":[60.1,-55.5],"head":[100,-111],"shR":[79.5,-79.1],"elR":[140.2,-1.2],"haR":[204,-17.2],"shL":[73,-75.2],"elL":[93.5,20.5],"haL":[151.7,54.5],"hipR":[4.4,38.7],"knR":[118.1,136],"ftR":[33.4,262.5],"hipL":[1.5,41.4],"knL":[17,185.6],"ftL":[-12.9,334.5]},{"rootY":-132,"hips":[0,0],"chest":[61.5,-53.7],"neck":[61.5,-53.7],"head":[100.4,-110],"shR":[84.3,-77.5],"elR":[139.7,3.5],"haR":[203.4,-11],"shL":[70.4,-73.4],"elL":[88.1,22.7],"haL":[144.6,59.3],"hipR":[4.1,37.7],"knR":[109.9,142.6],"ftR":[25.9,269.5],"hipL":[0.3,42.3],"knL":[19.7,186.1],"ftL":[-12.7,334.4]},{"rootY":-137.9,"hips":[0,0],"chest":[63.6,-50.9],"neck":[63.6,-50.9],"head":[102.5,-106.6],"shR":[80.5,-75.3],"elR":[132.5,7.7],"haR":[196.1,-4.3],"shL":[77.9,-70.7],"elL":[92.2,25.7],"haL":[147,64.6],"hipR":[4.7,37.6],"knR":[105,147.9],"ftR":[26.1,277.9],"hipL":[0.4,42.4],"knL":[28.3,184.4],"ftL":[-14.1,330.2]},{"rootY":-146.7,"hips":[0,0],"chest":[65.3,-48.6],"neck":[65.3,-48.6],"head":[104.4,-103.7],"shR":[76.7,-73.8],"elR":[123.1,11.7],"haR":[186.7,1.2],"shL":[85.4,-67.6],"elL":[96.8,29.8],"haL":[150.5,70.7],"hipR":[6.1,37.2],"knR":[98.7,154.3],"ftR":[23.5,286.5],"hipL":[0.9,42.6],"knL":[39.2,182.1],"ftL":[-20,321.9]},{"rootY":-152.8,"hips":[0,0],"chest":[65.6,-47.7],"neck":[65.6,-47.7],"head":[104.4,-103],"shR":[76,-73.2],"elR":[120.1,15.7],"haR":[184.6,6],"shL":[87.9,-65.6],"elL":[98,32.3],"haL":[150.7,75],"hipR":[5.5,37.6],"knR":[93.8,158],"ftR":[23.5,292.7],"hipL":[0.1,42.4],"knL":[53.3,176.3],"ftL":[-22.2,307.8]},{"rootY":-159.8,"hips":[0,0],"chest":[66.8,-46.4],"neck":[66.8,-46.4],"head":[105.7,-101.6],"shR":[79,-72.8],"elR":[119.3,18.9],"haR":[184.2,10.4],"shL":[88.2,-62.7],"elL":[97,35.4],"haL":[149.3,78.8],"hipR":[7.2,37],"knR":[88.7,162.3],"ftR":[22.6,299],"hipL":[0.4,42.7],"knL":[68.2,168.7],"ftL":[-22.3,289.8]},{"rootY":-165.7,"hips":[0,0],"chest":[68.3,-44.4],"neck":[68.3,-44.4],"head":[107.7,-98.5],"shR":[85.4,-69.7],"elR":[122.5,24],"haR":[187.6,16.9],"shL":[85.6,-60.9],"elL":[93.7,35.8],"haL":[145.5,78.9],"hipR":[8.8,36.2],"knR":[82.9,166],"ftR":[22.7,305.1],"hipL":[2.3,43],"knL":[83.5,158.3],"ftL":[-17.3,269.4]},{"rootY":-171.2,"hips":[0,0],"chest":[68.7,-43.8],"neck":[68.7,-43.8],"head":[108,-98.4],"shR":[88.3,-69.3],"elR":[123.2,25.6],"haR":[188.3,19],"shL":[84.3,-59.1],"elL":[91.3,37.2],"haL":[143.7,79.2],"hipR":[8.2,36.9],"knR":[77.7,169.4],"ftR":[22.5,310.6],"hipL":[2,42.5],"knL":[97.5,145.8],"ftL":[-11,249]},{"rootY":-175.8,"hips":[0,0],"chest":[69.7,-42.5],"neck":[69.7,-42.5],"head":[108.8,-96.7],"shR":[94,-65.4],"elR":[125.5,30.3],"haR":[190.2,24.5],"shL":[82.2,-58.8],"elL":[87.4,36.6],"haL":[141.6,74.6],"hipR":[9.9,36],"knR":[72.6,171.7],"ftR":[21.6,314.2],"hipL":[2.7,43],"knL":[108.5,132.1],"ftL":[-2.8,231.7]},{"rootY":-180.8,"hips":[0,0],"chest":[70.6,-40.8],"neck":[70.6,-40.8],"head":[110.6,-93.9],"shR":[94.3,-62.2],"elR":[123,33.9],"haR":[187.4,28],"shL":[86,-56.5],"elL":[87.8,37.7],"haL":[143.6,69.2],"hipR":[11.7,35.7],"knR":[67.5,174.6],"ftR":[19.4,318.3],"hipL":[4.7,42.7],"knL":[116.4,119.7],"ftL":[8.4,219.9]},{"rootY":-182.4,"hips":[0,0],"chest":[70.7,-40.2],"neck":[70.7,-40.2],"head":[111.3,-92.3],"shR":[95.4,-59.5],"elR":[121.5,37.4],"haR":[185.6,30.7],"shL":[87.2,-55.7],"elL":[88.8,38.6],"haL":[147.7,60.7],"hipR":[11.3,35.9],"knR":[63.5,176],"ftR":[18.5,320.8],"hipL":[4.8,42.5],"knL":[125.1,107.1],"ftL":[19.6,211.5]},{"rootY":-184.7,"hips":[0,0],"chest":[71,-39.4],"neck":[71,-39.4],"head":[113,-89.4],"shR":[97.3,-57.1],"elR":[120.9,40.7],"haR":[184.9,32.7],"shL":[87.6,-54.4],"elL":[91,38.5],"haL":[150.8,52.1],"hipR":[12.3,35.5],"knR":[59.2,177.6],"ftR":[16.5,322.9],"hipL":[5.2,42.6],"knL":[129.6,97.1],"ftL":[32,208.8]},{"rootY":-185.7,"hips":[0,0],"chest":[71.5,-38.2],"neck":[71.5,-38.2],"head":[115,-87.4],"shR":[99.2,-54.5],"elR":[119.4,44.2],"haR":[183.3,35.3],"shL":[87.8,-52.9],"elL":[94.8,40.2],"haL":[157.1,45.8],"hipR":[12.6,35.4],"knR":[56.9,178.4],"ftR":[14.5,323.8],"hipL":[5.9,42.5],"knL":[133.5,91.9],"ftL":[45.1,211.3]},{"rootY":-187,"hips":[0,0],"chest":[71.9,-36.9],"neck":[71.9,-36.9],"head":[117.4,-83.8],"shR":[98.5,-52.4],"elR":[115.7,46.8],"haR":[179.3,37.1],"shL":[90.7,-50.9],"elL":[101.6,40.7],"haL":[164.1,43.2],"hipR":[12.7,35.5],"knR":[55,179.2],"ftR":[11.8,324.4],"hipL":[6.3,42.3],"knL":[135.3,89.9],"ftL":[56.4,216]},{"rootY":-187.5,"hips":[0,0],"chest":[71.7,-37.2],"neck":[71.7,-37.2],"head":[119.1,-82.1],"shR":[101.3,-50],"elR":[115.2,49.2],"haR":[178.6,39.9],"shL":[88.1,-52.7],"elL":[102.8,38.4],"haL":[166,38.9],"hipR":[12.4,35.6],"knR":[51.4,180.1],"ftR":[8.1,325.2],"hipL":[5.3,42.5],"knL":[134.9,90.2],"ftL":[63.6,221.5]},{"rootY":-188.6,"hips":[0,0],"chest":[71.9,-36.5],"neck":[71.9,-36.5],"head":[120.6,-79.1],"shR":[100.7,-49.3],"elR":[110.9,49.8],"haR":[174.1,40.7],"shL":[89.9,-50.6],"elL":[107.7,39.1],"haL":[170.7,38.1],"hipR":[13,35.4],"knR":[48.6,180.9],"ftR":[3.8,325.6],"hipL":[5.6,42.4],"knL":[134.5,94.2],"ftL":[66.1,227.3]},{"rootY":-188.8,"hips":[0,0],"chest":[72.1,-36.1],"neck":[72.1,-36.1],"head":[122,-77.6],"shR":[100.8,-48.1],"elR":[107.3,50.6],"haR":[170.1,42.1],"shL":[91.1,-49.5],"elL":[109.4,39.4],"haL":[171.8,37.8],"hipR":[13.2,35.1],"knR":[46.6,181.2],"ftR":[-1.6,325],"hipL":[4.9,42.8],"knL":[132.5,100.1],"ftL":[62.1,232.2]},{"rootY":-188.5,"hips":[0,0],"chest":[71.7,-36.4],"neck":[71.7,-36.4],"head":[122.7,-75.3],"shR":[97.5,-46.6],"elR":[100.9,51.8],"haR":[163.7,43.4],"shL":[94.4,-50.5],"elL":[110.6,38],"haL":[171.9,36.7],"hipR":[11,36.2],"knR":[44,182.4],"ftR":[-5,325.7],"hipL":[3.4,42.6],"knL":[129.4,104.7],"ftL":[56.1,235.3]},{"rootY":-191.2,"hips":[0,0],"chest":[72.1,-35.7],"neck":[72.1,-35.7],"head":[124,-73.1],"shR":[101,-45.9],"elR":[99.5,51.7],"haR":[162,44.9],"shL":[91.6,-49.4],"elL":[104.2,39],"haL":[164.8,37.2],"hipR":[10.3,36.1],"knR":[39.7,183.1],"ftR":[-11.4,325.7],"hipL":[2.8,42.8],"knL":[126.7,109.6],"ftL":[48.9,237.9]},{"rootY":-189.6,"hips":[0,0],"chest":[72.5,-35.3],"neck":[72.5,-35.3],"head":[125.8,-71],"shR":[103.3,-45.6],"elR":[94.6,50.4],"haR":[157.2,45.1],"shL":[90.4,-48.2],"elL":[98.1,40.3],"haL":[158.2,37.8],"hipR":[9.1,37.2],"knR":[36.4,184.8],"ftR":[-16.3,326.4],"hipL":[1.2,42.3],"knL":[124.2,112.7],"ftL":[42.6,237.9]},{"rootY":-194.4,"hips":[0,0],"chest":[73.3,-33.6],"neck":[73.3,-33.6],"head":[127.6,-67.2],"shR":[103.4,-43.6],"elR":[87,50.5],"haR":[149.8,47.5],"shL":[92.1,-46.3],"elL":[93.2,42.3],"haL":[152,39.7],"hipR":[8.2,37.1],"knR":[29.7,185.8],"ftR":[-23.1,328],"hipL":[0.9,42.5],"knL":[120.6,119],"ftL":[35.3,242]},{"rootY":-197.7,"hips":[0,0],"chest":[74.4,-31.7],"neck":[74.4,-31.7],"head":[130,-63.6],"shR":[106.1,-42.3],"elR":[80,50.1],"haR":[143.2,50.3],"shL":[91.3,-43.9],"elL":[85.2,46],"haL":[144.2,41.9],"hipR":[8.7,37],"knR":[21.9,186.8],"ftR":[-30.3,329.2],"hipL":[0.1,42.6],"knL":[115.7,126],"ftL":[26.5,246.4]},{"rootY":-203.6,"hips":[0,0],"chest":[75.1,-30.1],"neck":[75.1,-30.1],"head":[131.7,-60.2],"shR":[106.3,-42.1],"elR":[71.1,47.5],"haR":[134.3,52],"shL":[92.4,-41.1],"elL":[77.7,50.7],"haL":[137.9,46.9],"hipR":[6.9,37.5],"knR":[13.3,187.7],"ftR":[-36.1,331.2],"hipL":[-1.2,42.4],"knL":[109.3,132.7],"ftL":[17.6,251.8]},{"rootY":-208.2,"hips":[0,0],"chest":[76.3,-27.7],"neck":[76.3,-27.7],"head":[133.4,-56.6],"shR":[107.8,-39.9],"elR":[64.2,45.6],"haR":[126.8,55.8],"shL":[93.1,-38.7],"elL":[69.9,51.5],"haL":[129.3,50.1],"hipR":[5.8,38.1],"knR":[3.6,188.5],"ftR":[-42.7,333.3],"hipL":[-1.9,42.1],"knL":[101,142],"ftL":[7,258.7]},{"rootY":-213.5,"hips":[0,0],"chest":[76.9,-26.4],"neck":[76.9,-26.4],"head":[134.7,-54.2],"shR":[108.4,-39.5],"elR":[57.1,41.3],"haR":[119,56.9],"shL":[93.1,-37.6],"elL":[61.5,51.2],"haL":[121.3,52.8],"hipR":[4,38.2],"knR":[-5.3,188.4],"ftR":[-49.1,334.1],"hipL":[-3.7,42],"knL":[93.9,147.2],"ftL":[-2.5,262.7]},{"rootY":-216.9,"hips":[0,0],"chest":[76.5,-27.7],"neck":[76.5,-27.7],"head":[134.5,-55.2],"shR":[108,-41.6],"elR":[49.9,34.1],"haR":[110.5,55.6],"shL":[92.7,-38.2],"elL":[53.1,47.9],"haL":[112.5,53.9],"hipR":[-0.5,38.2],"knR":[-6.1,188.7],"ftR":[-54,333.2],"hipL":[-7.6,41.6],"knL":[85.8,151],"ftL":[-10.6,266.4]},{"rootY":-220.6,"hips":[0,0],"chest":[77.8,-24.8],"neck":[77.8,-24.8],"head":[135.8,-52.1],"shR":[108.4,-39],"elR":[44.5,32.9],"haR":[103.6,59.4],"shL":[94.6,-36],"elL":[47.3,46.1],"haL":[105.4,58.9],"hipR":[1.9,37.7],"knR":[-17.3,187.2],"ftR":[-62.2,332.6],"hipL":[-5.5,42.3],"knL":[80.2,158],"ftL":[-19.7,270.3]},{"rootY":-224.2,"hips":[0,0],"chest":[77.6,-25.1],"neck":[77.6,-25.1],"head":[136.1,-52.7],"shR":[106,-40.9],"elR":[38.7,24.7],"haR":[94.6,55.6],"shL":[96.4,-35.3],"elL":[42.2,42.8],"haL":[98.2,62.7],"hipR":[0.8,37.9],"knR":[-13.7,187.9],"ftR":[-71.5,328.7],"hipL":[-5.8,42.1],"knL":[72.4,163.4],"ftL":[-31.1,273.4]},{"rootY":-227.7,"hips":[0,0],"chest":[77.7,-25.3],"neck":[77.7,-25.3],"head":[136.4,-53.1],"shR":[105.8,-41.9],"elR":[35.7,18.7],"haR":[88.8,52.8],"shL":[96.4,-35.3],"elL":[37.8,39.4],"haL":[91.7,64.6],"hipR":[-0.1,37.6],"knR":[-9.2,188.1],"ftR":[-79.9,322.8],"hipL":[-6.1,42.2],"knL":[67,166.9],"ftL":[-34.5,278]},{"rootY":-231.1,"hips":[0,0],"chest":[77.7,-25.5],"neck":[77.7,-25.5],"head":[136.1,-53.8],"shR":[102.7,-42.7],"elR":[30.9,14],"haR":[81.3,50.7],"shL":[99.7,-35],"elL":[36.9,37.4],"haL":[88.5,67.5],"hipR":[-0.9,37.4],"knR":[-6.4,188],"ftR":[-88.3,316.3],"hipL":[-6.5,42.3],"knL":[61,170.3],"ftL":[-40.4,281.5]}]},"dab":{"name":"dab","fps":30,"height":520,"groundY":257,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[-2.7,-100.2],"neck":[-0.2,-168.2],"head":[-0.2,-204],"shR":[51.8,-150.4],"elR":[129,-162],"haR":[197.6,-174.4],"shL":[-53.6,-148.5],"elL":[-129.7,-156.2],"haL":[-198.2,-160.7],"hipR":[24.8,7.4],"knR":[22.5,130.4],"ftR":[17.9,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-27.9,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.7,-100.2],"neck":[-0.1,-168.2],"head":[-0.1,-204],"shR":[51.8,-150.4],"elR":[129.1,-161.9],"haR":[197.7,-174.3],"shL":[-53.5,-148.6],"elL":[-129.6,-156.4],"haL":[-198.1,-161.1],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.9,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.6,-100.2],"neck":[0.1,-168.2],"head":[0,-204],"shR":[52,-150.5],"elR":[129.2,-161.8],"haR":[197.9,-174],"shL":[-53.3,-148.8],"elL":[-129.5,-156.8],"haL":[-197.9,-161.7],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.8,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.5,-100.2],"neck":[0.3,-168.1],"head":[0.3,-203.9],"shR":[52.2,-150.5],"elR":[129.4,-161.7],"haR":[198.1,-173.7],"shL":[-53.1,-149],"elL":[-129.3,-157.2],"haL":[-197.7,-162.3],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.8,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28.1,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.4,-100.2],"neck":[0.6,-168.1],"head":[0.5,-203.9],"shR":[52.4,-150.5],"elR":[129.6,-161.5],"haR":[198.4,-173.3],"shL":[-52.9,-149.2],"elL":[-129,-157.5],"haL":[-197.5,-162.7],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.7,255.7],"hipL":[-25.2,8.1],"knL":[-26.5,131.3],"ftL":[-28.2,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.2,-100.2],"neck":[0.8,-168.1],"head":[0.7,-203.9],"shR":[52.6,-150.5],"elR":[129.9,-161.3],"haR":[198.7,-172.9],"shL":[-52.7,-149.4],"elL":[-128.8,-157.8],"haL":[-197.3,-163.2],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.6,255.7],"hipL":[-25.3,8.1],"knL":[-26.6,131.3],"ftL":[-28.3,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.1,-100.2],"neck":[1.1,-168.1],"head":[1,-203.9],"shR":[52.8,-150.5],"elR":[130.1,-161.1],"haR":[198.9,-172.5],"shL":[-52.5,-149.6],"elL":[-128.5,-158.2],"haL":[-197,-163.7],"hipR":[24.8,7.5],"knR":[22.4,130.5],"ftR":[17.4,255.7],"hipL":[-25.3,8.1],"knL":[-26.7,131.3],"ftL":[-28.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-2,-100.2],"neck":[1.3,-168.1],"head":[1.3,-203.9],"shR":[53.1,-150.4],"elR":[130.4,-160.9],"haR":[199.2,-172.3],"shL":[-52.2,-149.8],"elL":[-128.3,-158.6],"haL":[-196.7,-164.3],"hipR":[24.9,7.5],"knR":[22.3,130.5],"ftR":[17.3,255.7],"hipL":[-25.3,8.1],"knL":[-26.8,131.3],"ftL":[-28.6,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.8,-100.2],"neck":[1.6,-168.2],"head":[1.6,-203.9],"shR":[53.3,-150.3],"elR":[130.6,-160.8],"haR":[199.4,-172.2],"shL":[-52,-150],"elL":[-128,-159],"haL":[-196.4,-164.9],"hipR":[24.9,7.5],"knR":[22.2,130.5],"ftR":[17.1,255.7],"hipL":[-25.3,8.1],"knL":[-26.8,131.3],"ftL":[-28.7,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.7,-100.2],"neck":[1.9,-168.2],"head":[1.9,-203.8],"shR":[53.5,-150.3],"elR":[130.8,-160.8],"haR":[199.6,-172.2],"shL":[-51.7,-150.1],"elL":[-127.7,-159.5],"haL":[-196,-165.7],"hipR":[24.8,7.5],"knR":[22.2,130.5],"ftR":[17,255.7],"hipL":[-25.3,8.1],"knL":[-26.9,131.2],"ftL":[-28.9,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.6,-100.2],"neck":[2.2,-168.2],"head":[2.2,-203.8],"shR":[53.8,-150.2],"elR":[131,-160.8],"haR":[199.8,-172.3],"shL":[-51.5,-150.4],"elL":[-127.3,-160.1],"haL":[-195.6,-166.6],"hipR":[24.8,7.5],"knR":[22.1,130.5],"ftR":[16.8,255.7],"hipL":[-25.3,8.1],"knL":[-27,131.2],"ftL":[-29.1,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.5,-100.2],"neck":[2.4,-168.2],"head":[2.4,-203.8],"shR":[54,-150.2],"elR":[131.2,-160.9],"haR":[200,-172.4],"shL":[-51.3,-150.6],"elL":[-127,-160.7],"haL":[-195.3,-167.6],"hipR":[24.8,7.5],"knR":[22,130.5],"ftR":[16.5,255.7],"hipL":[-25.3,8.1],"knL":[-27.1,131.2],"ftL":[-29.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.4,-100.3],"neck":[2.6,-168.2],"head":[2.6,-203.8],"shR":[54.1,-150.3],"elR":[131.4,-161],"haR":[200.1,-172.6],"shL":[-51.1,-150.8],"elL":[-126.8,-161.3],"haL":[-194.9,-168.5],"hipR":[24.8,7.5],"knR":[21.8,130.5],"ftR":[16.2,255.7],"hipL":[-25.3,8.1],"knL":[-27.3,131.2],"ftL":[-29.7,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.3,-100.3],"neck":[2.7,-168.2],"head":[2.8,-203.8],"shR":[54.2,-150.3],"elR":[131.5,-161.1],"haR":[200.2,-172.8],"shL":[-50.9,-151],"elL":[-126.6,-161.7],"haL":[-194.6,-169.2],"hipR":[24.8,7.5],"knR":[21.6,130.5],"ftR":[15.9,255.7],"hipL":[-25.3,8],"knL":[-27.4,131.2],"ftL":[-30,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.2,-100.3],"neck":[2.8,-168.2],"head":[2.9,-203.9],"shR":[54.3,-150.3],"elR":[131.6,-161.2],"haR":[200.3,-173],"shL":[-50.8,-151.2],"elL":[-126.3,-162.1],"haL":[-194.3,-169.8],"hipR":[24.8,7.5],"knR":[21.4,130.5],"ftR":[15.6,255.7],"hipL":[-25.4,8],"knL":[-27.6,131.2],"ftL":[-30.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.1,-100.3],"neck":[3,-168.2],"head":[3.1,-203.8],"shR":[54.5,-150.3],"elR":[131.8,-161.3],"haR":[200.4,-173.1],"shL":[-50.7,-151.3],"elL":[-126.1,-162.4],"haL":[-194.1,-170.2],"hipR":[24.9,7.5],"knR":[21.3,130.5],"ftR":[15.3,255.7],"hipL":[-25.4,8],"knL":[-27.8,131.2],"ftL":[-30.7,256.4]},{"rootY":0,"hips":[0,0],"chest":[-1,-100.3],"neck":[3.1,-168.2],"head":[3.2,-203.8],"shR":[54.6,-150.3],"elR":[131.9,-161.3],"haR":[200.5,-173.1],"shL":[-50.5,-151.4],"elL":[-125.9,-162.5],"haL":[-193.8,-170.3],"hipR":[24.9,7.5],"knR":[21.2,130.5],"ftR":[15,255.7],"hipL":[-25.4,8],"knL":[-27.9,131.2],"ftL":[-31,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.9,-100.3],"neck":[3.2,-168.2],"head":[3.3,-203.8],"shR":[54.7,-150.4],"elR":[132,-161.3],"haR":[200.7,-173.1],"shL":[-50.4,-151.5],"elL":[-125.7,-162.5],"haL":[-193.6,-170.3],"hipR":[24.9,7.6],"knR":[21,130.5],"ftR":[14.6,255.7],"hipL":[-25.5,8],"knL":[-28.1,131.2],"ftL":[-31.4,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.8,-100.3],"neck":[3.3,-168.2],"head":[3.4,-203.8],"shR":[54.8,-150.4],"elR":[132.2,-161.2],"haR":[200.8,-173],"shL":[-50.3,-151.6],"elL":[-125.6,-162.5],"haL":[-193.5,-170.2],"hipR":[24.9,7.6],"knR":[20.8,130.5],"ftR":[14.3,255.6],"hipL":[-25.5,8],"knL":[-28.3,131.1],"ftL":[-31.7,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[54.9,-150.4],"elR":[132.3,-161.2],"haR":[200.9,-172.9],"shL":[-50.3,-151.6],"elL":[-125.5,-162.5],"haL":[-193.4,-170.1],"hipR":[25,7.6],"knR":[20.6,130.5],"ftR":[13.9,255.6],"hipL":[-25.5,8],"knL":[-28.5,131.1],"ftL":[-32.1,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[55,-150.4],"elR":[132.4,-161.1],"haR":[201,-172.7],"shL":[-50.2,-151.6],"elL":[-125.5,-162.4],"haL":[-193.4,-169.9],"hipR":[25,7.6],"knR":[20.4,130.5],"ftR":[13.6,255.6],"hipL":[-25.5,8],"knL":[-28.6,131.1],"ftL":[-32.4,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.6,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[55,-150.4],"elR":[132.4,-161],"haR":[201.1,-172.5],"shL":[-50.2,-151.6],"elL":[-125.5,-162.3],"haL":[-193.3,-169.9],"hipR":[25,7.6],"knR":[20.3,130.5],"ftR":[13.4,255.6],"hipL":[-25.6,7.9],"knL":[-28.8,131.1],"ftL":[-32.7,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.5,-100.4],"neck":[3.5,-168.1],"head":[3.5,-203.7],"shR":[55.1,-150.4],"elR":[132.6,-160.9],"haR":[201.2,-172.3],"shL":[-50.1,-151.6],"elL":[-125.4,-162.3],"haL":[-193.3,-169.8],"hipR":[25,7.6],"knR":[20.1,130.5],"ftR":[13.1,255.6],"hipL":[-25.6,7.9],"knL":[-28.9,131.1],"ftL":[-33,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.5,-100.4],"neck":[3.6,-168.1],"head":[3.6,-203.7],"shR":[55.2,-150.4],"elR":[132.7,-160.9],"haR":[201.4,-172.2],"shL":[-50,-151.6],"elL":[-125.3,-162.2],"haL":[-193.2,-169.7],"hipR":[25,7.6],"knR":[20,130.5],"ftR":[12.9,255.6],"hipL":[-25.6,7.9],"knL":[-29,131.1],"ftL":[-33.2,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.4,-100.4],"neck":[3.8,-168.1],"head":[3.7,-203.7],"shR":[55.3,-150.4],"elR":[132.8,-160.8],"haR":[201.5,-172.1],"shL":[-49.9,-151.6],"elL":[-125.2,-162.2],"haL":[-193.2,-169.6],"hipR":[24.9,7.6],"knR":[19.9,130.5],"ftR":[12.8,255.6],"hipL":[-25.6,7.9],"knL":[-29.1,131.1],"ftL":[-33.4,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.2,-100.4],"neck":[3.9,-168.1],"head":[3.8,-203.6],"shR":[55.5,-150.4],"elR":[133,-160.7],"haR":[201.7,-172],"shL":[-49.8,-151.5],"elL":[-125.1,-162.1],"haL":[-193.1,-169.4],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.6,255.6],"hipL":[-25.6,7.9],"knL":[-29.1,131.1],"ftL":[-33.5,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.1,-100.4],"neck":[4.1,-168.1],"head":[3.9,-203.6],"shR":[55.6,-150.2],"elR":[133.2,-160.6],"haR":[201.8,-171.9],"shL":[-49.6,-151.5],"elL":[-125,-162],"haL":[-192.9,-169.3],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.6,255.6],"hipL":[-25.6,7.9],"knL":[-29.2,131],"ftL":[-33.6,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.1,-100.4],"neck":[4.2,-168],"head":[4,-203.6],"shR":[55.8,-150.1],"elR":[133.3,-160.5],"haR":[201.9,-171.8],"shL":[-49.5,-151.4],"elL":[-124.9,-161.9],"haL":[-192.9,-169.2],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.5,255.6],"hipL":[-25.6,7.9],"knL":[-29.2,131],"ftL":[-33.7,256.3]},{"rootY":0.1,"hips":[0,0],"chest":[0,-100.4],"neck":[4.3,-168],"head":[4.1,-203.6],"shR":[55.9,-150.1],"elR":[133.4,-160.4],"haR":[202,-171.7],"shL":[-49.4,-151.4],"elL":[-124.8,-161.8],"haL":[-192.8,-169.1],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.4,255.6],"hipL":[-25.5,7.9],"knL":[-29.3,131],"ftL":[-33.8,256.3]},{"rootY":0.1,"hips":[0,0],"chest":[0,-100.4],"neck":[4.4,-168],"head":[4.2,-203.6],"shR":[55.9,-150.1],"elR":[133.5,-160.4],"haR":[202.1,-171.6],"shL":[-49.3,-151.5],"elL":[-124.8,-161.8],"haL":[-192.8,-169.1],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.3,255.6],"hipL":[-25.5,7.9],"knL":[-29.3,131],"ftL":[-33.8,256.3]},{"rootY":0,"hips":[0,0],"chest":[0.1,-100.4],"neck":[4.6,-168],"head":[4.4,-203.5],"shR":[56.1,-150],"elR":[133.7,-160.4],"haR":[202.3,-171.6],"shL":[-49.2,-151.6],"elL":[-124.6,-161.8],"haL":[-192.6,-169],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.3,255.6],"hipL":[-25.6,7.9],"knL":[-29.3,131],"ftL":[-33.9,256.3]},{"rootY":0,"hips":[0,0],"chest":[0.3,-100.4],"neck":[4.8,-168],"head":[4.6,-203.5],"shR":[56.4,-149.9],"elR":[133.9,-160.3],"haR":[202.5,-171.6],"shL":[-48.9,-151.6],"elL":[-124.4,-161.7],"haL":[-192.4,-168.8],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.3,255.6],"hipL":[-25.6,7.9],"knL":[-29.4,131],"ftL":[-33.9,256.2]},{"rootY":0.1,"hips":[0,0],"chest":[0.6,-100.3],"neck":[5.2,-167.9],"head":[5,-203.4],"shR":[56.7,-149.8],"elR":[134.3,-160.1],"haR":[202.8,-171.4],"shL":[-48.6,-151.5],"elL":[-124.1,-161.3],"haL":[-192,-168.3],"hipR":[25,7.7],"knR":[20,130.5],"ftR":[12.3,255.6],"hipL":[-25.7,7.9],"knL":[-29.4,131],"ftL":[-33.9,256.2]},{"rootY":0.1,"hips":[0,0],"chest":[1.1,-100.3],"neck":[5.8,-167.8],"head":[5.5,-203.3],"shR":[57.4,-149.5],"elR":[134.9,-159.7],"haR":[203.4,-171],"shL":[-48,-151.3],"elL":[-123.6,-160.5],"haL":[-191.5,-167.2],"hipR":[25.1,7.7],"knR":[20.1,130.6],"ftR":[12.1,255.7],"hipL":[-25.8,7.8],"knL":[-29.4,130.9],"ftL":[-33.8,256.1]},{"rootY":0.2,"hips":[0,0],"chest":[1.8,-100.2],"neck":[6.6,-167.6],"head":[6.2,-203.1],"shR":[58.2,-149],"elR":[135.8,-158.8],"haR":[204.2,-169.9],"shL":[-47.4,-150.9],"elL":[-123.1,-159.3],"haL":[-191,-165.3],"hipR":[25.3,7.9],"knR":[20.5,130.6],"ftR":[12,255.7],"hipL":[-26,7.7],"knL":[-29.6,130.8],"ftL":[-33.8,256]},{"rootY":0.3,"hips":[0,0],"chest":[2.4,-100.2],"neck":[7.2,-167.5],"head":[6.8,-203],"shR":[59,-148.4],"elR":[136.7,-157.5],"haR":[205.1,-167.9],"shL":[-46.8,-150.4],"elL":[-122.6,-157.4],"haL":[-190.6,-162.4],"hipR":[25.5,8],"knR":[21.2,130.6],"ftR":[11.9,255.6],"hipL":[-26.2,7.5],"knL":[-29.9,130.6],"ftL":[-33.9,255.9]},{"rootY":0.5,"hips":[0,0],"chest":[2.9,-100.1],"neck":[7.6,-167.3],"head":[7.3,-202.8],"shR":[59.6,-147.9],"elR":[137.5,-155.6],"haR":[205.9,-164.7],"shL":[-46.4,-149.8],"elL":[-122.4,-154.9],"haL":[-190.4,-158.4],"hipR":[25.6,8.3],"knR":[21.8,130.6],"ftR":[11.6,255.4],"hipL":[-26.4,7.3],"knL":[-30.2,130.4],"ftL":[-34.1,255.7]},{"rootY":0.6,"hips":[0,0],"chest":[3.5,-99.9],"neck":[8,-167.1],"head":[7.7,-202.6],"shR":[60.1,-147.4],"elR":[138.3,-153.1],"haR":[206.7,-160.3],"shL":[-46.1,-149.2],"elL":[-122.3,-151.9],"haL":[-190.3,-153.2],"hipR":[25.8,8.5],"knR":[22.1,130.6],"ftR":[11.3,255.2],"hipL":[-26.6,7],"knL":[-30.5,130.2],"ftL":[-34.5,255.4]},{"rootY":0.8,"hips":[0,0],"chest":[4.2,-99.8],"neck":[8.4,-166.7],"head":[8.3,-202.2],"shR":[60.8,-146.7],"elR":[139.2,-150],"haR":[207.6,-154.6],"shL":[-45.6,-148.5],"elL":[-121.8,-148.3],"haL":[-189.8,-147.2],"hipR":[25.9,8.8],"knR":[22.2,130.5],"ftR":[11,254.9],"hipL":[-26.8,6.8],"knL":[-30.8,129.8],"ftL":[-35,255.1]},{"rootY":1.1,"hips":[0,0],"chest":[5.1,-99.7],"neck":[9.2,-166.2],"head":[8.9,-201.8],"shR":[61.7,-146],"elR":[140.3,-146.5],"haR":[208.7,-148.2],"shL":[-44.9,-147.6],"elL":[-121,-144.4],"haL":[-188.9,-140.8],"hipR":[25.9,9],"knR":[22.2,130.3],"ftR":[10.8,254.5],"hipL":[-26.9,6.5],"knL":[-31.3,129.3],"ftL":[-35.4,254.6]},{"rootY":1.6,"hips":[0,0],"chest":[6,-99.6],"neck":[10,-165.7],"head":[9.5,-201.3],"shR":[62.7,-145.1],"elR":[141.4,-142.7],"haR":[209.7,-141.5],"shL":[-44.2,-146.6],"elL":[-119.9,-140.5],"haL":[-187.7,-134.4],"hipR":[26,9.1],"knR":[22.1,129.9],"ftR":[10.5,254],"hipL":[-27,6.5],"knL":[-32.2,128.7],"ftL":[-35.8,253.9]},{"rootY":2.1,"hips":[0,0],"chest":[6.7,-99.4],"neck":[10.7,-165.2],"head":[10,-200.8],"shR":[63.6,-144],"elR":[142.2,-138.7],"haR":[210.1,-135],"shL":[-43.6,-145.7],"elL":[-119,-137],"haL":[-186.4,-128.6],"hipR":[26.2,8.9],"knR":[21.8,129.6],"ftR":[10.2,253.6],"hipL":[-27,6.6],"knL":[-33.8,127.9],"ftL":[-36.8,252.8]},{"rootY":2.4,"hips":[0,0],"chest":[7,-99.3],"neck":[11.1,-164.8],"head":[10.2,-200.5],"shR":[64,-142.5],"elR":[142.5,-134.8],"haR":[209.2,-130],"shL":[-43.3,-145.2],"elL":[-118.4,-134.9],"haL":[-185.5,-125.1],"hipR":[26.3,8.8],"knR":[21.4,129.3],"ftR":[9.9,253.3],"hipL":[-27,6.8],"knL":[-36.7,126.9],"ftL":[-39.6,251.4]},{"rootY":2.5,"hips":[0,0],"chest":[7,-99.2],"neck":[11.2,-164.6],"head":[10.4,-200.4],"shR":[64.1,-141.2],"elR":[142.4,-131.7],"haR":[206.4,-128],"shL":[-43.2,-145.2],"elL":[-118.3,-134.9],"haL":[-185.2,-125.3],"hipR":[26.3,8.8],"knR":[21.2,129.2],"ftR":[9.7,253.2],"hipL":[-27,6.8],"knL":[-40.9,125.6],"ftL":[-45.7,250]},{"rootY":2.4,"hips":[0,0],"chest":[7,-99.2],"neck":[11.4,-164.7],"head":[10.8,-200.5],"shR":[64.2,-140.6],"elR":[142.6,-130.5],"haR":[201,-130.1],"shL":[-42.9,-145.7],"elL":[-118.2,-137.3],"haL":[-185.2,-129.5],"hipR":[26.2,9],"knR":[21.4,129.3],"ftR":[9.9,253.3],"hipL":[-27.1,6.5],"knL":[-46,124.5],"ftL":[-55.2,248.8]},{"rootY":2.3,"hips":[0,0],"chest":[7.2,-99.2],"neck":[11.9,-164.9],"head":[11.6,-200.8],"shR":[64.7,-141],"elR":[143.3,-131.5],"haR":[192.7,-136.1],"shL":[-42.4,-146.7],"elL":[-117.8,-141.6],"haL":[-184.9,-136.8],"hipR":[26,9.3],"knR":[22.1,129.5],"ftR":[10.4,253.3],"hipL":[-27.1,6.2],"knL":[-51.5,123.4],"ftL":[-67.7,247.3]},{"rootY":2.2,"hips":[0,0],"chest":[7.5,-99.1],"neck":[12.7,-165.1],"head":[12.5,-201],"shR":[65.4,-142.2],"elR":[144.3,-134.2],"haR":[181,-144.9],"shL":[-41.7,-148.1],"elL":[-117,-147.2],"haL":[-184.2,-146],"hipR":[25.8,9.5],"knR":[23,129.6],"ftR":[11.6,253.2],"hipL":[-27,6.1],"knL":[-57.6,122.1],"ftL":[-82.9,244.7]},{"rootY":2.1,"hips":[0,0],"chest":[7.8,-99.1],"neck":[13.3,-165.4],"head":[13.4,-201.3],"shR":[66,-143.9],"elR":[145,-138.3],"haR":[165.7,-155.3],"shL":[-41.1,-150.2],"elL":[-115.9,-154.2],"haL":[-182.9,-157],"hipR":[25.7,9.5],"knR":[24.1,129.6],"ftR":[13.1,253.1],"hipL":[-27,6],"knL":[-64.8,120],"ftL":[-100.2,240.2]},{"rootY":2.1,"hips":[0,0],"chest":[8.1,-99.1],"neck":[13.7,-165.7],"head":[14,-201.6],"shR":[66.2,-146.2],"elR":[145.2,-144],"haR":[148,-166.3],"shL":[-40.7,-152.7],"elL":[-114.2,-162.4],"haL":[-180.7,-170],"hipR":[25.6,9.6],"knR":[25.3,129.6],"ftR":[15,252.8],"hipL":[-26.9,5.9],"knL":[-72.8,116.9],"ftL":[-118.5,233.6]},{"rootY":2.3,"hips":[0,0],"chest":[8.5,-99],"neck":[14.1,-166],"head":[14.6,-201.8],"shR":[66.4,-149],"elR":[144.5,-151.4],"haR":[130,-177],"shL":[-40.1,-155.2],"elL":[-111.7,-171.7],"haL":[-177.1,-185],"hipR":[25.4,10],"knR":[26.6,129.6],"ftR":[17,252.4],"hipL":[-26.9,5.6],"knL":[-80.7,112.7],"ftL":[-135.7,225.3]},{"rootY":2.9,"hips":[0,0],"chest":[9.3,-98.9],"neck":[14.9,-166.1],"head":[15.3,-201.9],"shR":[66.6,-151.8],"elR":[142.8,-159.9],"haR":[113.4,-186.2],"shL":[-39.1,-157.2],"elL":[-108.4,-181.1],"haL":[-171.7,-201.2],"hipR":[25.2,10.5],"knR":[28.1,129.6],"ftR":[19.5,251.7],"hipL":[-27,5],"knL":[-88.1,107.8],"ftL":[-151,216.1]},{"rootY":3.9,"hips":[0,0],"chest":[10.3,-98.7],"neck":[15.7,-166],"head":[16,-201.9],"shR":[66.8,-154.1],"elR":[140,-168.1],"haR":[99.3,-193.2],"shL":[-37.9,-158.9],"elL":[-104,-190.2],"haL":[-164.6,-216.9],"hipR":[25,11.1],"knR":[30.2,129.3],"ftR":[22.5,250.6],"hipL":[-27.1,4.5],"knL":[-94.8,102.8],"ftL":[-164.2,207]},{"rootY":5.3,"hips":[0,0],"chest":[11.2,-98.4],"neck":[16.6,-165.9],"head":[16.8,-201.7],"shR":[67.2,-155.7],"elR":[136.3,-174.7],"haR":[88,-197.8],"shL":[-36.6,-160.6],"elL":[-99.1,-198.2],"haL":[-156.6,-230.6],"hipR":[24.9,11.5],"knR":[32.9,128.9],"ftR":[26.2,249],"hipL":[-27.1,4],"knL":[-100.3,98.2],"ftL":[-175.1,198.6]},{"rootY":6.8,"hips":[0,0],"chest":[12,-98.1],"neck":[17.4,-165.8],"head":[17.5,-201.6],"shR":[67.6,-156.6],"elR":[132.5,-178.6],"haR":[79.3,-200.2],"shL":[-35.3,-162],"elL":[-94.2,-204.7],"haL":[-148.9,-241.6],"hipR":[24.8,11.7],"knR":[35.6,128.4],"ftR":[30.3,247.3],"hipL":[-27.2,3.7],"knL":[-104.6,94.4],"ftL":[-183.6,191.5]},{"rootY":8.5,"hips":[0,0],"chest":[12.5,-97.9],"neck":[18,-165.8],"head":[18.1,-201.5],"shR":[68,-156.7],"elR":[129.5,-180],"haR":[72.9,-200.7],"shL":[-34.2,-163.2],"elL":[-90.2,-209.6],"haL":[-142.4,-249.9],"hipR":[24.8,11.9],"knR":[38,127.9],"ftR":[34.8,245.6],"hipL":[-27.3,3.6],"knL":[-107.8,91.5],"ftL":[-189.6,186.2]},{"rootY":10.3,"hips":[0,0],"chest":[12.9,-97.8],"neck":[18.5,-165.7],"head":[18.6,-201.4],"shR":[68.4,-156.3],"elR":[127.7,-179.6],"haR":[68.8,-199.6],"shL":[-33.4,-164.1],"elL":[-87.2,-213.2],"haL":[-137.4,-255.8],"hipR":[24.9,12],"knR":[40.1,127.4],"ftR":[39.7,243.8],"hipL":[-27.4,3.5],"knL":[-109.6,89.8],"ftL":[-192.8,183.3]},{"rootY":12.1,"hips":[0,0],"chest":[13.2,-97.6],"neck":[18.8,-165.6],"head":[19.2,-201.3],"shR":[68.8,-155.8],"elR":[127.2,-178.4],"haR":[66.6,-197.6],"shL":[-32.7,-164.7],"elL":[-84.9,-215.5],"haL":[-133.8,-259.8],"hipR":[25,12],"knR":[42.5,126.9],"ftR":[45.3,241.9],"hipL":[-27.4,3.5],"knL":[-109.9,89.5],"ftL":[-193,183.2]},{"rootY":14,"hips":[0,0],"chest":[13.6,-97.3],"neck":[19.5,-165.5],"head":[20.1,-201.1],"shR":[69.4,-155.1],"elR":[127.9,-176.8],"haR":[66.2,-195.3],"shL":[-31.9,-165.1],"elL":[-83.3,-216.8],"haL":[-131.4,-261.9],"hipR":[25,12.1],"knR":[45.5,126.5],"ftR":[51.9,239.9],"hipL":[-27.5,3.4],"knL":[-109,90.4],"ftL":[-190.8,185.3]},{"rootY":15.8,"hips":[0,0],"chest":[14.2,-97],"neck":[20.8,-165.2],"head":[21.7,-200.8],"shR":[70.7,-154.3],"elR":[129.7,-174.8],"haR":[67.4,-193],"shL":[-30.5,-165.5],"elL":[-81.8,-217.3],"haL":[-129.8,-262.5],"hipR":[25,12.2],"knR":[49.2,126],"ftR":[59.6,238],"hipL":[-27.5,3.2],"knL":[-107.2,92.5],"ftL":[-186.8,189.3]},{"rootY":17.8,"hips":[0,0],"chest":[15,-96.7],"neck":[22.5,-165],"head":[23.9,-200.5],"shR":[72.4,-153.3],"elR":[132.4,-172.2],"haR":[69.9,-190.6],"shL":[-28.9,-165.7],"elL":[-80.4,-217.1],"haL":[-128.8,-261.9],"hipR":[24.9,12.3],"knR":[54,125.4],"ftR":[68.4,236.1],"hipL":[-27.5,3.1],"knL":[-104.2,95.6],"ftL":[-180.7,194.8]},{"rootY":20.3,"hips":[0,0],"chest":[15.5,-96.5],"neck":[24.4,-164.8],"head":[26.6,-200.2],"shR":[74.3,-151.8],"elR":[135.6,-168.5],"haR":[73.5,-188.1],"shL":[-27.4,-165.5],"elL":[-79.4,-216.2],"haL":[-128.3,-260.3],"hipR":[24.8,12.4],"knR":[59.7,124.2],"ftR":[78.2,233.7],"hipL":[-27.5,3],"knL":[-100,99.4],"ftL":[-172.7,201.5]},{"rootY":23.7,"hips":[0,0],"chest":[15.5,-96.4],"neck":[26.2,-164.6],"head":[29.6,-199.9],"shR":[76,-149.5],"elR":[139.1,-163.1],"haR":[77.7,-185.3],"shL":[-26.3,-165],"elL":[-79.5,-214.7],"haL":[-129.1,-257.8],"hipR":[24.8,12.3],"knR":[66,122.2],"ftR":[88.9,230.3],"hipL":[-27.3,3.2],"knL":[-95.9,102.9],"ftL":[-164.8,207.6]},{"rootY":28.3,"hips":[0,0],"chest":[14.5,-96.4],"neck":[27.4,-164.3],"head":[32.7,-199.5],"shR":[77.1,-146.3],"elR":[141.8,-155.8],"haR":[81.6,-181.7],"shL":[-25.8,-164.7],"elL":[-80.7,-212.5],"haL":[-131.9,-254],"hipR":[24.8,11.9],"knR":[72.3,119.5],"ftR":[99.8,225.9],"hipL":[-27.1,3.6],"knL":[-93.5,105.3],"ftL":[-159.6,211.5]},{"rootY":33.4,"hips":[0,0],"chest":[12.9,-96.5],"neck":[28,-164.1],"head":[35.8,-198.9],"shR":[77.3,-142.6],"elR":[143.3,-148.4],"haR":[84.6,-177.8],"shL":[-25.9,-164.4],"elL":[-82.4,-209.6],"haL":[-135.9,-248.3],"hipR":[24.7,11.5],"knR":[78,116.4],"ftR":[110.4,221.1],"hipL":[-26.7,4],"knL":[-92.2,107],"ftL":[-156.4,213.7]},{"rootY":36.8,"hips":[0,0],"chest":[11.3,-96.8],"neck":[27.7,-164],"head":[38.4,-198.1],"shR":[76.5,-138.8],"elR":[143.8,-142.9],"haR":[85.6,-173.7],"shL":[-27,-163.2],"elL":[-84.4,-205.8],"haL":[-140.1,-240.9],"hipR":[24.6,11.4],"knR":[82.5,114.5],"ftR":[119.5,218.1],"hipL":[-26.6,4.1],"knL":[-90.3,108.9],"ftL":[-152.8,216.1]},{"rootY":36.8,"hips":[0,0],"chest":[10.1,-97],"neck":[26.9,-164.2],"head":[40.1,-197.5],"shR":[75.1,-135.6],"elR":[143.7,-140.1],"haR":[85,-170.3],"shL":[-28.7,-161.1],"elL":[-87,-201.1],"haL":[-143.9,-233.1],"hipR":[24.4,11.8],"knR":[84.6,114.8],"ftR":[126.3,218.2],"hipL":[-26.6,3.7],"knL":[-87.2,110.8],"ftL":[-148,219.4]},{"rootY":34.3,"hips":[0,0],"chest":[9.2,-97.4],"neck":[25.8,-164.7],"head":[40.3,-197.4],"shR":[73.9,-135.1],"elR":[143.9,-140.5],"haR":[84.1,-169.4],"shL":[-30.4,-159.4],"elL":[-89.8,-197.3],"haL":[-147.1,-227.7],"hipR":[24.3,11.8],"knR":[84.6,116.3],"ftR":[130.7,220.5],"hipL":[-26.6,3.6],"knL":[-84.5,112.4],"ftL":[-143.4,222.6]},{"rootY":31.7,"hips":[0,0],"chest":[8.4,-98],"neck":[24.6,-165.5],"head":[39,-198.2],"shR":[73.1,-136.9],"elR":[144.6,-143.7],"haR":[84.2,-171.5],"shL":[-31.7,-158.8],"elL":[-92.2,-196],"haL":[-149.6,-226.3],"hipR":[24.5,11.2],"knR":[84.1,117.2],"ftR":[133,222.9],"hipL":[-26.6,4.3],"knL":[-83.1,113.6],"ftL":[-140.6,224.8]},{"rootY":30.4,"hips":[0,0],"chest":[7.6,-98.4],"neck":[23.1,-166.1],"head":[36.9,-199.2],"shR":[72,-138.8],"elR":[144.9,-147.9],"haR":[85.1,-175.4],"shL":[-33.1,-158.6],"elL":[-94,-196.6],"haL":[-151.2,-227.8],"hipR":[24.7,10.5],"knR":[84.6,117.1],"ftR":[134.5,224.4],"hipL":[-26.5,5.1],"knL":[-82.5,114.7],"ftL":[-139.4,226.2]},{"rootY":29.8,"hips":[0,0],"chest":[6.5,-98.8],"neck":[21.4,-166.5],"head":[34.4,-200],"shR":[70.5,-139.4],"elR":[144.3,-151.1],"haR":[85.6,-178.5],"shL":[-34.8,-158],"elL":[-95.4,-197.3],"haL":[-152.1,-230],"hipR":[24.9,10],"knR":[85.8,116.4],"ftR":[135.5,225.1],"hipL":[-26.4,5.6],"knL":[-82.1,115.4],"ftL":[-138.8,227]},{"rootY":29.5,"hips":[0,0],"chest":[5.3,-99],"neck":[19.8,-166.7],"head":[32.1,-200.7],"shR":[68.8,-139.4],"elR":[142.9,-152.3],"haR":[84.9,-179.7],"shL":[-36.6,-157.3],"elL":[-96.9,-197.5],"haL":[-153,-231.2],"hipR":[24.9,9.6],"knR":[86.5,115.7],"ftR":[135.8,225.6],"hipL":[-26.3,6],"knL":[-81.9,115.8],"ftL":[-138.6,227.5]},{"rootY":29.1,"hips":[0,0],"chest":[4.1,-99.3],"neck":[18.4,-166.9],"head":[30,-201.2],"shR":[67.5,-139.3],"elR":[141.6,-151.8],"haR":[83.5,-179.3],"shL":[-38,-156.6],"elL":[-98.1,-197.1],"haL":[-154,-231.1],"hipR":[24.9,9.1],"knR":[86.3,115.5],"ftR":[135.7,226],"hipL":[-26.1,6.5],"knL":[-82,116.1],"ftL":[-138.9,227.7]},{"rootY":28.9,"hips":[0,0],"chest":[3.1,-99.4],"neck":[17.4,-167.1],"head":[28.5,-201.5],"shR":[66.6,-139.1],"elR":[140.6,-151],"haR":[82.3,-178.5],"shL":[-38.9,-155.9],"elL":[-98.7,-196.3],"haL":[-154.6,-230.2],"hipR":[25,8.7],"knR":[85.6,115.6],"ftR":[135.5,226.2],"hipL":[-25.9,6.9],"knL":[-82.1,116.4],"ftL":[-139.2,227.9]},{"rootY":28.8,"hips":[0,0],"chest":[2.5,-99.5],"neck":[16.8,-167.1],"head":[27.6,-201.6],"shR":[65.9,-138.5],"elR":[139.8,-150.4],"haR":[81.8,-177.9],"shL":[-39.6,-155.2],"elL":[-99,-195.3],"haL":[-154.7,-228.9],"hipR":[25,8.4],"knR":[85.1,115.7],"ftR":[135.5,226.4],"hipL":[-25.9,7.1],"knL":[-82,116.7],"ftL":[-139.2,228.1]},{"rootY":28.6,"hips":[0,0],"chest":[2.2,-99.4],"neck":[16.6,-167],"head":[27.2,-201.6],"shR":[65.6,-137.9],"elR":[139.5,-149.8],"haR":[81.8,-177.6],"shL":[-39.9,-154.8],"elL":[-99,-194.3],"haL":[-154.6,-227.3],"hipR":[25,8.4],"knR":[85,115.8],"ftR":[135.9,226.6],"hipL":[-25.8,7.2],"knL":[-81.9,116.8],"ftL":[-138.9,228.3]},{"rootY":28.5,"hips":[0,0],"chest":[2.1,-99.4],"neck":[16.5,-166.9],"head":[27.1,-201.5],"shR":[65.5,-137.7],"elR":[139.5,-149.3],"haR":[82,-177.5],"shL":[-39.9,-154.6],"elL":[-98.8,-193.5],"haL":[-154.4,-225.9],"hipR":[25,8.4],"knR":[85,115.9],"ftR":[136.3,226.8],"hipL":[-25.8,7.1],"knL":[-81.8,116.8],"ftL":[-138.6,228.4]},{"rootY":28.4,"hips":[0,0],"chest":[2,-99.4],"neck":[16.6,-166.9],"head":[27.1,-201.5],"shR":[65.4,-137.3],"elR":[139.4,-149],"haR":[82.2,-177.6],"shL":[-39.8,-154.4],"elL":[-98.6,-192.8],"haL":[-154.2,-224.7],"hipR":[24.9,8.5],"knR":[84.9,116],"ftR":[136.7,226.9],"hipL":[-25.9,7.1],"knL":[-81.6,116.8],"ftL":[-138.3,228.5]},{"rootY":28.3,"hips":[0,0],"chest":[1.7,-99.5],"neck":[16.4,-166.9],"head":[27.1,-201.5],"shR":[65,-136.6],"elR":[139.1,-148.9],"haR":[82.3,-177.7],"shL":[-40,-154.2],"elL":[-98.7,-192.2],"haL":[-154.2,-223.8],"hipR":[25,8.5],"knR":[84.8,116.2],"ftR":[137,227],"hipL":[-25.9,7.1],"knL":[-81.5,116.8],"ftL":[-138,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[1.1,-99.5],"neck":[15.9,-166.9],"head":[26.8,-201.5],"shR":[64.3,-136],"elR":[138.6,-148.8],"haR":[82.2,-177.7],"shL":[-40.4,-153.9],"elL":[-99.1,-191.7],"haL":[-154.6,-223],"hipR":[25,8.5],"knR":[84.6,116.2],"ftR":[137.1,227],"hipL":[-25.9,7.1],"knL":[-81.5,116.9],"ftL":[-137.9,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[0.4,-99.6],"neck":[15.1,-167],"head":[26.2,-201.5],"shR":[63.4,-135.9],"elR":[138,-148.8],"haR":[82,-177.7],"shL":[-41.1,-153.9],"elL":[-99.8,-191.3],"haL":[-155.3,-222.3],"hipR":[25.1,8.3],"knR":[84.5,116.2],"ftR":[136.8,227.1],"hipL":[-25.9,7.2],"knL":[-81.7,116.9],"ftL":[-138.2,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[-0.5,-99.6],"neck":[14.1,-167.1],"head":[25.4,-201.5],"shR":[62.5,-135.9],"elR":[137.3,-148.8],"haR":[81.5,-177.9],"shL":[-42,-153.8],"elL":[-100.6,-191],"haL":[-156.2,-221.8],"hipR":[25.1,8.1],"knR":[84.4,116.1],"ftR":[136.4,227.1],"hipL":[-25.9,7.5],"knL":[-81.8,117],"ftL":[-138.6,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[-1.4,-99.7],"neck":[13.1,-167.1],"head":[24.6,-201.5],"shR":[61.4,-136],"elR":[136.4,-149],"haR":[80.9,-178.2],"shL":[-42.9,-153.6],"elL":[-101.5,-190.6],"haL":[-157.1,-221.3],"hipR":[25.1,7.9],"knR":[84.3,115.9],"ftR":[136,227],"hipL":[-25.8,7.7],"knL":[-82,117.1],"ftL":[-139,228.7]},{"rootY":28.3,"hips":[0,0],"chest":[-2.2,-99.7],"neck":[12.3,-167.1],"head":[23.7,-201.5],"shR":[60.6,-136.1],"elR":[135.6,-149.3],"haR":[80.2,-178.4],"shL":[-43.6,-153.3],"elL":[-102.4,-190.2],"haL":[-158,-220.8],"hipR":[25.1,7.7],"knR":[84.1,115.8],"ftR":[135.6,227],"hipL":[-25.7,7.9],"knL":[-82.1,117.2],"ftL":[-139.4,228.6]},{"rootY":28.3,"hips":[0,0],"chest":[-3,-99.7],"neck":[11.6,-167.1],"head":[23,-201.6],"shR":[59.8,-136.2],"elR":[134.9,-149.6],"haR":[79.6,-178.5],"shL":[-44.3,-153.1],"elL":[-103.2,-189.7],"haL":[-158.8,-220.2],"hipR":[25.1,7.4],"knR":[83.9,115.7],"ftR":[135.3,227.1],"hipL":[-25.6,8.1],"knL":[-82.2,117.3],"ftL":[-139.7,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-3.8,-99.7],"neck":[11,-167.1],"head":[22.3,-201.6],"shR":[59.1,-136.2],"elR":[134.2,-150],"haR":[79.1,-178.6],"shL":[-44.8,-152.9],"elL":[-103.8,-189.4],"haL":[-159.6,-219.6],"hipR":[25.1,7.2],"knR":[83.6,115.5],"ftR":[135,227.1],"hipL":[-25.4,8.3],"knL":[-82.3,117.4],"ftL":[-140,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[-4.7,-99.7],"neck":[10.4,-167.1],"head":[21.7,-201.5],"shR":[58.3,-136],"elR":[133.6,-150.2],"haR":[78.7,-178.7],"shL":[-45.4,-152.7],"elL":[-104.5,-189.1],"haL":[-160.3,-219.2],"hipR":[25,6.9],"knR":[83.3,115.4],"ftR":[134.8,227.2],"hipL":[-25.3,8.6],"knL":[-82.4,117.6],"ftL":[-140.3,228.6]},{"rootY":28.1,"hips":[0,0],"chest":[-5.5,-99.7],"neck":[9.7,-167],"head":[21,-201.5],"shR":[57.5,-136],"elR":[132.9,-150.3],"haR":[78.2,-178.8],"shL":[-46.1,-152.6],"elL":[-105.2,-188.9],"haL":[-161,-219],"hipR":[25,6.7],"knR":[83,115.4],"ftR":[134.5,227.3],"hipL":[-25.2,8.8],"knL":[-82.4,117.7],"ftL":[-140.6,228.6]},{"rootY":28.1,"hips":[0,0],"chest":[-6.4,-99.7],"neck":[8.9,-167],"head":[20.3,-201.5],"shR":[56.7,-136],"elR":[132.2,-150.2],"haR":[77.8,-178.8],"shL":[-46.7,-152.7],"elL":[-106,-188.9],"haL":[-161.8,-219.1],"hipR":[25,6.4],"knR":[82.7,115.2],"ftR":[134.1,227.3],"hipL":[-25.1,9.1],"knL":[-82.6,117.8],"ftL":[-140.9,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[-7.4,-99.7],"neck":[8,-167],"head":[19.4,-201.4],"shR":[55.7,-136.1],"elR":[131.5,-150.2],"haR":[77.3,-178.8],"shL":[-47.5,-152.8],"elL":[-106.8,-189],"haL":[-162.6,-219.2],"hipR":[25,6.1],"knR":[82.5,115],"ftR":[133.6,227.2],"hipL":[-24.9,9.3],"knL":[-82.7,117.9],"ftL":[-141.4,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-8.5,-99.6],"neck":[7,-167],"head":[18.5,-201.4],"shR":[54.7,-136.1],"elR":[130.6,-150],"haR":[76.9,-178.8],"shL":[-48.4,-152.9],"elL":[-107.8,-189.1],"haL":[-163.5,-219.4],"hipR":[25,5.8],"knR":[82.3,114.8],"ftR":[133,227.1],"hipL":[-24.8,9.7],"knL":[-82.9,118.1],"ftL":[-142,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-9.7,-99.5],"neck":[6,-166.8],"head":[17.5,-201.3],"shR":[53.6,-136],"elR":[129.7,-149.8],"haR":[76.5,-178.9],"shL":[-49.3,-153.1],"elL":[-108.7,-189.4],"haL":[-164.4,-219.7],"hipR":[25,5.4],"knR":[81.9,114.7],"ftR":[132.2,227.2],"hipL":[-24.7,10],"knL":[-83.1,118.3],"ftL":[-142.6,228.4]},{"rootY":28.2,"hips":[0,0],"chest":[-10.9,-99.4],"neck":[5,-166.7],"head":[16.6,-201.1],"shR":[52.5,-136],"elR":[128.9,-149.5],"haR":[76.1,-178.9],"shL":[-50.2,-153.3],"elL":[-109.6,-189.7],"haL":[-165.2,-220.1],"hipR":[25.1,5],"knR":[81.6,114.5],"ftR":[131.5,227.2],"hipL":[-24.5,10.4],"knL":[-83.4,118.5],"ftL":[-143.3,228.3]},{"rootY":28.2,"hips":[0,0],"chest":[-11.8,-99.3],"neck":[4.2,-166.6],"head":[15.9,-200.9],"shR":[51.6,-135.9],"elR":[128.2,-149.2],"haR":[76,-178.8],"shL":[-50.9,-153.5],"elL":[-110.2,-190],"haL":[-165.7,-220.6],"hipR":[25.1,4.6],"knR":[81.3,114.2],"ftR":[130.9,227.2],"hipL":[-24.4,10.7],"knL":[-83.6,118.6],"ftL":[-144,228.3]},{"rootY":28.2,"hips":[0,0],"chest":[-12.5,-99.2],"neck":[3.6,-166.5],"head":[15.5,-200.8],"shR":[50.9,-135.8],"elR":[127.8,-148.7],"haR":[76.2,-178.7],"shL":[-51.3,-153.7],"elL":[-110.6,-190.1],"haL":[-166,-220.9],"hipR":[25.1,4.4],"knR":[81.1,114.1],"ftR":[130.6,227.1],"hipL":[-24.3,11],"knL":[-83.8,118.8],"ftL":[-144.4,228.2]},{"rootY":28.1,"hips":[0,0],"chest":[-12.9,-99.2],"neck":[3.3,-166.4],"head":[15.4,-200.7],"shR":[50.5,-135.6],"elR":[127.6,-148.3],"haR":[76.6,-178.6],"shL":[-51.5,-153.9],"elL":[-110.7,-190.3],"haL":[-165.9,-221],"hipR":[25.2,4.2],"knR":[80.9,114.1],"ftR":[130.2,227.2],"hipL":[-24.3,11.1],"knL":[-83.8,118.9],"ftL":[-144.6,228.2]},{"rootY":28.1,"hips":[0,0],"chest":[-12.9,-99.2],"neck":[3.3,-166.4],"head":[15.7,-200.6],"shR":[50.4,-135.4],"elR":[127.7,-147.5],"haR":[77.6,-178.3],"shL":[-51.3,-154.2],"elL":[-110.4,-190.3],"haL":[-165.5,-220.8],"hipR":[25.2,4.2],"knR":[81,114],"ftR":[130.1,227.2],"hipL":[-24.3,11.1],"knL":[-83.9,118.9],"ftL":[-144.7,228.3]},{"rootY":28.1,"hips":[0,0],"chest":[-12.4,-99.4],"neck":[3.9,-166.4],"head":[16.4,-200.5],"shR":[50.8,-135.2],"elR":[128.6,-146],"haR":[79.7,-177.6],"shL":[-50.6,-154.2],"elL":[-109.8,-189.5],"haL":[-164.5,-219.6],"hipR":[25.2,4.2],"knR":[81.3,114],"ftR":[130.6,227.1],"hipL":[-24.4,11.1],"knL":[-83.8,118.9],"ftL":[-144.5,228.4]},{"rootY":28.1,"hips":[0,0],"chest":[-11.3,-99.6],"neck":[5,-166.4],"head":[17.7,-200.5],"shR":[51.9,-134.9],"elR":[130.2,-142.9],"haR":[83.4,-176.1],"shL":[-49.3,-153.7],"elL":[-109,-187.4],"haL":[-163.4,-216.4],"hipR":[25.2,4.5],"knR":[81.7,114],"ftR":[131.5,226.9],"hipL":[-24.5,10.8],"knL":[-83.6,118.9],"ftL":[-144,228.5]},{"rootY":28.1,"hips":[0,0],"chest":[-9.5,-99.9],"neck":[6.8,-166.5],"head":[19.6,-200.4],"shR":[53.6,-134.8],"elR":[132.5,-137.4],"haR":[89,-172.8],"shL":[-47.3,-152.8],"elL":[-108.2,-183.4],"haL":[-161.9,-210.3],"hipR":[25.1,4.8],"knR":[82.2,114],"ftR":[132.3,226.7],"hipL":[-24.6,10.5],"knL":[-83.2,118.8],"ftL":[-143.3,228.5]},{"rootY":28.3,"hips":[0,0],"chest":[-7,-100.2],"neck":[9.4,-166.3],"head":[22.3,-200.3],"shR":[56.2,-134.6],"elR":[135.1,-129],"haR":[96.7,-166.9],"shL":[-44.5,-151.1],"elL":[-107.4,-176.7],"haL":[-159.6,-200.1],"hipR":[24.9,5.2],"knR":[82.9,113.8],"ftR":[133.1,226.5],"hipL":[-24.7,10.1],"knL":[-82.8,118.6],"ftL":[-142.4,228.3]},{"rootY":28.9,"hips":[0,0],"chest":[-4,-100.3],"neck":[12.8,-165.9],"head":[25.5,-199.9],"shR":[59.4,-133.6],"elR":[137.1,-117.8],"haR":[106.5,-157.8],"shL":[-41,-148.4],"elL":[-106.1,-166.8],"haL":[-156,-184.8],"hipR":[24.8,5.5],"knR":[83.7,113.5],"ftR":[133.8,225.9],"hipL":[-24.8,9.8],"knL":[-82.3,118.2],"ftL":[-141.1,227.6]},{"rootY":30.5,"hips":[0,0],"chest":[-1,-99.8],"neck":[16.8,-164.6],"head":[28.8,-198.9],"shR":[63.4,-132.4],"elR":[138,-105.5],"haR":[117.5,-145.2],"shL":[-36.9,-146.2],"elL":[-103.7,-154.1],"haL":[-150.9,-164.7],"hipR":[25,5.4],"knR":[84.3,112.6],"ftR":[134.6,224.2],"hipL":[-24.8,9.9],"knL":[-82.3,116.6],"ftL":[-139.2,225.3]},{"rootY":34.2,"hips":[0,0],"chest":[1.6,-98.8],"neck":[21.4,-162.3],"head":[32.4,-196.9],"shR":[68,-131.2],"elR":[138,-94.6],"haR":[128.2,-129.3],"shL":[-32.3,-145.7],"elL":[-99.6,-140.6],"haL":[-143.9,-141.2],"hipR":[25.2,5.1],"knR":[85.2,110.5],"ftR":[135.1,220.2],"hipL":[-24.6,10.3],"knL":[-82.5,113.3],"ftL":[-137.6,220.3]},{"rootY":40.7,"hips":[0,0],"chest":[3.7,-97.7],"neck":[25.7,-159.4],"head":[35.6,-194.2],"shR":[72,-129.1],"elR":[137.6,-86.7],"haR":[137.2,-111.6],"shL":[-27.6,-145.3],"elL":[-95.1,-127.4],"haL":[-134.9,-117.8],"hipR":[25.1,5.2],"knR":[86.3,106.8],"ftR":[135,213.7],"hipL":[-24.3,10.3],"knL":[-83.6,108.6],"ftL":[-137.9,213.2]},{"rootY":48.5,"hips":[0,0],"chest":[5.1,-97.1],"neck":[28.3,-157.2],"head":[37.4,-192.2],"shR":[73.8,-125.3],"elR":[136.7,-80.8],"haR":[143.5,-94.2],"shL":[-24.7,-142.1],"elL":[-92.5,-113.9],"haL":[-126.2,-96.3],"hipR":[24.7,5.7],"knR":[85.9,102.8],"ftR":[133,206.1],"hipL":[-24.2,9.8],"knL":[-87.3,103.2],"ftL":[-141.4,206.1]},{"rootY":54.4,"hips":[0,0],"chest":[5.7,-97.1],"neck":[28.5,-156.8],"head":[36.4,-192],"shR":[72.4,-120.9],"elR":[133.5,-75.6],"haR":[147.1,-77],"shL":[-25.2,-137.2],"elL":[-92.2,-100.1],"haL":[-120.6,-75.7],"hipR":[24.6,6.2],"knR":[82.4,101.2],"ftR":[127.8,200.8],"hipL":[-24.4,9.3],"knL":[-92.9,99.1],"ftL":[-147.6,201.3]},{"rootY":55.5,"hips":[0,0],"chest":[5.3,-97.5],"neck":[26.1,-158.1],"head":[32.5,-193.5],"shR":[68.9,-118.8],"elR":[126.8,-71.5],"haR":[148.4,-57.7],"shL":[-28.3,-133.8],"elL":[-91.8,-87.8],"haL":[-119.4,-55.2],"hipR":[24.8,6.6],"knR":[76.5,103.1],"ftR":[119.4,199.8],"hipL":[-24.7,9],"knL":[-97,98.3],"ftL":[-155.9,199.7]},{"rootY":51.9,"hips":[0,0],"chest":[4.5,-97.9],"neck":[21.8,-160.1],"head":[26.5,-195.6],"shR":[65.9,-120.9],"elR":[118.7,-70],"haR":[147.8,-36.9],"shL":[-32.9,-132.4],"elL":[-91.6,-79.3],"haL":[-122.9,-37.6],"hipR":[25,7.3],"knR":[70.6,106.9],"ftR":[109,203.3],"hipL":[-25.1,8.4],"knL":[-98.3,100.3],"ftL":[-164.1,200.3]},{"rootY":45.9,"hips":[0,0],"chest":[4.2,-98.4],"neck":[16.3,-162],"head":[19.6,-197.5],"shR":[63.6,-125.7],"elR":[111.1,-71.3],"haR":[145,-21.1],"shL":[-37.5,-130.4],"elL":[-93.9,-74.6],"haL":[-130.3,-27],"hipR":[25,8.1],"knR":[66.4,110.9],"ftR":[98.3,209.1],"hipL":[-25.5,7.5],"knL":[-98.4,102.2],"ftL":[-169.2,201.4]},{"rootY":39.6,"hips":[0,0],"chest":[3.6,-98.7],"neck":[9.3,-163.3],"head":[12,-198.8],"shR":[60.1,-130.6],"elR":[102.8,-74.2],"haR":[139,-15.6],"shL":[-42.8,-127.8],"elL":[-99.4,-72.3],"haL":[-140.4,-23],"hipR":[25.5,8.6],"knR":[62.8,114.9],"ftR":[87.6,215.5],"hipL":[-26.2,7.1],"knL":[-98.3,102.6],"ftL":[-169.9,202]},{"rootY":33.5,"hips":[0,0],"chest":[1.5,-98.8],"neck":[0.9,-163.8],"head":[4,-199.2],"shR":[54.1,-133.8],"elR":[93.4,-77.9],"haR":[130.7,-19.5],"shL":[-49.3,-126.5],"elL":[-106.9,-72],"haL":[-151,-23.3],"hipR":[26.5,8.1],"knR":[58,119],"ftR":[77.2,221.6],"hipL":[-26.7,7.6],"knL":[-97.7,102.4],"ftL":[-167.5,202.1]},{"rootY":28,"hips":[0,0],"chest":[-1.7,-98.6],"neck":[-7,-164],"head":[-2.8,-199.2],"shR":[47,-135],"elR":[86,-81.7],"haR":[124.8,-27.8],"shL":[-56.4,-127.4],"elL":[-115,-74.1],"haL":[-161.3,-26.5],"hipR":[27,7.1],"knR":[51,122.8],"ftR":[68.4,226.7],"hipL":[-26.5,8.6],"knL":[-95.2,103.3],"ftL":[-161.9,204]},{"rootY":23.3,"hips":[0,0],"chest":[-4.2,-98.6],"neck":[-12.9,-164.3],"head":[-7.3,-199.1],"shR":[41.3,-135.7],"elR":[82.6,-85.4],"haR":[124.8,-36],"shL":[-62.2,-129.4],"elL":[-122.9,-78.5],"haL":[-171.8,-32.6],"hipR":[26.7,6.4],"knR":[42.1,126],"ftR":[62.3,231.3],"hipL":[-25.8,9.2],"knL":[-91,105.6],"ftL":[-151.1,210.6]},{"rootY":19.7,"hips":[0,0],"chest":[-4.7,-98.8],"neck":[-14.9,-164.6],"head":[-8.4,-199.2],"shR":[39.4,-136.7],"elR":[83.7,-88.9],"haR":[131.2,-42.7],"shL":[-64.7,-131.9],"elL":[-128.4,-85],"haL":[-180.8,-41.9],"hipR":[26,6.3],"knR":[34.5,128.1],"ftR":[59.4,235.1],"hipL":[-25,9.3],"knL":[-83.2,110.4],"ftL":[-133.6,221.5]},{"rootY":17.3,"hips":[0,0],"chest":[-2.6,-99.2],"neck":[-11,-165],"head":[-5.1,-199.8],"shR":[42.5,-135.9],"elR":[89.1,-90],"haR":[144.3,-49.1],"shL":[-61.9,-134.8],"elL":[-128.5,-92.1],"haL":[-184.6,-52.9],"hipR":[26,6.9],"knR":[33.1,129.1],"ftR":[60.4,237.7],"hipL":[-25.2,8.7],"knL":[-70.5,117.3],"ftL":[-113.4,232.5]},{"rootY":15.9,"hips":[0,0],"chest":[1.5,-99.5],"neck":[-1.4,-165.4],"head":[2.3,-200.6],"shR":[50,-132.9],"elR":[98,-86.4],"haR":[161.1,-56.4],"shL":[-53.6,-137.1],"elL":[-122.6,-98.1],"haL":[-181.9,-63.5],"hipR":[26.7,8],"knR":[39.2,129],"ftR":[64.9,238.8],"hipL":[-26.6,7.6],"knL":[-57,122.8],"ftL":[-97.7,239.4]},{"rootY":15.4,"hips":[0,0],"chest":[7.5,-99.2],"neck":[11.4,-165.3],"head":[11.7,-200.5],"shR":[60.8,-130.7],"elR":[107.8,-78.7],"haR":[174.9,-66.5],"shL":[-41.5,-137.3],"elL":[-111.2,-100.4],"haL":[-173.7,-73.1],"hipR":[25.2,10.3],"knR":[49.2,127.7],"ftR":[71,238.7],"hipL":[-26.9,5.3],"knL":[-49.8,124.1],"ftL":[-89.1,241.1]},{"rootY":15.6,"hips":[0,0],"chest":[14.5,-97.9],"neck":[24.2,-163.8],"head":[20.6,-198.7],"shR":[72.9,-131.7],"elR":[115.5,-70.9],"haR":[178.4,-81],"shL":[-28.1,-134.7],"elL":[-94.8,-95.4],"haL":[-160,-80],"hipR":[19.8,13.2],"knR":[56.7,126],"ftR":[75.9,238.4],"hipL":[-23.7,2],"knL":[-48.9,122],"ftL":[-85.4,240]},{"rootY":16.7,"hips":[0,0],"chest":[19.4,-96.3],"neck":[33.9,-161.1],"head":[27.4,-195.6],"shR":[82.5,-135.6],"elR":[119.8,-69.2],"haR":[170.1,-95.9],"shL":[-18,-129.6],"elL":[-78,-82.8],"haL":[-142.6,-83.7],"hipR":[14.2,14.9],"knR":[58.7,124.9],"ftR":[77.8,237.8],"hipL":[-19.2,-0.1],"knL":[-47.5,119.7],"ftL":[-85.3,237.6]},{"rootY":18.6,"hips":[0,0],"chest":[19.4,-95.5],"neck":[36.1,-159.2],"head":[29.4,-193.7],"shR":[85.1,-139.6],"elR":[122.8,-74.8],"haR":[157.3,-105.4],"shL":[-15.7,-123.8],"elL":[-68.6,-67.6],"haL":[-127,-85.5],"hipR":[12.4,15.5],"knR":[56.3,125],"ftR":[76.2,236.2],"hipL":[-17.5,-0.8],"knL":[-45,119.1],"ftL":[-90.5,234.7]},{"rootY":20.9,"hips":[0,0],"chest":[15.9,-96.2],"neck":[28.7,-160.2],"head":[25.6,-195.2],"shR":[79.3,-142.2],"elR":[126.3,-87.6],"haR":[150,-115.1],"shL":[-22.1,-121.1],"elL":[-71.4,-59.2],"haL":[-119.2,-87.9],"hipR":[15.5,15.2],"knR":[52.6,125.4],"ftR":[72.6,234],"hipL":[-20.1,-0.4],"knL":[-44.4,119.3],"ftL":[-99.3,230.7]},{"rootY":22.5,"hips":[0,0],"chest":[9.3,-97.7],"neck":[13.1,-163],"head":[16.1,-197.9],"shR":[66.2,-144.3],"elR":[124.6,-103.6],"haR":[150,-128.3],"shL":[-36.8,-124],"elL":[-86.5,-62.9],"haL":[-119.7,-94.5],"hipR":[21,13.5],"knR":[49.6,125.2],"ftR":[65.7,232.4],"hipL":[-24.4,1.8],"knL":[-52.8,116.7],"ftL":[-107.6,227]},{"rootY":22.4,"hips":[0,0],"chest":[-0.9,-98.4],"neck":[-5.1,-164.5],"head":[3.4,-198.4],"shR":[49.8,-148.6],"elR":[116.8,-118.2],"haR":[157,-142.8],"shL":[-55.7,-131.2],"elL":[-108.8,-77],"haL":[-120.6,-107.5],"hipR":[25.8,9.5],"knR":[47.3,124.1],"ftR":[55.3,231.4],"hipL":[-26.8,6.1],"knL":[-65.3,112.8],"ftL":[-111.7,225.9]},{"rootY":19.9,"hips":[0,0],"chest":[-10.1,-97.5],"neck":[-18.8,-163.5],"head":[-6.9,-196.4],"shR":[36.2,-152.9],"elR":[109.6,-129],"haR":[165.6,-156.7],"shL":[-70.2,-137.7],"elL":[-126.9,-96.8],"haL":[-112,-123.6],"hipR":[27.1,5.8],"knR":[44.7,123.2],"ftR":[48.3,230.5],"hipL":[-26,9.8],"knL":[-69.1,114.1],"ftL":[-110,229.4]},{"rootY":17.6,"hips":[0,0],"chest":[-15.5,-96.6],"neck":[-26.2,-162.1],"head":[-12.5,-194.2],"shR":[28.6,-152.9],"elR":[105.5,-135.2],"haR":[168.8,-164.1],"shL":[-77.6,-142.2],"elL":[-134.2,-120.5],"haL":[-94.6,-138.8],"hipR":[26,3.9],"knR":[39,122.5],"ftR":[50.4,228.7],"hipL":[-23.9,11.6],"knL":[-65.5,118.6],"ftL":[-106.6,234.8]},{"rootY":17.7,"hips":[0,0],"chest":[-16.8,-96.3],"neck":[-28,-161.3],"head":[-14.2,-193.3],"shR":[26.4,-151.5],"elR":[103.1,-131.5],"haR":[161.4,-169.6],"shL":[-78.9,-147],"elL":[-131.1,-146.6],"haL":[-76.6,-151.8],"hipR":[24.5,3.6],"knR":[29.5,123.1],"ftR":[60.1,226.6],"hipL":[-22.1,11.8],"knL":[-62.8,120.6],"ftL":[-104.3,237.4]},{"rootY":19.8,"hips":[0,0],"chest":[-13.9,-96.7],"neck":[-23.7,-161.3],"head":[-12,-194],"shR":[30.7,-148.7],"elR":[105.2,-121.6],"haR":[148.1,-176.7],"shL":[-73.7,-153.3],"elL":[-121.8,-170],"haL":[-63.9,-165.6],"hipR":[23.8,4.8],"knR":[21.9,125.4],"ftR":[70.5,225.3],"hipL":[-21.9,10.7],"knL":[-63.8,118.4],"ftL":[-102,236]},{"rootY":21.1,"hips":[0,0],"chest":[-8,-97.4],"neck":[-12.9,-162.2],"head":[-4.8,-195.9],"shR":[41.2,-142.8],"elR":[115.2,-114.4],"haR":[135.7,-180.8],"shL":[-62.2,-159.5],"elL":[-112.4,-185.7],"haL":[-58.3,-182.6],"hipR":[24.8,6.5],"knR":[22.8,126.9],"ftR":[77,225.3],"hipL":[-24,9.2],"knL":[-64.8,115.9],"ftL":[-97.5,234.6]},{"rootY":19.5,"hips":[0,0],"chest":[0.2,-98.1],"neck":[3.4,-163.1],"head":[7.1,-197.4],"shR":[55.8,-136.9],"elR":[132,-115.2],"haR":[128.5,-181.8],"shL":[-46.3,-163.7],"elL":[-104.3,-191.7],"haL":[-59.4,-202.1],"hipR":[26.4,8.5],"knR":[33.9,125.7],"ftR":[82.7,225.8],"hipL":[-26.8,7.2],"knL":[-61.3,116.8],"ftL":[-88.9,236.2]},{"rootY":16.2,"hips":[0,0],"chest":[10.4,-97.6],"neck":[21.4,-162.7],"head":[21.3,-197],"shR":[72.6,-137.2],"elR":[151.5,-129.6],"haR":[129.2,-182.7],"shL":[-28.7,-165.4],"elL":[-95.9,-190.1],"haL":[-65.1,-220.9],"hipR":[24.7,10.9],"knR":[51.1,121.4],"ftR":[91.6,226.1],"hipL":[-26.6,4.6],"knL":[-52.4,119.9],"ftL":[-77.6,239.4]},{"rootY":13.5,"hips":[0,0],"chest":[17.9,-96.2],"neck":[34,-161.1],"head":[32.5,-195.1],"shR":[84.1,-142.3],"elR":[161.8,-158.4],"haR":[134.1,-185],"shL":[-16.2,-162.9],"elL":[-89.2,-184],"haL":[-74.8,-235.4],"hipR":[19.5,12.4],"knR":[63.2,117.7],"ftR":[97.3,227.9],"hipL":[-22.6,2.9],"knL":[-43.7,122.4],"ftL":[-73.2,241.3]},{"rootY":13.6,"hips":[0,0],"chest":[18.8,-95.7],"neck":[38.1,-160.1],"head":[37.6,-194],"shR":[84.9,-151.1],"elR":[153.7,-190.4],"haR":[139.6,-189.8],"shL":[-11.7,-157],"elL":[-86.6,-177.7],"haL":[-88.9,-243.2],"hipR":[14.2,12.7],"knR":[66.3,117],"ftR":[92.6,231.3],"hipL":[-17.4,2.5],"knL":[-40.1,123.2],"ftL":[-81.3,240]},{"rootY":17.4,"hips":[0,0],"chest":[13.2,-96.7],"neck":[33.9,-160.6],"head":[37.2,-194.6],"shR":[75.4,-161.8],"elR":[135.2,-212.7],"haR":[142.8,-200.5],"shL":[-14.1,-151.7],"elL":[-88.6,-172.7],"haL":[-104.9,-240.6],"hipR":[11.1,12.6],"knR":[66.5,117.1],"ftR":[80.1,233.5],"hipL":[-13.9,2.7],"knL":[-41,122.7],"ftL":[-94.4,235.8]},{"rootY":23.2,"hips":[0,0],"chest":[5.8,-97.4],"neck":[26.1,-161.2],"head":[34.7,-194.8],"shR":[63.7,-168.5],"elR":[118.4,-217.2],"haR":[147.4,-215.9],"shL":[-20.2,-149.3],"elL":[-93.9,-163.7],"haL":[-118.2,-228.9],"hipR":[11.3,13.2],"knR":[71.7,115.1],"ftR":[71.5,231.2],"hipL":[-13.6,2.2],"knL":[-41.6,121.9],"ftL":[-102.9,231.2]},{"rootY":28.2,"hips":[0,0],"chest":[1.9,-97.1],"neck":[20,-161],"head":[31.7,-194.3],"shR":[58.3,-166.6],"elR":[109.3,-202.6],"haR":[152,-229.5],"shL":[-25.9,-144.9],"elL":[-98.2,-143.9],"haL":[-126.8,-207.6],"hipR":[14.6,13.9],"knR":[80.6,112.1],"ftR":[70.3,226.4],"hipL":[-16.7,1.3],"knL":[-39.6,121.7],"ftL":[-105.8,228]},{"rootY":30.2,"hips":[0,0],"chest":[1.6,-96.9],"neck":[15,-161.2],"head":[26.7,-194.7],"shR":[57.5,-159.4],"elR":[106.2,-175.6],"haR":[150.7,-226.1],"shL":[-30,-137.9],"elL":[-98.5,-116.3],"haL":[-130.3,-175.9],"hipR":[19.7,13.3],"knR":[84.3,111.7],"ftR":[68.8,224],"hipL":[-22.2,2],"knL":[-38.5,121.9],"ftL":[-108.7,225.7]},{"rootY":28.5,"hips":[0,0],"chest":[-0.1,-97.1],"neck":[7,-161.4],"head":[17.1,-195.5],"shR":[54.1,-153.4],"elR":[99.2,-143],"haR":[143.4,-195.4],"shL":[-36.3,-132.8],"elL":[-96.7,-91.8],"haL":[-129.7,-132.8],"hipR":[24.5,11.1],"knR":[75.3,116.2],"ftR":[60.3,226.2],"hipL":[-26.4,4.5],"knL":[-43.7,121.7],"ftL":[-115,224.5]},{"rootY":24.6,"hips":[0,0],"chest":[-4.7,-96.9],"neck":[-2.6,-160.4],"head":[5.1,-195],"shR":[47.8,-147],"elR":[82.2,-115.5],"haR":[130.9,-150],"shL":[-45,-132.1],"elL":[-94.1,-76.9],"haL":[-112.8,-84.7],"hipR":[26.4,9.2],"knR":[57.9,121.7],"ftR":[52.2,229.7],"hipL":[-27.2,6.5],"knL":[-52.1,120.2],"ftL":[-115.9,225.8]},{"rootY":21.9,"hips":[0,0],"chest":[-9.2,-96.6],"neck":[-10.2,-158.7],"head":[-5.2,-193.2],"shR":[41,-137.7],"elR":[60.9,-96.2],"haR":[119,-92.9],"shL":[-52.5,-133.4],"elL":[-88.3,-68.7],"haL":[-75.4,-52.5],"hipR":[25.9,8.1],"knR":[41.4,124.8],"ftR":[55,230.2],"hipL":[-25.7,7.5],"knL":[-62,117.2],"ftL":[-101.2,229.3]},{"rootY":22.9,"hips":[0,0],"chest":[-11.3,-96.6],"neck":[-14.2,-157.6],"head":[-11.9,-191.6],"shR":[35.6,-131],"elR":[47.2,-84.4],"haR":[102,-46.1],"shL":[-57.2,-134.8],"elL":[-78.6,-64.4],"haL":[-31.5,-48.2],"hipR":[24.8,7.1],"knR":[30.1,126.4],"ftR":[68.5,227.2],"hipL":[-24,8.5],"knL":[-72.8,114.8],"ftL":[-84.8,231]},{"rootY":25.9,"hips":[0,0],"chest":[-10.3,-96.8],"neck":[-14,-157.8],"head":[-12.8,-191.5],"shR":[35.6,-128.8],"elR":[47.5,-73],"haR":[91.7,-19.1],"shL":[-59,-135.8],"elL":[-65.3,-65.3],"haL":[-0.6,-64.1],"hipR":[24.4,6.7],"knR":[27.4,127.5],"ftR":[82.1,224.3],"hipL":[-23.5,8.9],"knL":[-80,112.7],"ftL":[-78.3,229.5]},{"rootY":27.3,"hips":[0,0],"chest":[-8,-97.1],"neck":[-10.5,-159.3],"head":[-8,-193.2],"shR":[41.3,-129.6],"elR":[54.6,-64.7],"haR":[90.1,-11.9],"shL":[-57.2,-138.2],"elL":[-55,-73.4],"haL":[11.6,-89.7],"hipR":[25.3,7],"knR":[32.5,127.7],"ftR":[90,224.1],"hipL":[-24.7,8.6],"knL":[-81.4,112.1],"ftL":[-76.7,227.2]},{"rootY":24.7,"hips":[0,0],"chest":[-5.1,-97.4],"neck":[-3.7,-160.8],"head":[1.3,-195],"shR":[48.7,-130.3],"elR":[69.6,-62.3],"haR":[100.2,-23.3],"shL":[-52,-142.5],"elL":[-54.6,-88.2],"haL":[9.4,-115.5],"hipR":[26.5,7.9],"knR":[42.4,126.9],"ftR":[95.7,226],"hipL":[-26.5,7.8],"knL":[-74.7,115],"ftL":[-72.8,226.8]},{"rootY":18.7,"hips":[0,0],"chest":[-2.8,-97.5],"neck":[4,-161.2],"head":[11.6,-195.7],"shR":[55.7,-132.1],"elR":[94.1,-68.5],"haR":[115.5,-47.4],"shL":[-45.2,-145],"elL":[-64.5,-109.7],"haL":[-0.6,-137.2],"hipR":[26.2,9.1],"knR":[52.4,125.2],"ftR":[101,228.3],"hipL":[-26.9,6.6],"knL":[-62.2,119.2],"ftL":[-71.3,227.6]},{"rootY":11.4,"hips":[0,0],"chest":[-2,-97.4],"neck":[9.8,-161],"head":[19.4,-195.5],"shR":[60.4,-136],"elR":[120.7,-89.1],"haR":[128.5,-81],"shL":[-38.6,-144.8],"elL":[-77.5,-137.6],"haL":[-12.6,-156.3],"hipR":[24.2,10.2],"knR":[60,122.4],"ftR":[99.6,229.8],"hipL":[-25.3,5.4],"knL":[-49.4,122.2],"ftL":[-80.9,227.4]},{"rootY":6.5,"hips":[0,0],"chest":[-1.3,-97.5],"neck":[13.1,-161.3],"head":[23.2,-195.9],"shR":[62.4,-141],"elR":[138.1,-124.7],"haR":[137,-118.2],"shL":[-33,-147.5],"elL":[-80.9,-167.2],"haL":[-28,-178.9],"hipR":[21.1,11.1],"knR":[66.9,117.6],"ftR":[84.9,229.2],"hipL":[-22.5,4.5],"knL":[-40.8,124.1],"ftL":[-98.2,225.6]},{"rootY":6.5,"hips":[0,0],"chest":[0.1,-97.7],"neck":[14.4,-162.6],"head":[23.2,-197.2],"shR":[62.6,-150.8],"elR":[138.5,-167.2],"haR":[141.8,-159],"shL":[-29,-153.7],"elL":[-72.4,-193.5],"haL":[-49.9,-209.5],"hipR":[18,11.8],"knR":[73.5,113.5],"ftR":[58.5,227.7],"hipL":[-19.6,3.7],"knL":[-40.7,124],"ftL":[-113.5,223.4]},{"rootY":10.7,"hips":[0,0],"chest":[1.1,-97.9],"neck":[14.9,-163.7],"head":[21.2,-197.8],"shR":[59.5,-164.1],"elR":[124.3,-204.7],"haR":[138,-201.8],"shL":[-25.2,-160.4],"elL":[-59.1,-208.5],"haL":[-65.8,-236],"hipR":[16.5,12],"knR":[76.1,114.2],"ftR":[35.7,228.3],"hipL":[-18.1,3.5],"knL":[-46.8,122.2],"ftL":[-123,221.6]},{"rootY":17.5,"hips":[0,0],"chest":[1.5,-98],"neck":[15.5,-164.1],"head":[20,-197],"shR":[53.8,-174.6],"elR":[104.7,-227.3],"haR":[128.2,-239.8],"shL":[-19.6,-165.2],"elL":[-52.2,-213.6],"haL":[-69.2,-253.5],"hipR":[16.2,11.9],"knR":[76.9,116.2],"ftR":[24.2,228.5],"hipL":[-17.9,3.6],"knL":[-53.4,119.8],"ftL":[-129,219.7]},{"rootY":24.7,"hips":[0,0],"chest":[1,-98.1],"neck":[14.8,-163.9],"head":[19.8,-196.4],"shR":[50.2,-177.4],"elR":[92.3,-232.7],"haR":[117.5,-271.1],"shL":[-10.4,-169.6],"elL":[-58,-212.3],"haL":[-69.3,-266.5],"hipR":[16.2,11.9],"knR":[79.6,115.9],"ftR":[20.9,225.8],"hipL":[-17.9,3.6],"knL":[-57.9,118.2],"ftL":[-134.5,217.1]},{"rootY":29.3,"hips":[0,0],"chest":[0.5,-98],"neck":[12.5,-164],"head":[19.2,-196.5],"shR":[50.4,-174.3],"elR":[93.4,-226.1],"haR":[109.4,-285.9],"shL":[-15.3,-170.4],"elL":[-69.1,-203.5],"haL":[-78.7,-261],"hipR":[16.9,11.9],"knR":[82.6,114.5],"ftR":[20.5,221.8],"hipL":[-18.5,3.5],"knL":[-59.7,118.1],"ftL":[-138.9,215.1]},{"rootY":28.8,"hips":[0,0],"chest":[0.9,-97.9],"neck":[10.1,-164.4],"head":[18.3,-196.8],"shR":[50.9,-170.5],"elR":[99.5,-212.7],"haR":[107.1,-281.7],"shL":[-32.5,-155.2],"elL":[-80.6,-194.1],"haL":[-99.9,-235.4],"hipR":[19.3,11.8],"knR":[81.4,115.2],"ftR":[19.8,220.6],"hipL":[-21,3.7],"knL":[-59.1,118.8],"ftL":[-140,214.5]},{"rootY":24,"hips":[0,0],"chest":[0.5,-97.6],"neck":[6,-164],"head":[15.6,-196.1],"shR":[49.2,-167.2],"elR":[98,-194.3],"haR":[117.6,-259.5],"shL":[-39.8,-150.8],"elL":[-97,-177.4],"haL":[-125.1,-196.5],"hipR":[23.2,11],"knR":[71.9,118.2],"ftR":[21.3,221.6],"hipL":[-24.7,4.5],"knL":[-59.4,117.3],"ftL":[-136.6,214.4]},{"rootY":18.3,"hips":[0,0],"chest":[-1.5,-96.9],"neck":[1.2,-162.3],"head":[11.1,-194.4],"shR":[46.9,-161.9],"elR":[87.9,-175.1],"haR":[133.9,-217.2],"shL":[-46.1,-147.7],"elL":[-110.2,-154.6],"haL":[-142.2,-153.8],"hipR":[26,9.6],"knR":[53.5,121.8],"ftR":[32.2,220.6],"hipL":[-26.9,6],"knL":[-64.8,111.5],"ftL":[-126.7,215.6]},{"rootY":14.9,"hips":[0,0],"chest":[-3.9,-96.4],"neck":[-3.3,-160.6],"head":[5.9,-193],"shR":[44.6,-152.9],"elR":[78.7,-155.4],"haR":[137.5,-167],"shL":[-50.8,-144.9],"elL":[-116.6,-125.9],"haL":[-150,-112],"hipR":[26.4,8.3],"knR":[33.7,125.3],"ftR":[55.5,217.6],"hipL":[-26.8,7.4],"knL":[-73.4,106],"ftL":[-110.2,220.4]},{"rootY":15.8,"hips":[0,0],"chest":[-6.2,-96.3],"neck":[-7.8,-159.7],"head":[0.1,-192.5],"shR":[41.5,-145.9],"elR":[74.5,-131.1],"haR":[135.4,-112.2],"shL":[-54.6,-141.8],"elL":[-114.4,-96.8],"haL":[-150.2,-77.2],"hipR":[25.7,7.2],"knR":[21.3,128.5],"ftR":[84.2,215.7],"hipL":[-25.6,8.4],"knL":[-80.3,105.3],"ftL":[-93.9,226.7]},{"rootY":20.6,"hips":[0,0],"chest":[-6.7,-96.6],"neck":[-10.4,-159],"head":[-4.7,-192.2],"shR":[40.7,-143.6],"elR":[71.5,-104.8],"haR":[124.1,-61.9],"shL":[-57.1,-137],"elL":[-104.9,-74.8],"haL":[-136.2,-50.8],"hipR":[25.1,7.2],"knR":[25.3,130.2],"ftR":[107.7,216.3],"hipL":[-24.8,8.5],"knL":[-82.6,106.1],"ftL":[-83.3,229.4]},{"rootY":25.5,"hips":[0,0],"chest":[-6.5,-96.6],"neck":[-11.2,-157.4],"head":[-8.5,-190.6],"shR":[42.2,-139.1],"elR":[67.9,-83.7],"haR":[109.8,-27.7],"shL":[-59.1,-131.9],"elL":[-97.9,-62.7],"haL":[-115.1,-37.7],"hipR":[25.5,7.1],"knR":[37.3,129.4],"ftR":[119.2,218.6],"hipL":[-25,8.6],"knL":[-84.5,104.9],"ftL":[-79,227.6]},{"rootY":27.8,"hips":[0,0],"chest":[-5.7,-96.5],"neck":[-10.5,-155.9],"head":[-10,-188.8],"shR":[44.4,-134.5],"elR":[71.2,-71.6],"haR":[99.1,-11.7],"shL":[-60.8,-130],"elL":[-95.9,-58.9],"haL":[-93.8,-39.2],"hipR":[26.3,7.3],"knR":[50,126.8],"ftR":[123.1,219.5],"hipL":[-26,8.3],"knL":[-86.5,102.5],"ftL":[-77,224.1]},{"rootY":25.7,"hips":[0,0],"chest":[-4.2,-96.9],"neck":[-8.4,-156.3],"head":[-7.3,-188.8],"shR":[46.6,-132.1],"elR":[84.3,-66],"haR":[90.3,-13],"shL":[-60.5,-131.1],"elL":[-96.9,-61.4],"haL":[-80.6,-52.6],"hipR":[26.5,8.6],"knR":[59.4,124.6],"ftR":[124.8,220.6],"hipL":[-26.9,7.1],"knL":[-85.2,102.7],"ftL":[-74.7,223.7]},{"rootY":19.1,"hips":[0,0],"chest":[-2.4,-97.6],"neck":[-5.6,-158.3],"head":[-1.9,-190.1],"shR":[48.9,-131.4],"elR":[96,-67.7],"haR":[84.3,-28.9],"shL":[-58.1,-133.7],"elL":[-100.8,-68.9],"haL":[-80.9,-69.1],"hipR":[26.2,9.5],"knR":[64.4,124.7],"ftR":[124.3,224.7],"hipL":[-27.2,6.1],"knL":[-79,106.7],"ftL":[-71.7,228.1]},{"rootY":12.1,"hips":[0,0],"chest":[-0.8,-97.9],"neck":[-2.5,-160.5],"head":[3.9,-191.8],"shR":[51.6,-133.9],"elR":[101.4,-76],"haR":[79.9,-53.9],"shL":[-55.8,-137.5],"elL":[-109.1,-83.4],"haL":[-89.8,-96.3],"hipR":[26.1,9.9],"knR":[67.2,125.2],"ftR":[116.5,229.6],"hipL":[-27.3,5.7],"knL":[-71.9,111.6],"ftL":[-68.8,233.3]},{"rootY":7.9,"hips":[0,0],"chest":[0.2,-98],"neck":[-0.3,-162],"head":[7.6,-193.9],"shR":[53.6,-138.7],"elR":[103,-88],"haR":[75.7,-83.3],"shL":[-54.1,-139.8],"elL":[-120,-106.7],"haL":[-102.4,-133.2],"hipR":[26,10.1],"knR":[68,125.6],"ftR":[99.1,233.8],"hipL":[-27.4,5.5],"knL":[-68.3,114.7],"ftL":[-69.2,236.1]},{"rootY":6.9,"hips":[0,0],"chest":[0.8,-98],"neck":[0.7,-163.2],"head":[8.4,-196.5],"shR":[53.9,-143.8],"elR":[104,-104.1],"haR":[72.9,-114.2],"shL":[-53.6,-143.8],"elL":[-126.7,-134.3],"haL":[-113.1,-172.1],"hipR":[25.6,10.7],"knR":[67.2,126.4],"ftR":[77.5,237.4],"hipL":[-27.3,4.9],"knL":[-66,116],"ftL":[-75.7,236.3]},{"rootY":8.8,"hips":[0,0],"chest":[1.4,-98.2],"neck":[1.9,-164.4],"head":[7.8,-198.9],"shR":[54.1,-148.1],"elR":[106.3,-122.7],"haR":[72.8,-144.7],"shL":[-52.5,-149.5],"elL":[-127,-161.1],"haL":[-122.2,-206.6],"hipR":[24.8,11.5],"knR":[65.6,127.4],"ftR":[60.2,240],"hipL":[-27,4],"knL":[-60.9,117.6],"ftL":[-85.6,234.9]},{"rootY":12,"hips":[0,0],"chest":[2.1,-98.3],"neck":[3.6,-164.8],"head":[6.5,-200.2],"shR":[54.9,-151.7],"elR":[109.9,-140.1],"haR":[75.5,-173],"shL":[-50.3,-154.2],"elL":[-121.8,-182.8],"haL":[-130.8,-233.9],"hipR":[24.1,12],"knR":[64.5,127.6],"ftR":[52.3,240],"hipL":[-26.5,3.5],"knL":[-55.2,119.6],"ftL":[-92.8,233.2]},{"rootY":13.5,"hips":[0,0],"chest":[2.6,-98.2],"neck":[4,-164.2],"head":[2.8,-200],"shR":[54.4,-154.8],"elR":[113.6,-149.9],"haR":[81.3,-193.3],"shL":[-48.4,-157.9],"elL":[-118.1,-192.5],"haL":[-136.8,-249],"hipR":[23.8,12.2],"knR":[62.8,128.1],"ftR":[50.6,239.4],"hipL":[-26.3,3.3],"knL":[-55,120.1],"ftL":[-95.5,233]},{"rootY":11.6,"hips":[0,0],"chest":[2,-98.4],"neck":[0.8,-163.7],"head":[-4,-199.4],"shR":[50.8,-156.7],"elR":[113.4,-147.9],"haR":[88.8,-200.8],"shL":[-49.3,-161.2],"elL":[-122.4,-187.6],"haL":[-139.8,-250.8],"hipR":[24.4,11.8],"knR":[58.8,129.4],"ftR":[48.9,241],"hipL":[-26.8,3.6],"knL":[-60.8,119.4],"ftL":[-97.6,234.9]},{"rootY":7.8,"hips":[0,0],"chest":[0,-99.1],"neck":[-5.6,-164.1],"head":[-12.3,-199.4],"shR":[45.3,-156.2],"elR":[106.8,-136.5],"haR":[95,-194.5],"shL":[-55.3,-160.1],"elL":[-131.1,-171.9],"haL":[-145.9,-238.4],"hipR":[25.4,10.7],"knR":[52.3,130.7],"ftR":[46.4,243.9],"hipL":[-27.3,4.8],"knL":[-65.9,119.9],"ftL":[-101.2,237.7]},{"rootY":5,"hips":[0,0],"chest":[-2.6,-99.7],"neck":[-11.9,-164.9],"head":[-19.4,-199.8],"shR":[40.5,-154.2],"elR":[97.9,-121.7],"haR":[98.6,-175.2],"shL":[-62.8,-154.5],"elL":[-138.1,-149.4],"haL":[-154.3,-214.9],"hipR":[26.3,9.3],"knR":[47,130.8],"ftR":[48.3,244.4],"hipL":[-27.2,6.2],"knL":[-66,122.2],"ftL":[-101.7,240.7]},{"rootY":4.4,"hips":[0,0],"chest":[-4.2,-99.9],"neck":[-16,-165.3],"head":[-23.4,-199.9],"shR":[37.6,-151.1],"elR":[93.4,-108.7],"haR":[99.8,-145.9],"shL":[-67.3,-146.2],"elL":[-138.5,-123.6],"haL":[-159.7,-182.5],"hipR":[26.6,8.5],"knR":[46.5,129.8],"ftR":[58.5,241.9],"hipL":[-26.9,7],"knL":[-63.6,124.1],"ftL":[-94.5,243.3]},{"rootY":6.9,"hips":[0,0],"chest":[-4.7,-99.6],"neck":[-18.3,-165.2],"head":[-24.4,-199.7],"shR":[36,-146.5],"elR":[93.8,-101],"haR":[96.4,-115.9],"shL":[-68.1,-137.6],"elL":[-132.4,-99.1],"haL":[-157.2,-141.9],"hipR":[26.6,8.1],"knR":[50.2,128.5],"ftR":[74.6,237.2],"hipL":[-26.6,7.5],"knL":[-65.1,123.3],"ftL":[-82.5,242.7]},{"rootY":13.4,"hips":[0,0],"chest":[-5.2,-98.9],"neck":[-19.3,-164.7],"head":[-23.5,-199.4],"shR":[34.5,-141.9],"elR":[95,-97.8],"haR":[88.9,-90.5],"shL":[-67.3,-131.8],"elL":[-125.2,-82.7],"haL":[-145.2,-102],"hipR":[26.6,7.2],"knR":[54.1,126.9],"ftR":[90.4,229.3],"hipL":[-26,8.5],"knL":[-71.7,119.7],"ftL":[-74.6,236.6]},{"rootY":20.8,"hips":[0,0],"chest":[-5,-98.1],"neck":[-18.2,-163.8],"head":[-20.3,-199],"shR":[34.9,-137.3],"elR":[96.8,-95],"haR":[82.7,-75.4],"shL":[-65.5,-128.5],"elL":[-120.4,-74.5],"haL":[-130,-68.6],"hipR":[26.4,6.6],"knR":[57.3,125.9],"ftR":[101.6,219.8],"hipL":[-25.7,9],"knL":[-76.5,116.2],"ftL":[-72.1,229.4]},{"rootY":24.4,"hips":[0,0],"chest":[-4,-97.6],"neck":[-14.7,-162.9],"head":[-14.9,-198.5],"shR":[38,-133.5],"elR":[99.8,-89.2],"haR":[81.1,-68.5],"shL":[-62.3,-126.5],"elL":[-117.7,-71.4],"haL":[-117.9,-47.2],"hipR":[26.6,6.8],"knR":[61.1,125],"ftR":[107.6,214],"hipL":[-26,8.8],"knL":[-75.9,115.8],"ftL":[-70.5,226.3]},{"rootY":21.2,"hips":[0,0],"chest":[-3.1,-97.6],"neck":[-9.8,-162.6],"head":[-8.1,-198.2],"shR":[42.9,-131.5],"elR":[104.5,-84.3],"haR":[87.6,-71.2],"shL":[-59.1,-126.3],"elL":[-115.6,-71],"haL":[-112.2,-39.9],"hipR":[26.9,6.9],"knR":[64.7,124.1],"ftR":[110.7,215.5],"hipL":[-26.4,8.8],"knL":[-70.7,119.1],"ftL":[-67.7,228.3]},{"rootY":13.4,"hips":[0,0],"chest":[-3.1,-97.9],"neck":[-5.3,-163.1],"head":[-1.4,-198.6],"shR":[47.4,-132.1],"elR":[110.9,-86.7],"haR":[96.1,-86.2],"shL":[-56.8,-129.1],"elL":[-116.1,-76.5],"haL":[-113.9,-51.4],"hipR":[27.1,6.7],"knR":[66.8,123.3],"ftR":[110.2,220.6],"hipL":[-26.4,9],"knL":[-64.2,123.1],"ftL":[-66.9,232.8]},{"rootY":4.8,"hips":[0,0],"chest":[-4.2,-98.2],"neck":[-2.6,-164],"head":[3.7,-198.9],"shR":[50,-134.1],"elR":[118.7,-98.1],"haR":[103.5,-111.6],"shL":[-56,-133.7],"elL":[-121.8,-89.8],"haL":[-119.5,-80.8],"hipR":[26.9,6.5],"knR":[67.5,122.8],"ftR":[103.1,224.1],"hipL":[-26.2,9.2],"knL":[-58.6,125.8],"ftL":[-72.4,236.3]},{"rootY":-1.7,"hips":[0,0],"chest":[-6.2,-98.1],"neck":[-2.3,-164.7],"head":[6.5,-198.6],"shR":[50.5,-137.7],"elR":[124.2,-116.6],"haR":[108.3,-141.2],"shL":[-56.4,-137.2],"elL":[-129.3,-110.9],"haL":[-124.6,-119.6],"hipR":[26.1,6.8],"knR":[68.5,122.3],"ftR":[89.5,226.2],"hipL":[-25.6,8.8],"knL":[-53.9,126.5],"ftL":[-84.8,234.8]},{"rootY":-3.5,"hips":[0,0],"chest":[-8.8,-98],"neck":[-4.8,-165.8],"head":[6.9,-197.7],"shR":[48.6,-144.4],"elR":[124.7,-140.3],"haR":[111.1,-170.1],"shL":[-58.3,-142.1],"elL":[-131.3,-136.9],"haL":[-126.3,-160.2],"hipR":[24.8,7.4],"knR":[68.7,121.8],"ftR":[75.4,230.6],"hipL":[-24.5,8.3],"knL":[-50.6,125.6],"ftL":[-100.1,227.6]}]},"dance_glide":{"name":"dance_glide","fps":30,"height":520,"groundY":336,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[0.3,-87],"neck":[0.3,-87],"head":[-1.4,-154.3],"shR":[-66.4,-98.5],"elR":[-180.7,-82.5],"haR":[-231.4,-75.3],"shL":[71.5,-97.4],"elL":[182.3,-81.8],"haL":[232.2,-74.8],"hipR":[-32.8,35.3],"knR":[-30.4,171.1],"ftR":[-27.5,335.7],"hipL":[34,35.3],"knL":[31.6,171.1],"ftL":[28.7,335.1]},{"rootY":-0.1,"hips":[0,0],"chest":[4.4,-86.4],"neck":[4.4,-86.4],"head":[3.1,-155.3],"shR":[-59.4,-99.3],"elR":[-69.9,2.2],"haR":[-69.5,53.5],"shL":[68.8,-95.4],"elL":[111.7,5.8],"haL":[102.4,55.2],"hipR":[-27.5,39.2],"knR":[-15.5,174.5],"ftR":[81.2,275],"hipL":[28.7,39.5],"knL":[-11.5,165.3],"ftL":[-21.6,316.3]},{"rootY":-0.4,"hips":[0,0],"chest":[3.9,-86.3],"neck":[3.9,-86.3],"head":[2.2,-155.4],"shR":[-59.9,-99.4],"elR":[-71.5,1.1],"haR":[-69.6,52.3],"shL":[68.2,-95.1],"elL":[112.7,5.6],"haL":[102.3,54.8],"hipR":[-27.4,39],"knR":[-15.2,174.3],"ftR":[81.9,275.3],"hipL":[28.4,39.7],"knL":[-12.1,165.6],"ftL":[-21.5,316.7]},{"rootY":-0.8,"hips":[0,0],"chest":[3.6,-86.3],"neck":[3.6,-86.3],"head":[1.7,-155.5],"shR":[-60,-99.3],"elR":[-73.4,0],"haR":[-69.9,51],"shL":[67.6,-95],"elL":[114.3,5],"haL":[102.1,53.9],"hipR":[-27.1,38.7],"knR":[-15,174],"ftR":[82.8,275.7],"hipL":[28.1,40],"knL":[-12.6,165.8],"ftL":[-21.4,316.9]},{"rootY":-1.1,"hips":[0,0],"chest":[3.4,-86.2],"neck":[3.4,-86.2],"head":[1.1,-155.4],"shR":[-60.1,-99.5],"elR":[-75.6,-1.4],"haR":[-70.2,49.4],"shL":[67.1,-94.5],"elL":[116.7,4.4],"haL":[102.5,52.8],"hipR":[-26.7,38.7],"knR":[-14.7,174],"ftR":[83.5,276.1],"hipL":[27.7,40],"knL":[-13.9,165.8],"ftL":[-21.1,317.2]},{"rootY":-1.3,"hips":[0,0],"chest":[3.3,-86.1],"neck":[3.3,-86.1],"head":[1,-155.4],"shR":[-60,-99.6],"elR":[-77.3,-2.4],"haR":[-70.6,48.1],"shL":[66.6,-94.1],"elL":[119,3.6],"haL":[102.7,51.4],"hipR":[-26.6,38.4],"knR":[-13.5,173.6],"ftR":[84.8,275.7],"hipL":[27.4,40.2],"knL":[-14.7,166],"ftL":[-20.7,317.4]},{"rootY":-1.6,"hips":[0,0],"chest":[3.5,-86],"neck":[3.5,-86],"head":[1.3,-155.4],"shR":[-59.5,-99.8],"elR":[-78.1,-3.2],"haR":[-70.4,47.1],"shL":[66.5,-93.5],"elL":[120.9,3.4],"haL":[102.8,50.5],"hipR":[-26,38.3],"knR":[-12.8,173.4],"ftR":[86.1,276.3],"hipL":[27.1,40.3],"knL":[-16,166.1],"ftL":[-19.8,317.7]},{"rootY":-1.5,"hips":[0,0],"chest":[3.7,-85.8],"neck":[3.7,-85.8],"head":[1.7,-155.2],"shR":[-59.2,-100],"elR":[-79.1,-4],"haR":[-70.9,46.3],"shL":[66.6,-92.9],"elL":[122.9,3],"haL":[103.7,49.7],"hipR":[-25.8,38.1],"knR":[-11.1,173.1],"ftR":[87.5,275.9],"hipL":[26.8,40.5],"knL":[-15.3,166.5],"ftL":[-19.2,317.8]},{"rootY":-1.6,"hips":[0,0],"chest":[4.1,-85.7],"neck":[4.1,-85.7],"head":[2.2,-155.2],"shR":[-58.5,-100.5],"elR":[-78.4,-4.4],"haR":[-70.8,46],"shL":[66.9,-92.2],"elL":[124.3,3.1],"haL":[104.5,49.5],"hipR":[-25.9,37.9],"knR":[-8.9,172.6],"ftR":[88.7,275.6],"hipL":[26.6,40.7],"knL":[-15.3,166.9],"ftL":[-18.1,317.9]},{"rootY":-1.8,"hips":[0,0],"chest":[4.9,-85.5],"neck":[4.9,-85.5],"head":[3,-154.9],"shR":[-57.7,-100.3],"elR":[-76.6,-4],"haR":[-70.4,46.6],"shL":[67.8,-92.1],"elL":[124.9,3.3],"haL":[105,49.6],"hipR":[-25.8,37.8],"knR":[-6.9,172.1],"ftR":[88.6,275.2],"hipL":[26.8,40.8],"knL":[-15.2,167.1],"ftL":[-16.9,318]},{"rootY":-1.7,"hips":[0,0],"chest":[6.2,-85.4],"neck":[6.2,-85.4],"head":[4,-154.6],"shR":[-56.6,-100.5],"elR":[-73.9,-3.4],"haR":[-69.8,47.6],"shL":[69.4,-91.7],"elL":[125.2,4.3],"haL":[105.8,50.7],"hipR":[-26.2,37.7],"knR":[-4.4,171.4],"ftR":[86.9,274.5],"hipL":[26.6,40.9],"knL":[-14.4,167.6],"ftL":[-15.8,318.3]},{"rootY":-1.8,"hips":[0,0],"chest":[6.8,-85.4],"neck":[6.8,-85.4],"head":[4.4,-154.7],"shR":[-56.2,-100.7],"elR":[-70.7,-2.6],"haR":[-69.7,48.6],"shL":[70.6,-91.6],"elL":[123.3,5.7],"haL":[105.5,52.3],"hipR":[-27.2,37.1],"knR":[-3.9,170],"ftR":[82,274.1],"hipL":[26.6,41.4],"knL":[-15.4,168],"ftL":[-14.9,318.5]},{"rootY":-1.8,"hips":[0,0],"chest":[7.6,-85.4],"neck":[7.6,-85.4],"head":[4.8,-154.6],"shR":[-55.8,-100.6],"elR":[-67.3,-0.8],"haR":[-69.4,50.4],"shL":[72,-91.9],"elL":[119.9,7.3],"haL":[105,54.4],"hipR":[-27.8,37],"knR":[-4.5,169.1],"ftR":[74.5,273.7],"hipL":[26.8,41.5],"knL":[-15.3,168.2],"ftL":[-14.2,318.5]},{"rootY":-2.2,"hips":[0,0],"chest":[7.9,-85.6],"neck":[7.9,-85.6],"head":[4.6,-154.7],"shR":[-55.9,-100.4],"elR":[-63.9,1.6],"haR":[-70,52.4],"shL":[73.1,-92.6],"elL":[113.7,9.1],"haL":[103.8,56.9],"hipR":[-29.2,36.4],"knR":[-7.7,168],"ftR":[63.4,271.8],"hipL":[26.6,42],"knL":[-15.8,168.9],"ftL":[-13.8,319]},{"rootY":-3.6,"hips":[0,0],"chest":[8.4,-85.6],"neck":[8.4,-85.6],"head":[4.2,-154.7],"shR":[-56,-100],"elR":[-61.7,4.8],"haR":[-71,54.6],"shL":[74.3,-93.2],"elL":[105.9,11],"haL":[102.9,59.4],"hipR":[-30,35.9],"knR":[-14.1,167.5],"ftR":[48.5,269.6],"hipL":[26.2,42.5],"knL":[-14.6,170.1],"ftL":[-13.8,320.1]},{"rootY":-4.3,"hips":[0,0],"chest":[8.4,-85.8],"neck":[8.4,-85.8],"head":[3.3,-154.7],"shR":[-56.6,-99.4],"elR":[-62.5,8.1],"haR":[-74,56.5],"shL":[75.2,-94.4],"elL":[97,11.9],"haL":[101.8,60.7],"hipR":[-31.3,34.9],"knR":[-22.8,165.9],"ftR":[31.9,266.6],"hipL":[25.6,43.3],"knL":[-16.4,170.9],"ftL":[-14.5,320.9]},{"rootY":-4.9,"hips":[0,0],"chest":[8.2,-86],"neck":[8.2,-86],"head":[2.1,-154.8],"shR":[-57.4,-98.9],"elR":[-66.6,10.1],"haR":[-78.6,57.5],"shL":[75.9,-95.3],"elL":[91.4,12.2],"haL":[101.1,61],"hipR":[-32.2,34.6],"knR":[-31.1,165],"ftR":[12.1,264.7],"hipL":[25.5,43.5],"knL":[-15.8,171.6],"ftL":[-15.7,321.5]},{"rootY":-5.3,"hips":[0,0],"chest":[7.8,-86.1],"neck":[7.8,-86.1],"head":[0.8,-154.8],"shR":[-58.5,-97.9],"elR":[-73.1,11.5],"haR":[-86.2,57.8],"shL":[76.1,-96.8],"elL":[88.9,10.7],"haL":[101.2,59.5],"hipR":[-33.3,34.2],"knR":[-40.1,164],"ftR":[-11.2,263.4],"hipL":[25.4,43.8],"knL":[-14.9,172.3],"ftL":[-17.5,321.8]},{"rootY":-5.4,"hips":[0,0],"chest":[7.2,-86.2],"neck":[7.2,-86.2],"head":[-0.7,-154.9],"shR":[-59.5,-97.1],"elR":[-81.1,11.3],"haR":[-95.7,56],"shL":[76.3,-97.9],"elL":[90.3,8.6],"haL":[105.5,56.7],"hipR":[-34.4,34],"knR":[-48.7,162.9],"ftR":[-36.3,262.3],"hipL":[25.5,44],"knL":[-15.9,172.3],"ftL":[-19.3,321.7]},{"rootY":-5.2,"hips":[0,0],"chest":[6.2,-86.3],"neck":[6.2,-86.3],"head":[-2.5,-154.9],"shR":[-61,-96.1],"elR":[-92.1,10.1],"haR":[-108.8,52.6],"shL":[75.9,-99.2],"elL":[95.5,5.3],"haL":[114.2,51.6],"hipR":[-35.3,33.6],"knR":[-57.5,162],"ftR":[-62,261.9],"hipL":[25.7,44.2],"knL":[-15.1,172.6],"ftL":[-21.8,321.4]},{"rootY":-4.7,"hips":[0,0],"chest":[4.9,-86.4],"neck":[4.9,-86.4],"head":[-4.7,-154.7],"shR":[-62.5,-94.8],"elR":[-105.5,7.7],"haR":[-126.4,47.2],"shL":[74.8,-100.7],"elL":[103.6,-0.1],"haL":[126.5,43.1],"hipR":[-35.8,33.7],"knR":[-67.3,161.1],"ftR":[-87.4,261.5],"hipL":[26,44.2],"knL":[-15.4,172.4],"ftL":[-24.8,320.8]},{"rootY":-3.9,"hips":[0,0],"chest":[3.6,-86.5],"neck":[3.6,-86.5],"head":[-6.9,-154.7],"shR":[-64,-93.4],"elR":[-120.6,2.8],"haR":[-146.7,38.5],"shL":[73.5,-102.3],"elL":[113.8,-8.4],"haL":[141.8,29.7],"hipR":[-36,34.2],"knR":[-74.4,161.3],"ftR":[-111.1,262.2],"hipL":[26.8,43.8],"knL":[-15.5,171.8],"ftL":[-27.5,320]},{"rootY":-2.8,"hips":[0,0],"chest":[2.6,-86.5],"neck":[2.6,-86.5],"head":[-8.5,-154.7],"shR":[-65,-91.7],"elR":[-134.3,-3.7],"haR":[-167.6,27.3],"shL":[72.4,-104.1],"elL":[125.7,-20.5],"haL":[159.2,11.2],"hipR":[-36.1,34.8],"knR":[-78.4,162.2],"ftR":[-132.5,264],"hipL":[27.7,43.4],"knL":[-14.1,171.5],"ftL":[-30.5,319]},{"rootY":-1.8,"hips":[0,0],"chest":[1.7,-86.5],"neck":[1.7,-86.5],"head":[-10.3,-154.7],"shR":[-65.9,-90.1],"elR":[-147.8,-12.3],"haR":[-188.4,12.9],"shL":[71.1,-105.8],"elL":[137.9,-35.7],"haL":[176.7,-11.9],"hipR":[-36.2,35.5],"knR":[-78.8,164],"ftR":[-149.9,267.4],"hipL":[28.7,42.9],"knL":[-12.1,171.2],"ftL":[-33,318.3]},{"rootY":-1,"hips":[0,0],"chest":[0.9,-86.4],"neck":[0.9,-86.4],"head":[-12.2,-154.6],"shR":[-66.4,-88.1],"elR":[-160.6,-23.7],"haR":[-207.1,-4.7],"shL":[69.9,-107.7],"elL":[149.1,-54.9],"haL":[192.2,-40.3],"hipR":[-36.4,35.7],"knR":[-77.4,165.2],"ftR":[-162.1,272.7],"hipL":[29.2,42.7],"knL":[-11.1,171],"ftL":[-35.9,317.5]},{"rootY":-0.4,"hips":[0,0],"chest":[0.4,-86.4],"neck":[0.4,-86.4],"head":[-13.5,-154.4],"shR":[-66.6,-86],"elR":[-171.2,-37.9],"haR":[-220.9,-25.2],"shL":[68.7,-109.6],"elL":[158,-77],"haL":[204.3,-72.2],"hipR":[-36.2,36.1],"knR":[-73.7,165.7],"ftR":[-166.8,279.4],"hipL":[30,42.4],"knL":[-9.7,170.5],"ftL":[-38.9,316.9]},{"rootY":0,"hips":[0,0],"chest":[-0.4,-86.3],"neck":[-0.4,-86.3],"head":[-15,-154.3],"shR":[-66.9,-84],"elR":[-178.1,-53.6],"haR":[-228.1,-47.5],"shL":[67.1,-111.4],"elL":[164.1,-100.3],"haL":[211.4,-105.9],"hipR":[-35.8,36.6],"knR":[-65.8,165.3],"ftR":[-162.5,286.3],"hipL":[30.8,41.9],"knL":[-7.9,170.1],"ftL":[-41.7,316.5]},{"rootY":0,"hips":[0,0],"chest":[-1.1,-86.1],"neck":[-1.1,-86.1],"head":[-16.3,-154.3],"shR":[-66.9,-82.6],"elR":[-180.3,-71.1],"haR":[-227.8,-70.7],"shL":[65.5,-112.7],"elL":[165.5,-124.1],"haL":[212.2,-139.6],"hipR":[-35.2,36.7],"knR":[-55.3,162.7],"ftR":[-150.4,292.2],"hipL":[31.1,41.7],"knL":[-6.6,170],"ftL":[-44.9,316.2]},{"rootY":-0.2,"hips":[0,0],"chest":[-1.5,-86],"neck":[-1.5,-86],"head":[-17.2,-154.1],"shR":[-66.4,-80.9],"elR":[-177.2,-88.5],"haR":[-219.6,-92.8],"shL":[64.2,-113.9],"elL":[163,-147],"haL":[206.9,-171.4],"hipR":[-34.1,36.9],"knR":[-39.1,159.8],"ftR":[-130.4,296.2],"hipL":[31.3,41.4],"knL":[-3.5,170.1],"ftL":[-47.5,316]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-86],"neck":[-1.3,-86],"head":[-17.1,-154.1],"shR":[-65,-79.8],"elR":[-168.7,-100.1],"haR":[-204.7,-111.3],"shL":[63.3,-114.9],"elL":[157.6,-167.3],"haL":[196.3,-199.6],"hipR":[-32.4,37.3],"knR":[-24.9,153.2],"ftR":[-104.7,297.2],"hipL":[31.6,41],"knL":[-1.4,169.9],"ftL":[-50.1,315.6]},{"rootY":-0.2,"hips":[0,0],"chest":[-0.3,-86],"neck":[-0.3,-86],"head":[-16.4,-154.1],"shR":[-62.9,-79.1],"elR":[-156.3,-110.4],"haR":[-184.8,-128.2],"shL":[63.4,-115.7],"elL":[150.5,-183.8],"haL":[182.2,-222.2],"hipR":[-30.1,38],"knR":[-10.3,145.2],"ftR":[-75.2,295.3],"hipL":[32.1,40.2],"knL":[0.3,169.6],"ftL":[-52.1,315.2]},{"rootY":0.2,"hips":[0,0],"chest":[0.7,-86],"neck":[0.7,-86],"head":[-15.9,-153.9],"shR":[-60.4,-78.6],"elR":[-141.7,-118.5],"haR":[-161.6,-142.5],"shL":[63.4,-116.3],"elL":[141.5,-196.3],"haL":[165.3,-239],"hipR":[-27.7,38.6],"knR":[5.3,135.8],"ftR":[-41.5,290.4],"hipL":[32.4,39.4],"knL":[1.6,169],"ftL":[-55.8,314.1]},{"rootY":1,"hips":[0,0],"chest":[1.5,-86.1],"neck":[1.5,-86.1],"head":[-15,-154],"shR":[-58.1,-78.5],"elR":[-124.7,-125.7],"haR":[-135.8,-155.2],"shL":[63,-116.5],"elL":[131.4,-204.3],"haL":[146.8,-249.7],"hipR":[-25.1,38.9],"knR":[20.3,126.9],"ftR":[-7.5,284.2],"hipL":[32.6,38.8],"knL":[1.6,168.6],"ftL":[-61.3,312.4]},{"rootY":2.3,"hips":[0,0],"chest":[1.3,-86.2],"neck":[1.3,-86.2],"head":[-14.8,-154.1],"shR":[-56.6,-78.4],"elR":[-106.1,-131.1],"haR":[-109.9,-165.9],"shL":[61.4,-117],"elL":[118.5,-208.7],"haL":[126.3,-255.2],"hipR":[-23.1,39],"knR":[32.9,119.7],"ftR":[23,278.4],"hipL":[32.2,38.5],"knL":[0.9,168.4],"ftL":[-68.3,310.7]},{"rootY":3.3,"hips":[0,0],"chest":[1,-86.3],"neck":[1,-86.3],"head":[-14.9,-154.3],"shR":[-55.1,-78.1],"elR":[-90,-137.1],"haR":[-86.2,-174.9],"shL":[59.5,-117.6],"elL":[104.5,-211.1],"haL":[106,-257.2],"hipR":[-21,39.2],"knR":[43.7,115],"ftR":[49.8,274.3],"hipL":[31.5,38.3],"knL":[0.3,168.2],"ftL":[-74.9,308.4]},{"rootY":5.2,"hips":[0,0],"chest":[1,-86.4],"neck":[1,-86.4],"head":[-14.3,-154.4],"shR":[-53.2,-77.7],"elR":[-75,-142.2],"haR":[-65,-182.1],"shL":[57.7,-118.2],"elL":[93.5,-212.1],"haL":[88.4,-256.3],"hipR":[-18.3,39.4],"knR":[51.1,112.2],"ftR":[72.9,272.4],"hipL":[30.5,37.9],"knL":[1.4,168.1],"ftL":[-80.1,304.7]},{"rootY":6.8,"hips":[0,0],"chest":[0.9,-86.5],"neck":[0.9,-86.5],"head":[-14,-154.6],"shR":[-50.8,-76.6],"elR":[-61.9,-145.3],"haR":[-46.4,-186.9],"shL":[55.2,-119.5],"elL":[84.2,-213.1],"haL":[72.5,-254.3],"hipR":[-14.7,40.2],"knR":[59.1,112.9],"ftR":[89.9,273.8],"hipL":[29.6,36.8],"knL":[4.7,167.6],"ftL":[-84.2,299.7]},{"rootY":9,"hips":[0,0],"chest":[-0.4,-86.5],"neck":[-0.4,-86.5],"head":[-15.6,-154.5],"shR":[-48.9,-75.6],"elR":[-50.6,-147.9],"haR":[-31.1,-190.8],"shL":[50.8,-120.6],"elL":[75.4,-214.3],"haL":[59.2,-252.2],"hipR":[-10.8,40.2],"knR":[66.7,115.4],"ftR":[99,276.9],"hipL":[28,36.4],"knL":[7.4,167.6],"ftL":[-89.5,293.4]},{"rootY":10.5,"hips":[0,0],"chest":[-2.5,-86.4],"neck":[-2.5,-86.4],"head":[-18.5,-154.2],"shR":[-47.4,-74.9],"elR":[-42.4,-150.9],"haR":[-19.6,-194.6],"shL":[44.9,-121.3],"elL":[67.2,-215.7],"haL":[48.1,-250.6],"hipR":[-7.3,40.4],"knR":[73.3,120.9],"ftR":[100.7,281.9],"hipL":[26.7,35.8],"knL":[10.5,167.9],"ftL":[-95.3,288.1]},{"rootY":10.5,"hips":[0,0],"chest":[-6.1,-86.2],"neck":[-6.1,-86.2],"head":[-23.1,-153.5],"shR":[-46.9,-74.6],"elR":[-36.1,-154],"haR":[-12,-198.5],"shL":[37,-121.4],"elL":[57.7,-217.2],"haL":[36.3,-249],"hipR":[-4.3,40.2],"knR":[80.1,127.7],"ftR":[95.9,288.7],"hipL":[24.7,35.8],"knL":[11.5,168.7],"ftL":[-102.2,282.9]},{"rootY":11.1,"hips":[0,0],"chest":[-10,-85.7],"neck":[-10,-85.7],"head":[-28.3,-152.7],"shR":[-47.3,-74.3],"elR":[-32.3,-156.8],"haR":[-8.1,-201.9],"shL":[29.2,-121],"elL":[49.2,-218.9],"haL":[26.9,-247.2],"hipR":[-1.6,40.5],"knR":[83.9,134.2],"ftR":[86.9,295.7],"hipL":[22.6,35.4],"knL":[15.6,169.2],"ftL":[-107,276.1]},{"rootY":11.9,"hips":[0,0],"chest":[-13.6,-85.1],"neck":[-13.6,-85.1],"head":[-32.7,-151.8],"shR":[-47.3,-73.7],"elR":[-29.6,-159.3],"haR":[-6.6,-204.9],"shL":[21.8,-120.5],"elL":[40.5,-220.3],"haL":[18.9,-246.6],"hipR":[1.3,40],"knR":[85.9,138.2],"ftR":[76.7,299.1],"hipL":[20.7,35.6],"knL":[23.8,170.1],"ftL":[-106.7,269.4]},{"rootY":13,"hips":[0,0],"chest":[-15.4,-84.8],"neck":[-15.4,-84.8],"head":[-35.6,-151.3],"shR":[-44.5,-74.4],"elR":[-26.1,-163.7],"haR":[-3.9,-209.1],"shL":[15.2,-119.6],"elL":[32.9,-220.9],"haL":[13.6,-247.5],"hipR":[3.9,39.5],"knR":[87.2,139.8],"ftR":[71.3,299.2],"hipL":[19.4,35.7],"knL":[34.8,169.8],"ftL":[-98.5,264.3]},{"rootY":13.6,"hips":[0,0],"chest":[-16.3,-84.7],"neck":[-16.3,-84.7],"head":[-37.4,-150.8],"shR":[-42,-75.3],"elR":[-23,-167],"haR":[-1.8,-212.3],"shL":[10.8,-118.4],"elL":[28.8,-221.1],"haL":[10.9,-248.5],"hipR":[5.5,37.3],"knR":[86.7,140.7],"ftR":[68.1,298.7],"hipL":[18.2,37.7],"knL":[46.7,170.2],"ftL":[-84.6,262.4]},{"rootY":15.1,"hips":[0,0],"chest":[-16.5,-84.6],"neck":[-16.5,-84.6],"head":[-37.6,-150.8],"shR":[-39,-75.9],"elR":[-18.2,-168.8],"haR":[-0.1,-215.3],"shL":[7.6,-117.8],"elL":[26.7,-222.2],"haL":[9.6,-250.3],"hipR":[6,36.6],"knR":[87,141.2],"ftR":[65.4,297.8],"hipL":[18.4,38.1],"knL":[57.1,168.2],"ftL":[-70.9,259.6]},{"rootY":17.3,"hips":[0,0],"chest":[-16.8,-84.5],"neck":[-16.8,-84.5],"head":[-38.2,-150.6],"shR":[-37.7,-76.7],"elR":[-14.6,-169.2],"haR":[2.1,-215.9],"shL":[5.9,-116.9],"elL":[26.9,-222.6],"haL":[10.7,-251.4],"hipR":[5.9,36.5],"knR":[88.3,140.7],"ftR":[62.7,296.1],"hipL":[18.3,38.2],"knL":[66,165.4],"ftL":[-59.8,257.6]},{"rootY":19.1,"hips":[0,0],"chest":[-17,-84.5],"neck":[-17,-84.5],"head":[-38.3,-150.7],"shR":[-37.3,-78.2],"elR":[-12.5,-169.6],"haR":[5,-215.8],"shL":[5.2,-115.5],"elL":[29,-221.5],"haL":[14.2,-251.2],"hipR":[5.8,36.3],"knR":[89.5,140],"ftR":[60.7,294.5],"hipL":[18.2,38.5],"knL":[73.3,162.4],"ftL":[-51.3,257.8]},{"rootY":18.6,"hips":[0,0],"chest":[-16.7,-84.6],"neck":[-16.7,-84.6],"head":[-36.9,-151.2],"shR":[-36.9,-78.5],"elR":[-11.2,-167.7],"haR":[9.3,-212.4],"shL":[5.8,-115.3],"elL":[32.7,-221.1],"haL":[18.4,-251.5],"hipR":[6.2,36],"knR":[89.9,140.2],"ftR":[59.6,294.4],"hipL":[18.2,38.6],"knL":[77.8,160],"ftL":[-44.5,262.7]},{"rootY":16.3,"hips":[0,0],"chest":[-16.1,-84.7],"neck":[-16.1,-84.7],"head":[-35,-151.7],"shR":[-38.1,-78.3],"elR":[-11.4,-164.3],"haR":[13,-206.6],"shL":[8.4,-115.6],"elL":[39.3,-219.7],"haL":[25.2,-248.8],"hipR":[5.9,35.7],"knR":[89,140.8],"ftR":[58,295.4],"hipL":[18.7,38.7],"knL":[78.6,159],"ftL":[-38.2,271.8]},{"rootY":14.2,"hips":[0,0],"chest":[-15.4,-84.8],"neck":[-15.4,-84.8],"head":[-35,-151.5],"shR":[-39.5,-79.6],"elR":[-9,-161.2],"haR":[18.6,-201.2],"shL":[11.4,-114.5],"elL":[46.5,-216.4],"haL":[31.9,-242.8],"hipR":[4.5,35.9],"knR":[87.6,140.9],"ftR":[57.8,295.9],"hipL":[19.6,38.7],"knL":[75.4,159],"ftL":[-33.1,282]},{"rootY":11.3,"hips":[0,0],"chest":[-13.9,-85],"neck":[-13.9,-85],"head":[-31.9,-152.2],"shR":[-42.4,-78.2],"elR":[-7.8,-152.1],"haR":[22.8,-189.4],"shL":[17.7,-116],"elL":[57.6,-214.6],"haL":[41.1,-238.6],"hipR":[1.9,36.2],"knR":[85.8,140.3],"ftR":[57.3,296.4],"hipL":[21.1,38.6],"knL":[68,160.3],"ftL":[-29.2,291.5]},{"rootY":8.7,"hips":[0,0],"chest":[-11.6,-85.3],"neck":[-11.6,-85.3],"head":[-26.8,-153.3],"shR":[-43.8,-80.5],"elR":[-3,-146.4],"haR":[29.4,-182.3],"shL":[24.2,-114.3],"elL":[69.1,-207.4],"haL":[49.5,-230.5],"hipR":[-1.5,36.8],"knR":[84,138],"ftR":[58.2,295.2],"hipL":[23.9,38.1],"knL":[57.9,161.5],"ftL":[-27.3,298.1]},{"rootY":8.7,"hips":[0,0],"chest":[-9.1,-85.6],"neck":[-9.1,-85.6],"head":[-22.7,-154],"shR":[-47,-80.4],"elR":[0.6,-133.8],"haR":[32.5,-169.3],"shL":[32.9,-114.9],"elL":[82.7,-200.1],"haL":[60.3,-224.1],"hipR":[-6,37],"knR":[76.3,135.3],"ftR":[58.2,292.9],"hipL":[26.4,38.2],"knL":[47.1,162.3],"ftL":[-27.2,303.1]},{"rootY":6.9,"hips":[0,0],"chest":[-6.1,-86.1],"neck":[-6.1,-86.1],"head":[-18.4,-154.7],"shR":[-48.6,-83.5],"elR":[7.7,-122.8],"haR":[39.3,-161.6],"shL":[41,-112.5],"elL":[95.6,-186.6],"haL":[72.4,-215],"hipR":[-11.1,36.3],"knR":[68.5,134.3],"ftR":[55.3,296],"hipL":[28.8,38.9],"knL":[39.8,164.1],"ftL":[-27.4,307.3]},{"rootY":6.6,"hips":[0,0],"chest":[-3.3,-86.5],"neck":[-3.3,-86.5],"head":[-15.2,-155.3],"shR":[-52.3,-83.4],"elR":[10.8,-108.9],"haR":[40.6,-150.3],"shL":[50.6,-112.8],"elL":[107,-172.1],"haL":[86.4,-206.3],"hipR":[-14.6,36.1],"knR":[58.9,134.3],"ftR":[51.5,298.2],"hipL":[30.2,39.2],"knL":[34.4,164.2],"ftL":[-28.8,309.4]},{"rootY":6.6,"hips":[0,0],"chest":[-0.8,-86.7],"neck":[-0.8,-86.7],"head":[-10.6,-156],"shR":[-52.3,-84.9],"elR":[18,-97.3],"haR":[46,-139.8],"shL":[56.1,-111.6],"elL":[111.2,-154.5],"haL":[96.2,-193.5],"hipR":[-17.6,36],"knR":[49.3,132.6],"ftR":[43.1,297.1],"hipL":[30.9,39.5],"knL":[35.3,163.1],"ftL":[-24.9,309.1]},{"rootY":6.2,"hips":[0,0],"chest":[0.9,-86.8],"neck":[0.9,-86.8],"head":[-6.8,-156.3],"shR":[-54.7,-84.6],"elR":[20.8,-87],"haR":[47.1,-127.1],"shL":[61.4,-111.8],"elL":[111.3,-138.7],"haL":[104.3,-180.7],"hipR":[-19.8,36.7],"knR":[38.7,131.6],"ftR":[26.3,295.3],"hipL":[31.5,39.3],"knL":[36.6,162.2],"ftL":[-21.5,308.9]},{"rootY":5.1,"hips":[0,0],"chest":[1.4,-86.8],"neck":[1.4,-86.8],"head":[-4.9,-156.6],"shR":[-54.9,-85.7],"elR":[21.3,-82.2],"haR":[46,-116.3],"shL":[63.2,-110.4],"elL":[106.8,-123.6],"haL":[110.1,-165.7],"hipR":[-22.2,37.2],"knR":[32.2,136.9],"ftR":[-2.9,293.9],"hipL":[31.9,39.3],"knL":[36.4,161.9],"ftL":[-20.3,309.4]},{"rootY":6.2,"hips":[0,0],"chest":[2,-86.8],"neck":[2,-86.8],"head":[-4.7,-156.6],"shR":[-55.1,-87.5],"elR":[16.6,-81.8],"haR":[38.5,-108.3],"shL":[64.8,-108.5],"elL":[105.9,-109.5],"haL":[116.5,-148.1],"hipR":[-24.3,37.5],"knR":[18.1,143.3],"ftR":[-38.9,291.5],"hipL":[32.4,39.4],"knL":[35.4,160.9],"ftL":[-19.9,308.1]},{"rootY":6.8,"hips":[0,0],"chest":[1.6,-86.8],"neck":[1.6,-86.8],"head":[-4.5,-156.6],"shR":[-55.2,-89.1],"elR":[7.3,-83.7],"haR":[24.2,-100.8],"shL":[64.6,-106.9],"elL":[108,-98.4],"haL":[124.5,-131.3],"hipR":[-26,37.9],"knR":[6.7,149.5],"ftR":[-65.7,289.5],"hipL":[32.9,39.3],"knL":[34.5,160.2],"ftL":[-19.7,307.5]},{"rootY":7.2,"hips":[0,0],"chest":[1.3,-86.8],"neck":[1.3,-86.8],"head":[-4,-156.7],"shR":[-56.5,-89.7],"elR":[-9.2,-88.4],"haR":[1.7,-93.4],"shL":[65.4,-106.3],"elL":[112.9,-91.5],"haL":[134.9,-117.3],"hipR":[-26.5,38.9],"knR":[-8.4,156.7],"ftR":[-97.1,288.5],"hipL":[34.3,38.4],"knL":[34.7,159.6],"ftL":[-19.4,306.9]},{"rootY":8.3,"hips":[0,0],"chest":[0.6,-86.7],"neck":[0.6,-86.7],"head":[-4.8,-156.6],"shR":[-58.4,-89.6],"elR":[-33.7,-90.3],"haR":[-28.5,-86],"shL":[65.5,-106.3],"elL":[120,-87],"haL":[146.6,-105.3],"hipR":[-26.8,39.7],"knR":[-23.8,164.6],"ftR":[-128.5,286.3],"hipL":[34.8,37.9],"knL":[34.1,158.7],"ftL":[-20.1,305.7]},{"rootY":9,"hips":[0,0],"chest":[-0.4,-86.7],"neck":[-0.4,-86.7],"head":[-5.6,-156.6],"shR":[-60,-89.3],"elR":[-58.4,-87.9],"haR":[-60,-78],"shL":[65.1,-106.4],"elL":[127.7,-83.5],"haL":[157.7,-96.5],"hipR":[-27.6,39.4],"knR":[-129.3,128.2],"ftR":[-154.9,283.2],"hipL":[34.2,38.4],"knL":[33.6,158.4],"ftL":[-20.8,304.8]},{"rootY":9.7,"hips":[0,0],"chest":[-0.2,-86.5],"neck":[-0.2,-86.5],"head":[-5.8,-156.3],"shR":[-60.9,-89.7],"elR":[-81.7,-85],"haR":[-92.5,-73.5],"shL":[66.1,-105.6],"elL":[138.2,-78.9],"haL":[170.4,-87.6],"hipR":[-28.7,39.4],"knR":[-134.6,124.5],"ftR":[-173.1,280.6],"hipL":[33.8,38.8],"knL":[32.8,158.1],"ftL":[-21.1,304.1]},{"rootY":10.3,"hips":[0,0],"chest":[0.6,-86.3],"neck":[0.6,-86.3],"head":[-5.5,-156.1],"shR":[-60.6,-89.7],"elR":[-102.3,-82.4],"haR":[-122.9,-70.3],"shL":[67.4,-105.2],"elL":[147.7,-76],"haL":[183.4,-80.5],"hipR":[-30,39.6],"knR":[-58.5,170.8],"ftR":[-180.6,280],"hipL":[33.5,38.9],"knL":[31.9,157.6],"ftL":[-21,303.3]},{"rootY":10.8,"hips":[0,0],"chest":[1.7,-86.1],"neck":[1.7,-86.1],"head":[-4.6,-155.7],"shR":[-60.4,-89.5],"elR":[-121.3,-81.6],"haR":[-150.8,-69],"shL":[69.2,-104.7],"elL":[157.9,-72.1],"haL":[195.9,-73.8],"hipR":[-31.3,39.4],"knR":[-63.5,170.9],"ftR":[-179.2,280.2],"hipL":[33.2,39.3],"knL":[31.6,157.4],"ftL":[-20.6,302.5]},{"rootY":11,"hips":[0,0],"chest":[3,-85.6],"neck":[3,-85.6],"head":[-3.3,-155.2],"shR":[-59.9,-89.8],"elR":[-136.9,-82.8],"haR":[-173.6,-70.7],"shL":[71.3,-103.4],"elL":[166.5,-69.5],"haL":[207.3,-68.9],"hipR":[-32.2,39.3],"knR":[-63.1,171.5],"ftR":[-172,279.5],"hipL":[33,39.4],"knL":[31.6,157.6],"ftL":[-19.8,302.2]},{"rootY":11.3,"hips":[0,0],"chest":[4.2,-85],"neck":[4.2,-85],"head":[-1.8,-154.5],"shR":[-59.6,-90.7],"elR":[-148.9,-85.1],"haR":[-191.4,-74.8],"shL":[73.5,-101.2],"elL":[173.8,-67.7],"haL":[217.4,-66.2],"hipR":[-32.3,39.6],"knR":[-60.3,171.1],"ftR":[-158.4,277.5],"hipL":[33.5,39],"knL":[31.1,157.3],"ftL":[-18.7,301.7]},{"rootY":11.9,"hips":[0,0],"chest":[5.3,-84.3],"neck":[5.3,-84.3],"head":[0.3,-153.7],"shR":[-59.2,-91.4],"elR":[-158.2,-89.3],"haR":[-204.8,-81.2],"shL":[75.4,-98.6],"elL":[180,-66.9],"haL":[225.6,-65.3],"hipR":[-32.3,39.8],"knR":[-56.4,170],"ftR":[-139.1,274.2],"hipL":[34.1,38.6],"knL":[29.8,156.6],"ftL":[-17.7,301.1]},{"rootY":12.3,"hips":[0,0],"chest":[6.9,-83.2],"neck":[6.9,-83.2],"head":[2.9,-152.6],"shR":[-58.3,-91.9],"elR":[-163.9,-95.3],"haR":[-213,-89.6],"shL":[77.7,-95.7],"elL":[184.6,-66.5],"haL":[231.6,-65.5],"hipR":[-31.9,39.9],"knR":[-49.3,168.5],"ftR":[-114.7,270.1],"hipL":[34.8,38.1],"knL":[28.6,156.2],"ftL":[-15.7,300.9]},{"rootY":12.6,"hips":[0,0],"chest":[7.6,-82.1],"neck":[7.6,-82.1],"head":[4.5,-151.6],"shR":[-57.9,-92.9],"elR":[-167.3,-102.3],"haR":[-217.8,-99.3],"shL":[79,-92.3],"elL":[187.6,-66],"haL":[235.4,-65.6],"hipR":[-32,39.2],"knR":[-42.2,166.1],"ftR":[-86.9,264.9],"hipL":[34.7,38.4],"knL":[26.4,156.3],"ftL":[-13.3,301]},{"rootY":13,"hips":[0,0],"chest":[8.7,-80.9],"neck":[8.7,-80.9],"head":[7,-150.4],"shR":[-57.1,-93.4],"elR":[-168.3,-109.8],"haR":[-219.3,-109.5],"shL":[80.4,-89],"elL":[189.7,-65.2],"haL":[238.1,-65.6],"hipR":[-31.4,38.8],"knR":[-35.1,164.4],"ftR":[-55.8,258.8],"hipL":[34.8,38.5],"knL":[23.9,156.4],"ftL":[-10.2,301.4]},{"rootY":13.4,"hips":[0,0],"chest":[9.6,-79.7],"neck":[9.6,-79.7],"head":[9.1,-149.2],"shR":[-56.4,-93.8],"elR":[-167.6,-117.2],"haR":[-218.8,-120],"shL":[81.3,-85.8],"elL":[191.1,-64.6],"haL":[239.8,-66],"hipR":[-30.1,38.7],"knR":[-26.3,163],"ftR":[-25.4,253.4],"hipL":[35.1,38.4],"knL":[20.7,155.7],"ftL":[-8.1,300.3]},{"rootY":15,"hips":[0,0],"chest":[9.1,-79],"neck":[9.1,-79],"head":[9.5,-148.6],"shR":[-56.7,-95.4],"elR":[-167.1,-125.8],"haR":[-217.9,-131.7],"shL":[80.6,-82.5],"elL":[190.9,-63.9],"haL":[239.3,-66],"hipR":[-30.5,37.6],"knR":[-17.8,159.6],"ftR":[2.3,247.1],"hipL":[34,39.3],"knL":[16.5,155.1],"ftL":[-7.2,299.4]},{"rootY":15.9,"hips":[0,0],"chest":[8.8,-78.4],"neck":[8.8,-78.4],"head":[10.2,-148.1],"shR":[-56.6,-96.7],"elR":[-165.6,-132.9],"haR":[-215.9,-141.8],"shL":[79.9,-79.9],"elL":[190.5,-63.1],"haL":[238.6,-65.8],"hipR":[-29.6,37.2],"knR":[-8.5,157.2],"ftR":[27.5,242.3],"hipL":[33.7,39.6],"knL":[13.6,154.8],"ftL":[-6,298.8]},{"rootY":16.5,"hips":[0,0],"chest":[8.6,-77.9],"neck":[8.6,-77.9],"head":[10.8,-147.6],"shR":[-56.3,-98],"elR":[-163.8,-139.1],"haR":[-213.3,-151],"shL":[79,-77.5],"elL":[189.7,-61.8],"haL":[237.3,-64.9],"hipR":[-28.6,37.2],"knR":[-1.1,156.7],"ftR":[49.3,240.6],"hipL":[33.5,39.6],"knL":[12.1,154.8],"ftL":[-4.6,298.1]},{"rootY":16.8,"hips":[0,0],"chest":[8.7,-77.5],"neck":[8.7,-77.5],"head":[11.5,-147.3],"shR":[-55.7,-98.9],"elR":[-161.6,-143.8],"haR":[-210.3,-158.4],"shL":[78.2,-75.5],"elL":[188.7,-59.8],"haL":[235.6,-63],"hipR":[-26.8,37.6],"knR":[6.2,157.5],"ftR":[67.7,240.9],"hipL":[33.7,39.1],"knL":[11.6,154.8],"ftL":[-3.6,297.9]},{"rootY":17.3,"hips":[0,0],"chest":[6.5,-78.2],"neck":[6.5,-78.2],"head":[10.1,-147.9],"shR":[-57.4,-100.7],"elR":[-162.3,-148.4],"haR":[-210.2,-164.9],"shL":[75.1,-74.5],"elL":[184.9,-58.3],"haL":[231,-61.4],"hipR":[-26.8,36.9],"knR":[8.5,156.9],"ftR":[79.9,242.8],"hipL":[33.1,39.7],"knL":[8.7,155.3],"ftL":[-4.3,297.3]},{"rootY":18.1,"hips":[0,0],"chest":[4.8,-78.4],"neck":[4.8,-78.4],"head":[9.5,-148.2],"shR":[-58.1,-102.2],"elR":[-162.4,-151.2],"haR":[-209.7,-169.3],"shL":[72.2,-73.5],"elL":[181.2,-56.5],"haL":[226.3,-58.9],"hipR":[-26.2,37.2],"knR":[11.9,158.8],"ftR":[89.1,247.4],"hipL":[33,39.5],"knL":[6.4,154.7],"ftL":[-4.2,296.3]},{"rootY":18.6,"hips":[0,0],"chest":[4.7,-77.6],"neck":[4.7,-77.6],"head":[9.2,-147.3],"shR":[-57.9,-102.4],"elR":[-162.1,-151.9],"haR":[-208.8,-170.7],"shL":[71.9,-71.2],"elL":[179.5,-52.4],"haL":[223.3,-54.1],"hipR":[-25.1,38],"knR":[15.4,161.7],"ftR":[95.5,252.6],"hipL":[33.3,38.9],"knL":[5.9,154.5],"ftL":[-4.1,296.2]},{"rootY":19.2,"hips":[0,0],"chest":[4.1,-76.8],"neck":[4.1,-76.8],"head":[8.9,-146.6],"shR":[-58,-101.8],"elR":[-162.6,-150.4],"haR":[-208.8,-169.8],"shL":[70.3,-70.5],"elL":[175.7,-49.3],"haL":[218.4,-50.2],"hipR":[-24.9,38.1],"knR":[15.2,163.8],"ftR":[98.7,257.5],"hipL":[32.8,39.1],"knL":[5.5,154.6],"ftL":[-4.9,295.7]},{"rootY":19.6,"hips":[0,0],"chest":[3.7,-76.4],"neck":[3.7,-76.4],"head":[8.5,-146.3],"shR":[-57.8,-102.2],"elR":[-163.5,-148.6],"haR":[-209.4,-168.5],"shL":[69.3,-69.5],"elL":[171.9,-45.5],"haL":[213.2,-45],"hipR":[-24.3,38.6],"knR":[15.9,165.1],"ftR":[101.4,259.5],"hipL":[32.8,38.8],"knL":[6.6,154.8],"ftL":[-5.3,295]},{"rootY":20.3,"hips":[0,0],"chest":[2.5,-76.7],"neck":[2.5,-76.7],"head":[7.4,-146.5],"shR":[-58.5,-103],"elR":[-165.1,-147.3],"haR":[-210.8,-167.4],"shL":[67.5,-69],"elL":[166.6,-41.9],"haL":[205.4,-40.3],"hipR":[-25,38.6],"knR":[14.9,164.9],"ftR":[101.1,259],"hipL":[32.4,39],"knL":[7,155],"ftL":[-6.4,294.3]},{"rootY":21.6,"hips":[0,0],"chest":[1.9,-76.7],"neck":[1.9,-76.7],"head":[6.8,-146.5],"shR":[-59.1,-102.7],"elR":[-166.2,-145.5],"haR":[-211.8,-165.9],"shL":[66.6,-69.1],"elL":[161.9,-39.4],"haL":[198.1,-36.5],"hipR":[-25.1,38.8],"knR":[15.6,164.5],"ftR":[99.8,258.1],"hipL":[32.7,38.8],"knL":[6.7,154.2],"ftL":[-7.6,292.7]},{"rootY":22,"hips":[0,0],"chest":[1.2,-76],"neck":[1.2,-76],"head":[5.9,-145.8],"shR":[-59.8,-101.5],"elR":[-167,-144.2],"haR":[-212,-165.5],"shL":[65.5,-69.1],"elL":[157.9,-38.8],"haL":[192,-35.7],"hipR":[-26,38.1],"knR":[15.9,162.2],"ftR":[98.5,255.5],"hipL":[32.5,39.4],"knL":[4,153.1],"ftL":[-9.8,291.1]},{"rootY":22.6,"hips":[0,0],"chest":[0.4,-75.1],"neck":[0.4,-75.1],"head":[4.6,-144.9],"shR":[-60.5,-100],"elR":[-167.1,-143.9],"haR":[-211.6,-166.5],"shL":[64,-68.8],"elL":[155.2,-40.6],"haL":[187.5,-38.4],"hipR":[-26.5,37],"knR":[15.8,159.4],"ftR":[98.2,249.5],"hipL":[32,40.1],"knL":[0.2,152.6],"ftL":[-12.1,290.4]},{"rootY":19.7,"hips":[0,0],"chest":[-0.4,-73.9],"neck":[-0.4,-73.9],"head":[4.2,-143.6],"shR":[-61,-98.9],"elR":[-166.8,-144.7],"haR":[-210.7,-168.8],"shL":[62.3,-67.3],"elL":[153.8,-43.3],"haL":[186.3,-42.3],"hipR":[-25.7,35.7],"knR":[17.7,154.8],"ftR":[101.7,237.7],"hipL":[31.3,40.7],"knL":[-2.8,154.1],"ftL":[-12.8,292.7]},{"rootY":15.2,"hips":[0,0],"chest":[-1.7,-73.3],"neck":[-1.7,-73.3],"head":[3.3,-142.8],"shR":[-62.2,-98.2],"elR":[-166.8,-146.9],"haR":[-209.6,-173],"shL":[60.7,-66.6],"elL":[154.2,-47],"haL":[186.7,-47.9],"hipR":[-25.2,33.5],"knR":[20.9,145.1],"ftR":[108.8,216.1],"hipL":[30,41.9],"knL":[-5.9,156.7],"ftL":[-13.5,296.5]},{"rootY":8.7,"hips":[0,0],"chest":[-2.6,-72.8],"neck":[-2.6,-72.8],"head":[2.6,-142.1],"shR":[-62.6,-98.1],"elR":[-165.4,-150.3],"haR":[-207.1,-178.3],"shL":[59,-65.3],"elL":[155.6,-50],"haL":[189.2,-52.2],"hipR":[-23.7,31.8],"knR":[24.4,133.8],"ftR":[118.7,186.4],"hipL":[29,42.6],"knL":[-8.1,160.5],"ftL":[-13,302.1]},{"rootY":1.9,"hips":[0,0],"chest":[-3.5,-72.9],"neck":[-3.5,-72.9],"head":[1.9,-142.1],"shR":[-63.1,-98.5],"elR":[-163.8,-154.6],"haR":[-204,-184.7],"shL":[57.4,-65],"elL":[156.6,-53],"haL":[191.8,-56.2],"hipR":[-23.2,29],"knR":[27.1,119.1],"ftR":[128.8,148.7],"hipL":[27.4,43.8],"knL":[-11,164.3],"ftL":[-10.9,307.8]},{"rootY":-6.7,"hips":[0,0],"chest":[-4.2,-72.8],"neck":[-4.2,-72.8],"head":[1.6,-141.9],"shR":[-62.9,-99.4],"elR":[-161.7,-158.8],"haR":[-200.3,-190.8],"shL":[55.7,-63.9],"elL":[157.5,-54.3],"haL":[194.3,-58],"hipR":[-23.5,25.2],"knR":[29,102.2],"ftR":[137.4,109],"hipL":[25.1,45.4],"knL":[-14.1,167.9],"ftL":[-7.4,314]},{"rootY":-17.3,"hips":[0,0],"chest":[-4,-71.8],"neck":[-4,-71.8],"head":[2.3,-140.8],"shR":[-61.7,-99.2],"elR":[-158.5,-161.6],"haR":[-195.6,-195.1],"shL":[54.9,-62.2],"elL":[159.2,-52.6],"haL":[198.3,-56.3],"hipR":[-22.2,23],"knR":[30.1,88.7],"ftR":[144.8,70.4],"hipL":[23.3,46.4],"knL":[-15.2,171.3],"ftL":[-5.7,319.9]},{"rootY":-27.4,"hips":[0,0],"chest":[-3.9,-71.2],"neck":[-3.9,-71.2],"head":[2.8,-140.2],"shR":[-60.8,-99.8],"elR":[-155.9,-164.3],"haR":[-191.8,-199],"shL":[54.4,-60.6],"elL":[160.5,-49.4],"haL":[201,-52.3],"hipR":[-22.1,19.2],"knR":[29.7,72.7],"ftR":[150.1,32.4],"hipL":[21.2,47.5],"knL":[-18.7,173.3],"ftL":[-4.1,324.5]},{"rootY":-37.7,"hips":[0,0],"chest":[-3.8,-70.5],"neck":[-3.8,-70.5],"head":[3.5,-139.4],"shR":[-60,-99.9],"elR":[-153.5,-165.9],"haR":[-188.3,-201.8],"shL":[54.1,-59.1],"elL":[161.3,-44.8],"haL":[203.2,-46.3],"hipR":[-22.4,15.3],"knR":[26.8,56.5],"ftR":[153.3,-0.8],"hipL":[18.6,48.5],"knL":[-22.7,174.7],"ftL":[-2.4,328.3]},{"rootY":-46.8,"hips":[0,0],"chest":[-4.2,-69.9],"neck":[-4.2,-69.9],"head":[3.7,-138.8],"shR":[-59,-100.8],"elR":[-151.3,-167.8],"haR":[-184.9,-204.8],"shL":[52.5,-57.1],"elL":[160.4,-38],"haL":[203.7,-37.4],"hipR":[-23.5,10.7],"knR":[24.2,38.5],"ftR":[154.7,-31.7],"hipL":[16,49.1],"knL":[-25.3,175.6],"ftL":[-0.8,331.9]},{"rootY":-54,"hips":[0,0],"chest":[-4.2,-69.5],"neck":[-4.2,-69.5],"head":[4.7,-138.3],"shR":[-57.5,-101.8],"elR":[-148.7,-169.8],"haR":[-181.6,-207.6],"shL":[51.2,-55.3],"elL":[158.7,-30.6],"haL":[203,-27.8],"hipR":[-23.7,8],"knR":[20.4,21.3],"ftR":[154.8,-57.4],"hipL":[13.9,49.4],"knL":[-25,177.2],"ftL":[3.1,335.2]},{"rootY":-59.1,"hips":[0,0],"chest":[-4,-69.5],"neck":[-4,-69.5],"head":[5.9,-138.2],"shR":[-56.5,-102.6],"elR":[-146.7,-171.1],"haR":[-178.9,-209.9],"shL":[50.7,-54.8],"elL":[157.4,-24.8],"haL":[202.2,-19.3],"hipR":[-23.7,4.3],"knR":[17.4,5.3],"ftR":[153.5,-79.3],"hipL":[12.5,49.2],"knL":[-19.9,179],"ftL":[7.9,338.3]},{"rootY":-60.4,"hips":[0,0],"chest":[-4.5,-70.6],"neck":[-4.5,-70.6],"head":[6.2,-139.2],"shR":[-55.6,-104.4],"elR":[-144.9,-173.8],"haR":[-176.5,-213.5],"shL":[49,-55.4],"elL":[154.7,-20.6],"haL":[199.6,-12.6],"hipR":[-26,-1.4],"knR":[14.7,-9.1],"ftR":[150.8,-97.7],"hipL":[9.9,48.1],"knL":[-16.1,179.4],"ftL":[10.8,339.9]},{"rootY":-60.7,"hips":[0,0],"chest":[-3.5,-71.1],"neck":[-3.5,-71.1],"head":[8,-139.5],"shR":[-53.8,-105.7],"elR":[-142,-176.4],"haR":[-172.8,-217],"shL":[49.4,-55.1],"elL":[153.4,-15.2],"haL":[198.5,-5.8],"hipR":[-24.8,-2.1],"knR":[14.5,-16.6],"ftR":[148.3,-110.5],"hipL":[10,48],"knL":[-11.8,180.8],"ftL":[12.1,342.1]},{"rootY":-59.5,"hips":[0,0],"chest":[-2.8,-71.4],"neck":[-2.8,-71.4],"head":[9.5,-139.6],"shR":[-52.8,-106.9],"elR":[-139.9,-178.7],"haR":[-169.8,-220],"shL":[50.1,-54.3],"elL":[153,-11.4],"haL":[198.1,-0.7],"hipR":[-24.3,-2.8],"knR":[16.1,-19.7],"ftR":[145.8,-119.5],"hipL":[10,47.8],"knL":[-9.4,181.4],"ftL":[11,343.3]},{"rootY":-57.6,"hips":[0,0],"chest":[-2,-71.2],"neck":[-2,-71.2],"head":[11.1,-139.1],"shR":[-52.1,-107.5],"elR":[-138.6,-180],"haR":[-167.8,-222],"shL":[51.1,-52.8],"elL":[153.4,-8.4],"haL":[198.2,3.1],"hipR":[-24.6,-3.3],"knR":[17.8,-17.9],"ftR":[144.4,-121.4],"hipL":[9.6,47.6],"knL":[-11,181.1],"ftL":[9.2,343]},{"rootY":-56.1,"hips":[0,0],"chest":[-1.1,-70.3],"neck":[-1.1,-70.3],"head":[12.5,-138],"shR":[-51.3,-107.6],"elR":[-137.3,-180],"haR":[-166.2,-222.3],"shL":[52.2,-50.3],"elL":[153.8,-4.7],"haL":[198.7,7.4],"hipR":[-23.9,-2.1],"knR":[19.8,-13.6],"ftR":[146.2,-116.4],"hipL":[10.4,47.9],"knL":[-13.8,180.7],"ftL":[8.5,342]},{"rootY":-54.7,"hips":[0,0],"chest":[-0.8,-69.8],"neck":[-0.8,-69.8],"head":[13.6,-137.1],"shR":[-51.6,-107.5],"elR":[-137.8,-179.6],"haR":[-166.9,-221.7],"shL":[52.8,-48.8],"elL":[154.4,-2.9],"haL":[199,9.7],"hipR":[-23.9,-0.7],"knR":[20,-7.6],"ftR":[149.6,-104],"hipL":[10.8,48.2],"knL":[-17,180],"ftL":[8,340.6]},{"rootY":-53.3,"hips":[0,0],"chest":[-1.3,-69.3],"neck":[-1.3,-69.3],"head":[12.9,-136.7],"shR":[-52.5,-107.2],"elR":[-139.6,-178.3],"haR":[-169.2,-220],"shL":[52.6,-47.5],"elL":[154.2,-1.7],"haL":[198.7,11.4],"hipR":[-25.4,-0.9],"knR":[19.3,-1.2],"ftR":[153.6,-86.7],"hipL":[9.9,48.3],"knL":[-20.6,179.2],"ftL":[7.2,339.2]},{"rootY":-53.3,"hips":[0,0],"chest":[-0.5,-68.8],"neck":[-0.5,-68.8],"head":[13,-136.3],"shR":[-52.4,-106.2],"elR":[-141,-175.9],"haR":[-171.6,-217],"shL":[53.9,-47.1],"elL":[155.5,-1.2],"haL":[199.4,12.3],"hipR":[-22.4,3.6],"knR":[19.7,8],"ftR":[158,-65],"hipL":[11.3,49.5],"knL":[-21.9,180],"ftL":[7.3,339.1]},{"rootY":-52.1,"hips":[0,0],"chest":[-0.3,-69.3],"neck":[-0.3,-69.3],"head":[12.2,-137.1],"shR":[-52.6,-106.5],"elR":[-143.5,-174.3],"haR":[-175.2,-214.4],"shL":[54.1,-47.5],"elL":[155.9,-2.1],"haL":[199.3,11.4],"hipR":[-22.6,3.9],"knR":[19.4,16.2],"ftR":[159.9,-44.4],"hipL":[11,49.7],"knL":[-24.4,179.4],"ftL":[6.4,338]},{"rootY":-52.3,"hips":[0,0],"chest":[0,-69.3],"neck":[0,-69.3],"head":[11.2,-137.7],"shR":[-52.8,-105.8],"elR":[-146.1,-171.3],"haR":[-179.2,-210.3],"shL":[55,-48.3],"elL":[156.6,-3],"haL":[199.7,10.4],"hipR":[-22.7,4.4],"knR":[19.4,25.6],"ftR":[160.6,-23.5],"hipL":[10.7,49.9],"knL":[-25.7,179.4],"ftL":[5.9,337.7]},{"rootY":-51,"hips":[0,0],"chest":[0,-69.7],"neck":[0,-69.7],"head":[9.7,-138.5],"shR":[-53.5,-105],"elR":[-148.9,-168],"haR":[-183.4,-205.9],"shL":[55.4,-50.1],"elL":[156.7,-4.4],"haL":[199.4,9.3],"hipR":[-23,5.3],"knR":[18.6,34.4],"ftR":[158.8,-5.2],"hipL":[10.4,50.1],"knL":[-28.2,178.7],"ftL":[3.5,337.1]},{"rootY":-50.4,"hips":[0,0],"chest":[-0.9,-70],"neck":[-0.9,-70],"head":[7.8,-139.2],"shR":[-55.1,-103.9],"elR":[-153.1,-163.7],"haR":[-189.2,-200],"shL":[55,-52.2],"elL":[154.9,-4.3],"haL":[197.2,10.2],"hipR":[-23.4,6.6],"knR":[17.8,43.5],"ftR":[155.7,13.5],"hipL":[10.2,50.4],"knL":[-32.1,177.6],"ftL":[0.6,335.4]},{"rootY":-47.9,"hips":[0,0],"chest":[-2.7,-71],"neck":[-2.7,-71],"head":[4.4,-140.4],"shR":[-58,-102.9],"elR":[-158.9,-158.5],"haR":[-196.7,-193.1],"shL":[53.6,-55.5],"elL":[151.3,-4.3],"haL":[192.9,11.8],"hipR":[-24.6,6.9],"knR":[14.9,51.7],"ftR":[149.4,31.1],"hipL":[10.2,50.4],"knL":[-36.2,175.9],"ftL":[-6.2,334.2]},{"rootY":-42.9,"hips":[0,0],"chest":[-5.1,-72.1],"neck":[-5.1,-72.1],"head":[0.3,-141.5],"shR":[-61.3,-102.1],"elR":[-164.6,-153.5],"haR":[-204.2,-186],"shL":[51.6,-58.7],"elL":[146.9,-3.3],"haL":[187.1,14.6],"hipR":[-24.9,9.7],"knR":[11.8,62],"ftR":[141.2,49.1],"hipL":[10.9,50.6],"knL":[-31,174.7],"ftL":[-18.8,332.4]},{"rootY":-34.4,"hips":[0,0],"chest":[-8.1,-73.4],"neck":[-8.1,-73.4],"head":[-4.2,-142.3],"shR":[-65.4,-101.2],"elR":[-170.9,-147.7],"haR":[-211.8,-178.2],"shL":[49.1,-62],"elL":[140.8,-1.8],"haL":[180,17.9],"hipR":[-25.7,11.6],"knR":[9,72.3],"ftR":[131.1,67.5],"hipL":[11.3,50.6],"knL":[-28.6,173.5],"ftL":[-31,329.4]},{"rootY":-24.3,"hips":[0,0],"chest":[-11,-74.3],"neck":[-11,-74.3],"head":[-9.1,-143.2],"shR":[-69.4,-99.7],"elR":[-176.7,-140.7],"haR":[-218.4,-169.4],"shL":[46.5,-65.3],"elL":[134,0.5],"haL":[172,22.2],"hipR":[-26.8,13.5],"knR":[8.3,82.4],"ftR":[119.2,88.7],"hipL":[11.2,50.8],"knL":[-31,172.6],"ftL":[-36.1,326.8]},{"rootY":-12.3,"hips":[0,0],"chest":[-12.3,-74.9],"neck":[-12.3,-74.9],"head":[-11.7,-143.7],"shR":[-71.4,-98.3],"elR":[-179.6,-133.7],"haR":[-221.7,-160.6],"shL":[45.2,-67.5],"elL":[128.1,3.6],"haL":[164.5,27.9],"hipR":[-26.8,15.3],"knR":[8.8,93],"ftR":[107.6,112.9],"hipL":[11.8,50.6],"knL":[-31,171],"ftL":[-36.5,323.2]},{"rootY":-3.5,"hips":[0,0],"chest":[-12.3,-74],"neck":[-12.3,-74],"head":[-12.6,-142.8],"shR":[-71.9,-96.3],"elR":[-180.5,-125.7],"haR":[-222.6,-150.5],"shL":[45.1,-67.3],"elL":[122.6,10.2],"haL":[157.5,37.6],"hipR":[-24.9,19.7],"knR":[6.9,110.7],"ftR":[97.5,144.4],"hipL":[15.2,49.5],"knL":[-23.6,165],"ftL":[-38.9,313.6]},{"rootY":4.2,"hips":[0,0],"chest":[-11.2,-74],"neck":[-11.2,-74],"head":[-11.6,-142.7],"shR":[-71.4,-95.8],"elR":[-179.1,-121.1],"haR":[-220.6,-144.1],"shL":[46.8,-67.5],"elL":[118.9,16],"haL":[151.9,46.9],"hipR":[-23.2,23.7],"knR":[4,127.1],"ftR":[89.2,177.4],"hipL":[19.2,47.9],"knL":[-16.2,160.9],"ftL":[-39.1,307.2]},{"rootY":6.3,"hips":[0,0],"chest":[-11.4,-74],"neck":[-11.4,-74],"head":[-11.8,-142.6],"shR":[-71.6,-95.7],"elR":[-176.6,-119.4],"haR":[-217.3,-141.7],"shL":[46.4,-67.6],"elL":[113.2,21.2],"haL":[144.3,55.6],"hipR":[-22.9,26.6],"knR":[2.3,139],"ftR":[81.2,211.5],"hipL":[20.9,46.8],"knL":[-10.6,159.6],"ftL":[-40.1,304.8]},{"rootY":9.4,"hips":[0,0],"chest":[-12.1,-75],"neck":[-12.1,-75],"head":[-12.7,-143.3],"shR":[-71.7,-97.5],"elR":[-174.1,-122.5],"haR":[-212.5,-145.6],"shL":[45.3,-67.8],"elL":[105.5,26.1],"haL":[135.1,63.7],"hipR":[-24.9,26.4],"knR":[-1.7,146.7],"ftR":[76,236.4],"hipL":[19.7,47.3],"knL":[-13.5,156.9],"ftL":[-41.4,302.1]},{"rootY":11.3,"hips":[0,0],"chest":[-11.5,-76.1],"neck":[-11.5,-76.1],"head":[-12.8,-144.2],"shR":[-70.9,-99.1],"elR":[-168.9,-128.6],"haR":[-205,-153.4],"shL":[45.8,-68.7],"elL":[99.9,29.2],"haL":[127.5,69.5],"hipR":[-25.1,27.8],"knR":[-6.3,155.3],"ftR":[73.5,256],"hipL":[19.2,47],"knL":[-16.8,154.8],"ftL":[-42.3,300.2]},{"rootY":10.4,"hips":[0,0],"chest":[-9.6,-77.3],"neck":[-9.6,-77.3],"head":[-11.7,-145.3],"shR":[-67.8,-101.3],"elR":[-162.4,-136.1],"haR":[-194.2,-163.6],"shL":[46.6,-69.2],"elL":[94.8,31.6],"haL":[120.4,74.1],"hipR":[-25.6,28.9],"knR":[-10,160.8],"ftR":[72.1,272.1],"hipL":[18.8,46.7],"knL":[-20.7,153.6],"ftL":[-42.8,300.6]},{"rootY":9.7,"hips":[0,0],"chest":[-7.5,-79.1],"neck":[-7.5,-79.1],"head":[-10.5,-147.1],"shR":[-64.8,-104.3],"elR":[-156.6,-145.9],"haR":[-183.2,-176.6],"shL":[47.8,-70.2],"elL":[90.3,32.7],"haL":[113.8,77],"hipR":[-26.1,30.3],"knR":[-11.8,164.4],"ftR":[70.9,282.7],"hipL":[18.8,46.2],"knL":[-24.8,152.9],"ftL":[-43.1,301.4]},{"rootY":9.1,"hips":[0,0],"chest":[-5.3,-80.4],"neck":[-5.3,-80.4],"head":[-8.6,-148.3],"shR":[-61.9,-106],"elR":[-150.1,-156.2],"haR":[-171.1,-190],"shL":[49.7,-71.6],"elL":[86,32.9],"haL":[107.5,78.5],"hipR":[-26.1,32.5],"knR":[-12.5,167.5],"ftR":[70.5,289.6],"hipL":[19.3,45],"knL":[-26.9,152.1],"ftL":[-43.2,301.9]},{"rootY":9.5,"hips":[0,0],"chest":[-3.1,-81.9],"neck":[-3.1,-81.9],"head":[-6.6,-149.9],"shR":[-58.9,-107.8],"elR":[-142.8,-166.7],"haR":[-158.2,-202.7],"shL":[51.2,-73.3],"elL":[82.8,32],"haL":[102.1,78.6],"hipR":[-26.2,33.7],"knR":[-14.9,169],"ftR":[68.7,293.9],"hipL":[19.1,44.2],"knL":[-27.3,151.7],"ftL":[-43.2,301.8]},{"rootY":9.5,"hips":[0,0],"chest":[-3,-82.3],"neck":[-3,-82.3],"head":[-6.2,-150.4],"shR":[-57.4,-108.5],"elR":[-136.6,-176.5],"haR":[-146.5,-214.3],"shL":[49.9,-74.3],"elL":[78.5,30.9],"haL":[94.5,78.6],"hipR":[-27.2,34.4],"knR":[-16.6,169.5],"ftR":[68.6,296.4],"hipL":[19.3,43.7],"knL":[-28.1,150],"ftL":[-44.7,301.4]},{"rootY":9.1,"hips":[0,0],"chest":[-2.2,-83.7],"neck":[-2.2,-83.7],"head":[-5.2,-151.9],"shR":[-56,-109.7],"elR":[-131.5,-185.4],"haR":[-135.4,-224.6],"shL":[50.2,-76.2],"elL":[77.2,28.4],"haL":[90.2,76.8],"hipR":[-27,34.9],"knR":[-16.4,170],"ftR":[69.5,297.8],"hipL":[18.7,43.3],"knL":[-28.7,149.7],"ftL":[-45.3,301.3]},{"rootY":10.8,"hips":[0,0],"chest":[-1.8,-84.3],"neck":[-1.8,-84.3],"head":[-4.4,-152.5],"shR":[-54.7,-110.3],"elR":[-128.4,-194],"haR":[-125.3,-233.5],"shL":[49.6,-77.1],"elL":[75.9,26.6],"haL":[86.5,75.3],"hipR":[-27,35.3],"knR":[-16.3,170.1],"ftR":[69.3,298.6],"hipL":[18.5,43],"knL":[-29.3,147.8],"ftL":[-46.9,300]},{"rootY":11.7,"hips":[0,0],"chest":[-1.6,-84.4],"neck":[-1.6,-84.4],"head":[-4,-152.8],"shR":[-53.4,-109.5],"elR":[-124.3,-198.7],"haR":[-115.6,-237.7],"shL":[48.5,-78.9],"elL":[76.3,23.7],"haL":[85.3,72.5],"hipR":[-27.1,35.2],"knR":[-15.1,170],"ftR":[68.8,300.7],"hipL":[19,43],"knL":[-28.4,146.6],"ftL":[-48.9,299.5]},{"rootY":12.4,"hips":[0,0],"chest":[-2.2,-84.5],"neck":[-2.2,-84.5],"head":[-4.6,-153.1],"shR":[-53.6,-109.2],"elR":[-122.8,-201.4],"haR":[-109.5,-239.1],"shL":[47.3,-79.4],"elL":[84.5,19.8],"haL":[87.6,69.4],"hipR":[-26.4,35.7],"knR":[-14.7,170.4],"ftR":[67.6,303.2],"hipL":[19.1,42.6],"knL":[-28.9,144.8],"ftL":[-51.6,298.6]},{"rootY":12.8,"hips":[0,0],"chest":[-3.6,-84.4],"neck":[-3.6,-84.4],"head":[-6.8,-153.1],"shR":[-54.6,-107.9],"elR":[-123.7,-199.8],"haR":[-107.4,-235.7],"shL":[45,-81],"elL":[90.3,15.9],"haL":[87.1,65],"hipR":[-26.9,35.4],"knR":[-17.6,170.1],"ftR":[64.4,303.9],"hipL":[18.3,42.8],"knL":[-30.3,142.8],"ftL":[-54,297.6]},{"rootY":12.8,"hips":[0,0],"chest":[-4.4,-84.4],"neck":[-4.4,-84.4],"head":[-8.2,-153.1],"shR":[-53.7,-107],"elR":[-123.7,-195.1],"haR":[-106.3,-229.6],"shL":[41.7,-81.9],"elL":[93,13.9],"haL":[85.9,62.3],"hipR":[-27.8,34.3],"knR":[-19.7,169.1],"ftR":[61.4,304.9],"hipL":[17.2,43.6],"knL":[-31.2,140.8],"ftL":[-55.7,296]},{"rootY":12.7,"hips":[0,0],"chest":[-4.2,-84.6],"neck":[-4.2,-84.6],"head":[-8.5,-153.3],"shR":[-52.2,-106],"elR":[-122.7,-187.6],"haR":[-106.8,-222.4],"shL":[39.8,-83.4],"elL":[96.8,11.3],"haL":[86.7,58.9],"hipR":[-27.8,34],"knR":[-21.3,168.7],"ftR":[59.6,305.4],"hipL":[17.2,43.9],"knL":[-29.6,137.2],"ftL":[-56.3,292.3]},{"rootY":12,"hips":[0,0],"chest":[-4.1,-84.8],"neck":[-4.1,-84.8],"head":[-9.3,-153.6],"shR":[-52.1,-104.7],"elR":[-121.9,-176.4],"haR":[-109.6,-212.5],"shL":[39.7,-85.4],"elL":[101.6,7.6],"haL":[86.3,53],"hipR":[-27.9,34.5],"knR":[-22.1,168.9],"ftR":[58.5,305.9],"hipL":[17.9,43.6],"knL":[-27.9,133.9],"ftL":[-56.5,289.8]},{"rootY":11,"hips":[0,0],"chest":[-4.4,-84.6],"neck":[-4.4,-84.6],"head":[-9.7,-153.4],"shR":[-51.8,-103.5],"elR":[-119.5,-162.1],"haR":[-112.3,-200.5],"shL":[38.6,-86.5],"elL":[103.7,4.3],"haL":[85.4,48.3],"hipR":[-27.9,35.3],"knR":[-20.7,169.1],"ftR":[58,306.7],"hipL":[18.7,42.9],"knL":[-26.5,130.3],"ftL":[-57.7,287.4]},{"rootY":9.9,"hips":[0,0],"chest":[-4.9,-84.6],"neck":[-4.9,-84.6],"head":[-9.9,-153.4],"shR":[-51.9,-102.7],"elR":[-115.9,-144.6],"haR":[-115.1,-185.7],"shL":[37.5,-87.6],"elL":[104,-0.7],"haL":[82.5,42.3],"hipR":[-28.4,35.4],"knR":[-19.5,168.9],"ftR":[57.9,307.4],"hipL":[18.7,42.7],"knL":[-25.6,126.6],"ftL":[-61.3,283.7]},{"rootY":8.4,"hips":[0,0],"chest":[-4.6,-84.9],"neck":[-4.6,-84.9],"head":[-9.5,-153.8],"shR":[-51.5,-101.3],"elR":[-110.1,-124.6],"haR":[-117.8,-168],"shL":[37.8,-89.9],"elL":[104.4,-8.9],"haL":[79.4,32.9],"hipR":[-28,36.2],"knR":[-17.8,169.7],"ftR":[58.2,308.7],"hipL":[19.7,42.1],"knL":[-22.7,123.6],"ftL":[-63.4,279.9]},{"rootY":8,"hips":[0,0],"chest":[-3.6,-85.3],"neck":[-3.6,-85.3],"head":[-8.7,-154.2],"shR":[-50.6,-100.4],"elR":[-102.4,-105.1],"haR":[-119.6,-149.1],"shL":[38.7,-91.9],"elL":[103.2,-19.6],"haL":[74.7,21.1],"hipR":[-28.5,35.5],"knR":[-16.1,168.8],"ftR":[58.7,308.9],"hipL":[18.9,42.6],"knL":[-22.1,120.9],"ftL":[-62.9,277.5]},{"rootY":6.4,"hips":[0,0],"chest":[-2.6,-85.5],"neck":[-2.6,-85.5],"head":[-6.7,-154.5],"shR":[-48.7,-99],"elR":[-93.7,-86],"haR":[-119.8,-128.7],"shL":[38.9,-94.2],"elL":[98.8,-33.3],"haL":[67,5.9],"hipR":[-28.3,36.1],"knR":[-14.8,169.5],"ftR":[59.5,309.9],"hipL":[19.1,42.1],"knL":[-20.7,119.5],"ftL":[-60.7,276.6]},{"rootY":6,"hips":[0,0],"chest":[-2,-85.4],"neck":[-2,-85.4],"head":[-5,-154.4],"shR":[-48.3,-98.2],"elR":[-87,-69.5],"haR":[-119.7,-108.8],"shL":[40.3,-95.2],"elL":[93.2,-50.2],"haL":[58.4,-13.9],"hipR":[-28,37],"knR":[-13.7,170.2],"ftR":[60.5,310.2],"hipL":[20.3,41.3],"knL":[-17.9,117.2],"ftL":[-58.3,274.5]},{"rootY":6.1,"hips":[0,0],"chest":[-0.9,-85.4],"neck":[-0.9,-85.4],"head":[-2.9,-154.3],"shR":[-48.4,-97.9],"elR":[-81.5,-57.6],"haR":[-119.2,-90.8],"shL":[43.2,-95.7],"elL":[88.7,-69],"haL":[51.4,-37.6],"hipR":[-28,37.1],"knR":[-12.3,169.9],"ftR":[61.8,310],"hipL":[20.3,41.2],"knL":[-16.8,114.7],"ftL":[-55.9,272.7]},{"rootY":5.6,"hips":[0,0],"chest":[0.2,-85.4],"neck":[0.2,-85.4],"head":[-1.1,-154],"shR":[-46.7,-97],"elR":[-76.6,-48.8],"haR":[-116.3,-74.8],"shL":[44,-97],"elL":[81.8,-90.4],"haL":[42.7,-65.6],"hipR":[-27.9,37.3],"knR":[-12.1,170.2],"ftR":[62.6,309.9],"hipL":[20.9,41.1],"knL":[-14.5,113.3],"ftL":[-53.8,271.5]},{"rootY":5.3,"hips":[0,0],"chest":[1.3,-85.4],"neck":[1.3,-85.4],"head":[0.7,-153.5],"shR":[-47,-98],"elR":[-74.2,-43.7],"haR":[-113.8,-62.7],"shL":[47,-96.1],"elL":[76.8,-108.6],"haL":[36.8,-92.1],"hipR":[-27.3,37.6],"knR":[-10.7,170.4],"ftR":[63.4,310.5],"hipL":[21.4,40.9],"knL":[-12.2,111.9],"ftL":[-52,270.2]},{"rootY":5,"hips":[0,0],"chest":[1.6,-85.2],"neck":[1.6,-85.2],"head":[2.4,-152.1],"shR":[-47.8,-98.7],"elR":[-74.3,-40.3],"haR":[-112.6,-51.8],"shL":[49.2,-95.1],"elL":[71.4,-123.1],"haL":[31.3,-116.8],"hipR":[-27.3,37.4],"knR":[-9.9,170.2],"ftR":[63.8,310.6],"hipL":[21.3,41.1],"knL":[-10.5,111],"ftL":[-50.6,269.4]},{"rootY":4.8,"hips":[0,0],"chest":[1.7,-84.9],"neck":[1.7,-84.9],"head":[4.3,-150.2],"shR":[-47.4,-98.5],"elR":[-74.4,-36.7],"haR":[-108.9,-41.2],"shL":[49.3,-94.9],"elL":[66.4,-135.5],"haL":[27.4,-141.3],"hipR":[-27.1,37.3],"knR":[-9.9,170.1],"ftR":[64,310.5],"hipL":[21.1,41.2],"knL":[-9.4,110.5],"ftL":[-49.2,269.1]},{"rootY":5.1,"hips":[0,0],"chest":[1.4,-84.6],"neck":[1.4,-84.6],"head":[6.2,-148.1],"shR":[-47.2,-98],"elR":[-75.2,-34.8],"haR":[-106.1,-32.3],"shL":[48.8,-94.8],"elL":[60.3,-144.8],"haL":[23.5,-161.8],"hipR":[-27.1,37.1],"knR":[-9.6,169.7],"ftR":[64.2,310.3],"hipL":[20.8,41.4],"knL":[-8.8,109.5],"ftL":[-48.1,268.4]},{"rootY":5.5,"hips":[0,0],"chest":[1.5,-84.3],"neck":[1.5,-84.3],"head":[8.4,-145.9],"shR":[-46.4,-97.8],"elR":[-75.7,-32.6],"haR":[-102.7,-24.7],"shL":[48.6,-94.6],"elL":[53.4,-152.3],"haL":[19.9,-179.4],"hipR":[-26.5,37.2],"knR":[-9.9,169.8],"ftR":[64.3,310.3],"hipL":[20.8,41.3],"knL":[-8,109.1],"ftL":[-47.1,268]},{"rootY":5.4,"hips":[0,0],"chest":[1.5,-84.2],"neck":[1.5,-84.2],"head":[10.2,-144.3],"shR":[-45.6,-97.6],"elR":[-76.1,-30.6],"haR":[-99.8,-18.1],"shL":[48.2,-94.7],"elL":[46.3,-158.1],"haL":[16.8,-192.9],"hipR":[-26.1,37.1],"knR":[-10.7,170.1],"ftR":[64.3,310.3],"hipL":[20.8,41.4],"knL":[-6.9,109.2],"ftL":[-46.6,268]},{"rootY":5.8,"hips":[0,0],"chest":[1.3,-83.9],"neck":[1.3,-83.9],"head":[11.1,-143],"shR":[-45.6,-97.3],"elR":[-77.7,-28.1],"haR":[-98.8,-12.2],"shL":[47.9,-94.6],"elL":[39.2,-162.9],"haL":[14.1,-203.1],"hipR":[-26.3,36.8],"knR":[-10.4,169.7],"ftR":[64,310.4],"hipL":[20.8,41.8],"knL":[-6.2,109],"ftL":[-46.8,267.5]},{"rootY":6,"hips":[0,0],"chest":[1.2,-83.8],"neck":[1.2,-83.8],"head":[12.2,-141.8],"shR":[-45.1,-96.9],"elR":[-78,-25.6],"haR":[-97.6,-7.4],"shL":[47.3,-94.7],"elL":[32.9,-167.9],"haL":[11.4,-211.5],"hipR":[-26.2,36.5],"knR":[-11.4,169.6],"ftR":[63.7,310.2],"hipL":[20.9,42],"knL":[-6.1,108.9],"ftL":[-47.1,267.3]},{"rootY":6.4,"hips":[0,0],"chest":[1.2,-83.6],"neck":[1.2,-83.6],"head":[12.7,-141.1],"shR":[-44.5,-97],"elR":[-77.3,-24.1],"haR":[-96.2,-4.2],"shL":[47,-94.2],"elL":[28.5,-172.3],"haL":[9.5,-217.9],"hipR":[-26,36.3],"knR":[-12.6,169.5],"ftR":[63.2,310.1],"hipL":[20.8,42.2],"knL":[-6.3,108.6],"ftL":[-47.2,267]},{"rootY":6.1,"hips":[0,0],"chest":[1,-83],"neck":[1,-83],"head":[13.3,-140],"shR":[-44.7,-96.4],"elR":[-78.1,-22],"haR":[-96.1,-0.9],"shL":[46.8,-93.8],"elL":[25.4,-176.1],"haL":[7.9,-222.6],"hipR":[-24.9,37.1],"knR":[-12,170.1],"ftR":[63.3,310.6],"hipL":[21.2,41.6],"knL":[-5.9,109],"ftL":[-47.3,267.4]},{"rootY":6.3,"hips":[0,0],"chest":[0.6,-82.8],"neck":[0.6,-82.8],"head":[13.4,-139.8],"shR":[-44.7,-96.3],"elR":[-78.1,-21.5],"haR":[-95.7,0.6],"shL":[46.1,-93.5],"elL":[24,-179.1],"haL":[6.7,-225.9],"hipR":[-25.1,36.8],"knR":[-12.8,169.8],"ftR":[62.9,310.5],"hipL":[20.9,41.8],"knL":[-6,108.9],"ftL":[-47.2,267.4]},{"rootY":6.2,"hips":[0,0],"chest":[0.5,-82.8],"neck":[0.5,-82.8],"head":[13.4,-139.9],"shR":[-45,-96.4],"elR":[-78.6,-21],"haR":[-95.7,1.6],"shL":[46.4,-93.3],"elL":[23.4,-180.8],"haL":[5.9,-227.6],"hipR":[-24.9,36.8],"knR":[-12.4,169.8],"ftR":[63,310.5],"hipL":[20.9,41.8],"knL":[-6,109.1],"ftL":[-47.1,267.6]},{"rootY":6.4,"hips":[0,0],"chest":[0.1,-82.8],"neck":[0.1,-82.8],"head":[12.8,-140.5],"shR":[-45.3,-96.6],"elR":[-79.4,-21.5],"haR":[-96.2,1.3],"shL":[46.2,-93.1],"elL":[22.5,-181.8],"haL":[4.7,-228.6],"hipR":[-25.4,36.3],"knR":[-13.3,169.5],"ftR":[62.5,310.4],"hipL":[20.8,42.2],"knL":[-6,109.1],"ftL":[-47.2,267.5]},{"rootY":6.5,"hips":[0,0],"chest":[-0.1,-82.5],"neck":[-0.1,-82.5],"head":[11.9,-140.6],"shR":[-45.9,-96.3],"elR":[-80.5,-22.5],"haR":[-97.5,-0.3],"shL":[46.3,-92.8],"elL":[22.2,-181.4],"haL":[4,-228],"hipR":[-25.3,36.4],"knR":[-12.9,169.4],"ftR":[62.3,310.8],"hipL":[20.9,42.1],"knL":[-6.9,109],"ftL":[-47.3,267.7]},{"rootY":6.8,"hips":[0,0],"chest":[-0.5,-82.5],"neck":[-0.5,-82.5],"head":[10.9,-141.2],"shR":[-46.3,-95.6],"elR":[-82.4,-23.8],"haR":[-99.8,-2.7],"shL":[45.8,-93.7],"elL":[22.5,-182.4],"haL":[3.4,-228.7],"hipR":[-25.5,36],"knR":[-13.6,169],"ftR":[62,310.2],"hipL":[20.8,42.4],"knL":[-7.5,109.1],"ftL":[-47.5,267.9]},{"rootY":7,"hips":[0,0],"chest":[-1.1,-82.4],"neck":[-1.1,-82.4],"head":[9.6,-141.6],"shR":[-47.4,-95.5],"elR":[-84.9,-26.4],"haR":[-102.7,-6.7],"shL":[45.7,-93.5],"elL":[22.9,-182.5],"haL":[3.9,-228.8],"hipR":[-25.5,35.9],"knR":[-13.9,168.8],"ftR":[61.8,309.9],"hipL":[20.9,42.5],"knL":[-7.5,109.2],"ftL":[-48.1,267.9]},{"rootY":6.9,"hips":[0,0],"chest":[-1.7,-82.4],"neck":[-1.7,-82.4],"head":[8.6,-141.7],"shR":[-48.8,-96.2],"elR":[-88.2,-29.8],"haR":[-106.3,-11.5],"shL":[46.1,-92.7],"elL":[24.3,-181.3],"haL":[5.7,-227.8],"hipR":[-25.2,36.1],"knR":[-14.1,169],"ftR":[61.2,310.4],"hipL":[20.6,42.4],"knL":[-7.6,109.3],"ftL":[-48.4,268]},{"rootY":7.2,"hips":[0,0],"chest":[-2.5,-82.5],"neck":[-2.5,-82.5],"head":[7.4,-142.4],"shR":[-49.9,-96.8],"elR":[-90.9,-33.5],"haR":[-109.6,-16.8],"shL":[45.7,-92.3],"elL":[26.1,-181.1],"haL":[7.9,-227.8],"hipR":[-26.3,35.3],"knR":[-15.2,168.5],"ftR":[60.7,309.9],"hipL":[20.2,43],"knL":[-6.9,108.7],"ftL":[-48,267.3]},{"rootY":7,"hips":[0,0],"chest":[-3.1,-82.5],"neck":[-3.1,-82.5],"head":[6.9,-143],"shR":[-50.1,-96.7],"elR":[-92.3,-35.5],"haR":[-112.6,-20.4],"shL":[44.5,-92.4],"elL":[28.2,-180.1],"haL":[10.6,-227],"hipR":[-26.2,35.6],"knR":[-16,168.9],"ftR":[60.4,310.1],"hipL":[21,42.8],"knL":[-5,109],"ftL":[-47.5,267.3]},{"rootY":7.4,"hips":[0,0],"chest":[-4,-82.6],"neck":[-4,-82.6],"head":[6,-144],"shR":[-51.1,-97.3],"elR":[-94.7,-36.9],"haR":[-116.3,-23.1],"shL":[43.8,-92],"elL":[31.9,-176.5],"haL":[14.8,-223.7],"hipR":[-26.9,35.2],"knR":[-15.9,168.3],"ftR":[60.4,309.4],"hipL":[21,43.1],"knL":[-4.7,108.6],"ftL":[-46.7,267]},{"rootY":7.1,"hips":[0,0],"chest":[-4.4,-82.5],"neck":[-4.4,-82.5],"head":[6.2,-144.7],"shR":[-51.6,-96.7],"elR":[-94.7,-34.7],"haR":[-118.9,-22.2],"shL":[43,-92.4],"elL":[37.6,-171.6],"haL":[19.5,-218.6],"hipR":[-26.2,36],"knR":[-14.3,168.6],"ftR":[61.1,309.6],"hipL":[21.4,42.5],"knL":[-3.8,108.8],"ftL":[-46,267.2]},{"rootY":6.7,"hips":[0,0],"chest":[-5,-82.4],"neck":[-5,-82.4],"head":[6.3,-145.3],"shR":[-50.9,-96.5],"elR":[-92.2,-30.2],"haR":[-119.4,-18.4],"shL":[40.6,-92.2],"elL":[43,-162.6],"haL":[23.5,-209.1],"hipR":[-25.4,36.9],"knR":[-13,169.1],"ftR":[61.5,310.1],"hipL":[22.1,41.7],"knL":[-3.1,109.3],"ftL":[-45.5,267.7]},{"rootY":6.7,"hips":[0,0],"chest":[-6.2,-82.5],"neck":[-6.2,-82.5],"head":[5.8,-146],"shR":[-52.3,-95.6],"elR":[-90.6,-23.8],"haR":[-120,-11.9],"shL":[39.3,-93.4],"elL":[49.5,-150.7],"haL":[28.5,-196.5],"hipR":[-25.6,36.7],"knR":[-12.6,168.8],"ftR":[61.5,310.1],"hipL":[21.9,41.9],"knL":[-3.2,109.4],"ftL":[-45.5,267.9]},{"rootY":6.7,"hips":[0,0],"chest":[-6.8,-82.9],"neck":[-6.8,-82.9],"head":[6.5,-147.7],"shR":[-52.8,-95.1],"elR":[-88.5,-17],"haR":[-119.1,-3.3],"shL":[37.9,-94.6],"elL":[54.6,-134.9],"haL":[33.1,-180.2],"hipR":[-25.4,36.8],"knR":[-12.7,169],"ftR":[61.8,310.1],"hipL":[22.2,41.8],"knL":[-2.6,109.6],"ftL":[-45.7,267.8]},{"rootY":6.4,"hips":[0,0],"chest":[-7.8,-83.1],"neck":[-7.8,-83.1],"head":[5.9,-148.8],"shR":[-53.7,-94.3],"elR":[-85.5,-10.3],"haR":[-116.9,6.4],"shL":[36.3,-95.8],"elL":[58.3,-116.6],"haL":[37.2,-161.3],"hipR":[-25.2,37],"knR":[-12.6,169.3],"ftR":[62.2,310],"hipL":[22.4,41.7],"knL":[-2.5,110.2],"ftL":[-46.6,268.1]},{"rootY":6.6,"hips":[0,0],"chest":[-8.5,-83.2],"neck":[-8.5,-83.2],"head":[5.1,-149.3],"shR":[-55.6,-95],"elR":[-82.6,-5.1],"haR":[-114.4,15.3],"shL":[36.6,-95.1],"elL":[64.1,-93.8],"haL":[43.6,-136.8],"hipR":[-25,37.1],"knR":[-12.6,169.4],"ftR":[62.6,309.8],"hipL":[22.4,41.5],"knL":[-3,111],"ftL":[-48.3,268.4]},{"rootY":7,"hips":[0,0],"chest":[-9.2,-83.3],"neck":[-9.2,-83.3],"head":[3.8,-150.1],"shR":[-56.3,-94.6],"elR":[-78.9,0.2],"haR":[-109.8,24.8],"shL":[35.4,-95.7],"elL":[68.7,-70.7],"haL":[48.8,-110],"hipR":[-24.7,37.4],"knR":[-13.5,170],"ftR":[62.4,310.1],"hipL":[22.6,41.2],"knL":[-3.5,111.8],"ftL":[-50.8,268.5]},{"rootY":7.2,"hips":[0,0],"chest":[-10.2,-83.3],"neck":[-10.2,-83.3],"head":[2.3,-150.3],"shR":[-57.1,-94.5],"elR":[-75.5,4.8],"haR":[-104.4,33.9],"shL":[33.7,-95.5],"elL":[70.1,-48],"haL":[51.7,-81],"hipR":[-24.8,37.3],"knR":[-12.4,169.7],"ftR":[63.2,309.3],"hipL":[22.3,41.3],"knL":[-5.3,112.6],"ftL":[-54.2,268.6]},{"rootY":7.9,"hips":[0,0],"chest":[-10.8,-83.3],"neck":[-10.8,-83.3],"head":[1.2,-150.7],"shR":[-58.4,-94.4],"elR":[-73.1,8.3],"haR":[-99.1,42.3],"shL":[33.4,-95.5],"elL":[70.5,-29.2],"haL":[54.6,-53],"hipR":[-24.8,37.1],"knR":[-12.9,169.7],"ftR":[63.7,308.8],"hipL":[21.9,41.5],"knL":[-6.9,114.1],"ftL":[-57.3,269.2]},{"rootY":8.7,"hips":[0,0],"chest":[-11.3,-83.6],"neck":[-11.3,-83.6],"head":[0.2,-151.1],"shR":[-59.6,-94.4],"elR":[-71.4,11.5],"haR":[-93.5,49.4],"shL":[33.2,-95.7],"elL":[70.2,-13.8],"haL":[57.1,-26.5],"hipR":[-24.8,36.9],"knR":[-12.7,169.6],"ftR":[64.3,308.3],"hipL":[21.6,41.7],"knL":[-8.8,115.6],"ftL":[-60.2,269.9]},{"rootY":9.7,"hips":[0,0],"chest":[-11.5,-83.8],"neck":[-11.5,-83.8],"head":[-0.5,-151.5],"shR":[-60.3,-94.7],"elR":[-68.5,13.7],"haR":[-87.2,54.8],"shL":[33.2,-95.5],"elL":[69.4,-2.8],"haL":[58.5,-3.2],"hipR":[-24.9,36.6],"knR":[-12,169.3],"ftR":[65.3,307.4],"hipL":[21.3,42],"knL":[-11.7,118],"ftL":[-62.7,271.8]},{"rootY":10.5,"hips":[0,0],"chest":[-11,-84.4],"neck":[-11,-84.4],"head":[-0.6,-152.2],"shR":[-60.3,-95.3],"elR":[-64.9,15.1],"haR":[-81.2,58.5],"shL":[33.6,-95.8],"elL":[67.7,4.7],"haL":[59.8,16.5],"hipR":[-25.1,36.1],"knR":[-10.7,169.1],"ftR":[67.2,306.1],"hipL":[20.5,42.4],"knL":[-14.4,121.6],"ftL":[-64.6,274.7]},{"rootY":11.4,"hips":[0,0],"chest":[-10.4,-84.9],"neck":[-10.4,-84.9],"head":[0.1,-152.8],"shR":[-60.7,-96.3],"elR":[-64,16.1],"haR":[-76.8,61.2],"shL":[35,-95.4],"elL":[66.3,9.6],"haL":[61.9,33.4],"hipR":[-24.4,36.1],"knR":[-9.5,169.3],"ftR":[69.1,305.4],"hipL":[20.4,42.4],"knL":[-17.6,126.1],"ftL":[-65.2,279.1]},{"rootY":12.6,"hips":[0,0],"chest":[-9.1,-85.4],"neck":[-9.1,-85.4],"head":[1.3,-153.4],"shR":[-59.3,-97.4],"elR":[-57.7,16],"haR":[-70,62.3],"shL":[36,-95.1],"elL":[64.1,12.7],"haL":[64.6,46.6],"hipR":[-24,35.8],"knR":[-9.4,169.3],"ftR":[71.9,303.3],"hipL":[20.3,42.7],"knL":[-20.4,130.3],"ftL":[-64,283.1]},{"rootY":14.9,"hips":[0,0],"chest":[-8.1,-85.6],"neck":[-8.1,-85.6],"head":[2.1,-153.5],"shR":[-57.4,-96.9],"elR":[-53.3,17],"haR":[-64.6,64.4],"shL":[35.8,-96],"elL":[61,13],"haL":[66.3,54.7],"hipR":[-23.7,35.7],"knR":[-8.3,169.4],"ftR":[74.7,301.4],"hipL":[20.1,42.7],"knL":[-24.7,133.3],"ftL":[-61.6,286.5]},{"rootY":17.1,"hips":[0,0],"chest":[-6.1,-85.8],"neck":[-6.1,-85.8],"head":[4.2,-153.6],"shR":[-54.8,-97.3],"elR":[-47.8,16.9],"haR":[-58.7,64.9],"shL":[37.2,-96.2],"elL":[58.7,13.2],"haL":[68.7,59.5],"hipR":[-23.3,35.4],"knR":[-7.3,169.4],"ftR":[78.5,299.2],"hipL":[19.7,42.9],"knL":[-27.6,135.6],"ftL":[-57.7,288.8]},{"rootY":19.4,"hips":[0,0],"chest":[-4.2,-85.9],"neck":[-4.2,-85.9],"head":[6.6,-153.5],"shR":[-52.2,-97.1],"elR":[-44.2,17.2],"haR":[-54.4,65.5],"shL":[38.5,-96.8],"elL":[57.6,12.1],"haL":[70.4,60.2],"hipR":[-22.4,35.4],"knR":[-6.1,169.7],"ftR":[81.7,297.3],"hipL":[19.4,42.9],"knL":[-30.3,136.7],"ftL":[-54.8,289.3]},{"rootY":21.7,"hips":[0,0],"chest":[-2.8,-86.1],"neck":[-2.8,-86.1],"head":[8.6,-153.5],"shR":[-50.7,-98],"elR":[-41.6,16.3],"haR":[-51.8,64.7],"shL":[40.2,-96.4],"elL":[58.5,11.6],"haL":[72.9,59.9],"hipR":[-23.1,35.5],"knR":[-3.1,169.6],"ftR":[85.8,294.9],"hipL":[18.9,42.9],"knL":[-32.1,137.3],"ftL":[-52.1,288.9]},{"rootY":23.6,"hips":[0,0],"chest":[-0.6,-86.2],"neck":[-0.6,-86.2],"head":[11.8,-153.4],"shR":[-48.2,-98],"elR":[-40,16.3],"haR":[-50.3,64.7],"shL":[42.4,-96.8],"elL":[61.3,9.2],"haL":[75.8,57.4],"hipR":[-22.6,35.2],"knR":[0.2,169],"ftR":[90.8,292.6],"hipL":[18,43.1],"knL":[-33.7,137.4],"ftL":[-48.3,287.3]},{"rootY":25.8,"hips":[0,0],"chest":[0.8,-86.2],"neck":[0.8,-86.2],"head":[14.1,-153.1],"shR":[-47.1,-98.8],"elR":[-40.4,15.6],"haR":[-51.3,63.8],"shL":[44.4,-95.9],"elL":[64.2,8.1],"haL":[78.2,56.5],"hipR":[-22.2,35.6],"knR":[2.6,169.1],"ftR":[94.7,290.3],"hipL":[17.5,42.8],"knL":[-35.1,136.8],"ftL":[-45.1,284.8]}]},"dance_spin":{"name":"dance_spin","fps":30,"height":520,"groundY":336,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[0.3,-87],"neck":[0.3,-87],"head":[-1.4,-154.3],"shR":[-66.4,-98.5],"elR":[-180.7,-82.5],"haR":[-231.4,-75.3],"shL":[71.5,-97.4],"elL":[182.3,-81.8],"haL":[232.2,-74.8],"hipR":[-32.8,35.3],"knR":[-30.4,171.1],"ftR":[-27.5,335.7],"hipL":[34,35.3],"knL":[31.6,171.1],"ftL":[28.7,335.1]},{"rootY":0.3,"hips":[0,0],"chest":[-0.4,-86.4],"neck":[-0.4,-86.4],"head":[-4.7,-154.9],"shR":[-68.2,-91.5],"elR":[-84.1,15.3],"haR":[-93.3,65.6],"shL":[69.1,-103.8],"elL":[88.1,-3.6],"haL":[95.4,45.8],"hipR":[-34.9,37.4],"knR":[-6.5,167],"ftR":[19.1,322.5],"hipL":[30.9,41.1],"knL":[20.1,174.6],"ftL":[-39.7,279.9]},{"rootY":0.4,"hips":[0,0],"chest":[-0.5,-86.4],"neck":[-0.5,-86.4],"head":[-5.8,-154.4],"shR":[-68.2,-91.6],"elR":[-83.8,15.4],"haR":[-92.7,65.7],"shL":[69,-103.9],"elL":[87.8,-3.5],"haL":[95.2,45.9],"hipR":[-35.1,37.3],"knR":[-6.8,167],"ftR":[19.1,322.4],"hipL":[30.8,41.2],"knL":[19.9,174.7],"ftL":[-39.5,279.9]},{"rootY":0.6,"hips":[0,0],"chest":[-0.5,-86.4],"neck":[-0.5,-86.4],"head":[-7.1,-154.5],"shR":[-68.2,-91.5],"elR":[-83.1,16.2],"haR":[-92,66.5],"shL":[69,-104.1],"elL":[87.2,-3.4],"haL":[94.9,46],"hipR":[-35.1,37.2],"knR":[-7.2,167.1],"ftR":[18.9,322.3],"hipL":[30.8,41.3],"knL":[19.5,174.6],"ftL":[-39.7,279.6]},{"rootY":0.5,"hips":[0,0],"chest":[-0.6,-86.4],"neck":[-0.6,-86.4],"head":[-8.3,-154.2],"shR":[-68.3,-91.4],"elR":[-82.6,16.5],"haR":[-91.2,66.8],"shL":[69,-104.3],"elL":[86.7,-3.5],"haL":[94.4,45.9],"hipR":[-35.2,37.1],"knR":[-7.6,166.9],"ftR":[18.8,322.2],"hipL":[30.7,41.4],"knL":[19.2,174.6],"ftL":[-39.9,279.5]},{"rootY":0.5,"hips":[0,0],"chest":[-0.5,-86.4],"neck":[-0.5,-86.4],"head":[-9.4,-153.8],"shR":[-68.1,-91.4],"elR":[-81.5,16.7],"haR":[-90.1,67.1],"shL":[69.2,-104.4],"elL":[86.5,-3.5],"haL":[94.1,45.9],"hipR":[-35.1,37.2],"knR":[-7.3,166.8],"ftR":[18.7,322],"hipL":[30.9,41.3],"knL":[19,174.3],"ftL":[-39.6,279.7]},{"rootY":0.7,"hips":[0,0],"chest":[-0.7,-86.4],"neck":[-0.7,-86.4],"head":[-10.7,-153.6],"shR":[-68.3,-91.5],"elR":[-80.7,16.7],"haR":[-89,67.1],"shL":[69,-104.3],"elL":[86,-3.4],"haL":[93.4,46],"hipR":[-35.2,37.2],"knR":[-7.7,167],"ftR":[18.7,322],"hipL":[30.8,41.3],"knL":[19,174.4],"ftL":[-39.5,279.8]},{"rootY":0.4,"hips":[0,0],"chest":[-0.9,-86.4],"neck":[-0.9,-86.4],"head":[-11.6,-153.3],"shR":[-68.5,-91.6],"elR":[-79.6,17.1],"haR":[-87.8,67.5],"shL":[68.8,-104.3],"elL":[85.1,-3.4],"haL":[92.4,46.1],"hipR":[-35.2,37.1],"knR":[-7.8,166.8],"ftR":[18.4,321.9],"hipL":[30.7,41.4],"knL":[18.7,174.4],"ftL":[-39.7,279.9]},{"rootY":0.4,"hips":[0,0],"chest":[-1.1,-86.4],"neck":[-1.1,-86.4],"head":[-12.2,-153.4],"shR":[-68.6,-91.7],"elR":[-78.6,17],"haR":[-86.4,67.5],"shL":[68.7,-104.1],"elL":[84.4,-3.3],"haL":[91.5,46.2],"hipR":[-35.3,37.1],"knR":[-7.8,166.9],"ftR":[18.4,321.9],"hipL":[30.6,41.4],"knL":[18.7,174.4],"ftL":[-39.9,279.6]},{"rootY":0.5,"hips":[0,0],"chest":[-1.3,-86.4],"neck":[-1.3,-86.4],"head":[-13.1,-153.1],"shR":[-68.8,-91.7],"elR":[-77.6,17],"haR":[-85.1,67.6],"shL":[68.6,-104],"elL":[83.4,-3.6],"haL":[90,46.1],"hipR":[-35.3,37],"knR":[-7.9,167],"ftR":[18.4,322],"hipL":[30.6,41.4],"knL":[18.5,174.5],"ftL":[-40.2,279.3]},{"rootY":0.4,"hips":[0,0],"chest":[-1.6,-86.4],"neck":[-1.6,-86.4],"head":[-13.8,-152.9],"shR":[-69,-91.9],"elR":[-77,16.7],"haR":[-84,67.4],"shL":[68.3,-103.9],"elL":[82.9,-3.9],"haL":[89,45.9],"hipR":[-35.5,36.9],"knR":[-8.2,166.8],"ftR":[18.2,321.8],"hipL":[30.4,41.6],"knL":[18.2,174.6],"ftL":[-40.6,279.4]},{"rootY":0.4,"hips":[0,0],"chest":[-1.6,-86.4],"neck":[-1.6,-86.4],"head":[-13.6,-153.1],"shR":[-69.1,-91.9],"elR":[-76.4,16.7],"haR":[-83.2,67.4],"shL":[68.3,-103.8],"elL":[82.5,-4.1],"haL":[88.1,45.8],"hipR":[-35.5,36.8],"knR":[-8.4,166.9],"ftR":[18.1,321.9],"hipL":[30.3,41.6],"knL":[18.5,174.8],"ftL":[-40.9,279.2]},{"rootY":0.4,"hips":[0,0],"chest":[-1.5,-86.4],"neck":[-1.5,-86.4],"head":[-13.4,-153.1],"shR":[-69,-91.5],"elR":[-76,17.1],"haR":[-82.9,67.8],"shL":[68.4,-103.9],"elL":[82,-4.7],"haL":[87.4,45.3],"hipR":[-35.5,36.8],"knR":[-8.2,166.9],"ftR":[18.3,321.8],"hipL":[30.3,41.6],"knL":[18.8,174.9],"ftL":[-41.1,279.1]},{"rootY":0.6,"hips":[0,0],"chest":[-1.8,-86.5],"neck":[-1.8,-86.5],"head":[-13.5,-153.1],"shR":[-69.2,-91.4],"elR":[-76.9,16.7],"haR":[-83.9,67.4],"shL":[68,-104],"elL":[81.3,-5.4],"haL":[86.4,44.8],"hipR":[-35.6,36.8],"knR":[-9,166.9],"ftR":[17.9,321.6],"hipL":[30.3,41.7],"knL":[18.2,174.8],"ftL":[-41.9,278.5]},{"rootY":0.8,"hips":[0,0],"chest":[-1.2,-86.4],"neck":[-1.2,-86.4],"head":[-12.4,-153.4],"shR":[-68.6,-91.7],"elR":[-76.9,16],"haR":[-84,66.7],"shL":[68.7,-103.7],"elL":[81.6,-5.9],"haL":[86.6,44.3],"hipR":[-35.3,37.1],"knR":[-7.2,167],"ftR":[18.9,321.8],"hipL":[30.6,41.4],"knL":[19.4,174.7],"ftL":[-41.5,278.8]},{"rootY":0.9,"hips":[0,0],"chest":[-1.5,-86.5],"neck":[-1.5,-86.5],"head":[-12.4,-153.5],"shR":[-68.8,-91.7],"elR":[-77.9,15.8],"haR":[-85.3,66.4],"shL":[68.5,-103.7],"elL":[81.3,-6.4],"haL":[86.2,43.8],"hipR":[-35.3,37],"knR":[-7.5,167.1],"ftR":[18.5,321.8],"hipL":[30.6,41.5],"knL":[19.4,174.7],"ftL":[-41.6,278.4]},{"rootY":0.8,"hips":[0,0],"chest":[-1.4,-86.4],"neck":[-1.4,-86.4],"head":[-11.8,-153.6],"shR":[-68.7,-91.7],"elR":[-78.7,15],"haR":[-85.8,65.7],"shL":[68.6,-103.6],"elL":[81.4,-6.5],"haL":[86.3,43.7],"hipR":[-35.2,37.1],"knR":[-7.1,167.1],"ftR":[18.6,321.9],"hipL":[30.7,41.4],"knL":[19.5,174.5],"ftL":[-41,278.7]},{"rootY":0.6,"hips":[0,0],"chest":[-1.2,-86.4],"neck":[-1.2,-86.4],"head":[-11.1,-153.7],"shR":[-68.4,-91.7],"elR":[-79.1,14.8],"haR":[-86.1,65.5],"shL":[68.8,-103.4],"elL":[81.3,-6.9],"haL":[86.3,43.3],"hipR":[-35.1,37.2],"knR":[-6.1,166.9],"ftR":[18.9,322],"hipL":[30.7,41.2],"knL":[20,174.6],"ftL":[-40.8,279.2]},{"rootY":0.7,"hips":[0,0],"chest":[-1,-86.4],"neck":[-1,-86.4],"head":[-10.5,-153.9],"shR":[-68.3,-91.7],"elR":[-79.8,14.5],"haR":[-86.5,65.2],"shL":[69,-103.4],"elL":[81.3,-7.1],"haL":[86.4,43.1],"hipR":[-35,37.4],"knR":[-5.3,166.8],"ftR":[19.2,321.9],"hipL":[30.9,41],"knL":[19.8,174.4],"ftL":[-40.8,279.1]},{"rootY":0.6,"hips":[0,0],"chest":[-1,-86.4],"neck":[-1,-86.4],"head":[-10.1,-154.1],"shR":[-68.1,-91.8],"elR":[-80.5,14],"haR":[-87.2,64.8],"shL":[69.1,-103.2],"elL":[81.2,-6.9],"haL":[86.5,43.3],"hipR":[-34.9,37.4],"knR":[-4.7,166.5],"ftR":[18.8,321.8],"hipL":[31,41],"knL":[19.4,174.3],"ftL":[-41.3,279]},{"rootY":0.8,"hips":[0,0],"chest":[-1.7,-86.3],"neck":[-1.7,-86.3],"head":[-10.6,-154.1],"shR":[-68.8,-91.8],"elR":[-82.3,13.7],"haR":[-88.6,64.5],"shL":[68.4,-103.1],"elL":[80.3,-7],"haL":[85.7,43.2],"hipR":[-35.2,37.2],"knR":[-6.7,166.9],"ftR":[18.3,321.9],"hipL":[30.6,41.2],"knL":[19.1,174.5],"ftL":[-42.3,278.6]},{"rootY":0.5,"hips":[0,0],"chest":[-2.1,-86.4],"neck":[-2.1,-86.4],"head":[-10.5,-154.2],"shR":[-69.2,-91.6],"elR":[-83.6,14],"haR":[-89.9,64.8],"shL":[68,-103.2],"elL":[80,-6.9],"haL":[85.4,43.2],"hipR":[-35.4,36.9],"knR":[-7.7,166.7],"ftR":[17.6,321.8],"hipL":[30.4,41.5],"knL":[18.5,174.7],"ftL":[-43,278.7]},{"rootY":0.4,"hips":[0,0],"chest":[-1.8,-86.4],"neck":[-1.8,-86.4],"head":[-9.8,-154.4],"shR":[-68.9,-91.4],"elR":[-84.2,14],"haR":[-90.4,64.9],"shL":[68.3,-103.3],"elL":[80.3,-7],"haL":[85.8,43.1],"hipR":[-35.2,37.2],"knR":[-7,166.8],"ftR":[17.8,321.9],"hipL":[30.7,41.2],"knL":[18.9,174.4],"ftL":[-42.9,278.8]},{"rootY":0.7,"hips":[0,0],"chest":[-2.2,-86.4],"neck":[-2.2,-86.4],"head":[-10.1,-154.4],"shR":[-69.4,-91.2],"elR":[-86.2,13.9],"haR":[-92,64.8],"shL":[67.8,-103.5],"elL":[80.1,-7.3],"haL":[85.4,42.8],"hipR":[-35.5,36.9],"knR":[-8.4,166.9],"ftR":[17.5,321.8],"hipL":[30.3,41.5],"knL":[18.6,174.8],"ftL":[-43.3,278.6]},{"rootY":0.6,"hips":[0,0],"chest":[-2.4,-86.4],"neck":[-2.4,-86.4],"head":[-9.8,-154.7],"shR":[-69.5,-91.3],"elR":[-87.6,13.6],"haR":[-93.1,64.5],"shL":[67.7,-103.3],"elL":[80,-7.3],"haL":[85.4,42.9],"hipR":[-35.4,36.9],"knR":[-8.5,166.7],"ftR":[17.1,321.6],"hipL":[30.3,41.5],"knL":[18.5,174.8],"ftL":[-43.6,278.6]},{"rootY":0.7,"hips":[0,0],"chest":[-2.2,-86.3],"neck":[-2.2,-86.3],"head":[-9.3,-154.8],"shR":[-69.3,-91.4],"elR":[-88.9,13],"haR":[-94,63.9],"shL":[67.9,-103.2],"elL":[80.2,-7.3],"haL":[85.6,42.9],"hipR":[-35.4,37],"knR":[-8.2,166.7],"ftR":[17.4,321.6],"hipL":[30.4,41.4],"knL":[19,174.8],"ftL":[-43.5,278.5]},{"rootY":0.6,"hips":[0,0],"chest":[-2.1,-86.3],"neck":[-2.1,-86.3],"head":[-9.1,-154.8],"shR":[-69.2,-91.3],"elR":[-90.1,13],"haR":[-95.2,64],"shL":[68,-103.3],"elL":[80.7,-7.4],"haL":[86,42.7],"hipR":[-35.3,37],"knR":[-7.9,166.7],"ftR":[17.3,321.7],"hipL":[30.5,41.4],"knL":[19.4,174.8],"ftL":[-43.2,278.6]},{"rootY":0.9,"hips":[0,0],"chest":[-1.9,-86.3],"neck":[-1.9,-86.3],"head":[-8.7,-154.9],"shR":[-69,-91.3],"elR":[-91.6,12.8],"haR":[-96.5,63.8],"shL":[68.2,-103.4],"elL":[81.1,-7.4],"haL":[86.5,42.8],"hipR":[-35.2,37.1],"knR":[-7.5,166.9],"ftR":[17.9,322],"hipL":[30.6,41.3],"knL":[19.8,174.8],"ftL":[-42.7,278.6]},{"rootY":0.8,"hips":[0,0],"chest":[-1.7,-86.3],"neck":[-1.7,-86.3],"head":[-8.8,-154.9],"shR":[-68.8,-91.3],"elR":[-92.9,12.6],"haR":[-97.8,63.5],"shL":[68.3,-103.4],"elL":[81.6,-7.2],"haL":[87.1,43],"hipR":[-35.2,37.1],"knR":[-7.1,166.9],"ftR":[18,322],"hipL":[30.7,41.3],"knL":[19.7,174.7],"ftL":[-41.9,278.9]},{"rootY":0.8,"hips":[0,0],"chest":[-1.6,-86.3],"neck":[-1.6,-86.3],"head":[-8.6,-154.9],"shR":[-68.8,-91.1],"elR":[-94.3,12.6],"haR":[-99.1,63.5],"shL":[68.4,-103.5],"elL":[81.9,-7],"haL":[87.4,43.1],"hipR":[-35.2,37.2],"knR":[-7.3,166.9],"ftR":[17.9,322],"hipL":[30.8,41.3],"knL":[19.5,174.6],"ftL":[-41.5,279.1]},{"rootY":0.9,"hips":[0,0],"chest":[-1.8,-86.4],"neck":[-1.8,-86.4],"head":[-8.8,-155],"shR":[-69,-91.1],"elR":[-95.9,12.7],"haR":[-100.6,63.5],"shL":[68.2,-103.7],"elL":[81.8,-7],"haL":[87.5,43.1],"hipR":[-35.3,37.1],"knR":[-7.6,166.9],"ftR":[17.7,322.1],"hipL":[30.7,41.4],"knL":[19.2,174.6],"ftL":[-41.6,279.4]},{"rootY":1.1,"hips":[0,0],"chest":[-2.1,-86.3],"neck":[-2.1,-86.3],"head":[-9.5,-154.8],"shR":[-69.3,-91],"elR":[-97.1,12.8],"haR":[-101.8,63.6],"shL":[67.8,-103.9],"elL":[81.6,-6.7],"haL":[87.5,43.4],"hipR":[-35.4,37],"knR":[-7.8,166.8],"ftR":[17.4,321.9],"hipL":[30.6,41.5],"knL":[18.9,174.7],"ftL":[-42.1,278.9]},{"rootY":1.2,"hips":[0,0],"chest":[-2.4,-86.3],"neck":[-2.4,-86.3],"head":[-9.7,-154.8],"shR":[-69.6,-90.9],"elR":[-98.2,12.7],"haR":[-102.8,63.4],"shL":[67.5,-104],"elL":[81.6,-6.6],"haL":[87.4,43.5],"hipR":[-35.5,36.9],"knR":[-7.9,166.7],"ftR":[17.1,321.8],"hipL":[30.5,41.6],"knL":[18.6,174.8],"ftL":[-42.7,278.9]},{"rootY":1.2,"hips":[0,0],"chest":[-2.7,-86.4],"neck":[-2.7,-86.4],"head":[-10.2,-154.9],"shR":[-69.9,-91.1],"elR":[-98.9,12.8],"haR":[-103.4,63.5],"shL":[67.2,-104],"elL":[81.6,-6.5],"haL":[87.6,43.5],"hipR":[-35.5,36.8],"knR":[-8.5,166.8],"ftR":[16.7,321.8],"hipL":[30.4,41.6],"knL":[18.5,174.7],"ftL":[-43.3,278.8]},{"rootY":1.1,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-10.9,-154.7],"shR":[-70.4,-90.9],"elR":[-99.6,13.3],"haR":[-104,63.9],"shL":[66.6,-104.3],"elL":[81.3,-6.3],"haL":[87.3,43.7],"hipR":[-35.7,36.6],"knR":[-9.5,166.8],"ftR":[16.2,321.8],"hipL":[30.2,41.8],"knL":[18.2,174.9],"ftL":[-43.8,278.8]},{"rootY":1,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-10.7,-154.9],"shR":[-70.4,-90.6],"elR":[-99.4,13.9],"haR":[-103.7,64.5],"shL":[66.5,-104.7],"elL":[81.3,-6.4],"haL":[87.4,43.6],"hipR":[-35.5,36.9],"knR":[-9.4,167],"ftR":[16,321.9],"hipL":[30.5,41.6],"knL":[18.1,174.6],"ftL":[-43.9,278.8]},{"rootY":1,"hips":[0,0],"chest":[-3,-86.4],"neck":[-3,-86.4],"head":[-11,-154.8],"shR":[-70.3,-90.4],"elR":[-98.2,14.5],"haR":[-102.7,65.1],"shL":[66.6,-104.9],"elL":[81.8,-6.5],"haL":[87.9,43.6],"hipR":[-35.4,36.9],"knR":[-9.1,166.9],"ftR":[15.9,321.8],"hipL":[30.5,41.6],"knL":[17.9,174.6],"ftL":[-43.9,278.7]},{"rootY":0.8,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-11.6,-154.6],"shR":[-70.4,-90.2],"elR":[-96.9,15.3],"haR":[-101.7,65.9],"shL":[66.4,-105.2],"elL":[81.8,-6.5],"haL":[88,43.5],"hipR":[-35.5,36.9],"knR":[-9,166.6],"ftR":[15.5,321.7],"hipL":[30.5,41.6],"knL":[17.6,174.6],"ftL":[-44,279.1]},{"rootY":0.8,"hips":[0,0],"chest":[-3.1,-86.4],"neck":[-3.1,-86.4],"head":[-11.9,-154.6],"shR":[-70.4,-89.9],"elR":[-94.8,16],"haR":[-99.7,66.5],"shL":[66.4,-105.4],"elL":[81.8,-6.5],"haL":[88.1,43.5],"hipR":[-35.4,36.9],"knR":[-8.7,166.6],"ftR":[15.6,321.7],"hipL":[30.5,41.6],"knL":[17.5,174.6],"ftL":[-44,278.9]},{"rootY":1.1,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-11.7,-154.7],"shR":[-70.5,-89.8],"elR":[-92,17.2],"haR":[-97.1,67.7],"shL":[66.3,-105.6],"elL":[81.8,-6.4],"haL":[88.1,43.6],"hipR":[-35.3,37],"knR":[-8.6,166.9],"ftR":[15.7,322],"hipL":[30.6,41.5],"knL":[17.8,174.6],"ftL":[-43.8,278.8]},{"rootY":1,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-12.1,-154.6],"shR":[-70.5,-89.7],"elR":[-89,17.9],"haR":[-94.4,68.4],"shL":[66.3,-105.7],"elL":[81.7,-6.2],"haL":[88.1,43.7],"hipR":[-35.3,37],"knR":[-8.6,167],"ftR":[15.7,322.1],"hipL":[30.7,41.5],"knL":[17.8,174.6],"ftL":[-43.6,278.9]},{"rootY":1.1,"hips":[0,0],"chest":[-3.4,-86.4],"neck":[-3.4,-86.4],"head":[-12.6,-154.5],"shR":[-70.7,-89.8],"elR":[-86,18.6],"haR":[-91.9,69.2],"shL":[66.1,-105.7],"elL":[81.5,-5.8],"haL":[87.9,44.1],"hipR":[-35.4,37],"knR":[-9.3,167.1],"ftR":[15.7,322],"hipL":[30.7,41.6],"knL":[17.7,174.6],"ftL":[-43.8,278.5]},{"rootY":1.1,"hips":[0,0],"chest":[-3.6,-86.4],"neck":[-3.6,-86.4],"head":[-13,-154.5],"shR":[-71,-89.7],"elR":[-83.6,19],"haR":[-89.4,69.6],"shL":[65.8,-105.9],"elL":[81.1,-5.9],"haL":[87.3,44.1],"hipR":[-35.4,36.9],"knR":[-10.2,167.2],"ftR":[15.3,322],"hipL":[30.6,41.7],"knL":[17.3,174.5],"ftL":[-44.3,278.4]},{"rootY":1.2,"hips":[0,0],"chest":[-3.5,-86.4],"neck":[-3.5,-86.4],"head":[-13.1,-154.4],"shR":[-70.9,-89.5],"elR":[-81.1,19.6],"haR":[-87.1,70.3],"shL":[65.9,-106.2],"elL":[80.9,-6.2],"haL":[86.9,43.7],"hipR":[-35.3,37],"knR":[-9.3,167.2],"ftR":[15.5,321.9],"hipL":[30.7,41.6],"knL":[17.5,174.5],"ftL":[-44.2,278.2]},{"rootY":1.1,"hips":[0,0],"chest":[-3.4,-86.4],"neck":[-3.4,-86.4],"head":[-13,-154.5],"shR":[-70.8,-89.5],"elR":[-78.6,20.2],"haR":[-84.8,70.9],"shL":[65.9,-106.2],"elL":[80.7,-6.1],"haL":[86.6,43.8],"hipR":[-35.3,37],"knR":[-9.4,167.1],"ftR":[15.6,321.9],"hipL":[30.7,41.6],"knL":[17.6,174.6],"ftL":[-44.2,278.4]},{"rootY":1.2,"hips":[0,0],"chest":[-3.7,-86.5],"neck":[-3.7,-86.5],"head":[-13.3,-154.5],"shR":[-71.1,-89.6],"elR":[-76.8,20.4],"haR":[-83,71.2],"shL":[65.7,-106.1],"elL":[80.2,-5.7],"haL":[86.2,44.2],"hipR":[-35.5,36.8],"knR":[-9.9,167.1],"ftR":[15.5,321.9],"hipL":[30.5,41.7],"knL":[17.4,174.7],"ftL":[-44.3,278.2]},{"rootY":1.2,"hips":[0,0],"chest":[-3.8,-86.5],"neck":[-3.8,-86.5],"head":[-13.4,-154.5],"shR":[-71.3,-89.5],"elR":[-75.2,20.6],"haR":[-81.2,71.5],"shL":[65.5,-106.1],"elL":[80,-5.6],"haL":[85.8,44.3],"hipR":[-35.5,36.8],"knR":[-10.1,167.1],"ftR":[15.7,321.9],"hipL":[30.5,41.7],"knL":[17.4,174.7],"ftL":[-44,278.7]},{"rootY":1.1,"hips":[0,0],"chest":[-3.9,-86.5],"neck":[-3.9,-86.5],"head":[-13.4,-154.6],"shR":[-71.4,-89.7],"elR":[-73.4,20.8],"haR":[-79.3,71.6],"shL":[65.5,-105.9],"elL":[79.9,-5.3],"haL":[85.5,44.6],"hipR":[-35.6,36.7],"knR":[-9.9,167],"ftR":[15.8,321.9],"hipL":[30.4,41.8],"knL":[17.5,174.9],"ftL":[-43.8,279.1]},{"rootY":1,"hips":[0,0],"chest":[-3.9,-86.5],"neck":[-3.9,-86.5],"head":[-13.4,-154.6],"shR":[-71.4,-89.8],"elR":[-71.9,20.7],"haR":[-77.5,71.6],"shL":[65.5,-105.9],"elL":[79.7,-5.1],"haL":[85.2,44.9],"hipR":[-35.7,36.6],"knR":[-9.9,166.9],"ftR":[15.9,321.8],"hipL":[30.2,41.9],"knL":[17.9,175.1],"ftL":[-43.5,279.3]},{"rootY":1.1,"hips":[0,0],"chest":[-4.1,-86.5],"neck":[-4.1,-86.5],"head":[-13.6,-154.6],"shR":[-71.6,-89.8],"elR":[-70.8,21],"haR":[-76.2,71.9],"shL":[65.3,-105.9],"elL":[79.4,-5.2],"haL":[84.8,44.8],"hipR":[-36,36.4],"knR":[-11.8,166.9],"ftR":[15.4,321.8],"hipL":[30,42.1],"knL":[17.6,175.2],"ftL":[-43.6,279.2]},{"rootY":1.3,"hips":[0,0],"chest":[-4,-86.5],"neck":[-4,-86.5],"head":[-13.3,-154.6],"shR":[-71.5,-89.6],"elR":[-69.9,21.3],"haR":[-75,72.2],"shL":[65.4,-106],"elL":[79.4,-5.2],"haL":[84.8,44.8],"hipR":[-36,36.4],"knR":[-11.7,166.9],"ftR":[15.6,321.9],"hipL":[30.1,42.1],"knL":[17.4,175.1],"ftL":[-43.1,279.1]},{"rootY":0.9,"hips":[0,0],"chest":[-4,-86.5],"neck":[-4,-86.5],"head":[-13.3,-154.7],"shR":[-71.5,-90],"elR":[-69,21.1],"haR":[-74,71.9],"shL":[65.5,-105.7],"elL":[79.6,-5.1],"haL":[84.9,44.9],"hipR":[-35.9,36.5],"knR":[-11.4,166.7],"ftR":[15.5,321.8],"hipL":[30.2,42],"knL":[17.4,175],"ftL":[-42.4,279.5]},{"rootY":1,"hips":[0,0],"chest":[-3.9,-86.5],"neck":[-3.9,-86.5],"head":[-13,-154.7],"shR":[-71.4,-89.8],"elR":[-68.5,21.4],"haR":[-73.4,72.3],"shL":[65.5,-105.8],"elL":[79.7,-5.2],"haL":[84.9,44.9],"hipR":[-35.9,36.5],"knR":[-11.1,166.7],"ftR":[15.6,321.9],"hipL":[30.3,42],"knL":[17.5,175],"ftL":[-42,279.6]},{"rootY":0.9,"hips":[0,0],"chest":[-4,-86.5],"neck":[-4,-86.5],"head":[-12.9,-154.8],"shR":[-71.6,-89.9],"elR":[-68.6,21.4],"haR":[-73.6,72.2],"shL":[65.4,-105.7],"elL":[79.8,-5.2],"haL":[85,44.8],"hipR":[-36.1,36.3],"knR":[-11.6,166.6],"ftR":[15.5,321.9],"hipL":[30,42.2],"knL":[17.4,175.2],"ftL":[-42.1,279.8]},{"rootY":0.7,"hips":[0,0],"chest":[-4,-86.5],"neck":[-4,-86.5],"head":[-12.8,-154.9],"shR":[-71.6,-90.1],"elR":[-68.8,21.2],"haR":[-73.9,72],"shL":[65.4,-105.6],"elL":[79.9,-5.1],"haL":[85.1,44.9],"hipR":[-36.1,36.3],"knR":[-11.9,166.5],"ftR":[15.4,321.8],"hipL":[30,42.2],"knL":[17.3,175.2],"ftL":[-42.1,280]},{"rootY":1,"hips":[0,0],"chest":[-3.9,-86.5],"neck":[-3.9,-86.5],"head":[-12.7,-154.9],"shR":[-71.5,-90.2],"elR":[-69.2,21],"haR":[-74.6,71.8],"shL":[65.6,-105.4],"elL":[80,-5],"haL":[85.4,45.1],"hipR":[-36.2,36.2],"knR":[-12.1,166.5],"ftR":[15.5,321.8],"hipL":[30,42.2],"knL":[17.4,175.4],"ftL":[-42.1,280]},{"rootY":1,"hips":[0,0],"chest":[-3.8,-86.5],"neck":[-3.8,-86.5],"head":[-12.4,-154.9],"shR":[-71.4,-90.3],"elR":[-69.8,20.8],"haR":[-75.5,71.6],"shL":[65.7,-105.3],"elL":[80.2,-4.9],"haL":[85.6,45.1],"hipR":[-36.1,36.3],"knR":[-11.7,166.4],"ftR":[15.7,321.8],"hipL":[30.1,42.2],"knL":[17.5,175.4],"ftL":[-42,280]},{"rootY":0.8,"hips":[0,0],"chest":[-3.6,-86.6],"neck":[-3.6,-86.6],"head":[-12.1,-155],"shR":[-71.2,-90.3],"elR":[-70.6,20.7],"haR":[-76.2,71.5],"shL":[65.8,-105.4],"elL":[80.3,-5.1],"haL":[85.7,45],"hipR":[-35.8,36.6],"knR":[-10.7,166.5],"ftR":[15.7,321.8],"hipL":[30.4,42],"knL":[17.7,175],"ftL":[-41.9,279.8]},{"rootY":1.2,"hips":[0,0],"chest":[-3.4,-86.5],"neck":[-3.4,-86.5],"head":[-11.9,-154.9],"shR":[-71,-90.2],"elR":[-71.7,20.4],"haR":[-77.3,71.2],"shL":[66.1,-105.4],"elL":[80.7,-5.1],"haL":[86,44.9],"hipR":[-35.7,36.7],"knR":[-10.2,166.7],"ftR":[16.2,321.9],"hipL":[30.4,41.9],"knL":[18,175.1],"ftL":[-41.7,279.8]},{"rootY":1.2,"hips":[0,0],"chest":[-3.1,-86.5],"neck":[-3.1,-86.5],"head":[-11.8,-154.9],"shR":[-70.8,-90.2],"elR":[-73.3,20.1],"haR":[-78.8,70.9],"shL":[66.3,-105.4],"elL":[81,-5.1],"haL":[86.1,45],"hipR":[-35.7,36.6],"knR":[-10.3,166.7],"ftR":[16.3,321.9],"hipL":[30.4,41.9],"knL":[17.9,175.1],"ftL":[-41.8,279.8]},{"rootY":1.2,"hips":[0,0],"chest":[-3.1,-86.6],"neck":[-3.1,-86.6],"head":[-11.9,-154.9],"shR":[-70.7,-90.3],"elR":[-75.3,19.7],"haR":[-81,70.6],"shL":[66.4,-105.3],"elL":[81,-5.1],"haL":[86,45],"hipR":[-35.7,36.6],"knR":[-10.6,166.7],"ftR":[15.9,322],"hipL":[30.4,41.9],"knL":[17.8,175.2],"ftL":[-42,279.6]},{"rootY":1.3,"hips":[0,0],"chest":[-3,-86.5],"neck":[-3,-86.5],"head":[-11.9,-154.9],"shR":[-70.6,-90.3],"elR":[-77.6,19.3],"haR":[-83.4,70.2],"shL":[66.5,-105.2],"elL":[81.1,-4.9],"haL":[86,45.2],"hipR":[-35.7,36.6],"knR":[-11.2,166.7],"ftR":[15.7,321.9],"hipL":[30.4,41.9],"knL":[17.6,175.2],"ftL":[-42.4,279.4]},{"rootY":1.4,"hips":[0,0],"chest":[-3.3,-86.5],"neck":[-3.3,-86.5],"head":[-12.2,-154.8],"shR":[-70.9,-90.4],"elR":[-80.9,18.6],"haR":[-86.8,69.5],"shL":[66.2,-105.1],"elL":[80.7,-4.9],"haL":[85.6,45.2],"hipR":[-35.9,36.4],"knR":[-12,166.7],"ftR":[15.1,321.9],"hipL":[30.1,42.1],"knL":[17.1,175.3],"ftL":[-43.1,279.1]},{"rootY":1.3,"hips":[0,0],"chest":[-3.2,-86.6],"neck":[-3.2,-86.6],"head":[-12.1,-154.9],"shR":[-70.8,-90.6],"elR":[-83.6,17.8],"haR":[-89.6,68.7],"shL":[66.4,-104.9],"elL":[80.7,-4.7],"haL":[85.7,45.4],"hipR":[-35.9,36.4],"knR":[-11.9,166.7],"ftR":[15.2,321.9],"hipL":[30.2,42.1],"knL":[17.2,175.3],"ftL":[-43.3,279.2]},{"rootY":1.2,"hips":[0,0],"chest":[-2.8,-86.5],"neck":[-2.8,-86.5],"head":[-11.6,-154.9],"shR":[-70.3,-90.9],"elR":[-85.9,17.2],"haR":[-92.5,68],"shL":[66.9,-104.5],"elL":[81.2,-4.5],"haL":[86.2,45.6],"hipR":[-35.8,36.6],"knR":[-11,166.6],"ftR":[15.8,321.9],"hipL":[30.3,41.9],"knL":[17.9,175.4],"ftL":[-43,279.3]},{"rootY":1,"hips":[0,0],"chest":[-2.5,-86.5],"neck":[-2.5,-86.5],"head":[-11.2,-154.9],"shR":[-70.1,-90.9],"elR":[-88.4,16.6],"haR":[-95.7,67.3],"shL":[67.2,-104.3],"elL":[81.8,-4.3],"haL":[86.7,45.8],"hipR":[-35.6,36.8],"knR":[-10.2,166.6],"ftR":[16,322.1],"hipL":[30.4,41.7],"knL":[18.2,175.3],"ftL":[-42.9,279.7]},{"rootY":1,"hips":[0,0],"chest":[-2.7,-86.5],"neck":[-2.7,-86.5],"head":[-11.3,-154.9],"shR":[-70.2,-91.1],"elR":[-91.6,15.8],"haR":[-99.3,66.4],"shL":[67.1,-104.1],"elL":[81.9,-4.2],"haL":[86.9,45.9],"hipR":[-35.7,36.6],"knR":[-10.6,166.5],"ftR":[15.8,322.1],"hipL":[30.3,41.9],"knL":[18.1,175.5],"ftL":[-43.1,279.7]},{"rootY":1,"hips":[0,0],"chest":[-2.5,-86.5],"neck":[-2.5,-86.5],"head":[-11,-154.9],"shR":[-70.1,-91],"elR":[-94.3,15.1],"haR":[-102.8,65.6],"shL":[67.2,-104.2],"elL":[82.1,-4.1],"haL":[87.3,46],"hipR":[-35.7,36.7],"knR":[-10.5,166.6],"ftR":[15.9,322.2],"hipL":[30.3,41.8],"knL":[18.1,175.4],"ftL":[-43,279.8]},{"rootY":1,"hips":[0,0],"chest":[-2.6,-86.4],"neck":[-2.6,-86.4],"head":[-11.1,-154.8],"shR":[-70.1,-91.3],"elR":[-96.9,14],"haR":[-106.2,64.3],"shL":[67.2,-103.8],"elL":[82.6,-4],"haL":[87.7,46.1],"hipR":[-35.7,36.7],"knR":[-10.3,166.4],"ftR":[16.1,322.1],"hipL":[30.3,41.8],"knL":[18,175.5],"ftL":[-42.8,280]},{"rootY":0.7,"hips":[0,0],"chest":[-2.5,-86.4],"neck":[-2.5,-86.4],"head":[-11,-154.9],"shR":[-70,-91.2],"elR":[-99.4,13.3],"haR":[-109.5,63.5],"shL":[67.3,-103.9],"elL":[82.6,-4.4],"haL":[87.9,45.7],"hipR":[-35.6,36.7],"knR":[-9.9,166.2],"ftR":[15.6,321.9],"hipL":[30.4,41.8],"knL":[18.1,175.4],"ftL":[-42.5,279.9]},{"rootY":0.7,"hips":[0,0],"chest":[-2.3,-86.4],"neck":[-2.3,-86.4],"head":[-10.9,-154.9],"shR":[-69.8,-91],"elR":[-101.7,12.6],"haR":[-112.6,62.7],"shL":[67.4,-104.1],"elL":[82.8,-4.6],"haL":[88.1,45.4],"hipR":[-35.6,36.8],"knR":[-9.8,166.3],"ftR":[16,321.9],"hipL":[30.5,41.7],"knL":[18.6,175.4],"ftL":[-41.9,280.2]},{"rootY":0.6,"hips":[0,0],"chest":[-2.6,-86.4],"neck":[-2.6,-86.4],"head":[-11.2,-154.9],"shR":[-70.1,-90.9],"elR":[-103.5,12.1],"haR":[-115.2,62],"shL":[67.2,-104],"elL":[82.7,-4.8],"haL":[88,45.3],"hipR":[-35.6,36.8],"knR":[-10,166.3],"ftR":[15.8,322],"hipL":[30.5,41.7],"knL":[18.6,175.4],"ftL":[-41.6,280.3]},{"rootY":0.4,"hips":[0,0],"chest":[-2.8,-86.3],"neck":[-2.8,-86.3],"head":[-11.5,-154.9],"shR":[-70.3,-90.6],"elR":[-104,12.3],"haR":[-116.8,61.9],"shL":[66.9,-104.2],"elL":[82.2,-4.8],"haL":[87.8,45.3],"hipR":[-35.7,36.7],"knR":[-10.7,166],"ftR":[15.4,321.9],"hipL":[30.4,41.8],"knL":[18.6,175.5],"ftL":[-41.7,280.6]},{"rootY":0.6,"hips":[0,0],"chest":[-3,-86.3],"neck":[-3,-86.3],"head":[-11.9,-154.8],"shR":[-70.5,-90.5],"elR":[-103.3,12.9],"haR":[-116.9,62.2],"shL":[66.7,-104.2],"elL":[82.1,-5.1],"haL":[87.5,45],"hipR":[-35.7,36.7],"knR":[-10.6,166.2],"ftR":[15.4,322],"hipL":[30.4,41.7],"knL":[18.8,175.5],"ftL":[-42,280.4]},{"rootY":0.8,"hips":[0,0],"chest":[-3.1,-86.3],"neck":[-3.1,-86.3],"head":[-12.1,-154.8],"shR":[-70.5,-90.3],"elR":[-101.1,13.8],"haR":[-114.8,63],"shL":[66.6,-104.2],"elL":[81.9,-5.5],"haL":[87.2,44.7],"hipR":[-35.7,36.7],"knR":[-10.5,166.2],"ftR":[15.6,322.1],"hipL":[30.5,41.7],"knL":[19.3,175.7],"ftL":[-42.1,280.1]},{"rootY":0.8,"hips":[0,0],"chest":[-3.3,-86.2],"neck":[-3.3,-86.2],"head":[-12.3,-154.8],"shR":[-70.7,-90.3],"elR":[-97.7,14.9],"haR":[-111,64],"shL":[66.5,-104.2],"elL":[81.5,-5.3],"haL":[86.9,44.8],"hipR":[-35.6,36.8],"knR":[-10,166.1],"ftR":[15.7,322.1],"hipL":[30.5,41.7],"knL":[19.6,175.7],"ftL":[-42.1,280.1]},{"rootY":1.2,"hips":[0,0],"chest":[-3.7,-86.3],"neck":[-3.7,-86.3],"head":[-12.9,-154.9],"shR":[-71,-90.2],"elR":[-92.7,16.8],"haR":[-105.8,65.7],"shL":[66,-104.4],"elL":[80.9,-5.5],"haL":[86,44.6],"hipR":[-35.6,36.7],"knR":[-10.7,166.3],"ftR":[15.3,322],"hipL":[30.7,41.8],"knL":[19.1,175.5],"ftL":[-42.7,278.9]},{"rootY":0.9,"hips":[0,0],"chest":[-3.7,-86.2],"neck":[-3.7,-86.2],"head":[-12.8,-154.8],"shR":[-70.9,-90.4],"elR":[-86.6,18.1],"haR":[-96.5,67.6],"shL":[66.1,-104.1],"elL":[80.3,-5],"haL":[85.4,45.1],"hipR":[-35.5,36.9],"knR":[-9.7,166.2],"ftR":[15.8,322.1],"hipL":[30.7,41.7],"knL":[19.7,175.7],"ftL":[-42.5,279.6]},{"rootY":0.8,"hips":[0,0],"chest":[-4.2,-86.2],"neck":[-4.2,-86.2],"head":[-13.3,-154.8],"shR":[-71.4,-90.6],"elR":[-81.4,19.5],"haR":[-88,69.4],"shL":[65.7,-104],"elL":[79.6,-4.8],"haL":[84.4,45.4],"hipR":[-35.6,36.7],"knR":[-11,166.1],"ftR":[15.2,321.9],"hipL":[30.6,41.9],"knL":[19.2,175.7],"ftL":[-43,279.2]},{"rootY":0.6,"hips":[0,0],"chest":[-3.3,-86.1],"neck":[-3.3,-86.1],"head":[-12.5,-154.7],"shR":[-70.5,-90.5],"elR":[-75.7,20.6],"haR":[-80,70.8],"shL":[66.5,-103.9],"elL":[80.1,-4.4],"haL":[84.6,45.7],"hipR":[-35.2,37.1],"knR":[-8.6,165.9],"ftR":[16.2,322.1],"hipL":[31,41.5],"knL":[20.2,175.6],"ftL":[-42.3,279.9]},{"rootY":0.8,"hips":[0,0],"chest":[-3.2,-86.3],"neck":[-3.2,-86.3],"head":[-12.7,-154.8],"shR":[-70.3,-90.2],"elR":[-72,21.8],"haR":[-74.2,72.2],"shL":[66.6,-104.3],"elL":[79.8,-4.7],"haL":[84,45.5],"hipR":[-35.4,37],"knR":[-9.5,166],"ftR":[16.2,322],"hipL":[30.8,41.6],"knL":[20.2,175.9],"ftL":[-42.6,279.9]},{"rootY":0.5,"hips":[0,0],"chest":[-3.3,-86.3],"neck":[-3.3,-86.3],"head":[-12.8,-154.8],"shR":[-70.5,-90.1],"elR":[-70.8,21.7],"haR":[-73.5,72.4],"shL":[66.5,-104.4],"elL":[80.3,-4.6],"haL":[83.9,45.7],"hipR":[-35.4,36.9],"knR":[-9.6,165.9],"ftR":[15.9,322],"hipL":[30.7,41.7],"knL":[20.1,175.9],"ftL":[-43,279.9]},{"rootY":0.8,"hips":[0,0],"chest":[-3.3,-86.3],"neck":[-3.3,-86.3],"head":[-13.1,-154.8],"shR":[-70.6,-89.9],"elR":[-73.2,21.4],"haR":[-77,72.3],"shL":[66.4,-104.7],"elL":[80.8,-4.8],"haL":[83.8,45.4],"hipR":[-35.7,36.6],"knR":[-11,165.8],"ftR":[15.5,321.8],"hipL":[30.4,42],"knL":[19.4,176.1],"ftL":[-43.9,279.2]},{"rootY":0.8,"hips":[0,0],"chest":[-2.6,-86.3],"neck":[-2.6,-86.3],"head":[-13,-154.8],"shR":[-69.9,-90.2],"elR":[-79.9,19.8],"haR":[-82.6,71],"shL":[67.1,-104.6],"elL":[82.9,-4.6],"haL":[85.3,45.7],"hipR":[-35.4,36.9],"knR":[-9.7,165.8],"ftR":[16.1,322],"hipL":[30.7,41.7],"knL":[19.9,176.1],"ftL":[-44,279.8]},{"rootY":0.6,"hips":[0,0],"chest":[-2.7,-86.4],"neck":[-2.7,-86.4],"head":[-13.5,-154.8],"shR":[-70.1,-90],"elR":[-94.4,17],"haR":[-94,67.7],"shL":[66.9,-104.9],"elL":[84.4,-5.2],"haL":[86.2,45.1],"hipR":[-35.6,36.7],"knR":[-10.8,165.6],"ftR":[15.3,321.9],"hipL":[30.5,41.9],"knL":[19.7,176.4],"ftL":[-45,279.4]},{"rootY":0.9,"hips":[0,0],"chest":[-2.6,-86.4],"neck":[-2.6,-86.4],"head":[-14.2,-154.7],"shR":[-70.2,-89.8],"elR":[-111.7,11.8],"haR":[-107.5,61.1],"shL":[66.9,-105.3],"elL":[86.6,-6.4],"haL":[87.7,43.9],"hipR":[-35.7,36.6],"knR":[-11.6,165.7],"ftR":[14.9,322],"hipL":[30.4,42],"knL":[19.5,176.5],"ftL":[-46.3,278.7]},{"rootY":1.2,"hips":[0,0],"chest":[-2.4,-86.5],"neck":[-2.4,-86.5],"head":[-14.7,-154.6],"shR":[-70.2,-89.3],"elR":[-129.7,3.6],"haR":[-121.5,51.2],"shL":[66.7,-106],"elL":[89.9,-7.8],"haL":[89.8,42.5],"hipR":[-35.8,36.5],"knR":[-11.6,165.6],"ftR":[14.7,322],"hipL":[30.3,42.1],"knL":[19.3,176.6],"ftL":[-47.4,278.4]},{"rootY":1.2,"hips":[0,0],"chest":[-2.3,-86.6],"neck":[-2.3,-86.6],"head":[-15.3,-154.4],"shR":[-70.2,-88.7],"elR":[-144.9,-6.2],"haR":[-131.9,38.3],"shL":[66.4,-106.8],"elL":[93.5,-9.7],"haL":[92.3,40.6],"hipR":[-36,36.2],"knR":[-11.8,165],"ftR":[14.1,321.6],"hipL":[30.1,42.3],"knL":[18.8,176.7],"ftL":[-48.1,278.4]},{"rootY":1.4,"hips":[0,0],"chest":[-2.1,-86.6],"neck":[-2.1,-86.6],"head":[-15.9,-154.2],"shR":[-70.1,-87.8],"elR":[-155.4,-14.3],"haR":[-137.5,25],"shL":[66.1,-107.9],"elL":[97.1,-11.5],"haL":[95.3,38.7],"hipR":[-36.4,36],"knR":[-12.6,164.8],"ftR":[14.2,321.3],"hipL":[29.8,42.5],"knL":[18.4,177],"ftL":[-48,278.3]},{"rootY":1.8,"hips":[0,0],"chest":[-2.1,-86.6],"neck":[-2.1,-86.6],"head":[-16.7,-153.9],"shR":[-70.1,-87.7],"elR":[-159.9,-18.8],"haR":[-139.6,11.3],"shL":[65.9,-108.2],"elL":[99.5,-11.7],"haL":[97.6,38.5],"hipR":[-36.5,35.9],"knR":[-13.4,164.8],"ftR":[14.6,321.3],"hipL":[29.7,42.6],"knL":[17.9,177],"ftL":[-47,278.5]},{"rootY":1.7,"hips":[0,0],"chest":[-1.9,-86.6],"neck":[-1.9,-86.6],"head":[-17.1,-153.7],"shR":[-69.8,-87.7],"elR":[-159.1,-17],"haR":[-138.2,-1.3],"shL":[66.1,-108.3],"elL":[101.1,-10.9],"haL":[99.4,39.2],"hipR":[-36.5,35.9],"knR":[-13.7,164.7],"ftR":[15,321.1],"hipL":[29.8,42.6],"knL":[17.2,176.8],"ftL":[-45.1,278.9]},{"rootY":1.9,"hips":[0,0],"chest":[-1.3,-86.5],"neck":[-1.3,-86.5],"head":[-17,-153.5],"shR":[-69.3,-87.9],"elR":[-152.5,-9.3],"haR":[-131.7,-10.8],"shL":[66.7,-108.4],"elL":[101.5,-10.2],"haL":[100,39.7],"hipR":[-36.6,35.7],"knR":[-14.8,164.9],"ftR":[15.8,321.1],"hipL":[29.6,42.7],"knL":[17,177],"ftL":[-43.3,279.3]},{"rootY":1.5,"hips":[0,0],"chest":[-1,-86.5],"neck":[-1,-86.5],"head":[-16.9,-153.6],"shR":[-69,-88],"elR":[-139.9,2.9],"haR":[-121.3,-15.5],"shL":[67.2,-108.4],"elL":[101.5,-9.5],"haL":[99.8,40.2],"hipR":[-36.7,35.6],"knR":[-15,164.8],"ftR":[16.4,321],"hipL":[29.6,42.8],"knL":[16.9,177.1],"ftL":[-41.6,280.1]},{"rootY":1.7,"hips":[0,0],"chest":[-0.8,-86.4],"neck":[-0.8,-86.4],"head":[-16.2,-154.1],"shR":[-68.8,-87.5],"elR":[-123.4,14],"haR":[-108.5,-17.6],"shL":[67.2,-109],"elL":[100.6,-9.4],"haL":[98.9,40.1],"hipR":[-36.7,35.6],"knR":[-16,164.9],"ftR":[17.3,320.8],"hipL":[29.5,42.8],"knL":[17.6,177.2],"ftL":[-40.5,280.1]},{"rootY":1.9,"hips":[0,0],"chest":[-0.2,-86.3],"neck":[-0.2,-86.3],"head":[-15.5,-154.2],"shR":[-68.2,-86.8],"elR":[-108.1,19.6],"haR":[-96.7,-20.4],"shL":[67.7,-109.7],"elL":[100.3,-9.3],"haL":[99.2,40.2],"hipR":[-36.4,36],"knR":[-14.7,164.8],"ftR":[18.9,320.8],"hipL":[29.9,42.5],"knL":[18.8,177.2],"ftL":[-39.3,280.1]},{"rootY":2.2,"hips":[0,0],"chest":[-0.6,-86.3],"neck":[-0.6,-86.3],"head":[-16,-153.9],"shR":[-68.5,-85.8],"elR":[-96.1,19],"haR":[-87.9,-27.4],"shL":[67,-110.7],"elL":[99.1,-9.7],"haL":[98.8,39.9],"hipR":[-36.5,35.9],"knR":[-15.3,165.1],"ftR":[19.4,320.8],"hipL":[29.9,42.5],"knL":[19.2,177.2],"ftL":[-38.8,280]},{"rootY":1.8,"hips":[0,0],"chest":[-0.6,-86.1],"neck":[-0.6,-86.1],"head":[-15.8,-153.3],"shR":[-68.5,-84.2],"elR":[-87.8,13.3],"haR":[-82.2,-36.3],"shL":[66.4,-112.3],"elL":[98.7,-11.2],"haL":[98.8,38.4],"hipR":[-36.3,36.1],"knR":[-14.6,165.1],"ftR":[20,320.9],"hipL":[30.1,42.4],"knL":[19.8,177],"ftL":[-37.9,280.6]},{"rootY":1.7,"hips":[0,0],"chest":[-0.8,-86.1],"neck":[-0.8,-86.1],"head":[-16.1,-152],"shR":[-68.7,-82.5],"elR":[-82.9,2.5],"haR":[-78.5,-48.4],"shL":[65.6,-113.8],"elL":[99.1,-12.9],"haL":[98.7,36.6],"hipR":[-36.2,36.2],"knR":[-12.7,164.9],"ftR":[20.4,320.9],"hipL":[30.2,42.3],"knL":[20.4,177],"ftL":[-37.3,280.9]},{"rootY":1.4,"hips":[0,0],"chest":[-2.1,-86],"neck":[-2.1,-86],"head":[-17.4,-151],"shR":[-69.8,-81.8],"elR":[-80.4,-14.2],"haR":[-76.6,-65.1],"shL":[64.1,-114.5],"elL":[98.6,-13.9],"haL":[98.1,35.5],"hipR":[-35.9,36.5],"knR":[-11.6,165.2],"ftR":[20,321.4],"hipL":[30.6,42],"knL":[20.8,176.6],"ftL":[-37.6,281]},{"rootY":1,"hips":[0,0],"chest":[-3.4,-86],"neck":[-3.4,-86],"head":[-18.6,-149.4],"shR":[-71,-81.3],"elR":[-79.9,-33.7],"haR":[-76.1,-83.5],"shL":[62.6,-115],"elL":[98.1,-14.9],"haL":[97.7,34.5],"hipR":[-35.8,36.6],"knR":[-11.1,165.4],"ftR":[19.8,321.7],"hipL":[30.6,42],"knL":[21.2,176.5],"ftL":[-37.9,281.3]},{"rootY":0.7,"hips":[0,0],"chest":[-4.3,-85.9],"neck":[-4.3,-85.9],"head":[-19.3,-147.9],"shR":[-71.7,-80.2],"elR":[-79.6,-54.1],"haR":[-75.1,-102.7],"shL":[61.3,-115.9],"elL":[97.6,-16.4],"haL":[97.6,33.1],"hipR":[-35,37.3],"knR":[-8.7,165.8],"ftR":[20,322.2],"hipL":[31.3,41.4],"knL":[21.7,175.9],"ftL":[-37.7,281.5]},{"rootY":0.4,"hips":[0,0],"chest":[-5.4,-85.8],"neck":[-5.4,-85.8],"head":[-20.4,-146.7],"shR":[-72.6,-79.8],"elR":[-78.8,-74.5],"haR":[-73.7,-121.9],"shL":[59.9,-116.1],"elL":[96.5,-17.2],"haL":[97.2,32.2],"hipR":[-34.9,37.3],"knR":[-8.1,165.9],"ftR":[20.2,322.6],"hipL":[31.4,41.3],"knL":[21.8,175.9],"ftL":[-38.1,282]},{"rootY":-0.1,"hips":[0,0],"chest":[-6.5,-85.6],"neck":[-6.5,-85.6],"head":[-21.7,-144.8],"shR":[-73.5,-79.6],"elR":[-77.5,-93],"haR":[-72,-139.1],"shL":[58.6,-116],"elL":[95.8,-18.1],"haL":[97.3,31.3],"hipR":[-34.7,37.5],"knR":[-7.4,166],"ftR":[20,322.8],"hipL":[31.5,41.2],"knL":[21.6,175.8],"ftL":[-38.9,282.1]},{"rootY":-0.3,"hips":[0,0],"chest":[-8,-85.4],"neck":[-8,-85.4],"head":[-22.7,-143.5],"shR":[-74.7,-78.6],"elR":[-76.1,-108.1],"haR":[-70,-153.8],"shL":[56.6,-116.6],"elL":[94.1,-19.5],"haL":[96.5,30],"hipR":[-34.7,37.4],"knR":[-8.9,166.3],"ftR":[19.2,322.9],"hipL":[31.4,41.3],"knL":[20.8,175.6],"ftL":[-40.1,281.9]},{"rootY":-0.3,"hips":[0,0],"chest":[-9,-85.2],"neck":[-9,-85.2],"head":[-23.7,-142.3],"shR":[-75.3,-77.8],"elR":[-73.5,-120.5],"haR":[-67.4,-166.1],"shL":[55.1,-117],"elL":[93.2,-20.7],"haL":[96.4,28.8],"hipR":[-34.9,37.3],"knR":[-9.1,166.4],"ftR":[19.4,323.1],"hipL":[31.2,41.4],"knL":[20.9,175.8],"ftL":[-40.6,282.2]},{"rootY":-0.8,"hips":[0,0],"chest":[-9.2,-85],"neck":[-9.2,-85],"head":[-24.1,-141.3],"shR":[-75.2,-77.1],"elR":[-69.6,-129.5],"haR":[-63.8,-175.6],"shL":[54.6,-117.4],"elL":[93.4,-22],"haL":[97.4,27.5],"hipR":[-34.1,38],"knR":[-6.3,166.5],"ftR":[20.1,323.4],"hipL":[31.8,40.7],"knL":[21.9,175.3],"ftL":[-40.1,282.8]},{"rootY":-0.8,"hips":[0,0],"chest":[-9.9,-84.8],"neck":[-9.9,-84.8],"head":[-24.7,-140.6],"shR":[-75.8,-76.7],"elR":[-65.3,-136.2],"haR":[-60.1,-183.3],"shL":[53.6,-117.3],"elL":[93.5,-23.4],"haL":[97.8,26.1],"hipR":[-33.9,38.1],"knR":[-5.2,166.5],"ftR":[20.5,323.4],"hipL":[32,40.6],"knL":[22.6,175.2],"ftL":[-39.5,282.6]},{"rootY":-0.4,"hips":[0,0],"chest":[-10.6,-84.6],"neck":[-10.6,-84.6],"head":[-25.6,-139.9],"shR":[-76.2,-76.6],"elR":[-60.5,-140.5],"haR":[-56,-188.9],"shL":[52.7,-117.1],"elL":[94.2,-24.7],"haL":[98.5,24.7],"hipR":[-34,38.1],"knR":[-5.2,166.5],"ftR":[21,323.3],"hipL":[31.8,40.6],"knL":[23.2,175.3],"ftL":[-39.4,282.2]},{"rootY":-0.3,"hips":[0,0],"chest":[-11.5,-84.5],"neck":[-11.5,-84.5],"head":[-26,-140.1],"shR":[-77,-76.7],"elR":[-55.2,-140.9],"haR":[-51.5,-190.5],"shL":[51.7,-116.8],"elL":[95.9,-26.3],"haL":[99.2,23.1],"hipR":[-33.9,38.2],"knR":[-4.9,166.3],"ftR":[20.7,322.9],"hipL":[32.1,40.5],"knL":[23.3,175.1],"ftL":[-39.8,281.5]},{"rootY":-0.2,"hips":[0,0],"chest":[-12.4,-84.4],"neck":[-12.4,-84.4],"head":[-26.3,-141.5],"shR":[-78,-77.3],"elR":[-50.3,-137.7],"haR":[-46.2,-188.2],"shL":[51.2,-116.1],"elL":[98.6,-28.4],"haL":[99.7,20.6],"hipR":[-34,38.1],"knR":[-4.3,166],"ftR":[21.1,322.6],"hipL":[31.9,40.6],"knL":[23.9,175.3],"ftL":[-39.8,281.7]},{"rootY":0,"hips":[0,0],"chest":[-12.8,-84.4],"neck":[-12.8,-84.4],"head":[-25.9,-142],"shR":[-78.9,-77.5],"elR":[-47.3,-126.8],"haR":[-41.3,-177.3],"shL":[51.3,-115.8],"elL":[101.4,-31.1],"haL":[100.5,17],"hipR":[-33.9,38.2],"knR":[-4.5,166.2],"ftR":[21.6,322.6],"hipL":[32,40.5],"knL":[24.6,175.2],"ftL":[-39.4,281.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-12.9,-84.6],"neck":[-12.9,-84.6],"head":[-25,-145.3],"shR":[-79.4,-79.4],"elR":[-46.2,-108.4],"haR":[-37,-158.7],"shL":[52.1,-114.4],"elL":[103.7,-31.3],"haL":[101.4,15.2],"hipR":[-34,38.1],"knR":[-3.7,165.8],"ftR":[21.8,322.3],"hipL":[32,40.6],"knL":[25,175.3],"ftL":[-38.8,281.4]},{"rootY":-0.2,"hips":[0,0],"chest":[-12,-84.9],"neck":[-12,-84.9],"head":[-24.6,-146],"shR":[-79,-81.8],"elR":[-47.5,-83.3],"haR":[-33.6,-132.5],"shL":[54.2,-112.6],"elL":[104.8,-30.1],"haL":[102.6,13.6],"hipR":[-34.4,37.8],"knR":[-2.6,165.3],"ftR":[22.7,321.8],"hipL":[31.6,40.9],"knL":[25.3,175.7],"ftL":[-37.6,282]},{"rootY":0,"hips":[0,0],"chest":[-10.2,-85.3],"neck":[-10.2,-85.3],"head":[-22.7,-147.8],"shR":[-77.4,-85.5],"elR":[-50.7,-54.6],"haR":[-31.3,-101.8],"shL":[57.3,-109.7],"elL":[103.7,-25.3],"haL":[103.7,14.9],"hipR":[-33.8,38.4],"knR":[-1.7,165.6],"ftR":[23.4,322],"hipL":[32.4,40.3],"knL":[25.1,175],"ftL":[-36.6,281.6]},{"rootY":0.1,"hips":[0,0],"chest":[-8.2,-85.6],"neck":[-8.2,-85.6],"head":[-20.5,-148.1],"shR":[-75.6,-86.8],"elR":[-56.6,-22.7],"haR":[-32.8,-65.8],"shL":[59.9,-108.9],"elL":[99.6,-20.3],"haL":[103.3,16.7],"hipR":[-33.7,38.4],"knR":[-2.1,165.7],"ftR":[24,322],"hipL":[32.5,40.3],"knL":[25,175],"ftL":[-35.9,281.6]},{"rootY":0.3,"hips":[0,0],"chest":[-6.2,-85.8],"neck":[-6.2,-85.8],"head":[-18.7,-148.5],"shR":[-73.4,-88.5],"elR":[-63.5,4.4],"haR":[-38.1,-32],"shL":[62.3,-107.6],"elL":[94.3,-15.3],"haL":[103,20.1],"hipR":[-34.2,38],"knR":[-4.4,165.8],"ftR":[24.1,321.8],"hipL":[32.1,40.7],"knL":[25.1,175.4],"ftL":[-35.5,281.8]},{"rootY":0.7,"hips":[0,0],"chest":[-3.7,-85.9],"neck":[-3.7,-85.9],"head":[-16.9,-148.5],"shR":[-70.6,-88.5],"elR":[-71.1,22.4],"haR":[-47.8,-1],"shL":[64.6,-107.7],"elL":[89.1,-14.4],"haL":[103.3,22],"hipR":[-34.4,37.9],"knR":[-6.3,165.9],"ftR":[24.3,321.7],"hipL":[31.9,40.8],"knL":[25.1,175.6],"ftL":[-34.8,281.7]},{"rootY":1.1,"hips":[0,0],"chest":[-2.5,-85.5],"neck":[-2.5,-85.5],"head":[-17.1,-147.2],"shR":[-69.2,-87.7],"elR":[-77.5,27.3],"haR":[-60.6,22.3],"shL":[65.5,-107.8],"elL":[84.5,-16],"haL":[104,23.5],"hipR":[-34.8,37.5],"knR":[-8.9,166],"ftR":[23.9,321.9],"hipL":[31.4,41.1],"knL":[25.1,176.1],"ftL":[-34.8,281.2]},{"rootY":1.1,"hips":[0,0],"chest":[-2,-85.4],"neck":[-2,-85.4],"head":[-18.6,-146.9],"shR":[-68.8,-86.6],"elR":[-79.3,22.9],"haR":[-74.3,36.9],"shL":[65.9,-108.4],"elL":[82.9,-21.4],"haL":[104.8,21.8],"hipR":[-35.4,37],"knR":[-11,165.4],"ftR":[23.2,321.3],"hipL":[30.9,41.5],"knL":[24.7,176.5],"ftL":[-35.8,281.7]},{"rootY":1.1,"hips":[0,0],"chest":[-1.8,-85.2],"neck":[-1.8,-85.2],"head":[-20,-146.1],"shR":[-69,-84.8],"elR":[-81.3,15.1],"haR":[-87.8,44.5],"shL":[66,-109.7],"elL":[84.1,-28.5],"haL":[107.3,16.3],"hipR":[-35.4,37],"knR":[-10.3,165.2],"ftR":[22.9,321.3],"hipL":[30.9,41.4],"knL":[24.4,176.5],"ftL":[-38.2,281.3]},{"rootY":0.9,"hips":[0,0],"chest":[-1.7,-84.7],"neck":[-1.7,-84.7],"head":[-20.5,-144.5],"shR":[-69.3,-83.1],"elR":[-85.6,5.7],"haR":[-100.8,44.4],"shL":[65.8,-110.1],"elL":[88.6,-36.3],"haL":[113.8,6.6],"hipR":[-34.5,37.8],"knR":[-7.5,165.8],"ftR":[23.2,322.1],"hipL":[31.7,40.8],"knL":[24.3,175.7],"ftL":[-40.2,280.2]},{"rootY":0,"hips":[0,0],"chest":[-2.1,-83.7],"neck":[-2.1,-83.7],"head":[-21.6,-143.4],"shR":[-69.9,-80.5],"elR":[-91.8,-2.2],"haR":[-113.8,40.7],"shL":[64.7,-110.5],"elL":[95.4,-45.8],"haL":[123.4,-8],"hipR":[-34.6,37.8],"knR":[-7.9,165.3],"ftR":[21.9,322.3],"hipL":[31.8,40.7],"knL":[23.5,175.7],"ftL":[-42.3,281.4]},{"rootY":-0.4,"hips":[0,0],"chest":[-2.8,-82.6],"neck":[-2.8,-82.6],"head":[-22.9,-141.9],"shR":[-70.6,-77.6],"elR":[-99.9,-8.7],"haR":[-127.4,34.4],"shL":[63.1,-111],"elL":[104.3,-56.3],"haL":[135.6,-25.8],"hipR":[-34.5,37.9],"knR":[-8,165.1],"ftR":[21.1,322.5],"hipL":[31.9,40.6],"knL":[23.2,175.6],"ftL":[-44.3,281.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-3.2,-81.7],"neck":[-3.2,-81.7],"head":[-23.7,-140.7],"shR":[-70.8,-74.7],"elR":[-108.3,-14.1],"haR":[-140.1,25.1],"shL":[61.7,-111.7],"elL":[115,-69.2],"haL":[150.3,-47.1],"hipR":[-33.6,38.6],"knR":[-5.2,165.3],"ftR":[20.8,323],"hipL":[32.7,40],"knL":[23.6,175.1],"ftL":[-45.3,281]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.7,-79.9],"neck":[-4.7,-79.9],"head":[-25.4,-138.5],"shR":[-72,-70.5],"elR":[-118.4,-16.8],"haR":[-153.6,16],"shL":[58.9,-111.9],"elL":[124.4,-83.6],"haL":[163.9,-69.6],"hipR":[-33.9,38.4],"knR":[-7.1,164.8],"ftR":[19.4,322.7],"hipL":[32.3,40.2],"knL":[23.6,175.5],"ftL":[-47,281.1]},{"rootY":0,"hips":[0,0],"chest":[-5.3,-78.5],"neck":[-5.3,-78.5],"head":[-26.5,-137.2],"shR":[-72.2,-66.8],"elR":[-128.6,-18.5],"haR":[-166.6,7.5],"shL":[57,-112.2],"elL":[134.4,-98.6],"haL":[178,-92.1],"hipR":[-34,38.3],"knR":[-7.7,164.3],"ftR":[18.5,322.6],"hipL":[32.2,40.3],"knL":[24,175.8],"ftL":[-48.7,280.7]},{"rootY":-0.1,"hips":[0,0],"chest":[-6.7,-76.9],"neck":[-6.7,-76.9],"head":[-28.3,-135.4],"shR":[-73.2,-63.5],"elR":[-139,-20.7],"haR":[-179.6,-0.2],"shL":[54.5,-111.8],"elL":[142.4,-112.7],"haL":[189.1,-112.7],"hipR":[-34.1,38.1],"knR":[-8.1,163.7],"ftR":[16.6,322.5],"hipL":[32,40.5],"knL":[23.4,176],"ftL":[-51.1,280.4]},{"rootY":0.2,"hips":[0,0],"chest":[-7.9,-75.4],"neck":[-7.9,-75.4],"head":[-30.1,-134],"shR":[-74.1,-60.6],"elR":[-149.4,-22.9],"haR":[-192.8,-6],"shL":[52.3,-111.2],"elL":[148.7,-124.8],"haL":[197.4,-130.6],"hipR":[-34.4,37.9],"knR":[-9.2,163],"ftR":[15.2,322.2],"hipL":[31.7,40.6],"knL":[22.9,176.1],"ftL":[-53.9,279.6]},{"rootY":0.9,"hips":[0,0],"chest":[-8.5,-74],"neck":[-8.5,-74],"head":[-31.3,-132.9],"shR":[-74.3,-58.1],"elR":[-158.6,-24.5],"haR":[-204.5,-10.1],"shL":[50.9,-110.5],"elL":[153,-134.8],"haL":[202.3,-144.8],"hipR":[-34.1,38.2],"knR":[-9.5,162.7],"ftR":[14.6,322.2],"hipL":[32.1,40.3],"knL":[22.5,175.8],"ftL":[-56.3,278.5]},{"rootY":0.9,"hips":[0,0],"chest":[-9.8,-72.7],"neck":[-9.8,-72.7],"head":[-33,-131.8],"shR":[-75.3,-56.1],"elR":[-168,-24.7],"haR":[-216,-12.1],"shL":[49,-109.5],"elL":[154.1,-141.7],"haL":[202.7,-154.2],"hipR":[-34.5,37.9],"knR":[-11.4,162.1],"ftR":[12.5,321.8],"hipL":[31.7,40.7],"knL":[21.6,176],"ftL":[-58.8,278.4]},{"rootY":1.3,"hips":[0,0],"chest":[-10.5,-71],"neck":[-10.5,-71],"head":[-33.7,-130.5],"shR":[-75.8,-53.5],"elR":[-175.6,-23.3],"haR":[-225.1,-11.8],"shL":[47.5,-108.3],"elL":[153,-145.6],"haL":[199.6,-158.7],"hipR":[-34.6,37.8],"knR":[-12.6,161.3],"ftR":[11.4,321.4],"hipL":[31.6,40.7],"knL":[21.2,176],"ftL":[-60.8,277.7]},{"rootY":1.5,"hips":[0,0],"chest":[-11.4,-69.8],"neck":[-11.4,-69.8],"head":[-34.7,-129.5],"shR":[-76.5,-51.8],"elR":[-181.8,-20.4],"haR":[-231.9,-9.8],"shL":[46.4,-107.1],"elL":[149.5,-146.3],"haL":[192.5,-158.6],"hipR":[-34.8,37.6],"knR":[-13.9,160.7],"ftR":[9.9,321.1],"hipL":[31.4,40.9],"knL":[20.9,176.2],"ftL":[-62.2,277.3]},{"rootY":1.9,"hips":[0,0],"chest":[-11.8,-68.9],"neck":[-11.8,-68.9],"head":[-35.1,-129.1],"shR":[-76.8,-50.7],"elR":[-185.3,-16.2],"haR":[-235.1,-6],"shL":[45.8,-106.1],"elL":[143.9,-143.9],"haL":[181.9,-153.9],"hipR":[-34.7,37.7],"knR":[-14.1,160.2],"ftR":[9.5,320.8],"hipL":[31.5,40.9],"knL":[21.5,176],"ftL":[-62.5,276.8]},{"rootY":2.2,"hips":[0,0],"chest":[-12.4,-68.2],"neck":[-12.4,-68.2],"head":[-36,-128.8],"shR":[-77.4,-50],"elR":[-185.5,-9.6],"haR":[-234.8,0.1],"shL":[45.2,-105.1],"elL":[136,-137.9],"haL":[167.6,-144.6],"hipR":[-34.7,37.7],"knR":[-15.6,159.7],"ftR":[8.3,320.4],"hipL":[31.6,40.8],"knL":[21.7,175.9],"ftL":[-63.2,276.1]},{"rootY":2.6,"hips":[0,0],"chest":[-12.5,-67.6],"neck":[-12.5,-67.6],"head":[-36.3,-128.4],"shR":[-77.4,-49.2],"elR":[-180.6,-2.9],"haR":[-228.5,8],"shL":[44.9,-104.2],"elL":[125.9,-128.7],"haL":[150.1,-131.5],"hipR":[-34.8,37.6],"knR":[-16.4,159],"ftR":[7.7,320],"hipL":[31.6,40.9],"knL":[21.8,175.8],"ftL":[-63.3,276]},{"rootY":3.4,"hips":[0,0],"chest":[-12.4,-67.6],"neck":[-12.4,-67.6],"head":[-36.3,-128.8],"shR":[-77.4,-49.9],"elR":[-171.1,1.9],"haR":[-216.8,15.3],"shL":[45.4,-103.2],"elL":[114.6,-113.8],"haL":[130.2,-113.5],"hipR":[-35.3,37],"knR":[-21,157.8],"ftR":[6.3,319],"hipL":[31.2,41.2],"knL":[21.1,175.8],"ftL":[-63.5,276.1]},{"rootY":3.7,"hips":[0,0],"chest":[-11.9,-67.7],"neck":[-11.9,-67.7],"head":[-35.9,-129.3],"shR":[-77.3,-51],"elR":[-158.2,5.6],"haR":[-200,23.5],"shL":[46.4,-102.1],"elL":[99.1,-94],"haL":[106.6,-91.5],"hipR":[-35.6,36.7],"knR":[-22.5,157.3],"ftR":[6.1,318.5],"hipL":[31,41.4],"knL":[20.8,175.9],"ftL":[-62.9,275.7]},{"rootY":4,"hips":[0,0],"chest":[-10.9,-68],"neck":[-10.9,-68],"head":[-34.5,-130.4],"shR":[-76.3,-51.7],"elR":[-141,9.1],"haR":[-177.2,32.4],"shL":[47.7,-102.2],"elL":[76.4,-73],"haL":[78.8,-68.5],"hipR":[-35.4,36.9],"knR":[-22.7,157.6],"ftR":[6.9,318.5],"hipL":[31.2,41.4],"knL":[20.9,175.8],"ftL":[-61.5,275.7]},{"rootY":4,"hips":[0,0],"chest":[-10,-68.5],"neck":[-10,-68.5],"head":[-33.6,-131.2],"shR":[-75.7,-53.2],"elR":[-122.4,10.7],"haR":[-150.5,39.7],"shL":[49.4,-101.7],"elL":[54.3,-58.2],"haL":[50.6,-48.9],"hipR":[-35.7,36.6],"knR":[-24.9,157.2],"ftR":[6.7,317.9],"hipL":[30.9,41.7],"knL":[20.3,176],"ftL":[-60.8,275.9]},{"rootY":3.9,"hips":[0,0],"chest":[-9.3,-69.5],"neck":[-9.3,-69.5],"head":[-32.8,-132.6],"shR":[-75.3,-55.2],"elR":[-103.8,12.2],"haR":[-120.9,46.2],"shL":[50.7,-101.7],"elL":[33.4,-44.9],"haL":[23.5,-30.4],"hipR":[-36,36.3],"knR":[-27.2,157.5],"ftR":[6.3,317.7],"hipL":[30.5,42],"knL":[18.8,176.3],"ftL":[-60.8,275.5]},{"rootY":4.2,"hips":[0,0],"chest":[-8.1,-70.8],"neck":[-8.1,-70.8],"head":[-31,-134.6],"shR":[-74.3,-57.3],"elR":[-83.1,12.4],"haR":[-88,49.4],"shL":[52.1,-102.6],"elL":[18.6,-36],"haL":[1,-17],"hipR":[-35.9,36.4],"knR":[-28.2,157.5],"ftR":[6.6,317.1],"hipL":[30.6,42],"knL":[17.8,176.2],"ftL":[-60.9,274.3]},{"rootY":5.9,"hips":[0,0],"chest":[-6.1,-71.6],"neck":[-6.1,-71.6],"head":[-28.7,-135.9],"shR":[-72.5,-59.6],"elR":[-59.7,11.4],"haR":[-55.4,48.4],"shL":[54.8,-101.9],"elL":[11.8,-28.3],"haL":[-15.1,-6.9],"hipR":[-35.7,36.5],"knR":[-25.6,156.4],"ftR":[9.1,315.7],"hipL":[30.8,41.9],"knL":[17.6,175.5],"ftL":[-60.8,271.5]},{"rootY":8.3,"hips":[0,0],"chest":[-3.8,-72.8],"neck":[-3.8,-72.8],"head":[-26.3,-137.5],"shR":[-70.5,-62],"elR":[-36.2,8.4],"haR":[-25.3,42.6],"shL":[57.6,-102],"elL":[5.1,-23.9],"haL":[-27.5,-1.2],"hipR":[-35.8,36.5],"knR":[-24.5,155.1],"ftR":[11.9,313.5],"hipL":[30.7,42],"knL":[17.8,174.8],"ftL":[-62.9,265.8]},{"rootY":10.6,"hips":[0,0],"chest":[-2.9,-74.7],"neck":[-2.9,-74.7],"head":[-24.4,-140.2],"shR":[-69.8,-65.2],"elR":[-15.4,3.6],"haR":[0.7,34.9],"shL":[59.4,-102.7],"elL":[-1.2,-23.2],"haL":[-36.5,0.2],"hipR":[-35.8,36.6],"knR":[-26.1,153.9],"ftR":[13.2,310.4],"hipL":[30.7,42],"knL":[18,174.2],"ftL":[-67.1,259.2]},{"rootY":14.2,"hips":[0,0],"chest":[-2.2,-76.8],"neck":[-2.2,-76.8],"head":[-23.5,-142.7],"shR":[-69.5,-69.3],"elR":[0.5,1.1],"haR":[20.3,26.6],"shL":[61.3,-102.8],"elL":[0.2,-22.1],"haL":[-39.8,-1.5],"hipR":[-36.1,36.4],"knR":[-26.3,151.9],"ftR":[15.4,306.7],"hipL":[30.4,42.1],"knL":[18.3,173.2],"ftL":[-70.2,254.4]},{"rootY":18.5,"hips":[0,0],"chest":[-1.3,-78.1],"neck":[-1.3,-78.1],"head":[-21.8,-144.2],"shR":[-68.8,-70.6],"elR":[5.8,0.4],"haR":[31.5,18.6],"shL":[63,-104.2],"elL":[6.9,-22.3],"haL":[-37.7,-7.2],"hipR":[-36.2,36.1],"knR":[-25.3,149.6],"ftR":[17.4,302],"hipL":[30.2,42.2],"knL":[19.4,172.1],"ftL":[-73.7,251.3]},{"rootY":23.2,"hips":[0,0],"chest":[-1.1,-79.2],"neck":[-1.1,-79.2],"head":[-20.3,-145.6],"shR":[-68.8,-72.4],"elR":[-0.1,7.2],"haR":[34.4,13.9],"shL":[64.4,-105.1],"elL":[20.3,-26],"haL":[-28.6,-18],"hipR":[-36.3,35.7],"knR":[-23.1,147],"ftR":[19.9,297],"hipL":[30.2,42.2],"knL":[21.6,171],"ftL":[-76.5,250.8]},{"rootY":26.4,"hips":[0,0],"chest":[-1.8,-80.2],"neck":[-1.8,-80.2],"head":[-19.5,-146.8],"shR":[-69.2,-73.7],"elR":[-12.7,13.4],"haR":[29.5,10],"shL":[64.8,-106],"elL":[38.8,-32.6],"haL":[-11.6,-30.5],"hipR":[-35.9,35.2],"knR":[-20.3,145.7],"ftR":[22.4,293.6],"hipL":[30.2,42.1],"knL":[25,170.2],"ftL":[-79,252.9]},{"rootY":28.6,"hips":[0,0],"chest":[-1.7,-80.9],"neck":[-1.7,-80.9],"head":[-18,-147.7],"shR":[-68.4,-73.4],"elR":[-26.4,17.8],"haR":[20.9,8.7],"shL":[65,-107.8],"elL":[69.8,-43.4],"haL":[19.8,-41.7],"hipR":[-35.2,35.3],"knR":[-16.4,144.4],"ftR":[25.4,290.9],"hipL":[30.7,41.9],"knL":[28.4,169.6],"ftL":[-79.8,256.8]},{"rootY":27.7,"hips":[0,0],"chest":[-1.3,-80.8],"neck":[-1.3,-80.8],"head":[-16,-147.9],"shR":[-66,-73.2],"elR":[-38.9,20],"haR":[10.7,8.7],"shL":[65.1,-108.6],"elL":[109.8,-57.4],"haL":[59.9,-49.7],"hipR":[-33.6,35.8],"knR":[-10.9,146],"ftR":[29.8,291.9],"hipL":[31.2,41.6],"knL":[32.1,169.9],"ftL":[-80.3,260.2]},{"rootY":22.7,"hips":[0,0],"chest":[0.2,-81],"neck":[0.2,-81],"head":[-14.3,-148],"shR":[-61.5,-71.1],"elR":[-51.3,24.2],"haR":[-1.1,14.6],"shL":[64.8,-110.9],"elL":[145.1,-78.8],"haL":[99.2,-60.9],"hipR":[-32.5,36],"knR":[-4.7,149.3],"ftR":[32.9,296.5],"hipL":[31,41.6],"knL":[32.7,171],"ftL":[-78.8,268.1]},{"rootY":14.5,"hips":[0,0],"chest":[2.7,-81],"neck":[2.7,-81],"head":[-12.5,-147.7],"shR":[-55,-69.5],"elR":[-63.4,27.4],"haR":[-12.4,24.6],"shL":[64.2,-112.8],"elL":[168.1,-98.7],"haL":[131.5,-74.4],"hipR":[-30,37.2],"knR":[3.4,155],"ftR":[35.6,304.8],"hipL":[31.2,40.8],"knL":[31.3,171.9],"ftL":[-76.6,277]},{"rootY":5.8,"hips":[0,0],"chest":[5.5,-80.4],"neck":[5.5,-80.4],"head":[-11.1,-146.8],"shR":[-47.9,-67.2],"elR":[-74.5,29.1],"haR":[-23.7,35.8],"shL":[63.6,-113.8],"elL":[175.5,-115.3],"haL":[153.5,-88.5],"hipR":[-28.4,37.9],"knR":[11.6,159],"ftR":[34.7,312.3],"hipL":[29.9,40.5],"knL":[28.2,172.8],"ftL":[-72.9,287.4]},{"rootY":-3.5,"hips":[0,0],"chest":[8,-80.1],"neck":[8,-80.1],"head":[-10.1,-146.7],"shR":[-40,-66.3],"elR":[-83.7,26.9],"haR":[-35.2,43],"shL":[61.4,-114.7],"elL":[165.6,-129.7],"haL":[162.6,-101.6],"hipR":[-24.8,39.8],"knR":[18.5,163.9],"ftR":[23.9,319.5],"hipL":[29,38.8],"knL":[23.3,172.7],"ftL":[-70.1,297]},{"rootY":-13.1,"hips":[0,0],"chest":[10.7,-79.7],"neck":[10.7,-79.7],"head":[-9,-145.8],"shR":[-31.9,-63.3],"elR":[-86.4,25],"haR":[-41.9,49.1],"shL":[59,-117.1],"elL":[144.3,-139.6],"haL":[159.8,-115.4],"hipR":[-21.8,41.1],"knR":[22,167.9],"ftR":[10.7,325.6],"hipL":[26.9,37.4],"knL":[18.6,172.2],"ftL":[-66.1,305.9]},{"rootY":-21.2,"hips":[0,0],"chest":[13.1,-78.7],"neck":[13.1,-78.7],"head":[-9.2,-143.9],"shR":[-24.8,-59.8],"elR":[-85.6,24.7],"haR":[-46.4,54.1],"shL":[56.5,-118.7],"elL":[112.3,-145.7],"haL":[144.2,-125.4],"hipR":[-20.4,41.2],"knR":[20.6,169.9],"ftR":[-0.1,328.9],"hipL":[22.6,37.3],"knL":[14.6,172.2],"ftL":[-63.9,311.9]},{"rootY":-27.3,"hips":[0,0],"chest":[14.9,-77.8],"neck":[14.9,-77.8],"head":[-9.6,-142.1],"shR":[-17.5,-56.4],"elR":[-82.3,23.5],"haR":[-48.2,56.5],"shL":[53.2,-120.2],"elL":[75.6,-148.3],"haL":[118.9,-135],"hipR":[-18.5,40.9],"knR":[19.2,171.2],"ftR":[-9.2,330.8],"hipL":[17.9,37.5],"knL":[13.1,172.4],"ftL":[-62.4,315.9]},{"rootY":-31.2,"hips":[0,0],"chest":[17,-77.9],"neck":[17,-77.9],"head":[-9,-141.2],"shR":[-9.7,-53.9],"elR":[-75.9,21.9],"haR":[-46.9,57.5],"shL":[50.1,-122.7],"elL":[43.7,-149.3],"haL":[93.3,-143.3],"hipR":[-15.4,41.4],"knR":[19.6,172.6],"ftR":[-16.5,332],"hipL":[14,36.9],"knL":[13.5,172],"ftL":[-58.8,318.7]},{"rootY":-33.5,"hips":[0,0],"chest":[19.4,-77.9],"neck":[19.4,-77.9],"head":[-7.8,-139.9],"shR":[1.9,-53.7],"elR":[-62.6,20.4],"haR":[-38.3,56.6],"shL":[43.9,-123.4],"elL":[10.6,-147.7],"haL":[60.5,-149.9],"hipR":[-11.2,42.2],"knR":[22.6,173.8],"ftR":[-18.5,332.7],"hipL":[10.4,35.9],"knL":[15.1,170.8],"ftL":[-52.4,320.4]},{"rootY":-34.5,"hips":[0,0],"chest":[21.6,-78.1],"neck":[21.6,-78.1],"head":[-6.6,-138.7],"shR":[10.9,-52.5],"elR":[-47.9,21.5],"haR":[-27.8,58],"shL":[39.5,-125.1],"elL":[-16,-145],"haL":[29.5,-154.9],"hipR":[-6.2,41.7],"knR":[24.9,173.8],"ftR":[-19.2,332.2],"hipL":[5.3,36.7],"knL":[17.7,171.3],"ftL":[-45.6,322.4]},{"rootY":-34.9,"hips":[0,0],"chest":[22.4,-78.4],"neck":[22.4,-78.4],"head":[-7.1,-136.7],"shR":[20.1,-51.6],"elR":[-29.7,25.8],"haR":[-13.2,60.6],"shL":[32.7,-126.6],"elL":[-39.7,-142.4],"haL":[-2.5,-159.2],"hipR":[-0.5,41.2],"knR":[25,174.4],"ftR":[-21.6,332.3],"hipL":[0.5,37.4],"knL":[18.8,171.6],"ftL":[-42,323.2]},{"rootY":-34.9,"hips":[0,0],"chest":[24.5,-78.8],"neck":[24.5,-78.8],"head":[-5.4,-135],"shR":[33,-52],"elR":[-5.8,26.2],"haR":[9.4,59.8],"shL":[24.5,-127.5],"elL":[-60.4,-138.6],"haL":[-33.6,-161.1],"hipR":[5,40.4],"knR":[26.2,174.1],"ftR":[-22.6,331.4],"hipL":[-5.5,38.2],"knL":[18,171.9],"ftL":[-36,325.6]},{"rootY":-34.9,"hips":[0,0],"chest":[26.4,-78.9],"neck":[26.4,-78.9],"head":[-3.6,-132.3],"shR":[45.9,-53],"elR":[19.5,25.2],"haR":[34.3,57.2],"shL":[15.6,-127],"elL":[-79,-133],"haL":[-64.2,-159.6],"hipR":[10.5,40.4],"knR":[26.8,174.7],"ftR":[-22.9,331],"hipL":[-11.3,38.2],"knL":[15.7,171.3],"ftL":[-30.3,326.4]},{"rootY":-36.2,"hips":[0,0],"chest":[27.3,-79.3],"neck":[27.3,-79.3],"head":[0.1,-131.3],"shR":[55.5,-52.5],"elR":[42.6,27.6],"haR":[58.6,58.8],"shL":[8.5,-128.3],"elL":[-94.1,-128.9],"haL":[-92.1,-157.4],"hipR":[15.8,40.1],"knR":[26.2,175],"ftR":[-22.1,330.5],"hipL":[-15.7,38.5],"knL":[13.9,170.8],"ftL":[-24.6,327.3]},{"rootY":-35.4,"hips":[0,0],"chest":[28.2,-79.8],"neck":[28.2,-79.8],"head":[4.9,-130.3],"shR":[66.8,-54],"elR":[68.3,27.3],"haR":[87,58],"shL":[-0.9,-128.1],"elL":[-108.6,-123.6],"haL":[-118.7,-153.2],"hipR":[20.4,40.2],"knR":[28.8,175],"ftR":[-16.4,330.7],"hipL":[-20.7,38.5],"knL":[10.2,169.4],"ftL":[-16.5,327.4]},{"rootY":-35.2,"hips":[0,0],"chest":[27.9,-80.4],"neck":[27.9,-80.4],"head":[10.2,-129.9],"shR":[75,-54.5],"elR":[96.7,32.7],"haR":[115.3,61.5],"shL":[-9.4,-128.9],"elL":[-120.7,-119.3],"haL":[-141,-147.2],"hipR":[25,39.1],"knR":[29.6,174.1],"ftR":[-12.5,329.5],"hipL":[-23.5,39.5],"knL":[8.1,169.4],"ftL":[-9.9,328.2]},{"rootY":-34,"hips":[0,0],"chest":[27.9,-80.6],"neck":[27.9,-80.6],"head":[17.3,-128.4],"shR":[83.3,-57.2],"elR":[112.9,28.4],"haR":[139.6,59],"shL":[-18.1,-127.1],"elL":[-128.2,-112],"haL":[-157.9,-139.5],"hipR":[30.2,37.9],"knR":[29.6,173],"ftR":[-6.4,328.5],"hipL":[-25.7,40.7],"knL":[5.1,168.8],"ftL":[-2.8,327.9]},{"rootY":-32.7,"hips":[0,0],"chest":[26,-81.5],"neck":[26,-81.5],"head":[24.3,-128.6],"shR":[87.7,-60.5],"elR":[130.9,27.8],"haR":[162.1,58.5],"shL":[-26.9,-126],"elL":[-132.7,-105.6],"haL":[-170.6,-132],"hipR":[33.1,37.7],"knR":[27.8,172.6],"ftR":[0.6,327.5],"hipL":[-28.4,40.7],"knL":[-1.6,167.5],"ftL":[3.3,327.3]},{"rootY":-31.5,"hips":[0,0],"chest":[24.1,-81.8],"neck":[24.1,-81.8],"head":[32.6,-127.8],"shR":[89.1,-62.9],"elR":[143.2,27.6],"haR":[178,58.6],"shL":[-33.4,-124.4],"elL":[-129.8,-97.2],"haL":[-173,-121.6],"hipR":[35.4,36.9],"knR":[26.1,171.6],"ftR":[10.7,326.2],"hipL":[-29.8,41.4],"knL":[-8.3,166],"ftL":[7.4,326.1]},{"rootY":-30.3,"hips":[0,0],"chest":[23.3,-82],"neck":[23.3,-82],"head":[43.5,-127.2],"shR":[88.6,-65.2],"elR":[149.6,26.2],"haR":[187.8,57.5],"shL":[-36.2,-122.5],"elL":[-119.7,-88.4],"haL":[-165.4,-109.4],"hipR":[36.9,35.2],"knR":[25,170],"ftR":[20.9,324.6],"hipL":[-29.4,42.7],"knL":[-17,165.2],"ftL":[7.7,325.3]},{"rootY":-28.3,"hips":[0,0],"chest":[17.6,-82.8],"neck":[17.6,-82.8],"head":[49.8,-128.7],"shR":[80.5,-68.7],"elR":[146.9,23.2],"haR":[187,54.7],"shL":[-41.3,-121.1],"elL":[-107.3,-81.3],"haL":[-152.1,-98.5],"hipR":[34.6,35.5],"knR":[16,169.5],"ftR":[22.7,323.6],"hipL":[-30.1,42.4],"knL":[-30.4,164.1],"ftL":[-0.5,324.8]},{"rootY":-25.3,"hips":[0,0],"chest":[11.9,-83.7],"neck":[11.9,-83.7],"head":[53,-129.6],"shR":[68.2,-72.1],"elR":[138.3,19.4],"haR":[179,50.1],"shL":[-43,-119.4],"elL":[-90.1,-75.6],"haL":[-131.2,-89.5],"hipR":[30.8,35.7],"knR":[7.4,168.9],"ftR":[24.3,321.5],"hipL":[-29.4,42.1],"knL":[-42.1,164.6],"ftL":[-8.1,325.1]},{"rootY":-21.8,"hips":[0,0],"chest":[6.3,-84.3],"neck":[6.3,-84.3],"head":[53.3,-132.1],"shR":[54,-75.1],"elR":[125.9,14.8],"haR":[165.9,44.3],"shL":[-42.1,-117.7],"elL":[-69.5,-70.2],"haL":[-104.1,-81.3],"hipR":[26.4,35.1],"knR":[-1.2,167.7],"ftR":[26.3,319],"hipL":[-26.4,42.6],"knL":[-50.3,165.6],"ftL":[-13.1,325.4]},{"rootY":-18.6,"hips":[0,0],"chest":[0.6,-84.7],"neck":[0.6,-84.7],"head":[46.7,-136.5],"shR":[38.2,-78.3],"elR":[109.7,9.3],"haR":[147.3,37.2],"shL":[-39.7,-115.5],"elL":[-47.7,-65.2],"haL":[-74.1,-73.5],"hipR":[21,34.8],"knR":[-11.6,166.5],"ftR":[27.4,316.5],"hipL":[-23.3,42.8],"knL":[-58.4,165.9],"ftL":[-18.1,324.8]},{"rootY":-16.8,"hips":[0,0],"chest":[-3,-85.3],"neck":[-3,-85.3],"head":[39.6,-139.2],"shR":[23.1,-76.6],"elR":[91.3,8.5],"haR":[125,34.6],"shL":[-33.4,-117.9],"elL":[-22.6,-64.4],"haL":[-40,-70.3],"hipR":[14.2,35.2],"knR":[-20,166.7],"ftR":[31.1,315.2],"hipL":[-19.4,42.5],"knL":[-63.5,166.2],"ftL":[-18.5,323.1]},{"rootY":-13.7,"hips":[0,0],"chest":[-7.7,-85.4],"neck":[-7.7,-85.4],"head":[28.1,-142.4],"shR":[6.5,-82.3],"elR":[70,0.9],"haR":[98.4,25.5],"shL":[-27.4,-112.6],"elL":[0.7,-57.3],"haL":[-7.5,-61.1],"hipR":[8.2,31],"knR":[-26,162.1],"ftR":[32.6,310.5],"hipL":[-14.4,45.2],"knL":[-72.5,166.6],"ftL":[-25.2,322.5]},{"rootY":-14.1,"hips":[0,0],"chest":[-9.4,-85.4],"neck":[-9.4,-85.4],"head":[19.4,-144.9],"shR":[-10.2,-85.6],"elR":[45.9,-4.3],"haR":[69.3,19.3],"shL":[-15,-109.2],"elL":[29.7,-52],"haL":[30.2,-53.1],"hipR":[-0.2,33.8],"knR":[-30.1,165.9],"ftR":[38.8,312.1],"hipL":[-9.3,43.5],"knL":[-68.9,165.4],"ftL":[-25.7,320.6]},{"rootY":-13.8,"hips":[0,0],"chest":[-11.5,-85.5],"neck":[-11.5,-85.5],"head":[9.5,-147.1],"shR":[-24.3,-87.5],"elR":[23.6,-7.7],"haR":[40.9,15],"shL":[-5.7,-107.4],"elL":[52.6,-49.3],"haL":[61.7,-47.5],"hipR":[-7.8,34],"knR":[-34,166.5],"ftR":[40.9,311.4],"hipL":[-4.7,43.2],"knL":[-65,164.7],"ftL":[-32,321.7]},{"rootY":-14.3,"hips":[0,0],"chest":[-13,-85.4],"neck":[-13,-85.4],"head":[2.6,-148.6],"shR":[-36.8,-87.7],"elR":[0.7,-10.1],"haR":[11.7,11.9],"shL":[3.7,-106.8],"elL":[70,-45.8],"haL":[89.2,-42],"hipR":[-13.5,34],"knR":[-34.1,167.3],"ftR":[43.2,312.2],"hipL":[0.8,43.3],"knL":[-57.9,164.5],"ftL":[-38.2,323.7]},{"rootY":-14.6,"hips":[0,0],"chest":[-13.6,-85.5],"neck":[-13.6,-85.5],"head":[-3.2,-149.9],"shR":[-46.9,-88.7],"elR":[-21.5,-11.1],"haR":[-16.7,10.9],"shL":[13,-105.7],"elL":[88.2,-42.1],"haL":[115,-34.9],"hipR":[-20,33.3],"knR":[-33.5,167.4],"ftR":[46.5,311.4],"hipL":[5.2,43.8],"knL":[-51.2,164.4],"ftL":[-42,324.8]}]},"jump":{"name":"jump","fps":30,"height":520,"groundY":343,"frameCount":104,"frames":[{"rootY":0,"hips":[0,0],"chest":[-1.2,-77.7],"neck":[-1.2,-77.7],"head":[-0.5,-145.7],"shR":[-58.5,-104.8],"elR":[-175.8,-88.3],"haR":[-245.6,-78.5],"shL":[66.8,-101.8],"elL":[170.6,-87.2],"haL":[241.4,-77.3],"hipR":[-31.3,37.8],"knR":[-28.8,181.7],"ftR":[-26,340.9],"hipL":[30.5,37.8],"knL":[27.9,185.4],"ftL":[25.2,343]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[10.8,-145.8],"shR":[-54.5,-107.2],"elR":[-68.8,9.9],"haR":[-82.2,74.4],"shL":[70,-99.6],"elL":[68.4,5.1],"haL":[77.1,73.3],"hipR":[-31.9,38.4],"knR":[-30.2,182.2],"ftR":[-39,336.6],"hipL":[29.4,38],"knL":[30.6,185.6],"ftL":[40.8,338.2]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[10.8,-145.8],"shR":[-54.5,-107.3],"elR":[-68.8,9.8],"haR":[-82.2,74.3],"shL":[70.1,-99.5],"elL":[68.4,5.2],"haL":[77.2,73.3],"hipR":[-32,38.4],"knR":[-30.2,182.2],"ftR":[-39,336.6],"hipL":[29.4,38],"knL":[30.5,185.6],"ftL":[40.8,338.1]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[10.9,-145.8],"shR":[-54.5,-107.3],"elR":[-68.8,9.8],"haR":[-82.1,74.4],"shL":[70.1,-99.5],"elL":[68.5,5.2],"haL":[77.3,73.3],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-39,336.6],"hipL":[29.3,38.1],"knL":[30.5,185.6],"ftL":[40.8,338.1]},{"rootY":0.1,"hips":[0,0],"chest":[0.9,-77.9],"neck":[0.9,-77.9],"head":[10.9,-145.8],"shR":[-54.5,-107.4],"elR":[-68.8,9.8],"haR":[-82,74.3],"shL":[70.1,-99.4],"elL":[68.4,5.3],"haL":[77.3,73.4],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-39,336.6],"hipL":[29.4,38],"knL":[30.5,185.6],"ftL":[40.8,338.1]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[11,-145.8],"shR":[-54.5,-107.4],"elR":[-68.8,9.8],"haR":[-82,74.2],"shL":[70.1,-99.4],"elL":[68.3,5.3],"haL":[77.1,73.5],"hipR":[-32,38.3],"knR":[-30.3,182.2],"ftR":[-39,336.5],"hipL":[29.3,38],"knL":[30.5,185.6],"ftL":[40.7,338.1]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[11.1,-145.8],"shR":[-54.4,-107.5],"elR":[-68.6,9.7],"haR":[-81.8,74],"shL":[70.2,-99.3],"elL":[68.4,5.4],"haL":[77.2,73.6],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-38.9,336.5],"hipL":[29.3,38.1],"knL":[30.5,185.6],"ftL":[40.9,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[11.1,-145.8],"shR":[-54.3,-107.5],"elR":[-68.6,9.7],"haR":[-81.7,74],"shL":[70.3,-99.2],"elL":[68.4,5.4],"haL":[77.2,73.6],"hipR":[-32.1,38.3],"knR":[-30.2,182.2],"ftR":[-38.8,336.5],"hipL":[29.3,38.1],"knL":[30.5,185.6],"ftL":[40.9,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[11,-145.8],"shR":[-54.3,-107.5],"elR":[-68.6,9.6],"haR":[-81.7,73.9],"shL":[70.3,-99.2],"elL":[68.4,5.5],"haL":[77.1,73.6],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-38.8,336.5],"hipL":[29.3,38.1],"knL":[30.6,185.6],"ftL":[40.9,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[11.1,-145.8],"shR":[-54.3,-107.5],"elR":[-68.6,9.6],"haR":[-81.7,73.9],"shL":[70.3,-99.2],"elL":[68.4,5.5],"haL":[77.1,73.6],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-38.8,336.5],"hipL":[29.3,38.1],"knL":[30.6,185.7],"ftL":[41,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[11,-145.8],"shR":[-54.3,-107.5],"elR":[-68.6,9.6],"haR":[-81.7,73.9],"shL":[70.3,-99.2],"elL":[68.4,5.5],"haL":[77,73.6],"hipR":[-32.1,38.2],"knR":[-30.2,182.1],"ftR":[-38.7,336.4],"hipL":[29.2,38.2],"knL":[30.5,185.7],"ftL":[41,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[10.9,-145.8],"shR":[-54.2,-107.6],"elR":[-68.5,9.6],"haR":[-81.6,73.9],"shL":[70.4,-99.1],"elL":[68.3,5.6],"haL":[76.9,73.8],"hipR":[-32.1,38.2],"knR":[-30.1,182.1],"ftR":[-38.7,336.4],"hipL":[29.3,38.1],"knL":[30.6,185.7],"ftL":[41,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[10.8,-145.8],"shR":[-54.3,-107.7],"elR":[-68.5,9.5],"haR":[-81.6,73.9],"shL":[70.3,-99.1],"elL":[68.2,5.6],"haL":[76.8,73.8],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-38.8,336.4],"hipL":[29.4,38.1],"knL":[30.6,185.6],"ftL":[41,337.9]},{"rootY":0.3,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[10.6,-145.9],"shR":[-54.3,-107.6],"elR":[-68.5,9.5],"haR":[-81.6,73.9],"shL":[70.3,-99.1],"elL":[68.2,5.6],"haL":[76.7,73.8],"hipR":[-32,38.3],"knR":[-30.1,182.2],"ftR":[-38.8,336.4],"hipL":[29.3,38.1],"knL":[30.7,185.6],"ftL":[41,338]},{"rootY":0.2,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[10.5,-145.8],"shR":[-54.3,-107.7],"elR":[-68.5,9.5],"haR":[-81.6,73.9],"shL":[70.3,-99.1],"elL":[68.2,5.6],"haL":[76.7,73.8],"hipR":[-31.9,38.4],"knR":[-30.1,182.3],"ftR":[-38.9,336.4],"hipL":[29.5,38],"knL":[30.8,185.5],"ftL":[40.9,337.9]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[10.4,-145.9],"shR":[-54.3,-107.7],"elR":[-68.5,9.4],"haR":[-81.6,73.9],"shL":[70.3,-99.1],"elL":[68.2,5.6],"haL":[76.7,73.9],"hipR":[-31.9,38.4],"knR":[-30,182.3],"ftR":[-38.9,336.4],"hipL":[29.5,38],"knL":[30.9,185.5],"ftL":[40.9,337.9]},{"rootY":0.2,"hips":[0,0],"chest":[0.9,-77.9],"neck":[0.9,-77.9],"head":[10.1,-145.9],"shR":[-54.5,-107.7],"elR":[-68.5,9.3],"haR":[-81.9,73.7],"shL":[70.2,-99],"elL":[68.1,5.6],"haL":[76.7,73.9],"hipR":[-31.9,38.4],"knR":[-30,182.3],"ftR":[-38.9,336.3],"hipL":[29.5,38],"knL":[30.8,185.5],"ftL":[40.9,337.9]},{"rootY":0.3,"hips":[0,0],"chest":[0.8,-77.9],"neck":[0.8,-77.9],"head":[9.9,-145.9],"shR":[-54.6,-107.8],"elR":[-68.7,9.3],"haR":[-81.9,73.8],"shL":[70.1,-99.1],"elL":[68.1,5.6],"haL":[76.7,73.9],"hipR":[-31.8,38.4],"knR":[-30.1,182.3],"ftR":[-39,336.3],"hipL":[29.6,37.9],"knL":[30.8,185.5],"ftL":[40.8,337.9]},{"rootY":0.4,"hips":[0,0],"chest":[0.9,-77.9],"neck":[0.9,-77.9],"head":[9.8,-145.9],"shR":[-54.7,-107.6],"elR":[-68.8,9.4],"haR":[-82,74.1],"shL":[70,-99.3],"elL":[68.1,5.3],"haL":[76.8,73.7],"hipR":[-31.8,38.4],"knR":[-30.2,182.3],"ftR":[-39.1,336.3],"hipL":[29.5,38],"knL":[30.7,185.5],"ftL":[40.8,337.9]},{"rootY":0.3,"hips":[0,0],"chest":[0.9,-77.9],"neck":[0.9,-77.9],"head":[9.7,-145.9],"shR":[-54.7,-107.5],"elR":[-68.8,9.4],"haR":[-81.8,74.3],"shL":[70,-99.3],"elL":[68.3,5.3],"haL":[77,73.7],"hipR":[-31.7,38.6],"knR":[-30,182.5],"ftR":[-39.3,336.4],"hipL":[29.7,37.9],"knL":[30.7,185.4],"ftL":[40.6,337.7]},{"rootY":0.3,"hips":[0,0],"chest":[0.8,-77.9],"neck":[0.8,-77.9],"head":[9.4,-145.9],"shR":[-54.8,-107.5],"elR":[-68.9,9.4],"haR":[-82,74.3],"shL":[69.9,-99.4],"elL":[68.3,5.2],"haL":[77.1,73.6],"hipR":[-31.6,38.6],"knR":[-29.9,182.5],"ftR":[-39.4,336.5],"hipL":[29.8,37.9],"knL":[30.7,185.5],"ftL":[40.5,337.8]},{"rootY":0.1,"hips":[0,0],"chest":[0.6,-77.8],"neck":[0.6,-77.8],"head":[9.2,-145.9],"shR":[-55,-107.5],"elR":[-69.1,9.2],"haR":[-82.1,74.2],"shL":[69.7,-99.4],"elL":[68.3,5.1],"haL":[77.1,73.6],"hipR":[-31.8,38.5],"knR":[-30,182.4],"ftR":[-39.6,336.6],"hipL":[29.6,38.2],"knL":[30.4,185.9],"ftL":[40.4,337.8]},{"rootY":0.1,"hips":[0,0],"chest":[0.4,-77.8],"neck":[0.4,-77.8],"head":[8.9,-145.8],"shR":[-55.3,-107.4],"elR":[-69.3,9.2],"haR":[-82.2,74.5],"shL":[69.5,-99.5],"elL":[68.4,5],"haL":[77.4,73.7],"hipR":[-31.8,38.5],"knR":[-29.7,182.4],"ftR":[-39.6,336.6],"hipL":[29.7,38.5],"knL":[30.4,186.1],"ftL":[40.4,337.9]},{"rootY":0,"hips":[0,0],"chest":[0.1,-77.6],"neck":[0.1,-77.6],"head":[8.4,-145.7],"shR":[-55.7,-107.3],"elR":[-69.7,9],"haR":[-82.6,74.5],"shL":[69.1,-99.4],"elL":[68.3,4.9],"haL":[77.4,73.8],"hipR":[-31.8,38.6],"knR":[-30,182.4],"ftR":[-40.2,336.7],"hipL":[29.7,38.6],"knL":[30,186.2],"ftL":[39.9,337.9]},{"rootY":0.3,"hips":[0,0],"chest":[-0.3,-77.4],"neck":[-0.3,-77.4],"head":[7.9,-145.6],"shR":[-56.1,-107.2],"elR":[-70.3,8.7],"haR":[-83,74.3],"shL":[68.7,-99.3],"elL":[68.3,4.9],"haL":[77.7,73.7],"hipR":[-31.8,38.7],"knR":[-30.4,182.4],"ftR":[-41.2,336.8],"hipL":[29.6,38.6],"knL":[29.4,186.2],"ftL":[39.2,337.6]},{"rootY":0.5,"hips":[0,0],"chest":[-0.9,-77.1],"neck":[-0.9,-77.1],"head":[7.3,-145.2],"shR":[-56.8,-106.9],"elR":[-71.1,8.6],"haR":[-83.8,74.4],"shL":[68,-99.1],"elL":[68.3,4.8],"haL":[77.7,73.6],"hipR":[-32,38.5],"knR":[-30.9,182.2],"ftR":[-42.2,336.6],"hipL":[29.4,38.8],"knL":[28.4,186.3],"ftL":[38.6,337.2]},{"rootY":0.9,"hips":[0,0],"chest":[-1.5,-76.6],"neck":[-1.5,-76.6],"head":[6.4,-144.7],"shR":[-57.7,-106.2],"elR":[-72.2,8.7],"haR":[-84.8,74.7],"shL":[67.3,-99],"elL":[68.2,4.4],"haL":[78,73.2],"hipR":[-32.2,38.4],"knR":[-30.9,181.9],"ftR":[-43.2,336.2],"hipL":[29.1,39.1],"knL":[27.4,186.4],"ftL":[37.8,336.8]},{"rootY":1.6,"hips":[0,0],"chest":[-1.8,-75.8],"neck":[-1.8,-75.8],"head":[5.8,-143.8],"shR":[-58.1,-105.1],"elR":[-73,8.9],"haR":[-85.5,75.2],"shL":[66.8,-98.4],"elL":[68.6,4.3],"haL":[78.5,73.2],"hipR":[-31.7,38.8],"knR":[-29.6,181.8],"ftR":[-43.7,335.5],"hipL":[29.6,38.9],"knL":[27.4,185.8],"ftL":[37.3,336.2]},{"rootY":2.4,"hips":[0,0],"chest":[-2.3,-74.7],"neck":[-2.3,-74.7],"head":[4.8,-142.5],"shR":[-58.8,-103.9],"elR":[-74.4,9],"haR":[-86.7,75.4],"shL":[66.2,-97.5],"elL":[69.2,4.4],"haL":[79.1,73.4],"hipR":[-31.2,39.2],"knR":[-28.4,181.4],"ftR":[-44.4,334.3],"hipL":[30.1,38.7],"knL":[26.8,185.1],"ftL":[36.5,335.3]},{"rootY":3.7,"hips":[0,0],"chest":[-2.5,-73.5],"neck":[-2.5,-73.5],"head":[4.3,-141],"shR":[-59.1,-102.4],"elR":[-75.4,9.4],"haR":[-87.6,76.3],"shL":[65.8,-96.2],"elL":[70.3,4.5],"haL":[80.2,73.7],"hipR":[-30.6,39.6],"knR":[-27,180.9],"ftR":[-44.7,333],"hipL":[30.6,38.4],"knL":[26.8,184.2],"ftL":[36.1,334.1]},{"rootY":5,"hips":[0,0],"chest":[-2.8,-72.1],"neck":[-2.8,-72.1],"head":[3.4,-139.2],"shR":[-59.6,-100.6],"elR":[-76.5,10],"haR":[-88.7,77.2],"shL":[65.3,-94.9],"elL":[71.5,4.7],"haL":[81.3,74.3],"hipR":[-30.1,40],"knR":[-26.1,180.2],"ftR":[-45.6,331.6],"hipL":[31.1,38.2],"knL":[26.8,183.2],"ftL":[35.5,332.9]},{"rootY":6.3,"hips":[0,0],"chest":[-3.3,-70.6],"neck":[-3.3,-70.6],"head":[2.5,-137.2],"shR":[-60.2,-98.9],"elR":[-77.3,10.5],"haR":[-89.7,78],"shL":[64.7,-93.2],"elL":[72.7,5.2],"haL":[82.7,75.2],"hipR":[-29.8,40.2],"knR":[-25.3,179.5],"ftR":[-46.5,330.3],"hipL":[31.5,38],"knL":[27.2,182.1],"ftL":[34.7,331.6]},{"rootY":7.7,"hips":[0,0],"chest":[-3.5,-69.1],"neck":[-3.5,-69.1],"head":[1.9,-135.2],"shR":[-60.6,-97],"elR":[-77.8,11.1],"haR":[-90.5,79],"shL":[64.4,-91.9],"elL":[73.9,5.6],"haL":[84.5,75.8],"hipR":[-29.7,40.2],"knR":[-24.6,178.7],"ftR":[-47,328.9],"hipL":[31.7,37.9],"knL":[27.6,181.2],"ftL":[34.3,330.4]},{"rootY":9,"hips":[0,0],"chest":[-3.6,-67.8],"neck":[-3.6,-67.8],"head":[1.5,-133.3],"shR":[-61,-95.1],"elR":[-78.2,11.6],"haR":[-91,79.8],"shL":[64.1,-90.8],"elL":[75,5.4],"haL":[86.4,75.7],"hipR":[-29.3,40.5],"knR":[-23.7,178.2],"ftR":[-47.5,327.6],"hipL":[32.1,37.7],"knL":[28.2,180.2],"ftL":[33.9,329.2]},{"rootY":10,"hips":[0,0],"chest":[-3.9,-66.6],"neck":[-3.9,-66.6],"head":[0.9,-131.6],"shR":[-61.4,-93.5],"elR":[-78.2,11.5],"haR":[-91.4,80.1],"shL":[63.7,-89.7],"elL":[76.1,4.9],"haL":[88.4,75.3],"hipR":[-29.1,40.6],"knR":[-23.3,177.7],"ftR":[-47.9,326.6],"hipL":[32.3,37.5],"knL":[28.1,179.5],"ftL":[33.5,328.2]},{"rootY":10.8,"hips":[0,0],"chest":[-4,-65.5],"neck":[-4,-65.5],"head":[0.7,-130],"shR":[-61.6,-92],"elR":[-78.3,10.7],"haR":[-91.6,79.6],"shL":[63.6,-88.7],"elL":[77.2,3.8],"haL":[90.8,74],"hipR":[-28.6,41],"knR":[-22.9,177.5],"ftR":[-47.9,325.7],"hipL":[32.8,37.1],"knL":[28.3,178.8],"ftL":[33.2,327.4]},{"rootY":11.1,"hips":[0,0],"chest":[-4.1,-64.5],"neck":[-4.1,-64.5],"head":[0.3,-128.8],"shR":[-61.8,-90.5],"elR":[-78.3,9.5],"haR":[-91.6,78.7],"shL":[63.4,-87.9],"elL":[78.2,1.8],"haL":[93.2,71.5],"hipR":[-28.5,41],"knR":[-23.2,177.3],"ftR":[-48.2,325.3],"hipL":[33,37],"knL":[28.2,178.7],"ftL":[32.9,327.1]},{"rootY":11.2,"hips":[0,0],"chest":[-4.2,-63.4],"neck":[-4.2,-63.4],"head":[0,-127.5],"shR":[-62,-89.1],"elR":[-78.6,7.2],"haR":[-91.8,76.4],"shL":[63.2,-86.9],"elL":[79.1,-0.8],"haL":[95.9,67.6],"hipR":[-28.3,41],"knR":[-23.5,177.3],"ftR":[-48.4,325.1],"hipL":[33.1,36.9],"knL":[28.5,178.7],"ftL":[32.8,326.9]},{"rootY":11.6,"hips":[0,0],"chest":[-4.3,-62.4],"neck":[-4.3,-62.4],"head":[-0.3,-126.3],"shR":[-62.1,-87.9],"elR":[-79,4.5],"haR":[-92.2,73.2],"shL":[63.2,-85.7],"elL":[80.4,-4.2],"haL":[98.9,62.1],"hipR":[-28.4,40.9],"knR":[-23.5,177.2],"ftR":[-48.5,324.6],"hipL":[33.1,37],"knL":[29.2,178.5],"ftL":[32.9,326.4]},{"rootY":12,"hips":[0,0],"chest":[-4.4,-61.3],"neck":[-4.4,-61.3],"head":[-0.5,-125],"shR":[-62.3,-86.5],"elR":[-79.3,1.4],"haR":[-92.9,68.9],"shL":[63,-84.4],"elL":[81.3,-8.1],"haL":[101.6,55.1],"hipR":[-28.4,40.8],"knR":[-23.6,177.1],"ftR":[-48.6,324.1],"hipL":[33.1,37],"knL":[29.3,178.4],"ftL":[32.8,325.9]},{"rootY":12.8,"hips":[0,0],"chest":[-4.4,-60.1],"neck":[-4.4,-60.1],"head":[-0.5,-123.5],"shR":[-62.3,-85.1],"elR":[-79.3,-2.2],"haR":[-93.6,63.5],"shL":[63,-83.1],"elL":[82.1,-12.3],"haL":[103.8,47],"hipR":[-28.4,40.8],"knR":[-23.2,176.9],"ftR":[-48.6,323.1],"hipL":[33.1,36.9],"knL":[29.6,178.1],"ftL":[32.9,324.8]},{"rootY":14.7,"hips":[0,0],"chest":[-4.3,-58.9],"neck":[-4.3,-58.9],"head":[-0.3,-121.9],"shR":[-62.3,-83.3],"elR":[-79,-5.5],"haR":[-94,57.8],"shL":[63.1,-81.9],"elL":[82.7,-16.6],"haL":[105.6,38.7],"hipR":[-28.2,40.8],"knR":[-22.8,176.3],"ftR":[-48.6,321.4],"hipL":[33.3,36.8],"knL":[29.8,177.2],"ftL":[33.2,322.9]},{"rootY":17.6,"hips":[0,0],"chest":[-4,-57.4],"neck":[-4,-57.4],"head":[0,-120.1],"shR":[-62,-81.2],"elR":[-78.9,-8],"haR":[-94.2,52.8],"shL":[63.4,-80.3],"elL":[83.2,-19.5],"haL":[107,32.1],"hipR":[-27.9,41],"knR":[-21.9,175.3],"ftR":[-48.1,318.7],"hipL":[33.6,36.4],"knL":[30.9,175.7],"ftL":[33.7,320.3]},{"rootY":21,"hips":[0,0],"chest":[-3.7,-56],"neck":[-3.7,-56],"head":[0.4,-118.3],"shR":[-61.7,-79.3],"elR":[-78.7,-10],"haR":[-94.4,48.4],"shL":[63.7,-79.1],"elL":[83.2,-22.5],"haL":[107.4,26.5],"hipR":[-27.5,41.3],"knR":[-21.2,174],"ftR":[-47.4,315.5],"hipL":[34.1,35.8],"knL":[32,173.9],"ftL":[34.4,317]},{"rootY":25.3,"hips":[0,0],"chest":[-3.6,-54.7],"neck":[-3.6,-54.7],"head":[0.6,-116.7],"shR":[-61.6,-77.3],"elR":[-78.4,-10.2],"haR":[-94.3,46],"shL":[63.8,-78.1],"elL":[82.2,-23.7],"haL":[106.7,23.6],"hipR":[-27.2,41.5],"knR":[-20.8,172.1],"ftR":[-46.5,311.3],"hipL":[34.3,35.5],"knL":[32.8,172.1],"ftL":[34.9,313.1]},{"rootY":29.7,"hips":[0,0],"chest":[-3.3,-53.6],"neck":[-3.3,-53.6],"head":[0.9,-115.2],"shR":[-61.3,-75.6],"elR":[-77.8,-8.7],"haR":[-93.3,45.9],"shL":[64,-77.3],"elL":[81.7,-23.1],"haL":[105.7,23.9],"hipR":[-26.7,41.8],"knR":[-20,170.3],"ftR":[-45.4,306.6],"hipL":[34.7,35.1],"knL":[33.9,170.2],"ftL":[35.7,309]},{"rootY":33.9,"hips":[0,0],"chest":[-3.6,-53.6],"neck":[-3.6,-53.6],"head":[0.2,-115.1],"shR":[-61.7,-74.9],"elR":[-78,-5.7],"haR":[-93.5,48.1],"shL":[63.6,-77.8],"elL":[80.4,-21.5],"haL":[103.6,26.7],"hipR":[-25.9,42.4],"knR":[-19.9,169.9],"ftR":[-45.3,302.5],"hipL":[35.4,34.4],"knL":[34.8,168.7],"ftL":[35.4,304.8]},{"rootY":38.7,"hips":[0,0],"chest":[-3.5,-53.6],"neck":[-3.5,-53.6],"head":[0,-115.5],"shR":[-61.7,-74.5],"elR":[-77.6,-1.3],"haR":[-92.6,52.7],"shL":[63.6,-78.4],"elL":[79.4,-18.1],"haL":[101.5,32.5],"hipR":[-26.2,42.3],"knR":[-19.3,168.3],"ftR":[-44.5,297],"hipL":[35.2,34.6],"knL":[35.6,167.5],"ftL":[35.8,300.5]},{"rootY":43.9,"hips":[0,0],"chest":[-4.2,-53.4],"neck":[-4.2,-53.4],"head":[-1.1,-115.7],"shR":[-62.5,-73.8],"elR":[-78,4.3],"haR":[-92.4,60.2],"shL":[62.7,-78.9],"elL":[77.3,-14],"haL":[98.1,40.8],"hipR":[-25.6,42.8],"knR":[-19.5,166.9],"ftR":[-44.1,291.2],"hipL":[35.7,34.1],"knL":[35.5,165.4],"ftL":[35.3,294.3]},{"rootY":49.8,"hips":[0,0],"chest":[-4.2,-53.7],"neck":[-4.2,-53.7],"head":[-1.3,-116.6],"shR":[-62.6,-73.7],"elR":[-77.4,10.2],"haR":[-90.9,69.5],"shL":[62.5,-79.9],"elL":[76.1,-9.3],"haL":[95.1,50.3],"hipR":[-25.7,42.8],"knR":[-19.6,164.8],"ftR":[-43.5,283.5],"hipL":[35.6,34.2],"knL":[35.5,163.5],"ftL":[36,287.6]},{"rootY":55.7,"hips":[0,0],"chest":[-4.3,-54],"neck":[-4.3,-54],"head":[-1.8,-117.6],"shR":[-62.9,-73.9],"elR":[-76.8,16.4],"haR":[-88.9,80.3],"shL":[62.3,-80.8],"elL":[74.8,-3.5],"haL":[91.7,60.9],"hipR":[-25.5,43],"knR":[-20.5,161.9],"ftR":[-43.7,274.5],"hipL":[35.7,34.1],"knL":[34.9,161],"ftL":[36.9,279.3]},{"rootY":61.2,"hips":[0,0],"chest":[-4.6,-55],"neck":[-4.6,-55],"head":[-2.3,-119.2],"shR":[-63.2,-75],"elR":[-75.9,22.8],"haR":[-86.3,90.9],"shL":[61.9,-82.1],"elL":[74.1,3],"haL":[87.9,71.4],"hipR":[-25.1,43.3],"knR":[-22.3,159.3],"ftR":[-44.3,265.1],"hipL":[36,33.9],"knL":[34.4,158.8],"ftL":[36.7,270.8]},{"rootY":66.4,"hips":[0,0],"chest":[-4.7,-57],"neck":[-4.7,-57],"head":[-2.6,-122.2],"shR":[-63.3,-77.3],"elR":[-74.5,28.1],"haR":[-81.9,98.1],"shL":[61.7,-84.6],"elL":[73.6,8.3],"haL":[83.7,79.1],"hipR":[-24.3,43.8],"knR":[-24.5,157.6],"ftR":[-44.5,256.3],"hipL":[36.7,33.3],"knL":[34.2,158],"ftL":[36.8,264.3]},{"rootY":70.5,"hips":[0,0],"chest":[-4.7,-59.7],"neck":[-4.7,-59.7],"head":[-3,-126.1],"shR":[-63.4,-80.4],"elR":[-72.6,31.8],"haR":[-78,99.6],"shL":[61.6,-88],"elL":[73.1,11.2],"haL":[79.4,78.6],"hipR":[-25.2,43.3],"knR":[-25,157.4],"ftR":[-44.3,249.6],"hipL":[35.9,34.1],"knL":[34.1,159.6],"ftL":[37.5,259.8]},{"rootY":71,"hips":[0,0],"chest":[-4.5,-62.8],"neck":[-4.5,-62.8],"head":[-3,-130.4],"shR":[-63.2,-83.8],"elR":[-73.5,32.8],"haR":[-76.2,91.3],"shL":[61.7,-91.9],"elL":[77.2,11.2],"haL":[77.9,63.6],"hipR":[-25.8,42.9],"knR":[-24.3,161],"ftR":[-45.8,247.2],"hipL":[35.5,34.7],"knL":[33.1,163.5],"ftL":[37.5,257.4]},{"rootY":68.3,"hips":[0,0],"chest":[-3.3,-65.2],"neck":[-3.3,-65.2],"head":[-1.7,-133.5],"shR":[-62.1,-87.1],"elR":[-77.4,30.1],"haR":[-77.8,70.4],"shL":[62.9,-94.4],"elL":[86.9,6.5],"haL":[82,33.9],"hipR":[-26.4,42.5],"knR":[-21.8,165.4],"ftR":[-45.4,249.3],"hipL":[35,35.2],"knL":[35.1,167.4],"ftL":[37.9,259.8]},{"rootY":60,"hips":[0,0],"chest":[-2.7,-68],"neck":[-2.7,-68],"head":[-1,-136.5],"shR":[-61.5,-91.2],"elR":[-84.2,19.7],"haR":[-82.2,35],"shL":[63.8,-96.5],"elL":[98.9,-6.3],"haL":[88.8,-7.4],"hipR":[-27.2,41.9],"knR":[-22.1,172.3],"ftR":[-45.1,256.7],"hipL":[34.3,35.7],"knL":[38.2,174.4],"ftL":[37.5,266.8]},{"rootY":46.6,"hips":[0,0],"chest":[-2.8,-71.3],"neck":[-2.8,-71.3],"head":[-0.8,-139.7],"shR":[-61.5,-95.5],"elR":[-93.8,2.7],"haR":[-89,-5.9],"shL":[63.9,-99.5],"elL":[108.5,-25],"haL":[96.2,-48.8],"hipR":[-27.6,41.6],"knR":[-25.5,179.3],"ftR":[-45.8,267.9],"hipL":[33.9,35.8],"knL":[40.8,180.3],"ftL":[38.1,276.2]},{"rootY":27.3,"hips":[0,0],"chest":[-3.3,-74.6],"neck":[-3.3,-74.6],"head":[-1.2,-142.4],"shR":[-62.1,-98.9],"elR":[-104.3,-16.6],"haR":[-96.9,-40.3],"shL":[63.2,-103.1],"elL":[115.2,-43.3],"haL":[102.9,-80.8],"hipR":[-27.7,41.5],"knR":[-28.2,184.4],"ftR":[-48.3,280.8],"hipL":[33.8,35.6],"knL":[41.3,183],"ftL":[41.1,286]},{"rootY":2.7,"hips":[0,0],"chest":[-4.3,-77.3],"neck":[-4.3,-77.3],"head":[-2.7,-144.3],"shR":[-63.1,-100.8],"elR":[-113.3,-31.6],"haR":[-105.5,-62.2],"shL":[62.2,-105.8],"elL":[117,-54.7],"haL":[107,-98.7],"hipR":[-28.8,40.7],"knR":[-28.5,184.4],"ftR":[-53.6,294],"hipL":[32.9,36.5],"knL":[39.9,183],"ftL":[46.2,297.1]},{"rootY":-21.4,"hips":[0,0],"chest":[-5.5,-77.7],"neck":[-5.5,-77.7],"head":[-4.3,-144.1],"shR":[-64,-101.6],"elR":[-119,-38.8],"haR":[-113.4,-71.8],"shL":[61.3,-104.4],"elL":[115.9,-54.5],"haL":[110.2,-101],"hipR":[-30,39.8],"knR":[-29.3,182.1],"ftR":[-59,302.7],"hipL":[31.8,37.6],"knL":[38.2,182.3],"ftL":[52,305.8]},{"rootY":-40.6,"hips":[0,0],"chest":[-5.9,-77.5],"neck":[-5.9,-77.5],"head":[-4.8,-143.5],"shR":[-64.4,-101.3],"elR":[-121.8,-38.1],"haR":[-120.4,-69],"shL":[61,-103.6],"elL":[114.4,-47.3],"haL":[114.7,-92.3],"hipR":[-30.2,39.6],"knR":[-26.9,182.5],"ftR":[-57.5,302.2],"hipL":[31.6,37.7],"knL":[37.8,183.4],"ftL":[51.1,306.1]},{"rootY":-56.4,"hips":[0,0],"chest":[-5,-77.7],"neck":[-5,-77.7],"head":[-3.9,-143.7],"shR":[-63.5,-101.7],"elR":[-121.6,-32.5],"haR":[-125.1,-57.6],"shL":[61.9,-103.7],"elL":[112,-37.2],"haL":[120.5,-76.3],"hipR":[-29.4,39.8],"knR":[-23.9,183.6],"ftR":[-51.3,299.2],"hipL":[32.4,36.5],"knL":[38.7,183.5],"ftL":[48.4,305.4]},{"rootY":-69.3,"hips":[0,0],"chest":[-4.8,-77.8],"neck":[-4.8,-77.8],"head":[-4,-144.2],"shR":[-63.2,-102.1],"elR":[-120.9,-26],"haR":[-129.8,-42.3],"shL":[62.2,-104],"elL":[108.2,-27.4],"haL":[124.9,-55.2],"hipR":[-29,39.5],"knR":[-24,183.2],"ftR":[-47.8,301.2],"hipL":[32.7,35.6],"knL":[40,183],"ftL":[47.3,308.9]},{"rootY":-78.8,"hips":[0,0],"chest":[-4.7,-77.8],"neck":[-4.7,-77.8],"head":[-3.9,-144.7],"shR":[-63.1,-102.3],"elR":[-119.7,-19.3],"haR":[-133.2,-24.7],"shL":[62.2,-104.2],"elL":[103.5,-20.2],"haL":[127.2,-33.1],"hipR":[-28.4,39.6],"knR":[-24.4,182.8],"ftR":[-46.1,309],"hipL":[33.2,34.8],"knL":[41.1,182.1],"ftL":[47.2,315.3]},{"rootY":-84.2,"hips":[0,0],"chest":[-4.8,-77.8],"neck":[-4.8,-77.8],"head":[-4.1,-145.1],"shR":[-63.2,-102.3],"elR":[-117.9,-13],"haR":[-135.1,-6.7],"shL":[62.2,-104.5],"elL":[99.7,-14.7],"haL":[126.8,-10.6],"hipR":[-29.3,39.2],"knR":[-24.7,181.2],"ftR":[-43.8,318],"hipL":[32.4,35.6],"knL":[40.7,182.2],"ftL":[47.6,323.4]},{"rootY":-85.7,"hips":[0,0],"chest":[-4.8,-77.7],"neck":[-4.8,-77.7],"head":[-4.3,-145.4],"shR":[-63.3,-102.2],"elR":[-116.2,-7.1],"haR":[-135.6,10.8],"shL":[62,-104.8],"elL":[97.1,-10.9],"haL":[124.4,10],"hipR":[-29.4,39.1],"knR":[-24.7,180.1],"ftR":[-42,325.8],"hipL":[32.4,35.7],"knL":[39.8,181],"ftL":[48.3,328.8]},{"rootY":-83.7,"hips":[0,0],"chest":[-4.9,-77.6],"neck":[-4.9,-77.6],"head":[-4.5,-145.6],"shR":[-63.4,-102.2],"elR":[-114.3,-2],"haR":[-134.8,26.9],"shL":[62,-104.9],"elL":[94.9,-8],"haL":[120.5,28.4],"hipR":[-29.6,38.8],"knR":[-25.3,179],"ftR":[-41.5,331.5],"hipL":[32.2,35.8],"knL":[39.1,179.5],"ftL":[50.1,332.4]},{"rootY":-77.8,"hips":[0,0],"chest":[-4.6,-77.5],"neck":[-4.6,-77.5],"head":[-4.2,-145.7],"shR":[-63.1,-102.2],"elR":[-111.7,2],"haR":[-132.9,40.8],"shL":[62.3,-104.9],"elL":[92.6,-5.7],"haL":[116.8,42.9],"hipR":[-29.8,38.5],"knR":[-26.2,177.8],"ftR":[-41,334.5],"hipL":[32,36],"knL":[38.8,177.7],"ftL":[52.5,333.6]},{"rootY":-67.9,"hips":[0,0],"chest":[-4.2,-77.4],"neck":[-4.2,-77.4],"head":[-3.9,-145.8],"shR":[-62.6,-102.4],"elR":[-108.7,5],"haR":[-129.8,51.9],"shL":[62.8,-104.6],"elL":[89.9,-3.6],"haL":[111.9,53.8],"hipR":[-29.5,38.6],"knR":[-27.1,176.8],"ftR":[-40.5,335.3],"hipL":[32.2,35.7],"knL":[39,175.3],"ftL":[53.8,332.2]},{"rootY":-53.8,"hips":[0,0],"chest":[-3.9,-77.3],"neck":[-3.9,-77.3],"head":[-3.3,-145.9],"shR":[-62.2,-102.7],"elR":[-105.4,7.1],"haR":[-125.9,60.5],"shL":[63.2,-104.3],"elL":[87.3,-2.3],"haL":[106.9,60.7],"hipR":[-29,39],"knR":[-28,175.6],"ftR":[-41.1,334.1],"hipL":[32.7,35],"knL":[39.9,173],"ftL":[55.1,329.3]},{"rootY":-35,"hips":[0,0],"chest":[-4.3,-77.4],"neck":[-4.3,-77.4],"head":[-3.8,-146.1],"shR":[-62.5,-102.9],"elR":[-102.1,8.7],"haR":[-121.5,66.8],"shL":[62.9,-104.2],"elL":[83.7,-2.1],"haL":[101.4,64],"hipR":[-28.9,39],"knR":[-29,173.6],"ftR":[-42.8,331.5],"hipL":[32.8,34.5],"knL":[40.6,170.8],"ftL":[55.4,326.5]},{"rootY":-11.7,"hips":[0,0],"chest":[-5,-77.6],"neck":[-5,-77.6],"head":[-3.7,-146.3],"shR":[-63.2,-102.9],"elR":[-99.1,10],"haR":[-117.3,71.3],"shL":[62.2,-104.3],"elL":[79.7,-2.8],"haL":[96.3,64.9],"hipR":[-29.6,38.2],"knR":[-29.3,169.3],"ftR":[-43.6,327.6],"hipL":[32.1,34.2],"knL":[39.8,167.6],"ftL":[53.8,324.2]},{"rootY":17.4,"hips":[0,0],"chest":[-5,-77.6],"neck":[-5,-77.6],"head":[-3.5,-146.3],"shR":[-63.1,-102.9],"elR":[-94.9,11.1],"haR":[-112.4,74.2],"shL":[62.3,-104.1],"elL":[76.6,-3.4],"haL":[92.3,65.2],"hipR":[-29.7,37.5],"knR":[-27.8,159.9],"ftR":[-40.4,317.2],"hipL":[31.9,33.1],"knL":[40.3,159.5],"ftL":[49.4,315.4]},{"rootY":42.4,"hips":[0,0],"chest":[-3.7,-77.6],"neck":[-3.7,-77.6],"head":[-1.6,-146.3],"shR":[-61.6,-103.1],"elR":[-87.3,12.3],"haR":[-103.8,77.1],"shL":[63.8,-103.9],"elL":[74.2,-3.6],"haL":[88.9,65.7],"hipR":[-27.1,37.6],"knR":[-23.8,144.3],"ftR":[-37.1,294],"hipL":[34.1,28.9],"knL":[41.2,143.7],"ftL":[48,293.3]},{"rootY":59.8,"hips":[0,0],"chest":[-3.3,-77.4],"neck":[-3.3,-77.4],"head":[-0.5,-146.2],"shR":[-61.5,-102.7],"elR":[-80.1,14.1],"haR":[-95.7,80.8],"shL":[63.9,-104.3],"elL":[71.9,-2.1],"haL":[85.8,68.1],"hipR":[-26.3,36.6],"knR":[-24.3,133.2],"ftR":[-32.6,275],"hipL":[34.6,26.3],"knL":[43.3,132.1],"ftL":[48.6,274.1]},{"rootY":69.8,"hips":[0,0],"chest":[-3.9,-77.3],"neck":[-3.9,-77.3],"head":[-1.2,-146.1],"shR":[-62,-102.8],"elR":[-73.5,15],"haR":[-87.6,83.2],"shL":[63.4,-103.9],"elL":[68.6,-0.6],"haL":[82.6,69.5],"hipR":[-27.6,36.2],"knR":[-27.3,131.8],"ftR":[-30.8,268.3],"hipL":[33.6,27.4],"knL":[46.3,132.2],"ftL":[46.6,269.6]},{"rootY":77.4,"hips":[0,0],"chest":[-4.3,-77.4],"neck":[-4.3,-77.4],"head":[-1.1,-146.1],"shR":[-62.2,-103.1],"elR":[-69.2,15.1],"haR":[-80,84],"shL":[63.2,-103.6],"elL":[67.8,-0.3],"haL":[81.3,69.8],"hipR":[-27.8,36.4],"knR":[-29.1,128.9],"ftR":[-30.5,260.8],"hipL":[33.3,27.9],"knL":[47.6,129.6],"ftL":[47.4,262.3]},{"rootY":80.1,"hips":[0,0],"chest":[-3.4,-77.4],"neck":[-3.4,-77.4],"head":[0,-146.2],"shR":[-61.3,-103.2],"elR":[-66.1,14.7],"haR":[-74.1,83.6],"shL":[64,-103.7],"elL":[68.9,-0.5],"haL":[82.4,69.4],"hipR":[-27.7,36.3],"knR":[-29.3,129],"ftR":[-28.5,257.7],"hipL":[33.4,27.7],"knL":[47,129.4],"ftL":[48.4,259.4]},{"rootY":79.4,"hips":[0,0],"chest":[-3,-77.4],"neck":[-3,-77.4],"head":[1.1,-146.1],"shR":[-60.7,-103.7],"elR":[-64.5,14.1],"haR":[-70.5,83.1],"shL":[64.6,-103.4],"elL":[70.7,-0.1],"haL":[84,69.3],"hipR":[-28.1,36.4],"knR":[-29,131],"ftR":[-27.2,258.4],"hipL":[33.1,28.3],"knL":[45.1,131.7],"ftL":[49.1,260]},{"rootY":76.9,"hips":[0,0],"chest":[-2.5,-77.5],"neck":[-2.5,-77.5],"head":[2,-146.1],"shR":[-60.1,-104],"elR":[-62.8,13.7],"haR":[-68.2,82.9],"shL":[65.2,-103.1],"elL":[72.1,0.5],"haL":[85.8,69.5],"hipR":[-28.2,36.7],"knR":[-28.2,133.4],"ftR":[-26.1,261.1],"hipL":[33,28.6],"knL":[42.3,134.5],"ftL":[49.6,262.3]},{"rootY":72.4,"hips":[0,0],"chest":[-2.3,-77.5],"neck":[-2.3,-77.5],"head":[2.2,-146.2],"shR":[-59.8,-104.2],"elR":[-62.2,13.6],"haR":[-68.1,83],"shL":[65.5,-102.9],"elL":[73.5,0.9],"haL":[87.5,69.5],"hipR":[-28.6,37],"knR":[-27.8,136.9],"ftR":[-25.3,265.5],"hipL":[32.5,29.4],"knL":[39.6,138.7],"ftL":[50.3,266.6]},{"rootY":66.8,"hips":[0,0],"chest":[-2.5,-77.5],"neck":[-2.5,-77.5],"head":[2.4,-146.2],"shR":[-59.8,-104.4],"elR":[-63.6,13.5],"haR":[-69.8,82.8],"shL":[65.4,-102.7],"elL":[74.7,1.3],"haL":[88.8,69.5],"hipR":[-29,37.4],"knR":[-27.8,141.3],"ftR":[-24.8,271.3],"hipL":[32.1,30.2],"knL":[37.3,143.4],"ftL":[50.8,272]},{"rootY":60.4,"hips":[0,0],"chest":[-2.8,-77.5],"neck":[-2.8,-77.5],"head":[2.3,-146.2],"shR":[-59.9,-104.7],"elR":[-65.2,13.3],"haR":[-72,82.4],"shL":[65.1,-102.5],"elL":[75.7,1.5],"haL":[90,69.5],"hipR":[-29.1,37.7],"knR":[-28.1,146],"ftR":[-24.6,277.7],"hipL":[31.9,30.6],"knL":[35.7,148.3],"ftL":[51.4,278.2]},{"rootY":53.8,"hips":[0,0],"chest":[-3,-77.5],"neck":[-3,-77.5],"head":[2.3,-146.2],"shR":[-60,-104.7],"elR":[-66.8,13.3],"haR":[-74.5,82],"shL":[64.9,-102.5],"elL":[75.9,1.5],"haL":[90.1,69.2],"hipR":[-29.5,37.8],"knR":[-28.4,150.6],"ftR":[-24.7,284.4],"hipL":[31.5,31.2],"knL":[34.4,153.2],"ftL":[51.8,284.7]},{"rootY":47.3,"hips":[0,0],"chest":[-3.1,-77.6],"neck":[-3.1,-77.6],"head":[2.7,-146.2],"shR":[-59.9,-104.7],"elR":[-68.2,13.3],"haR":[-76.9,81.5],"shL":[64.7,-102.5],"elL":[76,1.5],"haL":[89.9,69.1],"hipR":[-29.5,38.1],"knR":[-28.4,155],"ftR":[-24.5,290.8],"hipL":[31.5,31.6],"knL":[33.6,157.6],"ftL":[52,290.9]},{"rootY":40.7,"hips":[0,0],"chest":[-3.3,-77.6],"neck":[-3.3,-77.6],"head":[2.7,-146.2],"shR":[-59.9,-104.7],"elR":[-68.9,13.3],"haR":[-79.3,80.9],"shL":[64.5,-102.5],"elL":[75.4,1.6],"haL":[88.9,69.1],"hipR":[-29.8,38.2],"knR":[-27.8,159.4],"ftR":[-24.5,297.2],"hipL":[31.1,32.2],"knL":[32.5,162],"ftL":[52.1,297.2]},{"rootY":34.8,"hips":[0,0],"chest":[-3.4,-77.6],"neck":[-3.4,-77.6],"head":[2.7,-146.2],"shR":[-59.8,-104.6],"elR":[-70.1,13.3],"haR":[-81.8,80.3],"shL":[64.3,-102.6],"elL":[74.5,1.6],"haL":[87.4,69.1],"hipR":[-30.2,38.3],"knR":[-26.7,163.1],"ftR":[-24.5,303.1],"hipL":[30.7,32.8],"knL":[31.8,166],"ftL":[52.4,302.9]},{"rootY":29.4,"hips":[0,0],"chest":[-3.4,-77.7],"neck":[-3.4,-77.7],"head":[2.7,-146.2],"shR":[-59.7,-104.5],"elR":[-71,13.4],"haR":[-84,79.9],"shL":[64.1,-102.8],"elL":[73.5,1.5],"haL":[85.6,69.2],"hipR":[-30.3,38.5],"knR":[-25.8,166.5],"ftR":[-24.6,308.2],"hipL":[30.6,33.4],"knL":[31.3,169.5],"ftL":[52.4,308.1]},{"rootY":24.5,"hips":[0,0],"chest":[-3.5,-77.7],"neck":[-3.5,-77.7],"head":[2.9,-146.2],"shR":[-59.6,-104.4],"elR":[-72,13.4],"haR":[-85.9,79.5],"shL":[64,-102.9],"elL":[72.6,1.4],"haL":[83.9,69.3],"hipR":[-30.4,38.7],"knR":[-25.2,169.6],"ftR":[-24.7,312.8],"hipL":[30.4,33.7],"knL":[31.5,172.6],"ftL":[52.8,312.9]},{"rootY":20,"hips":[0,0],"chest":[-3.4,-77.7],"neck":[-3.4,-77.7],"head":[3.1,-146.3],"shR":[-59.4,-104.3],"elR":[-72.8,13.4],"haR":[-87.7,79.1],"shL":[63.9,-103],"elL":[71.7,1.4],"haL":[82.3,69.5],"hipR":[-30.4,38.8],"knR":[-24.9,172.4],"ftR":[-24.9,317.2],"hipL":[30.3,34],"knL":[32.1,175.2],"ftL":[53.1,317.1]},{"rootY":16.2,"hips":[0,0],"chest":[-3.6,-77.7],"neck":[-3.6,-77.7],"head":[3.2,-146.2],"shR":[-59.3,-104.3],"elR":[-73.6,13.3],"haR":[-89.2,78.7],"shL":[63.8,-102.9],"elL":[70.7,1.6],"haL":[80.8,69.9],"hipR":[-30.5,38.9],"knR":[-24.9,174.6],"ftR":[-24.9,320.9],"hipL":[30.1,34.4],"knL":[32.9,177.4],"ftL":[53.1,320.8]},{"rootY":13.1,"hips":[0,0],"chest":[-3.6,-77.8],"neck":[-3.6,-77.8],"head":[3.5,-146.2],"shR":[-59.3,-104.2],"elR":[-74,13.3],"haR":[-90.2,78.6],"shL":[63.7,-103],"elL":[70,1.5],"haL":[79.7,69.8],"hipR":[-30.3,39.2],"knR":[-24.9,176.6],"ftR":[-25.2,323.8],"hipL":[30.3,34.5],"knL":[33.7,179],"ftL":[53.1,324.1]},{"rootY":10.5,"hips":[0,0],"chest":[-3.7,-77.8],"neck":[-3.7,-77.8],"head":[3.6,-146.2],"shR":[-59.2,-104.2],"elR":[-74.5,13.3],"haR":[-91.2,78.4],"shL":[63.6,-103],"elL":[69.5,1.6],"haL":[78.9,70],"hipR":[-30.2,39.4],"knR":[-24.6,178.2],"ftR":[-25.5,326.2],"hipL":[30.4,34.7],"knL":[34.1,180.2],"ftL":[53,326.5]},{"rootY":8.6,"hips":[0,0],"chest":[-3.7,-77.8],"neck":[-3.7,-77.8],"head":[3.7,-146.2],"shR":[-59.2,-104.1],"elR":[-74.6,13.3],"haR":[-91.7,78.4],"shL":[63.6,-103],"elL":[69.2,1.5],"haL":[78.3,70],"hipR":[-30.4,39.3],"knR":[-24.2,179.2],"ftR":[-25.6,328],"hipL":[30.3,35.1],"knL":[34.1,181.3],"ftL":[52.8,328.3]},{"rootY":7,"hips":[0,0],"chest":[-3.6,-77.8],"neck":[-3.6,-77.8],"head":[3.9,-146.2],"shR":[-59.2,-104.1],"elR":[-74.6,13.3],"haR":[-92.1,78.5],"shL":[63.7,-103.1],"elL":[69.1,1.5],"haL":[78,70],"hipR":[-30.6,39.2],"knR":[-23.8,179.9],"ftR":[-25.5,329.2],"hipL":[30.1,35.5],"knL":[34.2,182.2],"ftL":[52.6,330]},{"rootY":5.7,"hips":[0,0],"chest":[-3.3,-77.8],"neck":[-3.3,-77.8],"head":[4.2,-146.2],"shR":[-58.9,-104.2],"elR":[-74.2,13.3],"haR":[-91.7,78.6],"shL":[64,-103],"elL":[69.2,1.5],"haL":[78.1,70.1],"hipR":[-30.7,39.2],"knR":[-23.3,180.5],"ftR":[-25.3,330.3],"hipL":[30.2,35.7],"knL":[34.3,182.8],"ftL":[52.5,331.2]},{"rootY":4.9,"hips":[0,0],"chest":[-3.1,-77.8],"neck":[-3.1,-77.8],"head":[4.5,-146.2],"shR":[-58.7,-104.3],"elR":[-73.8,13.2],"haR":[-91.2,78.7],"shL":[64.3,-102.9],"elL":[69.6,1.7],"haL":[78.7,70.3],"hipR":[-30.6,39.3],"knR":[-23,181],"ftR":[-25.1,331],"hipL":[30.3,35.7],"knL":[34.5,183],"ftL":[52.3,332]},{"rootY":4.2,"hips":[0,0],"chest":[-2.9,-77.8],"neck":[-2.9,-77.8],"head":[4.9,-146.2],"shR":[-58.6,-104.3],"elR":[-73.5,13.2],"haR":[-90.6,79.1],"shL":[64.5,-102.9],"elL":[69.8,1.6],"haL":[79.1,70.1],"hipR":[-30.5,39.3],"knR":[-23,181.4],"ftR":[-25.1,331.4],"hipL":[30.4,35.8],"knL":[34.7,183.3],"ftL":[52.1,332.6]},{"rootY":3.9,"hips":[0,0],"chest":[-2.9,-77.8],"neck":[-2.9,-77.8],"head":[5,-146.2],"shR":[-58.5,-104.5],"elR":[-72.9,13],"haR":[-89.7,79.1],"shL":[64.6,-102.7],"elL":[70.4,1.8],"haL":[79.9,70.3],"hipR":[-30.7,39.2],"knR":[-23.2,181.5],"ftR":[-25.4,331.6],"hipL":[30.2,36],"knL":[34.6,183.6],"ftL":[52,333]},{"rootY":3.8,"hips":[0,0],"chest":[-2.8,-77.8],"neck":[-2.8,-77.8],"head":[5.4,-146.2],"shR":[-58.3,-104.7],"elR":[-72.4,12.8],"haR":[-88.6,79.1],"shL":[64.9,-102.5],"elL":[70.9,2],"haL":[80.8,70.5],"hipR":[-30.8,39.1],"knR":[-23.1,181.6],"ftR":[-25.4,331.6],"hipL":[30.2,36.2],"knL":[34.7,183.7],"ftL":[52.2,333.4]},{"rootY":3.8,"hips":[0,0],"chest":[-2.5,-77.9],"neck":[-2.5,-77.9],"head":[5.9,-146.1],"shR":[-58,-104.7],"elR":[-71.6,12.8],"haR":[-87.7,79.1],"shL":[65.2,-102.4],"elL":[71.3,2],"haL":[81.6,70.5],"hipR":[-30.6,39.2],"knR":[-22.8,181.8],"ftR":[-25.4,331.6],"hipL":[30.4,36.1],"knL":[35,183.6],"ftL":[52.4,333.4]},{"rootY":3.7,"hips":[0,0],"chest":[-2.3,-77.9],"neck":[-2.3,-77.9],"head":[6.3,-146.1],"shR":[-57.7,-104.9],"elR":[-70.7,12.6],"haR":[-86.1,79.3],"shL":[65.5,-102.2],"elL":[71.9,2.1],"haL":[82.4,70.8],"hipR":[-30.6,39.2],"knR":[-22.6,181.9],"ftR":[-25.4,331.7],"hipL":[30.4,36],"knL":[35.3,183.6],"ftL":[52.3,333.5]},{"rootY":3.4,"hips":[0,0],"chest":[-2.2,-77.9],"neck":[-2.2,-77.9],"head":[6.5,-146.1],"shR":[-57.6,-105],"elR":[-70.2,12.5],"haR":[-85.6,79.2],"shL":[65.5,-102.1],"elL":[72,2.2],"haL":[82.8,70.9],"hipR":[-30.8,39.1],"knR":[-22.8,181.9],"ftR":[-25.7,331.9],"hipL":[30.3,36.2],"knL":[35,183.8],"ftL":[51.9,333.6]}]},"kick":{"name":"kick","fps":30,"height":520,"groundY":343,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[0.6,-87.6],"neck":[0.6,-87.6],"head":[0.4,-152.5],"shR":[-58.7,-112.6],"elR":[-171.2,-96.8],"haR":[-238.3,-87.4],"shL":[65.5,-107.1],"elL":[168.9,-92.6],"haL":[234.9,-83.3],"hipR":[-23.1,36.4],"knR":[-20.5,186.4],"ftR":[-17.8,340.7],"hipL":[27.2,36.4],"knL":[24.7,179.8],"ftL":[21.8,343.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.9,-87.5],"neck":[6.9,-87.5],"head":[13.3,-152.4],"shR":[-32.2,-108.8],"elR":[-33.7,4.3],"haR":[-63.2,64.9],"shL":[62.6,-110.4],"elL":[70.1,-6.5],"haL":[57,52.4],"hipR":[-31,34.6],"knR":[-64.3,179.9],"ftR":[-51.8,320.6],"hipL":[8.7,38.3],"knL":[-5,180.7],"ftL":[38.3,325.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.9,-87.5],"neck":[6.9,-87.5],"head":[13.5,-152.4],"shR":[-32.3,-108.7],"elR":[-34.3,4.5],"haR":[-64.3,64.9],"shL":[62.7,-110.4],"elL":[70,-6.6],"haL":[56.9,52.5],"hipR":[-30.9,34.6],"knR":[-64.5,180],"ftR":[-52.1,320.6],"hipL":[8.7,38.3],"knL":[-5.2,180.6],"ftL":[38,325.1]},{"rootY":0.2,"hips":[0,0],"chest":[7.1,-87.5],"neck":[7.1,-87.5],"head":[14,-152.3],"shR":[-32.2,-108.8],"elR":[-34.8,4.4],"haR":[-65,64.8],"shL":[62.9,-110.4],"elL":[69.8,-6.5],"haL":[56.9,52.7],"hipR":[-30.9,34.7],"knR":[-64.5,180],"ftR":[-52.2,320.5],"hipL":[8.9,38.2],"knL":[-5,180.6],"ftL":[37.9,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.1,-87.5],"neck":[7.1,-87.5],"head":[14.2,-152.3],"shR":[-32.6,-108.6],"elR":[-35.2,4.6],"haR":[-65.6,64.7],"shL":[63.1,-110.5],"elL":[69.8,-6.6],"haL":[57,52.7],"hipR":[-30.8,34.8],"knR":[-64.6,180],"ftR":[-52.4,320.5],"hipL":[9,38.2],"knL":[-5,180.5],"ftL":[37.8,324.9]},{"rootY":0.2,"hips":[0,0],"chest":[7.2,-87.5],"neck":[7.2,-87.5],"head":[14.5,-152.3],"shR":[-32.7,-108.6],"elR":[-35.2,4.5],"haR":[-65.6,64.6],"shL":[63.3,-110.5],"elL":[69.9,-6.5],"haL":[57.3,53],"hipR":[-30.7,34.8],"knR":[-64.4,180.1],"ftR":[-52.4,320.4],"hipL":[9.3,38.1],"knL":[-4.8,180.5],"ftL":[37.7,325]},{"rootY":0.2,"hips":[0,0],"chest":[7.2,-87.5],"neck":[7.2,-87.5],"head":[14.5,-152.3],"shR":[-32.8,-108.7],"elR":[-35.1,4.5],"haR":[-65.5,64.4],"shL":[63.5,-110.4],"elL":[69.6,-6.4],"haL":[57.3,53.2],"hipR":[-30.8,34.8],"knR":[-64.1,180.2],"ftR":[-52.4,320.5],"hipL":[9.5,38.2],"knL":[-4.5,180.5],"ftL":[37.6,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.3,-87.5],"neck":[7.3,-87.5],"head":[14.9,-152.2],"shR":[-33.6,-109.3],"elR":[-35.7,3.8],"haR":[-65.9,63.8],"shL":[64.3,-109.9],"elL":[70.1,-5.9],"haL":[58,53.8],"hipR":[-30.7,34.9],"knR":[-63.9,180.3],"ftR":[-52.4,320.4],"hipL":[9.7,38.1],"knL":[-4.3,180.4],"ftL":[37.6,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.2,-87.5],"neck":[7.2,-87.5],"head":[15.1,-152.2],"shR":[-34.1,-109.7],"elR":[-36.1,3.5],"haR":[-65.9,63.6],"shL":[64.5,-109.5],"elL":[70.1,-5.5],"haL":[58.5,54.3],"hipR":[-30.9,34.7],"knR":[-63.8,180.2],"ftR":[-52.5,320.3],"hipL":[9.7,38.1],"knL":[-4.2,180.4],"ftL":[37.3,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.4,-87.5],"neck":[7.4,-87.5],"head":[15.4,-152.2],"shR":[-34.3,-109.6],"elR":[-35.9,3.7],"haR":[-65.3,63.8],"shL":[64.9,-109.6],"elL":[70.6,-5.6],"haL":[59.1,54.4],"hipR":[-31,34.7],"knR":[-63.8,180.2],"ftR":[-52.4,320.4],"hipL":[9.7,38.2],"knL":[-4.2,180.4],"ftL":[37.4,325]},{"rootY":0.4,"hips":[0,0],"chest":[7.4,-87.5],"neck":[7.4,-87.5],"head":[15.8,-152.1],"shR":[-34.6,-109.6],"elR":[-35.9,3.7],"haR":[-65,64],"shL":[65.2,-109.6],"elL":[70.8,-5.5],"haL":[59.4,54.5],"hipR":[-31.1,34.5],"knR":[-63.9,180.1],"ftR":[-52.4,320.3],"hipL":[9.6,38.2],"knL":[-4.3,180.5],"ftL":[37.4,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[7.5,-87.5],"neck":[7.5,-87.5],"head":[16,-152.1],"shR":[-34.6,-109.5],"elR":[-35.5,3.8],"haR":[-64.3,64.1],"shL":[65.4,-109.6],"elL":[71.1,-5.5],"haL":[60.4,55.2],"hipR":[-31.2,34.4],"knR":[-63.8,180.1],"ftR":[-52.3,320.3],"hipL":[9.5,38.3],"knL":[-4.3,180.6],"ftL":[37.3,324.9]},{"rootY":0.3,"hips":[0,0],"chest":[7.5,-87.5],"neck":[7.5,-87.5],"head":[16.1,-152.1],"shR":[-35.1,-109.3],"elR":[-35.7,4.1],"haR":[-64.1,64.5],"shL":[65.8,-109.7],"elL":[71.4,-5.6],"haL":[60.6,54.8],"hipR":[-31.3,34.4],"knR":[-63.7,180],"ftR":[-52.3,320.3],"hipL":[9.6,38.4],"knL":[-4.3,180.6],"ftL":[37.4,325]},{"rootY":0.4,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[16.3,-152.1],"shR":[-34.8,-109.6],"elR":[-35.3,3.8],"haR":[-63.5,64.2],"shL":[65.8,-109.5],"elL":[71.4,-5.3],"haL":[60.8,55.2],"hipR":[-31.3,34.4],"knR":[-63.6,180.1],"ftR":[-52.2,320.2],"hipL":[9.7,38.3],"knL":[-4,180.6],"ftL":[37.4,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.8,-87.4],"neck":[7.8,-87.4],"head":[17,-152],"shR":[-34.8,-109.7],"elR":[-35.1,3.8],"haR":[-63.2,64],"shL":[66.2,-109.4],"elL":[71.7,-5.2],"haL":[61.1,55.3],"hipR":[-31.1,34.6],"knR":[-63.5,180.2],"ftR":[-52.1,320.3],"hipL":[10,38.2],"knL":[-3.7,180.5],"ftL":[37.5,325]},{"rootY":0.4,"hips":[0,0],"chest":[7.9,-87.4],"neck":[7.9,-87.4],"head":[17.2,-152],"shR":[-34.9,-109.6],"elR":[-35,3.9],"haR":[-62.9,64],"shL":[66.4,-109.4],"elL":[71.7,-5.2],"haL":[61.3,55.5],"hipR":[-31,34.7],"knR":[-63.3,180.3],"ftR":[-51.9,320.3],"hipL":[10.3,38.1],"knL":[-3.2,180.3],"ftL":[37.7,325]},{"rootY":0.4,"hips":[0,0],"chest":[8,-87.4],"neck":[8,-87.4],"head":[17.4,-152],"shR":[-35,-109.7],"elR":[-35.2,3.8],"haR":[-63,63.9],"shL":[66.6,-109.2],"elL":[71.5,-5],"haL":[61.4,55.7],"hipR":[-31,34.6],"knR":[-63.4,180.3],"ftR":[-51.9,320.2],"hipL":[10.4,38],"knL":[-2.9,180.3],"ftL":[37.8,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[7.9,-87.4],"neck":[7.9,-87.4],"head":[17.4,-152],"shR":[-35.2,-109.9],"elR":[-35.5,3.6],"haR":[-63.3,63.7],"shL":[66.8,-109.1],"elL":[71.6,-4.8],"haL":[61.4,55.7],"hipR":[-31,34.6],"knR":[-63.3,180.3],"ftR":[-51.8,320.2],"hipL":[10.4,38.1],"knL":[-2.9,180.4],"ftL":[37.9,325]},{"rootY":0.4,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[17.3,-152],"shR":[-35.8,-109.4],"elR":[-36.3,4.1],"haR":[-64,64.2],"shL":[67,-109.2],"elL":[71.6,-5],"haL":[62.7,56.6],"hipR":[-30.9,34.7],"knR":[-63.1,180.4],"ftR":[-51.8,320.3],"hipL":[10.8,38.1],"knL":[-2.6,180.4],"ftL":[38,325.1]},{"rootY":0.5,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[17.5,-151.9],"shR":[-36.3,-110.1],"elR":[-37,3.4],"haR":[-64.7,63.4],"shL":[67.3,-108.9],"elL":[71.6,-4.6],"haL":[62.7,57],"hipR":[-31,34.6],"knR":[-62.9,180.4],"ftR":[-51.7,320.1],"hipL":[11,38.1],"knL":[-1.9,180.4],"ftL":[38.1,325.1]},{"rootY":0.4,"hips":[0,0],"chest":[7.8,-87.5],"neck":[7.8,-87.5],"head":[17.6,-151.9],"shR":[-36.4,-110.1],"elR":[-37.6,3.4],"haR":[-65.2,63.6],"shL":[67.4,-108.8],"elL":[71.4,-4.6],"haL":[62.4,56.7],"hipR":[-30.9,34.7],"knR":[-62.5,180.6],"ftR":[-51.5,320.1],"hipL":[11.5,38.1],"knL":[-1.4,180.3],"ftL":[38.2,325.2]},{"rootY":0.3,"hips":[0,0],"chest":[7.8,-87.5],"neck":[7.8,-87.5],"head":[17.8,-151.9],"shR":[-36.7,-110],"elR":[-38,3.4],"haR":[-65.6,63.6],"shL":[67.6,-108.9],"elL":[71.6,-4.6],"haL":[62.5,56.4],"hipR":[-30.8,34.8],"knR":[-62,180.8],"ftR":[-51.3,320.2],"hipL":[12,38.1],"knL":[-0.4,180.3],"ftL":[38.4,325.4]},{"rootY":0.3,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[17.8,-151.9],"shR":[-37.4,-110.2],"elR":[-39,3.2],"haR":[-66.4,63.6],"shL":[67.9,-108.7],"elL":[72,-4.4],"haL":[62.9,56.4],"hipR":[-30.9,34.7],"knR":[-61.8,180.8],"ftR":[-51.1,320],"hipL":[12.1,38.1],"knL":[0,180.4],"ftL":[38.4,325.4]},{"rootY":0.3,"hips":[0,0],"chest":[7.6,-87.5],"neck":[7.6,-87.5],"head":[17.4,-151.9],"shR":[-38,-110.3],"elR":[-39.8,3.1],"haR":[-66.8,63.6],"shL":[68.2,-108.7],"elL":[72.5,-4.4],"haL":[63.2,56.2],"hipR":[-31,34.5],"knR":[-61.2,180.7],"ftR":[-50.8,320.1],"hipL":[12.1,38.3],"knL":[0.3,180.5],"ftL":[38.6,325.6]},{"rootY":0.2,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[17.8,-151.9],"shR":[-39,-110.8],"elR":[-41,2.6],"haR":[-67.9,63.3],"shL":[69,-108.4],"elL":[73.4,-4.1],"haL":[64,56.2],"hipR":[-30.9,34.7],"knR":[-60.7,180.9],"ftR":[-50.5,320.2],"hipL":[12.5,38.3],"knL":[0.7,180.5],"ftL":[38.8,325.6]},{"rootY":0.1,"hips":[0,0],"chest":[7.5,-87.5],"neck":[7.5,-87.5],"head":[17.7,-152],"shR":[-39.6,-110.7],"elR":[-41.6,2.6],"haR":[-68.3,63.4],"shL":[69.1,-108.4],"elL":[74,-4.2],"haL":[64.6,55.9],"hipR":[-30.9,34.6],"knR":[-60.1,181],"ftR":[-50.1,320.2],"hipL":[12.8,38.4],"knL":[1.4,180.5],"ftL":[39.2,325.7]},{"rootY":0,"hips":[0,0],"chest":[7.4,-87.5],"neck":[7.4,-87.5],"head":[17.6,-152],"shR":[-40.5,-110.7],"elR":[-42.7,2.7],"haR":[-69.2,63.5],"shL":[69.3,-108.5],"elL":[74.7,-4.3],"haL":[65.4,55.6],"hipR":[-31,34.6],"knR":[-59.5,181.1],"ftR":[-49.7,320.2],"hipL":[13,38.5],"knL":[1.9,180.6],"ftL":[39.4,325.9]},{"rootY":0.1,"hips":[0,0],"chest":[7.3,-87.5],"neck":[7.3,-87.5],"head":[17.4,-152.1],"shR":[-41.3,-110.7],"elR":[-43.8,2.5],"haR":[-70.4,63.4],"shL":[69.5,-108.5],"elL":[75.4,-4.3],"haL":[66.7,55.3],"hipR":[-30.8,34.7],"knR":[-59.1,181.3],"ftR":[-49.3,320.3],"hipL":[13.5,38.3],"knL":[2.4,180.4],"ftL":[39.8,325.8]},{"rootY":0,"hips":[0,0],"chest":[7.1,-87.5],"neck":[7.1,-87.5],"head":[17.1,-152.2],"shR":[-42,-110.6],"elR":[-44.3,2.6],"haR":[-71.3,63.2],"shL":[69.5,-108.7],"elL":[76.5,-4.6],"haL":[68.5,54.8],"hipR":[-30.5,34.9],"knR":[-58.7,181.5],"ftR":[-49,320.4],"hipL":[14,38.2],"knL":[3.3,180.3],"ftL":[40,325.8]},{"rootY":0,"hips":[0,0],"chest":[6.8,-87.5],"neck":[6.8,-87.5],"head":[16.8,-152.2],"shR":[-42.9,-110.4],"elR":[-45.2,2.7],"haR":[-73,62.9],"shL":[69.5,-108.9],"elL":[78.2,-4.9],"haL":[71,54.1],"hipR":[-30.5,34.9],"knR":[-58.2,181.6],"ftR":[-48.5,320.3],"hipL":[14.2,38.2],"knL":[3.8,180.3],"ftL":[40.3,325.8]},{"rootY":0,"hips":[0,0],"chest":[6.5,-87.6],"neck":[6.5,-87.6],"head":[16.3,-152.3],"shR":[-43.7,-110.1],"elR":[-46.2,2.8],"haR":[-74.9,62.4],"shL":[69.3,-109.2],"elL":[79.9,-5.5],"haL":[74.1,53.2],"hipR":[-30.7,34.7],"knR":[-58.1,181.5],"ftR":[-48.2,320.2],"hipL":[14,38.3],"knL":[4,180.4],"ftL":[40.5,325.9]},{"rootY":0.1,"hips":[0,0],"chest":[6.1,-87.6],"neck":[6.1,-87.6],"head":[15.6,-152.3],"shR":[-44.7,-110.3],"elR":[-47.3,2.5],"haR":[-77.2,61.5],"shL":[69.2,-109.2],"elL":[81.7,-5.7],"haL":[77.4,52.3],"hipR":[-30.7,34.7],"knR":[-57.8,181.5],"ftR":[-47.9,320.1],"hipL":[14.1,38.3],"knL":[4.1,180.4],"ftL":[40.7,325.9]},{"rootY":0,"hips":[0,0],"chest":[5.9,-87.6],"neck":[5.9,-87.6],"head":[15.2,-152.3],"shR":[-45.2,-110.4],"elR":[-48.8,2.4],"haR":[-79.7,60.9],"shL":[69.1,-109.2],"elL":[83.3,-6.1],"haL":[81.2,51.6],"hipR":[-30.7,34.7],"knR":[-57.3,181.5],"ftR":[-47.4,320.2],"hipL":[14.1,38.5],"knL":[4.3,180.4],"ftL":[41.1,325.9]},{"rootY":-0.1,"hips":[0,0],"chest":[5.7,-87.6],"neck":[5.7,-87.6],"head":[14.8,-152.3],"shR":[-45.5,-110],"elR":[-50.4,2.7],"haR":[-82.1,60.8],"shL":[68.8,-109.6],"elL":[84.5,-6.8],"haL":[84.7,50.4],"hipR":[-30.6,34.8],"knR":[-57.3,181.6],"ftR":[-47.2,320.3],"hipL":[14.3,38.4],"knL":[4.7,180.4],"ftL":[41.1,325.8]},{"rootY":0,"hips":[0,0],"chest":[5.6,-87.6],"neck":[5.6,-87.6],"head":[14.3,-152.3],"shR":[-45.9,-109.9],"elR":[-52.1,2.7],"haR":[-84.3,60.7],"shL":[68.7,-109.8],"elL":[85.7,-7.4],"haL":[88.1,49.3],"hipR":[-30.6,34.7],"knR":[-57,181.6],"ftR":[-46.8,320.3],"hipL":[14.3,38.4],"knL":[4.9,180.3],"ftL":[41.2,325.9]},{"rootY":-0.1,"hips":[0,0],"chest":[5.5,-87.6],"neck":[5.5,-87.6],"head":[14,-152.3],"shR":[-46,-109.5],"elR":[-53.9,3.1],"haR":[-86.5,60.9],"shL":[68.3,-110.2],"elL":[85.8,-8.1],"haL":[90.4,48.3],"hipR":[-30.5,34.9],"knR":[-57.8,181.5],"ftR":[-47.1,320.3],"hipL":[14.2,38.3],"knL":[4.2,180.3],"ftL":[41,325.9]},{"rootY":-0.1,"hips":[0,0],"chest":[5.3,-87.6],"neck":[5.3,-87.6],"head":[13.5,-152.3],"shR":[-46.1,-109.3],"elR":[-54.7,3.3],"haR":[-87.7,61],"shL":[68.1,-110.4],"elL":[86.5,-8.5],"haL":[92.6,47.7],"hipR":[-30.5,34.9],"knR":[-58,181.5],"ftR":[-47,320.4],"hipL":[14,38.2],"knL":[3.6,180.2],"ftL":[41.1,325.8]},{"rootY":-0.1,"hips":[0,0],"chest":[4.9,-87.7],"neck":[4.9,-87.7],"head":[12.8,-152.4],"shR":[-46.3,-109.1],"elR":[-55.4,3.6],"haR":[-88.7,61.1],"shL":[67.6,-110.5],"elL":[86.3,-9],"haL":[93.7,47.1],"hipR":[-30.6,34.8],"knR":[-58.3,181.4],"ftR":[-47,320.5],"hipL":[13.7,38.3],"knL":[3.2,180.3],"ftL":[41.1,325.8]},{"rootY":-0.1,"hips":[0,0],"chest":[4.6,-87.7],"neck":[4.6,-87.7],"head":[12.2,-152.4],"shR":[-46.5,-108.7],"elR":[-55.2,4],"haR":[-89.2,61.2],"shL":[67.2,-110.8],"elL":[85.7,-9.5],"haL":[93.9,46.7],"hipR":[-30.5,34.9],"knR":[-59,181.4],"ftR":[-47.3,320.6],"hipL":[13.6,38.2],"knL":[2.8,180.3],"ftL":[40.8,325.6]},{"rootY":-0.2,"hips":[0,0],"chest":[4.5,-87.7],"neck":[4.5,-87.7],"head":[11.7,-152.4],"shR":[-46.1,-108.2],"elR":[-54.3,4.6],"haR":[-88.7,61.2],"shL":[66.6,-111.4],"elL":[85,-10.1],"haL":[93.4,46],"hipR":[-30.6,34.9],"knR":[-59.6,181.2],"ftR":[-47.8,320.7],"hipL":[13,38.3],"knL":[1.7,180.4],"ftL":[40.5,325.7]},{"rootY":-0.3,"hips":[0,0],"chest":[4.2,-87.7],"neck":[4.2,-87.7],"head":[11.1,-152.5],"shR":[-45.7,-107.7],"elR":[-53.4,5.1],"haR":[-88.5,61.3],"shL":[66,-111.6],"elL":[84.4,-10.5],"haL":[92.3,45.7],"hipR":[-30.7,34.8],"knR":[-59.8,181.1],"ftR":[-47.8,320.8],"hipL":[12.7,38.4],"knL":[1.4,180.5],"ftL":[40.6,325.8]},{"rootY":-0.3,"hips":[0,0],"chest":[4,-87.7],"neck":[4,-87.7],"head":[10.8,-152.6],"shR":[-45,-107.7],"elR":[-51.8,5.2],"haR":[-87.8,60.8],"shL":[65.3,-111.7],"elL":[83.4,-10.6],"haL":[90.4,45.6],"hipR":[-30.3,35.2],"knR":[-60.6,181.2],"ftR":[-48.4,321],"hipL":[12.8,38.2],"knL":[1.1,180.3],"ftL":[40.2,325.6]},{"rootY":-0.5,"hips":[0,0],"chest":[4,-87.7],"neck":[4,-87.7],"head":[10.6,-152.6],"shR":[-44.1,-107.5],"elR":[-49.6,5.6],"haR":[-86.3,60.7],"shL":[64.7,-111.9],"elL":[82,-10.8],"haL":[87.9,45.2],"hipR":[-30.3,35.3],"knR":[-61.2,181.1],"ftR":[-48.9,321.3],"hipL":[12.5,38.3],"knL":[0.4,180.3],"ftL":[39.9,325.8]},{"rootY":-0.5,"hips":[0,0],"chest":[3.9,-87.8],"neck":[3.9,-87.8],"head":[10.5,-152.7],"shR":[-42.9,-107.3],"elR":[-47.5,5.8],"haR":[-84.9,60.6],"shL":[63.9,-112],"elL":[80.4,-11],"haL":[84.8,44.7],"hipR":[-30.3,35.3],"knR":[-62.2,180.8],"ftR":[-49.5,321.4],"hipL":[11.7,38.4],"knL":[-1.1,180.5],"ftL":[39.8,325.8]},{"rootY":-0.6,"hips":[0,0],"chest":[4,-87.7],"neck":[4,-87.7],"head":[10.4,-152.8],"shR":[-41.3,-107.3],"elR":[-45.1,5.9],"haR":[-83.1,60.5],"shL":[63.2,-112.1],"elL":[79.1,-11.2],"haL":[81.6,44.2],"hipR":[-30.1,35.4],"knR":[-63.2,180.7],"ftR":[-50.1,321.6],"hipL":[11.2,38.4],"knL":[-2.2,180.5],"ftL":[39.6,325.8]},{"rootY":-0.6,"hips":[0,0],"chest":[4.2,-87.7],"neck":[4.2,-87.7],"head":[10.4,-152.8],"shR":[-39.4,-107.7],"elR":[-42.5,5.5],"haR":[-80.9,60.1],"shL":[62.3,-111.8],"elL":[77,-11],"haL":[77.4,44],"hipR":[-29.9,35.5],"knR":[-64.3,180.5],"ftR":[-51,321.9],"hipL":[10.6,38.3],"knL":[-3.2,180.4],"ftL":[39.4,325.6]},{"rootY":-0.6,"hips":[0,0],"chest":[4.2,-87.7],"neck":[4.2,-87.7],"head":[10.4,-152.9],"shR":[-37.3,-107.4],"elR":[-40,5.8],"haR":[-78.6,60.6],"shL":[60.9,-112],"elL":[74.1,-11.2],"haL":[72.2,43.3],"hipR":[-29.8,35.6],"knR":[-65.4,180.2],"ftR":[-51.6,322],"hipL":[9.8,38.4],"knL":[-4.5,180.5],"ftL":[39.4,325.6]},{"rootY":-0.5,"hips":[0,0],"chest":[4.1,-87.7],"neck":[4.1,-87.7],"head":[10.1,-152.9],"shR":[-34.9,-107],"elR":[-37.3,6.3],"haR":[-75.9,61.3],"shL":[59.2,-112.3],"elL":[70.5,-11.5],"haL":[66.3,42.5],"hipR":[-29.7,35.6],"knR":[-66.6,179.9],"ftR":[-52.5,321.9],"hipL":[8.9,38.4],"knL":[-5.9,180.5],"ftL":[39.2,325.7]},{"rootY":-0.5,"hips":[0,0],"chest":[3.9,-87.7],"neck":[3.9,-87.7],"head":[9.9,-152.9],"shR":[-32.4,-106.6],"elR":[-34.5,6.7],"haR":[-73,62.2],"shL":[57.2,-112.6],"elL":[67.3,-11.6],"haL":[60.3,42.1],"hipR":[-29.4,35.7],"knR":[-67.7,179.7],"ftR":[-53.2,322],"hipL":[8.4,38.3],"knL":[-6.7,180.5],"ftL":[39.1,325.7]},{"rootY":-0.4,"hips":[0,0],"chest":[3.8,-87.7],"neck":[3.8,-87.7],"head":[10,-152.9],"shR":[-31,-107.2],"elR":[-32.8,6],"haR":[-70.8,62],"shL":[55.9,-112.2],"elL":[64.2,-11.2],"haL":[54.3,41.7],"hipR":[-29.2,35.8],"knR":[-68.6,179.4],"ftR":[-53.7,322],"hipL":[7.9,38.3],"knL":[-7.6,180.5],"ftL":[39,325.6]},{"rootY":-0.4,"hips":[0,0],"chest":[3.8,-87.7],"neck":[3.8,-87.7],"head":[10,-152.9],"shR":[-28.5,-107.2],"elR":[-29.8,6.1],"haR":[-67.1,62.7],"shL":[54.2,-112.2],"elL":[61,-11.2],"haL":[48,41.3],"hipR":[-29.2,35.8],"knR":[-68.4,179.4],"ftR":[-53.9,322],"hipL":[7.4,38.3],"knL":[-8.3,180.5],"ftL":[39.1,325.6]},{"rootY":-0.2,"hips":[0,0],"chest":[4.1,-87.7],"neck":[4.1,-87.7],"head":[10.4,-152.8],"shR":[-26.1,-107],"elR":[-26.5,6.2],"haR":[-63,63.2],"shL":[52.8,-112.2],"elL":[58.3,-11.2],"haL":[42.3,40.8],"hipR":[-29.1,35.8],"knR":[-68.4,179.4],"ftR":[-53.8,322],"hipL":[7,38.2],"knL":[-8.5,180.5],"ftL":[39.1,325.3]},{"rootY":0,"hips":[0,0],"chest":[4,-87.7],"neck":[4,-87.7],"head":[10.2,-152.9],"shR":[-24.2,-106.8],"elR":[-23.3,6.3],"haR":[-58.8,63.8],"shL":[51.3,-112.4],"elL":[55.2,-11.4],"haL":[36.3,39.5],"hipR":[-29.1,35.8],"knR":[-68.8,179.2],"ftR":[-54.1,321.7],"hipL":[6.7,38],"knL":[-9,180.3],"ftL":[39,325.1]},{"rootY":0.2,"hips":[0,0],"chest":[4.2,-87.6],"neck":[4.2,-87.6],"head":[10.3,-152.8],"shR":[-22.3,-106.6],"elR":[-19.6,6.3],"haR":[-54.2,64.2],"shL":[49.8,-112.7],"elL":[52.2,-11.6],"haL":[30.6,38.4],"hipR":[-29.2,35.7],"knR":[-68.9,179.1],"ftR":[-54.2,321.5],"hipL":[6.3,38],"knL":[-9.5,180.3],"ftL":[38.9,324.9]},{"rootY":0.3,"hips":[0,0],"chest":[4,-87.6],"neck":[4,-87.6],"head":[9.8,-152.9],"shR":[-21.4,-106.5],"elR":[-17.3,6.2],"haR":[-51.3,64.2],"shL":[48.5,-112.9],"elL":[49.7,-11.8],"haL":[25.7,37.3],"hipR":[-29.9,35],"knR":[-68.9,178.6],"ftR":[-54.3,321],"hipL":[5.4,38.4],"knL":[-10.5,180.7],"ftL":[38.8,324.9]},{"rootY":0.5,"hips":[0,0],"chest":[4.8,-87.6],"neck":[4.8,-87.6],"head":[10,-152.8],"shR":[-19.1,-106.2],"elR":[-14.5,6.5],"haR":[-47.2,64.7],"shL":[48.2,-113],"elL":[48.6,-11.6],"haL":[22.9,36.9],"hipR":[-29.2,35.7],"knR":[-69.2,179],"ftR":[-54.2,321],"hipL":[6.1,37.7],"knL":[-9.3,180.1],"ftL":[38.9,324.6]},{"rootY":0.7,"hips":[0,0],"chest":[5,-87.6],"neck":[5,-87.6],"head":[10,-152.9],"shR":[-18.4,-106.5],"elR":[-13.7,6],"haR":[-45.5,64.4],"shL":[48.1,-112.7],"elL":[48,-12.2],"haL":[20.3,35.2],"hipR":[-29.3,35.6],"knR":[-69.1,179],"ftR":[-54.1,320.9],"hipL":[5.8,37.8],"knL":[-9.5,180.2],"ftL":[38.9,324.5]},{"rootY":0.6,"hips":[0,0],"chest":[5.3,-87.5],"neck":[5.3,-87.5],"head":[9.5,-152.9],"shR":[-17.9,-106.8],"elR":[-13.3,5.6],"haR":[-44.8,63.9],"shL":[48.2,-112.4],"elL":[47.6,-11.3],"haL":[19.5,35.8],"hipR":[-29.3,35.6],"knR":[-68.9,179],"ftR":[-53.9,320.9],"hipL":[5.7,37.8],"knL":[-9.5,180.3],"ftL":[39,324.5]},{"rootY":0.7,"hips":[0,0],"chest":[5.7,-87.5],"neck":[5.7,-87.5],"head":[9.7,-152.8],"shR":[-17.3,-106.9],"elR":[-13.4,5.5],"haR":[-44.9,63.5],"shL":[48.4,-112.3],"elL":[47.4,-11.6],"haL":[18.8,35],"hipR":[-29,35.9],"knR":[-69.2,179.2],"ftR":[-53.8,320.8],"hipL":[6.1,37.4],"knL":[-8.9,179.9],"ftL":[39,324.4]},{"rootY":0.7,"hips":[0,0],"chest":[6,-87.5],"neck":[6,-87.5],"head":[9.6,-152.8],"shR":[-17.1,-106.9],"elR":[-14.3,5.4],"haR":[-46.4,63],"shL":[48.9,-112.2],"elL":[48.4,-11.2],"haL":[20,35.4],"hipR":[-28.9,36],"knR":[-69.3,179.3],"ftR":[-53.7,320.7],"hipL":[6.4,37.3],"knL":[-8.3,179.8],"ftL":[39.2,324.3]},{"rootY":0.7,"hips":[0,0],"chest":[6.2,-87.5],"neck":[6.2,-87.5],"head":[9.7,-152.7],"shR":[-17.5,-107.1],"elR":[-15.9,5.1],"haR":[-49.2,62.1],"shL":[49.4,-112.1],"elL":[49.8,-10.8],"haL":[22.3,35.9],"hipR":[-29.2,35.8],"knR":[-68.9,179.2],"ftR":[-53.2,320.6],"hipL":[6.1,37.5],"knL":[-8.4,180],"ftL":[39.6,324.3]},{"rootY":0.6,"hips":[0,0],"chest":[6.3,-87.5],"neck":[6.3,-87.5],"head":[10,-152.7],"shR":[-18.6,-107.3],"elR":[-18.3,4.8],"haR":[-53.1,61],"shL":[50.6,-111.8],"elL":[51.2,-10.8],"haL":[25.2,36.4],"hipR":[-29.6,35.5],"knR":[-68.3,179.2],"ftR":[-52.9,320.8],"hipL":[6.1,37.8],"knL":[-8.6,180.3],"ftL":[39.7,324.4]},{"rootY":0.5,"hips":[0,0],"chest":[6.3,-87.4],"neck":[6.3,-87.4],"head":[9.9,-152.7],"shR":[-20,-107.5],"elR":[-20.9,4.3],"haR":[-57.7,59.7],"shL":[51.8,-111.5],"elL":[53.4,-10.5],"haL":[29.1,37.2],"hipR":[-30,35.1],"knR":[-67.2,179.1],"ftR":[-52.4,320.7],"hipL":[6.2,38.3],"knL":[-8.6,180.7],"ftL":[39.8,324.7]},{"rootY":0.5,"hips":[0,0],"chest":[6.7,-87.4],"neck":[6.7,-87.4],"head":[10.4,-152.7],"shR":[-20.9,-107.8],"elR":[-24.8,4.2],"haR":[-62.9,58.8],"shL":[53.4,-111.2],"elL":[55.9,-10.1],"haL":[33.8,38.2],"hipR":[-30.2,35],"knR":[-67,179.2],"ftR":[-51.9,320.7],"hipL":[6.4,38.2],"knL":[-8,180.6],"ftL":[40.3,324.5]},{"rootY":0.4,"hips":[0,0],"chest":[7.2,-87.4],"neck":[7.2,-87.4],"head":[11.3,-152.6],"shR":[-22.8,-108.4],"elR":[-28.2,3.5],"haR":[-68.3,57.2],"shL":[55.9,-110.6],"elL":[59.3,-9.3],"haL":[39.8,39.6],"hipR":[-30,35.4],"knR":[-65.8,179.7],"ftR":[-51,320.7],"hipL":[7.9,38],"knL":[-5.5,180.4],"ftL":[40.5,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[7.4,-87.4],"neck":[7.4,-87.4],"head":[11.6,-152.6],"shR":[-24.8,-108.7],"elR":[-32.4,3.1],"haR":[-74,56],"shL":[58,-110.2],"elL":[62.2,-8.5],"haL":[45.7,40.7],"hipR":[-30,35.4],"knR":[-65.1,180],"ftR":[-50.6,320.7],"hipL":[8.8,37.9],"knL":[-4.6,180.3],"ftL":[40.7,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[7.7,-87.4],"neck":[7.7,-87.4],"head":[12.2,-152.5],"shR":[-26.7,-108.7],"elR":[-36.5,3],"haR":[-79.5,55.1],"shL":[60,-110.1],"elL":[65,-8.3],"haL":[51.6,41.8],"hipR":[-29.9,35.5],"knR":[-64.1,180.4],"ftR":[-50,320.7],"hipL":[9.7,37.9],"knL":[-3.4,180.3],"ftL":[41,324.9]},{"rootY":0.2,"hips":[0,0],"chest":[8.2,-87.3],"neck":[8.2,-87.3],"head":[12.8,-152.5],"shR":[-27.9,-108.2],"elR":[-39.9,3.5],"haR":[-84.1,54.8],"shL":[62,-110.4],"elL":[67.7,-8.6],"haL":[57.4,42.1],"hipR":[-30.1,35.4],"knR":[-63,180.6],"ftR":[-49.3,320.6],"hipL":[10.3,38],"knL":[-2.3,180.4],"ftL":[41.3,325.1]},{"rootY":0.1,"hips":[0,0],"chest":[8.2,-87.4],"neck":[8.2,-87.4],"head":[13.6,-152.4],"shR":[-31.1,-109.3],"elR":[-45.4,2.3],"haR":[-90.3,53.1],"shL":[64.3,-109.6],"elL":[70.7,-7.5],"haL":[63.5,44],"hipR":[-30.1,35.4],"knR":[-62,180.8],"ftR":[-48.9,320.6],"hipL":[11.3,38.1],"knL":[-1.1,180.3],"ftL":[41.4,325.3]},{"rootY":0.1,"hips":[0,0],"chest":[8.2,-87.4],"neck":[8.2,-87.4],"head":[13.4,-152.5],"shR":[-33.2,-109],"elR":[-49.9,2.4],"haR":[-95.3,52.6],"shL":[65.6,-109.8],"elL":[73.3,-7.2],"haL":[69.2,45],"hipR":[-30.2,35.4],"knR":[-61.1,181],"ftR":[-48.5,320.5],"hipL":[12,38.1],"knL":[-0.2,180.3],"ftL":[41.3,325.3]},{"rootY":0.1,"hips":[0,0],"chest":[8.3,-87.4],"neck":[8.3,-87.4],"head":[13.7,-152.4],"shR":[-35.4,-109.8],"elR":[-54,1.5],"haR":[-99.6,51.1],"shL":[67.4,-109.2],"elL":[76,-6.4],"haL":[74.9,46.4],"hipR":[-29.8,35.6],"knR":[-60.2,181.4],"ftR":[-48.1,320.6],"hipL":[13.2,37.9],"knL":[1.6,180],"ftL":[41.4,325.4]},{"rootY":0.1,"hips":[0,0],"chest":[7.6,-87.5],"neck":[7.6,-87.5],"head":[13.5,-152.4],"shR":[-38.2,-111.2],"elR":[-58.4,0.2],"haR":[-103.9,49.3],"shL":[68.3,-108.1],"elL":[78.4,-5.3],"haL":[80.3,47.8],"hipR":[-30.1,35.3],"knR":[-59.3,181.4],"ftR":[-47.7,320.5],"hipL":[13.6,38.1],"knL":[2.4,180.1],"ftL":[41.4,325.4]},{"rootY":0.1,"hips":[0,0],"chest":[7.4,-87.5],"neck":[7.4,-87.5],"head":[13.9,-152.5],"shR":[-40.7,-110.3],"elR":[-62.2,0.9],"haR":[-107.4,49.2],"shL":[69.3,-108.8],"elL":[80.6,-5.8],"haL":[85.1,47.4],"hipR":[-29.9,35.4],"knR":[-58.2,181.7],"ftR":[-47.3,320.4],"hipL":[14.7,38.1],"knL":[4.1,180],"ftL":[41.4,325.7]},{"rootY":0.1,"hips":[0,0],"chest":[7.2,-87.5],"neck":[7.2,-87.5],"head":[14.2,-152.5],"shR":[-43.3,-109.8],"elR":[-66.1,1.3],"haR":[-110.6,49.2],"shL":[70.1,-109.2],"elL":[82.2,-6.1],"haL":[89.5,47.4],"hipR":[-29.2,35.8],"knR":[-57.5,182.2],"ftR":[-47.3,320.6],"hipL":[16.4,37.7],"knL":[5.8,179.4],"ftL":[41.1,325.6]},{"rootY":0.1,"hips":[0,0],"chest":[7,-87.5],"neck":[7,-87.5],"head":[14.4,-152.5],"shR":[-45.3,-110.5],"elR":[-69.1,0.5],"haR":[-112.7,47.8],"shL":[70.8,-108.9],"elL":[83.6,-5.7],"haL":[93.7,48],"hipR":[-29.7,35.4],"knR":[-55.9,182.1],"ftR":[-46.4,320.3],"hipL":[16.4,38.1],"knL":[6.8,179.7],"ftL":[41.7,325.9]},{"rootY":0,"hips":[0,0],"chest":[6.8,-87.5],"neck":[6.8,-87.5],"head":[14.5,-152.5],"shR":[-47.2,-110.4],"elR":[-71.9,0.4],"haR":[-114.3,47.3],"shL":[71.2,-108.9],"elL":[84.6,-5.8],"haL":[97.4,48.1],"hipR":[-29.7,35.1],"knR":[-54.7,182.1],"ftR":[-46,320.4],"hipL":[17,38.3],"knL":[8,179.7],"ftL":[42.2,326.3]},{"rootY":-0.2,"hips":[0,0],"chest":[6.7,-87.6],"neck":[6.7,-87.6],"head":[14.2,-152.5],"shR":[-48.6,-110.6],"elR":[-74,0.1],"haR":[-115.3,46.7],"shL":[71.6,-108.9],"elL":[85.5,-5.7],"haL":[100.6,48.3],"hipR":[-29.6,35.1],"knR":[-53.1,182.4],"ftR":[-45.2,320.4],"hipL":[17.9,38.5],"knL":[9.9,179.7],"ftL":[42.5,326.5]},{"rootY":-0.4,"hips":[0,0],"chest":[6.7,-87.6],"neck":[6.7,-87.6],"head":[14.2,-152.6],"shR":[-50,-110.9],"elR":[-75.9,-0.3],"haR":[-115.5,45.9],"shL":[71.8,-108.7],"elL":[86.4,-5.6],"haL":[104,48.7],"hipR":[-29.1,35.2],"knR":[-51.7,182.7],"ftR":[-44.6,320.6],"hipL":[19,38.5],"knL":[11.7,179.6],"ftL":[42.8,326.8]},{"rootY":-0.7,"hips":[0,0],"chest":[6.9,-87.5],"neck":[6.9,-87.5],"head":[14.5,-152.5],"shR":[-51,-110.4],"elR":[-77.3,0.1],"haR":[-115.6,46.1],"shL":[72,-109],"elL":[87,-5.9],"haL":[106.6,47.7],"hipR":[-28.7,35.3],"knR":[-50.2,183],"ftR":[-44,320.7],"hipL":[19.8,38.6],"knL":[13.1,179.4],"ftL":[43.1,327.2]},{"rootY":-0.8,"hips":[0,0],"chest":[6.3,-87.6],"neck":[6.3,-87.6],"head":[14.7,-152.4],"shR":[-52.2,-111.3],"elR":[-78.6,-0.8],"haR":[-115.2,45.1],"shL":[71.5,-108.3],"elL":[87.3,-5.3],"haL":[108.5,48],"hipR":[-28.2,35.4],"knR":[-48.9,183.2],"ftR":[-43.6,320.8],"hipL":[20.9,38.6],"knL":[14.9,179.1],"ftL":[43.2,327.4]},{"rootY":-0.9,"hips":[0,0],"chest":[5.9,-87.6],"neck":[5.9,-87.6],"head":[14.6,-152.4],"shR":[-53.2,-111.7],"elR":[-79.8,-1.3],"haR":[-114.6,44.5],"shL":[70.9,-108.2],"elL":[87.2,-5.2],"haL":[110.1,48.4],"hipR":[-27.8,35.4],"knR":[-48.1,183.3],"ftR":[-43.3,320.8],"hipL":[21.5,38.6],"knL":[16,178.9],"ftL":[43,327.5]},{"rootY":-1,"hips":[0,0],"chest":[5.7,-87.6],"neck":[5.7,-87.6],"head":[14.7,-152.4],"shR":[-54,-111.5],"elR":[-80.7,-1.2],"haR":[-113.8,44.6],"shL":[70.3,-108.5],"elL":[86.7,-5.5],"haL":[111.1,47.8],"hipR":[-27.5,35.5],"knR":[-47.5,183.4],"ftR":[-43.3,320.8],"hipL":[22.1,38.6],"knL":[17.1,178.7],"ftL":[42.7,327.5]},{"rootY":-1.1,"hips":[0,0],"chest":[5.5,-87.6],"neck":[5.5,-87.6],"head":[14.3,-152.5],"shR":[-54.5,-111.7],"elR":[-80.9,-1.4],"haR":[-112.4,44.4],"shL":[69.8,-108.5],"elL":[86,-5.4],"haL":[111.6,47.5],"hipR":[-27.5,35.4],"knR":[-46.7,183.4],"ftR":[-42.9,320.8],"hipL":[22.2,38.8],"knL":[17.7,178.6],"ftL":[43,327.8]},{"rootY":-1.3,"hips":[0,0],"chest":[5.1,-87.6],"neck":[5.1,-87.6],"head":[14.1,-152.4],"shR":[-55.2,-111.7],"elR":[-81.1,-1.4],"haR":[-111,44.4],"shL":[69.1,-108.7],"elL":[85.2,-5.6],"haL":[111.4,47.6],"hipR":[-27.3,35.4],"knR":[-46.2,183.5],"ftR":[-42.9,321],"hipL":[22.5,38.8],"knL":[18.2,178.5],"ftL":[42.9,327.9]},{"rootY":-1.5,"hips":[0,0],"chest":[5.1,-87.6],"neck":[5.1,-87.6],"head":[13.8,-152.5],"shR":[-55.4,-111.6],"elR":[-80.2,-1.2],"haR":[-108.9,44.5],"shL":[68.7,-108.8],"elL":[84.4,-5.6],"haL":[110.9,47.8],"hipR":[-27.4,35.3],"knR":[-45.4,183.4],"ftR":[-42.6,321.1],"hipL":[22.4,39],"knL":[19,178.5],"ftL":[43.1,328]},{"rootY":-1.6,"hips":[0,0],"chest":[4.7,-87.6],"neck":[4.7,-87.6],"head":[13.5,-152.4],"shR":[-55.8,-111.3],"elR":[-79.6,-0.6],"haR":[-106.9,44.8],"shL":[68.2,-109.1],"elL":[83.1,-5.8],"haL":[109.8,48],"hipR":[-27.2,35.4],"knR":[-45.8,183.5],"ftR":[-43.1,321.3],"hipL":[22.6,39],"knL":[18.7,178.4],"ftL":[42.5,328.1]},{"rootY":-1.7,"hips":[0,0],"chest":[4.5,-87.6],"neck":[4.5,-87.6],"head":[13,-152.5],"shR":[-56.2,-111.1],"elR":[-78.3,-0.1],"haR":[-104.4,45.2],"shL":[67.8,-109.2],"elL":[82,-5.8],"haL":[108.3,48.6],"hipR":[-27.2,35.4],"knR":[-45.9,183.5],"ftR":[-43.4,321.4],"hipL":[22.6,39],"knL":[18.4,178.4],"ftL":[42.3,328.2]},{"rootY":-1.8,"hips":[0,0],"chest":[4.6,-87.6],"neck":[4.6,-87.6],"head":[12.6,-152.5],"shR":[-56.1,-111],"elR":[-76.6,0.4],"haR":[-101.5,45.8],"shL":[67.9,-109.5],"elL":[81.2,-6],"haL":[106.8,49.3],"hipR":[-27.5,35.3],"knR":[-45.9,183.4],"ftR":[-43.4,321.5],"hipL":[22.3,39.2],"knL":[18.1,178.5],"ftL":[42.4,328.3]},{"rootY":-1.8,"hips":[0,0],"chest":[4.3,-87.6],"neck":[4.3,-87.6],"head":[11.7,-152.6],"shR":[-56.3,-110.9],"elR":[-75.1,0.8],"haR":[-99.1,46.7],"shL":[67.8,-109.8],"elL":[80.2,-6.2],"haL":[105,50],"hipR":[-27.5,35.5],"knR":[-46.7,183.4],"ftR":[-44,321.6],"hipL":[22.2,39.1],"knL":[17.3,178.5],"ftL":[41.8,328.3]},{"rootY":-1.8,"hips":[0,0],"chest":[4.2,-87.6],"neck":[4.2,-87.6],"head":[11.1,-152.6],"shR":[-56.4,-110.8],"elR":[-73.3,1.3],"haR":[-96.6,47.7],"shL":[67.9,-109.8],"elL":[79.5,-6.2],"haL":[103.1,50.8],"hipR":[-27.6,35.6],"knR":[-47.3,183.3],"ftR":[-44.4,321.7],"hipL":[22.1,39.1],"knL":[16.6,178.5],"ftL":[41.4,328.3]},{"rootY":-1.7,"hips":[0,0],"chest":[3.8,-87.6],"neck":[3.8,-87.6],"head":[10.1,-152.6],"shR":[-56.6,-110.6],"elR":[-71.8,1.8],"haR":[-94.8,49.1],"shL":[67.7,-110.1],"elL":[78.5,-6.3],"haL":[100.5,51.7],"hipR":[-27.8,35.5],"knR":[-48.6,183.1],"ftR":[-45.3,321.6],"hipL":[21.6,39],"knL":[15.3,178.5],"ftL":[40.5,328.1]},{"rootY":-1.7,"hips":[0,0],"chest":[3.5,-87.5],"neck":[3.5,-87.5],"head":[9.7,-152.6],"shR":[-56.7,-110.3],"elR":[-70,2.4],"haR":[-93.2,50.8],"shL":[67.6,-110.4],"elL":[77.8,-6.6],"haL":[98.2,52.3],"hipR":[-28,35.6],"knR":[-49.8,182.9],"ftR":[-46.3,321.5],"hipL":[21.2,38.9],"knL":[13.8,178.5],"ftL":[39.6,328]},{"rootY":-1.7,"hips":[0,0],"chest":[3.1,-87.5],"neck":[3.1,-87.5],"head":[8.2,-152.6],"shR":[-56.8,-110.2],"elR":[-68.3,2.8],"haR":[-91.9,52.5],"shL":[67.4,-110.6],"elL":[76.9,-6.7],"haL":[95.5,52.7],"hipR":[-28,35.8],"knR":[-51.3,182.8],"ftR":[-47.7,321.5],"hipL":[20.9,38.8],"knL":[11.9,178.4],"ftL":[38.3,327.8]},{"rootY":-1.7,"hips":[0,0],"chest":[2.8,-87.5],"neck":[2.8,-87.5],"head":[7,-152.5],"shR":[-56.5,-109.9],"elR":[-66.6,3.2],"haR":[-90.8,54.2],"shL":[67.2,-111],"elL":[76.2,-7.1],"haL":[92.7,53],"hipR":[-28.3,35.8],"knR":[-52.8,182.5],"ftR":[-49.1,321.5],"hipL":[20.1,38.8],"knL":[10.2,178.4],"ftL":[37,327.8]},{"rootY":-1.8,"hips":[0,0],"chest":[2.5,-87.4],"neck":[2.5,-87.4],"head":[5.4,-152.5],"shR":[-56.2,-109.8],"elR":[-64.7,3.5],"haR":[-89.9,56],"shL":[66.7,-111.3],"elL":[75.2,-7.3],"haL":[89.7,53],"hipR":[-28.4,36],"knR":[-54.9,182.2],"ftR":[-51.1,321.7],"hipL":[19.7,38.6],"knL":[8.2,178.3],"ftL":[35.4,327.7]},{"rootY":-1.7,"hips":[0,0],"chest":[2.2,-87.4],"neck":[2.2,-87.4],"head":[4.1,-152.3],"shR":[-55.6,-109.6],"elR":[-62.6,3.7],"haR":[-88.9,57.6],"shL":[66.1,-111.5],"elL":[74.4,-7.5],"haL":[86.6,53],"hipR":[-28.6,36.1],"knR":[-57.2,181.8],"ftR":[-53.6,322],"hipL":[18.8,38.6],"knL":[5.8,178.3],"ftL":[33.8,327.8]},{"rootY":-1.5,"hips":[0,0],"chest":[1.7,-87.3],"neck":[1.7,-87.3],"head":[2.8,-152],"shR":[-54.8,-109.5],"elR":[-60.5,3.9],"haR":[-88.2,58.9],"shL":[65.1,-111.6],"elL":[73.4,-7.6],"haL":[83.5,52.9],"hipR":[-28.6,36.3],"knR":[-60.1,181.2],"ftR":[-56.3,322.1],"hipL":[18.1,38.5],"knL":[3.2,178.1],"ftL":[32,327.5]},{"rootY":-1,"hips":[0,0],"chest":[1.2,-87.2],"neck":[1.2,-87.2],"head":[1.1,-151.8],"shR":[-53.7,-109.5],"elR":[-58.2,3.9],"haR":[-87.2,59.6],"shL":[63.9,-111.6],"elL":[72.4,-7.7],"haL":[80.4,52.8],"hipR":[-28.6,36.5],"knR":[-62.9,180.6],"ftR":[-58.7,321.8],"hipL":[17.2,38.4],"knL":[0.5,178],"ftL":[30.5,327.2]},{"rootY":-0.5,"hips":[0,0],"chest":[0.9,-87.1],"neck":[0.9,-87.1],"head":[-0.1,-151.6],"shR":[-52.3,-109.4],"elR":[-55.4,3.8],"haR":[-85.7,60.3],"shL":[62.5,-111.7],"elL":[72,-7.8],"haL":[77.9,52.5],"hipR":[-28.4,36.7],"knR":[-65.6,179.9],"ftR":[-60.9,321.5],"hipL":[16.5,38.1],"knL":[-2.2,177.6],"ftL":[29,326.8]},{"rootY":-0.1,"hips":[0,0],"chest":[0.6,-87],"neck":[0.6,-87],"head":[-1.8,-151.1],"shR":[-50.8,-109.6],"elR":[-52.4,3.5],"haR":[-84,60.6],"shL":[61,-111.5],"elL":[71,-7.6],"haL":[75,52.6],"hipR":[-28.3,36.8],"knR":[-67.9,179.2],"ftR":[-62.8,321.1],"hipL":[15.7,38],"knL":[-4.1,177.5],"ftL":[27.5,326.5]},{"rootY":0.1,"hips":[0,0],"chest":[0.3,-86.9],"neck":[0.3,-86.9],"head":[-3.2,-150.8],"shR":[-48.9,-109.7],"elR":[-48.9,3.2],"haR":[-81.3,60.6],"shL":[59.2,-111.3],"elL":[69.5,-7.4],"haL":[72,52.8],"hipR":[-28.3,36.9],"knR":[-69.9,178.5],"ftR":[-64.7,320.8],"hipL":[14.6,37.8],"knL":[-6.3,177.3],"ftL":[25.8,326.3]},{"rootY":0.2,"hips":[0,0],"chest":[0,-86.8],"neck":[0,-86.8],"head":[-4.8,-150.4],"shR":[-47,-109.9],"elR":[-44.9,2.7],"haR":[-77.9,60.6],"shL":[57.3,-111],"elL":[68,-7.2],"haL":[69.1,52.9],"hipR":[-28.3,36.9],"knR":[-70.9,178.2],"ftR":[-65.7,320.7],"hipL":[13.8,37.7],"knL":[-8,177.2],"ftL":[24.5,326.2]},{"rootY":0.1,"hips":[0,0],"chest":[-0.4,-86.8],"neck":[-0.4,-86.8],"head":[-6.1,-150.2],"shR":[-45.6,-110],"elR":[-41.4,2.2],"haR":[-74.6,60.6],"shL":[55.5,-110.9],"elL":[66,-7.1],"haL":[66,52.7],"hipR":[-28.2,36.9],"knR":[-72,178],"ftR":[-67,320.9],"hipL":[12.9,37.7],"knL":[-10,177.3],"ftL":[23.3,326.1]},{"rootY":0.2,"hips":[0,0],"chest":[-0.6,-86.7],"neck":[-0.6,-86.7],"head":[-6.8,-149.9],"shR":[-43.8,-110.4],"elR":[-37.7,1.4],"haR":[-70.6,60.3],"shL":[53.5,-110.6],"elL":[63.5,-6.8],"haL":[62.3,52.7],"hipR":[-28.1,37],"knR":[-72.9,177.7],"ftR":[-68.4,320.9],"hipL":[12.1,37.7],"knL":[-11.6,177.3],"ftL":[22,326.1]},{"rootY":0.2,"hips":[0,0],"chest":[-1.3,-86.6],"neck":[-1.3,-86.6],"head":[-8.5,-149.7],"shR":[-42.4,-110.1],"elR":[-34.1,1],"haR":[-66.3,60.6],"shL":[51.1,-110.6],"elL":[60.9,-6.8],"haL":[58.3,52.5],"hipR":[-27.9,37.1],"knR":[-74,177.5],"ftR":[-69.8,321.1],"hipL":[11.5,37.6],"knL":[-13.2,177.3],"ftL":[20.9,325.9]},{"rootY":0.1,"hips":[0,0],"chest":[-1.8,-86.5],"neck":[-1.8,-86.5],"head":[-9.7,-149.6],"shR":[-41.3,-110.4],"elR":[-30.8,0.1],"haR":[-62.1,60.2],"shL":[49,-110.1],"elL":[57.7,-6.4],"haL":[53.8,52.5],"hipR":[-27.8,37.1],"knR":[-74.8,177.3],"ftR":[-70.8,321.2],"hipL":[10.7,37.8],"knL":[-14.7,177.4],"ftL":[19.9,325.9]},{"rootY":0.1,"hips":[0,0],"chest":[-2.3,-86.4],"neck":[-2.3,-86.4],"head":[-10.9,-149.4],"shR":[-39.6,-110.7],"elR":[-27,-0.8],"haR":[-56.9,59.9],"shL":[46.7,-109.7],"elL":[54.2,-6],"haL":[48.7,52.6],"hipR":[-27.6,37.2],"knR":[-75.7,177],"ftR":[-71.8,321.3],"hipL":[10,37.8],"knL":[-16.2,177.5],"ftL":[19.1,326]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-86.2],"neck":[-3.2,-86.2],"head":[-12.1,-149.1],"shR":[-39.1,-111.4],"elR":[-24.2,-2.2],"haR":[-52.5,59.1],"shL":[44.8,-108.8],"elL":[51.3,-5.2],"haL":[44.9,53.9],"hipR":[-27.6,37],"knR":[-76.2,176.7],"ftR":[-72.3,321.4],"hipL":[9.3,38.2],"knL":[-17.3,177.8],"ftL":[18.6,326.2]},{"rootY":0,"hips":[0,0],"chest":[-3.4,-86.2],"neck":[-3.4,-86.2],"head":[-12.9,-149.1],"shR":[-37.4,-110.8],"elR":[-20.8,-2],"haR":[-47.4,59.6],"shL":[42.5,-109.3],"elL":[47.8,-5.6],"haL":[38.9,52.1],"hipR":[-27.5,37],"knR":[-77.5,176.4],"ftR":[-73.4,321.3],"hipL":[8.3,38.2],"knL":[-19.1,178],"ftL":[17.9,325.9]},{"rootY":-0.1,"hips":[0,0],"chest":[-3.8,-86],"neck":[-3.8,-86],"head":[-14.2,-148.7],"shR":[-36.4,-110.9],"elR":[-18.1,-2.5],"haR":[-42.8,59.6],"shL":[40.6,-109],"elL":[44.5,-5.4],"haL":[33.9,51.9],"hipR":[-27.2,37],"knR":[-78.3,176.1],"ftR":[-73.9,321.1],"hipL":[7.8,38.3],"knL":[-20.2,178.1],"ftL":[17.6,325.9]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.6,-85.9],"neck":[-4.6,-85.9],"head":[-15.4,-148.4],"shR":[-37.2,-111.5],"elR":[-17,-3.7],"haR":[-40.1,58.5],"shL":[39.6,-108.2],"elL":[42.1,-4.6],"haL":[29.6,52.4],"hipR":[-27.2,36.9],"knR":[-79.2,175.7],"ftR":[-74.2,320.8],"hipL":[7.4,38.6],"knL":[-20.5,178.5],"ftL":[17.2,326.2]},{"rootY":-0.3,"hips":[0,0],"chest":[-5,-85.7],"neck":[-5,-85.7],"head":[-16,-148.3],"shR":[-36.7,-111.9],"elR":[-14.6,-4.4],"haR":[-36.3,58],"shL":[38.2,-107.5],"elL":[39.6,-4.1],"haL":[25.2,52.9],"hipR":[-26.7,37.2],"knR":[-80,175.5],"ftR":[-74.7,320.6],"hipL":[7.5,38.5],"knL":[-20.7,178.5],"ftL":[17.2,326.1]},{"rootY":-0.4,"hips":[0,0],"chest":[-5.5,-85.5],"neck":[-5.5,-85.5],"head":[-17.2,-147.9],"shR":[-36.8,-111.8],"elR":[-13.1,-4.7],"haR":[-33.7,57.9],"shL":[37,-107.3],"elL":[37.2,-3.8],"haL":[20.9,52.7],"hipR":[-26.6,37.2],"knR":[-80.6,175.3],"ftR":[-75,320.2],"hipL":[7.2,38.8],"knL":[-21.2,178.7],"ftL":[17.1,326.1]},{"rootY":-0.4,"hips":[0,0],"chest":[-5.8,-85.3],"neck":[-5.8,-85.3],"head":[-18.2,-147.4],"shR":[-36.1,-111.9],"elR":[-10.6,-5.1],"haR":[-30.9,57.7],"shL":[35.5,-106.9],"elL":[34.2,-3.3],"haL":[16.3,53],"hipR":[-26.4,37.2],"knR":[-81,175],"ftR":[-74.8,319.8],"hipL":[7.2,38.9],"knL":[-20.8,179],"ftL":[17.2,326.1]},{"rootY":-0.4,"hips":[0,0],"chest":[-6.4,-85.1],"neck":[-6.4,-85.1],"head":[-19.1,-147.1],"shR":[-36.3,-112.3],"elR":[-9.5,-5.8],"haR":[-29.2,57.1],"shL":[34.4,-106.2],"elL":[31.6,-2.7],"haL":[12.3,53.2],"hipR":[-26.5,37],"knR":[-81.4,174.6],"ftR":[-73.6,319.5],"hipL":[6.7,39.2],"knL":[-21.2,179.3],"ftL":[17.6,326]},{"rootY":-0.5,"hips":[0,0],"chest":[-7,-84.9],"neck":[-7,-84.9],"head":[-20,-146.8],"shR":[-36.3,-112.3],"elR":[-8.8,-5.7],"haR":[-28,57.1],"shL":[33,-105.8],"elL":[28.5,-2.3],"haL":[8.3,53.4],"hipR":[-26.4,36.9],"knR":[-81.9,174.2],"ftR":[-72.4,318.9],"hipL":[6.7,39.5],"knL":[-21.3,179.7],"ftL":[18,326.2]},{"rootY":-0.5,"hips":[0,0],"chest":[-7,-84.6],"neck":[-7,-84.6],"head":[-20.6,-146.3],"shR":[-36.4,-112.4],"elR":[-7.7,-6.4],"haR":[-27.2,56.4],"shL":[32.8,-105.2],"elL":[27.1,-1.7],"haL":[5.7,53.7],"hipR":[-26,37.2],"knR":[-82.4,174.1],"ftR":[-70.6,318.3],"hipL":[7.2,39.5],"knL":[-20.2,179.8],"ftL":[19.1,326.1]},{"rootY":-0.3,"hips":[0,0],"chest":[-7.2,-84.7],"neck":[-7.2,-84.7],"head":[-21,-146.3],"shR":[-36.4,-112.8],"elR":[-7.3,-7],"haR":[-27,55.9],"shL":[32.5,-104.9],"elL":[25.8,-1.4],"haL":[3.4,53.6],"hipR":[-25.8,37.2],"knR":[-83.5,173.6],"ftR":[-69,317.1],"hipL":[6.6,39.4],"knL":[-20.5,180],"ftL":[20.5,325.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-7.8,-84],"neck":[-7.8,-84],"head":[-22.1,-145.4],"shR":[-36.8,-112.2],"elR":[-7.6,-6.3],"haR":[-27.5,56.5],"shL":[31.2,-104.2],"elL":[23.4,-0.8],"haL":[0.3,54],"hipR":[-25.7,37.3],"knR":[-83.2,173.4],"ftR":[-67.1,316.5],"hipL":[8.1,39.9],"knL":[-18.1,180.5],"ftL":[21.6,326.1]},{"rootY":-0.2,"hips":[0,0],"chest":[-8.1,-83.8],"neck":[-8.1,-83.8],"head":[-22.7,-145.1],"shR":[-36.9,-112.4],"elR":[-7.8,-6.7],"haR":[-28.4,56],"shL":[30.8,-103.6],"elL":[22.1,-0.2],"haL":[-1.6,54.4],"hipR":[-25.5,37.4],"knR":[-83.8,173.1],"ftR":[-65.4,315.3],"hipL":[8.4,39.9],"knL":[-17.1,180.7],"ftL":[23.1,325.7]},{"rootY":0.2,"hips":[0,0],"chest":[-8.3,-83.6],"neck":[-8.3,-83.6],"head":[-23.2,-144.7],"shR":[-37.5,-112.4],"elR":[-8.2,-6.9],"haR":[-30,55.6],"shL":[30.6,-103.3],"elL":[21.1,0],"haL":[-2.7,54.6],"hipR":[-25.2,37.6],"knR":[-84.6,172.9],"ftR":[-63.5,313.9],"hipL":[8.9,39.9],"knL":[-15.3,181],"ftL":[24.9,325.2]},{"rootY":0.4,"hips":[0,0],"chest":[-8.8,-83.3],"neck":[-8.8,-83.3],"head":[-24,-144.3],"shR":[-38.5,-112.2],"elR":[-9.2,-6.8],"haR":[-32,55.5],"shL":[30.6,-102.7],"elL":[20.5,0.6],"haL":[-3.2,54.9],"hipR":[-25.4,37.5],"knR":[-84.5,172.7],"ftR":[-61.4,312.5],"hipL":[9.1,40.2],"knL":[-14.4,181.5],"ftL":[27,325.2]},{"rootY":0.6,"hips":[0,0],"chest":[-8.8,-83.2],"neck":[-8.8,-83.2],"head":[-24.1,-144.1],"shR":[-39.2,-112.5],"elR":[-10.6,-7.2],"haR":[-34.1,54.7],"shL":[31,-102.4],"elL":[20.7,0.9],"haL":[-2.7,55.4],"hipR":[-25.2,37.5],"knR":[-84.8,172.6],"ftR":[-58.8,311],"hipL":[9.3,40.3],"knL":[-12.9,181.9],"ftL":[29.9,324.6]},{"rootY":1.3,"hips":[0,0],"chest":[-8.9,-82.9],"neck":[-8.9,-82.9],"head":[-24.6,-143.7],"shR":[-39.3,-112.2],"elR":[-11.5,-7.2],"haR":[-36.1,54.2],"shL":[30.9,-102.1],"elL":[20.8,1.1],"haL":[-2.2,55.6],"hipR":[-25.1,37.6],"knR":[-84.4,172.9],"ftR":[-55.6,309.5],"hipL":[10,40.4],"knL":[-10.6,182.3],"ftL":[32.8,324]},{"rootY":2.2,"hips":[0,0],"chest":[-8.9,-83.1],"neck":[-8.9,-83.1],"head":[-24.6,-143.7],"shR":[-40.3,-112.6],"elR":[-12.7,-8],"haR":[-38.6,53],"shL":[31.8,-102],"elL":[21.6,1.2],"haL":[-0.2,55.6],"hipR":[-25.1,37.5],"knR":[-84.3,173],"ftR":[-51.8,307.6],"hipL":[9.6,40.5],"knL":[-9.4,182.7],"ftL":[36.3,322.8]},{"rootY":3,"hips":[0,0],"chest":[-9.1,-82.5],"neck":[-9.1,-82.5],"head":[-24.9,-143.1],"shR":[-42.7,-112.6],"elR":[-15,-8.4],"haR":[-42.1,52.1],"shL":[33.8,-100.9],"elL":[24,2],"haL":[3.6,56.4],"hipR":[-24.9,37.8],"knR":[-82.9,173.6],"ftR":[-46.7,305.9],"hipL":[10.9,40.6],"knL":[-6,183],"ftL":[40.3,322.1]},{"rootY":4,"hips":[0,0],"chest":[-8.9,-82.3],"neck":[-8.9,-82.3],"head":[-24.8,-142.9],"shR":[-43,-112.6],"elR":[-16,-8.8],"haR":[-44.6,51.2],"shL":[34.5,-100.5],"elL":[25.9,2.3],"haL":[7.2,56.5],"hipR":[-24.9,37.7],"knR":[-81.6,174.3],"ftR":[-41.7,304],"hipL":[11.4,40.8],"knL":[-3.2,183.5],"ftL":[44.8,321]},{"rootY":5.2,"hips":[0,0],"chest":[-8.9,-82],"neck":[-8.9,-82],"head":[-24.7,-142.5],"shR":[-43.2,-112.4],"elR":[-16.5,-9.4],"haR":[-46.8,50],"shL":[34.7,-100.2],"elL":[28.2,2.4],"haL":[11.2,56.3],"hipR":[-24.9,37.7],"knR":[-79.8,175],"ftR":[-37,302.1],"hipL":[11.8,41.1],"knL":[-0.7,183.9],"ftL":[49.5,319.6]},{"rootY":6.8,"hips":[0,0],"chest":[-8.5,-81.8],"neck":[-8.5,-81.8],"head":[-24.2,-142.1],"shR":[-43.1,-112.2],"elR":[-17.3,-9.4],"haR":[-49.5,49.3],"shL":[35.3,-99.8],"elL":[31.9,2.3],"haL":[17.2,55.7],"hipR":[-25.4,37.4],"knR":[-77.4,175.8],"ftR":[-31.2,299.7],"hipL":[11.8,41.4],"knL":[2.5,184.5],"ftL":[55,317.6]},{"rootY":8.6,"hips":[0,0],"chest":[-7.7,-81.3],"neck":[-7.7,-81.3],"head":[-23.2,-141.6],"shR":[-42.1,-111.6],"elR":[-18.2,-8.9],"haR":[-52.2,48.9],"shL":[36,-99.6],"elL":[37,2.2],"haL":[25.1,54.5],"hipR":[-25.7,37],"knR":[-73.9,176.7],"ftR":[-24.7,297.3],"hipL":[11.8,42],"knL":[4.9,185.2],"ftL":[60.8,315.1]},{"rootY":10.9,"hips":[0,0],"chest":[-8,-81.5],"neck":[-8,-81.5],"head":[-23.2,-141.7],"shR":[-43.3,-111.9],"elR":[-22.1,-9],"haR":[-58.3,47.8],"shL":[36.5,-99.5],"elL":[42.3,1.4],"haL":[34.2,52.3],"hipR":[-26.5,36.5],"knR":[-71.6,177.5],"ftR":[-19.2,293.9],"hipL":[11.2,42.2],"knL":[4.8,185.4],"ftL":[65.9,309.7]},{"rootY":12.9,"hips":[0,0],"chest":[-8.2,-81.1],"neck":[-8.2,-81.1],"head":[-23,-141.2],"shR":[-44.1,-111.8],"elR":[-27.4,-8.1],"haR":[-65.9,47.4],"shL":[37.1,-98.9],"elL":[48.6,0.4],"haL":[45,49.7],"hipR":[-27.2,36.1],"knR":[-68.7,178.2],"ftR":[-14.2,289.9],"hipL":[11.2,42.6],"knL":[4.5,185.7],"ftL":[71.1,300.8]},{"rootY":15,"hips":[0,0],"chest":[-8.9,-80.7],"neck":[-8.9,-80.7],"head":[-23.3,-140.6],"shR":[-45.6,-111.3],"elR":[-34.2,-7.3],"haR":[-75.5,46.4],"shL":[36.7,-98.7],"elL":[55.5,-1.9],"haL":[57.2,45.1],"hipR":[-28,35.7],"knR":[-66.6,178.8],"ftR":[-10.4,285.5],"hipL":[12,42.9],"knL":[1.9,184.4],"ftL":[72,287.3]},{"rootY":17.9,"hips":[0,0],"chest":[-9.4,-80.4],"neck":[-9.4,-80.4],"head":[-23.3,-140.3],"shR":[-48.6,-110.5],"elR":[-44.6,-6],"haR":[-89.2,44.9],"shL":[38.1,-99],"elL":[64.9,-6.3],"haL":[73.1,37.7],"hipR":[-28.6,35.4],"knR":[-65.3,179.2],"ftR":[-6.8,280.9],"hipL":[12.2,43.2],"knL":[-1.8,180.2],"ftL":[66.7,272.3]},{"rootY":20.8,"hips":[0,0],"chest":[-10.2,-80.2],"neck":[-10.2,-80.2],"head":[-23,-140.2],"shR":[-52.3,-109.6],"elR":[-58.9,-5.2],"haR":[-107.6,41],"shL":[39.5,-99.7],"elL":[74.5,-12.2],"haL":[90,27.9],"hipR":[-29.7,34.5],"knR":[-63.4,179.6],"ftR":[-2.5,277.3],"hipL":[11.3,43.7],"knL":[-5,172.7],"ftL":[56,260.3]},{"rootY":22.6,"hips":[0,0],"chest":[-10.7,-79.8],"neck":[-10.7,-79.8],"head":[-22.5,-140.1],"shR":[-54.6,-108.8],"elR":[-74,-4.9],"haR":[-126.6,33.7],"shL":[40.7,-99.6],"elL":[86.9,-18.9],"haL":[109,14.6],"hipR":[-29.8,34.4],"knR":[-58.7,181.1],"ftR":[2.9,275.6],"hipL":[11.5,43.9],"knL":[-6.9,161.3],"ftL":[41.4,256]},{"rootY":20.9,"hips":[0,0],"chest":[-10.4,-79.9],"neck":[-10.4,-79.9],"head":[-21.4,-140.4],"shR":[-56.4,-108.8],"elR":[-88.5,-6.2],"haR":[-143.2,21.3],"shL":[43.1,-99.9],"elL":[100.3,-28.3],"haL":[129.8,-1.4],"hipR":[-30.1,34],"knR":[-50.7,182.6],"ftR":[9.6,277.2],"hipL":[11.2,44.2],"knL":[-10.2,149.4],"ftL":[26.5,260.6]},{"rootY":16.3,"hips":[0,0],"chest":[-9.3,-80.5],"neck":[-9.3,-80.5],"head":[-20.1,-141],"shR":[-56.8,-108.7],"elR":[-100.1,-8],"haR":[-153.8,6.5],"shL":[45.8,-101.1],"elL":[113.6,-37.6],"haL":[149.5,-18.3],"hipR":[-30.8,33.4],"knR":[-40.7,182.2],"ftR":[15.3,280],"hipL":[10.6,44.6],"knL":[-15.2,141.4],"ftL":[12.1,272.7]},{"rootY":9.6,"hips":[0,0],"chest":[-7.7,-80.9],"neck":[-7.7,-80.9],"head":[-18.4,-141.7],"shR":[-56,-107.7],"elR":[-108.5,-9.8],"haR":[-158.1,-6.9],"shL":[48,-103],"elL":[123.3,-46.5],"haL":[166.5,-34.1],"hipR":[-31.9,32.2],"knR":[-33.9,178.4],"ftR":[16.7,281.5],"hipL":[9.3,45.3],"knL":[-20.9,139.2],"ftL":[-1.5,287.7]},{"rootY":1.2,"hips":[0,0],"chest":[-5.7,-82],"neck":[-5.7,-82],"head":[-17,-143],"shR":[-54.4,-106.5],"elR":[-115.1,-11.8],"haR":[-159.8,-17.8],"shL":[50.4,-106.1],"elL":[133.3,-54.9],"haL":[181.6,-48.7],"hipR":[-32.9,31.2],"knR":[-30.8,172.2],"ftR":[9.3,283.3],"hipL":[8,45.6],"knL":[-25.4,143.1],"ftL":[-14.3,302.7]},{"rootY":-5.2,"hips":[0,0],"chest":[-2.8,-83.3],"neck":[-2.8,-83.3],"head":[-14.3,-144.8],"shR":[-51.7,-105.4],"elR":[-118.9,-14.1],"haR":[-159.5,-26.7],"shL":[53.2,-109.6],"elL":[142.1,-64.3],"haL":[194.7,-63.6],"hipR":[-33.6,30.6],"knR":[-29.7,164.2],"ftR":[2.6,276.6],"hipL":[7.2,45.5],"knL":[-27.4,149.3],"ftL":[-25.3,312.7]},{"rootY":-6.7,"hips":[0,0],"chest":[0,-84.7],"neck":[0,-84.7],"head":[-11.6,-146.7],"shR":[-50.4,-105.6],"elR":[-120.6,-16.4],"haR":[-159.8,-33.6],"shL":[57.5,-111.7],"elL":[151.2,-73.2],"haL":[206.4,-77.3],"hipR":[-35.2,29.2],"knR":[-33.6,157.1],"ftR":[0.8,255.8],"hipL":[5.2,45.4],"knL":[-30.3,153.3],"ftL":[-34.1,315.6]},{"rootY":-2.9,"hips":[0,0],"chest":[2.6,-86],"neck":[2.6,-86],"head":[-8.6,-148.5],"shR":[-48.3,-105.3],"elR":[-119.4,-16.7],"haR":[-159.3,-36],"shL":[60.8,-113.9],"elL":[158.2,-82.6],"haL":[214.5,-90.8],"hipR":[-36.8,27.7],"knR":[-43.1,151.2],"ftR":[-2.8,226.7],"hipL":[3.5,44.9],"knL":[-32.4,153.5],"ftL":[-41.2,315.2]},{"rootY":5.7,"hips":[0,0],"chest":[5.5,-86.6],"neck":[5.5,-86.6],"head":[-5,-149.5],"shR":[-46.1,-104.3],"elR":[-116.1,-14.9],"haR":[-158.4,-33.9],"shL":[64.8,-115],"elL":[164.6,-89.2],"haL":[221.1,-101.6],"hipR":[-37.8,26.9],"knR":[-54.8,147.1],"ftR":[-9.9,194.8],"hipL":[3.6,44.1],"knL":[-29.1,151],"ftL":[-46.4,313.1]},{"rootY":18.4,"hips":[0,0],"chest":[8,-86.9],"neck":[8,-86.9],"head":[-1.5,-150.3],"shR":[-44.2,-103.4],"elR":[-110.7,-11.3],"haR":[-156.9,-28.3],"shL":[68.1,-115.4],"elL":[168.7,-91.8],"haL":[224.3,-108.4],"hipR":[-38.6,25.8],"knR":[-69.4,144.1],"ftR":[-21.8,164.3],"hipL":[3.4,43.3],"knL":[-23.8,148.1],"ftL":[-52.5,308]},{"rootY":29,"hips":[0,0],"chest":[9.4,-87],"neck":[9.4,-87],"head":[-0.1,-150.4],"shR":[-43.5,-103],"elR":[-101,-5],"haR":[-153.2,-17.3],"shL":[70.4,-115],"elL":[169.5,-87.8],"haL":[223.8,-107.4],"hipR":[-38.6,25.6],"knR":[-86,145.3],"ftR":[-39.7,146.2],"hipL":[4.3,41.7],"knL":[-21,142.8],"ftL":[-50.4,298.1]},{"rootY":37.7,"hips":[0,0],"chest":[9.3,-87.1],"neck":[9.3,-87.1],"head":[-1.5,-150.3],"shR":[-43.5,-102.9],"elR":[-87.7,1.7],"haR":[-145.4,0.3],"shL":[70.4,-115.1],"elL":[164.9,-77],"haL":[217.4,-97],"hipR":[-37.5,26.6],"knR":[-104.4,149.1],"ftR":[-63.3,145.1],"hipL":[6.3,39.4],"knL":[-19.2,139.5],"ftL":[-46.1,289]},{"rootY":42.8,"hips":[0,0],"chest":[7.3,-87.3],"neck":[7.3,-87.3],"head":[-4.7,-150],"shR":[-45.1,-102.5],"elR":[-74.4,7],"haR":[-133.7,20.7],"shL":[67.9,-115.9],"elL":[154.3,-63.5],"haL":[205.1,-80],"hipR":[-36.1,28],"knR":[-122.2,148.8],"ftR":[-90.5,165.4],"hipL":[8.1,36.8],"knL":[-19.8,140.2],"ftL":[-46.3,284]},{"rootY":46,"hips":[0,0],"chest":[3.8,-87.4],"neck":[3.8,-87.4],"head":[-9.2,-149.8],"shR":[-47.5,-101.4],"elR":[-60.9,10.8],"haR":[-118.2,38.5],"shL":[63.3,-117.3],"elL":[139.6,-52.7],"haL":[187.5,-61.3],"hipR":[-35,28.7],"knR":[-134.1,140.4],"ftR":[-119.6,204],"hipL":[9.6,34.7],"knL":[-22.1,141.3],"ftL":[-47.1,280.7]},{"rootY":48.2,"hips":[0,0],"chest":[1.2,-87.4],"neck":[1.2,-87.4],"head":[-12.8,-149.5],"shR":[-49,-100.7],"elR":[-46.7,11.4],"haR":[-98.4,51.6],"shL":[59.1,-118.6],"elL":[123.8,-43.8],"haL":[166.6,-41.7],"hipR":[-33.2,29.6],"knR":[-133.3,130.9],"ftR":[-148.3,248.9],"hipL":[12.2,31.7],"knL":[-22.5,142.1],"ftL":[-46.1,277.7]},{"rootY":47.4,"hips":[0,0],"chest":[-0.6,-87.3],"neck":[-0.6,-87.3],"head":[-15.8,-149.2],"shR":[-49,-99.3],"elR":[-33,10.8],"haR":[-76.6,61.6],"shL":[55,-120.3],"elL":[106.6,-36],"haL":[139.6,-22.9],"hipR":[-31.7,30.7],"knR":[-123.4,124.8],"ftR":[-169.4,270.8],"hipL":[13.6,29.6],"knL":[-22.6,144.9],"ftL":[-44.9,278.5]},{"rootY":41.8,"hips":[0,0],"chest":[-1.3,-87.2],"neck":[-1.3,-87.2],"head":[-17,-149],"shR":[-47.4,-98.7],"elR":[-18.7,8.2],"haR":[-53.6,66.1],"shL":[52.1,-121],"elL":[89.2,-29.4],"haL":[110.3,-6.1],"hipR":[-31,31.5],"knR":[-114.7,117.7],"ftR":[-158.6,259],"hipL":[14,28.9],"knL":[-21.9,149.8],"ftL":[-43.7,283.7]},{"rootY":39.1,"hips":[0,0],"chest":[-2.6,-87.2],"neck":[-2.6,-87.2],"head":[-18.5,-149.1],"shR":[-45.9,-98],"elR":[-7.3,5.6],"haR":[-33,68.3],"shL":[48.3,-122.1],"elL":[69,-25.2],"haL":[77.3,5.9],"hipR":[-30.7,32.1],"knR":[-105,107.4],"ftR":[-142,233.5],"hipL":[14.3,29.6],"knL":[-22.3,152.6],"ftL":[-42.6,287.3]},{"rootY":36.8,"hips":[0,0],"chest":[-2.6,-87.3],"neck":[-2.6,-87.3],"head":[-18.2,-149.5],"shR":[-42.7,-97.5],"elR":[3.9,2.8],"haR":[-13.4,67.7],"shL":[45.3,-122.9],"elL":[50.7,-23.2],"haL":[44.3,13.2],"hipR":[-28.2,33.2],"knR":[-90,97.1],"ftR":[-111.8,216.9],"hipL":[16.9,26.2],"knL":[-23,152.2],"ftL":[-39.4,287.1]},{"rootY":36.7,"hips":[0,0],"chest":[-3.8,-87.3],"neck":[-3.8,-87.3],"head":[-19.1,-149.9],"shR":[-40.6,-97.8],"elR":[12.1,-0.6],"haR":[1.5,64.9],"shL":[41.7,-122.8],"elL":[35.5,-22.1],"haL":[12.5,16.8],"hipR":[-27.5,33],"knR":[-72.9,83.9],"ftR":[-70.2,203],"hipL":[18.5,25.8],"knL":[-21.6,153.8],"ftL":[-38.6,287.3]},{"rootY":34.5,"hips":[0,0],"chest":[-2.2,-87.4],"neck":[-2.2,-87.4],"head":[-17.6,-150.2],"shR":[-35.9,-98.2],"elR":[19.8,-2.5],"haR":[15.1,62.6],"shL":[40.7,-122.8],"elL":[25.3,-22.3],"haL":[-13.1,16.2],"hipR":[-27,32.6],"knR":[-53.1,72.2],"ftR":[-30.6,193.9],"hipL":[20,26],"knL":[-17.1,156.3],"ftL":[-35.5,289.6]},{"rootY":31.3,"hips":[0,0],"chest":[-0.8,-87.4],"neck":[-0.8,-87.4],"head":[-16,-150.3],"shR":[-31.4,-98.1],"elR":[24.6,-2.3],"haR":[24.8,61.9],"shL":[39.8,-122.8],"elL":[17,-23.6],"haL":[-33.5,12.1],"hipR":[-27.4,32.2],"knR":[-33.2,66.2],"ftR":[3.4,188.9],"hipL":[20.3,27.8],"knL":[-14.4,159.7],"ftL":[-32.4,292]},{"rootY":29.3,"hips":[0,0],"chest":[0.2,-87.5],"neck":[0.2,-87.5],"head":[-14.3,-150.7],"shR":[-28.8,-98.3],"elR":[27,-2.3],"haR":[30.3,60.9],"shL":[39.8,-122.8],"elL":[8.9,-25.7],"haL":[-48.9,5.8],"hipR":[-25.6,33],"knR":[-15.9,63.5],"ftR":[31.6,187.2],"hipL":[22.5,27.1],"knL":[-10.2,161],"ftL":[-32,293.5]},{"rootY":25.9,"hips":[0,0],"chest":[0.3,-87.5],"neck":[0.3,-87.5],"head":[-13.2,-151],"shR":[-29.2,-98.8],"elR":[27.4,-3.3],"haR":[31.5,59.2],"shL":[40.7,-122.2],"elL":[0.7,-28.2],"haL":[-60.5,-1.7],"hipR":[-24.6,33],"knR":[-1.6,66.3],"ftR":[56.2,191.8],"hipL":[24.2,27.7],"knL":[-4.8,164],"ftL":[-31.9,297.3]},{"rootY":23.7,"hips":[0,0],"chest":[0.8,-87.6],"neck":[0.8,-87.6],"head":[-11.8,-151.4],"shR":[-30.5,-97.6],"elR":[26.7,-2.7],"haR":[30.9,59.5],"shL":[42.6,-123.4],"elL":[-7.2,-33.4],"haL":[-69.4,-11.2],"hipR":[-22.3,34],"knR":[11.5,74.6],"ftR":[75.8,201.6],"hipL":[27.3,28.4],"knL":[1.5,165.8],"ftL":[-31.2,298.4]},{"rootY":20.5,"hips":[0,0],"chest":[1.4,-87.6],"neck":[1.4,-87.6],"head":[-10.8,-151.7],"shR":[-33.8,-97.5],"elR":[23.1,-3],"haR":[26.5,59.5],"shL":[45.7,-123.6],"elL":[-12.2,-37.9],"haL":[-74.6,-19.8],"hipR":[-20.8,34.5],"knR":[23.3,85.9],"ftR":[88.9,216.7],"hipL":[29.2,29.7],"knL":[7.3,168.2],"ftL":[-30.3,300.9]},{"rootY":18.4,"hips":[0,0],"chest":[1.6,-87.6],"neck":[1.6,-87.6],"head":[-10.1,-151.9],"shR":[-36.3,-96.5],"elR":[18.3,-1.5],"haR":[20.8,61.3],"shL":[47.3,-124.5],"elL":[-15.9,-41.9],"haL":[-78.9,-27.9],"hipR":[-18.8,35.4],"knR":[32.5,97.3],"ftR":[93.3,234.3],"hipL":[31.2,30.4],"knL":[11.3,169.9],"ftL":[-31,302.9]},{"rootY":17,"hips":[0,0],"chest":[1.7,-87.5],"neck":[1.7,-87.5],"head":[-9.5,-151.9],"shR":[-41.8,-97.1],"elR":[8.7,-1.1],"haR":[9.7,62.4],"shL":[51.6,-123.7],"elL":[-14.2,-43.3],"haL":[-77.2,-32.8],"hipR":[-14.9,36.3],"knR":[41,108.6],"ftR":[90.9,253],"hipL":[34.4,28.9],"knL":[13.7,169.4],"ftL":[-33.5,303.2]},{"rootY":15.9,"hips":[0,0],"chest":[2.2,-87.3],"neck":[2.2,-87.3],"head":[-8.7,-151.8],"shR":[-45.8,-97.8],"elR":[-3.2,1.1],"haR":[-4.5,65],"shL":[55.3,-122.5],"elL":[-11.4,-43.3],"haL":[-74.7,-35.4],"hipR":[-16.5,35.6],"knR":[47.8,120.2],"ftR":[85.2,269.7],"hipL":[32.9,31.7],"knL":[15.2,172.9],"ftL":[-33.4,305.7]},{"rootY":16.5,"hips":[0,0],"chest":[0,-87.4],"neck":[0,-87.4],"head":[-10.6,-152],"shR":[-51.7,-97.5],"elR":[-18.3,3.9],"haR":[-24.2,68.4],"shL":[55.7,-122.5],"elL":[-9.1,-43.6],"haL":[-72.3,-36.5],"hipR":[-13,36.5],"knR":[49.6,133.7],"ftR":[72.5,286.3],"hipL":[35.2,31.1],"knL":[16.4,172.2],"ftL":[-37.7,302.4]},{"rootY":17.9,"hips":[0,0],"chest":[-1.4,-87.3],"neck":[-1.4,-87.3],"head":[-11.2,-152.1],"shR":[-56,-98.1],"elR":[-32.9,5.8],"haR":[-45.3,70.4],"shL":[56.4,-121.5],"elL":[-3.6,-42.8],"haL":[-67.7,-35.3],"hipR":[-12.3,36.6],"knR":[48.5,145.7],"ftR":[59.8,299],"hipL":[35.2,32],"knL":[17.2,173.2],"ftL":[-41.4,300.6]},{"rootY":17.9,"hips":[0,0],"chest":[-1.8,-87.2],"neck":[-1.8,-87.2],"head":[-11.3,-152],"shR":[-59.5,-98.8],"elR":[-48,7.4],"haR":[-67.5,71.2],"shL":[57.6,-120.4],"elL":[4.9,-41.5],"haL":[-60.3,-31.4],"hipR":[-11.6,35.9],"knR":[50.5,151.2],"ftR":[61.4,304.6],"hipL":[34.7,33.1],"knL":[19,174.6],"ftL":[-43.3,299.4]},{"rootY":19.3,"hips":[0,0],"chest":[-1.3,-87.6],"neck":[-1.3,-87.6],"head":[-10.4,-152.4],"shR":[-60.8,-98],"elR":[-60.7,10.4],"haR":[-88,71.9],"shL":[58.7,-120.7],"elL":[15.7,-41.7],"haL":[-49.2,-26.7],"hipR":[-13,35.4],"knR":[48.1,152.6],"ftR":[64.4,305.2],"hipL":[33.7,34],"knL":[18.2,175.3],"ftL":[-44.9,297.5]},{"rootY":21.4,"hips":[0,0],"chest":[0.5,-87.7],"neck":[0.5,-87.7],"head":[-8.4,-152.5],"shR":[-60.8,-97.4],"elR":[-70.6,12],"haR":[-105.7,70],"shL":[60.1,-121.4],"elL":[29.1,-41.4],"haL":[-33.1,-21.5],"hipR":[-12.5,35.6],"knR":[47.6,153.1],"ftR":[65,305.4],"hipL":[34.1,33.6],"knL":[17.4,174.7],"ftL":[-44.7,295.5]},{"rootY":22.5,"hips":[0,0],"chest":[0,-87.6],"neck":[0,-87.6],"head":[-7.6,-152.6],"shR":[-62.3,-99.4],"elR":[-79.9,10.8],"haR":[-121.2,63.7],"shL":[60.1,-119.9],"elL":[42,-38.6],"haL":[-13,-14],"hipR":[-11.7,35.4],"knR":[49.7,151.8],"ftR":[65.1,304],"hipL":[34.6,33.2],"knL":[17.8,174.4],"ftL":[-44.1,294.9]},{"rootY":22.8,"hips":[0,0],"chest":[-0.3,-87.5],"neck":[-0.3,-87.5],"head":[-6.3,-152.6],"shR":[-63.1,-100.5],"elR":[-88.3,9.4],"haR":[-133.2,56.4],"shL":[59.9,-119],"elL":[52.6,-35.4],"haL":[11.5,-6.6],"hipR":[-11.4,34.7],"knR":[51.7,151],"ftR":[65.9,303.1],"hipL":[34.3,33.6],"knL":[19.6,175],"ftL":[-42.7,294.9]},{"rootY":22.9,"hips":[0,0],"chest":[-0.4,-87.6],"neck":[-0.4,-87.6],"head":[-4.6,-152.8],"shR":[-63.3,-101.8],"elR":[-95.3,7],"haR":[-141.3,46.8],"shL":[60,-117.7],"elL":[61.1,-32.5],"haL":[40.8,-0.3],"hipR":[-10.3,34.7],"knR":[54.5,150.7],"ftR":[67.9,303],"hipL":[34.7,33.4],"knL":[22.3,175],"ftL":[-39.9,294.9]},{"rootY":21.9,"hips":[0,0],"chest":[-0.7,-87.6],"neck":[-0.7,-87.6],"head":[-3.3,-152.9],"shR":[-63.7,-103.4],"elR":[-101.9,3.6],"haR":[-147.1,35.8],"shL":[59.8,-116.3],"elL":[69.5,-30.5],"haL":[71.1,1.9],"hipR":[-9.3,34.8],"knR":[56.4,151.5],"ftR":[69.9,304.1],"hipL":[35,33.3],"knL":[24.4,175],"ftL":[-37.4,296]},{"rootY":20.5,"hips":[0,0],"chest":[-0.6,-87.6],"neck":[-0.6,-87.6],"head":[-1.6,-152.9],"shR":[-63.6,-104.2],"elR":[-108.1,0.3],"haR":[-150.2,25],"shL":[59.4,-115.3],"elL":[80.6,-29.8],"haL":[101.2,1.3],"hipR":[-9,34.9],"knR":[57,152.8],"ftR":[72.8,305.5],"hipL":[34.9,33.5],"knL":[25.9,175.5],"ftL":[-34.5,298.4]},{"rootY":19.3,"hips":[0,0],"chest":[-0.2,-87.7],"neck":[-0.2,-87.7],"head":[0.1,-152.9],"shR":[-62.9,-105.6],"elR":[-113.1,-3.7],"haR":[-150.2,14.5],"shL":[59.3,-114.3],"elL":[93.5,-30.6],"haL":[130.6,-2.3],"hipR":[-8.7,35.4],"knR":[56.8,154],"ftR":[75.5,306.5],"hipL":[35,33.5],"knL":[26.2,175.7],"ftL":[-31.4,300.6]},{"rootY":17.9,"hips":[0,0],"chest":[0.4,-87.7],"neck":[0.4,-87.7],"head":[2,-152.9],"shR":[-62,-106.6],"elR":[-116.6,-7.1],"haR":[-149.3,5.6],"shL":[59.3,-113.5],"elL":[107.1,-31],"haL":[155,-6.9],"hipR":[-8.6,36],"knR":[55.3,155],"ftR":[77.2,307.3],"hipL":[35.1,33.5],"knL":[25.8,175.7],"ftL":[-28.5,303.3]},{"rootY":16.8,"hips":[0,0],"chest":[1.6,-87.7],"neck":[1.6,-87.7],"head":[4.3,-152.8],"shR":[-60.4,-107.6],"elR":[-118.4,-10.2],"haR":[-147,-1.6],"shL":[60,-112.8],"elL":[120.1,-32.5],"haL":[175.9,-11],"hipR":[-9.4,36.5],"knR":[53.3,155.3],"ftR":[77.9,307.4],"hipL":[34.8,33.7],"knL":[25.5,176.2],"ftL":[-25.1,306.4]},{"rootY":16.1,"hips":[0,0],"chest":[3,-87.7],"neck":[3,-87.7],"head":[6.9,-152.6],"shR":[-58.4,-108.6],"elR":[-118.6,-13],"haR":[-143.5,-6.9],"shL":[61.3,-111.9],"elL":[129.8,-34.1],"haL":[190.2,-14.6],"hipR":[-10.2,36.8],"knR":[50.2,155.7],"ftR":[75.6,307.8],"hipL":[34.6,33.9],"knL":[25.5,176.6],"ftL":[-21.9,308.9]},{"rootY":15.9,"hips":[0,0],"chest":[4.4,-87.6],"neck":[4.4,-87.6],"head":[9.3,-152.4],"shR":[-56.4,-109.5],"elR":[-117.7,-15],"haR":[-139.8,-10],"shL":[62.7,-111.4],"elL":[135,-36.4],"haL":[198.3,-18.2],"hipR":[-11,37.2],"knR":[46.6,155.7],"ftR":[70.5,308],"hipL":[34.4,34.2],"knL":[25,176.9],"ftL":[-19,311]},{"rootY":15.1,"hips":[0,0],"chest":[5.6,-87.5],"neck":[5.6,-87.5],"head":[11.7,-151.9],"shR":[-54.8,-109.9],"elR":[-116.2,-16.1],"haR":[-135.9,-10.5],"shL":[63.5,-111.1],"elL":[134.7,-38.4],"haL":[199.1,-21.3],"hipR":[-11.6,37.4],"knR":[42.7,155.5],"ftR":[60.9,308.5],"hipL":[34.1,34.4],"knL":[24.1,177.2],"ftL":[-16.7,312.7]}]},"march":{"name":"march","fps":30,"height":520,"groundY":342,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[1.1,-86.1],"neck":[1.1,-86.1],"head":[2,-151.3],"shR":[-51.8,-120.1],"elR":[-155.8,-105.5],"haR":[-222.9,-96.1],"shL":[58.6,-114],"elL":[159.3,-99.8],"haL":[225.6,-90.5],"hipR":[-21.8,38.1],"knR":[-19.3,184.4],"ftR":[-16.5,341.7],"hipL":[25.5,38.1],"knL":[22.9,183.4],"ftL":[20.2,338.8]},{"rootY":1.2,"hips":[0,0],"chest":[-6.3,-84.4],"neck":[-6.3,-84.4],"head":[-27.5,-144.7],"shR":[46.2,-120.7],"elR":[65.5,-17.5],"haR":[73.1,36.4],"shL":[-63.6,-112.6],"elL":[-58.1,-16.3],"haL":[-67.7,49],"hipR":[27.5,34.4],"knR":[17.9,175.6],"ftR":[12.4,313.9],"hipL":[-19.2,41.9],"knL":[-28.3,162.4],"ftL":[-38.2,316.8]},{"rootY":2.8,"hips":[0,0],"chest":[-6.7,-84.2],"neck":[-6.7,-84.2],"head":[-28.7,-144.1],"shR":[45.2,-121.3],"elR":[65.2,-18.2],"haR":[73,34.5],"shL":[-64.1,-111.7],"elL":[-56.9,-15.8],"haL":[-66.6,50.2],"hipR":[27.6,34.3],"knR":[18.6,175],"ftR":[14.5,308.9],"hipL":[-19.1,42],"knL":[-27.4,163.1],"ftL":[-36.6,318.2]},{"rootY":1.7,"hips":[0,0],"chest":[-7.8,-84],"neck":[-7.8,-84],"head":[-30.3,-143.6],"shR":[43.6,-121.7],"elR":[64,-18.7],"haR":[72.1,33.8],"shL":[-65.3,-110.9],"elL":[-56.4,-15.3],"haL":[-65.8,51],"hipR":[26.6,35],"knR":[18,175.5],"ftR":[16.2,304.2],"hipL":[-20.2,41.6],"knL":[-27.8,163],"ftL":[-35.3,318.3]},{"rootY":0.4,"hips":[0,0],"chest":[-8.7,-83.9],"neck":[-8.7,-83.9],"head":[-31.7,-143.4],"shR":[42.2,-122.3],"elR":[62.6,-19.4],"haR":[70.8,33.8],"shL":[-66.1,-110],"elL":[-55.8,-14.7],"haL":[-64.8,51.6],"hipR":[25.5,35.5],"knR":[16.9,177],"ftR":[17.8,297.6],"hipL":[-21.4,41.3],"knL":[-28.8,164.2],"ftL":[-34,319.5]},{"rootY":-0.2,"hips":[0,0],"chest":[-9,-84],"neck":[-9,-84],"head":[-32.6,-143.1],"shR":[41.7,-122.4],"elR":[62.3,-19.7],"haR":[70.2,34.5],"shL":[-66.2,-110],"elL":[-54.8,-15.3],"haL":[-63.4,50.8],"hipR":[25,35.5],"knR":[16.7,178.9],"ftR":[18.5,289.7],"hipL":[-21.8,41.1],"knL":[-30.1,165.8],"ftL":[-32.3,320.5]},{"rootY":-0.3,"hips":[0,0],"chest":[-9.4,-84],"neck":[-9.4,-84],"head":[-33,-143.4],"shR":[41.2,-122.6],"elR":[62.1,-20],"haR":[69.5,35.2],"shL":[-66.5,-109.9],"elL":[-54.4,-15.7],"haL":[-62.7,50.4],"hipR":[23.8,35.8],"knR":[16.9,181.1],"ftR":[18.3,280.7],"hipL":[-23,40.5],"knL":[-32.1,166.9],"ftL":[-30.4,320.6]},{"rootY":-0.1,"hips":[0,0],"chest":[-9.3,-84.2],"neck":[-9.3,-84.2],"head":[-33,-143.5],"shR":[41.4,-122.6],"elR":[62,-20.1],"haR":[68.8,35.9],"shL":[-66.3,-110],"elL":[-54.1,-16.5],"haL":[-62.4,49.8],"hipR":[22.1,36.4],"knR":[18.4,182.6],"ftR":[19,272],"hipL":[-24.8,39.4],"knL":[-32.7,168],"ftL":[-26.9,319.9]},{"rootY":0.8,"hips":[0,0],"chest":[-9.2,-84.3],"neck":[-9.2,-84.3],"head":[-32.4,-143.8],"shR":[41.9,-122.3],"elR":[61.4,-19.8],"haR":[67.9,37.4],"shL":[-66.1,-110.7],"elL":[-54.5,-16.9],"haL":[-62.6,49.5],"hipR":[20.2,36.9],"knR":[20.9,182.7],"ftR":[19.5,265],"hipL":[-26.7,37.9],"knL":[-31.7,168.8],"ftL":[-23.1,318.6]},{"rootY":1.9,"hips":[0,0],"chest":[-9.2,-84.3],"neck":[-9.2,-84.3],"head":[-31.8,-144],"shR":[42.4,-121.6],"elR":[60,-18.9],"haR":[66.5,39.5],"shL":[-66,-111.4],"elL":[-55.6,-17.1],"haL":[-64.1,49.3],"hipR":[19.9,36.8],"knR":[23,180.6],"ftR":[17.8,259.3],"hipL":[-27.1,37.4],"knL":[-29.8,169.9],"ftL":[-21.1,317.6]},{"rootY":2.2,"hips":[0,0],"chest":[-8.9,-84.4],"neck":[-8.9,-84.4],"head":[-30.7,-144.4],"shR":[43.1,-121.2],"elR":[57.9,-18.3],"haR":[64.6,41.6],"shL":[-65.7,-112],"elL":[-56.7,-16.3],"haL":[-65.9,50],"hipR":[19.5,37],"knR":[25.1,177.3],"ftR":[17.7,258.8],"hipL":[-27.6,36.6],"knL":[-28.3,171.5],"ftL":[-19.3,317.2]},{"rootY":2.3,"hips":[0,0],"chest":[-8.3,-84.5],"neck":[-8.3,-84.5],"head":[-29,-144.5],"shR":[44,-121],"elR":[55.5,-17.7],"haR":[62.4,43.5],"shL":[-65.1,-112.4],"elL":[-57.7,-15.4],"haL":[-67.7,50.7],"hipR":[19.3,37.3],"knR":[26.4,173.3],"ftR":[18.6,263.7],"hipL":[-27.9,36],"knL":[-26.3,173.5],"ftL":[-17.5,317.1]},{"rootY":1.1,"hips":[0,0],"chest":[-7.5,-84.6],"neck":[-7.5,-84.6],"head":[-27,-145.2],"shR":[45.2,-120.6],"elR":[53.4,-17],"haR":[60.4,45.3],"shL":[-64.5,-112.9],"elL":[-59,-15],"haL":[-69.6,50.7],"hipR":[19,37.4],"knR":[26.7,169.2],"ftR":[18.6,273.6],"hipL":[-28.1,35.7],"knL":[-24.4,174.6],"ftL":[-15.6,317.2]},{"rootY":0,"hips":[0,0],"chest":[-6.9,-84.7],"neck":[-6.9,-84.7],"head":[-25.1,-145.7],"shR":[46.3,-120],"elR":[51.8,-16.4],"haR":[58.2,47.2],"shL":[-63.9,-113.7],"elL":[-60.5,-15.1],"haL":[-71.5,50],"hipR":[18.8,37.6],"knR":[26.6,165.2],"ftR":[18.9,286.1],"hipL":[-28.4,35.4],"knL":[-22.9,176.3],"ftL":[-14,317.6]},{"rootY":-1.2,"hips":[0,0],"chest":[-6.4,-84.7],"neck":[-6.4,-84.7],"head":[-23.4,-146.4],"shR":[47,-119.3],"elR":[50.5,-15.8],"haR":[56.5,48.7],"shL":[-63.4,-114.2],"elL":[-62.9,-15.1],"haL":[-74,49.1],"hipR":[18.6,37.9],"knR":[26.6,162.3],"ftR":[20.3,298.7],"hipL":[-28.6,35],"knL":[-21.3,177.8],"ftL":[-12.4,318.3]},{"rootY":-3.2,"hips":[0,0],"chest":[-5.8,-84.7],"neck":[-5.8,-84.7],"head":[-21,-146.8],"shR":[47.7,-118.8],"elR":[49.2,-15.6],"haR":[54.6,49.3],"shL":[-62.8,-114.8],"elL":[-65.8,-15.3],"haL":[-76.4,47.7],"hipR":[18.8,38.2],"knR":[25.8,161],"ftR":[22.3,310],"hipL":[-28.4,35.2],"knL":[-20.5,179.2],"ftL":[-12,319.7]},{"rootY":-4.9,"hips":[0,0],"chest":[-5.7,-84.6],"neck":[-5.7,-84.6],"head":[-18.8,-147.4],"shR":[48,-118.2],"elR":[48,-15.3],"haR":[52.7,50.1],"shL":[-62.6,-115.4],"elL":[-69.7,-15.9],"haL":[-79.4,45.3],"hipR":[18.4,38.6],"knR":[24.3,161.7],"ftR":[25.3,317.7],"hipL":[-28.8,35.1],"knL":[-20.8,179.9],"ftL":[-12,320.6]},{"rootY":-4.1,"hips":[0,0],"chest":[-5.4,-84.7],"neck":[-5.4,-84.7],"head":[-18.2,-146.9],"shR":[48.2,-117.7],"elR":[46.4,-15.1],"haR":[51,50.7],"shL":[-62.2,-116],"elL":[-73.6,-16.3],"haL":[-82.7,43],"hipR":[18.1,38.9],"knR":[22.6,162.9],"ftR":[28.3,319.9],"hipL":[-29,35],"knL":[-21.3,180],"ftL":[-12.5,319.8]},{"rootY":-3.4,"hips":[0,0],"chest":[-4.9,-84.7],"neck":[-4.9,-84.7],"head":[-16.7,-147.1],"shR":[48.7,-117.6],"elR":[45.2,-15.2],"haR":[49.7,50.7],"shL":[-61.5,-116.3],"elL":[-76.8,-16.7],"haL":[-85.1,40.7],"hipR":[17.3,39.2],"knR":[21.8,164.1],"ftR":[30.4,318.6],"hipL":[-29.7,34.6],"knL":[-22,179],"ftL":[-13.2,319.1]},{"rootY":-2,"hips":[0,0],"chest":[-4.5,-84.7],"neck":[-4.5,-84.7],"head":[-15.4,-147.5],"shR":[49.1,-117.1],"elR":[44,-15],"haR":[48.5,51.1],"shL":[-60.8,-116.8],"elL":[-79.6,-17.4],"haL":[-87.3,38.4],"hipR":[17.3,39.4],"knR":[21.9,164.4],"ftR":[30.6,317.3],"hipL":[-29.7,34.7],"knL":[-22.6,178.6],"ftL":[-13.8,317.5]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.1,-84.6],"neck":[-4.1,-84.6],"head":[-14.1,-147.4],"shR":[49.6,-116.5],"elR":[43.1,-14.5],"haR":[48,52],"shL":[-60,-117.3],"elL":[-81.2,-18.1],"haL":[-88.7,35.8],"hipR":[17.4,39.7],"knR":[22.7,163.1],"ftR":[29.8,317],"hipL":[-29.6,34.6],"knL":[-22.8,177.7],"ftL":[-15.3,314.3]},{"rootY":1.5,"hips":[0,0],"chest":[-3.5,-84.5],"neck":[-3.5,-84.5],"head":[-12.8,-147.5],"shR":[50.1,-116.1],"elR":[42.1,-14.2],"haR":[47.1,52.5],"shL":[-59.2,-117.7],"elL":[-81.6,-18.6],"haL":[-89.5,33.8],"hipR":[17.4,39.8],"knR":[22.6,162.4],"ftR":[28.5,318],"hipL":[-29.6,34.5],"knL":[-23,176.4],"ftL":[-16.6,310.7]},{"rootY":1,"hips":[0,0],"chest":[-3,-84.5],"neck":[-3,-84.5],"head":[-11.3,-147.6],"shR":[50.6,-115.5],"elR":[41.7,-13.5],"haR":[46.9,53.5],"shL":[-58.3,-118.3],"elL":[-80.9,-19.2],"haL":[-89.5,32.3],"hipR":[17.5,39.8],"knR":[22,162.5],"ftR":[27.4,319.1],"hipL":[-29.5,34.7],"knL":[-23.3,175.1],"ftL":[-17.9,306.7]},{"rootY":-0.8,"hips":[0,0],"chest":[-2.2,-84.5],"neck":[-2.2,-84.5],"head":[-9.6,-147.8],"shR":[51.5,-114.8],"elR":[41.6,-12.7],"haR":[47.1,54.5],"shL":[-57,-118.9],"elL":[-79.1,-19.8],"haL":[-88.3,31.6],"hipR":[18.7,39.5],"knR":[22.8,163.5],"ftR":[27.6,320.5],"hipL":[-28.4,35.5],"knL":[-22.9,175.5],"ftL":[-19.7,302.6]},{"rootY":-2.6,"hips":[0,0],"chest":[-1.8,-84.5],"neck":[-1.8,-84.5],"head":[-8.4,-148],"shR":[51.9,-114.3],"elR":[41.5,-12.4],"haR":[47.2,54.9],"shL":[-56.2,-119.4],"elL":[-78.2,-20.5],"haL":[-87.3,31.4],"hipR":[19.8,39.2],"knR":[23.3,165],"ftR":[25.3,322.2],"hipL":[-27.3,36.2],"knL":[-23.1,176.5],"ftL":[-22.8,297.5]},{"rootY":-4.4,"hips":[0,0],"chest":[-1.7,-84.6],"neck":[-1.7,-84.6],"head":[-8,-148.4],"shR":[51.9,-114.2],"elR":[41.2,-12.2],"haR":[47.1,55.1],"shL":[-55.9,-119.7],"elL":[-78.1,-20.9],"haL":[-86.4,31.7],"hipR":[20.3,39],"knR":[23.2,167.1],"ftR":[23.6,324],"hipL":[-26.8,36.3],"knL":[-23.6,178.1],"ftL":[-25,291.7]},{"rootY":-5.3,"hips":[0,0],"chest":[-1.5,-84.7],"neck":[-1.5,-84.7],"head":[-7.4,-148.8],"shR":[52,-113.9],"elR":[41.6,-12],"haR":[47.7,55.1],"shL":[-55.6,-120],"elL":[-77.9,-21.5],"haL":[-85.1,32.2],"hipR":[21.2,38.6],"knR":[23,168.6],"ftR":[21.1,324.8],"hipL":[-26,36.7],"knL":[-24.4,180.3],"ftL":[-26,286.1]},{"rootY":-5.4,"hips":[0,0],"chest":[-1.5,-84.8],"neck":[-1.5,-84.8],"head":[-7.1,-149.1],"shR":[52.1,-113.7],"elR":[42.4,-11.9],"haR":[48.9,55.1],"shL":[-55.6,-120.2],"elL":[-78.2,-22.1],"haL":[-83.8,32.2],"hipR":[22.1,38],"knR":[21.7,169.7],"ftR":[18.4,324.5],"hipL":[-25.1,36.9],"knL":[-26.1,181.9],"ftL":[-27.6,278.6]},{"rootY":-4.6,"hips":[0,0],"chest":[-1.9,-84.8],"neck":[-1.9,-84.8],"head":[-7.6,-149.2],"shR":[51.8,-114],"elR":[43.5,-11.8],"haR":[50.3,54.9],"shL":[-56.1,-119.9],"elL":[-78.5,-22.1],"haL":[-82.7,32.7],"hipR":[22.9,37.2],"knR":[19.6,170.6],"ftR":[15.2,323.5],"hipL":[-24.3,37],"knL":[-28.3,182.2],"ftL":[-28.9,271.1]},{"rootY":-3.5,"hips":[0,0],"chest":[-2.2,-84.8],"neck":[-2.2,-84.8],"head":[-8.8,-149.8],"shR":[51.7,-114.5],"elR":[45.3,-11.8],"haR":[52.5,54.6],"shL":[-56.8,-119.6],"elL":[-77.6,-21.7],"haL":[-81.3,33.8],"hipR":[23.6,36.4],"knR":[17.3,171.7],"ftR":[12.7,322.4],"hipL":[-23.6,37],"knL":[-30.6,181.2],"ftL":[-29.2,264.6]},{"rootY":-3.3,"hips":[0,0],"chest":[-2.6,-84.9],"neck":[-2.6,-84.9],"head":[-9.4,-149.9],"shR":[51.6,-114.7],"elR":[47.2,-11.3],"haR":[55.1,54.7],"shL":[-57.4,-119.6],"elL":[-74.8,-21.3],"haL":[-78.5,35.2],"hipR":[24.6,35.4],"knR":[16.1,172.9],"ftR":[11.1,321.9],"hipL":[-22.5,37.6],"knL":[-32.5,179.5],"ftL":[-29.7,263.1]},{"rootY":-3.4,"hips":[0,0],"chest":[-3.1,-85.1],"neck":[-3.1,-85.1],"head":[-10,-150.3],"shR":[51.5,-114.9],"elR":[49.2,-10.9],"haR":[57.7,54.8],"shL":[-58,-119.5],"elL":[-71.5,-20.8],"haL":[-75.9,36.9],"hipR":[25,34.9],"knR":[15.6,174.6],"ftR":[10.1,322],"hipL":[-22.2,37.9],"knL":[-33.3,176.9],"ftL":[-30,266.1]},{"rootY":-4.2,"hips":[0,0],"chest":[-3.4,-85.2],"neck":[-3.4,-85.2],"head":[-10.6,-150.5],"shR":[51.5,-115.2],"elR":[51.2,-10.8],"haR":[60.4,54.4],"shL":[-58.5,-119.3],"elL":[-68.2,-20.3],"haL":[-73.1,38.7],"hipR":[25.5,34.5],"knR":[15.4,176.3],"ftR":[9.6,322.2],"hipL":[-21.6,38.3],"knL":[-33.3,173.9],"ftL":[-30,273.5]},{"rootY":-4.4,"hips":[0,0],"chest":[-3.6,-85.2],"neck":[-3.6,-85.2],"head":[-11.4,-150.6],"shR":[51.5,-115.7],"elR":[53.3,-11.1],"haR":[62.9,53.3],"shL":[-58.9,-118.8],"elL":[-65.3,-19.8],"haL":[-70.6,40.5],"hipR":[26.4,33.8],"knR":[15.6,177.4],"ftR":[9.2,322.4],"hipL":[-20.6,38.8],"knL":[-32.5,170.9],"ftL":[-29.1,282.8]},{"rootY":-5.5,"hips":[0,0],"chest":[-3.6,-85.2],"neck":[-3.6,-85.2],"head":[-12.5,-150.5],"shR":[51.5,-116.1],"elR":[55.6,-11.5],"haR":[65.3,52],"shL":[-59.1,-118.1],"elL":[-63.3,-19.5],"haL":[-68.7,41.8],"hipR":[26.7,33.8],"knR":[15.4,178.5],"ftR":[9.2,322.7],"hipL":[-20.3,39.2],"knL":[-31.1,168],"ftL":[-28,293.8]},{"rootY":-7,"hips":[0,0],"chest":[-3,-85.3],"neck":[-3,-85.3],"head":[-12.8,-150.6],"shR":[52.1,-116.8],"elR":[58.8,-12.3],"haR":[68.1,49.8],"shL":[-58.5,-117.7],"elL":[-61.1,-19.5],"haL":[-66.2,43.1],"hipR":[26.7,33.8],"knR":[16.7,179.5],"ftR":[10.1,323.2],"hipL":[-20.2,39.5],"knL":[-28.8,166.7],"ftL":[-26.2,304.7]},{"rootY":-7.7,"hips":[0,0],"chest":[-3,-85.3],"neck":[-3,-85.3],"head":[-14.2,-150.4],"shR":[51.9,-117.3],"elR":[61.4,-13],"haR":[70.3,48.8],"shL":[-58.5,-117.2],"elL":[-59.7,-19.4],"haL":[-64.8,44.1],"hipR":[27,33.8],"knR":[17.1,179.7],"ftR":[10.1,323.6],"hipL":[-19.9,40],"knL":[-27.1,165.7],"ftL":[-25.8,313.5]},{"rootY":-7,"hips":[0,0],"chest":[-3.2,-85.1],"neck":[-3.2,-85.1],"head":[-15.5,-150.1],"shR":[51.6,-117.7],"elR":[63.9,-13.6],"haR":[72,46.3],"shL":[-58.7,-116.4],"elL":[-58.3,-19.1],"haL":[-63.8,45.2],"hipR":[28.1,33.4],"knR":[17.4,178.9],"ftR":[9.7,322.9],"hipL":[-18.6,40.9],"knL":[-24.8,165.4],"ftL":[-26.7,319.2]},{"rootY":-6.6,"hips":[0,0],"chest":[-3.6,-85],"neck":[-3.6,-85],"head":[-16.6,-149.9],"shR":[50.9,-118.1],"elR":[66,-14.3],"haR":[73.2,44.3],"shL":[-59.1,-116],"elL":[-57.1,-19.2],"haL":[-63.1,45.8],"hipR":[28.1,33.7],"knR":[17.9,178.3],"ftR":[10,322.4],"hipL":[-18.6,41.3],"knL":[-22.8,165.9],"ftL":[-27.7,321.3]},{"rootY":-5.2,"hips":[0,0],"chest":[-3.9,-84.9],"neck":[-3.9,-84.9],"head":[-17.5,-149.7],"shR":[50.3,-118.6],"elR":[67.3,-15.1],"haR":[74.1,42],"shL":[-59.5,-115.3],"elL":[-55.3,-18.6],"haL":[-62.2,47.1],"hipR":[28.6,33.6],"knR":[19.1,176.7],"ftR":[10.8,320.9],"hipL":[-18,41.7],"knL":[-21.1,165.5],"ftL":[-27.5,319.9]},{"rootY":-3.2,"hips":[0,0],"chest":[-4.2,-84.8],"neck":[-4.2,-84.8],"head":[-18.3,-149.4],"shR":[49.8,-118.8],"elR":[68.4,-15.5],"haR":[75.1,40.3],"shL":[-59.7,-114.9],"elL":[-53.9,-18.2],"haL":[-61.5,47.9],"hipR":[28.7,33.6],"knR":[20,175.2],"ftR":[12.5,317.9],"hipL":[-17.8,41.9],"knL":[-21,164.9],"ftL":[-27.1,319]},{"rootY":-1.3,"hips":[0,0],"chest":[-4.9,-84.6],"neck":[-4.9,-84.6],"head":[-19.4,-149.1],"shR":[48.9,-119],"elR":[68.2,-15.8],"haR":[75,38.9],"shL":[-60.4,-114.4],"elL":[-53.1,-18],"haL":[-61.1,48.3],"hipR":[28.3,33.8],"knR":[20.2,174.5],"ftR":[14.4,313.9],"hipL":[-18.2,42],"knL":[-21.9,164.1],"ftL":[-25.9,319.1]},{"rootY":-1.8,"hips":[0,0],"chest":[-5.8,-84.3],"neck":[-5.8,-84.3],"head":[-20.6,-148.9],"shR":[47.4,-119.4],"elR":[66.9,-16.3],"haR":[74.1,38],"shL":[-61.3,-113.7],"elL":[-53.3,-17],"haL":[-61.3,49.5],"hipR":[27.5,34.2],"knR":[19.7,174.1],"ftR":[16,309.5],"hipL":[-19.2,41.8],"knL":[-22.4,162.9],"ftL":[-24.4,318.3]},{"rootY":-3,"hips":[0,0],"chest":[-7,-84.2],"neck":[-7,-84.2],"head":[-22.1,-148.7],"shR":[45.8,-119.8],"elR":[64.8,-16.7],"haR":[72.4,37.8],"shL":[-62.4,-113.1],"elL":[-53.8,-16],"haL":[-62.1,50.5],"hipR":[26.2,34.9],"knR":[18.5,175.7],"ftR":[17.4,303.4],"hipL":[-20.6,41.4],"knL":[-23.4,164.2],"ftL":[-22.8,319.7]},{"rootY":-4.8,"hips":[0,0],"chest":[-7.3,-84.4],"neck":[-7.3,-84.4],"head":[-22.6,-148.8],"shR":[45.2,-120.2],"elR":[63.5,-17.1],"haR":[71.3,38.2],"shL":[-62.6,-112.9],"elL":[-53.7,-15.9],"haL":[-62.3,50.5],"hipR":[25.7,35],"knR":[18.9,177.5],"ftR":[19.6,296],"hipL":[-21.1,41.1],"knL":[-23.4,166.7],"ftL":[-20.2,321.8]},{"rootY":-6.4,"hips":[0,0],"chest":[-7.5,-84.4],"neck":[-7.5,-84.4],"head":[-22.6,-148.9],"shR":[45.1,-120.3],"elR":[62.9,-17.3],"haR":[70.4,39],"shL":[-62.6,-112.7],"elL":[-53.6,-15.8],"haL":[-62.6,50.5],"hipR":[25.3,35.1],"knR":[20.6,180],"ftR":[20.9,289],"hipL":[-21.6,40.9],"knL":[-23.8,169],"ftL":[-17.9,323.4]},{"rootY":-7.2,"hips":[0,0],"chest":[-8.1,-84.5],"neck":[-8.1,-84.5],"head":[-23,-149],"shR":[44.6,-120.3],"elR":[62.1,-17.3],"haR":[69.1,39.9],"shL":[-63.2,-112.8],"elL":[-54.5,-16.2],"haL":[-63.8,50],"hipR":[24.1,35.6],"knR":[23,181.9],"ftR":[22,280.5],"hipL":[-22.9,40.2],"knL":[-24.6,170.8],"ftL":[-15.6,324.1]},{"rootY":-7.3,"hips":[0,0],"chest":[-8.5,-84.5],"neck":[-8.5,-84.5],"head":[-23,-149.1],"shR":[44.3,-120.1],"elR":[61.1,-17.2],"haR":[67.6,40.8],"shL":[-63.7,-112.9],"elL":[-56.5,-16.3],"haL":[-65.8,49.7],"hipR":[22.4,36.3],"knR":[25.1,182.1],"ftR":[23.6,272.8],"hipL":[-24.6,39.1],"knL":[-25.7,171.9],"ftL":[-13,323.8]},{"rootY":-6.8,"hips":[0,0],"chest":[-8.3,-84.6],"neck":[-8.3,-84.6],"head":[-22.3,-149.3],"shR":[44.8,-119.8],"elR":[60.4,-16.8],"haR":[66.5,42],"shL":[-63.5,-113.6],"elL":[-58,-16.2],"haL":[-67.6,49.3],"hipR":[21.1,36.5],"knR":[27.8,180.5],"ftR":[25.1,266.5],"hipL":[-25.9,38],"knL":[-25.1,172.9],"ftL":[-9.8,323]},{"rootY":-6.2,"hips":[0,0],"chest":[-8.4,-84.7],"neck":[-8.4,-84.7],"head":[-21.8,-149.5],"shR":[45.1,-119.5],"elR":[58.5,-16.4],"haR":[64.5,42.9],"shL":[-63.5,-114.1],"elL":[-60,-15.8],"haL":[-70.2,49.3],"hipR":[20.5,36.4],"knR":[29.2,177.3],"ftR":[25.3,263],"hipL":[-26.5,37.4],"knL":[-24.1,174.3],"ftL":[-7.8,322.4]},{"rootY":-5.7,"hips":[0,0],"chest":[-8.2,-84.9],"neck":[-8.2,-84.9],"head":[-21.1,-149.8],"shR":[45.6,-119.2],"elR":[56.7,-15.9],"haR":[62.6,44.2],"shL":[-63.2,-114.5],"elL":[-62,-15.1],"haL":[-72.9,49.3],"hipR":[19.4,36.8],"knR":[29.2,173.4],"ftR":[26.1,263.9],"hipL":[-27.7,36.4],"knL":[-23.1,175.3],"ftL":[-5.5,321.8]},{"rootY":-6.2,"hips":[0,0],"chest":[-7.8,-85],"neck":[-7.8,-85],"head":[-20.2,-150],"shR":[46.3,-119],"elR":[54.8,-15.3],"haR":[60.5,46.2],"shL":[-62.8,-115],"elL":[-64,-14.6],"haL":[-75.6,49.1],"hipR":[18.6,37.1],"knR":[27,169.7],"ftR":[26.7,270.5],"hipL":[-28.4,36],"knL":[-22.8,176.1],"ftL":[-4,321.3]},{"rootY":-5.6,"hips":[0,0],"chest":[-7.4,-85.2],"neck":[-7.4,-85.2],"head":[-19,-150.2],"shR":[47,-118.6],"elR":[53,-14.8],"haR":[58.7,47.7],"shL":[-62.3,-115.3],"elL":[-65.4,-14.3],"haL":[-77.9,48.4],"hipR":[17.8,37.2],"knR":[24,165.7],"ftR":[26.6,279.9],"hipL":[-29.1,35.5],"knL":[-22.3,177.1],"ftL":[-2.4,320.5]},{"rootY":-5.3,"hips":[0,0],"chest":[-7.3,-85.2],"neck":[-7.3,-85.2],"head":[-18.1,-150.4],"shR":[47.3,-118.2],"elR":[51.3,-14.3],"haR":[56.8,49.2],"shL":[-62.2,-115.8],"elL":[-67.3,-14.6],"haL":[-80.4,47],"hipR":[17.2,37.3],"knR":[20.1,162.3],"ftR":[24.5,291.2],"hipL":[-29.6,35.2],"knL":[-21.6,178.1],"ftL":[-0.5,320.1]},{"rootY":-5.7,"hips":[0,0],"chest":[-7.2,-85.3],"neck":[-7.2,-85.3],"head":[-17.5,-150.4],"shR":[47.7,-117.7],"elR":[50.4,-13.9],"haR":[55.5,50.3],"shL":[-62.1,-116.3],"elL":[-69.1,-15],"haL":[-82.4,45.1],"hipR":[16.2,37.8],"knR":[16.8,160.8],"ftR":[21.8,303.1],"hipL":[-30.4,34.9],"knL":[-21.2,178.8],"ftL":[1.1,320]},{"rootY":-6.4,"hips":[0,0],"chest":[-7.1,-85.3],"neck":[-7.1,-85.3],"head":[-16.7,-150.5],"shR":[48.1,-117.2],"elR":[49.9,-13.5],"haR":[54.5,51.3],"shL":[-61.7,-117],"elL":[-70.7,-15.7],"haL":[-83.7,42.6],"hipR":[15.5,38],"knR":[13.5,161.1],"ftR":[18.3,313.4],"hipL":[-30.9,34.8],"knL":[-20.5,179.4],"ftL":[2.9,320.2]},{"rootY":-7,"hips":[0,0],"chest":[-7,-85.3],"neck":[-7,-85.3],"head":[-15.7,-150.6],"shR":[48.5,-116.8],"elR":[49.7,-13.2],"haR":[53.6,52.1],"shL":[-61.4,-117.4],"elL":[-72.9,-16.4],"haL":[-84.8,39.7],"hipR":[15,38.4],"knR":[10.8,162.6],"ftR":[14.1,319.5],"hipL":[-31.3,34.9],"knL":[-19.4,179.6],"ftL":[4.7,320.1]},{"rootY":-6.6,"hips":[0,0],"chest":[-6.7,-85.4],"neck":[-6.7,-85.4],"head":[-14.7,-150.7],"shR":[48.9,-116.6],"elR":[49.4,-13.3],"haR":[52.9,52.3],"shL":[-61,-117.9],"elL":[-74.3,-17.1],"haL":[-85.6,36.8],"hipR":[14,38.7],"knR":[7.8,164.7],"ftR":[10.8,321.1],"hipL":[-32,34.6],"knL":[-18.4,178.8],"ftL":[6.2,319.3]},{"rootY":-5.3,"hips":[0,0],"chest":[-6.9,-85.4],"neck":[-6.9,-85.4],"head":[-14.3,-150.7],"shR":[49,-116.1],"elR":[48.7,-13.2],"haR":[51.9,52.7],"shL":[-60.9,-118.4],"elL":[-75.9,-17.8],"haL":[-86.4,33.7],"hipR":[13.8,39],"knR":[4.5,165.1],"ftR":[7,319.4],"hipL":[-32.1,34.7],"knL":[-18,178.1],"ftL":[6,318.2]},{"rootY":-3,"hips":[0,0],"chest":[-6.7,-85.3],"neck":[-6.7,-85.3],"head":[-13.5,-150.7],"shR":[49.3,-115.8],"elR":[48.6,-13],"haR":[51.6,53.1],"shL":[-60.6,-118.7],"elL":[-76.9,-18.3],"haL":[-86.8,31.3],"hipR":[13.5,39.2],"knR":[3.7,164.3],"ftR":[4.3,319],"hipL":[-32.3,34.7],"knL":[-17.8,177.3],"ftL":[6.6,315]},{"rootY":-1.4,"hips":[0,0],"chest":[-6.4,-85.2],"neck":[-6.4,-85.2],"head":[-12.7,-150.7],"shR":[49.7,-115.5],"elR":[48.2,-13.1],"haR":[51.4,53.3],"shL":[-60.2,-118.9],"elL":[-77.3,-18.7],"haL":[-86.6,29.5],"hipR":[13.3,39.2],"knR":[2,163],"ftR":[3.5,319],"hipL":[-32.5,34.5],"knL":[-17,175.8],"ftL":[7.1,311.7]},{"rootY":-1.4,"hips":[0,0],"chest":[-6,-85.2],"neck":[-6,-85.2],"head":[-11,-150.7],"shR":[50.7,-114.6],"elR":[48.1,-12],"haR":[51.7,54.6],"shL":[-59.2,-120.1],"elL":[-75.9,-19.8],"haL":[-85.3,28.5],"hipR":[13.4,39.2],"knR":[0.8,162.6],"ftR":[4.1,319.3],"hipL":[-32.4,34.7],"knL":[-15.9,174.9],"ftL":[7.9,307.9]},{"rootY":-2.2,"hips":[0,0],"chest":[-5.4,-85.2],"neck":[-5.4,-85.2],"head":[-9.4,-150.6],"shR":[51.4,-114.1],"elR":[48,-11.6],"haR":[52.1,55.3],"shL":[-58.6,-120.2],"elL":[-74,-19.8],"haL":[-83.8,29.3],"hipR":[14.8,38.9],"knR":[1,163.3],"ftR":[4.9,320.5],"hipL":[-31.2,35.7],"knL":[-15.3,175.8],"ftL":[7.9,303.4]},{"rootY":-4,"hips":[0,0],"chest":[-5.1,-85.1],"neck":[-5.1,-85.1],"head":[-8.8,-150.6],"shR":[52.2,-113.3],"elR":[48.2,-10.9],"haR":[52.6,55.9],"shL":[-57.7,-121.1],"elL":[-71.9,-20.7],"haL":[-81.8,30.2],"hipR":[15,39],"knR":[1.7,165.4],"ftR":[6.1,322.5],"hipL":[-31,35.9],"knL":[-15.9,176.3],"ftL":[6.8,298.6]},{"rootY":-6.1,"hips":[0,0],"chest":[-4.5,-85.1],"neck":[-4.5,-85.1],"head":[-7.7,-150.6],"shR":[53.1,-112.7],"elR":[49,-10.4],"haR":[53.5,56.4],"shL":[-56.7,-121.8],"elL":[-69.8,-21.6],"haL":[-79.5,31.2],"hipR":[15.4,38.7],"knR":[2.6,167.7],"ftR":[7,324.3],"hipL":[-30.6,36.2],"knL":[-17.8,177.9],"ftL":[6.1,293.1]},{"rootY":-8.5,"hips":[0,0],"chest":[-4,-85.1],"neck":[-4,-85.1],"head":[-6.9,-150.6],"shR":[53.6,-112.5],"elR":[49.9,-10.3],"haR":[54.3,56.4],"shL":[-56.2,-121.6],"elL":[-68.9,-22],"haL":[-78,33.3],"hipR":[16.4,38.3],"knR":[3.1,170.1],"ftR":[7,326],"hipL":[-29.8,36.9],"knL":[-21.6,180.7],"ftL":[4,288.3]},{"rootY":-9.4,"hips":[0,0],"chest":[-3.9,-85],"neck":[-3.9,-85],"head":[-6.8,-150.6],"shR":[53.7,-112.5],"elR":[50.9,-10.4],"haR":[55,56.1],"shL":[-56,-121.6],"elL":[-67.9,-22.3],"haL":[-76.4,34.7],"hipR":[17.4,37.7],"knR":[3.5,171.7],"ftR":[7.1,326.6],"hipL":[-28.8,37.4],"knL":[-26.3,182.4],"ftL":[2.6,281.7]},{"rootY":-9.9,"hips":[0,0],"chest":[-3.9,-85],"neck":[-3.9,-85],"head":[-6.9,-150.6],"shR":[53.6,-112.7],"elR":[52.4,-10.5],"haR":[56.2,55.7],"shL":[-55.8,-121.5],"elL":[-66.8,-22.7],"haL":[-74.9,35.7],"hipR":[18.3,37],"knR":[3,173],"ftR":[7.1,326.7],"hipL":[-27.9,37.9],"knL":[-31.9,183],"ftL":[0.7,275.5]},{"rootY":-10,"hips":[0,0],"chest":[-4.4,-84.9],"neck":[-4.4,-84.9],"head":[-7.6,-150.5],"shR":[52.8,-113],"elR":[53.3,-10.5],"haR":[56.9,55.3],"shL":[-56.4,-120.9],"elL":[-65.9,-22.7],"haL":[-73.9,36.8],"hipR":[19,36.2],"knR":[1.8,173.9],"ftR":[6.7,326.1],"hipL":[-27.2,38.2],"knL":[-37.9,182.2],"ftL":[-1.4,269.7]},{"rootY":-9.2,"hips":[0,0],"chest":[-4.8,-84.8],"neck":[-4.8,-84.8],"head":[-8.3,-150.4],"shR":[52.2,-113.4],"elR":[54.4,-10.5],"haR":[58,54.8],"shL":[-56.6,-120.6],"elL":[-63.8,-22.8],"haL":[-72.2,37.9],"hipR":[19.2,35.7],"knR":[1.5,174.9],"ftR":[7.1,325.4],"hipL":[-26.9,38.4],"knL":[-43.9,179.9],"ftL":[-4,267]},{"rootY":-9.3,"hips":[0,0],"chest":[-5.3,-84.8],"neck":[-5.3,-84.8],"head":[-9.4,-150.4],"shR":[51.5,-113.7],"elR":[55.2,-10.4],"haR":[59.1,54.4],"shL":[-56.7,-120.3],"elL":[-60.9,-22.6],"haL":[-70.3,39.2],"hipR":[19.2,35.5],"knR":[1.5,176.1],"ftR":[8,325],"hipL":[-26.7,38.6],"knL":[-48.5,177.1],"ftL":[-7.5,269.3]},{"rootY":-9.2,"hips":[0,0],"chest":[-5.6,-84.8],"neck":[-5.6,-84.8],"head":[-10.6,-150.4],"shR":[50.6,-113.8],"elR":[55.9,-10.2],"haR":[60.1,53.9],"shL":[-56.3,-120.4],"elL":[-57.1,-22.8],"haL":[-67.7,39.8],"hipR":[19.6,35.1],"knR":[1.7,177.2],"ftR":[9.4,324.4],"hipL":[-26.1,39.1],"knL":[-51.8,174.2],"ftL":[-12.1,275.2]},{"rootY":-9.2,"hips":[0,0],"chest":[-6,-84.7],"neck":[-6,-84.7],"head":[-11.8,-150.4],"shR":[49.7,-114.1],"elR":[57,-10.5],"haR":[61.3,52.9],"shL":[-56.1,-120],"elL":[-53.6,-22],"haL":[-65.2,41.5],"hipR":[20.3,34.5],"knR":[2.5,177.7],"ftR":[11,323.7],"hipL":[-25.2,39.7],"knL":[-54,171.4],"ftL":[-17.1,284.3]},{"rootY":-9.9,"hips":[0,0],"chest":[-6,-84.7],"neck":[-6,-84.7],"head":[-12.6,-150.4],"shR":[48.9,-114.5],"elR":[58.6,-10.7],"haR":[62.5,51.9],"shL":[-55.5,-119.7],"elL":[-50.4,-21.6],"haL":[-62.8,42.5],"hipR":[20.4,34.3],"knR":[4.2,178.6],"ftR":[13.4,323.3],"hipL":[-24.9,40],"knL":[-54.6,169.1],"ftL":[-21.9,295.3]},{"rootY":-11.1,"hips":[0,0],"chest":[-6.2,-84.7],"neck":[-6.2,-84.7],"head":[-13.9,-150.2],"shR":[48,-115],"elR":[60,-11.3],"haR":[63.5,50.4],"shL":[-55.1,-119],"elL":[-48.3,-21.2],"haL":[-60.6,43.5],"hipR":[20.8,34],"knR":[6.5,179.2],"ftR":[15.7,323.3],"hipL":[-24.2,40.6],"knL":[-54.6,167.8],"ftL":[-28,306.7]},{"rootY":-11.6,"hips":[0,0],"chest":[-7.8,-84.4],"neck":[-7.8,-84.4],"head":[-16.3,-149.9],"shR":[45.6,-115.2],"elR":[60.1,-11.5],"haR":[62.6,49.3],"shL":[-56.2,-118.4],"elL":[-47.8,-21],"haL":[-60.2,43.9],"hipR":[21.2,33.8],"knR":[7,179.4],"ftR":[16.7,323.5],"hipL":[-23.6,41],"knL":[-54.5,167.1],"ftL":[-37.3,316.2]},{"rootY":-12.4,"hips":[0,0],"chest":[-8.1,-84.5],"neck":[-8.1,-84.5],"head":[-16.9,-149.9],"shR":[44.5,-115.8],"elR":[61.3,-12.4],"haR":[62.7,47.6],"shL":[-55.5,-117.8],"elL":[-45.9,-20.7],"haL":[-58.2,44.4],"hipR":[20.1,34.6],"knR":[9.9,180.5],"ftR":[20.7,324.1],"hipL":[-24.5,40.8],"knL":[-52.9,168.1],"ftL":[-44.8,322.6]},{"rootY":-11.8,"hips":[0,0],"chest":[-7.8,-84.7],"neck":[-7.8,-84.7],"head":[-17.1,-150.1],"shR":[44.1,-116.5],"elR":[63.3,-13.3],"haR":[63.6,45.9],"shL":[-55,-117.6],"elL":[-44.2,-20.9],"haL":[-56.6,44.3],"hipR":[20,34.6],"knR":[14.4,179.9],"ftR":[25,323.9],"hipL":[-24.4,41.1],"knL":[-51,168.6],"ftL":[-52.1,324.1]},{"rootY":-10.4,"hips":[0,0],"chest":[-7.4,-84.9],"neck":[-7.4,-84.9],"head":[-17,-150.2],"shR":[43.9,-117.1],"elR":[64.2,-14.1],"haR":[63.8,43.7],"shL":[-54.2,-117.4],"elL":[-42.2,-20.7],"haL":[-54.5,44.6],"hipR":[19.5,34.9],"knR":[19.3,178.9],"ftR":[30.1,323],"hipL":[-24.7,41.1],"knL":[-50.8,167.4],"ftL":[-56.3,322]},{"rootY":-7.5,"hips":[0,0],"chest":[-8.7,-84.5],"neck":[-8.7,-84.5],"head":[-18.5,-149.8],"shR":[42,-117.1],"elR":[63.1,-14.3],"haR":[61.9,42.2],"shL":[-55.3,-116.7],"elL":[-41.9,-20.1],"haL":[-54.6,45.2],"hipR":[21.4,33.8],"knR":[20,177.1],"ftR":[31.5,319.9],"hipL":[-22.3,42.4],"knL":[-51.3,166.5],"ftL":[-59.5,320.7]},{"rootY":-5,"hips":[0,0],"chest":[-10.2,-84.4],"neck":[-10.2,-84.4],"head":[-19.8,-149.7],"shR":[40,-117.2],"elR":[61.3,-14.4],"haR":[59.9,41.2],"shL":[-56.6,-116.5],"elL":[-41.8,-19.7],"haL":[-54.4,45.7],"hipR":[20.6,34.2],"knR":[20.3,177],"ftR":[35.1,316.4],"hipL":[-23,42.1],"knL":[-51.9,166],"ftL":[-57.1,320.9]},{"rootY":-4,"hips":[0,0],"chest":[-10.4,-84.3],"neck":[-10.4,-84.3],"head":[-19.6,-149.7],"shR":[38.9,-117.7],"elR":[60.1,-15],"haR":[58.6,40.2],"shL":[-55.7,-115.6],"elL":[-39.8,-18.4],"haL":[-52,47.3],"hipR":[21.4,33.8],"knR":[22.6,175.5],"ftR":[39.3,312.4],"hipL":[-22.5,42.3],"knL":[-51.1,166.1],"ftL":[-52.9,321.5]},{"rootY":-5.5,"hips":[0,0],"chest":[-11.3,-84.3],"neck":[-11.3,-84.3],"head":[-20.5,-149.6],"shR":[37.4,-118.6],"elR":[57.4,-15.6],"haR":[56,39.8],"shL":[-56.3,-114.5],"elL":[-39.3,-17.1],"haL":[-51.3,48.7],"hipR":[19.9,35.1],"knR":[21.7,176.7],"ftR":[43.3,308.5],"hipL":[-24.1,41.5],"knL":[-50.6,166.7],"ftL":[-48.3,322.2]},{"rootY":-7.4,"hips":[0,0],"chest":[-11.2,-84.5],"neck":[-11.2,-84.5],"head":[-20.8,-149.6],"shR":[37.2,-119],"elR":[55.6,-15.7],"haR":[54.2,40],"shL":[-56.3,-114.4],"elL":[-38.8,-16.4],"haL":[-50.3,49.5],"hipR":[18.7,35.5],"knR":[20.1,178.3],"ftR":[47.2,302.2],"hipL":[-25.1,41.1],"knL":[-50.2,168.7],"ftL":[-42.6,323.9]},{"rootY":-8.9,"hips":[0,0],"chest":[-11,-84.7],"neck":[-11,-84.7],"head":[-20.1,-149.8],"shR":[37.6,-119.1],"elR":[55.4,-15.6],"haR":[53.3,40.9],"shL":[-55.9,-114.6],"elL":[-37.8,-16.8],"haL":[-48.8,49.1],"hipR":[18.5,35.2],"knR":[19.1,179.6],"ftR":[49.6,294.8],"hipL":[-25.2,40.9],"knL":[-49.8,170.9],"ftL":[-38,325.5]},{"rootY":-9.4,"hips":[0,0],"chest":[-10.7,-84.8],"neck":[-10.7,-84.8],"head":[-19.3,-150],"shR":[38.2,-119.2],"elR":[55.5,-15.7],"haR":[52.8,41.2],"shL":[-55.6,-114.5],"elL":[-38,-16.4],"haL":[-48.3,49.7],"hipR":[17.6,35.3],"knR":[18,181.2],"ftR":[50.8,287.5],"hipL":[-26,40.4],"knL":[-49.5,172.3],"ftL":[-32.7,326]},{"rootY":-9.2,"hips":[0,0],"chest":[-10.9,-84.9],"neck":[-10.9,-84.9],"head":[-18.8,-150.1],"shR":[38.3,-119.2],"elR":[55.1,-15.7],"haR":[51.6,41.2],"shL":[-55.7,-114.6],"elL":[-38.5,-16.8],"haL":[-49.2,48.9],"hipR":[15.3,36.4],"knR":[16.2,182.7],"ftR":[51.5,280.1],"hipL":[-28.1,39.2],"knL":[-48.7,172.9],"ftL":[-26.4,325.3]},{"rootY":-7.9,"hips":[0,0],"chest":[-10.5,-85],"neck":[-10.5,-85],"head":[-17.7,-150.3],"shR":[39.1,-119],"elR":[54.9,-15.5],"haR":[50.3,41.6],"shL":[-55.4,-114.8],"elL":[-40.1,-16.8],"haL":[-51.1,48.5],"hipR":[13.6,36.6],"knR":[14.7,181.8],"ftR":[51.6,272.6],"hipL":[-29.5,38.1],"knL":[-47.5,173.2],"ftL":[-20.1,323.9]},{"rootY":-6.4,"hips":[0,0],"chest":[-10.3,-85],"neck":[-10.3,-85],"head":[-16.9,-150.3],"shR":[39.8,-118.3],"elR":[54.1,-14.6],"haR":[49.2,43.1],"shL":[-55,-115.7],"elL":[-42.6,-16.7],"haL":[-54.9,48.1],"hipR":[13.7,36],"knR":[12.3,178.9],"ftR":[49.1,266.5],"hipL":[-29.4,38.1],"knL":[-46.2,174],"ftL":[-15.6,322.6]},{"rootY":-4.9,"hips":[0,0],"chest":[-10.3,-85],"neck":[-10.3,-85],"head":[-16.2,-150.3],"shR":[40,-117.8],"elR":[52.7,-14.1],"haR":[47.4,44.5],"shL":[-54.8,-116.3],"elL":[-44.8,-16.6],"haL":[-59.1,47.4],"hipR":[13.1,35.8],"knR":[8.7,175.4],"ftR":[45.5,263.8],"hipL":[-30,37.6],"knL":[-45.4,174.4],"ftL":[-11.5,320.8]},{"rootY":-3.5,"hips":[0,0],"chest":[-10.4,-85],"neck":[-10.4,-85],"head":[-15.3,-150.6],"shR":[40.3,-117.2],"elR":[50.6,-13.3],"haR":[46.1,46.5],"shL":[-54.8,-117],"elL":[-47,-16.9],"haL":[-63.7,45.8],"hipR":[11.1,36.7],"knR":[4,171.9],"ftR":[42.5,266.6],"hipL":[-31.6,36.4],"knL":[-44.2,174.5],"ftL":[-7.4,319.3]},{"rootY":-2.7,"hips":[0,0],"chest":[-9.5,-85.2],"neck":[-9.5,-85.2],"head":[-13.8,-150.8],"shR":[41.5,-117],"elR":[49.7,-12.8],"haR":[45.9,48.2],"shL":[-53.8,-117.5],"elL":[-48.3,-17],"haL":[-67.6,44],"hipR":[9.8,37],"knR":[-0.7,168.6],"ftR":[39.1,273.2],"hipL":[-32.6,35.6],"knL":[-42.2,175.2],"ftL":[-2.4,318.1]},{"rootY":-2.4,"hips":[0,0],"chest":[-9.4,-85.2],"neck":[-9.4,-85.2],"head":[-13.4,-150.7],"shR":[41.9,-116.6],"elR":[48.1,-12.3],"haR":[45.2,49.8],"shL":[-53.3,-117.7],"elL":[-50.2,-17.1],"haL":[-72,41.9],"hipR":[9.1,36.9],"knR":[-7.2,165.1],"ftR":[32.5,283],"hipL":[-33,35.3],"knL":[-40.3,176.3],"ftL":[0.9,317.9]},{"rootY":-3.2,"hips":[0,0],"chest":[-9.2,-85.3],"neck":[-9.2,-85.3],"head":[-12.3,-150.9],"shR":[42.4,-116.4],"elR":[47.6,-12.1],"haR":[45.4,51],"shL":[-52.5,-117.8],"elL":[-51.8,-17.2],"haL":[-76.1,39.6],"hipR":[7.6,37.4],"knR":[-12.6,163],"ftR":[25.1,294.6],"hipL":[-33.9,34.6],"knL":[-37.4,176.9],"ftL":[5.3,317.7]},{"rootY":-4.5,"hips":[0,0],"chest":[-9.4,-85.3],"neck":[-9.4,-85.3],"head":[-11.7,-150.9],"shR":[42.4,-115.7],"elR":[47.3,-11.6],"haR":[45.2,52.1],"shL":[-52.5,-118.5],"elL":[-54.4,-18],"haL":[-80.5,36.9],"hipR":[7.7,37.6],"knR":[-17.3,162.2],"ftR":[15.5,306],"hipL":[-33.6,35],"knL":[-34.7,178.4],"ftL":[7.9,319.2]},{"rootY":-6.6,"hips":[0,0],"chest":[-8.7,-85.4],"neck":[-8.7,-85.4],"head":[-10.5,-151],"shR":[43.3,-115.3],"elR":[48.5,-11.4],"haR":[46.5,52.8],"shL":[-51.3,-119],"elL":[-55.6,-18.7],"haL":[-83.8,34.2],"hipR":[5.1,38],"knR":[-19.8,163.5],"ftR":[7.6,316],"hipL":[-34.8,33.9],"knL":[-31.3,178.3],"ftL":[12.6,319.2]},{"rootY":-8.3,"hips":[0,0],"chest":[-8.7,-85.4],"neck":[-8.7,-85.4],"head":[-9.8,-151.1],"shR":[43.3,-115],"elR":[49.7,-11.4],"haR":[47.1,53.4],"shL":[-50.8,-119.1],"elL":[-57.3,-19],"haL":[-86.7,32.2],"hipR":[6.6,37.8],"knR":[-22,164.7],"ftR":[-2.5,320.7],"hipL":[-33.4,35.3],"knL":[-28.5,180.2],"ftL":[13.9,320.9]},{"rootY":-5.4,"hips":[0,0],"chest":[-8.9,-85.4],"neck":[-8.9,-85.4],"head":[-9.2,-151.1],"shR":[42.8,-114.8],"elR":[49.9,-11.5],"haR":[47.1,53.5],"shL":[-49.8,-119.4],"elL":[-58.2,-19.7],"haL":[-89.2,29.7],"hipR":[4.3,38.4],"knR":[-19.7,169.6],"ftR":[-4.4,324.8],"hipL":[-34.3,34.5],"knL":[-28.3,179.5],"ftL":[16,318.1]},{"rootY":-4.4,"hips":[0,0],"chest":[-9.4,-85.3],"neck":[-9.4,-85.3],"head":[-9,-151.1],"shR":[41.9,-114.3],"elR":[49.9,-11.4],"haR":[46.9,53.9],"shL":[-49.5,-119.9],"elL":[-59.3,-20.4],"haL":[-91.7,27.9],"hipR":[3.3,38.6],"knR":[-18.9,171.4],"ftR":[-14.7,324.6],"hipL":[-34.3,34.5],"knL":[-28.5,179.6],"ftL":[17.5,316.4]},{"rootY":-2.5,"hips":[0,0],"chest":[-9.2,-85.3],"neck":[-9.2,-85.3],"head":[-8.7,-150.8],"shR":[41.1,-114.3],"elR":[50.2,-11.8],"haR":[47,53.9],"shL":[-47.8,-119.7],"elL":[-58.5,-20.4],"haL":[-92.3,26.8],"hipR":[3,38.5],"knR":[-20.7,170.6],"ftR":[-17.3,323.8],"hipL":[-33.9,34.8],"knL":[-27.5,179.9],"ftL":[20.6,314.7]},{"rootY":0.8,"hips":[0,0],"chest":[-10.3,-85.2],"neck":[-10.3,-85.2],"head":[-9.2,-151],"shR":[39.3,-114.3],"elR":[48.9,-12.3],"haR":[45.9,53.5],"shL":[-47.6,-119.4],"elL":[-57.6,-20.2],"haL":[-93.6,26.4],"hipR":[1,38.9],"knR":[-25.5,170.1],"ftR":[-16.3,324.3],"hipL":[-34.7,33.8],"knL":[-28.4,178.9],"ftL":[22.9,310.3]},{"rootY":3.3,"hips":[0,0],"chest":[-11,-85.1],"neck":[-11,-85.1],"head":[-9.4,-150.8],"shR":[37.5,-114.1],"elR":[47.3,-11.7],"haR":[44.6,54.8],"shL":[-47.6,-120],"elL":[-56.2,-20.7],"haL":[-92.9,25.9],"hipR":[-0.4,38.8],"knR":[-29.5,170.7],"ftR":[-14.6,325.6],"hipL":[-34.7,33.6],"knL":[-29.5,178.7],"ftL":[24.9,306.2]},{"rootY":2.7,"hips":[0,0],"chest":[-11.3,-85.1],"neck":[-11.3,-85.1],"head":[-9.1,-150.8],"shR":[36.1,-113.9],"elR":[45.7,-11.5],"haR":[43.6,55.4],"shL":[-46.9,-120.4],"elL":[-53.4,-20.4],"haL":[-91.9,27.8],"hipR":[-1.4,38.8],"knR":[-34.6,170.2],"ftR":[-18.9,325.4],"hipL":[-34.3,33.7],"knL":[-29.4,178.6],"ftL":[27.2,303.9]},{"rootY":-2.7,"hips":[0,0],"chest":[-11.7,-85],"neck":[-11.7,-85],"head":[-9.1,-150.7],"shR":[34,-113.8],"elR":[44.2,-11.4],"haR":[42.7,55.7],"shL":[-44.5,-120],"elL":[-47.7,-20],"haL":[-86.4,29.8],"hipR":[-1.5,38.3],"knR":[-43.8,166.3],"ftR":[-26.4,321.8],"hipL":[-33.5,34.4],"knL":[-24.7,178.4],"ftL":[28.8,305.4]},{"rootY":-4,"hips":[0,0],"chest":[-11.9,-85],"neck":[-11.9,-85],"head":[-9.1,-150.8],"shR":[32,-114.2],"elR":[43.1,-11.7],"haR":[41.7,55.5],"shL":[-42.7,-119.6],"elL":[-39.9,-21.9],"haL":[-77.2,28.3],"hipR":[-1.5,38.2],"knR":[-45.6,166.8],"ftR":[-24.2,322.4],"hipL":[-32.8,35],"knL":[-25.4,178.7],"ftL":[28.8,302.6]},{"rootY":-5.5,"hips":[0,0],"chest":[-12.2,-85],"neck":[-12.2,-85],"head":[-9.3,-150.7],"shR":[29.8,-114],"elR":[42,-11.3],"haR":[39.7,55.8],"shL":[-41.1,-119.9],"elL":[-37,-20.3],"haL":[-72.8,34.5],"hipR":[-2.2,37.8],"knR":[-47.3,168.3],"ftR":[-21.9,323.5],"hipL":[-32,35.5],"knL":[-26.1,179],"ftL":[29.2,300.1]},{"rootY":-6.7,"hips":[0,0],"chest":[-12.4,-84.9],"neck":[-12.4,-84.9],"head":[-9.4,-150.7],"shR":[26.9,-114.4],"elR":[40.3,-11.6],"haR":[36.7,55.3],"shL":[-38.3,-119.4],"elL":[-31.4,-20],"haL":[-64.2,37.7],"hipR":[-2.8,37.6],"knR":[-48,170],"ftR":[-19.3,324.5],"hipL":[-31.1,36],"knL":[-26.6,179.3],"ftL":[31.3,297.7]},{"rootY":-7.7,"hips":[0,0],"chest":[-13.4,-84.8],"neck":[-13.4,-84.8],"head":[-10.5,-150.7],"shR":[24.4,-113.6],"elR":[39.2,-10.6],"haR":[33.9,55.9],"shL":[-37.8,-120.2],"elL":[-29.1,-21],"haL":[-58.3,39],"hipR":[-3.4,37.2],"knR":[-48.3,171.3],"ftR":[-17.1,325.2],"hipL":[-29.4,37.1],"knL":[-28.3,180.5],"ftL":[34,295.5]},{"rootY":-8.2,"hips":[0,0],"chest":[-14.4,-84.6],"neck":[-14.4,-84.6],"head":[-11.2,-150.5],"shR":[20.4,-112.8],"elR":[38.3,-9.8],"haR":[30,56.1],"shL":[-36,-120.8],"elL":[-24.1,-22.1],"haL":[-49.9,39.7],"hipR":[-4.8,37.3],"knR":[-49.6,172.4],"ftR":[-15.5,325.5],"hipL":[-28.1,37.4],"knL":[-29.6,181],"ftL":[39,292]},{"rootY":-8.9,"hips":[0,0],"chest":[-15.6,-84.4],"neck":[-15.6,-84.4],"head":[-13.1,-150.3],"shR":[16,-112.5],"elR":[35.3,-9.5],"haR":[24.8,55.6],"shL":[-34.4,-120.7],"elL":[-20.7,-21.9],"haL":[-42.7,41.2],"hipR":[-6.4,37.3],"knR":[-50.2,173.6],"ftR":[-13.8,325.9],"hipL":[-26.6,37.8],"knL":[-30.4,181.6],"ftL":[46.1,288.4]},{"rootY":-9.2,"hips":[0,0],"chest":[-17.5,-84],"neck":[-17.5,-84],"head":[-15.2,-149.9],"shR":[11.1,-111.4],"elR":[31.8,-8.5],"haR":[18.8,55.6],"shL":[-34.2,-121.4],"elL":[-16.8,-23.2],"haL":[-37.1,40.3],"hipR":[-7.8,37.6],"knR":[-51.5,174.8],"ftR":[-12.6,326.2],"hipL":[-25.4,37.9],"knL":[-32,181.6],"ftL":[54,284.5]},{"rootY":-10.1,"hips":[0,0],"chest":[-18.9,-83.8],"neck":[-18.9,-83.8],"head":[-16.4,-149.6],"shR":[4.9,-111.1],"elR":[27.1,-8.6],"haR":[11.9,54.6],"shL":[-31.7,-121.3],"elL":[-11.7,-23.6],"haL":[-30.7,40.2],"hipR":[-9,37.7],"knR":[-52.4,175.8],"ftR":[-12,326.7],"hipL":[-23.7,38.2],"knL":[-34.5,181.8],"ftL":[60.6,283.4]},{"rootY":-10.8,"hips":[0,0],"chest":[-19.6,-83.6],"neck":[-19.6,-83.6],"head":[-18.2,-149.4],"shR":[-0.8,-110.6],"elR":[22.5,-8.6],"haR":[5.1,53.6],"shL":[-28.6,-121.6],"elL":[-5.2,-24.9],"haL":[-24.1,38.8],"hipR":[-10.6,38.1],"knR":[-53.5,176.8],"ftR":[-11.1,327.1],"hipL":[-21.7,38.3],"knL":[-35.7,181.8],"ftL":[66.1,284.2]},{"rootY":-11.1,"hips":[0,0],"chest":[-20.5,-83.4],"neck":[-20.5,-83.4],"head":[-19.2,-149.2],"shR":[-6.9,-110.6],"elR":[17.9,-9.6],"haR":[-1.8,51.9],"shL":[-25.1,-121.2],"elL":[1.4,-25.1],"haL":[-18.2,38.2],"hipR":[-12.2,38.3],"knR":[-54.7,177.7],"ftR":[-10.1,327.4],"hipL":[-19.8,38.2],"knL":[-36,181.7],"ftL":[70.5,286.5]},{"rootY":-11.4,"hips":[0,0],"chest":[-20.8,-83.4],"neck":[-20.8,-83.4],"head":[-19.8,-149.1],"shR":[-12.1,-110.4],"elR":[12.3,-10],"haR":[-8.9,50.8],"shL":[-20.9,-121.4],"elL":[7.9,-25.6],"haL":[-13,37.1],"hipR":[-14.1,38.2],"knR":[-55.5,178.4],"ftR":[-8.5,327.4],"hipL":[-18.1,38.3],"knL":[-35,181.5],"ftL":[73.6,290]},{"rootY":-11.7,"hips":[0,0],"chest":[-20.6,-83.4],"neck":[-20.6,-83.4],"head":[-20.4,-149.4],"shR":[-16.8,-109.8],"elR":[7.4,-10.1],"haR":[-15.8,50.2],"shL":[-16.1,-122.1],"elL":[14.6,-26.5],"haL":[-7.5,35.5],"hipR":[-15.6,38.6],"knR":[-56.5,179],"ftR":[-7,327.4],"hipL":[-15.4,38.3],"knL":[-31.9,181.8],"ftL":[75.9,293.6]},{"rootY":-11.2,"hips":[0,0],"chest":[-20.7,-83.4],"neck":[-20.7,-83.4],"head":[-20.4,-149.3],"shR":[-20.9,-109.4],"elR":[2.6,-10.5],"haR":[-22.5,49.4],"shL":[-12.1,-122.3],"elL":[19.8,-26.7],"haL":[-3.3,34.6],"hipR":[-17.6,38.4],"knR":[-57.1,179.3],"ftR":[-5.6,327.2],"hipL":[-13.2,38.3],"knL":[-28.3,181.8],"ftL":[75.3,296.9]},{"rootY":-11,"hips":[0,0],"chest":[-19.9,-83.6],"neck":[-19.9,-83.6],"head":[-19.4,-149.5],"shR":[-24.7,-109.6],"elR":[-2.1,-11.3],"haR":[-28.8,48.3],"shL":[-7.8,-122.5],"elL":[24.5,-26.6],"haL":[0.7,34],"hipR":[-19.3,38.4],"knR":[-57.6,179.5],"ftR":[-4.3,326.9],"hipL":[-10.6,38.4],"knL":[-23.7,182.3],"ftL":[72.8,300.7]},{"rootY":-10.4,"hips":[0,0],"chest":[-19.7,-83.6],"neck":[-19.7,-83.6],"head":[-18.5,-149.5],"shR":[-28.7,-109.8],"elR":[-7.5,-11.3],"haR":[-35.4,48.1],"shL":[-3.3,-122.3],"elL":[28.6,-26.1],"haL":[4.6,33.9],"hipR":[-21.2,38.1],"knR":[-59,179.1],"ftR":[-3.8,326],"hipL":[-7.9,38.8],"knL":[-18.6,183.1],"ftL":[67.6,304.4]},{"rootY":-10.2,"hips":[0,0],"chest":[-19.2,-83.6],"neck":[-19.2,-83.6],"head":[-18.8,-149.6],"shR":[-32.1,-109],"elR":[-12.2,-10.6],"haR":[-41.5,48.8],"shL":[0.7,-122.9],"elL":[32,-26.2],"haL":[7.9,33.2],"hipR":[-22.7,38.1],"knR":[-60.3,178.7],"ftR":[-3,325],"hipL":[-5.1,39],"knL":[-13.4,183.5],"ftL":[59.7,307.7]},{"rootY":-1.9,"hips":[0,0],"chest":[-18,-83.8],"neck":[-18,-83.8],"head":[-16.7,-149.7],"shR":[-35.5,-109.3],"elR":[-18,-10.2],"haR":[-47.4,49.4],"shL":[6.2,-122.8],"elL":[36.4,-25.8],"haL":[13.3,33.5],"hipR":[-23.7,38.4],"knR":[-52.9,180.5],"ftR":[4.3,324.3],"hipL":[-2.5,38.6],"knL":[-14.2,182.6],"ftL":[50.3,302.8]},{"rootY":-1.2,"hips":[0,0],"chest":[-17.1,-83.8],"neck":[-17.1,-83.8],"head":[-15.2,-149.6],"shR":[-38.7,-109.4],"elR":[-22.5,-9.8],"haR":[-52.8,49.9],"shL":[10.8,-122.8],"elL":[40.2,-25.5],"haL":[17.2,33.4],"hipR":[-24.8,38.4],"knR":[-52.9,180.3],"ftR":[5.2,324.1],"hipL":[0.7,38.7],"knL":[-10.8,183],"ftL":[44.2,304.6]},{"rootY":-0.9,"hips":[0,0],"chest":[-16,-83.8],"neck":[-16,-83.8],"head":[-14.1,-149.5],"shR":[-42,-109.3],"elR":[-27.4,-9],"haR":[-58.2,50.8],"shL":[15.7,-122.7],"elL":[44.1,-25.1],"haL":[21.8,33.6],"hipR":[-25.4,38.7],"knR":[-53.3,180.1],"ftR":[6.6,324.2],"hipL":[4.1,38.4],"knL":[-8.8,182.8],"ftL":[40.1,308.8]},{"rootY":-0.5,"hips":[0,0],"chest":[-14.5,-83.9],"neck":[-14.5,-83.9],"head":[-12.5,-149.7],"shR":[-44.9,-109.7],"elR":[-31.4,-9.2],"haR":[-62.4,50.9],"shL":[20.8,-122.7],"elL":[48.9,-25.1],"haL":[26.1,33.4],"hipR":[-25.9,38.7],"knR":[-55.1,179.5],"ftR":[6.7,323.2],"hipL":[6,38.2],"knL":[-7.5,182.6],"ftL":[38.8,311]},{"rootY":0,"hips":[0,0],"chest":[-12.7,-83.9],"neck":[-12.7,-83.9],"head":[-11.2,-149.7],"shR":[-47.2,-110],"elR":[-34.4,-9.2],"haR":[-65.3,51],"shL":[26.3,-122.4],"elL":[53.2,-24.6],"haL":[33,33.5],"hipR":[-26.2,38.7],"knR":[-56.3,178.8],"ftR":[8.7,321.5],"hipL":[8.1,38.1],"knL":[-4,182.6],"ftL":[39.4,313.4]},{"rootY":1.1,"hips":[0,0],"chest":[-11.3,-84.2],"neck":[-11.3,-84.2],"head":[-9.4,-149.9],"shR":[-49.9,-111.1],"elR":[-38.6,-10.1],"haR":[-68.8,50.3],"shL":[30.8,-121.9],"elL":[56.8,-23.9],"haL":[38,33.9],"hipR":[-26.2,38.8],"knR":[-57.7,178.4],"ftR":[9.2,320.6],"hipL":[9.9,37.9],"knL":[-2.2,182.3],"ftL":[39.3,314.2]},{"rootY":1.8,"hips":[0,0],"chest":[-9.9,-83.8],"neck":[-9.9,-83.8],"head":[-7.5,-149.5],"shR":[-51.4,-109.6],"elR":[-41.9,-8.4],"haR":[-71,52],"shL":[34.3,-122.4],"elL":[59.3,-24.3],"haL":[42.5,33.3],"hipR":[-26.1,38.9],"knR":[-57.2,178.4],"ftR":[9.4,320.8],"hipL":[12.1,37.7],"knL":[0.2,181.7],"ftL":[37.1,314.3]},{"rootY":1.8,"hips":[0,0],"chest":[-9.3,-83.8],"neck":[-9.3,-83.8],"head":[-6.1,-149.5],"shR":[-53.4,-110.3],"elR":[-45.7,-8.9],"haR":[-73.3,51.4],"shL":[37.1,-121.8],"elL":[60.6,-23.5],"haL":[47.1,34],"hipR":[-25.8,39],"knR":[-59.2,177.6],"ftR":[7.2,320],"hipL":[14.1,37.4],"knL":[1.4,181],"ftL":[34.5,314.4]},{"rootY":2.2,"hips":[0,0],"chest":[-8.8,-83.7],"neck":[-8.8,-83.7],"head":[-4.8,-149.4],"shR":[-55.6,-110.9],"elR":[-49.5,-9.3],"haR":[-75.6,50.7],"shL":[40.1,-121],"elL":[61.8,-22.4],"haL":[52.3,35.3],"hipR":[-25.5,39.1],"knR":[-61.3,176.4],"ftR":[5.3,318.7],"hipL":[15.7,37.1],"knL":[2.3,180.1],"ftL":[32.3,314.3]},{"rootY":2.5,"hips":[0,0],"chest":[-7.8,-83.6],"neck":[-7.8,-83.6],"head":[-3.1,-149.2],"shR":[-56.8,-111.2],"elR":[-52.7,-9.7],"haR":[-76.8,49.8],"shL":[42.7,-120.5],"elL":[62.6,-21.7],"haL":[57.5,35.4],"hipR":[-25.2,39.1],"knR":[-63.3,174.9],"ftR":[3.8,316.6],"hipL":[16.9,36.8],"knL":[3.4,179.4],"ftL":[30.3,314.4]},{"rootY":2.7,"hips":[0,0],"chest":[-6.5,-83.5],"neck":[-6.5,-83.5],"head":[-0.8,-149.1],"shR":[-57.4,-111.2],"elR":[-55.7,-9.7],"haR":[-77.9,49.3],"shL":[45.2,-120.2],"elL":[63.7,-21.5],"haL":[63.2,36.6],"hipR":[-24.9,39],"knR":[-63.7,173.9],"ftR":[3.5,314.6],"hipL":[18.2,36.6],"knL":[4.8,179],"ftL":[29,314.9]},{"rootY":-6.3,"hips":[0,0],"chest":[-5.8,-83.7],"neck":[-5.8,-83.7],"head":[0.7,-149.3],"shR":[-58.6,-114],"elR":[-58.5,-12.1],"haR":[-78.8,46.4],"shL":[47.9,-118.6],"elL":[65,-19.5],"haL":[69.6,39.2],"hipR":[-24.8,38.9],"knR":[-66.7,172.1],"ftR":[-17.7,314],"hipL":[19.1,36.6],"knL":[9.1,180.4],"ftL":[28.7,320.5]},{"rootY":-6.3,"hips":[0,0],"chest":[-4.1,-84],"neck":[-4.1,-84],"head":[3.2,-149.4],"shR":[-57,-113.2],"elR":[-58.5,-11],"haR":[-77.4,47.1],"shL":[49.9,-119.1],"elL":[66,-20.2],"haL":[74.7,39.4],"hipR":[-24.3,38.9],"knR":[-62.1,173.3],"ftR":[-21.6,314.2],"hipL":[20.3,36.4],"knL":[12.6,180.8],"ftL":[28.2,324.1]},{"rootY":-6.9,"hips":[0,0],"chest":[-2.5,-84.1],"neck":[-2.5,-84.1],"head":[5.5,-149.6],"shR":[-55.9,-113.6],"elR":[-58.3,-11],"haR":[-75.7,47.1],"shL":[52.1,-118.9],"elL":[67.6,-20],"haL":[80.4,40.6],"hipR":[-24.2,38.6],"knR":[-55.4,175.2],"ftR":[-26.7,316.3],"hipL":[21,36.5],"knL":[14.1,180.9],"ftL":[28.3,324.5]},{"rootY":-6.6,"hips":[0,0],"chest":[-1.2,-84.2],"neck":[-1.2,-84.2],"head":[7.7,-149.5],"shR":[-55.1,-114.3],"elR":[-57.8,-11.5],"haR":[-73.8,46.5],"shL":[54,-118.3],"elL":[69.6,-19.6],"haL":[85.5,41.7],"hipR":[-23.8,38.4],"knR":[-46.9,177.4],"ftR":[-29.7,319.1],"hipL":[22.4,36.6],"knL":[16.3,180.9],"ftL":[29.5,324.5]},{"rootY":-6.6,"hips":[0,0],"chest":[0.6,-84.5],"neck":[0.6,-84.5],"head":[10.6,-149.6],"shR":[-53.6,-115.2],"elR":[-56.8,-12.3],"haR":[-71.1,45.8],"shL":[56.3,-117.8],"elL":[72.3,-19.3],"haL":[90.4,42.4],"hipR":[-23,38.2],"knR":[-37.3,179.6],"ftR":[-30.3,321.5],"hipL":[23.8,36.8],"knL":[19.8,181],"ftL":[31.3,324.7]},{"rootY":-6.3,"hips":[0,0],"chest":[1.9,-84.5],"neck":[1.9,-84.5],"head":[12.9,-149.5],"shR":[-52.4,-115.9],"elR":[-56,-13],"haR":[-68.9,45.4],"shL":[58,-116.9],"elL":[74.4,-18.8],"haL":[94.4,43.3],"hipR":[-22.2,38.4],"knR":[-31.2,181.2],"ftR":[-30.6,323.2],"hipL":[24.7,36.6],"knL":[21.6,180.8],"ftL":[32.1,324.4]},{"rootY":-6.5,"hips":[0,0],"chest":[2.9,-84.4],"neck":[2.9,-84.4],"head":[14.5,-149.3],"shR":[-51.6,-116.2],"elR":[-55.8,-13.3],"haR":[-66.6,45.8],"shL":[58.9,-116.4],"elL":[75.1,-18.3],"haL":[96.5,44.1],"hipR":[-22.3,38.1],"knR":[-28,181.4],"ftR":[-28.1,323.7],"hipL":[24.8,36.9],"knL":[22.8,181.1],"ftL":[33.2,324.8]},{"rootY":-6.9,"hips":[0,0],"chest":[3.1,-84.7],"neck":[3.1,-84.7],"head":[15.2,-149.4],"shR":[-51.5,-116.9],"elR":[-56.1,-14],"haR":[-65.4,45.6],"shL":[59.1,-116.3],"elL":[74.3,-18],"haL":[96.5,44.7],"hipR":[-22.2,37.7],"knR":[-26.1,181.4],"ftR":[-26,323.4],"hipL":[25.1,37.1],"knL":[23.9,181.4],"ftL":[33.8,324.9]},{"rootY":-7.2,"hips":[0,0],"chest":[3.7,-84.6],"neck":[3.7,-84.6],"head":[16,-149.3],"shR":[-50.9,-117.2],"elR":[-56.3,-14.4],"haR":[-64.2,45.8],"shL":[59.6,-115.8],"elL":[73,-17.6],"haL":[95.4,45.2],"hipR":[-21.9,37.6],"knR":[-25.1,181.4],"ftR":[-24.2,323.1],"hipL":[25.4,37.4],"knL":[25.6,181.6],"ftL":[35.2,325.3]},{"rootY":-7.1,"hips":[0,0],"chest":[4.3,-84.6],"neck":[4.3,-84.6],"head":[16.8,-149.3],"shR":[-50.4,-117.1],"elR":[-56.3,-14.5],"haR":[-63,46.3],"shL":[60,-115.9],"elL":[71.2,-17.7],"haL":[93.1,45.3],"hipR":[-22,37.7],"knR":[-26.5,181.6],"ftR":[-24.3,323.5],"hipL":[25.3,37.3],"knL":[25.7,181.6],"ftL":[35.8,325]},{"rootY":-7,"hips":[0,0],"chest":[5.3,-84.6],"neck":[5.3,-84.6],"head":[17.6,-149.2],"shR":[-49.5,-117.1],"elR":[-55.6,-14.6],"haR":[-61.4,46.6],"shL":[60.8,-115.5],"elL":[69.5,-17.9],"haL":[90.6,45.4],"hipR":[-21.2,37.8],"knR":[-25.7,182],"ftR":[-22.9,323.5],"hipL":[26.1,37.3],"knL":[28.5,181.7],"ftL":[38,325.1]},{"rootY":-6.9,"hips":[0,0],"chest":[5.4,-84.6],"neck":[5.4,-84.6],"head":[18,-149.2],"shR":[-49.3,-117.4],"elR":[-55.1,-14.7],"haR":[-60.5,46.8],"shL":[60.8,-115.8],"elL":[67.4,-18.4],"haL":[87.3,45.3],"hipR":[-21.5,37.8],"knR":[-26.6,182.1],"ftR":[-22.4,323.6],"hipL":[25.8,37.3],"knL":[28.2,181.8],"ftL":[38.9,324.9]},{"rootY":-6.6,"hips":[0,0],"chest":[5.5,-84.4],"neck":[5.5,-84.4],"head":[18,-148.9],"shR":[-49,-117.6],"elR":[-54.1,-15],"haR":[-58.8,46.8],"shL":[61.1,-115.1],"elL":[65.4,-18],"haL":[84,46.1],"hipR":[-21.6,37.6],"knR":[-25.2,182.3],"ftR":[-19.8,323.6],"hipL":[25.7,37.7],"knL":[29.2,182.1],"ftL":[40.6,324.8]},{"rootY":-6.5,"hips":[0,0],"chest":[6,-84.7],"neck":[6,-84.7],"head":[18.4,-149.4],"shR":[-48.6,-117.7],"elR":[-53.3,-15.2],"haR":[-57.9,46.8],"shL":[61.4,-115.5],"elL":[63.3,-18.7],"haL":[80.5,45.7],"hipR":[-21.9,37.3],"knR":[-22.6,182.3],"ftR":[-16.9,323.3],"hipL":[25.4,38.1],"knL":[30.4,182.5],"ftL":[42.9,324.6]},{"rootY":-6.4,"hips":[0,0],"chest":[6.9,-84.8],"neck":[6.9,-84.8],"head":[19.4,-149.4],"shR":[-47.6,-117.9],"elR":[-52.1,-15.2],"haR":[-56,47.4],"shL":[62.4,-115.8],"elL":[62.1,-19],"haL":[77.9,45.7],"hipR":[-21.1,37.2],"knR":[-18.1,182.6],"ftR":[-13.1,322.7],"hipL":[26,38.5],"knL":[33,182.6],"ftL":[46.4,324]},{"rootY":-5.9,"hips":[0,0],"chest":[6.3,-84.5],"neck":[6.3,-84.5],"head":[18.4,-149.3],"shR":[-48.2,-117.6],"elR":[-52.3,-15.1],"haR":[-56.1,47.4],"shL":[61.8,-115.3],"elL":[59.4,-18.8],"haL":[73.6,46.1],"hipR":[-23.2,36.8],"knR":[-20.5,182],"ftR":[-13.3,323.1],"hipL":[24,38.7],"knL":[29.3,182.9],"ftL":[45.6,322.6]},{"rootY":-5.5,"hips":[0,0],"chest":[6.5,-84.4],"neck":[6.5,-84.4],"head":[18.6,-149.2],"shR":[-48,-117.5],"elR":[-52.1,-15.1],"haR":[-55.7,47.6],"shL":[62.1,-115.6],"elL":[58.4,-19.1],"haL":[71,45.9],"hipR":[-23.8,36.4],"knR":[-19.5,181.7],"ftR":[-11.4,322.9],"hipL":[23.4,39.2],"knL":[29,182.9],"ftL":[47.1,320.5]},{"rootY":-5,"hips":[0,0],"chest":[7.9,-84.3],"neck":[7.9,-84.3],"head":[19.9,-149.1],"shR":[-46.7,-117.3],"elR":[-50.9,-14.9],"haR":[-54.5,48.3],"shL":[63.5,-115.5],"elL":[58.9,-19.3],"haL":[69.9,45.6],"hipR":[-23.2,35.8],"knR":[-14.8,181.4],"ftR":[-6.4,322],"hipL":[23.7,39.7],"knL":[32,182.4],"ftL":[50.9,317]},{"rootY":-4.5,"hips":[0,0],"chest":[8.4,-84],"neck":[8.4,-84],"head":[20.5,-149],"shR":[-46,-117.3],"elR":[-50.4,-15],"haR":[-54,48.5],"shL":[64.2,-115],"elL":[59.4,-18.8],"haL":[69,46],"hipR":[-23.7,35.3],"knR":[-13.1,180.9],"ftR":[-3.5,321.8],"hipL":[23.1,40.2],"knL":[32.6,180.9],"ftL":[54.1,311.8]},{"rootY":-4.1,"hips":[0,0],"chest":[8.4,-84.1],"neck":[8.4,-84.1],"head":[20.6,-149.1],"shR":[-45.9,-117.7],"elR":[-50.5,-15.3],"haR":[-54.4,48.5],"shL":[64.2,-115.2],"elL":[59.6,-18.9],"haL":[68.3,45.5],"hipR":[-24.6,34.7],"knR":[-12.5,180.3],"ftR":[-1,321.3],"hipL":[22.2,40.5],"knL":[32.6,178.3],"ftL":[57.2,304.5]},{"rootY":-3.4,"hips":[0,0],"chest":[7.2,-83.6],"neck":[7.2,-83.6],"head":[19.4,-148.6],"shR":[-46.9,-117.5],"elR":[-51.8,-15.4],"haR":[-55.9,48.3],"shL":[63.2,-114.5],"elL":[59,-18.2],"haL":[66.7,45.3],"hipR":[-26.7,34.2],"knR":[-15.7,179.7],"ftR":[-0.6,321.2],"hipL":[20.2,40.7],"knL":[29.5,174.1],"ftL":[57.5,297]},{"rootY":-2.5,"hips":[0,0],"chest":[7,-83.6],"neck":[7,-83.6],"head":[19.2,-148.6],"shR":[-47.1,-117.6],"elR":[-52.5,-15.5],"haR":[-56.8,48.2],"shL":[63,-114.5],"elL":[59.2,-18.5],"haL":[66.5,44],"hipR":[-27.3,33.4],"knR":[-14.4,178.8],"ftR":[2.4,319.7],"hipL":[19.4,40.9],"knL":[29.7,170.1],"ftL":[58.7,290.6]},{"rootY":-1.1,"hips":[0,0],"chest":[6.6,-83.5],"neck":[6.6,-83.5],"head":[19.2,-148.5],"shR":[-47.3,-117.6],"elR":[-52.9,-15.8],"haR":[-57.2,47.9],"shL":[62.8,-114.4],"elL":[59,-18.7],"haL":[66.5,42.7],"hipR":[-27.5,33.3],"knR":[-14,178.7],"ftR":[4.4,318.8],"hipL":[19.2,40.7],"knL":[29,166.3],"ftL":[57.3,287.6]},{"rootY":-1.2,"hips":[0,0],"chest":[6.6,-83.4],"neck":[6.6,-83.4],"head":[19.3,-148.3],"shR":[-47.4,-117.3],"elR":[-53,-15.6],"haR":[-57.4,47.9],"shL":[62.7,-114.3],"elL":[58.9,-18.8],"haL":[67,41.6],"hipR":[-27.5,33.4],"knR":[-13.4,178.9],"ftR":[6.1,318.5],"hipL":[19.3,40.5],"knL":[29.1,163.4],"ftL":[54.4,288.4]},{"rootY":-1.3,"hips":[0,0],"chest":[6.2,-83.1],"neck":[6.2,-83.1],"head":[19.3,-148],"shR":[-47.7,-117.3],"elR":[-53,-15.6],"haR":[-57.5,47.9],"shL":[62.3,-113.9],"elL":[58.2,-18.5],"haL":[67.2,41.4],"hipR":[-27.6,33.5],"knR":[-13,179],"ftR":[7.3,318.6],"hipL":[19.2,40.6],"knL":[29,160.6],"ftL":[50.4,292.4]},{"rootY":-2.6,"hips":[0,0],"chest":[5.6,-83.1],"neck":[5.6,-83.1],"head":[18.9,-148],"shR":[-48.3,-117.4],"elR":[-53.6,-15.9],"haR":[-58,47.8],"shL":[61.7,-113.6],"elL":[57.2,-18.6],"haL":[67,41.4],"hipR":[-27.4,34],"knR":[-12.9,179.6],"ftR":[7.8,319.7],"hipL":[19.4,40.7],"knL":[28.3,159.6],"ftL":[45.5,298.9]},{"rootY":-3.7,"hips":[0,0],"chest":[5.7,-83.5],"neck":[5.7,-83.5],"head":[19.4,-148.2],"shR":[-48.4,-117.5],"elR":[-54,-16.2],"haR":[-58.2,47.7],"shL":[61.5,-114.2],"elL":[56.6,-19.3],"haL":[67,41],"hipR":[-27.1,34.2],"knR":[-11.5,179.5],"ftR":[9.2,320],"hipL":[19.8,40.9],"knL":[28.5,159.8],"ftL":[41.7,306.2]},{"rootY":-5.9,"hips":[0,0],"chest":[5.1,-83.3],"neck":[5.1,-83.3],"head":[18.7,-148.1],"shR":[-48.9,-117.4],"elR":[-54.9,-16.3],"haR":[-58.7,47.9],"shL":[60.6,-114],"elL":[55.3,-19.5],"haL":[66.2,41.1],"hipR":[-27.3,34.7],"knR":[-12.1,179.9],"ftR":[9.1,321.2],"hipL":[19.5,41.1],"knL":[26.3,161],"ftL":[36.8,312.8]},{"rootY":-7.5,"hips":[0,0],"chest":[4.5,-83.2],"neck":[4.5,-83.2],"head":[18.4,-147.9],"shR":[-49.5,-117.3],"elR":[-56.2,-16.4],"haR":[-59.2,47.9],"shL":[60,-113.8],"elL":[54.2,-19.9],"haL":[66.1,41.4],"hipR":[-27.4,35.1],"knR":[-12.4,180],"ftR":[8.9,322],"hipL":[19.4,41.2],"knL":[24.1,163.1],"ftL":[32.6,317.7]},{"rootY":-8.7,"hips":[0,0],"chest":[3.9,-83.3],"neck":[3.9,-83.3],"head":[18.2,-147.8],"shR":[-50.1,-117.2],"elR":[-57.3,-16.4],"haR":[-59.6,48],"shL":[59.3,-114.1],"elL":[53,-20.7],"haL":[65.3,41.2],"hipR":[-28,35.2],"knR":[-12.6,179.5],"ftR":[8.5,321.7],"hipL":[18.8,41.7],"knL":[21.6,164.8],"ftL":[29,320.2]},{"rootY":-8.7,"hips":[0,0],"chest":[3.9,-83.1],"neck":[3.9,-83.1],"head":[18.3,-147.6],"shR":[-50.3,-116.7],"elR":[-58,-15.7],"haR":[-60.6,48.5],"shL":[59.1,-114.4],"elL":[52.2,-21.7],"haL":[64.4,41],"hipR":[-27.9,35.4],"knR":[-12,178.6],"ftR":[9.1,321.5],"hipL":[18.9,41.8],"knL":[20.2,165.7],"ftL":[26.3,320.6]},{"rootY":-7.3,"hips":[0,0],"chest":[3.5,-82.5],"neck":[3.5,-82.5],"head":[18,-146.9],"shR":[-50.5,-116.4],"elR":[-58.7,-15.2],"haR":[-61.2,48.6],"shL":[58.8,-113.3],"elL":[51.6,-21.7],"haL":[63.8,41.8],"hipR":[-28.3,35.2],"knR":[-11.8,177.4],"ftR":[8.7,320.1],"hipL":[18.4,42.1],"knL":[18.3,165.8],"ftL":[23.3,320.2]},{"rootY":-5.4,"hips":[0,0],"chest":[3.4,-82.7],"neck":[3.4,-82.7],"head":[17.9,-147.1],"shR":[-50.6,-116.5],"elR":[-58.9,-15.1],"haR":[-61.4,48.2],"shL":[58.7,-114.1],"elL":[51.3,-23.1],"haL":[63.5,41.2],"hipR":[-28.2,35.3],"knR":[-12,176.9],"ftR":[8.7,318.5],"hipL":[18.4,42.2],"knL":[16.8,165.9],"ftL":[20.8,320.4]},{"rootY":-3.2,"hips":[0,0],"chest":[3.3,-82.5],"neck":[3.3,-82.5],"head":[18.1,-146.8],"shR":[-50.9,-116],"elR":[-59.3,-14.4],"haR":[-61.5,48.1],"shL":[58.6,-113.9],"elL":[51.1,-23.4],"haL":[63.2,41.6],"hipR":[-28.6,35.1],"knR":[-12.2,175.9],"ftR":[8.1,316.1],"hipL":[18,42.5],"knL":[15.5,166.2],"ftL":[18.9,321.4]},{"rootY":-3.1,"hips":[0,0],"chest":[3.3,-82.5],"neck":[3.3,-82.5],"head":[18,-146.9],"shR":[-50.9,-116.1],"elR":[-58.7,-14.2],"haR":[-61.5,47.8],"shL":[58.5,-114],"elL":[51,-23.2],"haL":[62.7,42.4],"hipR":[-28,35.5],"knR":[-11.8,174.6],"ftR":[7.5,314.3],"hipL":[18.7,42.4],"knL":[14.3,164.6],"ftL":[17.5,320]},{"rootY":-3,"hips":[0,0],"chest":[3.1,-82.1],"neck":[3.1,-82.1],"head":[17.9,-146.4],"shR":[-50.8,-115.9],"elR":[-58.1,-13.9],"haR":[-61.4,47.6],"shL":[58.6,-113.3],"elL":[51.1,-22],"haL":[62.7,44],"hipR":[-27.7,35.8],"knR":[-12.1,173.8],"ftR":[6,311.6],"hipL":[19.1,42.3],"knL":[13.2,164.4],"ftL":[16.2,319.8]},{"rootY":-3.9,"hips":[0,0],"chest":[2.7,-81.8],"neck":[2.7,-81.8],"head":[17.6,-146.1],"shR":[-51.2,-115.9],"elR":[-58.4,-13.9],"haR":[-61.9,47.4],"shL":[58.4,-113],"elL":[51,-21.2],"haL":[62.4,44.7],"hipR":[-27.8,35.8],"knR":[-13.7,174.1],"ftR":[3,307.5],"hipL":[19,42.4],"knL":[12.3,165.8],"ftL":[14.8,321]},{"rootY":-5.7,"hips":[0,0],"chest":[2.8,-82.2],"neck":[2.8,-82.2],"head":[17.3,-146.6],"shR":[-51.2,-116.2],"elR":[-58.8,-14.2],"haR":[-62.3,47.1],"shL":[58.6,-113.4],"elL":[51.7,-21.1],"haL":[62.5,44.6],"hipR":[-27.7,36],"knR":[-15.8,175.2],"ftR":[0.2,302.9],"hipL":[19.1,42.1],"knL":[11.9,168],"ftL":[13.3,322.8]},{"rootY":-7.3,"hips":[0,0],"chest":[2.9,-83.1],"neck":[2.9,-83.1],"head":[16.9,-147.6],"shR":[-51.3,-116.9],"elR":[-59.2,-15.1],"haR":[-63,46],"shL":[58.8,-114],"elL":[52.7,-21.3],"haL":[63.1,44.2],"hipR":[-27.2,36.3],"knR":[-18.5,177.6],"ftR":[-3,297.2],"hipL":[19.6,41.6],"knL":[12.1,170.1],"ftL":[11.7,324.2]},{"rootY":-8.6,"hips":[0,0],"chest":[2.7,-83.2],"neck":[2.7,-83.2],"head":[16.1,-147.9],"shR":[-51.3,-117.2],"elR":[-58.9,-15.2],"haR":[-63.3,45.7],"shL":[59,-114.1],"elL":[54.1,-21.2],"haL":[64.2,44.4],"hipR":[-26.5,36.6],"knR":[-22.1,180.4],"ftR":[-6.8,291.6],"hipL":[20.4,40.9],"knL":[12.8,171.8],"ftL":[10.2,324.7]},{"rootY":-7.6,"hips":[0,0],"chest":[3.1,-83.7],"neck":[3.1,-83.7],"head":[15.9,-148.5],"shR":[-51,-117.1],"elR":[-58.4,-15.2],"haR":[-63.4,45.5],"shL":[59.5,-114.5],"elL":[56,-21.4],"haL":[66.3,44.3],"hipR":[-25.7,36.8],"knR":[-25.5,182.5],"ftR":[-9.6,285.2],"hipL":[21.3,40.1],"knL":[13.4,172.5],"ftL":[8.7,323.9]},{"rootY":-7.1,"hips":[0,0],"chest":[3,-83.7],"neck":[3,-83.7],"head":[15.6,-148.6],"shR":[-51.1,-117.1],"elR":[-57.5,-14.8],"haR":[-63.4,45.6],"shL":[59.5,-115],"elL":[58.4,-20.9],"haL":[68.6,45],"hipR":[-24.6,37.2],"knR":[-29.2,183.4],"ftR":[-13.9,277.4],"hipL":[22.5,39],"knL":[13.4,173.5],"ftL":[7.7,323.3]},{"rootY":-5.2,"hips":[0,0],"chest":[3,-84],"neck":[3,-84],"head":[15.2,-148.9],"shR":[-51,-117.1],"elR":[-56.1,-14.6],"haR":[-63.4,45.8],"shL":[59.6,-115.4],"elL":[61.4,-20],"haL":[71.7,46.1],"hipR":[-23.7,37.4],"knR":[-32.7,182.7],"ftR":[-18,268],"hipL":[23.4,37.8],"knL":[13.1,173.9],"ftL":[6.3,321.6]},{"rootY":-4.2,"hips":[0,0],"chest":[3.2,-84.3],"neck":[3.2,-84.3],"head":[14.9,-149.4],"shR":[-50.8,-116.7],"elR":[-54.1,-14.1],"haR":[-62.9,46.3],"shL":[59.6,-116],"elL":[64.1,-19.1],"haL":[74.9,46.9],"hipR":[-22.5,37.7],"knR":[-35.6,180.2],"ftR":[-19.2,263.9],"hipL":[24.7,36.6],"knL":[13.4,174.4],"ftL":[5.5,320.4]},{"rootY":-3.4,"hips":[0,0],"chest":[2.4,-84.3],"neck":[2.4,-84.3],"head":[13.9,-149.4],"shR":[-51.4,-116.7],"elR":[-52.6,-13.9],"haR":[-62.5,47.1],"shL":[58.8,-116.2],"elL":[65.7,-17.8],"haL":[77,48],"hipR":[-21.7,38],"knR":[-38.9,176.3],"ftR":[-21.9,263.5],"hipL":[25.3,35.6],"knL":[13,175.1],"ftL":[4.2,319.5]},{"rootY":-3.2,"hips":[0,0],"chest":[2.4,-84.5],"neck":[2.4,-84.5],"head":[13.5,-149.7],"shR":[-51.3,-116.6],"elR":[-50.5,-14],"haR":[-61.1,47.7],"shL":[58.7,-116.7],"elL":[67.8,-17.3],"haL":[79.1,47.7],"hipR":[-20.7,38.1],"knR":[-38.5,172],"ftR":[-23,267.6],"hipL":[26.4,35.1],"knL":[14.2,175.8],"ftL":[4.4,319]},{"rootY":-3.1,"hips":[0,0],"chest":[1.9,-84.6],"neck":[1.9,-84.6],"head":[12.7,-149.9],"shR":[-51.8,-116.5],"elR":[-49.4,-13.9],"haR":[-60,48.9],"shL":[58.1,-117.1],"elL":[69.2,-16.9],"haL":[80.6,47.1],"hipR":[-20.2,38.2],"knR":[-37.9,167.8],"ftR":[-25.3,276.3],"hipL":[26.9,34.7],"knL":[14.4,176.9],"ftL":[3.9,318.8]},{"rootY":-3.3,"hips":[0,0],"chest":[1.8,-84.7],"neck":[1.8,-84.7],"head":[12.1,-150],"shR":[-51.8,-115.8],"elR":[-48.2,-13.5],"haR":[-58.6,50.3],"shL":[57.6,-117.8],"elL":[70.6,-17.3],"haL":[81.3,44.8],"hipR":[-20,38.4],"knR":[-36.7,163.2],"ftR":[-27.1,287.3],"hipL":[27,34.5],"knL":[13.5,177.6],"ftL":[3,318.4]},{"rootY":-4.2,"hips":[0,0],"chest":[1.6,-84.6],"neck":[1.6,-84.6],"head":[11.2,-150],"shR":[-52,-115.2],"elR":[-47.2,-13.4],"haR":[-57.2,51.1],"shL":[57.2,-118],"elL":[72.2,-17.5],"haL":[81.3,42],"hipR":[-20,38.7],"knR":[-34.8,160.1],"ftR":[-28.6,298.9],"hipL":[27,34.6],"knL":[13.2,178.5],"ftL":[2.5,318.9]}]},"run":{"name":"run","fps":30,"height":520,"groundY":345,"frameCount":38,"frames":[{"rootY":0,"hips":[0,0],"chest":[-0.1,-78.3],"neck":[-0.1,-78.3],"head":[0.8,-147.2],"shR":[-62.2,-107.2],"elR":[-178.8,-90.8],"haR":[-251.1,-80.6],"shL":[63.5,-104.3],"elL":[173.6,-88.9],"haL":[245.1,-78.8],"hipR":[-31.4,37.4],"knR":[-28.8,187],"ftR":[-26.1,343.4],"hipL":[31.7,37.4],"knL":[29,189.2],"ftL":[26.3,344.6]},{"rootY":4.5,"hips":[0,0],"chest":[4.7,-75.6],"neck":[4.7,-75.6],"head":[11.9,-144.3],"shR":[-55.1,-110.3],"elR":[-84.8,-7.9],"haR":[-79.1,42.7],"shL":[70.1,-99.4],"elL":[75.5,4.8],"haL":[60.3,6.5],"hipR":[-32.9,36.1],"knR":[-38.4,185.5],"ftR":[-30.1,178.3],"hipL":[30.1,39.3],"knL":[15.4,179.1],"ftL":[3.3,323.8]},{"rootY":8.2,"hips":[0,0],"chest":[5.5,-75],"neck":[5.5,-75],"head":[12.5,-143.5],"shR":[-54.1,-110.2],"elR":[-77.4,-10.3],"haR":[-81,45.7],"shL":[71.2,-98.8],"elL":[77.8,10.7],"haL":[57.2,-1],"hipR":[-31.1,37.9],"knR":[-45.3,180.7],"ftR":[-31.1,181.7],"hipL":[31.9,38],"knL":[15.3,183.5],"ftL":[2.9,319.7]},{"rootY":5.6,"hips":[0,0],"chest":[4.7,-75],"neck":[4.7,-75],"head":[10.8,-143.6],"shR":[-54.7,-110.1],"elR":[-72.4,-13.6],"haR":[-82,45.1],"shL":[70.5,-98.8],"elL":[78.7,11.9],"haL":[53.7,-8.5],"hipR":[-30.5,38.5],"knR":[-45,170],"ftR":[-32.4,200],"hipL":[32.6,37.7],"knL":[16,187.9],"ftL":[1.5,316]},{"rootY":-0.4,"hips":[0,0],"chest":[4.7,-74.9],"neck":[4.7,-74.9],"head":[9.5,-143.7],"shR":[-54.6,-109],"elR":[-67.8,-17],"haR":[-80.3,42.8],"shL":[70.2,-99.6],"elL":[81.9,11],"haL":[52.1,-14.9],"hipR":[-29,39.5],"knR":[-39.4,160.3],"ftR":[-31.8,228.3],"hipL":[33.8,36.9],"knL":[19.4,187.5],"ftL":[3.9,310]},{"rootY":-8,"hips":[0,0],"chest":[4,-75.3],"neck":[4,-75.3],"head":[7.2,-144.3],"shR":[-55.1,-108.4],"elR":[-63.1,-21],"haR":[-77.7,39.7],"shL":[69,-101],"elL":[85.9,8.9],"haL":[50.9,-20.4],"hipR":[-29.2,39.6],"knR":[-31.9,154.5],"ftR":[-30.4,260.8],"hipL":[33.7,37.2],"knL":[22.4,183.6],"ftL":[9.2,305.1]},{"rootY":-14.3,"hips":[0,0],"chest":[2.9,-75.7],"neck":[2.9,-75.7],"head":[4.8,-145.1],"shR":[-56.1,-107.2],"elR":[-58.7,-24.2],"haR":[-75.7,37.5],"shL":[67,-103],"elL":[89.9,5.8],"haL":[50.1,-23.5],"hipR":[-29.6,39.7],"knR":[-28,153.7],"ftR":[-29.4,290.2],"hipL":[33.4,37.3],"knL":[23.8,173.6],"ftL":[14.6,298.4]},{"rootY":-20.1,"hips":[0,0],"chest":[1.3,-76],"neck":[1.3,-76],"head":[1.5,-145.5],"shR":[-57.7,-106.8],"elR":[-55.5,-27.1],"haR":[-74.3,34.7],"shL":[65.2,-103.8],"elL":[93.4,3.7],"haL":[50.1,-23],"hipR":[-28.9,40.4],"knR":[-25.4,159.4],"ftR":[-28.5,312.6],"hipL":[34,36.7],"knL":[26.8,158.9],"ftL":[19.3,284]},{"rootY":-21.4,"hips":[0,0],"chest":[0.1,-76.1],"neck":[0.1,-76.1],"head":[-0.6,-145.6],"shR":[-59.2,-106.5],"elR":[-53.9,-26.8],"haR":[-73.7,34.1],"shL":[63.6,-104.4],"elL":[95.4,2],"haL":[50.7,-19.7],"hipR":[-27.2,41.6],"knR":[-21.1,167.2],"ftR":[-24.9,323.5],"hipL":[35.5,35.2],"knL":[24.7,163.6],"ftL":[20.8,261.4]},{"rootY":-18.9,"hips":[0,0],"chest":[-1,-76.2],"neck":[-1,-76.2],"head":[-2.1,-145.6],"shR":[-60.9,-105.5],"elR":[-55.8,-22.2],"haR":[-75.3,37.2],"shL":[61.8,-106],"elL":[94.5,-0.8],"haL":[50.4,-13.6],"hipR":[-27.5,41.5],"knR":[-19.1,172.8],"ftR":[-18.1,328.1],"hipL":[35.2,35.2],"knL":[22,171.8],"ftL":[24,235.3]},{"rootY":-13,"hips":[0,0],"chest":[-2.6,-76.2],"neck":[-2.6,-76.2],"head":[-3.8,-145.6],"shR":[-62.9,-104.3],"elR":[-61.3,-16.1],"haR":[-78.9,39.8],"shL":[59.6,-107.1],"elL":[92.2,-3.9],"haL":[51,-4.8],"hipR":[-29.4,40.1],"knR":[-19,176.7],"ftR":[-9.5,332.5],"hipL":[33.5,36.4],"knL":[21.9,180.5],"ftL":[24.9,205.6]},{"rootY":-4.6,"hips":[0,0],"chest":[-3.1,-76.1],"neck":[-3.1,-76.1],"head":[-5.2,-145.3],"shR":[-64,-104.6],"elR":[-67.1,-8.8],"haR":[-81.5,38.6],"shL":[59.8,-106.4],"elL":[91.3,-6],"haL":[55.5,6.3],"hipR":[-31.8,38.2],"knR":[-16.4,175.9],"ftR":[-0.9,329.9],"hipL":[31.1,37.8],"knL":[32.3,188],"ftL":[25.7,178.4]},{"rootY":4.3,"hips":[0,0],"chest":[-3.7,-75.5],"neck":[-3.7,-75.5],"head":[-6.4,-144.6],"shR":[-65,-104.2],"elR":[-73.5,-0.1],"haR":[-82.5,35.3],"shL":[59.1,-106],"elL":[87.7,-10.1],"haL":[59.5,14.3],"hipR":[-34,36.3],"knR":[-13.5,174.6],"ftR":[2.2,320.5],"hipL":[28.7,39.2],"knL":[46.6,189.7],"ftL":[27.3,163.4]},{"rootY":7.7,"hips":[0,0],"chest":[-4.1,-75.2],"neck":[-4.1,-75.2],"head":[-6.9,-143.9],"shR":[-65.6,-104],"elR":[-79,6.9],"haR":[-81.6,29.5],"shL":[58.8,-105.7],"elL":[83.6,-15.6],"haL":[62.2,18.5],"hipR":[-34.9,35.5],"knR":[-13.7,179.3],"ftR":[2.2,316.2],"hipL":[27.8,40.3],"knL":[55.1,183.3],"ftL":[29.4,165.8]},{"rootY":6.4,"hips":[0,0],"chest":[-3.8,-75.2],"neck":[-3.8,-75.2],"head":[-6.5,-144.1],"shR":[-66.3,-103.5],"elR":[-83.1,10.2],"haR":[-78.6,20.5],"shL":[59,-106.1],"elL":[80.6,-20.2],"haL":[63.1,17.9],"hipR":[-34.9,35.3],"knR":[-13.4,183],"ftR":[2,311.1],"hipL":[27.9,40.5],"knL":[52.4,171.1],"ftL":[30.2,183.3]},{"rootY":0.7,"hips":[0,0],"chest":[-3.4,-75.6],"neck":[-3.4,-75.6],"head":[-4.9,-144.8],"shR":[-66.2,-104.3],"elR":[-85.6,10.2],"haR":[-73.8,10.4],"shL":[59.6,-105.7],"elL":[77.7,-23],"haL":[63.7,16],"hipR":[-36.1,34.7],"knR":[-16.6,182.2],"ftR":[-0.9,304.8],"hipL":[26.3,41.2],"knL":[44,162.3],"ftL":[29.8,211.7]},{"rootY":-5.8,"hips":[0,0],"chest":[-4.1,-76.1],"neck":[-4.1,-76.1],"head":[-3.8,-145.7],"shR":[-66.8,-105.4],"elR":[-89.3,9.1],"haR":[-70.7,3.8],"shL":[58.9,-105.6],"elL":[71.6,-25.8],"haL":[62.6,13.6],"hipR":[-35.5,35.1],"knR":[-20.1,177.4],"ftR":[-7.9,297.6],"hipL":[27.2,41],"knL":[33.4,156.1],"ftL":[29.4,245.2]},{"rootY":-12.2,"hips":[0,0],"chest":[-3.7,-76.8],"neck":[-3.7,-76.8],"head":[-1.7,-146.5],"shR":[-66.1,-106.9],"elR":[-92.8,6.7],"haR":[-68.3,0.5],"shL":[59.3,-105.2],"elL":[65.9,-28],"haL":[61.7,11.5],"hipR":[-35,35.2],"knR":[-25.2,162.6],"ftR":[-16.5,289.6],"hipL":[27.8,40.7],"knL":[27.3,154.8],"ftL":[29.7,279.6]},{"rootY":-17.1,"hips":[0,0],"chest":[-3.1,-77.1],"neck":[-3.1,-77.1],"head":[-0.1,-146.9],"shR":[-64.9,-108.4],"elR":[-95.1,4.1],"haR":[-65.6,-0.8],"shL":[60,-104],"elL":[62.1,-27.8],"haL":[61,10.1],"hipR":[-34.9,35.3],"knR":[-28.6,154.4],"ftR":[-23.1,276],"hipL":[27.9,41],"knL":[23.9,158.9],"ftL":[29.9,306.7]},{"rootY":-17.4,"hips":[0,0],"chest":[-1.6,-76.9],"neck":[-1.6,-76.9],"head":[2.4,-146.8],"shR":[-63.1,-109],"elR":[-95.1,2.4],"haR":[-63.4,2.4],"shL":[61.7,-103.1],"elL":[60.8,-24.6],"haL":[60.9,9.9],"hipR":[-36.3,34.2],"knR":[-23.5,162.9],"ftR":[-27.5,254.8],"hipL":[26.3,41.8],"knL":[21.6,166.9],"ftL":[28.5,322]},{"rootY":-13.9,"hips":[0,0],"chest":[-0.5,-77.1],"neck":[-0.5,-77.1],"head":[4.3,-146.7],"shR":[-61.5,-109.8],"elR":[-94.3,0.1],"haR":[-63.8,8.7],"shL":[63.3,-102.8],"elL":[61.3,-19.1],"haL":[60.9,11.1],"hipR":[-35.2,34.5],"knR":[-19,168.4],"ftR":[-29.3,229.3],"hipL":[27.4,41.5],"knL":[24,172.5],"ftL":[25.5,327.3]},{"rootY":-7.6,"hips":[0,0],"chest":[1,-77],"neck":[1,-77],"head":[6.2,-146.6],"shR":[-59.5,-110.6],"elR":[-92.4,-2.2],"haR":[-66.7,17.4],"shL":[65.3,-101.6],"elL":[65.1,-11],"haL":[61.9,12],"hipR":[-34.1,35.4],"knR":[-19.4,177.4],"ftR":[-29.4,206.2],"hipL":[28.7,40.3],"knL":[24.2,176.4],"ftL":[18.9,331.5]},{"rootY":-0.1,"hips":[0,0],"chest":[2.3,-77],"neck":[2.3,-77],"head":[7.9,-146.5],"shR":[-58,-111.1],"elR":[-89.1,-4],"haR":[-70.4,26.1],"shL":[67,-101.1],"elL":[70.1,-2.4],"haL":[61.5,8.9],"hipR":[-33,35.8],"knR":[-26,183.5],"ftR":[-27.5,186.2],"hipL":[29.9,39.5],"knL":[23.5,176.9],"ftL":[12.6,329.8]},{"rootY":4.6,"hips":[0,0],"chest":[4.5,-76.3],"neck":[4.5,-76.3],"head":[10.9,-145.6],"shR":[-55.5,-111],"elR":[-81.6,-6.6],"haR":[-72.3,32.6],"shL":[69.6,-100.2],"elL":[76.1,6.1],"haL":[61.6,3.1],"hipR":[-29.9,38.6],"knR":[-33.9,187.8],"ftR":[-26.9,180.9],"hipL":[33.2,36.5],"knL":[22,177.9],"ftL":[11.1,323.6]},{"rootY":5.1,"hips":[0,0],"chest":[3.6,-76.1],"neck":[3.6,-76.1],"head":[10.1,-145.2],"shR":[-56.2,-110.9],"elR":[-77.5,-10.7],"haR":[-75.6,35.1],"shL":[69,-99.9],"elL":[78,10.2],"haL":[57.6,-5.1],"hipR":[-30.8,38.2],"knR":[-37.5,181.4],"ftR":[-27,188.6],"hipL":[32.2,37.4],"knL":[19.5,184.5],"ftL":[10.7,322.1]},{"rootY":0.8,"hips":[0,0],"chest":[3.1,-76],"neck":[3.1,-76],"head":[9.3,-145.2],"shR":[-56.3,-111],"elR":[-74,-14.5],"haR":[-75.8,33.6],"shL":[68.9,-99.6],"elL":[77.8,11.3],"haL":[54.6,-14.4],"hipR":[-30,39.1],"knR":[-37,171.7],"ftR":[-27.2,209],"hipL":[33,36.8],"knL":[18.7,187.6],"ftL":[10.8,318.1]},{"rootY":-7.4,"hips":[0,0],"chest":[3.2,-76.1],"neck":[3.2,-76.1],"head":[8.2,-145.5],"shR":[-56,-110.1],"elR":[-70.6,-17.4],"haR":[-75.6,32.4],"shL":[68.8,-100.5],"elL":[77.5,10.2],"haL":[50.9,-23.4],"hipR":[-29.3,39.5],"knR":[-33.7,163.5],"ftR":[-26.8,238.3],"hipL":[33.7,36.6],"knL":[20.7,187],"ftL":[13,313.5]},{"rootY":-15.9,"hips":[0,0],"chest":[3.4,-76.3],"neck":[3.4,-76.3],"head":[7.5,-145.9],"shR":[-55.6,-109.3],"elR":[-66.5,-20.9],"haR":[-74.4,30.5],"shL":[68.6,-101.5],"elL":[78,8.7],"haL":[48.2,-30.3],"hipR":[-29.8,39.3],"knR":[-29.2,158.1],"ftR":[-25.2,269.7],"hipL":[33.3,37.1],"knL":[22.9,183.6],"ftL":[17.4,308.7]},{"rootY":-22.4,"hips":[0,0],"chest":[2.6,-76.6],"neck":[2.6,-76.6],"head":[5.8,-146.3],"shR":[-56.3,-108.5],"elR":[-62.3,-24.4],"haR":[-72.9,28.4],"shL":[67.5,-102.7],"elL":[78.8,7.1],"haL":[45,-35.3],"hipR":[-30.5,39.2],"knR":[-27.5,156.3],"ftR":[-25.6,296.6],"hipL":[32.5,37.6],"knL":[24.7,175.5],"ftL":[20.4,301.7]},{"rootY":-27.4,"hips":[0,0],"chest":[0.9,-76.7],"neck":[0.9,-76.7],"head":[3.8,-146.5],"shR":[-57.6,-108],"elR":[-58.9,-27.5],"haR":[-71.6,26.5],"shL":[65.8,-102.7],"elL":[80.1,6.8],"haL":[42.8,-36.2],"hipR":[-30.4,39.6],"knR":[-26.7,160.4],"ftR":[-27.6,314.9],"hipL":[32.6,37.3],"knL":[28,161.5],"ftL":[23.3,288.7]},{"rootY":-27.9,"hips":[0,0],"chest":[0,-76.9],"neck":[0,-76.9],"head":[3,-146.8],"shR":[-58.6,-108.2],"elR":[-57.2,-28.8],"haR":[-70.3,24.7],"shL":[64.7,-103.3],"elL":[81.6,6.2],"haL":[42,-33.7],"hipR":[-29,40.6],"knR":[-24.2,166.3],"ftR":[-28,322.2],"hipL":[33.8,36],"knL":[24.8,162.1],"ftL":[23.1,267.9]},{"rootY":-25.2,"hips":[0,0],"chest":[-1.5,-77.3],"neck":[-1.5,-77.3],"head":[1.7,-147.1],"shR":[-60.5,-108.1],"elR":[-59,-26.7],"haR":[-71.3,24.6],"shL":[62.9,-104.4],"elL":[82.3,5.1],"haL":[41.7,-27.9],"hipR":[-29.2,40.5],"knR":[-25.7,170.6],"ftR":[-24.4,324.8],"hipL":[33.5,35.8],"knL":[18.6,169.8],"ftL":[23.5,242.7]},{"rootY":-18.4,"hips":[0,0],"chest":[-2.4,-77.5],"neck":[-2.4,-77.5],"head":[0.5,-147.2],"shR":[-61.6,-108],"elR":[-63.9,-21.6],"haR":[-74,25.4],"shL":[61.9,-105.1],"elL":[83.1,3.4],"haL":[44,-19.2],"hipR":[-30.9,39.2],"knR":[-25.1,175.3],"ftR":[-17.3,329.8],"hipL":[31.6,36.7],"knL":[15.1,178.7],"ftL":[22.4,212.9]},{"rootY":-8.2,"hips":[0,0],"chest":[-2.6,-77.6],"neck":[-2.6,-77.6],"head":[-0.1,-147.4],"shR":[-62.1,-107.9],"elR":[-69.8,-14.5],"haR":[-76.8,24.8],"shL":[61.7,-105.1],"elL":[83.6,1.4],"haL":[48.4,-8.7],"hipR":[-31.8,38.2],"knR":[-24.5,177],"ftR":[-10.6,332.8],"hipL":[30.8,36.8],"knL":[20.7,185.6],"ftL":[21,183.2]},{"rootY":1.3,"hips":[0,0],"chest":[-2.3,-77.5],"neck":[-2.3,-77.5],"head":[-0.5,-147.3],"shR":[-62.2,-107.6],"elR":[-74.8,-6.2],"haR":[-77.9,22],"shL":[62,-105.1],"elL":[83.3,-1.3],"haL":[54.3,2.3],"hipR":[-33.1,36.7],"knR":[-20.6,177.1],"ftR":[-3.4,328.1],"hipL":[29.6,37.3],"knL":[33.3,189.1],"ftL":[21.2,163.9]},{"rootY":7.2,"hips":[0,0],"chest":[-3.2,-77.1],"neck":[-3.2,-77.1],"head":[-1.9,-146.8],"shR":[-63.8,-106.7],"elR":[-80.7,2],"haR":[-79.1,16.9],"shL":[60.8,-105.5],"elL":[79.7,-5.1],"haL":[58.5,12],"hipR":[-36.7,33.3],"knR":[-21.7,176.9],"ftR":[-3.3,320.3],"hipL":[25.5,40.7],"knL":[45.1,187.5],"ftL":[22.3,162.5]},{"rootY":8.1,"hips":[0,0],"chest":[-1.9,-77.2],"neck":[-1.9,-77.2],"head":[-0.7,-146.6],"shR":[-63.7,-106.1],"elR":[-82.9,6.8],"haR":[-76.6,7.9],"shL":[61.7,-106.3],"elL":[76.8,-9.8],"haL":[62.2,16.1],"hipR":[-36,34],"knR":[-20.2,180.9],"ftR":[-5,315.3],"hipL":[26.5,40.4],"knL":[43.6,176.2],"ftL":[23.3,175.7]},{"rootY":3.6,"hips":[0,0],"chest":[-1.9,-77],"neck":[-1.9,-77],"head":[-0.8,-146.7],"shR":[-64.1,-106.4],"elR":[-83.7,8.6],"haR":[-73.1,-3.4],"shL":[61.7,-105.8],"elL":[73.9,-12.2],"haL":[63.1,17.1],"hipR":[-37.2,32.9],"knR":[-20.9,181.7],"ftR":[-7.5,309.1],"hipL":[25.1,41.2],"knL":[36.2,164.2],"ftL":[23.4,201.2]}]},"shuffle":{"name":"shuffle","fps":30,"height":520,"groundY":256,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.2],"neck":[-3.8,-168.3],"head":[-1.6,-203.7],"shR":[50.1,-147],"elR":[128.4,-146.4],"haR":[193.7,-148.9],"shL":[-57.7,-145.7],"elL":[-134.6,-146.3],"haL":[-203,-146.3],"hipR":[26.6,7.9],"knR":[30.4,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.2],"neck":[-3.8,-168.3],"head":[-1.7,-203.6],"shR":[50.1,-147],"elR":[128.4,-146.4],"haR":[193.6,-148.7],"shL":[-57.7,-145.5],"elL":[-134.6,-145.9],"haL":[-203.1,-145.7],"hipR":[26.6,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-3.9,-168.3],"head":[-1.8,-203.6],"shR":[50.1,-146.9],"elR":[128.3,-146.4],"haR":[193.6,-148.6],"shL":[-57.7,-145.3],"elL":[-134.7,-145.3],"haL":[-203.2,-144.8],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.8],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-3.9,-168.3],"head":[-1.9,-203.6],"shR":[50,-146.9],"elR":[128.3,-146.4],"haR":[193.5,-148.6],"shL":[-57.7,-145],"elL":[-134.8,-144.6],"haL":[-203.3,-143.7],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.8],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-4.1,-168.2],"head":[-2,-203.6],"shR":[49.9,-146.9],"elR":[128.2,-146.4],"haR":[193.4,-148.6],"shL":[-57.8,-144.8],"elL":[-134.9,-143.9],"haL":[-203.5,-142.6],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.2,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-4.3,-168.2],"head":[-2.2,-203.6],"shR":[49.8,-147.1],"elR":[128.1,-146.4],"haR":[193.4,-148.6],"shL":[-58,-144.7],"elL":[-135.1,-143.3],"haL":[-203.7,-141.5],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.2,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.1],"neck":[-4.5,-168.2],"head":[-2.5,-203.5],"shR":[49.6,-147.2],"elR":[127.9,-146.5],"haR":[193.3,-148.5],"shL":[-58.1,-144.5],"elL":[-135.3,-142.6],"haL":[-203.9,-140.5],"hipR":[26.5,7.9],"knR":[30.4,129.6],"ftR":[30.1,254.7],"hipL":[-26.8,7.7],"knL":[-23.6,130.8],"ftL":[-20.5,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.4,-100.1],"neck":[-4.7,-168.1],"head":[-2.8,-203.5],"shR":[49.4,-147.2],"elR":[127.8,-146.6],"haR":[193.3,-148.5],"shL":[-58.3,-144.3],"elL":[-135.4,-142],"haL":[-204.1,-139.5],"hipR":[26.5,7.9],"knR":[30.4,129.6],"ftR":[30,254.7],"hipL":[-26.8,7.7],"knL":[-23.6,130.8],"ftL":[-20.6,256]},{"rootY":0,"hips":[0,0],"chest":[-3.5,-100.1],"neck":[-4.9,-168.1],"head":[-3.1,-203.5],"shR":[49.3,-147.3],"elR":[127.6,-146.7],"haR":[193.2,-148.5],"shL":[-58.5,-144.1],"elL":[-135.6,-141.5],"haL":[-204.3,-138.7],"hipR":[26.5,7.9],"knR":[30.3,129.6],"ftR":[29.9,254.7],"hipL":[-26.8,7.7],"knL":[-23.7,130.8],"ftL":[-20.7,256]},{"rootY":0,"hips":[0,0],"chest":[-3.7,-100.1],"neck":[-5.2,-168.1],"head":[-3.4,-203.5],"shR":[49,-147.3],"elR":[127.4,-146.8],"haR":[193.1,-148.7],"shL":[-58.7,-143.8],"elL":[-135.8,-141],"haL":[-204.5,-138],"hipR":[26.5,7.9],"knR":[30.3,129.6],"ftR":[29.7,254.7],"hipL":[-26.8,7.7],"knL":[-23.7,130.8],"ftL":[-20.8,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.8,-100.1],"neck":[-5.4,-168.1],"head":[-3.7,-203.5],"shR":[48.8,-147.3],"elR":[127.2,-146.9],"haR":[193,-149],"shL":[-58.9,-143.6],"elL":[-136,-140.6],"haL":[-204.7,-137.4],"hipR":[26.5,7.9],"knR":[30.2,129.6],"ftR":[29.6,254.7],"hipL":[-26.8,7.7],"knL":[-23.8,130.9],"ftL":[-21,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4,-100.1],"neck":[-5.7,-168.1],"head":[-4,-203.5],"shR":[48.6,-147.3],"elR":[127,-147.1],"haR":[192.9,-149.3],"shL":[-59.1,-143.3],"elL":[-136.3,-140.2],"haL":[-205,-137],"hipR":[26.5,7.9],"knR":[30.1,129.6],"ftR":[29.4,254.7],"hipL":[-26.8,7.7],"knL":[-23.9,130.9],"ftL":[-21.1,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4.1,-100.1],"neck":[-6,-168.1],"head":[-4.4,-203.5],"shR":[48.4,-147.3],"elR":[126.8,-147.3],"haR":[192.8,-149.7],"shL":[-59.3,-143.1],"elL":[-136.5,-139.9],"haL":[-205.2,-136.6],"hipR":[26.5,7.8],"knR":[30,129.6],"ftR":[29.3,254.7],"hipL":[-26.7,7.7],"knL":[-23.9,130.9],"ftL":[-21.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4.2,-100.1],"neck":[-6.3,-168],"head":[-4.8,-203.5],"shR":[48.1,-147.3],"elR":[126.6,-147.5],"haR":[192.6,-150],"shL":[-59.5,-142.8],"elL":[-136.8,-139.7],"haL":[-205.5,-136.3],"hipR":[26.5,7.8],"knR":[29.9,129.6],"ftR":[29,254.8],"hipL":[-26.7,7.7],"knL":[-24,130.9],"ftL":[-21.5,256.1]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.2,-100.1],"neck":[-6.7,-168],"head":[-5.2,-203.5],"shR":[47.8,-147.4],"elR":[126.3,-147.7],"haR":[192.4,-150.3],"shL":[-59.8,-142.6],"elL":[-137.1,-139.4],"haL":[-205.9,-136.1],"hipR":[26.5,7.8],"knR":[29.8,129.6],"ftR":[28.8,254.8],"hipL":[-26.7,7.8],"knL":[-24.2,130.9],"ftL":[-21.8,256.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.4,-100.1],"neck":[-7.1,-168],"head":[-5.7,-203.5],"shR":[47.5,-147.4],"elR":[126.1,-147.9],"haR":[192.1,-150.6],"shL":[-60.1,-142.2],"elL":[-137.4,-139.2],"haL":[-206.2,-135.8],"hipR":[26.5,7.8],"knR":[29.6,129.6],"ftR":[28.4,254.8],"hipL":[-26.7,7.8],"knL":[-24.3,131],"ftL":[-22.1,256.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.5,-100.1],"neck":[-7.5,-167.9],"head":[-6.1,-203.4],"shR":[47.2,-147.3],"elR":[125.8,-148],"haR":[191.8,-150.9],"shL":[-60.4,-141.9],"elL":[-137.7,-138.9],"haL":[-206.5,-135.5],"hipR":[26.6,7.7],"knR":[29.4,129.7],"ftR":[28.1,254.9],"hipL":[-26.7,7.8],"knL":[-24.5,131],"ftL":[-22.5,256.3]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.6,-100.1],"neck":[-7.8,-167.9],"head":[-6.5,-203.4],"shR":[47,-147.2],"elR":[125.5,-148.1],"haR":[191.6,-151.1],"shL":[-60.6,-141.7],"elL":[-137.9,-138.6],"haL":[-206.7,-135.2],"hipR":[26.6,7.7],"knR":[29.2,129.7],"ftR":[27.7,254.9],"hipL":[-26.7,7.9],"knL":[-24.7,131.1],"ftL":[-22.9,256.3]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.7,-100.1],"neck":[-7.9,-167.9],"head":[-6.9,-203.4],"shR":[46.8,-147.1],"elR":[125.4,-148.2],"haR":[191.4,-151.3],"shL":[-60.7,-141.5],"elL":[-138,-138.4],"haL":[-206.8,-134.9],"hipR":[26.6,7.6],"knR":[29,129.8],"ftR":[27.4,255],"hipL":[-26.7,7.9],"knL":[-24.9,131.1],"ftL":[-23.2,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.7,-100.1],"neck":[-8.1,-167.9],"head":[-7.2,-203.4],"shR":[46.7,-147.1],"elR":[125.2,-148.2],"haR":[191.2,-151.5],"shL":[-60.8,-141.4],"elL":[-138.1,-138.1],"haL":[-207,-134.6],"hipR":[26.6,7.6],"knR":[28.8,129.8],"ftR":[27.1,255.1],"hipL":[-26.7,8],"knL":[-25,131.1],"ftL":[-23.6,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.9,-100.1],"neck":[-8.2,-167.9],"head":[-7.4,-203.5],"shR":[46.5,-147],"elR":[125.1,-148.3],"haR":[191,-151.7],"shL":[-60.9,-141.3],"elL":[-138.3,-138],"haL":[-207.1,-134.3],"hipR":[26.6,7.6],"knR":[28.5,129.9],"ftR":[26.7,255.1],"hipL":[-26.7,8],"knL":[-25.2,131.2],"ftL":[-23.9,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.3,-167.9],"head":[-7.7,-203.5],"shR":[46.4,-147],"elR":[125,-148.4],"haR":[190.9,-151.9],"shL":[-61,-141.2],"elL":[-138.4,-137.9],"haL":[-207.3,-134.2],"hipR":[26.6,7.6],"knR":[28.3,129.9],"ftR":[26.4,255.2],"hipL":[-26.7,8],"knL":[-25.3,131.2],"ftL":[-24.2,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.4,-167.9],"head":[-7.9,-203.5],"shR":[46.4,-147],"elR":[124.9,-148.6],"haR":[190.8,-152.1],"shL":[-61.1,-141.2],"elL":[-138.6,-137.8],"haL":[-207.5,-134.2],"hipR":[26.6,7.5],"knR":[28.1,129.9],"ftR":[26.1,255.2],"hipL":[-26.7,8],"knL":[-25.5,131.2],"ftL":[-24.5,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.5,-167.8],"head":[-8.2,-203.4],"shR":[46.3,-147],"elR":[124.8,-148.7],"haR":[190.7,-152.3],"shL":[-61.1,-141.2],"elL":[-138.8,-137.8],"haL":[-207.8,-134.1],"hipR":[26.6,7.5],"knR":[27.9,130],"ftR":[25.8,255.3],"hipL":[-26.7,8.1],"knL":[-25.7,131.2],"ftL":[-24.9,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.6,-167.8],"head":[-8.4,-203.4],"shR":[46.2,-147],"elR":[124.7,-148.8],"haR":[190.6,-152.5],"shL":[-61.2,-141.2],"elL":[-139,-137.7],"haL":[-208.1,-134],"hipR":[26.6,7.5],"knR":[27.7,130],"ftR":[25.5,255.3],"hipL":[-26.7,8.1],"knL":[-25.9,131.3],"ftL":[-25.3,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.7,-167.7],"head":[-8.5,-203.3],"shR":[46.2,-147],"elR":[124.7,-148.9],"haR":[190.7,-152.7],"shL":[-61.2,-141.1],"elL":[-139.1,-137.6],"haL":[-208.3,-133.8],"hipR":[26.6,7.4],"knR":[27.5,130],"ftR":[25.3,255.3],"hipL":[-26.7,8.1],"knL":[-26,131.3],"ftL":[-25.5,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.8,-100.1],"neck":[-8.6,-167.7],"head":[-8.5,-203.3],"shR":[46.2,-146.9],"elR":[124.8,-149],"haR":[190.8,-152.9],"shL":[-61.1,-141],"elL":[-139.1,-137.4],"haL":[-208.3,-133.5],"hipR":[26.7,7.4],"knR":[27.4,130.1],"ftR":[25.2,255.4],"hipL":[-26.7,8.1],"knL":[-26.1,131.3],"ftL":[-25.7,256.5]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.6,-100.1],"neck":[-8.5,-167.7],"head":[-8.4,-203.3],"shR":[46.3,-146.8],"elR":[124.9,-149],"haR":[190.9,-152.9],"shL":[-61,-140.9],"elL":[-139,-137.1],"haL":[-208.3,-133.1],"hipR":[26.7,7.4],"knR":[27.3,130.1],"ftR":[25.2,255.4],"hipL":[-26.7,8.1],"knL":[-26.1,131.3],"ftL":[-25.7,256.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.4,-100.2],"neck":[-8.3,-167.7],"head":[-8.3,-203.2],"shR":[46.5,-146.7],"elR":[125,-148.8],"haR":[191,-152.7],"shL":[-60.8,-140.8],"elL":[-138.8,-136.7],"haL":[-208.1,-132.5],"hipR":[26.7,7.4],"knR":[27.3,130.1],"ftR":[25.3,255.4],"hipL":[-26.7,8.1],"knL":[-26,131.3],"ftL":[-25.6,256.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.2,-100.2],"neck":[-8,-167.7],"head":[-8.1,-203.2],"shR":[46.8,-146.6],"elR":[125.2,-148.6],"haR":[191,-152.2],"shL":[-60.5,-140.8],"elL":[-138.5,-136.3],"haL":[-207.8,-131.8],"hipR":[26.7,7.4],"knR":[27.4,130.1],"ftR":[25.5,255.4],"hipL":[-26.7,8.1],"knL":[-25.9,131.3],"ftL":[-25.3,256.5]},{"rootY":-0.5,"hips":[0,0],"chest":[-4,-100.2],"neck":[-7.9,-167.6],"head":[-8,-203.1],"shR":[46.9,-146.4],"elR":[125.1,-148.1],"haR":[190.6,-151.5],"shL":[-60.4,-140.6],"elL":[-138.2,-136],"haL":[-207.4,-131.3],"hipR":[26.7,7.4],"knR":[27.6,130.1],"ftR":[25.8,255.4],"hipL":[-26.7,8.1],"knL":[-25.8,131.3],"ftL":[-25,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4,-100.1],"neck":[-7.9,-167.3],"head":[-8.1,-202.9],"shR":[46.9,-146.3],"elR":[124.8,-147.6],"haR":[189.8,-150.4],"shL":[-60.5,-140.5],"elL":[-138,-135.6],"haL":[-207,-130.7],"hipR":[26.7,7.4],"knR":[27.7,130.1],"ftR":[26.1,255.4],"hipL":[-26.7,8.2],"knL":[-25.6,131.3],"ftL":[-24.7,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.2,-100],"neck":[-8,-167.1],"head":[-8.2,-202.7],"shR":[46.7,-146.3],"elR":[124.1,-147],"haR":[188.4,-149.2],"shL":[-60.7,-140.5],"elL":[-137.7,-135.5],"haL":[-206.5,-130.4],"hipR":[26.8,7.3],"knR":[27.9,130.1],"ftR":[26.4,255.4],"hipL":[-26.7,8.2],"knL":[-25.5,131.4],"ftL":[-24.4,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.3,-100],"neck":[-8,-166.9],"head":[-8.3,-202.5],"shR":[46.6,-146.3],"elR":[123.3,-146.5],"haR":[186.5,-148.1],"shL":[-60.8,-140.5],"elL":[-137.1,-135.6],"haL":[-205.5,-130.5],"hipR":[26.8,7.3],"knR":[28.2,130],"ftR":[26.9,255.3],"hipL":[-26.6,8.3],"knL":[-25.2,131.4],"ftL":[-23.8,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.3,-99.9],"neck":[-8,-166.8],"head":[-8.4,-202.4],"shR":[46.5,-146.3],"elR":[122.1,-146.1],"haR":[183.9,-147.3],"shL":[-60.9,-140.6],"elL":[-136.2,-135.9],"haL":[-204,-131.2],"hipR":[26.7,7.2],"knR":[28.6,130],"ftR":[27.5,255.3],"hipL":[-26.6,8.3],"knL":[-24.8,131.4],"ftL":[-23.1,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.3,-99.9],"neck":[-8,-166.6],"head":[-8.4,-202.3],"shR":[46.5,-146.1],"elR":[120.5,-145.8],"haR":[180.3,-146.9],"shL":[-60.9,-140.6],"elL":[-134.9,-136.5],"haL":[-201.6,-132.2],"hipR":[26.7,7.2],"knR":[29,129.9],"ftR":[28.4,255.2],"hipL":[-26.6,8.4],"knL":[-24.3,131.5],"ftL":[-22.3,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.4,-99.8],"neck":[-7.8,-166.6],"head":[-8.2,-202.3],"shR":[46.5,-146.1],"elR":[118.4,-145.6],"haR":[175.5,-146.5],"shL":[-60.9,-141.1],"elL":[-132.9,-137.3],"haL":[-198.3,-133.3],"hipR":[26.7,7.1],"knR":[29.5,129.9],"ftR":[29.4,255.2],"hipL":[-26.5,8.5],"knL":[-23.7,131.5],"ftL":[-21.2,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.4,-99.8],"neck":[-7.5,-166.5],"head":[-7.9,-202.3],"shR":[46.6,-146.1],"elR":[115.9,-145.6],"haR":[169.7,-146.5],"shL":[-60.8,-141.8],"elL":[-129.8,-138.3],"haL":[-193.5,-134.5],"hipR":[26.7,7.1],"knR":[30.2,129.8],"ftR":[30.8,255.2],"hipL":[-26.5,8.5],"knL":[-22.9,131.6],"ftL":[-19.8,256.3]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.3,-99.7],"neck":[-7.2,-166.5],"head":[-7.6,-202.4],"shR":[46.8,-146.1],"elR":[112.7,-145.7],"haR":[162.6,-146.9],"shL":[-60.6,-142.5],"elL":[-125.7,-139.5],"haL":[-186.9,-135.8],"hipR":[26.6,7.1],"knR":[31.1,129.8],"ftR":[32.4,255.1],"hipL":[-26.5,8.5],"knL":[-22,131.6],"ftL":[-18.2,256.2]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.2,-99.6],"neck":[-6.9,-166.4],"head":[-7.2,-202.4],"shR":[46.9,-145.9],"elR":[108.7,-146],"haR":[154,-147.7],"shL":[-60.4,-143.3],"elL":[-121,-140.7],"haL":[-178.7,-137.5],"hipR":[26.6,7.1],"knR":[32.4,129.6],"ftR":[34.1,254.9],"hipL":[-26.4,8.5],"knL":[-21.1,131.5],"ftL":[-16.4,256.1]},{"rootY":0.1,"hips":[0,0],"chest":[-4.1,-99.6],"neck":[-6.7,-166.5],"head":[-6.7,-202.5],"shR":[47,-146],"elR":[104.1,-146.5],"haR":[144.2,-148.6],"shL":[-60.4,-144.2],"elL":[-115.7,-142.3],"haL":[-169,-139.7],"hipR":[26.6,7.3],"knR":[34,129.4],"ftR":[36,254.5],"hipL":[-26.5,8.3],"knL":[-20.4,131.3],"ftL":[-14.5,255.7]},{"rootY":0.8,"hips":[0,0],"chest":[-4.1,-99.7],"neck":[-6.7,-166.7],"head":[-6.4,-202.7],"shR":[47,-146.5],"elR":[99.2,-147.2],"haR":[133.5,-149.7],"shL":[-60.4,-145.4],"elL":[-110,-144.4],"haL":[-158.1,-142.5],"hipR":[26.4,7.8],"knR":[35.8,129],"ftR":[38,253.6],"hipL":[-26.7,7.8],"knL":[-19.7,130.7],"ftL":[-12.5,255]},{"rootY":1.8,"hips":[0,0],"chest":[-4.1,-99.6],"neck":[-7,-166.7],"head":[-6.3,-202.8],"shR":[46.8,-147],"elR":[93.9,-148],"haR":[122.2,-150.9],"shL":[-60.5,-146.3],"elL":[-104,-146.4],"haL":[-146.5,-145.6],"hipR":[26.3,8.5],"knR":[36.9,128.3],"ftR":[39.7,252],"hipL":[-26.9,7.1],"knL":[-19.1,129.9],"ftL":[-10.6,254]},{"rootY":2.5,"hips":[0,0],"chest":[-4.1,-99.3],"neck":[-7.5,-166.5],"head":[-6.7,-202.7],"shR":[46.4,-147.3],"elR":[88.3,-148.4],"haR":[110.5,-151.7],"shL":[-60.9,-146.7],"elL":[-98.1,-147.9],"haL":[-134.6,-148.3],"hipR":[26.1,9.1],"knR":[37.5,127.3],"ftR":[40.5,249.7],"hipL":[-27,6.5],"knL":[-18.6,129.4],"ftL":[-9.2,253.2]},{"rootY":2.8,"hips":[0,0],"chest":[-4.4,-99.1],"neck":[-8.1,-166.3],"head":[-7.3,-202.5],"shR":[45.9,-147.2],"elR":[82.6,-148.4],"haR":[98.9,-152.1],"shL":[-61.3,-146.7],"elL":[-92.4,-149.1],"haL":[-122.7,-150.5],"hipR":[26.1,9.3],"knR":[37.6,125.9],"ftR":[40.2,247],"hipL":[-27,6.3],"knL":[-18.1,129.1],"ftL":[-8.1,252.9]},{"rootY":3,"hips":[0,0],"chest":[-4.7,-98.9],"neck":[-8.5,-166.3],"head":[-7.9,-202.5],"shR":[45.4,-147.1],"elR":[77,-148.2],"haR":[88.1,-152.1],"shL":[-61.6,-146.8],"elL":[-86.9,-150.1],"haL":[-111.4,-152.5],"hipR":[26.1,9.3],"knR":[37.2,124.3],"ftR":[39,244.4],"hipL":[-27,6.3],"knL":[-17.7,129.1],"ftL":[-7.2,252.7]},{"rootY":3,"hips":[0,0],"chest":[-5.2,-98.7],"neck":[-9,-166.3],"head":[-8.7,-202.5],"shR":[44.9,-146.8],"elR":[71.5,-147.7],"haR":[78.4,-151.7],"shL":[-62,-146.8],"elL":[-81.7,-151],"haL":[-101.1,-154.4],"hipR":[26.1,9.2],"knR":[36.4,122.8],"ftR":[37.5,242.5],"hipL":[-27,6.4],"knL":[-17.5,129.2],"ftL":[-6.6,252.6]},{"rootY":3,"hips":[0,0],"chest":[-5.7,-98.6],"neck":[-9.7,-166.2],"head":[-9.6,-202.4],"shR":[44.2,-146.7],"elR":[66.3,-147],"haR":[69.8,-150.8],"shL":[-62.5,-146.7],"elL":[-77,-152],"haL":[-92.1,-156.1],"hipR":[26.2,9.1],"knR":[35.5,121.5],"ftR":[36.1,241.4],"hipL":[-27,6.5],"knL":[-17.5,129.4],"ftL":[-6.4,252.5]},{"rootY":3,"hips":[0,0],"chest":[-6.2,-98.5],"neck":[-10.3,-166.1],"head":[-10.4,-202.3],"shR":[43.5,-146.8],"elR":[61.5,-146.1],"haR":[62.5,-149.2],"shL":[-62.9,-147],"elL":[-72.7,-152.8],"haL":[-84.3,-157.4],"hipR":[26.2,9],"knR":[34.8,120.2],"ftR":[35.4,240.9],"hipL":[-27,6.6],"knL":[-17.5,129.4],"ftL":[-6.2,252.5]},{"rootY":3,"hips":[0,0],"chest":[-6.5,-98.5],"neck":[-10.9,-166.1],"head":[-11.2,-202.4],"shR":[42.9,-147.1],"elR":[57.5,-145.1],"haR":[56.3,-147.2],"shL":[-63.2,-147.6],"elL":[-68.8,-153.6],"haL":[-77.4,-158.1],"hipR":[26.2,9],"knR":[34.5,118.9],"ftR":[35.3,240.8],"hipL":[-27,6.6],"knL":[-17.5,129.4],"ftL":[-5.9,252.4]},{"rootY":2.9,"hips":[0,0],"chest":[-6.7,-98.5],"neck":[-11.4,-166.2],"head":[-12.2,-202.4],"shR":[42.5,-147.2],"elR":[54.2,-144.2],"haR":[51.1,-145.1],"shL":[-63.4,-148.1],"elL":[-65.4,-154],"haL":[-71.5,-158.4],"hipR":[26.2,9],"knR":[34.4,117.8],"ftR":[35.3,241.1],"hipL":[-27,6.6],"knL":[-17.5,129.5],"ftL":[-5.8,252.3]},{"rootY":2.9,"hips":[0,0],"chest":[-7.1,-98.4],"neck":[-12,-166.1],"head":[-13.3,-202.4],"shR":[41.9,-147],"elR":[51.4,-143.3],"haR":[46.6,-143.3],"shL":[-63.8,-148.2],"elL":[-62.9,-154.1],"haL":[-66.7,-158.4],"hipR":[26.3,8.8],"knR":[34.2,117.2],"ftR":[35.1,241.6],"hipL":[-26.9,6.8],"knL":[-17.6,129.7],"ftL":[-6.1,252.3]},{"rootY":2.8,"hips":[0,0],"chest":[-7.3,-98.3],"neck":[-12.5,-166],"head":[-14.5,-202.2],"shR":[41.3,-146.8],"elR":[49.1,-142.6],"haR":[42.9,-142.2],"shL":[-64.1,-148.1],"elL":[-61,-153.8],"haL":[-62.8,-158],"hipR":[26.4,8.7],"knR":[33.8,116.9],"ftR":[34.8,242],"hipL":[-26.9,7],"knL":[-17.9,129.9],"ftL":[-6.6,252.4]},{"rootY":2.9,"hips":[0,0],"chest":[-7.2,-98.2],"neck":[-12.7,-165.9],"head":[-15.5,-202.2],"shR":[41.1,-146.7],"elR":[47.5,-142.4],"haR":[40,-142.1],"shL":[-64.2,-148.2],"elL":[-59.3,-153.5],"haL":[-59.5,-157.2],"hipR":[26.5,8.6],"knR":[33.5,116.8],"ftR":[34.4,242.2],"hipL":[-26.9,7.1],"knL":[-18.3,129.9],"ftL":[-7,252.2]},{"rootY":3.1,"hips":[0,0],"chest":[-6.7,-98.3],"neck":[-12.6,-166],"head":[-16.3,-202.2],"shR":[41.2,-146.6],"elR":[46.4,-142.8],"haR":[37.6,-143],"shL":[-63.9,-148.5],"elL":[-57.6,-153],"haL":[-56.7,-155.8],"hipR":[26.5,8.6],"knR":[33.2,117],"ftR":[34,242],"hipL":[-27,7],"knL":[-18.6,129.9],"ftL":[-7.4,252]},{"rootY":3.3,"hips":[0,0],"chest":[-6.2,-98.3],"neck":[-12.4,-166.1],"head":[-17.3,-202.1],"shR":[41.4,-146.7],"elR":[45.7,-143.6],"haR":[35.5,-144.6],"shL":[-63.6,-148.7],"elL":[-56.1,-151.9],"haL":[-54.7,-153.6],"hipR":[26.5,8.6],"knR":[32.7,117.2],"ftR":[33.6,241.7],"hipL":[-27,7],"knL":[-19.2,130],"ftL":[-8.1,251.7]},{"rootY":3.5,"hips":[0,0],"chest":[-5.6,-98.3],"neck":[-12.3,-166.1],"head":[-18.5,-201.9],"shR":[41.5,-146.9],"elR":[45.1,-144.7],"haR":[33.5,-146.7],"shL":[-63.4,-148.6],"elL":[-54.8,-150.4],"haL":[-53.4,-150.4],"hipR":[26.6,8.6],"knR":[32,117.6],"ftR":[32.9,241.5],"hipL":[-27,7.1],"knL":[-19.9,130],"ftL":[-9,251.5]},{"rootY":3.8,"hips":[0,0],"chest":[-4.8,-98.4],"neck":[-12,-166.1],"head":[-19.7,-201.6],"shR":[41.8,-147.3],"elR":[44.8,-146.3],"haR":[31.9,-149.4],"shL":[-63.1,-148.3],"elL":[-53.7,-148.4],"haL":[-52.5,-146.8],"hipR":[26.6,8.6],"knR":[31.3,118.1],"ftR":[32.4,241.6],"hipL":[-27,7],"knL":[-20.4,130],"ftL":[-10,251.3]},{"rootY":4.1,"hips":[0,0],"chest":[-3.8,-98.5],"neck":[-11.4,-166.3],"head":[-20.6,-201.4],"shR":[42.3,-147.7],"elR":[44.6,-148.2],"haR":[30.8,-152.6],"shL":[-62.5,-147.6],"elL":[-52.7,-146.2],"haL":[-51.9,-142.9],"hipR":[26.5,8.8],"knR":[30.7,118.7],"ftR":[31.9,242.1],"hipL":[-27.1,6.9],"knL":[-20.8,129.8],"ftL":[-10.9,251]},{"rootY":4.5,"hips":[0,0],"chest":[-2.7,-98.6],"neck":[-10.7,-166.4],"head":[-21.5,-201.1],"shR":[43.1,-147.8],"elR":[44.6,-150.2],"haR":[29.9,-155.9],"shL":[-61.8,-146.6],"elL":[-51.9,-143.9],"haL":[-51.6,-139.2],"hipR":[26.5,8.9],"knR":[30.2,119.3],"ftR":[31.5,242.8],"hipL":[-27.1,6.7],"knL":[-21.2,129.5],"ftL":[-12,250.7]},{"rootY":5,"hips":[0,0],"chest":[-1.5,-98.7],"neck":[-9.9,-166.5],"head":[-22.3,-200.6],"shR":[44,-147.9],"elR":[44.8,-151.9],"haR":[29.1,-159.2],"shL":[-61,-145.9],"elL":[-51.2,-141.9],"haL":[-51.6,-135.8],"hipR":[26.4,9.1],"knR":[29.4,119.9],"ftR":[30.7,243.9],"hipL":[-27.1,6.6],"knL":[-21.7,129.1],"ftL":[-13.3,250.2]},{"rootY":5.5,"hips":[0,0],"chest":[-0.3,-98.8],"neck":[-8.9,-166.6],"head":[-23,-200.1],"shR":[45,-147.9],"elR":[45.2,-153.5],"haR":[28.7,-162.2],"shL":[-60.1,-145.5],"elL":[-50.5,-140.2],"haL":[-51.7,-132.8],"hipR":[26.4,9.2],"knR":[28.5,120.9],"ftR":[29.2,245.5],"hipL":[-27.2,6.4],"knL":[-22.3,128.7],"ftL":[-14.8,249.5]},{"rootY":5.9,"hips":[0,0],"chest":[1,-99],"neck":[-7.8,-166.8],"head":[-23.6,-199.5],"shR":[46.1,-147.6],"elR":[45.7,-154.7],"haR":[28.4,-164.9],"shL":[-59,-144.9],"elL":[-49.9,-138.7],"haL":[-51.9,-130.4],"hipR":[26.4,9.2],"knR":[27.5,122.3],"ftR":[27,247.2],"hipL":[-27.1,6.5],"knL":[-23.2,128.5],"ftL":[-16.7,248.8]},{"rootY":6,"hips":[0,0],"chest":[2.2,-99],"neck":[-6.5,-166.9],"head":[-24.2,-198.6],"shR":[47.3,-146.6],"elR":[46.3,-155.4],"haR":[28.3,-167],"shL":[-57.9,-144],"elL":[-49.4,-137.1],"haL":[-52.2,-128.3],"hipR":[26.5,8.8],"knR":[26.3,123.6],"ftR":[24.6,248.6],"hipL":[-27.1,6.8],"knL":[-24.4,128.6],"ftL":[-18.9,248.2]},{"rootY":5.9,"hips":[0,0],"chest":[3.6,-99],"neck":[-4.9,-166.9],"head":[-24.4,-197.4],"shR":[48.8,-146.1],"elR":[47.3,-156],"haR":[28.7,-168.8],"shL":[-56.3,-143],"elL":[-48.7,-135.7],"haL":[-52.3,-126.6],"hipR":[26.6,8.6],"knR":[25.1,124.2],"ftR":[22.3,249.3],"hipL":[-27,7.1],"knL":[-25.6,128.6],"ftL":[-21.2,247.2]},{"rootY":5.8,"hips":[0,0],"chest":[5.7,-99],"neck":[-2.7,-167],"head":[-23.8,-196.3],"shR":[50.8,-146.8],"elR":[49,-157.4],"haR":[30.2,-170.9],"shL":[-54.2,-142.7],"elL":[-47.5,-134.9],"haL":[-51.9,-125.4],"hipR":[26.5,8.8],"knR":[23.7,124.2],"ftR":[20.6,249.4],"hipL":[-27.1,6.8],"knL":[-26.7,128],"ftL":[-23.2,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[8.1,-99],"neck":[-0.5,-167.1],"head":[-22.6,-195.5],"shR":[53,-148.4],"elR":[51.1,-159.7],"haR":[32.4,-173.5],"shL":[-51.8,-143],"elL":[-46,-134.5],"haL":[-51.1,-124.4],"hipR":[26.3,9.5],"knR":[22.1,124.1],"ftR":[19.3,249.4],"hipL":[-27.2,6.1],"knL":[-27.8,127.2],"ftL":[-24.8,243.8]},{"rootY":5.7,"hips":[0,0],"chest":[10.1,-98.9],"neck":[1.2,-167.1],"head":[-21.3,-195],"shR":[54.4,-149.6],"elR":[52.8,-162.3],"haR":[34.4,-176.6],"shL":[-50,-143.2],"elL":[-44.9,-134.1],"haL":[-50.3,-123.4],"hipR":[26.1,10],"knR":[20,124.5],"ftR":[17.8,249.5],"hipL":[-27.3,5.5],"knL":[-29.5,126.6],"ftL":[-26.7,242.1]},{"rootY":5.5,"hips":[0,0],"chest":[11.3,-98.9],"neck":[2.2,-167.1],"head":[-20.1,-195],"shR":[55.2,-150],"elR":[54,-164.4],"haR":[36,-179.8],"shL":[-49.1,-143.1],"elL":[-44.5,-133.7],"haL":[-49.9,-122.7],"hipR":[26,10],"knR":[17.7,125.2],"ftR":[16,249.7],"hipL":[-27.2,5.5],"knL":[-31.5,126.5],"ftL":[-28.9,240.7]},{"rootY":5.4,"hips":[0,0],"chest":[11.6,-98.9],"neck":[2.9,-167.2],"head":[-18.7,-195.4],"shR":[55.5,-149.8],"elR":[54.8,-165.8],"haR":[37,-182.7],"shL":[-48.6,-143.5],"elL":[-44.5,-133.6],"haL":[-50.1,-122.2],"hipR":[26.1,9.8],"knR":[16,125.8],"ftR":[13.8,249.9],"hipL":[-27.1,5.8],"knL":[-33.4,126.7],"ftL":[-31,239.1]},{"rootY":5.4,"hips":[0,0],"chest":[11.8,-98.9],"neck":[3.7,-167.4],"head":[-16.9,-196.1],"shR":[55.9,-149.7],"elR":[55.6,-166.8],"haR":[37.8,-184.8],"shL":[-48,-144.4],"elL":[-44.4,-134],"haL":[-50.4,-122.1],"hipR":[26.1,9.6],"knR":[15.2,126.5],"ftR":[11.9,250.2],"hipL":[-27,5.9],"knL":[-35.1,126.8],"ftL":[-32.8,237.1]},{"rootY":5.4,"hips":[0,0],"chest":[12.1,-98.8],"neck":[4.5,-167.5],"head":[-14.8,-196.9],"shR":[56.4,-149.9],"elR":[56,-167.4],"haR":[38.1,-185.9],"shL":[-47.3,-145.1],"elL":[-44.1,-134.5],"haL":[-50.7,-122.3],"hipR":[26.1,9.7],"knR":[14.9,127.3],"ftR":[10.4,250.6],"hipL":[-27.1,5.9],"knL":[-37.4,127.1],"ftL":[-34.6,234.2]},{"rootY":5.4,"hips":[0,0],"chest":[12.2,-98.8],"neck":[4.9,-167.6],"head":[-13,-197.9],"shR":[56.8,-150.2],"elR":[55.7,-167.9],"haR":[37.6,-186.2],"shL":[-46.9,-145.2],"elL":[-44,-134.8],"haL":[-51,-122.9],"hipR":[26.1,9.7],"knR":[14.4,128],"ftR":[9,250.7],"hipL":[-27.1,5.9],"knL":[-40.7,127.5],"ftL":[-36.9,230.5]},{"rootY":5.5,"hips":[0,0],"chest":[12.1,-98.8],"neck":[4.6,-167.6],"head":[-11.5,-198.9],"shR":[56.7,-150.8],"elR":[54.6,-168.2],"haR":[36.5,-185.9],"shL":[-47.1,-144.7],"elL":[-44.3,-135],"haL":[-51.3,-123.7],"hipR":[26.1,9.6],"knR":[13.6,128.3],"ftR":[7.7,250.5],"hipL":[-27.1,6],"knL":[-44.7,127.7],"ftL":[-39.5,226.6]},{"rootY":5.6,"hips":[0,0],"chest":[11.9,-98.8],"neck":[4.3,-167.6],"head":[-10.4,-199.6],"shR":[56.4,-151.3],"elR":[53.2,-168.2],"haR":[35.2,-185.1],"shL":[-47.3,-144.2],"elL":[-44.8,-135],"haL":[-51.6,-124.2],"hipR":[26.2,9.5],"knR":[12.8,128.6],"ftR":[6.8,250.2],"hipL":[-27.1,6.1],"knL":[-48.7,127.3],"ftL":[-42,223.8]},{"rootY":5.4,"hips":[0,0],"chest":[11.9,-98.6],"neck":[4.2,-167.4],"head":[-9.5,-199.9],"shR":[56.4,-151.6],"elR":[52,-167.7],"haR":[33.8,-183.6],"shL":[-47.2,-143.8],"elL":[-45.2,-134.7],"haL":[-51.7,-124.2],"hipR":[26.2,9.6],"knR":[12.8,129],"ftR":[6.3,250],"hipL":[-27.1,6],"knL":[-52.2,126.6],"ftL":[-44.8,223.8]},{"rootY":5.1,"hips":[0,0],"chest":[12,-98.5],"neck":[4.3,-167.2],"head":[-8.9,-200],"shR":[56.5,-152],"elR":[51,-166.9],"haR":[32.6,-181.3],"shL":[-47.1,-143.6],"elL":[-45.4,-134.4],"haL":[-51.8,-123.8],"hipR":[26.2,9.6],"knR":[13.5,129.6],"ftR":[6.2,250],"hipL":[-27.2,6],"knL":[-55.5,125.6],"ftL":[-49,226.5]},{"rootY":4.8,"hips":[0,0],"chest":[12,-98.3],"neck":[4.4,-167.1],"head":[-8.6,-199.9],"shR":[56.6,-152.3],"elR":[50.2,-165.7],"haR":[31.4,-178.8],"shL":[-47,-143.6],"elL":[-45.5,-134.2],"haL":[-51.9,-123.5],"hipR":[26.2,9.7],"knR":[14.4,130.2],"ftR":[5.9,250.2],"hipL":[-27.2,5.9],"knL":[-58.5,124.5],"ftL":[-54.8,230.6]},{"rootY":4.7,"hips":[0,0],"chest":[11.9,-98.2],"neck":[4.3,-167],"head":[-8.5,-199.8],"shR":[56.6,-152.6],"elR":[49.7,-164.7],"haR":[30.7,-176.5],"shL":[-46.9,-143.7],"elL":[-45.5,-134.1],"haL":[-51.9,-123.4],"hipR":[26.2,9.8],"knR":[15,130.8],"ftR":[5.5,250.2],"hipL":[-27.3,5.8],"knL":[-60.9,123.3],"ftL":[-61.6,234.6]},{"rootY":4.9,"hips":[0,0],"chest":[12,-98.1],"neck":[4.4,-166.8],"head":[-8.4,-199.7],"shR":[56.7,-152.8],"elR":[49.5,-163.8],"haR":[30.4,-174.4],"shL":[-46.8,-143.7],"elL":[-45.3,-134.2],"haL":[-51.8,-123.4],"hipR":[26.1,10],"knR":[15.4,131.1],"ftR":[5.6,249.9],"hipL":[-27.4,5.6],"knL":[-62.2,122.1],"ftL":[-68.7,237.8]},{"rootY":5.3,"hips":[0,0],"chest":[12.3,-98],"neck":[4.8,-166.7],"head":[-8,-199.6],"shR":[57.1,-152.9],"elR":[49.7,-162.9],"haR":[30.7,-172.7],"shL":[-46.4,-143.6],"elL":[-44.9,-134.1],"haL":[-51.6,-123.5],"hipR":[26,10.1],"knR":[15.9,131.4],"ftR":[6.1,249.4],"hipL":[-27.4,5.4],"knL":[-62.5,121],"ftL":[-75.4,240.1]},{"rootY":5.9,"hips":[0,0],"chest":[12.6,-97.9],"neck":[5.3,-166.6],"head":[-7.5,-199.6],"shR":[57.6,-152.8],"elR":[50.3,-162],"haR":[31.5,-171.1],"shL":[-45.9,-143.4],"elL":[-44.3,-134],"haL":[-51.1,-123.4],"hipR":[25.9,10.3],"knR":[16.5,131.7],"ftR":[6.9,248.7],"hipL":[-27.4,5.3],"knL":[-62.1,120.1],"ftL":[-81,241.4]},{"rootY":6.4,"hips":[0,0],"chest":[12.9,-97.8],"neck":[5.9,-166.5],"head":[-6.8,-199.6],"shR":[58.2,-152.4],"elR":[51.2,-161],"haR":[32.7,-169.6],"shL":[-45.3,-143.2],"elL":[-43.6,-133.8],"haL":[-50.5,-123],"hipR":[25.9,10.4],"knR":[17.4,132.1],"ftR":[8.1,248.2],"hipL":[-27.4,5.1],"knL":[-61.2,119.4],"ftL":[-84.7,241.8]},{"rootY":6.7,"hips":[0,0],"chest":[13.2,-97.6],"neck":[6.6,-166.4],"head":[-5.9,-199.6],"shR":[58.9,-152.1],"elR":[52.4,-160],"haR":[34.4,-168],"shL":[-44.7,-143.2],"elL":[-42.9,-133.5],"haL":[-49.8,-122.5],"hipR":[25.8,10.5],"knR":[18.5,132.5],"ftR":[9.6,247.8],"hipL":[-27.4,5.1],"knL":[-59.8,118.9],"ftL":[-86.4,241.4]},{"rootY":6.9,"hips":[0,0],"chest":[13.4,-97.5],"neck":[7.2,-166.3],"head":[-4.9,-199.7],"shR":[59.7,-151.8],"elR":[53.5,-159.1],"haR":[36.2,-166.6],"shL":[-44.1,-143.2],"elL":[-42.1,-133.2],"haL":[-48.9,-122],"hipR":[25.8,10.5],"knR":[19.8,132.9],"ftR":[11.5,247.4],"hipL":[-27.4,5],"knL":[-58.2,118.3],"ftL":[-86.1,240.2]},{"rootY":7.1,"hips":[0,0],"chest":[13.5,-97.4],"neck":[7.7,-166.2],"head":[-3.9,-199.9],"shR":[60.2,-151.7],"elR":[54.6,-158.3],"haR":[38.2,-165.3],"shL":[-43.7,-143.1],"elL":[-41.4,-133.2],"haL":[-47.9,-122],"hipR":[25.8,10.5],"knR":[21.2,133.2],"ftR":[13.6,246.9],"hipL":[-27.4,5.1],"knL":[-56.3,117.6],"ftL":[-83.7,238.7]},{"rootY":7.3,"hips":[0,0],"chest":[13.2,-97.3],"neck":[7.7,-166.2],"head":[-3,-200.3],"shR":[60.3,-151.7],"elR":[55.5,-157.8],"haR":[39.9,-164.2],"shL":[-43.7,-142.7],"elL":[-41,-133.4],"haL":[-47.1,-122.6],"hipR":[25.7,10.4],"knR":[22.8,133.3],"ftR":[15.8,246.4],"hipL":[-27.3,5.2],"knL":[-54.1,117.1],"ftL":[-79.8,237.6]},{"rootY":7.5,"hips":[0,0],"chest":[12.5,-97.4],"neck":[7.1,-166.3],"head":[-2.3,-200.9],"shR":[59.8,-151.7],"elR":[56,-157.4],"haR":[41.4,-163.2],"shL":[-44.3,-142.2],"elL":[-41.2,-133.9],"haL":[-46.6,-124],"hipR":[25.7,10.2],"knR":[24.6,133.3],"ftR":[18.1,245.7],"hipL":[-27.2,5.4],"knL":[-51.5,116.9],"ftL":[-75.1,236.9]},{"rootY":7.9,"hips":[0,0],"chest":[11.3,-97.4],"neck":[6.1,-166.5],"head":[-1.6,-201.5],"shR":[58.9,-151.5],"elR":[56.1,-157],"haR":[42.6,-162.5],"shL":[-45.2,-141.9],"elL":[-42,-134.9],"haL":[-46.6,-126.2],"hipR":[25.8,9.9],"knR":[26.3,133.1],"ftR":[20.5,244.8],"hipL":[-27.1,5.7],"knL":[-48.4,117.2],"ftL":[-69.8,236.7]},{"rootY":8.5,"hips":[0,0],"chest":[10,-97.5],"neck":[5,-166.7],"head":[-0.9,-202],"shR":[58.1,-151.2],"elR":[55.9,-156.6],"haR":[43.4,-162],"shL":[-46.3,-141.9],"elL":[-43.1,-136.5],"haL":[-47,-129.3],"hipR":[25.8,9.6],"knR":[28,132.8],"ftR":[23.2,243.4],"hipL":[-27,6],"knL":[-44.9,117.9],"ftL":[-63.2,237.3]},{"rootY":9.3,"hips":[0,0],"chest":[8.7,-97.5],"neck":[4.3,-166.8],"head":[-0.1,-202.4],"shR":[57.5,-150.7],"elR":[55.9,-156.1],"haR":[44.1,-161.5],"shL":[-47.1,-142.2],"elL":[-43.8,-138.3],"haL":[-47.3,-132.9],"hipR":[25.9,9.4],"knR":[30.1,132.3],"ftR":[26.3,241.6],"hipL":[-26.9,6.2],"knL":[-40.8,119.5],"ftL":[-55.3,239.2]},{"rootY":10,"hips":[0,0],"chest":[7.6,-97.4],"neck":[3.8,-166.8],"head":[1,-202.6],"shR":[57.2,-149.6],"elR":[56.2,-155.2],"haR":[45.1,-160.8],"shL":[-47.6,-142.2],"elL":[-44.1,-140.4],"haL":[-47.4,-136.8],"hipR":[25.8,9.4],"knR":[32.8,131.9],"ftR":[30.2,239.6],"hipL":[-26.8,6.2],"knL":[-36.7,121.5],"ftL":[-47.4,241.5]},{"rootY":10.5,"hips":[0,0],"chest":[6.8,-97],"neck":[3.4,-166.5],"head":[2.1,-202.3],"shR":[56.9,-147.4],"elR":[56.8,-153.6],"haR":[46.6,-160],"shL":[-48,-141.6],"elL":[-44,-142.3],"haL":[-46.9,-141],"hipR":[25.4,10],"knR":[36,131.8],"ftR":[34.9,237.3],"hipL":[-26.8,5.6],"knL":[-33.6,122.9],"ftL":[-41,243.4]},{"rootY":10.4,"hips":[0,0],"chest":[6.3,-96.1],"neck":[2.6,-165.7],"head":[3.3,-201.5],"shR":[56.5,-144.9],"elR":[57.5,-151.7],"haR":[48.4,-158.7],"shL":[-48.4,-140.4],"elL":[-43.7,-143.7],"haL":[-45.8,-145],"hipR":[25,11.2],"knR":[39.2,132.1],"ftR":[39.9,234.5],"hipL":[-26.9,4.3],"knL":[-31.3,123],"ftL":[-36.3,244.5]},{"rootY":9.5,"hips":[0,0],"chest":[6.2,-94.9],"neck":[1.2,-164.6],"head":[4.3,-200.2],"shR":[55.6,-143.9],"elR":[58.1,-149.8],"haR":[49.8,-156.2],"shL":[-49.2,-138.8],"elL":[-43.7,-144.7],"haL":[-44.6,-148.2],"hipR":[24.5,12.4],"knR":[41.9,132.3],"ftR":[44.9,231.2],"hipL":[-27,3],"knL":[-28.9,122.8],"ftL":[-32.1,245.6]},{"rootY":8,"hips":[0,0],"chest":[5.4,-93.9],"neck":[-1,-163.6],"head":[4.6,-199],"shR":[53.9,-144.6],"elR":[57.9,-148.3],"haR":[50.6,-152.7],"shL":[-50.9,-137.4],"elL":[-44.4,-145.5],"haL":[-44,-151],"hipR":[24.2,13],"knR":[44.3,132.4],"ftR":[49.1,227.5],"hipL":[-27,2.4],"knL":[-26.9,123.3],"ftL":[-28.1,247.2]},{"rootY":6.6,"hips":[0,0],"chest":[3.6,-93.2],"neck":[-3.5,-162.9],"head":[4.3,-197.8],"shR":[51.6,-145.5],"elR":[56.7,-147],"haR":[50.9,-149.3],"shL":[-53.2,-136.7],"elL":[-45.8,-146.7],"haL":[-44.1,-154],"hipR":[24,13.1],"knR":[47,132.8],"ftR":[51.7,222.7],"hipL":[-26.8,2.2],"knL":[-25.6,124.2],"ftL":[-24.9,248.6]},{"rootY":6.3,"hips":[0,0],"chest":[1.5,-92.8],"neck":[-5.7,-162.5],"head":[3.5,-197],"shR":[49.5,-145.3],"elR":[55.4,-146],"haR":[51,-147.3],"shL":[-55.3,-136.9],"elL":[-47,-149],"haL":[-44.5,-158.2],"hipR":[23.7,13.5],"knR":[50.3,133.5],"ftR":[52.5,216.4],"hipL":[-26.6,1.7],"knL":[-24.7,124.3],"ftL":[-22.5,249]},{"rootY":6.8,"hips":[0,0],"chest":[0,-92.5],"neck":[-7.2,-162.2],"head":[2.3,-196.6],"shR":[48.2,-144.5],"elR":[54.7,-145],"haR":[50.9,-146.2],"shL":[-56.8,-137.5],"elL":[-47.5,-151.7],"haL":[-44.7,-162.8],"hipR":[23.3,14.3],"knR":[53.5,133.7],"ftR":[51.7,209.8],"hipL":[-26.5,0.8],"knL":[-24,123.8],"ftL":[-20.4,248.6]},{"rootY":7.1,"hips":[0,0],"chest":[-1,-92.3],"neck":[-8.5,-161.9],"head":[0.5,-196.5],"shR":[47.1,-144.1],"elR":[54.4,-143.5],"haR":[50.3,-144.1],"shL":[-57.9,-137.3],"elL":[-47.5,-153.4],"haL":[-44.4,-166.2],"hipR":[23.1,14.7],"knR":[55.4,132.9],"ftR":[49.7,205.5],"hipL":[-26.5,0.3],"knL":[-23.6,123.4],"ftL":[-18.7,248.3]},{"rootY":6.8,"hips":[0,0],"chest":[-1.9,-92.1],"neck":[-9.8,-161.7],"head":[-1.7,-196.7],"shR":[45.9,-144.5],"elR":[53.9,-141.7],"haR":[49.5,-140.7],"shL":[-59,-136.4],"elL":[-47.3,-153.8],"haL":[-43.3,-167.8],"hipR":[23.2,14.5],"knR":[55.9,131.1],"ftR":[47.1,205.4],"hipL":[-26.6,0.4],"knL":[-23.3,123.6],"ftL":[-17.8,248.6]},{"rootY":6.2,"hips":[0,0],"chest":[-2.8,-92.2],"neck":[-11.1,-161.7],"head":[-4.2,-197],"shR":[44.7,-145.1],"elR":[53,-140],"haR":[48.8,-137],"shL":[-60.2,-135.5],"elL":[-46.9,-153.5],"haL":[-41.1,-167.9],"hipR":[23.5,14.2],"knR":[55.5,128.7],"ftR":[45.4,209.5],"hipL":[-26.7,0.9],"knL":[-22.8,124],"ftL":[-17.6,249.2]},{"rootY":5.8,"hips":[0,0],"chest":[-3.7,-92.4],"neck":[-12.3,-161.8],"head":[-6.6,-197.4],"shR":[43.4,-145.5],"elR":[51.6,-138.7],"haR":[48.1,-134.1],"shL":[-61.4,-135],"elL":[-46.1,-153.1],"haL":[-38.1,-167.7],"hipR":[23.8,13.9],"knR":[54.4,125.9],"ftR":[45.6,216.6],"hipL":[-26.8,1.2],"knL":[-22.3,124.3],"ftL":[-17.6,249.6]},{"rootY":5.5,"hips":[0,0],"chest":[-4.5,-92.5],"neck":[-13.3,-161.8],"head":[-8.7,-197.6],"shR":[42.3,-145.5],"elR":[50.2,-137.6],"haR":[47,-131.6],"shL":[-62.4,-134.7],"elL":[-45,-152.6],"haL":[-35.1,-167.2],"hipR":[24,13.6],"knR":[53,123.3],"ftR":[47.8,225.3],"hipL":[-26.9,1.6],"knL":[-22.1,124.7],"ftL":[-17.7,249.9]},{"rootY":5.3,"hips":[0,0],"chest":[-4.9,-92.5],"neck":[-13.9,-161.8],"head":[-10.1,-197.7],"shR":[41.6,-145.4],"elR":[49.3,-136.3],"haR":[46,-129.2],"shL":[-63,-134.6],"elL":[-43.7,-152.1],"haL":[-32.2,-166.4],"hipR":[24.2,13.3],"knR":[52.4,121.2],"ftR":[50.9,234.4],"hipL":[-27,1.8],"knL":[-22.1,124.9],"ftL":[-17.7,250.1]},{"rootY":5.3,"hips":[0,0],"chest":[-4.7,-92.5],"neck":[-13.8,-161.7],"head":[-10.7,-197.8],"shR":[41.6,-145.2],"elR":[49.1,-134.9],"haR":[45.3,-126.8],"shL":[-63,-134.6],"elL":[-42.3,-151.5],"haL":[-29.8,-165.2],"hipR":[24.4,13.2],"knR":[52.9,120.2],"ftR":[54.5,241.5],"hipL":[-27.1,2],"knL":[-22.4,125.1],"ftL":[-17.8,250.2]},{"rootY":5.3,"hips":[0,0],"chest":[-4.1,-92.6],"neck":[-13.3,-161.8],"head":[-10.5,-197.9],"shR":[42,-144.9],"elR":[49.2,-133.4],"haR":[44.9,-124.6],"shL":[-62.7,-134.5],"elL":[-41.2,-150.7],"haL":[-28,-163.7],"hipR":[24.5,13.1],"knR":[53.7,119.9],"ftR":[58.5,244.9],"hipL":[-27.2,2.1],"knL":[-22.6,125.1],"ftL":[-18,250.3]},{"rootY":5.2,"hips":[0,0],"chest":[-3.4,-92.8],"neck":[-12.4,-161.9],"head":[-9.7,-198.1],"shR":[42.5,-144.1],"elR":[48.9,-132],"haR":[44,-122.6],"shL":[-62.1,-134.6],"elL":[-40.6,-149.8],"haL":[-27.2,-162],"hipR":[24.6,12.9],"knR":[53.1,120.5],"ftR":[62.9,244.6],"hipL":[-27.3,2.3],"knL":[-22.8,125.3],"ftL":[-18.4,250.3]},{"rootY":5.3,"hips":[0,0],"chest":[-2.9,-92.9],"neck":[-11.3,-162.1],"head":[-8.8,-198.2],"shR":[43.2,-143.3],"elR":[48.3,-130.8],"haR":[42.3,-121],"shL":[-61.5,-135.2],"elL":[-40.4,-149.1],"haL":[-27.4,-160.2],"hipR":[24.7,12.9],"knR":[51,121.7],"ftR":[66.8,241.5],"hipL":[-27.4,2.4],"knL":[-23.3,125.3],"ftL":[-19.4,250.3]},{"rootY":5.6,"hips":[0,0],"chest":[-2.3,-92.9],"neck":[-9.9,-162.2],"head":[-7.8,-198.4],"shR":[44.1,-142.8],"elR":[47.6,-129.9],"haR":[40.2,-120],"shL":[-60.8,-136.6],"elL":[-40.5,-148.9],"haL":[-28.4,-158.7],"hipR":[24.7,12.9],"knR":[49.3,122.1],"ftR":[69.9,237.4],"hipL":[-27.5,2.3],"knL":[-23.9,125.2],"ftL":[-20.8,250]},{"rootY":5.8,"hips":[0,0],"chest":[-1.6,-92.8],"neck":[-8.5,-162.3],"head":[-6.8,-198.5],"shR":[45,-142.4],"elR":[47,-129.1],"haR":[38.2,-119.2],"shL":[-60,-137.7],"elL":[-40.6,-148.7],"haL":[-29.8,-157.3],"hipR":[24.8,12.8],"knR":[49.6,121.1],"ftR":[72.5,234.2],"hipL":[-27.6,2.4],"knL":[-24.8,125.3],"ftL":[-22.6,249.8]},{"rootY":5.8,"hips":[0,0],"chest":[-1.1,-92.7],"neck":[-7.2,-162.2],"head":[-5.8,-198.5],"shR":[45.8,-141.8],"elR":[46.5,-128.5],"haR":[36.3,-118.8],"shL":[-59.2,-138.2],"elL":[-40.7,-148.4],"haL":[-31.3,-156.2],"hipR":[25,12.4],"knR":[51.3,118.9],"ftR":[74.6,232.5],"hipL":[-27.7,2.8],"knL":[-25.8,125.5],"ftL":[-24.7,249.7]},{"rootY":5.9,"hips":[0,0],"chest":[-0.8,-92.3],"neck":[-6.3,-161.9],"head":[-5.2,-198.2],"shR":[46.3,-141],"elR":[45.9,-128.1],"haR":[34.4,-119],"shL":[-58.7,-138.8],"elL":[-41.1,-148.3],"haL":[-32.8,-155.5],"hipR":[25.2,12],"knR":[52.8,116.4],"ftR":[75.5,232.3],"hipL":[-27.6,3.2],"knL":[-27.2,125.7],"ftL":[-27.3,249.6]},{"rootY":6.2,"hips":[0,0],"chest":[-0.5,-92.1],"neck":[-5.7,-161.7],"head":[-4.9,-198],"shR":[46.6,-140.2],"elR":[45.1,-128.1],"haR":[32.5,-119.9],"shL":[-58.4,-139.9],"elL":[-41.8,-148.7],"haL":[-34.4,-155.3],"hipR":[25.4,11.6],"knR":[53,113.9],"ftR":[74.8,232.8],"hipL":[-27.6,3.7],"knL":[-28.9,125.7],"ftL":[-30.6,249.2]},{"rootY":6.9,"hips":[0,0],"chest":[-0.1,-91.9],"neck":[-5.2,-161.6],"head":[-4.8,-197.9],"shR":[46.8,-139.6],"elR":[44.4,-128.6],"haR":[30.9,-121.6],"shL":[-58.1,-140.8],"elL":[-42.5,-149.3],"haL":[-36,-155.6],"hipR":[25.5,11.3],"knR":[51.4,111.6],"ftR":[72.9,233.2],"hipL":[-27.6,4],"knL":[-30.9,125.4],"ftL":[-34.5,248.4]},{"rootY":8.3,"hips":[0,0],"chest":[0.5,-91.7],"neck":[-4.7,-161.5],"head":[-4.9,-197.7],"shR":[47.3,-139.3],"elR":[44.1,-129.8],"haR":[29.7,-124.1],"shL":[-57.6,-140.9],"elL":[-43.1,-149.9],"haL":[-37.7,-156.6],"hipR":[25.6,11.2],"knR":[48.2,110.6],"ftR":[70.1,233.7],"hipL":[-27.6,4.1],"knL":[-33.1,124.7],"ftL":[-38.9,247]},{"rootY":10.3,"hips":[0,0],"chest":[1.6,-91.5],"neck":[-4,-161.2],"head":[-5.1,-197.4],"shR":[47.9,-139.2],"elR":[44.2,-131.5],"haR":[29,-127.5],"shL":[-56.9,-140.4],"elL":[-43.4,-150.5],"haL":[-39,-158.1],"hipR":[25.5,11.3],"knR":[44.3,111.8],"ftR":[66.3,235.2],"hipL":[-27.6,4.1],"knL":[-35.5,123.7],"ftL":[-43.7,244.9]},{"rootY":12.9,"hips":[0,0],"chest":[2.9,-91.4],"neck":[-3.5,-161.1],"head":[-5.6,-197.2],"shR":[48.6,-139.1],"elR":[44.4,-133.8],"haR":[28.4,-132.4],"shL":[-56.2,-139.7],"elL":[-43.9,-150.9],"haL":[-40.3,-159.6],"hipR":[25.5,11.3],"knR":[39.3,113.9],"ftR":[60.9,236.8],"hipL":[-27.6,4],"knL":[-38.2,122.8],"ftL":[-49.2,242.2]},{"rootY":16,"hips":[0,0],"chest":[3.7,-91.6],"neck":[-3.4,-161.4],"head":[-6.8,-197.2],"shR":[48.7,-138.9],"elR":[44.1,-136.9],"haR":[26.7,-139.3],"shL":[-55.9,-138.3],"elL":[-44.8,-150.6],"haL":[-42.3,-160],"hipR":[25.6,11.1],"knR":[32.3,115],"ftR":[54,236.6],"hipL":[-27.6,4.3],"knL":[-41.5,122.3],"ftL":[-55.7,238.9]},{"rootY":18.6,"hips":[0,0],"chest":[3.3,-92],"neck":[-4.2,-161.7],"head":[-8.8,-197.2],"shR":[47.9,-138.7],"elR":[43.2,-140.8],"haR":[23.4,-148.5],"shL":[-56.3,-135.9],"elL":[-46.2,-148.3],"haL":[-44.8,-157.3],"hipR":[26,10.2],"knR":[23.7,114.6],"ftR":[46.2,234.6],"hipL":[-27.4,5.3],"knL":[-45.1,122.6],"ftL":[-62.9,235.3]},{"rootY":19.5,"hips":[0,0],"chest":[1.7,-92.2],"neck":[-5.8,-161.9],"head":[-10.9,-197.2],"shR":[46.2,-138.7],"elR":[41.9,-145.2],"haR":[19.3,-158.8],"shL":[-57.3,-133.3],"elL":[-47.4,-143.8],"haL":[-46.2,-150.5],"hipR":[26.5,8.9],"knR":[16.3,114.6],"ftR":[38.6,233.3],"hipL":[-27.1,6.6],"knL":[-48.3,123.9],"ftL":[-69.5,231.7]},{"rootY":18.2,"hips":[0,0],"chest":[-0.4,-92.5],"neck":[-8,-162.2],"head":[-12.4,-197.5],"shR":[44.2,-139.5],"elR":[40.9,-150],"haR":[15.4,-169.3],"shL":[-59,-132],"elL":[-47.9,-138.1],"haL":[-45.5,-140.8],"hipR":[26.9,7.6],"knR":[12,115.9],"ftR":[31.7,234.6],"hipL":[-26.7,8],"knL":[-51.1,126.3],"ftL":[-73.8,227.8]},{"rootY":15.7,"hips":[0,0],"chest":[-2.4,-93.2],"neck":[-10.2,-162.8],"head":[-13.1,-198.3],"shR":[42.3,-141.2],"elR":[40,-155.3],"haR":[12.3,-179.5],"shL":[-60.9,-132.2],"elL":[-47.9,-133.1],"haL":[-43.5,-131.2],"hipR":[27.1,6.4],"knR":[10.1,117.8],"ftR":[25.7,237.3],"hipL":[-26.4,9.1],"knL":[-54,128.5],"ftL":[-75.1,222.9]},{"rootY":13.4,"hips":[0,0],"chest":[-3.6,-94],"neck":[-11.6,-163.6],"head":[-12.9,-199.2],"shR":[41.3,-143.7],"elR":[39.4,-161],"haR":[10.8,-189],"shL":[-62.3,-133.2],"elL":[-47.6,-129.5],"haL":[-41.3,-123.7],"hipR":[27.3,5.6],"knR":[8.8,119.4],"ftR":[21,239.6],"hipL":[-26,10],"knL":[-56.3,129.4],"ftL":[-73.6,217.2]},{"rootY":11.7,"hips":[0,0],"chest":[-3.9,-94.6],"neck":[-11.8,-164.2],"head":[-11.8,-199.9],"shR":[41.4,-146],"elR":[39.6,-166.3],"haR":[11.1,-196.8],"shL":[-62.6,-134],"elL":[-47.1,-127.1],"haL":[-39.7,-118.3],"hipR":[27.3,5.1],"knR":[8.2,120.6],"ftR":[17.7,241.1],"hipL":[-25.8,10.4],"knL":[-57.1,128.8],"ftL":[-70.2,212]},{"rootY":10.6,"hips":[0,0],"chest":[-3.5,-95],"neck":[-11,-164.7],"head":[-9.9,-200.5],"shR":[42.3,-147.4],"elR":[40.6,-170.2],"haR":[12.6,-202.2],"shL":[-62,-134.5],"elL":[-46.7,-125.2],"haL":[-38.8,-114.4],"hipR":[27.3,5.1],"knR":[8.7,121.6],"ftR":[15.5,242.2],"hipL":[-25.8,10.5],"knL":[-57.2,126.9],"ftL":[-66,209.1]},{"rootY":9.9,"hips":[0,0],"chest":[-2.8,-95.3],"neck":[-9.7,-164.9],"head":[-7.8,-200.8],"shR":[43.4,-147.7],"elR":[42,-172.1],"haR":[14.5,-204.7],"shL":[-61,-135.1],"elL":[-46.6,-123.9],"haL":[-38.8,-111.6],"hipR":[27.3,5.3],"knR":[9.9,122.6],"ftR":[13.8,243],"hipL":[-25.9,10.3],"knL":[-57.3,124.3],"ftL":[-61.9,209.7]},{"rootY":9.3,"hips":[0,0],"chest":[-2.3,-95.4],"neck":[-8.3,-165],"head":[-5.7,-201],"shR":[44.6,-147.3],"elR":[43.5,-171.9],"haR":[16.6,-204.4],"shL":[-60,-135.9],"elL":[-46.7,-123.2],"haL":[-39.7,-109.9],"hipR":[27.3,5.5],"knR":[11.1,123.3],"ftR":[12.4,243.5],"hipL":[-26,10.1],"knL":[-57.6,121.6],"ftL":[-58.7,213.4]},{"rootY":8.8,"hips":[0,0],"chest":[-1.8,-95.4],"neck":[-7.1,-165],"head":[-3.8,-201],"shR":[45.8,-146.9],"elR":[45.4,-170.1],"haR":[18.9,-201.8],"shL":[-59.1,-136.9],"elL":[-46.8,-123.2],"haL":[-40.9,-109.1],"hipR":[27.3,5.6],"knR":[12,124.1],"ftR":[11.3,244],"hipL":[-26.1,10],"knL":[-57.4,119.4],"ftL":[-57.2,219.1]},{"rootY":8.1,"hips":[0,0],"chest":[-1.6,-95.2],"neck":[-6.3,-164.8],"head":[-2.1,-200.7],"shR":[46.6,-146.8],"elR":[47.3,-167.4],"haR":[21.3,-197.2],"shL":[-58.5,-137.6],"elL":[-47,-123.4],"haL":[-41.9,-108.7],"hipR":[27.3,5.7],"knR":[12.9,125.1],"ftR":[10.5,244.7],"hipL":[-26.1,9.8],"knL":[-56.8,117.6],"ftL":[-57.6,225.2]},{"rootY":7.4,"hips":[0,0],"chest":[-1.8,-95],"neck":[-5.9,-164.4],"head":[-0.7,-200.3],"shR":[47,-146.7],"elR":[48.7,-164.3],"haR":[23.5,-191.5],"shL":[-58.3,-138.4],"elL":[-47.3,-123.6],"haL":[-42.5,-108.6],"hipR":[27.3,5.8],"knR":[13.8,126],"ftR":[9.7,245.5],"hipL":[-26.2,9.8],"knL":[-56,116.2],"ftL":[-59.5,230.4]},{"rootY":6.8,"hips":[0,0],"chest":[-2.1,-94.8],"neck":[-5.5,-164.2],"head":[0.6,-200],"shR":[47.3,-146.3],"elR":[49.4,-161],"haR":[25.5,-185.2],"shL":[-58.2,-139.3],"elL":[-47.8,-123.8],"haL":[-43,-108.5],"hipR":[27.3,5.8],"knR":[14.6,126.7],"ftR":[9.2,246.1],"hipL":[-26.2,9.7],"knL":[-55,115],"ftL":[-61.8,234.1]},{"rootY":6.4,"hips":[0,0],"chest":[-2.1,-94.7],"neck":[-4.9,-164.1],"head":[2,-199.8],"shR":[47.8,-145.7],"elR":[49.8,-157.5],"haR":[27.3,-178.6],"shL":[-57.8,-140.2],"elL":[-48,-124.2],"haL":[-43.5,-108.5],"hipR":[27.3,5.9],"knR":[15.2,127.3],"ftR":[9.1,246.5],"hipL":[-26.2,9.7],"knL":[-53.7,113.9],"ftL":[-63.3,236.2]},{"rootY":6.1,"hips":[0,0],"chest":[-1.8,-94.8],"neck":[-4,-164],"head":[3.3,-199.6],"shR":[48.5,-145.2],"elR":[50.3,-154.1],"haR":[28.7,-172],"shL":[-57.1,-140.8],"elL":[-47.8,-124.6],"haL":[-43.7,-108.7],"hipR":[27.3,6],"knR":[16,127.9],"ftR":[9.3,246.7],"hipL":[-26.2,9.5],"knL":[-52.1,113],"ftL":[-63.9,237.1]},{"rootY":6,"hips":[0,0],"chest":[-1.6,-94.8],"neck":[-3.1,-164],"head":[4.4,-199.6],"shR":[49.3,-144.9],"elR":[50.9,-150.9],"haR":[29.7,-165.7],"shL":[-56.2,-141.4],"elL":[-47.4,-125.1],"haL":[-43.8,-109],"hipR":[27.2,6.2],"knR":[16.7,128.4],"ftR":[9.8,246.7],"hipL":[-26.2,9.3],"knL":[-50.5,112.5],"ftL":[-63.9,237.1]},{"rootY":6.1,"hips":[0,0],"chest":[-1.4,-94.9],"neck":[-2.5,-164.1],"head":[5.2,-199.6],"shR":[49.9,-144.7],"elR":[51.3,-148.1],"haR":[30.4,-160.1],"shL":[-55.5,-141.9],"elL":[-46.9,-125.6],"haL":[-43.7,-109.5],"hipR":[27.2,6.3],"knR":[17.4,128.8],"ftR":[10.4,246.5],"hipL":[-26.2,9.2],"knL":[-48.6,112.8],"ftL":[-62.9,236.7]},{"rootY":6.3,"hips":[0,0],"chest":[-1.4,-95.2],"neck":[-2.1,-164.3],"head":[5.8,-199.7],"shR":[50.3,-144.2],"elR":[51.5,-145.4],"haR":[30.8,-155.1],"shL":[-55.1,-142.4],"elL":[-46.6,-126.2],"haL":[-43.5,-109.9],"hipR":[27.2,6.2],"knR":[18.1,129],"ftR":[11,246.3],"hipL":[-26.2,9.3],"knL":[-46.3,113.8],"ftL":[-60.6,236]},{"rootY":6.6,"hips":[0,0],"chest":[-1.7,-95.6],"neck":[-2.1,-164.6],"head":[6,-200],"shR":[50.3,-143.7],"elR":[51.4,-143.1],"haR":[31.1,-150.8],"shL":[-55,-142.8],"elL":[-46.5,-126.7],"haL":[-43.3,-110.4],"hipR":[27.3,6],"knR":[18.9,128.9],"ftR":[11.7,245.9],"hipL":[-26.2,9.6],"knL":[-43.6,115.4],"ftL":[-57.2,235]},{"rootY":7.1,"hips":[0,0],"chest":[-2.2,-95.9],"neck":[-2.5,-164.9],"head":[5.9,-200.2],"shR":[49.9,-143.2],"elR":[51,-140.9],"haR":[31.1,-147],"shL":[-55.3,-143],"elL":[-46.7,-127.3],"haL":[-43.2,-111.6],"hipR":[27.4,5.7],"knR":[19.8,128.5],"ftR":[12.4,245.4],"hipL":[-26.1,9.9],"knL":[-40.5,117.6],"ftL":[-52.5,234.6]},{"rootY":7.7,"hips":[0,0],"chest":[-2.7,-96.2],"neck":[-2.8,-165.2],"head":[5.8,-200.5],"shR":[49.5,-142.6],"elR":[50.7,-138.6],"haR":[30.9,-143.1],"shL":[-55.6,-143],"elL":[-46.9,-128.3],"haL":[-43,-113.5],"hipR":[27.4,5.5],"knR":[20.9,127.9],"ftR":[13.6,244.7],"hipL":[-26,10.1],"knL":[-36.4,120.3],"ftL":[-45.7,235.9]},{"rootY":8.5,"hips":[0,0],"chest":[-3.2,-96.7],"neck":[-3,-165.7],"head":[5.8,-200.9],"shR":[49.3,-141.4],"elR":[50.5,-135.1],"haR":[30.6,-138.2],"shL":[-55.8,-142.5],"elL":[-46.8,-129.6],"haL":[-43.1,-116],"hipR":[27.4,5.6],"knR":[22,127.3],"ftR":[15.1,243.6],"hipL":[-26.1,10],"knL":[-31.5,123.4],"ftL":[-37.1,238.4]},{"rootY":9.4,"hips":[0,0],"chest":[-4,-97.1],"neck":[-3.2,-166.1],"head":[5.8,-201.3],"shR":[49,-139.6],"elR":[50.3,-130.4],"haR":[30.5,-131.4],"shL":[-56,-141.9],"elL":[-47.2,-131.1],"haL":[-43.2,-119.7],"hipR":[27.3,5.8],"knR":[23.2,126.9],"ftR":[16.8,242.2],"hipL":[-26.2,9.8],"knL":[-27.4,125.5],"ftL":[-29.6,240.4]},{"rootY":10.3,"hips":[0,0],"chest":[-4.2,-97.4],"neck":[-2.8,-166.3],"head":[5.9,-201.5],"shR":[48.9,-137.6],"elR":[49.8,-124.8],"haR":[31.1,-122.3],"shL":[-56.1,-141.2],"elL":[-48,-133],"haL":[-42.7,-125],"hipR":[27.1,6.6],"knR":[24.7,127],"ftR":[19.1,240.6],"hipL":[-26.4,9.1],"knL":[-25.3,125.7],"ftL":[-24.9,241]},{"rootY":10.5,"hips":[0,0],"chest":[-2.5,-97.2],"neck":[-1.1,-166.1],"head":[6.9,-201.4],"shR":[50.1,-135.7],"elR":[49.6,-119],"haR":[32.9,-111.1],"shL":[-54.8,-140.6],"elL":[-48.3,-135.6],"haL":[-41.4,-131.5],"hipR":[26.7,8.1],"knR":[26.7,127.9],"ftR":[22.7,239.1],"hipL":[-26.9,7.5],"knL":[-24.4,124.5],"ftL":[-21.7,241.4]},{"rootY":9.3,"hips":[0,0],"chest":[1.2,-96.9],"neck":[2,-165.8],"head":[8.9,-201.3],"shR":[52.9,-135.1],"elR":[49.8,-113.7],"haR":[35,-99],"shL":[-51.9,-140.3],"elL":[-47.6,-139.1],"haL":[-39.7,-139],"hipR":[26.1,9.9],"knR":[29.2,129.1],"ftR":[27.2,237.4],"hipL":[-27.3,5.8],"knL":[-22.9,123.8],"ftL":[-18.1,242.7]},{"rootY":7.4,"hips":[0,0],"chest":[5,-96.7],"neck":[5.6,-165.8],"head":[10.9,-201.5],"shR":[56.2,-136.2],"elR":[50.1,-109.3],"haR":[36.2,-87.8],"shL":[-48.5,-140.5],"elL":[-46.7,-143.4],"haL":[-38.5,-147.4],"hipR":[25.7,10.9],"knR":[32.1,130],"ftR":[31.7,235],"hipL":[-27.5,4.6],"knL":[-20.9,124.2],"ftL":[-13.7,244.6]},{"rootY":5.9,"hips":[0,0],"chest":[7.6,-96.9],"neck":[8.3,-166.1],"head":[12.3,-201.9],"shR":[58.6,-137.8],"elR":[50.6,-105.9],"haR":[36.5,-79.4],"shL":[-46,-141.4],"elL":[-46.1,-148.7],"haL":[-37.9,-157.2],"hipR":[25.3,11.5],"knR":[35.5,130.9],"ftR":[35.8,231.8],"hipL":[-27.5,4.1],"knL":[-19.2,124.7],"ftL":[-10,246]},{"rootY":5.3,"hips":[0,0],"chest":[8.9,-97.1],"neck":[10,-166.3],"head":[13.5,-202.1],"shR":[60.1,-138.2],"elR":[51.7,-103],"haR":[37,-73.7],"shL":[-44.6,-142.5],"elL":[-45.6,-154.6],"haL":[-37.1,-167.5],"hipR":[24.9,12.2],"knR":[40,132.5],"ftR":[40.3,227.2],"hipL":[-27.6,3.2],"knL":[-17.7,124.5],"ftL":[-6.8,246.6]},{"rootY":5.5,"hips":[0,0],"chest":[9.6,-97.2],"neck":[10.9,-166.3],"head":[14.6,-202],"shR":[60.9,-137.3],"elR":[52.9,-100.1],"haR":[38,-69.6],"shL":[-43.8,-143.5],"elL":[-45.2,-160.1],"haL":[-35.5,-176.9],"hipR":[24.3,13.3],"knR":[45.6,134],"ftR":[45.7,220.7],"hipL":[-27.6,2.1],"knL":[-16.2,123.8],"ftL":[-3.7,246.6]},{"rootY":6.1,"hips":[0,0],"chest":[9.7,-97],"neck":[11.3,-166.1],"head":[15.4,-201.7],"shR":[61.3,-136.2],"elR":[53.7,-97.6],"haR":[38.6,-66.5],"shL":[-43.4,-144.6],"elL":[-44.5,-164.8],"haL":[-33.4,-184.6],"hipR":[23.6,14.4],"knR":[50.8,134.5],"ftR":[51.4,213],"hipL":[-27.5,0.8],"knL":[-14.8,122.9],"ftL":[-0.5,246.1]},{"rootY":6.7,"hips":[0,0],"chest":[9.4,-96.8],"neck":[11.2,-165.8],"head":[15.5,-201.4],"shR":[61.3,-135.6],"elR":[53.7,-95.7],"haR":[38.1,-64],"shL":[-43.4,-145.3],"elL":[-43.5,-167.9],"haL":[-31.7,-189.7],"hipR":[23,15.2],"knR":[53.4,133.3],"ftR":[55.4,206.2],"hipL":[-27.4,-0.2],"knL":[-13.8,122.2],"ftL":[1.6,245.7]},{"rootY":6.6,"hips":[0,0],"chest":[8.8,-96.7],"neck":[10.4,-165.5],"head":[14.7,-201.1],"shR":[60.8,-135.5],"elR":[53,-94.4],"haR":[36.9,-61.8],"shL":[-43.9,-145.3],"elL":[-42.5,-169],"haL":[-30.6,-191.7],"hipR":[22.8,15.4],"knR":[53,131.1],"ftR":[56.6,201.8],"hipL":[-27.4,-0.5],"knL":[-13.2,121.8],"ftL":[2.5,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[7.5,-96.8],"neck":[8.6,-165.5],"head":[12.8,-201.2],"shR":[59.5,-136],"elR":[51.6,-93.7],"haR":[35.7,-60],"shL":[-45.3,-144.9],"elL":[-42.1,-168],"haL":[-30.2,-190.1],"hipR":[23.1,15.1],"knR":[50,128.3],"ftR":[55.1,201.6],"hipL":[-27.5,-0.1],"knL":[-12.9,122.2],"ftL":[2.2,246.5]},{"rootY":4.6,"hips":[0,0],"chest":[5.6,-97],"neck":[6.1,-165.7],"head":[10.3,-201.4],"shR":[57.4,-137],"elR":[50,-93.9],"haR":[34.9,-59.1],"shL":[-47.5,-144.7],"elL":[-42.5,-165.4],"haL":[-30.4,-185.2],"hipR":[23.7,14.3],"knR":[45.9,125.1],"ftR":[51.8,206.1],"hipL":[-27.6,0.8],"knL":[-13.2,123.2],"ftL":[1.4,247.6]},{"rootY":3.5,"hips":[0,0],"chest":[3.4,-97.2],"neck":[3.3,-165.7],"head":[7.6,-201.5],"shR":[55,-138.1],"elR":[48.5,-95],"haR":[34.8,-60],"shL":[-49.9,-144.9],"elL":[-43,-161.9],"haL":[-30.7,-178.2],"hipR":[24.3,13.6],"knR":[41.8,121.5],"ftR":[48.5,213.5],"hipL":[-27.7,1.7],"knL":[-13.9,124.1],"ftL":[0.2,248.6]},{"rootY":3,"hips":[0,0],"chest":[1.6,-97.1],"neck":[0.7,-165.6],"head":[5.1,-201.4],"shR":[52.8,-138.7],"elR":[47.6,-96.7],"haR":[35.3,-62.4],"shL":[-52.1,-144.6],"elL":[-43.3,-157.5],"haL":[-31.1,-169.8],"hipR":[24.5,13.2],"knR":[38.6,118.1],"ftR":[46.2,221.5],"hipL":[-27.8,2.1],"knL":[-14.5,124.6],"ftL":[-0.9,249.1]},{"rootY":2.8,"hips":[0,0],"chest":[0.4,-97],"neck":[-1.3,-165.3],"head":[3,-201.2],"shR":[51.2,-139],"elR":[47.2,-98.7],"haR":[36.2,-65.7],"shL":[-53.8,-143.4],"elL":[-43.5,-151.9],"haL":[-31.2,-160],"hipR":[24.7,13.1],"knR":[36.8,115.5],"ftR":[44.9,229.1],"hipL":[-27.8,2.2],"knL":[-15,124.8],"ftL":[-1.7,249.3]},{"rootY":3,"hips":[0,0],"chest":[0,-96.9],"neck":[-2.6,-165.1],"head":[1.5,-201.1],"shR":[50.4,-139.3],"elR":[47.7,-100.8],"haR":[37.5,-69.4],"shL":[-54.6,-142],"elL":[-43.3,-145.5],"haL":[-31.2,-149.1],"hipR":[24.7,13.1],"knR":[36.1,114],"ftR":[43.5,235.4],"hipL":[-27.8,2.3],"knL":[-15.3,124.8],"ftL":[-2.2,249.2]},{"rootY":3.3,"hips":[0,0],"chest":[0.3,-96.8],"neck":[-3,-164.9],"head":[0.4,-201],"shR":[50.3,-139.5],"elR":[49.1,-103],"haR":[39.2,-73.7],"shL":[-54.7,-141],"elL":[-42.3,-139.4],"haL":[-31.3,-138.1],"hipR":[24.6,13.2],"knR":[35.6,113.9],"ftR":[41.4,238.9],"hipL":[-27.8,2.1],"knL":[-15.4,124.6],"ftL":[-2.5,248.9]},{"rootY":3.9,"hips":[0,0],"chest":[0.7,-96.8],"neck":[-3.1,-164.7],"head":[-0.5,-200.9],"shR":[50.5,-139.5],"elR":[50.9,-105.1],"haR":[41.1,-78.5],"shL":[-54.3,-140.3],"elL":[-40.6,-134.2],"haL":[-31.7,-127.5],"hipR":[24.6,13.3],"knR":[34.7,115.1],"ftR":[38.7,238.8],"hipL":[-27.9,2],"knL":[-15.5,124.3],"ftL":[-2.8,248.3]},{"rootY":4.7,"hips":[0,0],"chest":[1.2,-96.7],"neck":[-3.3,-164.6],"head":[-1.6,-200.9],"shR":[50.6,-139.3],"elR":[52.7,-107.1],"haR":[42.9,-83.3],"shL":[-54.2,-139.1],"elL":[-39.2,-129.1],"haL":[-32.3,-117.5],"hipR":[24.6,13.3],"knR":[32.5,117.3],"ftR":[35.4,235.5],"hipL":[-27.9,2],"knL":[-15.8,124],"ftL":[-3.3,247.7]},{"rootY":5.7,"hips":[0,0],"chest":[1.5,-96.6],"neck":[-3.5,-164.5],"head":[-2.8,-200.8],"shR":[50.6,-139.4],"elR":[54.3,-109.1],"haR":[44.6,-88.2],"shL":[-54.4,-137.7],"elL":[-38.9,-123.8],"haL":[-32.6,-108.2],"hipR":[24.5,13.3],"knR":[28.7,119.1],"ftR":[30.8,231.1],"hipL":[-27.9,2],"knL":[-16.4,123.7],"ftL":[-4.2,246.7]},{"rootY":7.1,"hips":[0,0],"chest":[1.7,-96.5],"neck":[-3.7,-164.5],"head":[-3.8,-200.8],"shR":[50.6,-139.4],"elR":[55.9,-111.3],"haR":[46.4,-93.3],"shL":[-54.5,-136.6],"elL":[-38.7,-119.1],"haL":[-32.9,-100.7],"hipR":[24.5,13.4],"knR":[25,119.4],"ftR":[24.9,228.6],"hipL":[-27.9,2],"knL":[-17.2,123.4],"ftL":[-5.4,245.4]},{"rootY":8.6,"hips":[0,0],"chest":[1.7,-96.4],"neck":[-3.7,-164.4],"head":[-4.5,-200.7],"shR":[50.7,-139.4],"elR":[57.7,-113.4],"haR":[48.2,-98.6],"shL":[-54.4,-136.3],"elL":[-38.3,-116.3],"haL":[-33,-95.7],"hipR":[24.6,13.2],"knR":[22.4,118.8],"ftR":[19.1,228.8],"hipL":[-27.9,2.1],"knL":[-18,123.1],"ftL":[-6.6,243.7]},{"rootY":10.2,"hips":[0,0],"chest":[1.6,-96.4],"neck":[-3.4,-164.5],"head":[-5,-200.8],"shR":[50.9,-139.6],"elR":[59.4,-115.7],"haR":[50.2,-103.8],"shL":[-54.2,-136.6],"elL":[-38.1,-115.3],"haL":[-33.1,-93.3],"hipR":[24.8,12.9],"knR":[21,118.7],"ftR":[15.2,231],"hipL":[-27.8,2.5],"knL":[-18.9,123.1],"ftL":[-7.8,241.8]},{"rootY":12,"hips":[0,0],"chest":[1.7,-96.8],"neck":[-3.1,-164.9],"head":[-5.1,-201.2],"shR":[51.2,-139.7],"elR":[61,-118.6],"haR":[52.5,-109.6],"shL":[-53.9,-136.9],"elL":[-38.6,-115.4],"haL":[-34,-93.6],"hipR":[25.1,12.2],"knR":[19.8,119.6],"ftR":[12.6,234.1],"hipL":[-27.7,3.3],"knL":[-20.2,123.6],"ftL":[-9.1,239.9]},{"rootY":13.8,"hips":[0,0],"chest":[1.3,-97.3],"neck":[-3.3,-165.4],"head":[-5.3,-201.6],"shR":[50.7,-139],"elR":[61.7,-122.6],"haR":[54.6,-117.2],"shL":[-54.3,-136.1],"elL":[-41,-116.5],"haL":[-37.2,-96.7],"hipR":[25.7,10.9],"knR":[17.5,120.9],"ftR":[8.5,236.4],"hipL":[-27.5,4.6],"knL":[-22.3,124.7],"ftL":[-11.3,237.9]},{"rootY":14.5,"hips":[0,0],"chest":[-1.1,-97.4],"neck":[-4.4,-165.6],"head":[-5.9,-201.7],"shR":[48.8,-137.1],"elR":[61.4,-126.9],"haR":[55.4,-126.7],"shL":[-55.8,-134.9],"elL":[-45.8,-118.6],"haL":[-43.5,-102.3],"hipR":[26.6,8.6],"knR":[14.7,121.8],"ftR":[2.6,237.5],"hipL":[-27,7],"knL":[-24.6,126.4],"ftL":[-14.7,236]},{"rootY":13.9,"hips":[0,0],"chest":[-5.6,-97.3],"neck":[-5.7,-165.8],"head":[-5.8,-201.7],"shR":[46.6,-135.9],"elR":[61.2,-130.9],"haR":[55.5,-136.3],"shL":[-58.2,-135.9],"elL":[-52.2,-122.5],"haL":[-51.8,-109.3],"hipR":[27.3,5.9],"knR":[13,121.8],"ftR":[-1.6,238],"hipL":[-26.2,9.7],"knL":[-26.3,128.3],"ftL":[-18.1,233.7]},{"rootY":12,"hips":[0,0],"chest":[-9.1,-97.7],"neck":[-6.4,-166.3],"head":[-4.3,-202.2],"shR":[45.6,-136.7],"elR":[62.7,-134.2],"haR":[56.1,-144.7],"shL":[-59.9,-140.5],"elL":[-58.3,-128.8],"haL":[-60,-117.7],"hipR":[27.6,4.5],"knR":[12.5,121.5],"ftR":[-2.5,239],"hipL":[-25.7,11],"knL":[-27.7,130.6],"ftL":[-19.6,229.9]},{"rootY":9.9,"hips":[0,0],"chest":[-10.2,-98.4],"neck":[-6.5,-166.9],"head":[-2,-202.5],"shR":[45.7,-138.7],"elR":[65.3,-136.9],"haR":[57.7,-152.1],"shL":[-60.2,-145.7],"elL":[-63,-136.5],"haL":[-67,-128.2],"hipR":[27.6,4.1],"knR":[12.7,121.8],"ftR":[-2.2,240.8],"hipL":[-25.5,11.4],"knL":[-29.5,132.9],"ftL":[-19.2,224.1]},{"rootY":8.3,"hips":[0,0],"chest":[-10.4,-98.8],"neck":[-6.5,-167.1],"head":[0.3,-202.5],"shR":[46,-139.9],"elR":[68,-139.5],"haR":[59.4,-159.4],"shL":[-59.9,-148.4],"elL":[-66.8,-144.3],"haL":[-72.7,-140.8],"hipR":[27.7,3.7],"knR":[12.5,122.2],"ftR":[-2.8,242.3],"hipL":[-25.3,11.8],"knL":[-33.3,134.5],"ftL":[-18.1,216.8]},{"rootY":7.2,"hips":[0,0],"chest":[-10.4,-98.8],"neck":[-5.8,-166.9],"head":[2.4,-202.1],"shR":[46.4,-139.6],"elR":[70.2,-141.9],"haR":[61.1,-165.6],"shL":[-59.6,-149],"elL":[-69.9,-151.1],"haL":[-76.7,-153],"hipR":[27.8,2.8],"knR":[12.2,122.3],"ftR":[-3.3,243.3],"hipL":[-25,12.5],"knL":[-38.3,134.9],"ftL":[-17.2,210.3]},{"rootY":6.1,"hips":[0,0],"chest":[-10.5,-98.6],"neck":[-4.4,-166.6],"head":[4.8,-201.6],"shR":[47.1,-138.6],"elR":[72.1,-143.1],"haR":[63.1,-169.3],"shL":[-59,-149.6],"elL":[-72,-156.4],"haL":[-79,-162.7],"hipR":[27.9,2.1],"knR":[12.4,122.5],"ftR":[-2.6,244.2],"hipL":[-24.6,13.2],"knL":[-43.1,134.2],"ftL":[-17,207]},{"rootY":4.9,"hips":[0,0],"chest":[-10.1,-98.4],"neck":[-2.7,-166.2],"head":[7.3,-201.1],"shR":[48.2,-137.6],"elR":[73.5,-142.8],"haR":[65.2,-169.8],"shL":[-57.9,-151],"elL":[-73,-160.8],"haL":[-80,-170.2],"hipR":[27.9,1.9],"knR":[12.7,122.9],"ftR":[-1.6,245.4],"hipL":[-24.5,13.4],"knL":[-47.1,132.6],"ftL":[-18.2,207.6]},{"rootY":3.6,"hips":[0,0],"chest":[-9.2,-98.2],"neck":[-1.1,-165.9],"head":[9.6,-200.6],"shR":[49.4,-136.8],"elR":[74.3,-141.4],"haR":[67,-167.8],"shL":[-56.5,-152.3],"elL":[-72.9,-164.8],"haL":[-80.1,-176.6],"hipR":[27.9,1.9],"knR":[13,123.4],"ftR":[-1.4,246.6],"hipL":[-24.5,13.3],"knL":[-50.1,130.4],"ftL":[-21.2,211.5]},{"rootY":2.5,"hips":[0,0],"chest":[-7.9,-98.1],"neck":[0.6,-165.7],"head":[11.6,-200.3],"shR":[50.7,-136.3],"elR":[75.1,-139.8],"haR":[68.5,-164.2],"shL":[-55.1,-153],"elL":[-71.9,-168.4],"haL":[-79,-182.4],"hipR":[27.9,2.1],"knR":[13.2,123.9],"ftR":[-1.4,247.6],"hipL":[-24.6,13.2],"knL":[-52.3,127.7],"ftL":[-25.2,217.4]},{"rootY":1.7,"hips":[0,0],"chest":[-6.7,-98],"neck":[2.2,-165.5],"head":[13.3,-200.1],"shR":[52.1,-136.1],"elR":[75.7,-138.2],"haR":[69.7,-159.5],"shL":[-53.7,-153.6],"elL":[-70.4,-171.4],"haL":[-77.1,-187],"hipR":[27.8,2.3],"knR":[13.6,124.3],"ftR":[-1,248.4],"hipL":[-24.7,13.1],"knL":[-53.7,125],"ftL":[-29.5,224.5]},{"rootY":1.2,"hips":[0,0],"chest":[-5.8,-97.9],"neck":[3.5,-165.4],"head":[14.6,-200],"shR":[53.1,-136],"elR":[75.6,-136.5],"haR":[70.5,-153.6],"shL":[-52.5,-154.4],"elL":[-68.8,-173.6],"haL":[-74.9,-190.4],"hipR":[27.8,2.5],"knR":[13.9,124.7],"ftR":[-0.4,249.1],"hipL":[-24.8,12.9],"knL":[-54.3,122.5],"ftL":[-34.2,231.7]},{"rootY":0.8,"hips":[0,0],"chest":[-5.2,-97.9],"neck":[4.2,-165.3],"head":[15.6,-199.8],"shR":[53.7,-136],"elR":[74.8,-134.1],"haR":[71.1,-146.4],"shL":[-51.8,-155.1],"elL":[-67.6,-175.3],"haL":[-72.7,-193.1],"hipR":[27.8,2.6],"knR":[14,125],"ftR":[-0.2,249.5],"hipL":[-24.8,12.7],"knL":[-53.4,120.5],"ftL":[-39.6,237.9]}]},"sit":{"name":"sit","fps":30,"height":520,"groundY":343,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[-1.2,-77.7],"neck":[-1.2,-77.7],"head":[-0.5,-145.7],"shR":[-58.5,-104.8],"elR":[-175.8,-88.3],"haR":[-245.6,-78.5],"shL":[66.8,-101.8],"elL":[170.6,-87.2],"haL":[241.4,-77.3],"hipR":[-31.3,37.8],"knR":[-28.8,181.7],"ftR":[-26,340.9],"hipL":[30.5,37.8],"knL":[27.9,185.4],"ftL":[25.2,343]},{"rootY":0,"hips":[0,0],"chest":[-6.9,-77.6],"neck":[-6.9,-77.6],"head":[-11.8,-146],"shR":[-17,-104.6],"elR":[8.8,9.2],"haR":[-16.1,74.9],"shL":[10.1,-102.7],"elL":[23,1.3],"haL":[16.4,71.3],"hipR":[-13.3,38],"knR":[-33,179.8],"ftR":[9.7,332.5],"hipL":[-3.7,38.4],"knL":[-16.3,185.5],"ftL":[32.2,335.4]},{"rootY":-0.1,"hips":[0,0],"chest":[-7,-77.5],"neck":[-7,-77.5],"head":[-12.1,-146],"shR":[-17.1,-104.5],"elR":[8.8,9.4],"haR":[-15.4,75.3],"shL":[9.7,-102.8],"elL":[22.3,1.2],"haL":[15,71],"hipR":[-13.1,38],"knR":[-32.5,179.8],"ftR":[10.3,332.5],"hipL":[-3.7,38.4],"knL":[-15.9,185.6],"ftL":[32.8,335.4]},{"rootY":-0.1,"hips":[0,0],"chest":[-7.4,-77.5],"neck":[-7.4,-77.5],"head":[-12.5,-146],"shR":[-17.2,-104.4],"elR":[9,9.5],"haR":[-14.5,75.6],"shL":[9.1,-102.9],"elL":[21.5,1.2],"haL":[13.1,70.8],"hipR":[-13,37.9],"knR":[-32,179.9],"ftR":[10.6,332.6],"hipL":[-3.6,38.5],"knL":[-15.8,185.7],"ftL":[33.4,335.3]},{"rootY":-0.1,"hips":[0,0],"chest":[-7.3,-77.5],"neck":[-7.3,-77.5],"head":[-12.9,-145.9],"shR":[-17.1,-104.2],"elR":[9.6,9.5],"haR":[-14,75.7],"shL":[8.9,-103.1],"elL":[20.9,0.9],"haL":[11.2,70.4],"hipR":[-12.6,38.3],"knR":[-31.8,180.2],"ftR":[11.3,332.8],"hipL":[-3.4,38.3],"knL":[-15,185.5],"ftL":[34.1,335.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-7.7,-77.5],"neck":[-7.7,-77.5],"head":[-13.6,-145.9],"shR":[-17.2,-104],"elR":[9,10],"haR":[-13.8,76.3],"shL":[8.2,-103.2],"elL":[19.9,0.9],"haL":[8.7,70.2],"hipR":[-12.6,38],"knR":[-31.9,179.9],"ftR":[11.5,332.4],"hipL":[-3.6,38.5],"knL":[-14.7,185.7],"ftL":[34.5,335.4]},{"rootY":0,"hips":[0,0],"chest":[-7.6,-77.5],"neck":[-7.6,-77.5],"head":[-14.3,-145.8],"shR":[-16.3,-103.8],"elR":[9.5,10.4],"haR":[-13.1,76.8],"shL":[7.3,-103.6],"elL":[19.2,0.5],"haL":[6.2,69.6],"hipR":[-12.4,38.1],"knR":[-31.8,179.9],"ftR":[12.1,332.3],"hipL":[-3.7,38.4],"knL":[-14.2,185.7],"ftL":[35.3,335.3]},{"rootY":0.1,"hips":[0,0],"chest":[-7.2,-77.5],"neck":[-7.2,-77.5],"head":[-14.5,-145.6],"shR":[-15,-103.8],"elR":[10,10.6],"haR":[-12.9,76.9],"shL":[6.7,-103.6],"elL":[18.8,0.5],"haL":[4.1,69.1],"hipR":[-12.2,38.2],"knR":[-31.6,180],"ftR":[12.8,332.3],"hipL":[-3.8,38.3],"knL":[-13.6,185.7],"ftL":[36.2,335.2]},{"rootY":0.2,"hips":[0,0],"chest":[-6.8,-77.6],"neck":[-6.8,-77.6],"head":[-15,-145.4],"shR":[-13.1,-103.5],"elR":[10.3,11.4],"haR":[-12.9,77.6],"shL":[5.6,-104],"elL":[19.4,-0.1],"haL":[2.7,68.1],"hipR":[-11.9,38.3],"knR":[-31.7,180],"ftR":[13.5,332.2],"hipL":[-4.3,38.2],"knL":[-12.8,185.6],"ftL":[37.5,335]},{"rootY":0.3,"hips":[0,0],"chest":[-6.7,-77.6],"neck":[-6.7,-77.6],"head":[-16,-145],"shR":[-10.9,-103.4],"elR":[10.8,11.9],"haR":[-13.5,77.6],"shL":[3.7,-104],"elL":[18.2,-0.3],"haL":[-0.2,67.5],"hipR":[-11.5,38.3],"knR":[-31.7,179.9],"ftR":[13.8,332],"hipL":[-4.9,38.2],"knL":[-12.6,185.6],"ftL":[38.3,334.8]},{"rootY":0.5,"hips":[0,0],"chest":[-6.3,-77.6],"neck":[-6.3,-77.6],"head":[-16.6,-144.7],"shR":[-7.9,-103.3],"elR":[12.7,12.4],"haR":[-13.1,77.4],"shL":[1.6,-104.2],"elL":[16.9,-0.6],"haL":[-2.9,66.8],"hipR":[-10.8,38.3],"knR":[-31.3,179.8],"ftR":[15,331.8],"hipL":[-5.5,38.2],"knL":[-12,185.7],"ftL":[39.5,334.6]},{"rootY":0.7,"hips":[0,0],"chest":[-5.8,-77.7],"neck":[-5.8,-77.7],"head":[-17.1,-144.5],"shR":[-4.9,-103.2],"elR":[15.1,12.8],"haR":[-12.6,77],"shL":[-0.5,-104.4],"elL":[15.1,-0.8],"haL":[-5.6,66.4],"hipR":[-10.1,38.4],"knR":[-31.4,179.8],"ftR":[15.8,331.6],"hipL":[-6.4,38],"knL":[-11.3,185.6],"ftL":[41.1,334.2]},{"rootY":1,"hips":[0,0],"chest":[-5.1,-77.7],"neck":[-5.1,-77.7],"head":[-17.2,-144.4],"shR":[-1.8,-103.3],"elR":[17.9,12.8],"haR":[-11.8,76],"shL":[-2.3,-104.3],"elL":[13.5,-0.8],"haL":[-7.6,66.4],"hipR":[-9.3,37.9],"knR":[-30.4,179.4],"ftR":[17.3,331.2],"hipL":[-7.4,38.5],"knL":[-11.4,186.1],"ftL":[43.1,333.9]},{"rootY":1.5,"hips":[0,0],"chest":[-4.4,-77.7],"neck":[-4.4,-77.7],"head":[-17.1,-144.3],"shR":[1.7,-103.1],"elR":[21.5,13.1],"haR":[-9.8,75.4],"shL":[-4.5,-104.6],"elL":[11.8,-1.2],"haL":[-9,66.2],"hipR":[-8.4,37.8],"knR":[-30,179.3],"ftR":[18.4,330.9],"hipL":[-8.5,38.5],"knL":[-11.4,186.2],"ftL":[44.5,333.4]},{"rootY":1.8,"hips":[0,0],"chest":[-3.7,-77.8],"neck":[-3.7,-77.8],"head":[-16.7,-144.2],"shR":[5.3,-102.6],"elR":[25.2,13.6],"haR":[-7.5,75.1],"shL":[-6.8,-105.2],"elL":[9,-1.8],"haL":[-11.1,65.8],"hipR":[-7.5,37.8],"knR":[-29.4,179.3],"ftR":[19.9,330.6],"hipL":[-9.7,38.4],"knL":[-11.6,186.1],"ftL":[46,332.7]},{"rootY":2.3,"hips":[0,0],"chest":[-3.2,-77.8],"neck":[-3.2,-77.8],"head":[-16.7,-144.2],"shR":[9.2,-102.3],"elR":[28.9,14],"haR":[-4.3,74.9],"shL":[-10,-105.6],"elL":[5.6,-2.2],"haL":[-13.7,65.6],"hipR":[-6.7,37.6],"knR":[-28.7,179],"ftR":[21,330.2],"hipL":[-10.4,38.7],"knL":[-13.4,186.3],"ftL":[46.7,331.8]},{"rootY":2.8,"hips":[0,0],"chest":[-2.5,-77.8],"neck":[-2.5,-77.8],"head":[-16.2,-144.2],"shR":[11.9,-102.2],"elR":[31.8,14.2],"haR":[-1.3,74.9],"shL":[-11.6,-105.7],"elL":[4,-2.4],"haL":[-14.9,65.4],"hipR":[-6.2,37.7],"knR":[-28.5,179.1],"ftR":[22.6,329.9],"hipL":[-11.5,38.4],"knL":[-15.2,185.9],"ftL":[47.4,330.4]},{"rootY":3.4,"hips":[0,0],"chest":[-2,-77.8],"neck":[-2,-77.8],"head":[-15.8,-144.2],"shR":[13.9,-102.3],"elR":[33.7,14.2],"haR":[1.5,75],"shL":[-12.7,-105.7],"elL":[2.6,-2.4],"haL":[-16.2,65.4],"hipR":[-5.6,37.4],"knR":[-27.7,178.8],"ftR":[24.1,329.4],"hipL":[-12.3,38.6],"knL":[-19,185.9],"ftL":[47.6,328.5]},{"rootY":3.8,"hips":[0,0],"chest":[-1.8,-77.8],"neck":[-1.8,-77.8],"head":[-15.8,-144.1],"shR":[15.5,-102.4],"elR":[36,14.1],"haR":[5.2,75.1],"shL":[-13.9,-105.5],"elL":[1.3,-2.3],"haL":[-17.8,65.5],"hipR":[-4.9,37.1],"knR":[-27.2,178.5],"ftR":[25.2,328.8],"hipL":[-13.2,38.8],"knL":[-23.8,185.7],"ftL":[47.7,326]},{"rootY":3.9,"hips":[0,0],"chest":[-1.7,-77.8],"neck":[-1.7,-77.8],"head":[-15.9,-144],"shR":[16.9,-102],"elR":[38.4,14.4],"haR":[9.5,76],"shL":[-15.4,-105.9],"elL":[-0.8,-2.7],"haL":[-20.5,64.8],"hipR":[-4.9,37.3],"knR":[-26.2,178.9],"ftR":[26.6,329.1],"hipL":[-13.8,38.5],"knL":[-30.8,184.5],"ftL":[47.1,321.4]},{"rootY":4.6,"hips":[0,0],"chest":[-1.7,-77.8],"neck":[-1.7,-77.8],"head":[-16.2,-143.9],"shR":[17.4,-101.8],"elR":[40.1,14.3],"haR":[13.7,76.8],"shL":[-16,-106.1],"elL":[-2.1,-2.8],"haL":[-22.9,64.3],"hipR":[-5,37.2],"knR":[-26,178.7],"ftR":[27.9,328.5],"hipL":[-13.9,38.5],"knL":[-38.2,183.4],"ftL":[45.4,316.8]},{"rootY":4.9,"hips":[0,0],"chest":[-2,-77.8],"neck":[-2,-77.8],"head":[-16.8,-143.7],"shR":[17.5,-101.6],"elR":[42.1,14.2],"haR":[18.4,77.6],"shL":[-16.7,-106.3],"elL":[-2.9,-3.1],"haL":[-25.2,63.6],"hipR":[-4.8,37.1],"knR":[-25.4,178.7],"ftR":[29.1,328.2],"hipL":[-14.4,38.5],"knL":[-46.9,181.6],"ftL":[42.3,311.3]},{"rootY":5.1,"hips":[0,0],"chest":[-2.1,-77.7],"neck":[-2.1,-77.7],"head":[-17.2,-143.6],"shR":[17.5,-101.6],"elR":[44,13.8],"haR":[22.9,78.1],"shL":[-17.1,-106.3],"elL":[-2.9,-3.2],"haL":[-27.1,63],"hipR":[-4.5,36.7],"knR":[-24.1,178.4],"ftR":[30.5,327.8],"hipL":[-14.9,38.8],"knL":[-55.6,179.7],"ftL":[38,306.1]},{"rootY":5.3,"hips":[0,0],"chest":[-2.4,-77.7],"neck":[-2.4,-77.7],"head":[-17.9,-143.5],"shR":[17.1,-101.8],"elR":[45.7,13.1],"haR":[27,78.3],"shL":[-17.6,-106],"elL":[-2.8,-3],"haL":[-28.8,62.5],"hipR":[-4.1,37],"knR":[-23.6,178.7],"ftR":[31.9,327.7],"hipL":[-15.6,38.5],"knL":[-63.1,177.4],"ftL":[32.5,302]},{"rootY":5.6,"hips":[0,0],"chest":[-2.8,-77.6],"neck":[-2.8,-77.6],"head":[-18.9,-143.3],"shR":[16.5,-101.8],"elR":[46.7,12.6],"haR":[30.3,78.6],"shL":[-18,-105.9],"elL":[-2.3,-3],"haL":[-29.6,62.1],"hipR":[-3.6,37.2],"knR":[-23.5,178.8],"ftR":[33,327.4],"hipL":[-16.3,38.2],"knL":[-70.1,175.1],"ftL":[24.9,300]},{"rootY":5.9,"hips":[0,0],"chest":[-3.1,-77.6],"neck":[-3.1,-77.6],"head":[-19.6,-143.1],"shR":[16.2,-102],"elR":[47.7,12.1],"haR":[33.2,78.6],"shL":[-18.5,-105.6],"elL":[-1.9,-2.9],"haL":[-29.9,62],"hipR":[-3.1,37.2],"knR":[-23.2,178.9],"ftR":[34.6,326.9],"hipL":[-16.7,38.2],"knL":[-75.9,173.1],"ftL":[16.3,299.7]},{"rootY":6.2,"hips":[0,0],"chest":[-3.5,-77.5],"neck":[-3.5,-77.5],"head":[-20.6,-142.9],"shR":[15.8,-102.1],"elR":[48.7,11.6],"haR":[35.6,78.4],"shL":[-19.6,-105.5],"elL":[-1.6,-3],"haL":[-29.8,61.8],"hipR":[-2.7,37.4],"knR":[-22.9,178.9],"ftR":[36.3,326.5],"hipL":[-17.2,38],"knL":[-80.7,171.2],"ftL":[6.4,301.2]},{"rootY":6.5,"hips":[0,0],"chest":[-4,-77.5],"neck":[-4,-77.5],"head":[-21.6,-142.7],"shR":[15.5,-102.2],"elR":[49.5,11.1],"haR":[37.2,78.1],"shL":[-20.7,-105.2],"elL":[-1.5,-3],"haL":[-29.2,62.1],"hipR":[-2.3,37.4],"knR":[-22,179],"ftR":[38,326.1],"hipL":[-17.6,38],"knL":[-84.4,169.6],"ftL":[-4.7,304]},{"rootY":6.7,"hips":[0,0],"chest":[-4.5,-77.5],"neck":[-4.5,-77.5],"head":[-22.8,-142.5],"shR":[15.1,-102.5],"elR":[49.7,10.6],"haR":[38,77.6],"shL":[-21.7,-104.9],"elL":[-1.6,-2.8],"haL":[-28.2,62.8],"hipR":[-1.7,37.3],"knR":[-20.7,179],"ftR":[40.2,325.7],"hipL":[-17.9,38.1],"knL":[-86.5,168.8],"ftL":[-16.7,308.5]},{"rootY":7.1,"hips":[0,0],"chest":[-4.9,-77.5],"neck":[-4.9,-77.5],"head":[-23.8,-142.3],"shR":[14.9,-102.9],"elR":[49.9,10.1],"haR":[38.4,76.9],"shL":[-22.9,-104.4],"elL":[-1.9,-2.5],"haL":[-26.7,63.8],"hipR":[-1,37.2],"knR":[-18.7,179.1],"ftR":[41.8,325.8],"hipL":[-18,38.3],"knL":[-87.9,168.1],"ftL":[-30.3,313.4]},{"rootY":6.4,"hips":[0,0],"chest":[-5.4,-77.4],"neck":[-5.4,-77.4],"head":[-25,-142],"shR":[14.7,-103.2],"elR":[50.1,9.7],"haR":[38.4,76.2],"shL":[-24.3,-104],"elL":[-2.5,-2.3],"haL":[-25.2,64.7],"hipR":[-0.2,37.1],"knR":[-16.6,179.1],"ftR":[44.8,325.5],"hipL":[-18.1,38.5],"knL":[-87,168.8],"ftL":[-43.9,319.2]},{"rootY":5.8,"hips":[0,0],"chest":[-6,-77.4],"neck":[-6,-77.4],"head":[-26.2,-141.7],"shR":[15,-103.4],"elR":[50.7,9.4],"haR":[38.7,75.7],"shL":[-26.6,-103.8],"elL":[-4.1,-2.2],"haL":[-24.4,65.6],"hipR":[0.7,37.1],"knR":[-14.1,179.4],"ftR":[47.3,325.6],"hipL":[-18.4,38.7],"knL":[-85.7,169.5],"ftL":[-57.6,323.8]},{"rootY":5.2,"hips":[0,0],"chest":[-6.4,-77.4],"neck":[-6.4,-77.4],"head":[-27.4,-141.5],"shR":[15.1,-104],"elR":[51.2,8.7],"haR":[38.4,74.7],"shL":[-28.4,-103.2],"elL":[-5.1,-1.7],"haL":[-23,66.7],"hipR":[1.7,36.9],"knR":[-10.4,179.5],"ftR":[49.9,326.1],"hipL":[-18.6,38.9],"knL":[-83.7,170.7],"ftL":[-69,327.1]},{"rootY":5,"hips":[0,0],"chest":[-6.9,-77.4],"neck":[-6.9,-77.4],"head":[-28.6,-141.3],"shR":[14.9,-104.8],"elR":[51.9,7.5],"haR":[38,73.1],"shL":[-30,-102.2],"elL":[-5.9,-0.9],"haL":[-21.4,68.1],"hipR":[2.6,36.9],"knR":[-7.1,179.7],"ftR":[52.9,326.2],"hipL":[-18.9,39],"knL":[-82.7,171.2],"ftL":[-78.6,328.6]},{"rootY":4.7,"hips":[0,0],"chest":[-7.4,-77.3],"neck":[-7.4,-77.3],"head":[-29.8,-141],"shR":[14.6,-105.5],"elR":[52.5,6.4],"haR":[37.5,71.5],"shL":[-31.5,-101.3],"elL":[-6.6,-0.1],"haL":[-20.2,69.3],"hipR":[3.3,37],"knR":[-4.1,179.8],"ftR":[55.8,326.2],"hipL":[-19.1,39],"knL":[-80,172.3],"ftL":[-83.9,329.8]},{"rootY":4.7,"hips":[0,0],"chest":[-8,-77.3],"neck":[-8,-77.3],"head":[-31.2,-140.8],"shR":[14.2,-106.3],"elR":[53.3,5.1],"haR":[37.2,69.8],"shL":[-32.9,-100.3],"elL":[-7.7,0.8],"haL":[-19.4,70.5],"hipR":[4,36.6],"knR":[-0.7,179.5],"ftR":[59,325.9],"hipL":[-19,39.4],"knL":[-79.3,172.8],"ftL":[-87,330.2]},{"rootY":5,"hips":[0,0],"chest":[-8.7,-77.3],"neck":[-8.7,-77.3],"head":[-32.6,-140.5],"shR":[13.9,-106.9],"elR":[53.8,4.2],"haR":[36.8,68.5],"shL":[-34.7,-99.5],"elL":[-9,1.6],"haL":[-19.5,71.4],"hipR":[4.7,36.4],"knR":[2.2,179.4],"ftR":[62.2,325.4],"hipL":[-18.8,39.7],"knL":[-78.1,173.4],"ftL":[-86.2,330.7]},{"rootY":5.7,"hips":[0,0],"chest":[-9.5,-77.2],"neck":[-9.5,-77.2],"head":[-34.1,-140.1],"shR":[12,-108.2],"elR":[53.5,2.2],"haR":[36.2,66.2],"shL":[-35.2,-97.7],"elL":[-9.4,3.4],"haL":[-19.1,73.4],"hipR":[5.1,36.3],"knR":[4.4,179.2],"ftR":[66.2,324.5],"hipL":[-18.7,39.9],"knL":[-76.5,174],"ftL":[-82,331.5]},{"rootY":5.8,"hips":[0,0],"chest":[-10.4,-77.1],"neck":[-10.4,-77.1],"head":[-35.8,-139.7],"shR":[10.6,-109.1],"elR":[53.2,0.8],"haR":[36.3,64.7],"shL":[-36.3,-96.4],"elL":[-10.3,4.7],"haL":[-19.7,74.9],"hipR":[5.5,36.2],"knR":[6.6,179.1],"ftR":[69.3,323.8],"hipL":[-18.3,40.1],"knL":[-74.9,174.8],"ftL":[-77.8,332.4]},{"rootY":5,"hips":[0,0],"chest":[-11.4,-77],"neck":[-11.4,-77],"head":[-37.8,-139.1],"shR":[8.6,-110.2],"elR":[52.5,-0.9],"haR":[36.3,63.1],"shL":[-36.8,-94.7],"elL":[-10.8,6.5],"haL":[-20.2,76.7],"hipR":[5.6,36.3],"knR":[8.8,179],"ftR":[73.4,323.1],"hipL":[-17.8,40.2],"knL":[-73.6,175.3],"ftL":[-74.5,332.8]},{"rootY":4.1,"hips":[0,0],"chest":[-12.5,-76.8],"neck":[-12.5,-76.8],"head":[-40,-138.3],"shR":[6.3,-110.9],"elR":[51.5,-2.2],"haR":[36.4,61.9],"shL":[-37.3,-93.4],"elL":[-10.8,7.8],"haL":[-21,78],"hipR":[5.5,36.5],"knR":[9.6,179.2],"ftR":[76.7,322],"hipL":[-17.4,40.1],"knL":[-71.2,176.1],"ftL":[-70.1,333.7]},{"rootY":3.3,"hips":[0,0],"chest":[-13.2,-76.7],"neck":[-13.2,-76.7],"head":[-41.5,-137.6],"shR":[3.9,-111.9],"elR":[50.9,-4.3],"haR":[36.8,60.2],"shL":[-36.6,-91.7],"elL":[-9.8,9.5],"haL":[-21.2,79.6],"hipR":[5.8,36.4],"knR":[11,179],"ftR":[80.3,320.8],"hipL":[-16.7,40.4],"knL":[-68.9,177.1],"ftL":[-65.5,334.6]},{"rootY":2.5,"hips":[0,0],"chest":[-13.7,-76.5],"neck":[-13.7,-76.5],"head":[-42.7,-137],"shR":[2.3,-112.5],"elR":[51.8,-6.1],"haR":[38.3,58.7],"shL":[-36.4,-90.7],"elL":[-8.9,10.3],"haL":[-21.9,80.3],"hipR":[6,36.2],"knR":[13.5,178.9],"ftR":[84.2,319.8],"hipL":[-16.4,40.6],"knL":[-66.9,178],"ftL":[-60.6,335.4]},{"rootY":1.7,"hips":[0,0],"chest":[-13.8,-76.5],"neck":[-13.8,-76.5],"head":[-43.5,-136.4],"shR":[1.5,-112.9],"elR":[52.8,-7.9],"haR":[39.8,57.2],"shL":[-35.9,-89.9],"elL":[-7.8,11],"haL":[-22.7,80.7],"hipR":[6.4,35.9],"knR":[16.9,178.4],"ftR":[88.8,318.9],"hipL":[-16.3,40.8],"knL":[-64.4,179],"ftL":[-55.4,336.3]},{"rootY":0.8,"hips":[0,0],"chest":[-13.5,-76.5],"neck":[-13.5,-76.5],"head":[-43.6,-136.1],"shR":[1.6,-113.5],"elR":[53.2,-9.1],"haR":[40.7,56],"shL":[-35.3,-89.1],"elL":[-6.8,11.7],"haL":[-23.5,81],"hipR":[6.5,35.8],"knR":[19.7,178.4],"ftR":[93.3,317.9],"hipL":[-16.5,40.9],"knL":[-61.3,180],"ftL":[-49.3,337.1]},{"rootY":0.4,"hips":[0,0],"chest":[-13.1,-76.5],"neck":[-13.1,-76.5],"head":[-43.2,-135.9],"shR":[1.8,-114],"elR":[52.9,-9.7],"haR":[40.9,55.2],"shL":[-34.3,-88.6],"elL":[-5.8,12.3],"haL":[-24,81.3],"hipR":[6.6,35.8],"knR":[21.3,178.3],"ftR":[98.1,316.1],"hipL":[-16.7,40.9],"knL":[-58,181],"ftL":[-42.9,337.8]},{"rootY":0.1,"hips":[0,0],"chest":[-12.4,-76.6],"neck":[-12.4,-76.6],"head":[-42.4,-135.8],"shR":[2.7,-114.6],"elR":[52.3,-10],"haR":[40.4,54.4],"shL":[-33.4,-87.9],"elL":[-5.4,13.1],"haL":[-24.6,81.8],"hipR":[6.8,36],"knR":[20.9,178.7],"ftR":[101.8,314.1],"hipL":[-16.9,40.7],"knL":[-55,181.8],"ftL":[-36.5,338.1]},{"rootY":0.2,"hips":[0,0],"chest":[-11.9,-76.6],"neck":[-11.9,-76.6],"head":[-41.6,-135.9],"shR":[3.3,-114.9],"elR":[51.6,-9.8],"haR":[39.2,53.7],"shL":[-32.6,-87.6],"elL":[-5.4,13.6],"haL":[-25.2,82.2],"hipR":[6.7,36.3],"knR":[18.5,179.4],"ftR":[104.6,311.6],"hipL":[-17.4,40.4],"knL":[-53.7,181.9],"ftL":[-31.1,337.7]},{"rootY":0.6,"hips":[0,0],"chest":[-11.4,-76.7],"neck":[-11.4,-76.7],"head":[-40.8,-136],"shR":[4.6,-115.1],"elR":[51.3,-9.6],"haR":[37.8,53.2],"shL":[-32.8,-87.3],"elL":[-6.6,14.2],"haL":[-26.8,82.7],"hipR":[6.3,36.3],"knR":[13.9,180],"ftR":[105.4,308.4],"hipL":[-17.8,40.3],"knL":[-53,182.1],"ftL":[-26.5,337.3]},{"rootY":0.8,"hips":[0,0],"chest":[-11.3,-76.7],"neck":[-11.3,-76.7],"head":[-40.4,-136.1],"shR":[5.1,-115.3],"elR":[50.3,-9.3],"haR":[35,52.6],"shL":[-32.5,-87.1],"elL":[-7.9,14.8],"haL":[-28.1,83.3],"hipR":[5.9,36.6],"knR":[7.2,180.6],"ftR":[103.7,305.4],"hipL":[-18.5,39.8],"knL":[-52.3,182],"ftL":[-22.6,336.7]},{"rootY":1.3,"hips":[0,0],"chest":[-10.8,-76.7],"neck":[-10.8,-76.7],"head":[-39.8,-136.2],"shR":[6,-115.5],"elR":[49.1,-8.9],"haR":[32.1,52.3],"shL":[-32.3,-86.8],"elL":[-9.1,15.4],"haL":[-29.5,83.9],"hipR":[5.4,37.1],"knR":[0.1,180.9],"ftR":[100.9,302.5],"hipL":[-19.2,39.3],"knL":[-50.9,182],"ftL":[-18.4,336.1]},{"rootY":1.4,"hips":[0,0],"chest":[-10.3,-76.7],"neck":[-10.3,-76.7],"head":[-39.1,-136.3],"shR":[7.1,-115.5],"elR":[48.6,-8.5],"haR":[29.6,52],"shL":[-32,-86.9],"elL":[-10.4,15.7],"haL":[-31.1,84.1],"hipR":[4.9,37.3],"knR":[-6.5,180.7],"ftR":[97.1,300.1],"hipL":[-19.7,39],"knL":[-49.6,182.1],"ftL":[-14.6,335.6]},{"rootY":1.7,"hips":[0,0],"chest":[-9.7,-76.8],"neck":[-9.7,-76.8],"head":[-38.3,-136.4],"shR":[8.1,-115.5],"elR":[48.4,-8.1],"haR":[27.3,51.7],"shL":[-31.4,-86.9],"elL":[-11.2,15.9],"haL":[-32.6,84.1],"hipR":[4.3,37.1],"knR":[-12.6,179.9],"ftR":[91.2,299.1],"hipL":[-19.7,38.9],"knL":[-48.3,182.4],"ftL":[-10.8,335.3]},{"rootY":2,"hips":[0,0],"chest":[-9.2,-76.8],"neck":[-9.2,-76.8],"head":[-37.6,-136.4],"shR":[8.5,-115.4],"elR":[48.2,-7.8],"haR":[25.3,51.5],"shL":[-30.2,-87.1],"elL":[-11.3,16],"haL":[-33.8,83.8],"hipR":[3.4,37],"knR":[-18.5,179],"ftR":[83,300.1],"hipL":[-19.4,38.9],"knL":[-47.1,182.6],"ftL":[-7.2,335]},{"rootY":2.6,"hips":[0,0],"chest":[-8.8,-76.8],"neck":[-8.8,-76.8],"head":[-36.9,-136.5],"shR":[8.6,-115.2],"elR":[48.2,-7.4],"haR":[23.9,51.4],"shL":[-29.1,-87.3],"elL":[-11.2,16],"haL":[-34.9,83.4],"hipR":[2.5,36.9],"knR":[-24.3,177.9],"ftR":[72.2,303.1],"hipL":[-19.2,38.9],"knL":[-46.8,182.7],"ftL":[-4.6,334.4]},{"rootY":3.2,"hips":[0,0],"chest":[-8.4,-76.8],"neck":[-8.4,-76.8],"head":[-36.6,-136.6],"shR":[8.2,-115.1],"elR":[47.8,-7.2],"haR":[22.7,51.5],"shL":[-27.7,-87.4],"elL":[-11,16.1],"haL":[-36.2,82.9],"hipR":[1.8,36.7],"knR":[-30,176.5],"ftR":[59.5,306.9],"hipL":[-18.9,39],"knL":[-46,182.8],"ftL":[-1.5,333.8]},{"rootY":4,"hips":[0,0],"chest":[-8.2,-76.7],"neck":[-8.2,-76.7],"head":[-36.3,-136.5],"shR":[7.7,-115.1],"elR":[47.3,-7.1],"haR":[21.6,51.8],"shL":[-26.4,-87.4],"elL":[-9.8,16.1],"haL":[-36.6,82.3],"hipR":[1,37],"knR":[-35.4,175.3],"ftR":[45.9,311.1],"hipL":[-18.8,38.7],"knL":[-45.6,182.6],"ftL":[1.7,332.8]},{"rootY":4.8,"hips":[0,0],"chest":[-8.5,-76.7],"neck":[-8.5,-76.7],"head":[-36.5,-136.4],"shR":[6.5,-115],"elR":[46.2,-7],"haR":[20.1,52],"shL":[-25.3,-87.3],"elL":[-8.7,16.1],"haL":[-37,81.7],"hipR":[0,37.5],"knR":[-41.5,173.8],"ftR":[31.3,314.6],"hipL":[-18.5,38.2],"knL":[-44.8,182.4],"ftL":[3.5,332.2]},{"rootY":4.9,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-36.7,-136.3],"shR":[5.5,-114.8],"elR":[45.1,-6.9],"haR":[18.9,52.5],"shL":[-24.1,-87.6],"elL":[-7.7,15.9],"haL":[-36.9,81],"hipR":[-0.8,37.7],"knR":[-46.9,172.3],"ftR":[17.6,317.5],"hipL":[-18.3,37.9],"knL":[-42.9,182.5],"ftL":[5.8,332.2]},{"rootY":4.5,"hips":[0,0],"chest":[-8.5,-76.7],"neck":[-8.5,-76.7],"head":[-36.8,-136.1],"shR":[4.3,-114.9],"elR":[44.1,-7.1],"haR":[17.6,52.4],"shL":[-22.5,-87.5],"elL":[-6.7,16],"haL":[-36.4,80.9],"hipR":[-1.6,37.8],"knR":[-51.5,170.8],"ftR":[4.5,319.8],"hipL":[-17.9,37.7],"knL":[-40.5,182.8],"ftL":[8,332.6]},{"rootY":4.1,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-36.6,-136],"shR":[3.3,-114.6],"elR":[43.6,-7.2],"haR":[16.8,52.4],"shL":[-21.2,-87.8],"elL":[-5.3,15.7],"haL":[-35.1,80.4],"hipR":[-2.2,38.3],"knR":[-55.9,169.6],"ftR":[-8.8,321.7],"hipL":[-17.2,37.4],"knL":[-37.6,182.9],"ftL":[10.1,333]},{"rootY":3.7,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-36.5,-136],"shR":[1.6,-114.4],"elR":[42,-7.3],"haR":[15,52.4],"shL":[-18.9,-88.1],"elL":[-2.6,15.3],"haL":[-31.8,80.2],"hipR":[-3.2,38.4],"knR":[-59.3,168.7],"ftR":[-21.4,322.8],"hipL":[-16.3,37.3],"knL":[-35,183.2],"ftL":[12.2,333.5]},{"rootY":3.1,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-36.5,-136],"shR":[0.2,-114.1],"elR":[40.4,-7.1],"haR":[13.2,52.7],"shL":[-17.3,-88.6],"elL":[-0.5,14.7],"haL":[-28.7,79.9],"hipR":[-4.6,38.2],"knR":[-61.7,168.1],"ftR":[-32.9,323.4],"hipL":[-15.4,37.4],"knL":[-32.6,183.7],"ftL":[14.3,334]},{"rootY":2.2,"hips":[0,0],"chest":[-8.6,-76.6],"neck":[-8.6,-76.6],"head":[-36.3,-136.1],"shR":[-1.3,-113.9],"elR":[38.6,-7],"haR":[11.5,52.8],"shL":[-15.6,-88.9],"elL":[1.8,14.4],"haL":[-25,80],"hipR":[-5.7,38.2],"knR":[-63.6,167.7],"ftR":[-43.6,323.4],"hipL":[-14.2,37.4],"knL":[-29.4,184.1],"ftL":[16.7,334.7]},{"rootY":1.6,"hips":[0,0],"chest":[-8.7,-76.7],"neck":[-8.7,-76.7],"head":[-36.1,-136.2],"shR":[-3.3,-113.7],"elR":[36.6,-7.1],"haR":[9.5,52.8],"shL":[-13.1,-89.2],"elL":[5.2,13.8],"haL":[-19.9,79.9],"hipR":[-6.8,37.9],"knR":[-64.4,167.7],"ftR":[-52.5,323.2],"hipL":[-12.7,37.8],"knL":[-26.1,184.7],"ftL":[19.2,335.5]},{"rootY":1.1,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-35.7,-136.2],"shR":[-5.3,-113.3],"elR":[34.4,-7.1],"haR":[7.2,53.2],"shL":[-10.4,-89.7],"elL":[8.9,13.2],"haL":[-14.5,79.7],"hipR":[-8.1,37.7],"knR":[-64.7,168],"ftR":[-59.4,322.6],"hipL":[-11.3,38],"knL":[-22.6,185.2],"ftL":[21.5,336.4]},{"rootY":0.8,"hips":[0,0],"chest":[-8,-76.5],"neck":[-8,-76.5],"head":[-34.9,-136.2],"shR":[-6.9,-112.8],"elR":[32.3,-6.8],"haR":[5.2,53.8],"shL":[-7.4,-90.2],"elL":[13,12.5],"haL":[-8.3,79.5],"hipR":[-9.2,39],"knR":[-65.3,169.7],"ftR":[-64.2,322.3],"hipL":[-9.3,37],"knL":[-16.4,184.5],"ftL":[24.6,336.5]},{"rootY":0.4,"hips":[0,0],"chest":[-7.7,-76.6],"neck":[-7.7,-76.6],"head":[-34.2,-136.3],"shR":[-9,-112.4],"elR":[29.5,-6.5],"haR":[2.5,54.4],"shL":[-4,-90.9],"elL":[17.5,11.6],"haL":[-1.5,78.9],"hipR":[-10.6,38.7],"knR":[-63.1,171.1],"ftR":[-67.4,322.4],"hipL":[-7.5,37.3],"knL":[-13.7,184.8],"ftL":[28.1,336.6]},{"rootY":0.7,"hips":[0,0],"chest":[-7.5,-76.7],"neck":[-7.5,-76.7],"head":[-33.4,-136.5],"shR":[-11,-112.2],"elR":[26.8,-6.5],"haR":[-0.2,54.7],"shL":[-1,-91.4],"elL":[21.5,10.9],"haL":[5,78.5],"hipR":[-12.6,38.1],"knR":[-61.4,172],"ftR":[-68.3,322.7],"hipL":[-6.2,37.8],"knL":[-11.7,185.2],"ftL":[31.5,336.5]},{"rootY":1.4,"hips":[0,0],"chest":[-7,-76.8],"neck":[-7,-76.8],"head":[-32.2,-136.6],"shR":[-13.4,-112],"elR":[23.5,-6.4],"haR":[-3.4,55.3],"shL":[3.1,-91.9],"elL":[26.8,10.1],"haL":[12.7,77.9],"hipR":[-14.2,37.8],"knR":[-59.6,173.3],"ftR":[-66.6,323.6],"hipL":[-4.4,38.1],"knL":[-9.4,185.4],"ftL":[35.6,336]},{"rootY":2.3,"hips":[0,0],"chest":[-6.3,-76.9],"neck":[-6.3,-76.9],"head":[-30.7,-136.9],"shR":[-15.5,-111.9],"elR":[20.7,-6.4],"haR":[-6.2,55.7],"shL":[7.3,-92.4],"elL":[31.9,9.4],"haL":[20.5,77.2],"hipR":[-15.8,37.9],"knR":[-57.2,174.9],"ftR":[-61.1,325.3],"hipL":[-2.2,38.2],"knL":[-6.9,185.2],"ftL":[40,335.1]},{"rootY":3.4,"hips":[0,0],"chest":[-5.9,-77],"neck":[-5.9,-77],"head":[-29.8,-137.1],"shR":[-17.9,-111.6],"elR":[17.3,-6.1],"haR":[-9.6,56.4],"shL":[11.4,-92.8],"elL":[37.5,8.6],"haL":[28.4,76.3],"hipR":[-17.1,38.5],"knR":[-54.9,177],"ftR":[-54.8,327.5],"hipL":[0.5,37.7],"knL":[-2.5,184.5],"ftL":[44.3,334.1]},{"rootY":4.4,"hips":[0,0],"chest":[-6.1,-77],"neck":[-6.1,-77],"head":[-29,-137.1],"shR":[-21.6,-111],"elR":[12.7,-5.7],"haR":[-13.9,57.4],"shL":[15.3,-93.8],"elL":[42.6,7.3],"haL":[35.7,74.7],"hipR":[-18.5,38.5],"knR":[-52.6,178.2],"ftR":[-48.9,329.4],"hipL":[2.4,37.9],"knL":[0.9,184.1],"ftL":[48.2,333.3]},{"rootY":5.1,"hips":[0,0],"chest":[-6.8,-77.1],"neck":[-6.8,-77.1],"head":[-29,-137.1],"shR":[-25.5,-110.8],"elR":[7.3,-5.4],"haR":[-18.7,58.4],"shL":[18.1,-94.2],"elL":[47,6.4],"haL":[42.1,73.1],"hipR":[-19.5,38.7],"knR":[-50.7,179.2],"ftR":[-43.7,330.6],"hipL":[4,37.7],"knL":[4.4,183.4],"ftL":[52.1,332.2]},{"rootY":5.2,"hips":[0,0],"chest":[-8.5,-77],"neck":[-8.5,-77],"head":[-31,-136.7],"shR":[-30.3,-109.3],"elR":[0.3,-4.1],"haR":[-24.8,60.5],"shL":[19,-95.8],"elL":[49.6,4.3],"haL":[46.4,70.5],"hipR":[-20.5,38.6],"knR":[-52.2,179],"ftR":[-42.4,330.6],"hipL":[5.2,37.8],"knL":[5.2,183.1],"ftL":[53.9,331.2]},{"rootY":5,"hips":[0,0],"chest":[-10.1,-76.8],"neck":[-10.1,-76.8],"head":[-33.2,-136.5],"shR":[-35,-107.8],"elR":[-6.9,-2.8],"haR":[-31.5,62.2],"shL":[19.6,-97.4],"elL":[52.7,2],"haL":[50.5,67.8],"hipR":[-21.7,38.2],"knR":[-52.4,178.7],"ftR":[-40.7,330.6],"hipL":[6.9,38.3],"knL":[4,182.8],"ftL":[54.7,330.4]},{"rootY":3.9,"hips":[0,0],"chest":[-11.1,-76.7],"neck":[-11.1,-76.7],"head":[-34.8,-136],"shR":[-39.3,-106.4],"elR":[-13.7,-1.4],"haR":[-38.4,63.6],"shL":[21.5,-98.8],"elL":[57.4,-0.4],"haL":[56.1,65.2],"hipR":[-22.4,39.2],"knR":[-50.7,179.9],"ftR":[-38.3,331.5],"hipL":[9.8,37.5],"knL":[5.4,181.3],"ftL":[54.6,329.5]},{"rootY":2.9,"hips":[0,0],"chest":[-12.2,-76.5],"neck":[-12.2,-76.5],"head":[-36.4,-135.5],"shR":[-43.5,-105],"elR":[-20.2,-0.7],"haR":[-45.6,64.1],"shL":[22.9,-100],"elL":[61,-2.3],"haL":[60.9,63.2],"hipR":[-23.5,39.5],"knR":[-48.9,180.5],"ftR":[-36.1,332],"hipL":[12.2,37.2],"knL":[5.9,180.1],"ftL":[53.9,328.9]},{"rootY":2.4,"hips":[0,0],"chest":[-13.7,-76.2],"neck":[-13.7,-76.2],"head":[-38.2,-135],"shR":[-48.1,-103.6],"elR":[-27,1.2],"haR":[-53.3,65.6],"shL":[24,-101.1],"elL":[64.1,-4.3],"haL":[65.7,61.3],"hipR":[-24.7,39.1],"knR":[-47.7,180.2],"ftR":[-35,332.2],"hipL":[14,37.8],"knL":[6.3,179.7],"ftL":[53,329.2]},{"rootY":1.2,"hips":[0,0],"chest":[-14.1,-76.2],"neck":[-14.1,-76.2],"head":[-38.6,-134.8],"shR":[-50.7,-102.5],"elR":[-32.2,1.6],"haR":[-59.6,65.7],"shL":[25.7,-102.2],"elL":[67.9,-6.4],"haL":[70.7,58.9],"hipR":[-24.8,39.8],"knR":[-46.2,181.1],"ftR":[-33.2,333.3],"hipL":[15.6,37],"knL":[10.4,179],"ftL":[55.3,329.1]},{"rootY":0.6,"hips":[0,0],"chest":[-14.6,-76],"neck":[-14.6,-76],"head":[-39.2,-134.4],"shR":[-53.5,-101.6],"elR":[-37.4,1.2],"haR":[-66.2,64.9],"shL":[27.2,-103],"elL":[71.2,-8],"haL":[75.6,56.8],"hipR":[-25.1,40.1],"knR":[-45.2,181.5],"ftR":[-32.3,334],"hipL":[16.7,36.7],"knL":[14,178.5],"ftL":[58.9,328.7]},{"rootY":0.2,"hips":[0,0],"chest":[-15,-75.9],"neck":[-15,-75.9],"head":[-39.6,-134],"shR":[-55.4,-100.9],"elR":[-43.5,2.7],"haR":[-72.9,66.1],"shL":[28.2,-103.5],"elL":[73.6,-9.3],"haL":[79.8,55.2],"hipR":[-25.5,40.1],"knR":[-44.4,181.4],"ftR":[-31.6,334.2],"hipL":[17.7,36.8],"knL":[17.1,178.2],"ftL":[63.6,328.1]},{"rootY":-0.1,"hips":[0,0],"chest":[-15.2,-75.8],"neck":[-15.2,-75.8],"head":[-39.8,-133.5],"shR":[-57.4,-100.8],"elR":[-48.5,2.7],"haR":[-79.4,65.5],"shL":[29.8,-103.5],"elL":[77,-10.3],"haL":[84.4,53.3],"hipR":[-25.3,40.5],"knR":[-43.9,181.6],"ftR":[-31.4,334.4],"hipL":[18.9,36.4],"knL":[20.4,177.6],"ftL":[69.8,326.7]},{"rootY":-0.3,"hips":[0,0],"chest":[-15.7,-75.7],"neck":[-15.7,-75.7],"head":[-40.2,-133],"shR":[-59.1,-100.3],"elR":[-52.2,3.4],"haR":[-84.5,65.7],"shL":[30.1,-103.7],"elL":[78.9,-11.6],"haL":[87.4,51.7],"hipR":[-25.5,40.7],"knR":[-43.6,181.8],"ftR":[-31.7,334.5],"hipL":[20,36.2],"knL":[22.8,176.8],"ftL":[76.2,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[-16.4,-75.5],"neck":[-16.4,-75.5],"head":[-40.8,-132.4],"shR":[-60.8,-99.4],"elR":[-55.8,3.5],"haR":[-89.6,65.2],"shL":[29.9,-104.2],"elL":[80.6,-13.4],"haL":[89.2,49.2],"hipR":[-25.8,40.8],"knR":[-44.1,181.4],"ftR":[-32.8,334],"hipL":[20.9,36.2],"knL":[24.1,176.1],"ftL":[81.4,322.9]},{"rootY":0.9,"hips":[0,0],"chest":[-16.9,-75.3],"neck":[-16.9,-75.3],"head":[-41,-131.5],"shR":[-61,-98],"elR":[-58.3,4.1],"haR":[-93.6,65.1],"shL":[28.1,-105.2],"elL":[80.4,-15.9],"haL":[88.1,46],"hipR":[-26,40.9],"knR":[-44.6,181.2],"ftR":[-34.4,333.6],"hipL":[21.9,36.2],"knL":[25.2,175.1],"ftL":[86.1,320.4]},{"rootY":1.3,"hips":[0,0],"chest":[-17.7,-75],"neck":[-17.7,-75],"head":[-42.3,-130.6],"shR":[-64.5,-98],"elR":[-63.3,3.5],"haR":[-99.6,63.8],"shL":[30.1,-104.5],"elL":[83.8,-16.5],"haL":[90,44.6],"hipR":[-26,41],"knR":[-45.3,180.9],"ftR":[-36.3,333.2],"hipL":[22.6,36.1],"knL":[26.7,174.4],"ftL":[89.2,318.8]},{"rootY":1.7,"hips":[0,0],"chest":[-18.2,-74.7],"neck":[-18.2,-74.7],"head":[-42.8,-129.8],"shR":[-66.2,-97.6],"elR":[-66.8,3.5],"haR":[-103.9,63.2],"shL":[30.6,-104.4],"elL":[85.3,-17.7],"haL":[89.6,42.5],"hipR":[-25.9,41.2],"knR":[-46.2,180.7],"ftR":[-38.2,332.8],"hipL":[23.4,35.8],"knL":[28.8,174.2],"ftL":[91.2,318.3]},{"rootY":2.3,"hips":[0,0],"chest":[-18.5,-74.5],"neck":[-18.5,-74.5],"head":[-43.4,-128.9],"shR":[-67.8,-97.3],"elR":[-70.4,3.4],"haR":[-107.9,62.3],"shL":[31.3,-104],"elL":[86.6,-18.2],"haL":[88.4,40.9],"hipR":[-25.7,41.4],"knR":[-47.5,180.4],"ftR":[-40.4,332.2],"hipL":[24,35.7],"knL":[30.8,174.4],"ftL":[92,319]},{"rootY":3,"hips":[0,0],"chest":[-18.9,-74.2],"neck":[-18.9,-74.2],"head":[-43.5,-128],"shR":[-68.9,-96.9],"elR":[-73.6,3.4],"haR":[-111.3,61.6],"shL":[31.5,-103.9],"elL":[87.3,-19.1],"haL":[86.4,38.9],"hipR":[-25.6,41.5],"knR":[-49.4,179.9],"ftR":[-43.2,331.4],"hipL":[24.4,35.7],"knL":[32.3,175],"ftL":[90.9,320.8]},{"rootY":4.1,"hips":[0,0],"chest":[-19,-74],"neck":[-19,-74],"head":[-43.5,-127.2],"shR":[-69.7,-96.6],"elR":[-75.3,2.7],"haR":[-113,60.2],"shL":[31.7,-103.5],"elL":[87.9,-19.6],"haL":[84.2,37.4],"hipR":[-25.4,41.6],"knR":[-51.4,179.3],"ftR":[-46.1,330.4],"hipL":[24.8,35.7],"knL":[33.4,175.7],"ftL":[89.3,322.6]},{"rootY":5.2,"hips":[0,0],"chest":[-19.1,-73.7],"neck":[-19.1,-73.7],"head":[-43.4,-126.3],"shR":[-70.4,-96.4],"elR":[-77.9,2.7],"haR":[-115.3,59.4],"shL":[32,-102.9],"elL":[88.3,-19.6],"haL":[81.7,36.5],"hipR":[-25.3,41.6],"knR":[-53.7,178.6],"ftR":[-49.4,329.4],"hipL":[25,35.7],"knL":[33.3,176.2],"ftL":[86.9,324]},{"rootY":6,"hips":[0,0],"chest":[-19.2,-73.3],"neck":[-19.2,-73.3],"head":[-43.2,-125.3],"shR":[-71.2,-96.2],"elR":[-80.4,2.9],"haR":[-117.1,59],"shL":[32.7,-102.2],"elL":[88.9,-19],"haL":[79.4,36.3],"hipR":[-25.4,41.5],"knR":[-55.7,177.9],"ftR":[-52.8,328.7],"hipL":[25.2,35.9],"knL":[32.7,176.5],"ftL":[83.8,325.1]},{"rootY":7,"hips":[0,0],"chest":[-19.2,-72.9],"neck":[-19.2,-72.9],"head":[-42.6,-124.2],"shR":[-71.9,-96.1],"elR":[-82.4,3.1],"haR":[-118.2,58.7],"shL":[33.4,-101.3],"elL":[89.4,-17.7],"haL":[77,37.1],"hipR":[-25.5,41.4],"knR":[-57.8,177.2],"ftR":[-56.3,327.8],"hipL":[25.3,36],"knL":[31.6,176.7],"ftL":[79.9,326.3]},{"rootY":7.7,"hips":[0,0],"chest":[-19,-72.6],"neck":[-19,-72.6],"head":[-41.7,-123],"shR":[-72.5,-95.9],"elR":[-84.3,3.1],"haR":[-118.7,58.3],"shL":[34.4,-100.5],"elL":[89.9,-16.2],"haL":[74.9,38.2],"hipR":[-25.5,41.4],"knR":[-59.7,176.6],"ftR":[-59.6,327.1],"hipL":[25.7,36.2],"knL":[30.4,176.7],"ftL":[76,327.1]},{"rootY":8.5,"hips":[0,0],"chest":[-18.8,-72.1],"neck":[-18.8,-72.1],"head":[-40.8,-121.7],"shR":[-72.8,-95.8],"elR":[-86.7,3.7],"haR":[-119.2,59],"shL":[35.3,-99.4],"elL":[90.3,-14.5],"haL":[72.7,39.6],"hipR":[-25.6,41.3],"knR":[-61.2,175.9],"ftR":[-62.7,326.3],"hipL":[25.9,36.4],"knL":[28.9,176.4],"ftL":[72.6,327.3]},{"rootY":9.4,"hips":[0,0],"chest":[-18.4,-71.7],"neck":[-18.4,-71.7],"head":[-39.8,-120.4],"shR":[-73,-95.6],"elR":[-87.4,3.1],"haR":[-117.8,58.4],"shL":[36.3,-98.4],"elL":[90.6,-12.5],"haL":[70.6,41.2],"hipR":[-25.8,41.1],"knR":[-63,175],"ftR":[-65.8,325.4],"hipL":[25.9,36.7],"knL":[27.2,176.1],"ftL":[70,327.2]},{"rootY":10.4,"hips":[0,0],"chest":[-18.1,-71.1],"neck":[-18.1,-71.1],"head":[-38.8,-119],"shR":[-73.2,-95.4],"elR":[-88.7,2.8],"haR":[-116.8,58.3],"shL":[37.6,-97],"elL":[91.3,-10.3],"haL":[68.9,43.2],"hipR":[-26,40.9],"knR":[-64.6,174.1],"ftR":[-68.6,324.5],"hipL":[26,37],"knL":[25.7,175.5],"ftL":[68.2,326.7]},{"rootY":11.4,"hips":[0,0],"chest":[-17.5,-70.7],"neck":[-17.5,-70.7],"head":[-37.5,-117.7],"shR":[-73.2,-95.3],"elR":[-89.7,2.4],"haR":[-115.5,57.9],"shL":[39,-95.8],"elL":[91.4,-8],"haL":[67.1,45.3],"hipR":[-26.1,40.7],"knR":[-66,173.2],"ftR":[-71.1,323.6],"hipL":[26.1,37.2],"knL":[24.2,174.9],"ftL":[65.9,326.2]},{"rootY":12.5,"hips":[0,0],"chest":[-16.9,-70.3],"neck":[-16.9,-70.3],"head":[-36,-116.3],"shR":[-72.6,-95.3],"elR":[-90.2,1.8],"haR":[-114,57.5],"shL":[40.1,-94.7],"elL":[91.2,-5.7],"haL":[65,47.4],"hipR":[-26.3,40.6],"knR":[-67.6,172.3],"ftR":[-73.3,322.6],"hipL":[26.3,37.3],"knL":[22.7,173.8],"ftL":[63.7,325.2]},{"rootY":13.4,"hips":[0,0],"chest":[-16.1,-69.9],"neck":[-16.1,-69.9],"head":[-34.5,-115.4],"shR":[-72.1,-95.2],"elR":[-90.6,1.4],"haR":[-112.6,57.2],"shL":[41.4,-93.7],"elL":[91.3,-3.8],"haL":[63.2,49.1],"hipR":[-26.6,40.4],"knR":[-69.4,171.3],"ftR":[-75.4,321.5],"hipL":[26.3,37.6],"knL":[21.5,172.6],"ftL":[61.7,324.2]},{"rootY":15,"hips":[0,0],"chest":[-15.3,-69.6],"neck":[-15.3,-69.6],"head":[-32.8,-114.5],"shR":[-71.3,-95.5],"elR":[-91.2,0.8],"haR":[-111.3,56.6],"shL":[42.8,-92.5],"elL":[91.4,-1.7],"haL":[61.3,50.7],"hipR":[-27,40.1],"knR":[-71.5,169.9],"ftR":[-77.3,320],"hipL":[26.4,38],"knL":[20.6,171.3],"ftL":[59.9,322.9]},{"rootY":16.4,"hips":[0,0],"chest":[-14.4,-69.3],"neck":[-14.4,-69.3],"head":[-31.1,-113.9],"shR":[-70.4,-95.7],"elR":[-91.5,0.1],"haR":[-110,56.1],"shL":[44.3,-91.5],"elL":[91.5,0.2],"haL":[59.7,52.2],"hipR":[-27.6,39.7],"knR":[-73.7,168.5],"ftR":[-79.1,318.6],"hipL":[26.2,38.4],"knL":[19.7,170],"ftL":[58.5,321.6]},{"rootY":17.8,"hips":[0,0],"chest":[-13.5,-69.1],"neck":[-13.5,-69.1],"head":[-29.4,-113.3],"shR":[-69.5,-96],"elR":[-91.4,-0.7],"haR":[-108.7,55.5],"shL":[45.6,-90.5],"elL":[91.5,2],"haL":[57.8,53.6],"hipR":[-28.1,39.4],"knR":[-75.8,167.2],"ftR":[-80.7,317.2],"hipL":[26.1,38.7],"knL":[19,168.8],"ftL":[57.2,320.4]},{"rootY":19.2,"hips":[0,0],"chest":[-12.6,-68.9],"neck":[-12.6,-68.9],"head":[-27.6,-112.9],"shR":[-68.6,-96.3],"elR":[-91.5,-1.5],"haR":[-107.6,55],"shL":[47.2,-89.5],"elL":[92,3.7],"haL":[56.4,54.8],"hipR":[-28.4,39.2],"knR":[-77.3,166],"ftR":[-82.1,315.8],"hipL":[25.9,38.9],"knL":[18.1,167.4],"ftL":[55.8,319]},{"rootY":20.5,"hips":[0,0],"chest":[-11.8,-68.8],"neck":[-11.8,-68.8],"head":[-26.1,-112.8],"shR":[-67.8,-96.8],"elR":[-91.5,-2.2],"haR":[-106.6,54.5],"shL":[48.6,-88.7],"elL":[92.3,5],"haL":[55.1,55.9],"hipR":[-28.6,39.1],"knR":[-79.1,164.8],"ftR":[-83.3,314.5],"hipL":[25.7,39],"knL":[17,166.3],"ftL":[54.6,317.7]},{"rootY":21.8,"hips":[0,0],"chest":[-11.2,-68.7],"neck":[-11.2,-68.7],"head":[-24.6,-112.8],"shR":[-67.1,-97.1],"elR":[-91.4,-2.9],"haR":[-105.6,54],"shL":[49.7,-88],"elL":[92.5,6.3],"haL":[53.7,56.9],"hipR":[-28.8,39],"knR":[-80.3,163.7],"ftR":[-84.4,313.2],"hipL":[25.6,39.1],"knL":[15.7,165.1],"ftL":[53.3,316.3]},{"rootY":23.3,"hips":[0,0],"chest":[-10.7,-68.5],"neck":[-10.7,-68.5],"head":[-23.5,-112.7],"shR":[-66.5,-97.4],"elR":[-91.7,-3.4],"haR":[-105.1,53.8],"shL":[50.6,-87.1],"elL":[92.7,7.5],"haL":[52.6,57.8],"hipR":[-28.9,38.9],"knR":[-81.5,162.5],"ftR":[-85.5,311.9],"hipL":[25.4,39.1],"knL":[14.4,163.8],"ftL":[52.2,314.9]},{"rootY":24.5,"hips":[0,0],"chest":[-10.2,-68.4],"neck":[-10.2,-68.4],"head":[-22.5,-112.8],"shR":[-65.8,-97.8],"elR":[-91.7,-4],"haR":[-104.7,53.2],"shL":[51.5,-86.4],"elL":[92.5,8.5],"haL":[51.5,58.4],"hipR":[-29.1,38.8],"knR":[-82.5,161.4],"ftR":[-86.4,310.6],"hipL":[25.2,39.2],"knL":[13.3,162.8],"ftL":[51.2,313.8]},{"rootY":25.9,"hips":[0,0],"chest":[-9.8,-68.4],"neck":[-9.8,-68.4],"head":[-21.4,-112.9],"shR":[-65.1,-98.1],"elR":[-92,-4.6],"haR":[-104.7,52.5],"shL":[51.6,-86.1],"elL":[91.4,9.1],"haL":[49.5,58.6],"hipR":[-29.1,38.8],"knR":[-83.4,160.3],"ftR":[-87.3,309.2],"hipL":[25.1,39.2],"knL":[12.4,161.6],"ftL":[50.3,312.4]},{"rootY":27.2,"hips":[0,0],"chest":[-9.4,-68.3],"neck":[-9.4,-68.3],"head":[-20.7,-113],"shR":[-64.7,-98.2],"elR":[-92,-4.4],"haR":[-104.7,52.7],"shL":[52.2,-85.6],"elL":[90.8,10],"haL":[48.4,58.9],"hipR":[-29.4,38.6],"knR":[-84.1,159.1],"ftR":[-87.8,307.9],"hipL":[24.9,39.4],"knL":[11.7,160.4],"ftL":[49.5,311.1]},{"rootY":28.5,"hips":[0,0],"chest":[-9.2,-68.2],"neck":[-9.2,-68.2],"head":[-20.1,-113.1],"shR":[-64.4,-98.4],"elR":[-92,-4.6],"haR":[-104.9,52.3],"shL":[52.6,-85.1],"elL":[90.2,10.8],"haL":[47.2,59.2],"hipR":[-29.6,38.5],"knR":[-84.9,158],"ftR":[-88.3,306.5],"hipL":[24.9,39.4],"knL":[11.2,159.2],"ftL":[48.9,309.8]},{"rootY":29.8,"hips":[0,0],"chest":[-9,-68.1],"neck":[-9,-68.1],"head":[-19.7,-113.2],"shR":[-64.1,-98.6],"elR":[-92.1,-4.6],"haR":[-105.1,52.1],"shL":[52.9,-84.8],"elL":[89.7,11.4],"haL":[46.2,59.3],"hipR":[-29.8,38.4],"knR":[-85.9,156.8],"ftR":[-88.9,305.2],"hipL":[24.9,39.5],"knL":[10.8,157.9],"ftL":[48.3,308.6]},{"rootY":31.1,"hips":[0,0],"chest":[-8.5,-68],"neck":[-8.5,-68],"head":[-18.9,-113.2],"shR":[-63.5,-98.5],"elR":[-92.3,-4.6],"haR":[-105.3,51.9],"shL":[53.4,-84.5],"elL":[89.3,12.1],"haL":[45.3,59.6],"hipR":[-30,38.4],"knR":[-86.9,155.6],"ftR":[-89.1,303.9],"hipL":[24.8,39.5],"knL":[10.9,156.5],"ftL":[48.1,307.3]},{"rootY":32.4,"hips":[0,0],"chest":[-8.2,-68.1],"neck":[-8.2,-68.1],"head":[-18.3,-113.4],"shR":[-63.2,-98.7],"elR":[-92.6,-4.6],"haR":[-105.6,51.7],"shL":[54.1,-84.6],"elL":[89.4,12.5],"haL":[45.1,59.6],"hipR":[-30.3,38.3],"knR":[-88,154.4],"ftR":[-89.1,302.5],"hipL":[24.9,39.5],"knL":[11.2,155.3],"ftL":[48.1,306]},{"rootY":33.9,"hips":[0,0],"chest":[-7.6,-68.2],"neck":[-7.6,-68.2],"head":[-17.6,-113.8],"shR":[-62.6,-98.9],"elR":[-92.6,-4.6],"haR":[-105.5,51.4],"shL":[54.8,-84.6],"elL":[89.5,13],"haL":[45,59.7],"hipR":[-30.5,38.3],"knR":[-89.1,153.1],"ftR":[-88.9,301],"hipL":[24.8,39.5],"knL":[11.7,153.8],"ftL":[48.3,304.5]},{"rootY":35.3,"hips":[0,0],"chest":[-7.1,-68.5],"neck":[-7.1,-68.5],"head":[-16.9,-114.4],"shR":[-62.2,-99.1],"elR":[-92.9,-4.2],"haR":[-105.6,51.3],"shL":[55.4,-85.3],"elL":[89.6,12.7],"haL":[44.9,59.1],"hipR":[-30.9,38.2],"knR":[-90.1,151.8],"ftR":[-88.7,299.4],"hipL":[24.6,39.5],"knL":[12.2,152.3],"ftL":[48.6,303]},{"rootY":37,"hips":[0,0],"chest":[-7,-69],"neck":[-7,-69],"head":[-16.6,-115.3],"shR":[-62.2,-99.3],"elR":[-93.5,-3.7],"haR":[-105.9,51.2],"shL":[55.6,-86.2],"elL":[89.5,12.2],"haL":[44.7,58.2],"hipR":[-31.3,38],"knR":[-91.3,150.4],"ftR":[-88.7,297.6],"hipL":[24.5,39.5],"knL":[12.6,150.8],"ftL":[48.6,301.4]},{"rootY":38.6,"hips":[0,0],"chest":[-6.8,-69.6],"neck":[-6.8,-69.6],"head":[-16.3,-116.6],"shR":[-62.1,-99.6],"elR":[-93.7,-2.8],"haR":[-106,51.4],"shL":[56,-87.5],"elL":[89.6,11.3],"haL":[44.8,56.8],"hipR":[-31.5,38.1],"knR":[-92.2,149.2],"ftR":[-88.4,295.8],"hipL":[24.6,39.2],"knL":[13.3,149.3],"ftL":[48.8,299.9]},{"rootY":40,"hips":[0,0],"chest":[-6.7,-70.2],"neck":[-6.7,-70.2],"head":[-16.2,-118.2],"shR":[-62.2,-100],"elR":[-94.2,-1.8],"haR":[-106.1,51.6],"shL":[56.2,-88.9],"elL":[89.5,10.3],"haL":[44.7,55.2],"hipR":[-31.6,38.2],"knR":[-93.2,148],"ftR":[-88.2,294.1],"hipL":[24.6,38.9],"knL":[14.1,147.9],"ftL":[48.9,298.5]},{"rootY":41.1,"hips":[0,0],"chest":[-6.7,-71],"neck":[-6.7,-71],"head":[-16,-120],"shR":[-62.3,-100.3],"elR":[-94.8,-0.6],"haR":[-106.4,52],"shL":[56.2,-90.5],"elL":[89,8.9],"haL":[44.2,53.3],"hipR":[-31.9,38.2],"knR":[-94.5,146.5],"ftR":[-88.3,292.4],"hipL":[24.4,38.6],"knL":[14.7,146.7],"ftL":[48.9,297.3]},{"rootY":42.2,"hips":[0,0],"chest":[-6.7,-71.7],"neck":[-6.7,-71.7],"head":[-16,-122.1],"shR":[-62.4,-100.4],"elR":[-95.8,1],"haR":[-107,52.7],"shL":[56,-92.4],"elL":[88.1,7.4],"haL":[43.5,51.5],"hipR":[-32,38.2],"knR":[-95.6,145.2],"ftR":[-88.3,290.8],"hipL":[24.3,38.2],"knL":[14.9,145.6],"ftL":[48.9,296.2]},{"rootY":43.3,"hips":[0,0],"chest":[-6.8,-72.4],"neck":[-6.8,-72.4],"head":[-16,-124.1],"shR":[-62.5,-100.8],"elR":[-96.9,2.5],"haR":[-107.3,53.3],"shL":[55.9,-94],"elL":[86.9,6.1],"haL":[42.6,49.7],"hipR":[-32,38.3],"knR":[-97.1,143.9],"ftR":[-88.6,289.3],"hipL":[24.2,37.8],"knL":[15,144.4],"ftL":[48.6,295.1]},{"rootY":44.5,"hips":[0,0],"chest":[-6.9,-73],"neck":[-6.9,-73],"head":[-16.1,-126.1],"shR":[-62.6,-101],"elR":[-97.9,4.1],"haR":[-107.6,54],"shL":[55.6,-95.5],"elL":[85.5,4.8],"haL":[41.2,48],"hipR":[-32.3,38.1],"knR":[-98.4,142.2],"ftR":[-89.2,287.6],"hipL":[23.9,37.5],"knL":[14.8,143.2],"ftL":[48.2,294]},{"rootY":45.4,"hips":[0,0],"chest":[-6.9,-73.7],"neck":[-6.9,-73.7],"head":[-16.3,-128.1],"shR":[-62.4,-101.6],"elR":[-98.9,5],"haR":[-107.8,53.9],"shL":[55.4,-96.7],"elL":[84.2,3.8],"haL":[39.7,46.5],"hipR":[-32.5,38],"knR":[-99.7,141],"ftR":[-89.8,286.3],"hipL":[23.8,37.1],"knL":[14.4,142.1],"ftL":[47.5,292.8]},{"rootY":46.7,"hips":[0,0],"chest":[-6.8,-74.2],"neck":[-6.8,-74.2],"head":[-16.2,-130],"shR":[-62,-101.9],"elR":[-99.7,5.9],"haR":[-107.7,53.6],"shL":[55.4,-97.6],"elL":[82.8,3.1],"haL":[38,45.3],"hipR":[-32.8,37.8],"knR":[-101,139.2],"ftR":[-90.5,284.6],"hipL":[23.2,37],"knL":[13.8,140.8],"ftL":[46.8,291.6]},{"rootY":47.7,"hips":[0,0],"chest":[-6.5,-74.8],"neck":[-6.5,-74.8],"head":[-15.9,-131.8],"shR":[-61.5,-102.3],"elR":[-101.1,6.1],"haR":[-107.6,52.4],"shL":[55.6,-98.7],"elL":[82.1,1.8],"haL":[36.4,43.3],"hipR":[-32.9,37.8],"knR":[-102.4,137.9],"ftR":[-91.3,283.3],"hipL":[23.1,36.4],"knL":[13.3,139.8],"ftL":[46.1,290.5]},{"rootY":48.9,"hips":[0,0],"chest":[-6.2,-75.2],"neck":[-6.2,-75.2],"head":[-15.5,-133.3],"shR":[-61,-102.7],"elR":[-102.7,5.9],"haR":[-107.5,50.7],"shL":[55.9,-99.4],"elL":[81.9,0.7],"haL":[35.1,41.4],"hipR":[-33.4,37.4],"knR":[-103.6,136.2],"ftR":[-92.1,281.7],"hipL":[22.5,36.1],"knL":[12.7,138.5],"ftL":[45.5,289.3]},{"rootY":50.3,"hips":[0,0],"chest":[-5.9,-75.7],"neck":[-5.9,-75.7],"head":[-14.9,-134.7],"shR":[-60.5,-102.9],"elR":[-104.9,5.4],"haR":[-107.4,48.8],"shL":[56.2,-100.3],"elL":[82.2,-0.6],"haL":[34.4,39.3],"hipR":[-33.8,37],"knR":[-104.9,134.3],"ftR":[-93.1,279.9],"hipL":[22.1,35.8],"knL":[11.9,137],"ftL":[44.6,287.8]},{"rootY":51.3,"hips":[0,0],"chest":[-5.5,-76.1],"neck":[-5.5,-76.1],"head":[-14.2,-136.1],"shR":[-59.9,-103.2],"elR":[-107.4,4.4],"haR":[-107.4,46.4],"shL":[56.5,-101.1],"elL":[83.3,-2.4],"haL":[34.3,36.8],"hipR":[-34,36.8],"knR":[-106.3,132.9],"ftR":[-94,278.5],"hipL":[21.8,35.2],"knL":[10.9,135.8],"ftL":[43.6,286.6]},{"rootY":52.5,"hips":[0,0],"chest":[-5.3,-76.4],"neck":[-5.3,-76.4],"head":[-13.5,-137.3],"shR":[-59.4,-103.3],"elR":[-110.2,3],"haR":[-107.6,43.5],"shL":[56.7,-101.8],"elL":[85,-4.4],"haL":[34.9,34.1],"hipR":[-34.4,36.4],"knR":[-107.7,131.1],"ftR":[-95.2,276.8],"hipL":[21.4,34.8],"knL":[9.8,134.7],"ftL":[42.5,285.4]},{"rootY":53.5,"hips":[0,0],"chest":[-5.2,-76.7],"neck":[-5.2,-76.7],"head":[-12.9,-138.5],"shR":[-59.1,-103.3],"elR":[-113.4,1.5],"haR":[-108.2,40.3],"shL":[56.8,-102.4],"elL":[87.4,-6.8],"haL":[36,31.4],"hipR":[-34.8,36],"knR":[-108.9,129.2],"ftR":[-96.5,275],"hipL":[20.9,34.4],"knL":[8.5,133.5],"ftL":[41.2,284.3]},{"rootY":54.2,"hips":[0,0],"chest":[-5.1,-76.8],"neck":[-5.1,-76.8],"head":[-12.3,-139.5],"shR":[-58.9,-103.2],"elR":[-116.2,0],"haR":[-108.7,37.2],"shL":[56.9,-103],"elL":[90.3,-9.4],"haL":[37.8,28.4],"hipR":[-35.4,35.4],"knR":[-110.1,127.7],"ftR":[-97.8,273.8],"hipL":[20.2,34],"knL":[7.2,132.4],"ftL":[40,283.2]},{"rootY":54.8,"hips":[0,0],"chest":[-4.8,-77],"neck":[-4.8,-77],"head":[-11.5,-140.5],"shR":[-58.4,-103],"elR":[-118.5,-1.5],"haR":[-109,34.3],"shL":[57.1,-103.5],"elL":[93.6,-12.2],"haL":[40.3,25.6],"hipR":[-35.7,35],"knR":[-111.3,126.4],"ftR":[-99.3,272.6],"hipL":[20,33.4],"knL":[6,131.1],"ftL":[38.9,281.9]},{"rootY":55.6,"hips":[0,0],"chest":[-4.8,-77],"neck":[-4.8,-77],"head":[-11,-141.3],"shR":[-58.2,-103],"elR":[-120.7,-2.9],"haR":[-109.9,31.8],"shL":[57.1,-103.7],"elL":[96.8,-14.9],"haL":[43.1,23.3],"hipR":[-36.2,34.4],"knR":[-112.4,124.6],"ftR":[-100.9,271.1],"hipL":[19.4,33.1],"knL":[4.7,129.7],"ftL":[37.6,280.4]},{"rootY":56.2,"hips":[0,0],"chest":[-4.5,-77.1],"neck":[-4.5,-77.1],"head":[-10.2,-141.9],"shR":[-57.7,-102.9],"elR":[-122.2,-4.3],"haR":[-110.4,29.7],"shL":[57.3,-104],"elL":[100.1,-17.4],"haL":[46.2,21.4],"hipR":[-36.2,34.3],"knR":[-113.6,123],"ftR":[-102.3,269.7],"hipL":[19.4,32.3],"knL":[3.9,127.7],"ftL":[36.3,278.7]},{"rootY":56.8,"hips":[0,0],"chest":[-4.1,-77.2],"neck":[-4.1,-77.2],"head":[-9.2,-142.5],"shR":[-57.2,-102.8],"elR":[-123.7,-5.8],"haR":[-111,27.8],"shL":[57.7,-104.1],"elL":[103.5,-19.9],"haL":[49.5,19.6],"hipR":[-35.4,35],"knR":[-115.1,121.4],"ftR":[-104.1,268.5],"hipL":[20.3,31.2],"knL":[3.1,125],"ftL":[34.8,276.2]},{"rootY":57.3,"hips":[0,0],"chest":[-4.1,-77.2],"neck":[-4.1,-77.2],"head":[-8.7,-142.8],"shR":[-57,-102.8],"elR":[-125.6,-7.6],"haR":[-111.9,25.9],"shL":[57.6,-104.2],"elL":[106.4,-22.4],"haL":[52.5,18.1],"hipR":[-36.8,33.5],"knR":[-116.1,119.4],"ftR":[-105.3,266.8],"hipL":[18.6,31.7],"knL":[1.9,122.5],"ftL":[34,273.6]},{"rootY":57.8,"hips":[0,0],"chest":[-3.7,-77.2],"neck":[-3.7,-77.2],"head":[-7.7,-143.2],"shR":[-56.3,-103],"elR":[-127,-9.8],"haR":[-112.4,23.8],"shL":[58,-104],"elL":[110.2,-24.9],"haL":[56.1,16.5],"hipR":[-36.9,33.2],"knR":[-117.3,117.6],"ftR":[-106.8,265.2],"hipL":[18.4,31],"knL":[1.5,119.8],"ftL":[33.2,271]},{"rootY":58.2,"hips":[0,0],"chest":[-3.6,-77.2],"neck":[-3.6,-77.2],"head":[-7,-143.4],"shR":[-56,-103.1],"elR":[-129,-12.4],"haR":[-113.3,21.2],"shL":[58,-103.8],"elL":[113.9,-27.7],"haL":[59.9,14.7],"hipR":[-37.3,32.8],"knR":[-118.6,115.5],"ftR":[-108.7,263.4],"hipL":[17.9,30.9],"knL":[0.7,116.9],"ftL":[32.6,268.2]},{"rootY":58.7,"hips":[0,0],"chest":[-3.2,-77.2],"neck":[-3.2,-77.2],"head":[-6.3,-143.6],"shR":[-55.6,-103.4],"elR":[-131.4,-15.9],"haR":[-114.6,17.9],"shL":[58.5,-103.5],"elL":[118.5,-31],"haL":[64.5,12.3],"hipR":[-37.7,32.3],"knR":[-119.6,113.6],"ftR":[-110.1,261.8],"hipL":[17.4,30.7],"knL":[0.1,114.6],"ftL":[32.2,265.9]},{"rootY":58.9,"hips":[0,0],"chest":[-2.8,-77.2],"neck":[-2.8,-77.2],"head":[-5.4,-143.6],"shR":[-55,-103.7],"elR":[-133.7,-20],"haR":[-116.1,14.1],"shL":[59,-103.2],"elL":[123.2,-34.9],"haL":[69.3,9.1],"hipR":[-37.4,32.5],"knR":[-120.7,112.2],"ftR":[-111.4,260.3],"hipL":[17.8,30],"knL":[-0.3,112.8],"ftL":[31.9,264.2]},{"rootY":59.2,"hips":[0,0],"chest":[-2.6,-77.2],"neck":[-2.6,-77.2],"head":[-4.8,-143.7],"shR":[-54.6,-103.9],"elR":[-136,-24.1],"haR":[-117.8,10.6],"shL":[59.3,-103],"elL":[127.5,-38.7],"haL":[73.9,6.4],"hipR":[-37.7,32.2],"knR":[-121.5,110.5],"ftR":[-112.4,258.9],"hipL":[17.4,30],"knL":[-1,111.4],"ftL":[31.8,262.8]},{"rootY":59.4,"hips":[0,0],"chest":[-2.4,-77.2],"neck":[-2.4,-77.2],"head":[-4.2,-143.6],"shR":[-54.3,-104.1],"elR":[-138,-28.4],"haR":[-119.2,7.2],"shL":[59.7,-102.7],"elL":[131,-42],"haL":[77.9,4.1],"hipR":[-37.9,32],"knR":[-122.2,109.3],"ftR":[-113.1,257.8],"hipL":[17.2,30],"knL":[-1.5,110.6],"ftL":[31.6,261.9]},{"rootY":59.6,"hips":[0,0],"chest":[-2.1,-77.2],"neck":[-2.1,-77.2],"head":[-3.9,-143.4],"shR":[-53.9,-104.3],"elR":[-139.5,-32.5],"haR":[-120.1,4.4],"shL":[60,-102.5],"elL":[133.9,-44.5],"haL":[81.5,2.6],"hipR":[-38,31.9],"knR":[-122.6,108.4],"ftR":[-113.5,256.9],"hipL":[17,30.1],"knL":[-2.1,110.3],"ftL":[31.4,261.5]},{"rootY":59.8,"hips":[0,0],"chest":[-1.9,-77.3],"neck":[-1.9,-77.3],"head":[-3.7,-143.3],"shR":[-53.6,-104.5],"elR":[-140.7,-35.7],"haR":[-120.5,2.9],"shL":[60.3,-102.3],"elL":[135.7,-46],"haL":[83.8,1.8],"hipR":[-38,31.8],"knR":[-122.9,107.7],"ftR":[-113.8,256.3],"hipL":[16.9,30.1],"knL":[-2.6,110.1],"ftL":[31.3,261.2]},{"rootY":59.8,"hips":[0,0],"chest":[-1.8,-77.3],"neck":[-1.8,-77.3],"head":[-3.4,-143],"shR":[-53.3,-104.8],"elR":[-141.3,-38],"haR":[-120.1,2.4],"shL":[60.6,-102],"elL":[136.6,-46.6],"haL":[85.1,2],"hipR":[-38.1,31.7],"knR":[-123.1,107.2],"ftR":[-113.9,255.8],"hipL":[16.8,30.1],"knL":[-2.8,110.2],"ftL":[31.1,261.2]},{"rootY":59.8,"hips":[0,0],"chest":[-1.7,-77.3],"neck":[-1.7,-77.3],"head":[-3.4,-142.7],"shR":[-53.2,-105],"elR":[-141.6,-39.1],"haR":[-119.3,2.7],"shL":[60.9,-101.8],"elL":[136.7,-45.8],"haL":[85.9,3.8],"hipR":[-38.2,31.6],"knR":[-123.3,106.7],"ftR":[-114.5,255.3],"hipL":[16.8,30.2],"knL":[-3.1,110.1],"ftL":[30.7,261.1]},{"rootY":60.1,"hips":[0,0],"chest":[-1.5,-77.3],"neck":[-1.5,-77.3],"head":[-3.3,-142.3],"shR":[-53,-105.1],"elR":[-141.3,-38.7],"haR":[-117.8,4.3],"shL":[61.1,-101.6],"elL":[135.9,-44.3],"haL":[85.3,5.8],"hipR":[-37.4,32.4],"knR":[-123.9,106.3],"ftR":[-115,254.9],"hipL":[17.8,29.6],"knL":[-3.1,109.7],"ftL":[30.4,260.8]},{"rootY":60.1,"hips":[0,0],"chest":[-1.9,-77.2],"neck":[-1.9,-77.2],"head":[-3.7,-142],"shR":[-53.3,-105.2],"elR":[-140.9,-37.4],"haR":[-116.5,6.6],"shL":[60.6,-101.5],"elL":[133.8,-42.3],"haL":[83.7,8.4],"hipR":[-38.7,31.1],"knR":[-124.1,105.4],"ftR":[-115.4,254.1],"hipL":[16.1,30.5],"knL":[-3.7,109.8],"ftL":[30.1,260.6]},{"rootY":60.5,"hips":[0,0],"chest":[-1.6,-77.2],"neck":[-1.6,-77.2],"head":[-3.6,-141.9],"shR":[-53.1,-105.3],"elR":[-139.6,-35.4],"haR":[-114.5,9.5],"shL":[60.9,-101.3],"elL":[132.1,-39.5],"haL":[82.6,11.8],"hipR":[-38.4,31.4],"knR":[-124.4,104.6],"ftR":[-115.8,253.4],"hipL":[16.5,30.3],"knL":[-3.7,109.2],"ftL":[30.2,260.1]},{"rootY":60.5,"hips":[0,0],"chest":[-1.8,-77.2],"neck":[-1.8,-77.2],"head":[-3.7,-141.9],"shR":[-53.4,-105.4],"elR":[-138.6,-33.3],"haR":[-112.7,12.5],"shL":[60.7,-101.1],"elL":[129.9,-36.7],"haL":[80.6,15],"hipR":[-38.4,31.4],"knR":[-125,103.7],"ftR":[-116.4,252.7],"hipL":[16.4,30.2],"knL":[-3.9,109],"ftL":[30.1,259.9]},{"rootY":60.8,"hips":[0,0],"chest":[-1.9,-77.1],"neck":[-1.9,-77.1],"head":[-3.7,-141.8],"shR":[-53.8,-105.3],"elR":[-137.3,-30.8],"haR":[-110.7,15.8],"shL":[60.4,-101.1],"elL":[127.7,-34.1],"haL":[78.6,17.8],"hipR":[-38.3,31.5],"knR":[-125.5,102.9],"ftR":[-116.9,252],"hipL":[16.6,30.1],"knL":[-4.1,108.6],"ftL":[29.9,259.6]},{"rootY":60.8,"hips":[0,0],"chest":[-2,-77],"neck":[-2,-77],"head":[-4,-141.8],"shR":[-54.1,-105.2],"elR":[-135.6,-28.6],"haR":[-108,18.3],"shL":[60.2,-101],"elL":[125.6,-31.5],"haL":[76.3,20.1],"hipR":[-38,31.8],"knR":[-125.9,102.4],"ftR":[-117.5,251.7],"hipL":[17,29.9],"knL":[-4.2,108.3],"ftL":[29.8,259.3]},{"rootY":60.8,"hips":[0,0],"chest":[-2.1,-77],"neck":[-2.1,-77],"head":[-4,-141.8],"shR":[-54.5,-105.2],"elR":[-134.4,-26.9],"haR":[-106.7,20],"shL":[60.1,-101],"elL":[124.5,-29.7],"haL":[74.6,21.3],"hipR":[-37.9,31.9],"knR":[-126.3,102],"ftR":[-117.9,251.3],"hipL":[17.1,30],"knL":[-4.2,108.2],"ftL":[29.6,259.3]},{"rootY":61,"hips":[0,0],"chest":[-2.4,-76.9],"neck":[-2.4,-76.9],"head":[-4.1,-141.9],"shR":[-55,-105.1],"elR":[-133.9,-26],"haR":[-106.6,20.8],"shL":[59.8,-100.8],"elL":[123.6,-28.6],"haL":[73.6,22.2],"hipR":[-37.7,32.2],"knR":[-126.6,101.7],"ftR":[-118.3,251],"hipL":[17.3,30],"knL":[-4.2,108.2],"ftL":[29.4,259.3]},{"rootY":60.9,"hips":[0,0],"chest":[-2.7,-76.9],"neck":[-2.7,-76.9],"head":[-4,-141.9],"shR":[-55.4,-105.1],"elR":[-134.2,-25.7],"haR":[-107,21.5],"shL":[59.5,-100.7],"elL":[123,-28.1],"haL":[73.3,23.1],"hipR":[-37.8,32.2],"knR":[-126.5,101.8],"ftR":[-118.4,251.1],"hipL":[17.2,30.2],"knL":[-4.2,108.5],"ftL":[29.3,259.5]},{"rootY":60.9,"hips":[0,0],"chest":[-2.9,-76.8],"neck":[-2.9,-76.8],"head":[-3.9,-142],"shR":[-55.6,-105.2],"elR":[-134.6,-25.5],"haR":[-107.1,22.5],"shL":[59.1,-100.5],"elL":[122.6,-27.8],"haL":[73.4,23.9],"hipR":[-37.8,32.2],"knR":[-126.4,101.9],"ftR":[-118.3,251.2],"hipL":[17.1,30.6],"knL":[-4.2,108.7],"ftL":[29.3,259.7]},{"rootY":60.9,"hips":[0,0],"chest":[-3.2,-76.7],"neck":[-3.2,-76.7],"head":[-3.5,-142.3],"shR":[-55.9,-105.3],"elR":[-135.4,-25.9],"haR":[-107.6,22.9],"shL":[58.9,-100.1],"elL":[122.6,-27.6],"haL":[73.7,24.3],"hipR":[-37.7,32.3],"knR":[-126.2,102],"ftR":[-118.2,251.2],"hipL":[17.3,30.7],"knL":[-4.1,108.7],"ftL":[29.3,259.7]},{"rootY":60.9,"hips":[0,0],"chest":[-3.3,-76.6],"neck":[-3.3,-76.6],"head":[-3.2,-142.5],"shR":[-56.2,-105.4],"elR":[-136.3,-26.3],"haR":[-108,23.1],"shL":[58.7,-99.7],"elL":[122.4,-27.3],"haL":[73.7,25],"hipR":[-37.7,32.3],"knR":[-126.1,102],"ftR":[-117.9,251.2],"hipL":[17.3,30.8],"knL":[-4,108.7],"ftL":[29.4,259.7]},{"rootY":60.9,"hips":[0,0],"chest":[-3.4,-76.6],"neck":[-3.4,-76.6],"head":[-3,-142.7],"shR":[-56.2,-105.4],"elR":[-137,-26.7],"haR":[-108.1,23.1],"shL":[58.4,-99.6],"elL":[122.3,-27.4],"haL":[73.7,25.1],"hipR":[-37.7,32.4],"knR":[-125.9,102],"ftR":[-117.6,251],"hipL":[17.3,31],"knL":[-4,108.7],"ftL":[29.6,259.6]},{"rootY":60.8,"hips":[0,0],"chest":[-3.5,-76.5],"neck":[-3.5,-76.5],"head":[-2.8,-143],"shR":[-56.4,-105.5],"elR":[-137.7,-27],"haR":[-108.3,23.2],"shL":[58.3,-99.3],"elL":[122.1,-27],"haL":[73.7,25.6],"hipR":[-37.5,32.7],"knR":[-125.8,102.2],"ftR":[-117.4,251.1],"hipL":[17.6,31],"knL":[-3.9,108.7],"ftL":[29.8,259.5]},{"rootY":60.7,"hips":[0,0],"chest":[-3.6,-76.5],"neck":[-3.6,-76.5],"head":[-3.1,-143.1],"shR":[-56.6,-105.4],"elR":[-138.5,-27.4],"haR":[-108.6,23.3],"shL":[58.3,-99.2],"elL":[122,-27],"haL":[73.8,25.7],"hipR":[-37.6,32.5],"knR":[-125.6,102.2],"ftR":[-117.3,251],"hipL":[17.5,31.3],"knL":[-3.9,108.8],"ftL":[30,259.5]},{"rootY":60.7,"hips":[0,0],"chest":[-3.7,-76.4],"neck":[-3.7,-76.4],"head":[-3.5,-143.3],"shR":[-56.9,-105.4],"elR":[-139.1,-27.6],"haR":[-108.9,23.5],"shL":[58.3,-98.9],"elL":[122,-26.6],"haL":[73.9,26.3],"hipR":[-37.6,32.6],"knR":[-125.4,102.3],"ftR":[-117.2,250.9],"hipL":[17.5,31.4],"knL":[-3.9,109],"ftL":[30.3,259.5]},{"rootY":60.7,"hips":[0,0],"chest":[-3.6,-76.3],"neck":[-3.6,-76.3],"head":[-3.8,-143.4],"shR":[-57,-105.2],"elR":[-139.6,-27.7],"haR":[-109,23.6],"shL":[58.4,-99.1],"elL":[122.1,-26.7],"haL":[74.1,26.3],"hipR":[-37.4,32.7],"knR":[-125.1,102.5],"ftR":[-117,250.9],"hipL":[17.7,31.3],"knL":[-3.9,109],"ftL":[30.5,259.5]},{"rootY":60.6,"hips":[0,0],"chest":[-3.8,-76.3],"neck":[-3.8,-76.3],"head":[-5,-143.5],"shR":[-57.2,-105],"elR":[-140,-27.8],"haR":[-109.1,23.6],"shL":[58.1,-99.3],"elL":[122.2,-27],"haL":[74.2,26.1],"hipR":[-37.5,32.7],"knR":[-124.8,102.6],"ftR":[-116.9,251],"hipL":[17.7,31.6],"knL":[-4.1,108.9],"ftL":[30.4,259.4]},{"rootY":60.5,"hips":[0,0],"chest":[-4,-76.2],"neck":[-4,-76.2],"head":[-6,-143.6],"shR":[-57.7,-104.7],"elR":[-140.6,-27.8],"haR":[-109.4,23.8],"shL":[58,-99.5],"elL":[122.3,-27.1],"haL":[74.4,25.9],"hipR":[-37.6,32.6],"knR":[-124.6,102.8],"ftR":[-117,251.2],"hipL":[17.6,31.7],"knL":[-4.2,109.1],"ftL":[30.3,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-4.1,-76.2],"neck":[-4.1,-76.2],"head":[-7.3,-143.5],"shR":[-58.1,-104.3],"elR":[-141,-27.7],"haR":[-109.5,23.8],"shL":[57.8,-99.7],"elL":[122.4,-27.2],"haL":[74.4,25.9],"hipR":[-37.4,32.8],"knR":[-124.6,102.8],"ftR":[-117.1,251.2],"hipL":[17.8,31.7],"knL":[-4.4,109.1],"ftL":[30.3,259.6]},{"rootY":60.5,"hips":[0,0],"chest":[-4.3,-76.1],"neck":[-4.3,-76.1],"head":[-8.5,-143.5],"shR":[-58.6,-104],"elR":[-141.3,-27.5],"haR":[-109.5,23.8],"shL":[57.7,-99.9],"elL":[122.6,-27.3],"haL":[74.6,25.7],"hipR":[-37.4,32.8],"knR":[-124.6,102.9],"ftR":[-117.1,251.2],"hipL":[17.8,31.6],"knL":[-4.5,109],"ftL":[30.3,259.5]},{"rootY":60.4,"hips":[0,0],"chest":[-4.4,-76],"neck":[-4.4,-76],"head":[-9.6,-143.4],"shR":[-58.9,-103.7],"elR":[-141.4,-27.3],"haR":[-109.5,23.9],"shL":[57.6,-100],"elL":[122.8,-27.4],"haL":[74.7,25.5],"hipR":[-37.5,32.7],"knR":[-124.5,102.9],"ftR":[-117.1,251.2],"hipL":[17.8,31.7],"knL":[-4.5,109],"ftL":[30.3,259.5]},{"rootY":60.5,"hips":[0,0],"chest":[-4.4,-75.9],"neck":[-4.4,-75.9],"head":[-10.1,-143.3],"shR":[-59,-103.3],"elR":[-141.2,-27],"haR":[-109.2,24.1],"shL":[57.4,-100.3],"elL":[123,-27.6],"haL":[74.9,25.4],"hipR":[-37.4,32.8],"knR":[-124.4,102.8],"ftR":[-117,251.1],"hipL":[17.8,31.7],"knL":[-4.3,108.9],"ftL":[30.3,259.5]},{"rootY":60.4,"hips":[0,0],"chest":[-4.6,-75.9],"neck":[-4.6,-75.9],"head":[-10.4,-143.3],"shR":[-59.4,-103.1],"elR":[-141.3,-26.9],"haR":[-109.3,24.2],"shL":[57.1,-100.3],"elL":[123.3,-27.6],"haL":[75.2,25.3],"hipR":[-37.3,32.9],"knR":[-124.4,103],"ftR":[-117,251.2],"hipL":[18,31.6],"knL":[-4.2,108.9],"ftL":[30.3,259.5]},{"rootY":60.4,"hips":[0,0],"chest":[-4.8,-75.8],"neck":[-4.8,-75.8],"head":[-10.8,-143.3],"shR":[-59.6,-103],"elR":[-141.3,-26.6],"haR":[-109.1,24.1],"shL":[56.8,-100.3],"elL":[123.5,-27.5],"haL":[75.2,25.2],"hipR":[-37.3,32.9],"knR":[-124.4,102.9],"ftR":[-117.1,251.2],"hipL":[18,31.7],"knL":[-4.1,108.9],"ftL":[30.3,259.5]},{"rootY":60.5,"hips":[0,0],"chest":[-4.8,-75.8],"neck":[-4.8,-75.8],"head":[-10.8,-143.3],"shR":[-59.6,-102.9],"elR":[-141,-26.5],"haR":[-108.9,24.1],"shL":[56.6,-100.3],"elL":[123.9,-27.6],"haL":[75.5,25.1],"hipR":[-37.3,32.9],"knR":[-124.4,103],"ftR":[-117,251.2],"hipL":[18,31.7],"knL":[-3.7,109],"ftL":[30.3,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-4.9,-75.8],"neck":[-4.9,-75.8],"head":[-11,-143.2],"shR":[-59.7,-102.9],"elR":[-140.6,-26.3],"haR":[-108.8,24.2],"shL":[56.4,-100.3],"elL":[123.9,-27.5],"haL":[75.5,25.1],"hipR":[-37.2,33],"knR":[-124.2,103],"ftR":[-116.9,251.3],"hipL":[18.2,31.6],"knL":[-3.6,108.9],"ftL":[30.5,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-5,-75.8],"neck":[-5,-75.8],"head":[-10.9,-143.2],"shR":[-59.7,-102.9],"elR":[-140.1,-26],"haR":[-108.6,24.4],"shL":[56.3,-100.3],"elL":[124.1,-27.5],"haL":[75.6,25.1],"hipR":[-37.1,33.2],"knR":[-124.2,103.1],"ftR":[-116.9,251.3],"hipL":[18.3,31.6],"knL":[-3.4,109],"ftL":[30.4,259.7]},{"rootY":60.4,"hips":[0,0],"chest":[-5,-75.8],"neck":[-5,-75.8],"head":[-10.9,-143.3],"shR":[-59.7,-102.9],"elR":[-139.8,-25.9],"haR":[-108.4,24.3],"shL":[56.2,-100.3],"elL":[124.2,-27.5],"haL":[75.7,25],"hipR":[-37,33.3],"knR":[-124.2,103.1],"ftR":[-116.9,251.3],"hipL":[18.5,31.6],"knL":[-3.4,108.9],"ftL":[30.6,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-5.1,-75.8],"neck":[-5.1,-75.8],"head":[-10.7,-143.3],"shR":[-59.6,-103],"elR":[-139.3,-25.7],"haR":[-108.1,24.3],"shL":[56.2,-100.3],"elL":[124.3,-27.5],"haL":[75.7,24.8],"hipR":[-36.8,33.4],"knR":[-124.2,103.1],"ftR":[-116.8,251.3],"hipL":[18.6,31.5],"knL":[-3.3,108.9],"ftL":[30.6,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-5,-75.9],"neck":[-5,-75.9],"head":[-10.5,-143.3],"shR":[-59.6,-103],"elR":[-138.8,-25.5],"haR":[-107.9,24.3],"shL":[56.2,-100.4],"elL":[124.4,-27.7],"haL":[75.7,24.7],"hipR":[-36.6,33.6],"knR":[-124.3,103.2],"ftR":[-116.8,251.4],"hipL":[18.9,31.3],"knL":[-3.3,108.9],"ftL":[30.6,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-5.1,-75.9],"neck":[-5.1,-75.9],"head":[-10.5,-143.4],"shR":[-59.6,-103.1],"elR":[-138.5,-25.5],"haR":[-107.8,24.1],"shL":[56.1,-100.4],"elL":[124.5,-27.6],"haL":[75.8,24.7],"hipR":[-36.6,33.6],"knR":[-124.4,103.3],"ftR":[-116.8,251.4],"hipL":[18.9,31.3],"knL":[-3.4,109],"ftL":[30.6,259.7]}]},"walk":{"name":"walk","fps":30,"height":520,"groundY":344,"frameCount":86,"frames":[{"rootY":0,"hips":[0,0],"chest":[0.6,-84.9],"neck":[0.6,-84.9],"head":[1.5,-149.1],"shR":[-71.5,-100.6],"elR":[-174.2,-86.2],"haR":[-242.9,-76.5],"shL":[73.7,-103.6],"elL":[173,-89.6],"haL":[241.5,-80],"hipR":[-33.2,37.2],"knR":[-30.5,193.6],"ftR":[-27.9,342.4],"hipL":[34.2,37.2],"knL":[31.4,193.7],"ftL":[28.8,344]},{"rootY":0.7,"hips":[0,0],"chest":[-5.8,-84.6],"neck":[-5.8,-84.6],"head":[-7.3,-148.9],"shR":[-78.3,-97],"elR":[-92.1,2.9],"haR":[-91.3,39.8],"shL":[66,-107.6],"elL":[61.1,-12.8],"haL":[72.2,55.4],"hipR":[-36.8,35],"knR":[-14.6,185.3],"ftR":[9.1,317.4],"hipL":[29.5,37.8],"knL":[5.4,172],"ftL":[-8.4,320.6]},{"rootY":2.9,"hips":[0,0],"chest":[-4.6,-84.8],"neck":[-4.6,-84.8],"head":[-6.4,-148.9],"shR":[-77,-97.1],"elR":[-90.6,2.9],"haR":[-90.1,41.3],"shL":[67.1,-107.8],"elL":[61.5,-12.6],"haL":[72.1,55.7],"hipR":[-36.8,35.1],"knR":[-14.7,184.1],"ftR":[9.3,311.3],"hipL":[29.5,37.9],"knL":[3.6,172.2],"ftL":[-9.9,321.8]},{"rootY":3.8,"hips":[0,0],"chest":[-4,-84.8],"neck":[-4,-84.8],"head":[-5.5,-148.8],"shR":[-76.3,-98.1],"elR":[-88.1,2.4],"haR":[-88.2,44.1],"shL":[68,-106.8],"elL":[62.4,-10.8],"haL":[72.4,57.7],"hipR":[-36.9,34.9],"knR":[-15.7,184],"ftR":[8.1,303.8],"hipL":[29.4,38],"knL":[2.8,171.7],"ftL":[-8.7,321.3]},{"rootY":3.6,"hips":[0,0],"chest":[-2.9,-84.9],"neck":[-2.9,-84.9],"head":[-3.4,-148.8],"shR":[-75.1,-98.6],"elR":[-84.8,2.6],"haR":[-85.7,48.5],"shL":[69.3,-106.4],"elL":[64.2,-9.3],"haL":[73.8,59.2],"hipR":[-35.5,36.1],"knR":[-18,188.2],"ftR":[4.3,295.5],"hipL":[31,36.9],"knL":[4.4,172],"ftL":[-7.6,320.9]},{"rootY":2,"hips":[0,0],"chest":[-3,-84.9],"neck":[-3,-84.9],"head":[-2.9,-148.7],"shR":[-75,-99.1],"elR":[-82.8,2.7],"haR":[-83.9,53.1],"shL":[69.4,-105.9],"elL":[64.8,-7.9],"haL":[74.2,60.6],"hipR":[-35.7,36],"knR":[-22.7,190.8],"ftR":[-2.9,287.7],"hipL":[30.7,37],"knL":[3.4,174.4],"ftL":[-7.8,322.1]},{"rootY":0.6,"hips":[0,0],"chest":[-2.8,-84.9],"neck":[-2.8,-84.9],"head":[-2.6,-148.6],"shR":[-74.7,-99.1],"elR":[-80.9,3.3],"haR":[-82.7,58.1],"shL":[69.5,-105.9],"elL":[65.4,-7.2],"haL":[74.4,60.8],"hipR":[-35,36.7],"knR":[-26.4,192.9],"ftR":[-9.8,279.5],"hipL":[31.4,36.2],"knL":[3.5,177.4],"ftL":[-7.6,323.9]},{"rootY":-0.7,"hips":[0,0],"chest":[-2.4,-84.9],"neck":[-2.4,-84.9],"head":[-2,-148.6],"shR":[-74.1,-99.1],"elR":[-78.9,3.7],"haR":[-81.5,61.9],"shL":[69.9,-105.9],"elL":[67.2,-6.7],"haL":[75.3,60.3],"hipR":[-34,37.5],"knR":[-28.4,193.1],"ftR":[-14.1,272.3],"hipL":[32.5,35.2],"knL":[4.8,179.6],"ftL":[-6.8,325.2]},{"rootY":-2.8,"hips":[0,0],"chest":[-2.4,-84.9],"neck":[-2.4,-84.9],"head":[-2.1,-148.5],"shR":[-74.1,-98.8],"elR":[-77.2,4.5],"haR":[-80.6,65.5],"shL":[69.8,-106.2],"elL":[68.2,-6.6],"haL":[75.5,58.5],"hipR":[-33.8,37.5],"knR":[-30.4,190.8],"ftR":[-17.9,269.4],"hipL":[32.7,35],"knL":[5.4,182.4],"ftL":[-6.7,326.7]},{"rootY":-4.2,"hips":[0,0],"chest":[-2.4,-84.9],"neck":[-2.4,-84.9],"head":[-2.2,-148.6],"shR":[-74.2,-98.2],"elR":[-76.1,5.4],"haR":[-79.6,68.6],"shL":[69.6,-106.8],"elL":[69.7,-6.8],"haL":[75.2,55.4],"hipR":[-33.4,37.5],"knR":[-30.9,187.3],"ftR":[-22.4,270.9],"hipL":[33.4,34.9],"knL":[6.5,184.6],"ftL":[-6.7,327.8]},{"rootY":-5.4,"hips":[0,0],"chest":[-2.1,-84.9],"neck":[-2.1,-84.9],"head":[-2.3,-148.7],"shR":[-74.1,-98.1],"elR":[-74.9,5.4],"haR":[-78.3,70.4],"shL":[70,-106.9],"elL":[71.6,-6.7],"haL":[75.1,51.5],"hipR":[-33.2,37.3],"knR":[-29.2,182.8],"ftR":[-26.9,276.6],"hipL":[34,35.2],"knL":[7.5,186.4],"ftL":[-6.1,328.4]},{"rootY":-5.1,"hips":[0,0],"chest":[-1.6,-84.9],"neck":[-1.6,-84.9],"head":[-2.2,-148.7],"shR":[-73.8,-97.8],"elR":[-73.5,5.2],"haR":[-76.8,71.6],"shL":[70.3,-107.2],"elL":[73.8,-7],"haL":[74.8,46.6],"hipR":[-32.7,37.4],"knR":[-26.7,178.5],"ftR":[-31.6,285.8],"hipL":[34.6,35.1],"knL":[8.8,187.6],"ftL":[-5.5,328]},{"rootY":-4.7,"hips":[0,0],"chest":[-0.9,-84.9],"neck":[-0.9,-84.9],"head":[-1.6,-148.8],"shR":[-73.2,-97.5],"elR":[-72.2,4.5],"haR":[-75.2,71.9],"shL":[71,-107.5],"elL":[76.1,-7.4],"haL":[74.4,40.8],"hipR":[-32.4,37.3],"knR":[-23.7,175],"ftR":[-34.6,297],"hipL":[34.9,35.1],"knL":[10,188.7],"ftL":[-4.5,327.3]},{"rootY":-5.3,"hips":[0,0],"chest":[-0.2,-84.9],"neck":[-0.2,-84.9],"head":[-1.1,-148.8],"shR":[-72.6,-97],"elR":[-70.6,3.9],"haR":[-73.4,72.2],"shL":[71.5,-108],"elL":[78.2,-7.9],"haL":[74.1,35.1],"hipR":[-31.6,37.7],"knR":[-21.3,172.9],"ftR":[-36,308.4],"hipL":[35.7,34.9],"knL":[11.8,189.4],"ftL":[-3.9,327.3]},{"rootY":-5.9,"hips":[0,0],"chest":[0.3,-84.9],"neck":[0.3,-84.9],"head":[-0.9,-148.8],"shR":[-72.2,-97.2],"elR":[-68.7,2.5],"haR":[-71.2,71.5],"shL":[72.1,-107.9],"elL":[80.4,-7.9],"haL":[74.3,30.1],"hipR":[-31,38.1],"knR":[-19.7,172.5],"ftR":[-34.5,317.3],"hipL":[36.3,34.6],"knL":[13.5,189.5],"ftL":[-3,327.1]},{"rootY":-5.8,"hips":[0,0],"chest":[0.2,-84.9],"neck":[0.2,-84.9],"head":[-0.8,-148.7],"shR":[-72.3,-97],"elR":[-67.3,1.5],"haR":[-69.4,70.8],"shL":[71.9,-108.1],"elL":[81.5,-8.2],"haL":[73.5,25.8],"hipR":[-30.8,38],"knR":[-19.2,172.2],"ftR":[-29.4,320.6],"hipL":[36.4,34.8],"knL":[14.7,189.3],"ftL":[-2.6,326.4]},{"rootY":-5.6,"hips":[0,0],"chest":[-0.2,-84.9],"neck":[-0.2,-84.9],"head":[-1,-148.7],"shR":[-72.8,-96.8],"elR":[-66.3,0.7],"haR":[-68.1,70],"shL":[71.5,-108.2],"elL":[81.8,-8.5],"haL":[73.1,23.2],"hipR":[-30.7,37.8],"knR":[-19.9,171.4],"ftR":[-22.8,319.6],"hipL":[36.5,35],"knL":[15.6,187.8],"ftL":[-2.7,325]},{"rootY":-5.1,"hips":[0,0],"chest":[0.1,-84.9],"neck":[0.1,-84.9],"head":[-1.2,-148.7],"shR":[-72.6,-96.3],"elR":[-64.8,0.8],"haR":[-66.5,69.9],"shL":[71.7,-108.8],"elL":[82.3,-9],"haL":[73.1,22],"hipR":[-30.1,38.2],"knR":[-19.1,170.5],"ftR":[-17.6,317.9],"hipL":[37,34.8],"knL":[16.5,185.2],"ftL":[-2,322]},{"rootY":-3.5,"hips":[0,0],"chest":[0.4,-84.9],"neck":[0.4,-84.9],"head":[-1.1,-148.6],"shR":[-72.4,-95.7],"elR":[-63.5,1.1],"haR":[-65.3,70.1],"shL":[71.7,-109.4],"elL":[81.9,-9.6],"haL":[72.9,22.9],"hipR":[-30.3,37.9],"knR":[-16.6,171.5],"ftR":[-14.3,319.3],"hipL":[36.8,35],"knL":[17.2,185],"ftL":[-0.1,316.8]},{"rootY":-1.8,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[-1.1,-148.5],"shR":[-72.4,-95.5],"elR":[-62.7,1.7],"haR":[-64.3,70.5],"shL":[71.6,-109.4],"elL":[81.4,-9.7],"haL":[73.3,25.7],"hipR":[-30,38.1],"knR":[-13.6,171.9],"ftR":[-12.1,320.6],"hipL":[37,34.8],"knL":[18.1,184.1],"ftL":[2.1,310.2]},{"rootY":-1.7,"hips":[0,0],"chest":[-0.6,-85],"neck":[-0.6,-85],"head":[-2.3,-148.3],"shR":[-73.3,-95.1],"elR":[-63.2,2.7],"haR":[-64.7,71.5],"shL":[70.7,-109.7],"elL":[79.4,-10],"haL":[73,30.5],"hipR":[-31.4,36.9],"knR":[-13.6,171.6],"ftR":[-11.5,320.3],"hipL":[35.8,35.8],"knL":[17.9,185.6],"ftL":[3.7,302.5]},{"rootY":-1.9,"hips":[0,0],"chest":[-1.2,-84.9],"neck":[-1.2,-84.9],"head":[-2.9,-148.2],"shR":[-73.9,-94.4],"elR":[-63.8,4.2],"haR":[-65.6,73.2],"shL":[69.9,-110.3],"elL":[76.7,-10.4],"haL":[73.1,36],"hipR":[-32,36.4],"knR":[-13,172.7],"ftR":[-10.9,320.7],"hipL":[35.2,35.9],"knL":[19.1,187.8],"ftL":[6.4,292.8]},{"rootY":-2.7,"hips":[0,0],"chest":[-1.1,-84.9],"neck":[-1.1,-84.9],"head":[-3.1,-148],"shR":[-73.8,-94.7],"elR":[-64.2,4.9],"haR":[-66.4,74.1],"shL":[70.1,-109.9],"elL":[75.1,-10],"haL":[74.3,42.8],"hipR":[-32.6,36],"knR":[-11.9,174.6],"ftR":[-9.1,321.3],"hipL":[34.7,36.6],"knL":[22.4,191.3],"ftL":[11.3,284.7]},{"rootY":-5,"hips":[0,0],"chest":[-0.8,-84.9],"neck":[-0.8,-84.9],"head":[-2.8,-148],"shR":[-73.6,-95.1],"elR":[-64.8,5.6],"haR":[-67.6,74.9],"shL":[70.5,-109.6],"elL":[73.7,-9.7],"haL":[75.5,48.8],"hipR":[-32.9,35.5],"knR":[-12.4,177.7],"ftR":[-8,323],"hipL":[34.3,37],"knL":[25.5,193.3],"ftL":[15.1,276.3]},{"rootY":-6.5,"hips":[0,0],"chest":[-1.2,-84.9],"neck":[-1.2,-84.9],"head":[-2.8,-148],"shR":[-74,-95.6],"elR":[-66.4,6],"haR":[-69.5,75.1],"shL":[70.3,-109.1],"elL":[72.4,-9.1],"haL":[76.7,53.7],"hipR":[-33.7,34.9],"knR":[-14.4,180.4],"ftR":[-7.9,324.6],"hipL":[33.6,37.4],"knL":[27.5,193],"ftL":[15.3,270]},{"rootY":-8.3,"hips":[0,0],"chest":[-1,-84.9],"neck":[-1,-84.9],"head":[-2,-148.2],"shR":[-73.7,-96.5],"elR":[-67.6,6],"haR":[-71.2,74.3],"shL":[70.8,-108.2],"elL":[71.9,-8.3],"haL":[78.2,57.5],"hipR":[-34.1,34.7],"knR":[-14.9,182.9],"ftR":[-7.1,326.2],"hipL":[33.2,37.5],"knL":[29.1,190.3],"ftL":[16.1,268.6]},{"rootY":-9.7,"hips":[0,0],"chest":[-0.9,-84.9],"neck":[-0.9,-84.9],"head":[-1.3,-148.4],"shR":[-73.6,-97.1],"elR":[-70.2,6.2],"haR":[-73.6,72.9],"shL":[71,-107.7],"elL":[71.4,-7.9],"haL":[78.5,59.4],"hipR":[-34.5,34.6],"knR":[-15.5,185.1],"ftR":[-6.6,327.2],"hipL":[32.8,37.1],"knL":[29.2,185.9],"ftL":[18.2,272.5]},{"rootY":-9.4,"hips":[0,0],"chest":[-1.6,-84.9],"neck":[-1.6,-84.9],"head":[-1.8,-148.6],"shR":[-74.1,-98.3],"elR":[-73.7,5.3],"haR":[-76.7,69.5],"shL":[70.7,-106.6],"elL":[70.9,-7.3],"haL":[78.9,60.8],"hipR":[-35.3,34.4],"knR":[-17.6,186.4],"ftR":[-6.6,326.8],"hipL":[32,37.5],"knL":[27.1,181.2],"ftL":[20.5,280.6]},{"rootY":-8.9,"hips":[0,0],"chest":[-1.8,-84.9],"neck":[-1.8,-84.9],"head":[-1.3,-148.7],"shR":[-74.2,-98.8],"elR":[-77.4,4.8],"haR":[-78.5,64.8],"shL":[70.6,-106],"elL":[70.7,-7.8],"haL":[78.8,60.6],"hipR":[-35.3,34.8],"knR":[-18.5,187.9],"ftR":[-6.5,326.4],"hipL":[31.9,37.2],"knL":[24.5,175.9],"ftL":[22.1,290.9]},{"rootY":-8.7,"hips":[0,0],"chest":[-2.4,-84.9],"neck":[-2.4,-84.9],"head":[-1.6,-148.8],"shR":[-74.7,-99.1],"elR":[-81.1,4.1],"haR":[-82.1,59.5],"shL":[70.1,-105.8],"elL":[69.6,-8.7],"haL":[78.1,59.9],"hipR":[-35.9,34.5],"knR":[-19.9,189],"ftR":[-6.9,326.2],"hipL":[31.2,37.4],"knL":[21.5,172.3],"ftL":[22.3,302.5]},{"rootY":-9.7,"hips":[0,0],"chest":[-2.8,-84.9],"neck":[-2.8,-84.9],"head":[-2.3,-148.9],"shR":[-75,-99.5],"elR":[-84.8,3],"haR":[-84.3,52.2],"shL":[69.8,-105.4],"elL":[68.7,-9.4],"haL":[77,59.2],"hipR":[-35.9,34.7],"knR":[-20.7,190.2],"ftR":[-6.9,327],"hipL":[31.1,37.2],"knL":[19,170.1],"ftL":[21.5,313.1]},{"rootY":-10.3,"hips":[0,0],"chest":[-3.1,-84.9],"neck":[-3.1,-84.9],"head":[-2.7,-149],"shR":[-75.3,-99.6],"elR":[-87.9,2],"haR":[-86.1,44.8],"shL":[69.5,-105.3],"elL":[67.2,-10.4],"haL":[75.4,58.3],"hipR":[-36.3,34.5],"knR":[-21.7,190.2],"ftR":[-7.9,326.8],"hipL":[30.6,37.6],"knL":[17,170.4],"ftL":[19.2,319.8]},{"rootY":-10.1,"hips":[0,0],"chest":[-3.4,-84.9],"neck":[-3.4,-84.9],"head":[-3.4,-148.9],"shR":[-75.5,-99.4],"elR":[-91.1,1],"haR":[-87.8,37.8],"shL":[69.2,-105.5],"elL":[65.8,-11.4],"haL":[73.7,57.3],"hipR":[-36.8,34.2],"knR":[-22.6,189.2],"ftR":[-8.2,325.6],"hipL":[29.9,37.9],"knL":[15.4,171],"ftL":[16.7,321.1]},{"rootY":-9.6,"hips":[0,0],"chest":[-3.3,-84.9],"neck":[-3.3,-84.9],"head":[-4.2,-149],"shR":[-75.4,-99.6],"elR":[-92.3,-0.2],"haR":[-88.5,31.6],"shL":[69.3,-105.3],"elL":[64.8,-11.7],"haL":[72.4,56.9],"hipR":[-36.9,34.3],"knR":[-23.3,187.4],"ftR":[-9.3,323.9],"hipL":[29.7,37.7],"knL":[14.3,171.1],"ftL":[13.6,319.8]},{"rootY":-8.4,"hips":[0,0],"chest":[-3.5,-84.9],"neck":[-3.5,-84.9],"head":[-5,-148.9],"shR":[-75.5,-99.5],"elR":[-93.6,-1.1],"haR":[-89.6,26.8],"shL":[69.1,-105.3],"elL":[63.8,-11.5],"haL":[70.9,57.2],"hipR":[-37.3,34],"knR":[-24,184.9],"ftR":[-10.3,319.8],"hipL":[29.2,37.9],"knL":[13.3,171.6],"ftL":[11.7,320.1]},{"rootY":-7.3,"hips":[0,0],"chest":[-2.6,-84.9],"neck":[-2.6,-84.9],"head":[-4.4,-149],"shR":[-74.6,-99.6],"elR":[-93.2,-1.4],"haR":[-89.7,24.1],"shL":[70,-105.3],"elL":[64.2,-10.6],"haL":[70.6,58],"hipR":[-37.1,34.3],"knR":[-24.1,184.3],"ftR":[-10.9,314.2],"hipL":[29.3,37.6],"knL":[12.9,172.8],"ftL":[10.4,322.4]},{"rootY":-7.2,"hips":[0,0],"chest":[-1.7,-84.9],"neck":[-1.7,-84.9],"head":[-4.2,-149],"shR":[-73.6,-99.5],"elR":[-91.9,-1.1],"haR":[-88.9,24.3],"shL":[71,-105.2],"elL":[64.5,-9.7],"haL":[70.5,59.1],"hipR":[-36.7,34.6],"knR":[-24.3,182.5],"ftR":[-12.4,308.4],"hipL":[29.8,37.2],"knL":[12.6,172.4],"ftL":[8.9,322.7]},{"rootY":-7.4,"hips":[0,0],"chest":[-0.9,-84.9],"neck":[-0.9,-84.9],"head":[-3.5,-149.1],"shR":[-72.7,-99.9],"elR":[-89.2,-0.6],"haR":[-87,26.8],"shL":[71.9,-104.6],"elL":[65.6,-7.9],"haL":[71.5,61],"hipR":[-36.6,34.5],"knR":[-24.9,183.9],"ftR":[-14.6,299.9],"hipL":[30.1,37.4],"knL":[13.7,172.9],"ftL":[9.2,322.8]},{"rootY":-8.4,"hips":[0,0],"chest":[-0.5,-84.9],"neck":[-0.5,-84.9],"head":[-2.8,-149.1],"shR":[-72.3,-100.3],"elR":[-87,0.3],"haR":[-85.5,31.8],"shL":[72.5,-104.1],"elL":[66.8,-6.2],"haL":[72.7,62.8],"hipR":[-35.4,35.4],"knR":[-26.6,188],"ftR":[-18.5,291.9],"hipL":[31.4,36.4],"knL":[14.5,174.4],"ftL":[8.8,323.4]},{"rootY":-10.4,"hips":[0,0],"chest":[-0.6,-85],"neck":[-0.6,-85],"head":[-3,-149.1],"shR":[-72.4,-100.3],"elR":[-85.6,1.1],"haR":[-84.7,37.5],"shL":[72.5,-104],"elL":[67.2,-5.5],"haL":[73.5,63.1],"hipR":[-35.1,35.8],"knR":[-28.8,191.3],"ftR":[-23.9,283.9],"hipL":[31.8,36.3],"knL":[13.8,177.6],"ftL":[7.2,325.5]},{"rootY":-12.3,"hips":[0,0],"chest":[0.1,-85],"neck":[0.1,-85],"head":[-2.6,-149.2],"shR":[-71.7,-99.4],"elR":[-82.9,2.6],"haR":[-83,44.9],"shL":[72.8,-104.9],"elL":[68.6,-5.9],"haL":[74.8,61.5],"hipR":[-33.6,37.3],"knR":[-29.9,193.6],"ftR":[-26.2,276.7],"hipL":[33.2,34.9],"knL":[13.7,179.9],"ftL":[6.1,326.8]},{"rootY":-14.1,"hips":[0,0],"chest":[-0.3,-85],"neck":[-0.3,-85],"head":[-3.2,-149.2],"shR":[-72,-99.7],"elR":[-81.3,2.9],"haR":[-82.5,51],"shL":[72.6,-104.7],"elL":[70.3,-5.3],"haL":[76.2,60],"hipR":[-33,37.5],"knR":[-30.9,192.6],"ftR":[-26.5,272.1],"hipL":[34,34.3],"knL":[14.5,182.4],"ftL":[5.2,328.3]},{"rootY":-15.8,"hips":[0,0],"chest":[-0.4,-85],"neck":[-0.4,-85],"head":[-3.4,-149.3],"shR":[-72.3,-98.8],"elR":[-79.5,4.4],"haR":[-81.8,58.3],"shL":[72.1,-105.6],"elL":[71.6,-5.9],"haL":[76.7,56.1],"hipR":[-33,37.3],"knR":[-31.6,189.3],"ftR":[-27.6,271.8],"hipL":[34.1,34.5],"knL":[14.6,184.9],"ftL":[4.1,329.6]},{"rootY":-16.2,"hips":[0,0],"chest":[-0.5,-85],"neck":[-0.5,-85],"head":[-4,-149.3],"shR":[-72.6,-98.4],"elR":[-77.3,5.1],"haR":[-80.8,63.8],"shL":[71.9,-106],"elL":[73.6,-6],"haL":[77.3,51.5],"hipR":[-32.6,37.1],"knR":[-31,185.1],"ftR":[-29.4,276.7],"hipL":[34.6,34.4],"knL":[14.6,186.4],"ftL":[2.9,329.4]},{"rootY":-15.6,"hips":[0,0],"chest":[-0.4,-85],"neck":[-0.4,-85],"head":[-4,-149.3],"shR":[-72.6,-97.9],"elR":[-75.5,5.6],"haR":[-79.3,68.5],"shL":[71.9,-106.6],"elL":[76.1,-6.5],"haL":[78.2,45.2],"hipR":[-32.2,37.2],"knR":[-29,180.4],"ftR":[-30.6,285.1],"hipL":[35.1,34.5],"knL":[15.2,187.6],"ftL":[2.6,328.9]},{"rootY":-14.5,"hips":[0,0],"chest":[-0.3,-85],"neck":[-0.3,-85],"head":[-4.4,-149.4],"shR":[-72.7,-97.4],"elR":[-73.4,5.9],"haR":[-78.2,71.7],"shL":[71.9,-107.1],"elL":[78.4,-7],"haL":[78.7,38.4],"hipR":[-31.9,36.9],"knR":[-26.6,176.2],"ftR":[-32.3,295.7],"hipL":[35.4,34.7],"knL":[15.6,188.8],"ftL":[1.8,328.1]},{"rootY":-14.5,"hips":[0,0],"chest":[0.2,-85],"neck":[0.2,-85],"head":[-3.7,-149.4],"shR":[-72.4,-97.1],"elR":[-71.2,5.5],"haR":[-76.2,73.4],"shL":[72.2,-107.5],"elL":[81.2,-7.6],"haL":[79.6,31.4],"hipR":[-30.9,37.2],"knR":[-23.9,174.2],"ftR":[-33.1,307.9],"hipL":[36.4,34.1],"knL":[16.6,189.1],"ftL":[1.7,327.2]},{"rootY":-15.2,"hips":[0,0],"chest":[0.4,-85],"neck":[0.4,-85],"head":[-3.8,-149.4],"shR":[-72.3,-96.9],"elR":[-69.3,4.8],"haR":[-74.1,73.8],"shL":[72.4,-107.7],"elL":[83.2,-8],"haL":[79.9,25],"hipR":[-30.4,37.4],"knR":[-21.9,173.5],"ftR":[-33.4,317.7],"hipL":[36.8,34.2],"knL":[17.5,189.6],"ftL":[1.5,327.4]},{"rootY":-15.1,"hips":[0,0],"chest":[0.7,-85],"neck":[0.7,-85],"head":[-3.4,-149.4],"shR":[-72.2,-96.5],"elR":[-67.8,3.9],"haR":[-72.3,73.1],"shL":[72.5,-108.1],"elL":[85.1,-8.6],"haL":[80.5,19.4],"hipR":[-30.3,37.2],"knR":[-20.3,173.7],"ftR":[-29.8,322.1],"hipL":[36.8,34.6],"knL":[18.4,189.5],"ftL":[2.1,326.7]},{"rootY":-15.1,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[-3.6,-149.4],"shR":[-72.5,-96.4],"elR":[-66.4,2.7],"haR":[-70.1,71.6],"shL":[72.1,-108.3],"elL":[85.8,-8.9],"haL":[80.6,15.8],"hipR":[-29.8,37.5],"knR":[-20.7,173],"ftR":[-24.2,321.2],"hipL":[37.2,34.5],"knL":[18.7,187.6],"ftL":[1.4,325.2]},{"rootY":-13.9,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[-3.5,-149.3],"shR":[-72.7,-96.1],"elR":[-65.1,1.7],"haR":[-67.9,69.9],"shL":[71.9,-108.6],"elL":[86.2,-9.3],"haL":[80.6,13.9],"hipR":[-29.3,37.6],"knR":[-20.2,171.8],"ftR":[-17.6,319.2],"hipL":[37.5,34.5],"knL":[19.3,185],"ftL":[2,321.7]},{"rootY":-12.1,"hips":[0,0],"chest":[0.4,-85],"neck":[0.4,-85],"head":[-3.2,-149.2],"shR":[-72.5,-95.8],"elR":[-63.9,1.1],"haR":[-66.1,68.8],"shL":[72,-108.8],"elL":[86,-9.5],"haL":[80.9,14.6],"hipR":[-29.8,37.4],"knR":[-17.5,171.6],"ftR":[-14,319.5],"hipL":[37.1,34.8],"knL":[19.6,183.2],"ftL":[2.9,316.7]},{"rootY":-10.5,"hips":[0,0],"chest":[0.7,-85],"neck":[0.7,-85],"head":[-2.8,-149.1],"shR":[-72.1,-95.8],"elR":[-62.5,0.9],"haR":[-63.8,68.4],"shL":[72.3,-108.8],"elL":[85.8,-9.5],"haL":[81,17.5],"hipR":[-29.4,37.7],"knR":[-14.2,172.7],"ftR":[-11.4,321.3],"hipL":[37.5,34.4],"knL":[20.5,182],"ftL":[4.5,309.4]},{"rootY":-9.5,"hips":[0,0],"chest":[-0.2,-84.9],"neck":[-0.2,-84.9],"head":[-3.3,-149.1],"shR":[-72.9,-95.3],"elR":[-62.6,1.6],"haR":[-63.6,69.3],"shL":[71.3,-109.1],"elL":[83.6,-9.8],"haL":[80.2,22],"hipR":[-30.9,36.4],"knR":[-13.2,172],"ftR":[-11,320.7],"hipL":[36.1,35.6],"knL":[20.8,184.3],"ftL":[6,301.5]},{"rootY":-9,"hips":[0,0],"chest":[-0.3,-84.9],"neck":[-0.3,-84.9],"head":[-3.5,-149],"shR":[-72.8,-95.1],"elR":[-62.4,2.8],"haR":[-63.6,70.8],"shL":[71.2,-109.1],"elL":[81.2,-9.9],"haL":[79.7,29.2],"hipR":[-32,35.6],"knR":[-12.4,171.9],"ftR":[-10,319.7],"hipL":[35.1,36.2],"knL":[22.7,187.6],"ftL":[8.9,291.4]},{"rootY":-9.3,"hips":[0,0],"chest":[0.2,-84.9],"neck":[0.2,-84.9],"head":[-2.6,-149],"shR":[-72.3,-95.2],"elR":[-62.4,4],"haR":[-64.4,72.6],"shL":[71.7,-109.1],"elL":[79.1,-9.7],"haL":[79.2,36.8],"hipR":[-32.3,35.3],"knR":[-10.4,173.6],"ftR":[-8.2,320],"hipL":[34.9,36.3],"knL":[26.5,190.8],"ftL":[13.6,281.9]},{"rootY":-10.3,"hips":[0,0],"chest":[0.6,-85],"neck":[0.6,-85],"head":[-1.5,-149.1],"shR":[-71.9,-96],"elR":[-62.4,4.4],"haR":[-65,73.6],"shL":[72.3,-108.4],"elL":[77.4,-8.9],"haL":[79.3,44.8],"hipR":[-32.9,34.9],"knR":[-9.3,176.1],"ftR":[-6.5,321.1],"hipL":[34.2,37],"knL":[30.5,193.5],"ftL":[17.1,272.7]},{"rootY":-11.7,"hips":[0,0],"chest":[0.1,-85],"neck":[0.1,-85],"head":[-1.1,-149.2],"shR":[-72.4,-96.9],"elR":[-63.7,4.6],"haR":[-66.9,73.9],"shL":[72.1,-107.5],"elL":[74.8,-7.8],"haL":[78.6,52],"hipR":[-33.2,34.8],"knR":[-10.6,178.9],"ftR":[-6.7,322.6],"hipL":[34,37.1],"knL":[32.5,192.8],"ftL":[16.5,266.6]},{"rootY":-13.4,"hips":[0,0],"chest":[-0.4,-85],"neck":[-0.4,-85],"head":[-1.1,-149.2],"shR":[-72.8,-97.6],"elR":[-65.6,5],"haR":[-69.2,73.7],"shL":[71.8,-107],"elL":[71.9,-7],"haL":[77.5,57.3],"hipR":[-33.4,34.5],"knR":[-12.3,181.7],"ftR":[-7.3,323.6],"hipL":[33.8,36.8],"knL":[32.5,190.2],"ftL":[15.7,265.5]},{"rootY":-14.8,"hips":[0,0],"chest":[-0.1,-85],"neck":[-0.1,-85],"head":[-0.3,-149.3],"shR":[-72.4,-98.4],"elR":[-67.4,4.9],"haR":[-71.1,72],"shL":[72.3,-106.1],"elL":[70.3,-6.3],"haL":[76.5,60.6],"hipR":[-34,34.6],"knR":[-13.7,184.4],"ftR":[-7.2,325.4],"hipL":[33.4,36.7],"knL":[32,186.3],"ftL":[18,269.7]},{"rootY":-15.7,"hips":[0,0],"chest":[-0.4,-85],"neck":[-0.4,-85],"head":[0.2,-149.4],"shR":[-72.5,-98.9],"elR":[-70.6,4.7],"haR":[-73.9,69],"shL":[72.2,-105.7],"elL":[68.5,-6.1],"haL":[74.8,62.1],"hipR":[-34.9,34.3],"knR":[-15.7,186.1],"ftR":[-7.5,325.9],"hipL":[32.4,37.1],"knL":[30.4,181.9],"ftL":[20.6,278.2]},{"rootY":-15.7,"hips":[0,0],"chest":[-0.8,-85],"neck":[-0.8,-85],"head":[0.2,-149.4],"shR":[-72.7,-99.6],"elR":[-74.1,3.7],"haR":[-77.2,64.1],"shL":[72,-105],"elL":[67.1,-6.1],"haL":[73.1,62.7],"hipR":[-35.1,34.6],"knR":[-17.3,187.9],"ftR":[-7.7,325.8],"hipL":[32.2,36.8],"knL":[27.7,176.9],"ftL":[22.6,289]},{"rootY":-16.2,"hips":[0,0],"chest":[-1.1,-85],"neck":[-1.1,-85],"head":[0.2,-149.3],"shR":[-72.8,-100.2],"elR":[-77.6,2.4],"haR":[-80.1,57.4],"shL":[71.8,-104.5],"elL":[65.7,-6.7],"haL":[71.3,62.3],"hipR":[-35.3,34.7],"knR":[-19.3,189.5],"ftR":[-8.6,326.2],"hipL":[31.9,36.9],"knL":[25.2,173.1],"ftL":[24.3,301.1]},{"rootY":-16.8,"hips":[0,0],"chest":[-1.6,-85],"neck":[-1.6,-85],"head":[0.2,-149.3],"shR":[-73.2,-100.4],"elR":[-81.1,1.2],"haR":[-82.5,50],"shL":[71.3,-104.3],"elL":[64,-7.8],"haL":[69.1,61.2],"hipR":[-36.1,34.2],"knR":[-21.2,189.9],"ftR":[-9.6,326.4],"hipL":[31,37.5],"knL":[23.3,171.1],"ftL":[25.8,312.6]},{"rootY":-18,"hips":[0,0],"chest":[-1.8,-85],"neck":[-1.8,-85],"head":[-0.1,-149.2],"shR":[-73.3,-100.5],"elR":[-84.1,-0.3],"haR":[-84.5,42.5],"shL":[71.1,-104.2],"elL":[62.9,-8.9],"haL":[67.7,60.1],"hipR":[-36.4,34.3],"knR":[-22.5,189.9],"ftR":[-10.6,326.6],"hipL":[30.6,37.9],"knL":[21.6,171.1],"ftL":[26.5,320]},{"rootY":-17.7,"hips":[0,0],"chest":[-1.9,-84.9],"neck":[-1.9,-84.9],"head":[0.2,-149.1],"shR":[-73.5,-100.6],"elR":[-86.6,-1.7],"haR":[-86,34.9],"shL":[71,-104.2],"elL":[61.9,-9.5],"haL":[66.5,59.4],"hipR":[-36.8,34.2],"knR":[-23.9,188.7],"ftR":[-11.9,325.6],"hipL":[30.1,38.2],"knL":[20,171.8],"ftL":[26.2,321.9]},{"rootY":-16.7,"hips":[0,0],"chest":[-1.9,-84.9],"neck":[-1.9,-84.9],"head":[0,-149],"shR":[-73.4,-100.7],"elR":[-88.1,-3.1],"haR":[-86.7,28.3],"shL":[71,-104.1],"elL":[61.5,-9.5],"haL":[65.8,59.3],"hipR":[-37,34.1],"knR":[-24.8,186.7],"ftR":[-12.6,323.4],"hipL":[29.7,38.2],"knL":[19.3,172],"ftL":[24.1,320.9]},{"rootY":-15.4,"hips":[0,0],"chest":[-2.2,-84.9],"neck":[-2.2,-84.9],"head":[-0.2,-148.9],"shR":[-73.6,-100.9],"elR":[-89,-4.2],"haR":[-87.1,23.5],"shL":[70.8,-104],"elL":[61.2,-9.4],"haL":[65.4,59.4],"hipR":[-36.9,34.3],"knR":[-25.6,184.7],"ftR":[-14.5,319.2],"hipL":[29.8,37.7],"knL":[18.5,172.5],"ftL":[21.3,321.4]},{"rootY":-14.3,"hips":[0,0],"chest":[-2.1,-84.9],"neck":[-2.1,-84.9],"head":[0,-148.8],"shR":[-73.5,-100.9],"elR":[-89.6,-4.6],"haR":[-87,20.3],"shL":[70.9,-103.9],"elL":[61.5,-8.7],"haL":[65.6,60.3],"hipR":[-37.2,34.1],"knR":[-26.5,182.7],"ftR":[-16.3,313.6],"hipL":[29.4,38.1],"knL":[17.4,173.2],"ftL":[18,323]},{"rootY":-14.2,"hips":[0,0],"chest":[-1.8,-85],"neck":[-1.8,-85],"head":[0.3,-148.8],"shR":[-73.3,-100.8],"elR":[-89.1,-3.9],"haR":[-86.5,20.4],"shL":[71.2,-103.9],"elL":[62.3,-7.6],"haL":[66.5,61.4],"hipR":[-35.8,35.3],"knR":[-27.2,182.8],"ftR":[-19.9,307.7],"hipL":[31,37],"knL":[16.5,172.1],"ftL":[16.4,322.4]},{"rootY":-12.7,"hips":[0,0],"chest":[-1.7,-84.9],"neck":[-1.7,-84.9],"head":[1,-148.7],"shR":[-73.4,-100.7],"elR":[-87.9,-2.8],"haR":[-85.2,23.1],"shL":[71.4,-103.9],"elL":[63.1,-6.5],"haL":[67.7,62.6],"hipR":[-35.6,35.1],"knR":[-28.2,185.2],"ftR":[-22.5,297.3],"hipL":[31.4,37],"knL":[16.8,171.5],"ftL":[15.1,321.3]},{"rootY":-14.3,"hips":[0,0],"chest":[-1.9,-85],"neck":[-1.9,-85],"head":[1.2,-148.7],"shR":[-73.8,-100.5],"elR":[-86.7,-1.1],"haR":[-84.3,28.3],"shL":[71.1,-104.1],"elL":[63.8,-5.7],"haL":[68.9,63],"hipR":[-35,35.7],"knR":[-30.8,189],"ftR":[-27.9,288.9],"hipL":[32.1,36.4],"knL":[16.2,173.2],"ftL":[12.9,321.8]},{"rootY":-16.1,"hips":[0,0],"chest":[-2,-84.9],"neck":[-2,-84.9],"head":[1,-148.6],"shR":[-74,-100.2],"elR":[-85.7,0],"haR":[-83,34.2],"shL":[70.9,-104.3],"elL":[64.9,-5.5],"haL":[70.7,62.3],"hipR":[-34.2,36.5],"knR":[-32.5,192.3],"ftR":[-33,280.5],"hipL":[32.7,35.6],"knL":[15.2,176.1],"ftL":[10.6,323.6]},{"rootY":-17.9,"hips":[0,0],"chest":[-1.9,-84.9],"neck":[-1.9,-84.9],"head":[1.1,-148.7],"shR":[-73.8,-99.9],"elR":[-84,1],"haR":[-81.5,40.9],"shL":[71,-104.6],"elL":[66.7,-5.4],"haL":[72.4,60.8],"hipR":[-33,37.4],"knR":[-33,193.8],"ftR":[-33.9,273],"hipL":[33.9,34.3],"knL":[15,178.6],"ftL":[9,324.9]},{"rootY":-20,"hips":[0,0],"chest":[-2,-84.9],"neck":[-2,-84.9],"head":[0.6,-148.7],"shR":[-73.8,-99.6],"elR":[-81.6,2.1],"haR":[-80.6,48.1],"shL":[70.7,-105.1],"elL":[68.3,-5.5],"haL":[73.8,58.1],"hipR":[-33.8,36.7],"knR":[-32.5,191.4],"ftR":[-31.2,268.3],"hipL":[33.1,34.9],"knL":[14.4,181.8],"ftL":[8.7,326.9]},{"rootY":-21.5,"hips":[0,0],"chest":[-2.1,-85],"neck":[-2.1,-85],"head":[-0.1,-148.8],"shR":[-74.1,-98.8],"elR":[-80,3.8],"haR":[-80.1,55.7],"shL":[70.3,-105.9],"elL":[70.2,-6],"haL":[75,54.2],"hipR":[-32.7,37.4],"knR":[-32.6,189],"ftR":[-32.6,268],"hipL":[34.5,34.3],"knL":[15.4,184.5],"ftL":[6.7,328.9]},{"rootY":-22.3,"hips":[0,0],"chest":[-1.5,-85],"neck":[-1.5,-85],"head":[0.3,-148.9],"shR":[-73.7,-98.3],"elR":[-77.9,5],"haR":[-78.7,61.9],"shL":[70.9,-106.4],"elL":[73.2,-6.4],"haL":[76.4,49.9],"hipR":[-32.6,37.1],"knR":[-29.9,184.3],"ftR":[-31.3,272.9],"hipL":[34.7,34.4],"knL":[16,186.2],"ftL":[6.3,329.2]},{"rootY":-21.7,"hips":[0,0],"chest":[-1.2,-85],"neck":[-1.2,-85],"head":[0.3,-149],"shR":[-73.6,-97.8],"elR":[-75.4,5.8],"haR":[-77.2,67.4],"shL":[71,-107],"elL":[75.3,-6.8],"haL":[77.2,44.4],"hipR":[-31.7,37.3],"knR":[-27.2,180],"ftR":[-31.3,281.7],"hipL":[35.6,34.2],"knL":[16.6,187],"ftL":[5.2,328]},{"rootY":-21.9,"hips":[0,0],"chest":[-0.9,-84.9],"neck":[-0.9,-84.9],"head":[0.6,-149],"shR":[-73.5,-97.2],"elR":[-72.8,6.4],"haR":[-75.9,71.3],"shL":[71.1,-107.5],"elL":[77.5,-7.4],"haL":[78,37.9],"hipR":[-30.8,37.7],"knR":[-24.8,177.1],"ftR":[-32.6,293.8],"hipL":[36.5,33.5],"knL":[17.3,187.9],"ftL":[4,327.5]},{"rootY":-21.1,"hips":[0,0],"chest":[0.2,-85],"neck":[0.2,-85],"head":[1.3,-149.1],"shR":[-72.6,-97],"elR":[-70.1,6.1],"haR":[-73.3,73.6],"shL":[72.1,-107.7],"elL":[80,-7.7],"haL":[79,32.1],"hipR":[-30.2,37.9],"knR":[-21.6,174.9],"ftR":[-30.6,306.5],"hipL":[37,33.3],"knL":[18,188.4],"ftL":[4.2,326.4]},{"rootY":-21.2,"hips":[0,0],"chest":[-0.2,-84.9],"neck":[-0.2,-84.9],"head":[0.5,-149.1],"shR":[-72.9,-97.7],"elR":[-68.3,4.7],"haR":[-71.5,73.6],"shL":[71.9,-107.3],"elL":[81.1,-7.4],"haL":[79.1,27],"hipR":[-30.8,37.2],"knR":[-19.9,174],"ftR":[-27.3,317.9],"hipL":[36.4,34.9],"knL":[18.4,190.3],"ftL":[3.9,326]},{"rootY":-22,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[0.8,-149.1],"shR":[-72.6,-97.1],"elR":[-66,4.1],"haR":[-69,73.4],"shL":[72.2,-107.8],"elL":[82.2,-8],"haL":[79.3,21.9],"hipR":[-31.6,36.4],"knR":[-17.9,174],"ftR":[-20.8,322.6],"hipL":[35.6,35.8],"knL":[19,191.4],"ftL":[3.9,326.3]},{"rootY":-22.4,"hips":[0,0],"chest":[0.5,-85],"neck":[0.5,-85],"head":[0.8,-149],"shR":[-72.5,-96.8],"elR":[-64,2.7],"haR":[-65.9,71.7],"shL":[72.3,-107.9],"elL":[83.1,-8.2],"haL":[79.8,18.9],"hipR":[-30.8,37],"knR":[-16.7,174.3],"ftR":[-14,322.4],"hipL":[36.3,35.6],"knL":[19.5,190.4],"ftL":[3,325.1]},{"rootY":-20.8,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[0.5,-148.9],"shR":[-72.8,-96.8],"elR":[-62.6,1],"haR":[-64.4,69.7],"shL":[72,-108.2],"elL":[82.6,-8.4],"haL":[79.2,17.9],"hipR":[-29.2,38],"knR":[-14.7,174.5],"ftR":[-7.3,321.6],"hipL":[37.5,34.7],"knL":[20.3,188.1],"ftL":[2.9,321.6]},{"rootY":-19.4,"hips":[0,0],"chest":[0.4,-85],"neck":[0.4,-85],"head":[0.6,-148.9],"shR":[-72.7,-96.4],"elR":[-61.1,0.3],"haR":[-62.2,68],"shL":[72,-108.3],"elL":[81.9,-8.5],"haL":[79.2,18.8],"hipR":[-31,36.5],"knR":[-11.8,174.2],"ftR":[-3.1,321.5],"hipL":[35.9,36.1],"knL":[20.7,189],"ftL":[5,317.3]},{"rootY":-17.1,"hips":[0,0],"chest":[0.4,-85],"neck":[0.4,-85],"head":[0.4,-148.8],"shR":[-72.8,-96.2],"elR":[-60,-0.1],"haR":[-61.3,67.6],"shL":[72,-108.5],"elL":[81.1,-8.8],"haL":[79.6,21.5],"hipR":[-30.7,36.6],"knR":[-8.1,173.7],"ftR":[-0.7,322.2],"hipL":[36.2,35.8],"knL":[21.8,188.1],"ftL":[6.5,309.6]}]},"wave":{"name":"wave","fps":30,"height":520,"groundY":284,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[3.1,-86],"neck":[3.7,-146.1],"head":[2.6,-177.8],"shR":[61.2,-143.1],"elR":[139.1,-124.1],"haR":[222.8,-109],"shL":[-55.1,-141.8],"elL":[-130,-112.1],"haL":[-215.5,-84.1],"hipR":[29.3,7.8],"knR":[37.3,164],"ftR":[48.3,283.2],"hipL":[-28.9,9.2],"knL":[-38.3,165.3],"ftL":[-49.4,284.2]},{"rootY":0,"hips":[0,0],"chest":[3,-86],"neck":[3.4,-146.1],"head":[2.3,-177.8],"shR":[61,-143.2],"elR":[139,-124.5],"haR":[222.7,-109.5],"shL":[-55.3,-141.7],"elL":[-130.2,-111.9],"haL":[-215.6,-83.7],"hipR":[29.3,7.7],"knR":[37.4,163.9],"ftR":[48.2,283.1],"hipL":[-28.8,9.3],"knL":[-38.5,165.3],"ftL":[-49.7,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.1,-146.1],"head":[1.8,-177.8],"shR":[60.6,-143.5],"elR":[138.7,-125.1],"haR":[222.4,-110.6],"shL":[-55.6,-141.4],"elL":[-130.5,-111.5],"haL":[-215.9,-83.2],"hipR":[29.3,7.6],"knR":[37.5,163.8],"ftR":[48,283],"hipL":[-28.8,9.4],"knL":[-38.8,165.4],"ftL":[-50.2,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.7,-85.9],"neck":[2.7,-146.1],"head":[1.3,-177.8],"shR":[60.2,-143.8],"elR":[138.4,-125.9],"haR":[222.2,-112],"shL":[-56,-141.2],"elL":[-130.8,-111.1],"haL":[-216.2,-82.6],"hipR":[29.3,7.5],"knR":[37.4,163.7],"ftR":[47.7,282.9],"hipL":[-28.8,9.5],"knL":[-39.1,165.5],"ftL":[-50.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-85.9],"neck":[2.3,-146.2],"head":[0.8,-177.8],"shR":[59.9,-144.2],"elR":[138.1,-126.8],"haR":[222.1,-113.4],"shL":[-56.4,-141],"elL":[-131,-110.6],"haL":[-216.3,-81.9],"hipR":[29.3,7.5],"knR":[37.1,163.7],"ftR":[47.2,282.9],"hipL":[-28.8,9.5],"knL":[-39.4,165.5],"ftL":[-51.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.9],"neck":[2,-146.2],"head":[0.4,-177.8],"shR":[59.5,-144.6],"elR":[138,-127.7],"haR":[222,-114.9],"shL":[-56.6,-140.8],"elL":[-131.1,-110.1],"haL":[-216.4,-81.1],"hipR":[29.4,7.5],"knR":[36.9,163.7],"ftR":[46.8,282.9],"hipL":[-28.8,9.5],"knL":[-39.6,165.5],"ftL":[-51.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[1.8,-146.2],"head":[0.1,-177.8],"shR":[59.3,-144.9],"elR":[137.8,-128.6],"haR":[222,-116.3],"shL":[-56.8,-140.6],"elL":[-131.2,-109.6],"haL":[-216.3,-80.2],"hipR":[29.4,7.4],"knR":[36.8,163.7],"ftR":[46.5,282.9],"hipL":[-28.8,9.5],"knL":[-39.8,165.5],"ftL":[-51.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.3,-85.9],"neck":[1.5,-146.2],"head":[-0.3,-177.9],"shR":[59,-145.3],"elR":[137.6,-129.4],"haR":[221.9,-117.5],"shL":[-57.1,-140.4],"elL":[-131.3,-109.1],"haL":[-216.3,-79.2],"hipR":[29.4,7.4],"knR":[36.5,163.7],"ftR":[46.1,283],"hipL":[-28.8,9.5],"knL":[-39.9,165.5],"ftL":[-52,284.4]},{"rootY":0,"hips":[0,0],"chest":[2.2,-86],"neck":[1.2,-146.3],"head":[-0.6,-177.9],"shR":[58.6,-145.6],"elR":[137.3,-130],"haR":[221.7,-118.4],"shL":[-57.4,-140.4],"elL":[-131.5,-108.8],"haL":[-216.3,-78.4],"hipR":[29.3,7.5],"knR":[36,163.8],"ftR":[45.5,283.1],"hipL":[-28.8,9.5],"knL":[-40.1,165.4],"ftL":[-52.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[2,-86],"neck":[0.9,-146.3],"head":[-1,-177.9],"shR":[58.3,-146],"elR":[137,-130.6],"haR":[221.4,-119.1],"shL":[-57.7,-140.4],"elL":[-131.7,-108.4],"haL":[-216.3,-77.8],"hipR":[29.3,7.6],"knR":[35.7,163.9],"ftR":[45,283.2],"hipL":[-28.8,9.4],"knL":[-40.3,165.4],"ftL":[-52.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.9,-86],"neck":[0.6,-146.3],"head":[-1.4,-177.9],"shR":[57.9,-146.3],"elR":[136.6,-131],"haR":[221,-119.6],"shL":[-58,-140.3],"elL":[-131.9,-108.2],"haL":[-216.5,-77.3],"hipR":[29.3,7.5],"knR":[35.7,163.9],"ftR":[44.8,283.2],"hipL":[-28.8,9.4],"knL":[-40.4,165.4],"ftL":[-52.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.7,-86],"neck":[0.2,-146.3],"head":[-1.8,-177.9],"shR":[57.5,-146.5],"elR":[136.3,-131.3],"haR":[220.7,-120],"shL":[-58.3,-140.3],"elL":[-132.2,-108.1],"haL":[-216.7,-77],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[44.7,283.2],"hipL":[-28.8,9.5],"knL":[-40.5,165.4],"ftL":[-52.7,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.6,-86.1],"neck":[-0.1,-146.3],"head":[-2.2,-177.9],"shR":[57.2,-146.8],"elR":[136,-131.7],"haR":[220.4,-120.4],"shL":[-58.6,-140.3],"elL":[-132.5,-108.1],"haL":[-217,-76.9],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[44.6,283.2],"hipL":[-28.8,9.5],"knL":[-40.6,165.5],"ftL":[-52.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.5,-86.2],"neck":[-0.3,-146.3],"head":[-2.6,-177.9],"shR":[56.9,-147],"elR":[135.7,-132.1],"haR":[220.2,-120.8],"shL":[-58.9,-140.3],"elL":[-132.7,-108.1],"haL":[-217.3,-76.9],"hipR":[29.3,7.5],"knR":[35.7,163.8],"ftR":[44.6,283.2],"hipL":[-28.8,9.5],"knL":[-40.6,165.4],"ftL":[-52.9,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.4,-86.2],"neck":[-0.5,-146.4],"head":[-2.9,-178],"shR":[56.6,-147.2],"elR":[135.5,-132.6],"haR":[220.2,-121.4],"shL":[-59.1,-140.2],"elL":[-133,-108.2],"haL":[-217.5,-77],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.7,283.1],"hipL":[-28.8,9.5],"knL":[-40.6,165.5],"ftL":[-52.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.3,-86.3],"neck":[-0.7,-146.4],"head":[-3.1,-178],"shR":[56.5,-147.3],"elR":[135.4,-133],"haR":[220.2,-122],"shL":[-59.2,-140.2],"elL":[-133.1,-108.2],"haL":[-217.7,-77],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.8,283.1],"hipL":[-28.8,9.5],"knL":[-40.5,165.5],"ftL":[-52.8,284.2]},{"rootY":0,"hips":[0,0],"chest":[1.2,-86.4],"neck":[-0.8,-146.4],"head":[-3.3,-178],"shR":[56.3,-147.5],"elR":[135.3,-133.5],"haR":[220.1,-122.6],"shL":[-59.3,-140.1],"elL":[-133.2,-108.2],"haL":[-217.8,-77.1],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.9,283.1],"hipL":[-28.8,9.5],"knL":[-40.4,165.5],"ftL":[-52.6,284.2]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.4],"neck":[-0.9,-146.4],"head":[-3.5,-178],"shR":[56.1,-147.7],"elR":[135.2,-133.9],"haR":[220,-123],"shL":[-59.5,-140.2],"elL":[-133.3,-108.2],"haL":[-217.9,-77],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[45.2,283.1],"hipL":[-28.8,9.5],"knL":[-40.3,165.5],"ftL":[-52.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.4],"neck":[-1,-146.4],"head":[-3.6,-178],"shR":[55.9,-147.9],"elR":[135,-134.2],"haR":[219.7,-123.2],"shL":[-59.6,-140.2],"elL":[-133.4,-108.3],"haL":[-217.9,-76.9],"hipR":[29.3,7.5],"knR":[36,163.8],"ftR":[45.5,283],"hipL":[-28.8,9.5],"knL":[-40.3,165.5],"ftL":[-52.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.4],"neck":[-1.1,-146.4],"head":[-3.7,-177.9],"shR":[55.7,-148.2],"elR":[134.8,-134.4],"haR":[219.4,-123.1],"shL":[-59.6,-140.4],"elL":[-133.5,-108.3],"haL":[-217.9,-76.7],"hipR":[29.3,7.5],"knR":[36.1,163.8],"ftR":[45.7,283],"hipL":[-28.8,9.5],"knL":[-40.2,165.5],"ftL":[-52,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.2,-146.4],"head":[-3.9,-177.9],"shR":[55.6,-148.5],"elR":[134.6,-134.4],"haR":[219,-122.8],"shL":[-59.7,-140.5],"elL":[-133.5,-108.2],"haL":[-217.8,-76.5],"hipR":[29.3,7.5],"knR":[36.2,163.8],"ftR":[46,283],"hipL":[-28.8,9.5],"knL":[-40,165.5],"ftL":[-51.8,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.2,-146.4],"head":[-4,-177.9],"shR":[55.4,-148.7],"elR":[134.3,-134.4],"haR":[218.6,-122.2],"shL":[-59.8,-140.6],"elL":[-133.4,-108.1],"haL":[-217.7,-76.1],"hipR":[29.3,7.5],"knR":[36.4,163.8],"ftR":[46.3,283],"hipL":[-28.8,9.5],"knL":[-39.9,165.5],"ftL":[-51.5,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.3,-146.4],"head":[-4,-178],"shR":[55.3,-148.8],"elR":[134.1,-134.1],"haR":[218.2,-121.4],"shL":[-59.8,-140.7],"elL":[-133.4,-107.9],"haL":[-217.5,-75.5],"hipR":[29.3,7.5],"knR":[36.5,163.8],"ftR":[46.5,283],"hipL":[-28.8,9.5],"knL":[-39.7,165.6],"ftL":[-51.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.6],"neck":[-1.3,-146.5],"head":[-4.1,-178],"shR":[55.2,-148.8],"elR":[133.9,-133.8],"haR":[217.8,-120.6],"shL":[-59.9,-140.8],"elL":[-133.3,-107.7],"haL":[-217.3,-75],"hipR":[29.3,7.5],"knR":[36.6,163.8],"ftR":[46.6,283],"hipL":[-28.8,9.5],"knL":[-39.5,165.6],"ftL":[-51.1,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.6],"neck":[-1.2,-146.5],"head":[-4.1,-178],"shR":[55.1,-148.8],"elR":[133.7,-133.5],"haR":[217.4,-119.8],"shL":[-59.9,-140.8],"elL":[-133.2,-107.4],"haL":[-217.1,-74.6],"hipR":[29.3,7.5],"knR":[36.6,163.8],"ftR":[46.8,283],"hipL":[-28.8,9.5],"knL":[-39.4,165.6],"ftL":[-50.9,284.2]},{"rootY":-0.1,"hips":[0,0],"chest":[1.2,-86.6],"neck":[-1.1,-146.5],"head":[-4,-178],"shR":[55.2,-148.7],"elR":[133.7,-133.2],"haR":[217.2,-119.3],"shL":[-59.8,-140.7],"elL":[-133.1,-107.2],"haL":[-216.8,-74.3],"hipR":[29.4,7.5],"knR":[37,163.8],"ftR":[47.2,282.9],"hipL":[-28.8,9.5],"knL":[-39.2,165.6],"ftL":[-50.7,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1.3,-86.5],"neck":[-0.9,-146.5],"head":[-3.9,-178],"shR":[55.4,-148.5],"elR":[133.8,-132.9],"haR":[217.1,-118.9],"shL":[-59.6,-140.7],"elL":[-132.9,-107.2],"haL":[-216.6,-74.2],"hipR":[29.4,7.4],"knR":[37.7,163.7],"ftR":[47.8,282.9],"hipL":[-28.7,9.6],"knL":[-39,165.7],"ftL":[-50.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[1.4,-86.5],"neck":[-0.7,-146.4],"head":[-3.6,-178],"shR":[55.6,-148.3],"elR":[134,-132.8],"haR":[217.2,-118.8],"shL":[-59.4,-140.8],"elL":[-132.7,-107.4],"haL":[-216.5,-74.5],"hipR":[29.4,7.4],"knR":[38.3,163.6],"ftR":[48.5,282.8],"hipL":[-28.7,9.6],"knL":[-38.9,165.7],"ftL":[-50,284.5]},{"rootY":-0.2,"hips":[0,0],"chest":[1.4,-86.4],"neck":[-0.5,-146.4],"head":[-3.4,-177.9],"shR":[55.7,-148.3],"elR":[134.1,-132.8],"haR":[217.2,-118.8],"shL":[-59.2,-141],"elL":[-132.7,-107.8],"haL":[-216.5,-75.2],"hipR":[29.4,7.4],"knR":[38.7,163.6],"ftR":[48.9,282.8],"hipL":[-28.8,9.5],"knL":[-38.9,165.7],"ftL":[-49.7,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.5,-86.4],"neck":[-0.3,-146.4],"head":[-3.2,-177.9],"shR":[55.8,-148.5],"elR":[134.2,-133],"haR":[217.2,-119],"shL":[-59.1,-141.2],"elL":[-132.7,-108.3],"haL":[-216.7,-76.1],"hipR":[29.3,7.5],"knR":[39,163.7],"ftR":[49.3,282.9],"hipL":[-28.8,9.5],"knL":[-38.8,165.6],"ftL":[-49.4,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.5,-86.3],"neck":[-0.2,-146.4],"head":[-3,-177.9],"shR":[56,-148.5],"elR":[134.4,-133.1],"haR":[217.5,-119.3],"shL":[-58.9,-141.2],"elL":[-132.7,-108.8],"haL":[-216.9,-77.1],"hipR":[29.3,7.5],"knR":[39.3,163.7],"ftR":[49.9,282.9],"hipL":[-28.8,9.4],"knL":[-38.7,165.6],"ftL":[-48.9,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.6,-86.3],"neck":[0,-146.4],"head":[-2.7,-178],"shR":[56.3,-148.3],"elR":[134.7,-133.1],"haR":[217.9,-119.6],"shL":[-58.7,-141.3],"elL":[-132.7,-109.3],"haL":[-217.1,-78.2],"hipR":[29.3,7.6],"knR":[39.6,163.7],"ftR":[50.4,282.9],"hipL":[-28.8,9.4],"knL":[-38.3,165.6],"ftL":[-48.5,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.7,-86.3],"neck":[0.2,-146.4],"head":[-2.5,-178],"shR":[56.6,-148.2],"elR":[135.1,-133.1],"haR":[218.3,-119.9],"shL":[-58.5,-141.3],"elL":[-132.7,-109.8],"haL":[-217.3,-79.1],"hipR":[29.3,7.6],"knR":[39.8,163.7],"ftR":[50.9,282.9],"hipL":[-28.8,9.4],"knL":[-38,165.6],"ftL":[-48,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.8,-86.3],"neck":[0.3,-146.5],"head":[-2.3,-178.1],"shR":[56.8,-148.1],"elR":[135.4,-133],"haR":[218.7,-120],"shL":[-58.4,-141.3],"elL":[-132.7,-110],"haL":[-217.4,-79.8],"hipR":[29.3,7.6],"knR":[39.9,163.7],"ftR":[51.3,282.8],"hipL":[-28.8,9.4],"knL":[-37.5,165.5],"ftL":[-47.5,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.9,-86.3],"neck":[0.5,-146.6],"head":[-2,-178.2],"shR":[57.1,-148],"elR":[135.7,-132.8],"haR":[219.2,-119.8],"shL":[-58.2,-141.2],"elL":[-132.6,-110.2],"haL":[-217.4,-80.3],"hipR":[29.3,7.7],"knR":[40,163.8],"ftR":[51.8,282.8],"hipL":[-28.8,9.3],"knL":[-37.1,165.5],"ftL":[-47,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2,-86.3],"neck":[0.7,-146.6],"head":[-1.8,-178.2],"shR":[57.4,-147.7],"elR":[136,-132.4],"haR":[219.8,-119.6],"shL":[-58,-141.1],"elL":[-132.5,-110.2],"haL":[-217.4,-80.7],"hipR":[29.3,7.7],"knR":[40.1,163.8],"ftR":[52.2,282.8],"hipL":[-28.8,9.3],"knL":[-36.7,165.5],"ftL":[-46.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.1,-86.3],"neck":[0.8,-146.7],"head":[-1.5,-178.3],"shR":[57.7,-147.4],"elR":[136.4,-132.1],"haR":[220.4,-119.2],"shL":[-57.9,-141],"elL":[-132.4,-110.4],"haL":[-217.5,-81.1],"hipR":[29.3,7.8],"knR":[40.3,163.8],"ftR":[52.7,282.8],"hipL":[-28.8,9.2],"knL":[-36.5,165.4],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.2,-86.3],"neck":[1,-146.7],"head":[-1.3,-178.3],"shR":[57.9,-147.3],"elR":[136.6,-131.8],"haR":[220.7,-118.6],"shL":[-57.7,-141.1],"elL":[-132.4,-110.6],"haL":[-217.4,-81.6],"hipR":[29.2,7.8],"knR":[40.6,163.8],"ftR":[53.1,282.8],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.3],"neck":[1.1,-146.7],"head":[-1,-178.3],"shR":[58.1,-147.3],"elR":[136.8,-131.4],"haR":[221,-118],"shL":[-57.6,-141.2],"elL":[-132.3,-110.8],"haL":[-217.4,-82.1],"hipR":[29.2,7.8],"knR":[40.9,163.8],"ftR":[53.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.2,165.4],"ftL":[-45.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.3,-146.7],"head":[-0.8,-178.3],"shR":[58.3,-147.1],"elR":[137,-131.1],"haR":[221.3,-117.5],"shL":[-57.4,-141.3],"elL":[-132.2,-111.2],"haL":[-217.4,-82.7],"hipR":[29.2,7.9],"knR":[41.1,163.9],"ftR":[53.6,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-45.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.2],"neck":[1.4,-146.6],"head":[-0.6,-178.3],"shR":[58.5,-146.9],"elR":[137.2,-130.7],"haR":[221.6,-117],"shL":[-57.3,-141.3],"elL":[-132.2,-111.4],"haL":[-217.4,-83.3],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.8,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-45,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.2],"neck":[1.5,-146.6],"head":[-0.4,-178.3],"shR":[58.7,-146.7],"elR":[137.4,-130.3],"haR":[221.9,-116.6],"shL":[-57.1,-141.3],"elL":[-132.2,-111.7],"haL":[-217.5,-84],"hipR":[29.2,7.9],"knR":[41.3,163.9],"ftR":[54,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.7,-146.6],"head":[-0.2,-178.3],"shR":[58.9,-146.5],"elR":[137.6,-130],"haR":[222.2,-116.1],"shL":[-57,-141.4],"elL":[-132.1,-112],"haL":[-217.5,-84.5],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54.1,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.8,-146.6],"head":[0,-178.3],"shR":[59.1,-146.3],"elR":[137.8,-129.7],"haR":[222.5,-115.6],"shL":[-56.8,-141.5],"elL":[-132,-112.3],"haL":[-217.5,-84.9],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[2,-146.6],"head":[0.2,-178.3],"shR":[59.3,-146.1],"elR":[138,-129.3],"haR":[222.8,-115.2],"shL":[-56.6,-141.7],"elL":[-131.9,-112.6],"haL":[-217.3,-85.3],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.1],"neck":[2.2,-146.6],"head":[0.4,-178.2],"shR":[59.6,-146],"elR":[138.2,-129],"haR":[223.1,-114.7],"shL":[-56.4,-141.8],"elL":[-131.7,-112.8],"haL":[-217.1,-85.5],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-86.1],"neck":[2.4,-146.5],"head":[0.7,-178.2],"shR":[59.9,-145.8],"elR":[138.5,-128.7],"haR":[223.5,-114.2],"shL":[-56.2,-141.9],"elL":[-131.5,-112.9],"haL":[-216.9,-85.8],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.6,-86.1],"neck":[2.7,-146.5],"head":[1,-178.2],"shR":[60.2,-145.6],"elR":[138.8,-128.4],"haR":[223.8,-113.9],"shL":[-55.9,-141.8],"elL":[-131.2,-112.9],"haL":[-216.7,-86],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.1,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.7,-86],"neck":[2.9,-146.5],"head":[1.2,-178.2],"shR":[60.4,-145.4],"elR":[139,-128],"haR":[224.2,-113.5],"shL":[-55.7,-141.8],"elL":[-131,-112.9],"haL":[-216.5,-86.1],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-44.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.7,-86],"neck":[3,-146.5],"head":[1.4,-178.2],"shR":[60.6,-145.1],"elR":[139.3,-127.7],"haR":[224.5,-113.1],"shL":[-55.6,-141.8],"elL":[-130.9,-112.9],"haL":[-216.4,-86.1],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.9,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-44.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.2,-146.5],"head":[1.6,-178.2],"shR":[60.8,-144.8],"elR":[139.4,-127.3],"haR":[224.8,-112.6],"shL":[-55.5,-141.8],"elL":[-130.8,-113],"haL":[-216.3,-86.2],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.7,282.9],"hipL":[-28.8,9.1],"knL":[-36.1,165.3],"ftL":[-45,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.2,-146.5],"head":[1.8,-178.2],"shR":[60.9,-144.7],"elR":[139.5,-127],"haR":[225,-112.2],"shL":[-55.4,-141.8],"elL":[-130.7,-113],"haL":[-216.2,-86.3],"hipR":[29.2,7.9],"knR":[41.1,163.9],"ftR":[53.6,282.9],"hipL":[-28.8,9.1],"knL":[-36.2,165.3],"ftL":[-45.1,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.3,-146.5],"head":[1.9,-178.2],"shR":[61,-144.5],"elR":[139.6,-126.6],"haR":[225.2,-111.6],"shL":[-55.3,-141.8],"elL":[-130.7,-113.1],"haL":[-216.2,-86.5],"hipR":[29.2,7.9],"knR":[41,163.9],"ftR":[53.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.3,165.3],"ftL":[-45.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.4,-146.4],"head":[2.1,-178.1],"shR":[61.1,-144.2],"elR":[139.7,-126.2],"haR":[225.4,-111.1],"shL":[-55.2,-141.8],"elL":[-130.6,-113.2],"haL":[-216.2,-86.8],"hipR":[29.2,7.9],"knR":[40.9,163.9],"ftR":[53.2,282.9],"hipL":[-28.8,9.1],"knL":[-36.4,165.3],"ftL":[-45.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.5,-146.4],"head":[2.2,-178.1],"shR":[61.3,-143.9],"elR":[139.8,-125.8],"haR":[225.5,-110.5],"shL":[-55.1,-141.8],"elL":[-130.6,-113.3],"haL":[-216.2,-87],"hipR":[29.2,7.9],"knR":[40.9,163.9],"ftR":[53.1,283],"hipL":[-28.8,9.1],"knL":[-36.5,165.3],"ftL":[-45.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.6,-146.4],"head":[2.3,-178.1],"shR":[61.4,-143.7],"elR":[139.9,-125.3],"haR":[225.6,-109.8],"shL":[-55,-141.8],"elL":[-130.5,-113.4],"haL":[-216.2,-87.1],"hipR":[29.2,7.9],"knR":[40.8,163.9],"ftR":[52.9,283],"hipL":[-28.8,9.1],"knL":[-36.6,165.3],"ftL":[-45.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.7,-146.4],"head":[2.5,-178.1],"shR":[61.5,-143.5],"elR":[140,-124.8],"haR":[225.7,-109],"shL":[-54.9,-141.8],"elL":[-130.4,-113.5],"haL":[-216.1,-87.3],"hipR":[29.2,7.9],"knR":[40.7,163.9],"ftR":[52.7,283],"hipL":[-28.8,9.1],"knL":[-36.7,165.3],"ftL":[-45.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3,-85.9],"neck":[3.9,-146.4],"head":[2.7,-178.1],"shR":[61.7,-143.3],"elR":[140.1,-124.4],"haR":[225.8,-108.4],"shL":[-54.8,-141.9],"elL":[-130.3,-113.6],"haL":[-216,-87.4],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.6,283],"hipL":[-28.8,9.1],"knL":[-36.8,165.3],"ftL":[-45.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.1,-85.9],"neck":[4.1,-146.4],"head":[2.9,-178.1],"shR":[61.9,-143.1],"elR":[140.3,-124.1],"haR":[225.9,-107.9],"shL":[-54.6,-142],"elL":[-130.1,-113.7],"haL":[-215.8,-87.6],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.5,283],"hipL":[-28.8,9.1],"knL":[-36.8,165.3],"ftL":[-46,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.1,-85.9],"neck":[4.3,-146.3],"head":[3.2,-178.1],"shR":[62.2,-142.9],"elR":[140.5,-123.9],"haR":[226.1,-107.7],"shL":[-54.3,-142.1],"elL":[-129.9,-113.9],"haL":[-215.6,-87.8],"hipR":[29.2,7.8],"knR":[40.4,163.9],"ftR":[52.5,283],"hipL":[-28.8,9.1],"knL":[-36.9,165.3],"ftL":[-46.1,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.2,-85.9],"neck":[4.6,-146.3],"head":[3.5,-178],"shR":[62.4,-142.6],"elR":[140.8,-123.8],"haR":[226.3,-107.9],"shL":[-54.1,-142.2],"elL":[-129.7,-114.2],"haL":[-215.5,-88.2],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.4,283],"hipL":[-28.8,9.1],"knL":[-36.9,165.3],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.3,-85.9],"neck":[4.8,-146.3],"head":[3.8,-178],"shR":[62.6,-142.3],"elR":[141.1,-123.9],"haR":[226.5,-108.3],"shL":[-53.9,-142.3],"elL":[-129.6,-114.5],"haL":[-215.4,-88.7],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.3,283],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.4,-85.9],"neck":[4.9,-146.3],"head":[4,-178],"shR":[62.8,-142.2],"elR":[141.3,-124],"haR":[226.5,-108.8],"shL":[-53.7,-142.4],"elL":[-129.5,-114.8],"haL":[-215.3,-89.3],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.2,283],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-46.3,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.5,-85.9],"neck":[5,-146.2],"head":[4.2,-177.9],"shR":[62.8,-142.1],"elR":[141.4,-124.2],"haR":[226.5,-109.3],"shL":[-53.6,-142.6],"elL":[-129.5,-115.2],"haL":[-215.3,-89.8],"hipR":[29.2,7.8],"knR":[40.2,163.9],"ftR":[52.1,283],"hipL":[-28.8,9.2],"knL":[-37,165.4],"ftL":[-46.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.5,-85.9],"neck":[4.9,-146.2],"head":[4.2,-177.9],"shR":[62.8,-142],"elR":[141.3,-124.4],"haR":[226.3,-109.8],"shL":[-53.7,-142.8],"elL":[-129.6,-115.5],"haL":[-215.4,-90.2],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[52,283],"hipL":[-28.8,9.2],"knL":[-37,165.4],"ftL":[-46.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.4,-85.9],"neck":[4.8,-146.2],"head":[4.1,-177.9],"shR":[62.6,-142.1],"elR":[141.2,-124.5],"haR":[226,-110.1],"shL":[-53.8,-142.9],"elL":[-129.7,-115.6],"haL":[-215.6,-90.4],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[51.8,283],"hipL":[-28.8,9.2],"knL":[-37.1,165.4],"ftL":[-46.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.3,-85.9],"neck":[4.6,-146.2],"head":[3.9,-177.9],"shR":[62.4,-142.1],"elR":[140.9,-124.5],"haR":[225.5,-110.3],"shL":[-54,-143],"elL":[-129.9,-115.6],"haL":[-215.8,-90.4],"hipR":[29.3,7.8],"knR":[40,163.9],"ftR":[51.6,282.9],"hipL":[-28.8,9.2],"knL":[-37.2,165.4],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.2,-86],"neck":[4.3,-146.2],"head":[3.6,-177.9],"shR":[62.2,-142],"elR":[140.6,-124.4],"haR":[225.1,-110.4],"shL":[-54.3,-142.9],"elL":[-130.1,-115.4],"haL":[-215.9,-89.9],"hipR":[29.3,7.7],"knR":[39.9,163.8],"ftR":[51.4,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-47,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.1,-86],"neck":[4.1,-146.2],"head":[3.4,-177.9],"shR":[62,-141.8],"elR":[140.3,-123.7],"haR":[224.6,-110.6],"shL":[-54.5,-142.7],"elL":[-130.2,-114.8],"haL":[-215.9,-88.9],"hipR":[29.3,7.7],"knR":[39.8,163.8],"ftR":[51.2,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-47.2,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.9,-86],"neck":[4,-146.2],"head":[3.1,-177.9],"shR":[62,-141.6],"elR":[139.9,-121.8],"haR":[223.9,-111.2],"shL":[-54.6,-142.2],"elL":[-130.1,-113.9],"haL":[-215.7,-87.3],"hipR":[29.3,7.7],"knR":[39.7,163.8],"ftR":[51.1,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.5],"ftL":[-47.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.8,-86],"neck":[3.9,-146.2],"head":[2.9,-177.8],"shR":[62,-141.3],"elR":[139,-118.4],"haR":[222.5,-112.1],"shL":[-54.7,-141.5],"elL":[-130,-112.5],"haL":[-215.4,-85.1],"hipR":[29.3,7.7],"knR":[39.6,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-86],"neck":[3.7,-146.2],"head":[2.6,-177.8],"shR":[61.9,-140.9],"elR":[137.7,-114.8],"haR":[220.2,-113.1],"shL":[-54.9,-140.7],"elL":[-129.8,-110.8],"haL":[-214.7,-82.1],"hipR":[29.3,7.7],"knR":[39.5,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-86],"neck":[3.5,-146.1],"head":[2.3,-177.7],"shR":[61.8,-140.4],"elR":[136.8,-112.6],"haR":[217.4,-114.7],"shL":[-55.1,-140.1],"elL":[-129.4,-108.8],"haL":[-213.8,-78.4],"hipR":[29.2,7.7],"knR":[39.5,163.8],"ftR":[51.1,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.3,-146.1],"head":[2,-177.7],"shR":[61.6,-140.2],"elR":[136.4,-112.1],"haR":[214.6,-116.8],"shL":[-55.2,-139.5],"elL":[-128.9,-106.7],"haL":[-212.7,-74.7],"hipR":[29.2,7.7],"knR":[39.5,163.9],"ftR":[51.2,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.3,-146.1],"head":[1.7,-177.6],"shR":[61.5,-140.7],"elR":[136,-112.3],"haR":[211.8,-119.6],"shL":[-55.3,-138.9],"elL":[-128.4,-104.8],"haL":[-211.6,-71.4],"hipR":[29.2,7.8],"knR":[39.7,163.9],"ftR":[51.4,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-47.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.2,-146],"head":[1.4,-177.6],"shR":[61.3,-141.6],"elR":[135.3,-113],"haR":[209.2,-122.5],"shL":[-55.4,-138.3],"elL":[-128,-103.1],"haL":[-210.6,-68.5],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[51.6,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-47,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-85.8],"neck":[2.9,-145.9],"head":[0.8,-177.5],"shR":[60.8,-142.5],"elR":[134.5,-114.3],"haR":[206.8,-124.9],"shL":[-55.7,-137.8],"elL":[-127.8,-101.7],"haL":[-210,-65.9],"hipR":[29.2,7.8],"knR":[40.5,163.8],"ftR":[51.7,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-46.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-85.8],"neck":[2.5,-145.9],"head":[0.1,-177.4],"shR":[60.2,-143.2],"elR":[133.9,-116.2],"haR":[204.8,-126.6],"shL":[-56.2,-137.4],"elL":[-127.8,-100.3],"haL":[-209.5,-63.5],"hipR":[29.2,7.8],"knR":[41,163.8],"ftR":[51.8,282.9],"hipL":[-28.8,9.2],"knL":[-37.4,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-85.7],"neck":[1.9,-145.8],"head":[-0.7,-177.3],"shR":[59.3,-144],"elR":[133.4,-118.6],"haR":[203.1,-127.7],"shL":[-56.8,-136.9],"elL":[-128,-99.1],"haL":[-209.3,-61.4],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-85.7],"neck":[1.3,-145.8],"head":[-1.5,-177.3],"shR":[58.5,-144.7],"elR":[132.7,-120.6],"haR":[201.9,-128.2],"shL":[-57.4,-136.5],"elL":[-128.3,-98.1],"haL":[-209.4,-59.8],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[0.7,-145.8],"head":[-2.3,-177.3],"shR":[57.6,-145.2],"elR":[131.7,-122],"haR":[201,-127.9],"shL":[-58,-136.1],"elL":[-128.8,-97.4],"haL":[-209.8,-58.7],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.7,282.9],"hipL":[-28.8,9.3],"knL":[-37.1,165.6],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[0.1,-145.8],"head":[-3.1,-177.3],"shR":[56.8,-145.5],"elR":[130.6,-123.2],"haR":[200.4,-126.9],"shL":[-58.6,-135.7],"elL":[-129.3,-96.9],"haL":[-210.3,-58.1],"hipR":[29.3,7.6],"knR":[41.2,163.7],"ftR":[51.7,282.8],"hipL":[-28.8,9.3],"knL":[-37,165.6],"ftL":[-46.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[-0.4,-145.8],"head":[-3.8,-177.3],"shR":[56.1,-145.9],"elR":[129.8,-124.5],"haR":[200.2,-125.1],"shL":[-59.1,-135.4],"elL":[-129.8,-96.6],"haL":[-211,-58],"hipR":[29.3,7.6],"knR":[41.2,163.6],"ftR":[51.7,282.8],"hipL":[-28.8,9.4],"knL":[-37,165.6],"ftL":[-46.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[-0.8,-145.8],"head":[-4.3,-177.3],"shR":[55.6,-146.1],"elR":[129.2,-125.6],"haR":[200.3,-123.3],"shL":[-59.4,-135],"elL":[-130.1,-96.6],"haL":[-211.7,-58.2],"hipR":[29.3,7.6],"knR":[41.2,163.7],"ftR":[51.7,282.9],"hipL":[-28.8,9.3],"knL":[-36.9,165.6],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-85.7],"neck":[-0.9,-145.8],"head":[-4.5,-177.4],"shR":[55.3,-146.2],"elR":[128.9,-125.9],"haR":[200.6,-121.9],"shL":[-59.5,-134.8],"elL":[-130.4,-96.7],"haL":[-212.2,-58.8],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-36.8,165.6],"ftL":[-46.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.7,-85.7],"neck":[-0.9,-145.8],"head":[-4.6,-177.4],"shR":[55.2,-145.8],"elR":[129,-125.6],"haR":[201.1,-120.7],"shL":[-59.4,-134.6],"elL":[-130.3,-96.9],"haL":[-212.4,-59.3],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[51.9,282.9],"hipL":[-28.8,9.3],"knL":[-36.8,165.5],"ftL":[-46.5,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.8,-85.6],"neck":[-0.7,-145.9],"head":[-4.4,-177.4],"shR":[55.4,-145.3],"elR":[129.3,-125.2],"haR":[202,-119.4],"shL":[-59.2,-134.5],"elL":[-130,-96.9],"haL":[-212.1,-59.3],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[52.1,282.9],"hipL":[-28.8,9.3],"knL":[-36.6,165.5],"ftL":[-46.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.4,-145.9],"head":[-4.2,-177.4],"shR":[55.6,-144.9],"elR":[129.8,-125.3],"haR":[203.1,-118],"shL":[-58.8,-134.3],"elL":[-129.4,-96.5],"haL":[-211.3,-58.7],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[52.3,282.9],"hipL":[-28.9,9.2],"knL":[-36.5,165.5],"ftL":[-46.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.4,-85.6],"neck":[-0.1,-145.9],"head":[-3.9,-177.5],"shR":[55.8,-144.9],"elR":[130.1,-125.6],"haR":[204.4,-116.6],"shL":[-58.4,-134.1],"elL":[-128.6,-95.9],"haL":[-210.3,-57.5],"hipR":[29.3,7.8],"knR":[41.4,163.8],"ftR":[52.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.4,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.8,-85.6],"neck":[0.1,-146],"head":[-3.8,-177.5],"shR":[55.9,-145],"elR":[130.3,-125.8],"haR":[205.4,-115.6],"shL":[-58.1,-133.7],"elL":[-127.9,-95],"haL":[-209.3,-56.1],"hipR":[29.3,7.8],"knR":[41.3,163.8],"ftR":[52.5,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[4,-85.6],"neck":[0.2,-146],"head":[-3.8,-177.5],"shR":[55.9,-144.7],"elR":[130.5,-125.6],"haR":[206.2,-114.8],"shL":[-57.9,-133.2],"elL":[-127.4,-94.1],"haL":[-208.5,-54.8],"hipR":[29.3,7.8],"knR":[41.1,163.8],"ftR":[52.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[4.1,-85.6],"neck":[0.2,-146],"head":[-3.9,-177.5],"shR":[55.8,-144.3],"elR":[130.6,-125.1],"haR":[206.6,-114.3],"shL":[-57.9,-132.8],"elL":[-127.1,-93.3],"haL":[-207.9,-53.5],"hipR":[29.2,7.8],"knR":[40.9,163.8],"ftR":[52.3,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.3],"ftL":[-46.1,284.4]},{"rootY":0,"hips":[0,0],"chest":[4,-85.6],"neck":[-0.1,-146],"head":[-4.2,-177.6],"shR":[55.6,-143.8],"elR":[130.5,-124.5],"haR":[206.7,-114],"shL":[-58.1,-132.5],"elL":[-126.9,-92.4],"haL":[-207.3,-51.8],"hipR":[29.2,7.8],"knR":[40.7,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.4,165.3],"ftL":[-46.4,284.4]},{"rootY":0,"hips":[0,0],"chest":[3.8,-85.6],"neck":[-0.4,-146.1],"head":[-4.6,-177.6],"shR":[55.4,-143.6],"elR":[130.3,-124.1],"haR":[206.3,-113.7],"shL":[-58.4,-132.2],"elL":[-126.7,-91.3],"haL":[-206.6,-49.8],"hipR":[29.2,7.8],"knR":[40.3,163.7],"ftR":[51.5,282.9],"hipL":[-28.8,9.2],"knL":[-36.6,165.3],"ftL":[-46.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.7,-85.7],"neck":[-0.7,-146.1],"head":[-5,-177.6],"shR":[55.1,-143.6],"elR":[129.8,-123.9],"haR":[205.7,-113.7],"shL":[-58.7,-131.9],"elL":[-126.4,-90.1],"haL":[-205.8,-47.5],"hipR":[29.3,7.8],"knR":[39.9,163.7],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-47.2,284.4]},{"rootY":0,"hips":[0,0],"chest":[3.6,-85.7],"neck":[-1,-146.1],"head":[-5.4,-177.6],"shR":[54.8,-143.3],"elR":[129.5,-123.1],"haR":[204.8,-114.3],"shL":[-58.9,-131.2],"elL":[-126.1,-88.5],"haL":[-205,-44.9],"hipR":[29.3,7.8],"knR":[39.5,163.7],"ftR":[50.7,282.9],"hipL":[-28.8,9.2],"knL":[-37.3,165.3],"ftL":[-47.7,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.4,-85.6],"neck":[-1.2,-146.1],"head":[-5.7,-177.5],"shR":[54.8,-142.1],"elR":[129.4,-120.4],"haR":[202.6,-115],"shL":[-59,-130.2],"elL":[-125.3,-86.2],"haL":[-203.4,-41.2],"hipR":[29.3,7.8],"knR":[39.2,163.7],"ftR":[50.3,282.9],"hipL":[-28.8,9.2],"knL":[-37.6,165.3],"ftL":[-48.1,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.2,-85.6],"neck":[-1.1,-146],"head":[-5.8,-177.5],"shR":[55.1,-139.7],"elR":[129.7,-116],"haR":[198.4,-114.9],"shL":[-58.8,-129],"elL":[-123.5,-82.8],"haL":[-200.4,-35.6],"hipR":[29.3,7.7],"knR":[38.9,163.7],"ftR":[50,282.9],"hipL":[-28.8,9.2],"knL":[-37.8,165.3],"ftL":[-48.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.9,-146],"head":[-5.7,-177.5],"shR":[55.4,-137.2],"elR":[130.1,-111.1],"haR":[191.9,-113.1],"shL":[-58.3,-127.6],"elL":[-120.4,-78.2],"haL":[-195.2,-27.8],"hipR":[29.3,7.7],"knR":[38.6,163.7],"ftR":[49.8,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.2],"ftL":[-48.6,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.7,-146],"head":[-5.4,-177.5],"shR":[55.8,-135.4],"elR":[130.4,-107.1],"haR":[184,-109],"shL":[-57.7,-126],"elL":[-116,-72.6],"haL":[-187.5,-17.8],"hipR":[29.3,7.7],"knR":[38.3,163.7],"ftR":[49.7,282.8],"hipL":[-28.8,9.3],"knL":[-38,165.2],"ftL":[-48.7,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.4,-146],"head":[-5,-177.5],"shR":[56.2,-134.2],"elR":[130.3,-104],"haR":[176.4,-103.7],"shL":[-57.1,-124.8],"elL":[-109.9,-66.3],"haL":[-176,-5.8],"hipR":[29.3,7.7],"knR":[38.2,163.7],"ftR":[49.7,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.2],"ftL":[-48.7,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3,-85.6],"neck":[0.2,-146],"head":[-4.3,-177.5],"shR":[56.6,-133.1],"elR":[129.8,-100.4],"haR":[171,-99.2],"shL":[-56.4,-124.4],"elL":[-102.1,-60.2],"haL":[-160.1,7.1],"hipR":[29.3,7.7],"knR":[38.3,163.7],"ftR":[50,282.8],"hipL":[-28.8,9.3],"knL":[-37.8,165.2],"ftL":[-48.4,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[2.9,-85.6],"neck":[1,-146.1],"head":[-3.3,-177.6],"shR":[57.3,-132.4],"elR":[128.6,-96],"haR":[167.5,-97.2],"shL":[-55.7,-124.7],"elL":[-93.3,-55],"haL":[-141.4,19.1],"hipR":[29.3,7.7],"knR":[38.5,163.7],"ftR":[50.5,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.1],"ftL":[-47.9,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.2,-85.6],"neck":[2.3,-146.1],"head":[-2,-177.6],"shR":[58.4,-132.1],"elR":[126.7,-91],"haR":[164.5,-99.4],"shL":[-54.4,-124.8],"elL":[-84.3,-50.9],"haL":[-122,29.1],"hipR":[29.2,7.8],"knR":[38.7,163.8],"ftR":[51.2,282.8],"hipL":[-28.9,9.2],"knL":[-37.3,165],"ftL":[-47.2,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[4,-85.5],"neck":[4,-146],"head":[-0.1,-177.5],"shR":[59.9,-131.9],"elR":[124.7,-86],"haR":[161.3,-105.7],"shL":[-52.6,-124.4],"elL":[-75,-47.5],"haL":[-102.7,36.9],"hipR":[29.2,7.9],"knR":[38.8,163.9],"ftR":[52.1,282.8],"hipL":[-28.9,9.1],"knL":[-36.9,165],"ftL":[-46.4,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[5,-85.3],"neck":[5.8,-145.8],"head":[1.7,-177.3],"shR":[61.5,-131.8],"elR":[121.9,-81.4],"haR":[157.9,-114.4],"shL":[-50.7,-123.7],"elL":[-65.8,-44.8],"haL":[-84.7,42.4],"hipR":[29.2,8],"knR":[39,163.9],"ftR":[52.9,282.8],"hipL":[-28.9,9],"knL":[-36.4,164.9],"ftL":[-45.7,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[5.9,-85.2],"neck":[7.1,-145.6],"head":[3.1,-177.1],"shR":[62.7,-132.3],"elR":[117.5,-78.6],"haR":[153.4,-124.3],"shL":[-49.3,-123.1],"elL":[-59.1,-43.3],"haL":[-72.2,45.2],"hipR":[29.2,8.1],"knR":[38.9,164],"ftR":[53.3,282.8],"hipL":[-28.9,8.9],"knL":[-36.2,164.8],"ftL":[-45.3,284]},{"rootY":0.1,"hips":[0,0],"chest":[6.4,-85.1],"neck":[7.5,-145.5],"head":[3.6,-177],"shR":[63.1,-133.3],"elR":[112.7,-79.1],"haR":[146.3,-135.2],"shL":[-48.9,-123],"elL":[-57,-43.1],"haL":[-69.5,45.6],"hipR":[29.2,8.1],"knR":[38.6,164],"ftR":[53.1,282.8],"hipL":[-28.9,8.9],"knL":[-36.4,164.8],"ftL":[-45.5,284]},{"rootY":0.1,"hips":[0,0],"chest":[6.5,-85.2],"neck":[7.3,-145.5],"head":[3.6,-177],"shR":[62.7,-134.2],"elR":[112.3,-82.9],"haR":[135.1,-144.9],"shL":[-49,-122.9],"elL":[-59.5,-43.4],"haL":[-75.4,44.7],"hipR":[29.2,8],"knR":[38.3,163.9],"ftR":[52.5,282.7],"hipL":[-28.9,9],"knL":[-36.7,164.8],"ftL":[-46.1,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.4,-85.2],"neck":[6.8,-145.5],"head":[3.7,-177.1],"shR":[62,-135.3],"elR":[118.4,-90.6],"haR":[120.9,-150.3],"shL":[-49.2,-122.3],"elL":[-63.9,-43.6],"haL":[-84.1,43.6],"hipR":[29.2,7.9],"knR":[38,163.9],"ftR":[51.9,282.7],"hipL":[-28.9,9],"knL":[-37.1,164.9],"ftL":[-46.7,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.5,-85.1],"neck":[6.2,-145.4],"head":[3.7,-177.1],"shR":[61.1,-136.5],"elR":[126.5,-103.5],"haR":[107.3,-150.5],"shL":[-49.5,-121.3],"elL":[-68.3,-43.6],"haL":[-91.6,42.6],"hipR":[29.2,7.9],"knR":[37.7,163.9],"ftR":[51.3,282.7],"hipL":[-28.9,9.1],"knL":[-37.3,164.9],"ftL":[-47.2,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.9,-85],"neck":[5.5,-145.4],"head":[3.5,-177.1],"shR":[60,-137.2],"elR":[130.6,-118.2],"haR":[98.2,-149.1],"shL":[-50,-120.5],"elL":[-72.2,-43.8],"haL":[-98,41.6],"hipR":[29.2,7.9],"knR":[37.5,163.8],"ftR":[50.7,282.8],"hipL":[-28.9,9.1],"knL":[-37.6,164.9],"ftL":[-47.8,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[7.3,-85],"neck":[4.6,-145.4],"head":[2.9,-177.1],"shR":[58.4,-137.6],"elR":[129.1,-125.9],"haR":[92.7,-150.7],"shL":[-50.7,-120],"elL":[-75.5,-44],"haL":[-103.9,40.3],"hipR":[29.2,7.9],"knR":[37.1,163.8],"ftR":[49.9,282.8],"hipL":[-28.9,9.1],"knL":[-38.1,164.9],"ftL":[-48.5,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[7.4,-85.2],"neck":[3.6,-145.5],"head":[2,-177.3],"shR":[56.7,-138.4],"elR":[123.9,-121.7],"haR":[90,-154.2],"shL":[-51.3,-119.5],"elL":[-77.7,-43.9],"haL":[-108.3,39.2],"hipR":[29.3,7.8],"knR":[36.7,163.8],"ftR":[49,282.8],"hipL":[-28.9,9.2],"knL":[-38.6,165],"ftL":[-49.4,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[7.2,-85.3],"neck":[2.9,-145.7],"head":[1.1,-177.4],"shR":[55.5,-139.3],"elR":[114.5,-110.8],"haR":[87.1,-157.5],"shL":[-51.9,-119.1],"elL":[-78.4,-43.5],"haL":[-110.2,38.5],"hipR":[29.3,7.7],"knR":[36.3,163.7],"ftR":[48.3,282.8],"hipL":[-28.9,9.2],"knL":[-38.8,165.1],"ftL":[-50,284.2]},{"rootY":0.2,"hips":[0,0],"chest":[6.9,-85.4],"neck":[2.6,-145.7],"head":[0.7,-177.4],"shR":[55,-139.8],"elR":[103.3,-102.2],"haR":[84,-160.5],"shL":[-52.3,-119.2],"elL":[-77.9,-43.2],"haL":[-110,37.8],"hipR":[29.3,7.6],"knR":[36.1,163.6],"ftR":[47.8,282.7],"hipL":[-28.8,9.3],"knL":[-38.8,165.2],"ftL":[-50.5,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[6.9,-85.4],"neck":[2.7,-145.7],"head":[0.8,-177.4],"shR":[54.8,-139.4],"elR":[97.7,-99.6],"haR":[80.2,-159.2],"shL":[-52.6,-119.7],"elL":[-76.8,-43.2],"haL":[-108,37.4],"hipR":[29.3,7.6],"knR":[36,163.6],"ftR":[47.7,282.7],"hipL":[-28.8,9.4],"knL":[-38.7,165.3],"ftL":[-50.7,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[7,-85.4],"neck":[3,-145.6],"head":[1.3,-177.3],"shR":[54.8,-138.9],"elR":[101.1,-102.2],"haR":[75.1,-152.1],"shL":[-52.5,-120.3],"elL":[-75,-43.1],"haL":[-104.2,37.5],"hipR":[29.3,7.6],"knR":[36.1,163.6],"ftR":[48,282.7],"hipL":[-28.8,9.4],"knL":[-38.5,165.3],"ftL":[-50.4,284.2]},{"rootY":0.2,"hips":[0,0],"chest":[7.2,-85.3],"neck":[3.4,-145.5],"head":[1.9,-177.2],"shR":[54.9,-138.6],"elR":[108,-108.6],"haR":[71.3,-143.6],"shL":[-52.1,-120.2],"elL":[-72.8,-42.5],"haL":[-99.2,38.5],"hipR":[29.3,7.7],"knR":[36.4,163.7],"ftR":[48.6,282.7],"hipL":[-28.8,9.3],"knL":[-38.3,165.2],"ftL":[-49.8,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[7.5,-85.2],"neck":[3.6,-145.3],"head":[2.2,-177.1],"shR":[55,-138.4],"elR":[111.7,-114.8],"haR":[68,-136.3],"shL":[-51.7,-119.5],"elL":[-70.5,-41.3],"haL":[-94.1,40],"hipR":[29.3,7.8],"knR":[36.8,163.8],"ftR":[49.1,282.8],"hipL":[-28.9,9.2],"knL":[-38.1,165.2],"ftL":[-49.2,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[7.7,-85.2],"neck":[3.5,-145.3],"head":[2.2,-177],"shR":[54.8,-138.3],"elR":[110.8,-115.2],"haR":[64.9,-131.9],"shL":[-51.6,-119],"elL":[-68.4,-40.4],"haL":[-89.3,41.5],"hipR":[29.3,7.8],"knR":[37.1,163.8],"ftR":[49.6,282.9],"hipL":[-28.9,9.2],"knL":[-38,165.1],"ftL":[-48.8,284.2]},{"rootY":0,"hips":[0,0],"chest":[7.6,-85.2],"neck":[3.5,-145.3],"head":[2,-177],"shR":[54.9,-138.2],"elR":[106.2,-107.5],"haR":[60.3,-132],"shL":[-51.6,-118.8],"elL":[-66.7,-39.9],"haL":[-84.9,42.8],"hipR":[29.3,7.8],"knR":[37.2,163.9],"ftR":[49.8,282.9],"hipL":[-28.9,9.2],"knL":[-38,165.1],"ftL":[-48.6,284.2]},{"rootY":0,"hips":[0,0],"chest":[7.2,-85.4],"neck":[3.5,-145.3],"head":[1.8,-177],"shR":[55.4,-138.2],"elR":[97.6,-96.3],"haR":[55.1,-135.7],"shL":[-51.8,-118.9],"elL":[-65.5,-39.9],"haL":[-81.1,44.1],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50,282.9],"hipL":[-28.9,9.2],"knL":[-37.8,165.1],"ftL":[-48.5,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.8,-85.4],"neck":[3.6,-145.3],"head":[1.8,-177],"shR":[56,-138.5],"elR":[87.1,-88.4],"haR":[50.7,-140.4],"shL":[-51.9,-119.1],"elL":[-65,-40],"haL":[-78.3,45.3],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50.1,282.8],"hipL":[-28.9,9.2],"knL":[-37.7,165.2],"ftL":[-48.4,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.6,-85.4],"neck":[3.8,-145.2],"head":[1.9,-176.9],"shR":[56.5,-138.6],"elR":[80.3,-85.4],"haR":[46.7,-143.4],"shL":[-52,-119.3],"elL":[-65.1,-40.2],"haL":[-76.4,46.4],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50.2,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.2],"ftL":[-48.3,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.6,-85.4],"neck":[3.9,-145.2],"head":[2,-176.9],"shR":[56.7,-138.5],"elR":[81.4,-86.1],"haR":[41.2,-141.7],"shL":[-52.1,-119.6],"elL":[-65.2,-40.5],"haL":[-75.4,47.2],"hipR":[29.2,7.8],"knR":[37.2,163.9],"ftR":[50.5,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.2],"ftL":[-48,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.5,-85.4],"neck":[3.8,-145.3],"head":[2.1,-177],"shR":[56.9,-138.5],"elR":[87.9,-89.7],"haR":[35.8,-136.1],"shL":[-52.1,-119.7],"elL":[-65.3,-40.5],"haL":[-75.3,47.5],"hipR":[29.2,7.8],"knR":[37.4,163.9],"ftR":[50.9,282.8],"hipL":[-28.8,9.2],"knL":[-37.4,165.1],"ftL":[-47.7,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.4,-85.4],"neck":[3.6,-145.3],"head":[2,-177],"shR":[57,-138.9],"elR":[93.9,-95.4],"haR":[31,-129.6],"shL":[-52.2,-119.4],"elL":[-65.6,-40.4],"haL":[-76.1,47.7],"hipR":[29.2,7.9],"knR":[37.6,163.9],"ftR":[51.2,282.8],"hipL":[-28.8,9.1],"knL":[-37.3,165.1],"ftL":[-47.3,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.3,-85.4],"neck":[3.1,-145.3],"head":[1.6,-177],"shR":[56.6,-139.1],"elR":[96.8,-100.4],"haR":[28.4,-124.7],"shL":[-52.6,-119],"elL":[-66.4,-40.1],"haL":[-77.5,47.7],"hipR":[29.2,7.9],"knR":[37.8,163.9],"ftR":[51.4,282.8],"hipL":[-28.9,9.1],"knL":[-37.2,165.1],"ftL":[-47.2,284.2]},{"rootY":0,"hips":[0,0],"chest":[6,-85.4],"neck":[2.3,-145.3],"head":[0.9,-177],"shR":[55.7,-138.8],"elR":[96.8,-101.8],"haR":[28.5,-124.7],"shL":[-53.1,-118.7],"elL":[-67.4,-39.8],"haL":[-79.2,47.7],"hipR":[29.2,7.9],"knR":[37.8,163.9],"ftR":[51.4,282.8],"hipL":[-28.8,9.1],"knL":[-37.1,165.1],"ftL":[-47.2,284.2]},{"rootY":0,"hips":[0,0],"chest":[5.7,-85.5],"neck":[1.5,-145.3],"head":[0.1,-177],"shR":[54.7,-138.4],"elR":[94.7,-99.2],"haR":[29.5,-127.4],"shL":[-53.9,-118.5],"elL":[-68.6,-39.7],"haL":[-80.8,47.4],"hipR":[29.2,7.8],"knR":[37.8,163.9],"ftR":[51.2,282.8],"hipL":[-28.8,9.2],"knL":[-37.2,165.2],"ftL":[-47.3,284.2]},{"rootY":0,"hips":[0,0],"chest":[5.3,-85.5],"neck":[0.8,-145.3],"head":[-0.6,-177],"shR":[53.9,-138.7],"elR":[90.8,-95.2],"haR":[30,-131.3],"shL":[-54.5,-118.4],"elL":[-69.8,-39.6],"haL":[-82.2,47],"hipR":[29.3,7.8],"knR":[37.8,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37.1,165.2],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[5,-85.5],"neck":[0.4,-145.2],"head":[-1.1,-176.9],"shR":[53.5,-139.3],"elR":[86.1,-91.8],"haR":[30.7,-137.2],"shL":[-54.9,-118.3],"elL":[-70.9,-39.6],"haL":[-83.2,46.6],"hipR":[29.3,7.8],"knR":[37.9,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37.1,165.3],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.9,-85.5],"neck":[0.3,-145.2],"head":[-1.3,-176.9],"shR":[53.3,-139.8],"elR":[82.1,-90.1],"haR":[32.8,-143.8],"shL":[-55.1,-118.2],"elL":[-71.9,-39.7],"haL":[-83.7,46.1],"hipR":[29.3,7.7],"knR":[38.1,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37,165.3],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.5],"neck":[0.4,-145.2],"head":[-1.3,-176.8],"shR":[53.4,-140],"elR":[81.5,-90.6],"haR":[34.6,-146.6],"shL":[-55.2,-118.4],"elL":[-72.5,-39.9],"haL":[-83.8,45.7],"hipR":[29.3,7.8],"knR":[38.2,163.9],"ftR":[51.3,282.8],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-47.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.5],"neck":[0.4,-145.1],"head":[-1.2,-176.8],"shR":[53.7,-139.9],"elR":[86,-93.2],"haR":[34.7,-142.9],"shL":[-55.2,-118.5],"elL":[-72.8,-40],"haL":[-83.5,45.4],"hipR":[29.3,7.8],"knR":[38.4,163.9],"ftR":[51.7,282.8],"hipL":[-28.9,9.2],"knL":[-36.7,165.3],"ftL":[-46.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.4],"neck":[0.5,-145.1],"head":[-1,-176.7],"shR":[54,-139.2],"elR":[93.7,-97.4],"haR":[35.8,-135.3],"shL":[-55,-118.3],"elL":[-72.7,-39.8],"haL":[-83,45.3],"hipR":[29.3,7.8],"knR":[38.7,163.9],"ftR":[52.2,282.8],"hipL":[-28.9,9.2],"knL":[-36.5,165.3],"ftL":[-46.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.4],"neck":[0.6,-145],"head":[-0.9,-176.7],"shR":[54.2,-137.6],"elR":[101.2,-101.5],"haR":[37.5,-125.2],"shL":[-54.8,-118],"elL":[-72.4,-39.4],"haL":[-82.3,45.5],"hipR":[29.2,7.9],"knR":[38.9,164],"ftR":[52.7,282.8],"hipL":[-28.9,9.1],"knL":[-36.3,165.3],"ftL":[-45.9,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.3],"neck":[0.5,-145],"head":[-1,-176.7],"shR":[54,-135.5],"elR":[105.9,-103.9],"haR":[38.5,-111.7],"shL":[-54.7,-117.6],"elL":[-72,-38.9],"haL":[-81.6,45.8],"hipR":[29.2,7.9],"knR":[39.1,164],"ftR":[53,282.8],"hipL":[-28.9,9.1],"knL":[-36.1,165.2],"ftL":[-45.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.3],"neck":[0.3,-145],"head":[-1.2,-176.7],"shR":[53.8,-133.6],"elR":[108.2,-102.8],"haR":[40.5,-97.5],"shL":[-54.8,-117.3],"elL":[-71.5,-38.5],"haL":[-80.9,46.2],"hipR":[29.2,7.9],"knR":[39.2,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.6,-85.2],"neck":[0.1,-145],"head":[-1.6,-176.7],"shR":[53.5,-132.3],"elR":[110,-98],"haR":[46.4,-85.3],"shL":[-54.8,-117],"elL":[-71.1,-38.1],"haL":[-80.2,46.5],"hipR":[29.2,7.9],"knR":[39.3,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.5,-85.1],"neck":[0,-145],"head":[-1.9,-176.6],"shR":[53.4,-131],"elR":[110.9,-90.4],"haR":[55.3,-73.6],"shL":[-54.8,-116.6],"elL":[-70.7,-37.6],"haL":[-79.5,47],"hipR":[29.2,7.9],"knR":[39.4,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.3,-85],"neck":[-0.2,-144.9],"head":[-2.4,-176.5],"shR":[53.3,-129.4],"elR":[108.7,-81.3],"haR":[62.6,-57.5],"shL":[-54.8,-116.2],"elL":[-70.4,-37.2],"haL":[-78.9,47.5],"hipR":[29.2,7.9],"knR":[39.5,164],"ftR":[53,282.9],"hipL":[-28.9,9.1],"knL":[-36.1,165.2],"ftL":[-45.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.9],"neck":[-0.3,-144.8],"head":[-2.8,-176.4],"shR":[53,-127.3],"elR":[103.4,-71.8],"haR":[67.4,-35.7],"shL":[-55,-116],"elL":[-70.2,-37],"haL":[-78.4,48],"hipR":[29.2,7.9],"knR":[39.5,164],"ftR":[52.9,282.9],"hipL":[-28.9,9.1],"knL":[-36.2,165.2],"ftL":[-45.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.9],"neck":[-0.4,-144.6],"head":[-3.1,-176.2],"shR":[52.8,-125.2],"elR":[96.8,-62.9],"haR":[72.4,-15.1],"shL":[-55.2,-116.2],"elL":[-70,-37.1],"haL":[-78,48.4],"hipR":[29.2,7.9],"knR":[39.6,164],"ftR":[52.7,282.9],"hipL":[-28.9,9.1],"knL":[-36.4,165.2],"ftL":[-45.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.8],"neck":[-0.3,-144.5],"head":[-3.2,-176.1],"shR":[52.7,-123.6],"elR":[91.1,-56.1],"haR":[79.4,1],"shL":[-55.3,-116.5],"elL":[-69.9,-37.3],"haL":[-77.9,48.5],"hipR":[29.3,7.9],"knR":[39.6,163.9],"ftR":[52.5,282.9],"hipL":[-28.9,9.1],"knL":[-36.5,165.3],"ftL":[-46,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.1,-84.8],"neck":[-0.2,-144.5],"head":[-3.2,-176.1],"shR":[52.9,-122.5],"elR":[87.2,-52],"haR":[87.1,14.5],"shL":[-55.4,-116.7],"elL":[-69.9,-37.6],"haL":[-77.9,48.6],"hipR":[29.3,7.9],"knR":[39.7,163.9],"ftR":[52.3,282.9],"hipL":[-28.9,9.1],"knL":[-36.6,165.3],"ftL":[-46.1,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.1,-84.8],"neck":[0.1,-144.3],"head":[-3,-175.9],"shR":[53.1,-121.9],"elR":[85.1,-49.7],"haR":[93.2,25.7],"shL":[-55.3,-116.8],"elL":[-69.9,-37.8],"haL":[-78.2,48.7],"hipR":[29.3,7.8],"knR":[39.8,163.9],"ftR":[52.1,282.9],"hipL":[-28.9,9.2],"knL":[-36.6,165.3],"ftL":[-46.2,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.7],"neck":[0.4,-144.3],"head":[-2.8,-175.8],"shR":[53.3,-121.6],"elR":[84.3,-48.1],"haR":[97.7,32.8],"shL":[-55.1,-116.9],"elL":[-70,-38],"haL":[-78.8,48.7],"hipR":[29.3,7.8],"knR":[40,163.9],"ftR":[52,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.3,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.3,-84.7],"neck":[0.6,-144.3],"head":[-2.6,-175.9],"shR":[53.6,-121.5],"elR":[84.3,-47.3],"haR":[101.3,36.3],"shL":[-54.8,-116.8],"elL":[-70.1,-38.1],"haL":[-79.5,48.8],"hipR":[29.3,7.8],"knR":[40.3,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.3,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.4,-84.8],"neck":[0.8,-144.4],"head":[-2.4,-176],"shR":[54.1,-121.5],"elR":[84.4,-46.8],"haR":[103.9,38.3],"shL":[-54.5,-116.7],"elL":[-70.1,-38.1],"haL":[-80.4,48.8],"hipR":[29.3,7.8],"knR":[40.5,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.9,165.4],"ftL":[-46.3,284.5]},{"rootY":0,"hips":[0,0],"chest":[4.4,-84.8],"neck":[0.9,-144.5],"head":[-2.2,-176.1],"shR":[54.7,-121.3],"elR":[84.3,-46.3],"haR":[105.2,39.7],"shL":[-54.2,-116.5],"elL":[-70.2,-38],"haL":[-81.2,48.9],"hipR":[29.3,7.8],"knR":[40.6,163.8],"ftR":[51.8,282.9],"hipL":[-28.9,9.2],"knL":[-36.9,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[4.2,-84.9],"neck":[1.1,-144.6],"head":[-2,-176.2],"shR":[55.3,-121],"elR":[84.1,-45.9],"haR":[106.1,40.5],"shL":[-53.9,-116.4],"elL":[-70.2,-38],"haL":[-81.9,48.9],"hipR":[29.2,7.8],"knR":[40.7,163.8],"ftR":[51.8,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[3.9,-85],"neck":[1.3,-144.7],"head":[-1.7,-176.4],"shR":[55.8,-120.8],"elR":[84.1,-45.8],"haR":[106.7,40.8],"shL":[-53.5,-116.4],"elL":[-70.3,-38.1],"haL":[-82.4,48.9],"hipR":[29.3,7.8],"knR":[40.7,163.8],"ftR":[51.7,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[3.5,-85.1],"neck":[1.5,-144.9],"head":[-1.5,-176.6],"shR":[56.2,-120.5],"elR":[83.7,-45.7],"haR":[106.7,41],"shL":[-53.2,-116.4],"elL":[-70.3,-38.2],"haL":[-82.6,48.9],"hipR":[29.3,7.8],"knR":[40.5,163.8],"ftR":[51.6,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[3,-85.2],"neck":[1.5,-145.1],"head":[-1.3,-176.7],"shR":[56.5,-120.4],"elR":[82.7,-45.4],"haR":[105.9,41.3],"shL":[-53,-116.5],"elL":[-70.4,-38.2],"haL":[-82.7,49],"hipR":[29.3,7.8],"knR":[40.2,163.8],"ftR":[51.5,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[2.6,-85.2],"neck":[1.4,-145.1],"head":[-1.4,-176.8],"shR":[56.5,-120.3],"elR":[81.5,-45.1],"haR":[104.7,41.7],"shL":[-53,-116.4],"elL":[-70.6,-38.1],"haL":[-82.6,49],"hipR":[29.3,7.7],"knR":[39.9,163.8],"ftR":[51.3,282.9],"hipL":[-28.9,9.2],"knL":[-37,165.4],"ftL":[-46.9,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[2.2,-85.2],"neck":[1.2,-145.1],"head":[-1.6,-176.8],"shR":[56.4,-120.2],"elR":[80.6,-44.8],"haR":[103.6,42],"shL":[-53,-116.2],"elL":[-70.7,-37.9],"haL":[-82.3,49.1],"hipR":[29.3,7.7],"knR":[39.6,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.2,165.4],"ftL":[-47.2,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.9,-85.2],"neck":[0.9,-145.1],"head":[-1.9,-176.8],"shR":[56.2,-120.1],"elR":[80.1,-44.5],"haR":[102.6,42.3],"shL":[-53.1,-116],"elL":[-70.8,-37.6],"haL":[-81.8,49.1],"hipR":[29.3,7.7],"knR":[39.3,163.8],"ftR":[50.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.4],"ftL":[-47.4,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.5,-85.2],"neck":[0.5,-145.1],"head":[-2.2,-176.8],"shR":[55.9,-119.9],"elR":[79.7,-44.3],"haR":[101.7,42.5],"shL":[-53.2,-115.7],"elL":[-70.9,-37.2],"haL":[-81.2,49],"hipR":[29.3,7.7],"knR":[38.9,163.8],"ftR":[50.6,282.9],"hipL":[-28.8,9.3],"knL":[-37.6,165.3],"ftL":[-47.6,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-85.2],"neck":[0.1,-145.1],"head":[-2.6,-176.8],"shR":[55.5,-119.9],"elR":[79.5,-44.1],"haR":[101.2,42.3],"shL":[-53.4,-115.4],"elL":[-70.8,-36.7],"haL":[-80.4,48.9],"hipR":[29.3,7.7],"knR":[38.4,163.8],"ftR":[50.4,282.9],"hipL":[-28.8,9.3],"knL":[-37.7,165.3],"ftL":[-47.8,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.8,-85.2],"neck":[-0.3,-145.2],"head":[-2.9,-176.9],"shR":[55.2,-120],"elR":[79.3,-44.1],"haR":[101,41.9],"shL":[-53.5,-115],"elL":[-70.7,-36.3],"haL":[-79.4,48.7],"hipR":[29.3,7.7],"knR":[37.9,163.8],"ftR":[50.2,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.3],"ftL":[-48,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.5,-85.2],"neck":[-0.6,-145.2],"head":[-3.3,-176.9],"shR":[54.9,-120],"elR":[79.3,-44.1],"haR":[101.1,41.4],"shL":[-53.6,-114.6],"elL":[-70.4,-35.8],"haL":[-78.4,48.5],"hipR":[29.3,7.7],"knR":[37.6,163.8],"ftR":[50.1,282.8],"hipL":[-28.8,9.3],"knL":[-38,165.3],"ftL":[-48.1,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-85.2],"neck":[-0.9,-145.2],"head":[-3.5,-176.9],"shR":[54.8,-120.1],"elR":[79.5,-44.1],"haR":[101.4,40.8],"shL":[-53.6,-114.3],"elL":[-70.1,-35.4],"haL":[-77.2,48.3],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.1,282.8],"hipL":[-28.8,9.3],"knL":[-38.1,165.3],"ftL":[-48.1,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.2,-85.2],"neck":[-1,-145.2],"head":[-3.5,-176.9],"shR":[54.7,-120.2],"elR":[80,-44.2],"haR":[102,40.1],"shL":[-53.5,-114.2],"elL":[-69.8,-35.2],"haL":[-76.1,48],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.2,282.8],"hipL":[-28.7,9.3],"knL":[-38.1,165.3],"ftL":[-48,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.1,-85.1],"neck":[-1,-145.2],"head":[-3.5,-176.9],"shR":[54.8,-120.2],"elR":[80.6,-44.3],"haR":[102.7,39.3],"shL":[-53.4,-114.1],"elL":[-69.6,-35.1],"haL":[-75.1,47.8],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.4,282.8],"hipL":[-28.7,9.3],"knL":[-38,165.2],"ftL":[-47.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.1,-85],"neck":[-0.8,-145.1],"head":[-3.4,-176.8],"shR":[55,-120.2],"elR":[81.2,-44.4],"haR":[103.3,38.6],"shL":[-53.1,-114],"elL":[-69.3,-35],"haL":[-74.2,47.7],"hipR":[29.2,7.7],"knR":[37.5,163.8],"ftR":[50.7,282.8],"hipL":[-28.7,9.3],"knL":[-37.9,165.2],"ftL":[-47.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.2,-85],"neck":[-0.6,-145.1],"head":[-3.2,-176.8],"shR":[55.2,-120.1],"elR":[81.6,-44.3],"haR":[103.9,38.3],"shL":[-52.9,-114],"elL":[-69.1,-35],"haL":[-73.7,47.7],"hipR":[29.2,7.7],"knR":[37.6,163.9],"ftR":[51,282.8],"hipL":[-28.7,9.2],"knL":[-37.8,165.2],"ftL":[-47.2,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.3,-84.9],"neck":[-0.4,-145.1],"head":[-3,-176.8],"shR":[55.4,-119.9],"elR":[81.7,-44],"haR":[104.4,38.2],"shL":[-52.6,-114],"elL":[-68.9,-35],"haL":[-73.6,47.8],"hipR":[29.2,7.8],"knR":[37.8,163.9],"ftR":[51.3,282.8],"hipL":[-28.7,9.2],"knL":[-37.6,165.1],"ftL":[-46.9,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.4,-84.9],"neck":[-0.2,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.7],"elR":[81.5,-43.6],"haR":[104.5,38.6],"shL":[-52.4,-114],"elL":[-68.8,-35],"haL":[-73.8,48.1],"hipR":[29.2,7.8],"knR":[38.1,163.9],"ftR":[51.5,282.8],"hipL":[-28.7,9.2],"knL":[-37.5,165.1],"ftL":[-46.7,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.9],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.5],"elR":[81,-43.2],"haR":[104.1,39.3],"shL":[-52.3,-114],"elL":[-68.7,-35.1],"haL":[-74.3,48.4],"hipR":[29.2,7.8],"knR":[38.3,163.9],"ftR":[51.7,282.8],"hipL":[-28.7,9.2],"knL":[-37.4,165.1],"ftL":[-46.5,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.3],"elR":[80.3,-42.8],"haR":[103.5,40.2],"shL":[-52.4,-114.1],"elL":[-68.8,-35.1],"haL":[-75,48.8],"hipR":[29.2,7.8],"knR":[38.5,163.9],"ftR":[51.8,282.8],"hipL":[-28.7,9.2],"knL":[-37.3,165.1],"ftL":[-46.3,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.3,-119.1],"elR":[79.7,-42.5],"haR":[102.7,41.1],"shL":[-52.4,-114.1],"elL":[-69,-35.2],"haL":[-75.9,49.1],"hipR":[29.2,7.8],"knR":[38.7,163.9],"ftR":[52,282.8],"hipL":[-28.7,9.2],"knL":[-37.2,165.1],"ftL":[-46.2,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.2,-145],"head":[-2.9,-176.7],"shR":[55.2,-119],"elR":[79.3,-42.2],"haR":[102.1,41.8],"shL":[-52.5,-114.1],"elL":[-69.2,-35.2],"haL":[-76.7,49.5],"hipR":[29.2,7.8],"knR":[39,163.9],"ftR":[52.1,282.8],"hipL":[-28.7,9.2],"knL":[-37.2,165.1],"ftL":[-46.1,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.7],"neck":[-0.2,-144.9],"head":[-2.9,-176.6],"shR":[55.1,-118.9],"elR":[78.9,-42],"haR":[101.6,42.5],"shL":[-52.6,-114.1],"elL":[-69.3,-35.2],"haL":[-77.6,49.9],"hipR":[29.2,7.8],"knR":[39.3,163.9],"ftR":[52.1,282.9],"hipL":[-28.7,9.2],"knL":[-37.1,165.1],"ftL":[-46,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.6],"neck":[-0.2,-144.9],"head":[-2.9,-176.6],"shR":[55.1,-118.8],"elR":[78.4,-41.9],"haR":[101.2,43.1],"shL":[-52.7,-114],"elL":[-69.3,-35.1],"haL":[-78.2,50.2],"hipR":[29.2,7.8],"knR":[39.7,163.9],"ftR":[52.2,282.9],"hipL":[-28.8,9.1],"knL":[-37,165.1],"ftL":[-45.8,284.3]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.6],"neck":[-0.3,-144.8],"head":[-3,-176.5],"shR":[55,-118.9],"elR":[77.7,-41.7],"haR":[101.1,43.5],"shL":[-52.8,-113.9],"elL":[-69.3,-35],"haL":[-78.7,50.5],"hipR":[29.2,7.8],"knR":[40,163.8],"ftR":[52.4,282.9],"hipL":[-28.8,9.2],"knL":[-36.9,165.1],"ftL":[-45.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.5],"neck":[-0.4,-144.8],"head":[-3.2,-176.5],"shR":[54.9,-118.9],"elR":[77.1,-41.7],"haR":[101,43.8],"shL":[-52.9,-113.8],"elL":[-69.3,-34.9],"haL":[-79.1,50.9],"hipR":[29.2,7.8],"knR":[40.2,163.8],"ftR":[52.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.8,165.1],"ftL":[-45.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.5],"neck":[-0.6,-144.8],"head":[-3.3,-176.5],"shR":[54.8,-119],"elR":[76.6,-41.5],"haR":[100.9,44],"shL":[-53,-113.6],"elL":[-69.2,-34.7],"haL":[-79.2,51.3],"hipR":[29.2,7.9],"knR":[40.2,163.9],"ftR":[52.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.8,165.1],"ftL":[-45.4,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.5],"neck":[-0.7,-144.8],"head":[-3.5,-176.4],"shR":[54.7,-118.9],"elR":[76.1,-41.4],"haR":[100.7,44.3],"shL":[-52.9,-113.4],"elL":[-69,-34.4],"haL":[-79.1,51.7],"hipR":[29.2,7.9],"knR":[40.1,163.9],"ftR":[52.4,283],"hipL":[-28.8,9.1],"knL":[-36.7,165],"ftL":[-45.3,284.3]}]}}; \ No newline at end of file diff --git a/ink-theater/examples/mocap-figure/index.html b/ink-theater/examples/mocap-figure/index.html index c4aea41e..c94c91dc 100644 --- a/ink-theater/examples/mocap-figure/index.html +++ b/ink-theater/examples/mocap-figure/index.html @@ -9,7 +9,7 @@ -
-
+
+
@@ -62,10 +62,12 @@ // 2) it comes alive and performs — real mocap, chosen by name var segs = [ - { clip: "wave_hello", dur: 3.0, label: "it waves" }, - { clip: "dab", dur: 3.0, label: "it dabs" }, - { clip: "jumping", dur: 3.4, label: "it jumps" }, - { clip: "zombie", dur: 3.9, label: "it walks" } + { clip: "walk", dur: 2.6, label: "it walks" }, + { clip: "run", dur: 2.6, label: "it runs" }, + { clip: "dance_spin", dur: 3.4, label: "it dances" }, + { clip: "kick", dur: 2.6, label: "it kicks" }, + { clip: "sit", dur: 3.4, label: "it sits" }, + { clip: "wave", dur: 2.6, label: "it waves" } ]; window.InkPuppet.choreograph(tl, pup, segs, { start: 3.7 }); diff --git a/ink-theater/examples/mocap-figure/ink-theater.js b/ink-theater/examples/mocap-figure/ink-theater.js index 52d05c5c..6fedded3 100644 --- a/ink-theater/examples/mocap-figure/ink-theater.js +++ b/ink-theater/examples/mocap-figure/ink-theater.js @@ -260,10 +260,39 @@ }; } + // ---- comic speech balloon (the "characters talking" primitive) ---- + // Builds an ink bubble + tail (grows from the mouth) and an HTML overlay text, + // and animates it on the timeline. Text is HTML so the webfont applies. + // balloon(tl, { into:, overlay:
, at, dur, text, mouth:[x,y], + // center:[x,y], w, size, font, boil }) + function balloon(tl, o) { + o = o || {}; + var g = root.gsap; + var bx = (o.center && o.center[0]) || 1030, by = (o.center && o.center[1]) || 320; + var w = o.w || Math.max(200, String(o.text || "").length * 26), h = o.h || 116; + var mouth = o.mouth || [bx - 260, by + 130]; + var grp = el("g", o.boil ? { filter: "url(#" + o.boil + ")" } : {}); + grp.appendChild(el("rect", { x: bx - w / 2, y: by - h / 2, width: w, height: h, rx: h / 2, fill: "#fff", stroke: INK, "stroke-width": 3.4 })); + grp.appendChild(el("path", { d: "M " + (bx - 40) + " " + (by + h / 2 - 6) + " L " + mouth[0] + " " + mouth[1] + " L " + (bx - 4) + " " + (by + h / 2 - 2) + " Z", fill: "#fff", stroke: INK, "stroke-width": 3.4, "stroke-linejoin": "round" })); + (o.into || document.body).appendChild(grp); + var d = document.createElement("div"); + d.textContent = o.text; + d.style.cssText = "position:absolute;display:flex;align-items:center;justify-content:center;text-align:center;opacity:0;color:" + INK + + ";font-family:'" + (o.font || "InkHand") + "',cursive;left:" + (bx - w / 2) + "px;top:" + (by - h / 2) + "px;width:" + w + "px;height:" + h + "px;font-size:" + (o.size || 50) + "px"; + (o.overlay || document.body).appendChild(d); + if (tl && g) { + g.set(grp, { svgOrigin: mouth[0] + " " + mouth[1], scale: 0 }); + tl.to(grp, { scale: 1, duration: 0.4, ease: ease.overshoot }, o.at || 0); + tl.to(d, { opacity: 1, duration: 0.25 }, (o.at || 0) + 0.18); + tl.to([grp, d], { opacity: 0, duration: 0.3 }, (o.at || 0) + (o.dur || 2) - 0.3); + } + return { group: grp, text: d }; + } + root.InkTheater = { el: el, rng: rng, resample: resample, smoothD: smoothD, wobblePts: wobblePts, inkPath: inkPath, inkRibbon: inkRibbon, boil: boil, springEase: springEase, ease: ease, fabrik: fabrik, - parts: parts, mascot: mascot, INK: INK + parts: parts, mascot: mascot, balloon: balloon, INK: INK }; })(window); diff --git a/ink-theater/ink-theater.js b/ink-theater/ink-theater.js index 52d05c5c..6fedded3 100644 --- a/ink-theater/ink-theater.js +++ b/ink-theater/ink-theater.js @@ -260,10 +260,39 @@ }; } + // ---- comic speech balloon (the "characters talking" primitive) ---- + // Builds an ink bubble + tail (grows from the mouth) and an HTML overlay text, + // and animates it on the timeline. Text is HTML so the webfont applies. + // balloon(tl, { into:, overlay:
, at, dur, text, mouth:[x,y], + // center:[x,y], w, size, font, boil }) + function balloon(tl, o) { + o = o || {}; + var g = root.gsap; + var bx = (o.center && o.center[0]) || 1030, by = (o.center && o.center[1]) || 320; + var w = o.w || Math.max(200, String(o.text || "").length * 26), h = o.h || 116; + var mouth = o.mouth || [bx - 260, by + 130]; + var grp = el("g", o.boil ? { filter: "url(#" + o.boil + ")" } : {}); + grp.appendChild(el("rect", { x: bx - w / 2, y: by - h / 2, width: w, height: h, rx: h / 2, fill: "#fff", stroke: INK, "stroke-width": 3.4 })); + grp.appendChild(el("path", { d: "M " + (bx - 40) + " " + (by + h / 2 - 6) + " L " + mouth[0] + " " + mouth[1] + " L " + (bx - 4) + " " + (by + h / 2 - 2) + " Z", fill: "#fff", stroke: INK, "stroke-width": 3.4, "stroke-linejoin": "round" })); + (o.into || document.body).appendChild(grp); + var d = document.createElement("div"); + d.textContent = o.text; + d.style.cssText = "position:absolute;display:flex;align-items:center;justify-content:center;text-align:center;opacity:0;color:" + INK + + ";font-family:'" + (o.font || "InkHand") + "',cursive;left:" + (bx - w / 2) + "px;top:" + (by - h / 2) + "px;width:" + w + "px;height:" + h + "px;font-size:" + (o.size || 50) + "px"; + (o.overlay || document.body).appendChild(d); + if (tl && g) { + g.set(grp, { svgOrigin: mouth[0] + " " + mouth[1], scale: 0 }); + tl.to(grp, { scale: 1, duration: 0.4, ease: ease.overshoot }, o.at || 0); + tl.to(d, { opacity: 1, duration: 0.25 }, (o.at || 0) + 0.18); + tl.to([grp, d], { opacity: 0, duration: 0.3 }, (o.at || 0) + (o.dur || 2) - 0.3); + } + return { group: grp, text: d }; + } + root.InkTheater = { el: el, rng: rng, resample: resample, smoothD: smoothD, wobblePts: wobblePts, inkPath: inkPath, inkRibbon: inkRibbon, boil: boil, springEase: springEase, ease: ease, fabrik: fabrik, - parts: parts, mascot: mascot, INK: INK + parts: parts, mascot: mascot, balloon: balloon, INK: INK }; })(window); diff --git a/ink-theater/mocap/add-motion.mjs b/ink-theater/mocap/add-motion.mjs new file mode 100644 index 00000000..41a35f36 --- /dev/null +++ b/ink-theater/mocap/add-motion.mjs @@ -0,0 +1,50 @@ +// add-motion.mjs — fetch a BVH, convert it, and add it to the shared Ink Puppet +// library (self-extending: no code changes, just data). Then copy clips.js into +// your project. +// +// node add-motion.mjs [category] [description] +// +// is one of: +// • a CMU id "05_02" or "005/05_02" → fetched from una-dinosauria/cmu-mocap +// • a URL "https://…/foo.bvh" +// • a local path "./something.bvh" +// +// Skeleton is auto-mapped (fair1 / CMU / Mixamo) by bvh2clip.mjs. A new skeleton +// only needs an alias added to bvh2clip.mjs's ALIAS table. +import { writeFileSync, readFileSync, readdirSync, existsSync, mkdirSync } from "node:fs"; +import { execFileSync } from "node:child_process"; +import { dirname, join } from "node:path"; +import { fileURLToPath } from "node:url"; + +const here = dirname(fileURLToPath(import.meta.url)); +const [, , name, source, category = "action", desc = ""] = process.argv; +if (!name || !source) { console.error("usage: node add-motion.mjs [category] [description]"); process.exit(1); } + +async function resolveBvh(src) { + const tmp = join(here, "src"); mkdirSync(tmp, { recursive: true }); + const out = join(tmp, name + ".bvh"); + if (existsSync(src)) { writeFileSync(out, readFileSync(src)); return out; } + let url = src; + const CMU = "https://raw.githubusercontent.com/una-dinosauria/cmu-mocap/master/data"; + if (/^\d{2,3}_\d+$/.test(src)) { const subj = src.split("_")[0].padStart(3, "0"); url = `${CMU}/${subj}/${src}.bvh`; } + else if (/^\d+\/\d{2,3}_\d+$/.test(src)) { url = `${CMU}/${src}.bvh`; } + const r = await fetch(url); if (!r.ok) throw new Error(`fetch failed ${r.status}: ${url}`); + writeFileSync(out, Buffer.from(await r.arrayBuffer())); return out; +} + +const bvh = await resolveBvh(source); +execFileSync("node", [join(here, "bvh2clip.mjs"), bvh, join(here, "clips", name + ".json"), "--fps", "30", "--max", "180", "--name", name], { stdio: "inherit" }); + +const clipsDir = join(here, "clips"); +const clips = {}; +for (const f of readdirSync(clipsDir).filter((f) => f.endsWith(".json"))) clips[f.replace(/\.json$/, "")] = JSON.parse(readFileSync(join(clipsDir, f), "utf8")); +writeFileSync(join(here, "clips.js"), "window.INK_CLIPS=" + JSON.stringify(clips) + ";"); + +const catPath = join(here, "catalog.json"); +const cat = existsSync(catPath) ? JSON.parse(readFileSync(catPath, "utf8")) : []; +const entry = { name, category, desc: desc || name, frames: clips[name].frameCount, source }; +const i = cat.findIndex((c) => c.name === name); +if (i >= 0) cat[i] = entry; else cat.push(entry); +cat.sort((a, b) => a.name.localeCompare(b.name)); +writeFileSync(catPath, JSON.stringify(cat, null, 2)); +console.log(`✓ added "${name}" (${category}) · ${clips[name].frameCount}f · library now ${cat.length} actions. Copy clips.js into your project.`); diff --git a/ink-theater/mocap/bvh2clip.mjs b/ink-theater/mocap/bvh2clip.mjs index 56f8621b..180ba990 100644 --- a/ink-theater/mocap/bvh2clip.mjs +++ b/ink-theater/mocap/bvh2clip.mjs @@ -15,6 +15,8 @@ for (let i = 0; i < rest.length; i++) { if (rest[i] === "--axis") opt.axis = rest[++i]; else if (rest[i] === "--fps") opt.fps = +rest[++i]; else if (rest[i] === "--nolockx") opt.lockx = false; + else if (rest[i] === "--max") opt.max = +rest[++i]; + else if (rest[i] === "--name") opt.name = rest[++i]; } // ---- parse BVH ---- @@ -105,14 +107,29 @@ function fk(frame) { return pos; } +// ---- joint-name resolver (skeleton-agnostic via aliases: fair1 / CMU / Mixamo) ---- +const present = new Set(joints.map((j) => j.name)); +const ALIAS = { + hips: ["Hips", "mixamorig:Hips", "Hip"], + chest: ["Spine3", "Spine2", "Spine1", "Chest", "Spine", "mixamorig:Spine2", "mixamorig:Spine1"], + neck: ["Neck", "Neck1", "mixamorig:Neck"], head: ["Head", "mixamorig:Head"], + shR: ["RightArm", "RightShoulder", "mixamorig:RightArm"], elR: ["RightForeArm", "mixamorig:RightForeArm"], haR: ["RightHand", "mixamorig:RightHand"], + shL: ["LeftArm", "LeftShoulder", "mixamorig:LeftArm"], elL: ["LeftForeArm", "mixamorig:LeftForeArm"], haL: ["LeftHand", "mixamorig:LeftHand"], + hipR: ["RightUpLeg", "RightHip", "mixamorig:RightUpLeg"], knR: ["RightLeg", "mixamorig:RightLeg"], ftR: ["RightFoot", "mixamorig:RightFoot"], + hipL: ["LeftUpLeg", "LeftHip", "mixamorig:LeftUpLeg"], knL: ["LeftLeg", "mixamorig:LeftLeg"], ftL: ["LeftFoot", "mixamorig:LeftFoot"] +}; +const JN = {}; +for (const k in ALIAS) JN[k] = ALIAS[k].find((n) => present.has(n)) || ALIAS[k][0]; +const unmapped = Object.keys(ALIAS).filter((k) => !present.has(JN[k])); +if (unmapped.length) console.error("WARN " + inPath + ": unmapped joints " + unmapped.join(",") + " (skeleton not recognized — extend ALIAS)"); + // ---- pick 2D axes ---- const p0 = fk(motion[0]); -const headN = "Head", footN = "RightFoot"; -const spread = [0, 1, 2].map((a) => Math.abs((p0[headN] ? p0[headN][a] : 0) - (p0[footN] ? p0[footN][a] : 0))); +const spread = [0, 1, 2].map((a) => Math.abs(p0[JN.head][a] - p0[JN.ftR][a])); let upAxis = spread[1] >= spread[2] ? 1 : 2; // Y or Z, whichever spans head→foot most if (opt.axis === "xy") upAxis = 1; if (opt.axis === "zy") upAxis = 2; const horizAxis = 0; // X = left/right (arms) -const upSign = (p0[headN][upAxis] - p0[footN][upAxis]) > 0 ? 1 : -1; +const upSign = (p0[JN.head][upAxis] - p0[JN.ftR][upAxis]) > 0 ? 1 : -1; function proj(P) { return [P[horizAxis], -upSign * P[upAxis]]; } // scale from the SKELETON rest height (rotation-free FK) so every clip of the @@ -127,33 +144,27 @@ const restUp = Object.values(restPos).map((P) => -upSign * P[upAxis]); const heightUnits = Math.max(...restUp) - Math.min(...restUp); const scale = 520 / heightUnits; -const MAP = { - hips: "Hips", chest: "Spine3", neck: "Neck", head: "Head", - shR: "RightArm", elR: "RightForeArm", haR: "RightHand", - shL: "LeftArm", elL: "LeftForeArm", haL: "LeftHand", - hipR: "RightUpLeg", knR: "RightLeg", ftR: "RightFoot", - hipL: "LeftUpLeg", knL: "LeftLeg", ftL: "LeftFoot" -}; const step = Math.max(1, Math.round((1 / frameTime) / opt.fps)); -const hips0 = proj(p0["Hips"]); -const frames = []; +const hips0 = proj(p0[JN.hips]); +let frames = []; for (let f = 0; f < motion.length; f += step) { const P = fk(motion[f]); - const h = proj(P["Hips"]); + const h = proj(P[JN.hips]); const rootY = (h[1] - hips0[1]) * scale; // vertical root motion (jumps) const rootX = opt.lockx ? h[0] : hips0[0]; // in-place unless drift wanted const out = { rootY: Math.round(rootY * 10) / 10 }; - for (const key in MAP) { - const j = P[MAP[key]]; if (!j) continue; + for (const key in JN) { + const j = P[JN[key]]; if (!j) continue; const q = proj(j); out[key] = [Math.round((q[0] - rootX) * scale * 10) / 10, Math.round((q[1] - h[1]) * scale * 10) / 10]; } frames.push(out); } +if (opt.max && frames.length > opt.max) frames = frames.slice(0, opt.max); // cap length (loops the take) // ground = lowest foot at rest (frame 0), figure height const f0 = frames[0]; const groundY = Math.max(f0.ftR ? f0.ftR[1] : 0, f0.ftL ? f0.ftL[1] : 0); -const name = inPath.split(/[\\/]/).pop().replace(/\.bvh$/i, ""); +const name = opt.name || inPath.split(/[\\/]/).pop().replace(/\.bvh$/i, ""); const clip = { name, fps: opt.fps, height: Math.round(520), groundY: Math.round(groundY), frameCount: frames.length, frames }; mkdirSync(dirname(outPath), { recursive: true }); writeFileSync(outPath, JSON.stringify(clip)); diff --git a/ink-theater/mocap/catalog.json b/ink-theater/mocap/catalog.json new file mode 100644 index 00000000..f8a05b03 --- /dev/null +++ b/ink-theater/mocap/catalog.json @@ -0,0 +1,86 @@ +[ + { + "name": "climb", + "category": "locomotion", + "desc": "clambers up", + "frames": 180, + "source": "CMU 01_02" + }, + { + "name": "dab", + "category": "dance", + "desc": "does a dab", + "frames": 180, + "source": "FAIR dab" + }, + { + "name": "dance_glide", + "category": "dance", + "desc": "gliding ballet dance", + "frames": 180, + "source": "CMU 05_10" + }, + { + "name": "dance_spin", + "category": "dance", + "desc": "expressive dance w/ a pirouette", + "frames": 180, + "source": "CMU 05_02" + }, + { + "name": "jump", + "category": "action", + "desc": "a forward jump", + "frames": 104, + "source": "CMU 13_11" + }, + { + "name": "kick", + "category": "action", + "desc": "kicks", + "frames": 180, + "source": "CMU 10_01" + }, + { + "name": "march", + "category": "locomotion", + "desc": "marches on the spot", + "frames": 180, + "source": "15_01" + }, + { + "name": "run", + "category": "locomotion", + "desc": "runs / jogs", + "frames": 38, + "source": "CMU 09_01" + }, + { + "name": "shuffle", + "category": "locomotion", + "desc": "a slow zombie shuffle", + "frames": 180, + "source": "FAIR zombie" + }, + { + "name": "sit", + "category": "posture", + "desc": "sits then stands", + "frames": 180, + "source": "CMU 13_01" + }, + { + "name": "walk", + "category": "locomotion", + "desc": "walks", + "frames": 86, + "source": "CMU 02_01" + }, + { + "name": "wave", + "category": "gesture", + "desc": "waves hello", + "frames": 180, + "source": "FAIR wave_hello" + } +] \ No newline at end of file diff --git a/ink-theater/mocap/clips.js b/ink-theater/mocap/clips.js index b3196289..757e894f 100644 --- a/ink-theater/mocap/clips.js +++ b/ink-theater/mocap/clips.js @@ -1 +1 @@ -window.INK_CLIPS={"wave_hello":{"name":"wave_hello","fps":30,"height":520,"groundY":284,"frameCount":210,"frames":[{"rootY":0,"hips":[0,0],"chest":[3.1,-86],"neck":[3.7,-146.1],"head":[2.6,-177.8],"shR":[61.2,-143.1],"elR":[139.1,-124.1],"haR":[222.8,-109],"shL":[-55.1,-141.8],"elL":[-130,-112.1],"haL":[-215.5,-84.1],"hipR":[29.3,7.8],"knR":[37.3,164],"ftR":[48.3,283.2],"hipL":[-28.9,9.2],"knL":[-38.3,165.3],"ftL":[-49.4,284.2]},{"rootY":0,"hips":[0,0],"chest":[3,-86],"neck":[3.4,-146.1],"head":[2.3,-177.8],"shR":[61,-143.2],"elR":[139,-124.5],"haR":[222.7,-109.5],"shL":[-55.3,-141.7],"elL":[-130.2,-111.9],"haL":[-215.6,-83.7],"hipR":[29.3,7.7],"knR":[37.4,163.9],"ftR":[48.2,283.1],"hipL":[-28.8,9.3],"knL":[-38.5,165.3],"ftL":[-49.7,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.1,-146.1],"head":[1.8,-177.8],"shR":[60.6,-143.5],"elR":[138.7,-125.1],"haR":[222.4,-110.6],"shL":[-55.6,-141.4],"elL":[-130.5,-111.5],"haL":[-215.9,-83.2],"hipR":[29.3,7.6],"knR":[37.5,163.8],"ftR":[48,283],"hipL":[-28.8,9.4],"knL":[-38.8,165.4],"ftL":[-50.2,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.7,-85.9],"neck":[2.7,-146.1],"head":[1.3,-177.8],"shR":[60.2,-143.8],"elR":[138.4,-125.9],"haR":[222.2,-112],"shL":[-56,-141.2],"elL":[-130.8,-111.1],"haL":[-216.2,-82.6],"hipR":[29.3,7.5],"knR":[37.4,163.7],"ftR":[47.7,282.9],"hipL":[-28.8,9.5],"knL":[-39.1,165.5],"ftL":[-50.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-85.9],"neck":[2.3,-146.2],"head":[0.8,-177.8],"shR":[59.9,-144.2],"elR":[138.1,-126.8],"haR":[222.1,-113.4],"shL":[-56.4,-141],"elL":[-131,-110.6],"haL":[-216.3,-81.9],"hipR":[29.3,7.5],"knR":[37.1,163.7],"ftR":[47.2,282.9],"hipL":[-28.8,9.5],"knL":[-39.4,165.5],"ftL":[-51.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.9],"neck":[2,-146.2],"head":[0.4,-177.8],"shR":[59.5,-144.6],"elR":[138,-127.7],"haR":[222,-114.9],"shL":[-56.6,-140.8],"elL":[-131.1,-110.1],"haL":[-216.4,-81.1],"hipR":[29.4,7.5],"knR":[36.9,163.7],"ftR":[46.8,282.9],"hipL":[-28.8,9.5],"knL":[-39.6,165.5],"ftL":[-51.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[1.8,-146.2],"head":[0.1,-177.8],"shR":[59.3,-144.9],"elR":[137.8,-128.6],"haR":[222,-116.3],"shL":[-56.8,-140.6],"elL":[-131.2,-109.6],"haL":[-216.3,-80.2],"hipR":[29.4,7.4],"knR":[36.8,163.7],"ftR":[46.5,282.9],"hipL":[-28.8,9.5],"knL":[-39.8,165.5],"ftL":[-51.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.3,-85.9],"neck":[1.5,-146.2],"head":[-0.3,-177.9],"shR":[59,-145.3],"elR":[137.6,-129.4],"haR":[221.9,-117.5],"shL":[-57.1,-140.4],"elL":[-131.3,-109.1],"haL":[-216.3,-79.2],"hipR":[29.4,7.4],"knR":[36.5,163.7],"ftR":[46.1,283],"hipL":[-28.8,9.5],"knL":[-39.9,165.5],"ftL":[-52,284.4]},{"rootY":0,"hips":[0,0],"chest":[2.2,-86],"neck":[1.2,-146.3],"head":[-0.6,-177.9],"shR":[58.6,-145.6],"elR":[137.3,-130],"haR":[221.7,-118.4],"shL":[-57.4,-140.4],"elL":[-131.5,-108.8],"haL":[-216.3,-78.4],"hipR":[29.3,7.5],"knR":[36,163.8],"ftR":[45.5,283.1],"hipL":[-28.8,9.5],"knL":[-40.1,165.4],"ftL":[-52.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[2,-86],"neck":[0.9,-146.3],"head":[-1,-177.9],"shR":[58.3,-146],"elR":[137,-130.6],"haR":[221.4,-119.1],"shL":[-57.7,-140.4],"elL":[-131.7,-108.4],"haL":[-216.3,-77.8],"hipR":[29.3,7.6],"knR":[35.7,163.9],"ftR":[45,283.2],"hipL":[-28.8,9.4],"knL":[-40.3,165.4],"ftL":[-52.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.9,-86],"neck":[0.6,-146.3],"head":[-1.4,-177.9],"shR":[57.9,-146.3],"elR":[136.6,-131],"haR":[221,-119.6],"shL":[-58,-140.3],"elL":[-131.9,-108.2],"haL":[-216.5,-77.3],"hipR":[29.3,7.5],"knR":[35.7,163.9],"ftR":[44.8,283.2],"hipL":[-28.8,9.4],"knL":[-40.4,165.4],"ftL":[-52.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.7,-86],"neck":[0.2,-146.3],"head":[-1.8,-177.9],"shR":[57.5,-146.5],"elR":[136.3,-131.3],"haR":[220.7,-120],"shL":[-58.3,-140.3],"elL":[-132.2,-108.1],"haL":[-216.7,-77],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[44.7,283.2],"hipL":[-28.8,9.5],"knL":[-40.5,165.4],"ftL":[-52.7,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.6,-86.1],"neck":[-0.1,-146.3],"head":[-2.2,-177.9],"shR":[57.2,-146.8],"elR":[136,-131.7],"haR":[220.4,-120.4],"shL":[-58.6,-140.3],"elL":[-132.5,-108.1],"haL":[-217,-76.9],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[44.6,283.2],"hipL":[-28.8,9.5],"knL":[-40.6,165.5],"ftL":[-52.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.5,-86.2],"neck":[-0.3,-146.3],"head":[-2.6,-177.9],"shR":[56.9,-147],"elR":[135.7,-132.1],"haR":[220.2,-120.8],"shL":[-58.9,-140.3],"elL":[-132.7,-108.1],"haL":[-217.3,-76.9],"hipR":[29.3,7.5],"knR":[35.7,163.8],"ftR":[44.6,283.2],"hipL":[-28.8,9.5],"knL":[-40.6,165.4],"ftL":[-52.9,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.4,-86.2],"neck":[-0.5,-146.4],"head":[-2.9,-178],"shR":[56.6,-147.2],"elR":[135.5,-132.6],"haR":[220.2,-121.4],"shL":[-59.1,-140.2],"elL":[-133,-108.2],"haL":[-217.5,-77],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.7,283.1],"hipL":[-28.8,9.5],"knL":[-40.6,165.5],"ftL":[-52.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.3,-86.3],"neck":[-0.7,-146.4],"head":[-3.1,-178],"shR":[56.5,-147.3],"elR":[135.4,-133],"haR":[220.2,-122],"shL":[-59.2,-140.2],"elL":[-133.1,-108.2],"haL":[-217.7,-77],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.8,283.1],"hipL":[-28.8,9.5],"knL":[-40.5,165.5],"ftL":[-52.8,284.2]},{"rootY":0,"hips":[0,0],"chest":[1.2,-86.4],"neck":[-0.8,-146.4],"head":[-3.3,-178],"shR":[56.3,-147.5],"elR":[135.3,-133.5],"haR":[220.1,-122.6],"shL":[-59.3,-140.1],"elL":[-133.2,-108.2],"haL":[-217.8,-77.1],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.9,283.1],"hipL":[-28.8,9.5],"knL":[-40.4,165.5],"ftL":[-52.6,284.2]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.4],"neck":[-0.9,-146.4],"head":[-3.5,-178],"shR":[56.1,-147.7],"elR":[135.2,-133.9],"haR":[220,-123],"shL":[-59.5,-140.2],"elL":[-133.3,-108.2],"haL":[-217.9,-77],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[45.2,283.1],"hipL":[-28.8,9.5],"knL":[-40.3,165.5],"ftL":[-52.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.4],"neck":[-1,-146.4],"head":[-3.6,-178],"shR":[55.9,-147.9],"elR":[135,-134.2],"haR":[219.7,-123.2],"shL":[-59.6,-140.2],"elL":[-133.4,-108.3],"haL":[-217.9,-76.9],"hipR":[29.3,7.5],"knR":[36,163.8],"ftR":[45.5,283],"hipL":[-28.8,9.5],"knL":[-40.3,165.5],"ftL":[-52.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.4],"neck":[-1.1,-146.4],"head":[-3.7,-177.9],"shR":[55.7,-148.2],"elR":[134.8,-134.4],"haR":[219.4,-123.1],"shL":[-59.6,-140.4],"elL":[-133.5,-108.3],"haL":[-217.9,-76.7],"hipR":[29.3,7.5],"knR":[36.1,163.8],"ftR":[45.7,283],"hipL":[-28.8,9.5],"knL":[-40.2,165.5],"ftL":[-52,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.2,-146.4],"head":[-3.9,-177.9],"shR":[55.6,-148.5],"elR":[134.6,-134.4],"haR":[219,-122.8],"shL":[-59.7,-140.5],"elL":[-133.5,-108.2],"haL":[-217.8,-76.5],"hipR":[29.3,7.5],"knR":[36.2,163.8],"ftR":[46,283],"hipL":[-28.8,9.5],"knL":[-40,165.5],"ftL":[-51.8,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.2,-146.4],"head":[-4,-177.9],"shR":[55.4,-148.7],"elR":[134.3,-134.4],"haR":[218.6,-122.2],"shL":[-59.8,-140.6],"elL":[-133.4,-108.1],"haL":[-217.7,-76.1],"hipR":[29.3,7.5],"knR":[36.4,163.8],"ftR":[46.3,283],"hipL":[-28.8,9.5],"knL":[-39.9,165.5],"ftL":[-51.5,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.3,-146.4],"head":[-4,-178],"shR":[55.3,-148.8],"elR":[134.1,-134.1],"haR":[218.2,-121.4],"shL":[-59.8,-140.7],"elL":[-133.4,-107.9],"haL":[-217.5,-75.5],"hipR":[29.3,7.5],"knR":[36.5,163.8],"ftR":[46.5,283],"hipL":[-28.8,9.5],"knL":[-39.7,165.6],"ftL":[-51.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.6],"neck":[-1.3,-146.5],"head":[-4.1,-178],"shR":[55.2,-148.8],"elR":[133.9,-133.8],"haR":[217.8,-120.6],"shL":[-59.9,-140.8],"elL":[-133.3,-107.7],"haL":[-217.3,-75],"hipR":[29.3,7.5],"knR":[36.6,163.8],"ftR":[46.6,283],"hipL":[-28.8,9.5],"knL":[-39.5,165.6],"ftL":[-51.1,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.6],"neck":[-1.2,-146.5],"head":[-4.1,-178],"shR":[55.1,-148.8],"elR":[133.7,-133.5],"haR":[217.4,-119.8],"shL":[-59.9,-140.8],"elL":[-133.2,-107.4],"haL":[-217.1,-74.6],"hipR":[29.3,7.5],"knR":[36.6,163.8],"ftR":[46.8,283],"hipL":[-28.8,9.5],"knL":[-39.4,165.6],"ftL":[-50.9,284.2]},{"rootY":-0.1,"hips":[0,0],"chest":[1.2,-86.6],"neck":[-1.1,-146.5],"head":[-4,-178],"shR":[55.2,-148.7],"elR":[133.7,-133.2],"haR":[217.2,-119.3],"shL":[-59.8,-140.7],"elL":[-133.1,-107.2],"haL":[-216.8,-74.3],"hipR":[29.4,7.5],"knR":[37,163.8],"ftR":[47.2,282.9],"hipL":[-28.8,9.5],"knL":[-39.2,165.6],"ftL":[-50.7,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1.3,-86.5],"neck":[-0.9,-146.5],"head":[-3.9,-178],"shR":[55.4,-148.5],"elR":[133.8,-132.9],"haR":[217.1,-118.9],"shL":[-59.6,-140.7],"elL":[-132.9,-107.2],"haL":[-216.6,-74.2],"hipR":[29.4,7.4],"knR":[37.7,163.7],"ftR":[47.8,282.9],"hipL":[-28.7,9.6],"knL":[-39,165.7],"ftL":[-50.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[1.4,-86.5],"neck":[-0.7,-146.4],"head":[-3.6,-178],"shR":[55.6,-148.3],"elR":[134,-132.8],"haR":[217.2,-118.8],"shL":[-59.4,-140.8],"elL":[-132.7,-107.4],"haL":[-216.5,-74.5],"hipR":[29.4,7.4],"knR":[38.3,163.6],"ftR":[48.5,282.8],"hipL":[-28.7,9.6],"knL":[-38.9,165.7],"ftL":[-50,284.5]},{"rootY":-0.2,"hips":[0,0],"chest":[1.4,-86.4],"neck":[-0.5,-146.4],"head":[-3.4,-177.9],"shR":[55.7,-148.3],"elR":[134.1,-132.8],"haR":[217.2,-118.8],"shL":[-59.2,-141],"elL":[-132.7,-107.8],"haL":[-216.5,-75.2],"hipR":[29.4,7.4],"knR":[38.7,163.6],"ftR":[48.9,282.8],"hipL":[-28.8,9.5],"knL":[-38.9,165.7],"ftL":[-49.7,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.5,-86.4],"neck":[-0.3,-146.4],"head":[-3.2,-177.9],"shR":[55.8,-148.5],"elR":[134.2,-133],"haR":[217.2,-119],"shL":[-59.1,-141.2],"elL":[-132.7,-108.3],"haL":[-216.7,-76.1],"hipR":[29.3,7.5],"knR":[39,163.7],"ftR":[49.3,282.9],"hipL":[-28.8,9.5],"knL":[-38.8,165.6],"ftL":[-49.4,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.5,-86.3],"neck":[-0.2,-146.4],"head":[-3,-177.9],"shR":[56,-148.5],"elR":[134.4,-133.1],"haR":[217.5,-119.3],"shL":[-58.9,-141.2],"elL":[-132.7,-108.8],"haL":[-216.9,-77.1],"hipR":[29.3,7.5],"knR":[39.3,163.7],"ftR":[49.9,282.9],"hipL":[-28.8,9.4],"knL":[-38.7,165.6],"ftL":[-48.9,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.6,-86.3],"neck":[0,-146.4],"head":[-2.7,-178],"shR":[56.3,-148.3],"elR":[134.7,-133.1],"haR":[217.9,-119.6],"shL":[-58.7,-141.3],"elL":[-132.7,-109.3],"haL":[-217.1,-78.2],"hipR":[29.3,7.6],"knR":[39.6,163.7],"ftR":[50.4,282.9],"hipL":[-28.8,9.4],"knL":[-38.3,165.6],"ftL":[-48.5,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.7,-86.3],"neck":[0.2,-146.4],"head":[-2.5,-178],"shR":[56.6,-148.2],"elR":[135.1,-133.1],"haR":[218.3,-119.9],"shL":[-58.5,-141.3],"elL":[-132.7,-109.8],"haL":[-217.3,-79.1],"hipR":[29.3,7.6],"knR":[39.8,163.7],"ftR":[50.9,282.9],"hipL":[-28.8,9.4],"knL":[-38,165.6],"ftL":[-48,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.8,-86.3],"neck":[0.3,-146.5],"head":[-2.3,-178.1],"shR":[56.8,-148.1],"elR":[135.4,-133],"haR":[218.7,-120],"shL":[-58.4,-141.3],"elL":[-132.7,-110],"haL":[-217.4,-79.8],"hipR":[29.3,7.6],"knR":[39.9,163.7],"ftR":[51.3,282.8],"hipL":[-28.8,9.4],"knL":[-37.5,165.5],"ftL":[-47.5,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.9,-86.3],"neck":[0.5,-146.6],"head":[-2,-178.2],"shR":[57.1,-148],"elR":[135.7,-132.8],"haR":[219.2,-119.8],"shL":[-58.2,-141.2],"elL":[-132.6,-110.2],"haL":[-217.4,-80.3],"hipR":[29.3,7.7],"knR":[40,163.8],"ftR":[51.8,282.8],"hipL":[-28.8,9.3],"knL":[-37.1,165.5],"ftL":[-47,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2,-86.3],"neck":[0.7,-146.6],"head":[-1.8,-178.2],"shR":[57.4,-147.7],"elR":[136,-132.4],"haR":[219.8,-119.6],"shL":[-58,-141.1],"elL":[-132.5,-110.2],"haL":[-217.4,-80.7],"hipR":[29.3,7.7],"knR":[40.1,163.8],"ftR":[52.2,282.8],"hipL":[-28.8,9.3],"knL":[-36.7,165.5],"ftL":[-46.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.1,-86.3],"neck":[0.8,-146.7],"head":[-1.5,-178.3],"shR":[57.7,-147.4],"elR":[136.4,-132.1],"haR":[220.4,-119.2],"shL":[-57.9,-141],"elL":[-132.4,-110.4],"haL":[-217.5,-81.1],"hipR":[29.3,7.8],"knR":[40.3,163.8],"ftR":[52.7,282.8],"hipL":[-28.8,9.2],"knL":[-36.5,165.4],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.2,-86.3],"neck":[1,-146.7],"head":[-1.3,-178.3],"shR":[57.9,-147.3],"elR":[136.6,-131.8],"haR":[220.7,-118.6],"shL":[-57.7,-141.1],"elL":[-132.4,-110.6],"haL":[-217.4,-81.6],"hipR":[29.2,7.8],"knR":[40.6,163.8],"ftR":[53.1,282.8],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.3],"neck":[1.1,-146.7],"head":[-1,-178.3],"shR":[58.1,-147.3],"elR":[136.8,-131.4],"haR":[221,-118],"shL":[-57.6,-141.2],"elL":[-132.3,-110.8],"haL":[-217.4,-82.1],"hipR":[29.2,7.8],"knR":[40.9,163.8],"ftR":[53.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.2,165.4],"ftL":[-45.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.3,-146.7],"head":[-0.8,-178.3],"shR":[58.3,-147.1],"elR":[137,-131.1],"haR":[221.3,-117.5],"shL":[-57.4,-141.3],"elL":[-132.2,-111.2],"haL":[-217.4,-82.7],"hipR":[29.2,7.9],"knR":[41.1,163.9],"ftR":[53.6,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-45.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.2],"neck":[1.4,-146.6],"head":[-0.6,-178.3],"shR":[58.5,-146.9],"elR":[137.2,-130.7],"haR":[221.6,-117],"shL":[-57.3,-141.3],"elL":[-132.2,-111.4],"haL":[-217.4,-83.3],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.8,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-45,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.2],"neck":[1.5,-146.6],"head":[-0.4,-178.3],"shR":[58.7,-146.7],"elR":[137.4,-130.3],"haR":[221.9,-116.6],"shL":[-57.1,-141.3],"elL":[-132.2,-111.7],"haL":[-217.5,-84],"hipR":[29.2,7.9],"knR":[41.3,163.9],"ftR":[54,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.7,-146.6],"head":[-0.2,-178.3],"shR":[58.9,-146.5],"elR":[137.6,-130],"haR":[222.2,-116.1],"shL":[-57,-141.4],"elL":[-132.1,-112],"haL":[-217.5,-84.5],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54.1,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.8,-146.6],"head":[0,-178.3],"shR":[59.1,-146.3],"elR":[137.8,-129.7],"haR":[222.5,-115.6],"shL":[-56.8,-141.5],"elL":[-132,-112.3],"haL":[-217.5,-84.9],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[2,-146.6],"head":[0.2,-178.3],"shR":[59.3,-146.1],"elR":[138,-129.3],"haR":[222.8,-115.2],"shL":[-56.6,-141.7],"elL":[-131.9,-112.6],"haL":[-217.3,-85.3],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.1],"neck":[2.2,-146.6],"head":[0.4,-178.2],"shR":[59.6,-146],"elR":[138.2,-129],"haR":[223.1,-114.7],"shL":[-56.4,-141.8],"elL":[-131.7,-112.8],"haL":[-217.1,-85.5],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-86.1],"neck":[2.4,-146.5],"head":[0.7,-178.2],"shR":[59.9,-145.8],"elR":[138.5,-128.7],"haR":[223.5,-114.2],"shL":[-56.2,-141.9],"elL":[-131.5,-112.9],"haL":[-216.9,-85.8],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.6,-86.1],"neck":[2.7,-146.5],"head":[1,-178.2],"shR":[60.2,-145.6],"elR":[138.8,-128.4],"haR":[223.8,-113.9],"shL":[-55.9,-141.8],"elL":[-131.2,-112.9],"haL":[-216.7,-86],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.1,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.7,-86],"neck":[2.9,-146.5],"head":[1.2,-178.2],"shR":[60.4,-145.4],"elR":[139,-128],"haR":[224.2,-113.5],"shL":[-55.7,-141.8],"elL":[-131,-112.9],"haL":[-216.5,-86.1],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-44.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.7,-86],"neck":[3,-146.5],"head":[1.4,-178.2],"shR":[60.6,-145.1],"elR":[139.3,-127.7],"haR":[224.5,-113.1],"shL":[-55.6,-141.8],"elL":[-130.9,-112.9],"haL":[-216.4,-86.1],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.9,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-44.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.2,-146.5],"head":[1.6,-178.2],"shR":[60.8,-144.8],"elR":[139.4,-127.3],"haR":[224.8,-112.6],"shL":[-55.5,-141.8],"elL":[-130.8,-113],"haL":[-216.3,-86.2],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.7,282.9],"hipL":[-28.8,9.1],"knL":[-36.1,165.3],"ftL":[-45,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.2,-146.5],"head":[1.8,-178.2],"shR":[60.9,-144.7],"elR":[139.5,-127],"haR":[225,-112.2],"shL":[-55.4,-141.8],"elL":[-130.7,-113],"haL":[-216.2,-86.3],"hipR":[29.2,7.9],"knR":[41.1,163.9],"ftR":[53.6,282.9],"hipL":[-28.8,9.1],"knL":[-36.2,165.3],"ftL":[-45.1,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.3,-146.5],"head":[1.9,-178.2],"shR":[61,-144.5],"elR":[139.6,-126.6],"haR":[225.2,-111.6],"shL":[-55.3,-141.8],"elL":[-130.7,-113.1],"haL":[-216.2,-86.5],"hipR":[29.2,7.9],"knR":[41,163.9],"ftR":[53.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.3,165.3],"ftL":[-45.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.4,-146.4],"head":[2.1,-178.1],"shR":[61.1,-144.2],"elR":[139.7,-126.2],"haR":[225.4,-111.1],"shL":[-55.2,-141.8],"elL":[-130.6,-113.2],"haL":[-216.2,-86.8],"hipR":[29.2,7.9],"knR":[40.9,163.9],"ftR":[53.2,282.9],"hipL":[-28.8,9.1],"knL":[-36.4,165.3],"ftL":[-45.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.5,-146.4],"head":[2.2,-178.1],"shR":[61.3,-143.9],"elR":[139.8,-125.8],"haR":[225.5,-110.5],"shL":[-55.1,-141.8],"elL":[-130.6,-113.3],"haL":[-216.2,-87],"hipR":[29.2,7.9],"knR":[40.9,163.9],"ftR":[53.1,283],"hipL":[-28.8,9.1],"knL":[-36.5,165.3],"ftL":[-45.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.6,-146.4],"head":[2.3,-178.1],"shR":[61.4,-143.7],"elR":[139.9,-125.3],"haR":[225.6,-109.8],"shL":[-55,-141.8],"elL":[-130.5,-113.4],"haL":[-216.2,-87.1],"hipR":[29.2,7.9],"knR":[40.8,163.9],"ftR":[52.9,283],"hipL":[-28.8,9.1],"knL":[-36.6,165.3],"ftL":[-45.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.7,-146.4],"head":[2.5,-178.1],"shR":[61.5,-143.5],"elR":[140,-124.8],"haR":[225.7,-109],"shL":[-54.9,-141.8],"elL":[-130.4,-113.5],"haL":[-216.1,-87.3],"hipR":[29.2,7.9],"knR":[40.7,163.9],"ftR":[52.7,283],"hipL":[-28.8,9.1],"knL":[-36.7,165.3],"ftL":[-45.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3,-85.9],"neck":[3.9,-146.4],"head":[2.7,-178.1],"shR":[61.7,-143.3],"elR":[140.1,-124.4],"haR":[225.8,-108.4],"shL":[-54.8,-141.9],"elL":[-130.3,-113.6],"haL":[-216,-87.4],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.6,283],"hipL":[-28.8,9.1],"knL":[-36.8,165.3],"ftL":[-45.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.1,-85.9],"neck":[4.1,-146.4],"head":[2.9,-178.1],"shR":[61.9,-143.1],"elR":[140.3,-124.1],"haR":[225.9,-107.9],"shL":[-54.6,-142],"elL":[-130.1,-113.7],"haL":[-215.8,-87.6],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.5,283],"hipL":[-28.8,9.1],"knL":[-36.8,165.3],"ftL":[-46,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.1,-85.9],"neck":[4.3,-146.3],"head":[3.2,-178.1],"shR":[62.2,-142.9],"elR":[140.5,-123.9],"haR":[226.1,-107.7],"shL":[-54.3,-142.1],"elL":[-129.9,-113.9],"haL":[-215.6,-87.8],"hipR":[29.2,7.8],"knR":[40.4,163.9],"ftR":[52.5,283],"hipL":[-28.8,9.1],"knL":[-36.9,165.3],"ftL":[-46.1,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.2,-85.9],"neck":[4.6,-146.3],"head":[3.5,-178],"shR":[62.4,-142.6],"elR":[140.8,-123.8],"haR":[226.3,-107.9],"shL":[-54.1,-142.2],"elL":[-129.7,-114.2],"haL":[-215.5,-88.2],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.4,283],"hipL":[-28.8,9.1],"knL":[-36.9,165.3],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.3,-85.9],"neck":[4.8,-146.3],"head":[3.8,-178],"shR":[62.6,-142.3],"elR":[141.1,-123.9],"haR":[226.5,-108.3],"shL":[-53.9,-142.3],"elL":[-129.6,-114.5],"haL":[-215.4,-88.7],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.3,283],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.4,-85.9],"neck":[4.9,-146.3],"head":[4,-178],"shR":[62.8,-142.2],"elR":[141.3,-124],"haR":[226.5,-108.8],"shL":[-53.7,-142.4],"elL":[-129.5,-114.8],"haL":[-215.3,-89.3],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.2,283],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-46.3,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.5,-85.9],"neck":[5,-146.2],"head":[4.2,-177.9],"shR":[62.8,-142.1],"elR":[141.4,-124.2],"haR":[226.5,-109.3],"shL":[-53.6,-142.6],"elL":[-129.5,-115.2],"haL":[-215.3,-89.8],"hipR":[29.2,7.8],"knR":[40.2,163.9],"ftR":[52.1,283],"hipL":[-28.8,9.2],"knL":[-37,165.4],"ftL":[-46.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.5,-85.9],"neck":[4.9,-146.2],"head":[4.2,-177.9],"shR":[62.8,-142],"elR":[141.3,-124.4],"haR":[226.3,-109.8],"shL":[-53.7,-142.8],"elL":[-129.6,-115.5],"haL":[-215.4,-90.2],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[52,283],"hipL":[-28.8,9.2],"knL":[-37,165.4],"ftL":[-46.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.4,-85.9],"neck":[4.8,-146.2],"head":[4.1,-177.9],"shR":[62.6,-142.1],"elR":[141.2,-124.5],"haR":[226,-110.1],"shL":[-53.8,-142.9],"elL":[-129.7,-115.6],"haL":[-215.6,-90.4],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[51.8,283],"hipL":[-28.8,9.2],"knL":[-37.1,165.4],"ftL":[-46.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.3,-85.9],"neck":[4.6,-146.2],"head":[3.9,-177.9],"shR":[62.4,-142.1],"elR":[140.9,-124.5],"haR":[225.5,-110.3],"shL":[-54,-143],"elL":[-129.9,-115.6],"haL":[-215.8,-90.4],"hipR":[29.3,7.8],"knR":[40,163.9],"ftR":[51.6,282.9],"hipL":[-28.8,9.2],"knL":[-37.2,165.4],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.2,-86],"neck":[4.3,-146.2],"head":[3.6,-177.9],"shR":[62.2,-142],"elR":[140.6,-124.4],"haR":[225.1,-110.4],"shL":[-54.3,-142.9],"elL":[-130.1,-115.4],"haL":[-215.9,-89.9],"hipR":[29.3,7.7],"knR":[39.9,163.8],"ftR":[51.4,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-47,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.1,-86],"neck":[4.1,-146.2],"head":[3.4,-177.9],"shR":[62,-141.8],"elR":[140.3,-123.7],"haR":[224.6,-110.6],"shL":[-54.5,-142.7],"elL":[-130.2,-114.8],"haL":[-215.9,-88.9],"hipR":[29.3,7.7],"knR":[39.8,163.8],"ftR":[51.2,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-47.2,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.9,-86],"neck":[4,-146.2],"head":[3.1,-177.9],"shR":[62,-141.6],"elR":[139.9,-121.8],"haR":[223.9,-111.2],"shL":[-54.6,-142.2],"elL":[-130.1,-113.9],"haL":[-215.7,-87.3],"hipR":[29.3,7.7],"knR":[39.7,163.8],"ftR":[51.1,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.5],"ftL":[-47.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.8,-86],"neck":[3.9,-146.2],"head":[2.9,-177.8],"shR":[62,-141.3],"elR":[139,-118.4],"haR":[222.5,-112.1],"shL":[-54.7,-141.5],"elL":[-130,-112.5],"haL":[-215.4,-85.1],"hipR":[29.3,7.7],"knR":[39.6,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-86],"neck":[3.7,-146.2],"head":[2.6,-177.8],"shR":[61.9,-140.9],"elR":[137.7,-114.8],"haR":[220.2,-113.1],"shL":[-54.9,-140.7],"elL":[-129.8,-110.8],"haL":[-214.7,-82.1],"hipR":[29.3,7.7],"knR":[39.5,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-86],"neck":[3.5,-146.1],"head":[2.3,-177.7],"shR":[61.8,-140.4],"elR":[136.8,-112.6],"haR":[217.4,-114.7],"shL":[-55.1,-140.1],"elL":[-129.4,-108.8],"haL":[-213.8,-78.4],"hipR":[29.2,7.7],"knR":[39.5,163.8],"ftR":[51.1,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.3,-146.1],"head":[2,-177.7],"shR":[61.6,-140.2],"elR":[136.4,-112.1],"haR":[214.6,-116.8],"shL":[-55.2,-139.5],"elL":[-128.9,-106.7],"haL":[-212.7,-74.7],"hipR":[29.2,7.7],"knR":[39.5,163.9],"ftR":[51.2,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.3,-146.1],"head":[1.7,-177.6],"shR":[61.5,-140.7],"elR":[136,-112.3],"haR":[211.8,-119.6],"shL":[-55.3,-138.9],"elL":[-128.4,-104.8],"haL":[-211.6,-71.4],"hipR":[29.2,7.8],"knR":[39.7,163.9],"ftR":[51.4,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-47.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.2,-146],"head":[1.4,-177.6],"shR":[61.3,-141.6],"elR":[135.3,-113],"haR":[209.2,-122.5],"shL":[-55.4,-138.3],"elL":[-128,-103.1],"haL":[-210.6,-68.5],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[51.6,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-47,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-85.8],"neck":[2.9,-145.9],"head":[0.8,-177.5],"shR":[60.8,-142.5],"elR":[134.5,-114.3],"haR":[206.8,-124.9],"shL":[-55.7,-137.8],"elL":[-127.8,-101.7],"haL":[-210,-65.9],"hipR":[29.2,7.8],"knR":[40.5,163.8],"ftR":[51.7,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-46.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-85.8],"neck":[2.5,-145.9],"head":[0.1,-177.4],"shR":[60.2,-143.2],"elR":[133.9,-116.2],"haR":[204.8,-126.6],"shL":[-56.2,-137.4],"elL":[-127.8,-100.3],"haL":[-209.5,-63.5],"hipR":[29.2,7.8],"knR":[41,163.8],"ftR":[51.8,282.9],"hipL":[-28.8,9.2],"knL":[-37.4,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-85.7],"neck":[1.9,-145.8],"head":[-0.7,-177.3],"shR":[59.3,-144],"elR":[133.4,-118.6],"haR":[203.1,-127.7],"shL":[-56.8,-136.9],"elL":[-128,-99.1],"haL":[-209.3,-61.4],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-85.7],"neck":[1.3,-145.8],"head":[-1.5,-177.3],"shR":[58.5,-144.7],"elR":[132.7,-120.6],"haR":[201.9,-128.2],"shL":[-57.4,-136.5],"elL":[-128.3,-98.1],"haL":[-209.4,-59.8],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[0.7,-145.8],"head":[-2.3,-177.3],"shR":[57.6,-145.2],"elR":[131.7,-122],"haR":[201,-127.9],"shL":[-58,-136.1],"elL":[-128.8,-97.4],"haL":[-209.8,-58.7],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.7,282.9],"hipL":[-28.8,9.3],"knL":[-37.1,165.6],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[0.1,-145.8],"head":[-3.1,-177.3],"shR":[56.8,-145.5],"elR":[130.6,-123.2],"haR":[200.4,-126.9],"shL":[-58.6,-135.7],"elL":[-129.3,-96.9],"haL":[-210.3,-58.1],"hipR":[29.3,7.6],"knR":[41.2,163.7],"ftR":[51.7,282.8],"hipL":[-28.8,9.3],"knL":[-37,165.6],"ftL":[-46.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[-0.4,-145.8],"head":[-3.8,-177.3],"shR":[56.1,-145.9],"elR":[129.8,-124.5],"haR":[200.2,-125.1],"shL":[-59.1,-135.4],"elL":[-129.8,-96.6],"haL":[-211,-58],"hipR":[29.3,7.6],"knR":[41.2,163.6],"ftR":[51.7,282.8],"hipL":[-28.8,9.4],"knL":[-37,165.6],"ftL":[-46.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[-0.8,-145.8],"head":[-4.3,-177.3],"shR":[55.6,-146.1],"elR":[129.2,-125.6],"haR":[200.3,-123.3],"shL":[-59.4,-135],"elL":[-130.1,-96.6],"haL":[-211.7,-58.2],"hipR":[29.3,7.6],"knR":[41.2,163.7],"ftR":[51.7,282.9],"hipL":[-28.8,9.3],"knL":[-36.9,165.6],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-85.7],"neck":[-0.9,-145.8],"head":[-4.5,-177.4],"shR":[55.3,-146.2],"elR":[128.9,-125.9],"haR":[200.6,-121.9],"shL":[-59.5,-134.8],"elL":[-130.4,-96.7],"haL":[-212.2,-58.8],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-36.8,165.6],"ftL":[-46.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.7,-85.7],"neck":[-0.9,-145.8],"head":[-4.6,-177.4],"shR":[55.2,-145.8],"elR":[129,-125.6],"haR":[201.1,-120.7],"shL":[-59.4,-134.6],"elL":[-130.3,-96.9],"haL":[-212.4,-59.3],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[51.9,282.9],"hipL":[-28.8,9.3],"knL":[-36.8,165.5],"ftL":[-46.5,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.8,-85.6],"neck":[-0.7,-145.9],"head":[-4.4,-177.4],"shR":[55.4,-145.3],"elR":[129.3,-125.2],"haR":[202,-119.4],"shL":[-59.2,-134.5],"elL":[-130,-96.9],"haL":[-212.1,-59.3],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[52.1,282.9],"hipL":[-28.8,9.3],"knL":[-36.6,165.5],"ftL":[-46.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.4,-145.9],"head":[-4.2,-177.4],"shR":[55.6,-144.9],"elR":[129.8,-125.3],"haR":[203.1,-118],"shL":[-58.8,-134.3],"elL":[-129.4,-96.5],"haL":[-211.3,-58.7],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[52.3,282.9],"hipL":[-28.9,9.2],"knL":[-36.5,165.5],"ftL":[-46.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.4,-85.6],"neck":[-0.1,-145.9],"head":[-3.9,-177.5],"shR":[55.8,-144.9],"elR":[130.1,-125.6],"haR":[204.4,-116.6],"shL":[-58.4,-134.1],"elL":[-128.6,-95.9],"haL":[-210.3,-57.5],"hipR":[29.3,7.8],"knR":[41.4,163.8],"ftR":[52.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.4,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.8,-85.6],"neck":[0.1,-146],"head":[-3.8,-177.5],"shR":[55.9,-145],"elR":[130.3,-125.8],"haR":[205.4,-115.6],"shL":[-58.1,-133.7],"elL":[-127.9,-95],"haL":[-209.3,-56.1],"hipR":[29.3,7.8],"knR":[41.3,163.8],"ftR":[52.5,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[4,-85.6],"neck":[0.2,-146],"head":[-3.8,-177.5],"shR":[55.9,-144.7],"elR":[130.5,-125.6],"haR":[206.2,-114.8],"shL":[-57.9,-133.2],"elL":[-127.4,-94.1],"haL":[-208.5,-54.8],"hipR":[29.3,7.8],"knR":[41.1,163.8],"ftR":[52.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[4.1,-85.6],"neck":[0.2,-146],"head":[-3.9,-177.5],"shR":[55.8,-144.3],"elR":[130.6,-125.1],"haR":[206.6,-114.3],"shL":[-57.9,-132.8],"elL":[-127.1,-93.3],"haL":[-207.9,-53.5],"hipR":[29.2,7.8],"knR":[40.9,163.8],"ftR":[52.3,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.3],"ftL":[-46.1,284.4]},{"rootY":0,"hips":[0,0],"chest":[4,-85.6],"neck":[-0.1,-146],"head":[-4.2,-177.6],"shR":[55.6,-143.8],"elR":[130.5,-124.5],"haR":[206.7,-114],"shL":[-58.1,-132.5],"elL":[-126.9,-92.4],"haL":[-207.3,-51.8],"hipR":[29.2,7.8],"knR":[40.7,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.4,165.3],"ftL":[-46.4,284.4]},{"rootY":0,"hips":[0,0],"chest":[3.8,-85.6],"neck":[-0.4,-146.1],"head":[-4.6,-177.6],"shR":[55.4,-143.6],"elR":[130.3,-124.1],"haR":[206.3,-113.7],"shL":[-58.4,-132.2],"elL":[-126.7,-91.3],"haL":[-206.6,-49.8],"hipR":[29.2,7.8],"knR":[40.3,163.7],"ftR":[51.5,282.9],"hipL":[-28.8,9.2],"knL":[-36.6,165.3],"ftL":[-46.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.7,-85.7],"neck":[-0.7,-146.1],"head":[-5,-177.6],"shR":[55.1,-143.6],"elR":[129.8,-123.9],"haR":[205.7,-113.7],"shL":[-58.7,-131.9],"elL":[-126.4,-90.1],"haL":[-205.8,-47.5],"hipR":[29.3,7.8],"knR":[39.9,163.7],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-47.2,284.4]},{"rootY":0,"hips":[0,0],"chest":[3.6,-85.7],"neck":[-1,-146.1],"head":[-5.4,-177.6],"shR":[54.8,-143.3],"elR":[129.5,-123.1],"haR":[204.8,-114.3],"shL":[-58.9,-131.2],"elL":[-126.1,-88.5],"haL":[-205,-44.9],"hipR":[29.3,7.8],"knR":[39.5,163.7],"ftR":[50.7,282.9],"hipL":[-28.8,9.2],"knL":[-37.3,165.3],"ftL":[-47.7,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.4,-85.6],"neck":[-1.2,-146.1],"head":[-5.7,-177.5],"shR":[54.8,-142.1],"elR":[129.4,-120.4],"haR":[202.6,-115],"shL":[-59,-130.2],"elL":[-125.3,-86.2],"haL":[-203.4,-41.2],"hipR":[29.3,7.8],"knR":[39.2,163.7],"ftR":[50.3,282.9],"hipL":[-28.8,9.2],"knL":[-37.6,165.3],"ftL":[-48.1,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.2,-85.6],"neck":[-1.1,-146],"head":[-5.8,-177.5],"shR":[55.1,-139.7],"elR":[129.7,-116],"haR":[198.4,-114.9],"shL":[-58.8,-129],"elL":[-123.5,-82.8],"haL":[-200.4,-35.6],"hipR":[29.3,7.7],"knR":[38.9,163.7],"ftR":[50,282.9],"hipL":[-28.8,9.2],"knL":[-37.8,165.3],"ftL":[-48.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.9,-146],"head":[-5.7,-177.5],"shR":[55.4,-137.2],"elR":[130.1,-111.1],"haR":[191.9,-113.1],"shL":[-58.3,-127.6],"elL":[-120.4,-78.2],"haL":[-195.2,-27.8],"hipR":[29.3,7.7],"knR":[38.6,163.7],"ftR":[49.8,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.2],"ftL":[-48.6,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.7,-146],"head":[-5.4,-177.5],"shR":[55.8,-135.4],"elR":[130.4,-107.1],"haR":[184,-109],"shL":[-57.7,-126],"elL":[-116,-72.6],"haL":[-187.5,-17.8],"hipR":[29.3,7.7],"knR":[38.3,163.7],"ftR":[49.7,282.8],"hipL":[-28.8,9.3],"knL":[-38,165.2],"ftL":[-48.7,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.4,-146],"head":[-5,-177.5],"shR":[56.2,-134.2],"elR":[130.3,-104],"haR":[176.4,-103.7],"shL":[-57.1,-124.8],"elL":[-109.9,-66.3],"haL":[-176,-5.8],"hipR":[29.3,7.7],"knR":[38.2,163.7],"ftR":[49.7,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.2],"ftL":[-48.7,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3,-85.6],"neck":[0.2,-146],"head":[-4.3,-177.5],"shR":[56.6,-133.1],"elR":[129.8,-100.4],"haR":[171,-99.2],"shL":[-56.4,-124.4],"elL":[-102.1,-60.2],"haL":[-160.1,7.1],"hipR":[29.3,7.7],"knR":[38.3,163.7],"ftR":[50,282.8],"hipL":[-28.8,9.3],"knL":[-37.8,165.2],"ftL":[-48.4,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[2.9,-85.6],"neck":[1,-146.1],"head":[-3.3,-177.6],"shR":[57.3,-132.4],"elR":[128.6,-96],"haR":[167.5,-97.2],"shL":[-55.7,-124.7],"elL":[-93.3,-55],"haL":[-141.4,19.1],"hipR":[29.3,7.7],"knR":[38.5,163.7],"ftR":[50.5,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.1],"ftL":[-47.9,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.2,-85.6],"neck":[2.3,-146.1],"head":[-2,-177.6],"shR":[58.4,-132.1],"elR":[126.7,-91],"haR":[164.5,-99.4],"shL":[-54.4,-124.8],"elL":[-84.3,-50.9],"haL":[-122,29.1],"hipR":[29.2,7.8],"knR":[38.7,163.8],"ftR":[51.2,282.8],"hipL":[-28.9,9.2],"knL":[-37.3,165],"ftL":[-47.2,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[4,-85.5],"neck":[4,-146],"head":[-0.1,-177.5],"shR":[59.9,-131.9],"elR":[124.7,-86],"haR":[161.3,-105.7],"shL":[-52.6,-124.4],"elL":[-75,-47.5],"haL":[-102.7,36.9],"hipR":[29.2,7.9],"knR":[38.8,163.9],"ftR":[52.1,282.8],"hipL":[-28.9,9.1],"knL":[-36.9,165],"ftL":[-46.4,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[5,-85.3],"neck":[5.8,-145.8],"head":[1.7,-177.3],"shR":[61.5,-131.8],"elR":[121.9,-81.4],"haR":[157.9,-114.4],"shL":[-50.7,-123.7],"elL":[-65.8,-44.8],"haL":[-84.7,42.4],"hipR":[29.2,8],"knR":[39,163.9],"ftR":[52.9,282.8],"hipL":[-28.9,9],"knL":[-36.4,164.9],"ftL":[-45.7,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[5.9,-85.2],"neck":[7.1,-145.6],"head":[3.1,-177.1],"shR":[62.7,-132.3],"elR":[117.5,-78.6],"haR":[153.4,-124.3],"shL":[-49.3,-123.1],"elL":[-59.1,-43.3],"haL":[-72.2,45.2],"hipR":[29.2,8.1],"knR":[38.9,164],"ftR":[53.3,282.8],"hipL":[-28.9,8.9],"knL":[-36.2,164.8],"ftL":[-45.3,284]},{"rootY":0.1,"hips":[0,0],"chest":[6.4,-85.1],"neck":[7.5,-145.5],"head":[3.6,-177],"shR":[63.1,-133.3],"elR":[112.7,-79.1],"haR":[146.3,-135.2],"shL":[-48.9,-123],"elL":[-57,-43.1],"haL":[-69.5,45.6],"hipR":[29.2,8.1],"knR":[38.6,164],"ftR":[53.1,282.8],"hipL":[-28.9,8.9],"knL":[-36.4,164.8],"ftL":[-45.5,284]},{"rootY":0.1,"hips":[0,0],"chest":[6.5,-85.2],"neck":[7.3,-145.5],"head":[3.6,-177],"shR":[62.7,-134.2],"elR":[112.3,-82.9],"haR":[135.1,-144.9],"shL":[-49,-122.9],"elL":[-59.5,-43.4],"haL":[-75.4,44.7],"hipR":[29.2,8],"knR":[38.3,163.9],"ftR":[52.5,282.7],"hipL":[-28.9,9],"knL":[-36.7,164.8],"ftL":[-46.1,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.4,-85.2],"neck":[6.8,-145.5],"head":[3.7,-177.1],"shR":[62,-135.3],"elR":[118.4,-90.6],"haR":[120.9,-150.3],"shL":[-49.2,-122.3],"elL":[-63.9,-43.6],"haL":[-84.1,43.6],"hipR":[29.2,7.9],"knR":[38,163.9],"ftR":[51.9,282.7],"hipL":[-28.9,9],"knL":[-37.1,164.9],"ftL":[-46.7,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.5,-85.1],"neck":[6.2,-145.4],"head":[3.7,-177.1],"shR":[61.1,-136.5],"elR":[126.5,-103.5],"haR":[107.3,-150.5],"shL":[-49.5,-121.3],"elL":[-68.3,-43.6],"haL":[-91.6,42.6],"hipR":[29.2,7.9],"knR":[37.7,163.9],"ftR":[51.3,282.7],"hipL":[-28.9,9.1],"knL":[-37.3,164.9],"ftL":[-47.2,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.9,-85],"neck":[5.5,-145.4],"head":[3.5,-177.1],"shR":[60,-137.2],"elR":[130.6,-118.2],"haR":[98.2,-149.1],"shL":[-50,-120.5],"elL":[-72.2,-43.8],"haL":[-98,41.6],"hipR":[29.2,7.9],"knR":[37.5,163.8],"ftR":[50.7,282.8],"hipL":[-28.9,9.1],"knL":[-37.6,164.9],"ftL":[-47.8,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[7.3,-85],"neck":[4.6,-145.4],"head":[2.9,-177.1],"shR":[58.4,-137.6],"elR":[129.1,-125.9],"haR":[92.7,-150.7],"shL":[-50.7,-120],"elL":[-75.5,-44],"haL":[-103.9,40.3],"hipR":[29.2,7.9],"knR":[37.1,163.8],"ftR":[49.9,282.8],"hipL":[-28.9,9.1],"knL":[-38.1,164.9],"ftL":[-48.5,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[7.4,-85.2],"neck":[3.6,-145.5],"head":[2,-177.3],"shR":[56.7,-138.4],"elR":[123.9,-121.7],"haR":[90,-154.2],"shL":[-51.3,-119.5],"elL":[-77.7,-43.9],"haL":[-108.3,39.2],"hipR":[29.3,7.8],"knR":[36.7,163.8],"ftR":[49,282.8],"hipL":[-28.9,9.2],"knL":[-38.6,165],"ftL":[-49.4,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[7.2,-85.3],"neck":[2.9,-145.7],"head":[1.1,-177.4],"shR":[55.5,-139.3],"elR":[114.5,-110.8],"haR":[87.1,-157.5],"shL":[-51.9,-119.1],"elL":[-78.4,-43.5],"haL":[-110.2,38.5],"hipR":[29.3,7.7],"knR":[36.3,163.7],"ftR":[48.3,282.8],"hipL":[-28.9,9.2],"knL":[-38.8,165.1],"ftL":[-50,284.2]},{"rootY":0.2,"hips":[0,0],"chest":[6.9,-85.4],"neck":[2.6,-145.7],"head":[0.7,-177.4],"shR":[55,-139.8],"elR":[103.3,-102.2],"haR":[84,-160.5],"shL":[-52.3,-119.2],"elL":[-77.9,-43.2],"haL":[-110,37.8],"hipR":[29.3,7.6],"knR":[36.1,163.6],"ftR":[47.8,282.7],"hipL":[-28.8,9.3],"knL":[-38.8,165.2],"ftL":[-50.5,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[6.9,-85.4],"neck":[2.7,-145.7],"head":[0.8,-177.4],"shR":[54.8,-139.4],"elR":[97.7,-99.6],"haR":[80.2,-159.2],"shL":[-52.6,-119.7],"elL":[-76.8,-43.2],"haL":[-108,37.4],"hipR":[29.3,7.6],"knR":[36,163.6],"ftR":[47.7,282.7],"hipL":[-28.8,9.4],"knL":[-38.7,165.3],"ftL":[-50.7,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[7,-85.4],"neck":[3,-145.6],"head":[1.3,-177.3],"shR":[54.8,-138.9],"elR":[101.1,-102.2],"haR":[75.1,-152.1],"shL":[-52.5,-120.3],"elL":[-75,-43.1],"haL":[-104.2,37.5],"hipR":[29.3,7.6],"knR":[36.1,163.6],"ftR":[48,282.7],"hipL":[-28.8,9.4],"knL":[-38.5,165.3],"ftL":[-50.4,284.2]},{"rootY":0.2,"hips":[0,0],"chest":[7.2,-85.3],"neck":[3.4,-145.5],"head":[1.9,-177.2],"shR":[54.9,-138.6],"elR":[108,-108.6],"haR":[71.3,-143.6],"shL":[-52.1,-120.2],"elL":[-72.8,-42.5],"haL":[-99.2,38.5],"hipR":[29.3,7.7],"knR":[36.4,163.7],"ftR":[48.6,282.7],"hipL":[-28.8,9.3],"knL":[-38.3,165.2],"ftL":[-49.8,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[7.5,-85.2],"neck":[3.6,-145.3],"head":[2.2,-177.1],"shR":[55,-138.4],"elR":[111.7,-114.8],"haR":[68,-136.3],"shL":[-51.7,-119.5],"elL":[-70.5,-41.3],"haL":[-94.1,40],"hipR":[29.3,7.8],"knR":[36.8,163.8],"ftR":[49.1,282.8],"hipL":[-28.9,9.2],"knL":[-38.1,165.2],"ftL":[-49.2,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[7.7,-85.2],"neck":[3.5,-145.3],"head":[2.2,-177],"shR":[54.8,-138.3],"elR":[110.8,-115.2],"haR":[64.9,-131.9],"shL":[-51.6,-119],"elL":[-68.4,-40.4],"haL":[-89.3,41.5],"hipR":[29.3,7.8],"knR":[37.1,163.8],"ftR":[49.6,282.9],"hipL":[-28.9,9.2],"knL":[-38,165.1],"ftL":[-48.8,284.2]},{"rootY":0,"hips":[0,0],"chest":[7.6,-85.2],"neck":[3.5,-145.3],"head":[2,-177],"shR":[54.9,-138.2],"elR":[106.2,-107.5],"haR":[60.3,-132],"shL":[-51.6,-118.8],"elL":[-66.7,-39.9],"haL":[-84.9,42.8],"hipR":[29.3,7.8],"knR":[37.2,163.9],"ftR":[49.8,282.9],"hipL":[-28.9,9.2],"knL":[-38,165.1],"ftL":[-48.6,284.2]},{"rootY":0,"hips":[0,0],"chest":[7.2,-85.4],"neck":[3.5,-145.3],"head":[1.8,-177],"shR":[55.4,-138.2],"elR":[97.6,-96.3],"haR":[55.1,-135.7],"shL":[-51.8,-118.9],"elL":[-65.5,-39.9],"haL":[-81.1,44.1],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50,282.9],"hipL":[-28.9,9.2],"knL":[-37.8,165.1],"ftL":[-48.5,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.8,-85.4],"neck":[3.6,-145.3],"head":[1.8,-177],"shR":[56,-138.5],"elR":[87.1,-88.4],"haR":[50.7,-140.4],"shL":[-51.9,-119.1],"elL":[-65,-40],"haL":[-78.3,45.3],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50.1,282.8],"hipL":[-28.9,9.2],"knL":[-37.7,165.2],"ftL":[-48.4,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.6,-85.4],"neck":[3.8,-145.2],"head":[1.9,-176.9],"shR":[56.5,-138.6],"elR":[80.3,-85.4],"haR":[46.7,-143.4],"shL":[-52,-119.3],"elL":[-65.1,-40.2],"haL":[-76.4,46.4],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50.2,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.2],"ftL":[-48.3,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.6,-85.4],"neck":[3.9,-145.2],"head":[2,-176.9],"shR":[56.7,-138.5],"elR":[81.4,-86.1],"haR":[41.2,-141.7],"shL":[-52.1,-119.6],"elL":[-65.2,-40.5],"haL":[-75.4,47.2],"hipR":[29.2,7.8],"knR":[37.2,163.9],"ftR":[50.5,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.2],"ftL":[-48,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.5,-85.4],"neck":[3.8,-145.3],"head":[2.1,-177],"shR":[56.9,-138.5],"elR":[87.9,-89.7],"haR":[35.8,-136.1],"shL":[-52.1,-119.7],"elL":[-65.3,-40.5],"haL":[-75.3,47.5],"hipR":[29.2,7.8],"knR":[37.4,163.9],"ftR":[50.9,282.8],"hipL":[-28.8,9.2],"knL":[-37.4,165.1],"ftL":[-47.7,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.4,-85.4],"neck":[3.6,-145.3],"head":[2,-177],"shR":[57,-138.9],"elR":[93.9,-95.4],"haR":[31,-129.6],"shL":[-52.2,-119.4],"elL":[-65.6,-40.4],"haL":[-76.1,47.7],"hipR":[29.2,7.9],"knR":[37.6,163.9],"ftR":[51.2,282.8],"hipL":[-28.8,9.1],"knL":[-37.3,165.1],"ftL":[-47.3,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.3,-85.4],"neck":[3.1,-145.3],"head":[1.6,-177],"shR":[56.6,-139.1],"elR":[96.8,-100.4],"haR":[28.4,-124.7],"shL":[-52.6,-119],"elL":[-66.4,-40.1],"haL":[-77.5,47.7],"hipR":[29.2,7.9],"knR":[37.8,163.9],"ftR":[51.4,282.8],"hipL":[-28.9,9.1],"knL":[-37.2,165.1],"ftL":[-47.2,284.2]},{"rootY":0,"hips":[0,0],"chest":[6,-85.4],"neck":[2.3,-145.3],"head":[0.9,-177],"shR":[55.7,-138.8],"elR":[96.8,-101.8],"haR":[28.5,-124.7],"shL":[-53.1,-118.7],"elL":[-67.4,-39.8],"haL":[-79.2,47.7],"hipR":[29.2,7.9],"knR":[37.8,163.9],"ftR":[51.4,282.8],"hipL":[-28.8,9.1],"knL":[-37.1,165.1],"ftL":[-47.2,284.2]},{"rootY":0,"hips":[0,0],"chest":[5.7,-85.5],"neck":[1.5,-145.3],"head":[0.1,-177],"shR":[54.7,-138.4],"elR":[94.7,-99.2],"haR":[29.5,-127.4],"shL":[-53.9,-118.5],"elL":[-68.6,-39.7],"haL":[-80.8,47.4],"hipR":[29.2,7.8],"knR":[37.8,163.9],"ftR":[51.2,282.8],"hipL":[-28.8,9.2],"knL":[-37.2,165.2],"ftL":[-47.3,284.2]},{"rootY":0,"hips":[0,0],"chest":[5.3,-85.5],"neck":[0.8,-145.3],"head":[-0.6,-177],"shR":[53.9,-138.7],"elR":[90.8,-95.2],"haR":[30,-131.3],"shL":[-54.5,-118.4],"elL":[-69.8,-39.6],"haL":[-82.2,47],"hipR":[29.3,7.8],"knR":[37.8,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37.1,165.2],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[5,-85.5],"neck":[0.4,-145.2],"head":[-1.1,-176.9],"shR":[53.5,-139.3],"elR":[86.1,-91.8],"haR":[30.7,-137.2],"shL":[-54.9,-118.3],"elL":[-70.9,-39.6],"haL":[-83.2,46.6],"hipR":[29.3,7.8],"knR":[37.9,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37.1,165.3],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.9,-85.5],"neck":[0.3,-145.2],"head":[-1.3,-176.9],"shR":[53.3,-139.8],"elR":[82.1,-90.1],"haR":[32.8,-143.8],"shL":[-55.1,-118.2],"elL":[-71.9,-39.7],"haL":[-83.7,46.1],"hipR":[29.3,7.7],"knR":[38.1,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37,165.3],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.5],"neck":[0.4,-145.2],"head":[-1.3,-176.8],"shR":[53.4,-140],"elR":[81.5,-90.6],"haR":[34.6,-146.6],"shL":[-55.2,-118.4],"elL":[-72.5,-39.9],"haL":[-83.8,45.7],"hipR":[29.3,7.8],"knR":[38.2,163.9],"ftR":[51.3,282.8],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-47.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.5],"neck":[0.4,-145.1],"head":[-1.2,-176.8],"shR":[53.7,-139.9],"elR":[86,-93.2],"haR":[34.7,-142.9],"shL":[-55.2,-118.5],"elL":[-72.8,-40],"haL":[-83.5,45.4],"hipR":[29.3,7.8],"knR":[38.4,163.9],"ftR":[51.7,282.8],"hipL":[-28.9,9.2],"knL":[-36.7,165.3],"ftL":[-46.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.4],"neck":[0.5,-145.1],"head":[-1,-176.7],"shR":[54,-139.2],"elR":[93.7,-97.4],"haR":[35.8,-135.3],"shL":[-55,-118.3],"elL":[-72.7,-39.8],"haL":[-83,45.3],"hipR":[29.3,7.8],"knR":[38.7,163.9],"ftR":[52.2,282.8],"hipL":[-28.9,9.2],"knL":[-36.5,165.3],"ftL":[-46.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.4],"neck":[0.6,-145],"head":[-0.9,-176.7],"shR":[54.2,-137.6],"elR":[101.2,-101.5],"haR":[37.5,-125.2],"shL":[-54.8,-118],"elL":[-72.4,-39.4],"haL":[-82.3,45.5],"hipR":[29.2,7.9],"knR":[38.9,164],"ftR":[52.7,282.8],"hipL":[-28.9,9.1],"knL":[-36.3,165.3],"ftL":[-45.9,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.3],"neck":[0.5,-145],"head":[-1,-176.7],"shR":[54,-135.5],"elR":[105.9,-103.9],"haR":[38.5,-111.7],"shL":[-54.7,-117.6],"elL":[-72,-38.9],"haL":[-81.6,45.8],"hipR":[29.2,7.9],"knR":[39.1,164],"ftR":[53,282.8],"hipL":[-28.9,9.1],"knL":[-36.1,165.2],"ftL":[-45.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.3],"neck":[0.3,-145],"head":[-1.2,-176.7],"shR":[53.8,-133.6],"elR":[108.2,-102.8],"haR":[40.5,-97.5],"shL":[-54.8,-117.3],"elL":[-71.5,-38.5],"haL":[-80.9,46.2],"hipR":[29.2,7.9],"knR":[39.2,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.6,-85.2],"neck":[0.1,-145],"head":[-1.6,-176.7],"shR":[53.5,-132.3],"elR":[110,-98],"haR":[46.4,-85.3],"shL":[-54.8,-117],"elL":[-71.1,-38.1],"haL":[-80.2,46.5],"hipR":[29.2,7.9],"knR":[39.3,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.5,-85.1],"neck":[0,-145],"head":[-1.9,-176.6],"shR":[53.4,-131],"elR":[110.9,-90.4],"haR":[55.3,-73.6],"shL":[-54.8,-116.6],"elL":[-70.7,-37.6],"haL":[-79.5,47],"hipR":[29.2,7.9],"knR":[39.4,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.3,-85],"neck":[-0.2,-144.9],"head":[-2.4,-176.5],"shR":[53.3,-129.4],"elR":[108.7,-81.3],"haR":[62.6,-57.5],"shL":[-54.8,-116.2],"elL":[-70.4,-37.2],"haL":[-78.9,47.5],"hipR":[29.2,7.9],"knR":[39.5,164],"ftR":[53,282.9],"hipL":[-28.9,9.1],"knL":[-36.1,165.2],"ftL":[-45.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.9],"neck":[-0.3,-144.8],"head":[-2.8,-176.4],"shR":[53,-127.3],"elR":[103.4,-71.8],"haR":[67.4,-35.7],"shL":[-55,-116],"elL":[-70.2,-37],"haL":[-78.4,48],"hipR":[29.2,7.9],"knR":[39.5,164],"ftR":[52.9,282.9],"hipL":[-28.9,9.1],"knL":[-36.2,165.2],"ftL":[-45.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.9],"neck":[-0.4,-144.6],"head":[-3.1,-176.2],"shR":[52.8,-125.2],"elR":[96.8,-62.9],"haR":[72.4,-15.1],"shL":[-55.2,-116.2],"elL":[-70,-37.1],"haL":[-78,48.4],"hipR":[29.2,7.9],"knR":[39.6,164],"ftR":[52.7,282.9],"hipL":[-28.9,9.1],"knL":[-36.4,165.2],"ftL":[-45.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.8],"neck":[-0.3,-144.5],"head":[-3.2,-176.1],"shR":[52.7,-123.6],"elR":[91.1,-56.1],"haR":[79.4,1],"shL":[-55.3,-116.5],"elL":[-69.9,-37.3],"haL":[-77.9,48.5],"hipR":[29.3,7.9],"knR":[39.6,163.9],"ftR":[52.5,282.9],"hipL":[-28.9,9.1],"knL":[-36.5,165.3],"ftL":[-46,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.1,-84.8],"neck":[-0.2,-144.5],"head":[-3.2,-176.1],"shR":[52.9,-122.5],"elR":[87.2,-52],"haR":[87.1,14.5],"shL":[-55.4,-116.7],"elL":[-69.9,-37.6],"haL":[-77.9,48.6],"hipR":[29.3,7.9],"knR":[39.7,163.9],"ftR":[52.3,282.9],"hipL":[-28.9,9.1],"knL":[-36.6,165.3],"ftL":[-46.1,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.1,-84.8],"neck":[0.1,-144.3],"head":[-3,-175.9],"shR":[53.1,-121.9],"elR":[85.1,-49.7],"haR":[93.2,25.7],"shL":[-55.3,-116.8],"elL":[-69.9,-37.8],"haL":[-78.2,48.7],"hipR":[29.3,7.8],"knR":[39.8,163.9],"ftR":[52.1,282.9],"hipL":[-28.9,9.2],"knL":[-36.6,165.3],"ftL":[-46.2,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.7],"neck":[0.4,-144.3],"head":[-2.8,-175.8],"shR":[53.3,-121.6],"elR":[84.3,-48.1],"haR":[97.7,32.8],"shL":[-55.1,-116.9],"elL":[-70,-38],"haL":[-78.8,48.7],"hipR":[29.3,7.8],"knR":[40,163.9],"ftR":[52,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.3,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.3,-84.7],"neck":[0.6,-144.3],"head":[-2.6,-175.9],"shR":[53.6,-121.5],"elR":[84.3,-47.3],"haR":[101.3,36.3],"shL":[-54.8,-116.8],"elL":[-70.1,-38.1],"haL":[-79.5,48.8],"hipR":[29.3,7.8],"knR":[40.3,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.3,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.4,-84.8],"neck":[0.8,-144.4],"head":[-2.4,-176],"shR":[54.1,-121.5],"elR":[84.4,-46.8],"haR":[103.9,38.3],"shL":[-54.5,-116.7],"elL":[-70.1,-38.1],"haL":[-80.4,48.8],"hipR":[29.3,7.8],"knR":[40.5,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.9,165.4],"ftL":[-46.3,284.5]},{"rootY":0,"hips":[0,0],"chest":[4.4,-84.8],"neck":[0.9,-144.5],"head":[-2.2,-176.1],"shR":[54.7,-121.3],"elR":[84.3,-46.3],"haR":[105.2,39.7],"shL":[-54.2,-116.5],"elL":[-70.2,-38],"haL":[-81.2,48.9],"hipR":[29.3,7.8],"knR":[40.6,163.8],"ftR":[51.8,282.9],"hipL":[-28.9,9.2],"knL":[-36.9,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[4.2,-84.9],"neck":[1.1,-144.6],"head":[-2,-176.2],"shR":[55.3,-121],"elR":[84.1,-45.9],"haR":[106.1,40.5],"shL":[-53.9,-116.4],"elL":[-70.2,-38],"haL":[-81.9,48.9],"hipR":[29.2,7.8],"knR":[40.7,163.8],"ftR":[51.8,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[3.9,-85],"neck":[1.3,-144.7],"head":[-1.7,-176.4],"shR":[55.8,-120.8],"elR":[84.1,-45.8],"haR":[106.7,40.8],"shL":[-53.5,-116.4],"elL":[-70.3,-38.1],"haL":[-82.4,48.9],"hipR":[29.3,7.8],"knR":[40.7,163.8],"ftR":[51.7,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[3.5,-85.1],"neck":[1.5,-144.9],"head":[-1.5,-176.6],"shR":[56.2,-120.5],"elR":[83.7,-45.7],"haR":[106.7,41],"shL":[-53.2,-116.4],"elL":[-70.3,-38.2],"haL":[-82.6,48.9],"hipR":[29.3,7.8],"knR":[40.5,163.8],"ftR":[51.6,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[3,-85.2],"neck":[1.5,-145.1],"head":[-1.3,-176.7],"shR":[56.5,-120.4],"elR":[82.7,-45.4],"haR":[105.9,41.3],"shL":[-53,-116.5],"elL":[-70.4,-38.2],"haL":[-82.7,49],"hipR":[29.3,7.8],"knR":[40.2,163.8],"ftR":[51.5,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[2.6,-85.2],"neck":[1.4,-145.1],"head":[-1.4,-176.8],"shR":[56.5,-120.3],"elR":[81.5,-45.1],"haR":[104.7,41.7],"shL":[-53,-116.4],"elL":[-70.6,-38.1],"haL":[-82.6,49],"hipR":[29.3,7.7],"knR":[39.9,163.8],"ftR":[51.3,282.9],"hipL":[-28.9,9.2],"knL":[-37,165.4],"ftL":[-46.9,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[2.2,-85.2],"neck":[1.2,-145.1],"head":[-1.6,-176.8],"shR":[56.4,-120.2],"elR":[80.6,-44.8],"haR":[103.6,42],"shL":[-53,-116.2],"elL":[-70.7,-37.9],"haL":[-82.3,49.1],"hipR":[29.3,7.7],"knR":[39.6,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.2,165.4],"ftL":[-47.2,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.9,-85.2],"neck":[0.9,-145.1],"head":[-1.9,-176.8],"shR":[56.2,-120.1],"elR":[80.1,-44.5],"haR":[102.6,42.3],"shL":[-53.1,-116],"elL":[-70.8,-37.6],"haL":[-81.8,49.1],"hipR":[29.3,7.7],"knR":[39.3,163.8],"ftR":[50.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.4],"ftL":[-47.4,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.5,-85.2],"neck":[0.5,-145.1],"head":[-2.2,-176.8],"shR":[55.9,-119.9],"elR":[79.7,-44.3],"haR":[101.7,42.5],"shL":[-53.2,-115.7],"elL":[-70.9,-37.2],"haL":[-81.2,49],"hipR":[29.3,7.7],"knR":[38.9,163.8],"ftR":[50.6,282.9],"hipL":[-28.8,9.3],"knL":[-37.6,165.3],"ftL":[-47.6,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-85.2],"neck":[0.1,-145.1],"head":[-2.6,-176.8],"shR":[55.5,-119.9],"elR":[79.5,-44.1],"haR":[101.2,42.3],"shL":[-53.4,-115.4],"elL":[-70.8,-36.7],"haL":[-80.4,48.9],"hipR":[29.3,7.7],"knR":[38.4,163.8],"ftR":[50.4,282.9],"hipL":[-28.8,9.3],"knL":[-37.7,165.3],"ftL":[-47.8,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.8,-85.2],"neck":[-0.3,-145.2],"head":[-2.9,-176.9],"shR":[55.2,-120],"elR":[79.3,-44.1],"haR":[101,41.9],"shL":[-53.5,-115],"elL":[-70.7,-36.3],"haL":[-79.4,48.7],"hipR":[29.3,7.7],"knR":[37.9,163.8],"ftR":[50.2,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.3],"ftL":[-48,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.5,-85.2],"neck":[-0.6,-145.2],"head":[-3.3,-176.9],"shR":[54.9,-120],"elR":[79.3,-44.1],"haR":[101.1,41.4],"shL":[-53.6,-114.6],"elL":[-70.4,-35.8],"haL":[-78.4,48.5],"hipR":[29.3,7.7],"knR":[37.6,163.8],"ftR":[50.1,282.8],"hipL":[-28.8,9.3],"knL":[-38,165.3],"ftL":[-48.1,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-85.2],"neck":[-0.9,-145.2],"head":[-3.5,-176.9],"shR":[54.8,-120.1],"elR":[79.5,-44.1],"haR":[101.4,40.8],"shL":[-53.6,-114.3],"elL":[-70.1,-35.4],"haL":[-77.2,48.3],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.1,282.8],"hipL":[-28.8,9.3],"knL":[-38.1,165.3],"ftL":[-48.1,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.2,-85.2],"neck":[-1,-145.2],"head":[-3.5,-176.9],"shR":[54.7,-120.2],"elR":[80,-44.2],"haR":[102,40.1],"shL":[-53.5,-114.2],"elL":[-69.8,-35.2],"haL":[-76.1,48],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.2,282.8],"hipL":[-28.7,9.3],"knL":[-38.1,165.3],"ftL":[-48,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.1,-85.1],"neck":[-1,-145.2],"head":[-3.5,-176.9],"shR":[54.8,-120.2],"elR":[80.6,-44.3],"haR":[102.7,39.3],"shL":[-53.4,-114.1],"elL":[-69.6,-35.1],"haL":[-75.1,47.8],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.4,282.8],"hipL":[-28.7,9.3],"knL":[-38,165.2],"ftL":[-47.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.1,-85],"neck":[-0.8,-145.1],"head":[-3.4,-176.8],"shR":[55,-120.2],"elR":[81.2,-44.4],"haR":[103.3,38.6],"shL":[-53.1,-114],"elL":[-69.3,-35],"haL":[-74.2,47.7],"hipR":[29.2,7.7],"knR":[37.5,163.8],"ftR":[50.7,282.8],"hipL":[-28.7,9.3],"knL":[-37.9,165.2],"ftL":[-47.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.2,-85],"neck":[-0.6,-145.1],"head":[-3.2,-176.8],"shR":[55.2,-120.1],"elR":[81.6,-44.3],"haR":[103.9,38.3],"shL":[-52.9,-114],"elL":[-69.1,-35],"haL":[-73.7,47.7],"hipR":[29.2,7.7],"knR":[37.6,163.9],"ftR":[51,282.8],"hipL":[-28.7,9.2],"knL":[-37.8,165.2],"ftL":[-47.2,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.3,-84.9],"neck":[-0.4,-145.1],"head":[-3,-176.8],"shR":[55.4,-119.9],"elR":[81.7,-44],"haR":[104.4,38.2],"shL":[-52.6,-114],"elL":[-68.9,-35],"haL":[-73.6,47.8],"hipR":[29.2,7.8],"knR":[37.8,163.9],"ftR":[51.3,282.8],"hipL":[-28.7,9.2],"knL":[-37.6,165.1],"ftL":[-46.9,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.4,-84.9],"neck":[-0.2,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.7],"elR":[81.5,-43.6],"haR":[104.5,38.6],"shL":[-52.4,-114],"elL":[-68.8,-35],"haL":[-73.8,48.1],"hipR":[29.2,7.8],"knR":[38.1,163.9],"ftR":[51.5,282.8],"hipL":[-28.7,9.2],"knL":[-37.5,165.1],"ftL":[-46.7,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.9],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.5],"elR":[81,-43.2],"haR":[104.1,39.3],"shL":[-52.3,-114],"elL":[-68.7,-35.1],"haL":[-74.3,48.4],"hipR":[29.2,7.8],"knR":[38.3,163.9],"ftR":[51.7,282.8],"hipL":[-28.7,9.2],"knL":[-37.4,165.1],"ftL":[-46.5,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.3],"elR":[80.3,-42.8],"haR":[103.5,40.2],"shL":[-52.4,-114.1],"elL":[-68.8,-35.1],"haL":[-75,48.8],"hipR":[29.2,7.8],"knR":[38.5,163.9],"ftR":[51.8,282.8],"hipL":[-28.7,9.2],"knL":[-37.3,165.1],"ftL":[-46.3,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.3,-119.1],"elR":[79.7,-42.5],"haR":[102.7,41.1],"shL":[-52.4,-114.1],"elL":[-69,-35.2],"haL":[-75.9,49.1],"hipR":[29.2,7.8],"knR":[38.7,163.9],"ftR":[52,282.8],"hipL":[-28.7,9.2],"knL":[-37.2,165.1],"ftL":[-46.2,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.2,-145],"head":[-2.9,-176.7],"shR":[55.2,-119],"elR":[79.3,-42.2],"haR":[102.1,41.8],"shL":[-52.5,-114.1],"elL":[-69.2,-35.2],"haL":[-76.7,49.5],"hipR":[29.2,7.8],"knR":[39,163.9],"ftR":[52.1,282.8],"hipL":[-28.7,9.2],"knL":[-37.2,165.1],"ftL":[-46.1,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.7],"neck":[-0.2,-144.9],"head":[-2.9,-176.6],"shR":[55.1,-118.9],"elR":[78.9,-42],"haR":[101.6,42.5],"shL":[-52.6,-114.1],"elL":[-69.3,-35.2],"haL":[-77.6,49.9],"hipR":[29.2,7.8],"knR":[39.3,163.9],"ftR":[52.1,282.9],"hipL":[-28.7,9.2],"knL":[-37.1,165.1],"ftL":[-46,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.6],"neck":[-0.2,-144.9],"head":[-2.9,-176.6],"shR":[55.1,-118.8],"elR":[78.4,-41.9],"haR":[101.2,43.1],"shL":[-52.7,-114],"elL":[-69.3,-35.1],"haL":[-78.2,50.2],"hipR":[29.2,7.8],"knR":[39.7,163.9],"ftR":[52.2,282.9],"hipL":[-28.8,9.1],"knL":[-37,165.1],"ftL":[-45.8,284.3]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.6],"neck":[-0.3,-144.8],"head":[-3,-176.5],"shR":[55,-118.9],"elR":[77.7,-41.7],"haR":[101.1,43.5],"shL":[-52.8,-113.9],"elL":[-69.3,-35],"haL":[-78.7,50.5],"hipR":[29.2,7.8],"knR":[40,163.8],"ftR":[52.4,282.9],"hipL":[-28.8,9.2],"knL":[-36.9,165.1],"ftL":[-45.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.5],"neck":[-0.4,-144.8],"head":[-3.2,-176.5],"shR":[54.9,-118.9],"elR":[77.1,-41.7],"haR":[101,43.8],"shL":[-52.9,-113.8],"elL":[-69.3,-34.9],"haL":[-79.1,50.9],"hipR":[29.2,7.8],"knR":[40.2,163.8],"ftR":[52.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.8,165.1],"ftL":[-45.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.5],"neck":[-0.6,-144.8],"head":[-3.3,-176.5],"shR":[54.8,-119],"elR":[76.6,-41.5],"haR":[100.9,44],"shL":[-53,-113.6],"elL":[-69.2,-34.7],"haL":[-79.2,51.3],"hipR":[29.2,7.9],"knR":[40.2,163.9],"ftR":[52.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.8,165.1],"ftL":[-45.4,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.5],"neck":[-0.7,-144.8],"head":[-3.5,-176.4],"shR":[54.7,-118.9],"elR":[76.1,-41.4],"haR":[100.7,44.3],"shL":[-52.9,-113.4],"elL":[-69,-34.4],"haL":[-79.1,51.7],"hipR":[29.2,7.9],"knR":[40.1,163.9],"ftR":[52.4,283],"hipL":[-28.8,9.1],"knL":[-36.7,165],"ftL":[-45.3,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.4],"neck":[-0.7,-144.8],"head":[-3.6,-176.4],"shR":[54.6,-118.9],"elR":[75.6,-41.2],"haR":[100.2,44.5],"shL":[-52.9,-113.2],"elL":[-68.6,-34.2],"haL":[-78.8,52.1],"hipR":[29.2,7.9],"knR":[40.3,163.9],"ftR":[52.7,282.9],"hipL":[-28.8,9.1],"knL":[-36.7,165],"ftL":[-45.1,284.3]},{"rootY":0.2,"hips":[0,0],"chest":[0.4,-84.4],"neck":[-0.8,-144.7],"head":[-3.8,-176.4],"shR":[54.6,-118.9],"elR":[75.1,-41.1],"haR":[99.7,44.6],"shL":[-52.8,-113],"elL":[-68.2,-33.9],"haL":[-78.3,52.5],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.9,282.9],"hipL":[-28.8,9.1],"knL":[-36.6,165],"ftL":[-45,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-84.3],"neck":[-0.8,-144.7],"head":[-3.9,-176.3],"shR":[54.7,-119],"elR":[74.6,-41],"haR":[99.2,44.5],"shL":[-52.7,-112.9],"elL":[-67.7,-33.7],"haL":[-77.6,52.8],"hipR":[29.1,7.9],"knR":[40.5,163.9],"ftR":[52.9,282.9],"hipL":[-28.8,9.1],"knL":[-36.5,165],"ftL":[-44.8,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.2,-84.3],"neck":[-0.8,-144.7],"head":[-4,-176.3],"shR":[54.7,-119.1],"elR":[74.3,-41],"haR":[98.8,44.3],"shL":[-52.7,-112.8],"elL":[-67.3,-33.5],"haL":[-76.9,53],"hipR":[29.1,8],"knR":[40.4,163.9],"ftR":[52.9,282.9],"hipL":[-28.8,9],"knL":[-36.5,164.9],"ftL":[-44.7,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-84.3],"neck":[-0.8,-144.7],"head":[-4.1,-176.3],"shR":[54.8,-119.1],"elR":[74.3,-40.9],"haR":[98.6,44.2],"shL":[-52.5,-112.7],"elL":[-66.9,-33.4],"haL":[-76.2,53.1],"hipR":[29.1,7.9],"knR":[40.5,163.9],"ftR":[53.2,282.9],"hipL":[-28.8,9],"knL":[-36.4,164.9],"ftL":[-44.6,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-84.3],"neck":[-0.7,-144.7],"head":[-4.1,-176.3],"shR":[54.9,-119.1],"elR":[74.3,-40.9],"haR":[98.6,44],"shL":[-52.4,-112.6],"elL":[-66.6,-33.2],"haL":[-75.6,53.1],"hipR":[29.1,7.9],"knR":[40.8,163.8],"ftR":[53.5,282.8],"hipL":[-28.8,9.1],"knL":[-36.2,165],"ftL":[-44.5,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.2],"neck":[-0.6,-144.6],"head":[-4.1,-176.3],"shR":[54.9,-119.1],"elR":[74.5,-40.9],"haR":[98.8,43.8],"shL":[-52.3,-112.5],"elL":[-66.5,-33.1],"haL":[-75.3,53],"hipR":[29.1,7.9],"knR":[40.9,163.8],"ftR":[53.7,282.8],"hipL":[-28.7,9.1],"knL":[-36.1,165],"ftL":[-44.4,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.5,-84.2],"neck":[-0.7,-144.6],"head":[-4.2,-176.3],"shR":[54.8,-119.1],"elR":[74.9,-41],"haR":[99.1,43.5],"shL":[-52.4,-112.4],"elL":[-66.6,-33.1],"haL":[-75.2,52.9],"hipR":[29.1,7.9],"knR":[40.8,163.8],"ftR":[53.6,282.8],"hipL":[-28.8,9.1],"knL":[-36,165],"ftL":[-44.4,284.2]},{"rootY":0.4,"hips":[0,0],"chest":[0.5,-84.3],"neck":[-0.9,-144.7],"head":[-4.4,-176.3],"shR":[54.6,-119.1],"elR":[75.3,-41.2],"haR":[99.1,43.2],"shL":[-52.5,-112.4],"elL":[-66.8,-33],"haL":[-75.3,52.6],"hipR":[29.1,7.9],"knR":[40.5,163.9],"ftR":[53.3,282.9],"hipL":[-28.8,9],"knL":[-36,164.9],"ftL":[-44.5,284.2]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-1.2,-144.8],"head":[-4.6,-176.4],"shR":[54.3,-119.1],"elR":[75.7,-41.4],"haR":[99.1,42.9],"shL":[-52.7,-112.3],"elL":[-67,-32.9],"haL":[-75.6,52.3],"hipR":[29.1,8],"knR":[40,164],"ftR":[52.9,283],"hipL":[-28.8,9],"knL":[-36,164.9],"ftL":[-44.7,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-1.5,-144.8],"head":[-4.9,-176.4],"shR":[54,-119.2],"elR":[75.8,-41.6],"haR":[99,42.6],"shL":[-53,-112.1],"elL":[-67.2,-32.7],"haL":[-76,52.1],"hipR":[29.1,8],"knR":[39.6,164.1],"ftR":[52.5,283],"hipL":[-28.8,9],"knL":[-36.1,164.8],"ftL":[-44.9,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-1.7,-144.8],"head":[-5.2,-176.4],"shR":[53.7,-119.3],"elR":[75.7,-41.8],"haR":[98.9,42.5],"shL":[-53.2,-111.9],"elL":[-67.4,-32.5],"haL":[-76.4,51.9],"hipR":[29.1,8],"knR":[39.4,164],"ftR":[52.3,283],"hipL":[-28.8,9],"knL":[-36.2,164.8],"ftL":[-45.1,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-1.9,-144.7],"head":[-5.5,-176.3],"shR":[53.6,-119.5],"elR":[75.4,-41.9],"haR":[98.6,42.4],"shL":[-53.3,-111.7],"elL":[-67.6,-32.3],"haL":[-76.7,51.9],"hipR":[29.2,8],"knR":[39.3,164],"ftR":[52.3,282.9],"hipL":[-28.8,9],"knL":[-36.3,164.9],"ftL":[-45.3,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-2.1,-144.7],"head":[-5.8,-176.3],"shR":[53.4,-119.6],"elR":[75.3,-42.1],"haR":[98.4,42.3],"shL":[-53.5,-111.6],"elL":[-67.7,-32.2],"haL":[-77,51.9],"hipR":[29.2,7.9],"knR":[39.1,164],"ftR":[52.1,282.9],"hipL":[-28.8,9],"knL":[-36.4,164.9],"ftL":[-45.6,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-2.4,-144.7],"head":[-6.1,-176.3],"shR":[53.3,-119.8],"elR":[75.3,-42.3],"haR":[98.4,42],"shL":[-53.7,-111.5],"elL":[-67.9,-32.1],"haL":[-77.3,52],"hipR":[29.2,8],"knR":[38.6,164],"ftR":[51.7,283],"hipL":[-28.8,9],"knL":[-36.5,164.8],"ftL":[-45.8,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-2.5,-144.7],"head":[-6.4,-176.3],"shR":[53.2,-120.1],"elR":[75.4,-42.6],"haR":[98.5,41.7],"shL":[-53.8,-111.4],"elL":[-68,-32],"haL":[-77.4,52.2],"hipR":[29.1,8],"knR":[38.3,164],"ftR":[51.3,283],"hipL":[-28.8,9],"knL":[-36.7,164.8],"ftL":[-46.1,284]},{"rootY":0.5,"hips":[0,0],"chest":[0.4,-84.4],"neck":[-2.7,-144.7],"head":[-6.7,-176.3],"shR":[53.1,-120.3],"elR":[75.5,-42.8],"haR":[98.6,41.4],"shL":[-53.9,-111.3],"elL":[-68.1,-31.9],"haL":[-77.5,52.5],"hipR":[29.1,8],"knR":[38.1,164],"ftR":[51.1,283],"hipL":[-28.8,9],"knL":[-36.8,164.8],"ftL":[-46.4,284]},{"rootY":0.5,"hips":[0,0],"chest":[0.3,-84.4],"neck":[-2.9,-144.7],"head":[-6.9,-176.3],"shR":[53,-120.5],"elR":[75.6,-43.1],"haR":[98.8,41],"shL":[-54,-111.2],"elL":[-68.2,-31.8],"haL":[-77.4,52.7],"hipR":[29.2,7.9],"knR":[38,164],"ftR":[50.9,283],"hipL":[-28.8,9.1],"knL":[-37,164.9],"ftL":[-46.7,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.1,-84.4],"neck":[-3.1,-144.7],"head":[-7.3,-176.2],"shR":[52.8,-120.6],"elR":[75.7,-43.3],"haR":[99.1,40.6],"shL":[-54.2,-111.2],"elL":[-68.2,-31.8],"haL":[-77.2,53],"hipR":[29.2,7.9],"knR":[37.8,164],"ftR":[50.6,283],"hipL":[-28.8,9.1],"knL":[-37.2,164.9],"ftL":[-47,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0,-84.3],"neck":[-3.4,-144.7],"head":[-7.6,-176.2],"shR":[52.7,-120.8],"elR":[75.8,-43.6],"haR":[99.5,40.3],"shL":[-54.4,-111.2],"elL":[-68.2,-31.7],"haL":[-77,53.2],"hipR":[29.2,7.9],"knR":[37.7,164],"ftR":[50.3,283],"hipL":[-28.8,9.1],"knL":[-37.4,164.9],"ftL":[-47.3,284.1]},{"rootY":0.4,"hips":[0,0],"chest":[-0.1,-84.3],"neck":[-3.7,-144.6],"head":[-8.1,-176.1],"shR":[52.5,-121],"elR":[75.7,-43.8],"haR":[99.7,40],"shL":[-54.6,-111],"elL":[-68.3,-31.5],"haL":[-76.7,53.6],"hipR":[29.2,7.8],"knR":[37.7,163.9],"ftR":[50.1,282.9],"hipL":[-28.8,9.2],"knL":[-37.6,165],"ftL":[-47.7,284.2]},{"rootY":0.4,"hips":[0,0],"chest":[-0.3,-84.3],"neck":[-4.1,-144.6],"head":[-8.6,-176.1],"shR":[52.2,-121.3],"elR":[75.6,-44.1],"haR":[99.8,39.7],"shL":[-54.9,-110.8],"elL":[-68.6,-31.3],"haL":[-76.4,54],"hipR":[29.2,7.7],"knR":[37.8,163.8],"ftR":[49.9,282.9],"hipL":[-28.7,9.3],"knL":[-37.9,165.1],"ftL":[-48.1,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[-0.6,-84.3],"neck":[-4.5,-144.6],"head":[-9.2,-176.1],"shR":[51.8,-121.5],"elR":[75.4,-44.5],"haR":[99.9,39.3],"shL":[-55.3,-110.6],"elL":[-68.9,-31.1],"haL":[-76.2,54.3],"hipR":[29.2,7.7],"knR":[37.8,163.7],"ftR":[49.6,282.8],"hipL":[-28.7,9.3],"knL":[-38.1,165.1],"ftL":[-48.5,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[-0.9,-84.3],"neck":[-5.1,-144.6],"head":[-9.8,-176.1],"shR":[51.3,-121.8],"elR":[75.2,-44.8],"haR":[100,39],"shL":[-55.9,-110.6],"elL":[-69.2,-31.1],"haL":[-75.8,54.5],"hipR":[29.2,7.6],"knR":[37.7,163.7],"ftR":[49.2,282.8],"hipL":[-28.7,9.4],"knL":[-38.4,165.2],"ftL":[-48.9,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[-1.2,-84.3],"neck":[-5.6,-144.6],"head":[-10.4,-176],"shR":[50.9,-122],"elR":[75.1,-45.1],"haR":[100.1,38.7],"shL":[-56.4,-110.6],"elL":[-69.6,-31],"haL":[-75.6,54.7],"hipR":[29.3,7.6],"knR":[37.7,163.7],"ftR":[48.9,282.8],"hipL":[-28.7,9.4],"knL":[-38.6,165.2],"ftL":[-49.3,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[-1.4,-84.3],"neck":[-6,-144.6],"head":[-10.9,-176],"shR":[50.5,-122.2],"elR":[74.9,-45.4],"haR":[100.2,38.4],"shL":[-56.8,-110.5],"elL":[-70,-31],"haL":[-75.4,54.8],"hipR":[29.3,7.5],"knR":[37.6,163.7],"ftR":[48.6,282.8],"hipL":[-28.7,9.4],"knL":[-38.8,165.3],"ftL":[-49.6,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[-1.5,-84.3],"neck":[-6.4,-144.6],"head":[-11.4,-176],"shR":[50.3,-122.5],"elR":[74.8,-45.7],"haR":[100.2,38.1],"shL":[-57,-110.4],"elL":[-70.4,-30.9],"haL":[-75.5,54.9],"hipR":[29.3,7.5],"knR":[37.4,163.7],"ftR":[48,282.9],"hipL":[-28.7,9.4],"knL":[-38.9,165.3],"ftL":[-49.9,284.3]},{"rootY":0.4,"hips":[0,0],"chest":[-1.5,-84.4],"neck":[-6.5,-144.6],"head":[-11.6,-176],"shR":[50.1,-122.7],"elR":[74.7,-45.9],"haR":[100.2,37.9],"shL":[-57.2,-110.4],"elL":[-70.7,-30.9],"haL":[-75.8,54.8],"hipR":[29.2,7.6],"knR":[37.1,163.8],"ftR":[47.5,283],"hipL":[-28.7,9.4],"knL":[-39.1,165.2],"ftL":[-50.1,284.3]},{"rootY":0.4,"hips":[0,0],"chest":[-1.4,-84.4],"neck":[-6.5,-144.7],"head":[-11.8,-176],"shR":[50.1,-122.9],"elR":[74.8,-46.2],"haR":[100.3,37.7],"shL":[-57.2,-110.4],"elL":[-70.9,-30.9],"haL":[-76.1,54.8],"hipR":[29.2,7.7],"knR":[37,163.9],"ftR":[47.3,283.1],"hipL":[-28.7,9.3],"knL":[-39.1,165.2],"ftL":[-50.1,284.2]},{"rootY":0.4,"hips":[0,0],"chest":[-1.3,-84.5],"neck":[-6.5,-144.7],"head":[-11.8,-176.1],"shR":[50.2,-123.1],"elR":[74.9,-46.4],"haR":[100.3,37.5],"shL":[-57.2,-110.4],"elL":[-70.9,-30.9],"haL":[-76.3,54.8],"hipR":[29.2,7.7],"knR":[37.2,163.9],"ftR":[47.3,283.1],"hipL":[-28.7,9.3],"knL":[-39.1,165.2],"ftL":[-50.1,284.2]}]},"jumping":{"name":"jumping","fps":30,"height":520,"groundY":256,"frameCount":164,"frames":[{"rootY":0,"hips":[0,0],"chest":[-0.2,-99.2],"neck":[-2.2,-165.9],"head":[-4.2,-200.9],"shR":[52.2,-141.8],"elR":[130.3,-129.5],"haR":[198.1,-119.5],"shL":[-54.7,-136.9],"elL":[-131.7,-118.3],"haL":[-199.1,-101],"hipR":[26.7,7.3],"knR":[24.3,130.4],"ftR":[20.3,255],"hipL":[-26.5,8.4],"knL":[-30.4,131.3],"ftL":[-33.6,255.7]},{"rootY":0,"hips":[0,0],"chest":[-0.4,-99.2],"neck":[-2.4,-165.9],"head":[-4.4,-200.8],"shR":[52.1,-141.8],"elR":[130.1,-129.6],"haR":[197.9,-119.6],"shL":[-54.9,-136.8],"elL":[-131.9,-118.1],"haL":[-199.3,-100.8],"hipR":[26.7,7.2],"knR":[24.3,130.4],"ftR":[20.3,255],"hipL":[-26.5,8.4],"knL":[-30.4,131.3],"ftL":[-33.5,255.7]},{"rootY":-0.1,"hips":[0,0],"chest":[-0.5,-99.2],"neck":[-2.8,-165.8],"head":[-4.8,-200.8],"shR":[51.8,-141.8],"elR":[129.9,-129.7],"haR":[197.7,-119.8],"shL":[-55.2,-136.7],"elL":[-132.1,-117.9],"haL":[-199.5,-100.5],"hipR":[26.7,7.2],"knR":[24.3,130.3],"ftR":[20.3,255],"hipL":[-26.5,8.5],"knL":[-30.3,131.4],"ftL":[-33.4,255.8]},{"rootY":-0.1,"hips":[0,0],"chest":[-0.7,-99.2],"neck":[-3.1,-165.8],"head":[-5.3,-200.8],"shR":[51.5,-141.9],"elR":[129.6,-129.9],"haR":[197.4,-120],"shL":[-55.5,-136.5],"elL":[-132.4,-117.6],"haL":[-199.7,-100.2],"hipR":[26.8,7.1],"knR":[24.2,130.2],"ftR":[20.1,255],"hipL":[-26.5,8.5],"knL":[-30.3,131.5],"ftL":[-33.3,255.8]},{"rootY":-0.1,"hips":[0,0],"chest":[-0.9,-99.2],"neck":[-3.4,-165.8],"head":[-5.7,-200.7],"shR":[51.2,-141.9],"elR":[129.3,-130],"haR":[197.1,-120.3],"shL":[-55.7,-136.4],"elL":[-132.6,-117.4],"haL":[-199.9,-99.8],"hipR":[26.8,7.1],"knR":[24.1,130.2],"ftR":[19.9,255],"hipL":[-26.4,8.6],"knL":[-30.2,131.5],"ftL":[-33.2,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-1,-99.2],"neck":[-3.7,-165.7],"head":[-6.1,-200.7],"shR":[51,-142],"elR":[129.1,-130.2],"haR":[196.9,-120.5],"shL":[-55.9,-136.2],"elL":[-132.8,-117.1],"haL":[-200.1,-99.4],"hipR":[26.8,7],"knR":[24,130.2],"ftR":[19.7,255.1],"hipL":[-26.4,8.6],"knL":[-30.1,131.5],"ftL":[-33.1,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-1.1,-99.2],"neck":[-4,-165.7],"head":[-6.4,-200.6],"shR":[50.7,-142.1],"elR":[128.9,-130.4],"haR":[196.7,-120.8],"shL":[-56.1,-136.1],"elL":[-133,-116.7],"haL":[-200.2,-98.8],"hipR":[26.8,7],"knR":[23.9,130.1],"ftR":[19.5,255.1],"hipL":[-26.4,8.6],"knL":[-30.1,131.6],"ftL":[-33,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-1.2,-99.2],"neck":[-4.3,-165.7],"head":[-6.8,-200.6],"shR":[50.5,-142.1],"elR":[128.7,-130.6],"haR":[196.5,-121],"shL":[-56.3,-135.9],"elL":[-133.1,-116.3],"haL":[-200.3,-98.2],"hipR":[26.8,7],"knR":[23.8,130.1],"ftR":[19.4,255.1],"hipL":[-26.4,8.7],"knL":[-30,131.6],"ftL":[-32.9,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-99.2],"neck":[-4.4,-165.6],"head":[-7.1,-200.5],"shR":[50.4,-142.1],"elR":[128.6,-130.7],"haR":[196.4,-121.3],"shL":[-56.4,-135.7],"elL":[-133.1,-115.8],"haL":[-200.3,-97.6],"hipR":[26.8,6.9],"knR":[23.8,130.1],"ftR":[19.5,255.1],"hipL":[-26.4,8.7],"knL":[-30,131.7],"ftL":[-32.8,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-99.2],"neck":[-4.5,-165.6],"head":[-7.3,-200.5],"shR":[50.3,-142.1],"elR":[128.6,-130.8],"haR":[196.4,-121.5],"shL":[-56.5,-135.6],"elL":[-133.1,-115.4],"haL":[-200.2,-96.9],"hipR":[26.8,6.9],"knR":[23.9,130.1],"ftR":[19.7,255.1],"hipL":[-26.4,8.7],"knL":[-29.9,131.7],"ftL":[-32.6,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.2],"neck":[-4.6,-165.6],"head":[-7.4,-200.4],"shR":[50.3,-142.1],"elR":[128.5,-130.9],"haR":[196.3,-121.7],"shL":[-56.5,-135.5],"elL":[-133.1,-115.1],"haL":[-200.1,-96.3],"hipR":[26.8,6.9],"knR":[24,130.1],"ftR":[19.9,255.1],"hipL":[-26.4,8.7],"knL":[-29.8,131.7],"ftL":[-32.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.2],"neck":[-4.7,-165.6],"head":[-7.6,-200.4],"shR":[50.2,-142.1],"elR":[128.5,-131.1],"haR":[196.3,-121.9],"shL":[-56.6,-135.3],"elL":[-133.1,-114.7],"haL":[-200.1,-95.8],"hipR":[26.8,6.9],"knR":[24.1,130.1],"ftR":[20,255.1],"hipL":[-26.4,8.7],"knL":[-29.7,131.7],"ftL":[-32.2,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.2],"neck":[-4.8,-165.5],"head":[-7.7,-200.3],"shR":[50.1,-142.2],"elR":[128.4,-131.2],"haR":[196.2,-122],"shL":[-56.7,-135.2],"elL":[-133.1,-114.5],"haL":[-200.1,-95.4],"hipR":[26.8,6.9],"knR":[24.2,130.1],"ftR":[20.2,255.1],"hipL":[-26.4,8.7],"knL":[-29.6,131.7],"ftL":[-32,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.5,-99.2],"neck":[-4.9,-165.5],"head":[-7.8,-200.3],"shR":[50,-142.2],"elR":[128.3,-131.3],"haR":[196.1,-122.2],"shL":[-56.7,-135.1],"elL":[-133.2,-114.3],"haL":[-200.1,-95.2],"hipR":[26.8,6.9],"knR":[24.3,130.1],"ftR":[20.3,255.1],"hipL":[-26.4,8.7],"knL":[-29.5,131.7],"ftL":[-31.9,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.5,-99.2],"neck":[-5,-165.5],"head":[-7.9,-200.3],"shR":[50,-142.1],"elR":[128.3,-131.3],"haR":[196.1,-122.4],"shL":[-56.8,-135],"elL":[-133.2,-114.1],"haL":[-200.1,-95],"hipR":[26.7,6.9],"knR":[24.3,130.1],"ftR":[20.5,255.1],"hipL":[-26.4,8.7],"knL":[-29.4,131.7],"ftL":[-31.8,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.6,-99.2],"neck":[-5.1,-165.5],"head":[-8,-200.2],"shR":[49.9,-142.1],"elR":[128.2,-131.4],"haR":[196.1,-122.5],"shL":[-56.8,-135],"elL":[-133.2,-114.1],"haL":[-200.1,-94.9],"hipR":[26.7,6.9],"knR":[24.4,130.1],"ftR":[20.6,255.1],"hipL":[-26.4,8.7],"knL":[-29.4,131.7],"ftL":[-31.6,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.6,-99.2],"neck":[-5.1,-165.4],"head":[-8.1,-200.2],"shR":[49.9,-142.1],"elR":[128.2,-131.5],"haR":[196,-122.7],"shL":[-56.8,-134.9],"elL":[-133.3,-114.1],"haL":[-200.2,-95],"hipR":[26.7,6.9],"knR":[24.5,130.1],"ftR":[20.7,255.1],"hipL":[-26.4,8.7],"knL":[-29.3,131.7],"ftL":[-31.5,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.6,-99.2],"neck":[-5.2,-165.4],"head":[-8.2,-200.2],"shR":[49.8,-142.1],"elR":[128.2,-131.6],"haR":[196,-122.9],"shL":[-56.9,-134.8],"elL":[-133.3,-114.1],"haL":[-200.3,-95.1],"hipR":[26.7,6.9],"knR":[24.5,130.1],"ftR":[20.8,255.1],"hipL":[-26.4,8.7],"knL":[-29.2,131.7],"ftL":[-31.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.7,-99.2],"neck":[-5.2,-165.4],"head":[-8.2,-200.1],"shR":[49.8,-142],"elR":[128.1,-131.6],"haR":[195.9,-122.9],"shL":[-56.9,-134.7],"elL":[-133.4,-114.1],"haL":[-200.4,-95.2],"hipR":[26.7,6.9],"knR":[24.5,130.1],"ftR":[20.9,255.1],"hipL":[-26.4,8.7],"knL":[-29.2,131.7],"ftL":[-31.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.2],"neck":[-5.3,-165.3],"head":[-8.2,-200.1],"shR":[49.7,-142],"elR":[128.1,-131.6],"haR":[195.9,-123],"shL":[-57,-134.7],"elL":[-133.5,-114.2],"haL":[-200.5,-95.4],"hipR":[26.7,6.9],"knR":[24.6,130.1],"ftR":[20.9,255.1],"hipL":[-26.3,8.7],"knL":[-29.1,131.7],"ftL":[-31.3,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.1],"neck":[-5.3,-165.3],"head":[-8.2,-200.1],"shR":[49.7,-141.9],"elR":[128,-131.6],"haR":[195.9,-122.9],"shL":[-57,-134.7],"elL":[-133.5,-114.3],"haL":[-200.5,-95.6],"hipR":[26.7,6.9],"knR":[24.6,130.1],"ftR":[21,255.1],"hipL":[-26.3,8.7],"knL":[-29.1,131.7],"ftL":[-31.3,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.1],"neck":[-5.3,-165.3],"head":[-8.2,-200],"shR":[49.7,-141.8],"elR":[128,-131.5],"haR":[195.8,-122.8],"shL":[-57,-134.6],"elL":[-133.6,-114.3],"haL":[-200.6,-95.7],"hipR":[26.7,6.9],"knR":[24.6,130.1],"ftR":[21,255.1],"hipL":[-26.3,8.7],"knL":[-29,131.7],"ftL":[-31.2,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.1],"neck":[-5.3,-165.3],"head":[-8.1,-200],"shR":[49.7,-141.8],"elR":[128,-131.4],"haR":[195.8,-122.7],"shL":[-57,-134.6],"elL":[-133.6,-114.4],"haL":[-200.6,-95.8],"hipR":[26.7,6.9],"knR":[24.7,130.1],"ftR":[21.1,255.1],"hipL":[-26.3,8.7],"knL":[-29,131.7],"ftL":[-31.2,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.9,-99.1],"neck":[-5.3,-165.3],"head":[-8.1,-200],"shR":[49.7,-141.7],"elR":[128,-131.2],"haR":[195.8,-122.4],"shL":[-57,-134.6],"elL":[-133.6,-114.4],"haL":[-200.6,-95.9],"hipR":[26.7,6.9],"knR":[24.7,130.1],"ftR":[21.1,255.1],"hipL":[-26.3,8.7],"knL":[-29,131.7],"ftL":[-31.1,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.9,-99.1],"neck":[-5.2,-165.2],"head":[-7.9,-199.9],"shR":[49.7,-141.5],"elR":[128,-131],"haR":[195.8,-122.1],"shL":[-56.9,-134.6],"elL":[-133.5,-114.4],"haL":[-200.6,-95.9],"hipR":[26.7,6.9],"knR":[24.7,130.1],"ftR":[21.2,255.1],"hipL":[-26.3,8.7],"knL":[-28.9,131.7],"ftL":[-31.1,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.9,-99.1],"neck":[-5.2,-165.2],"head":[-7.8,-199.9],"shR":[49.8,-141.4],"elR":[128.1,-130.7],"haR":[195.8,-121.7],"shL":[-56.9,-134.6],"elL":[-133.5,-114.3],"haL":[-200.6,-95.8],"hipR":[26.7,6.9],"knR":[24.7,130.1],"ftR":[21.2,255.1],"hipL":[-26.3,8.7],"knL":[-28.9,131.7],"ftL":[-31,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.9,-99.1],"neck":[-5.1,-165.1],"head":[-7.6,-199.8],"shR":[49.8,-141.2],"elR":[128.1,-130.4],"haR":[195.8,-121.2],"shL":[-56.8,-134.6],"elL":[-133.4,-114.2],"haL":[-200.5,-95.6],"hipR":[26.7,6.9],"knR":[24.8,130.1],"ftR":[21.3,255.1],"hipL":[-26.3,8.7],"knL":[-28.9,131.7],"ftL":[-30.9,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.1],"neck":[-4.9,-165.1],"head":[-7.4,-199.7],"shR":[49.9,-141.1],"elR":[128.2,-130.1],"haR":[195.9,-120.8],"shL":[-56.7,-134.6],"elL":[-133.3,-114.1],"haL":[-200.3,-95.4],"hipR":[26.7,6.9],"knR":[24.8,130.1],"ftR":[21.4,255.1],"hipL":[-26.3,8.7],"knL":[-28.9,131.7],"ftL":[-30.9,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.7,-99.1],"neck":[-4.8,-165.1],"head":[-7.2,-199.7],"shR":[50.1,-141],"elR":[128.3,-129.8],"haR":[195.9,-120.3],"shL":[-56.6,-134.6],"elL":[-133.1,-114],"haL":[-200.1,-95.2],"hipR":[26.7,6.9],"knR":[24.8,130.1],"ftR":[21.4,255.1],"hipL":[-26.3,8.7],"knL":[-28.8,131.7],"ftL":[-30.8,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.7,-99.1],"neck":[-4.6,-165],"head":[-6.9,-199.7],"shR":[50.2,-140.8],"elR":[128.4,-129.4],"haR":[196,-119.8],"shL":[-56.4,-134.6],"elL":[-133,-113.9],"haL":[-200,-95],"hipR":[26.7,6.9],"knR":[24.9,130.1],"ftR":[21.5,255.1],"hipL":[-26.3,8.7],"knL":[-28.8,131.7],"ftL":[-30.7,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.6,-99.1],"neck":[-4.4,-165],"head":[-6.7,-199.6],"shR":[50.3,-140.7],"elR":[128.5,-129.1],"haR":[196.1,-119.3],"shL":[-56.3,-134.6],"elL":[-132.8,-113.8],"haL":[-199.8,-94.9],"hipR":[26.7,6.9],"knR":[24.9,130.1],"ftR":[21.6,255.1],"hipL":[-26.3,8.7],"knL":[-28.8,131.7],"ftL":[-30.6,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.5,-99.1],"neck":[-4.2,-165],"head":[-6.4,-199.6],"shR":[50.4,-140.6],"elR":[128.6,-128.8],"haR":[196.2,-118.8],"shL":[-56.2,-134.6],"elL":[-132.6,-113.8],"haL":[-199.6,-94.7],"hipR":[26.7,6.9],"knR":[24.9,130.1],"ftR":[21.6,255.1],"hipL":[-26.3,8.7],"knL":[-28.7,131.7],"ftL":[-30.6,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.5,-99.1],"neck":[-4.1,-164.9],"head":[-6.2,-199.5],"shR":[50.6,-140.4],"elR":[128.7,-128.5],"haR":[196.2,-118.4],"shL":[-56,-134.6],"elL":[-132.5,-113.8],"haL":[-199.5,-94.6],"hipR":[26.7,6.9],"knR":[25,130.1],"ftR":[21.7,255.1],"hipL":[-26.3,8.7],"knL":[-28.7,131.7],"ftL":[-30.5,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.1],"neck":[-3.9,-164.9],"head":[-5.9,-199.5],"shR":[50.7,-140.3],"elR":[128.8,-128.1],"haR":[196.3,-117.9],"shL":[-55.9,-134.6],"elL":[-132.3,-113.6],"haL":[-199.3,-94.4],"hipR":[26.7,6.9],"knR":[25,130.1],"ftR":[21.8,255.1],"hipL":[-26.4,8.7],"knL":[-28.7,131.7],"ftL":[-30.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.1],"neck":[-3.6,-164.9],"head":[-5.6,-199.4],"shR":[50.9,-140],"elR":[128.9,-127.6],"haR":[196.4,-117],"shL":[-55.7,-134.6],"elL":[-132,-113.2],"haL":[-198.8,-93.6],"hipR":[26.7,6.9],"knR":[25.1,130.1],"ftR":[21.8,255.1],"hipL":[-26.4,8.7],"knL":[-28.7,131.7],"ftL":[-30.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-99.1],"neck":[-3.2,-164.9],"head":[-5.2,-199.4],"shR":[51.1,-139.6],"elR":[129,-126.6],"haR":[196.3,-115.5],"shL":[-55.4,-134.5],"elL":[-131.4,-112.2],"haL":[-197.9,-91.7],"hipR":[26.7,6.9],"knR":[25.1,130.1],"ftR":[22,255.1],"hipL":[-26.4,8.7],"knL":[-28.6,131.7],"ftL":[-30.3,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-99.1],"neck":[-2.8,-164.8],"head":[-4.7,-199.3],"shR":[51.4,-138.9],"elR":[129.1,-125],"haR":[196.2,-113.2],"shL":[-54.9,-134.3],"elL":[-130.5,-110.5],"haL":[-196.5,-88.4],"hipR":[26.8,6.9],"knR":[25.2,130.1],"ftR":[22.1,255.1],"hipL":[-26.4,8.7],"knL":[-28.6,131.7],"ftL":[-30.1,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.2,-99.1],"neck":[-2.3,-164.8],"head":[-4.1,-199.2],"shR":[51.7,-138.2],"elR":[129.1,-122.9],"haR":[195.8,-109.9],"shL":[-54.4,-134],"elL":[-129.3,-107.8],"haL":[-194.5,-83.6],"hipR":[26.8,6.9],"knR":[25.3,130.1],"ftR":[22.3,255.1],"hipL":[-26.4,8.7],"knL":[-28.5,131.7],"ftL":[-29.8,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.1,-99.1],"neck":[-1.8,-164.8],"head":[-3.6,-199.1],"shR":[52,-137.3],"elR":[129,-120.2],"haR":[195.1,-105.3],"shL":[-53.9,-133.5],"elL":[-127.6,-104.2],"haL":[-191.8,-77.3],"hipR":[26.7,7],"knR":[25.5,130.1],"ftR":[22.6,255.1],"hipL":[-26.4,8.7],"knL":[-28.3,131.7],"ftL":[-29.6,255.9]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.1,-99.1],"neck":[-1.2,-164.7],"head":[-2.9,-198.9],"shR":[52.2,-136.1],"elR":[128.5,-116.7],"haR":[193.7,-99.2],"shL":[-53.3,-132.9],"elL":[-125.2,-99.5],"haL":[-187.8,-69.1],"hipR":[26.7,6.9],"knR":[25.7,130.1],"ftR":[22.8,255],"hipL":[-26.4,8.7],"knL":[-28.2,131.7],"ftL":[-29.3,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-1,-99.1],"neck":[-0.6,-164.5],"head":[-2.2,-198.7],"shR":[52.5,-134.9],"elR":[127.6,-112.2],"haR":[191.1,-91.1],"shL":[-52.8,-132.4],"elL":[-121.9,-93.6],"haL":[-181.8,-58.5],"hipR":[26.7,6.9],"knR":[25.8,130],"ftR":[23.1,254.9],"hipL":[-26.4,8.7],"knL":[-28.1,131.6],"ftL":[-29.1,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-0.9,-99.1],"neck":[0,-164.3],"head":[-1.5,-198.3],"shR":[52.8,-133.6],"elR":[125.9,-106.5],"haR":[186.2,-80.3],"shL":[-52.2,-132.3],"elL":[-117.1,-86.7],"haL":[-172.6,-45.5],"hipR":[26.7,6.9],"knR":[26,130],"ftR":[23.3,254.8],"hipL":[-26.4,8.7],"knL":[-28,131.6],"ftL":[-28.8,255.8]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-99.1],"neck":[0.6,-164],"head":[-0.9,-197.8],"shR":[53,-132.7],"elR":[122.9,-100.4],"haR":[177.6,-67.3],"shL":[-51.9,-132.7],"elL":[-110.6,-79.4],"haL":[-159.5,-31.2],"hipR":[26.7,6.9],"knR":[26.1,129.9],"ftR":[23.5,254.6],"hipL":[-26.4,8.7],"knL":[-27.9,131.5],"ftL":[-28.6,255.6]},{"rootY":0.2,"hips":[0,0],"chest":[-0.6,-99.1],"neck":[0.9,-163.6],"head":[-0.6,-197.3],"shR":[53.2,-132.2],"elR":[118.6,-94.3],"haR":[164.7,-53.2],"shL":[-51.8,-133.2],"elL":[-102.6,-72.5],"haL":[-143,-17.4],"hipR":[26.8,6.9],"knR":[26,129.7],"ftR":[23.6,254.4],"hipL":[-26.4,8.7],"knL":[-27.9,131.4],"ftL":[-28.6,255.4]},{"rootY":0.5,"hips":[0,0],"chest":[-0.7,-99.1],"neck":[0.9,-163.2],"head":[-0.6,-196.6],"shR":[53.2,-132],"elR":[113,-88.3],"haR":[148.3,-39.5],"shL":[-52,-133.5],"elL":[-94,-66.6],"haL":[-125.4,-5.6],"hipR":[26.8,6.7],"knR":[25.8,129.4],"ftR":[23.4,254.1],"hipL":[-26.4,8.9],"knL":[-28,131.3],"ftL":[-28.6,255.1]},{"rootY":0.8,"hips":[0,0],"chest":[-0.9,-99],"neck":[0.5,-162.8],"head":[-0.9,-196],"shR":[52.9,-131.7],"elR":[106.1,-82.5],"haR":[130.7,-27.7],"shL":[-52.4,-133.5],"elL":[-86,-62.2],"haL":[-109.1,2.7],"hipR":[26.9,6.5],"knR":[25.4,129.1],"ftR":[23,253.7],"hipL":[-26.3,9.1],"knL":[-28,131.2],"ftL":[-28.7,254.7]},{"rootY":1.2,"hips":[0,0],"chest":[-1.4,-98.9],"neck":[0.2,-162.4],"head":[-1.2,-195.4],"shR":[52.3,-130.9],"elR":[98.6,-77.7],"haR":[114.1,-19.2],"shL":[-52.8,-133.7],"elL":[-79.6,-60.5],"haL":[-95.6,6.9],"hipR":[27,6.2],"knR":[25,128.7],"ftR":[22.6,253.3],"hipL":[-26.2,9.3],"knL":[-28.1,131],"ftL":[-29.2,254.3]},{"rootY":1.6,"hips":[0,0],"chest":[-1.9,-98.8],"neck":[0.1,-161.8],"head":[-1.4,-194.6],"shR":[51.9,-129.9],"elR":[91.3,-75.4],"haR":[100.1,-14.4],"shL":[-53.3,-134.6],"elL":[-74.9,-61.7],"haL":[-85.3,7.1],"hipR":[27,6],"knR":[24.7,128.3],"ftR":[22.1,252.9],"hipL":[-26.2,9.5],"knL":[-28.4,130.9],"ftL":[-30.1,253.9]},{"rootY":1.9,"hips":[0,0],"chest":[-2.2,-98.7],"neck":[0.3,-161.1],"head":[-1.1,-193.7],"shR":[51.8,-129.5],"elR":[85.3,-76.5],"haR":[89.9,-12.8],"shL":[-53.4,-135.9],"elL":[-71.5,-65.3],"haL":[-78.5,4.2],"hipR":[27,5.9],"knR":[24.7,128],"ftR":[21.9,252.6],"hipL":[-26.1,9.6],"knL":[-28.8,130.7],"ftL":[-30.6,253.6]},{"rootY":2,"hips":[0,0],"chest":[-2.1,-98.5],"neck":[0.6,-160],"head":[-0.5,-192.4],"shR":[52.1,-129.6],"elR":[81.2,-80.3],"haR":[83.8,-13.4],"shL":[-53.3,-136.8],"elL":[-69.4,-70.1],"haL":[-75.3,-0.8],"hipR":[27,5.8],"knR":[24.7,127.9],"ftR":[21.9,252.5],"hipL":[-26.2,9.6],"knL":[-29.3,130.5],"ftL":[-30.7,253.5]},{"rootY":1.9,"hips":[0,0],"chest":[-1.8,-98.1],"neck":[1.1,-158.5],"head":[0.4,-190.5],"shR":[52.6,-129.6],"elR":[78.9,-85.6],"haR":[81.2,-16.3],"shL":[-53,-137],"elL":[-68.5,-75.6],"haL":[-74.8,-8],"hipR":[27,5.9],"knR":[24.8,127.8],"ftR":[22.2,252.4],"hipL":[-26.2,9.6],"knL":[-29.6,130.3],"ftL":[-30.5,253.5]},{"rootY":2.1,"hips":[0,0],"chest":[-1.3,-97.3],"neck":[1.8,-156.3],"head":[1.4,-187.9],"shR":[53.3,-129],"elR":[77.5,-91.8],"haR":[80.9,-22.2],"shL":[-52.4,-136.8],"elL":[-68.4,-82.2],"haL":[-75.5,-18],"hipR":[27,6],"knR":[25.1,127.7],"ftR":[22.6,252.2],"hipL":[-26.3,9.4],"knL":[-29.6,129.9],"ftL":[-30,253.3]},{"rootY":2.5,"hips":[0,0],"chest":[-0.7,-96.2],"neck":[2.6,-153.2],"head":[2.5,-184.1],"shR":[54.1,-127.8],"elR":[76.4,-99.1],"haR":[81.3,-31.7],"shL":[-51.7,-136.6],"elL":[-68.5,-89.8],"haL":[-76.4,-30.7],"hipR":[26.9,6.2],"knR":[25.6,127.2],"ftR":[23.2,251.6],"hipL":[-26.4,9.1],"knL":[-29.5,129.3],"ftL":[-29.4,252.9]},{"rootY":3.4,"hips":[0,0],"chest":[-0.2,-94.6],"neck":[3.4,-148.8],"head":[3.8,-178.9],"shR":[55,-126.1],"elR":[75.7,-107.4],"haR":[81.7,-43.9],"shL":[-50.8,-135.4],"elL":[-68.5,-97.7],"haL":[-77.4,-44.8],"hipR":[26.9,6.4],"knR":[26.3,126.4],"ftR":[24,250.5],"hipL":[-26.5,8.9],"knL":[-29.9,128.3],"ftL":[-28.9,252]},{"rootY":5,"hips":[0,0],"chest":[0.3,-92.3],"neck":[4.2,-142.9],"head":[4.9,-171.9],"shR":[55.8,-123.5],"elR":[75.8,-115.7],"haR":[82,-57.3],"shL":[-49.9,-131.8],"elL":[-68.7,-104.9],"haL":[-78.1,-58.3],"hipR":[26.9,6.4],"knR":[27.1,125],"ftR":[24.6,248.8],"hipL":[-26.5,8.8],"knL":[-31.2,126.9],"ftL":[-28.7,250.5]},{"rootY":7.3,"hips":[0,0],"chest":[0.5,-89.4],"neck":[4.7,-135.3],"head":[5.7,-163.2],"shR":[56.4,-119.3],"elR":[76.2,-122.7],"haR":[82.2,-70.1],"shL":[-49.4,-125.1],"elL":[-69.1,-110.6],"haL":[-78.2,-69.4],"hipR":[26.9,6.1],"knR":[28,123],"ftR":[24.8,246.5],"hipL":[-26.5,9],"knL":[-33.6,125],"ftL":[-28.5,248.1]},{"rootY":10.4,"hips":[0,0],"chest":[0.4,-85.7],"neck":[5,-126.2],"head":[6.2,-152.7],"shR":[56.7,-113],"elR":[76.7,-126.8],"haR":[82.4,-80.3],"shL":[-49.2,-116.1],"elL":[-69.7,-113.8],"haL":[-78.2,-76.4],"hipR":[27,5.5],"knR":[29,120.2],"ftR":[24.8,243.6],"hipL":[-26.3,9.4],"knL":[-36.6,122.4],"ftL":[-28.2,244.9]},{"rootY":14.2,"hips":[0,0],"chest":[0.1,-81.5],"neck":[5.2,-115.9],"head":[6.5,-141],"shR":[56.9,-104.5],"elR":[77.6,-126.4],"haR":[82.5,-85.8],"shL":[-49.2,-105.7],"elL":[-70.7,-113.3],"haL":[-78.3,-77.9],"hipR":[27.1,4.7],"knR":[29.5,116.7],"ftR":[25,239.8],"hipL":[-26.1,10],"knL":[-39.7,119.3],"ftL":[-28.1,240.8]},{"rootY":18.9,"hips":[0,0],"chest":[0,-76.8],"neck":[5.5,-104.7],"head":[6.7,-128.6],"shR":[57.4,-94.4],"elR":[78.9,-121.4],"haR":[82.6,-85.8],"shL":[-49,-94.3],"elL":[-72.4,-107.9],"haL":[-79,-73.9],"hipR":[27.2,4],"knR":[28.7,112.7],"ftR":[25.1,235.2],"hipL":[-25.9,10.5],"knL":[-42.7,115.6],"ftL":[-28.3,236]},{"rootY":24.8,"hips":[0,0],"chest":[0.6,-71.8],"neck":[6.4,-93.1],"head":[7.2,-116.2],"shR":[58.4,-83],"elR":[79.9,-112.7],"haR":[82.7,-80.2],"shL":[-48.4,-81.6],"elL":[-74.8,-98.1],"haL":[-80.2,-65.1],"hipR":[27.1,3.7],"knR":[27.9,108.2],"ftR":[25,229.5],"hipL":[-25.9,10.5],"knL":[-45.4,111.2],"ftL":[-28.2,230.3]},{"rootY":31.6,"hips":[0,0],"chest":[1.9,-67.2],"neck":[7.7,-82.2],"head":[8.1,-104.7],"shR":[59.8,-71],"elR":[80.4,-100.2],"haR":[84.6,-68],"shL":[-47.3,-68.9],"elL":[-77.3,-84.9],"haL":[-83,-50.9],"hipR":[27,4],"knR":[28.8,103.4],"ftR":[25.2,222.9],"hipL":[-26.1,10],"knL":[-48.4,106.2],"ftL":[-27.9,223.5]},{"rootY":39,"hips":[0,0],"chest":[3.4,-63.3],"neck":[8.7,-73.2],"head":[9,-94.9],"shR":[60.6,-59.3],"elR":[81.8,-82.1],"haR":[90.6,-47.7],"shL":[-46.3,-58.5],"elL":[-80.3,-68.4],"haL":[-88.4,-30.7],"hipR":[26.9,4.5],"knR":[31.7,98.7],"ftR":[25.9,215.8],"hipL":[-26.3,9.3],"knL":[-52.1,101.3],"ftL":[-27.6,216.2]},{"rootY":46.4,"hips":[0,0],"chest":[4.1,-60.1],"neck":[9.2,-66.4],"head":[9.6,-87.9],"shR":[60,-49.2],"elR":[85.7,-57.2],"haR":[101.3,-18.8],"shL":[-45.8,-51],"elL":[-84.4,-47.5],"haL":[-97.6,-5.1],"hipR":[26.8,4.8],"knR":[34.5,94.4],"ftR":[26.1,208.5],"hipL":[-26.4,8.9],"knL":[-56.3,97.1],"ftL":[-27.7,208.8]},{"rootY":53.2,"hips":[0,0],"chest":[4.1,-57.6],"neck":[9.6,-62.2],"head":[10.1,-84.1],"shR":[58.7,-42.1],"elR":[91.8,-28.5],"haR":[114.9,16.9],"shL":[-45.1,-45.3],"elL":[-88.7,-23.2],"haL":[-109.9,23.3],"hipR":[26.8,4.7],"knR":[36.3,91.4],"ftR":[25.6,201.9],"hipL":[-26.4,8.9],"knL":[-60.4,94.3],"ftL":[-27.7,202]},{"rootY":59.1,"hips":[0,0],"chest":[4.2,-56],"neck":[10.8,-60.7],"head":[11.2,-83.6],"shR":[58.6,-38],"elR":[99,-2.3],"haR":[126.8,53.7],"shL":[-43.5,-40.2],"elL":[-91.8,0.2],"haL":[-121.4,52],"hipR":[26.8,4.3],"knR":[38.6,89.4],"ftR":[25.5,196.1],"hipL":[-26.3,9.3],"knL":[-63.7,92.9],"ftL":[-27.7,196.2]},{"rootY":64.1,"hips":[0,0],"chest":[4.8,-55.7],"neck":[12.6,-62.2],"head":[13,-86.5],"shR":[60.4,-37.2],"elR":[106.1,16.2],"haR":[132.2,80.9],"shL":[-40.8,-37.3],"elL":[-92.4,16.8],"haL":[-125.6,76.1],"hipR":[26.7,3.8],"knR":[43.7,88.1],"ftR":[26.5,191],"hipL":[-26.1,9.8],"knL":[-66.5,92.7],"ftL":[-27.3,191.2]},{"rootY":68.1,"hips":[0,0],"chest":[5.6,-56.9],"neck":[14.3,-66.3],"head":[14.7,-92.4],"shR":[62.6,-39.5],"elR":[109.3,24],"haR":[126,85.1],"shL":[-37.9,-38.1],"elL":[-89.2,22.4],"haL":[-116.2,85.5],"hipR":[26.7,3.2],"knR":[51.3,88.4],"ftR":[27.3,186.7],"hipL":[-25.9,10.4],"knL":[-69.4,94.1],"ftL":[-26.3,186.9]},{"rootY":70.5,"hips":[0,0],"chest":[5.9,-59.2],"neck":[15.1,-72.3],"head":[15.5,-100.4],"shR":[63.5,-44.4],"elR":[105.6,19.4],"haR":[106.9,60.9],"shL":[-35.7,-42.8],"elL":[-81.9,16],"haL":[-92.1,69],"hipR":[26.6,2.9],"knR":[58.4,91.6],"ftR":[26.9,184.3],"hipL":[-25.8,10.7],"knL":[-72.4,97.6],"ftL":[-25.3,183.9]},{"rootY":69.5,"hips":[0,0],"chest":[5.8,-62.2],"neck":[15,-79.7],"head":[15.3,-109.9],"shR":[63.4,-52.1],"elR":[97,3.7],"haR":[82.2,15.4],"shL":[-34.9,-51.6],"elL":[-73.2,-1.1],"haL":[-61.9,28],"hipR":[26.7,2.8],"knR":[62.5,97.7],"ftR":[26.1,184.6],"hipL":[-25.8,10.8],"knL":[-75.4,102.5],"ftL":[-25.6,183.2]},{"rootY":64.5,"hips":[0,0],"chest":[5.5,-65.4],"neck":[14.1,-89.3],"head":[14.5,-121.4],"shR":[63.2,-63.3],"elR":[89.2,-23.5],"haR":[63.1,-35.7],"shL":[-35.4,-64.2],"elL":[-67.9,-28.6],"haL":[-38.3,-24.4],"hipR":[26.8,2.8],"knR":[63,105.8],"ftR":[25.4,186.9],"hipL":[-25.8,10.6],"knL":[-78,108.7],"ftL":[-27.5,184.9]},{"rootY":55.6,"hips":[0,0],"chest":[4.7,-69.7],"neck":[12.6,-101.6],"head":[13.3,-135.2],"shR":[62.4,-77.3],"elR":[87.2,-59.3],"haR":[55,-81.6],"shL":[-36.7,-80.6],"elL":[-68.8,-64.7],"haL":[-29.8,-76.9],"hipR":[26.9,3],"knR":[60.3,114.9],"ftR":[24.3,191],"hipL":[-25.9,10.5],"knL":[-78.9,115.9],"ftL":[-30.4,189]},{"rootY":42.4,"hips":[0,0],"chest":[3.6,-76.1],"neck":[10.9,-116.4],"head":[12.2,-150.9],"shR":[61.3,-94.2],"elR":[90.3,-92.8],"haR":[57.6,-119.2],"shL":[-37.5,-99.7],"elL":[-74.5,-101.5],"haL":[-36.7,-123.3],"hipR":[26.9,3.5],"knR":[54.4,122.6],"ftR":[24.6,197.9],"hipL":[-26,10.2],"knL":[-75.2,122.4],"ftL":[-34.8,196.5]},{"rootY":24.4,"hips":[0,0],"chest":[2.4,-84],"neck":[9.4,-131.9],"head":[11.1,-166.9],"shR":[60.4,-110.5],"elR":[94.8,-113.3],"haR":[67.2,-146.5],"shL":[-38.6,-118.2],"elL":[-82.5,-129.8],"haL":[-54.5,-158.9],"hipR":[27,3.9],"knR":[45.4,125.3],"ftR":[27.8,207.1],"hipL":[-26.1,10],"knL":[-65.9,126.1],"ftL":[-42.9,206.4]},{"rootY":3.9,"hips":[0,0],"chest":[1.2,-91],"neck":[8.1,-145.4],"head":[10.2,-180.7],"shR":[59.6,-124],"elR":[97.6,-118.6],"haR":[80.8,-162.2],"shL":[-41.3,-132.3],"elL":[-91.3,-146.1],"haL":[-77.3,-179],"hipR":[27,3.9],"knR":[36.7,121.9],"ftR":[32,214.6],"hipL":[-26,10],"knL":[-54.4,126],"ftL":[-52,214.7]},{"rootY":-16.8,"hips":[0,0],"chest":[-0.5,-94.9],"neck":[6.6,-153.6],"head":[9.5,-188.7],"shR":[58.3,-131.2],"elR":[98.1,-113.7],"haR":[95.7,-162.2],"shL":[-45.4,-137.2],"elL":[-98.3,-149.9],"haL":[-99.2,-180],"hipR":[27.1,3.4],"knR":[34.1,119.2],"ftR":[33.9,217.7],"hipL":[-25.9,10.4],"knL":[-48.9,125.9],"ftL":[-56,218.6]},{"rootY":-36.8,"hips":[0,0],"chest":[-2.7,-95.4],"neck":[4.6,-155],"head":[8.9,-189.7],"shR":[56.4,-127.7],"elR":[99.6,-102.3],"haR":[106.2,-142.3],"shL":[-48.8,-132],"elL":[-101.7,-140.7],"haL":[-115.2,-160.4],"hipR":[27,2.7],"knR":[38.3,122.4],"ftR":[35.4,219],"hipL":[-25.6,11.1],"knL":[-52.2,129.6],"ftL":[-54.2,218.9]},{"rootY":-51.3,"hips":[0,0],"chest":[-2.5,-94],"neck":[4.4,-152],"head":[9.4,-185.5],"shR":[56.2,-122.4],"elR":[103.2,-89.4],"haR":[113.1,-107.2],"shL":[-48.6,-125.6],"elL":[-100.9,-122.7],"haL":[-122.2,-125.6],"hipR":[26.9,2.9],"knR":[46.2,124.5],"ftR":[41.5,219.6],"hipL":[-25.6,11.1],"knL":[-57,130.1],"ftL":[-50,216.1]},{"rootY":-61.8,"hips":[0,0],"chest":[-1,-91.8],"neck":[5.5,-146],"head":[10.2,-177.7],"shR":[57.3,-115.9],"elR":[106.4,-73.2],"haR":[119.4,-60.9],"shL":[-46.7,-118.5],"elL":[-98.6,-96.7],"haL":[-123.3,-78.2],"hipR":[26.8,3.6],"knR":[50.3,121.4],"ftR":[51.9,224.2],"hipL":[-25.8,10.8],"knL":[-57,124.8],"ftL":[-49,216.8]},{"rootY":-69.1,"hips":[0,0],"chest":[-0.4,-88.7],"neck":[5.9,-138],"head":[10.3,-166.9],"shR":[57.4,-107.5],"elR":[107.6,-52.9],"haR":[125.9,-13.6],"shL":[-45.7,-108.8],"elL":[-97.2,-67.1],"haL":[-123.2,-26.9],"hipR":[26.8,3.9],"knR":[51,115.3],"ftR":[61.5,231],"hipL":[-25.7,10.8],"knL":[-53.8,116.4],"ftL":[-51.2,223.2]},{"rootY":-71,"hips":[0,0],"chest":[-1,-85.4],"neck":[5.3,-128.9],"head":[9.4,-154.7],"shR":[56.4,-98.1],"elR":[106.5,-36.7],"haR":[129.3,20.5],"shL":[-46.5,-98.1],"elL":[-97.1,-41.6],"haL":[-123.6,14.8],"hipR":[26.8,3.7],"knR":[52.1,109.3],"ftR":[66.3,233.1],"hipL":[-25.5,11.2],"knL":[-51.2,110.2],"ftL":[-52.5,230.7]},{"rootY":-65.9,"hips":[0,0],"chest":[-1.8,-82.5],"neck":[4.6,-120.2],"head":[8.5,-143.1],"shR":[55.6,-90.5],"elR":[101.4,-33.4],"haR":[125.2,32],"shL":[-48,-89.8],"elL":[-96,-26.7],"haL":[-121.4,37.9],"hipR":[26.8,3.8],"knR":[53.5,104.9],"ftR":[66.9,228.2],"hipL":[-25.3,11.3],"knL":[-49.3,107.8],"ftL":[-51,233.1]},{"rootY":-53.6,"hips":[0,0],"chest":[-2.3,-81],"neck":[4.3,-113.9],"head":[7.9,-134.4],"shR":[55.1,-87.6],"elR":[92.1,-43.2],"haR":[112.6,20.6],"shL":[-48.8,-85.5],"elL":[-91.3,-24.4],"haL":[-113.9,39.8],"hipR":[26.9,4],"knR":[53.5,101.3],"ftR":[67.1,219.1],"hipL":[-25.3,11.3],"knL":[-46.5,106.9],"ftL":[-48.9,228.1]},{"rootY":-34.4,"hips":[0,0],"chest":[-3.3,-81.2],"neck":[3.5,-111.8],"head":[6.8,-130.3],"shR":[54.2,-89.9],"elR":[80.9,-59],"haR":[96.5,-2.6],"shL":[-50.1,-85.9],"elL":[-84.7,-30.3],"haL":[-103.8,28.1],"hipR":[27,3.8],"knR":[52.5,97.5],"ftR":[68.5,210.5],"hipL":[-25,11.7],"knL":[-43.8,106.2],"ftL":[-48.7,220]},{"rootY":-9.6,"hips":[0,0],"chest":[-5.3,-82.5],"neck":[1.1,-113.6],"head":[4.4,-131.1],"shR":[52.3,-95.9],"elR":[72.4,-71.4],"haR":[85.5,-20.1],"shL":[-52.7,-89.6],"elL":[-80.7,-35.8],"haL":[-97.6,18.4],"hipR":[27.2,3.4],"knR":[51.2,93.3],"ftR":[68.5,205.7],"hipL":[-24.7,12],"knL":[-43.8,103.8],"ftL":[-48.5,214.8]},{"rootY":19,"hips":[0,0],"chest":[-7.7,-83.4],"neck":[-2.5,-116.5],"head":[0.9,-134.6],"shR":[49.4,-101.2],"elR":[70.4,-73.4],"haR":[85.7,-20.6],"shL":[-55.6,-91.2],"elL":[-81.6,-32.9],"haL":[-98.7,23.1],"hipR":[27.3,3.4],"knR":[50.5,85.1],"ftR":[65.5,203],"hipL":[-24.6,12],"knL":[-47.5,94.6],"ftL":[-45.2,210.9]},{"rootY":51.7,"hips":[0,0],"chest":[-10.1,-83.6],"neck":[-6.1,-119.8],"head":[-3.1,-139.7],"shR":[46.5,-103.5],"elR":[75.3,-67.7],"haR":[96.7,-8.8],"shL":[-57.8,-89.8],"elL":[-86.1,-24.2],"haL":[-104.8,37.7],"hipR":[27.3,2.9],"knR":[52.3,66.4],"ftR":[60.3,191.1],"hipL":[-24.2,12.4],"knL":[-52,72.4],"ftL":[-38.4,196]},{"rootY":82.9,"hips":[0,0],"chest":[-12,-82.2],"neck":[-8.8,-120.9],"head":[-6.6,-142.8],"shR":[44.6,-101.5],"elR":[84.1,-57.7],"haR":[110.3,6.1],"shL":[-58.9,-87],"elL":[-89.8,-15.5],"haL":[-109.3,51],"hipR":[27.4,2.1],"knR":[56.2,44.2],"ftR":[55.5,167.3],"hipL":[-23.6,12.9],"knL":[-53.9,47],"ftL":[-34.3,169.4]},{"rootY":104.9,"hips":[0,0],"chest":[-13.5,-80.1],"neck":[-10.4,-118.9],"head":[-8.8,-141.3],"shR":[43.5,-97.4],"elR":[92.5,-47.2],"haR":[118,16.7],"shL":[-60.1,-84.9],"elL":[-90,-11.9],"haL":[-107.7,54.7],"hipR":[27.4,1.1],"knR":[59.3,25.7],"ftR":[52.5,142.5],"hipL":[-23,13.6],"knL":[-54.6,26.9],"ftL":[-35.3,143.9]},{"rootY":116.6,"hips":[0,0],"chest":[-14.2,-78.7],"neck":[-11,-116.1],"head":[-9.3,-137.9],"shR":[43.1,-95.5],"elR":[97.3,-41.2],"haR":[117.4,17],"shL":[-61.2,-85.1],"elL":[-87.5,-16.3],"haL":[-100.9,45.1],"hipR":[27.4,0.6],"knR":[61.2,15],"ftR":[51.4,127.3],"hipL":[-22.7,14.1],"knL":[-55.1,16.2],"ftL":[-38.1,129.7]},{"rootY":120.8,"hips":[0,0],"chest":[-14.2,-78.7],"neck":[-10.9,-114.6],"head":[-8.9,-135.8],"shR":[43,-96.7],"elR":[98.6,-40.6],"haR":[112.3,9.5],"shL":[-61.4,-86.3],"elL":[-85.6,-25],"haL":[-94.8,29.1],"hipR":[27.4,0.7],"knR":[62.4,14.4],"ftR":[51,123],"hipL":[-22.9,14.1],"knL":[-55.7,14.3],"ftL":[-39.1,125]},{"rootY":120,"hips":[0,0],"chest":[-13.7,-78.9],"neck":[-10.6,-114.3],"head":[-8.4,-135.4],"shR":[43.2,-97.8],"elR":[98.9,-41.4],"haR":[108.2,2],"shL":[-61.3,-87.3],"elL":[-86.6,-32],"haL":[-94,16.3],"hipR":[27.5,1],"knR":[63.2,20.1],"ftR":[50.6,123.8],"hipL":[-23.2,14],"knL":[-56.8,17.3],"ftL":[-38.8,124.4]},{"rootY":114,"hips":[0,0],"chest":[-13.2,-79],"neck":[-10.3,-114.3],"head":[-8.1,-135.3],"shR":[43.4,-97],"elR":[99.5,-41.3],"haR":[107.4,-0.4],"shL":[-61.5,-88],"elL":[-90.4,-34.8],"haL":[-97.9,11.6],"hipR":[27.5,1],"knR":[63.3,26.9],"ftR":[50.8,127.1],"hipL":[-23.4,14.1],"knL":[-58.1,23.2],"ftL":[-38.9,127.6]},{"rootY":102.8,"hips":[0,0],"chest":[-12.7,-79.2],"neck":[-9.9,-114.2],"head":[-7.5,-134.9],"shR":[43.8,-95.2],"elR":[99.9,-40.6],"haR":[109.5,2.5],"shL":[-61.7,-88.4],"elL":[-96.3,-33.4],"haL":[-103.6,13.7],"hipR":[27.5,1.2],"knR":[62.8,34.7],"ftR":[51.9,134.7],"hipL":[-23.6,14],"knL":[-58.7,32.6],"ftL":[-39.2,136.3]},{"rootY":88.1,"hips":[0,0],"chest":[-12,-79.6],"neck":[-9.4,-114.1],"head":[-6.6,-134.4],"shR":[44.2,-93.7],"elR":[98.9,-40.7],"haR":[112.4,7.4],"shL":[-61.7,-88.3],"elL":[-102.9,-29.9],"haL":[-109,19.1],"hipR":[27.5,1.8],"knR":[61.9,45.3],"ftR":[53.3,146.4],"hipL":[-23.9,13.5],"knL":[-58.1,45.4],"ftL":[-38.9,149.1]},{"rootY":72.1,"hips":[0,0],"chest":[-11.1,-79.8],"neck":[-8.7,-113.8],"head":[-5.4,-134],"shR":[44.7,-92.3],"elR":[96.3,-41.7],"haR":[114.3,11.7],"shL":[-61.5,-88.1],"elL":[-107.9,-27],"haL":[-113.8,24.8],"hipR":[27.5,2.6],"knR":[60.3,58],"ftR":[53.7,159.5],"hipL":[-24.4,12.7],"knL":[-56.8,59.1],"ftL":[-38,163.3]},{"rootY":56.5,"hips":[0,0],"chest":[-9.9,-79.8],"neck":[-7.6,-113.4],"head":[-4.1,-133.6],"shR":[45.4,-90.5],"elR":[93.3,-43.1],"haR":[114.4,15.1],"shL":[-61,-88.7],"elL":[-110,-26.6],"haL":[-117.6,29.5],"hipR":[27.4,3.2],"knR":[57.9,69.5],"ftR":[51.4,173.2],"hipL":[-24.8,12.2],"knL":[-55.2,72],"ftL":[-37.1,177.9]},{"rootY":41.9,"hips":[0,0],"chest":[-8.7,-79.7],"neck":[-5.9,-112.9],"head":[-2.6,-133.1],"shR":[46.3,-88.6],"elR":[90.4,-44.3],"haR":[112.9,17.9],"shL":[-59.9,-89.9],"elL":[-109.2,-28.5],"haL":[-120,32.6],"hipR":[27.3,3.5],"knR":[55.6,79.1],"ftR":[45.3,189.1],"hipL":[-25,12],"knL":[-53.5,83.4],"ftL":[-36.5,192.3]},{"rootY":29.3,"hips":[0,0],"chest":[-7.3,-79.7],"neck":[-3.7,-112.7],"head":[-0.9,-132.9],"shR":[47.7,-87.4],"elR":[87.8,-45.2],"haR":[110,19.9],"shL":[-58.1,-90.6],"elL":[-106.7,-31.5],"haL":[-121.4,33.7],"hipR":[27.1,3.7],"knR":[54.3,88.9],"ftR":[37.1,206.1],"hipL":[-25.1,11.7],"knL":[-52,93.1],"ftL":[-36,204.7]},{"rootY":19.3,"hips":[0,0],"chest":[-5.4,-80.3],"neck":[-1.3,-113.5],"head":[0.4,-133.8],"shR":[49.5,-87.6],"elR":[85.2,-46.2],"haR":[105.9,20.5],"shL":[-55.9,-91.6],"elL":[-103.1,-34.7],"haL":[-122.1,32.3],"hipR":[27,4.2],"knR":[53,99.2],"ftR":[30.3,220.1],"hipL":[-25.4,11.2],"knL":[-51.5,100.7],"ftL":[-36,214.2]},{"rootY":11.6,"hips":[0,0],"chest":[-3.3,-81.5],"neck":[0.9,-115.7],"head":[1.2,-136.2],"shR":[51.4,-89.1],"elR":[82.7,-47.7],"haR":[100.6,19.5],"shL":[-53.8,-94],"elL":[-98.4,-37.3],"haL":[-121.8,27.8],"hipR":[26.8,4.9],"knR":[50.8,107.2],"ftR":[27.4,229.3],"hipL":[-25.7,10.4],"knL":[-51.4,106.2],"ftL":[-37.2,221.4]},{"rootY":5.5,"hips":[0,0],"chest":[-1.5,-82.8],"neck":[2.5,-118.8],"head":[1.6,-139.7],"shR":[52.9,-91.7],"elR":[80.4,-49.7],"haR":[95.2,17],"shL":[-52,-97.2],"elL":[-93.2,-39.6],"haL":[-119.7,21.2],"hipR":[26.7,5.6],"knR":[48.1,112.8],"ftR":[27.2,235.5],"hipL":[-26,9.8],"knL":[-50.1,109.8],"ftL":[-40,226.5]},{"rootY":0.7,"hips":[0,0],"chest":[-0.1,-84],"neck":[3.6,-121.8],"head":[1.8,-143.8],"shR":[54,-94.6],"elR":[78.1,-52.2],"haR":[90.6,13.5],"shL":[-50.7,-99.8],"elL":[-88.8,-42.6],"haL":[-116.3,14.8],"hipR":[26.5,6.3],"knR":[45.2,117.2],"ftR":[27.3,240.5],"hipL":[-26.3,9],"knL":[-47.2,111.5],"ftL":[-43.5,228.8]},{"rootY":-2.9,"hips":[0,0],"chest":[1,-84.9],"neck":[4.1,-124.4],"head":[1.7,-147.8],"shR":[54.7,-97.2],"elR":[76.1,-54.7],"haR":[87,10],"shL":[-49.8,-101.3],"elL":[-85.7,-45.2],"haL":[-112.6,10.2],"hipR":[26.3,7.1],"knR":[42.5,120.7],"ftR":[26.7,244.4],"hipL":[-26.5,8.3],"knL":[-44.3,112.2],"ftL":[-46.3,229.8]},{"rootY":-5.9,"hips":[0,0],"chest":[1.9,-85.8],"neck":[4.2,-126.5],"head":[1.5,-151.3],"shR":[55.2,-99.3],"elR":[74.9,-56.7],"haR":[84.3,7.4],"shL":[-49.2,-102],"elL":[-83.2,-46.7],"haL":[-109.1,7.7],"hipR":[26.2,7.6],"knR":[40,123.2],"ftR":[26.3,247.4],"hipL":[-26.7,7.7],"knL":[-42.1,113.4],"ftL":[-47.4,233.1]},{"rootY":-8.1,"hips":[0,0],"chest":[2.2,-86.8],"neck":[4.1,-128.8],"head":[1.3,-155],"shR":[55.4,-101.8],"elR":[74.4,-58.1],"haR":[82.7,5.5],"shL":[-48.8,-102.8],"elL":[-80.8,-47.2],"haL":[-105.3,6.7],"hipR":[26.1,7.7],"knR":[37.8,124.9],"ftR":[26.6,249.4],"hipL":[-26.8,7.6],"knL":[-40,116.6],"ftL":[-47.8,239.2]},{"rootY":-9,"hips":[0,0],"chest":[1.3,-88.1],"neck":[3.8,-132],"head":[1.2,-159.4],"shR":[55.1,-105.3],"elR":[73.8,-59.7],"haR":[82,4.2],"shL":[-48.9,-104.3],"elL":[-78.5,-47.8],"haL":[-101.1,6.6],"hipR":[26.1,7.3],"knR":[36.2,125.8],"ftR":[26.9,250.5],"hipL":[-26.6,8],"knL":[-37.3,121.2],"ftL":[-48.2,245.3]},{"rootY":-8.9,"hips":[0,0],"chest":[-0.4,-89.6],"neck":[3.1,-135.9],"head":[0.9,-164.6],"shR":[54.1,-109.6],"elR":[72.2,-61.4],"haR":[81.6,3.5],"shL":[-49.3,-106.2],"elL":[-76.5,-48.3],"haL":[-97,7.3],"hipR":[26,6.5],"knR":[34.8,126.2],"ftR":[26.5,250.9],"hipL":[-26.1,8.8],"knL":[-34.8,125.2],"ftL":[-47.9,249.2]},{"rootY":-8.2,"hips":[0,0],"chest":[-2.4,-91],"neck":[2.1,-140],"head":[0.2,-169.9],"shR":[52.5,-114],"elR":[69.5,-62.6],"haR":[81.2,3.3],"shL":[-49.7,-107.9],"elL":[-74.9,-47.9],"haL":[-93.4,9.2],"hipR":[25.7,5.7],"knR":[33,126.4],"ftR":[25.5,251.3],"hipL":[-25.5,9.6],"knL":[-33.3,128.2],"ftL":[-46.6,251.7]},{"rootY":-7.3,"hips":[0,0],"chest":[-4.1,-92.2],"neck":[1,-143.8],"head":[-0.7,-174.9],"shR":[50.8,-117.7],"elR":[66.8,-63.2],"haR":[80.5,3.3],"shL":[-49.8,-109.1],"elL":[-73.4,-46.5],"haL":[-90.4,12.3],"hipR":[25.5,5.1],"knR":[30.4,126.9],"ftR":[24,251.9],"hipL":[-25.1,10.2],"knL":[-32.9,130.2],"ftL":[-44.8,253.6]},{"rootY":-6.4,"hips":[0,0],"chest":[-5.1,-93.3],"neck":[0.1,-146.9],"head":[-1.5,-179.2],"shR":[49.5,-120.5],"elR":[64.9,-63.4],"haR":[79.7,3.5],"shL":[-49.6,-110.2],"elL":[-71.8,-44.6],"haL":[-87.4,16.5],"hipR":[25.4,4.9],"knR":[27.4,127.6],"ftR":[22.9,252.8],"hipL":[-25,10.4],"knL":[-32.8,131.3],"ftL":[-43.6,254.8]},{"rootY":-5.4,"hips":[0,0],"chest":[-5.2,-94.3],"neck":[-0.3,-149.6],"head":[-2.1,-182.8],"shR":[48.9,-122.2],"elR":[64.1,-63.1],"haR":[79.1,4.1],"shL":[-49.1,-111.4],"elL":[-70,-42.7],"haL":[-84,20.9],"hipR":[25.1,5.2],"knR":[25.2,128.3],"ftR":[22.5,253.6],"hipL":[-24.9,10.1],"knL":[-32,131.7],"ftL":[-42.6,255.2]},{"rootY":-4.1,"hips":[0,0],"chest":[-4.8,-95.2],"neck":[0.2,-151.9],"head":[-1.9,-185.9],"shR":[49.1,-123.2],"elR":[64.3,-62.3],"haR":[79.2,5.1],"shL":[-48,-112.5],"elL":[-68,-41],"haL":[-80.4,24.8],"hipR":[24.7,5.6],"knR":[24.8,128.7],"ftR":[23,254],"hipL":[-24.8,9.7],"knL":[-30.4,131.9],"ftL":[-41.2,255.3]},{"rootY":-3,"hips":[0,0],"chest":[-4.3,-95.8],"neck":[1.2,-153.9],"head":[-1.3,-188.4],"shR":[49.6,-124],"elR":[64.9,-61.2],"haR":[80.1,6.5],"shL":[-46.2,-113.3],"elL":[-65.7,-39.6],"haL":[-76.5,28],"hipR":[24.2,5.9],"knR":[25.8,129.1],"ftR":[23.9,254.4],"hipL":[-24.5,9.4],"knL":[-28.6,132],"ftL":[-39.3,255.4]},{"rootY":-2.3,"hips":[0,0],"chest":[-4.2,-96.3],"neck":[2,-155.6],"head":[-0.7,-190.4],"shR":[49.6,-124.8],"elR":[64.9,-60.2],"haR":[81,7.6],"shL":[-44.3,-113.8],"elL":[-63.2,-38.4],"haL":[-72.4,30.3],"hipR":[23.9,6.2],"knR":[26.8,129.3],"ftR":[24.6,254.5],"hipL":[-24.3,9.2],"knL":[-27.4,132],"ftL":[-37.9,255.4]},{"rootY":-2,"hips":[0,0],"chest":[-4.8,-96.8],"neck":[2.3,-157],"head":[-0.4,-192.1],"shR":[49.1,-125.5],"elR":[63.8,-59.5],"haR":[81.1,8.2],"shL":[-43,-114.4],"elL":[-60.6,-37.7],"haL":[-68.2,31.7],"hipR":[23.7,6.3],"knR":[27.3,129.4],"ftR":[25.1,254.5],"hipL":[-24.1,9.1],"knL":[-26.6,132.1],"ftL":[-37.1,255.2]},{"rootY":-1.8,"hips":[0,0],"chest":[-5.6,-97.2],"neck":[2.1,-158.1],"head":[-0.3,-193.5],"shR":[48.2,-126.3],"elR":[62.3,-59.2],"haR":[80.6,8.3],"shL":[-42.2,-115.4],"elL":[-57.7,-37.7],"haL":[-63.7,31.9],"hipR":[23.5,6.2],"knR":[27.6,129.3],"ftR":[25.7,254.4],"hipL":[-23.8,9.3],"knL":[-25.9,132.2],"ftL":[-36.6,255.1]},{"rootY":-1.5,"hips":[0,0],"chest":[-6.6,-97.5],"neck":[2,-159],"head":[-0.1,-194.6],"shR":[47.3,-126.9],"elR":[61,-58.9],"haR":[79.9,8.3],"shL":[-41.6,-116.4],"elL":[-54.5,-38.2],"haL":[-58.7,31.4],"hipR":[23.1,6.1],"knR":[27.9,129.1],"ftR":[26.5,254.3],"hipL":[-23.3,9.4],"knL":[-24.8,132.4],"ftL":[-35.8,255.1]},{"rootY":-1.2,"hips":[0,0],"chest":[-7.5,-97.6],"neck":[1.9,-159.8],"head":[0.1,-195.5],"shR":[46.2,-126.9],"elR":[59.6,-58.3],"haR":[79.3,8.7],"shL":[-40.7,-116.9],"elL":[-51.3,-38.7],"haL":[-53.3,30.6],"hipR":[22.6,6],"knR":[27.9,129.1],"ftR":[27.1,254.3],"hipL":[-22.8,9.5],"knL":[-23.6,132.5],"ftL":[-35.1,255.2]},{"rootY":-1.1,"hips":[0,0],"chest":[-8.5,-97.8],"neck":[1.8,-160.4],"head":[0.2,-196.2],"shR":[44.7,-126.3],"elR":[57.9,-57.1],"haR":[78.7,9.5],"shL":[-39.5,-116.8],"elL":[-48.2,-39.1],"haL":[-47.5,29.6],"hipR":[22.2,6],"knR":[27.3,129.1],"ftR":[27.6,254.3],"hipL":[-22.4,9.5],"knL":[-22.9,132.6],"ftL":[-34.6,255.3]},{"rootY":-1.2,"hips":[0,0],"chest":[-9.3,-97.9],"neck":[1.8,-161],"head":[0.2,-196.9],"shR":[43.3,-125.6],"elR":[56.1,-55.9],"haR":[77.9,10.4],"shL":[-38.2,-116.8],"elL":[-44.7,-39.7],"haL":[-41.4,28.3],"hipR":[21.9,6.1],"knR":[26.8,129.1],"ftR":[28,254.4],"hipL":[-22,9.5],"knL":[-22.8,132.7],"ftL":[-34.3,255.5]},{"rootY":-1.3,"hips":[0,0],"chest":[-10,-98],"neck":[1.9,-161.4],"head":[0.3,-197.3],"shR":[42.2,-125.4],"elR":[54.6,-55.2],"haR":[76.8,11],"shL":[-36.9,-117.2],"elL":[-40.8,-40.6],"haL":[-35.4,26.5],"hipR":[21.5,6.2],"knR":[26.5,129.3],"ftR":[28.5,254.6],"hipL":[-21.7,9.4],"knL":[-23.1,132.6],"ftL":[-33.9,255.7]},{"rootY":-1.4,"hips":[0,0],"chest":[-10.6,-98],"neck":[1.9,-161.7],"head":[0.5,-197.6],"shR":[41.5,-125.7],"elR":[53.3,-55.1],"haR":[75.5,11.1],"shL":[-35.9,-117.9],"elL":[-36.6,-41.9],"haL":[-29.6,24.6],"hipR":[21.1,6.3],"knR":[26.5,129.4],"ftR":[28.9,254.7],"hipL":[-21.3,9.2],"knL":[-23.4,132.4],"ftL":[-33.6,255.9]},{"rootY":-1.5,"hips":[0,0],"chest":[-11.3,-98],"neck":[1.8,-161.8],"head":[0.5,-197.8],"shR":[40.7,-126],"elR":[52,-55],"haR":[74.3,11.1],"shL":[-35,-118.4],"elL":[-33,-43.1],"haL":[-24.3,22.8],"hipR":[20.9,6.4],"knR":[26.5,129.5],"ftR":[29,254.8],"hipL":[-21,9.2],"knL":[-23.6,132.3],"ftL":[-33.5,255.9]},{"rootY":-1.5,"hips":[0,0],"chest":[-11.9,-97.9],"neck":[1.6,-162],"head":[0.4,-198],"shR":[39.8,-125.8],"elR":[50.9,-54.6],"haR":[73.4,11.4],"shL":[-34.3,-118.8],"elL":[-30.2,-44],"haL":[-19.5,21.5],"hipR":[20.7,6.5],"knR":[26.5,129.5],"ftR":[29.1,254.8],"hipL":[-20.7,9.2],"knL":[-23.8,132.2],"ftL":[-33.5,256]},{"rootY":-1.5,"hips":[0,0],"chest":[-12.5,-97.9],"neck":[1.4,-162.2],"head":[0.3,-198.3],"shR":[38.9,-125.5],"elR":[50,-54.2],"haR":[72.7,11.8],"shL":[-33.8,-119.2],"elL":[-27.9,-44.6],"haL":[-15.4,20.6],"hipR":[20.6,6.5],"knR":[26.2,129.5],"ftR":[29.1,254.8],"hipL":[-20.6,9.2],"knL":[-23.9,132.2],"ftL":[-33.5,256]},{"rootY":-1.4,"hips":[0,0],"chest":[-13,-97.9],"neck":[1.2,-162.4],"head":[0.2,-198.4],"shR":[38.3,-125.3],"elR":[49.4,-53.8],"haR":[72,12.2],"shL":[-33.6,-119.6],"elL":[-26.2,-45],"haL":[-12.3,20],"hipR":[20.5,6.5],"knR":[26,129.5],"ftR":[29.1,254.8],"hipL":[-20.5,9.2],"knL":[-24.2,132.2],"ftL":[-33.6,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-13.4,-97.9],"neck":[1,-162.5],"head":[0.1,-198.5],"shR":[37.9,-125.2],"elR":[48.9,-53.7],"haR":[71.4,12.4],"shL":[-33.7,-119.9],"elL":[-25.3,-45.2],"haL":[-10.3,19.8],"hipR":[20.4,6.5],"knR":[25.9,129.5],"ftR":[29,254.8],"hipL":[-20.4,9.2],"knL":[-24.6,132.1],"ftL":[-33.7,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-13.8,-97.9],"neck":[0.6,-162.6],"head":[-0.1,-198.6],"shR":[37.6,-125.3],"elR":[48.5,-53.7],"haR":[70.8,12.5],"shL":[-34,-120],"elL":[-25.1,-45],"haL":[-9.6,20],"hipR":[20.4,6.5],"knR":[25.8,129.5],"ftR":[28.7,254.8],"hipL":[-20.3,9.2],"knL":[-25,132.1],"ftL":[-34,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.1,-97.9],"neck":[0.2,-162.6],"head":[-0.4,-198.7],"shR":[37.4,-125.5],"elR":[48.2,-53.8],"haR":[70.3,12.4],"shL":[-34.6,-120],"elL":[-25.8,-44.7],"haL":[-10.1,20.6],"hipR":[20.5,6.5],"knR":[25.7,129.5],"ftR":[28.4,254.8],"hipL":[-20.4,9.2],"knL":[-25.1,132.1],"ftL":[-34.3,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.4,-97.9],"neck":[-0.2,-162.7],"head":[-0.7,-198.8],"shR":[37.3,-125.6],"elR":[48.2,-53.9],"haR":[70.2,12.4],"shL":[-35.3,-119.9],"elL":[-27.1,-44.3],"haL":[-11.8,21.3],"hipR":[20.7,6.5],"knR":[25.5,129.6],"ftR":[27.9,254.8],"hipL":[-20.5,9.2],"knL":[-25.2,132.1],"ftL":[-34.7,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.5,-97.9],"neck":[-0.6,-162.7],"head":[-1,-198.8],"shR":[37.3,-125.7],"elR":[48.5,-53.9],"haR":[70.3,12.4],"shL":[-36.1,-119.9],"elL":[-28.9,-44],"haL":[-14.4,22],"hipR":[20.9,6.5],"knR":[25.5,129.6],"ftR":[27.5,254.8],"hipL":[-20.7,9.2],"knL":[-25.3,132.1],"ftL":[-35.1,256]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.6,-97.9],"neck":[-1,-162.8],"head":[-1.3,-198.8],"shR":[37.4,-125.6],"elR":[49,-53.9],"haR":[70.6,12.5],"shL":[-37.1,-120],"elL":[-31.3,-43.7],"haL":[-17.7,22.6],"hipR":[21.1,6.5],"knR":[25.5,129.6],"ftR":[27.1,254.8],"hipL":[-20.8,9.2],"knL":[-25.7,132.1],"ftL":[-35.5,256]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.6,-97.9],"neck":[-1.4,-162.8],"head":[-1.6,-198.9],"shR":[37.5,-125.4],"elR":[49.5,-53.7],"haR":[71.2,12.7],"shL":[-38.3,-120],"elL":[-34.1,-43.4],"haL":[-21.7,23.2],"hipR":[21.3,6.4],"knR":[25.5,129.6],"ftR":[26.6,254.8],"hipL":[-21.1,9.2],"knL":[-26.2,132.1],"ftL":[-36,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.7,-97.9],"neck":[-1.9,-162.9],"head":[-2,-199],"shR":[37.4,-125.2],"elR":[50,-53.4],"haR":[72.1,12.8],"shL":[-39.5,-120],"elL":[-37.4,-43.2],"haL":[-26.3,23.7],"hipR":[21.7,6.4],"knR":[25.4,129.6],"ftR":[25.9,254.8],"hipL":[-21.4,9.2],"knL":[-26.7,132.1],"ftL":[-36.5,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.8,-97.9],"neck":[-2.5,-162.9],"head":[-2.4,-199],"shR":[37.3,-125.1],"elR":[50.5,-53.2],"haR":[73.1,12.8],"shL":[-40.8,-120],"elL":[-41,-43],"haL":[-31.3,24.1],"hipR":[22,6.4],"knR":[25.2,129.6],"ftR":[25.2,254.8],"hipL":[-21.7,9.2],"knL":[-27.3,132.1],"ftL":[-37.2,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-15,-97.8],"neck":[-3.2,-162.9],"head":[-2.9,-199],"shR":[37.2,-124.9],"elR":[51.1,-53],"haR":[74.2,12.8],"shL":[-42.2,-119.9],"elL":[-44.7,-42.7],"haL":[-36.4,24.6],"hipR":[22.2,6.4],"knR":[25.1,129.6],"ftR":[24.5,254.8],"hipL":[-21.9,9.2],"knL":[-27.8,132.1],"ftL":[-37.9,256]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.2,-97.8],"neck":[-3.9,-162.9],"head":[-3.5,-199],"shR":[37,-124.7],"elR":[51.8,-52.8],"haR":[75.1,12.9],"shL":[-43.6,-119.6],"elL":[-48.4,-42.5],"haL":[-41.3,25],"hipR":[22.5,6.4],"knR":[24.9,129.6],"ftR":[23.6,254.8],"hipL":[-22.1,9.2],"knL":[-28.3,132.1],"ftL":[-38.7,256]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.4,-97.7],"neck":[-4.7,-162.9],"head":[-4.2,-199],"shR":[36.8,-124.5],"elR":[52.4,-52.5],"haR":[75.8,13.1],"shL":[-45,-119.4],"elL":[-51.8,-42.2],"haL":[-46,25.4],"hipR":[22.9,6.4],"knR":[24.6,129.6],"ftR":[22.7,254.7],"hipL":[-22.4,9.2],"knL":[-28.8,132],"ftL":[-39.6,255.9]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.6,-97.6],"neck":[-5.6,-162.8],"head":[-5,-198.9],"shR":[36.6,-124.2],"elR":[53,-52],"haR":[76.3,13.4],"shL":[-46.5,-119.1],"elL":[-55,-41.9],"haL":[-50.3,25.7],"hipR":[23.2,6.4],"knR":[24.3,129.6],"ftR":[21.8,254.7],"hipL":[-22.7,9.2],"knL":[-29.5,132],"ftL":[-40.5,255.9]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.8,-97.5],"neck":[-6.6,-162.8],"head":[-5.9,-198.9],"shR":[36.4,-124.1],"elR":[53.5,-51.7],"haR":[76.6,13.8],"shL":[-48,-118.8],"elL":[-57.9,-41.7],"haL":[-54.1,26],"hipR":[23.6,6.4],"knR":[23.9,129.6],"ftR":[20.9,254.6],"hipL":[-23,9.2],"knL":[-30.2,132],"ftL":[-41.4,255.8]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.9,-97.4],"neck":[-7.5,-162.7],"head":[-6.7,-198.8],"shR":[36.3,-124],"elR":[54.2,-51.4],"haR":[76.9,14],"shL":[-49.3,-118.5],"elL":[-60.3,-41.4],"haL":[-57.3,26.3],"hipR":[23.9,6.4],"knR":[23.6,129.6],"ftR":[20.1,254.6],"hipL":[-23.3,9.2],"knL":[-30.8,132],"ftL":[-42.2,255.7]},{"rootY":-1.2,"hips":[0,0],"chest":[-15.9,-97.3],"neck":[-8.2,-162.7],"head":[-7.2,-198.8],"shR":[36.4,-124.1],"elR":[55.1,-51.3],"haR":[77.5,14.1],"shL":[-50.3,-118.2],"elL":[-62.2,-41.1],"haL":[-59.9,26.7],"hipR":[24.1,6.4],"knR":[23.5,129.6],"ftR":[19.5,254.5],"hipL":[-23.4,9.2],"knL":[-31.1,132],"ftL":[-42.8,255.7]},{"rootY":-1.2,"hips":[0,0],"chest":[-15.8,-97.3],"neck":[-8.7,-162.7],"head":[-7.6,-198.8],"shR":[36.5,-124.2],"elR":[56.2,-51.3],"haR":[78.3,14],"shL":[-51.1,-117.9],"elL":[-63.7,-40.8],"haL":[-62,27],"hipR":[24.2,6.4],"knR":[23.6,129.6],"ftR":[19.1,254.5],"hipL":[-23.5,9.2],"knL":[-31.2,132],"ftL":[-43.2,255.6]},{"rootY":-1.1,"hips":[0,0],"chest":[-15.8,-97.3],"neck":[-9.1,-162.7],"head":[-7.9,-198.8],"shR":[36.6,-124.3],"elR":[57.1,-51.3],"haR":[79.3,13.7],"shL":[-51.6,-117.7],"elL":[-64.9,-40.6],"haL":[-63.7,27.2],"hipR":[24.3,6.4],"knR":[23.6,129.6],"ftR":[18.8,254.4],"hipL":[-23.6,9.2],"knL":[-31.3,132],"ftL":[-43.5,255.5]},{"rootY":-1.1,"hips":[0,0],"chest":[-15.9,-97.2],"neck":[-9.4,-162.7],"head":[-8.1,-198.8],"shR":[36.5,-124.3],"elR":[57.9,-51.3],"haR":[80.3,13.3],"shL":[-52,-117.4],"elL":[-65.9,-40.4],"haL":[-65,27.4],"hipR":[24.3,6.4],"knR":[23.6,129.6],"ftR":[18.5,254.4],"hipL":[-23.7,9.2],"knL":[-31.5,132],"ftL":[-43.7,255.5]},{"rootY":-1,"hips":[0,0],"chest":[-16.1,-97.1],"neck":[-9.7,-162.6],"head":[-8.2,-198.7],"shR":[36.3,-124.1],"elR":[58.5,-51.2],"haR":[81.6,12.8],"shL":[-52.3,-117.2],"elL":[-66.5,-40.2],"haL":[-65.8,27.6],"hipR":[24.4,6.4],"knR":[23.5,129.6],"ftR":[18.3,254.3],"hipL":[-23.7,9.2],"knL":[-31.6,131.9],"ftL":[-43.9,255.5]},{"rootY":-1,"hips":[0,0],"chest":[-16.3,-97.1],"neck":[-9.7,-162.6],"head":[-8.2,-198.7],"shR":[36.1,-123.9],"elR":[58.8,-51.1],"haR":[82.9,12.3],"shL":[-52.4,-117.4],"elL":[-66,-40.4],"haL":[-65.4,27.6],"hipR":[24.4,6.4],"knR":[23.5,129.6],"ftR":[18.2,254.3],"hipL":[-23.7,9.2],"knL":[-31.8,132],"ftL":[-44.1,255.5]},{"rootY":-0.9,"hips":[0,0],"chest":[-16.6,-97.1],"neck":[-9.6,-162.6],"head":[-7.9,-198.7],"shR":[35.8,-123.8],"elR":[58.8,-50.9],"haR":[84.3,11.8],"shL":[-52.2,-118.1],"elL":[-64.1,-41],"haL":[-63.2,27.2],"hipR":[24.4,6.4],"knR":[23.7,129.6],"ftR":[18.3,254.2],"hipL":[-23.7,9.3],"knL":[-31.9,132],"ftL":[-44.1,255.6]},{"rootY":-0.9,"hips":[0,0],"chest":[-16.8,-97.1],"neck":[-9.3,-162.6],"head":[-7.5,-198.7],"shR":[35.3,-123.7],"elR":[58.4,-50.8],"haR":[85.8,11.1],"shL":[-51.5,-119],"elL":[-60.6,-41.8],"haL":[-59.1,26.6],"hipR":[24.4,6.4],"knR":[24,129.6],"ftR":[18.3,254.2],"hipL":[-23.7,9.3],"knL":[-31.9,132],"ftL":[-44.2,255.6]},{"rootY":-0.8,"hips":[0,0],"chest":[-17.1,-97],"neck":[-9,-162.5],"head":[-7.1,-198.7],"shR":[34.8,-123.7],"elR":[57.8,-50.9],"haR":[86.9,10.3],"shL":[-50.3,-119.6],"elL":[-55.8,-42.5],"haL":[-52.6,25.8],"hipR":[24.4,6.4],"knR":[24.4,129.6],"ftR":[18.2,254.1],"hipL":[-23.7,9.2],"knL":[-32,131.9],"ftL":[-44.3,255.5]},{"rootY":-0.8,"hips":[0,0],"chest":[-17.5,-96.9],"neck":[-8.8,-162.5],"head":[-6.8,-198.7],"shR":[34.1,-123.9],"elR":[56.6,-51.2],"haR":[87.6,9.4],"shL":[-48.7,-119.9],"elL":[-50.2,-43.2],"haL":[-43.8,24.6],"hipR":[24.1,6.5],"knR":[24.9,129.7],"ftR":[18.1,254],"hipL":[-23.5,9.1],"knL":[-32,131.8],"ftL":[-44.4,255.4]},{"rootY":-0.7,"hips":[0,0],"chest":[-18.1,-96.9],"neck":[-8.6,-162.5],"head":[-6.5,-198.7],"shR":[33,-124.2],"elR":[54.9,-51.7],"haR":[87.5,8.5],"shL":[-46.8,-119.9],"elL":[-43.7,-44.1],"haL":[-32.9,22.8],"hipR":[23.8,6.6],"knR":[25.4,129.7],"ftR":[17.8,253.8],"hipL":[-23.2,9.1],"knL":[-31.7,131.8],"ftL":[-44.7,255.2]},{"rootY":-0.5,"hips":[0,0],"chest":[-18.8,-96.8],"neck":[-8.4,-162.6],"head":[-6.3,-198.8],"shR":[31.5,-124.2],"elR":[52.5,-52.2],"haR":[86.9,7.6],"shL":[-44.6,-119.6],"elL":[-36.6,-45.2],"haL":[-20.4,20.1],"hipR":[23.3,6.6],"knR":[25.8,129.6],"ftR":[17.4,253.6],"hipL":[-22.7,9.1],"knL":[-31.3,131.8],"ftL":[-45,255]},{"rootY":-0.3,"hips":[0,0],"chest":[-19.5,-96.8],"neck":[-8.3,-162.7],"head":[-6.2,-198.9],"shR":[29.5,-124.1],"elR":[49.4,-52.5],"haR":[85.4,6.9],"shL":[-42.2,-119.3],"elL":[-29.1,-46.6],"haL":[-7.1,16.7],"hipR":[22.7,6.5],"knR":[25.8,129.5],"ftR":[16.9,253.5],"hipL":[-22.2,9.1],"knL":[-30.9,131.8],"ftL":[-45.5,254.7]},{"rootY":-0.1,"hips":[0,0],"chest":[-20.5,-96.7],"neck":[-8.4,-162.8],"head":[-6.3,-199],"shR":[26.9,-124],"elR":[45.3,-52.8],"haR":[82.4,6.4],"shL":[-39.6,-119.2],"elL":[-21.2,-48.3],"haL":[6.1,12.9],"hipR":[22.1,6.4],"knR":[25.4,129.4],"ftR":[16.1,253.3],"hipL":[-21.5,9.3],"knL":[-30.4,131.9],"ftL":[-46.1,254.5]},{"rootY":0,"hips":[0,0],"chest":[-21.6,-96.5],"neck":[-8.8,-162.8],"head":[-6.7,-199.1],"shR":[23.6,-124],"elR":[40.1,-52.9],"haR":[78.1,5.7],"shL":[-36.9,-119.3],"elL":[-13.1,-50.3],"haL":[18.9,8.9],"hipR":[21.3,6.2],"knR":[24.7,129.2],"ftR":[15.2,253.2],"hipL":[-20.6,9.4],"knL":[-29.9,132.1],"ftL":[-46.9,254.2]},{"rootY":0.2,"hips":[0,0],"chest":[-22.8,-96.3],"neck":[-9.2,-162.9],"head":[-7.1,-199.1],"shR":[19.6,-123.8],"elR":[34,-53.1],"haR":[72.7,4.7],"shL":[-33.9,-119.7],"elL":[-5.2,-52.4],"haL":[31,4.9],"hipR":[20.4,6],"knR":[24.1,129],"ftR":[14.2,253],"hipL":[-19.6,9.6],"knL":[-29.3,132.3],"ftL":[-47.8,253.9]},{"rootY":0.4,"hips":[0,0],"chest":[-23.9,-96.2],"neck":[-9.6,-163],"head":[-7.4,-199.2],"shR":[15.4,-123.5],"elR":[27,-53.3],"haR":[66,3.6],"shL":[-30.5,-120],"elL":[2.6,-54.3],"haL":[42.3,1.3],"hipR":[19.4,5.8],"knR":[23.6,128.8],"ftR":[13.1,252.8],"hipL":[-18.5,9.8],"knL":[-28.6,132.4],"ftL":[-48.8,253.5]},{"rootY":0.6,"hips":[0,0],"chest":[-24.8,-96],"neck":[-9.8,-163],"head":[-7.6,-199.3],"shR":[11.3,-123.4],"elR":[19.6,-53.5],"haR":[57.7,2.8],"shL":[-27.1,-120.2],"elL":[9.8,-55.6],"haL":[52.4,-1.6],"hipR":[18.2,5.8],"knR":[23.4,128.6],"ftR":[12.2,252.5],"hipL":[-17.3,9.8],"knL":[-27.8,132.4],"ftL":[-49.8,253]},{"rootY":0.8,"hips":[0,0],"chest":[-25.4,-95.9],"neck":[-10,-163.1],"head":[-7.7,-199.4],"shR":[7.3,-123.4],"elR":[12.6,-53.8],"haR":[48.5,2.2],"shL":[-23.8,-120.1],"elL":[15.9,-56.3],"haL":[61,-3.6],"hipR":[17,5.8],"knR":[23.3,128.5],"ftR":[11.3,252.4],"hipL":[-16.2,9.8],"knL":[-27.1,132.3],"ftL":[-50.8,252.4]},{"rootY":0.9,"hips":[0,0],"chest":[-25.9,-95.7],"neck":[-10.3,-163.1],"head":[-7.9,-199.4],"shR":[3.5,-123.6],"elR":[5.8,-54.1],"haR":[38.4,1.8],"shL":[-21,-119.9],"elL":[21,-56.6],"haL":[67.6,-4.8],"hipR":[16,5.8],"knR":[23.1,128.4],"ftR":[10.4,252.2],"hipL":[-15.2,9.8],"knL":[-26.4,132.3],"ftL":[-51.8,251.8]},{"rootY":1,"hips":[0,0],"chest":[-26.2,-95.6],"neck":[-10.5,-163.1],"head":[-7.9,-199.4],"shR":[0,-124.1],"elR":[-1.5,-54.6],"haR":[26.6,1.8],"shL":[-18.5,-119.8],"elL":[25.2,-56.6],"haL":[72.5,-5.2],"hipR":[15.2,5.8],"knR":[22.6,128.3],"ftR":[9.4,252],"hipL":[-14.4,9.8],"knL":[-25.6,132.3],"ftL":[-52.8,251.3]},{"rootY":1.1,"hips":[0,0],"chest":[-26.4,-95.5],"neck":[-10.7,-163.1],"head":[-7.8,-199.3],"shR":[-2.9,-124.7],"elR":[-8.7,-55.2],"haR":[13.7,2.2],"shL":[-16.4,-120],"elL":[28.7,-56.7],"haL":[75.7,-4.9],"hipR":[14.6,5.7],"knR":[22,128.3],"ftR":[8.6,252],"hipL":[-13.7,9.9],"knL":[-24.7,132.5],"ftL":[-53.7,250.9]},{"rootY":1.1,"hips":[0,0],"chest":[-26.5,-95.4],"neck":[-10.6,-163],"head":[-7.6,-199.2],"shR":[-4.8,-125.3],"elR":[-14,-55.5],"haR":[3.4,2.6],"shL":[-14.8,-120.2],"elL":[31.1,-56.7],"haL":[77.4,-4.4],"hipR":[14.2,5.7],"knR":[21.5,128.2],"ftR":[8,252],"hipL":[-13.3,9.9],"knL":[-24,132.6],"ftL":[-54.2,250.5]}]},"dab":{"name":"dab","fps":30,"height":520,"groundY":257,"frameCount":339,"frames":[{"rootY":0,"hips":[0,0],"chest":[-2.7,-100.2],"neck":[-0.2,-168.2],"head":[-0.2,-204],"shR":[51.8,-150.4],"elR":[129,-162],"haR":[197.6,-174.4],"shL":[-53.6,-148.5],"elL":[-129.7,-156.2],"haL":[-198.2,-160.7],"hipR":[24.8,7.4],"knR":[22.5,130.4],"ftR":[17.9,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-27.9,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.7,-100.2],"neck":[-0.1,-168.2],"head":[-0.1,-204],"shR":[51.8,-150.4],"elR":[129.1,-161.9],"haR":[197.7,-174.3],"shL":[-53.5,-148.6],"elL":[-129.6,-156.4],"haL":[-198.1,-161.1],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.9,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.6,-100.2],"neck":[0.1,-168.2],"head":[0,-204],"shR":[52,-150.5],"elR":[129.2,-161.8],"haR":[197.9,-174],"shL":[-53.3,-148.8],"elL":[-129.5,-156.8],"haL":[-197.9,-161.7],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.8,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.5,-100.2],"neck":[0.3,-168.1],"head":[0.3,-203.9],"shR":[52.2,-150.5],"elR":[129.4,-161.7],"haR":[198.1,-173.7],"shL":[-53.1,-149],"elL":[-129.3,-157.2],"haL":[-197.7,-162.3],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.8,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28.1,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.4,-100.2],"neck":[0.6,-168.1],"head":[0.5,-203.9],"shR":[52.4,-150.5],"elR":[129.6,-161.5],"haR":[198.4,-173.3],"shL":[-52.9,-149.2],"elL":[-129,-157.5],"haL":[-197.5,-162.7],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.7,255.7],"hipL":[-25.2,8.1],"knL":[-26.5,131.3],"ftL":[-28.2,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.2,-100.2],"neck":[0.8,-168.1],"head":[0.7,-203.9],"shR":[52.6,-150.5],"elR":[129.9,-161.3],"haR":[198.7,-172.9],"shL":[-52.7,-149.4],"elL":[-128.8,-157.8],"haL":[-197.3,-163.2],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.6,255.7],"hipL":[-25.3,8.1],"knL":[-26.6,131.3],"ftL":[-28.3,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.1,-100.2],"neck":[1.1,-168.1],"head":[1,-203.9],"shR":[52.8,-150.5],"elR":[130.1,-161.1],"haR":[198.9,-172.5],"shL":[-52.5,-149.6],"elL":[-128.5,-158.2],"haL":[-197,-163.7],"hipR":[24.8,7.5],"knR":[22.4,130.5],"ftR":[17.4,255.7],"hipL":[-25.3,8.1],"knL":[-26.7,131.3],"ftL":[-28.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-2,-100.2],"neck":[1.3,-168.1],"head":[1.3,-203.9],"shR":[53.1,-150.4],"elR":[130.4,-160.9],"haR":[199.2,-172.3],"shL":[-52.2,-149.8],"elL":[-128.3,-158.6],"haL":[-196.7,-164.3],"hipR":[24.9,7.5],"knR":[22.3,130.5],"ftR":[17.3,255.7],"hipL":[-25.3,8.1],"knL":[-26.8,131.3],"ftL":[-28.6,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.8,-100.2],"neck":[1.6,-168.2],"head":[1.6,-203.9],"shR":[53.3,-150.3],"elR":[130.6,-160.8],"haR":[199.4,-172.2],"shL":[-52,-150],"elL":[-128,-159],"haL":[-196.4,-164.9],"hipR":[24.9,7.5],"knR":[22.2,130.5],"ftR":[17.1,255.7],"hipL":[-25.3,8.1],"knL":[-26.8,131.3],"ftL":[-28.7,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.7,-100.2],"neck":[1.9,-168.2],"head":[1.9,-203.8],"shR":[53.5,-150.3],"elR":[130.8,-160.8],"haR":[199.6,-172.2],"shL":[-51.7,-150.1],"elL":[-127.7,-159.5],"haL":[-196,-165.7],"hipR":[24.8,7.5],"knR":[22.2,130.5],"ftR":[17,255.7],"hipL":[-25.3,8.1],"knL":[-26.9,131.2],"ftL":[-28.9,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.6,-100.2],"neck":[2.2,-168.2],"head":[2.2,-203.8],"shR":[53.8,-150.2],"elR":[131,-160.8],"haR":[199.8,-172.3],"shL":[-51.5,-150.4],"elL":[-127.3,-160.1],"haL":[-195.6,-166.6],"hipR":[24.8,7.5],"knR":[22.1,130.5],"ftR":[16.8,255.7],"hipL":[-25.3,8.1],"knL":[-27,131.2],"ftL":[-29.1,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.5,-100.2],"neck":[2.4,-168.2],"head":[2.4,-203.8],"shR":[54,-150.2],"elR":[131.2,-160.9],"haR":[200,-172.4],"shL":[-51.3,-150.6],"elL":[-127,-160.7],"haL":[-195.3,-167.6],"hipR":[24.8,7.5],"knR":[22,130.5],"ftR":[16.5,255.7],"hipL":[-25.3,8.1],"knL":[-27.1,131.2],"ftL":[-29.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.4,-100.3],"neck":[2.6,-168.2],"head":[2.6,-203.8],"shR":[54.1,-150.3],"elR":[131.4,-161],"haR":[200.1,-172.6],"shL":[-51.1,-150.8],"elL":[-126.8,-161.3],"haL":[-194.9,-168.5],"hipR":[24.8,7.5],"knR":[21.8,130.5],"ftR":[16.2,255.7],"hipL":[-25.3,8.1],"knL":[-27.3,131.2],"ftL":[-29.7,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.3,-100.3],"neck":[2.7,-168.2],"head":[2.8,-203.8],"shR":[54.2,-150.3],"elR":[131.5,-161.1],"haR":[200.2,-172.8],"shL":[-50.9,-151],"elL":[-126.6,-161.7],"haL":[-194.6,-169.2],"hipR":[24.8,7.5],"knR":[21.6,130.5],"ftR":[15.9,255.7],"hipL":[-25.3,8],"knL":[-27.4,131.2],"ftL":[-30,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.2,-100.3],"neck":[2.8,-168.2],"head":[2.9,-203.9],"shR":[54.3,-150.3],"elR":[131.6,-161.2],"haR":[200.3,-173],"shL":[-50.8,-151.2],"elL":[-126.3,-162.1],"haL":[-194.3,-169.8],"hipR":[24.8,7.5],"knR":[21.4,130.5],"ftR":[15.6,255.7],"hipL":[-25.4,8],"knL":[-27.6,131.2],"ftL":[-30.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.1,-100.3],"neck":[3,-168.2],"head":[3.1,-203.8],"shR":[54.5,-150.3],"elR":[131.8,-161.3],"haR":[200.4,-173.1],"shL":[-50.7,-151.3],"elL":[-126.1,-162.4],"haL":[-194.1,-170.2],"hipR":[24.9,7.5],"knR":[21.3,130.5],"ftR":[15.3,255.7],"hipL":[-25.4,8],"knL":[-27.8,131.2],"ftL":[-30.7,256.4]},{"rootY":0,"hips":[0,0],"chest":[-1,-100.3],"neck":[3.1,-168.2],"head":[3.2,-203.8],"shR":[54.6,-150.3],"elR":[131.9,-161.3],"haR":[200.5,-173.1],"shL":[-50.5,-151.4],"elL":[-125.9,-162.5],"haL":[-193.8,-170.3],"hipR":[24.9,7.5],"knR":[21.2,130.5],"ftR":[15,255.7],"hipL":[-25.4,8],"knL":[-27.9,131.2],"ftL":[-31,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.9,-100.3],"neck":[3.2,-168.2],"head":[3.3,-203.8],"shR":[54.7,-150.4],"elR":[132,-161.3],"haR":[200.7,-173.1],"shL":[-50.4,-151.5],"elL":[-125.7,-162.5],"haL":[-193.6,-170.3],"hipR":[24.9,7.6],"knR":[21,130.5],"ftR":[14.6,255.7],"hipL":[-25.5,8],"knL":[-28.1,131.2],"ftL":[-31.4,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.8,-100.3],"neck":[3.3,-168.2],"head":[3.4,-203.8],"shR":[54.8,-150.4],"elR":[132.2,-161.2],"haR":[200.8,-173],"shL":[-50.3,-151.6],"elL":[-125.6,-162.5],"haL":[-193.5,-170.2],"hipR":[24.9,7.6],"knR":[20.8,130.5],"ftR":[14.3,255.6],"hipL":[-25.5,8],"knL":[-28.3,131.1],"ftL":[-31.7,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[54.9,-150.4],"elR":[132.3,-161.2],"haR":[200.9,-172.9],"shL":[-50.3,-151.6],"elL":[-125.5,-162.5],"haL":[-193.4,-170.1],"hipR":[25,7.6],"knR":[20.6,130.5],"ftR":[13.9,255.6],"hipL":[-25.5,8],"knL":[-28.5,131.1],"ftL":[-32.1,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[55,-150.4],"elR":[132.4,-161.1],"haR":[201,-172.7],"shL":[-50.2,-151.6],"elL":[-125.5,-162.4],"haL":[-193.4,-169.9],"hipR":[25,7.6],"knR":[20.4,130.5],"ftR":[13.6,255.6],"hipL":[-25.5,8],"knL":[-28.6,131.1],"ftL":[-32.4,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.6,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[55,-150.4],"elR":[132.4,-161],"haR":[201.1,-172.5],"shL":[-50.2,-151.6],"elL":[-125.5,-162.3],"haL":[-193.3,-169.9],"hipR":[25,7.6],"knR":[20.3,130.5],"ftR":[13.4,255.6],"hipL":[-25.6,7.9],"knL":[-28.8,131.1],"ftL":[-32.7,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.5,-100.4],"neck":[3.5,-168.1],"head":[3.5,-203.7],"shR":[55.1,-150.4],"elR":[132.6,-160.9],"haR":[201.2,-172.3],"shL":[-50.1,-151.6],"elL":[-125.4,-162.3],"haL":[-193.3,-169.8],"hipR":[25,7.6],"knR":[20.1,130.5],"ftR":[13.1,255.6],"hipL":[-25.6,7.9],"knL":[-28.9,131.1],"ftL":[-33,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.5,-100.4],"neck":[3.6,-168.1],"head":[3.6,-203.7],"shR":[55.2,-150.4],"elR":[132.7,-160.9],"haR":[201.4,-172.2],"shL":[-50,-151.6],"elL":[-125.3,-162.2],"haL":[-193.2,-169.7],"hipR":[25,7.6],"knR":[20,130.5],"ftR":[12.9,255.6],"hipL":[-25.6,7.9],"knL":[-29,131.1],"ftL":[-33.2,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.4,-100.4],"neck":[3.8,-168.1],"head":[3.7,-203.7],"shR":[55.3,-150.4],"elR":[132.8,-160.8],"haR":[201.5,-172.1],"shL":[-49.9,-151.6],"elL":[-125.2,-162.2],"haL":[-193.2,-169.6],"hipR":[24.9,7.6],"knR":[19.9,130.5],"ftR":[12.8,255.6],"hipL":[-25.6,7.9],"knL":[-29.1,131.1],"ftL":[-33.4,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.2,-100.4],"neck":[3.9,-168.1],"head":[3.8,-203.6],"shR":[55.5,-150.4],"elR":[133,-160.7],"haR":[201.7,-172],"shL":[-49.8,-151.5],"elL":[-125.1,-162.1],"haL":[-193.1,-169.4],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.6,255.6],"hipL":[-25.6,7.9],"knL":[-29.1,131.1],"ftL":[-33.5,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.1,-100.4],"neck":[4.1,-168.1],"head":[3.9,-203.6],"shR":[55.6,-150.2],"elR":[133.2,-160.6],"haR":[201.8,-171.9],"shL":[-49.6,-151.5],"elL":[-125,-162],"haL":[-192.9,-169.3],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.6,255.6],"hipL":[-25.6,7.9],"knL":[-29.2,131],"ftL":[-33.6,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.1,-100.4],"neck":[4.2,-168],"head":[4,-203.6],"shR":[55.8,-150.1],"elR":[133.3,-160.5],"haR":[201.9,-171.8],"shL":[-49.5,-151.4],"elL":[-124.9,-161.9],"haL":[-192.9,-169.2],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.5,255.6],"hipL":[-25.6,7.9],"knL":[-29.2,131],"ftL":[-33.7,256.3]},{"rootY":0.1,"hips":[0,0],"chest":[0,-100.4],"neck":[4.3,-168],"head":[4.1,-203.6],"shR":[55.9,-150.1],"elR":[133.4,-160.4],"haR":[202,-171.7],"shL":[-49.4,-151.4],"elL":[-124.8,-161.8],"haL":[-192.8,-169.1],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.4,255.6],"hipL":[-25.5,7.9],"knL":[-29.3,131],"ftL":[-33.8,256.3]},{"rootY":0.1,"hips":[0,0],"chest":[0,-100.4],"neck":[4.4,-168],"head":[4.2,-203.6],"shR":[55.9,-150.1],"elR":[133.5,-160.4],"haR":[202.1,-171.6],"shL":[-49.3,-151.5],"elL":[-124.8,-161.8],"haL":[-192.8,-169.1],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.3,255.6],"hipL":[-25.5,7.9],"knL":[-29.3,131],"ftL":[-33.8,256.3]},{"rootY":0,"hips":[0,0],"chest":[0.1,-100.4],"neck":[4.6,-168],"head":[4.4,-203.5],"shR":[56.1,-150],"elR":[133.7,-160.4],"haR":[202.3,-171.6],"shL":[-49.2,-151.6],"elL":[-124.6,-161.8],"haL":[-192.6,-169],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.3,255.6],"hipL":[-25.6,7.9],"knL":[-29.3,131],"ftL":[-33.9,256.3]},{"rootY":0,"hips":[0,0],"chest":[0.3,-100.4],"neck":[4.8,-168],"head":[4.6,-203.5],"shR":[56.4,-149.9],"elR":[133.9,-160.3],"haR":[202.5,-171.6],"shL":[-48.9,-151.6],"elL":[-124.4,-161.7],"haL":[-192.4,-168.8],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.3,255.6],"hipL":[-25.6,7.9],"knL":[-29.4,131],"ftL":[-33.9,256.2]},{"rootY":0.1,"hips":[0,0],"chest":[0.6,-100.3],"neck":[5.2,-167.9],"head":[5,-203.4],"shR":[56.7,-149.8],"elR":[134.3,-160.1],"haR":[202.8,-171.4],"shL":[-48.6,-151.5],"elL":[-124.1,-161.3],"haL":[-192,-168.3],"hipR":[25,7.7],"knR":[20,130.5],"ftR":[12.3,255.6],"hipL":[-25.7,7.9],"knL":[-29.4,131],"ftL":[-33.9,256.2]},{"rootY":0.1,"hips":[0,0],"chest":[1.1,-100.3],"neck":[5.8,-167.8],"head":[5.5,-203.3],"shR":[57.4,-149.5],"elR":[134.9,-159.7],"haR":[203.4,-171],"shL":[-48,-151.3],"elL":[-123.6,-160.5],"haL":[-191.5,-167.2],"hipR":[25.1,7.7],"knR":[20.1,130.6],"ftR":[12.1,255.7],"hipL":[-25.8,7.8],"knL":[-29.4,130.9],"ftL":[-33.8,256.1]},{"rootY":0.2,"hips":[0,0],"chest":[1.8,-100.2],"neck":[6.6,-167.6],"head":[6.2,-203.1],"shR":[58.2,-149],"elR":[135.8,-158.8],"haR":[204.2,-169.9],"shL":[-47.4,-150.9],"elL":[-123.1,-159.3],"haL":[-191,-165.3],"hipR":[25.3,7.9],"knR":[20.5,130.6],"ftR":[12,255.7],"hipL":[-26,7.7],"knL":[-29.6,130.8],"ftL":[-33.8,256]},{"rootY":0.3,"hips":[0,0],"chest":[2.4,-100.2],"neck":[7.2,-167.5],"head":[6.8,-203],"shR":[59,-148.4],"elR":[136.7,-157.5],"haR":[205.1,-167.9],"shL":[-46.8,-150.4],"elL":[-122.6,-157.4],"haL":[-190.6,-162.4],"hipR":[25.5,8],"knR":[21.2,130.6],"ftR":[11.9,255.6],"hipL":[-26.2,7.5],"knL":[-29.9,130.6],"ftL":[-33.9,255.9]},{"rootY":0.5,"hips":[0,0],"chest":[2.9,-100.1],"neck":[7.6,-167.3],"head":[7.3,-202.8],"shR":[59.6,-147.9],"elR":[137.5,-155.6],"haR":[205.9,-164.7],"shL":[-46.4,-149.8],"elL":[-122.4,-154.9],"haL":[-190.4,-158.4],"hipR":[25.6,8.3],"knR":[21.8,130.6],"ftR":[11.6,255.4],"hipL":[-26.4,7.3],"knL":[-30.2,130.4],"ftL":[-34.1,255.7]},{"rootY":0.6,"hips":[0,0],"chest":[3.5,-99.9],"neck":[8,-167.1],"head":[7.7,-202.6],"shR":[60.1,-147.4],"elR":[138.3,-153.1],"haR":[206.7,-160.3],"shL":[-46.1,-149.2],"elL":[-122.3,-151.9],"haL":[-190.3,-153.2],"hipR":[25.8,8.5],"knR":[22.1,130.6],"ftR":[11.3,255.2],"hipL":[-26.6,7],"knL":[-30.5,130.2],"ftL":[-34.5,255.4]},{"rootY":0.8,"hips":[0,0],"chest":[4.2,-99.8],"neck":[8.4,-166.7],"head":[8.3,-202.2],"shR":[60.8,-146.7],"elR":[139.2,-150],"haR":[207.6,-154.6],"shL":[-45.6,-148.5],"elL":[-121.8,-148.3],"haL":[-189.8,-147.2],"hipR":[25.9,8.8],"knR":[22.2,130.5],"ftR":[11,254.9],"hipL":[-26.8,6.8],"knL":[-30.8,129.8],"ftL":[-35,255.1]},{"rootY":1.1,"hips":[0,0],"chest":[5.1,-99.7],"neck":[9.2,-166.2],"head":[8.9,-201.8],"shR":[61.7,-146],"elR":[140.3,-146.5],"haR":[208.7,-148.2],"shL":[-44.9,-147.6],"elL":[-121,-144.4],"haL":[-188.9,-140.8],"hipR":[25.9,9],"knR":[22.2,130.3],"ftR":[10.8,254.5],"hipL":[-26.9,6.5],"knL":[-31.3,129.3],"ftL":[-35.4,254.6]},{"rootY":1.6,"hips":[0,0],"chest":[6,-99.6],"neck":[10,-165.7],"head":[9.5,-201.3],"shR":[62.7,-145.1],"elR":[141.4,-142.7],"haR":[209.7,-141.5],"shL":[-44.2,-146.6],"elL":[-119.9,-140.5],"haL":[-187.7,-134.4],"hipR":[26,9.1],"knR":[22.1,129.9],"ftR":[10.5,254],"hipL":[-27,6.5],"knL":[-32.2,128.7],"ftL":[-35.8,253.9]},{"rootY":2.1,"hips":[0,0],"chest":[6.7,-99.4],"neck":[10.7,-165.2],"head":[10,-200.8],"shR":[63.6,-144],"elR":[142.2,-138.7],"haR":[210.1,-135],"shL":[-43.6,-145.7],"elL":[-119,-137],"haL":[-186.4,-128.6],"hipR":[26.2,8.9],"knR":[21.8,129.6],"ftR":[10.2,253.6],"hipL":[-27,6.6],"knL":[-33.8,127.9],"ftL":[-36.8,252.8]},{"rootY":2.4,"hips":[0,0],"chest":[7,-99.3],"neck":[11.1,-164.8],"head":[10.2,-200.5],"shR":[64,-142.5],"elR":[142.5,-134.8],"haR":[209.2,-130],"shL":[-43.3,-145.2],"elL":[-118.4,-134.9],"haL":[-185.5,-125.1],"hipR":[26.3,8.8],"knR":[21.4,129.3],"ftR":[9.9,253.3],"hipL":[-27,6.8],"knL":[-36.7,126.9],"ftL":[-39.6,251.4]},{"rootY":2.5,"hips":[0,0],"chest":[7,-99.2],"neck":[11.2,-164.6],"head":[10.4,-200.4],"shR":[64.1,-141.2],"elR":[142.4,-131.7],"haR":[206.4,-128],"shL":[-43.2,-145.2],"elL":[-118.3,-134.9],"haL":[-185.2,-125.3],"hipR":[26.3,8.8],"knR":[21.2,129.2],"ftR":[9.7,253.2],"hipL":[-27,6.8],"knL":[-40.9,125.6],"ftL":[-45.7,250]},{"rootY":2.4,"hips":[0,0],"chest":[7,-99.2],"neck":[11.4,-164.7],"head":[10.8,-200.5],"shR":[64.2,-140.6],"elR":[142.6,-130.5],"haR":[201,-130.1],"shL":[-42.9,-145.7],"elL":[-118.2,-137.3],"haL":[-185.2,-129.5],"hipR":[26.2,9],"knR":[21.4,129.3],"ftR":[9.9,253.3],"hipL":[-27.1,6.5],"knL":[-46,124.5],"ftL":[-55.2,248.8]},{"rootY":2.3,"hips":[0,0],"chest":[7.2,-99.2],"neck":[11.9,-164.9],"head":[11.6,-200.8],"shR":[64.7,-141],"elR":[143.3,-131.5],"haR":[192.7,-136.1],"shL":[-42.4,-146.7],"elL":[-117.8,-141.6],"haL":[-184.9,-136.8],"hipR":[26,9.3],"knR":[22.1,129.5],"ftR":[10.4,253.3],"hipL":[-27.1,6.2],"knL":[-51.5,123.4],"ftL":[-67.7,247.3]},{"rootY":2.2,"hips":[0,0],"chest":[7.5,-99.1],"neck":[12.7,-165.1],"head":[12.5,-201],"shR":[65.4,-142.2],"elR":[144.3,-134.2],"haR":[181,-144.9],"shL":[-41.7,-148.1],"elL":[-117,-147.2],"haL":[-184.2,-146],"hipR":[25.8,9.5],"knR":[23,129.6],"ftR":[11.6,253.2],"hipL":[-27,6.1],"knL":[-57.6,122.1],"ftL":[-82.9,244.7]},{"rootY":2.1,"hips":[0,0],"chest":[7.8,-99.1],"neck":[13.3,-165.4],"head":[13.4,-201.3],"shR":[66,-143.9],"elR":[145,-138.3],"haR":[165.7,-155.3],"shL":[-41.1,-150.2],"elL":[-115.9,-154.2],"haL":[-182.9,-157],"hipR":[25.7,9.5],"knR":[24.1,129.6],"ftR":[13.1,253.1],"hipL":[-27,6],"knL":[-64.8,120],"ftL":[-100.2,240.2]},{"rootY":2.1,"hips":[0,0],"chest":[8.1,-99.1],"neck":[13.7,-165.7],"head":[14,-201.6],"shR":[66.2,-146.2],"elR":[145.2,-144],"haR":[148,-166.3],"shL":[-40.7,-152.7],"elL":[-114.2,-162.4],"haL":[-180.7,-170],"hipR":[25.6,9.6],"knR":[25.3,129.6],"ftR":[15,252.8],"hipL":[-26.9,5.9],"knL":[-72.8,116.9],"ftL":[-118.5,233.6]},{"rootY":2.3,"hips":[0,0],"chest":[8.5,-99],"neck":[14.1,-166],"head":[14.6,-201.8],"shR":[66.4,-149],"elR":[144.5,-151.4],"haR":[130,-177],"shL":[-40.1,-155.2],"elL":[-111.7,-171.7],"haL":[-177.1,-185],"hipR":[25.4,10],"knR":[26.6,129.6],"ftR":[17,252.4],"hipL":[-26.9,5.6],"knL":[-80.7,112.7],"ftL":[-135.7,225.3]},{"rootY":2.9,"hips":[0,0],"chest":[9.3,-98.9],"neck":[14.9,-166.1],"head":[15.3,-201.9],"shR":[66.6,-151.8],"elR":[142.8,-159.9],"haR":[113.4,-186.2],"shL":[-39.1,-157.2],"elL":[-108.4,-181.1],"haL":[-171.7,-201.2],"hipR":[25.2,10.5],"knR":[28.1,129.6],"ftR":[19.5,251.7],"hipL":[-27,5],"knL":[-88.1,107.8],"ftL":[-151,216.1]},{"rootY":3.9,"hips":[0,0],"chest":[10.3,-98.7],"neck":[15.7,-166],"head":[16,-201.9],"shR":[66.8,-154.1],"elR":[140,-168.1],"haR":[99.3,-193.2],"shL":[-37.9,-158.9],"elL":[-104,-190.2],"haL":[-164.6,-216.9],"hipR":[25,11.1],"knR":[30.2,129.3],"ftR":[22.5,250.6],"hipL":[-27.1,4.5],"knL":[-94.8,102.8],"ftL":[-164.2,207]},{"rootY":5.3,"hips":[0,0],"chest":[11.2,-98.4],"neck":[16.6,-165.9],"head":[16.8,-201.7],"shR":[67.2,-155.7],"elR":[136.3,-174.7],"haR":[88,-197.8],"shL":[-36.6,-160.6],"elL":[-99.1,-198.2],"haL":[-156.6,-230.6],"hipR":[24.9,11.5],"knR":[32.9,128.9],"ftR":[26.2,249],"hipL":[-27.1,4],"knL":[-100.3,98.2],"ftL":[-175.1,198.6]},{"rootY":6.8,"hips":[0,0],"chest":[12,-98.1],"neck":[17.4,-165.8],"head":[17.5,-201.6],"shR":[67.6,-156.6],"elR":[132.5,-178.6],"haR":[79.3,-200.2],"shL":[-35.3,-162],"elL":[-94.2,-204.7],"haL":[-148.9,-241.6],"hipR":[24.8,11.7],"knR":[35.6,128.4],"ftR":[30.3,247.3],"hipL":[-27.2,3.7],"knL":[-104.6,94.4],"ftL":[-183.6,191.5]},{"rootY":8.5,"hips":[0,0],"chest":[12.5,-97.9],"neck":[18,-165.8],"head":[18.1,-201.5],"shR":[68,-156.7],"elR":[129.5,-180],"haR":[72.9,-200.7],"shL":[-34.2,-163.2],"elL":[-90.2,-209.6],"haL":[-142.4,-249.9],"hipR":[24.8,11.9],"knR":[38,127.9],"ftR":[34.8,245.6],"hipL":[-27.3,3.6],"knL":[-107.8,91.5],"ftL":[-189.6,186.2]},{"rootY":10.3,"hips":[0,0],"chest":[12.9,-97.8],"neck":[18.5,-165.7],"head":[18.6,-201.4],"shR":[68.4,-156.3],"elR":[127.7,-179.6],"haR":[68.8,-199.6],"shL":[-33.4,-164.1],"elL":[-87.2,-213.2],"haL":[-137.4,-255.8],"hipR":[24.9,12],"knR":[40.1,127.4],"ftR":[39.7,243.8],"hipL":[-27.4,3.5],"knL":[-109.6,89.8],"ftL":[-192.8,183.3]},{"rootY":12.1,"hips":[0,0],"chest":[13.2,-97.6],"neck":[18.8,-165.6],"head":[19.2,-201.3],"shR":[68.8,-155.8],"elR":[127.2,-178.4],"haR":[66.6,-197.6],"shL":[-32.7,-164.7],"elL":[-84.9,-215.5],"haL":[-133.8,-259.8],"hipR":[25,12],"knR":[42.5,126.9],"ftR":[45.3,241.9],"hipL":[-27.4,3.5],"knL":[-109.9,89.5],"ftL":[-193,183.2]},{"rootY":14,"hips":[0,0],"chest":[13.6,-97.3],"neck":[19.5,-165.5],"head":[20.1,-201.1],"shR":[69.4,-155.1],"elR":[127.9,-176.8],"haR":[66.2,-195.3],"shL":[-31.9,-165.1],"elL":[-83.3,-216.8],"haL":[-131.4,-261.9],"hipR":[25,12.1],"knR":[45.5,126.5],"ftR":[51.9,239.9],"hipL":[-27.5,3.4],"knL":[-109,90.4],"ftL":[-190.8,185.3]},{"rootY":15.8,"hips":[0,0],"chest":[14.2,-97],"neck":[20.8,-165.2],"head":[21.7,-200.8],"shR":[70.7,-154.3],"elR":[129.7,-174.8],"haR":[67.4,-193],"shL":[-30.5,-165.5],"elL":[-81.8,-217.3],"haL":[-129.8,-262.5],"hipR":[25,12.2],"knR":[49.2,126],"ftR":[59.6,238],"hipL":[-27.5,3.2],"knL":[-107.2,92.5],"ftL":[-186.8,189.3]},{"rootY":17.8,"hips":[0,0],"chest":[15,-96.7],"neck":[22.5,-165],"head":[23.9,-200.5],"shR":[72.4,-153.3],"elR":[132.4,-172.2],"haR":[69.9,-190.6],"shL":[-28.9,-165.7],"elL":[-80.4,-217.1],"haL":[-128.8,-261.9],"hipR":[24.9,12.3],"knR":[54,125.4],"ftR":[68.4,236.1],"hipL":[-27.5,3.1],"knL":[-104.2,95.6],"ftL":[-180.7,194.8]},{"rootY":20.3,"hips":[0,0],"chest":[15.5,-96.5],"neck":[24.4,-164.8],"head":[26.6,-200.2],"shR":[74.3,-151.8],"elR":[135.6,-168.5],"haR":[73.5,-188.1],"shL":[-27.4,-165.5],"elL":[-79.4,-216.2],"haL":[-128.3,-260.3],"hipR":[24.8,12.4],"knR":[59.7,124.2],"ftR":[78.2,233.7],"hipL":[-27.5,3],"knL":[-100,99.4],"ftL":[-172.7,201.5]},{"rootY":23.7,"hips":[0,0],"chest":[15.5,-96.4],"neck":[26.2,-164.6],"head":[29.6,-199.9],"shR":[76,-149.5],"elR":[139.1,-163.1],"haR":[77.7,-185.3],"shL":[-26.3,-165],"elL":[-79.5,-214.7],"haL":[-129.1,-257.8],"hipR":[24.8,12.3],"knR":[66,122.2],"ftR":[88.9,230.3],"hipL":[-27.3,3.2],"knL":[-95.9,102.9],"ftL":[-164.8,207.6]},{"rootY":28.3,"hips":[0,0],"chest":[14.5,-96.4],"neck":[27.4,-164.3],"head":[32.7,-199.5],"shR":[77.1,-146.3],"elR":[141.8,-155.8],"haR":[81.6,-181.7],"shL":[-25.8,-164.7],"elL":[-80.7,-212.5],"haL":[-131.9,-254],"hipR":[24.8,11.9],"knR":[72.3,119.5],"ftR":[99.8,225.9],"hipL":[-27.1,3.6],"knL":[-93.5,105.3],"ftL":[-159.6,211.5]},{"rootY":33.4,"hips":[0,0],"chest":[12.9,-96.5],"neck":[28,-164.1],"head":[35.8,-198.9],"shR":[77.3,-142.6],"elR":[143.3,-148.4],"haR":[84.6,-177.8],"shL":[-25.9,-164.4],"elL":[-82.4,-209.6],"haL":[-135.9,-248.3],"hipR":[24.7,11.5],"knR":[78,116.4],"ftR":[110.4,221.1],"hipL":[-26.7,4],"knL":[-92.2,107],"ftL":[-156.4,213.7]},{"rootY":36.8,"hips":[0,0],"chest":[11.3,-96.8],"neck":[27.7,-164],"head":[38.4,-198.1],"shR":[76.5,-138.8],"elR":[143.8,-142.9],"haR":[85.6,-173.7],"shL":[-27,-163.2],"elL":[-84.4,-205.8],"haL":[-140.1,-240.9],"hipR":[24.6,11.4],"knR":[82.5,114.5],"ftR":[119.5,218.1],"hipL":[-26.6,4.1],"knL":[-90.3,108.9],"ftL":[-152.8,216.1]},{"rootY":36.8,"hips":[0,0],"chest":[10.1,-97],"neck":[26.9,-164.2],"head":[40.1,-197.5],"shR":[75.1,-135.6],"elR":[143.7,-140.1],"haR":[85,-170.3],"shL":[-28.7,-161.1],"elL":[-87,-201.1],"haL":[-143.9,-233.1],"hipR":[24.4,11.8],"knR":[84.6,114.8],"ftR":[126.3,218.2],"hipL":[-26.6,3.7],"knL":[-87.2,110.8],"ftL":[-148,219.4]},{"rootY":34.3,"hips":[0,0],"chest":[9.2,-97.4],"neck":[25.8,-164.7],"head":[40.3,-197.4],"shR":[73.9,-135.1],"elR":[143.9,-140.5],"haR":[84.1,-169.4],"shL":[-30.4,-159.4],"elL":[-89.8,-197.3],"haL":[-147.1,-227.7],"hipR":[24.3,11.8],"knR":[84.6,116.3],"ftR":[130.7,220.5],"hipL":[-26.6,3.6],"knL":[-84.5,112.4],"ftL":[-143.4,222.6]},{"rootY":31.7,"hips":[0,0],"chest":[8.4,-98],"neck":[24.6,-165.5],"head":[39,-198.2],"shR":[73.1,-136.9],"elR":[144.6,-143.7],"haR":[84.2,-171.5],"shL":[-31.7,-158.8],"elL":[-92.2,-196],"haL":[-149.6,-226.3],"hipR":[24.5,11.2],"knR":[84.1,117.2],"ftR":[133,222.9],"hipL":[-26.6,4.3],"knL":[-83.1,113.6],"ftL":[-140.6,224.8]},{"rootY":30.4,"hips":[0,0],"chest":[7.6,-98.4],"neck":[23.1,-166.1],"head":[36.9,-199.2],"shR":[72,-138.8],"elR":[144.9,-147.9],"haR":[85.1,-175.4],"shL":[-33.1,-158.6],"elL":[-94,-196.6],"haL":[-151.2,-227.8],"hipR":[24.7,10.5],"knR":[84.6,117.1],"ftR":[134.5,224.4],"hipL":[-26.5,5.1],"knL":[-82.5,114.7],"ftL":[-139.4,226.2]},{"rootY":29.8,"hips":[0,0],"chest":[6.5,-98.8],"neck":[21.4,-166.5],"head":[34.4,-200],"shR":[70.5,-139.4],"elR":[144.3,-151.1],"haR":[85.6,-178.5],"shL":[-34.8,-158],"elL":[-95.4,-197.3],"haL":[-152.1,-230],"hipR":[24.9,10],"knR":[85.8,116.4],"ftR":[135.5,225.1],"hipL":[-26.4,5.6],"knL":[-82.1,115.4],"ftL":[-138.8,227]},{"rootY":29.5,"hips":[0,0],"chest":[5.3,-99],"neck":[19.8,-166.7],"head":[32.1,-200.7],"shR":[68.8,-139.4],"elR":[142.9,-152.3],"haR":[84.9,-179.7],"shL":[-36.6,-157.3],"elL":[-96.9,-197.5],"haL":[-153,-231.2],"hipR":[24.9,9.6],"knR":[86.5,115.7],"ftR":[135.8,225.6],"hipL":[-26.3,6],"knL":[-81.9,115.8],"ftL":[-138.6,227.5]},{"rootY":29.1,"hips":[0,0],"chest":[4.1,-99.3],"neck":[18.4,-166.9],"head":[30,-201.2],"shR":[67.5,-139.3],"elR":[141.6,-151.8],"haR":[83.5,-179.3],"shL":[-38,-156.6],"elL":[-98.1,-197.1],"haL":[-154,-231.1],"hipR":[24.9,9.1],"knR":[86.3,115.5],"ftR":[135.7,226],"hipL":[-26.1,6.5],"knL":[-82,116.1],"ftL":[-138.9,227.7]},{"rootY":28.9,"hips":[0,0],"chest":[3.1,-99.4],"neck":[17.4,-167.1],"head":[28.5,-201.5],"shR":[66.6,-139.1],"elR":[140.6,-151],"haR":[82.3,-178.5],"shL":[-38.9,-155.9],"elL":[-98.7,-196.3],"haL":[-154.6,-230.2],"hipR":[25,8.7],"knR":[85.6,115.6],"ftR":[135.5,226.2],"hipL":[-25.9,6.9],"knL":[-82.1,116.4],"ftL":[-139.2,227.9]},{"rootY":28.8,"hips":[0,0],"chest":[2.5,-99.5],"neck":[16.8,-167.1],"head":[27.6,-201.6],"shR":[65.9,-138.5],"elR":[139.8,-150.4],"haR":[81.8,-177.9],"shL":[-39.6,-155.2],"elL":[-99,-195.3],"haL":[-154.7,-228.9],"hipR":[25,8.4],"knR":[85.1,115.7],"ftR":[135.5,226.4],"hipL":[-25.9,7.1],"knL":[-82,116.7],"ftL":[-139.2,228.1]},{"rootY":28.6,"hips":[0,0],"chest":[2.2,-99.4],"neck":[16.6,-167],"head":[27.2,-201.6],"shR":[65.6,-137.9],"elR":[139.5,-149.8],"haR":[81.8,-177.6],"shL":[-39.9,-154.8],"elL":[-99,-194.3],"haL":[-154.6,-227.3],"hipR":[25,8.4],"knR":[85,115.8],"ftR":[135.9,226.6],"hipL":[-25.8,7.2],"knL":[-81.9,116.8],"ftL":[-138.9,228.3]},{"rootY":28.5,"hips":[0,0],"chest":[2.1,-99.4],"neck":[16.5,-166.9],"head":[27.1,-201.5],"shR":[65.5,-137.7],"elR":[139.5,-149.3],"haR":[82,-177.5],"shL":[-39.9,-154.6],"elL":[-98.8,-193.5],"haL":[-154.4,-225.9],"hipR":[25,8.4],"knR":[85,115.9],"ftR":[136.3,226.8],"hipL":[-25.8,7.1],"knL":[-81.8,116.8],"ftL":[-138.6,228.4]},{"rootY":28.4,"hips":[0,0],"chest":[2,-99.4],"neck":[16.6,-166.9],"head":[27.1,-201.5],"shR":[65.4,-137.3],"elR":[139.4,-149],"haR":[82.2,-177.6],"shL":[-39.8,-154.4],"elL":[-98.6,-192.8],"haL":[-154.2,-224.7],"hipR":[24.9,8.5],"knR":[84.9,116],"ftR":[136.7,226.9],"hipL":[-25.9,7.1],"knL":[-81.6,116.8],"ftL":[-138.3,228.5]},{"rootY":28.3,"hips":[0,0],"chest":[1.7,-99.5],"neck":[16.4,-166.9],"head":[27.1,-201.5],"shR":[65,-136.6],"elR":[139.1,-148.9],"haR":[82.3,-177.7],"shL":[-40,-154.2],"elL":[-98.7,-192.2],"haL":[-154.2,-223.8],"hipR":[25,8.5],"knR":[84.8,116.2],"ftR":[137,227],"hipL":[-25.9,7.1],"knL":[-81.5,116.8],"ftL":[-138,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[1.1,-99.5],"neck":[15.9,-166.9],"head":[26.8,-201.5],"shR":[64.3,-136],"elR":[138.6,-148.8],"haR":[82.2,-177.7],"shL":[-40.4,-153.9],"elL":[-99.1,-191.7],"haL":[-154.6,-223],"hipR":[25,8.5],"knR":[84.6,116.2],"ftR":[137.1,227],"hipL":[-25.9,7.1],"knL":[-81.5,116.9],"ftL":[-137.9,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[0.4,-99.6],"neck":[15.1,-167],"head":[26.2,-201.5],"shR":[63.4,-135.9],"elR":[138,-148.8],"haR":[82,-177.7],"shL":[-41.1,-153.9],"elL":[-99.8,-191.3],"haL":[-155.3,-222.3],"hipR":[25.1,8.3],"knR":[84.5,116.2],"ftR":[136.8,227.1],"hipL":[-25.9,7.2],"knL":[-81.7,116.9],"ftL":[-138.2,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[-0.5,-99.6],"neck":[14.1,-167.1],"head":[25.4,-201.5],"shR":[62.5,-135.9],"elR":[137.3,-148.8],"haR":[81.5,-177.9],"shL":[-42,-153.8],"elL":[-100.6,-191],"haL":[-156.2,-221.8],"hipR":[25.1,8.1],"knR":[84.4,116.1],"ftR":[136.4,227.1],"hipL":[-25.9,7.5],"knL":[-81.8,117],"ftL":[-138.6,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[-1.4,-99.7],"neck":[13.1,-167.1],"head":[24.6,-201.5],"shR":[61.4,-136],"elR":[136.4,-149],"haR":[80.9,-178.2],"shL":[-42.9,-153.6],"elL":[-101.5,-190.6],"haL":[-157.1,-221.3],"hipR":[25.1,7.9],"knR":[84.3,115.9],"ftR":[136,227],"hipL":[-25.8,7.7],"knL":[-82,117.1],"ftL":[-139,228.7]},{"rootY":28.3,"hips":[0,0],"chest":[-2.2,-99.7],"neck":[12.3,-167.1],"head":[23.7,-201.5],"shR":[60.6,-136.1],"elR":[135.6,-149.3],"haR":[80.2,-178.4],"shL":[-43.6,-153.3],"elL":[-102.4,-190.2],"haL":[-158,-220.8],"hipR":[25.1,7.7],"knR":[84.1,115.8],"ftR":[135.6,227],"hipL":[-25.7,7.9],"knL":[-82.1,117.2],"ftL":[-139.4,228.6]},{"rootY":28.3,"hips":[0,0],"chest":[-3,-99.7],"neck":[11.6,-167.1],"head":[23,-201.6],"shR":[59.8,-136.2],"elR":[134.9,-149.6],"haR":[79.6,-178.5],"shL":[-44.3,-153.1],"elL":[-103.2,-189.7],"haL":[-158.8,-220.2],"hipR":[25.1,7.4],"knR":[83.9,115.7],"ftR":[135.3,227.1],"hipL":[-25.6,8.1],"knL":[-82.2,117.3],"ftL":[-139.7,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-3.8,-99.7],"neck":[11,-167.1],"head":[22.3,-201.6],"shR":[59.1,-136.2],"elR":[134.2,-150],"haR":[79.1,-178.6],"shL":[-44.8,-152.9],"elL":[-103.8,-189.4],"haL":[-159.6,-219.6],"hipR":[25.1,7.2],"knR":[83.6,115.5],"ftR":[135,227.1],"hipL":[-25.4,8.3],"knL":[-82.3,117.4],"ftL":[-140,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[-4.7,-99.7],"neck":[10.4,-167.1],"head":[21.7,-201.5],"shR":[58.3,-136],"elR":[133.6,-150.2],"haR":[78.7,-178.7],"shL":[-45.4,-152.7],"elL":[-104.5,-189.1],"haL":[-160.3,-219.2],"hipR":[25,6.9],"knR":[83.3,115.4],"ftR":[134.8,227.2],"hipL":[-25.3,8.6],"knL":[-82.4,117.6],"ftL":[-140.3,228.6]},{"rootY":28.1,"hips":[0,0],"chest":[-5.5,-99.7],"neck":[9.7,-167],"head":[21,-201.5],"shR":[57.5,-136],"elR":[132.9,-150.3],"haR":[78.2,-178.8],"shL":[-46.1,-152.6],"elL":[-105.2,-188.9],"haL":[-161,-219],"hipR":[25,6.7],"knR":[83,115.4],"ftR":[134.5,227.3],"hipL":[-25.2,8.8],"knL":[-82.4,117.7],"ftL":[-140.6,228.6]},{"rootY":28.1,"hips":[0,0],"chest":[-6.4,-99.7],"neck":[8.9,-167],"head":[20.3,-201.5],"shR":[56.7,-136],"elR":[132.2,-150.2],"haR":[77.8,-178.8],"shL":[-46.7,-152.7],"elL":[-106,-188.9],"haL":[-161.8,-219.1],"hipR":[25,6.4],"knR":[82.7,115.2],"ftR":[134.1,227.3],"hipL":[-25.1,9.1],"knL":[-82.6,117.8],"ftL":[-140.9,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[-7.4,-99.7],"neck":[8,-167],"head":[19.4,-201.4],"shR":[55.7,-136.1],"elR":[131.5,-150.2],"haR":[77.3,-178.8],"shL":[-47.5,-152.8],"elL":[-106.8,-189],"haL":[-162.6,-219.2],"hipR":[25,6.1],"knR":[82.5,115],"ftR":[133.6,227.2],"hipL":[-24.9,9.3],"knL":[-82.7,117.9],"ftL":[-141.4,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-8.5,-99.6],"neck":[7,-167],"head":[18.5,-201.4],"shR":[54.7,-136.1],"elR":[130.6,-150],"haR":[76.9,-178.8],"shL":[-48.4,-152.9],"elL":[-107.8,-189.1],"haL":[-163.5,-219.4],"hipR":[25,5.8],"knR":[82.3,114.8],"ftR":[133,227.1],"hipL":[-24.8,9.7],"knL":[-82.9,118.1],"ftL":[-142,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-9.7,-99.5],"neck":[6,-166.8],"head":[17.5,-201.3],"shR":[53.6,-136],"elR":[129.7,-149.8],"haR":[76.5,-178.9],"shL":[-49.3,-153.1],"elL":[-108.7,-189.4],"haL":[-164.4,-219.7],"hipR":[25,5.4],"knR":[81.9,114.7],"ftR":[132.2,227.2],"hipL":[-24.7,10],"knL":[-83.1,118.3],"ftL":[-142.6,228.4]},{"rootY":28.2,"hips":[0,0],"chest":[-10.9,-99.4],"neck":[5,-166.7],"head":[16.6,-201.1],"shR":[52.5,-136],"elR":[128.9,-149.5],"haR":[76.1,-178.9],"shL":[-50.2,-153.3],"elL":[-109.6,-189.7],"haL":[-165.2,-220.1],"hipR":[25.1,5],"knR":[81.6,114.5],"ftR":[131.5,227.2],"hipL":[-24.5,10.4],"knL":[-83.4,118.5],"ftL":[-143.3,228.3]},{"rootY":28.2,"hips":[0,0],"chest":[-11.8,-99.3],"neck":[4.2,-166.6],"head":[15.9,-200.9],"shR":[51.6,-135.9],"elR":[128.2,-149.2],"haR":[76,-178.8],"shL":[-50.9,-153.5],"elL":[-110.2,-190],"haL":[-165.7,-220.6],"hipR":[25.1,4.6],"knR":[81.3,114.2],"ftR":[130.9,227.2],"hipL":[-24.4,10.7],"knL":[-83.6,118.6],"ftL":[-144,228.3]},{"rootY":28.2,"hips":[0,0],"chest":[-12.5,-99.2],"neck":[3.6,-166.5],"head":[15.5,-200.8],"shR":[50.9,-135.8],"elR":[127.8,-148.7],"haR":[76.2,-178.7],"shL":[-51.3,-153.7],"elL":[-110.6,-190.1],"haL":[-166,-220.9],"hipR":[25.1,4.4],"knR":[81.1,114.1],"ftR":[130.6,227.1],"hipL":[-24.3,11],"knL":[-83.8,118.8],"ftL":[-144.4,228.2]},{"rootY":28.1,"hips":[0,0],"chest":[-12.9,-99.2],"neck":[3.3,-166.4],"head":[15.4,-200.7],"shR":[50.5,-135.6],"elR":[127.6,-148.3],"haR":[76.6,-178.6],"shL":[-51.5,-153.9],"elL":[-110.7,-190.3],"haL":[-165.9,-221],"hipR":[25.2,4.2],"knR":[80.9,114.1],"ftR":[130.2,227.2],"hipL":[-24.3,11.1],"knL":[-83.8,118.9],"ftL":[-144.6,228.2]},{"rootY":28.1,"hips":[0,0],"chest":[-12.9,-99.2],"neck":[3.3,-166.4],"head":[15.7,-200.6],"shR":[50.4,-135.4],"elR":[127.7,-147.5],"haR":[77.6,-178.3],"shL":[-51.3,-154.2],"elL":[-110.4,-190.3],"haL":[-165.5,-220.8],"hipR":[25.2,4.2],"knR":[81,114],"ftR":[130.1,227.2],"hipL":[-24.3,11.1],"knL":[-83.9,118.9],"ftL":[-144.7,228.3]},{"rootY":28.1,"hips":[0,0],"chest":[-12.4,-99.4],"neck":[3.9,-166.4],"head":[16.4,-200.5],"shR":[50.8,-135.2],"elR":[128.6,-146],"haR":[79.7,-177.6],"shL":[-50.6,-154.2],"elL":[-109.8,-189.5],"haL":[-164.5,-219.6],"hipR":[25.2,4.2],"knR":[81.3,114],"ftR":[130.6,227.1],"hipL":[-24.4,11.1],"knL":[-83.8,118.9],"ftL":[-144.5,228.4]},{"rootY":28.1,"hips":[0,0],"chest":[-11.3,-99.6],"neck":[5,-166.4],"head":[17.7,-200.5],"shR":[51.9,-134.9],"elR":[130.2,-142.9],"haR":[83.4,-176.1],"shL":[-49.3,-153.7],"elL":[-109,-187.4],"haL":[-163.4,-216.4],"hipR":[25.2,4.5],"knR":[81.7,114],"ftR":[131.5,226.9],"hipL":[-24.5,10.8],"knL":[-83.6,118.9],"ftL":[-144,228.5]},{"rootY":28.1,"hips":[0,0],"chest":[-9.5,-99.9],"neck":[6.8,-166.5],"head":[19.6,-200.4],"shR":[53.6,-134.8],"elR":[132.5,-137.4],"haR":[89,-172.8],"shL":[-47.3,-152.8],"elL":[-108.2,-183.4],"haL":[-161.9,-210.3],"hipR":[25.1,4.8],"knR":[82.2,114],"ftR":[132.3,226.7],"hipL":[-24.6,10.5],"knL":[-83.2,118.8],"ftL":[-143.3,228.5]},{"rootY":28.3,"hips":[0,0],"chest":[-7,-100.2],"neck":[9.4,-166.3],"head":[22.3,-200.3],"shR":[56.2,-134.6],"elR":[135.1,-129],"haR":[96.7,-166.9],"shL":[-44.5,-151.1],"elL":[-107.4,-176.7],"haL":[-159.6,-200.1],"hipR":[24.9,5.2],"knR":[82.9,113.8],"ftR":[133.1,226.5],"hipL":[-24.7,10.1],"knL":[-82.8,118.6],"ftL":[-142.4,228.3]},{"rootY":28.9,"hips":[0,0],"chest":[-4,-100.3],"neck":[12.8,-165.9],"head":[25.5,-199.9],"shR":[59.4,-133.6],"elR":[137.1,-117.8],"haR":[106.5,-157.8],"shL":[-41,-148.4],"elL":[-106.1,-166.8],"haL":[-156,-184.8],"hipR":[24.8,5.5],"knR":[83.7,113.5],"ftR":[133.8,225.9],"hipL":[-24.8,9.8],"knL":[-82.3,118.2],"ftL":[-141.1,227.6]},{"rootY":30.5,"hips":[0,0],"chest":[-1,-99.8],"neck":[16.8,-164.6],"head":[28.8,-198.9],"shR":[63.4,-132.4],"elR":[138,-105.5],"haR":[117.5,-145.2],"shL":[-36.9,-146.2],"elL":[-103.7,-154.1],"haL":[-150.9,-164.7],"hipR":[25,5.4],"knR":[84.3,112.6],"ftR":[134.6,224.2],"hipL":[-24.8,9.9],"knL":[-82.3,116.6],"ftL":[-139.2,225.3]},{"rootY":34.2,"hips":[0,0],"chest":[1.6,-98.8],"neck":[21.4,-162.3],"head":[32.4,-196.9],"shR":[68,-131.2],"elR":[138,-94.6],"haR":[128.2,-129.3],"shL":[-32.3,-145.7],"elL":[-99.6,-140.6],"haL":[-143.9,-141.2],"hipR":[25.2,5.1],"knR":[85.2,110.5],"ftR":[135.1,220.2],"hipL":[-24.6,10.3],"knL":[-82.5,113.3],"ftL":[-137.6,220.3]},{"rootY":40.7,"hips":[0,0],"chest":[3.7,-97.7],"neck":[25.7,-159.4],"head":[35.6,-194.2],"shR":[72,-129.1],"elR":[137.6,-86.7],"haR":[137.2,-111.6],"shL":[-27.6,-145.3],"elL":[-95.1,-127.4],"haL":[-134.9,-117.8],"hipR":[25.1,5.2],"knR":[86.3,106.8],"ftR":[135,213.7],"hipL":[-24.3,10.3],"knL":[-83.6,108.6],"ftL":[-137.9,213.2]},{"rootY":48.5,"hips":[0,0],"chest":[5.1,-97.1],"neck":[28.3,-157.2],"head":[37.4,-192.2],"shR":[73.8,-125.3],"elR":[136.7,-80.8],"haR":[143.5,-94.2],"shL":[-24.7,-142.1],"elL":[-92.5,-113.9],"haL":[-126.2,-96.3],"hipR":[24.7,5.7],"knR":[85.9,102.8],"ftR":[133,206.1],"hipL":[-24.2,9.8],"knL":[-87.3,103.2],"ftL":[-141.4,206.1]},{"rootY":54.4,"hips":[0,0],"chest":[5.7,-97.1],"neck":[28.5,-156.8],"head":[36.4,-192],"shR":[72.4,-120.9],"elR":[133.5,-75.6],"haR":[147.1,-77],"shL":[-25.2,-137.2],"elL":[-92.2,-100.1],"haL":[-120.6,-75.7],"hipR":[24.6,6.2],"knR":[82.4,101.2],"ftR":[127.8,200.8],"hipL":[-24.4,9.3],"knL":[-92.9,99.1],"ftL":[-147.6,201.3]},{"rootY":55.5,"hips":[0,0],"chest":[5.3,-97.5],"neck":[26.1,-158.1],"head":[32.5,-193.5],"shR":[68.9,-118.8],"elR":[126.8,-71.5],"haR":[148.4,-57.7],"shL":[-28.3,-133.8],"elL":[-91.8,-87.8],"haL":[-119.4,-55.2],"hipR":[24.8,6.6],"knR":[76.5,103.1],"ftR":[119.4,199.8],"hipL":[-24.7,9],"knL":[-97,98.3],"ftL":[-155.9,199.7]},{"rootY":51.9,"hips":[0,0],"chest":[4.5,-97.9],"neck":[21.8,-160.1],"head":[26.5,-195.6],"shR":[65.9,-120.9],"elR":[118.7,-70],"haR":[147.8,-36.9],"shL":[-32.9,-132.4],"elL":[-91.6,-79.3],"haL":[-122.9,-37.6],"hipR":[25,7.3],"knR":[70.6,106.9],"ftR":[109,203.3],"hipL":[-25.1,8.4],"knL":[-98.3,100.3],"ftL":[-164.1,200.3]},{"rootY":45.9,"hips":[0,0],"chest":[4.2,-98.4],"neck":[16.3,-162],"head":[19.6,-197.5],"shR":[63.6,-125.7],"elR":[111.1,-71.3],"haR":[145,-21.1],"shL":[-37.5,-130.4],"elL":[-93.9,-74.6],"haL":[-130.3,-27],"hipR":[25,8.1],"knR":[66.4,110.9],"ftR":[98.3,209.1],"hipL":[-25.5,7.5],"knL":[-98.4,102.2],"ftL":[-169.2,201.4]},{"rootY":39.6,"hips":[0,0],"chest":[3.6,-98.7],"neck":[9.3,-163.3],"head":[12,-198.8],"shR":[60.1,-130.6],"elR":[102.8,-74.2],"haR":[139,-15.6],"shL":[-42.8,-127.8],"elL":[-99.4,-72.3],"haL":[-140.4,-23],"hipR":[25.5,8.6],"knR":[62.8,114.9],"ftR":[87.6,215.5],"hipL":[-26.2,7.1],"knL":[-98.3,102.6],"ftL":[-169.9,202]},{"rootY":33.5,"hips":[0,0],"chest":[1.5,-98.8],"neck":[0.9,-163.8],"head":[4,-199.2],"shR":[54.1,-133.8],"elR":[93.4,-77.9],"haR":[130.7,-19.5],"shL":[-49.3,-126.5],"elL":[-106.9,-72],"haL":[-151,-23.3],"hipR":[26.5,8.1],"knR":[58,119],"ftR":[77.2,221.6],"hipL":[-26.7,7.6],"knL":[-97.7,102.4],"ftL":[-167.5,202.1]},{"rootY":28,"hips":[0,0],"chest":[-1.7,-98.6],"neck":[-7,-164],"head":[-2.8,-199.2],"shR":[47,-135],"elR":[86,-81.7],"haR":[124.8,-27.8],"shL":[-56.4,-127.4],"elL":[-115,-74.1],"haL":[-161.3,-26.5],"hipR":[27,7.1],"knR":[51,122.8],"ftR":[68.4,226.7],"hipL":[-26.5,8.6],"knL":[-95.2,103.3],"ftL":[-161.9,204]},{"rootY":23.3,"hips":[0,0],"chest":[-4.2,-98.6],"neck":[-12.9,-164.3],"head":[-7.3,-199.1],"shR":[41.3,-135.7],"elR":[82.6,-85.4],"haR":[124.8,-36],"shL":[-62.2,-129.4],"elL":[-122.9,-78.5],"haL":[-171.8,-32.6],"hipR":[26.7,6.4],"knR":[42.1,126],"ftR":[62.3,231.3],"hipL":[-25.8,9.2],"knL":[-91,105.6],"ftL":[-151.1,210.6]},{"rootY":19.7,"hips":[0,0],"chest":[-4.7,-98.8],"neck":[-14.9,-164.6],"head":[-8.4,-199.2],"shR":[39.4,-136.7],"elR":[83.7,-88.9],"haR":[131.2,-42.7],"shL":[-64.7,-131.9],"elL":[-128.4,-85],"haL":[-180.8,-41.9],"hipR":[26,6.3],"knR":[34.5,128.1],"ftR":[59.4,235.1],"hipL":[-25,9.3],"knL":[-83.2,110.4],"ftL":[-133.6,221.5]},{"rootY":17.3,"hips":[0,0],"chest":[-2.6,-99.2],"neck":[-11,-165],"head":[-5.1,-199.8],"shR":[42.5,-135.9],"elR":[89.1,-90],"haR":[144.3,-49.1],"shL":[-61.9,-134.8],"elL":[-128.5,-92.1],"haL":[-184.6,-52.9],"hipR":[26,6.9],"knR":[33.1,129.1],"ftR":[60.4,237.7],"hipL":[-25.2,8.7],"knL":[-70.5,117.3],"ftL":[-113.4,232.5]},{"rootY":15.9,"hips":[0,0],"chest":[1.5,-99.5],"neck":[-1.4,-165.4],"head":[2.3,-200.6],"shR":[50,-132.9],"elR":[98,-86.4],"haR":[161.1,-56.4],"shL":[-53.6,-137.1],"elL":[-122.6,-98.1],"haL":[-181.9,-63.5],"hipR":[26.7,8],"knR":[39.2,129],"ftR":[64.9,238.8],"hipL":[-26.6,7.6],"knL":[-57,122.8],"ftL":[-97.7,239.4]},{"rootY":15.4,"hips":[0,0],"chest":[7.5,-99.2],"neck":[11.4,-165.3],"head":[11.7,-200.5],"shR":[60.8,-130.7],"elR":[107.8,-78.7],"haR":[174.9,-66.5],"shL":[-41.5,-137.3],"elL":[-111.2,-100.4],"haL":[-173.7,-73.1],"hipR":[25.2,10.3],"knR":[49.2,127.7],"ftR":[71,238.7],"hipL":[-26.9,5.3],"knL":[-49.8,124.1],"ftL":[-89.1,241.1]},{"rootY":15.6,"hips":[0,0],"chest":[14.5,-97.9],"neck":[24.2,-163.8],"head":[20.6,-198.7],"shR":[72.9,-131.7],"elR":[115.5,-70.9],"haR":[178.4,-81],"shL":[-28.1,-134.7],"elL":[-94.8,-95.4],"haL":[-160,-80],"hipR":[19.8,13.2],"knR":[56.7,126],"ftR":[75.9,238.4],"hipL":[-23.7,2],"knL":[-48.9,122],"ftL":[-85.4,240]},{"rootY":16.7,"hips":[0,0],"chest":[19.4,-96.3],"neck":[33.9,-161.1],"head":[27.4,-195.6],"shR":[82.5,-135.6],"elR":[119.8,-69.2],"haR":[170.1,-95.9],"shL":[-18,-129.6],"elL":[-78,-82.8],"haL":[-142.6,-83.7],"hipR":[14.2,14.9],"knR":[58.7,124.9],"ftR":[77.8,237.8],"hipL":[-19.2,-0.1],"knL":[-47.5,119.7],"ftL":[-85.3,237.6]},{"rootY":18.6,"hips":[0,0],"chest":[19.4,-95.5],"neck":[36.1,-159.2],"head":[29.4,-193.7],"shR":[85.1,-139.6],"elR":[122.8,-74.8],"haR":[157.3,-105.4],"shL":[-15.7,-123.8],"elL":[-68.6,-67.6],"haL":[-127,-85.5],"hipR":[12.4,15.5],"knR":[56.3,125],"ftR":[76.2,236.2],"hipL":[-17.5,-0.8],"knL":[-45,119.1],"ftL":[-90.5,234.7]},{"rootY":20.9,"hips":[0,0],"chest":[15.9,-96.2],"neck":[28.7,-160.2],"head":[25.6,-195.2],"shR":[79.3,-142.2],"elR":[126.3,-87.6],"haR":[150,-115.1],"shL":[-22.1,-121.1],"elL":[-71.4,-59.2],"haL":[-119.2,-87.9],"hipR":[15.5,15.2],"knR":[52.6,125.4],"ftR":[72.6,234],"hipL":[-20.1,-0.4],"knL":[-44.4,119.3],"ftL":[-99.3,230.7]},{"rootY":22.5,"hips":[0,0],"chest":[9.3,-97.7],"neck":[13.1,-163],"head":[16.1,-197.9],"shR":[66.2,-144.3],"elR":[124.6,-103.6],"haR":[150,-128.3],"shL":[-36.8,-124],"elL":[-86.5,-62.9],"haL":[-119.7,-94.5],"hipR":[21,13.5],"knR":[49.6,125.2],"ftR":[65.7,232.4],"hipL":[-24.4,1.8],"knL":[-52.8,116.7],"ftL":[-107.6,227]},{"rootY":22.4,"hips":[0,0],"chest":[-0.9,-98.4],"neck":[-5.1,-164.5],"head":[3.4,-198.4],"shR":[49.8,-148.6],"elR":[116.8,-118.2],"haR":[157,-142.8],"shL":[-55.7,-131.2],"elL":[-108.8,-77],"haL":[-120.6,-107.5],"hipR":[25.8,9.5],"knR":[47.3,124.1],"ftR":[55.3,231.4],"hipL":[-26.8,6.1],"knL":[-65.3,112.8],"ftL":[-111.7,225.9]},{"rootY":19.9,"hips":[0,0],"chest":[-10.1,-97.5],"neck":[-18.8,-163.5],"head":[-6.9,-196.4],"shR":[36.2,-152.9],"elR":[109.6,-129],"haR":[165.6,-156.7],"shL":[-70.2,-137.7],"elL":[-126.9,-96.8],"haL":[-112,-123.6],"hipR":[27.1,5.8],"knR":[44.7,123.2],"ftR":[48.3,230.5],"hipL":[-26,9.8],"knL":[-69.1,114.1],"ftL":[-110,229.4]},{"rootY":17.6,"hips":[0,0],"chest":[-15.5,-96.6],"neck":[-26.2,-162.1],"head":[-12.5,-194.2],"shR":[28.6,-152.9],"elR":[105.5,-135.2],"haR":[168.8,-164.1],"shL":[-77.6,-142.2],"elL":[-134.2,-120.5],"haL":[-94.6,-138.8],"hipR":[26,3.9],"knR":[39,122.5],"ftR":[50.4,228.7],"hipL":[-23.9,11.6],"knL":[-65.5,118.6],"ftL":[-106.6,234.8]},{"rootY":17.7,"hips":[0,0],"chest":[-16.8,-96.3],"neck":[-28,-161.3],"head":[-14.2,-193.3],"shR":[26.4,-151.5],"elR":[103.1,-131.5],"haR":[161.4,-169.6],"shL":[-78.9,-147],"elL":[-131.1,-146.6],"haL":[-76.6,-151.8],"hipR":[24.5,3.6],"knR":[29.5,123.1],"ftR":[60.1,226.6],"hipL":[-22.1,11.8],"knL":[-62.8,120.6],"ftL":[-104.3,237.4]},{"rootY":19.8,"hips":[0,0],"chest":[-13.9,-96.7],"neck":[-23.7,-161.3],"head":[-12,-194],"shR":[30.7,-148.7],"elR":[105.2,-121.6],"haR":[148.1,-176.7],"shL":[-73.7,-153.3],"elL":[-121.8,-170],"haL":[-63.9,-165.6],"hipR":[23.8,4.8],"knR":[21.9,125.4],"ftR":[70.5,225.3],"hipL":[-21.9,10.7],"knL":[-63.8,118.4],"ftL":[-102,236]},{"rootY":21.1,"hips":[0,0],"chest":[-8,-97.4],"neck":[-12.9,-162.2],"head":[-4.8,-195.9],"shR":[41.2,-142.8],"elR":[115.2,-114.4],"haR":[135.7,-180.8],"shL":[-62.2,-159.5],"elL":[-112.4,-185.7],"haL":[-58.3,-182.6],"hipR":[24.8,6.5],"knR":[22.8,126.9],"ftR":[77,225.3],"hipL":[-24,9.2],"knL":[-64.8,115.9],"ftL":[-97.5,234.6]},{"rootY":19.5,"hips":[0,0],"chest":[0.2,-98.1],"neck":[3.4,-163.1],"head":[7.1,-197.4],"shR":[55.8,-136.9],"elR":[132,-115.2],"haR":[128.5,-181.8],"shL":[-46.3,-163.7],"elL":[-104.3,-191.7],"haL":[-59.4,-202.1],"hipR":[26.4,8.5],"knR":[33.9,125.7],"ftR":[82.7,225.8],"hipL":[-26.8,7.2],"knL":[-61.3,116.8],"ftL":[-88.9,236.2]},{"rootY":16.2,"hips":[0,0],"chest":[10.4,-97.6],"neck":[21.4,-162.7],"head":[21.3,-197],"shR":[72.6,-137.2],"elR":[151.5,-129.6],"haR":[129.2,-182.7],"shL":[-28.7,-165.4],"elL":[-95.9,-190.1],"haL":[-65.1,-220.9],"hipR":[24.7,10.9],"knR":[51.1,121.4],"ftR":[91.6,226.1],"hipL":[-26.6,4.6],"knL":[-52.4,119.9],"ftL":[-77.6,239.4]},{"rootY":13.5,"hips":[0,0],"chest":[17.9,-96.2],"neck":[34,-161.1],"head":[32.5,-195.1],"shR":[84.1,-142.3],"elR":[161.8,-158.4],"haR":[134.1,-185],"shL":[-16.2,-162.9],"elL":[-89.2,-184],"haL":[-74.8,-235.4],"hipR":[19.5,12.4],"knR":[63.2,117.7],"ftR":[97.3,227.9],"hipL":[-22.6,2.9],"knL":[-43.7,122.4],"ftL":[-73.2,241.3]},{"rootY":13.6,"hips":[0,0],"chest":[18.8,-95.7],"neck":[38.1,-160.1],"head":[37.6,-194],"shR":[84.9,-151.1],"elR":[153.7,-190.4],"haR":[139.6,-189.8],"shL":[-11.7,-157],"elL":[-86.6,-177.7],"haL":[-88.9,-243.2],"hipR":[14.2,12.7],"knR":[66.3,117],"ftR":[92.6,231.3],"hipL":[-17.4,2.5],"knL":[-40.1,123.2],"ftL":[-81.3,240]},{"rootY":17.4,"hips":[0,0],"chest":[13.2,-96.7],"neck":[33.9,-160.6],"head":[37.2,-194.6],"shR":[75.4,-161.8],"elR":[135.2,-212.7],"haR":[142.8,-200.5],"shL":[-14.1,-151.7],"elL":[-88.6,-172.7],"haL":[-104.9,-240.6],"hipR":[11.1,12.6],"knR":[66.5,117.1],"ftR":[80.1,233.5],"hipL":[-13.9,2.7],"knL":[-41,122.7],"ftL":[-94.4,235.8]},{"rootY":23.2,"hips":[0,0],"chest":[5.8,-97.4],"neck":[26.1,-161.2],"head":[34.7,-194.8],"shR":[63.7,-168.5],"elR":[118.4,-217.2],"haR":[147.4,-215.9],"shL":[-20.2,-149.3],"elL":[-93.9,-163.7],"haL":[-118.2,-228.9],"hipR":[11.3,13.2],"knR":[71.7,115.1],"ftR":[71.5,231.2],"hipL":[-13.6,2.2],"knL":[-41.6,121.9],"ftL":[-102.9,231.2]},{"rootY":28.2,"hips":[0,0],"chest":[1.9,-97.1],"neck":[20,-161],"head":[31.7,-194.3],"shR":[58.3,-166.6],"elR":[109.3,-202.6],"haR":[152,-229.5],"shL":[-25.9,-144.9],"elL":[-98.2,-143.9],"haL":[-126.8,-207.6],"hipR":[14.6,13.9],"knR":[80.6,112.1],"ftR":[70.3,226.4],"hipL":[-16.7,1.3],"knL":[-39.6,121.7],"ftL":[-105.8,228]},{"rootY":30.2,"hips":[0,0],"chest":[1.6,-96.9],"neck":[15,-161.2],"head":[26.7,-194.7],"shR":[57.5,-159.4],"elR":[106.2,-175.6],"haR":[150.7,-226.1],"shL":[-30,-137.9],"elL":[-98.5,-116.3],"haL":[-130.3,-175.9],"hipR":[19.7,13.3],"knR":[84.3,111.7],"ftR":[68.8,224],"hipL":[-22.2,2],"knL":[-38.5,121.9],"ftL":[-108.7,225.7]},{"rootY":28.5,"hips":[0,0],"chest":[-0.1,-97.1],"neck":[7,-161.4],"head":[17.1,-195.5],"shR":[54.1,-153.4],"elR":[99.2,-143],"haR":[143.4,-195.4],"shL":[-36.3,-132.8],"elL":[-96.7,-91.8],"haL":[-129.7,-132.8],"hipR":[24.5,11.1],"knR":[75.3,116.2],"ftR":[60.3,226.2],"hipL":[-26.4,4.5],"knL":[-43.7,121.7],"ftL":[-115,224.5]},{"rootY":24.6,"hips":[0,0],"chest":[-4.7,-96.9],"neck":[-2.6,-160.4],"head":[5.1,-195],"shR":[47.8,-147],"elR":[82.2,-115.5],"haR":[130.9,-150],"shL":[-45,-132.1],"elL":[-94.1,-76.9],"haL":[-112.8,-84.7],"hipR":[26.4,9.2],"knR":[57.9,121.7],"ftR":[52.2,229.7],"hipL":[-27.2,6.5],"knL":[-52.1,120.2],"ftL":[-115.9,225.8]},{"rootY":21.9,"hips":[0,0],"chest":[-9.2,-96.6],"neck":[-10.2,-158.7],"head":[-5.2,-193.2],"shR":[41,-137.7],"elR":[60.9,-96.2],"haR":[119,-92.9],"shL":[-52.5,-133.4],"elL":[-88.3,-68.7],"haL":[-75.4,-52.5],"hipR":[25.9,8.1],"knR":[41.4,124.8],"ftR":[55,230.2],"hipL":[-25.7,7.5],"knL":[-62,117.2],"ftL":[-101.2,229.3]},{"rootY":22.9,"hips":[0,0],"chest":[-11.3,-96.6],"neck":[-14.2,-157.6],"head":[-11.9,-191.6],"shR":[35.6,-131],"elR":[47.2,-84.4],"haR":[102,-46.1],"shL":[-57.2,-134.8],"elL":[-78.6,-64.4],"haL":[-31.5,-48.2],"hipR":[24.8,7.1],"knR":[30.1,126.4],"ftR":[68.5,227.2],"hipL":[-24,8.5],"knL":[-72.8,114.8],"ftL":[-84.8,231]},{"rootY":25.9,"hips":[0,0],"chest":[-10.3,-96.8],"neck":[-14,-157.8],"head":[-12.8,-191.5],"shR":[35.6,-128.8],"elR":[47.5,-73],"haR":[91.7,-19.1],"shL":[-59,-135.8],"elL":[-65.3,-65.3],"haL":[-0.6,-64.1],"hipR":[24.4,6.7],"knR":[27.4,127.5],"ftR":[82.1,224.3],"hipL":[-23.5,8.9],"knL":[-80,112.7],"ftL":[-78.3,229.5]},{"rootY":27.3,"hips":[0,0],"chest":[-8,-97.1],"neck":[-10.5,-159.3],"head":[-8,-193.2],"shR":[41.3,-129.6],"elR":[54.6,-64.7],"haR":[90.1,-11.9],"shL":[-57.2,-138.2],"elL":[-55,-73.4],"haL":[11.6,-89.7],"hipR":[25.3,7],"knR":[32.5,127.7],"ftR":[90,224.1],"hipL":[-24.7,8.6],"knL":[-81.4,112.1],"ftL":[-76.7,227.2]},{"rootY":24.7,"hips":[0,0],"chest":[-5.1,-97.4],"neck":[-3.7,-160.8],"head":[1.3,-195],"shR":[48.7,-130.3],"elR":[69.6,-62.3],"haR":[100.2,-23.3],"shL":[-52,-142.5],"elL":[-54.6,-88.2],"haL":[9.4,-115.5],"hipR":[26.5,7.9],"knR":[42.4,126.9],"ftR":[95.7,226],"hipL":[-26.5,7.8],"knL":[-74.7,115],"ftL":[-72.8,226.8]},{"rootY":18.7,"hips":[0,0],"chest":[-2.8,-97.5],"neck":[4,-161.2],"head":[11.6,-195.7],"shR":[55.7,-132.1],"elR":[94.1,-68.5],"haR":[115.5,-47.4],"shL":[-45.2,-145],"elL":[-64.5,-109.7],"haL":[-0.6,-137.2],"hipR":[26.2,9.1],"knR":[52.4,125.2],"ftR":[101,228.3],"hipL":[-26.9,6.6],"knL":[-62.2,119.2],"ftL":[-71.3,227.6]},{"rootY":11.4,"hips":[0,0],"chest":[-2,-97.4],"neck":[9.8,-161],"head":[19.4,-195.5],"shR":[60.4,-136],"elR":[120.7,-89.1],"haR":[128.5,-81],"shL":[-38.6,-144.8],"elL":[-77.5,-137.6],"haL":[-12.6,-156.3],"hipR":[24.2,10.2],"knR":[60,122.4],"ftR":[99.6,229.8],"hipL":[-25.3,5.4],"knL":[-49.4,122.2],"ftL":[-80.9,227.4]},{"rootY":6.5,"hips":[0,0],"chest":[-1.3,-97.5],"neck":[13.1,-161.3],"head":[23.2,-195.9],"shR":[62.4,-141],"elR":[138.1,-124.7],"haR":[137,-118.2],"shL":[-33,-147.5],"elL":[-80.9,-167.2],"haL":[-28,-178.9],"hipR":[21.1,11.1],"knR":[66.9,117.6],"ftR":[84.9,229.2],"hipL":[-22.5,4.5],"knL":[-40.8,124.1],"ftL":[-98.2,225.6]},{"rootY":6.5,"hips":[0,0],"chest":[0.1,-97.7],"neck":[14.4,-162.6],"head":[23.2,-197.2],"shR":[62.6,-150.8],"elR":[138.5,-167.2],"haR":[141.8,-159],"shL":[-29,-153.7],"elL":[-72.4,-193.5],"haL":[-49.9,-209.5],"hipR":[18,11.8],"knR":[73.5,113.5],"ftR":[58.5,227.7],"hipL":[-19.6,3.7],"knL":[-40.7,124],"ftL":[-113.5,223.4]},{"rootY":10.7,"hips":[0,0],"chest":[1.1,-97.9],"neck":[14.9,-163.7],"head":[21.2,-197.8],"shR":[59.5,-164.1],"elR":[124.3,-204.7],"haR":[138,-201.8],"shL":[-25.2,-160.4],"elL":[-59.1,-208.5],"haL":[-65.8,-236],"hipR":[16.5,12],"knR":[76.1,114.2],"ftR":[35.7,228.3],"hipL":[-18.1,3.5],"knL":[-46.8,122.2],"ftL":[-123,221.6]},{"rootY":17.5,"hips":[0,0],"chest":[1.5,-98],"neck":[15.5,-164.1],"head":[20,-197],"shR":[53.8,-174.6],"elR":[104.7,-227.3],"haR":[128.2,-239.8],"shL":[-19.6,-165.2],"elL":[-52.2,-213.6],"haL":[-69.2,-253.5],"hipR":[16.2,11.9],"knR":[76.9,116.2],"ftR":[24.2,228.5],"hipL":[-17.9,3.6],"knL":[-53.4,119.8],"ftL":[-129,219.7]},{"rootY":24.7,"hips":[0,0],"chest":[1,-98.1],"neck":[14.8,-163.9],"head":[19.8,-196.4],"shR":[50.2,-177.4],"elR":[92.3,-232.7],"haR":[117.5,-271.1],"shL":[-10.4,-169.6],"elL":[-58,-212.3],"haL":[-69.3,-266.5],"hipR":[16.2,11.9],"knR":[79.6,115.9],"ftR":[20.9,225.8],"hipL":[-17.9,3.6],"knL":[-57.9,118.2],"ftL":[-134.5,217.1]},{"rootY":29.3,"hips":[0,0],"chest":[0.5,-98],"neck":[12.5,-164],"head":[19.2,-196.5],"shR":[50.4,-174.3],"elR":[93.4,-226.1],"haR":[109.4,-285.9],"shL":[-15.3,-170.4],"elL":[-69.1,-203.5],"haL":[-78.7,-261],"hipR":[16.9,11.9],"knR":[82.6,114.5],"ftR":[20.5,221.8],"hipL":[-18.5,3.5],"knL":[-59.7,118.1],"ftL":[-138.9,215.1]},{"rootY":28.8,"hips":[0,0],"chest":[0.9,-97.9],"neck":[10.1,-164.4],"head":[18.3,-196.8],"shR":[50.9,-170.5],"elR":[99.5,-212.7],"haR":[107.1,-281.7],"shL":[-32.5,-155.2],"elL":[-80.6,-194.1],"haL":[-99.9,-235.4],"hipR":[19.3,11.8],"knR":[81.4,115.2],"ftR":[19.8,220.6],"hipL":[-21,3.7],"knL":[-59.1,118.8],"ftL":[-140,214.5]},{"rootY":24,"hips":[0,0],"chest":[0.5,-97.6],"neck":[6,-164],"head":[15.6,-196.1],"shR":[49.2,-167.2],"elR":[98,-194.3],"haR":[117.6,-259.5],"shL":[-39.8,-150.8],"elL":[-97,-177.4],"haL":[-125.1,-196.5],"hipR":[23.2,11],"knR":[71.9,118.2],"ftR":[21.3,221.6],"hipL":[-24.7,4.5],"knL":[-59.4,117.3],"ftL":[-136.6,214.4]},{"rootY":18.3,"hips":[0,0],"chest":[-1.5,-96.9],"neck":[1.2,-162.3],"head":[11.1,-194.4],"shR":[46.9,-161.9],"elR":[87.9,-175.1],"haR":[133.9,-217.2],"shL":[-46.1,-147.7],"elL":[-110.2,-154.6],"haL":[-142.2,-153.8],"hipR":[26,9.6],"knR":[53.5,121.8],"ftR":[32.2,220.6],"hipL":[-26.9,6],"knL":[-64.8,111.5],"ftL":[-126.7,215.6]},{"rootY":14.9,"hips":[0,0],"chest":[-3.9,-96.4],"neck":[-3.3,-160.6],"head":[5.9,-193],"shR":[44.6,-152.9],"elR":[78.7,-155.4],"haR":[137.5,-167],"shL":[-50.8,-144.9],"elL":[-116.6,-125.9],"haL":[-150,-112],"hipR":[26.4,8.3],"knR":[33.7,125.3],"ftR":[55.5,217.6],"hipL":[-26.8,7.4],"knL":[-73.4,106],"ftL":[-110.2,220.4]},{"rootY":15.8,"hips":[0,0],"chest":[-6.2,-96.3],"neck":[-7.8,-159.7],"head":[0.1,-192.5],"shR":[41.5,-145.9],"elR":[74.5,-131.1],"haR":[135.4,-112.2],"shL":[-54.6,-141.8],"elL":[-114.4,-96.8],"haL":[-150.2,-77.2],"hipR":[25.7,7.2],"knR":[21.3,128.5],"ftR":[84.2,215.7],"hipL":[-25.6,8.4],"knL":[-80.3,105.3],"ftL":[-93.9,226.7]},{"rootY":20.6,"hips":[0,0],"chest":[-6.7,-96.6],"neck":[-10.4,-159],"head":[-4.7,-192.2],"shR":[40.7,-143.6],"elR":[71.5,-104.8],"haR":[124.1,-61.9],"shL":[-57.1,-137],"elL":[-104.9,-74.8],"haL":[-136.2,-50.8],"hipR":[25.1,7.2],"knR":[25.3,130.2],"ftR":[107.7,216.3],"hipL":[-24.8,8.5],"knL":[-82.6,106.1],"ftL":[-83.3,229.4]},{"rootY":25.5,"hips":[0,0],"chest":[-6.5,-96.6],"neck":[-11.2,-157.4],"head":[-8.5,-190.6],"shR":[42.2,-139.1],"elR":[67.9,-83.7],"haR":[109.8,-27.7],"shL":[-59.1,-131.9],"elL":[-97.9,-62.7],"haL":[-115.1,-37.7],"hipR":[25.5,7.1],"knR":[37.3,129.4],"ftR":[119.2,218.6],"hipL":[-25,8.6],"knL":[-84.5,104.9],"ftL":[-79,227.6]},{"rootY":27.8,"hips":[0,0],"chest":[-5.7,-96.5],"neck":[-10.5,-155.9],"head":[-10,-188.8],"shR":[44.4,-134.5],"elR":[71.2,-71.6],"haR":[99.1,-11.7],"shL":[-60.8,-130],"elL":[-95.9,-58.9],"haL":[-93.8,-39.2],"hipR":[26.3,7.3],"knR":[50,126.8],"ftR":[123.1,219.5],"hipL":[-26,8.3],"knL":[-86.5,102.5],"ftL":[-77,224.1]},{"rootY":25.7,"hips":[0,0],"chest":[-4.2,-96.9],"neck":[-8.4,-156.3],"head":[-7.3,-188.8],"shR":[46.6,-132.1],"elR":[84.3,-66],"haR":[90.3,-13],"shL":[-60.5,-131.1],"elL":[-96.9,-61.4],"haL":[-80.6,-52.6],"hipR":[26.5,8.6],"knR":[59.4,124.6],"ftR":[124.8,220.6],"hipL":[-26.9,7.1],"knL":[-85.2,102.7],"ftL":[-74.7,223.7]},{"rootY":19.1,"hips":[0,0],"chest":[-2.4,-97.6],"neck":[-5.6,-158.3],"head":[-1.9,-190.1],"shR":[48.9,-131.4],"elR":[96,-67.7],"haR":[84.3,-28.9],"shL":[-58.1,-133.7],"elL":[-100.8,-68.9],"haL":[-80.9,-69.1],"hipR":[26.2,9.5],"knR":[64.4,124.7],"ftR":[124.3,224.7],"hipL":[-27.2,6.1],"knL":[-79,106.7],"ftL":[-71.7,228.1]},{"rootY":12.1,"hips":[0,0],"chest":[-0.8,-97.9],"neck":[-2.5,-160.5],"head":[3.9,-191.8],"shR":[51.6,-133.9],"elR":[101.4,-76],"haR":[79.9,-53.9],"shL":[-55.8,-137.5],"elL":[-109.1,-83.4],"haL":[-89.8,-96.3],"hipR":[26.1,9.9],"knR":[67.2,125.2],"ftR":[116.5,229.6],"hipL":[-27.3,5.7],"knL":[-71.9,111.6],"ftL":[-68.8,233.3]},{"rootY":7.9,"hips":[0,0],"chest":[0.2,-98],"neck":[-0.3,-162],"head":[7.6,-193.9],"shR":[53.6,-138.7],"elR":[103,-88],"haR":[75.7,-83.3],"shL":[-54.1,-139.8],"elL":[-120,-106.7],"haL":[-102.4,-133.2],"hipR":[26,10.1],"knR":[68,125.6],"ftR":[99.1,233.8],"hipL":[-27.4,5.5],"knL":[-68.3,114.7],"ftL":[-69.2,236.1]},{"rootY":6.9,"hips":[0,0],"chest":[0.8,-98],"neck":[0.7,-163.2],"head":[8.4,-196.5],"shR":[53.9,-143.8],"elR":[104,-104.1],"haR":[72.9,-114.2],"shL":[-53.6,-143.8],"elL":[-126.7,-134.3],"haL":[-113.1,-172.1],"hipR":[25.6,10.7],"knR":[67.2,126.4],"ftR":[77.5,237.4],"hipL":[-27.3,4.9],"knL":[-66,116],"ftL":[-75.7,236.3]},{"rootY":8.8,"hips":[0,0],"chest":[1.4,-98.2],"neck":[1.9,-164.4],"head":[7.8,-198.9],"shR":[54.1,-148.1],"elR":[106.3,-122.7],"haR":[72.8,-144.7],"shL":[-52.5,-149.5],"elL":[-127,-161.1],"haL":[-122.2,-206.6],"hipR":[24.8,11.5],"knR":[65.6,127.4],"ftR":[60.2,240],"hipL":[-27,4],"knL":[-60.9,117.6],"ftL":[-85.6,234.9]},{"rootY":12,"hips":[0,0],"chest":[2.1,-98.3],"neck":[3.6,-164.8],"head":[6.5,-200.2],"shR":[54.9,-151.7],"elR":[109.9,-140.1],"haR":[75.5,-173],"shL":[-50.3,-154.2],"elL":[-121.8,-182.8],"haL":[-130.8,-233.9],"hipR":[24.1,12],"knR":[64.5,127.6],"ftR":[52.3,240],"hipL":[-26.5,3.5],"knL":[-55.2,119.6],"ftL":[-92.8,233.2]},{"rootY":13.5,"hips":[0,0],"chest":[2.6,-98.2],"neck":[4,-164.2],"head":[2.8,-200],"shR":[54.4,-154.8],"elR":[113.6,-149.9],"haR":[81.3,-193.3],"shL":[-48.4,-157.9],"elL":[-118.1,-192.5],"haL":[-136.8,-249],"hipR":[23.8,12.2],"knR":[62.8,128.1],"ftR":[50.6,239.4],"hipL":[-26.3,3.3],"knL":[-55,120.1],"ftL":[-95.5,233]},{"rootY":11.6,"hips":[0,0],"chest":[2,-98.4],"neck":[0.8,-163.7],"head":[-4,-199.4],"shR":[50.8,-156.7],"elR":[113.4,-147.9],"haR":[88.8,-200.8],"shL":[-49.3,-161.2],"elL":[-122.4,-187.6],"haL":[-139.8,-250.8],"hipR":[24.4,11.8],"knR":[58.8,129.4],"ftR":[48.9,241],"hipL":[-26.8,3.6],"knL":[-60.8,119.4],"ftL":[-97.6,234.9]},{"rootY":7.8,"hips":[0,0],"chest":[0,-99.1],"neck":[-5.6,-164.1],"head":[-12.3,-199.4],"shR":[45.3,-156.2],"elR":[106.8,-136.5],"haR":[95,-194.5],"shL":[-55.3,-160.1],"elL":[-131.1,-171.9],"haL":[-145.9,-238.4],"hipR":[25.4,10.7],"knR":[52.3,130.7],"ftR":[46.4,243.9],"hipL":[-27.3,4.8],"knL":[-65.9,119.9],"ftL":[-101.2,237.7]},{"rootY":5,"hips":[0,0],"chest":[-2.6,-99.7],"neck":[-11.9,-164.9],"head":[-19.4,-199.8],"shR":[40.5,-154.2],"elR":[97.9,-121.7],"haR":[98.6,-175.2],"shL":[-62.8,-154.5],"elL":[-138.1,-149.4],"haL":[-154.3,-214.9],"hipR":[26.3,9.3],"knR":[47,130.8],"ftR":[48.3,244.4],"hipL":[-27.2,6.2],"knL":[-66,122.2],"ftL":[-101.7,240.7]},{"rootY":4.4,"hips":[0,0],"chest":[-4.2,-99.9],"neck":[-16,-165.3],"head":[-23.4,-199.9],"shR":[37.6,-151.1],"elR":[93.4,-108.7],"haR":[99.8,-145.9],"shL":[-67.3,-146.2],"elL":[-138.5,-123.6],"haL":[-159.7,-182.5],"hipR":[26.6,8.5],"knR":[46.5,129.8],"ftR":[58.5,241.9],"hipL":[-26.9,7],"knL":[-63.6,124.1],"ftL":[-94.5,243.3]},{"rootY":6.9,"hips":[0,0],"chest":[-4.7,-99.6],"neck":[-18.3,-165.2],"head":[-24.4,-199.7],"shR":[36,-146.5],"elR":[93.8,-101],"haR":[96.4,-115.9],"shL":[-68.1,-137.6],"elL":[-132.4,-99.1],"haL":[-157.2,-141.9],"hipR":[26.6,8.1],"knR":[50.2,128.5],"ftR":[74.6,237.2],"hipL":[-26.6,7.5],"knL":[-65.1,123.3],"ftL":[-82.5,242.7]},{"rootY":13.4,"hips":[0,0],"chest":[-5.2,-98.9],"neck":[-19.3,-164.7],"head":[-23.5,-199.4],"shR":[34.5,-141.9],"elR":[95,-97.8],"haR":[88.9,-90.5],"shL":[-67.3,-131.8],"elL":[-125.2,-82.7],"haL":[-145.2,-102],"hipR":[26.6,7.2],"knR":[54.1,126.9],"ftR":[90.4,229.3],"hipL":[-26,8.5],"knL":[-71.7,119.7],"ftL":[-74.6,236.6]},{"rootY":20.8,"hips":[0,0],"chest":[-5,-98.1],"neck":[-18.2,-163.8],"head":[-20.3,-199],"shR":[34.9,-137.3],"elR":[96.8,-95],"haR":[82.7,-75.4],"shL":[-65.5,-128.5],"elL":[-120.4,-74.5],"haL":[-130,-68.6],"hipR":[26.4,6.6],"knR":[57.3,125.9],"ftR":[101.6,219.8],"hipL":[-25.7,9],"knL":[-76.5,116.2],"ftL":[-72.1,229.4]},{"rootY":24.4,"hips":[0,0],"chest":[-4,-97.6],"neck":[-14.7,-162.9],"head":[-14.9,-198.5],"shR":[38,-133.5],"elR":[99.8,-89.2],"haR":[81.1,-68.5],"shL":[-62.3,-126.5],"elL":[-117.7,-71.4],"haL":[-117.9,-47.2],"hipR":[26.6,6.8],"knR":[61.1,125],"ftR":[107.6,214],"hipL":[-26,8.8],"knL":[-75.9,115.8],"ftL":[-70.5,226.3]},{"rootY":21.2,"hips":[0,0],"chest":[-3.1,-97.6],"neck":[-9.8,-162.6],"head":[-8.1,-198.2],"shR":[42.9,-131.5],"elR":[104.5,-84.3],"haR":[87.6,-71.2],"shL":[-59.1,-126.3],"elL":[-115.6,-71],"haL":[-112.2,-39.9],"hipR":[26.9,6.9],"knR":[64.7,124.1],"ftR":[110.7,215.5],"hipL":[-26.4,8.8],"knL":[-70.7,119.1],"ftL":[-67.7,228.3]},{"rootY":13.4,"hips":[0,0],"chest":[-3.1,-97.9],"neck":[-5.3,-163.1],"head":[-1.4,-198.6],"shR":[47.4,-132.1],"elR":[110.9,-86.7],"haR":[96.1,-86.2],"shL":[-56.8,-129.1],"elL":[-116.1,-76.5],"haL":[-113.9,-51.4],"hipR":[27.1,6.7],"knR":[66.8,123.3],"ftR":[110.2,220.6],"hipL":[-26.4,9],"knL":[-64.2,123.1],"ftL":[-66.9,232.8]},{"rootY":4.8,"hips":[0,0],"chest":[-4.2,-98.2],"neck":[-2.6,-164],"head":[3.7,-198.9],"shR":[50,-134.1],"elR":[118.7,-98.1],"haR":[103.5,-111.6],"shL":[-56,-133.7],"elL":[-121.8,-89.8],"haL":[-119.5,-80.8],"hipR":[26.9,6.5],"knR":[67.5,122.8],"ftR":[103.1,224.1],"hipL":[-26.2,9.2],"knL":[-58.6,125.8],"ftL":[-72.4,236.3]},{"rootY":-1.7,"hips":[0,0],"chest":[-6.2,-98.1],"neck":[-2.3,-164.7],"head":[6.5,-198.6],"shR":[50.5,-137.7],"elR":[124.2,-116.6],"haR":[108.3,-141.2],"shL":[-56.4,-137.2],"elL":[-129.3,-110.9],"haL":[-124.6,-119.6],"hipR":[26.1,6.8],"knR":[68.5,122.3],"ftR":[89.5,226.2],"hipL":[-25.6,8.8],"knL":[-53.9,126.5],"ftL":[-84.8,234.8]},{"rootY":-3.5,"hips":[0,0],"chest":[-8.8,-98],"neck":[-4.8,-165.8],"head":[6.9,-197.7],"shR":[48.6,-144.4],"elR":[124.7,-140.3],"haR":[111.1,-170.1],"shL":[-58.3,-142.1],"elL":[-131.3,-136.9],"haL":[-126.3,-160.2],"hipR":[24.8,7.4],"knR":[68.7,121.8],"ftR":[75.4,230.6],"hipL":[-24.5,8.3],"knL":[-50.6,125.6],"ftL":[-100.1,227.6]},{"rootY":-0.1,"hips":[0,0],"chest":[-11.2,-98.3],"neck":[-7.9,-167],"head":[5.6,-196.9],"shR":[45.1,-151.1],"elR":[120.1,-166.5],"haR":[113.3,-197.4],"shL":[-59.5,-148.9],"elL":[-126.6,-162.7],"haL":[-124.1,-201],"hipR":[23.2,7.7],"knR":[66.5,122.4],"ftR":[67.8,236.2],"hipL":[-23.1,8],"knL":[-51.6,122.9],"ftL":[-114.8,219.1]},{"rootY":7.1,"hips":[0,0],"chest":[-12.3,-98.7],"neck":[-9.4,-167.4],"head":[4.5,-197.2],"shR":[42.5,-154.9],"elR":[112.2,-189.7],"haR":[115,-222.3],"shL":[-57.2,-154.4],"elL":[-115.9,-184.3],"haL":[-117.8,-237.3],"hipR":[22,8.1],"knR":[66.1,122.5],"ftR":[67.5,237.2],"hipL":[-22.2,7.5],"knL":[-56.2,118.7],"ftL":[-126.5,215.8]},{"rootY":16.7,"hips":[0,0],"chest":[-11.6,-98.8],"neck":[-7.8,-167],"head":[5.6,-198],"shR":[42.6,-157.6],"elR":[106.3,-204.4],"haR":[115.4,-244.1],"shL":[-49.6,-158.4],"elL":[-100.5,-200.1],"haL":[-105.5,-263.1],"hipR":[21.4,8.6],"knR":[72.4,119.7],"ftR":[72.1,230],"hipL":[-21.9,7],"knL":[-61.6,114.9],"ftL":[-133,217.1]},{"rootY":28.1,"hips":[0,0],"chest":[-9.1,-98.6],"neck":[-3,-166.3],"head":[9.4,-198.8],"shR":[45.1,-160.7],"elR":[106.4,-210.5],"haR":[116,-260.3],"shL":[-37.8,-163],"elL":[-84.2,-208.8],"haL":[-87.2,-276],"hipR":[21.1,8.9],"knR":[82.4,113.6],"ftR":[78.2,217.5],"hipL":[-21.5,6.8],"knL":[-64.4,112.1],"ftL":[-136.9,214]},{"rootY":37.9,"hips":[0,0],"chest":[-6.2,-98.2],"neck":[3.5,-165.4],"head":[14.1,-199.1],"shR":[47.9,-163.5],"elR":[112,-206.7],"haR":[119.2,-264.8],"shL":[-27.4,-166.4],"elL":[-73.4,-207.6],"haL":[-67.7,-275.6],"hipR":[20.1,9],"knR":[88.9,108.3],"ftR":[83.4,207.6],"hipL":[-20.4,6.6],"knL":[-61.7,109.8],"ftL":[-140.7,206.5]},{"rootY":42.3,"hips":[0,0],"chest":[-4.2,-97.9],"neck":[9.6,-164.5],"head":[18.1,-199.1],"shR":[50.6,-164.7],"elR":[121.2,-190],"haR":[126.2,-254.1],"shL":[-23.3,-163.9],"elL":[-69.4,-193.3],"haL":[-51.7,-258.1],"hipR":[18.7,9.1],"knR":[89.9,106.8],"ftR":[86.8,204.3],"hipL":[-18.8,6.6],"knL":[-57.9,108.7],"ftL":[-142.3,201.2]},{"rootY":37.9,"hips":[0,0],"chest":[-4.3,-97.8],"neck":[11.5,-164.2],"head":[19,-199],"shR":[54.6,-158.7],"elR":[128.7,-159.9],"haR":[134.1,-228.1],"shL":[-26.2,-153.2],"elL":[-67,-166.6],"haL":[-42.7,-223],"hipR":[18.1,9.1],"knR":[86.8,109.3],"ftR":[86.7,208],"hipL":[-18.1,6.6],"knL":[-58.4,109.7],"ftL":[-140.7,204.2]},{"rootY":26.6,"hips":[0,0],"chest":[-5.6,-98.2],"neck":[9.5,-164.8],"head":[17.1,-199.5],"shR":[56.1,-148.4],"elR":[126,-121.2],"haR":[141.7,-189.3],"shL":[-30,-143.3],"elL":[-60.9,-135.7],"haL":[-39.6,-168.8],"hipR":[19.2,8.8],"knR":[81.8,113.4],"ftR":[83.1,215.4],"hipL":[-19.3,6.9],"knL":[-61.7,112.3],"ftL":[-135.8,212.9]},{"rootY":14.1,"hips":[0,0],"chest":[-7.5,-98.5],"neck":[5.9,-165.6],"head":[13.5,-200.2],"shR":[52.6,-138],"elR":[109.2,-85.6],"haR":[147.4,-142.1],"shL":[-32.8,-139.3],"elL":[-51.8,-110.2],"haL":[-42.2,-106.1],"hipR":[21.5,8.1],"knR":[75.4,117.8],"ftR":[77.1,223.2],"hipL":[-21.6,7.5],"knL":[-61.6,114.1],"ftL":[-128.1,220.3]},{"rootY":5.5,"hips":[0,0],"chest":[-10.3,-98.2],"neck":[1.3,-165.9],"head":[8.5,-200.6],"shR":[45.2,-130.9],"elR":[85,-63.2],"haR":[142.7,-97.2],"shL":[-34.8,-136.4],"elL":[-49.3,-87.8],"haL":[-49.3,-58.5],"hipR":[23.8,7.4],"knR":[68.1,121.6],"ftR":[71.1,228.8],"hipL":[-23.5,8.3],"knL":[-58.8,112.2],"ftL":[-115.3,222.4]},{"rootY":3.5,"hips":[0,0],"chest":[-13.5,-97.6],"neck":[-3.6,-165.8],"head":[2.9,-201.1],"shR":[38.7,-129.1],"elR":[64.3,-54.5],"haR":[130.4,-68.3],"shL":[-39.6,-134],"elL":[-53.8,-70.1],"haL":[-55,-27.8],"hipR":[25.3,6],"knR":[62,123.3],"ftR":[67.8,229.9],"hipL":[-24,9.6],"knL":[-58.6,110],"ftL":[-96,220.7]},{"rootY":6.7,"hips":[0,0],"chest":[-15.6,-97.1],"neck":[-6.8,-165.6],"head":[-1.4,-201.4],"shR":[36.3,-128.9],"elR":[51.6,-51.5],"haR":[120.8,-53.5],"shL":[-45.7,-131.9],"elL":[-61.8,-60.2],"haL":[-59.4,-15.5],"hipR":[25.9,4.9],"knR":[58.6,123.5],"ftR":[68.2,227.4],"hipL":[-24.1,10.7],"knL":[-58,112.3],"ftL":[-75.6,222.5]},{"rootY":13.2,"hips":[0,0],"chest":[-15.9,-97],"neck":[-7.2,-165.4],"head":[-3.3,-201.5],"shR":[37.4,-127.7],"elR":[47.2,-49.3],"haR":[116.5,-58.2],"shL":[-50,-130.1],"elL":[-69.9,-57.2],"haL":[-66.5,-17.5],"hipR":[26.5,4.3],"knR":[58.3,123.1],"ftR":[70.7,222.3],"hipL":[-24.3,11.2],"knL":[-56,116.8],"ftL":[-61.3,228.1]},{"rootY":18.9,"hips":[0,0],"chest":[-15.5,-96.7],"neck":[-6.7,-164.6],"head":[-3.7,-200.8],"shR":[39.3,-126.3],"elR":[52.5,-48.2],"haR":[116.8,-73.6],"shL":[-52.5,-130.1],"elL":[-76.3,-57.9],"haL":[-74,-29.2],"hipR":[26.9,4],"knR":[59.7,122.5],"ftR":[73,217.6],"hipL":[-24.6,11.5],"knL":[-55,119.9],"ftL":[-56.4,232.4]},{"rootY":18.3,"hips":[0,0],"chest":[-15.4,-96.3],"neck":[-7.5,-163.7],"head":[-4.1,-199.8],"shR":[40.6,-127.3],"elR":[63.1,-51.3],"haR":[118.3,-91],"shL":[-54.1,-130.4],"elL":[-81,-59.2],"haL":[-77.6,-46.8],"hipR":[27.1,4.1],"knR":[59.5,122.6],"ftR":[72.7,217.6],"hipL":[-24.8,11.4],"knL":[-56.5,120.7],"ftL":[-58.7,234.6]},{"rootY":10,"hips":[0,0],"chest":[-14.7,-96.5],"neck":[-8.4,-163.8],"head":[-4.3,-199.8],"shR":[42.1,-131],"elR":[71.9,-58.3],"haR":[115.7,-107.5],"shL":[-55.3,-131.6],"elL":[-82.2,-61.3],"haL":[-76.1,-68.2],"hipR":[26.8,4.7],"knR":[56.5,123.7],"ftR":[69.4,222.6],"hipL":[-24.8,10.9],"knL":[-57.1,121.8],"ftL":[-62.1,238.7]},{"rootY":-1.5,"hips":[0,0],"chest":[-12.3,-97.6],"neck":[-7.5,-165.2],"head":[-3.3,-201],"shR":[45.1,-135.9],"elR":[80.6,-68.7],"haR":[110.6,-124.1],"shL":[-55.1,-135.2],"elL":[-76.4,-66.8],"haL":[-67.3,-90.9],"hipR":[26,6],"knR":[54,124.9],"ftR":[64.4,229.4],"hipL":[-24.9,9.7],"knL":[-52,125.4],"ftL":[-62,246.8]},{"rootY":-10.1,"hips":[0,0],"chest":[-9.3,-98.9],"neck":[-5.8,-167],"head":[-2,-202.4],"shR":[48.2,-141.1],"elR":[94,-87.3],"haR":[106.7,-145],"shL":[-53.5,-138.8],"elL":[-66.3,-79.9],"haL":[-50.7,-113.4],"hipR":[25.2,6.5],"knR":[53.8,124.4],"ftR":[58.3,234.9],"hipL":[-24.7,9.2],"knL":[-43.2,129.8],"ftL":[-58,253.6]},{"rootY":-13.2,"hips":[0,0],"chest":[-8.1,-99.6],"neck":[-5.7,-168.2],"head":[-2.2,-203],"shR":[49.1,-146.1],"elR":[106.8,-119],"haR":[102.4,-167.9],"shL":[-51.2,-141.2],"elL":[-57.4,-104.4],"haL":[-31.1,-135.7],"hipR":[24.7,6.2],"knR":[52,123.3],"ftR":[50.7,240.5],"hipL":[-24.4,9.4],"knL":[-38,131.7],"ftL":[-52.2,255.7]},{"rootY":-10.7,"hips":[0,0],"chest":[-7.5,-99.9],"neck":[-5.9,-168.5],"head":[-2.6,-203.2],"shR":[48.9,-152],"elR":[107.4,-160.1],"haR":[98.6,-190.1],"shL":[-47.7,-143.9],"elL":[-46.1,-138.3],"haL":[-12.8,-157.1],"hipR":[24.2,7.1],"knR":[46.6,124.1],"ftR":[43,246.2],"hipL":[-24.4,8.5],"knL":[-34.3,131.3],"ftL":[-45.2,253.7]},{"rootY":-2.6,"hips":[0,0],"chest":[-6.8,-99.9],"neck":[-5.6,-168.1],"head":[-2.6,-203.5],"shR":[47.5,-160.1],"elR":[94.2,-194.5],"haR":[93.1,-214.5],"shL":[-44.1,-150.3],"elL":[-32.4,-167.5],"haL":[0.3,-184.7],"hipR":[23.7,7.8],"knR":[41.1,124.8],"ftR":[35.1,248.2],"hipL":[-24.3,7.8],"knL":[-31.4,130.4],"ftL":[-38.9,248.3]},{"rootY":6.3,"hips":[0,0],"chest":[-6.6,-99.7],"neck":[-5,-167.6],"head":[-2.2,-203.4],"shR":[45.7,-162.3],"elR":[85.3,-209.1],"haR":[87.8,-235.2],"shL":[-43.4,-153.2],"elL":[-27.1,-181.8],"haL":[10.8,-207.3],"hipR":[23.4,8.1],"knR":[40.5,124.5],"ftR":[28.8,246.8],"hipL":[-24.2,7.5],"knL":[-29.3,129],"ftL":[-36,243.5]},{"rootY":9,"hips":[0,0],"chest":[-7.6,-99.4],"neck":[-6.3,-167.2],"head":[-2.9,-203.1],"shR":[44.5,-155.4],"elR":[92.4,-202],"haR":[86.4,-241.4],"shL":[-46.7,-151.5],"elL":[-33.4,-173.7],"haL":[14.5,-212],"hipR":[23.3,8.7],"knR":[43.4,124.7],"ftR":[26.1,245.5],"hipL":[-24.2,6.9],"knL":[-29.5,127.3],"ftL":[-37,242.1]},{"rootY":3.1,"hips":[0,0],"chest":[-9.9,-99],"neck":[-9.2,-166.8],"head":[-5,-202.6],"shR":[39.8,-158],"elR":[106.7,-176.8],"haR":[89.9,-230.4],"shL":[-50.3,-148.8],"elL":[-40.3,-150.8],"haL":[8.4,-197.1],"hipR":[23.6,9.1],"knR":[43.3,126.1],"ftR":[26.7,247.8],"hipL":[-24.5,6.6],"knL":[-31.2,128.3],"ftL":[-40.1,242.3]},{"rootY":-5.4,"hips":[0,0],"chest":[-11.4,-99],"neck":[-12.1,-167],"head":[-7.6,-202.6],"shR":[37.8,-160.8],"elR":[110.9,-146.6],"haR":[97.5,-207.7],"shL":[-52.2,-148.3],"elL":[-50.3,-124.5],"haL":[-5.9,-174.4],"hipR":[24.2,8.6],"knR":[39.1,127.5],"ftR":[29.4,251.6],"hipL":[-24.8,7.1],"knL":[-33.9,129.9],"ftL":[-42.4,240.3]},{"rootY":-10.4,"hips":[0,0],"chest":[-11.4,-98.9],"neck":[-12.5,-167.3],"head":[-8.9,-202.7],"shR":[39.7,-159.3],"elR":[106.4,-118.5],"haR":[107.7,-184.7],"shL":[-51.7,-147.3],"elL":[-61.7,-100.2],"haL":[-28.1,-151.7],"hipR":[24.6,7.9],"knR":[36.8,128.1],"ftR":[32.4,252.7],"hipL":[-24.8,7.8],"knL":[-36.1,128.4],"ftL":[-43.5,237.1]},{"rootY":-11.5,"hips":[0,0],"chest":[-11,-98.6],"neck":[-11.2,-167.3],"head":[-9.3,-202.5],"shR":[42.7,-150.4],"elR":[97.7,-93.4],"haR":[119,-159.5],"shL":[-51.6,-140.4],"elL":[-74.8,-79.3],"haL":[-55,-127.8],"hipR":[25,7.2],"knR":[38.6,127.3],"ftR":[35.3,250],"hipL":[-24.6,8.4],"knL":[-38.1,125.2],"ftL":[-46.9,238.6]},{"rootY":-7.3,"hips":[0,0],"chest":[-10.2,-98],"neck":[-8.6,-166.9],"head":[-9.1,-202.2],"shR":[43.9,-139.4],"elR":[90.6,-75.6],"haR":[123.8,-136.5],"shL":[-51.2,-134],"elL":[-87.6,-68.2],"haL":[-80.8,-109.2],"hipR":[25.2,7],"knR":[43.1,126.7],"ftR":[42.2,242.1],"hipL":[-24.6,8.6],"knL":[-40.4,121.6],"ftL":[-56.1,242.2]},{"rootY":3.9,"hips":[0,0],"chest":[-8.8,-97.1],"neck":[-5.1,-166.2],"head":[-7.6,-201.6],"shR":[44.4,-132.8],"elR":[87.5,-66.7],"haR":[123.9,-123.1],"shL":[-50.5,-133.2],"elL":[-97.8,-69.8],"haL":[-100.4,-102.3],"hipR":[25.3,6.8],"knR":[50.4,126.1],"ftR":[55.3,230.6],"hipL":[-24.3,8.8],"knL":[-44.1,117.6],"ftL":[-72.1,239.3]},{"rootY":20.1,"hips":[0,0],"chest":[-7.9,-96.3],"neck":[-2.4,-165.2],"head":[-5.2,-200.9],"shR":[45.7,-130.9],"elR":[88.5,-64.3],"haR":[121.6,-120.7],"shL":[-50.4,-135.8],"elL":[-104.2,-78.1],"haL":[-111.8,-113.5],"hipR":[25.1,6.1],"knR":[60.4,123.4],"ftR":[68.9,219.6],"hipL":[-23.3,9.4],"knL":[-49.7,111.1],"ftL":[-91.9,229]},{"rootY":33.8,"hips":[0,0],"chest":[-8.1,-95.8],"neck":[-1.3,-164.4],"head":[-3.3,-200.3],"shR":[47.4,-131.2],"elR":[92,-65.7],"haR":[117.6,-125.9],"shL":[-51.3,-139.3],"elL":[-108.2,-84.8],"haL":[-115.1,-136.5],"hipR":[24.8,5],"knR":[68.9,119.4],"ftR":[76.1,214.1],"hipL":[-22.3,10.3],"knL":[-55.7,105],"ftL":[-106.7,219.4]},{"rootY":35.9,"hips":[0,0],"chest":[-8.4,-96.3],"neck":[-0.4,-164],"head":[-1.4,-200.2],"shR":[49.3,-131.1],"elR":[95.5,-66.7],"haR":[115.5,-130.9],"shL":[-51.3,-141.5],"elL":[-111.2,-89.6],"haL":[-113.2,-151.4],"hipR":[24.9,4.7],"knR":[70.8,118.1],"ftR":[76.8,217.1],"hipL":[-22.3,10.7],"knL":[-58.1,105],"ftL":[-109,219.4]},{"rootY":26.2,"hips":[0,0],"chest":[-6.9,-97.4],"neck":[2.3,-164.3],"head":[2,-200.5],"shR":[52.3,-131.9],"elR":[102.1,-70.3],"haR":[117.9,-137.6],"shL":[-49.2,-142.7],"elL":[-112.7,-96.1],"haL":[-111.4,-159.6],"hipR":[25,5.2],"knR":[67.5,120.3],"ftR":[78.4,226.9],"hipL":[-23.3,10.3],"knL":[-56.8,113.4],"ftL":[-100,228.5]},{"rootY":15.1,"hips":[0,0],"chest":[-3.8,-98.8],"neck":[5.8,-165.4],"head":[6.7,-201.6],"shR":[56.7,-138.1],"elR":[115.2,-84.6],"haR":[125.9,-153.7],"shL":[-45.9,-147.2],"elL":[-115.3,-113.3],"haL":[-113,-175.3],"hipR":[24.9,5],"knR":[64.9,121.5],"ftR":[84.3,235.8],"hipL":[-23.6,10.6],"knL":[-54.7,121.7],"ftL":[-89,237]},{"rootY":8.4,"hips":[0,0],"chest":[-2,-99.7],"neck":[7.2,-166.6],"head":[10.2,-202.7],"shR":[58.8,-146.5],"elR":[129.3,-111.3],"haR":[137.4,-179.8],"shL":[-43.9,-150.9],"elL":[-117.6,-140.7],"haL":[-117.8,-200.5],"hipR":[24.2,5.5],"knR":[63.9,121.8],"ftR":[90.5,239.8],"hipL":[-23.9,10],"knL":[-54.2,123.2],"ftL":[-88.4,240.8]},{"rootY":6.5,"hips":[0,0],"chest":[-2.8,-99.8],"neck":[5.5,-166.7],"head":[11.5,-202.3],"shR":[57.2,-152.6],"elR":[133.7,-146.5],"haR":[147.7,-210.7],"shL":[-43.9,-152.5],"elL":[-113.9,-170.6],"haL":[-121.4,-226],"hipR":[23.6,5.9],"knR":[66.2,121],"ftR":[95.2,238.6],"hipL":[-23.7,9.5],"knL":[-55.7,120.2],"ftL":[-98.6,237.9]},{"rootY":10.1,"hips":[0,0],"chest":[-4.8,-99.3],"neck":[3.7,-166],"head":[12.7,-200.9],"shR":[54.1,-157.8],"elR":[124.5,-183.4],"haR":[153.1,-239.2],"shL":[-43.2,-155.2],"elL":[-102.5,-196.8],"haL":[-118.1,-246.2],"hipR":[23.4,5.3],"knR":[72.3,117.8],"ftR":[102.7,231.4],"hipL":[-23.2,10.1],"knL":[-57.3,118],"ftL":[-112.8,227.9]},{"rootY":18.6,"hips":[0,0],"chest":[-6.3,-99.3],"neck":[2.6,-165.3],"head":[13.8,-199.4],"shR":[51.5,-159.9],"elR":[107.3,-210.9],"haR":[142.9,-264.8],"shL":[-41.8,-156.6],"elL":[-93.5,-210.4],"haL":[-107.8,-261.2],"hipR":[23.6,5.2],"knR":[78.1,114.2],"ftR":[112.6,221.5],"hipL":[-23.3,10.3],"knL":[-65.5,115.5],"ftL":[-128.5,217.8]},{"rootY":30.5,"hips":[0,0],"chest":[-6.7,-99.5],"neck":[1.8,-164.6],"head":[14,-198.1],"shR":[50.6,-155.7],"elR":[91.9,-221.1],"haR":[122,-281.9],"shL":[-39.3,-157.6],"elL":[-95.5,-210.9],"haL":[-91.6,-269.2],"hipR":[24.1,5.1],"knR":[81.6,111],"ftR":[120.9,213.3],"hipL":[-24.1,10.2],"knL":[-78.8,109.9],"ftL":[-142.2,211.3]},{"rootY":42.4,"hips":[0,0],"chest":[-6.4,-99.3],"neck":[2.2,-162.9],"head":[13.3,-196.6],"shR":[52.2,-150.2],"elR":[89.8,-214.8],"haR":[99.2,-282.2],"shL":[-41.4,-153.3],"elL":[-98.7,-205.3],"haL":[-83.5,-267.2],"hipR":[24.8,4.6],"knR":[84,108.8],"ftR":[125.9,208.2],"hipL":[-24.7,10.5],"knL":[-87.8,103.9],"ftL":[-149.6,207.5]},{"rootY":48,"hips":[0,0],"chest":[-5.7,-97.8],"neck":[4.8,-159.8],"head":[12.5,-194.6],"shR":[53.4,-150.8],"elR":[102.2,-202.1],"haR":[87.6,-269.2],"shL":[-42.5,-145.7],"elL":[-100.1,-195.5],"haL":[-88.2,-258.1],"hipR":[25,3.4],"knR":[86.2,107.5],"ftR":[128.9,206.7],"hipL":[-24.3,11.6],"knL":[-86.6,102],"ftL":[-150.1,204.9]},{"rootY":43.4,"hips":[0,0],"chest":[-5.1,-96],"neck":[7.8,-157],"head":[12.3,-192.3],"shR":[51.9,-157.3],"elR":[112.6,-181.8],"haR":[92.5,-248.3],"shL":[-38.8,-142.1],"elL":[-103.8,-179.2],"haL":[-109.3,-238.3],"hipR":[24.4,2.5],"knR":[86.9,106.8],"ftR":[130.1,209.2],"hipL":[-23.2,12.5],"knL":[-79.7,105.7],"ftL":[-147.1,207]},{"rootY":30.6,"hips":[0,0],"chest":[-5.6,-95.6],"neck":[6.7,-156.5],"head":[11.3,-191.6],"shR":[52.1,-156.1],"elR":[111.9,-156],"haR":[120.4,-225.3],"shL":[-36.4,-140],"elL":[-107,-158.1],"haL":[-137.3,-199.5],"hipR":[23.7,3.2],"knR":[83.9,108.7],"ftR":[127.4,216.1],"hipL":[-22.9,12],"knL":[-76.7,112.1],"ftL":[-144,216.5]},{"rootY":16.9,"hips":[0,0],"chest":[-5.8,-96.5],"neck":[4.7,-157.2],"head":[11,-191.9],"shR":[52.8,-151.2],"elR":[105.8,-141.5],"haR":[150.7,-194.9],"shL":[-36.7,-135.4],"elL":[-106,-138.7],"haL":[-150.4,-153.1],"hipR":[23.7,4.2],"knR":[80.8,112],"ftR":[120,223.4],"hipL":[-23.5,11],"knL":[-76.9,117.1],"ftL":[-136.2,227.5]},{"rootY":4.9,"hips":[0,0],"chest":[-5.2,-96.8],"neck":[5,-156.7],"head":[12,-191.3],"shR":[53.6,-145.1],"elR":[103.2,-133.4],"haR":[168.8,-157.3],"shL":[-35.8,-129.4],"elL":[-101.3,-114.4],"haL":[-142.9,-99.8],"hipR":[23.8,4.6],"knR":[79.5,114.4],"ftR":[105.3,229.4],"hipL":[-23.9,10.5],"knL":[-72.1,120.4],"ftL":[-120.8,235.9]},{"rootY":-2.8,"hips":[0,0],"chest":[-4.2,-96.2],"neck":[6.2,-155.4],"head":[13,-190.4],"shR":[54.8,-141.3],"elR":[101.3,-122.2],"haR":[166.6,-117.1],"shL":[-34.2,-124],"elL":[-92.8,-88.5],"haL":[-113.1,-47.4],"hipR":[23.4,5.4],"knR":[75.7,116.3],"ftR":[83.6,233.3],"hipL":[-24,9.8],"knL":[-64.5,121.3],"ftL":[-98.1,239.7]},{"rootY":-1.8,"hips":[0,0],"chest":[-3.2,-96],"neck":[8,-155.7],"head":[15.1,-190.8],"shR":[56.7,-142],"elR":[102.8,-112],"haR":[151.6,-96.3],"shL":[-32.1,-122.1],"elL":[-77.7,-66.3],"haL":[-69,-15.7],"hipR":[23,5.8],"knR":[69.1,118.1],"ftR":[63.2,235.6],"hipL":[-23.6,9.6],"knL":[-55.4,123.8],"ftL":[-72.2,237.2]},{"rootY":4.7,"hips":[0,0],"chest":[-2.8,-96.4],"neck":[9.6,-156.4],"head":[16.9,-191.6],"shR":[57.7,-141.3],"elR":[105.1,-102.4],"haR":[135,-99.4],"shL":[-30.4,-118.9],"elL":[-62.8,-50.4],"haL":[-28.1,-9],"hipR":[22.9,5.9],"knR":[60.8,121.1],"ftR":[49,238.9],"hipL":[-23.4,9.4],"knL":[-46.3,127.7],"ftL":[-52.9,235.6]},{"rootY":10.1,"hips":[0,0],"chest":[-2.5,-96.7],"neck":[11.7,-156.2],"head":[18.6,-191.6],"shR":[58.2,-137.9],"elR":[107.8,-93.2],"haR":[122.4,-110.1],"shL":[-27.9,-113.4],"elL":[-52.8,-39.8],"haL":[0.7,-19.3],"hipR":[22.6,6.4],"knR":[56.2,123.4],"ftR":[44.1,241.9],"hipL":[-23.4,9],"knL":[-38.1,130.3],"ftL":[-43.4,237.9]},{"rootY":8.5,"hips":[0,0],"chest":[-3.2,-96.5],"neck":[13.2,-155.1],"head":[19.5,-190.7],"shR":[57.2,-134.9],"elR":[107.3,-85.6],"haR":[117.6,-114.1],"shL":[-26.3,-110.6],"elL":[-48.8,-35.4],"haL":[12.5,-33.4],"hipR":[22.1,6.3],"knR":[56.2,123.7],"ftR":[47.2,243.4],"hipL":[-22.9,9.1],"knL":[-34.1,131.4],"ftL":[-43.1,241.7]},{"rootY":-0.2,"hips":[0,0],"chest":[-5.3,-96.4],"neck":[12.2,-154.7],"head":[18.7,-190.3],"shR":[54.4,-134.8],"elR":[103.8,-84.2],"haR":[121.8,-112.4],"shL":[-28.1,-113.3],"elL":[-53.6,-39.1],"haL":[8.7,-45.9],"hipR":[21.8,5.6],"knR":[55.9,123.6],"ftR":[54.7,245.4],"hipL":[-22.2,9.8],"knL":[-37.7,131.4],"ftL":[-49.5,243]},{"rootY":-8.9,"hips":[0,0],"chest":[-7.5,-96.9],"neck":[8.6,-156.4],"head":[16.7,-191.4],"shR":[51.3,-139.1],"elR":[104.8,-95.7],"haR":[132,-114.7],"shL":[-32.3,-120],"elL":[-64.8,-51.6],"haL":[-4.4,-62.2],"hipR":[22.2,5.6],"knR":[52,125.1],"ftR":[62.6,248.2],"hipL":[-22.5,9.8],"knL":[-45.1,128.7],"ftL":[-59.1,240.6]},{"rootY":-11.8,"hips":[0,0],"chest":[-8.1,-97.7],"neck":[5,-158.9],"head":[14.6,-193.2],"shR":[49.6,-145],"elR":[112.1,-119.2],"haR":[143.1,-127],"shL":[-35,-126.8],"elL":[-76.7,-74.9],"haL":[-18.4,-86],"hipR":[22.7,6.2],"knR":[49.9,126],"ftR":[67.5,248.4],"hipL":[-23.3,9.2],"knL":[-50.4,124.2],"ftL":[-68.2,235.9]},{"rootY":-9.7,"hips":[0,0],"chest":[-7.4,-98],"neck":[2.8,-160.6],"head":[13.1,-194.1],"shR":[49.5,-148.9],"elR":[118.4,-145.6],"haR":[152.3,-147.4],"shL":[-35.3,-131.9],"elL":[-83.7,-108.1],"haL":[-27.2,-113.1],"hipR":[23,6.4],"knR":[53.3,125.4],"ftR":[70.7,245.9],"hipL":[-23.6,9],"knL":[-53.5,119.6],"ftL":[-78,232.7]},{"rootY":-3.2,"hips":[0,0],"chest":[-6.2,-97.9],"neck":[2,-161.4],"head":[12.8,-194.3],"shR":[50.4,-153.3],"elR":[118.4,-164.5],"haR":[154.5,-174.9],"shL":[-34.9,-139.7],"elL":[-84.5,-142.6],"haL":[-32.2,-143.9],"hipR":[23,7],"knR":[59.7,124.3],"ftR":[76.3,240.3],"hipL":[-23.8,8.4],"knL":[-57.9,115.4],"ftL":[-92.2,231.8]},{"rootY":8.2,"hips":[0,0],"chest":[-4.7,-98],"neck":[3.6,-161.9],"head":[14.4,-194.2],"shR":[52.3,-158],"elR":[115.8,-173.6],"haR":[142.8,-206.3],"shL":[-32.5,-147.7],"elL":[-84.4,-169.9],"haL":[-35.1,-180.9],"hipR":[22.8,7.4],"knR":[66.3,122.3],"ftR":[83.9,231.7],"hipL":[-23.9,8.1],"knL":[-64.2,112.6],"ftL":[-111.2,228.4]},{"rootY":23,"hips":[0,0],"chest":[-2.8,-98.1],"neck":[7.8,-161.7],"head":[17.7,-194],"shR":[55.8,-159.8],"elR":[116.1,-178.7],"haR":[122.2,-231.2],"shL":[-26.5,-152.5],"elL":[-84.1,-184.8],"haL":[-37.9,-217.6],"hipR":[22.7,6.8],"knR":[72.5,119],"ftR":[89.6,222.2],"hipL":[-23.6,8.7],"knL":[-68.6,110.5],"ftL":[-127.9,220.9]},{"rootY":34.8,"hips":[0,0],"chest":[-1.1,-97.8],"neck":[12.6,-160.7],"head":[20.9,-194.1],"shR":[60,-157.9],"elR":[119.7,-181.9],"haR":[106.8,-243.4],"shL":[-21.1,-153.5],"elL":[-80.8,-188.8],"haL":[-43.1,-241.3],"hipR":[22.2,5.6],"knR":[77.1,115.3],"ftR":[92.2,215.8],"hipL":[-22.6,9.8],"knL":[-67.6,109],"ftL":[-135.9,214.1]},{"rootY":36.8,"hips":[0,0],"chest":[-0.4,-97.3],"neck":[16,-160.3],"head":[22.3,-195.1],"shR":[61.8,-157.2],"elR":[123.4,-174.6],"haR":[115.4,-241.7],"shL":[-20.1,-152.6],"elL":[-78.8,-182.7],"haL":[-57.2,-247.3],"hipR":[21.4,4.5],"knR":[77.5,113.4],"ftR":[93.5,215],"hipL":[-21.2,10.9],"knL":[-64.5,110.2],"ftL":[-135.2,213.1]},{"rootY":27.4,"hips":[0,0],"chest":[-1.5,-97.7],"neck":[15.3,-161.6],"head":[21,-197.2],"shR":[60.1,-157.6],"elR":[121.1,-158.8],"haR":[145.7,-223.3],"shL":[-22.4,-150.6],"elL":[-79.1,-166.5],"haL":[-83.9,-231.2],"hipR":[20.5,4.8],"knR":[73.4,114.7],"ftR":[92.6,219.1],"hipL":[-20.5,10.7],"knL":[-62.8,113.8],"ftL":[-130.7,218.9]},{"rootY":13.1,"hips":[0,0],"chest":[-3.7,-99],"neck":[11.6,-164.2],"head":[18.4,-199.8],"shR":[57.3,-155.4],"elR":[116,-150.7],"haR":[170.6,-192.9],"shL":[-23.9,-147.5],"elL":[-80.4,-151.6],"haL":[-103,-198.4],"hipR":[19.6,5.7],"knR":[69.7,116.8],"ftR":[87.3,224.8],"hipL":[-20.2,9.7],"knL":[-62.4,117.3],"ftL":[-124.3,226.3]},{"rootY":0.7,"hips":[0,0],"chest":[-5.6,-99.9],"neck":[7.7,-166.2],"head":[16,-201.4],"shR":[53.9,-153.4],"elR":[113.3,-148.7],"haR":[182,-156],"shL":[-25.8,-144],"elL":[-81.3,-140.3],"haL":[-105.2,-157.2],"hipR":[18.6,6.2],"knR":[68.4,118],"ftR":[76.8,230.8],"hipL":[-19.5,9.3],"knL":[-59.8,119.9],"ftL":[-115.8,232]},{"rootY":-7.8,"hips":[0,0],"chest":[-7.1,-100.2],"neck":[5.3,-167.2],"head":[14.1,-202.3],"shR":[50.9,-154.4],"elR":[108,-144.2],"haR":[172.8,-121.9],"shL":[-27.7,-142.6],"elL":[-84.3,-124.3],"haL":[-90.8,-109],"hipR":[17.3,6.5],"knR":[65.1,119.9],"ftR":[61.4,238.1],"hipL":[-18.4,9],"knL":[-54,122.9],"ftL":[-104.5,237.6]},{"rootY":-11.9,"hips":[0,0],"chest":[-7.1,-100.5],"neck":[4.6,-167.9],"head":[12.6,-203.2],"shR":[48.4,-154.7],"elR":[96.1,-130.8],"haR":[153.3,-96.6],"shL":[-30.8,-142.7],"elL":[-82.5,-105.1],"haL":[-68,-67],"hipR":[15.9,7.2],"knR":[55.2,124],"ftR":[44.5,246.4],"hipL":[-17.6,8.2],"knL":[-46.3,126.4],"ftL":[-88.8,244.2]},{"rootY":-11.1,"hips":[0,0],"chest":[-6.1,-100.8],"neck":[5.7,-168.3],"head":[11.6,-204.1],"shR":[45.9,-150.3],"elR":[75.4,-110.1],"haR":[132.2,-82.4],"shL":[-31.3,-139.2],"elL":[-70.8,-80.9],"haL":[-40.1,-39.2],"hipR":[14.8,8.1],"knR":[41.8,128.2],"ftR":[29.9,252.5],"hipL":[-17,7.3],"knL":[-39.4,128.3],"ftL":[-70.6,249.6]},{"rootY":-7.2,"hips":[0,0],"chest":[-5.4,-100.8],"neck":[8.2,-167.8],"head":[11.4,-203.9],"shR":[42.6,-141.2],"elR":[52,-88.7],"haR":[112.9,-76.4],"shL":[-26.1,-130.7],"elL":[-53.8,-60.5],"haL":[-10.1,-22.5],"hipR":[14,8.5],"knR":[34.1,130],"ftR":[21.8,254.6],"hipL":[-16.4,7],"knL":[-33.7,128.9],"ftL":[-57.4,251.6]},{"rootY":-4.6,"hips":[0,0],"chest":[-6.7,-100.2],"neck":[9.5,-166.4],"head":[11.3,-202.7],"shR":[37.2,-131.4],"elR":[33.2,-72],"haR":[96.6,-75.5],"shL":[-17.4,-123.9],"elL":[-35.3,-48.7],"haL":[22.3,-16],"hipR":[13.4,8.1],"knR":[34.7,129.5],"ftR":[20.8,253.9],"hipL":[-15.3,7.4],"knL":[-30.6,129.6],"ftL":[-55.1,251.1]},{"rootY":-5.8,"hips":[0,0],"chest":[-10.3,-99.5],"neck":[8.6,-165.2],"head":[10.4,-201.5],"shR":[29.5,-126.5],"elR":[22.3,-63.3],"haR":[84.3,-80.9],"shL":[-10,-124],"elL":[-13.5,-47.1],"haL":[52.2,-24],"hipR":[12.6,7.2],"knR":[37.9,127.8],"ftR":[24.4,252.2],"hipL":[-13.8,8.4],"knL":[-29.4,130.3],"ftL":[-58.6,250.3]},{"rootY":-10.2,"hips":[0,0],"chest":[-13.2,-99],"neck":[7.7,-165],"head":[10.3,-201.2],"shR":[21.8,-127.6],"elR":[19.3,-63.6],"haR":[76.1,-94.8],"shL":[-2.9,-128.8],"elL":[13.2,-54.7],"haL":[75.2,-45.4],"hipR":[11.2,6.5],"knR":[38.2,126.7],"ftR":[31.2,251.7],"hipL":[-12.2,9.1],"knL":[-27.5,130.9],"ftL":[-58.9,251]},{"rootY":-14,"hips":[0,0],"chest":[-13,-98.6],"neck":[8,-165],"head":[11.8,-201.1],"shR":[17,-133.7],"elR":[23.4,-74.5],"haR":[72.3,-115.5],"shL":[7.6,-135],"elL":[41.2,-68.5],"haL":[91.8,-75.3],"hipR":[9.4,6.2],"knR":[38.5,125.9],"ftR":[37.7,250.9],"hipL":[-10.3,9.3],"knL":[-22.8,131.1],"ftL":[-56.9,250.7]},{"rootY":-14.3,"hips":[0,0],"chest":[-11.4,-98.1],"neck":[9.4,-164.7],"head":[14.4,-200.5],"shR":[15.3,-143],"elR":[31.5,-97.5],"haR":[73.8,-141.1],"shL":[18.7,-141.5],"elL":[69,-90.3],"haL":[104.2,-107.1],"hipR":[8,5.8],"knR":[43.2,123.7],"ftR":[40.7,248],"hipL":[-8.6,9.8],"knL":[-13.4,130.3],"ftL":[-56.9,246.3]},{"rootY":-10,"hips":[0,0],"chest":[-9.5,-97.8],"neck":[10.8,-164.4],"head":[16.8,-200],"shR":[15.5,-152.5],"elR":[37.6,-131.6],"haR":[78.6,-172.5],"shL":[26,-147.7],"elL":[89.3,-122.7],"haL":[114.7,-139.6],"hipR":[7.7,5.4],"knR":[49.2,121.1],"ftR":[39.2,242.6],"hipL":[-7.9,10.2],"knL":[-2.8,127.5],"ftL":[-57.5,238.9]},{"rootY":-0.8,"hips":[0,0],"chest":[-8.1,-97.6],"neck":[11.3,-164.3],"head":[18.6,-199.6],"shR":[16.1,-159.2],"elR":[36.8,-168.9],"haR":[81,-209.6],"shL":[28.2,-151.8],"elL":[94,-160.4],"haL":[125.1,-173.4],"hipR":[8,5.9],"knR":[51.6,120.8],"ftR":[34.8,236.1],"hipL":[-8,9.7],"knL":[3.7,122.8],"ftL":[-56,232.7]},{"rootY":12.9,"hips":[0,0],"chest":[-7,-97.8],"neck":[12.3,-164.4],"head":[21.3,-199.5],"shR":[16.9,-162.1],"elR":[31.7,-201.2],"haR":[77.3,-245.7],"shL":[26.3,-153.1],"elL":[83.6,-194.7],"haL":[133.6,-209.2],"hipR":[7.8,6.4],"knR":[52.8,120.2],"ftR":[31.2,229.6],"hipL":[-7.8,9.2],"knL":[4.8,118.5],"ftL":[-53.9,229.1]},{"rootY":26.4,"hips":[0,0],"chest":[-5.6,-97.9],"neck":[15.4,-164.2],"head":[25.8,-199],"shR":[16.9,-163.6],"elR":[27.9,-219.2],"haR":[69.7,-269.1],"shL":[23.1,-157.2],"elL":[70.5,-214.9],"haL":[129.9,-239.3],"hipR":[6.8,6.1],"knR":[55.8,117.4],"ftR":[29.5,224.4],"hipL":[-6.9,9.5],"knL":[2.9,116.1],"ftL":[-55.7,226.1]},{"rootY":31.8,"hips":[0,0],"chest":[-3.9,-97.9],"neck":[20.4,-163.3],"head":[30.8,-198.1],"shR":[14.5,-171.8],"elR":[29.6,-217.2],"haR":[56.2,-271.1],"shL":[20.6,-163.8],"elL":[62.4,-219.4],"haL":[118.3,-252.2],"hipR":[5.8,5.5],"knR":[57.7,115.1],"ftR":[29.5,223],"hipL":[-5.9,10.1],"knL":[1.5,116.1],"ftL":[-59,224.3]},{"rootY":24.5,"hips":[0,0],"chest":[-2.3,-98.1],"neck":[23,-163.1],"head":[33.6,-197.7],"shR":[14,-173.6],"elR":[35.8,-194.5],"haR":[38.4,-251.3],"shL":[26.1,-176.7],"elL":[58.4,-199.2],"haL":[99,-243.8],"hipR":[5.2,5.7],"knR":[53.3,116.9],"ftR":[30.7,227.7],"hipL":[-5.7,9.9],"knL":[-1.5,118.2],"ftL":[-57.5,228.2]},{"rootY":10.8,"hips":[0,0],"chest":[-1.7,-98.8],"neck":[21.2,-164.8],"head":[33.2,-198.7],"shR":[16.4,-170.8],"elR":[39.5,-166.1],"haR":[26,-224.8],"shL":[27.7,-170.5],"elL":[52.8,-167.9],"haL":[79.3,-224.3],"hipR":[4.9,6.4],"knR":[43.1,120.7],"ftR":[32.9,235.9],"hipL":[-6,9.2],"knL":[-10,120.9],"ftL":[-51.3,236.1]},{"rootY":0.5,"hips":[0,0],"chest":[-0.8,-99.9],"neck":[19,-166.8],"head":[32.4,-200.1],"shR":[20.4,-166.6],"elR":[37.3,-136.4],"haR":[19.9,-201.8],"shL":[26,-161.7],"elL":[41.3,-135.7],"haL":[61.8,-201.6],"hipR":[4.7,7],"knR":[33.4,122.9],"ftR":[33.4,241.4],"hipL":[-6.8,8.5],"knL":[-18.5,122.5],"ftL":[-46.8,240.2]},{"rootY":-5.6,"hips":[0,0],"chest":[0.9,-100.3],"neck":[20.6,-167.2],"head":[34,-200.4],"shR":[23.8,-159.7],"elR":[27.8,-108.7],"haR":[18,-176.8],"shL":[22.6,-150.7],"elL":[25.8,-107],"haL":[45.3,-171.5],"hipR":[4.6,7.2],"knR":[30.8,123.5],"ftR":[28.8,243.6],"hipL":[-7.5,8.1],"knL":[-20.9,122.7],"ftL":[-47.9,240.5]},{"rootY":-7.7,"hips":[0,0],"chest":[2.9,-100],"neck":[25.4,-165.9],"head":[37.4,-199.8],"shR":[26.2,-151.4],"elR":[13.2,-91.5],"haR":[21.8,-148.6],"shL":[21.3,-138.8],"elL":[9.9,-85.9],"haL":[30,-136],"hipR":[4.8,7],"knR":[35.7,122.7],"ftR":[20.3,242.2],"hipL":[-7.7,8.4],"knL":[-18.4,122.7],"ftL":[-52.1,239.7]},{"rootY":-4.2,"hips":[0,0],"chest":[4.9,-99.3],"neck":[30.5,-163.9],"head":[40.6,-198.7],"shR":[29,-146.7],"elR":[-0.6,-88.3],"haR":[30.8,-121.5],"shL":[23.5,-131.9],"elL":[-3.6,-75.2],"haL":[19.9,-99.6],"hipR":[4.9,6.5],"knR":[44,120.7],"ftR":[11.7,236.3],"hipL":[-7.7,8.9],"knL":[-12,122.7],"ftL":[-55.9,237.5]},{"rootY":4.9,"hips":[0,0],"chest":[7.4,-98.3],"neck":[35.8,-161.6],"head":[44.6,-196.8],"shR":[34.4,-145.8],"elR":[-6.7,-93.5],"haR":[44.1,-94.3],"shL":[27,-128.6],"elL":[-12.1,-70.8],"haL":[15.3,-64.8],"hipR":[5.1,5.9],"knR":[50.6,118.8],"ftR":[5.7,229.4],"hipL":[-7.5,9.4],"knL":[-3,121.9],"ftL":[-57.6,233.3]},{"rootY":17.6,"hips":[0,0],"chest":[11.2,-97.1],"neck":[43.5,-158.3],"head":[51.3,-193.8],"shR":[42.9,-142.9],"elR":[-1.5,-92.2],"haR":[56.6,-68.4],"shL":[31.1,-124.3],"elL":[-15,-65.4],"haL":[16.3,-36.5],"hipR":[5.1,5.7],"knR":[55.9,116.9],"ftR":[2.4,223.2],"hipL":[-7.6,9.7],"knL":[8,119.4],"ftL":[-56.7,226.1]},{"rootY":29.9,"hips":[0,0],"chest":[14.8,-95.7],"neck":[51.8,-153.9],"head":[58.1,-189.7],"shR":[51.9,-135.2],"elR":[7,-81.1],"haR":[69.1,-52.8],"shL":[34.2,-118.6],"elL":[-15.6,-58.8],"haL":[22.1,-19],"hipR":[5.2,5.9],"knR":[61,114.8],"ftR":[1.5,217.9],"hipL":[-7.7,9.4],"knL":[16.2,115.9],"ftL":[-55.1,218.8]},{"rootY":35.6,"hips":[0,0],"chest":[14.9,-95.1],"neck":[54.4,-151.2],"head":[59.9,-187.1],"shR":[57,-127.8],"elR":[15.3,-68.7],"haR":[82.7,-50.5],"shL":[31.8,-115.3],"elL":[-19,-54.8],"haL":[29.3,-15.3],"hipR":[5.4,6.4],"knR":[63.4,113.9],"ftR":[1.1,215.6],"hipL":[-7.8,9.1],"knL":[15.8,114.3],"ftL":[-56.2,216.8]},{"rootY":29.8,"hips":[0,0],"chest":[10.9,-95.9],"neck":[48.7,-152.8],"head":[54.7,-188.6],"shR":[57.5,-127.4],"elR":[26.6,-62.7],"haR":[94.4,-59.7],"shL":[21.7,-117.1],"elL":[-26.9,-54.6],"haL":[33.7,-24.7],"hipR":[6.5,6.5],"knR":[59,117.1],"ftR":[-0.5,220],"hipL":[-8.6,9],"knL":[7.1,116.3],"ftL":[-59.2,222.3]},{"rootY":12.9,"hips":[0,0],"chest":[5.4,-97.6],"neck":[38,-157.4],"head":[45.2,-192.9],"shR":[54.8,-132.7],"elR":[43.5,-66.4],"haR":[101.8,-76.6],"shL":[6.5,-122.2],"elL":[-36.6,-57.1],"haL":[31.7,-42.6],"hipR":[8.7,7],"knR":[47,123.4],"ftR":[-1.1,231.5],"hipL":[-10.6,8.5],"knL":[-6.7,120.1],"ftL":[-58.9,232.6]},{"rootY":-7.9,"hips":[0,0],"chest":[-0.3,-99.3],"neck":[25.5,-162.2],"head":[34.2,-197.4],"shR":[49.8,-140.1],"elR":[64.2,-82.1],"haR":[103.6,-100.9],"shL":[-8.9,-128.8],"elL":[-45.9,-67.5],"haL":[23,-67.1],"hipR":[11.2,7.5],"knR":[33.6,127.8],"ftR":[3.1,242.8],"hipL":[-13.2,8],"knL":[-23.4,123.6],"ftL":[-54.9,241.4]},{"rootY":-24.6,"hips":[0,0],"chest":[-5.3,-100.2],"neck":[14.1,-165.9],"head":[24.2,-200.5],"shR":[44.3,-150.2],"elR":[82.9,-112],"haR":[104.1,-131.2],"shL":[-20.4,-137.5],"elL":[-54.4,-93.7],"haL":[11.8,-97.1],"hipR":[13.7,6.7],"knR":[26.9,127.5],"ftR":[14.7,247.1],"hipL":[-15.3,8.8],"knL":[-33.6,125.3],"ftL":[-54.5,243.9]},{"rootY":-36,"hips":[0,0],"chest":[-8.7,-100.5],"neck":[5.8,-167.9],"head":[17.7,-201.6],"shR":[37.8,-161.9],"elR":[91.9,-151.3],"haR":[108,-164.1],"shL":[-27.7,-145.5],"elL":[-61.6,-135.1],"haL":[4.8,-127.3],"hipR":[15.1,6.1],"knR":[30.3,126.1],"ftR":[30.1,246.6],"hipL":[-16.4,9.4],"knL":[-36.6,124.8],"ftL":[-61.9,242.5]},{"rootY":-41.8,"hips":[0,0],"chest":[-10.9,-100.4],"neck":[0.4,-168.8],"head":[13.6,-201.5],"shR":[29.3,-173.4],"elR":[86.6,-191],"haR":[111.9,-200.3],"shL":[-32.1,-155.5],"elL":[-65.2,-180.6],"haL":[1.5,-160.1],"hipR":[15.8,5.7],"knR":[40.5,123.7],"ftR":[45,242.8],"hipL":[-16.7,9.8],"knL":[-39.6,122.3],"ftL":[-74,238.3]},{"rootY":-42.4,"hips":[0,0],"chest":[-12.1,-100.2],"neck":[-2.3,-168.9],"head":[11.1,-201.3],"shR":[22.8,-181.5],"elR":[72.4,-223],"haR":[110.9,-239.3],"shL":[-33.6,-165.1],"elL":[-62.4,-217.7],"haL":[-6.3,-204.2],"hipR":[16,6.3],"knR":[50.8,120.8],"ftR":[61.5,238],"hipL":[-16.7,9.2],"knL":[-44.7,118.7],"ftL":[-86.1,232.4]},{"rootY":-38.5,"hips":[0,0],"chest":[-12.9,-100],"neck":[-3.3,-168.8],"head":[9.6,-201.3],"shR":[24.2,-182.6],"elR":[59.1,-243.2],"haR":[105,-276.8],"shL":[-33.3,-170.8],"elL":[-55.4,-236.7],"haL":[-20.1,-249.6],"hipR":[16,7.3],"knR":[59.4,116.9],"ftR":[81.5,231.3],"hipL":[-17,8.3],"knL":[-51.2,114.4],"ftL":[-98.3,225.3]},{"rootY":-30.5,"hips":[0,0],"chest":[-12.9,-100],"neck":[-3.1,-168.6],"head":[8.7,-201.6],"shR":[28.9,-179.6],"elR":[54,-249.5],"haR":[91.7,-305.2],"shL":[-32.5,-171.9],"elL":[-50.2,-240.5],"haL":[-40.9,-287],"hipR":[16.3,7.5],"knR":[67.5,111.8],"ftR":[102.1,221.5],"hipL":[-17.4,8.1],"knL":[-57.8,110.1],"ftL":[-110.8,217.3]},{"rootY":-18.7,"hips":[0,0],"chest":[-12.5,-100],"neck":[-2.5,-168.5],"head":[7.7,-202.1],"shR":[27.3,-182.6],"elR":[57.3,-249.1],"haR":[73.8,-316.3],"shL":[-27.8,-171.4],"elL":[-49.7,-241.2],"haL":[-55.2,-304.4],"hipR":[16.7,7.4],"knR":[75,106.9],"ftR":[120,211.6],"hipL":[-17.7,8.2],"knL":[-62.7,106.8],"ftL":[-119.6,210.1]},{"rootY":-3.2,"hips":[0,0],"chest":[-11.7,-99.9],"neck":[-2.3,-168.4],"head":[6.8,-202.5],"shR":[13.7,-188.2],"elR":[59.5,-243.4],"haR":[47.9,-312.3],"shL":[-24.4,-172.4],"elL":[-57.4,-241.2],"haL":[-72.7,-308.9],"hipR":[17.2,7.3],"knR":[81.3,103.4],"ftR":[132.6,205.2],"hipL":[-18,8.3],"knL":[-65.2,105.6],"ftL":[-123.6,207.1]},{"rootY":16.1,"hips":[0,0],"chest":[-11.8,-99.6],"neck":[-2.6,-167.9],"head":[6.1,-202.2],"shR":[6,-187],"elR":[52,-240.2],"haR":[32.7,-307.2],"shL":[-29.2,-169.4],"elL":[-63.2,-240.3],"haL":[-89.1,-304.9],"hipR":[17.7,7.2],"knR":[87,100.7],"ftR":[138.1,202.1],"hipL":[-18.2,8.5],"knL":[-66.6,105.7],"ftL":[-128.1,207.1]},{"rootY":37.7,"hips":[0,0],"chest":[-12.7,-99.1],"neck":[-2.8,-167.1],"head":[6,-201],"shR":[3.8,-185.4],"elR":[42.8,-237.2],"haR":[25.2,-304.8],"shL":[-37.6,-164.2],"elL":[-70.8,-235.6],"haL":[-100.4,-298.5],"hipR":[18.3,6.7],"knR":[94.1,96.6],"ftR":[136,198.2],"hipL":[-18.1,8.9],"knL":[-67.9,104.7],"ftL":[-137.6,204.3]},{"rootY":58.7,"hips":[0,0],"chest":[-15.5,-98.5],"neck":[-6.3,-166.2],"head":[3.2,-199.5],"shR":[8.3,-181.3],"elR":[35.6,-235],"haR":[22.8,-303.7],"shL":[-45.5,-160.1],"elL":[-83.8,-228.3],"haL":[-114.3,-290.1],"hipR":[18.9,5.9],"knR":[102.8,90.7],"ftR":[128.7,190],"hipL":[-18,9.7],"knL":[-69.4,101.1],"ftL":[-149.9,194.6]},{"rootY":73.5,"hips":[0,0],"chest":[-19.9,-97.6],"neck":[-14.7,-165.2],"head":[-4.2,-198.1],"shR":[11.9,-168],"elR":[30.8,-228.8],"haR":[27.4,-298.1],"shL":[-54.2,-155.9],"elL":[-99.3,-218.1],"haL":[-134.6,-275.5],"hipR":[19.5,5.3],"knR":[110.7,84.6],"ftR":[121.1,180.7],"hipL":[-17.9,10.3],"knL":[-71.5,95.6],"ftL":[-159.7,182.2]},{"rootY":80.4,"hips":[0,0],"chest":[-24.8,-96.1],"neck":[-22.4,-163.7],"head":[-13.1,-197.1],"shR":[-3,-172.9],"elR":[31.5,-219.6],"haR":[38,-287.6],"shL":[-60.6,-153.3],"elL":[-114.6,-202.9],"haL":[-158.5,-249.5],"hipR":[19.8,5.2],"knR":[116.5,79.5],"ftR":[115.2,174.3],"hipL":[-17.7,10.3],"knL":[-75.1,91.2],"ftL":[-165.7,174.2]},{"rootY":82.1,"hips":[0,0],"chest":[-27.9,-95],"neck":[-28.6,-162.7],"head":[-20.2,-196.3],"shR":[-5.4,-173.1],"elR":[31.1,-215],"haR":[52.4,-277.2],"shL":[-65.3,-150.4],"elL":[-124,-183],"haL":[-174.9,-212.7],"hipR":[20.3,5.4],"knR":[119.5,76.6],"ftR":[111.7,172.2],"hipL":[-17.9,10.1],"knL":[-79.7,90],"ftL":[-169.1,172.4]},{"rootY":82,"hips":[0,0],"chest":[-28,-95.2],"neck":[-29.9,-162.9],"head":[-22.3,-196.2],"shR":[-2.6,-173.8],"elR":[36.5,-213.9],"haR":[68,-269.2],"shL":[-66.8,-146.2],"elL":[-123.8,-160.8],"haL":[-175.5,-171.9],"hipR":[20.7,5.6],"knR":[120.6,75.9],"ftR":[110.6,172.6],"hipL":[-18.5,9.9],"knL":[-83.3,90.1],"ftL":[-170.3,173.1]},{"rootY":81.2,"hips":[0,0],"chest":[-26.4,-95.8],"neck":[-28.4,-163.5],"head":[-21,-196.2],"shR":[2.9,-173.7],"elR":[46.5,-212.8],"haR":[83.7,-263.6],"shL":[-65.9,-142],"elL":[-116.6,-141.5],"haL":[-164.2,-137.7],"hipR":[20.9,6.1],"knR":[120.8,76.6],"ftR":[111.6,173.7],"hipL":[-19.1,9.5],"knL":[-84.4,89.7],"ftL":[-169.2,173.8]},{"rootY":80.7,"hips":[0,0],"chest":[-24.2,-96.1],"neck":[-26.1,-163.7],"head":[-18.4,-196.3],"shR":[8.5,-172.2],"elR":[56.4,-211.6],"haR":[97.8,-260],"shL":[-63.4,-139.6],"elL":[-108.3,-129.6],"haL":[-151.3,-117.3],"hipR":[20.8,6.8],"knR":[120.8,77.7],"ftR":[113.9,174.3],"hipL":[-19.4,8.8],"knL":[-83.9,88.6],"ftL":[-167,174.2]},{"rootY":80.7,"hips":[0,0],"chest":[-22.5,-96.1],"neck":[-23.8,-163.7],"head":[-16.1,-196.7],"shR":[11.7,-170.8],"elR":[63.2,-210.8],"haR":[108.6,-257.5],"shL":[-60.8,-139.4],"elL":[-102.1,-125.5],"haL":[-142.3,-109.8],"hipR":[20.8,7.4],"knR":[120.8,78.6],"ftR":[115.6,174.2],"hipL":[-19.5,8.2],"knL":[-84.2,87.3],"ftL":[-166,174.2]},{"rootY":80.5,"hips":[0,0],"chest":[-21.8,-96],"neck":[-23,-163.9],"head":[-15.4,-197.2],"shR":[12.5,-170],"elR":[67.3,-209.7],"haR":[116,-254.8],"shL":[-59.7,-140.3],"elL":[-98.4,-126.2],"haL":[-137.3,-109.9],"hipR":[20.8,7.7],"knR":[120.7,79.1],"ftR":[115.8,174.5],"hipL":[-19.5,7.8],"knL":[-85.3,86.7],"ftL":[-166.5,174.3]},{"rootY":79.5,"hips":[0,0],"chest":[-21.8,-95.9],"neck":[-23.6,-164.1],"head":[-16,-197.8],"shR":[12.7,-169.6],"elR":[70.3,-208.1],"haR":[121.1,-252.1],"shL":[-60.5,-141.5],"elL":[-97.2,-129.1],"haL":[-134.7,-114.5],"hipR":[20.8,7.8],"knR":[120.4,79],"ftR":[115.2,175.5],"hipL":[-19.6,7.8],"knL":[-86.1,87.4],"ftL":[-167,175.1]},{"rootY":78.3,"hips":[0,0],"chest":[-21.7,-95.9],"neck":[-24,-164.3],"head":[-16.7,-198.4],"shR":[13.8,-169.1],"elR":[72.9,-206.8],"haR":[124.5,-250.7],"shL":[-61.3,-142.9],"elL":[-97.4,-133.8],"haL":[-134.1,-122.5],"hipR":[20.7,7.7],"knR":[120.2,78.6],"ftR":[115.2,176.6],"hipL":[-19.5,7.8],"knL":[-86.3,88.7],"ftL":[-166.8,176.3]},{"rootY":77.8,"hips":[0,0],"chest":[-21.1,-96],"neck":[-22.7,-164.7],"head":[-16.1,-199.2],"shR":[15.9,-168.7],"elR":[75.2,-206.3],"haR":[126.9,-251],"shL":[-60.7,-144.7],"elL":[-97.1,-139.4],"haL":[-134.3,-131.8],"hipR":[20.4,7.8],"knR":[120.1,78],"ftR":[115.7,177],"hipL":[-19.3,7.7],"knL":[-86.4,89.6],"ftL":[-166.6,177.2]},{"rootY":77.9,"hips":[0,0],"chest":[-19.9,-96.1],"neck":[-20.4,-165],"head":[-14.5,-199.9],"shR":[18.2,-168],"elR":[77.5,-206.1],"haR":[129,-251.6],"shL":[-58.8,-146.5],"elL":[-96,-144.7],"haL":[-134.2,-140.2],"hipR":[20.1,8.1],"knR":[120.1,77.3],"ftR":[116.4,177],"hipL":[-19.1,7.5],"knL":[-86.8,89.8],"ftL":[-166.7,177.3]},{"rootY":77.8,"hips":[0,0],"chest":[-18.6,-96.3],"neck":[-18.3,-165.4],"head":[-12.5,-200.5],"shR":[20.3,-166.8],"elR":[79.8,-205.6],"haR":[131,-251.9],"shL":[-56.6,-147.8],"elL":[-94.9,-149],"haL":[-134,-147.3],"hipR":[19.6,8.5],"knR":[119.9,76.6],"ftR":[116.9,177],"hipL":[-18.9,7.1],"knL":[-87.2,89.5],"ftL":[-166.9,177.1]},{"rootY":77.6,"hips":[0,0],"chest":[-17.2,-96.6],"neck":[-16.4,-165.8],"head":[-10.5,-201.2],"shR":[22.3,-165.3],"elR":[81.9,-205.1],"haR":[132.6,-252.1],"shL":[-54.9,-148],"elL":[-94,-152.1],"haL":[-134,-153],"hipR":[19,9],"knR":[119.6,75.8],"ftR":[117.4,177.1],"hipL":[-18.7,6.7],"knL":[-87.5,89.4],"ftL":[-167.1,177.2]},{"rootY":77.3,"hips":[0,0],"chest":[-15.9,-97],"neck":[-14.8,-166.4],"head":[-8.9,-201.8],"shR":[24.1,-163.9],"elR":[83.3,-204.9],"haR":[133.6,-252.5],"shL":[-53.6,-147.5],"elL":[-93.2,-154.3],"haL":[-134.3,-157.1],"hipR":[18.2,9.2],"knR":[119.2,74.9],"ftR":[117.4,177.3],"hipL":[-18.3,6.4],"knL":[-88,89.9],"ftL":[-167.5,177.6]},{"rootY":77.2,"hips":[0,0],"chest":[-14.8,-97.3],"neck":[-13.6,-166.8],"head":[-7.7,-202.2],"shR":[25.3,-162.6],"elR":[84,-205],"haR":[133.8,-253.1],"shL":[-52.6,-146.7],"elL":[-92.8,-155.6],"haL":[-135,-159.8],"hipR":[17.4,9.4],"knR":[118.6,73.7],"ftR":[117.1,177.5],"hipL":[-17.9,6.3],"knL":[-88.8,90.5],"ftL":[-168,177.8]},{"rootY":77.2,"hips":[0,0],"chest":[-13.8,-97.5],"neck":[-12.8,-167],"head":[-7,-202.5],"shR":[26.3,-161.2],"elR":[84.2,-205.2],"haR":[133.2,-254.1],"shL":[-52.1,-145.9],"elL":[-93.1,-156.4],"haL":[-136.2,-161.9],"hipR":[17,9.4],"knR":[118.2,72.7],"ftR":[116.3,177.5],"hipL":[-17.7,6.2],"knL":[-89.9,90.8],"ftL":[-168.8,177.8]},{"rootY":77.5,"hips":[0,0],"chest":[-12.9,-97.5],"neck":[-12.1,-167.1],"head":[-6.5,-202.7],"shR":[27.4,-159.8],"elR":[84,-205.7],"haR":[131.9,-255.5],"shL":[-51.7,-145.3],"elL":[-93.8,-157.1],"haL":[-137.7,-163.9],"hipR":[16.8,9.5],"knR":[118.1,72.1],"ftR":[115.5,177.1],"hipL":[-17.7,6.1],"knL":[-91,90.8],"ftL":[-169.7,177.5]},{"rootY":78.3,"hips":[0,0],"chest":[-12.1,-97.6],"neck":[-11.5,-167.2],"head":[-6,-202.8],"shR":[28.6,-158.9],"elR":[83.8,-206.4],"haR":[130.5,-257.2],"shL":[-51.3,-144.7],"elL":[-94.5,-157.7],"haL":[-139.2,-165.6],"hipR":[16.8,9.7],"knR":[118.4,71.8],"ftR":[114.8,176.3],"hipL":[-17.9,6],"knL":[-92.2,90.4],"ftL":[-170.9,176.8]},{"rootY":79.3,"hips":[0,0],"chest":[-11.4,-97.5],"neck":[-10.9,-167.2],"head":[-5.6,-202.9],"shR":[29.4,-158.3],"elR":[83.6,-207],"haR":[129.2,-258.8],"shL":[-51,-144.2],"elL":[-95.1,-158.1],"haL":[-140.8,-166.7],"hipR":[16.8,9.8],"knR":[118.8,71.6],"ftR":[114,175.3],"hipL":[-17.9,5.8],"knL":[-93.2,89.9],"ftL":[-172.1,175.8]},{"rootY":80.2,"hips":[0,0],"chest":[-11,-97.5],"neck":[-10.6,-167.2],"head":[-5.4,-202.9],"shR":[29.8,-157.9],"elR":[83.4,-207.5],"haR":[128.2,-259.9],"shL":[-50.8,-144],"elL":[-96,-158.2],"haL":[-142.4,-167.2],"hipR":[16.7,9.9],"knR":[119.1,71.2],"ftR":[113.2,174.4],"hipL":[-17.9,5.7],"knL":[-93.9,89.5],"ftL":[-173.1,174.9]},{"rootY":80.8,"hips":[0,0],"chest":[-10.6,-97.5],"neck":[-10.4,-167.2],"head":[-5.2,-203],"shR":[30.3,-157.4],"elR":[83.4,-207.6],"haR":[127.5,-260.7],"shL":[-50.6,-143.7],"elL":[-96.9,-158],"haL":[-144.2,-167],"hipR":[16.5,9.9],"knR":[119.3,70.6],"ftR":[112.5,173.7],"hipL":[-17.8,5.7],"knL":[-94.4,89.2],"ftL":[-173.8,174.3]},{"rootY":81.3,"hips":[0,0],"chest":[-10.4,-97.5],"neck":[-10.1,-167.2],"head":[-4.9,-203],"shR":[30.6,-157],"elR":[83.6,-207.5],"haR":[127.2,-261.2],"shL":[-50.2,-143.6],"elL":[-97.5,-157.7],"haL":[-145.8,-166.5],"hipR":[16.3,9.8],"knR":[119.4,69.8],"ftR":[111.9,173.1],"hipL":[-17.7,5.8],"knL":[-94.5,89],"ftL":[-174.4,173.8]},{"rootY":81.7,"hips":[0,0],"chest":[-10.1,-97.6],"neck":[-9.7,-167.3],"head":[-4.5,-203.1],"shR":[31,-156.8],"elR":[83.9,-207.5],"haR":[127.3,-261.4],"shL":[-49.8,-143.4],"elL":[-98,-157.3],"haL":[-147,-165.7],"hipR":[16.1,9.8],"knR":[119.4,69.1],"ftR":[111.5,172.7],"hipL":[-17.5,5.8],"knL":[-94.4,88.8],"ftL":[-174.7,173.5]},{"rootY":82,"hips":[0,0],"chest":[-9.8,-97.6],"neck":[-9.3,-167.3],"head":[-3.9,-203.1],"shR":[31.4,-156.6],"elR":[84.3,-207.4],"haR":[127.7,-261.3],"shL":[-49.3,-143.4],"elL":[-98.2,-156.8],"haL":[-147.7,-165],"hipR":[15.9,9.9],"knR":[119.4,68.4],"ftR":[111.3,172.4],"hipL":[-17.3,5.7],"knL":[-94.3,88.7],"ftL":[-174.9,173.2]},{"rootY":82.2,"hips":[0,0],"chest":[-9.6,-97.6],"neck":[-8.8,-167.3],"head":[-3.3,-203.1],"shR":[31.8,-156.3],"elR":[84.8,-207.2],"haR":[128.3,-261],"shL":[-48.8,-143.2],"elL":[-98.3,-156.3],"haL":[-148.1,-164.2],"hipR":[15.7,9.9],"knR":[119.5,67.9],"ftR":[111.2,172.2],"hipL":[-17.2,5.7],"knL":[-94.3,88.5],"ftL":[-175,173]},{"rootY":82.4,"hips":[0,0],"chest":[-9.3,-97.6],"neck":[-8.4,-167.3],"head":[-2.7,-203],"shR":[32.2,-155.9],"elR":[85.2,-206.7],"haR":[128.7,-260.6],"shL":[-48.5,-142.9],"elL":[-98.2,-155.9],"haL":[-148.2,-163.6],"hipR":[15.6,9.9],"knR":[119.5,67.6],"ftR":[111.1,172],"hipL":[-17.1,5.7],"knL":[-94.3,88.5],"ftL":[-175.1,172.8]},{"rootY":82.5,"hips":[0,0],"chest":[-9.1,-97.7],"neck":[-8.1,-167.3],"head":[-2.3,-203],"shR":[32.5,-155.4],"elR":[85.5,-206.2],"haR":[129,-260.2],"shL":[-48.2,-142.7],"elL":[-98.2,-155.7],"haL":[-148.2,-163.5],"hipR":[15.6,9.8],"knR":[119.6,67.5],"ftR":[111.1,171.9],"hipL":[-17.1,5.8],"knL":[-94.3,88.4],"ftL":[-175.2,172.6]},{"rootY":82.8,"hips":[0,0],"chest":[-8.9,-97.7],"neck":[-7.9,-167.3],"head":[-1.9,-203],"shR":[32.8,-154.9],"elR":[85.8,-205.7],"haR":[129.2,-259.7],"shL":[-48,-142.5],"elL":[-98.2,-155.7],"haL":[-148.4,-163.7],"hipR":[15.6,9.8],"knR":[119.7,67.4],"ftR":[111,171.6],"hipL":[-17.1,5.8],"knL":[-94.4,88.3],"ftL":[-175.4,172.4]},{"rootY":83.1,"hips":[0,0],"chest":[-8.7,-97.8],"neck":[-7.7,-167.4],"head":[-1.7,-203.1],"shR":[33.1,-154.7],"elR":[86,-205.3],"haR":[129.4,-259.3],"shL":[-47.8,-142.4],"elL":[-98.3,-155.9],"haL":[-148.7,-164.2],"hipR":[15.6,9.7],"knR":[120,67.2],"ftR":[111,171.4],"hipL":[-17.2,5.8],"knL":[-94.6,88.2],"ftL":[-175.5,172.1]},{"rootY":83.3,"hips":[0,0],"chest":[-8.6,-98],"neck":[-7.4,-167.5],"head":[-1.4,-203.2],"shR":[33.3,-154.7],"elR":[86.3,-205],"haR":[129.7,-258.9],"shL":[-47.5,-142.4],"elL":[-98.4,-156.1],"haL":[-148.9,-164.6],"hipR":[15.6,9.7],"knR":[120.2,66.9],"ftR":[111,171],"hipL":[-17.2,5.9],"knL":[-94.7,88.1],"ftL":[-175.6,171.8]},{"rootY":83.6,"hips":[0,0],"chest":[-8.3,-98.1],"neck":[-7.1,-167.6],"head":[-1.1,-203.3],"shR":[33.7,-154.8],"elR":[86.7,-204.7],"haR":[130.2,-258.4],"shL":[-47.1,-142.4],"elL":[-98.4,-156.1],"haL":[-149.1,-164.9],"hipR":[15.5,9.6],"knR":[120.4,66.5],"ftR":[111.1,170.7],"hipL":[-17.2,6],"knL":[-94.7,88],"ftL":[-175.7,171.6]},{"rootY":83.7,"hips":[0,0],"chest":[-8,-98.2],"neck":[-6.6,-167.7],"head":[-0.7,-203.4],"shR":[34.1,-154.9],"elR":[87.2,-204.4],"haR":[130.9,-258],"shL":[-46.6,-142.4],"elL":[-98.3,-156],"haL":[-149.1,-164.8],"hipR":[15.4,9.6],"knR":[120.5,66],"ftR":[111.2,170.6],"hipL":[-17.1,6],"knL":[-94.6,87.9],"ftL":[-175.6,171.5]},{"rootY":83.7,"hips":[0,0],"chest":[-7.7,-98.3],"neck":[-6.1,-167.8],"head":[-0.3,-203.5],"shR":[34.5,-155],"elR":[87.7,-204.1],"haR":[131.7,-257.4],"shL":[-46,-142.4],"elL":[-98,-155.7],"haL":[-148.9,-164.2],"hipR":[15.3,9.5],"knR":[120.5,65.7],"ftR":[111.4,170.5],"hipL":[-17,6],"knL":[-94.5,87.9],"ftL":[-175.5,171.4]},{"rootY":83.7,"hips":[0,0],"chest":[-7.5,-98.3],"neck":[-5.6,-167.8],"head":[0.1,-203.6],"shR":[34.8,-155],"elR":[88.4,-203.7],"haR":[132.7,-256.7],"shL":[-45.5,-142.5],"elL":[-97.5,-155.3],"haL":[-148.6,-163.3],"hipR":[15.3,9.5],"knR":[120.5,65.5],"ftR":[111.6,170.6],"hipL":[-17,6.1],"knL":[-94.2,88],"ftL":[-175.3,171.5]},{"rootY":83.5,"hips":[0,0],"chest":[-7.3,-98.4],"neck":[-5.3,-167.8],"head":[0.5,-203.6],"shR":[35.2,-155.1],"elR":[89,-203.3],"haR":[133.6,-256.1],"shL":[-45.2,-142.7],"elL":[-97.1,-154.9],"haL":[-148.1,-162.3],"hipR":[15.2,9.5],"knR":[120.5,65.5],"ftR":[111.8,170.7],"hipL":[-17,6.1],"knL":[-94.1,88],"ftL":[-175,171.6]},{"rootY":83.4,"hips":[0,0],"chest":[-7.2,-98.4],"neck":[-5,-167.9],"head":[0.9,-203.6],"shR":[35.6,-155.2],"elR":[89.6,-203.1],"haR":[134.5,-255.5],"shL":[-45,-142.8],"elL":[-96.7,-154.6],"haL":[-147.6,-161.5],"hipR":[15.2,9.5],"knR":[120.4,65.6],"ftR":[112,170.9],"hipL":[-17,6.1],"knL":[-94,88.1],"ftL":[-174.8,171.7]},{"rootY":83.3,"hips":[0,0],"chest":[-7,-98.5],"neck":[-4.7,-167.9],"head":[1.2,-203.6],"shR":[35.8,-155.3],"elR":[90.1,-202.9],"haR":[135.3,-255],"shL":[-44.7,-142.9],"elL":[-96.3,-154.4],"haL":[-147.2,-161.1],"hipR":[15.2,9.5],"knR":[120.4,65.7],"ftR":[112.3,171],"hipL":[-17,6.1],"knL":[-94,88.2],"ftL":[-174.6,171.9]},{"rootY":83.2,"hips":[0,0],"chest":[-6.9,-98.6],"neck":[-4.5,-168],"head":[1.5,-203.7],"shR":[36,-155.3],"elR":[90.4,-202.9],"haR":[135.9,-254.8],"shL":[-44.6,-142.9],"elL":[-96,-154.3],"haL":[-146.8,-160.9],"hipR":[15.3,9.5],"knR":[120.5,65.8],"ftR":[112.5,171.1],"hipL":[-17.1,6.1],"knL":[-93.9,88.2],"ftL":[-174.4,171.9]},{"rootY":83.1,"hips":[0,0],"chest":[-6.7,-98.6],"neck":[-4.4,-168],"head":[1.6,-203.7],"shR":[36.1,-155.4],"elR":[90.6,-203],"haR":[136.2,-254.7],"shL":[-44.5,-143],"elL":[-95.9,-154.4],"haL":[-146.6,-161.1],"hipR":[15.3,9.4],"knR":[120.5,65.8],"ftR":[112.7,171.2],"hipL":[-17.1,6.1],"knL":[-93.9,88.2],"ftL":[-174.3,171.9]},{"rootY":83.2,"hips":[0,0],"chest":[-6.6,-98.6],"neck":[-4.4,-168],"head":[1.7,-203.7],"shR":[36.2,-155.6],"elR":[90.7,-203.2],"haR":[136.3,-255],"shL":[-44.4,-143],"elL":[-95.9,-154.6],"haL":[-146.6,-161.5],"hipR":[15.3,9.4],"knR":[120.5,65.7],"ftR":[112.8,171.2],"hipL":[-17.1,6.2],"knL":[-93.8,88.2],"ftL":[-174.2,171.9]},{"rootY":83.3,"hips":[0,0],"chest":[-6.6,-98.7],"neck":[-4.4,-168.1],"head":[1.6,-203.8],"shR":[36.3,-155.8],"elR":[90.7,-203.5],"haR":[136.2,-255.4],"shL":[-44.5,-143],"elL":[-96.1,-154.9],"haL":[-146.8,-162],"hipR":[15.2,9.3],"knR":[120.6,65.5],"ftR":[112.8,171.1],"hipL":[-17.1,6.2],"knL":[-93.8,88.2],"ftL":[-174.2,171.8]},{"rootY":83.4,"hips":[0,0],"chest":[-6.9,-98.8],"neck":[-4.6,-168.2],"head":[1.4,-203.9],"shR":[36.2,-156.1],"elR":[90.6,-204],"haR":[136,-256.1],"shL":[-44.6,-143.1],"elL":[-96.3,-155.1],"haL":[-147.1,-162.5],"hipR":[15.2,9.3],"knR":[120.7,65.2],"ftR":[112.7,170.9],"hipL":[-17,6.3],"knL":[-93.8,88.1],"ftL":[-174.2,171.6]},{"rootY":83.6,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-4.7,-168.2],"head":[1.2,-203.9],"shR":[35.9,-156.4],"elR":[90.4,-204.5],"haR":[135.7,-256.7],"shL":[-44.7,-143.2],"elL":[-96.6,-155.3],"haL":[-147.5,-162.7],"hipR":[15.2,9.2],"knR":[120.8,65],"ftR":[112.7,170.7],"hipL":[-17,6.3],"knL":[-93.7,88.1],"ftL":[-174.2,171.5]},{"rootY":83.8,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-5,-168.2],"head":[0.9,-203.9],"shR":[35.7,-156.7],"elR":[90.1,-205],"haR":[135.4,-257.4],"shL":[-44.9,-143.2],"elL":[-96.8,-155.3],"haL":[-147.7,-162.8],"hipR":[15.1,9.2],"knR":[120.9,64.8],"ftR":[112.6,170.5],"hipL":[-16.9,6.4],"knL":[-93.7,88],"ftL":[-174.3,171.3]},{"rootY":84,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-5.2,-168.2],"head":[0.7,-203.9],"shR":[35.6,-156.9],"elR":[90,-205.5],"haR":[135.1,-258],"shL":[-45,-143.1],"elL":[-96.9,-155.2],"haL":[-147.9,-162.6],"hipR":[15.1,9.1],"knR":[121,64.5],"ftR":[112.5,170.3],"hipL":[-16.9,6.5],"knL":[-93.6,88],"ftL":[-174.3,171.1]},{"rootY":84.1,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-5.4,-168.2],"head":[0.4,-203.9],"shR":[35.5,-157.1],"elR":[89.8,-205.8],"haR":[134.8,-258.5],"shL":[-45.1,-142.9],"elL":[-97,-154.9],"haL":[-147.9,-162.2],"hipR":[15.1,9.1],"knR":[121.1,64.2],"ftR":[112.5,170.1],"hipL":[-16.9,6.5],"knL":[-93.6,87.9],"ftL":[-174.4,171]},{"rootY":84.2,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-5.5,-168.2],"head":[0.2,-203.8],"shR":[35.4,-157.2],"elR":[89.6,-206],"haR":[134.4,-258.9],"shL":[-45.3,-142.7],"elL":[-97,-154.5],"haL":[-147.9,-161.7],"hipR":[15.2,9],"knR":[121.2,64],"ftR":[112.4,170],"hipL":[-16.9,6.6],"knL":[-93.6,87.9],"ftL":[-174.5,170.9]},{"rootY":84.4,"hips":[0,0],"chest":[-7.2,-99],"neck":[-5.6,-168.2],"head":[0,-203.9],"shR":[35.5,-157.3],"elR":[89.3,-206.4],"haR":[134.1,-259.4],"shL":[-45.4,-142.5],"elL":[-97.1,-154.1],"haL":[-148,-161],"hipR":[15.3,9],"knR":[121.4,64],"ftR":[112.2,169.8],"hipL":[-17,6.6],"knL":[-93.5,87.7],"ftL":[-174.7,170.6]},{"rootY":84.8,"hips":[0,0],"chest":[-7.2,-99],"neck":[-5.7,-168.2],"head":[-0.3,-203.9],"shR":[35.5,-157.5],"elR":[89.1,-206.9],"haR":[133.7,-260.1],"shL":[-45.5,-142.3],"elL":[-97.2,-153.6],"haL":[-148.1,-160.3],"hipR":[15.4,9],"knR":[121.8,63.8],"ftR":[112,169.4],"hipL":[-17.1,6.6],"knL":[-93.5,87.5],"ftL":[-174.9,170.2]},{"rootY":85.3,"hips":[0,0],"chest":[-7.2,-99],"neck":[-5.9,-168.2],"head":[-0.8,-203.9],"shR":[35.5,-157.8],"elR":[88.6,-207.5],"haR":[133,-260.9],"shL":[-45.8,-142.1],"elL":[-97.5,-153.2],"haL":[-148.4,-159.6],"hipR":[15.5,8.9],"knR":[122.2,63.3],"ftR":[111.6,168.8],"hipL":[-17.1,6.7],"knL":[-93.7,87.2],"ftL":[-175.3,169.7]},{"rootY":86,"hips":[0,0],"chest":[-7.2,-99.1],"neck":[-6.3,-168.3],"head":[-1.3,-204],"shR":[35.3,-158],"elR":[88.1,-208.1],"haR":[132.1,-261.7],"shL":[-46.2,-141.7],"elL":[-97.9,-152.6],"haL":[-148.9,-158.8],"hipR":[15.6,8.8],"knR":[122.7,62.6],"ftR":[111.1,168.1],"hipL":[-17.2,6.8],"knL":[-94,86.9],"ftL":[-175.8,169]},{"rootY":86.8,"hips":[0,0],"chest":[-7.1,-99.1],"neck":[-6.6,-168.3],"head":[-1.9,-204],"shR":[35.1,-158],"elR":[87.4,-208.6],"haR":[131,-262.5],"shL":[-46.5,-141.3],"elL":[-98.4,-151.9],"haL":[-149.5,-157.9],"hipR":[15.6,8.7],"knR":[123,61.9],"ftR":[110.5,167.3],"hipL":[-17.2,6.9],"knL":[-94.4,86.6],"ftL":[-176.4,168.2]},{"rootY":87.6,"hips":[0,0],"chest":[-7,-99.2],"neck":[-7,-168.3],"head":[-2.5,-204],"shR":[34.9,-158],"elR":[86.7,-209],"haR":[130,-263.2],"shL":[-46.6,-140.8],"elL":[-98.9,-151.1],"haL":[-150.2,-156.7],"hipR":[15.5,8.7],"knR":[123.4,61.1],"ftR":[110,166.5],"hipL":[-17.2,6.9],"knL":[-94.7,86.3],"ftL":[-177,167.5]},{"rootY":88.3,"hips":[0,0],"chest":[-6.8,-99.2],"neck":[-7.2,-168.2],"head":[-2.9,-204],"shR":[34.7,-157.9],"elR":[86.2,-209.3],"haR":[129.2,-263.8],"shL":[-46.7,-140.3],"elL":[-99.2,-150.1],"haL":[-150.8,-155.3],"hipR":[15.5,8.7],"knR":[123.8,60.3],"ftR":[109.5,165.7],"hipL":[-17.2,6.9],"knL":[-95.1,85.9],"ftL":[-177.6,166.7]},{"rootY":89,"hips":[0,0],"chest":[-6.7,-99.2],"neck":[-7.4,-168.2],"head":[-3.3,-204],"shR":[34.6,-157.9],"elR":[85.8,-209.5],"haR":[128.6,-264.2],"shL":[-46.8,-139.8],"elL":[-99.5,-149.1],"haL":[-151.4,-153.8],"hipR":[15.4,8.7],"knR":[124.1,59.6],"ftR":[109.1,165],"hipL":[-17.2,6.9],"knL":[-95.4,85.6],"ftL":[-178.1,166.1]},{"rootY":89.4,"hips":[0,0],"chest":[-6.6,-99.2],"neck":[-7.5,-168.1],"head":[-3.7,-204],"shR":[34.5,-158],"elR":[85.6,-209.7],"haR":[128.2,-264.5],"shL":[-46.9,-139.5],"elL":[-99.9,-148.1],"haL":[-151.9,-152],"hipR":[15.4,8.7],"knR":[124.2,59],"ftR":[108.6,164.5],"hipL":[-17.1,6.9],"knL":[-95.6,85.4],"ftL":[-178.6,165.6]},{"rootY":89.8,"hips":[0,0],"chest":[-6.6,-99.2],"neck":[-7.7,-168.1],"head":[-4,-204],"shR":[34.4,-158.1],"elR":[85.4,-209.9],"haR":[127.8,-264.7],"shL":[-47,-139.2],"elL":[-100.2,-147],"haL":[-152.4,-150.3],"hipR":[15.4,8.6],"knR":[124.4,58.6],"ftR":[108.1,164.1],"hipL":[-17.1,6.9],"knL":[-95.7,85.2],"ftL":[-179,165.3]},{"rootY":90.1,"hips":[0,0],"chest":[-6.6,-99.1],"neck":[-7.9,-168.1],"head":[-4.4,-204],"shR":[34.3,-158.1],"elR":[85.2,-209.9],"haR":[127.5,-264.8],"shL":[-47.2,-139],"elL":[-100.6,-146.2],"haL":[-153,-148.8],"hipR":[15.4,8.6],"knR":[124.4,58.2],"ftR":[107.8,163.7],"hipL":[-17.1,6.9],"knL":[-95.8,85],"ftL":[-179.3,164.9]}]},"zombie":{"name":"zombie","fps":30,"height":520,"groundY":256,"frameCount":779,"frames":[{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.2],"neck":[-3.8,-168.3],"head":[-1.6,-203.7],"shR":[50.1,-147],"elR":[128.4,-146.4],"haR":[193.7,-148.9],"shL":[-57.7,-145.7],"elL":[-134.6,-146.3],"haL":[-203,-146.3],"hipR":[26.6,7.9],"knR":[30.4,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.2],"neck":[-3.8,-168.3],"head":[-1.7,-203.6],"shR":[50.1,-147],"elR":[128.4,-146.4],"haR":[193.6,-148.7],"shL":[-57.7,-145.5],"elL":[-134.6,-145.9],"haL":[-203.1,-145.7],"hipR":[26.6,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-3.9,-168.3],"head":[-1.8,-203.6],"shR":[50.1,-146.9],"elR":[128.3,-146.4],"haR":[193.6,-148.6],"shL":[-57.7,-145.3],"elL":[-134.7,-145.3],"haL":[-203.2,-144.8],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.8],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-3.9,-168.3],"head":[-1.9,-203.6],"shR":[50,-146.9],"elR":[128.3,-146.4],"haR":[193.5,-148.6],"shL":[-57.7,-145],"elL":[-134.8,-144.6],"haL":[-203.3,-143.7],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.8],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-4.1,-168.2],"head":[-2,-203.6],"shR":[49.9,-146.9],"elR":[128.2,-146.4],"haR":[193.4,-148.6],"shL":[-57.8,-144.8],"elL":[-134.9,-143.9],"haL":[-203.5,-142.6],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.2,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-4.3,-168.2],"head":[-2.2,-203.6],"shR":[49.8,-147.1],"elR":[128.1,-146.4],"haR":[193.4,-148.6],"shL":[-58,-144.7],"elL":[-135.1,-143.3],"haL":[-203.7,-141.5],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.2,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.1],"neck":[-4.5,-168.2],"head":[-2.5,-203.5],"shR":[49.6,-147.2],"elR":[127.9,-146.5],"haR":[193.3,-148.5],"shL":[-58.1,-144.5],"elL":[-135.3,-142.6],"haL":[-203.9,-140.5],"hipR":[26.5,7.9],"knR":[30.4,129.6],"ftR":[30.1,254.7],"hipL":[-26.8,7.7],"knL":[-23.6,130.8],"ftL":[-20.5,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.4,-100.1],"neck":[-4.7,-168.1],"head":[-2.8,-203.5],"shR":[49.4,-147.2],"elR":[127.8,-146.6],"haR":[193.3,-148.5],"shL":[-58.3,-144.3],"elL":[-135.4,-142],"haL":[-204.1,-139.5],"hipR":[26.5,7.9],"knR":[30.4,129.6],"ftR":[30,254.7],"hipL":[-26.8,7.7],"knL":[-23.6,130.8],"ftL":[-20.6,256]},{"rootY":0,"hips":[0,0],"chest":[-3.5,-100.1],"neck":[-4.9,-168.1],"head":[-3.1,-203.5],"shR":[49.3,-147.3],"elR":[127.6,-146.7],"haR":[193.2,-148.5],"shL":[-58.5,-144.1],"elL":[-135.6,-141.5],"haL":[-204.3,-138.7],"hipR":[26.5,7.9],"knR":[30.3,129.6],"ftR":[29.9,254.7],"hipL":[-26.8,7.7],"knL":[-23.7,130.8],"ftL":[-20.7,256]},{"rootY":0,"hips":[0,0],"chest":[-3.7,-100.1],"neck":[-5.2,-168.1],"head":[-3.4,-203.5],"shR":[49,-147.3],"elR":[127.4,-146.8],"haR":[193.1,-148.7],"shL":[-58.7,-143.8],"elL":[-135.8,-141],"haL":[-204.5,-138],"hipR":[26.5,7.9],"knR":[30.3,129.6],"ftR":[29.7,254.7],"hipL":[-26.8,7.7],"knL":[-23.7,130.8],"ftL":[-20.8,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.8,-100.1],"neck":[-5.4,-168.1],"head":[-3.7,-203.5],"shR":[48.8,-147.3],"elR":[127.2,-146.9],"haR":[193,-149],"shL":[-58.9,-143.6],"elL":[-136,-140.6],"haL":[-204.7,-137.4],"hipR":[26.5,7.9],"knR":[30.2,129.6],"ftR":[29.6,254.7],"hipL":[-26.8,7.7],"knL":[-23.8,130.9],"ftL":[-21,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4,-100.1],"neck":[-5.7,-168.1],"head":[-4,-203.5],"shR":[48.6,-147.3],"elR":[127,-147.1],"haR":[192.9,-149.3],"shL":[-59.1,-143.3],"elL":[-136.3,-140.2],"haL":[-205,-137],"hipR":[26.5,7.9],"knR":[30.1,129.6],"ftR":[29.4,254.7],"hipL":[-26.8,7.7],"knL":[-23.9,130.9],"ftL":[-21.1,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4.1,-100.1],"neck":[-6,-168.1],"head":[-4.4,-203.5],"shR":[48.4,-147.3],"elR":[126.8,-147.3],"haR":[192.8,-149.7],"shL":[-59.3,-143.1],"elL":[-136.5,-139.9],"haL":[-205.2,-136.6],"hipR":[26.5,7.8],"knR":[30,129.6],"ftR":[29.3,254.7],"hipL":[-26.7,7.7],"knL":[-23.9,130.9],"ftL":[-21.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4.2,-100.1],"neck":[-6.3,-168],"head":[-4.8,-203.5],"shR":[48.1,-147.3],"elR":[126.6,-147.5],"haR":[192.6,-150],"shL":[-59.5,-142.8],"elL":[-136.8,-139.7],"haL":[-205.5,-136.3],"hipR":[26.5,7.8],"knR":[29.9,129.6],"ftR":[29,254.8],"hipL":[-26.7,7.7],"knL":[-24,130.9],"ftL":[-21.5,256.1]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.2,-100.1],"neck":[-6.7,-168],"head":[-5.2,-203.5],"shR":[47.8,-147.4],"elR":[126.3,-147.7],"haR":[192.4,-150.3],"shL":[-59.8,-142.6],"elL":[-137.1,-139.4],"haL":[-205.9,-136.1],"hipR":[26.5,7.8],"knR":[29.8,129.6],"ftR":[28.8,254.8],"hipL":[-26.7,7.8],"knL":[-24.2,130.9],"ftL":[-21.8,256.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.4,-100.1],"neck":[-7.1,-168],"head":[-5.7,-203.5],"shR":[47.5,-147.4],"elR":[126.1,-147.9],"haR":[192.1,-150.6],"shL":[-60.1,-142.2],"elL":[-137.4,-139.2],"haL":[-206.2,-135.8],"hipR":[26.5,7.8],"knR":[29.6,129.6],"ftR":[28.4,254.8],"hipL":[-26.7,7.8],"knL":[-24.3,131],"ftL":[-22.1,256.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.5,-100.1],"neck":[-7.5,-167.9],"head":[-6.1,-203.4],"shR":[47.2,-147.3],"elR":[125.8,-148],"haR":[191.8,-150.9],"shL":[-60.4,-141.9],"elL":[-137.7,-138.9],"haL":[-206.5,-135.5],"hipR":[26.6,7.7],"knR":[29.4,129.7],"ftR":[28.1,254.9],"hipL":[-26.7,7.8],"knL":[-24.5,131],"ftL":[-22.5,256.3]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.6,-100.1],"neck":[-7.8,-167.9],"head":[-6.5,-203.4],"shR":[47,-147.2],"elR":[125.5,-148.1],"haR":[191.6,-151.1],"shL":[-60.6,-141.7],"elL":[-137.9,-138.6],"haL":[-206.7,-135.2],"hipR":[26.6,7.7],"knR":[29.2,129.7],"ftR":[27.7,254.9],"hipL":[-26.7,7.9],"knL":[-24.7,131.1],"ftL":[-22.9,256.3]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.7,-100.1],"neck":[-7.9,-167.9],"head":[-6.9,-203.4],"shR":[46.8,-147.1],"elR":[125.4,-148.2],"haR":[191.4,-151.3],"shL":[-60.7,-141.5],"elL":[-138,-138.4],"haL":[-206.8,-134.9],"hipR":[26.6,7.6],"knR":[29,129.8],"ftR":[27.4,255],"hipL":[-26.7,7.9],"knL":[-24.9,131.1],"ftL":[-23.2,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.7,-100.1],"neck":[-8.1,-167.9],"head":[-7.2,-203.4],"shR":[46.7,-147.1],"elR":[125.2,-148.2],"haR":[191.2,-151.5],"shL":[-60.8,-141.4],"elL":[-138.1,-138.1],"haL":[-207,-134.6],"hipR":[26.6,7.6],"knR":[28.8,129.8],"ftR":[27.1,255.1],"hipL":[-26.7,8],"knL":[-25,131.1],"ftL":[-23.6,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.9,-100.1],"neck":[-8.2,-167.9],"head":[-7.4,-203.5],"shR":[46.5,-147],"elR":[125.1,-148.3],"haR":[191,-151.7],"shL":[-60.9,-141.3],"elL":[-138.3,-138],"haL":[-207.1,-134.3],"hipR":[26.6,7.6],"knR":[28.5,129.9],"ftR":[26.7,255.1],"hipL":[-26.7,8],"knL":[-25.2,131.2],"ftL":[-23.9,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.3,-167.9],"head":[-7.7,-203.5],"shR":[46.4,-147],"elR":[125,-148.4],"haR":[190.9,-151.9],"shL":[-61,-141.2],"elL":[-138.4,-137.9],"haL":[-207.3,-134.2],"hipR":[26.6,7.6],"knR":[28.3,129.9],"ftR":[26.4,255.2],"hipL":[-26.7,8],"knL":[-25.3,131.2],"ftL":[-24.2,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.4,-167.9],"head":[-7.9,-203.5],"shR":[46.4,-147],"elR":[124.9,-148.6],"haR":[190.8,-152.1],"shL":[-61.1,-141.2],"elL":[-138.6,-137.8],"haL":[-207.5,-134.2],"hipR":[26.6,7.5],"knR":[28.1,129.9],"ftR":[26.1,255.2],"hipL":[-26.7,8],"knL":[-25.5,131.2],"ftL":[-24.5,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.5,-167.8],"head":[-8.2,-203.4],"shR":[46.3,-147],"elR":[124.8,-148.7],"haR":[190.7,-152.3],"shL":[-61.1,-141.2],"elL":[-138.8,-137.8],"haL":[-207.8,-134.1],"hipR":[26.6,7.5],"knR":[27.9,130],"ftR":[25.8,255.3],"hipL":[-26.7,8.1],"knL":[-25.7,131.2],"ftL":[-24.9,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.6,-167.8],"head":[-8.4,-203.4],"shR":[46.2,-147],"elR":[124.7,-148.8],"haR":[190.6,-152.5],"shL":[-61.2,-141.2],"elL":[-139,-137.7],"haL":[-208.1,-134],"hipR":[26.6,7.5],"knR":[27.7,130],"ftR":[25.5,255.3],"hipL":[-26.7,8.1],"knL":[-25.9,131.3],"ftL":[-25.3,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.7,-167.7],"head":[-8.5,-203.3],"shR":[46.2,-147],"elR":[124.7,-148.9],"haR":[190.7,-152.7],"shL":[-61.2,-141.1],"elL":[-139.1,-137.6],"haL":[-208.3,-133.8],"hipR":[26.6,7.4],"knR":[27.5,130],"ftR":[25.3,255.3],"hipL":[-26.7,8.1],"knL":[-26,131.3],"ftL":[-25.5,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.8,-100.1],"neck":[-8.6,-167.7],"head":[-8.5,-203.3],"shR":[46.2,-146.9],"elR":[124.8,-149],"haR":[190.8,-152.9],"shL":[-61.1,-141],"elL":[-139.1,-137.4],"haL":[-208.3,-133.5],"hipR":[26.7,7.4],"knR":[27.4,130.1],"ftR":[25.2,255.4],"hipL":[-26.7,8.1],"knL":[-26.1,131.3],"ftL":[-25.7,256.5]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.6,-100.1],"neck":[-8.5,-167.7],"head":[-8.4,-203.3],"shR":[46.3,-146.8],"elR":[124.9,-149],"haR":[190.9,-152.9],"shL":[-61,-140.9],"elL":[-139,-137.1],"haL":[-208.3,-133.1],"hipR":[26.7,7.4],"knR":[27.3,130.1],"ftR":[25.2,255.4],"hipL":[-26.7,8.1],"knL":[-26.1,131.3],"ftL":[-25.7,256.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.4,-100.2],"neck":[-8.3,-167.7],"head":[-8.3,-203.2],"shR":[46.5,-146.7],"elR":[125,-148.8],"haR":[191,-152.7],"shL":[-60.8,-140.8],"elL":[-138.8,-136.7],"haL":[-208.1,-132.5],"hipR":[26.7,7.4],"knR":[27.3,130.1],"ftR":[25.3,255.4],"hipL":[-26.7,8.1],"knL":[-26,131.3],"ftL":[-25.6,256.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.2,-100.2],"neck":[-8,-167.7],"head":[-8.1,-203.2],"shR":[46.8,-146.6],"elR":[125.2,-148.6],"haR":[191,-152.2],"shL":[-60.5,-140.8],"elL":[-138.5,-136.3],"haL":[-207.8,-131.8],"hipR":[26.7,7.4],"knR":[27.4,130.1],"ftR":[25.5,255.4],"hipL":[-26.7,8.1],"knL":[-25.9,131.3],"ftL":[-25.3,256.5]},{"rootY":-0.5,"hips":[0,0],"chest":[-4,-100.2],"neck":[-7.9,-167.6],"head":[-8,-203.1],"shR":[46.9,-146.4],"elR":[125.1,-148.1],"haR":[190.6,-151.5],"shL":[-60.4,-140.6],"elL":[-138.2,-136],"haL":[-207.4,-131.3],"hipR":[26.7,7.4],"knR":[27.6,130.1],"ftR":[25.8,255.4],"hipL":[-26.7,8.1],"knL":[-25.8,131.3],"ftL":[-25,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4,-100.1],"neck":[-7.9,-167.3],"head":[-8.1,-202.9],"shR":[46.9,-146.3],"elR":[124.8,-147.6],"haR":[189.8,-150.4],"shL":[-60.5,-140.5],"elL":[-138,-135.6],"haL":[-207,-130.7],"hipR":[26.7,7.4],"knR":[27.7,130.1],"ftR":[26.1,255.4],"hipL":[-26.7,8.2],"knL":[-25.6,131.3],"ftL":[-24.7,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.2,-100],"neck":[-8,-167.1],"head":[-8.2,-202.7],"shR":[46.7,-146.3],"elR":[124.1,-147],"haR":[188.4,-149.2],"shL":[-60.7,-140.5],"elL":[-137.7,-135.5],"haL":[-206.5,-130.4],"hipR":[26.8,7.3],"knR":[27.9,130.1],"ftR":[26.4,255.4],"hipL":[-26.7,8.2],"knL":[-25.5,131.4],"ftL":[-24.4,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.3,-100],"neck":[-8,-166.9],"head":[-8.3,-202.5],"shR":[46.6,-146.3],"elR":[123.3,-146.5],"haR":[186.5,-148.1],"shL":[-60.8,-140.5],"elL":[-137.1,-135.6],"haL":[-205.5,-130.5],"hipR":[26.8,7.3],"knR":[28.2,130],"ftR":[26.9,255.3],"hipL":[-26.6,8.3],"knL":[-25.2,131.4],"ftL":[-23.8,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.3,-99.9],"neck":[-8,-166.8],"head":[-8.4,-202.4],"shR":[46.5,-146.3],"elR":[122.1,-146.1],"haR":[183.9,-147.3],"shL":[-60.9,-140.6],"elL":[-136.2,-135.9],"haL":[-204,-131.2],"hipR":[26.7,7.2],"knR":[28.6,130],"ftR":[27.5,255.3],"hipL":[-26.6,8.3],"knL":[-24.8,131.4],"ftL":[-23.1,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.3,-99.9],"neck":[-8,-166.6],"head":[-8.4,-202.3],"shR":[46.5,-146.1],"elR":[120.5,-145.8],"haR":[180.3,-146.9],"shL":[-60.9,-140.6],"elL":[-134.9,-136.5],"haL":[-201.6,-132.2],"hipR":[26.7,7.2],"knR":[29,129.9],"ftR":[28.4,255.2],"hipL":[-26.6,8.4],"knL":[-24.3,131.5],"ftL":[-22.3,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.4,-99.8],"neck":[-7.8,-166.6],"head":[-8.2,-202.3],"shR":[46.5,-146.1],"elR":[118.4,-145.6],"haR":[175.5,-146.5],"shL":[-60.9,-141.1],"elL":[-132.9,-137.3],"haL":[-198.3,-133.3],"hipR":[26.7,7.1],"knR":[29.5,129.9],"ftR":[29.4,255.2],"hipL":[-26.5,8.5],"knL":[-23.7,131.5],"ftL":[-21.2,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.4,-99.8],"neck":[-7.5,-166.5],"head":[-7.9,-202.3],"shR":[46.6,-146.1],"elR":[115.9,-145.6],"haR":[169.7,-146.5],"shL":[-60.8,-141.8],"elL":[-129.8,-138.3],"haL":[-193.5,-134.5],"hipR":[26.7,7.1],"knR":[30.2,129.8],"ftR":[30.8,255.2],"hipL":[-26.5,8.5],"knL":[-22.9,131.6],"ftL":[-19.8,256.3]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.3,-99.7],"neck":[-7.2,-166.5],"head":[-7.6,-202.4],"shR":[46.8,-146.1],"elR":[112.7,-145.7],"haR":[162.6,-146.9],"shL":[-60.6,-142.5],"elL":[-125.7,-139.5],"haL":[-186.9,-135.8],"hipR":[26.6,7.1],"knR":[31.1,129.8],"ftR":[32.4,255.1],"hipL":[-26.5,8.5],"knL":[-22,131.6],"ftL":[-18.2,256.2]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.2,-99.6],"neck":[-6.9,-166.4],"head":[-7.2,-202.4],"shR":[46.9,-145.9],"elR":[108.7,-146],"haR":[154,-147.7],"shL":[-60.4,-143.3],"elL":[-121,-140.7],"haL":[-178.7,-137.5],"hipR":[26.6,7.1],"knR":[32.4,129.6],"ftR":[34.1,254.9],"hipL":[-26.4,8.5],"knL":[-21.1,131.5],"ftL":[-16.4,256.1]},{"rootY":0.1,"hips":[0,0],"chest":[-4.1,-99.6],"neck":[-6.7,-166.5],"head":[-6.7,-202.5],"shR":[47,-146],"elR":[104.1,-146.5],"haR":[144.2,-148.6],"shL":[-60.4,-144.2],"elL":[-115.7,-142.3],"haL":[-169,-139.7],"hipR":[26.6,7.3],"knR":[34,129.4],"ftR":[36,254.5],"hipL":[-26.5,8.3],"knL":[-20.4,131.3],"ftL":[-14.5,255.7]},{"rootY":0.8,"hips":[0,0],"chest":[-4.1,-99.7],"neck":[-6.7,-166.7],"head":[-6.4,-202.7],"shR":[47,-146.5],"elR":[99.2,-147.2],"haR":[133.5,-149.7],"shL":[-60.4,-145.4],"elL":[-110,-144.4],"haL":[-158.1,-142.5],"hipR":[26.4,7.8],"knR":[35.8,129],"ftR":[38,253.6],"hipL":[-26.7,7.8],"knL":[-19.7,130.7],"ftL":[-12.5,255]},{"rootY":1.8,"hips":[0,0],"chest":[-4.1,-99.6],"neck":[-7,-166.7],"head":[-6.3,-202.8],"shR":[46.8,-147],"elR":[93.9,-148],"haR":[122.2,-150.9],"shL":[-60.5,-146.3],"elL":[-104,-146.4],"haL":[-146.5,-145.6],"hipR":[26.3,8.5],"knR":[36.9,128.3],"ftR":[39.7,252],"hipL":[-26.9,7.1],"knL":[-19.1,129.9],"ftL":[-10.6,254]},{"rootY":2.5,"hips":[0,0],"chest":[-4.1,-99.3],"neck":[-7.5,-166.5],"head":[-6.7,-202.7],"shR":[46.4,-147.3],"elR":[88.3,-148.4],"haR":[110.5,-151.7],"shL":[-60.9,-146.7],"elL":[-98.1,-147.9],"haL":[-134.6,-148.3],"hipR":[26.1,9.1],"knR":[37.5,127.3],"ftR":[40.5,249.7],"hipL":[-27,6.5],"knL":[-18.6,129.4],"ftL":[-9.2,253.2]},{"rootY":2.8,"hips":[0,0],"chest":[-4.4,-99.1],"neck":[-8.1,-166.3],"head":[-7.3,-202.5],"shR":[45.9,-147.2],"elR":[82.6,-148.4],"haR":[98.9,-152.1],"shL":[-61.3,-146.7],"elL":[-92.4,-149.1],"haL":[-122.7,-150.5],"hipR":[26.1,9.3],"knR":[37.6,125.9],"ftR":[40.2,247],"hipL":[-27,6.3],"knL":[-18.1,129.1],"ftL":[-8.1,252.9]},{"rootY":3,"hips":[0,0],"chest":[-4.7,-98.9],"neck":[-8.5,-166.3],"head":[-7.9,-202.5],"shR":[45.4,-147.1],"elR":[77,-148.2],"haR":[88.1,-152.1],"shL":[-61.6,-146.8],"elL":[-86.9,-150.1],"haL":[-111.4,-152.5],"hipR":[26.1,9.3],"knR":[37.2,124.3],"ftR":[39,244.4],"hipL":[-27,6.3],"knL":[-17.7,129.1],"ftL":[-7.2,252.7]},{"rootY":3,"hips":[0,0],"chest":[-5.2,-98.7],"neck":[-9,-166.3],"head":[-8.7,-202.5],"shR":[44.9,-146.8],"elR":[71.5,-147.7],"haR":[78.4,-151.7],"shL":[-62,-146.8],"elL":[-81.7,-151],"haL":[-101.1,-154.4],"hipR":[26.1,9.2],"knR":[36.4,122.8],"ftR":[37.5,242.5],"hipL":[-27,6.4],"knL":[-17.5,129.2],"ftL":[-6.6,252.6]},{"rootY":3,"hips":[0,0],"chest":[-5.7,-98.6],"neck":[-9.7,-166.2],"head":[-9.6,-202.4],"shR":[44.2,-146.7],"elR":[66.3,-147],"haR":[69.8,-150.8],"shL":[-62.5,-146.7],"elL":[-77,-152],"haL":[-92.1,-156.1],"hipR":[26.2,9.1],"knR":[35.5,121.5],"ftR":[36.1,241.4],"hipL":[-27,6.5],"knL":[-17.5,129.4],"ftL":[-6.4,252.5]},{"rootY":3,"hips":[0,0],"chest":[-6.2,-98.5],"neck":[-10.3,-166.1],"head":[-10.4,-202.3],"shR":[43.5,-146.8],"elR":[61.5,-146.1],"haR":[62.5,-149.2],"shL":[-62.9,-147],"elL":[-72.7,-152.8],"haL":[-84.3,-157.4],"hipR":[26.2,9],"knR":[34.8,120.2],"ftR":[35.4,240.9],"hipL":[-27,6.6],"knL":[-17.5,129.4],"ftL":[-6.2,252.5]},{"rootY":3,"hips":[0,0],"chest":[-6.5,-98.5],"neck":[-10.9,-166.1],"head":[-11.2,-202.4],"shR":[42.9,-147.1],"elR":[57.5,-145.1],"haR":[56.3,-147.2],"shL":[-63.2,-147.6],"elL":[-68.8,-153.6],"haL":[-77.4,-158.1],"hipR":[26.2,9],"knR":[34.5,118.9],"ftR":[35.3,240.8],"hipL":[-27,6.6],"knL":[-17.5,129.4],"ftL":[-5.9,252.4]},{"rootY":2.9,"hips":[0,0],"chest":[-6.7,-98.5],"neck":[-11.4,-166.2],"head":[-12.2,-202.4],"shR":[42.5,-147.2],"elR":[54.2,-144.2],"haR":[51.1,-145.1],"shL":[-63.4,-148.1],"elL":[-65.4,-154],"haL":[-71.5,-158.4],"hipR":[26.2,9],"knR":[34.4,117.8],"ftR":[35.3,241.1],"hipL":[-27,6.6],"knL":[-17.5,129.5],"ftL":[-5.8,252.3]},{"rootY":2.9,"hips":[0,0],"chest":[-7.1,-98.4],"neck":[-12,-166.1],"head":[-13.3,-202.4],"shR":[41.9,-147],"elR":[51.4,-143.3],"haR":[46.6,-143.3],"shL":[-63.8,-148.2],"elL":[-62.9,-154.1],"haL":[-66.7,-158.4],"hipR":[26.3,8.8],"knR":[34.2,117.2],"ftR":[35.1,241.6],"hipL":[-26.9,6.8],"knL":[-17.6,129.7],"ftL":[-6.1,252.3]},{"rootY":2.8,"hips":[0,0],"chest":[-7.3,-98.3],"neck":[-12.5,-166],"head":[-14.5,-202.2],"shR":[41.3,-146.8],"elR":[49.1,-142.6],"haR":[42.9,-142.2],"shL":[-64.1,-148.1],"elL":[-61,-153.8],"haL":[-62.8,-158],"hipR":[26.4,8.7],"knR":[33.8,116.9],"ftR":[34.8,242],"hipL":[-26.9,7],"knL":[-17.9,129.9],"ftL":[-6.6,252.4]},{"rootY":2.9,"hips":[0,0],"chest":[-7.2,-98.2],"neck":[-12.7,-165.9],"head":[-15.5,-202.2],"shR":[41.1,-146.7],"elR":[47.5,-142.4],"haR":[40,-142.1],"shL":[-64.2,-148.2],"elL":[-59.3,-153.5],"haL":[-59.5,-157.2],"hipR":[26.5,8.6],"knR":[33.5,116.8],"ftR":[34.4,242.2],"hipL":[-26.9,7.1],"knL":[-18.3,129.9],"ftL":[-7,252.2]},{"rootY":3.1,"hips":[0,0],"chest":[-6.7,-98.3],"neck":[-12.6,-166],"head":[-16.3,-202.2],"shR":[41.2,-146.6],"elR":[46.4,-142.8],"haR":[37.6,-143],"shL":[-63.9,-148.5],"elL":[-57.6,-153],"haL":[-56.7,-155.8],"hipR":[26.5,8.6],"knR":[33.2,117],"ftR":[34,242],"hipL":[-27,7],"knL":[-18.6,129.9],"ftL":[-7.4,252]},{"rootY":3.3,"hips":[0,0],"chest":[-6.2,-98.3],"neck":[-12.4,-166.1],"head":[-17.3,-202.1],"shR":[41.4,-146.7],"elR":[45.7,-143.6],"haR":[35.5,-144.6],"shL":[-63.6,-148.7],"elL":[-56.1,-151.9],"haL":[-54.7,-153.6],"hipR":[26.5,8.6],"knR":[32.7,117.2],"ftR":[33.6,241.7],"hipL":[-27,7],"knL":[-19.2,130],"ftL":[-8.1,251.7]},{"rootY":3.5,"hips":[0,0],"chest":[-5.6,-98.3],"neck":[-12.3,-166.1],"head":[-18.5,-201.9],"shR":[41.5,-146.9],"elR":[45.1,-144.7],"haR":[33.5,-146.7],"shL":[-63.4,-148.6],"elL":[-54.8,-150.4],"haL":[-53.4,-150.4],"hipR":[26.6,8.6],"knR":[32,117.6],"ftR":[32.9,241.5],"hipL":[-27,7.1],"knL":[-19.9,130],"ftL":[-9,251.5]},{"rootY":3.8,"hips":[0,0],"chest":[-4.8,-98.4],"neck":[-12,-166.1],"head":[-19.7,-201.6],"shR":[41.8,-147.3],"elR":[44.8,-146.3],"haR":[31.9,-149.4],"shL":[-63.1,-148.3],"elL":[-53.7,-148.4],"haL":[-52.5,-146.8],"hipR":[26.6,8.6],"knR":[31.3,118.1],"ftR":[32.4,241.6],"hipL":[-27,7],"knL":[-20.4,130],"ftL":[-10,251.3]},{"rootY":4.1,"hips":[0,0],"chest":[-3.8,-98.5],"neck":[-11.4,-166.3],"head":[-20.6,-201.4],"shR":[42.3,-147.7],"elR":[44.6,-148.2],"haR":[30.8,-152.6],"shL":[-62.5,-147.6],"elL":[-52.7,-146.2],"haL":[-51.9,-142.9],"hipR":[26.5,8.8],"knR":[30.7,118.7],"ftR":[31.9,242.1],"hipL":[-27.1,6.9],"knL":[-20.8,129.8],"ftL":[-10.9,251]},{"rootY":4.5,"hips":[0,0],"chest":[-2.7,-98.6],"neck":[-10.7,-166.4],"head":[-21.5,-201.1],"shR":[43.1,-147.8],"elR":[44.6,-150.2],"haR":[29.9,-155.9],"shL":[-61.8,-146.6],"elL":[-51.9,-143.9],"haL":[-51.6,-139.2],"hipR":[26.5,8.9],"knR":[30.2,119.3],"ftR":[31.5,242.8],"hipL":[-27.1,6.7],"knL":[-21.2,129.5],"ftL":[-12,250.7]},{"rootY":5,"hips":[0,0],"chest":[-1.5,-98.7],"neck":[-9.9,-166.5],"head":[-22.3,-200.6],"shR":[44,-147.9],"elR":[44.8,-151.9],"haR":[29.1,-159.2],"shL":[-61,-145.9],"elL":[-51.2,-141.9],"haL":[-51.6,-135.8],"hipR":[26.4,9.1],"knR":[29.4,119.9],"ftR":[30.7,243.9],"hipL":[-27.1,6.6],"knL":[-21.7,129.1],"ftL":[-13.3,250.2]},{"rootY":5.5,"hips":[0,0],"chest":[-0.3,-98.8],"neck":[-8.9,-166.6],"head":[-23,-200.1],"shR":[45,-147.9],"elR":[45.2,-153.5],"haR":[28.7,-162.2],"shL":[-60.1,-145.5],"elL":[-50.5,-140.2],"haL":[-51.7,-132.8],"hipR":[26.4,9.2],"knR":[28.5,120.9],"ftR":[29.2,245.5],"hipL":[-27.2,6.4],"knL":[-22.3,128.7],"ftL":[-14.8,249.5]},{"rootY":5.9,"hips":[0,0],"chest":[1,-99],"neck":[-7.8,-166.8],"head":[-23.6,-199.5],"shR":[46.1,-147.6],"elR":[45.7,-154.7],"haR":[28.4,-164.9],"shL":[-59,-144.9],"elL":[-49.9,-138.7],"haL":[-51.9,-130.4],"hipR":[26.4,9.2],"knR":[27.5,122.3],"ftR":[27,247.2],"hipL":[-27.1,6.5],"knL":[-23.2,128.5],"ftL":[-16.7,248.8]},{"rootY":6,"hips":[0,0],"chest":[2.2,-99],"neck":[-6.5,-166.9],"head":[-24.2,-198.6],"shR":[47.3,-146.6],"elR":[46.3,-155.4],"haR":[28.3,-167],"shL":[-57.9,-144],"elL":[-49.4,-137.1],"haL":[-52.2,-128.3],"hipR":[26.5,8.8],"knR":[26.3,123.6],"ftR":[24.6,248.6],"hipL":[-27.1,6.8],"knL":[-24.4,128.6],"ftL":[-18.9,248.2]},{"rootY":5.9,"hips":[0,0],"chest":[3.6,-99],"neck":[-4.9,-166.9],"head":[-24.4,-197.4],"shR":[48.8,-146.1],"elR":[47.3,-156],"haR":[28.7,-168.8],"shL":[-56.3,-143],"elL":[-48.7,-135.7],"haL":[-52.3,-126.6],"hipR":[26.6,8.6],"knR":[25.1,124.2],"ftR":[22.3,249.3],"hipL":[-27,7.1],"knL":[-25.6,128.6],"ftL":[-21.2,247.2]},{"rootY":5.8,"hips":[0,0],"chest":[5.7,-99],"neck":[-2.7,-167],"head":[-23.8,-196.3],"shR":[50.8,-146.8],"elR":[49,-157.4],"haR":[30.2,-170.9],"shL":[-54.2,-142.7],"elL":[-47.5,-134.9],"haL":[-51.9,-125.4],"hipR":[26.5,8.8],"knR":[23.7,124.2],"ftR":[20.6,249.4],"hipL":[-27.1,6.8],"knL":[-26.7,128],"ftL":[-23.2,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[8.1,-99],"neck":[-0.5,-167.1],"head":[-22.6,-195.5],"shR":[53,-148.4],"elR":[51.1,-159.7],"haR":[32.4,-173.5],"shL":[-51.8,-143],"elL":[-46,-134.5],"haL":[-51.1,-124.4],"hipR":[26.3,9.5],"knR":[22.1,124.1],"ftR":[19.3,249.4],"hipL":[-27.2,6.1],"knL":[-27.8,127.2],"ftL":[-24.8,243.8]},{"rootY":5.7,"hips":[0,0],"chest":[10.1,-98.9],"neck":[1.2,-167.1],"head":[-21.3,-195],"shR":[54.4,-149.6],"elR":[52.8,-162.3],"haR":[34.4,-176.6],"shL":[-50,-143.2],"elL":[-44.9,-134.1],"haL":[-50.3,-123.4],"hipR":[26.1,10],"knR":[20,124.5],"ftR":[17.8,249.5],"hipL":[-27.3,5.5],"knL":[-29.5,126.6],"ftL":[-26.7,242.1]},{"rootY":5.5,"hips":[0,0],"chest":[11.3,-98.9],"neck":[2.2,-167.1],"head":[-20.1,-195],"shR":[55.2,-150],"elR":[54,-164.4],"haR":[36,-179.8],"shL":[-49.1,-143.1],"elL":[-44.5,-133.7],"haL":[-49.9,-122.7],"hipR":[26,10],"knR":[17.7,125.2],"ftR":[16,249.7],"hipL":[-27.2,5.5],"knL":[-31.5,126.5],"ftL":[-28.9,240.7]},{"rootY":5.4,"hips":[0,0],"chest":[11.6,-98.9],"neck":[2.9,-167.2],"head":[-18.7,-195.4],"shR":[55.5,-149.8],"elR":[54.8,-165.8],"haR":[37,-182.7],"shL":[-48.6,-143.5],"elL":[-44.5,-133.6],"haL":[-50.1,-122.2],"hipR":[26.1,9.8],"knR":[16,125.8],"ftR":[13.8,249.9],"hipL":[-27.1,5.8],"knL":[-33.4,126.7],"ftL":[-31,239.1]},{"rootY":5.4,"hips":[0,0],"chest":[11.8,-98.9],"neck":[3.7,-167.4],"head":[-16.9,-196.1],"shR":[55.9,-149.7],"elR":[55.6,-166.8],"haR":[37.8,-184.8],"shL":[-48,-144.4],"elL":[-44.4,-134],"haL":[-50.4,-122.1],"hipR":[26.1,9.6],"knR":[15.2,126.5],"ftR":[11.9,250.2],"hipL":[-27,5.9],"knL":[-35.1,126.8],"ftL":[-32.8,237.1]},{"rootY":5.4,"hips":[0,0],"chest":[12.1,-98.8],"neck":[4.5,-167.5],"head":[-14.8,-196.9],"shR":[56.4,-149.9],"elR":[56,-167.4],"haR":[38.1,-185.9],"shL":[-47.3,-145.1],"elL":[-44.1,-134.5],"haL":[-50.7,-122.3],"hipR":[26.1,9.7],"knR":[14.9,127.3],"ftR":[10.4,250.6],"hipL":[-27.1,5.9],"knL":[-37.4,127.1],"ftL":[-34.6,234.2]},{"rootY":5.4,"hips":[0,0],"chest":[12.2,-98.8],"neck":[4.9,-167.6],"head":[-13,-197.9],"shR":[56.8,-150.2],"elR":[55.7,-167.9],"haR":[37.6,-186.2],"shL":[-46.9,-145.2],"elL":[-44,-134.8],"haL":[-51,-122.9],"hipR":[26.1,9.7],"knR":[14.4,128],"ftR":[9,250.7],"hipL":[-27.1,5.9],"knL":[-40.7,127.5],"ftL":[-36.9,230.5]},{"rootY":5.5,"hips":[0,0],"chest":[12.1,-98.8],"neck":[4.6,-167.6],"head":[-11.5,-198.9],"shR":[56.7,-150.8],"elR":[54.6,-168.2],"haR":[36.5,-185.9],"shL":[-47.1,-144.7],"elL":[-44.3,-135],"haL":[-51.3,-123.7],"hipR":[26.1,9.6],"knR":[13.6,128.3],"ftR":[7.7,250.5],"hipL":[-27.1,6],"knL":[-44.7,127.7],"ftL":[-39.5,226.6]},{"rootY":5.6,"hips":[0,0],"chest":[11.9,-98.8],"neck":[4.3,-167.6],"head":[-10.4,-199.6],"shR":[56.4,-151.3],"elR":[53.2,-168.2],"haR":[35.2,-185.1],"shL":[-47.3,-144.2],"elL":[-44.8,-135],"haL":[-51.6,-124.2],"hipR":[26.2,9.5],"knR":[12.8,128.6],"ftR":[6.8,250.2],"hipL":[-27.1,6.1],"knL":[-48.7,127.3],"ftL":[-42,223.8]},{"rootY":5.4,"hips":[0,0],"chest":[11.9,-98.6],"neck":[4.2,-167.4],"head":[-9.5,-199.9],"shR":[56.4,-151.6],"elR":[52,-167.7],"haR":[33.8,-183.6],"shL":[-47.2,-143.8],"elL":[-45.2,-134.7],"haL":[-51.7,-124.2],"hipR":[26.2,9.6],"knR":[12.8,129],"ftR":[6.3,250],"hipL":[-27.1,6],"knL":[-52.2,126.6],"ftL":[-44.8,223.8]},{"rootY":5.1,"hips":[0,0],"chest":[12,-98.5],"neck":[4.3,-167.2],"head":[-8.9,-200],"shR":[56.5,-152],"elR":[51,-166.9],"haR":[32.6,-181.3],"shL":[-47.1,-143.6],"elL":[-45.4,-134.4],"haL":[-51.8,-123.8],"hipR":[26.2,9.6],"knR":[13.5,129.6],"ftR":[6.2,250],"hipL":[-27.2,6],"knL":[-55.5,125.6],"ftL":[-49,226.5]},{"rootY":4.8,"hips":[0,0],"chest":[12,-98.3],"neck":[4.4,-167.1],"head":[-8.6,-199.9],"shR":[56.6,-152.3],"elR":[50.2,-165.7],"haR":[31.4,-178.8],"shL":[-47,-143.6],"elL":[-45.5,-134.2],"haL":[-51.9,-123.5],"hipR":[26.2,9.7],"knR":[14.4,130.2],"ftR":[5.9,250.2],"hipL":[-27.2,5.9],"knL":[-58.5,124.5],"ftL":[-54.8,230.6]},{"rootY":4.7,"hips":[0,0],"chest":[11.9,-98.2],"neck":[4.3,-167],"head":[-8.5,-199.8],"shR":[56.6,-152.6],"elR":[49.7,-164.7],"haR":[30.7,-176.5],"shL":[-46.9,-143.7],"elL":[-45.5,-134.1],"haL":[-51.9,-123.4],"hipR":[26.2,9.8],"knR":[15,130.8],"ftR":[5.5,250.2],"hipL":[-27.3,5.8],"knL":[-60.9,123.3],"ftL":[-61.6,234.6]},{"rootY":4.9,"hips":[0,0],"chest":[12,-98.1],"neck":[4.4,-166.8],"head":[-8.4,-199.7],"shR":[56.7,-152.8],"elR":[49.5,-163.8],"haR":[30.4,-174.4],"shL":[-46.8,-143.7],"elL":[-45.3,-134.2],"haL":[-51.8,-123.4],"hipR":[26.1,10],"knR":[15.4,131.1],"ftR":[5.6,249.9],"hipL":[-27.4,5.6],"knL":[-62.2,122.1],"ftL":[-68.7,237.8]},{"rootY":5.3,"hips":[0,0],"chest":[12.3,-98],"neck":[4.8,-166.7],"head":[-8,-199.6],"shR":[57.1,-152.9],"elR":[49.7,-162.9],"haR":[30.7,-172.7],"shL":[-46.4,-143.6],"elL":[-44.9,-134.1],"haL":[-51.6,-123.5],"hipR":[26,10.1],"knR":[15.9,131.4],"ftR":[6.1,249.4],"hipL":[-27.4,5.4],"knL":[-62.5,121],"ftL":[-75.4,240.1]},{"rootY":5.9,"hips":[0,0],"chest":[12.6,-97.9],"neck":[5.3,-166.6],"head":[-7.5,-199.6],"shR":[57.6,-152.8],"elR":[50.3,-162],"haR":[31.5,-171.1],"shL":[-45.9,-143.4],"elL":[-44.3,-134],"haL":[-51.1,-123.4],"hipR":[25.9,10.3],"knR":[16.5,131.7],"ftR":[6.9,248.7],"hipL":[-27.4,5.3],"knL":[-62.1,120.1],"ftL":[-81,241.4]},{"rootY":6.4,"hips":[0,0],"chest":[12.9,-97.8],"neck":[5.9,-166.5],"head":[-6.8,-199.6],"shR":[58.2,-152.4],"elR":[51.2,-161],"haR":[32.7,-169.6],"shL":[-45.3,-143.2],"elL":[-43.6,-133.8],"haL":[-50.5,-123],"hipR":[25.9,10.4],"knR":[17.4,132.1],"ftR":[8.1,248.2],"hipL":[-27.4,5.1],"knL":[-61.2,119.4],"ftL":[-84.7,241.8]},{"rootY":6.7,"hips":[0,0],"chest":[13.2,-97.6],"neck":[6.6,-166.4],"head":[-5.9,-199.6],"shR":[58.9,-152.1],"elR":[52.4,-160],"haR":[34.4,-168],"shL":[-44.7,-143.2],"elL":[-42.9,-133.5],"haL":[-49.8,-122.5],"hipR":[25.8,10.5],"knR":[18.5,132.5],"ftR":[9.6,247.8],"hipL":[-27.4,5.1],"knL":[-59.8,118.9],"ftL":[-86.4,241.4]},{"rootY":6.9,"hips":[0,0],"chest":[13.4,-97.5],"neck":[7.2,-166.3],"head":[-4.9,-199.7],"shR":[59.7,-151.8],"elR":[53.5,-159.1],"haR":[36.2,-166.6],"shL":[-44.1,-143.2],"elL":[-42.1,-133.2],"haL":[-48.9,-122],"hipR":[25.8,10.5],"knR":[19.8,132.9],"ftR":[11.5,247.4],"hipL":[-27.4,5],"knL":[-58.2,118.3],"ftL":[-86.1,240.2]},{"rootY":7.1,"hips":[0,0],"chest":[13.5,-97.4],"neck":[7.7,-166.2],"head":[-3.9,-199.9],"shR":[60.2,-151.7],"elR":[54.6,-158.3],"haR":[38.2,-165.3],"shL":[-43.7,-143.1],"elL":[-41.4,-133.2],"haL":[-47.9,-122],"hipR":[25.8,10.5],"knR":[21.2,133.2],"ftR":[13.6,246.9],"hipL":[-27.4,5.1],"knL":[-56.3,117.6],"ftL":[-83.7,238.7]},{"rootY":7.3,"hips":[0,0],"chest":[13.2,-97.3],"neck":[7.7,-166.2],"head":[-3,-200.3],"shR":[60.3,-151.7],"elR":[55.5,-157.8],"haR":[39.9,-164.2],"shL":[-43.7,-142.7],"elL":[-41,-133.4],"haL":[-47.1,-122.6],"hipR":[25.7,10.4],"knR":[22.8,133.3],"ftR":[15.8,246.4],"hipL":[-27.3,5.2],"knL":[-54.1,117.1],"ftL":[-79.8,237.6]},{"rootY":7.5,"hips":[0,0],"chest":[12.5,-97.4],"neck":[7.1,-166.3],"head":[-2.3,-200.9],"shR":[59.8,-151.7],"elR":[56,-157.4],"haR":[41.4,-163.2],"shL":[-44.3,-142.2],"elL":[-41.2,-133.9],"haL":[-46.6,-124],"hipR":[25.7,10.2],"knR":[24.6,133.3],"ftR":[18.1,245.7],"hipL":[-27.2,5.4],"knL":[-51.5,116.9],"ftL":[-75.1,236.9]},{"rootY":7.9,"hips":[0,0],"chest":[11.3,-97.4],"neck":[6.1,-166.5],"head":[-1.6,-201.5],"shR":[58.9,-151.5],"elR":[56.1,-157],"haR":[42.6,-162.5],"shL":[-45.2,-141.9],"elL":[-42,-134.9],"haL":[-46.6,-126.2],"hipR":[25.8,9.9],"knR":[26.3,133.1],"ftR":[20.5,244.8],"hipL":[-27.1,5.7],"knL":[-48.4,117.2],"ftL":[-69.8,236.7]},{"rootY":8.5,"hips":[0,0],"chest":[10,-97.5],"neck":[5,-166.7],"head":[-0.9,-202],"shR":[58.1,-151.2],"elR":[55.9,-156.6],"haR":[43.4,-162],"shL":[-46.3,-141.9],"elL":[-43.1,-136.5],"haL":[-47,-129.3],"hipR":[25.8,9.6],"knR":[28,132.8],"ftR":[23.2,243.4],"hipL":[-27,6],"knL":[-44.9,117.9],"ftL":[-63.2,237.3]},{"rootY":9.3,"hips":[0,0],"chest":[8.7,-97.5],"neck":[4.3,-166.8],"head":[-0.1,-202.4],"shR":[57.5,-150.7],"elR":[55.9,-156.1],"haR":[44.1,-161.5],"shL":[-47.1,-142.2],"elL":[-43.8,-138.3],"haL":[-47.3,-132.9],"hipR":[25.9,9.4],"knR":[30.1,132.3],"ftR":[26.3,241.6],"hipL":[-26.9,6.2],"knL":[-40.8,119.5],"ftL":[-55.3,239.2]},{"rootY":10,"hips":[0,0],"chest":[7.6,-97.4],"neck":[3.8,-166.8],"head":[1,-202.6],"shR":[57.2,-149.6],"elR":[56.2,-155.2],"haR":[45.1,-160.8],"shL":[-47.6,-142.2],"elL":[-44.1,-140.4],"haL":[-47.4,-136.8],"hipR":[25.8,9.4],"knR":[32.8,131.9],"ftR":[30.2,239.6],"hipL":[-26.8,6.2],"knL":[-36.7,121.5],"ftL":[-47.4,241.5]},{"rootY":10.5,"hips":[0,0],"chest":[6.8,-97],"neck":[3.4,-166.5],"head":[2.1,-202.3],"shR":[56.9,-147.4],"elR":[56.8,-153.6],"haR":[46.6,-160],"shL":[-48,-141.6],"elL":[-44,-142.3],"haL":[-46.9,-141],"hipR":[25.4,10],"knR":[36,131.8],"ftR":[34.9,237.3],"hipL":[-26.8,5.6],"knL":[-33.6,122.9],"ftL":[-41,243.4]},{"rootY":10.4,"hips":[0,0],"chest":[6.3,-96.1],"neck":[2.6,-165.7],"head":[3.3,-201.5],"shR":[56.5,-144.9],"elR":[57.5,-151.7],"haR":[48.4,-158.7],"shL":[-48.4,-140.4],"elL":[-43.7,-143.7],"haL":[-45.8,-145],"hipR":[25,11.2],"knR":[39.2,132.1],"ftR":[39.9,234.5],"hipL":[-26.9,4.3],"knL":[-31.3,123],"ftL":[-36.3,244.5]},{"rootY":9.5,"hips":[0,0],"chest":[6.2,-94.9],"neck":[1.2,-164.6],"head":[4.3,-200.2],"shR":[55.6,-143.9],"elR":[58.1,-149.8],"haR":[49.8,-156.2],"shL":[-49.2,-138.8],"elL":[-43.7,-144.7],"haL":[-44.6,-148.2],"hipR":[24.5,12.4],"knR":[41.9,132.3],"ftR":[44.9,231.2],"hipL":[-27,3],"knL":[-28.9,122.8],"ftL":[-32.1,245.6]},{"rootY":8,"hips":[0,0],"chest":[5.4,-93.9],"neck":[-1,-163.6],"head":[4.6,-199],"shR":[53.9,-144.6],"elR":[57.9,-148.3],"haR":[50.6,-152.7],"shL":[-50.9,-137.4],"elL":[-44.4,-145.5],"haL":[-44,-151],"hipR":[24.2,13],"knR":[44.3,132.4],"ftR":[49.1,227.5],"hipL":[-27,2.4],"knL":[-26.9,123.3],"ftL":[-28.1,247.2]},{"rootY":6.6,"hips":[0,0],"chest":[3.6,-93.2],"neck":[-3.5,-162.9],"head":[4.3,-197.8],"shR":[51.6,-145.5],"elR":[56.7,-147],"haR":[50.9,-149.3],"shL":[-53.2,-136.7],"elL":[-45.8,-146.7],"haL":[-44.1,-154],"hipR":[24,13.1],"knR":[47,132.8],"ftR":[51.7,222.7],"hipL":[-26.8,2.2],"knL":[-25.6,124.2],"ftL":[-24.9,248.6]},{"rootY":6.3,"hips":[0,0],"chest":[1.5,-92.8],"neck":[-5.7,-162.5],"head":[3.5,-197],"shR":[49.5,-145.3],"elR":[55.4,-146],"haR":[51,-147.3],"shL":[-55.3,-136.9],"elL":[-47,-149],"haL":[-44.5,-158.2],"hipR":[23.7,13.5],"knR":[50.3,133.5],"ftR":[52.5,216.4],"hipL":[-26.6,1.7],"knL":[-24.7,124.3],"ftL":[-22.5,249]},{"rootY":6.8,"hips":[0,0],"chest":[0,-92.5],"neck":[-7.2,-162.2],"head":[2.3,-196.6],"shR":[48.2,-144.5],"elR":[54.7,-145],"haR":[50.9,-146.2],"shL":[-56.8,-137.5],"elL":[-47.5,-151.7],"haL":[-44.7,-162.8],"hipR":[23.3,14.3],"knR":[53.5,133.7],"ftR":[51.7,209.8],"hipL":[-26.5,0.8],"knL":[-24,123.8],"ftL":[-20.4,248.6]},{"rootY":7.1,"hips":[0,0],"chest":[-1,-92.3],"neck":[-8.5,-161.9],"head":[0.5,-196.5],"shR":[47.1,-144.1],"elR":[54.4,-143.5],"haR":[50.3,-144.1],"shL":[-57.9,-137.3],"elL":[-47.5,-153.4],"haL":[-44.4,-166.2],"hipR":[23.1,14.7],"knR":[55.4,132.9],"ftR":[49.7,205.5],"hipL":[-26.5,0.3],"knL":[-23.6,123.4],"ftL":[-18.7,248.3]},{"rootY":6.8,"hips":[0,0],"chest":[-1.9,-92.1],"neck":[-9.8,-161.7],"head":[-1.7,-196.7],"shR":[45.9,-144.5],"elR":[53.9,-141.7],"haR":[49.5,-140.7],"shL":[-59,-136.4],"elL":[-47.3,-153.8],"haL":[-43.3,-167.8],"hipR":[23.2,14.5],"knR":[55.9,131.1],"ftR":[47.1,205.4],"hipL":[-26.6,0.4],"knL":[-23.3,123.6],"ftL":[-17.8,248.6]},{"rootY":6.2,"hips":[0,0],"chest":[-2.8,-92.2],"neck":[-11.1,-161.7],"head":[-4.2,-197],"shR":[44.7,-145.1],"elR":[53,-140],"haR":[48.8,-137],"shL":[-60.2,-135.5],"elL":[-46.9,-153.5],"haL":[-41.1,-167.9],"hipR":[23.5,14.2],"knR":[55.5,128.7],"ftR":[45.4,209.5],"hipL":[-26.7,0.9],"knL":[-22.8,124],"ftL":[-17.6,249.2]},{"rootY":5.8,"hips":[0,0],"chest":[-3.7,-92.4],"neck":[-12.3,-161.8],"head":[-6.6,-197.4],"shR":[43.4,-145.5],"elR":[51.6,-138.7],"haR":[48.1,-134.1],"shL":[-61.4,-135],"elL":[-46.1,-153.1],"haL":[-38.1,-167.7],"hipR":[23.8,13.9],"knR":[54.4,125.9],"ftR":[45.6,216.6],"hipL":[-26.8,1.2],"knL":[-22.3,124.3],"ftL":[-17.6,249.6]},{"rootY":5.5,"hips":[0,0],"chest":[-4.5,-92.5],"neck":[-13.3,-161.8],"head":[-8.7,-197.6],"shR":[42.3,-145.5],"elR":[50.2,-137.6],"haR":[47,-131.6],"shL":[-62.4,-134.7],"elL":[-45,-152.6],"haL":[-35.1,-167.2],"hipR":[24,13.6],"knR":[53,123.3],"ftR":[47.8,225.3],"hipL":[-26.9,1.6],"knL":[-22.1,124.7],"ftL":[-17.7,249.9]},{"rootY":5.3,"hips":[0,0],"chest":[-4.9,-92.5],"neck":[-13.9,-161.8],"head":[-10.1,-197.7],"shR":[41.6,-145.4],"elR":[49.3,-136.3],"haR":[46,-129.2],"shL":[-63,-134.6],"elL":[-43.7,-152.1],"haL":[-32.2,-166.4],"hipR":[24.2,13.3],"knR":[52.4,121.2],"ftR":[50.9,234.4],"hipL":[-27,1.8],"knL":[-22.1,124.9],"ftL":[-17.7,250.1]},{"rootY":5.3,"hips":[0,0],"chest":[-4.7,-92.5],"neck":[-13.8,-161.7],"head":[-10.7,-197.8],"shR":[41.6,-145.2],"elR":[49.1,-134.9],"haR":[45.3,-126.8],"shL":[-63,-134.6],"elL":[-42.3,-151.5],"haL":[-29.8,-165.2],"hipR":[24.4,13.2],"knR":[52.9,120.2],"ftR":[54.5,241.5],"hipL":[-27.1,2],"knL":[-22.4,125.1],"ftL":[-17.8,250.2]},{"rootY":5.3,"hips":[0,0],"chest":[-4.1,-92.6],"neck":[-13.3,-161.8],"head":[-10.5,-197.9],"shR":[42,-144.9],"elR":[49.2,-133.4],"haR":[44.9,-124.6],"shL":[-62.7,-134.5],"elL":[-41.2,-150.7],"haL":[-28,-163.7],"hipR":[24.5,13.1],"knR":[53.7,119.9],"ftR":[58.5,244.9],"hipL":[-27.2,2.1],"knL":[-22.6,125.1],"ftL":[-18,250.3]},{"rootY":5.2,"hips":[0,0],"chest":[-3.4,-92.8],"neck":[-12.4,-161.9],"head":[-9.7,-198.1],"shR":[42.5,-144.1],"elR":[48.9,-132],"haR":[44,-122.6],"shL":[-62.1,-134.6],"elL":[-40.6,-149.8],"haL":[-27.2,-162],"hipR":[24.6,12.9],"knR":[53.1,120.5],"ftR":[62.9,244.6],"hipL":[-27.3,2.3],"knL":[-22.8,125.3],"ftL":[-18.4,250.3]},{"rootY":5.3,"hips":[0,0],"chest":[-2.9,-92.9],"neck":[-11.3,-162.1],"head":[-8.8,-198.2],"shR":[43.2,-143.3],"elR":[48.3,-130.8],"haR":[42.3,-121],"shL":[-61.5,-135.2],"elL":[-40.4,-149.1],"haL":[-27.4,-160.2],"hipR":[24.7,12.9],"knR":[51,121.7],"ftR":[66.8,241.5],"hipL":[-27.4,2.4],"knL":[-23.3,125.3],"ftL":[-19.4,250.3]},{"rootY":5.6,"hips":[0,0],"chest":[-2.3,-92.9],"neck":[-9.9,-162.2],"head":[-7.8,-198.4],"shR":[44.1,-142.8],"elR":[47.6,-129.9],"haR":[40.2,-120],"shL":[-60.8,-136.6],"elL":[-40.5,-148.9],"haL":[-28.4,-158.7],"hipR":[24.7,12.9],"knR":[49.3,122.1],"ftR":[69.9,237.4],"hipL":[-27.5,2.3],"knL":[-23.9,125.2],"ftL":[-20.8,250]},{"rootY":5.8,"hips":[0,0],"chest":[-1.6,-92.8],"neck":[-8.5,-162.3],"head":[-6.8,-198.5],"shR":[45,-142.4],"elR":[47,-129.1],"haR":[38.2,-119.2],"shL":[-60,-137.7],"elL":[-40.6,-148.7],"haL":[-29.8,-157.3],"hipR":[24.8,12.8],"knR":[49.6,121.1],"ftR":[72.5,234.2],"hipL":[-27.6,2.4],"knL":[-24.8,125.3],"ftL":[-22.6,249.8]},{"rootY":5.8,"hips":[0,0],"chest":[-1.1,-92.7],"neck":[-7.2,-162.2],"head":[-5.8,-198.5],"shR":[45.8,-141.8],"elR":[46.5,-128.5],"haR":[36.3,-118.8],"shL":[-59.2,-138.2],"elL":[-40.7,-148.4],"haL":[-31.3,-156.2],"hipR":[25,12.4],"knR":[51.3,118.9],"ftR":[74.6,232.5],"hipL":[-27.7,2.8],"knL":[-25.8,125.5],"ftL":[-24.7,249.7]},{"rootY":5.9,"hips":[0,0],"chest":[-0.8,-92.3],"neck":[-6.3,-161.9],"head":[-5.2,-198.2],"shR":[46.3,-141],"elR":[45.9,-128.1],"haR":[34.4,-119],"shL":[-58.7,-138.8],"elL":[-41.1,-148.3],"haL":[-32.8,-155.5],"hipR":[25.2,12],"knR":[52.8,116.4],"ftR":[75.5,232.3],"hipL":[-27.6,3.2],"knL":[-27.2,125.7],"ftL":[-27.3,249.6]},{"rootY":6.2,"hips":[0,0],"chest":[-0.5,-92.1],"neck":[-5.7,-161.7],"head":[-4.9,-198],"shR":[46.6,-140.2],"elR":[45.1,-128.1],"haR":[32.5,-119.9],"shL":[-58.4,-139.9],"elL":[-41.8,-148.7],"haL":[-34.4,-155.3],"hipR":[25.4,11.6],"knR":[53,113.9],"ftR":[74.8,232.8],"hipL":[-27.6,3.7],"knL":[-28.9,125.7],"ftL":[-30.6,249.2]},{"rootY":6.9,"hips":[0,0],"chest":[-0.1,-91.9],"neck":[-5.2,-161.6],"head":[-4.8,-197.9],"shR":[46.8,-139.6],"elR":[44.4,-128.6],"haR":[30.9,-121.6],"shL":[-58.1,-140.8],"elL":[-42.5,-149.3],"haL":[-36,-155.6],"hipR":[25.5,11.3],"knR":[51.4,111.6],"ftR":[72.9,233.2],"hipL":[-27.6,4],"knL":[-30.9,125.4],"ftL":[-34.5,248.4]},{"rootY":8.3,"hips":[0,0],"chest":[0.5,-91.7],"neck":[-4.7,-161.5],"head":[-4.9,-197.7],"shR":[47.3,-139.3],"elR":[44.1,-129.8],"haR":[29.7,-124.1],"shL":[-57.6,-140.9],"elL":[-43.1,-149.9],"haL":[-37.7,-156.6],"hipR":[25.6,11.2],"knR":[48.2,110.6],"ftR":[70.1,233.7],"hipL":[-27.6,4.1],"knL":[-33.1,124.7],"ftL":[-38.9,247]},{"rootY":10.3,"hips":[0,0],"chest":[1.6,-91.5],"neck":[-4,-161.2],"head":[-5.1,-197.4],"shR":[47.9,-139.2],"elR":[44.2,-131.5],"haR":[29,-127.5],"shL":[-56.9,-140.4],"elL":[-43.4,-150.5],"haL":[-39,-158.1],"hipR":[25.5,11.3],"knR":[44.3,111.8],"ftR":[66.3,235.2],"hipL":[-27.6,4.1],"knL":[-35.5,123.7],"ftL":[-43.7,244.9]},{"rootY":12.9,"hips":[0,0],"chest":[2.9,-91.4],"neck":[-3.5,-161.1],"head":[-5.6,-197.2],"shR":[48.6,-139.1],"elR":[44.4,-133.8],"haR":[28.4,-132.4],"shL":[-56.2,-139.7],"elL":[-43.9,-150.9],"haL":[-40.3,-159.6],"hipR":[25.5,11.3],"knR":[39.3,113.9],"ftR":[60.9,236.8],"hipL":[-27.6,4],"knL":[-38.2,122.8],"ftL":[-49.2,242.2]},{"rootY":16,"hips":[0,0],"chest":[3.7,-91.6],"neck":[-3.4,-161.4],"head":[-6.8,-197.2],"shR":[48.7,-138.9],"elR":[44.1,-136.9],"haR":[26.7,-139.3],"shL":[-55.9,-138.3],"elL":[-44.8,-150.6],"haL":[-42.3,-160],"hipR":[25.6,11.1],"knR":[32.3,115],"ftR":[54,236.6],"hipL":[-27.6,4.3],"knL":[-41.5,122.3],"ftL":[-55.7,238.9]},{"rootY":18.6,"hips":[0,0],"chest":[3.3,-92],"neck":[-4.2,-161.7],"head":[-8.8,-197.2],"shR":[47.9,-138.7],"elR":[43.2,-140.8],"haR":[23.4,-148.5],"shL":[-56.3,-135.9],"elL":[-46.2,-148.3],"haL":[-44.8,-157.3],"hipR":[26,10.2],"knR":[23.7,114.6],"ftR":[46.2,234.6],"hipL":[-27.4,5.3],"knL":[-45.1,122.6],"ftL":[-62.9,235.3]},{"rootY":19.5,"hips":[0,0],"chest":[1.7,-92.2],"neck":[-5.8,-161.9],"head":[-10.9,-197.2],"shR":[46.2,-138.7],"elR":[41.9,-145.2],"haR":[19.3,-158.8],"shL":[-57.3,-133.3],"elL":[-47.4,-143.8],"haL":[-46.2,-150.5],"hipR":[26.5,8.9],"knR":[16.3,114.6],"ftR":[38.6,233.3],"hipL":[-27.1,6.6],"knL":[-48.3,123.9],"ftL":[-69.5,231.7]},{"rootY":18.2,"hips":[0,0],"chest":[-0.4,-92.5],"neck":[-8,-162.2],"head":[-12.4,-197.5],"shR":[44.2,-139.5],"elR":[40.9,-150],"haR":[15.4,-169.3],"shL":[-59,-132],"elL":[-47.9,-138.1],"haL":[-45.5,-140.8],"hipR":[26.9,7.6],"knR":[12,115.9],"ftR":[31.7,234.6],"hipL":[-26.7,8],"knL":[-51.1,126.3],"ftL":[-73.8,227.8]},{"rootY":15.7,"hips":[0,0],"chest":[-2.4,-93.2],"neck":[-10.2,-162.8],"head":[-13.1,-198.3],"shR":[42.3,-141.2],"elR":[40,-155.3],"haR":[12.3,-179.5],"shL":[-60.9,-132.2],"elL":[-47.9,-133.1],"haL":[-43.5,-131.2],"hipR":[27.1,6.4],"knR":[10.1,117.8],"ftR":[25.7,237.3],"hipL":[-26.4,9.1],"knL":[-54,128.5],"ftL":[-75.1,222.9]},{"rootY":13.4,"hips":[0,0],"chest":[-3.6,-94],"neck":[-11.6,-163.6],"head":[-12.9,-199.2],"shR":[41.3,-143.7],"elR":[39.4,-161],"haR":[10.8,-189],"shL":[-62.3,-133.2],"elL":[-47.6,-129.5],"haL":[-41.3,-123.7],"hipR":[27.3,5.6],"knR":[8.8,119.4],"ftR":[21,239.6],"hipL":[-26,10],"knL":[-56.3,129.4],"ftL":[-73.6,217.2]},{"rootY":11.7,"hips":[0,0],"chest":[-3.9,-94.6],"neck":[-11.8,-164.2],"head":[-11.8,-199.9],"shR":[41.4,-146],"elR":[39.6,-166.3],"haR":[11.1,-196.8],"shL":[-62.6,-134],"elL":[-47.1,-127.1],"haL":[-39.7,-118.3],"hipR":[27.3,5.1],"knR":[8.2,120.6],"ftR":[17.7,241.1],"hipL":[-25.8,10.4],"knL":[-57.1,128.8],"ftL":[-70.2,212]},{"rootY":10.6,"hips":[0,0],"chest":[-3.5,-95],"neck":[-11,-164.7],"head":[-9.9,-200.5],"shR":[42.3,-147.4],"elR":[40.6,-170.2],"haR":[12.6,-202.2],"shL":[-62,-134.5],"elL":[-46.7,-125.2],"haL":[-38.8,-114.4],"hipR":[27.3,5.1],"knR":[8.7,121.6],"ftR":[15.5,242.2],"hipL":[-25.8,10.5],"knL":[-57.2,126.9],"ftL":[-66,209.1]},{"rootY":9.9,"hips":[0,0],"chest":[-2.8,-95.3],"neck":[-9.7,-164.9],"head":[-7.8,-200.8],"shR":[43.4,-147.7],"elR":[42,-172.1],"haR":[14.5,-204.7],"shL":[-61,-135.1],"elL":[-46.6,-123.9],"haL":[-38.8,-111.6],"hipR":[27.3,5.3],"knR":[9.9,122.6],"ftR":[13.8,243],"hipL":[-25.9,10.3],"knL":[-57.3,124.3],"ftL":[-61.9,209.7]},{"rootY":9.3,"hips":[0,0],"chest":[-2.3,-95.4],"neck":[-8.3,-165],"head":[-5.7,-201],"shR":[44.6,-147.3],"elR":[43.5,-171.9],"haR":[16.6,-204.4],"shL":[-60,-135.9],"elL":[-46.7,-123.2],"haL":[-39.7,-109.9],"hipR":[27.3,5.5],"knR":[11.1,123.3],"ftR":[12.4,243.5],"hipL":[-26,10.1],"knL":[-57.6,121.6],"ftL":[-58.7,213.4]},{"rootY":8.8,"hips":[0,0],"chest":[-1.8,-95.4],"neck":[-7.1,-165],"head":[-3.8,-201],"shR":[45.8,-146.9],"elR":[45.4,-170.1],"haR":[18.9,-201.8],"shL":[-59.1,-136.9],"elL":[-46.8,-123.2],"haL":[-40.9,-109.1],"hipR":[27.3,5.6],"knR":[12,124.1],"ftR":[11.3,244],"hipL":[-26.1,10],"knL":[-57.4,119.4],"ftL":[-57.2,219.1]},{"rootY":8.1,"hips":[0,0],"chest":[-1.6,-95.2],"neck":[-6.3,-164.8],"head":[-2.1,-200.7],"shR":[46.6,-146.8],"elR":[47.3,-167.4],"haR":[21.3,-197.2],"shL":[-58.5,-137.6],"elL":[-47,-123.4],"haL":[-41.9,-108.7],"hipR":[27.3,5.7],"knR":[12.9,125.1],"ftR":[10.5,244.7],"hipL":[-26.1,9.8],"knL":[-56.8,117.6],"ftL":[-57.6,225.2]},{"rootY":7.4,"hips":[0,0],"chest":[-1.8,-95],"neck":[-5.9,-164.4],"head":[-0.7,-200.3],"shR":[47,-146.7],"elR":[48.7,-164.3],"haR":[23.5,-191.5],"shL":[-58.3,-138.4],"elL":[-47.3,-123.6],"haL":[-42.5,-108.6],"hipR":[27.3,5.8],"knR":[13.8,126],"ftR":[9.7,245.5],"hipL":[-26.2,9.8],"knL":[-56,116.2],"ftL":[-59.5,230.4]},{"rootY":6.8,"hips":[0,0],"chest":[-2.1,-94.8],"neck":[-5.5,-164.2],"head":[0.6,-200],"shR":[47.3,-146.3],"elR":[49.4,-161],"haR":[25.5,-185.2],"shL":[-58.2,-139.3],"elL":[-47.8,-123.8],"haL":[-43,-108.5],"hipR":[27.3,5.8],"knR":[14.6,126.7],"ftR":[9.2,246.1],"hipL":[-26.2,9.7],"knL":[-55,115],"ftL":[-61.8,234.1]},{"rootY":6.4,"hips":[0,0],"chest":[-2.1,-94.7],"neck":[-4.9,-164.1],"head":[2,-199.8],"shR":[47.8,-145.7],"elR":[49.8,-157.5],"haR":[27.3,-178.6],"shL":[-57.8,-140.2],"elL":[-48,-124.2],"haL":[-43.5,-108.5],"hipR":[27.3,5.9],"knR":[15.2,127.3],"ftR":[9.1,246.5],"hipL":[-26.2,9.7],"knL":[-53.7,113.9],"ftL":[-63.3,236.2]},{"rootY":6.1,"hips":[0,0],"chest":[-1.8,-94.8],"neck":[-4,-164],"head":[3.3,-199.6],"shR":[48.5,-145.2],"elR":[50.3,-154.1],"haR":[28.7,-172],"shL":[-57.1,-140.8],"elL":[-47.8,-124.6],"haL":[-43.7,-108.7],"hipR":[27.3,6],"knR":[16,127.9],"ftR":[9.3,246.7],"hipL":[-26.2,9.5],"knL":[-52.1,113],"ftL":[-63.9,237.1]},{"rootY":6,"hips":[0,0],"chest":[-1.6,-94.8],"neck":[-3.1,-164],"head":[4.4,-199.6],"shR":[49.3,-144.9],"elR":[50.9,-150.9],"haR":[29.7,-165.7],"shL":[-56.2,-141.4],"elL":[-47.4,-125.1],"haL":[-43.8,-109],"hipR":[27.2,6.2],"knR":[16.7,128.4],"ftR":[9.8,246.7],"hipL":[-26.2,9.3],"knL":[-50.5,112.5],"ftL":[-63.9,237.1]},{"rootY":6.1,"hips":[0,0],"chest":[-1.4,-94.9],"neck":[-2.5,-164.1],"head":[5.2,-199.6],"shR":[49.9,-144.7],"elR":[51.3,-148.1],"haR":[30.4,-160.1],"shL":[-55.5,-141.9],"elL":[-46.9,-125.6],"haL":[-43.7,-109.5],"hipR":[27.2,6.3],"knR":[17.4,128.8],"ftR":[10.4,246.5],"hipL":[-26.2,9.2],"knL":[-48.6,112.8],"ftL":[-62.9,236.7]},{"rootY":6.3,"hips":[0,0],"chest":[-1.4,-95.2],"neck":[-2.1,-164.3],"head":[5.8,-199.7],"shR":[50.3,-144.2],"elR":[51.5,-145.4],"haR":[30.8,-155.1],"shL":[-55.1,-142.4],"elL":[-46.6,-126.2],"haL":[-43.5,-109.9],"hipR":[27.2,6.2],"knR":[18.1,129],"ftR":[11,246.3],"hipL":[-26.2,9.3],"knL":[-46.3,113.8],"ftL":[-60.6,236]},{"rootY":6.6,"hips":[0,0],"chest":[-1.7,-95.6],"neck":[-2.1,-164.6],"head":[6,-200],"shR":[50.3,-143.7],"elR":[51.4,-143.1],"haR":[31.1,-150.8],"shL":[-55,-142.8],"elL":[-46.5,-126.7],"haL":[-43.3,-110.4],"hipR":[27.3,6],"knR":[18.9,128.9],"ftR":[11.7,245.9],"hipL":[-26.2,9.6],"knL":[-43.6,115.4],"ftL":[-57.2,235]},{"rootY":7.1,"hips":[0,0],"chest":[-2.2,-95.9],"neck":[-2.5,-164.9],"head":[5.9,-200.2],"shR":[49.9,-143.2],"elR":[51,-140.9],"haR":[31.1,-147],"shL":[-55.3,-143],"elL":[-46.7,-127.3],"haL":[-43.2,-111.6],"hipR":[27.4,5.7],"knR":[19.8,128.5],"ftR":[12.4,245.4],"hipL":[-26.1,9.9],"knL":[-40.5,117.6],"ftL":[-52.5,234.6]},{"rootY":7.7,"hips":[0,0],"chest":[-2.7,-96.2],"neck":[-2.8,-165.2],"head":[5.8,-200.5],"shR":[49.5,-142.6],"elR":[50.7,-138.6],"haR":[30.9,-143.1],"shL":[-55.6,-143],"elL":[-46.9,-128.3],"haL":[-43,-113.5],"hipR":[27.4,5.5],"knR":[20.9,127.9],"ftR":[13.6,244.7],"hipL":[-26,10.1],"knL":[-36.4,120.3],"ftL":[-45.7,235.9]},{"rootY":8.5,"hips":[0,0],"chest":[-3.2,-96.7],"neck":[-3,-165.7],"head":[5.8,-200.9],"shR":[49.3,-141.4],"elR":[50.5,-135.1],"haR":[30.6,-138.2],"shL":[-55.8,-142.5],"elL":[-46.8,-129.6],"haL":[-43.1,-116],"hipR":[27.4,5.6],"knR":[22,127.3],"ftR":[15.1,243.6],"hipL":[-26.1,10],"knL":[-31.5,123.4],"ftL":[-37.1,238.4]},{"rootY":9.4,"hips":[0,0],"chest":[-4,-97.1],"neck":[-3.2,-166.1],"head":[5.8,-201.3],"shR":[49,-139.6],"elR":[50.3,-130.4],"haR":[30.5,-131.4],"shL":[-56,-141.9],"elL":[-47.2,-131.1],"haL":[-43.2,-119.7],"hipR":[27.3,5.8],"knR":[23.2,126.9],"ftR":[16.8,242.2],"hipL":[-26.2,9.8],"knL":[-27.4,125.5],"ftL":[-29.6,240.4]},{"rootY":10.3,"hips":[0,0],"chest":[-4.2,-97.4],"neck":[-2.8,-166.3],"head":[5.9,-201.5],"shR":[48.9,-137.6],"elR":[49.8,-124.8],"haR":[31.1,-122.3],"shL":[-56.1,-141.2],"elL":[-48,-133],"haL":[-42.7,-125],"hipR":[27.1,6.6],"knR":[24.7,127],"ftR":[19.1,240.6],"hipL":[-26.4,9.1],"knL":[-25.3,125.7],"ftL":[-24.9,241]},{"rootY":10.5,"hips":[0,0],"chest":[-2.5,-97.2],"neck":[-1.1,-166.1],"head":[6.9,-201.4],"shR":[50.1,-135.7],"elR":[49.6,-119],"haR":[32.9,-111.1],"shL":[-54.8,-140.6],"elL":[-48.3,-135.6],"haL":[-41.4,-131.5],"hipR":[26.7,8.1],"knR":[26.7,127.9],"ftR":[22.7,239.1],"hipL":[-26.9,7.5],"knL":[-24.4,124.5],"ftL":[-21.7,241.4]},{"rootY":9.3,"hips":[0,0],"chest":[1.2,-96.9],"neck":[2,-165.8],"head":[8.9,-201.3],"shR":[52.9,-135.1],"elR":[49.8,-113.7],"haR":[35,-99],"shL":[-51.9,-140.3],"elL":[-47.6,-139.1],"haL":[-39.7,-139],"hipR":[26.1,9.9],"knR":[29.2,129.1],"ftR":[27.2,237.4],"hipL":[-27.3,5.8],"knL":[-22.9,123.8],"ftL":[-18.1,242.7]},{"rootY":7.4,"hips":[0,0],"chest":[5,-96.7],"neck":[5.6,-165.8],"head":[10.9,-201.5],"shR":[56.2,-136.2],"elR":[50.1,-109.3],"haR":[36.2,-87.8],"shL":[-48.5,-140.5],"elL":[-46.7,-143.4],"haL":[-38.5,-147.4],"hipR":[25.7,10.9],"knR":[32.1,130],"ftR":[31.7,235],"hipL":[-27.5,4.6],"knL":[-20.9,124.2],"ftL":[-13.7,244.6]},{"rootY":5.9,"hips":[0,0],"chest":[7.6,-96.9],"neck":[8.3,-166.1],"head":[12.3,-201.9],"shR":[58.6,-137.8],"elR":[50.6,-105.9],"haR":[36.5,-79.4],"shL":[-46,-141.4],"elL":[-46.1,-148.7],"haL":[-37.9,-157.2],"hipR":[25.3,11.5],"knR":[35.5,130.9],"ftR":[35.8,231.8],"hipL":[-27.5,4.1],"knL":[-19.2,124.7],"ftL":[-10,246]},{"rootY":5.3,"hips":[0,0],"chest":[8.9,-97.1],"neck":[10,-166.3],"head":[13.5,-202.1],"shR":[60.1,-138.2],"elR":[51.7,-103],"haR":[37,-73.7],"shL":[-44.6,-142.5],"elL":[-45.6,-154.6],"haL":[-37.1,-167.5],"hipR":[24.9,12.2],"knR":[40,132.5],"ftR":[40.3,227.2],"hipL":[-27.6,3.2],"knL":[-17.7,124.5],"ftL":[-6.8,246.6]},{"rootY":5.5,"hips":[0,0],"chest":[9.6,-97.2],"neck":[10.9,-166.3],"head":[14.6,-202],"shR":[60.9,-137.3],"elR":[52.9,-100.1],"haR":[38,-69.6],"shL":[-43.8,-143.5],"elL":[-45.2,-160.1],"haL":[-35.5,-176.9],"hipR":[24.3,13.3],"knR":[45.6,134],"ftR":[45.7,220.7],"hipL":[-27.6,2.1],"knL":[-16.2,123.8],"ftL":[-3.7,246.6]},{"rootY":6.1,"hips":[0,0],"chest":[9.7,-97],"neck":[11.3,-166.1],"head":[15.4,-201.7],"shR":[61.3,-136.2],"elR":[53.7,-97.6],"haR":[38.6,-66.5],"shL":[-43.4,-144.6],"elL":[-44.5,-164.8],"haL":[-33.4,-184.6],"hipR":[23.6,14.4],"knR":[50.8,134.5],"ftR":[51.4,213],"hipL":[-27.5,0.8],"knL":[-14.8,122.9],"ftL":[-0.5,246.1]},{"rootY":6.7,"hips":[0,0],"chest":[9.4,-96.8],"neck":[11.2,-165.8],"head":[15.5,-201.4],"shR":[61.3,-135.6],"elR":[53.7,-95.7],"haR":[38.1,-64],"shL":[-43.4,-145.3],"elL":[-43.5,-167.9],"haL":[-31.7,-189.7],"hipR":[23,15.2],"knR":[53.4,133.3],"ftR":[55.4,206.2],"hipL":[-27.4,-0.2],"knL":[-13.8,122.2],"ftL":[1.6,245.7]},{"rootY":6.6,"hips":[0,0],"chest":[8.8,-96.7],"neck":[10.4,-165.5],"head":[14.7,-201.1],"shR":[60.8,-135.5],"elR":[53,-94.4],"haR":[36.9,-61.8],"shL":[-43.9,-145.3],"elL":[-42.5,-169],"haL":[-30.6,-191.7],"hipR":[22.8,15.4],"knR":[53,131.1],"ftR":[56.6,201.8],"hipL":[-27.4,-0.5],"knL":[-13.2,121.8],"ftL":[2.5,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[7.5,-96.8],"neck":[8.6,-165.5],"head":[12.8,-201.2],"shR":[59.5,-136],"elR":[51.6,-93.7],"haR":[35.7,-60],"shL":[-45.3,-144.9],"elL":[-42.1,-168],"haL":[-30.2,-190.1],"hipR":[23.1,15.1],"knR":[50,128.3],"ftR":[55.1,201.6],"hipL":[-27.5,-0.1],"knL":[-12.9,122.2],"ftL":[2.2,246.5]},{"rootY":4.6,"hips":[0,0],"chest":[5.6,-97],"neck":[6.1,-165.7],"head":[10.3,-201.4],"shR":[57.4,-137],"elR":[50,-93.9],"haR":[34.9,-59.1],"shL":[-47.5,-144.7],"elL":[-42.5,-165.4],"haL":[-30.4,-185.2],"hipR":[23.7,14.3],"knR":[45.9,125.1],"ftR":[51.8,206.1],"hipL":[-27.6,0.8],"knL":[-13.2,123.2],"ftL":[1.4,247.6]},{"rootY":3.5,"hips":[0,0],"chest":[3.4,-97.2],"neck":[3.3,-165.7],"head":[7.6,-201.5],"shR":[55,-138.1],"elR":[48.5,-95],"haR":[34.8,-60],"shL":[-49.9,-144.9],"elL":[-43,-161.9],"haL":[-30.7,-178.2],"hipR":[24.3,13.6],"knR":[41.8,121.5],"ftR":[48.5,213.5],"hipL":[-27.7,1.7],"knL":[-13.9,124.1],"ftL":[0.2,248.6]},{"rootY":3,"hips":[0,0],"chest":[1.6,-97.1],"neck":[0.7,-165.6],"head":[5.1,-201.4],"shR":[52.8,-138.7],"elR":[47.6,-96.7],"haR":[35.3,-62.4],"shL":[-52.1,-144.6],"elL":[-43.3,-157.5],"haL":[-31.1,-169.8],"hipR":[24.5,13.2],"knR":[38.6,118.1],"ftR":[46.2,221.5],"hipL":[-27.8,2.1],"knL":[-14.5,124.6],"ftL":[-0.9,249.1]},{"rootY":2.8,"hips":[0,0],"chest":[0.4,-97],"neck":[-1.3,-165.3],"head":[3,-201.2],"shR":[51.2,-139],"elR":[47.2,-98.7],"haR":[36.2,-65.7],"shL":[-53.8,-143.4],"elL":[-43.5,-151.9],"haL":[-31.2,-160],"hipR":[24.7,13.1],"knR":[36.8,115.5],"ftR":[44.9,229.1],"hipL":[-27.8,2.2],"knL":[-15,124.8],"ftL":[-1.7,249.3]},{"rootY":3,"hips":[0,0],"chest":[0,-96.9],"neck":[-2.6,-165.1],"head":[1.5,-201.1],"shR":[50.4,-139.3],"elR":[47.7,-100.8],"haR":[37.5,-69.4],"shL":[-54.6,-142],"elL":[-43.3,-145.5],"haL":[-31.2,-149.1],"hipR":[24.7,13.1],"knR":[36.1,114],"ftR":[43.5,235.4],"hipL":[-27.8,2.3],"knL":[-15.3,124.8],"ftL":[-2.2,249.2]},{"rootY":3.3,"hips":[0,0],"chest":[0.3,-96.8],"neck":[-3,-164.9],"head":[0.4,-201],"shR":[50.3,-139.5],"elR":[49.1,-103],"haR":[39.2,-73.7],"shL":[-54.7,-141],"elL":[-42.3,-139.4],"haL":[-31.3,-138.1],"hipR":[24.6,13.2],"knR":[35.6,113.9],"ftR":[41.4,238.9],"hipL":[-27.8,2.1],"knL":[-15.4,124.6],"ftL":[-2.5,248.9]},{"rootY":3.9,"hips":[0,0],"chest":[0.7,-96.8],"neck":[-3.1,-164.7],"head":[-0.5,-200.9],"shR":[50.5,-139.5],"elR":[50.9,-105.1],"haR":[41.1,-78.5],"shL":[-54.3,-140.3],"elL":[-40.6,-134.2],"haL":[-31.7,-127.5],"hipR":[24.6,13.3],"knR":[34.7,115.1],"ftR":[38.7,238.8],"hipL":[-27.9,2],"knL":[-15.5,124.3],"ftL":[-2.8,248.3]},{"rootY":4.7,"hips":[0,0],"chest":[1.2,-96.7],"neck":[-3.3,-164.6],"head":[-1.6,-200.9],"shR":[50.6,-139.3],"elR":[52.7,-107.1],"haR":[42.9,-83.3],"shL":[-54.2,-139.1],"elL":[-39.2,-129.1],"haL":[-32.3,-117.5],"hipR":[24.6,13.3],"knR":[32.5,117.3],"ftR":[35.4,235.5],"hipL":[-27.9,2],"knL":[-15.8,124],"ftL":[-3.3,247.7]},{"rootY":5.7,"hips":[0,0],"chest":[1.5,-96.6],"neck":[-3.5,-164.5],"head":[-2.8,-200.8],"shR":[50.6,-139.4],"elR":[54.3,-109.1],"haR":[44.6,-88.2],"shL":[-54.4,-137.7],"elL":[-38.9,-123.8],"haL":[-32.6,-108.2],"hipR":[24.5,13.3],"knR":[28.7,119.1],"ftR":[30.8,231.1],"hipL":[-27.9,2],"knL":[-16.4,123.7],"ftL":[-4.2,246.7]},{"rootY":7.1,"hips":[0,0],"chest":[1.7,-96.5],"neck":[-3.7,-164.5],"head":[-3.8,-200.8],"shR":[50.6,-139.4],"elR":[55.9,-111.3],"haR":[46.4,-93.3],"shL":[-54.5,-136.6],"elL":[-38.7,-119.1],"haL":[-32.9,-100.7],"hipR":[24.5,13.4],"knR":[25,119.4],"ftR":[24.9,228.6],"hipL":[-27.9,2],"knL":[-17.2,123.4],"ftL":[-5.4,245.4]},{"rootY":8.6,"hips":[0,0],"chest":[1.7,-96.4],"neck":[-3.7,-164.4],"head":[-4.5,-200.7],"shR":[50.7,-139.4],"elR":[57.7,-113.4],"haR":[48.2,-98.6],"shL":[-54.4,-136.3],"elL":[-38.3,-116.3],"haL":[-33,-95.7],"hipR":[24.6,13.2],"knR":[22.4,118.8],"ftR":[19.1,228.8],"hipL":[-27.9,2.1],"knL":[-18,123.1],"ftL":[-6.6,243.7]},{"rootY":10.2,"hips":[0,0],"chest":[1.6,-96.4],"neck":[-3.4,-164.5],"head":[-5,-200.8],"shR":[50.9,-139.6],"elR":[59.4,-115.7],"haR":[50.2,-103.8],"shL":[-54.2,-136.6],"elL":[-38.1,-115.3],"haL":[-33.1,-93.3],"hipR":[24.8,12.9],"knR":[21,118.7],"ftR":[15.2,231],"hipL":[-27.8,2.5],"knL":[-18.9,123.1],"ftL":[-7.8,241.8]},{"rootY":12,"hips":[0,0],"chest":[1.7,-96.8],"neck":[-3.1,-164.9],"head":[-5.1,-201.2],"shR":[51.2,-139.7],"elR":[61,-118.6],"haR":[52.5,-109.6],"shL":[-53.9,-136.9],"elL":[-38.6,-115.4],"haL":[-34,-93.6],"hipR":[25.1,12.2],"knR":[19.8,119.6],"ftR":[12.6,234.1],"hipL":[-27.7,3.3],"knL":[-20.2,123.6],"ftL":[-9.1,239.9]},{"rootY":13.8,"hips":[0,0],"chest":[1.3,-97.3],"neck":[-3.3,-165.4],"head":[-5.3,-201.6],"shR":[50.7,-139],"elR":[61.7,-122.6],"haR":[54.6,-117.2],"shL":[-54.3,-136.1],"elL":[-41,-116.5],"haL":[-37.2,-96.7],"hipR":[25.7,10.9],"knR":[17.5,120.9],"ftR":[8.5,236.4],"hipL":[-27.5,4.6],"knL":[-22.3,124.7],"ftL":[-11.3,237.9]},{"rootY":14.5,"hips":[0,0],"chest":[-1.1,-97.4],"neck":[-4.4,-165.6],"head":[-5.9,-201.7],"shR":[48.8,-137.1],"elR":[61.4,-126.9],"haR":[55.4,-126.7],"shL":[-55.8,-134.9],"elL":[-45.8,-118.6],"haL":[-43.5,-102.3],"hipR":[26.6,8.6],"knR":[14.7,121.8],"ftR":[2.6,237.5],"hipL":[-27,7],"knL":[-24.6,126.4],"ftL":[-14.7,236]},{"rootY":13.9,"hips":[0,0],"chest":[-5.6,-97.3],"neck":[-5.7,-165.8],"head":[-5.8,-201.7],"shR":[46.6,-135.9],"elR":[61.2,-130.9],"haR":[55.5,-136.3],"shL":[-58.2,-135.9],"elL":[-52.2,-122.5],"haL":[-51.8,-109.3],"hipR":[27.3,5.9],"knR":[13,121.8],"ftR":[-1.6,238],"hipL":[-26.2,9.7],"knL":[-26.3,128.3],"ftL":[-18.1,233.7]},{"rootY":12,"hips":[0,0],"chest":[-9.1,-97.7],"neck":[-6.4,-166.3],"head":[-4.3,-202.2],"shR":[45.6,-136.7],"elR":[62.7,-134.2],"haR":[56.1,-144.7],"shL":[-59.9,-140.5],"elL":[-58.3,-128.8],"haL":[-60,-117.7],"hipR":[27.6,4.5],"knR":[12.5,121.5],"ftR":[-2.5,239],"hipL":[-25.7,11],"knL":[-27.7,130.6],"ftL":[-19.6,229.9]},{"rootY":9.9,"hips":[0,0],"chest":[-10.2,-98.4],"neck":[-6.5,-166.9],"head":[-2,-202.5],"shR":[45.7,-138.7],"elR":[65.3,-136.9],"haR":[57.7,-152.1],"shL":[-60.2,-145.7],"elL":[-63,-136.5],"haL":[-67,-128.2],"hipR":[27.6,4.1],"knR":[12.7,121.8],"ftR":[-2.2,240.8],"hipL":[-25.5,11.4],"knL":[-29.5,132.9],"ftL":[-19.2,224.1]},{"rootY":8.3,"hips":[0,0],"chest":[-10.4,-98.8],"neck":[-6.5,-167.1],"head":[0.3,-202.5],"shR":[46,-139.9],"elR":[68,-139.5],"haR":[59.4,-159.4],"shL":[-59.9,-148.4],"elL":[-66.8,-144.3],"haL":[-72.7,-140.8],"hipR":[27.7,3.7],"knR":[12.5,122.2],"ftR":[-2.8,242.3],"hipL":[-25.3,11.8],"knL":[-33.3,134.5],"ftL":[-18.1,216.8]},{"rootY":7.2,"hips":[0,0],"chest":[-10.4,-98.8],"neck":[-5.8,-166.9],"head":[2.4,-202.1],"shR":[46.4,-139.6],"elR":[70.2,-141.9],"haR":[61.1,-165.6],"shL":[-59.6,-149],"elL":[-69.9,-151.1],"haL":[-76.7,-153],"hipR":[27.8,2.8],"knR":[12.2,122.3],"ftR":[-3.3,243.3],"hipL":[-25,12.5],"knL":[-38.3,134.9],"ftL":[-17.2,210.3]},{"rootY":6.1,"hips":[0,0],"chest":[-10.5,-98.6],"neck":[-4.4,-166.6],"head":[4.8,-201.6],"shR":[47.1,-138.6],"elR":[72.1,-143.1],"haR":[63.1,-169.3],"shL":[-59,-149.6],"elL":[-72,-156.4],"haL":[-79,-162.7],"hipR":[27.9,2.1],"knR":[12.4,122.5],"ftR":[-2.6,244.2],"hipL":[-24.6,13.2],"knL":[-43.1,134.2],"ftL":[-17,207]},{"rootY":4.9,"hips":[0,0],"chest":[-10.1,-98.4],"neck":[-2.7,-166.2],"head":[7.3,-201.1],"shR":[48.2,-137.6],"elR":[73.5,-142.8],"haR":[65.2,-169.8],"shL":[-57.9,-151],"elL":[-73,-160.8],"haL":[-80,-170.2],"hipR":[27.9,1.9],"knR":[12.7,122.9],"ftR":[-1.6,245.4],"hipL":[-24.5,13.4],"knL":[-47.1,132.6],"ftL":[-18.2,207.6]},{"rootY":3.6,"hips":[0,0],"chest":[-9.2,-98.2],"neck":[-1.1,-165.9],"head":[9.6,-200.6],"shR":[49.4,-136.8],"elR":[74.3,-141.4],"haR":[67,-167.8],"shL":[-56.5,-152.3],"elL":[-72.9,-164.8],"haL":[-80.1,-176.6],"hipR":[27.9,1.9],"knR":[13,123.4],"ftR":[-1.4,246.6],"hipL":[-24.5,13.3],"knL":[-50.1,130.4],"ftL":[-21.2,211.5]},{"rootY":2.5,"hips":[0,0],"chest":[-7.9,-98.1],"neck":[0.6,-165.7],"head":[11.6,-200.3],"shR":[50.7,-136.3],"elR":[75.1,-139.8],"haR":[68.5,-164.2],"shL":[-55.1,-153],"elL":[-71.9,-168.4],"haL":[-79,-182.4],"hipR":[27.9,2.1],"knR":[13.2,123.9],"ftR":[-1.4,247.6],"hipL":[-24.6,13.2],"knL":[-52.3,127.7],"ftL":[-25.2,217.4]},{"rootY":1.7,"hips":[0,0],"chest":[-6.7,-98],"neck":[2.2,-165.5],"head":[13.3,-200.1],"shR":[52.1,-136.1],"elR":[75.7,-138.2],"haR":[69.7,-159.5],"shL":[-53.7,-153.6],"elL":[-70.4,-171.4],"haL":[-77.1,-187],"hipR":[27.8,2.3],"knR":[13.6,124.3],"ftR":[-1,248.4],"hipL":[-24.7,13.1],"knL":[-53.7,125],"ftL":[-29.5,224.5]},{"rootY":1.2,"hips":[0,0],"chest":[-5.8,-97.9],"neck":[3.5,-165.4],"head":[14.6,-200],"shR":[53.1,-136],"elR":[75.6,-136.5],"haR":[70.5,-153.6],"shL":[-52.5,-154.4],"elL":[-68.8,-173.6],"haL":[-74.9,-190.4],"hipR":[27.8,2.5],"knR":[13.9,124.7],"ftR":[-0.4,249.1],"hipL":[-24.8,12.9],"knL":[-54.3,122.5],"ftL":[-34.2,231.7]},{"rootY":0.8,"hips":[0,0],"chest":[-5.2,-97.9],"neck":[4.2,-165.3],"head":[15.6,-199.8],"shR":[53.7,-136],"elR":[74.8,-134.1],"haR":[71.1,-146.4],"shL":[-51.8,-155.1],"elL":[-67.6,-175.3],"haL":[-72.7,-193.1],"hipR":[27.8,2.6],"knR":[14,125],"ftR":[-0.2,249.5],"hipL":[-24.8,12.7],"knL":[-53.4,120.5],"ftL":[-39.6,237.9]},{"rootY":0.5,"hips":[0,0],"chest":[-4.8,-98],"neck":[4.9,-165.2],"head":[16.8,-199.5],"shR":[54.1,-136.2],"elR":[73.4,-131.1],"haR":[71.8,-137.6],"shL":[-51.2,-155.5],"elL":[-66.5,-176.9],"haL":[-70.2,-195.5],"hipR":[27.8,2.8],"knR":[14.2,125.3],"ftR":[0.1,249.8],"hipL":[-24.9,12.6],"knL":[-50.3,119.3],"ftL":[-44.5,242.3]},{"rootY":0.4,"hips":[0,0],"chest":[-4.6,-98],"neck":[5.7,-165.1],"head":[18.1,-199.3],"shR":[54.6,-136.4],"elR":[71.7,-127.4],"haR":[72.9,-127.4],"shL":[-50.5,-156.2],"elL":[-65.3,-178.6],"haL":[-67.5,-197.8],"hipR":[27.8,2.9],"knR":[14.8,125.4],"ftR":[1.1,250],"hipL":[-25,12.5],"knL":[-45.8,119],"ftL":[-47,244.3]},{"rootY":0.5,"hips":[0,0],"chest":[-4.6,-98.1],"neck":[6.5,-164.9],"head":[19.3,-198.9],"shR":[55.1,-136.2],"elR":[69.9,-123],"haR":[74,-116.4],"shL":[-49.8,-157.1],"elL":[-63.7,-180.4],"haL":[-64.9,-200],"hipR":[27.8,3],"knR":[15.5,125.5],"ftR":[2.3,250.1],"hipL":[-25,12.4],"knL":[-40.9,119.1],"ftL":[-46.2,243.5]},{"rootY":0.7,"hips":[0,0],"chest":[-4.7,-98.1],"neck":[7,-164.8],"head":[19.9,-198.8],"shR":[55.2,-135.6],"elR":[68.4,-117.9],"haR":[74.4,-105.3],"shL":[-49.2,-157.8],"elL":[-61.8,-182.1],"haL":[-62.5,-202.4],"hipR":[27.8,3.1],"knR":[16.1,125.6],"ftR":[3.4,249.9],"hipL":[-25,12.4],"knL":[-36.6,119.3],"ftL":[-42.6,240.6]},{"rootY":1.1,"hips":[0,0],"chest":[-4.9,-98.1],"neck":[7.1,-164.8],"head":[19.9,-198.8],"shR":[55.2,-135],"elR":[67.3,-112.4],"haR":[74.1,-94.5],"shL":[-48.9,-158.3],"elL":[-60,-183.6],"haL":[-60,-204.9],"hipR":[27.8,3.1],"knR":[16.7,125.5],"ftR":[4.4,249.6],"hipL":[-25.1,12.4],"knL":[-32.5,119.4],"ftL":[-37.2,236.7]},{"rootY":1.8,"hips":[0,0],"chest":[-5.2,-98.2],"neck":[7,-164.9],"head":[19.3,-199.1],"shR":[55,-134.4],"elR":[66.6,-107.1],"haR":[73.6,-84.6],"shL":[-49,-158.4],"elL":[-58.4,-184.7],"haL":[-57.6,-206.8],"hipR":[27.7,3.1],"knR":[17.3,125.3],"ftR":[5.4,249],"hipL":[-25,12.4],"knL":[-28.8,119.2],"ftL":[-31.2,233.3]},{"rootY":2.8,"hips":[0,0],"chest":[-5.8,-98.3],"neck":[6.3,-165.1],"head":[17.8,-199.6],"shR":[54.5,-133.9],"elR":[65.8,-102.5],"haR":[73.1,-76.3],"shL":[-49.6,-158],"elL":[-57.2,-185],"haL":[-55.7,-207.9],"hipR":[27.7,3.2],"knR":[17.9,125.2],"ftR":[6.1,248.2],"hipL":[-25.1,12.3],"knL":[-26,118.9],"ftL":[-26,231.7]},{"rootY":4.1,"hips":[0,0],"chest":[-6.6,-98.4],"neck":[4.8,-165.5],"head":[15.4,-200.2],"shR":[53.6,-134.2],"elR":[64.8,-99.4],"haR":[72.2,-70.1],"shL":[-50.8,-157.3],"elL":[-56.7,-184.6],"haL":[-54.2,-207.8],"hipR":[27.6,3.3],"knR":[18.2,124.8],"ftR":[6.3,246.8],"hipL":[-25.1,12.2],"knL":[-24.2,119.7],"ftL":[-22.5,233.4]},{"rootY":5.8,"hips":[0,0],"chest":[-7.8,-98.4],"neck":[2.7,-166],"head":[12.2,-201],"shR":[52.5,-135.7],"elR":[64,-98.4],"haR":[71.1,-66.9],"shL":[-52.5,-156.4],"elL":[-56.9,-183.2],"haL":[-53,-206.2],"hipR":[27.5,3.3],"knR":[18.9,124.4],"ftR":[6.7,244.9],"hipL":[-25,12.1],"knL":[-22.6,122.1],"ftL":[-19.8,237.4]},{"rootY":7.7,"hips":[0,0],"chest":[-8.8,-98.6],"neck":[0.9,-166.6],"head":[9,-202],"shR":[51.6,-137.1],"elR":[63.4,-99.2],"haR":[70.8,-67.1],"shL":[-54,-154.3],"elL":[-56.7,-180.2],"haL":[-51.3,-202.1],"hipR":[27.2,3.9],"knR":[20.7,124.8],"ftR":[8.1,242.8],"hipL":[-25.1,11.6],"knL":[-20.9,124.9],"ftL":[-16.6,241.2]},{"rootY":8.9,"hips":[0,0],"chest":[-8.3,-98.7],"neck":[-0.1,-167.2],"head":[6.8,-202.8],"shR":[51.6,-137.8],"elR":[63.7,-101.1],"haR":[71.9,-69.8],"shL":[-54.4,-150.4],"elL":[-55.2,-174.1],"haL":[-48.4,-193.4],"hipR":[26.6,6.3],"knR":[23.6,127],"ftR":[10.9,240.9],"hipL":[-25.9,9.3],"knL":[-19.5,125.9],"ftL":[-12.5,243]},{"rootY":8.4,"hips":[0,0],"chest":[-5.3,-98.2],"neck":[-0.3,-167.3],"head":[5.3,-203],"shR":[52.7,-139.5],"elR":[65.1,-103.9],"haR":[73.7,-73.6],"shL":[-53.2,-146.4],"elL":[-52,-164.4],"haL":[-44.5,-179.1],"hipR":[25.7,9.6],"knR":[27.7,130.2],"ftR":[15.3,238.1],"hipL":[-26.8,6],"knL":[-18.4,124.8],"ftL":[-8.5,243.5]},{"rootY":6.3,"hips":[0,0],"chest":[-1.8,-97.5],"neck":[-0.2,-166.9],"head":[3.9,-202.8],"shR":[54.2,-143.7],"elR":[66.9,-108.2],"haR":[74.9,-78.3],"shL":[-51.7,-144.1],"elL":[-47.9,-152.8],"haL":[-40.6,-160.1],"hipR":[25,11.4],"knR":[33,132.9],"ftR":[20.9,232.5],"hipL":[-27.1,4.1],"knL":[-16.9,123.9],"ftL":[-5.8,244.9]},{"rootY":4.2,"hips":[0,0],"chest":[0,-97.1],"neck":[0.2,-166.5],"head":[2.2,-202.7],"shR":[55,-149.1],"elR":[68.7,-114.4],"haR":[76.1,-85.7],"shL":[-50.4,-143.9],"elL":[-43.2,-142.2],"haL":[-37.6,-140.7],"hipR":[24.7,11.7],"knR":[38.7,134],"ftR":[28,224.2],"hipL":[-27,3.8],"knL":[-15.6,124.4],"ftL":[-3.8,246.9]},{"rootY":3.4,"hips":[0,0],"chest":[0.4,-96.9],"neck":[0.6,-166.3],"head":[0.6,-202.6],"shR":[55.1,-152.6],"elR":[70.6,-121.9],"haR":[78.1,-97],"shL":[-49.1,-144.7],"elL":[-38.3,-134.2],"haL":[-34.5,-125.1],"hipR":[24.3,12.1],"knR":[43.6,133],"ftR":[35.6,215.3],"hipL":[-26.7,3.4],"knL":[-14.3,124.8],"ftL":[-1.5,248]},{"rootY":3.6,"hips":[0,0],"chest":[0.1,-96.5],"neck":[0,-165.9],"head":[-1.1,-202.2],"shR":[54.5,-152.8],"elR":[72.6,-128.7],"haR":[80,-110.1],"shL":[-48.6,-144.6],"elL":[-34.7,-127.8],"haL":[-31.2,-113.5],"hipR":[23.9,12.9],"knR":[47,130.5],"ftR":[40.8,208.4],"hipL":[-26.7,2.5],"knL":[-13.6,124.4],"ftL":[0.3,247.9]},{"rootY":3.6,"hips":[0,0],"chest":[-0.6,-96],"neck":[-1.8,-165.3],"head":[-3.4,-201.6],"shR":[53,-151.9],"elR":[74.7,-133.8],"haR":[81.2,-122.1],"shL":[-49.3,-142.7],"elL":[-33.5,-122.4],"haL":[-29,-104.8],"hipR":[23.9,13.4],"knR":[48.6,127.3],"ftR":[42.9,205.5],"hipL":[-26.9,1.9],"knL":[-13.6,124.1],"ftL":[0.9,247.9]},{"rootY":3.1,"hips":[0,0],"chest":[-1.3,-95.6],"neck":[-4.4,-164.8],"head":[-6.1,-201.1],"shR":[50.8,-152.5],"elR":[76.8,-137.7],"haR":[81.9,-132.3],"shL":[-51.3,-139.8],"elL":[-34.5,-118],"haL":[-28.3,-98.1],"hipR":[24.2,13.2],"knR":[48.6,123.7],"ftR":[43.6,208.3],"hipL":[-27.2,2.1],"knL":[-13.7,124.4],"ftL":[0.5,248.6]},{"rootY":2.1,"hips":[0,0],"chest":[-2.3,-95.5],"neck":[-7.1,-164.5],"head":[-9,-200.8],"shR":[48.4,-154],"elR":[78.3,-141.8],"haR":[82.6,-142],"shL":[-53.9,-137.3],"elL":[-36.8,-114.8],"haL":[-28.9,-93.6],"hipR":[24.7,12.6],"knR":[47.5,120.1],"ftR":[45.2,215.4],"hipL":[-27.3,2.8],"knL":[-13.8,125.2],"ftL":[0,249.6]},{"rootY":1.1,"hips":[0,0],"chest":[-3.4,-95.6],"neck":[-9.5,-164.3],"head":[-11.7,-200.6],"shR":[46.1,-154.6],"elR":[78.5,-147.1],"haR":[82.9,-151.7],"shL":[-56.5,-135.9],"elL":[-39.5,-112.9],"haL":[-30.3,-91],"hipR":[25.1,12],"knR":[46.2,117.1],"ftR":[47.6,224.5],"hipL":[-27.4,3.5],"knL":[-14.1,125.9],"ftL":[-0.6,250.5]},{"rootY":0.5,"hips":[0,0],"chest":[-4.2,-95.7],"neck":[-11.2,-164.2],"head":[-13.8,-200.4],"shR":[44.6,-154.5],"elR":[78,-153],"haR":[82.7,-161.2],"shL":[-58.6,-135.7],"elL":[-42.1,-112.1],"haL":[-32.4,-89.8],"hipR":[25.4,11.5],"knR":[45.4,115.4],"ftR":[50.1,233],"hipL":[-27.5,4],"knL":[-14.5,126.5],"ftL":[-1.2,251.1]},{"rootY":0.3,"hips":[0,0],"chest":[-4.2,-95.8],"neck":[-11.8,-164.1],"head":[-15.2,-200.3],"shR":[44.1,-154.5],"elR":[77.9,-158.3],"haR":[82.3,-169.7],"shL":[-59.5,-135.9],"elL":[-43.8,-111.8],"haL":[-34.9,-89.1],"hipR":[25.5,11.3],"knR":[45.5,114.5],"ftR":[52.4,238.3],"hipL":[-27.5,4.2],"knL":[-14.7,126.7],"ftL":[-1.5,251.2]},{"rootY":0.5,"hips":[0,0],"chest":[-3.6,-96],"neck":[-11.4,-164.2],"head":[-15.9,-200.2],"shR":[44.6,-154.7],"elR":[78.5,-161.9],"haR":[82,-176.6],"shL":[-59.4,-136],"elL":[-44.6,-111.5],"haL":[-37.6,-88.1],"hipR":[25.5,11.3],"knR":[45.7,114.4],"ftR":[53.9,239.2],"hipL":[-27.5,4.2],"knL":[-14.6,126.6],"ftL":[-1.3,251]},{"rootY":1,"hips":[0,0],"chest":[-2.7,-96.1],"neck":[-10.6,-164.2],"head":[-16.4,-200],"shR":[45.3,-154.9],"elR":[79.5,-164.3],"haR":[81.5,-182],"shL":[-58.9,-136.2],"elL":[-45,-111],"haL":[-40.4,-86.7],"hipR":[25.4,11.6],"knR":[44.7,115.1],"ftR":[53.7,235.7],"hipL":[-27.5,3.9],"knL":[-14.4,126.2],"ftL":[-0.8,250.4]},{"rootY":1.8,"hips":[0,0],"chest":[-1.9,-96.1],"neck":[-10.1,-164.2],"head":[-16.9,-199.8],"shR":[45.8,-155.3],"elR":[80.3,-166.3],"haR":[80.6,-186.1],"shL":[-58.6,-136.4],"elL":[-45.6,-110.3],"haL":[-43.2,-85],"hipR":[25.2,11.9],"knR":[41.7,115.3],"ftR":[51.8,229.2],"hipL":[-27.6,3.5],"knL":[-14.4,125.7],"ftL":[-0.7,249.4]},{"rootY":2.5,"hips":[0,0],"chest":[-1.3,-96.2],"neck":[-10.1,-164.1],"head":[-17.5,-199.6],"shR":[45.8,-155.8],"elR":[80.6,-167.8],"haR":[79.5,-188.6],"shL":[-58.7,-136.2],"elL":[-46.8,-109.2],"haL":[-45.8,-82.8],"hipR":[25.2,12.1],"knR":[38.3,114.2],"ftR":[48.4,222.6],"hipL":[-27.6,3.3],"knL":[-14.7,125.4],"ftL":[-1.1,248.5]},{"rootY":3.1,"hips":[0,0],"chest":[-1.2,-96.3],"neck":[-10.5,-164.1],"head":[-18.2,-199.4],"shR":[45.4,-156.3],"elR":[80.3,-168.7],"haR":[78.6,-189.7],"shL":[-59,-135.8],"elL":[-48.1,-107.7],"haL":[-48,-80.4],"hipR":[25.3,11.9],"knR":[35.5,112.3],"ftR":[43.7,217.7],"hipL":[-27.6,3.6],"knL":[-15.3,125.6],"ftL":[-1.7,247.8]},{"rootY":3.3,"hips":[0,0],"chest":[-1.4,-96.4],"neck":[-10.9,-164.2],"head":[-18.8,-199.5],"shR":[44.9,-156.6],"elR":[79.6,-169],"haR":[77.7,-189.8],"shL":[-59.6,-135.7],"elL":[-49.3,-106.3],"haL":[-49.7,-77.7],"hipR":[25.5,11.4],"knR":[33.2,110.1],"ftR":[37.8,215.2],"hipL":[-27.6,4.1],"knL":[-15.9,126.1],"ftL":[-2.1,247.4]},{"rootY":3.4,"hips":[0,0],"chest":[-1.4,-96.7],"neck":[-11.1,-164.4],"head":[-19.2,-199.6],"shR":[44.8,-156.4],"elR":[78.6,-168.6],"haR":[76.8,-188.9],"shL":[-60,-136],"elL":[-50.3,-105],"haL":[-50.9,-74.9],"hipR":[25.7,10.9],"knR":[30.8,108.7],"ftR":[30.8,215],"hipL":[-27.5,4.6],"knL":[-16.4,126.5],"ftL":[-2.5,246.9]},{"rootY":3.6,"hips":[0,0],"chest":[-1,-97.1],"neck":[-10.7,-164.7],"head":[-19.5,-199.8],"shR":[45.2,-155.7],"elR":[78,-167.5],"haR":[75.9,-187.4],"shL":[-60,-136.4],"elL":[-50.8,-103.9],"haL":[-51.8,-72.5],"hipR":[25.8,10.6],"knR":[28,108.7],"ftR":[23.5,216.6],"hipL":[-27.5,5],"knL":[-17.2,126.8],"ftL":[-3.1,246]},{"rootY":4.1,"hips":[0,0],"chest":[-0.3,-97.5],"neck":[-9.8,-165.1],"head":[-19.7,-199.9],"shR":[46.2,-155],"elR":[77.8,-165.9],"haR":[75,-185.2],"shL":[-59.4,-137.1],"elL":[-50.7,-103.5],"haL":[-52.4,-70.7],"hipR":[26,10.2],"knR":[24.9,109.9],"ftR":[16.2,220.4],"hipL":[-27.4,5.4],"knL":[-18,126.9],"ftL":[-3.8,244.8]},{"rootY":5,"hips":[0,0],"chest":[0.8,-97.9],"neck":[-8.2,-165.6],"head":[-19.7,-200],"shR":[47.8,-153.9],"elR":[78.4,-164],"haR":[74.6,-182.8],"shL":[-58.2,-138],"elL":[-50.2,-103.6],"haL":[-52.9,-69.5],"hipR":[26.1,9.9],"knR":[21.8,112.8],"ftR":[9.9,226.7],"hipL":[-27.3,5.7],"knL":[-18.7,126.9],"ftL":[-4.1,243.1]},{"rootY":6.2,"hips":[0,0],"chest":[2.7,-98.3],"neck":[-6,-166],"head":[-19.3,-199.7],"shR":[50,-151.9],"elR":[79.6,-162.1],"haR":[75,-180.5],"shL":[-56.3,-138.5],"elL":[-49.6,-103.4],"haL":[-53.4,-68.7],"hipR":[26.1,9.7],"knR":[18.3,117.3],"ftR":[4.7,234.4],"hipL":[-27.2,5.9],"knL":[-19.8,126.8],"ftL":[-4.4,240.9]},{"rootY":7.4,"hips":[0,0],"chest":[4.8,-98.6],"neck":[-3.7,-166.2],"head":[-18.9,-199.2],"shR":[52.1,-149.1],"elR":[80.6,-159.9],"haR":[75.7,-178.5],"shL":[-54.5,-137.4],"elL":[-49.7,-102.3],"haL":[-54.9,-68.2],"hipR":[26.3,8.9],"knR":[14.4,122],"ftR":[0.1,240.5],"hipL":[-26.8,6.7],"knL":[-21.8,127.5],"ftL":[-5.2,238.5]},{"rootY":8,"hips":[0,0],"chest":[5.8,-98.5],"neck":[-1.9,-166.3],"head":[-18.2,-198.7],"shR":[53.2,-147],"elR":[81,-157.6],"haR":[76.3,-176.4],"shL":[-53.1,-135.8],"elL":[-50.6,-101.3],"haL":[-57.5,-68.2],"hipR":[26.8,7],"knR":[11.5,124.6],"ftR":[-3.3,242.8],"hipL":[-26.2,8.6],"knL":[-24.6,129.3],"ftL":[-6.4,235.6]},{"rootY":7.7,"hips":[0,0],"chest":[4.9,-98.4],"neck":[-0.6,-166.4],"head":[-16.6,-198.9],"shR":[53.5,-146.3],"elR":[80.8,-155],"haR":[76.5,-173.3],"shL":[-52.6,-135.9],"elL":[-52.2,-101.3],"haL":[-60.4,-68.2],"hipR":[27.3,5],"knR":[11,124.2],"ftR":[-4.6,242.9],"hipL":[-25.6,10.6],"knL":[-28.4,132],"ftL":[-8.1,231]},{"rootY":6.2,"hips":[0,0],"chest":[2.8,-98.4],"neck":[-0.6,-166.4],"head":[-14.7,-199.8],"shR":[52.8,-146.2],"elR":[79.7,-151.9],"haR":[75.9,-168.7],"shL":[-53.5,-138.3],"elL":[-54.8,-102],"haL":[-63.4,-67.9],"hipR":[27.6,3.9],"knR":[11.2,123.2],"ftR":[-4.9,243.6],"hipL":[-25.2,11.6],"knL":[-33.4,134.2],"ftL":[-11.8,223.8]},{"rootY":4.8,"hips":[0,0],"chest":[0.6,-98.4],"neck":[-2.1,-166.2],"head":[-13.1,-200.8],"shR":[51.1,-146.2],"elR":[77.4,-149],"haR":[74.2,-163.3],"shL":[-55.6,-141.3],"elL":[-58.2,-103.1],"haL":[-66.8,-68.1],"hipR":[27.6,3.6],"knR":[11.2,123.4],"ftR":[-5.5,245.2],"hipL":[-25.2,11.8],"knL":[-38.9,134],"ftL":[-17.5,215.1]},{"rootY":3.7,"hips":[0,0],"chest":[-1.3,-98.2],"neck":[-4.5,-165.9],"head":[-11.8,-201.5],"shR":[48.9,-146.4],"elR":[74.3,-146.5],"haR":[71.7,-158],"shL":[-57.9,-142.1],"elL":[-61.7,-103.6],"haL":[-70.4,-68.9],"hipR":[27.5,3.5],"knR":[10.5,124.2],"ftR":[-6.4,246.5],"hipL":[-25,12],"knL":[-43.9,131.4],"ftL":[-23.5,207.7]},{"rootY":2.8,"hips":[0,0],"chest":[-2.5,-97.9],"neck":[-6.2,-165.6],"head":[-10.2,-201.7],"shR":[47.4,-146.9],"elR":[71.1,-144.8],"haR":[69.6,-153.3],"shL":[-59.5,-140.6],"elL":[-64.4,-103.4],"haL":[-73.5,-69.8],"hipR":[27.5,3.3],"knR":[10.4,124.6],"ftR":[-6.4,247.4],"hipL":[-25,12.1],"knL":[-47.3,127.7],"ftL":[-27.7,203.5]},{"rootY":2.2,"hips":[0,0],"chest":[-3,-97.6],"neck":[-6.7,-165.2],"head":[-8.2,-201.4],"shR":[46.8,-147.6],"elR":[68.7,-144],"haR":[68,-149.5],"shL":[-59.9,-139],"elL":[-66.3,-102.9],"haL":[-75.8,-70.3],"hipR":[27.6,3.2],"knR":[10.8,124.8],"ftR":[-5.8,248.1],"hipL":[-25,12.3],"knL":[-49.1,123.9],"ftL":[-30.5,203.6]},{"rootY":1.9,"hips":[0,0],"chest":[-3,-97.4],"neck":[-6.3,-164.7],"head":[-6.4,-201],"shR":[47,-147.8],"elR":[67.3,-143.1],"haR":[66.5,-146.4],"shL":[-59.6,-138.7],"elL":[-67.6,-102.7],"haL":[-77.5,-70.2],"hipR":[27.7,3.2],"knR":[11.2,125],"ftR":[-5.3,248.7],"hipL":[-25.1,12.3],"knL":[-49.8,120.1],"ftL":[-33.6,207.8]},{"rootY":1.6,"hips":[0,0],"chest":[-2.4,-97.1],"neck":[-5.2,-164.3],"head":[-4.8,-200.5],"shR":[48,-147],"elR":[67.2,-141.2],"haR":[65.1,-143.1],"shL":[-58.8,-139.2],"elL":[-67.9,-102.7],"haL":[-78.2,-69.8],"hipR":[27.7,3.2],"knR":[11.3,125.2],"ftR":[-4.9,249.2],"hipL":[-25.1,12.2],"knL":[-49.6,116.7],"ftL":[-37.4,215.1]},{"rootY":1.2,"hips":[0,0],"chest":[-1.7,-97.1],"neck":[-3.7,-164.2],"head":[-3.4,-200.3],"shR":[49.3,-145.8],"elR":[68.1,-138.4],"haR":[64.5,-139.3],"shL":[-57.6,-139.8],"elL":[-67,-102.9],"haL":[-77.8,-69.7],"hipR":[27.7,3.4],"knR":[11.7,125.5],"ftR":[-4.1,249.7],"hipL":[-25.2,12.1],"knL":[-48.7,114.6],"ftL":[-41.2,224]},{"rootY":0.8,"hips":[0,0],"chest":[-1,-97.2],"neck":[-2.4,-164.2],"head":[-2.3,-200.3],"shR":[50.5,-145],"elR":[69,-135.7],"haR":[64.8,-135.7],"shL":[-56.4,-140.4],"elL":[-65.5,-103.2],"haL":[-76.5,-69.7],"hipR":[27.7,3.6],"knR":[12.3,125.8],"ftR":[-2.9,250.2],"hipL":[-25.3,11.9],"knL":[-48,114],"ftL":[-44.9,232.5]},{"rootY":0.6,"hips":[0,0],"chest":[-0.4,-97.3],"neck":[-1.5,-164.2],"head":[-1.7,-200.3],"shR":[51.3,-144.8],"elR":[69.3,-134],"haR":[65.7,-132.6],"shL":[-55.6,-140.9],"elL":[-64.3,-103.5],"haL":[-75.3,-69.9],"hipR":[27.7,3.7],"knR":[13,126],"ftR":[-1.9,250.4],"hipL":[-25.3,11.8],"knL":[-47.5,114.5],"ftL":[-48.1,238.5]},{"rootY":0.7,"hips":[0,0],"chest":[-0.1,-97.3],"neck":[-1.1,-164.2],"head":[-1.3,-200.3],"shR":[51.7,-144.7],"elR":[69.6,-132.8],"haR":[66.7,-130.1],"shL":[-55.2,-141],"elL":[-63.4,-103.6],"haL":[-74.4,-69.9],"hipR":[27.7,3.6],"knR":[13.6,126],"ftR":[-1,250.3],"hipL":[-25.3,11.8],"knL":[-46.3,115.7],"ftL":[-50.2,240.9]},{"rootY":1,"hips":[0,0],"chest":[0.2,-97.4],"neck":[-0.7,-164.2],"head":[-0.9,-200.3],"shR":[52.1,-144.5],"elR":[70.5,-132],"haR":[68.2,-127.9],"shL":[-54.8,-140.8],"elL":[-62.5,-103.5],"haL":[-73.2,-69.9],"hipR":[27.6,3.6],"knR":[14.3,126],"ftR":[0.2,250],"hipL":[-25.3,11.9],"knL":[-43.8,117.5],"ftL":[-50.8,239.7]},{"rootY":1.5,"hips":[0,0],"chest":[0.5,-97.5],"neck":[-0.3,-164.4],"head":[-0.1,-200.5],"shR":[52.5,-144.7],"elR":[71.5,-131.5],"haR":[70.2,-126.2],"shL":[-54.4,-140.8],"elL":[-61.6,-103.4],"haL":[-71.9,-69.8],"hipR":[27.6,3.7],"knR":[15.3,126],"ftR":[1.8,249.6],"hipL":[-25.3,11.8],"knL":[-40.2,119],"ftL":[-49.9,236.2]},{"rootY":2.1,"hips":[0,0],"chest":[0.6,-97.6],"neck":[0,-164.5],"head":[0.6,-200.7],"shR":[52.8,-144.8],"elR":[72.2,-131],"haR":[72.2,-125],"shL":[-54.1,-140.8],"elL":[-61,-103.2],"haL":[-71,-69.5],"hipR":[27.6,3.9],"knR":[16.3,126.1],"ftR":[3.5,248.9],"hipL":[-25.4,11.6],"knL":[-37,119.3],"ftL":[-46.9,232.5]},{"rootY":2.8,"hips":[0,0],"chest":[0.4,-97.8],"neck":[0.1,-164.7],"head":[1.3,-200.9],"shR":[52.9,-144.5],"elR":[72.7,-130.6],"haR":[74,-124.2],"shL":[-54,-140.8],"elL":[-60.5,-103.1],"haL":[-70.5,-69.3],"hipR":[27.6,4.1],"knR":[17.3,126.2],"ftR":[5.3,248],"hipL":[-25.4,11.5],"knL":[-34.2,118.2],"ftL":[-41.3,230.3]},{"rootY":3.8,"hips":[0,0],"chest":[0.2,-97.9],"neck":[0.2,-165],"head":[2,-201.2],"shR":[53,-144.2],"elR":[73.5,-130.2],"haR":[75.7,-123.6],"shL":[-53.9,-140.9],"elL":[-60.1,-103.2],"haL":[-70.1,-69.4],"hipR":[27.6,4.3],"knR":[18.4,126.2],"ftR":[7.4,247],"hipL":[-25.5,11.2],"knL":[-31.3,117.4],"ftL":[-34.1,230.5]},{"rootY":4.8,"hips":[0,0],"chest":[0,-98],"neck":[0.1,-165.3],"head":[2.9,-201.5],"shR":[53.1,-144.4],"elR":[74.6,-129.9],"haR":[77.4,-123.1],"shL":[-53.9,-140.9],"elL":[-59.6,-103.5],"haL":[-69.6,-69.9],"hipR":[27.5,4.8],"knR":[19.8,126.3],"ftR":[9.8,245.6],"hipL":[-25.8,10.7],"knL":[-27.5,119.3],"ftL":[-27,233.3]},{"rootY":6.1,"hips":[0,0],"chest":[-0.8,-98.1],"neck":[-0.8,-165.7],"head":[3.3,-201.8],"shR":[52.5,-144.8],"elR":[75.1,-130],"haR":[79.1,-122.8],"shL":[-54.4,-140.2],"elL":[-59.4,-104.2],"haL":[-69.6,-71.4],"hipR":[27.4,5.4],"knR":[21.8,126.7],"ftR":[12.3,243.7],"hipL":[-26,10.2],"knL":[-22.9,123.2],"ftL":[-20.1,237.5]},{"rootY":7.5,"hips":[0,0],"chest":[-2.7,-97.9],"neck":[-2.8,-165.8],"head":[3,-201.7],"shR":[51,-143.9],"elR":[74.9,-129.9],"haR":[80.7,-123.2],"shL":[-55.7,-138.6],"elL":[-59.7,-105.1],"haL":[-70.1,-74.1],"hipR":[27.1,6.1],"knR":[24.1,127.2],"ftR":[14.7,240.9],"hipL":[-26.2,9.5],"knL":[-19.6,126.3],"ftL":[-12.9,240.4]},{"rootY":7.9,"hips":[0,0],"chest":[-4.4,-97.4],"neck":[-4.6,-165.6],"head":[2.6,-201.2],"shR":[49.6,-141.8],"elR":[75.3,-128.9],"haR":[82.9,-123.1],"shL":[-56.6,-136.7],"elL":[-59.3,-106.1],"haL":[-69.6,-77.2],"hipR":[26.8,7.4],"knR":[26.5,128.4],"ftR":[17.7,237.6],"hipL":[-26.5,8.3],"knL":[-16.9,126.5],"ftL":[-6.2,241.9]},{"rootY":6.4,"hips":[0,0],"chest":[-4.5,-96.9],"neck":[-5,-165.4],"head":[2.5,-200.9],"shR":[49.4,-140.8],"elR":[76.9,-126.8],"haR":[86,-120.9],"shL":[-56.3,-136.2],"elL":[-57.9,-107.2],"haL":[-67.3,-79.8],"hipR":[26.3,8.9],"knR":[29,130.5],"ftR":[21.8,233.4],"hipL":[-27,6.7],"knL":[-15,125.2],"ftL":[-2.5,243.4]},{"rootY":3.6,"hips":[0,0],"chest":[-3.4,-96.9],"neck":[-4.6,-165.6],"head":[2,-201.3],"shR":[50.2,-142.9],"elR":[79.2,-125.4],"haR":[89.8,-117.2],"shL":[-55.6,-137.5],"elL":[-56.4,-109.1],"haL":[-64.1,-82.4],"hipR":[26,9.7],"knR":[31.6,132.4],"ftR":[26.3,226.9],"hipL":[-27.1,5.9],"knL":[-14.5,125.3],"ftL":[-1.5,245.5]},{"rootY":1.5,"hips":[0,0],"chest":[-2.3,-97.2],"neck":[-3.9,-166.1],"head":[1.2,-202.1],"shR":[51.2,-146.3],"elR":[81.6,-126.2],"haR":[94.5,-115.2],"shL":[-54.7,-139.7],"elL":[-54.6,-112.3],"haL":[-60.6,-86.5],"hipR":[25.8,9.9],"knR":[34.9,132.6],"ftR":[30.6,218.2],"hipL":[-27.1,5.7],"knL":[-13.9,126],"ftL":[-0.2,247.3]},{"rootY":1.1,"hips":[0,0],"chest":[-1.9,-97.4],"neck":[-3.6,-166.3],"head":[-0.1,-202.4],"shR":[51.6,-147.9],"elR":[83.9,-128.1],"haR":[99.6,-116.5],"shL":[-54.2,-140.8],"elL":[-52.9,-115.6],"haL":[-57.3,-92],"hipR":[25.5,10.5],"knR":[38.4,130.7],"ftR":[33.6,209.5],"hipL":[-27.1,5.1],"knL":[-12.5,125.8],"ftL":[2.4,247.7]},{"rootY":1.5,"hips":[0,0],"chest":[-2.1,-97.1],"neck":[-4.5,-165.9],"head":[-2,-202.1],"shR":[50.9,-147.3],"elR":[85.4,-129.3],"haR":[103.4,-118.9],"shL":[-54.5,-139.7],"elL":[-51.9,-117.5],"haL":[-54.6,-96.6],"hipR":[25.2,11.4],"knR":[41.8,127.8],"ftR":[34.5,203.8],"hipL":[-27.3,4.1],"knL":[-11.5,125.1],"ftL":[4.3,247.5]},{"rootY":1.3,"hips":[0,0],"chest":[-2.8,-96.7],"neck":[-6.7,-165.3],"head":[-4.9,-201.6],"shR":[49.1,-146.6],"elR":[86,-129.5],"haR":[105.5,-120.2],"shL":[-55.8,-137.3],"elL":[-52.3,-117.1],"haL":[-53.2,-98.2],"hipR":[25.2,11.9],"knR":[44.2,124.8],"ftR":[34.3,203.8],"hipL":[-27.6,3.5],"knL":[-11.5,124.8],"ftL":[4.2,247.8]},{"rootY":0.5,"hips":[0,0],"chest":[-3.7,-96.4],"neck":[-9.5,-164.9],"head":[-8.4,-201.2],"shR":[46.8,-147.5],"elR":[85.8,-130.1],"haR":[106.9,-121],"shL":[-57.5,-135.1],"elL":[-53.8,-115.1],"haL":[-53.1,-96.5],"hipR":[25.3,11.9],"knR":[45.1,121.4],"ftR":[35.1,208.9],"hipL":[-27.7,3.6],"knL":[-12,125.2],"ftL":[3.2,248.5]},{"rootY":-0.7,"hips":[0,0],"chest":[-4.7,-96.2],"neck":[-12.3,-164.5],"head":[-12.2,-200.9],"shR":[44.5,-148.8],"elR":[85.2,-132.1],"haR":[108.5,-123.1],"shL":[-59.5,-133.4],"elL":[-55.9,-112.1],"haL":[-54.5,-92.6],"hipR":[25.4,11.7],"knR":[44.5,117.9],"ftR":[38,217],"hipL":[-27.7,3.8],"knL":[-12.5,125.7],"ftL":[2,249.4]},{"rootY":-1.9,"hips":[0,0],"chest":[-5.7,-96.1],"neck":[-14.8,-164.2],"head":[-16,-200.5],"shR":[42.3,-149.2],"elR":[84.5,-135],"haR":[109.6,-127.2],"shL":[-61.5,-131.9],"elL":[-58.1,-108.8],"haL":[-57.6,-87.4],"hipR":[25.5,11.3],"knR":[43.5,114.9],"ftR":[42.2,225.8],"hipL":[-27.6,4.2],"knL":[-13.3,126.3],"ftL":[0.6,250.3]},{"rootY":-2.9,"hips":[0,0],"chest":[-6.3,-96.1],"neck":[-16.9,-163.8],"head":[-19.7,-200.1],"shR":[40.6,-149.5],"elR":[84.2,-138.1],"haR":[110.1,-132.1],"shL":[-63.4,-130.7],"elL":[-60.7,-105.2],"haL":[-62.4,-81.1],"hipR":[25.7,10.9],"knR":[42.9,113],"ftR":[46.4,233.3],"hipL":[-27.5,4.6],"knL":[-14.1,126.9],"ftL":[-0.9,251.3]},{"rootY":-3.4,"hips":[0,0],"chest":[-6.3,-96.2],"neck":[-18.2,-163.6],"head":[-23,-199.6],"shR":[39.4,-150.2],"elR":[84.2,-141],"haR":[110.1,-136.8],"shL":[-64.8,-129.9],"elL":[-63.5,-101.5],"haL":[-68.3,-74.1],"hipR":[25.8,10.5],"knR":[42.7,112.3],"ftR":[49.8,237.2],"hipL":[-27.4,5],"knL":[-14.5,127.4],"ftL":[-1.8,251.9]},{"rootY":-3.5,"hips":[0,0],"chest":[-5.7,-96.4],"neck":[-19.1,-163.4],"head":[-25.7,-199.1],"shR":[38.6,-150.8],"elR":[84.3,-143.5],"haR":[110.1,-141],"shL":[-65.7,-128.9],"elL":[-66.5,-97.7],"haL":[-74.6,-67.2],"hipR":[25.8,10.5],"knR":[42.1,112.1],"ftR":[51.7,235.8],"hipL":[-27.4,5.1],"knL":[-14.5,127.6],"ftL":[-1.8,252.1]},{"rootY":-3.3,"hips":[0,0],"chest":[-5,-96.4],"neck":[-19.8,-163],"head":[-27.9,-198.5],"shR":[37.9,-151],"elR":[84,-145.5],"haR":[109.4,-144.6],"shL":[-66.3,-127.4],"elL":[-69.7,-93.8],"haL":[-80.9,-61],"hipR":[25.7,10.6],"knR":[40.9,111.3],"ftR":[51.6,229.7],"hipL":[-27.4,4.9],"knL":[-14.2,127.4],"ftL":[-1.6,252.1]},{"rootY":-2.9,"hips":[0,0],"chest":[-4.5,-96.4],"neck":[-20.6,-162.6],"head":[-29.7,-197.8],"shR":[37,-151.1],"elR":[83.1,-146.9],"haR":[107.5,-147.2],"shL":[-66.9,-125.7],"elL":[-73,-90],"haL":[-86.8,-55.5],"hipR":[25.6,10.8],"knR":[39.4,109.4],"ftR":[49.8,221.2],"hipL":[-27.4,4.8],"knL":[-14.1,127.2],"ftL":[-1.8,251.9]},{"rootY":-2.8,"hips":[0,0],"chest":[-4.1,-96.3],"neck":[-21.3,-162.2],"head":[-31.1,-197.2],"shR":[36.2,-151.4],"elR":[81.8,-147.7],"haR":[104.8,-148.5],"shL":[-67.3,-124.5],"elL":[-75.8,-86.8],"haL":[-91.9,-50.7],"hipR":[25.5,10.9],"knR":[37.9,106.5],"ftR":[47,213.2],"hipL":[-27.4,4.7],"knL":[-14.1,127.1],"ftL":[-2.3,251.8]},{"rootY":-2.8,"hips":[0,0],"chest":[-3.7,-96.3],"neck":[-21.7,-161.9],"head":[-32,-196.7],"shR":[35.6,-151.5],"elR":[80.1,-148],"haR":[101.7,-148.8],"shL":[-67.6,-123.9],"elL":[-78,-84.5],"haL":[-95.8,-46.8],"hipR":[25.4,10.8],"knR":[36.4,103.4],"ftR":[43.5,207.2],"hipL":[-27.3,4.7],"knL":[-14.3,127],"ftL":[-3,251.8]},{"rootY":-2.8,"hips":[0,0],"chest":[-3.6,-96.3],"neck":[-22,-161.7],"head":[-32.7,-196.4],"shR":[34.9,-151.4],"elR":[78.1,-147.8],"haR":[98.2,-148.3],"shL":[-68.1,-123.8],"elL":[-79.8,-83.1],"haL":[-98.8,-44.1],"hipR":[25.4,10.6],"knR":[34.6,100.8],"ftR":[39.2,203.6],"hipL":[-27.2,5],"knL":[-14.6,127.1],"ftL":[-3.9,251.9]},{"rootY":-2.9,"hips":[0,0],"chest":[-3.8,-96.4],"neck":[-22.5,-161.7],"head":[-33.4,-196.3],"shR":[34,-151.2],"elR":[75.9,-146.9],"haR":[94.3,-146.9],"shL":[-68.8,-124],"elL":[-81.5,-82.2],"haL":[-101.2,-42.4],"hipR":[25.5,10.2],"knR":[32.4,99.4],"ftR":[34.2,203.1],"hipL":[-27.1,5.3],"knL":[-15.2,127.3],"ftL":[-4.9,252]},{"rootY":-2.9,"hips":[0,0],"chest":[-4,-96.7],"neck":[-23,-161.8],"head":[-34,-196.5],"shR":[33.2,-150.9],"elR":[73.7,-145.5],"haR":[90.2,-144.7],"shL":[-69.3,-124.3],"elL":[-83.1,-81.7],"haL":[-103.1,-41.3],"hipR":[25.6,10],"knR":[29.8,100.1],"ftR":[28.4,205.6],"hipL":[-26.9,5.6],"knL":[-15.9,127.5],"ftL":[-5.9,252]},{"rootY":-2.7,"hips":[0,0],"chest":[-4.2,-97.1],"neck":[-23.5,-162.1],"head":[-34.5,-196.7],"shR":[32.4,-150.2],"elR":[71.3,-143.7],"haR":[86.1,-142.1],"shL":[-69.8,-124.3],"elL":[-84.5,-81.4],"haL":[-104.9,-40.8],"hipR":[25.7,9.9],"knR":[26.4,102.7],"ftR":[21.6,209.8],"hipL":[-26.9,5.8],"knL":[-16.8,127.5],"ftL":[-7.1,251.6]},{"rootY":-1.9,"hips":[0,0],"chest":[-4.7,-97.6],"neck":[-24,-162.4],"head":[-34.9,-197.1],"shR":[31.5,-149.3],"elR":[69,-141.6],"haR":[82.1,-139.1],"shL":[-70.2,-124.2],"elL":[-85.8,-81.3],"haL":[-106.6,-40.8],"hipR":[25.8,9.6],"knR":[22.9,106.7],"ftR":[14.9,215.9],"hipL":[-26.8,6],"knL":[-17.7,127.5],"ftL":[-8.3,251]},{"rootY":-0.7,"hips":[0,0],"chest":[-4.6,-98],"neck":[-23.9,-162.8],"head":[-34.4,-197.6],"shR":[31.4,-148.4],"elR":[67.2,-139.4],"haR":[78.8,-135.8],"shL":[-70.1,-124.4],"elL":[-86.5,-81.5],"haL":[-107.8,-41.1],"hipR":[25.9,9.4],"knR":[19.9,112.1],"ftR":[9.9,225.3],"hipL":[-26.7,6.2],"knL":[-18.5,127.3],"ftL":[-9.1,249.8]},{"rootY":1.1,"hips":[0,0],"chest":[-3,-98.4],"neck":[-22.6,-163.2],"head":[-32.8,-198.1],"shR":[32.3,-147.1],"elR":[66.4,-137.1],"haR":[76.7,-132.6],"shL":[-68.6,-124.4],"elL":[-86.4,-81.8],"haL":[-108.4,-41.9],"hipR":[25.7,9.6],"knR":[17.6,118.9],"ftR":[7.1,236.2],"hipL":[-26.5,6],"knL":[-19.5,126.8],"ftL":[-9.2,247.9]},{"rootY":3.1,"hips":[0,0],"chest":[-0.9,-98.8],"neck":[-20.7,-163.7],"head":[-30.5,-198.5],"shR":[33.7,-145],"elR":[65.7,-134.7],"haR":[75.2,-129.5],"shL":[-66.3,-123.7],"elL":[-86.2,-82.4],"haL":[-109.5,-43.8],"hipR":[25.8,9.1],"knR":[15.6,124.5],"ftR":[4.8,244.3],"hipL":[-26.1,6.5],"knL":[-20.9,126.8],"ftL":[-9.6,245.8]},{"rootY":4.8,"hips":[0,0],"chest":[-0.6,-98.6],"neck":[-18.9,-164.1],"head":[-28.2,-199],"shR":[34.3,-143],"elR":[64.2,-132],"haR":[73,-126.2],"shL":[-64.7,-123.6],"elL":[-87.3,-84.1],"haL":[-112.4,-47.2],"hipR":[26.5,6.6],"knR":[14.5,126.1],"ftR":[2.3,246.7],"hipL":[-25.5,9],"knL":[-22.8,128.4],"ftL":[-10.9,244]},{"rootY":5.1,"hips":[0,0],"chest":[-3.4,-98.2],"neck":[-18,-164.8],"head":[-26.4,-199.9],"shR":[34,-142.7],"elR":[61.6,-129.1],"haR":[69.3,-121.7],"shL":[-65.6,-126.2],"elL":[-90.3,-87.9],"haL":[-117.3,-51.9],"hipR":[27.3,3.6],"knR":[13.9,123.9],"ftR":[0.2,245.8],"hipL":[-24.7,11.8],"knL":[-26.9,131.1],"ftL":[-13.1,241.1]},{"rootY":4,"hips":[0,0],"chest":[-6.1,-98.1],"neck":[-17.1,-165.4],"head":[-24.2,-200.8],"shR":[34.3,-143.9],"elR":[59.3,-126.3],"haR":[65.4,-116.3],"shL":[-67.4,-131.5],"elL":[-93.5,-93.8],"haL":[-122.1,-58.5],"hipR":[27.6,2.5],"knR":[13.9,122.5],"ftR":[-0.5,245.9],"hipL":[-24.4,12.8],"knL":[-32.4,133.9],"ftL":[-15.5,234.7]},{"rootY":2.7,"hips":[0,0],"chest":[-6.8,-98],"neck":[-16,-165.6],"head":[-21.3,-201.4],"shR":[35.4,-145.1],"elR":[57.8,-124.4],"haR":[62,-112.1],"shL":[-68,-137.1],"elL":[-96.1,-101.3],"haL":[-126.4,-68.4],"hipR":[27.5,2.8],"knR":[14.1,123.2],"ftR":[-0.5,247.4],"hipL":[-24.6,12.6],"knL":[-37.3,135],"ftL":[-18.6,224.5]},{"rootY":2.1,"hips":[0,0],"chest":[-6.7,-97.7],"neck":[-15.1,-165.5],"head":[-18.7,-201.6],"shR":[36.1,-145.1],"elR":[56.4,-123.4],"haR":[58.7,-110.1],"shL":[-67.8,-140],"elL":[-98.7,-109.2],"haL":[-130.5,-81.5],"hipR":[27.4,2.6],"knR":[13.6,123.8],"ftR":[-1.1,248.2],"hipL":[-24.5,12.8],"knL":[-42.6,134.1],"ftL":[-22.7,214]},{"rootY":2.2,"hips":[0,0],"chest":[-6.9,-97.1],"neck":[-14.1,-165.2],"head":[-16.2,-201.5],"shR":[36.6,-143.9],"elR":[55.3,-122.6],"haR":[55.7,-109.5],"shL":[-67.2,-140.3],"elL":[-100.8,-116.8],"haL":[-133.7,-95.7],"hipR":[27.5,1.7],"knR":[13.3,123.6],"ftR":[-1.5,248],"hipL":[-24.2,13.5],"knL":[-47.8,131.6],"ftL":[-26.2,206.8]},{"rootY":2.3,"hips":[0,0],"chest":[-6.8,-96.7],"neck":[-12.4,-165.1],"head":[-13.2,-201.4],"shR":[37.4,-142.6],"elR":[54.7,-121.5],"haR":[53.5,-108.9],"shL":[-66,-140.2],"elL":[-102,-123.6],"haL":[-135,-108.7],"hipR":[27.7,1.3],"knR":[13.8,123.4],"ftR":[-0.9,247.9],"hipL":[-24.1,13.9],"knL":[-51.1,128],"ftL":[-28.4,204.7]},{"rootY":2.1,"hips":[0,0],"chest":[-5.9,-96.4],"neck":[-10.1,-164.9],"head":[-9.7,-201.3],"shR":[39.2,-141.4],"elR":[55.1,-119.9],"haR":[52.4,-107.5],"shL":[-64.2,-141.2],"elL":[-102,-129.6],"haL":[-134.5,-119.5],"hipR":[27.8,1.6],"knR":[14.8,124],"ftR":[0.6,248.2],"hipL":[-24.3,13.6],"knL":[-51.6,124],"ftL":[-29.9,207.9]},{"rootY":1.8,"hips":[0,0],"chest":[-4.5,-96.2],"neck":[-7.3,-164.8],"head":[-6.1,-201.2],"shR":[41.5,-140.3],"elR":[56.2,-118],"haR":[52.1,-105.5],"shL":[-61.8,-142.8],"elL":[-100.8,-134.9],"haL":[-133.1,-128.5],"hipR":[27.8,2.2],"knR":[15.8,124.7],"ftR":[2.5,248.4],"hipL":[-24.7,13.1],"knL":[-50.1,120.3],"ftL":[-31.7,215.3]},{"rootY":1.6,"hips":[0,0],"chest":[-3.2,-96.1],"neck":[-4.4,-164.8],"head":[-2.5,-201.1],"shR":[43.9,-139.4],"elR":[57.3,-116.2],"haR":[52.3,-103.6],"shL":[-59.5,-144.3],"elL":[-98.8,-139.8],"haL":[-131.3,-136.4],"hipR":[27.7,2.7],"knR":[16.6,125.3],"ftR":[4.8,248.1],"hipL":[-24.9,12.6],"knL":[-47.6,117.4],"ftL":[-34.1,224.6]},{"rootY":1.7,"hips":[0,0],"chest":[-2.2,-96.1],"neck":[-1.9,-164.9],"head":[0.8,-201.1],"shR":[46.1,-138.9],"elR":[57.9,-115],"haR":[52.9,-102.1],"shL":[-57.4,-145.8],"elL":[-96.4,-144],"haL":[-129.3,-142.7],"hipR":[27.7,3.2],"knR":[17.7,125.9],"ftR":[7.2,247.5],"hipL":[-25.1,12.2],"knL":[-45.1,115.9],"ftL":[-37,233.8]},{"rootY":2.1,"hips":[0,0],"chest":[-1.7,-96.1],"neck":[-0.2,-164.9],"head":[3.6,-201],"shR":[47.5,-138.2],"elR":[57.9,-113.8],"haR":[53.4,-100.5],"shL":[-55.9,-147.1],"elL":[-94.4,-147],"haL":[-127.4,-146.9],"hipR":[27.7,3.4],"knR":[18.8,126.3],"ftR":[9.2,246.7],"hipL":[-25.2,12],"knL":[-43.1,116.2],"ftL":[-40.1,240.5]},{"rootY":2.4,"hips":[0,0],"chest":[-1.8,-96.1],"neck":[0.9,-164.9],"head":[5.8,-200.9],"shR":[48.4,-137.1],"elR":[57.8,-112.3],"haR":[53.9,-98.3],"shL":[-55.2,-147.8],"elL":[-93,-148.5],"haL":[-125.8,-149.1],"hipR":[27.7,3.5],"knR":[19.6,126.4],"ftR":[10.8,245.7],"hipL":[-25.2,12],"knL":[-41.4,117.4],"ftL":[-43.1,242.1]},{"rootY":2.9,"hips":[0,0],"chest":[-2.1,-96.3],"neck":[1.7,-165],"head":[7.6,-200.9],"shR":[49,-135.8],"elR":[58.3,-110.5],"haR":[54.9,-96],"shL":[-54.6,-147.9],"elL":[-91.8,-148.9],"haL":[-124.1,-150],"hipR":[27.7,3.4],"knR":[20.6,126.4],"ftR":[12.5,244.7],"hipL":[-25.2,12],"knL":[-38.3,119.1],"ftL":[-45.2,237.9]},{"rootY":3.7,"hips":[0,0],"chest":[-2.4,-96.4],"neck":[2.1,-165],"head":[8.7,-200.8],"shR":[49.4,-135],"elR":[58.9,-109.2],"haR":[56.2,-94.1],"shL":[-54.4,-147.7],"elL":[-90.7,-148.9],"haL":[-122.5,-150],"hipR":[27.7,3.3],"knR":[21.8,126.1],"ftR":[14.1,243.7],"hipL":[-25.2,12.1],"knL":[-35.9,119.8],"ftL":[-46.3,230.8]},{"rootY":4.4,"hips":[0,0],"chest":[-2.9,-96.5],"neck":[1.8,-165.1],"head":[8.7,-200.8],"shR":[49.2,-134.6],"elR":[59.1,-108.5],"haR":[57.2,-92.7],"shL":[-54.8,-147.4],"elL":[-89.7,-148.2],"haL":[-121.1,-148.8],"hipR":[27.7,3.2],"knR":[22.8,125.7],"ftR":[15.5,242.4],"hipL":[-25.1,12.2],"knL":[-35.7,118.1],"ftL":[-46.5,226.1]},{"rootY":4.9,"hips":[0,0],"chest":[-3.5,-96.6],"neck":[1.2,-165.2],"head":[8.3,-200.8],"shR":[48.7,-134.6],"elR":[59.2,-108.1],"haR":[58.2,-91.7],"shL":[-55.4,-147.2],"elL":[-88.6,-146.8],"haL":[-119.4,-146.3],"hipR":[27.7,3.2],"knR":[23.7,125.4],"ftR":[16.8,240.9],"hipL":[-25.1,12.2],"knL":[-35.7,115.5],"ftL":[-45.3,224.9]},{"rootY":5.2,"hips":[0,0],"chest":[-4,-96.7],"neck":[0.7,-165.3],"head":[7.7,-200.9],"shR":[48.6,-134.8],"elR":[59.9,-107.9],"haR":[59.7,-91],"shL":[-55.8,-147],"elL":[-87.3,-144.9],"haL":[-117.2,-142.9],"hipR":[27.7,3.4],"knR":[25,125.5],"ftR":[18.4,239],"hipL":[-25.2,12],"knL":[-35,113.7],"ftL":[-43.1,225.7]},{"rootY":5.4,"hips":[0,0],"chest":[-4.1,-96.8],"neck":[0.3,-165.5],"head":[7.1,-201.2],"shR":[49,-135.4],"elR":[61.3,-107.9],"haR":[61.6,-90.6],"shL":[-55.9,-146.7],"elL":[-85.7,-142.8],"haL":[-114.8,-139.1],"hipR":[27.6,3.9],"knR":[26.7,125.9],"ftR":[20.4,236.7],"hipL":[-25.3,11.6],"knL":[-34,113.4],"ftL":[-40.7,228]},{"rootY":5.8,"hips":[0,0],"chest":[-4.3,-96.9],"neck":[-0.3,-165.7],"head":[6.2,-201.5],"shR":[49.4,-136.4],"elR":[63.4,-108.5],"haR":[64.1,-90.9],"shL":[-56.1,-146.3],"elL":[-83.8,-140.9],"haL":[-112.2,-135.7],"hipR":[27.4,4.3],"knR":[28.5,126.1],"ftR":[22.7,233.6],"hipL":[-25.4,11.2],"knL":[-32.8,115.1],"ftL":[-38.5,232.7]},{"rootY":7,"hips":[0,0],"chest":[-4.4,-97],"neck":[-0.8,-166],"head":[5.3,-201.8],"shR":[49.8,-137.3],"elR":[66.1,-109.8],"haR":[67.7,-92.4],"shL":[-56.2,-145.7],"elL":[-81.6,-139.3],"haL":[-108.9,-132.9],"hipR":[27.2,4.9],"knR":[30.6,126.5],"ftR":[25.7,229.7],"hipL":[-25.5,10.7],"knL":[-30.9,118.2],"ftL":[-35.7,238.5]},{"rootY":8.6,"hips":[0,0],"chest":[-3.4,-97],"neck":[-0.2,-166.1],"head":[5.3,-201.9],"shR":[50.9,-137.2],"elR":[69.6,-111.7],"haR":[73.7,-95.4],"shL":[-55.1,-144],"elL":[-78.2,-137.4],"haL":[-104,-130.9],"hipR":[26.7,6.6],"knR":[34.2,127.7],"ftR":[30.1,225.6],"hipL":[-26,9.1],"knL":[-27.6,120.1],"ftL":[-31.3,242.4]},{"rootY":9.6,"hips":[0,0],"chest":[0,-96.7],"neck":[1.9,-166],"head":[6.7,-201.8],"shR":[53.7,-136.6],"elR":[74.1,-114.1],"haR":[81.9,-99.9],"shL":[-52,-141],"elL":[-73.1,-134.6],"haL":[-97,-128.3],"hipR":[25.7,9.6],"knR":[40.6,130],"ftR":[36.6,221.1],"hipL":[-26.8,6.1],"knL":[-23.4,119.6],"ftL":[-25.3,243.4]},{"rootY":9,"hips":[0,0],"chest":[4.9,-96],"neck":[4.8,-165.4],"head":[8.6,-201.4],"shR":[57.4,-137.1],"elR":[79.1,-117.8],"haR":[90.3,-105.6],"shL":[-47.9,-138],"elL":[-66.9,-130.6],"haL":[-88.9,-123.1],"hipR":[24.3,12.4],"knR":[48.4,132.1],"ftR":[45,215.6],"hipL":[-27.1,3],"knL":[-19.8,119],"ftL":[-19.5,243.6]},{"rootY":7.2,"hips":[0,0],"chest":[8.3,-95.2],"neck":[7,-164.7],"head":[9.3,-200.8],"shR":[60.6,-139.3],"elR":[83.7,-122.8],"haR":[96.4,-112.8],"shL":[-45,-136.3],"elL":[-61.3,-125.8],"haL":[-81.3,-115],"hipR":[23,14.2],"knR":[53.7,133.4],"ftR":[54.1,209.7],"hipL":[-26.7,1],"knL":[-18.2,120.3],"ftL":[-15.4,245.1]},{"rootY":5.8,"hips":[0,0],"chest":[8.9,-94.9],"neck":[7.5,-164.4],"head":[8.1,-200.5],"shR":[61.7,-142.4],"elR":[87.1,-129.3],"haR":[99.7,-122.7],"shL":[-44.3,-136.1],"elL":[-57.5,-121.3],"haL":[-75.3,-106],"hipR":[22.3,14.8],"knR":[54.1,133.5],"ftR":[60.6,204.7],"hipL":[-26.1,0.3],"knL":[-18.6,122],"ftL":[-13.6,246.8]},{"rootY":5.2,"hips":[0,0],"chest":[8.2,-94.9],"neck":[6.3,-164.3],"head":[5.4,-200.4],"shR":[61,-144.2],"elR":[89.4,-135.9],"haR":[101.2,-134],"shL":[-44.9,-135.8],"elL":[-54.7,-117],"haL":[-70.5,-97.5],"hipR":[22.4,14.9],"knR":[51.2,132.8],"ftR":[62.4,200.8],"hipL":[-26.2,0.2],"knL":[-19.1,122.6],"ftL":[-13.1,247.4]},{"rootY":4.8,"hips":[0,0],"chest":[7.1,-95.2],"neck":[4.1,-164.3],"head":[2.2,-200.5],"shR":[59.4,-144.8],"elR":[90.4,-141.5],"haR":[101.4,-144.9],"shL":[-46,-134.6],"elL":[-52.3,-112],"haL":[-65.7,-89.1],"hipR":[22.9,14.8],"knR":[47,131.3],"ftR":[60.6,200.2],"hipL":[-26.7,0.3],"knL":[-18.7,122.5],"ftL":[-13.4,247.7]},{"rootY":4.3,"hips":[0,0],"chest":[5.5,-95.6],"neck":[1.2,-164.3],"head":[-1.6,-200.5],"shR":[56.9,-145.7],"elR":[90,-146],"haR":[100.2,-154],"shL":[-48.2,-133.4],"elL":[-50.9,-106.4],"haL":[-61.1,-79.8],"hipR":[23.5,14.2],"knR":[42,128.6],"ftR":[56.9,204.3],"hipL":[-27,1],"knL":[-19.1,123.1],"ftL":[-14.6,248.3]},{"rootY":3.5,"hips":[0,0],"chest":[3.7,-95.7],"neck":[-1.6,-164.2],"head":[-5,-200.4],"shR":[54.3,-147.1],"elR":[88.9,-150],"haR":[98.5,-161.4],"shL":[-50.6,-132.3],"elL":[-50,-100.6],"haL":[-56.6,-69.7],"hipR":[23.8,13.6],"knR":[37.9,125.2],"ftR":[53.4,212.3],"hipL":[-27,1.6],"knL":[-19.6,124],"ftL":[-16,249.1]},{"rootY":3.1,"hips":[0,0],"chest":[2.4,-95.7],"neck":[-4,-164],"head":[-7.8,-200.2],"shR":[52.3,-148.3],"elR":[87.8,-153.9],"haR":[96.8,-167.7],"shL":[-52.4,-131],"elL":[-48.7,-95.2],"haL":[-52.4,-60.2],"hipR":[23.8,13.4],"knR":[36.4,121.6],"ftR":[50.6,221.8],"hipL":[-26.9,1.9],"knL":[-19.8,124.6],"ftL":[-17,249.5]},{"rootY":3.3,"hips":[0,0],"chest":[1.5,-95.7],"neck":[-5.9,-163.8],"head":[-10.1,-199.9],"shR":[50.6,-149.2],"elR":[86.4,-157.5],"haR":[94.9,-172.9],"shL":[-53.5,-129.4],"elL":[-46.9,-90.5],"haL":[-48.7,-51.8],"hipR":[23.8,13.3],"knR":[37.8,118.1],"ftR":[48.8,230.3],"hipL":[-26.8,2],"knL":[-19.8,124.7],"ftL":[-17.8,249.1]},{"rootY":3.7,"hips":[0,0],"chest":[0.6,-95.6],"neck":[-7.5,-163.5],"head":[-11.9,-199.6],"shR":[49.2,-150],"elR":[84.9,-160.1],"haR":[92.4,-176.7],"shL":[-54.5,-127.9],"elL":[-45.3,-86.1],"haL":[-45.5,-44.3],"hipR":[23.8,13.3],"knR":[40.5,114.9],"ftR":[47.7,235.7],"hipL":[-26.7,1.9],"knL":[-20,124.9],"ftL":[-18.7,248.7]},{"rootY":4,"hips":[0,0],"chest":[-0.2,-95.3],"neck":[-8.7,-163.1],"head":[-13.6,-199.1],"shR":[48,-150.6],"elR":[83.4,-161.3],"haR":[89.6,-178.5],"shL":[-55.3,-126.7],"elL":[-44.2,-81.8],"haL":[-42.9,-37.2],"hipR":[23.8,13.3],"knR":[42.9,112.7],"ftR":[47.4,237.7],"hipL":[-26.6,1.9],"knL":[-20.6,125],"ftL":[-19.9,248.4]},{"rootY":4.2,"hips":[0,0],"chest":[-0.7,-95.1],"neck":[-9.7,-162.7],"head":[-15.3,-198.6],"shR":[47.2,-150.9],"elR":[82.2,-161.4],"haR":[86.7,-179],"shL":[-56,-125.8],"elL":[-43.6,-78.2],"haL":[-41.2,-31],"hipR":[23.7,13.4],"knR":[44,111.5],"ftR":[47.8,235.8],"hipL":[-26.5,1.8],"knL":[-21.5,124.8],"ftL":[-21.2,248]},{"rootY":4.8,"hips":[0,0],"chest":[-0.6,-95],"neck":[-10.4,-162.5],"head":[-16.9,-198.3],"shR":[46.6,-151.1],"elR":[81.5,-161],"haR":[83.9,-178.9],"shL":[-56.5,-125.1],"elL":[-43.2,-75.5],"haL":[-40.1,-26.3],"hipR":[23.8,13.5],"knR":[43.7,110.7],"ftR":[48.7,230.3],"hipL":[-26.6,1.7],"knL":[-22.6,124.5],"ftL":[-22.7,247.2]},{"rootY":5.6,"hips":[0,0],"chest":[-0.1,-95],"neck":[-10.8,-162.4],"head":[-18.4,-197.9],"shR":[46.2,-151.3],"elR":[81,-160.6],"haR":[81.2,-178.4],"shL":[-56.7,-124.3],"elL":[-42.9,-73.5],"haL":[-39.6,-22.9],"hipR":[23.9,13.5],"knR":[41.9,109.8],"ftR":[49.4,223],"hipL":[-26.8,1.7],"knL":[-23.8,124.2],"ftL":[-24.5,246.4]},{"rootY":6.4,"hips":[0,0],"chest":[0.6,-95],"neck":[-11.1,-162.2],"head":[-19.5,-197.5],"shR":[46,-151.4],"elR":[80.4,-159.9],"haR":[78.6,-177.5],"shL":[-56.7,-123.3],"elL":[-42.9,-71.8],"haL":[-39.6,-20.3],"hipR":[23.9,13.6],"knR":[39.6,108.9],"ftR":[48.8,216.3],"hipL":[-26.9,1.6],"knL":[-25.1,123.8],"ftL":[-26.4,245.4]},{"rootY":7.3,"hips":[0,0],"chest":[1.4,-95],"neck":[-11,-162.1],"head":[-20.3,-197.2],"shR":[46,-151.3],"elR":[79.8,-158.9],"haR":[76.3,-175.9],"shL":[-56.6,-122.4],"elL":[-43.1,-70.4],"haL":[-40.2,-18.3],"hipR":[24,13.6],"knR":[37.2,108.5],"ftR":[46.4,212],"hipL":[-27,1.6],"knL":[-26.3,123.2],"ftL":[-28.3,244.2]},{"rootY":8.2,"hips":[0,0],"chest":[2.5,-95.2],"neck":[-10.7,-162.1],"head":[-20.5,-197.1],"shR":[46.3,-151],"elR":[79.2,-157.4],"haR":[74.3,-173.6],"shL":[-56.2,-121.8],"elL":[-43.5,-69.4],"haL":[-41,-16.7],"hipR":[24,13.7],"knR":[34.9,108.8],"ftR":[43,210.3],"hipL":[-27.2,1.5],"knL":[-27.5,122.5],"ftL":[-30.2,242.8]},{"rootY":9,"hips":[0,0],"chest":[4,-95.5],"neck":[-9.8,-162.3],"head":[-20.2,-197.1],"shR":[47,-150.4],"elR":[79,-155.2],"haR":[72.5,-170.7],"shL":[-55.3,-121.5],"elL":[-43.9,-68.5],"haL":[-41.8,-15.2],"hipR":[24,13.8],"knR":[33.3,110],"ftR":[40.4,211.4],"hipL":[-27.3,1.4],"knL":[-28.7,121.9],"ftL":[-32,241.3]},{"rootY":9.7,"hips":[0,0],"chest":[5.9,-95.8],"neck":[-8.3,-162.5],"head":[-19.1,-197.3],"shR":[48.3,-149.1],"elR":[79.6,-151.8],"haR":[71.3,-167],"shL":[-53.9,-121.2],"elL":[-44,-67.6],"haL":[-42.7,-13.7],"hipR":[24.1,13.8],"knR":[33.1,112.2],"ftR":[39.7,216.2],"hipL":[-27.5,1.5],"knL":[-29.7,121.5],"ftL":[-33.8,239.7]},{"rootY":10.6,"hips":[0,0],"chest":[8.1,-96.3],"neck":[-6.4,-162.9],"head":[-17.3,-197.6],"shR":[49.8,-147.4],"elR":[80.9,-147],"haR":[70.8,-161.9],"shL":[-51.8,-121],"elL":[-44.1,-66.6],"haL":[-43.7,-12.1],"hipR":[24.1,13.7],"knR":[34,115.2],"ftR":[40.2,224.5],"hipL":[-27.6,1.6],"knL":[-30.8,121],"ftL":[-35.6,237.9]},{"rootY":11.6,"hips":[0,0],"chest":[10.5,-96.7],"neck":[-4.4,-163.4],"head":[-15.1,-198.1],"shR":[51.4,-145.3],"elR":[82.1,-140.9],"haR":[70.7,-154.5],"shL":[-49.7,-120.9],"elL":[-44.3,-65.7],"haL":[-45.2,-10.4],"hipR":[24.2,13.5],"knR":[34.3,119],"ftR":[40.4,232.9],"hipL":[-27.7,1.7],"knL":[-32.1,120.6],"ftL":[-37.6,235.8]},{"rootY":12.4,"hips":[0,0],"chest":[12.7,-97],"neck":[-2.9,-163.5],"head":[-12.8,-198.3],"shR":[52.6,-142],"elR":[82.4,-132.5],"haR":[70.4,-142.5],"shL":[-47.7,-120.3],"elL":[-45.2,-63.9],"haL":[-47.9,-7.7],"hipR":[24.6,12.9],"knR":[33,122.7],"ftR":[39,238.4],"hipL":[-27.7,2.4],"knL":[-33.7,120.6],"ftL":[-40.1,233.9]},{"rootY":12.2,"hips":[0,0],"chest":[13.9,-96.9],"neck":[-1.9,-163.4],"head":[-10.6,-198.4],"shR":[52.8,-137.7],"elR":[81.1,-121.3],"haR":[69.1,-124.2],"shL":[-46,-118.7],"elL":[-46.9,-61],"haL":[-52.5,-4.2],"hipR":[25.2,11.5],"knR":[30.3,125.2],"ftR":[35.7,240.5],"hipL":[-27.6,3.9],"knL":[-35.8,121.6],"ftL":[-43.5,232.3]},{"rootY":11.1,"hips":[0,0],"chest":[13.5,-97.1],"neck":[-0.8,-164],"head":[-8,-199.1],"shR":[52.6,-134.2],"elR":[78.6,-108.2],"haR":[67.4,-100.8],"shL":[-44.7,-118.2],"elL":[-49.4,-59.2],"haL":[-58.1,-1.8],"hipR":[25.8,9.8],"knR":[28,125.7],"ftR":[31.8,241.2],"hipL":[-27.3,5.6],"knL":[-37.7,122.9],"ftL":[-47,230.4]},{"rootY":9.6,"hips":[0,0],"chest":[11.5,-98.5],"neck":[1.3,-165.8],"head":[-4.6,-200.9],"shR":[53,-133],"elR":[75.3,-95.6],"haR":[66.3,-75.1],"shL":[-44.4,-121.2],"elL":[-52.1,-60.5],"haL":[-63.4,-2.4],"hipR":[25.8,8.7],"knR":[26.9,125],"ftR":[28.6,242.4],"hipL":[-26.9,6.7],"knL":[-39.2,124],"ftL":[-50,228]},{"rootY":8,"hips":[0,0],"chest":[8.2,-99.7],"neck":[3.4,-166.9],"head":[-0.7,-202.1],"shR":[53.8,-133.3],"elR":[71.6,-84.7],"haR":[65.8,-50.5],"shL":[-46.1,-127.3],"elL":[-55.7,-64.4],"haL":[-68.8,-5.3],"hipR":[25.7,8.1],"knR":[26,124.8],"ftR":[25.6,244],"hipL":[-26.7,7.2],"knL":[-40.7,125.4],"ftL":[-52.7,225.1]},{"rootY":6.4,"hips":[0,0],"chest":[5.1,-99.9],"neck":[4.3,-166.2],"head":[3,-201.8],"shR":[53.5,-132.6],"elR":[67.6,-74.9],"haR":[65.6,-28.6],"shL":[-48.5,-133.3],"elL":[-60.8,-68.2],"haL":[-75.8,-8.6],"hipR":[26,7.6],"knR":[24.4,125.1],"ftR":[22.1,245.5],"hipL":[-26.6,7.8],"knL":[-43.4,127.5],"ftL":[-55.9,221.5]},{"rootY":5.3,"hips":[0,0],"chest":[2.3,-99.8],"neck":[3.9,-164.9],"head":[6.3,-200.6],"shR":[51.8,-129.9],"elR":[63.8,-65.3],"haR":[64.9,-10.6],"shL":[-50.5,-136.2],"elL":[-67,-70.7],"haL":[-85,-11.8],"hipR":[26.6,6.7],"knR":[22.4,125.4],"ftR":[18.1,246.4],"hipL":[-26.4,8.7],"knL":[-47.3,129.5],"ftL":[-59,216.7]},{"rootY":4.8,"hips":[0,0],"chest":[-0.3,-99.6],"neck":[3,-163.8],"head":[9.5,-199.2],"shR":[49.6,-126.3],"elR":[60.6,-57.1],"haR":[63.1,2.9],"shL":[-52.3,-137.1],"elL":[-73.4,-73.4],"haL":[-95.3,-16.5],"hipR":[27.1,5.7],"knR":[20.6,125.5],"ftR":[14.4,247],"hipL":[-26.2,9.6],"knL":[-51.5,130.2],"ftL":[-60.9,211.4]},{"rootY":4.3,"hips":[0,0],"chest":[-2,-99.5],"neck":[2.9,-162.8],"head":[13.3,-197.6],"shR":[48.2,-122.8],"elR":[58.1,-50.8],"haR":[60.6,12],"shL":[-53.3,-138.4],"elL":[-79.1,-77.5],"haL":[-105,-23.4],"hipR":[27.3,5.1],"knR":[19.3,125.9],"ftR":[11.8,247.8],"hipL":[-26,10.2],"knL":[-54.6,129.6],"ftL":[-60.5,208.2]},{"rootY":3.2,"hips":[0,0],"chest":[-2.4,-99.2],"neck":[4.6,-161.9],"head":[17.9,-195.6],"shR":[48.8,-119.6],"elR":[56.8,-46.2],"haR":[58.2,17.9],"shL":[-52.5,-140.8],"elL":[-83.2,-83.3],"haL":[-113.3,-32.4],"hipR":[27.4,5.1],"knR":[18.9,126.4],"ftR":[10.8,248.9],"hipL":[-26,10.3],"knL":[-55.7,128.6],"ftL":[-58.2,209.4]},{"rootY":1.6,"hips":[0,0],"chest":[-1.3,-98.9],"neck":[8,-160.8],"head":[23.2,-193.6],"shR":[51.2,-117],"elR":[56.9,-42.9],"haR":[56.2,21.4],"shL":[-49.7,-143.3],"elL":[-85.8,-90],"haL":[-120.2,-43.1],"hipR":[27.3,5.5],"knR":[19.2,127.1],"ftR":[11.1,250.4],"hipL":[-26.1,9.9],"knL":[-55.3,127.7],"ftL":[-55.6,214.6]},{"rootY":0.1,"hips":[0,0],"chest":[0.7,-98.7],"neck":[11.9,-159.9],"head":[27.8,-192],"shR":[54.2,-114.9],"elR":[57.7,-40.6],"haR":[54.1,23.1],"shL":[-46.2,-144.9],"elL":[-87.5,-97.2],"haL":[-125.8,-55.3],"hipR":[27.2,6.2],"knR":[19.7,128],"ftR":[11.9,252],"hipL":[-26.3,9.3],"knL":[-54.2,126.6],"ftL":[-54.3,222.1]},{"rootY":-1.1,"hips":[0,0],"chest":[2.7,-98.3],"neck":[14.9,-158.9],"head":[31,-190.5],"shR":[56.5,-113.2],"elR":[58.3,-38.8],"haR":[51.2,23.8],"shL":[-43.4,-145.8],"elL":[-88.8,-104.4],"haL":[-130.1,-68.1],"hipR":[27.1,6.8],"knR":[19.9,128.9],"ftR":[12.6,253.4],"hipL":[-26.5,8.8],"knL":[-53.4,125.3],"ftL":[-54.6,230.3]},{"rootY":-1.8,"hips":[0,0],"chest":[4,-98],"neck":[16.4,-158],"head":[32.8,-189.1],"shR":[57.5,-112],"elR":[57.9,-37.5],"haR":[47.5,23.7],"shL":[-41.9,-146.5],"elL":[-90.1,-111.2],"haL":[-133.1,-80.1],"hipR":[27,7],"knR":[20,129.5],"ftR":[12.8,254.1],"hipL":[-26.6,8.6],"knL":[-53.3,124.2],"ftL":[-56.1,238]},{"rootY":-1.9,"hips":[0,0],"chest":[4.1,-98],"neck":[16.6,-157.4],"head":[33.6,-187.8],"shR":[57.3,-111.5],"elR":[56.3,-37.1],"haR":[43.2,22.8],"shL":[-41.7,-147.4],"elL":[-91.6,-117.1],"haL":[-135.3,-90.4],"hipR":[27.1,6.7],"knR":[20,129.4],"ftR":[12.7,254.2],"hipL":[-26.4,8.9],"knL":[-53.5,123.3],"ftL":[-58.2,244]},{"rootY":-1.4,"hips":[0,0],"chest":[3.2,-98.1],"neck":[15.7,-157.1],"head":[33.7,-186.5],"shR":[56.2,-111.4],"elR":[53.7,-37.2],"haR":[38.6,21.3],"shL":[-42.5,-148.3],"elL":[-93.4,-121.9],"haL":[-136.9,-98.3],"hipR":[27.3,6.1],"knR":[19.8,128.9],"ftR":[12.3,253.8],"hipL":[-26.2,9.5],"knL":[-53.1,122.7],"ftL":[-60.6,247.1]},{"rootY":-0.7,"hips":[0,0],"chest":[1.7,-98.1],"neck":[14,-156.7],"head":[33.1,-185],"shR":[54.5,-110.8],"elR":[50.7,-37.1],"haR":[34.3,19.9],"shL":[-44,-148.8],"elL":[-95.4,-125.1],"haL":[-138,-103.5],"hipR":[27.4,5.3],"knR":[19.6,128.2],"ftR":[11.8,253.2],"hipL":[-25.8,10.2],"knL":[-51.7,122.5],"ftL":[-63.2,247.1]},{"rootY":0.1,"hips":[0,0],"chest":[-0.1,-97.9],"neck":[12.1,-156.2],"head":[32.1,-183.6],"shR":[52.6,-110],"elR":[47.9,-36.7],"haR":[30.6,18.9],"shL":[-45.6,-149.1],"elL":[-96.9,-126.5],"haL":[-138.5,-105.5],"hipR":[27.5,4.5],"knR":[19.5,127.5],"ftR":[11.4,252.5],"hipL":[-25.5,10.9],"knL":[-49.8,122.4],"ftL":[-64.8,244.5]},{"rootY":0.7,"hips":[0,0],"chest":[-1.8,-97.8],"neck":[10.2,-155.8],"head":[30.8,-182.6],"shR":[51,-109.6],"elR":[45.6,-36.2],"haR":[27.5,18.3],"shL":[-47.2,-148.9],"elL":[-97.6,-125.9],"haL":[-138.2,-104.4],"hipR":[27.6,4],"knR":[19.6,126.9],"ftR":[11.4,252],"hipL":[-25.3,11.4],"knL":[-47.7,121.9],"ftL":[-63.5,241.1]},{"rootY":1.1,"hips":[0,0],"chest":[-3.3,-97.8],"neck":[8.4,-155.6],"head":[29.1,-182.1],"shR":[49.7,-109.7],"elR":[43.9,-35.8],"haR":[25.3,18.3],"shL":[-48.9,-148.1],"elL":[-97.6,-123.3],"haL":[-137,-100.4],"hipR":[27.7,3.6],"knR":[19.8,126.5],"ftR":[11.6,251.5],"hipL":[-25.2,11.8],"knL":[-45.1,121.1],"ftL":[-59.4,238.3]},{"rootY":1.8,"hips":[0,0],"chest":[-4.8,-97.7],"neck":[6.3,-155.5],"head":[26.9,-182.1],"shR":[48.4,-110.2],"elR":[42.7,-35.7],"haR":[24.5,19],"shL":[-50.8,-146.7],"elL":[-97.1,-118.8],"haL":[-134.8,-93.4],"hipR":[27.7,3.3],"knR":[20.2,126.2],"ftR":[12.1,250.8],"hipL":[-25.1,12.1],"knL":[-42.5,120.6],"ftL":[-54.2,236.7]},{"rootY":2.8,"hips":[0,0],"chest":[-6.5,-97.5],"neck":[3.9,-155.7],"head":[24,-182.8],"shR":[46.9,-111.2],"elR":[42,-36.1],"haR":[25,20],"shL":[-52.9,-145.1],"elL":[-96.5,-112.9],"haL":[-131.9,-83.9],"hipR":[27.8,2.8],"knR":[20.7,125.6],"ftR":[12.6,249.7],"hipL":[-24.9,12.5],"knL":[-40.1,120.9],"ftL":[-49.1,237]},{"rootY":4.3,"hips":[0,0],"chest":[-8.5,-97.6],"neck":[1.2,-156.2],"head":[20.5,-184.1],"shR":[45.4,-112.8],"elR":[41.8,-37.2],"haR":[26.8,21],"shL":[-55.4,-143.2],"elL":[-95.5,-105.9],"haL":[-128,-72.5],"hipR":[27.8,2.2],"knR":[21.2,124.9],"ftR":[13.2,248.1],"hipL":[-24.7,13.1],"knL":[-36.7,122.6],"ftL":[-43,239.3]},{"rootY":5.5,"hips":[0,0],"chest":[-10.7,-97.6],"neck":[-1.6,-156.7],"head":[17,-185.5],"shR":[43.7,-113.9],"elR":[42.7,-37.8],"haR":[31.1,22.8],"shL":[-57.8,-140.1],"elL":[-93.6,-97],"haL":[-122.5,-58.9],"hipR":[27.8,2.1],"knR":[22.1,124.6],"ftR":[14.5,246.7],"hipL":[-24.7,13.1],"knL":[-31.2,125.7],"ftL":[-35.5,242.7]},{"rootY":6,"hips":[0,0],"chest":[-12,-97.1],"neck":[-3.8,-156.6],"head":[13.9,-186.3],"shR":[41.9,-113.3],"elR":[45.4,-36.9],"haR":[39.1,25.6],"shL":[-59.3,-135.2],"elL":[-90.1,-85.9],"haL":[-114.6,-42.6],"hipR":[27.5,3.6],"knR":[23.5,125.3],"ftR":[17.2,246.1],"hipL":[-25.2,11.8],"knL":[-26,128.9],"ftL":[-28,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[-11.7,-96.3],"neck":[-5.1,-156.5],"head":[11.3,-187],"shR":[41.1,-113.1],"elR":[50,-36.9],"haR":[50.1,26.9],"shL":[-59.2,-130.7],"elL":[-85,-74.6],"haL":[-104.2,-25.5],"hipR":[27.1,6.1],"knR":[25.4,126.6],"ftR":[20.8,245.2],"hipL":[-26.1,9.6],"knL":[-24.2,129.9],"ftL":[-22.9,247]},{"rootY":4.6,"hips":[0,0],"chest":[-9.7,-96.4],"neck":[-4.9,-157.1],"head":[9.6,-188.2],"shR":[43,-115.9],"elR":[56.9,-40],"haR":[63.4,24.4],"shL":[-57.6,-128.1],"elL":[-77.9,-65.1],"haL":[-92,-10.3],"hipR":[26.8,7.7],"knR":[28.3,128.5],"ftR":[25.1,243.1],"hipL":[-26.7,7.9],"knL":[-23.4,129.2],"ftL":[-19.6,247.9]},{"rootY":2.8,"hips":[0,0],"chest":[-7.6,-97.3],"neck":[-3.6,-158],"head":[8,-189.6],"shR":[46.6,-121.8],"elR":[66.3,-46.6],"haR":[79,17.6],"shL":[-55.4,-127],"elL":[-70.2,-58.6],"haL":[-80.4,1.2],"hipR":[26.7,8],"knR":[31.8,130.3],"ftR":[29.6,238.4],"hipL":[-26.8,7.6],"knL":[-21.7,129],"ftL":[-16.2,249.5]},{"rootY":1.5,"hips":[0,0],"chest":[-6.2,-98],"neck":[-1.9,-158.8],"head":[6.1,-190.4],"shR":[49.7,-127.3],"elR":[77.8,-54.5],"haR":[98.3,7.6],"shL":[-53.3,-126.9],"elL":[-63,-54.8],"haL":[-71.2,8.7],"hipR":[26.5,8.2],"knR":[35.3,131],"ftR":[34.8,230.5],"hipL":[-26.8,7.5],"knL":[-19.5,128.9],"ftL":[-12,251]},{"rootY":1.3,"hips":[0,0],"chest":[-5,-98],"neck":[-0.3,-159],"head":[3.9,-190.2],"shR":[51.5,-129.6],"elR":[90.5,-61.8],"haR":[120.1,-4.8],"shL":[-51.1,-126.5],"elL":[-57.2,-52.3],"haL":[-65.1,13.5],"hipR":[25.8,9.3],"knR":[38.9,130.5],"ftR":[40.5,221.1],"hipL":[-26.8,6.3],"knL":[-17.6,128.3],"ftL":[-8,251.4]},{"rootY":1.9,"hips":[0,0],"chest":[-3.7,-97.6],"neck":[0.5,-159],"head":[1.2,-189.7],"shR":[52.3,-130.2],"elR":[102.2,-69.8],"haR":[140.6,-20.5],"shL":[-49.4,-125.3],"elL":[-54.1,-50],"haL":[-62.6,16.9],"hipR":[25,10.8],"knR":[41.6,129],"ftR":[44.7,212.8],"hipL":[-26.8,4.7],"knL":[-16.4,127.2],"ftL":[-5.2,250.8]},{"rootY":2.4,"hips":[0,0],"chest":[-2.5,-97.6],"neck":[0.1,-159.1],"head":[-1.7,-189.5],"shR":[52.4,-131.8],"elR":[111.4,-79.8],"haR":[157.2,-39.2],"shL":[-48.6,-123.4],"elL":[-54.1,-47.6],"haL":[-63.3,19.7],"hipR":[24.6,11.7],"knR":[42.7,126.5],"ftR":[46.5,207.7],"hipL":[-26.9,3.8],"knL":[-15.6,126.4],"ftL":[-3.5,250.4]},{"rootY":2.1,"hips":[0,0],"chest":[-2.2,-97.7],"neck":[-1.5,-159.3],"head":[-5,-189.5],"shR":[51.7,-134.5],"elR":[117.8,-91.6],"haR":[169.7,-59.7],"shL":[-49.2,-121.1],"elL":[-57,-45.2],"haL":[-66.5,22],"hipR":[24.8,11.7],"knR":[42,123.6],"ftR":[46.2,207.5],"hipL":[-27.1,3.8],"knL":[-15.2,126.4],"ftL":[-2.9,250.7]},{"rootY":1.4,"hips":[0,0],"chest":[-2.9,-97.8],"neck":[-4.1,-159.5],"head":[-8.6,-189.5],"shR":[50.2,-137],"elR":[121.8,-103.8],"haR":[178.4,-80.9],"shL":[-51,-119.4],"elL":[-61.7,-43.6],"haL":[-71.2,23.2],"hipR":[25.1,11.3],"knR":[40.1,121],"ftR":[45.1,211.9],"hipL":[-27.2,4.2],"knL":[-15.4,126.8],"ftL":[-3.5,251.5]},{"rootY":0.7,"hips":[0,0],"chest":[-3.9,-97.8],"neck":[-6.8,-159.6],"head":[-12.3,-189.5],"shR":[48.4,-139.2],"elR":[123.9,-115.8],"haR":[183.5,-102],"shL":[-53.2,-119],"elL":[-66.6,-43.4],"haL":[-76.7,22.9],"hipR":[25.3,11],"knR":[37.8,118.7],"ftR":[44.4,218.9],"hipL":[-27.3,4.5],"knL":[-16,127.2],"ftL":[-4.7,252]},{"rootY":0.3,"hips":[0,0],"chest":[-4.8,-97.9],"neck":[-8.9,-159.8],"head":[-15.5,-189.5],"shR":[46.8,-141.4],"elR":[124.5,-127.1],"haR":[185.1,-122.2],"shL":[-55.2,-119.1],"elL":[-71.1,-44],"haL":[-82.8,21.7],"hipR":[25.6,10.7],"knR":[36.3,116.5],"ftR":[44.3,226.6],"hipL":[-27.3,4.8],"knL":[-16.8,127.6],"ftL":[-5.9,252.4]},{"rootY":0.2,"hips":[0,0],"chest":[-5.3,-98],"neck":[-10.4,-159.9],"head":[-18.2,-189.4],"shR":[45.7,-143.3],"elR":[124.4,-136.8],"haR":[183.9,-140.1],"shL":[-56.3,-118.9],"elL":[-75,-44.7],"haL":[-89.3,20.3],"hipR":[25.7,10.5],"knR":[35.9,114.9],"ftR":[44.5,233.6],"hipL":[-27.4,5.1],"knL":[-17.6,127.9],"ftL":[-7,252.6]},{"rootY":0.4,"hips":[0,0],"chest":[-5.1,-98],"neck":[-11.2,-160.1],"head":[-20.4,-189.2],"shR":[45.2,-144.6],"elR":[124.1,-144.3],"haR":[181,-155.1],"shL":[-56.8,-118.8],"elL":[-77.9,-45.6],"haL":[-94.9,18.6],"hipR":[25.8,10.4],"knR":[36.4,114.4],"ftR":[44.6,238.3],"hipL":[-27.4,5.2],"knL":[-18.5,127.9],"ftL":[-8.2,252.3]},{"rootY":0.9,"hips":[0,0],"chest":[-4.3,-98.1],"neck":[-11.3,-160.2],"head":[-21.8,-189],"shR":[45.4,-145.2],"elR":[124.1,-149.9],"haR":[177.1,-167.2],"shL":[-56.9,-119.2],"elL":[-79.9,-46.9],"haL":[-99,16.7],"hipR":[25.8,10.5],"knR":[36.9,114.3],"ftR":[44.1,239.2],"hipL":[-27.4,5],"knL":[-19.3,127.8],"ftL":[-9.2,251.8]},{"rootY":1.6,"hips":[0,0],"chest":[-3.2,-98.2],"neck":[-10.7,-160.4],"head":[-22.5,-188.9],"shR":[46.2,-145.5],"elR":[124.5,-153.4],"haR":[172.6,-176],"shL":[-56.5,-119.8],"elL":[-81,-48.1],"haL":[-101.7,14.9],"hipR":[25.8,10.6],"knR":[36.9,114.4],"ftR":[43,236.3],"hipL":[-27.5,4.9],"knL":[-19.8,127.5],"ftL":[-10.1,251]},{"rootY":2.3,"hips":[0,0],"chest":[-1.7,-98.3],"neck":[-9.7,-160.6],"head":[-22.7,-189.1],"shR":[47.3,-145.5],"elR":[125.5,-154.4],"haR":[167.7,-181.1],"shL":[-55.8,-120.4],"elL":[-81.4,-49.1],"haL":[-103.1,13.5],"hipR":[25.7,10.9],"knR":[35.8,114.5],"ftR":[41.4,231.6],"hipL":[-27.5,4.7],"knL":[-20.1,126.8],"ftL":[-11,250.1]},{"rootY":2.9,"hips":[0,0],"chest":[0,-98.3],"neck":[-8.4,-161],"head":[-22.4,-189.4],"shR":[48.7,-145.3],"elR":[126.9,-152.7],"haR":[162.8,-182.4],"shL":[-54.6,-120.9],"elL":[-81.1,-49.9],"haL":[-103.2,12.4],"hipR":[25.6,11.2],"knR":[34.1,114.3],"ftR":[39.1,227],"hipL":[-27.6,4.3],"knL":[-20.5,126],"ftL":[-12.2,248.8]},{"rootY":3.6,"hips":[0,0],"chest":[1.8,-98.4],"neck":[-6.9,-161.3],"head":[-21.8,-189.9],"shR":[50.3,-144.6],"elR":[128.5,-148.7],"haR":[158.6,-180],"shL":[-53.3,-121.4],"elL":[-80.2,-50.4],"haL":[-102.4,11.6],"hipR":[25.4,11.5],"knR":[31.3,114.6],"ftR":[35.1,223.5],"hipL":[-27.6,3.9],"knL":[-21.2,125.1],"ftL":[-13.6,247.4]},{"rootY":4.3,"hips":[0,0],"chest":[3.6,-98.5],"neck":[-5,-161.7],"head":[-20.5,-190.5],"shR":[52,-143.3],"elR":[130,-143],"haR":[155.7,-174],"shL":[-51.6,-121.9],"elL":[-78.9,-50.8],"haL":[-101,11],"hipR":[25.3,11.8],"knR":[27.9,115.5],"ftR":[29.7,222.5],"hipL":[-27.6,3.6],"knL":[-22,124.2],"ftL":[-15,245.7]},{"rootY":5.2,"hips":[0,0],"chest":[5.7,-98.5],"neck":[-2.3,-162.2],"head":[-18.2,-191.4],"shR":[54.2,-141.6],"elR":[131.3,-135.7],"haR":[154.6,-164.5],"shL":[-49.4,-123],"elL":[-76.8,-51.7],"haL":[-98.9,10.2],"hipR":[25.1,12],"knR":[25.7,117.4],"ftR":[25.5,225.8],"hipL":[-27.5,3.4],"knL":[-23.3,123.7],"ftL":[-16.3,243.7]},{"rootY":6.9,"hips":[0,0],"chest":[8.4,-98.5],"neck":[1.1,-162.9],"head":[-14.9,-192.8],"shR":[56.8,-139.5],"elR":[132,-127.4],"haR":[154.8,-152.7],"shL":[-46.8,-125],"elL":[-74.4,-53.7],"haL":[-97,8.5],"hipR":[24.9,12.2],"knR":[25.1,120.7],"ftR":[24.1,233],"hipL":[-27.2,3.2],"knL":[-25.8,123.6],"ftL":[-17.5,241.1]},{"rootY":9.5,"hips":[0,0],"chest":[11.2,-98.7],"neck":[4.9,-163.6],"head":[-10.8,-194.6],"shR":[59.1,-136.3],"elR":[131.7,-118.6],"haR":[155.6,-139.6],"shL":[-43.7,-126.7],"elL":[-72.9,-56],"haL":[-97.4,6],"hipR":[24.7,11.9],"knR":[24.7,124.2],"ftR":[23.7,239.9],"hipL":[-26.7,3.5],"knL":[-29.8,124],"ftL":[-19.1,237.8]},{"rootY":11.8,"hips":[0,0],"chest":[13.3,-98.5],"neck":[9,-163.8],"head":[-5.6,-196.2],"shR":[60.1,-131.1],"elR":[129.2,-109.1],"haR":[156.1,-123.4],"shL":[-40.1,-126.7],"elL":[-73.1,-57.6],"haL":[-101.6,3.1],"hipR":[25.2,10.2],"knR":[23.3,126.3],"ftR":[22.1,243.1],"hipL":[-26.1,5.3],"knL":[-33.7,125.3],"ftL":[-21.5,234.7]},{"rootY":12.3,"hips":[0,0],"chest":[14.5,-97.8],"neck":[13.4,-163.2],"head":[1,-197],"shR":[60.4,-125.6],"elR":[123.7,-98.8],"haR":[154.4,-102.5],"shL":[-36.8,-127.3],"elL":[-74.8,-60.5],"haL":[-108.2,-1.7],"hipR":[26.2,7.6],"knR":[21.4,126.3],"ftR":[19.5,243.3],"hipL":[-25.7,8],"knL":[-37.3,127.4],"ftL":[-24.4,231.4]},{"rootY":10.5,"hips":[0,0],"chest":[15.4,-97.4],"neck":[18.1,-162.8],"head":[9.3,-197.9],"shR":[60.9,-121.9],"elR":[115.7,-88.8],"haR":[147.8,-79.7],"shL":[-34.4,-131.2],"elL":[-77.3,-67.4],"haL":[-115.8,-10.9],"hipR":[26.8,6.4],"knR":[20.8,125.9],"ftR":[18.2,244.2],"hipL":[-25.7,9.2],"knL":[-42,129],"ftL":[-27.7,226.7]},{"rootY":7.6,"hips":[0,0],"chest":[16.2,-97.6],"neck":[21.3,-163],"head":[17.6,-199],"shR":[61.4,-120.7],"elR":[106.2,-80.7],"haR":[135.2,-59],"shL":[-33.3,-137.6],"elL":[-82.1,-78.1],"haL":[-126.3,-25.5],"hipR":[26.8,6.9],"knR":[21,126.8],"ftR":[17.8,246.8],"hipL":[-26,8.7],"knL":[-48.6,129.2],"ftL":[-32.8,220.3]},{"rootY":5.1,"hips":[0,0],"chest":[15.9,-97.9],"neck":[21.5,-163.5],"head":[24.1,-199.5],"shR":[60.5,-121.2],"elR":[96,-75.1],"haR":[117.1,-43.7],"shL":[-34.1,-142.4],"elL":[-90.5,-90],"haL":[-141.2,-43.9],"hipR":[26.4,7.5],"knR":[20.5,128],"ftR":[16.4,249.3],"hipL":[-26,8.1],"knL":[-56.7,127.4],"ftL":[-40.3,213.5]},{"rootY":3.6,"hips":[0,0],"chest":[14.4,-98],"neck":[19.8,-163.6],"head":[29,-198.3],"shR":[58.4,-121.7],"elR":[85.7,-72],"haR":[96.5,-34.9],"shL":[-36.2,-143.8],"elL":[-100.1,-101.4],"haL":[-156.9,-64.1],"hipR":[26.2,7.5],"knR":[19.5,128.5],"ftR":[14,250.7],"hipL":[-25.9,8.1],"knL":[-64.8,124],"ftL":[-48.5,208.3]},{"rootY":2.9,"hips":[0,0],"chest":[13,-98],"neck":[19,-163.2],"head":[33.4,-195.8],"shR":[57,-121.5],"elR":[75.2,-71],"haR":[76.6,-32.2],"shL":[-37.5,-144.7],"elL":[-106.8,-113],"haL":[-167.9,-85],"hipR":[26.3,7.3],"knR":[18.6,128.7],"ftR":[12,251.3],"hipL":[-25.9,8.3],"knL":[-71,120.2],"ftL":[-55.7,206.6]},{"rootY":2.6,"hips":[0,0],"chest":[12.5,-97.8],"neck":[20.5,-162.5],"head":[37.7,-193.5],"shR":[57.2,-120.1],"elR":[65.3,-71.1],"haR":[59,-34.2],"shL":[-36.7,-147.6],"elL":[-108.8,-125.7],"haL":[-172.3,-106.4],"hipR":[26.5,7.3],"knR":[18.1,129],"ftR":[11,251.9],"hipL":[-26,8.4],"knL":[-74.1,116.9],"ftL":[-62.1,209.3]},{"rootY":2.2,"hips":[0,0],"chest":[13.4,-97.5],"neck":[23.7,-161.6],"head":[41.4,-192.1],"shR":[58.5,-117.2],"elR":[58.1,-70.9],"haR":[44.3,-38.6],"shL":[-33.9,-150.8],"elL":[-106.9,-138.3],"haL":[-171.1,-127.2],"hipR":[26.6,7.3],"knR":[17.7,129.3],"ftR":[10.7,252.5],"hipL":[-26.2,8.4],"knL":[-73.9,114.8],"ftL":[-68.3,215.4]},{"rootY":1.6,"hips":[0,0],"chest":[14.9,-97.1],"neck":[27.2,-160.6],"head":[44.3,-191.5],"shR":[60.1,-114.2],"elR":[54.4,-70.2],"haR":[34,-43.6],"shL":[-30.7,-152.7],"elL":[-103,-148.7],"haL":[-165.9,-145.1],"hipR":[26.6,7.5],"knR":[17.8,129.7],"ftR":[10.9,253.1],"hipL":[-26.3,8.2],"knL":[-70.9,114.1],"ftL":[-74,223.6]},{"rootY":0.7,"hips":[0,0],"chest":[16.3,-96.9],"neck":[29.7,-160],"head":[46.3,-191.2],"shR":[61.9,-112.6],"elR":[53.6,-69.8],"haR":[28.4,-48.8],"shL":[-28.3,-153.7],"elL":[-98.3,-156.4],"haL":[-157.9,-158.3],"hipR":[26.6,7.8],"knR":[18.4,130.2],"ftR":[11.7,254],"hipL":[-26.5,7.8],"knL":[-66.7,114.4],"ftL":[-78.4,231.7]},{"rootY":0,"hips":[0,0],"chest":[16.8,-96.9],"neck":[31,-159.8],"head":[47.4,-191.2],"shR":[63.9,-112.5],"elR":[54.4,-70.4],"haR":[27,-54.3],"shL":[-27,-154.8],"elL":[-93.4,-161.6],"haL":[-148.8,-166.9],"hipR":[26.6,8.1],"knR":[19.3,130.6],"ftR":[12.6,254.7],"hipL":[-26.7,7.5],"knL":[-62.8,115],"ftL":[-81.1,237.2]},{"rootY":-0.4,"hips":[0,0],"chest":[16.3,-97],"neck":[31.3,-159.8],"head":[47.6,-191.4],"shR":[65.5,-113.2],"elR":[56.2,-71.8],"haR":[29.1,-59.4],"shL":[-26.7,-155.8],"elL":[-88.6,-164.4],"haL":[-139.3,-171.2],"hipR":[26.6,8.1],"knR":[20,130.6],"ftR":[13.4,255.1],"hipL":[-26.7,7.5],"knL":[-59.5,115.8],"ftL":[-82,239.1]},{"rootY":-0.4,"hips":[0,0],"chest":[15.3,-97.1],"neck":[30.8,-160],"head":[47.2,-191.6],"shR":[66.6,-114.2],"elR":[59.2,-73.7],"haR":[34,-63.1],"shL":[-27.3,-156],"elL":[-83.7,-164.8],"haL":[-129.3,-171.7],"hipR":[26.8,7.8],"knR":[20.6,130.4],"ftR":[14.2,255.2],"hipL":[-26.7,7.8],"knL":[-56.3,116.6],"ftL":[-80.8,238.2]},{"rootY":-0.3,"hips":[0,0],"chest":[13.9,-97.2],"neck":[29.8,-160.2],"head":[46.4,-191.6],"shR":[67.6,-115.5],"elR":[63.6,-75.6],"haR":[41.2,-64.3],"shL":[-28.3,-155.6],"elL":[-78.3,-162.9],"haL":[-118.1,-168.7],"hipR":[26.9,7.5],"knR":[21.3,130.2],"ftR":[15.4,255.2],"hipL":[-26.7,8.2],"knL":[-53,116.8],"ftL":[-77.2,235.9]},{"rootY":-0.2,"hips":[0,0],"chest":[12.3,-97.2],"neck":[28.7,-160.2],"head":[45.4,-191.6],"shR":[68.4,-116.7],"elR":[69,-76.3],"haR":[50.9,-63.3],"shL":[-29.3,-154.9],"elL":[-72.4,-159.2],"haL":[-105.9,-162.4],"hipR":[27,7.2],"knR":[21.9,130.1],"ftR":[16.9,255.2],"hipL":[-26.6,8.5],"knL":[-49.6,116.1],"ftL":[-71.7,233.6]},{"rootY":0,"hips":[0,0],"chest":[10.4,-97.2],"neck":[27.5,-160.2],"head":[44.1,-191.7],"shR":[68.9,-117.4],"elR":[75.2,-75.8],"haR":[62.9,-60.5],"shL":[-30.2,-154],"elL":[-66.5,-154.2],"haL":[-93.5,-153.8],"hipR":[27.1,6.8],"knR":[22.7,129.9],"ftR":[18.5,255],"hipL":[-26.5,8.8],"knL":[-46.1,115.1],"ftL":[-65.4,232.1]},{"rootY":0.3,"hips":[0,0],"chest":[8,-97.1],"neck":[25.9,-160.1],"head":[42.3,-191.7],"shR":[68.9,-118],"elR":[81.9,-74.6],"haR":[77,-56.2],"shL":[-31.2,-152.7],"elL":[-60.5,-148.4],"haL":[-81.2,-143.9],"hipR":[27.1,6.3],"knR":[23.7,129.5],"ftR":[20.2,254.7],"hipL":[-26.2,9.3],"knL":[-42,114.6],"ftL":[-59.1,231.9]},{"rootY":0.7,"hips":[0,0],"chest":[5.1,-97.1],"neck":[23.8,-160.1],"head":[40.1,-191.9],"shR":[68.2,-118.9],"elR":[88.9,-73.4],"haR":[92.5,-51.2],"shL":[-32.2,-151.2],"elL":[-54.3,-142.1],"haL":[-69,-133.5],"hipR":[26.9,5.8],"knR":[24.8,129],"ftR":[22,254.3],"hipL":[-25.7,9.8],"knL":[-37.5,115.1],"ftL":[-53.1,232.7]},{"rootY":1.3,"hips":[0,0],"chest":[1.7,-97],"neck":[21,-160.3],"head":[37.3,-192.2],"shR":[66.4,-120],"elR":[95.6,-72.5],"haR":[108.7,-46.4],"shL":[-33.4,-149.7],"elL":[-48,-135.7],"haL":[-57.3,-123],"hipR":[26.7,5.2],"knR":[25.8,128.4],"ftR":[23.9,253.6],"hipL":[-25.1,10.4],"knL":[-32.5,116.6],"ftL":[-47.7,234.4]},{"rootY":2.2,"hips":[0,0],"chest":[-2.4,-96.9],"neck":[17.5,-160.6],"head":[33.5,-192.7],"shR":[63.3,-121.1],"elR":[101.4,-72.1],"haR":[124.7,-42.6],"shL":[-34.8,-148.3],"elL":[-42,-129.7],"haL":[-46.2,-113.1],"hipR":[26.3,4.4],"knR":[26.6,127.6],"ftR":[25.4,252.7],"hipL":[-24.2,11.1],"knL":[-27.6,119.4],"ftL":[-42.6,237.5]},{"rootY":3.6,"hips":[0,0],"chest":[-7.2,-96.6],"neck":[12.9,-160.8],"head":[28.6,-193.2],"shR":[58.7,-122.3],"elR":[105.9,-72.3],"haR":[139.3,-40.2],"shL":[-36.6,-146.7],"elL":[-36.4,-123.9],"haL":[-35.6,-103.7],"hipR":[25.6,3.5],"knR":[27.1,126.5],"ftR":[26.7,251.4],"hipL":[-23,11.9],"knL":[-23.5,123.1],"ftL":[-37.8,242.1]},{"rootY":4.8,"hips":[0,0],"chest":[-12.5,-96.4],"neck":[7.7,-161],"head":[22.9,-193.8],"shR":[52.7,-122.7],"elR":[108,-73.3],"haR":[151.5,-39.8],"shL":[-38.6,-143.9],"elL":[-30.8,-117.8],"haL":[-24.6,-94.7],"hipR":[24.8,2.7],"knR":[27.3,125.5],"ftR":[27.9,250.1],"hipL":[-21.9,12.6],"knL":[-19.9,126.4],"ftL":[-33.8,246.7]},{"rootY":5.4,"hips":[0,0],"chest":[-17.3,-96.3],"neck":[2.9,-161.2],"head":[17.1,-194.6],"shR":[46,-122.4],"elR":[107.7,-75],"haR":[160.3,-41.9],"shL":[-39.7,-140.3],"elL":[-24.4,-111.5],"haL":[-12.6,-86.1],"hipR":[23.9,2.6],"knR":[28,125.1],"ftR":[29.7,249.3],"hipL":[-21.1,12.8],"knL":[-15.1,127.7],"ftL":[-30.8,249.4]},{"rootY":5.5,"hips":[0,0],"chest":[-19.9,-96.5],"neck":[-0.3,-161.9],"head":[12.4,-196],"shR":[40.6,-123.4],"elR":[105.7,-78.1],"haR":[164.9,-46.6],"shL":[-38.7,-137.3],"elL":[-16.4,-106.1],"haL":[1.2,-78.6],"hipR":[22.8,3.2],"knR":[30.2,125.5],"ftR":[32.8,249],"hipL":[-20.7,12.2],"knL":[-8.9,127.3],"ftL":[-27.7,249.7]},{"rootY":5.2,"hips":[0,0],"chest":[-19.5,-97],"neck":[-1.1,-162.8],"head":[9.6,-197.6],"shR":[38.2,-126.9],"elR":[103.3,-83.4],"haR":[165.9,-53.3],"shL":[-35,-135.3],"elL":[-6.3,-102.1],"haL":[16.8,-72.5],"hipR":[21,4.3],"knR":[34,126.3],"ftR":[37,248.8],"hipL":[-19.8,11.2],"knL":[-3.6,126.9],"ftL":[-23.7,249.7]},{"rootY":4.7,"hips":[0,0],"chest":[-17.1,-97.6],"neck":[0.5,-163.3],"head":[8.7,-198.6],"shR":[38.4,-132],"elR":[101.6,-91],"haR":[164.8,-61.4],"shL":[-28.9,-133.1],"elL":[5.4,-98.5],"haL":[33.5,-67.7],"hipR":[18.1,5.5],"knR":[37.9,126.6],"ftR":[41.2,248.5],"hipL":[-17.8,10.1],"knL":[0.2,127.2],"ftL":[-19,250.5]},{"rootY":3.8,"hips":[0,0],"chest":[-14.4,-98],"neck":[3.2,-163.1],"head":[9,-198.8],"shR":[38.7,-136.2],"elR":[100.2,-99.5],"haR":[162.4,-71.2],"shL":[-21.7,-129.7],"elL":[18,-94.6],"haL":[50.7,-63.2],"hipR":[14.9,6.1],"knR":[40,126.2],"ftR":[44.3,248.2],"hipL":[-15.2,9.5],"knL":[2.9,128.1],"ftL":[-14.5,251.8]},{"rootY":2.5,"hips":[0,0],"chest":[-12.6,-98.1],"neck":[5.7,-162.6],"head":[9.6,-198.3],"shR":[37.5,-138],"elR":[96.9,-107.1],"haR":[158.1,-82.4],"shL":[-14.7,-125.5],"elL":[30.5,-90.2],"haL":[67.7,-58.5],"hipR":[12.3,5.9],"knR":[38.3,125.6],"ftR":[45.8,248.3],"hipL":[-13.1,9.7],"knL":[4.5,129.2],"ftL":[-11.2,253.1]},{"rootY":1,"hips":[0,0],"chest":[-12.1,-97.9],"neck":[7.2,-161.9],"head":[9.9,-197.6],"shR":[34.7,-138.3],"elR":[90.8,-113.5],"haR":[151.2,-94.2],"shL":[-8.6,-121.9],"elL":[42,-86.1],"haL":[84.1,-53.7],"hipR":[10.4,5.4],"knR":[33.2,125.4],"ftR":[46.4,248.3],"hipL":[-11.6,10.1],"knL":[3.9,130.4],"ftL":[-9.2,254.7]},{"rootY":-0.5,"hips":[0,0],"chest":[-12.1,-97.4],"neck":[8.4,-161.1],"head":[10.4,-196.8],"shR":[31.6,-138.6],"elR":[82.9,-119.3],"haR":[142.4,-106.2],"shL":[-2.8,-119.4],"elL":[53,-82.9],"haL":[100,-49.7],"hipR":[8.5,5],"knR":[28.7,125.1],"ftR":[46.3,247.5],"hipL":[-10,10.4],"knL":[1,131.8],"ftL":[-7.8,256.5]},{"rootY":-1.7,"hips":[0,0],"chest":[-11.9,-96.8],"neck":[9.8,-160.2],"head":[11.5,-195.9],"shR":[28.5,-139.2],"elR":[74.9,-125.4],"haR":[133,-118.2],"shL":[3.4,-117.6],"elL":[63.8,-80.7],"haL":[115.6,-47.3],"hipR":[6.2,4.8],"knR":[27.5,124.1],"ftR":[44.7,245.9],"hipL":[-7.8,10.6],"knL":[-3.1,133],"ftL":[-6.4,257.8]},{"rootY":-2.3,"hips":[0,0],"chest":[-11,-96.4],"neck":[11.7,-159.7],"head":[13.5,-195.3],"shR":[25.6,-139.9],"elR":[67.3,-132],"haR":[123.6,-130.3],"shL":[10,-116.2],"elL":[74.8,-79.9],"haL":[130.8,-47],"hipR":[3.9,4.7],"knR":[28.9,122.3],"ftR":[41.4,243.5],"hipL":[-5.5,10.7],"knL":[-5.9,133.5],"ftL":[-4.9,258.4]},{"rootY":-2.3,"hips":[0,0],"chest":[-9.8,-96.2],"neck":[13.8,-159.5],"head":[16,-194.9],"shR":[22.7,-140.7],"elR":[59.5,-138.4],"haR":[113.8,-141.9],"shL":[16.7,-115.5],"elL":[85.3,-80.4],"haL":[144.6,-48.4],"hipR":[2,4.9],"knR":[30.4,120.3],"ftR":[36.9,240.5],"hipL":[-3.6,10.6],"knL":[-5.8,133.5],"ftL":[-3.4,258.5]},{"rootY":-2.4,"hips":[0,0],"chest":[-8.9,-96.1],"neck":[15.6,-159.5],"head":[18.3,-194.4],"shR":[19.6,-141.6],"elR":[51.2,-143.8],"haR":[103.4,-152.3],"shL":[23,-115.3],"elL":[94.2,-81.7],"haL":[156,-50.9],"hipR":[0.3,5.1],"knR":[30.7,118.4],"ftR":[31.2,237.5],"hipL":[-1.8,10.4],"knL":[-3.7,133.4],"ftL":[-2.3,258.5]},{"rootY":-2.5,"hips":[0,0],"chest":[-8.5,-96.1],"neck":[16.8,-159.6],"head":[20.4,-194],"shR":[16.2,-142.6],"elR":[42.5,-148.2],"haR":[92.4,-161.2],"shL":[28.4,-115.6],"elL":[101,-83.5],"haL":[164.3,-54],"hipR":[-1.7,5.1],"knR":[29,116.6],"ftR":[24.5,234.9],"hipL":[0.3,10.4],"knL":[-1,133.5],"ftL":[-1.8,258.7]},{"rootY":-2.7,"hips":[0,0],"chest":[-8,-96.1],"neck":[17.5,-159.9],"head":[22,-193.7],"shR":[12.4,-143.5],"elR":[33.5,-152.1],"haR":[81.1,-168.9],"shL":[33.2,-116.2],"elL":[105.8,-85.8],"haL":[169.6,-57.7],"hipR":[-4,5],"knR":[25,115.2],"ftR":[17.4,232.9],"hipL":[2.7,10.5],"knL":[1.8,133.6],"ftL":[-1.9,258.8]},{"rootY":-2.8,"hips":[0,0],"chest":[-7.4,-96],"neck":[18,-160.2],"head":[23.6,-193.5],"shR":[8.2,-144.5],"elR":[24.1,-155.7],"haR":[69.5,-175.8],"shL":[37.7,-116.7],"elL":[109.3,-88.2],"haL":[172.4,-61.7],"hipR":[-6.3,4.9],"knR":[19.1,114.2],"ftR":[10,231.9],"hipL":[5,10.6],"knL":[4.4,133.7],"ftL":[-2.4,258.8]},{"rootY":-2.5,"hips":[0,0],"chest":[-6.6,-95.9],"neck":[18.7,-160.4],"head":[25.2,-193.4],"shR":[4.2,-145.3],"elR":[14.5,-159],"haR":[57.6,-182.5],"shL":[42.3,-117.2],"elL":[111.8,-90.5],"haL":[173.3,-65.6],"hipR":[-8.4,4.9],"knR":[12.4,113.8],"ftR":[2.3,231.7],"hipL":[7.2,10.6],"knL":[6.9,133.7],"ftL":[-2.9,258.6]},{"rootY":-2.1,"hips":[0,0],"chest":[-5.7,-96],"neck":[19.6,-160.7],"head":[27.1,-193.3],"shR":[0.3,-145.8],"elR":[4.7,-162],"haR":[45.6,-189],"shL":[46.9,-118],"elL":[113.3,-92.7],"haL":[172.4,-68.8],"hipR":[-10.5,5.1],"knR":[5.8,114],"ftR":[-5.7,232.2],"hipL":[9.3,10.4],"knL":[8.9,133.5],"ftL":[-3.6,258.2]},{"rootY":-1.5,"hips":[0,0],"chest":[-4.8,-96.4],"neck":[20.5,-161.4],"head":[28.9,-193.4],"shR":[-3.4,-146.3],"elR":[-5.5,-164.8],"haR":[33.4,-195.4],"shL":[51.2,-119.2],"elL":[113.7,-94.8],"haL":[169.8,-71.1],"hipR":[-12.6,5.6],"knR":[-0.3,114.5],"ftR":[-13.1,233.3],"hipL":[11.4,10],"knL":[10.1,133.1],"ftL":[-4.4,257.6]},{"rootY":-0.8,"hips":[0,0],"chest":[-3.9,-96.9],"neck":[21.2,-162.2],"head":[30.6,-193.7],"shR":[-7.1,-147],"elR":[-16,-167.5],"haR":[21,-201.5],"shL":[55.2,-120.8],"elL":[113.2,-96.9],"haL":[166.1,-73],"hipR":[-14.6,6.1],"knR":[-5.6,115.3],"ftR":[-18.7,235.3],"hipL":[13.5,9.5],"knL":[11.3,132.6],"ftL":[-5.4,256.8]},{"rootY":0.1,"hips":[0,0],"chest":[-3.1,-97.5],"neck":[21.8,-163],"head":[32.1,-194.2],"shR":[-11,-147.7],"elR":[-26.7,-169.9],"haR":[8.5,-207],"shL":[58.7,-122.5],"elL":[112,-98.8],"haL":[161.6,-74.6],"hipR":[-16.6,6.7],"knR":[-9.7,116.5],"ftR":[-21.7,237.9],"hipL":[15.5,9],"knL":[13.7,132.1],"ftL":[-6.2,255.7]},{"rootY":1,"hips":[0,0],"chest":[-2.3,-98.1],"neck":[22,-163.8],"head":[33.3,-194.7],"shR":[-15.2,-148.1],"elR":[-37.5,-171.7],"haR":[-4,-211.4],"shL":[61.7,-124.4],"elL":[110.1,-100.3],"haL":[156.1,-75.7],"hipR":[-18.4,7.1],"knR":[-12.9,117.8],"ftR":[-22.2,240.5],"hipL":[17.4,8.6],"knL":[17,131.7],"ftL":[-7,254.5]},{"rootY":2,"hips":[0,0],"chest":[-1.8,-98.5],"neck":[21.5,-164.5],"head":[33.6,-195.3],"shR":[-19.6,-148.3],"elR":[-48.4,-172.4],"haR":[-16.7,-214.2],"shL":[63.9,-126.5],"elL":[107.2,-101.3],"haL":[149.1,-75.9],"hipR":[-20,7.2],"knR":[-15,119.5],"ftR":[-20.6,243.1],"hipL":[19,8.4],"knL":[20.4,131.5],"ftL":[-7.9,253.3]},{"rootY":3,"hips":[0,0],"chest":[-1.3,-98.9],"neck":[20.4,-165.1],"head":[33.1,-196],"shR":[-24.2,-148.3],"elR":[-58.9,-172],"haR":[-29.2,-215.4],"shL":[65.2,-128.5],"elL":[103.3,-101.9],"haL":[141.1,-75.3],"hipR":[-21.4,7.4],"knR":[-15.3,121.5],"ftR":[-16.3,245.8],"hipL":[20.4,8.2],"knL":[23.2,131.3],"ftL":[-8.8,251.7]},{"rootY":4.2,"hips":[0,0],"chest":[-1.1,-99.1],"neck":[18.8,-165.5],"head":[31.8,-196.6],"shR":[-28.6,-148],"elR":[-68.4,-170.4],"haR":[-40.9,-215.2],"shL":[65.6,-130],"elL":[98.4,-102.1],"haL":[132.3,-74.2],"hipR":[-22.5,7.5],"knR":[-14,123.2],"ftR":[-10.7,247.9],"hipL":[21.6,8.1],"knL":[25.9,131.1],"ftL":[-9.4,249.8]},{"rootY":5.1,"hips":[0,0],"chest":[-1.3,-99.3],"neck":[16.6,-165.9],"head":[29.7,-197.1],"shR":[-33,-147.1],"elR":[-77,-167.8],"haR":[-51.7,-213.7],"shL":[64.7,-131.2],"elL":[92.9,-101.6],"haL":[122.9,-72.6],"hipR":[-23.6,7.4],"knR":[-12.7,124.1],"ftR":[-6.9,248.9],"hipL":[22.6,8.2],"knL":[28.5,131],"ftL":[-9.1,247.3]},{"rootY":5.5,"hips":[0,0],"chest":[-1.8,-99.5],"neck":[13.5,-166],"head":[26.6,-197.5],"shR":[-37.4,-146],"elR":[-84.6,-163.9],"haR":[-61.5,-210.8],"shL":[62.8,-132.2],"elL":[86.8,-100.7],"haL":[113,-70.6],"hipR":[-24.6,7.2],"knR":[-13.1,124.1],"ftR":[-7,249],"hipL":[23.5,8.4],"knL":[31.2,131],"ftL":[-7.1,244.2]},{"rootY":5.5,"hips":[0,0],"chest":[-2.4,-99.5],"neck":[10.2,-166.1],"head":[22.7,-198.1],"shR":[-41.6,-145.6],"elR":[-90.9,-159.4],"haR":[-70.2,-206.4],"shL":[60.4,-133.5],"elL":[80.3,-100.3],"haL":[102.8,-69.1],"hipR":[-25.5,7.2],"knR":[-14.9,123.7],"ftR":[-9.3,248.8],"hipL":[24.5,8.4],"knL":[34.4,130.6],"ftL":[-2.5,239.8]},{"rootY":5.4,"hips":[0,0],"chest":[-2.8,-99.4],"neck":[7.7,-166.2],"head":[18.9,-199.1],"shR":[-44.9,-145.9],"elR":[-95,-155.3],"haR":[-77.4,-200.9],"shL":[58.5,-135],"elL":[74.2,-101],"haL":[93.3,-69.1],"hipR":[-26,7.5],"knR":[-16.4,123.6],"ftR":[-10.6,248.8],"hipL":[25.4,8.1],"knL":[38.8,129.7],"ftL":[6.3,234.1]},{"rootY":5.4,"hips":[0,0],"chest":[-2.6,-99.4],"neck":[6.6,-166.4],"head":[15.7,-200.2],"shR":[-46.7,-146.7],"elR":[-96.8,-152.6],"haR":[-82.8,-195.1],"shL":[57.3,-136.2],"elL":[69.5,-102.8],"haL":[85.7,-71.5],"hipR":[-26.4,7.9],"knR":[-16.3,123.9],"ftR":[-10.2,248.9],"hipL":[26.2,7.6],"knL":[44.2,128.3],"ftL":[19.7,227.6]},{"rootY":5.6,"hips":[0,0],"chest":[-1.9,-99.3],"neck":[6.4,-166.5],"head":[13.5,-201],"shR":[-47.5,-147.6],"elR":[-96.8,-151.1],"haR":[-86.6,-189.1],"shL":[56.8,-136.8],"elL":[66.5,-105.5],"haL":[80.2,-76],"hipR":[-26.6,8.1],"knR":[-15.3,124],"ftR":[-9.5,248.7],"hipL":[26.6,7.5],"knL":[50,127],"ftL":[37.2,221.3]},{"rootY":5.9,"hips":[0,0],"chest":[-1.1,-99.2],"neck":[6.5,-166.5],"head":[12,-201.5],"shR":[-47.8,-148.3],"elR":[-95.8,-149.9],"haR":[-89.1,-182.6],"shL":[56.5,-137.4],"elL":[64.9,-108.9],"haL":[76.7,-82],"hipR":[-26.7,8.1],"knR":[-14.6,124.1],"ftR":[-8.8,248.3],"hipL":[26.8,7.5],"knL":[55.5,126.1],"ftL":[56.5,215.9]},{"rootY":6.3,"hips":[0,0],"chest":[-0.4,-99.1],"neck":[6.4,-166.5],"head":[10.9,-201.7],"shR":[-47.9,-148.3],"elR":[-94.2,-148],"haR":[-90.6,-175.4],"shL":[56.3,-138.5],"elL":[64.2,-112.8],"haL":[74.5,-88.9],"hipR":[-26.7,8.1],"knR":[-14.5,124.4],"ftR":[-7.9,248],"hipL":[26.8,7.5],"knL":[60.1,125.4],"ftL":[74.8,211.4]},{"rootY":6.3,"hips":[0,0],"chest":[0,-98.9],"neck":[6,-166.4],"head":[10.3,-201.7],"shR":[-48,-147.4],"elR":[-92.7,-144.8],"haR":[-91.1,-167.4],"shL":[56.2,-140.3],"elL":[64,-117.3],"haL":[73.1,-96.1],"hipR":[-26.7,8.1],"knR":[-14.3,124.8],"ftR":[-6.8,247.9],"hipL":[26.9,7.6],"knL":[64,124.8],"ftL":[90.3,208.1]},{"rootY":6.1,"hips":[0,0],"chest":[0,-98.7],"neck":[5.2,-166.2],"head":[9.8,-201.6],"shR":[-48.2,-146.1],"elR":[-91.5,-140.5],"haR":[-90.9,-158.4],"shL":[55.9,-142.5],"elL":[63.8,-121.8],"haL":[72.3,-102.9],"hipR":[-26.8,7.9],"knR":[-14.1,125.4],"ftR":[-6.1,248.2],"hipL":[26.8,7.8],"knL":[67.1,124.2],"ftL":[102.6,206.5]},{"rootY":5.6,"hips":[0,0],"chest":[-0.2,-98.4],"neck":[4,-166],"head":[9.1,-201.3],"shR":[-48.4,-145],"elR":[-90.2,-135.4],"haR":[-90,-148.2],"shL":[55.2,-144.8],"elL":[63.1,-126],"haL":[71.7,-109.1],"hipR":[-26.9,7.7],"knR":[-14.3,126.1],"ftR":[-5.9,248.7],"hipL":[26.8,8],"knL":[69.6,123.2],"ftL":[111.9,207.5]},{"rootY":5.1,"hips":[0,0],"chest":[-0.5,-98.2],"neck":[2.8,-165.9],"head":[8,-201.2],"shR":[-48.8,-144],"elR":[-88,-130.3],"haR":[-88.4,-137.5],"shL":[54.2,-146.8],"elL":[62.1,-130],"haL":[71.2,-114.7],"hipR":[-26.9,7.5],"knR":[-14.8,126.8],"ftR":[-6,249.2],"hipL":[26.7,8.1],"knL":[71.6,121.7],"ftL":[118.5,211]},{"rootY":4.9,"hips":[0,0],"chest":[-0.9,-98],"neck":[1.6,-165.8],"head":[6.3,-201.2],"shR":[-49.4,-143.1],"elR":[-84.9,-125.8],"haR":[-86.5,-126.9],"shL":[53.2,-148.7],"elL":[61.1,-133.8],"haL":[70.6,-120.2],"hipR":[-26.9,7.5],"knR":[-15.3,127.4],"ftR":[-6.3,249.5],"hipL":[26.7,8.1],"knL":[73.3,119.8],"ftL":[122.8,216.3]},{"rootY":4.9,"hips":[0,0],"chest":[-1.4,-97.8],"neck":[0.2,-165.7],"head":[4.1,-201.2],"shR":[-50.2,-142.2],"elR":[-81.7,-121.6],"haR":[-84.4,-116.7],"shL":[52,-150.4],"elL":[60.3,-137.5],"haL":[69.6,-125.8],"hipR":[-26.8,7.6],"knR":[-15.7,127.7],"ftR":[-7.2,249.5],"hipL":[26.7,8.1],"knL":[74.5,117.9],"ftL":[124.8,222.3]},{"rootY":5,"hips":[0,0],"chest":[-2.1,-97.6],"neck":[-1.4,-165.5],"head":[1.6,-201.2],"shR":[-51.2,-141.4],"elR":[-78.8,-117.5],"haR":[-82.2,-107],"shL":[50.7,-152],"elL":[59.4,-141.1],"haL":[68.3,-131.3],"hipR":[-26.8,7.7],"knR":[-16.2,128.1],"ftR":[-8.6,249.4],"hipL":[26.7,7.9],"knL":[74.9,116.3],"ftL":[124.3,227.8]},{"rootY":5.2,"hips":[0,0],"chest":[-2.9,-97.3],"neck":[-3.1,-165.2],"head":[-1.3,-201.1],"shR":[-52.3,-140.5],"elR":[-76.4,-113.1],"haR":[-79.7,-97.7],"shL":[49.2,-153.6],"elL":[58.5,-144.6],"haL":[66.7,-136.6],"hipR":[-26.8,7.8],"knR":[-16.9,128.6],"ftR":[-10.2,249.2],"hipL":[26.7,7.8],"knL":[73.9,115.5],"ftL":[121,231.4]},{"rootY":5.4,"hips":[0,0],"chest":[-3.6,-97.1],"neck":[-4.8,-165],"head":[-4.2,-201],"shR":[-53.3,-139.3],"elR":[-74.5,-108.6],"haR":[-76.9,-89.2],"shL":[47.6,-155.2],"elL":[57.3,-148],"haL":[65.2,-141.7],"hipR":[-26.8,7.9],"knR":[-17.7,129],"ftR":[-12.2,249],"hipL":[26.7,7.8],"knL":[71.1,115.6],"ftL":[115.1,232.2]},{"rootY":5.8,"hips":[0,0],"chest":[-3.9,-96.9],"neck":[-6.2,-164.8],"head":[-6.9,-200.9],"shR":[-54.2,-137.8],"elR":[-72.9,-104.3],"haR":[-73.9,-81.8],"shL":[46.3,-156.8],"elL":[56.2,-151.2],"haL":[63.8,-146.5],"hipR":[-26.8,7.8],"knR":[-18.6,129.3],"ftR":[-14.3,248.7],"hipL":[26.7,7.8],"knL":[66.6,116.2],"ftL":[107.1,230.7]},{"rootY":6.1,"hips":[0,0],"chest":[-3.5,-96.6],"neck":[-7,-164.5],"head":[-9,-200.6],"shR":[-54.6,-135.9],"elR":[-70.9,-100.4],"haR":[-70.6,-75.8],"shL":[45.3,-158.4],"elL":[55.5,-154.3],"haL":[63,-150.7],"hipR":[-26.9,7.5],"knR":[-19.5,129.5],"ftR":[-16.3,248.4],"hipL":[26.6,8.1],"knL":[62,116.4],"ftL":[98.2,228.4]},{"rootY":6.3,"hips":[0,0],"chest":[-2.3,-96.2],"neck":[-7.2,-164.1],"head":[-10.5,-200.1],"shR":[-54.3,-133.9],"elR":[-68.8,-96.6],"haR":[-67,-70.9],"shL":[44.8,-160.1],"elL":[55.1,-156.9],"haL":[62.4,-154.1],"hipR":[-27.1,6.9],"knR":[-20.7,129.4],"ftR":[-17.9,248.1],"hipL":[26.5,8.7],"knL":[57.6,115.9],"ftL":[89.6,227]},{"rootY":6.7,"hips":[0,0],"chest":[-0.4,-96],"neck":[-6.7,-163.7],"head":[-11.1,-199.7],"shR":[-53.5,-131.6],"elR":[-66.6,-93.1],"haR":[-63.5,-67.1],"shL":[44.8,-161.5],"elL":[54.8,-158.9],"haL":[61.9,-156.6],"hipR":[-27.2,6.2],"knR":[-22,129.1],"ftR":[-19.4,247.8],"hipL":[26.2,9.4],"knL":[53.9,115.1],"ftL":[82.1,226.9]},{"rootY":7,"hips":[0,0],"chest":[1.9,-95.8],"neck":[-5.6,-163.4],"head":[-11.2,-199.2],"shR":[-52.3,-129.5],"elR":[-64.5,-89.9],"haR":[-60.4,-64],"shL":[45.2,-162.4],"elL":[54.2,-160.3],"haL":[60.6,-158.3],"hipR":[-27.4,5.4],"knR":[-23.4,128.5],"ftR":[-20.9,247.4],"hipL":[25.9,10],"knL":[50.8,114.4],"ftL":[75.4,227.9]},{"rootY":7.5,"hips":[0,0],"chest":[4,-95.6],"neck":[-4.5,-163],"head":[-11,-198.7],"shR":[-51.2,-127.8],"elR":[-63,-87.2],"haR":[-58.6,-61.3],"shL":[45.6,-162.9],"elL":[52.9,-161],"haL":[58,-159.1],"hipR":[-27.5,4.9],"knR":[-24.7,128],"ftR":[-22.6,246.9],"hipL":[25.6,10.6],"knL":[47.8,113.9],"ftL":[68.6,230]},{"rootY":8.1,"hips":[0,0],"chest":[5.7,-95.6],"neck":[-3.7,-162.8],"head":[-11,-198.3],"shR":[-50.5,-126.7],"elR":[-62.5,-85.2],"haR":[-58.4,-59],"shL":[45.7,-163.3],"elL":[50.7,-161.2],"haL":[53.7,-159.2],"hipR":[-27.5,4.5],"knR":[-26.1,127.6],"ftR":[-24.9,246.2],"hipL":[25.4,10.9],"knL":[44.2,113.9],"ftL":[61,233.5]},{"rootY":9,"hips":[0,0],"chest":[7.1,-95.7],"neck":[-3.2,-162.8],"head":[-10.9,-198.1],"shR":[-50,-126],"elR":[-63.1,-84],"haR":[-59.7,-57.3],"shL":[45.6,-163.5],"elL":[47.7,-161.2],"haL":[48,-158.8],"hipR":[-27.4,4.4],"knR":[-27.5,127.3],"ftR":[-27.6,245.1],"hipL":[25.3,11],"knL":[39.9,115.3],"ftL":[52.8,237.9]},{"rootY":10.1,"hips":[0,0],"chest":[8.2,-96.1],"neck":[-2.9,-163.1],"head":[-10.7,-198.4],"shR":[-49.7,-125.2],"elR":[-64.3,-83.3],"haR":[-62.4,-56.4],"shL":[45.6,-163.5],"elL":[44,-160.8],"haL":[41.4,-158.2],"hipR":[-27.3,4.6],"knR":[-29.3,127.4],"ftR":[-30.9,243.8],"hipL":[25.3,10.9],"knL":[34.8,117.3],"ftL":[45.6,241.5]},{"rootY":10.9,"hips":[0,0],"chest":[9,-96.6],"neck":[-2.8,-163.5],"head":[-10.4,-198.7],"shR":[-49.5,-124.4],"elR":[-66,-82.9],"haR":[-66.4,-56.2],"shL":[45.3,-163.1],"elL":[39.9,-159.9],"haL":[34.3,-156.9],"hipR":[-27.2,5],"knR":[-31.2,127.7],"ftR":[-34.6,242.5],"hipL":[25.5,10.5],"knL":[29.3,118.3],"ftL":[40.4,242.9]},{"rootY":11.1,"hips":[0,0],"chest":[9.4,-96.8],"neck":[-2.6,-163.6],"head":[-9.7,-198.9],"shR":[-49.4,-124.1],"elR":[-68,-82.8],"haR":[-70.8,-56.4],"shL":[45,-162.5],"elL":[36.1,-158.3],"haL":[27.6,-154.4],"hipR":[-27.1,5.3],"knR":[-33.1,127.7],"ftR":[-38.5,240.7],"hipL":[25.6,10.3],"knL":[24.7,118],"ftL":[36.8,242.7]},{"rootY":10.7,"hips":[0,0],"chest":[9.6,-96.9],"neck":[-2.1,-163.7],"head":[-8.4,-199],"shR":[-49.4,-124.7],"elR":[-70.5,-83.1],"haR":[-74.8,-57.2],"shL":[45,-162.1],"elL":[33,-156.1],"haL":[21.6,-150.6],"hipR":[-27.1,5.3],"knR":[-34.6,127.6],"ftR":[-42,238.6],"hipL":[25.6,10.3],"knL":[22.5,118],"ftL":[33.6,242.7]},{"rootY":9.7,"hips":[0,0],"chest":[9.7,-97],"neck":[-1.5,-163.9],"head":[-6.8,-199.4],"shR":[-49.5,-125.9],"elR":[-73.3,-84.2],"haR":[-78.3,-58.7],"shL":[45.2,-161.3],"elL":[30.3,-153.3],"haL":[16.3,-146.1],"hipR":[-26.9,5.5],"knR":[-36.1,127.7],"ftR":[-45.1,236.3],"hipL":[25.5,10.1],"knL":[21.7,119.1],"ftL":[30.1,243.8]},{"rootY":8.5,"hips":[0,0],"chest":[9.6,-97.3],"neck":[-1,-164.4],"head":[-5.2,-200],"shR":[-49.8,-127.2],"elR":[-76.1,-86],"haR":[-81.8,-61.3],"shL":[45.3,-160.1],"elL":[27.9,-150.2],"haL":[11.8,-141.5],"hipR":[-26.7,6],"knR":[-38.1,128.3],"ftR":[-48.1,233.7],"hipL":[25.6,9.7],"knL":[20.7,120.7],"ftL":[26.5,245.3]},{"rootY":7.1,"hips":[0,0],"chest":[9.5,-97.7],"neck":[-0.5,-164.9],"head":[-3.3,-200.6],"shR":[-50.1,-128.7],"elR":[-78.7,-88.5],"haR":[-85.5,-65.5],"shL":[45.4,-158.7],"elL":[25.9,-147.3],"haL":[8.4,-137.3],"hipR":[-26.4,6.6],"knR":[-40,129],"ftR":[-51,230.2],"hipL":[25.7,9.1],"knL":[19.3,122.1],"ftL":[23.5,246.6]},{"rootY":6,"hips":[0,0],"chest":[9.5,-98],"neck":[0.5,-165.2],"head":[-0.9,-201.1],"shR":[-50,-130.5],"elR":[-81.2,-92],"haR":[-89,-71.6],"shL":[45.7,-157.3],"elL":[24.7,-144.9],"haL":[6.3,-134],"hipR":[-26.1,7.1],"knR":[-41.3,129.3],"ftR":[-52.2,225.5],"hipL":[25.8,8.5],"knL":[18.3,123.1],"ftL":[20.9,247.6]},{"rootY":5.2,"hips":[0,0],"chest":[9.8,-98.1],"neck":[2,-165.5],"head":[2,-201.5],"shR":[-49.6,-132.7],"elR":[-83.7,-96.5],"haR":[-91.9,-79.1],"shL":[46.6,-155.9],"elL":[24.3,-143.1],"haL":[5,-131.8],"hipR":[-25.8,7.6],"knR":[-41.7,129.1],"ftR":[-50.4,221.3],"hipL":[25.8,8.1],"knL":[17.8,124.1],"ftL":[18.9,248.4]},{"rootY":4.6,"hips":[0,0],"chest":[10.4,-98],"neck":[3.8,-165.5],"head":[5.1,-201.5],"shR":[-48.7,-134.7],"elR":[-85.8,-101.1],"haR":[-94.1,-87.5],"shL":[48,-154.1],"elL":[25.2,-141.3],"haL":[4.5,-130.1],"hipR":[-25.6,7.8],"knR":[-42.2,128.5],"ftR":[-46.1,220],"hipL":[25.7,7.8],"knL":[17.5,125.1],"ftL":[17.5,249.3]},{"rootY":3.8,"hips":[0,0],"chest":[11.2,-97.9],"neck":[5.7,-165.3],"head":[8.1,-201.4],"shR":[-47.6,-136.5],"elR":[-87.8,-105],"haR":[-95.5,-96.6],"shL":[49.9,-151.9],"elL":[27.5,-139.3],"haL":[4.1,-128.8],"hipR":[-25.5,7.8],"knR":[-42.9,127.5],"ftR":[-41.7,222.8],"hipL":[25.5,7.9],"knL":[17,126.1],"ftL":[16.7,250.2]},{"rootY":3,"hips":[0,0],"chest":[12.3,-97.7],"neck":[7.4,-165.1],"head":[10.5,-201.1],"shR":[-46.4,-138.1],"elR":[-89.6,-108],"haR":[-96,-106.1],"shL":[52,-149.9],"elL":[30.7,-137.3],"haL":[3.7,-128.4],"hipR":[-25.4,7.5],"knR":[-44.3,126.2],"ftR":[-39.5,227.8],"hipL":[25.3,8.1],"knL":[16.7,127.1],"ftL":[16.1,251]},{"rootY":2.5,"hips":[0,0],"chest":[13.3,-97.6],"neck":[8.8,-164.9],"head":[12.3,-201],"shR":[-45.2,-139.1],"elR":[-91.2,-110.5],"haR":[-95.5,-116],"shL":[54,-148.3],"elL":[34,-135.3],"haL":[3.1,-129.1],"hipR":[-25.4,7.4],"knR":[-45.9,125.1],"ftR":[-39.6,233],"hipL":[25.1,8.3],"knL":[16.6,127.8],"ftL":[15.5,251.6]},{"rootY":2.1,"hips":[0,0],"chest":[13.9,-97.4],"neck":[9.9,-164.7],"head":[13.6,-200.8],"shR":[-44.3,-139.6],"elR":[-92.3,-112.4],"haR":[-94.2,-125.7],"shL":[55.6,-147],"elL":[37.1,-133.6],"haL":[2.8,-130.9],"hipR":[-25.4,7.4],"knR":[-47.2,124.2],"ftR":[-41.5,238],"hipL":[25.1,8.3],"knL":[16.6,128.3],"ftL":[15,252]},{"rootY":1.9,"hips":[0,0],"chest":[14.2,-97.3],"neck":[10.5,-164.5],"head":[14.3,-200.6],"shR":[-43.9,-140],"elR":[-92.9,-113.5],"haR":[-92.3,-134.7],"shL":[56.6,-146.1],"elL":[39.7,-132],"haL":[2.9,-133.2],"hipR":[-25.4,7.6],"knR":[-47.8,123.7],"ftR":[-44.3,242.5],"hipL":[25.2,8.1],"knL":[16.5,128.5],"ftL":[14.5,252.2]},{"rootY":1.7,"hips":[0,0],"chest":[14.1,-97.2],"neck":[10.7,-164.3],"head":[14.7,-200.4],"shR":[-43.7,-140.6],"elR":[-93.3,-114.2],"haR":[-90.1,-142.5],"shL":[57.4,-145.7],"elL":[42.1,-130.6],"haL":[3.3,-135.6],"hipR":[-25.4,7.8],"knR":[-47.6,123.3],"ftR":[-47.2,245.8],"hipL":[25.3,7.9],"knL":[16.6,128.8],"ftL":[14.1,252.5]},{"rootY":1.5,"hips":[0,0],"chest":[13.8,-97.1],"neck":[10.9,-164.1],"head":[14.9,-200.2],"shR":[-43.7,-141.3],"elR":[-93.5,-114.9],"haR":[-87.7,-148.6],"shL":[58.1,-145.6],"elL":[44.2,-129.5],"haL":[4.2,-138],"hipR":[-25.5,7.9],"knR":[-46.8,122.9],"ftR":[-49.8,247.5],"hipL":[25.5,7.8],"knL":[17.1,129.1],"ftL":[14,252.8]},{"rootY":1.2,"hips":[0,0],"chest":[13.4,-97],"neck":[11,-163.8],"head":[15.1,-200],"shR":[-43.7,-141.7],"elR":[-93.5,-115.6],"haR":[-85.3,-153.2],"shL":[58.7,-145.3],"elL":[46.3,-128.6],"haL":[5.4,-140.2],"hipR":[-25.7,8],"knR":[-45.9,122.5],"ftR":[-51.4,247.7],"hipL":[25.7,7.7],"knL":[17.9,129.5],"ftL":[14.2,253.2]},{"rootY":0.9,"hips":[0,0],"chest":[13,-96.9],"neck":[11,-163.6],"head":[15.1,-199.7],"shR":[-43.8,-141.6],"elR":[-93.4,-116.3],"haR":[-83,-156.3],"shL":[59.2,-145],"elL":[48.4,-127.9],"haL":[7,-142.4],"hipR":[-25.9,8.1],"knR":[-45,121.9],"ftR":[-52.1,246.7],"hipL":[26,7.6],"knL":[18.8,129.7],"ftL":[14.7,253.5]},{"rootY":0.8,"hips":[0,0],"chest":[12.4,-96.7],"neck":[10.8,-163.4],"head":[15,-199.5],"shR":[-43.9,-141.6],"elR":[-93.3,-116.9],"haR":[-80.9,-158.1],"shL":[59.6,-145],"elL":[50.3,-127.7],"haL":[8.7,-144.5],"hipR":[-26.1,8.2],"knR":[-44.2,120.9],"ftR":[-52.2,245],"hipL":[26.2,7.4],"knL":[19.5,129.8],"ftL":[15.2,253.7]},{"rootY":0.8,"hips":[0,0],"chest":[11.8,-96.7],"neck":[10.6,-163.3],"head":[14.8,-199.4],"shR":[-44.1,-141.5],"elR":[-93,-117.5],"haR":[-79.2,-158.5],"shL":[59.9,-145.2],"elL":[52.1,-127.9],"haL":[10.6,-146.7],"hipR":[-26.2,8.4],"knR":[-43.2,119.8],"ftR":[-51.9,242.9],"hipL":[26.4,7.3],"knL":[20.2,129.9],"ftL":[15.9,253.7]},{"rootY":0.8,"hips":[0,0],"chest":[10.9,-96.6],"neck":[10.1,-163.3],"head":[14.3,-199.4],"shR":[-44.5,-141.2],"elR":[-92.3,-117.7],"haR":[-77.9,-157.5],"shL":[60,-145.4],"elL":[53.8,-128.6],"haL":[12.6,-148.9],"hipR":[-26.2,8.6],"knR":[-42.2,118.7],"ftR":[-51,241.1],"hipL":[26.6,7],"knL":[21,129.8],"ftL":[16.8,253.7]},{"rootY":0.9,"hips":[0,0],"chest":[9.8,-96.6],"neck":[9.3,-163.2],"head":[13.7,-199.3],"shR":[-45.1,-140.6],"elR":[-91.4,-117],"haR":[-76.7,-155.3],"shL":[59.9,-145.6],"elL":[55.6,-129.4],"haL":[14.7,-150.9],"hipR":[-26.3,8.9],"knR":[-40.9,117.9],"ftR":[-49.4,239.7],"hipL":[26.7,6.8],"knL":[21.8,129.8],"ftL":[17.9,253.7]},{"rootY":1,"hips":[0,0],"chest":[8.6,-96.6],"neck":[8.3,-163.2],"head":[12.9,-199.3],"shR":[-45.9,-139.9],"elR":[-90.6,-115.3],"haR":[-75.4,-152.3],"shL":[59.5,-146],"elL":[57.6,-130],"haL":[16.9,-152.9],"hipR":[-26.3,9.1],"knR":[-39.6,117.3],"ftR":[-47.3,238.6],"hipL":[26.9,6.6],"knL":[22.7,129.7],"ftL":[19.1,253.6]},{"rootY":1.2,"hips":[0,0],"chest":[7.3,-96.7],"neck":[7.1,-163.2],"head":[11.8,-199.3],"shR":[-46.7,-139.1],"elR":[-89.7,-112.8],"haR":[-73.7,-148.9],"shL":[58.9,-146.7],"elL":[59.8,-130.6],"haL":[19.1,-154.7],"hipR":[-26.3,9.3],"knR":[-38,117.1],"ftR":[-44.8,238.2],"hipL":[27.1,6.3],"knL":[23.6,129.5],"ftL":[20.5,253.4]},{"rootY":1.6,"hips":[0,0],"chest":[5.9,-96.8],"neck":[5.8,-163.2],"head":[10.6,-199.3],"shR":[-47.4,-138.1],"elR":[-88.7,-109.7],"haR":[-71.4,-145.3],"shL":[58.2,-147.1],"elL":[62.1,-130.9],"haL":[21.4,-156.1],"hipR":[-26.3,9.5],"knR":[-36.2,117.4],"ftR":[-42,238.4],"hipL":[27.2,6.1],"knL":[24.6,129.3],"ftL":[22.1,253.1]},{"rootY":1.9,"hips":[0,0],"chest":[4.5,-97],"neck":[4.3,-163.3],"head":[9.2,-199.3],"shR":[-48.2,-136.8],"elR":[-87.4,-106.1],"haR":[-68.8,-141.8],"shL":[57.3,-147.4],"elL":[64.4,-131],"haL":[23.6,-157],"hipR":[-26.2,9.6],"knR":[-34.4,117.7],"ftR":[-39,239],"hipL":[27.3,6],"knL":[25.8,129.1],"ftL":[24.1,252.7]},{"rootY":2.5,"hips":[0,0],"chest":[3.1,-97.2],"neck":[2.6,-163.3],"head":[7.4,-199.4],"shR":[-49.1,-135.6],"elR":[-86.2,-102.6],"haR":[-66.1,-138.9],"shL":[56.1,-148],"elL":[66.4,-131],"haL":[25.7,-157.8],"hipR":[-26.2,9.8],"knR":[-32.5,118.3],"ftR":[-36,240.2],"hipL":[27.3,5.9],"knL":[26.9,128.9],"ftL":[26.2,252.2]},{"rootY":3.3,"hips":[0,0],"chest":[1.5,-97.4],"neck":[0.9,-163.4],"head":[5.4,-199.5],"shR":[-50.1,-134.5],"elR":[-85.2,-99.7],"haR":[-63.5,-136.7],"shL":[54.7,-148.8],"elL":[68.1,-131.2],"haL":[27.3,-158.8],"hipR":[-26.1,10],"knR":[-30.5,119.5],"ftR":[-33,242.3],"hipL":[27.4,5.6],"knL":[28.2,128.4],"ftL":[28.5,251.4]},{"rootY":4.2,"hips":[0,0],"chest":[-0.2,-97.6],"neck":[-0.9,-163.5],"head":[3.1,-199.6],"shR":[-51,-133.2],"elR":[-84.3,-97.3],"haR":[-60.8,-135.1],"shL":[53.4,-148.9],"elL":[69.6,-131.9],"haL":[28.7,-159.8],"hipR":[-26,10.3],"knR":[-28.2,121.3],"ftR":[-30,244.9],"hipL":[27.4,5.3],"knL":[29.6,127.8],"ftL":[31.2,250.4]},{"rootY":5.1,"hips":[0,0],"chest":[-1.5,-97.9],"neck":[-2.7,-163.6],"head":[0.7,-199.7],"shR":[-51.7,-131.7],"elR":[-83.4,-95.1],"haR":[-58,-133.4],"shL":[52.2,-148.3],"elL":[71.1,-133.1],"haL":[30,-160.3],"hipR":[-26,10.1],"knR":[-25.7,122.4],"ftR":[-26.8,246.7],"hipL":[27.3,5.5],"knL":[31.2,127.5],"ftL":[34.5,249.5]},{"rootY":5.9,"hips":[0,0],"chest":[-1.8,-98.2],"neck":[-4.2,-163.7],"head":[-1.8,-199.9],"shR":[-52,-130.7],"elR":[-82,-92.7],"haR":[-54.9,-131.6],"shL":[51.2,-148.4],"elL":[72.8,-134.9],"haL":[31.6,-160.8],"hipR":[-26.3,9.4],"knR":[-23.3,121.7],"ftR":[-23.4,246.7],"hipL":[27.2,6.3],"knL":[33.1,127.8],"ftL":[38.3,248.7]},{"rootY":6.6,"hips":[0,0],"chest":[-1.4,-98.5],"neck":[-4.7,-163.7],"head":[-4,-199.9],"shR":[-51.5,-130.5],"elR":[-79.8,-90],"haR":[-51.6,-129.4],"shL":[51,-149.8],"elL":[74.5,-137.2],"haL":[33.1,-161.2],"hipR":[-26.6,8.5],"knR":[-21.1,120.4],"ftR":[-19.5,245.7],"hipL":[27,7.2],"knL":[35.5,129],"ftL":[42.3,247.1]},{"rootY":6.9,"hips":[0,0],"chest":[-0.4,-98.5],"neck":[-3.7,-163.4],"head":[-5.8,-199.7],"shR":[-49.9,-130.8],"elR":[-76.6,-86.6],"haR":[-48,-126.4],"shL":[51.7,-151.5],"elL":[76,-139.4],"haL":[34.6,-160.4],"hipR":[-26.8,7.8],"knR":[-18.9,120],"ftR":[-15.3,245.3],"hipL":[26.8,7.8],"knL":[38.4,130.2],"ftL":[46.1,243.9]},{"rootY":6.4,"hips":[0,0],"chest":[0.5,-98.5],"neck":[-2.1,-163.1],"head":[-7.3,-199],"shR":[-48,-130.9],"elR":[-72.6,-82.7],"haR":[-44.2,-122.4],"shL":[53,-152.3],"elL":[77.1,-140.5],"haL":[36.1,-158],"hipR":[-26.9,7.4],"knR":[-16.9,120.7],"ftR":[-11.5,245.9],"hipL":[26.6,8.3],"knL":[41,130.6],"ftL":[49.2,239.6]},{"rootY":5.1,"hips":[0,0],"chest":[1.2,-98.4],"neck":[-1.2,-162.7],"head":[-9.2,-198.1],"shR":[-46.7,-130.6],"elR":[-68.7,-78.7],"haR":[-40.6,-118.4],"shL":[53.9,-152.4],"elL":[77.4,-140.6],"haL":[37.5,-154.4],"hipR":[-26.9,7.2],"knR":[-15.8,122.1],"ftR":[-8.7,247.1],"hipL":[26.4,8.4],"knL":[43,130.3],"ftL":[51.1,235.9]},{"rootY":3.6,"hips":[0,0],"chest":[1.3,-98.4],"neck":[-1.5,-162.5],"head":[-11.8,-197.3],"shR":[-46.6,-130.2],"elR":[-65.7,-75.8],"haR":[-37.6,-115.4],"shL":[53.7,-152.5],"elL":[76.6,-140.9],"haL":[38.6,-151.2],"hipR":[-26.9,7.2],"knR":[-16.1,123.5],"ftR":[-7,248.3],"hipL":[26.5,8.4],"knL":[44.3,129.6],"ftL":[52,233.8]},{"rootY":2.4,"hips":[0,0],"chest":[0.7,-98.4],"neck":[-2.8,-162.4],"head":[-14.6,-196.7],"shR":[-47.4,-129.8],"elR":[-63.9,-74.7],"haR":[-35.2,-113.8],"shL":[52.7,-152.7],"elL":[74.7,-142.4],"haL":[39.7,-149],"hipR":[-26.9,7.4],"knR":[-16.8,124.7],"ftR":[-6,249.3],"hipL":[26.6,8.3],"knL":[45.3,128.8],"ftL":[52.7,233.5]},{"rootY":1.7,"hips":[0,0],"chest":[0,-98.4],"neck":[-4.4,-162.4],"head":[-17.2,-196.2],"shR":[-48.9,-129.4],"elR":[-63.3,-75.6],"haR":[-33,-112.5],"shL":[51.3,-153],"elL":[72,-144.6],"haL":[41.1,-147.4],"hipR":[-26.8,7.6],"knR":[-17.2,125.7],"ftR":[-5.1,250],"hipL":[26.7,8.1],"knL":[46.5,127.9],"ftL":[54.1,234.8]},{"rootY":1.1,"hips":[0,0],"chest":[-0.7,-98.3],"neck":[-5.9,-162.4],"head":[-19.5,-195.7],"shR":[-50.5,-129],"elR":[-63.3,-77.8],"haR":[-31.2,-110.2],"shL":[49.8,-153.3],"elL":[68.8,-146.2],"haL":[43,-145.5],"hipR":[-26.8,7.7],"knR":[-17.2,126.4],"ftR":[-4.2,250.5],"hipL":[26.7,8],"knL":[48,126.9],"ftL":[56.2,237.2]},{"rootY":0.8,"hips":[0,0],"chest":[-1.1,-98.3],"neck":[-7.1,-162.3],"head":[-21.4,-195.3],"shR":[-52,-128.8],"elR":[-63.4,-80.7],"haR":[-30.6,-107.3],"shL":[48.6,-153.6],"elL":[64.6,-146.8],"haL":[45.7,-142.5],"hipR":[-26.8,7.7],"knR":[-17.1,127],"ftR":[-3.2,250.7],"hipL":[26.7,8],"knL":[49.5,126],"ftL":[58.7,240.2]},{"rootY":0.7,"hips":[0,0],"chest":[-1.4,-98.2],"neck":[-7.9,-162.2],"head":[-22.8,-194.8],"shR":[-53.1,-128.8],"elR":[-63.4,-83.6],"haR":[-31.1,-104.4],"shL":[47.5,-154],"elL":[59.4,-146],"haL":[49.1,-138.4],"hipR":[-26.8,7.7],"knR":[-16.9,127.4],"ftR":[-2.3,250.9],"hipL":[26.7,8],"knL":[50.6,125],"ftL":[61,243]},{"rootY":0.7,"hips":[0,0],"chest":[-1.5,-98.1],"neck":[-8.4,-162.1],"head":[-23.8,-194.3],"shR":[-53.8,-129],"elR":[-63.6,-86.2],"haR":[-32.4,-102],"shL":[46.6,-154.6],"elL":[54.6,-144],"haL":[52.3,-133.7],"hipR":[-26.8,7.8],"knR":[-16.8,127.9],"ftR":[-1.6,250.9],"hipL":[26.8,7.9],"knL":[51.1,123.8],"ftL":[62.8,245.1]},{"rootY":0.8,"hips":[0,0],"chest":[-1.5,-98.1],"neck":[-8.8,-162],"head":[-24.8,-193.9],"shR":[-54.5,-129.1],"elR":[-64.3,-88.5],"haR":[-34,-100.4],"shL":[45.6,-155.5],"elL":[51.5,-141.5],"haL":[54.5,-128.8],"hipR":[-26.8,7.9],"knR":[-16.7,128.2],"ftR":[-1,250.8],"hipL":[26.8,7.8],"knL":[50.9,122.7],"ftL":[63.8,246.1]},{"rootY":0.9,"hips":[0,0],"chest":[-1.2,-98.1],"neck":[-9.1,-161.9],"head":[-25.5,-193.5],"shR":[-55,-129.1],"elR":[-65.1,-91],"haR":[-35.4,-99.2],"shL":[45,-156.3],"elL":[50.2,-139],"haL":[55.8,-123.8],"hipR":[-26.8,7.8],"knR":[-16.8,128.5],"ftR":[-0.5,250.7],"hipL":[26.8,7.9],"knL":[50.1,121.7],"ftL":[63.7,246.1]},{"rootY":0.9,"hips":[0,0],"chest":[-0.7,-98],"neck":[-9,-161.9],"head":[-25.9,-193.2],"shR":[-55.3,-129],"elR":[-65.7,-93.5],"haR":[-36.8,-98.3],"shL":[44.8,-156.5],"elL":[50.1,-136.4],"haL":[56.6,-118.9],"hipR":[-26.9,7.5],"knR":[-16.9,128.7],"ftR":[-0.1,250.7],"hipL":[26.7,8.1],"knL":[49.2,120.7],"ftL":[62.7,245.3]},{"rootY":1,"hips":[0,0],"chest":[-0.2,-97.9],"neck":[-8.7,-161.8],"head":[-25.8,-193],"shR":[-55.3,-129.2],"elR":[-65.7,-95.5],"haR":[-38.3,-97.6],"shL":[45.2,-156],"elL":[50.6,-133.7],"haL":[57.3,-114.3],"hipR":[-27,7.3],"knR":[-16.8,129],"ftR":[0.4,250.5],"hipL":[26.7,8.4],"knL":[48.1,119.5],"ftL":[61.1,243.8]},{"rootY":1.2,"hips":[0,0],"chest":[0.3,-97.9],"neck":[-8.2,-161.9],"head":[-25.5,-193],"shR":[-55.1,-129.7],"elR":[-65.7,-97.2],"haR":[-39.9,-97],"shL":[45.8,-155.3],"elL":[51.1,-131.1],"haL":[57.8,-110.1],"hipR":[-27,7.2],"knR":[-16.8,129.2],"ftR":[0.8,250.3],"hipL":[26.6,8.5],"knL":[46.6,117.9],"ftL":[58.8,241.6]},{"rootY":1.5,"hips":[0,0],"chest":[0.9,-97.8],"neck":[-7.5,-161.9],"head":[-24.7,-193.2],"shR":[-54.8,-130.5],"elR":[-65.6,-99],"haR":[-41.5,-96.9],"shL":[46.5,-154.5],"elL":[51.5,-128.9],"haL":[58,-106.4],"hipR":[-27,7.1],"knR":[-16.9,129.4],"ftR":[1.2,249.9],"hipL":[26.5,8.6],"knL":[44.6,116.3],"ftL":[55.4,239.2]},{"rootY":2.1,"hips":[0,0],"chest":[1.5,-97.8],"neck":[-6.4,-162],"head":[-23.5,-193.4],"shR":[-54.3,-131.4],"elR":[-65.6,-101],"haR":[-42.8,-97.4],"shL":[47.5,-153.7],"elL":[52.1,-126.9],"haL":[58,-103.4],"hipR":[-27,7],"knR":[-16.9,129.5],"ftR":[1.6,249.4],"hipL":[26.5,8.7],"knL":[42,115.1],"ftL":[50.6,237]},{"rootY":2.7,"hips":[0,0],"chest":[2.2,-97.9],"neck":[-5.1,-162.2],"head":[-21.8,-193.9],"shR":[-53.5,-132.5],"elR":[-65.6,-102.9],"haR":[-43.7,-98.2],"shL":[48.7,-152.8],"elL":[52.7,-125],"haL":[57.8,-100.6],"hipR":[-27,6.9],"knR":[-17,129.5],"ftR":[1.8,248.6],"hipL":[26.4,8.8],"knL":[38.8,114.4],"ftL":[44.5,235.1]},{"rootY":3.4,"hips":[0,0],"chest":[3.1,-98.1],"neck":[-3.6,-162.5],"head":[-19.9,-194.5],"shR":[-52.5,-133.5],"elR":[-65.4,-104.4],"haR":[-44.3,-99.3],"shL":[50.2,-151.9],"elL":[53.3,-123.3],"haL":[57.7,-98.1],"hipR":[-27,6.7],"knR":[-17.1,129.5],"ftR":[2,247.7],"hipL":[26.3,9],"knL":[35,114.2],"ftL":[37.4,233.4]},{"rootY":4.3,"hips":[0,0],"chest":[4,-98.3],"neck":[-2,-162.9],"head":[-17.8,-195.2],"shR":[-51.5,-134.5],"elR":[-65.4,-105.9],"haR":[-44.8,-100.7],"shL":[51.7,-150.8],"elL":[53.9,-121.5],"haL":[57.6,-95.7],"hipR":[-26.9,6.6],"knR":[-17.1,129.4],"ftR":[2.3,246.8],"hipL":[26.3,9.1],"knL":[30.6,114.1],"ftL":[29.5,232.3]},{"rootY":5.4,"hips":[0,0],"chest":[4.6,-98.4],"neck":[-0.1,-163.3],"head":[-15.4,-195.9],"shR":[-50.3,-136],"elR":[-65.1,-107.9],"haR":[-45,-102],"shL":[53.5,-149.2],"elL":[54.6,-119.6],"haL":[57.4,-93.4],"hipR":[-26.9,6.7],"knR":[-16.9,129.3],"ftR":[2.5,245.8],"hipL":[26.3,9],"knL":[25.7,114.9],"ftL":[20.5,233]},{"rootY":6.5,"hips":[0,0],"chest":[5.3,-98.5],"neck":[2,-163.8],"head":[-12.9,-196.7],"shR":[-48.9,-138.2],"elR":[-64.4,-110.6],"haR":[-45,-103.1],"shL":[55.4,-147.3],"elL":[55.6,-117.3],"haL":[57.4,-90.8],"hipR":[-26.7,6.8],"knR":[-16.9,129.2],"ftR":[2.3,244.3],"hipL":[26.2,8.8],"knL":[20.5,117.6],"ftL":[11.5,236.2]},{"rootY":8,"hips":[0,0],"chest":[6.5,-98.8],"neck":[4.5,-164.5],"head":[-10,-197.6],"shR":[-47.3,-140.2],"elR":[-63.1,-113.7],"haR":[-44.9,-104.7],"shL":[57.6,-145.1],"elL":[56.7,-114.9],"haL":[57.8,-88],"hipR":[-26.4,7.1],"knR":[-17.8,129.1],"ftR":[2,242.1],"hipL":[26.1,8.6],"knL":[15.9,121.1],"ftL":[4.6,240.1]},{"rootY":9.4,"hips":[0,0],"chest":[7.7,-98.9],"neck":[7.3,-165],"head":[-6.6,-198.5],"shR":[-45.5,-140.9],"elR":[-62.1,-116.4],"haR":[-45.2,-107.1],"shL":[59.7,-142.2],"elL":[57.8,-111.9],"haL":[58.4,-84.7],"hipR":[-25.8,7.9],"knR":[-19.5,129.9],"ftR":[1.4,239.4],"hipL":[26.2,7.7],"knL":[13.5,123.3],"ftL":[0.9,242.3]},{"rootY":9.7,"hips":[0,0],"chest":[8.1,-98.7],"neck":[10.2,-164.9],"head":[-2.8,-198.8],"shR":[-43.8,-140.8],"elR":[-61.7,-118.1],"haR":[-45.8,-109.3],"shL":[61.2,-138.4],"elL":[58.4,-107.8],"haL":[58.7,-80.2],"hipR":[-25,9.6],"knR":[-22.2,131.7],"ftR":[0.4,236.3],"hipL":[26.4,5.9],"knL":[13.2,123.5],"ftL":[-0.3,243]},{"rootY":8.3,"hips":[0,0],"chest":[7.6,-98.4],"neck":[12.6,-164.5],"head":[1.2,-199],"shR":[-42.6,-141.6],"elR":[-61.6,-118.7],"haR":[-46.5,-110.4],"shL":[62.1,-134.2],"elL":[58.6,-102.6],"haL":[58.8,-73.9],"hipR":[-24.4,10.9],"knR":[-25.7,133.5],"ftR":[-2,232],"hipL":[26.5,4.6],"knL":[13.2,123.3],"ftL":[-0.2,244.2]},{"rootY":5.5,"hips":[0,0],"chest":[7.2,-98.3],"neck":[14.2,-164.3],"head":[5.5,-199.5],"shR":[-41.7,-143.7],"elR":[-61.4,-119.2],"haR":[-47.1,-111.7],"shL":[62.5,-130.9],"elL":[58.7,-97.4],"haL":[59.2,-66.8],"hipR":[-24.2,10.8],"knR":[-29.3,133.8],"ftR":[-6.3,226.6],"hipL":[26.2,4.7],"knL":[13.2,124.6],"ftL":[0.3,246.9]},{"rootY":2.9,"hips":[0,0],"chest":[7.1,-98.5],"neck":[14.7,-164.5],"head":[9.6,-200.4],"shR":[-41.2,-145.8],"elR":[-61.6,-119.8],"haR":[-48.3,-115.2],"shL":[62.7,-129.5],"elL":[58.7,-93.9],"haL":[59.7,-60.7],"hipR":[-24.2,9.9],"knR":[-32.8,132.8],"ftR":[-11.3,221.9],"hipL":[25.7,5.7],"knL":[13.2,126.5],"ftL":[0.7,249.6]},{"rootY":1.1,"hips":[0,0],"chest":[7.3,-98.5],"neck":[14.8,-164.6],"head":[13.6,-200.9],"shR":[-41,-146.3],"elR":[-62.4,-120.5],"haR":[-49.8,-121.2],"shL":[63.1,-129.7],"elL":[58.4,-92.1],"haL":[60.1,-56.6],"hipR":[-24.4,9.3],"knR":[-36.4,131.7],"ftR":[-14.9,219.7],"hipL":[25.5,6.3],"knL":[13.4,127.7],"ftL":[1.3,251.4]},{"rootY":0.1,"hips":[0,0],"chest":[7.4,-98.3],"neck":[15,-164.5],"head":[17.2,-200.7],"shR":[-40.6,-146.2],"elR":[-63.4,-121.2],"haR":[-50.8,-128.3],"shL":[63.7,-130.5],"elL":[58.1,-91.4],"haL":[60.2,-54.1],"hipR":[-24.7,9.1],"knR":[-40.1,131],"ftR":[-17.1,221],"hipL":[25.6,6.5],"knL":[13.6,128.2],"ftL":[1.8,252.4]},{"rootY":-0.5,"hips":[0,0],"chest":[7.3,-98.2],"neck":[15.5,-164.3],"head":[20.2,-200.2],"shR":[-40.2,-146.6],"elR":[-64,-122.4],"haR":[-51.4,-135.1],"shL":[64.3,-130.7],"elL":[58.1,-90.7],"haL":[60.1,-52.6],"hipR":[-25,9.1],"knR":[-44.1,130.4],"ftR":[-20.4,226.2],"hipL":[25.9,6.5],"knL":[13.9,128.5],"ftL":[2,253]},{"rootY":-0.9,"hips":[0,0],"chest":[7.1,-97.9],"neck":[16.1,-164],"head":[22.5,-199.6],"shR":[-39.5,-147.2],"elR":[-64.2,-124.3],"haR":[-52,-141.1],"shL":[64.9,-129.8],"elL":[58.3,-89.7],"haL":[60.1,-51.4],"hipR":[-25.2,9.1],"knR":[-47.9,129.6],"ftR":[-26.8,233.4],"hipL":[26,6.6],"knL":[14,128.9],"ftL":[1.9,253.5]},{"rootY":-1.1,"hips":[0,0],"chest":[7,-97.5],"neck":[16.7,-163.6],"head":[23.9,-199],"shR":[-38.8,-147.3],"elR":[-64,-126.7],"haR":[-52.4,-146.2],"shL":[65.3,-128.6],"elL":[59,-88.6],"haL":[60.5,-50.4],"hipR":[-25.4,9.1],"knR":[-51,128.8],"ftR":[-35.7,240.4],"hipL":[26.1,6.6],"knL":[13.9,129.1],"ftL":[1.7,253.8]},{"rootY":-1,"hips":[0,0],"chest":[7,-97.2],"neck":[17.1,-163.3],"head":[24.6,-198.6],"shR":[-38.3,-147.3],"elR":[-63.7,-129],"haR":[-52.2,-150.4],"shL":[65.7,-127.9],"elL":[59.8,-87.9],"haL":[61.1,-49.7],"hipR":[-25.5,9.1],"knR":[-53.3,127.9],"ftR":[-45.8,245.8],"hipL":[26.2,6.5],"knL":[13.6,129],"ftL":[1.3,253.7]},{"rootY":-0.9,"hips":[0,0],"chest":[7,-96.9],"neck":[17.3,-163.1],"head":[24.7,-198.4],"shR":[-38,-147.2],"elR":[-63.2,-130.8],"haR":[-51.6,-153],"shL":[66.1,-127.8],"elL":[60.5,-87.5],"haL":[61.9,-49.2],"hipR":[-25.6,9.1],"knR":[-55,126.8],"ftR":[-55.7,249],"hipL":[26.2,6.6],"knL":[13.4,129.1],"ftL":[0.8,253.7]},{"rootY":-0.9,"hips":[0,0],"chest":[7.3,-96.8],"neck":[17.3,-163],"head":[24.5,-198.4],"shR":[-37.8,-146.9],"elR":[-62.6,-131.7],"haR":[-50.7,-154.1],"shL":[66.4,-128],"elL":[60.9,-87.5],"haL":[63,-48.9],"hipR":[-25.7,8.9],"knR":[-56.3,125.2],"ftR":[-64.4,249.5],"hipL":[26.2,6.8],"knL":[13.2,129.3],"ftL":[0.3,253.6]},{"rootY":-1,"hips":[0,0],"chest":[7.7,-96.6],"neck":[17.5,-162.9],"head":[24.2,-198.4],"shR":[-37.5,-146.3],"elR":[-62,-131.9],"haR":[-49.9,-153.8],"shL":[66.8,-128.4],"elL":[61.5,-87.9],"haL":[64.3,-49.1],"hipR":[-26,8.6],"knR":[-57.1,123.3],"ftR":[-71.2,247.8],"hipL":[26.3,7],"knL":[13.1,129.5],"ftL":[0.1,253.6]},{"rootY":-1,"hips":[0,0],"chest":[8.1,-96.5],"neck":[17.6,-162.8],"head":[23.9,-198.3],"shR":[-37.2,-145.7],"elR":[-61.5,-131.7],"haR":[-49,-152.6],"shL":[67.2,-129.2],"elL":[62.2,-88.6],"haL":[65.8,-49.8],"hipR":[-26.2,8.4],"knR":[-57.5,120.9],"ftR":[-76,244.3],"hipL":[26.4,7.3],"knL":[13.3,129.7],"ftL":[0,253.4]},{"rootY":-0.8,"hips":[0,0],"chest":[8.2,-96.4],"neck":[17.5,-162.8],"head":[23.5,-198.4],"shR":[-37,-145.4],"elR":[-60.9,-131],"haR":[-48,-150.6],"shL":[67.6,-130.1],"elL":[63,-89.5],"haL":[67.4,-50.8],"hipR":[-26.4,8.1],"knR":[-57.5,118.2],"ftR":[-78.9,239.8],"hipL":[26.4,7.5],"knL":[13.7,130],"ftL":[-0.1,253.1]},{"rootY":-0.5,"hips":[0,0],"chest":[8.2,-96.2],"neck":[17.2,-162.7],"head":[23,-198.4],"shR":[-36.8,-145.1],"elR":[-60,-129.8],"haR":[-47.1,-148.1],"shL":[67.7,-131],"elL":[63.9,-90.4],"haL":[68.9,-51.9],"hipR":[-26.7,7.8],"knR":[-57,115.3],"ftR":[-79.7,235],"hipL":[26.5,7.8],"knL":[14.3,130.4],"ftL":[-0.1,252.6]},{"rootY":-0.3,"hips":[0,0],"chest":[8.1,-96.1],"neck":[17,-162.7],"head":[22.6,-198.3],"shR":[-36.6,-144.8],"elR":[-59.1,-128.4],"haR":[-46.1,-145.4],"shL":[67.9,-131.8],"elL":[64.7,-91.2],"haL":[70.4,-52.8],"hipR":[-26.8,7.4],"knR":[-55.6,112.5],"ftR":[-78,230.3],"hipL":[26.5,8.2],"knL":[15.1,130.8],"ftL":[0,252]},{"rootY":0.1,"hips":[0,0],"chest":[7.8,-96],"neck":[16.8,-162.6],"head":[22.2,-198.3],"shR":[-36.5,-144.4],"elR":[-58.2,-127.4],"haR":[-45.2,-142.8],"shL":[68,-132.5],"elL":[65.5,-92],"haL":[71.7,-53.7],"hipR":[-27,7.1],"knR":[-53,110.2],"ftR":[-74.1,226.2],"hipL":[26.5,8.5],"knL":[16,131.1],"ftL":[0.2,251.3]},{"rootY":0.7,"hips":[0,0],"chest":[7.1,-96],"neck":[16.4,-162.6],"head":[21.6,-198.3],"shR":[-36.5,-144.1],"elR":[-57.6,-126.8],"haR":[-44.4,-140.2],"shL":[67.7,-133],"elL":[66.1,-92.7],"haL":[72.7,-54.7],"hipR":[-27.1,6.9],"knR":[-49.7,108.6],"ftR":[-68.8,222.9],"hipL":[26.5,8.7],"knL":[16.9,131.4],"ftL":[0.2,250.3]},{"rootY":1.5,"hips":[0,0],"chest":[6.4,-96.1],"neck":[15.8,-162.7],"head":[20.8,-198.4],"shR":[-36.7,-143.7],"elR":[-57,-126.2],"haR":[-43.8,-137.7],"shL":[67.3,-133.4],"elL":[66.6,-93.2],"haL":[73.7,-55.5],"hipR":[-27.1,6.8],"knR":[-45.9,107.9],"ftR":[-62.2,220.5],"hipL":[26.5,8.8],"knL":[17.6,131.4],"ftL":[0.1,249.2]},{"rootY":2.3,"hips":[0,0],"chest":[5.6,-96.3],"neck":[15.1,-162.9],"head":[19.8,-198.7],"shR":[-37,-143.5],"elR":[-56.5,-125.4],"haR":[-43.4,-135.2],"shL":[66.7,-133.9],"elL":[67,-93.7],"haL":[74.6,-56],"hipR":[-27,6.9],"knR":[-41.4,108],"ftR":[-53.8,219.8],"hipL":[26.5,8.7],"knL":[18.2,131.1],"ftL":[0,247.7]},{"rootY":3.4,"hips":[0,0],"chest":[4.4,-96.6],"neck":[14.1,-163.2],"head":[18.7,-199.1],"shR":[-37.6,-143.2],"elR":[-56.2,-124.9],"haR":[-43.1,-132.7],"shL":[65.9,-134.5],"elL":[67.3,-94.2],"haL":[75.6,-56.6],"hipR":[-26.9,7.1],"knR":[-36.2,109],"ftR":[-44.1,220.4],"hipL":[26.5,8.5],"knL":[18.6,130.7],"ftL":[-0.1,246]},{"rootY":4.6,"hips":[0,0],"chest":[3.2,-97.1],"neck":[12.9,-163.6],"head":[17.2,-199.6],"shR":[-38.2,-142.6],"elR":[-56,-124.4],"haR":[-42.8,-130.2],"shL":[64.8,-135.1],"elL":[67.4,-94.8],"haL":[76.7,-57.3],"hipR":[-26.8,7.1],"knR":[-30.9,110.2],"ftR":[-34,221.9],"hipL":[26.4,8.5],"knL":[18.7,130.3],"ftL":[-0.6,244.3]},{"rootY":6,"hips":[0,0],"chest":[2.1,-97.5],"neck":[11.5,-164.1],"head":[15.3,-200.2],"shR":[-39,-141.7],"elR":[-56,-123.6],"haR":[-42.7,-127.6],"shL":[63.7,-135.8],"elL":[67.5,-95.4],"haL":[77.8,-58],"hipR":[-26.7,7.1],"knR":[-25.6,111.6],"ftR":[-23.7,224.3],"hipL":[26.2,8.5],"knL":[18.8,129.8],"ftL":[-1.3,242.3]},{"rootY":7.7,"hips":[0,0],"chest":[0.9,-98.1],"neck":[9.9,-164.7],"head":[12.8,-200.8],"shR":[-40.1,-141],"elR":[-56.4,-122.8],"haR":[-43.1,-124.6],"shL":[62.3,-136.8],"elL":[67.2,-96.4],"haL":[78.6,-58.9],"hipR":[-26.5,7.4],"knR":[-20.3,113.7],"ftR":[-13.2,228.6],"hipL":[26.1,8.3],"knL":[18.9,128.9],"ftL":[-2.1,239.6]},{"rootY":10,"hips":[0,0],"chest":[-0.7,-98.6],"neck":[8,-165.3],"head":[9.5,-201.5],"shR":[-41.5,-140.2],"elR":[-56.8,-122],"haR":[-43.9,-121.4],"shL":[60.6,-137.4],"elL":[66.7,-97.4],"haL":[79.2,-60.2],"hipR":[-26.3,7.6],"knR":[-15,116],"ftR":[-3.4,233.7],"hipL":[25.9,8.1],"knL":[19.1,127.8],"ftL":[-3,236.3]},{"rootY":12.3,"hips":[0,0],"chest":[-1.6,-98.9],"neck":[6.5,-165.6],"head":[5.9,-201.9],"shR":[-42.3,-138.3],"elR":[-56.8,-120.2],"haR":[-44.4,-117.2],"shL":[59.1,-136.6],"elL":[66.7,-97.5],"haL":[80.1,-61.2],"hipR":[-26.2,7],"knR":[-10.3,116.8],"ftR":[3,237.6],"hipL":[25.4,8.6],"knL":[20.2,127.7],"ftL":[-3.7,232.6]},{"rootY":12.8,"hips":[0,0],"chest":[-0.7,-98.9],"neck":[6.1,-165.5],"head":[2.3,-201.6],"shR":[-41.6,-136.1],"elR":[-56,-116.3],"haR":[-44.1,-110.1],"shL":[58.9,-135.4],"elL":[67.3,-96.2],"haL":[80.6,-59.8],"hipR":[-26.3,6],"knR":[-6.9,116.2],"ftR":[4.4,239.4],"hipL":[24.9,9.6],"knL":[23.8,128.9],"ftL":[-2.9,228.2]},{"rootY":10.7,"hips":[0,0],"chest":[1.5,-98.8],"neck":[6.9,-165],"head":[-0.8,-200.5],"shR":[-40.3,-135],"elR":[-54.1,-110.7],"haR":[-43.3,-99.3],"shL":[60.2,-135.4],"elL":[68,-94.1],"haL":[80,-56],"hipR":[-26.2,5.4],"knR":[-6.1,116.5],"ftR":[2.8,240.9],"hipL":[24.6,10.1],"knL":[29.7,130.6],"ftL":[1.3,223.6]},{"rootY":7.3,"hips":[0,0],"chest":[2.9,-98.7],"neck":[7.8,-164.8],"head":[-3.5,-199.3],"shR":[-39.6,-136],"elR":[-51.2,-106.1],"haR":[-42.4,-87],"shL":[61.5,-137],"elL":[68.4,-93.1],"haL":[78.7,-53.1],"hipR":[-26,5.6],"knR":[-7,118.7],"ftR":[1.4,243.6],"hipL":[24.5,9.9],"knL":[36.3,131.3],"ftL":[9,220]},{"rootY":4.7,"hips":[0,0],"chest":[2.5,-98.8],"neck":[7.5,-165],"head":[-5.6,-198.7],"shR":[-39.9,-137.8],"elR":[-48,-103.3],"haR":[-41.9,-76.8],"shL":[61.5,-138.7],"elL":[68.2,-94.4],"haL":[77.8,-54.3],"hipR":[-25.9,6.1],"knR":[-7.9,121.6],"ftR":[0.6,246.6],"hipL":[24.6,9.5],"knL":[42,130.8],"ftL":[17.7,218.1]},{"rootY":3.2,"hips":[0,0],"chest":[1.3,-98.8],"neck":[5.9,-165.3],"head":[-7.1,-199],"shR":[-40.8,-138.2],"elR":[-45.8,-100.7],"haR":[-41.1,-69.8],"shL":[60.2,-139.5],"elL":[67.7,-97.3],"haL":[78,-59.1],"hipR":[-25.9,6.1],"knR":[-8.5,123.4],"ftR":[-0.3,248.5],"hipL":[24.7,9.5],"knL":[47.2,130.2],"ftL":[26.2,218.3]},{"rootY":2.3,"hips":[0,0],"chest":[0.2,-98.8],"neck":[4.3,-165.5],"head":[-7.7,-199.5],"shR":[-41.9,-137.4],"elR":[-45,-97.5],"haR":[-39.7,-64.1],"shL":[58.8,-139.8],"elL":[67.5,-100.9],"haL":[79.3,-65.4],"hipR":[-26.1,6],"knR":[-8.8,124.2],"ftR":[-1.3,249.3],"hipL":[24.8,9.6],"knL":[52.4,129.4],"ftL":[35.5,221.2]},{"rootY":1.8,"hips":[0,0],"chest":[-0.9,-98.7],"neck":[3.1,-165.6],"head":[-7.6,-199.9],"shR":[-43.2,-136.9],"elR":[-45.3,-94.2],"haR":[-38.4,-58.6],"shL":[57.7,-140.4],"elL":[67.6,-104.6],"haL":[80.9,-71.8],"hipR":[-26.1,6.1],"knR":[-8.7,124.9],"ftR":[-1.9,249.8],"hipL":[25,9.5],"knL":[57.4,128.1],"ftL":[47,226.2]},{"rootY":1.5,"hips":[0,0],"chest":[-2.1,-98.5],"neck":[2.3,-165.4],"head":[-7.3,-200.1],"shR":[-44.6,-137.1],"elR":[-46.1,-91.4],"haR":[-37.8,-53.6],"shL":[56.7,-140.9],"elL":[68,-108.2],"haL":[82.2,-78.4],"hipR":[-26,6.6],"knR":[-8.2,125.8],"ftR":[-2.6,250.2],"hipL":[25.1,9],"knL":[61.9,126.5],"ftL":[60,231.6]},{"rootY":1.6,"hips":[0,0],"chest":[-3.1,-98.3],"neck":[1.6,-165.2],"head":[-6.8,-200],"shR":[-45.6,-137.3],"elR":[-46.7,-89.3],"haR":[-37.7,-49.7],"shL":[56,-140.9],"elL":[68.5,-111.7],"haL":[82.9,-85.1],"hipR":[-25.9,6.9],"knR":[-8,126.4],"ftR":[-3.5,250.2],"hipL":[25.3,8.7],"knL":[65.8,125.1],"ftL":[72.9,236.6]},{"rootY":1.7,"hips":[0,0],"chest":[-3.6,-98.1],"neck":[1.3,-165],"head":[-6.4,-200],"shR":[-46.2,-137.3],"elR":[-47,-87.8],"haR":[-37.8,-46.9],"shL":[55.6,-140.8],"elL":[68.9,-115],"haL":[83.2,-91.4],"hipR":[-26.1,6.9],"knR":[-8.6,126.7],"ftR":[-4.6,249.9],"hipL":[25.5,8.7],"knL":[69.1,123.8],"ftL":[84.9,240.2]},{"rootY":1.7,"hips":[0,0],"chest":[-3.7,-97.9],"neck":[1,-164.8],"head":[-6.1,-199.9],"shR":[-46.6,-137.3],"elR":[-47.4,-86.8],"haR":[-38.2,-45],"shL":[55.4,-141],"elL":[68.9,-117.8],"haL":[82.9,-96.7],"hipR":[-26.2,6.8],"knR":[-9.4,127.2],"ftR":[-5.6,250],"hipL":[25.7,8.8],"knL":[71.8,122.4],"ftL":[95.8,241.7]},{"rootY":1.7,"hips":[0,0],"chest":[-3.9,-97.7],"neck":[0.8,-164.7],"head":[-5.9,-199.9],"shR":[-47.1,-137.5],"elR":[-48.1,-86.3],"haR":[-39.4,-43.9],"shL":[55.2,-141.4],"elL":[68.6,-120.4],"haL":[82.1,-101.3],"hipR":[-26.3,6.8],"knR":[-10.1,127.7],"ftR":[-6.9,250.1],"hipL":[25.7,8.9],"knL":[73.3,120.9],"ftL":[104.4,241.1]},{"rootY":1.8,"hips":[0,0],"chest":[-4,-97.3],"neck":[0.5,-164.4],"head":[-5.9,-199.7],"shR":[-47.7,-137.8],"elR":[-49.3,-86.2],"haR":[-41.1,-43.4],"shL":[54.9,-141.7],"elL":[67.8,-122.4],"haL":[80.8,-104.9],"hipR":[-26.4,6.7],"knR":[-11,128.1],"ftR":[-8.7,250],"hipL":[25.8,9],"knL":[73.8,119.2],"ftL":[109.8,239.2]},{"rootY":1.8,"hips":[0,0],"chest":[-4.1,-97],"neck":[0.3,-164.2],"head":[-5.9,-199.5],"shR":[-48.1,-138.1],"elR":[-50.7,-86.1],"haR":[-43.3,-43.1],"shL":[54.7,-141.9],"elL":[66.6,-123.8],"haL":[79.3,-107.3],"hipR":[-26.5,6.7],"knR":[-12.3,128.5],"ftR":[-10.7,249.9],"hipL":[26,8.9],"knL":[73.4,117.4],"ftL":[112.5,236.3]},{"rootY":1.9,"hips":[0,0],"chest":[-4.3,-96.7],"neck":[-0.1,-163.9],"head":[-6,-199.3],"shR":[-48.7,-138.3],"elR":[-52.3,-86.3],"haR":[-45.8,-43.1],"shL":[54.3,-141.9],"elL":[65.2,-124.6],"haL":[77.4,-108.6],"hipR":[-26.5,6.9],"knR":[-13.7,129.1],"ftR":[-12.9,249.8],"hipL":[26.2,8.7],"knL":[72.3,115.2],"ftL":[112.8,232.5]},{"rootY":2.1,"hips":[0,0],"chest":[-4.7,-96.4],"neck":[-0.6,-163.6],"head":[-6.2,-199.1],"shR":[-49.6,-138.4],"elR":[-54.1,-86.6],"haR":[-48.6,-43.5],"shL":[53.8,-141.7],"elL":[63.8,-124.7],"haL":[75,-109.2],"hipR":[-26.5,7.2],"knR":[-14.9,129.6],"ftR":[-15.4,249.5],"hipL":[26.4,8.4],"knL":[70.5,112.9],"ftL":[111.1,228.3]},{"rootY":2.6,"hips":[0,0],"chest":[-5.1,-96],"neck":[-1.1,-163.4],"head":[-6.3,-198.9],"shR":[-50.5,-138.6],"elR":[-56.2,-87.1],"haR":[-51.5,-44.2],"shL":[53.2,-141.2],"elL":[62.3,-124.5],"haL":[72.4,-109.2],"hipR":[-26.5,7.4],"knR":[-16,130],"ftR":[-18,248.8],"hipL":[26.5,8.2],"knL":[68.1,110.7],"ftL":[107.4,224.5]},{"rootY":3.2,"hips":[0,0],"chest":[-5.1,-95.7],"neck":[-1.5,-163.2],"head":[-6.4,-198.8],"shR":[-51.3,-138.6],"elR":[-58.2,-87.5],"haR":[-54.5,-45],"shL":[52.8,-140.8],"elL":[60.6,-123.9],"haL":[69.7,-108.4],"hipR":[-26.6,7.5],"knR":[-17.4,130.4],"ftR":[-20.6,248],"hipL":[26.7,8],"knL":[65.2,108.9],"ftL":[102.5,221.2]},{"rootY":3.8,"hips":[0,0],"chest":[-5,-95.5],"neck":[-1.5,-163],"head":[-6.1,-198.7],"shR":[-51.8,-138.5],"elR":[-60.1,-87.9],"haR":[-57.6,-46],"shL":[52.6,-140.5],"elL":[58.8,-123],"haL":[67,-106.9],"hipR":[-26.6,7.7],"knR":[-19.1,130.7],"ftR":[-23.2,247.2],"hipL":[26.8,7.8],"knL":[62.1,107.7],"ftL":[97.2,218.5]},{"rootY":4.5,"hips":[0,0],"chest":[-4.5,-95.4],"neck":[-1.2,-163],"head":[-5.5,-198.7],"shR":[-52.1,-138.6],"elR":[-61.8,-88.5],"haR":[-60.6,-47.1],"shL":[52.7,-140.2],"elL":[57,-122.1],"haL":[64.3,-105.3],"hipR":[-26.6,7.9],"knR":[-20.8,130.9],"ftR":[-25.8,246.2],"hipL":[26.8,7.7],"knL":[58.9,106.9],"ftL":[91.5,216.8]},{"rootY":5.4,"hips":[0,0],"chest":[-3.6,-95.4],"neck":[-0.2,-163],"head":[-4.2,-198.8],"shR":[-51.9,-138.9],"elR":[-63.4,-89.3],"haR":[-63.5,-48.4],"shL":[53.2,-139.8],"elL":[55.6,-121.2],"haL":[61.7,-103.8],"hipR":[-26.7,7.8],"knR":[-22.3,130.8],"ftR":[-28.3,244.8],"hipL":[26.8,7.7],"knL":[55.7,106.7],"ftL":[85.5,216.5]},{"rootY":6.2,"hips":[0,0],"chest":[-2.3,-95.6],"neck":[1.3,-163.2],"head":[-2.3,-199.1],"shR":[-51.1,-139.1],"elR":[-64.7,-90],"haR":[-66.6,-49.6],"shL":[54.2,-139.2],"elL":[54.5,-120.2],"haL":[59,-102.3],"hipR":[-26.8,7.7],"knR":[-23.9,130.6],"ftR":[-30.6,243.2],"hipL":[26.8,7.9],"knL":[52.5,107.1],"ftL":[79.1,217.5]},{"rootY":6.9,"hips":[0,0],"chest":[-0.8,-95.9],"neck":[3.1,-163.4],"head":[0.1,-199.4],"shR":[-49.9,-139.1],"elR":[-66,-90.6],"haR":[-70,-50.7],"shL":[55.4,-138.2],"elL":[53.4,-118.8],"haL":[56,-100.5],"hipR":[-26.9,7.4],"knR":[-25.7,130.1],"ftR":[-33,241.6],"hipL":[26.7,8.2],"knL":[49.2,108.3],"ftL":[72.5,219.7]},{"rootY":7.5,"hips":[0,0],"chest":[0.7,-96.2],"neck":[5.3,-163.6],"head":[3,-199.7],"shR":[-48.4,-139.3],"elR":[-67.1,-91.3],"haR":[-73.7,-51.7],"shL":[56.8,-137.1],"elL":[52.3,-117.3],"haL":[52.9,-98.6],"hipR":[-27,7.2],"knR":[-27.6,129.4],"ftR":[-35.4,239.7],"hipL":[26.6,8.4],"knL":[45.7,110.7],"ftL":[65.5,223.7]},{"rootY":8.3,"hips":[0,0],"chest":[2.6,-96.5],"neck":[8.1,-163.9],"head":[6.9,-200.1],"shR":[-46.2,-140.1],"elR":[-67.9,-92.3],"haR":[-77.3,-52.9],"shL":[58.7,-135.9],"elL":[51.6,-116],"haL":[50,-97.1],"hipR":[-27.1,6.8],"knR":[-29.1,128.4],"ftR":[-37.3,237.4],"hipL":[26.5,8.9],"knL":[42.2,114.1],"ftL":[58.2,229.1]},{"rootY":9.3,"hips":[0,0],"chest":[4.9,-97.1],"neck":[11.8,-164.2],"head":[11.9,-200.5],"shR":[-43.2,-140.6],"elR":[-68.5,-93.2],"haR":[-81.1,-54.2],"shL":[61.1,-134],"elL":[51.3,-114.4],"haL":[47.5,-95.6],"hipR":[-27.2,6.4],"knR":[-30.5,127.3],"ftR":[-38.9,234.8],"hipL":[26.4,9.2],"knL":[39.2,117.8],"ftL":[52.4,234.1]},{"rootY":9.8,"hips":[0,0],"chest":[6.5,-97.5],"neck":[15.9,-164.2],"head":[17.6,-200.5],"shR":[-39.8,-140.2],"elR":[-69.7,-93.3],"haR":[-85.5,-54.9],"shL":[63.5,-131],"elL":[51.1,-111.9],"haL":[44.8,-93.5],"hipR":[-27.1,6.7],"knR":[-32.1,126.5],"ftR":[-41.2,232.5],"hipL":[26.5,8.9],"knL":[38,120.6],"ftL":[49.9,236.9]},{"rootY":9.6,"hips":[0,0],"chest":[6.5,-97.7],"neck":[19.9,-163.6],"head":[23.8,-199.6],"shR":[-36.6,-139.7],"elR":[-71.7,-92.8],"haR":[-90.7,-54.6],"shL":[65.5,-127],"elL":[51.1,-108.3],"haL":[42.4,-90.1],"hipR":[-26.8,7.7],"knR":[-33.8,126],"ftR":[-44.4,230],"hipL":[26.7,8],"knL":[38.2,122],"ftL":[49.8,237.6]},{"rootY":8.6,"hips":[0,0],"chest":[5.5,-97.8],"neck":[23.5,-162.5],"head":[30.6,-197.9],"shR":[-33.4,-140.1],"elR":[-73.8,-92.2],"haR":[-95.7,-53.4],"shL":[67.4,-122.9],"elL":[52,-103.5],"haL":[41.3,-85],"hipR":[-26.5,8.5],"knR":[-34.7,126],"ftR":[-47.6,227.2],"hipL":[26.8,7.1],"knL":[38,122.5],"ftL":[49.3,238.3]},{"rootY":6.8,"hips":[0,0],"chest":[5,-98.1],"neck":[27,-161.3],"head":[37.9,-195.6],"shR":[-29.6,-140.7],"elR":[-74.7,-91.9],"haR":[-99.7,-51.6],"shL":[69.6,-118.9],"elL":[54.6,-97.4],"haL":[42.8,-77.6],"hipR":[-26.4,8.6],"knR":[-34.8,126.6],"ftR":[-49.4,224.3],"hipL":[26.7,7],"knL":[36.9,123.4],"ftL":[47.1,240.5]},{"rootY":4.2,"hips":[0,0],"chest":[5.8,-98.4],"neck":[30.8,-160.4],"head":[45.4,-193.1],"shR":[-25.6,-141.1],"elR":[-74.1,-92],"haR":[-102.8,-50.5],"shL":[72.2,-115.9],"elL":[58.2,-90.7],"haL":[46.7,-67.9],"hipR":[-26.6,8.2],"knR":[-35.1,127.5],"ftR":[-50.7,221.3],"hipL":[26.7,7.4],"knL":[35.5,124.9],"ftL":[44.4,243.4]},{"rootY":1.8,"hips":[0,0],"chest":[7.3,-98.5],"neck":[34.2,-159.5],"head":[51.9,-190.6],"shR":[-22.4,-141.5],"elR":[-73.5,-93.1],"haR":[-106,-51.4],"shL":[74.8,-114.3],"elL":[61.2,-84.9],"haL":[52,-57],"hipR":[-26.8,7.7],"knR":[-36.7,128.4],"ftR":[-53,218.1],"hipL":[26.6,7.8],"knL":[34.6,126.2],"ftL":[42.6,246]},{"rootY":0.1,"hips":[0,0],"chest":[8.8,-98.5],"neck":[36.7,-158.8],"head":[56.8,-188.4],"shR":[-20.4,-142.1],"elR":[-74.1,-95.1],"haR":[-110.2,-54.9],"shL":[77.1,-113.9],"elL":[63.5,-80.3],"haL":[57.6,-46.7],"hipR":[-26.9,7.6],"knR":[-39.5,129.2],"ftR":[-56.1,214.7],"hipL":[26.6,7.9],"knL":[33.8,127],"ftL":[41.1,247.9]},{"rootY":-1.2,"hips":[0,0],"chest":[10.1,-98.4],"neck":[38.4,-158.1],"head":[60.3,-186.5],"shR":[-19.2,-142.6],"elR":[-76,-98],"haR":[-115.2,-60.6],"shL":[78.8,-113.7],"elL":[65.6,-76.2],"haL":[62.9,-37.9],"hipR":[-26.9,7.5],"knR":[-43,129.5],"ftR":[-58.5,211.8],"hipL":[26.7,7.9],"knL":[32.7,127.5],"ftL":[38.9,249.6]},{"rootY":-2.5,"hips":[0,0],"chest":[11.5,-98.3],"neck":[39.7,-157.5],"head":[63.1,-185],"shR":[-18.3,-142.7],"elR":[-78.5,-101.3],"haR":[-120.2,-67.9],"shL":[80.1,-113.2],"elL":[68.2,-72.1],"haL":[67.3,-30.8],"hipR":[-26.9,7.4],"knR":[-46.7,129],"ftR":[-59.2,211.2],"hipL":[26.7,8],"knL":[31.5,128.2],"ftL":[36.7,251.1]},{"rootY":-3.9,"hips":[0,0],"chest":[12.7,-98.1],"neck":[40.9,-156.9],"head":[65.2,-183.7],"shR":[-17.4,-142.6],"elR":[-81,-105.5],"haR":[-124.4,-76.6],"shL":[81.2,-112.7],"elL":[70.6,-68.7],"haL":[70.4,-25.3],"hipR":[-27,7.1],"knR":[-50.5,127.9],"ftR":[-59.4,214.2],"hipL":[26.6,8.3],"knL":[30.7,129.1],"ftL":[35.2,252.6]},{"rootY":-5.2,"hips":[0,0],"chest":[13.8,-97.9],"neck":[41.7,-156.4],"head":[66.6,-182.8],"shR":[-16.9,-142.6],"elR":[-83.5,-110.5],"haR":[-127.6,-86.7],"shL":[82.1,-112.5],"elL":[72.1,-66.5],"haL":[72,-21.3],"hipR":[-27.1,6.8],"knR":[-54.3,126.2],"ftR":[-60.7,220.2],"hipL":[26.5,8.7],"knL":[30.2,129.9],"ftL":[34.1,253.8]},{"rootY":-6.3,"hips":[0,0],"chest":[14.8,-97.6],"neck":[42.2,-155.9],"head":[67.2,-182.2],"shR":[-16.5,-142.7],"elR":[-85.5,-116],"haR":[-129.6,-97.5],"shL":[82.9,-112.5],"elL":[72.7,-65.1],"haL":[72.5,-18.5],"hipR":[-27.2,6.4],"knR":[-57.9,124.4],"ftR":[-63.9,227.3],"hipL":[26.4,9.1],"knL":[29.6,130.7],"ftL":[32.9,255]},{"rootY":-7.2,"hips":[0,0],"chest":[16,-97.3],"neck":[42.7,-155.5],"head":[67.5,-182],"shR":[-16.1,-142.8],"elR":[-86.6,-121.1],"haR":[-130,-108.4],"shL":[83.7,-112.5],"elL":[72.8,-64.1],"haL":[72.2,-16.4],"hipR":[-27.3,6],"knR":[-60.7,122.5],"ftR":[-68.9,234.2],"hipL":[26.2,9.5],"knL":[29.1,131.4],"ftL":[31.7,256.1]},{"rootY":-8,"hips":[0,0],"chest":[17.3,-97],"neck":[43.3,-155.3],"head":[67.6,-182.1],"shR":[-15.5,-143],"elR":[-86.9,-125.7],"haR":[-128.3,-118.7],"shL":[84.5,-112.5],"elL":[72.8,-63.3],"haL":[71.5,-15],"hipR":[-27.4,5.5],"knR":[-62.2,120.9],"ftR":[-75.4,239.6],"hipL":[26,10],"knL":[28.8,132],"ftL":[31,257]},{"rootY":-8.6,"hips":[0,0],"chest":[18.5,-96.8],"neck":[43.8,-155.3],"head":[67.4,-182.3],"shR":[-15,-143.4],"elR":[-86.7,-129.9],"haR":[-125,-127.9],"shL":[85.4,-112.9],"elL":[72.7,-62.9],"haL":[70.4,-14],"hipR":[-27.5,4.9],"knR":[-62.4,119.6],"ftR":[-82.4,242],"hipL":[25.8,10.6],"knL":[28.8,132.6],"ftL":[30.5,257.8]},{"rootY":-8.8,"hips":[0,0],"chest":[19.1,-96.7],"neck":[43.7,-155.3],"head":[66.7,-182.6],"shR":[-14.9,-143.9],"elR":[-86.3,-133.7],"haR":[-120.8,-136],"shL":[85.9,-113.6],"elL":[72.2,-63],"haL":[68.9,-13.6],"hipR":[-27.5,4.7],"knR":[-62.3,118.7],"ftR":[-88.7,241.2],"hipL":[25.7,10.8],"knL":[28.7,133],"ftL":[30,258.4]},{"rootY":-8.9,"hips":[0,0],"chest":[19.1,-96.5],"neck":[43.2,-155.4],"head":[65.4,-183],"shR":[-15.2,-144.3],"elR":[-86.1,-136.8],"haR":[-116.3,-142.6],"shL":[85.9,-114.4],"elL":[71.5,-63.3],"haL":[67.2,-13.6],"hipR":[-27.5,4.8],"knR":[-62.6,117.6],"ftR":[-93.4,237.8],"hipL":[25.8,10.7],"knL":[28.7,133.2],"ftL":[29.9,258.5]},{"rootY":-9,"hips":[0,0],"chest":[18.6,-96.4],"neck":[42.4,-155.6],"head":[63.6,-183.4],"shR":[-15.9,-144.6],"elR":[-85.6,-139.1],"haR":[-111.5,-147.5],"shL":[85.4,-115.1],"elL":[70.6,-63.7],"haL":[65.6,-13.8],"hipR":[-27.4,5.1],"knR":[-63.3,115.7],"ftR":[-96.4,233.2],"hipL":[25.8,10.5],"knL":[28.9,133.3],"ftL":[30.2,258.5]},{"rootY":-8.9,"hips":[0,0],"chest":[17.8,-96.2],"neck":[41.3,-155.7],"head":[61.5,-183.8],"shR":[-16.6,-145],"elR":[-84.9,-140.6],"haR":[-106.5,-150.4],"shL":[84.7,-115.8],"elL":[69.7,-64.2],"haL":[64.4,-14.2],"hipR":[-27.4,5.3],"knR":[-64.1,112.9],"ftR":[-98.3,228.4],"hipL":[25.9,10.2],"knL":[29.1,133.3],"ftL":[30.7,258.5]},{"rootY":-8.7,"hips":[0,0],"chest":[16.9,-95.9],"neck":[40.2,-155.8],"head":[58.9,-184.2],"shR":[-17.4,-145.2],"elR":[-83.8,-141.5],"haR":[-101.5,-151.7],"shL":[84,-116.6],"elL":[69.2,-64.8],"haL":[63.8,-14.6],"hipR":[-27.3,5.5],"knR":[-64.4,109.9],"ftR":[-99.2,224],"hipL":[25.9,10.1],"knL":[29.3,133.2],"ftL":[31.2,258.3]},{"rootY":-8.5,"hips":[0,0],"chest":[16,-95.7],"neck":[39,-155.8],"head":[56.2,-184.7],"shR":[-18.2,-145],"elR":[-82.3,-141.6],"haR":[-96.6,-151.3],"shL":[83.3,-117.4],"elL":[69.1,-65.2],"haL":[64,-15],"hipR":[-27.1,5.6],"knR":[-63.7,107.7],"ftR":[-98.9,220.5],"hipL":[25.9,10],"knL":[29.8,133.1],"ftL":[32.1,257.9]},{"rootY":-8,"hips":[0,0],"chest":[15.1,-95.5],"neck":[37.8,-156],"head":[53.2,-185.4],"shR":[-19.1,-144.5],"elR":[-80.8,-140.6],"haR":[-91.9,-149.4],"shL":[82.3,-118.2],"elL":[69.4,-65.6],"haL":[65.1,-15.3],"hipR":[-27,5.6],"knR":[-62.3,106.3],"ftR":[-97.7,217.8],"hipL":[25.8,10],"knL":[30.7,133],"ftL":[33.4,257.3]},{"rootY":-7.4,"hips":[0,0],"chest":[14.1,-95.4],"neck":[36.2,-156.4],"head":[50,-186.2],"shR":[-20.1,-143.9],"elR":[-79.4,-138.9],"haR":[-87.7,-146.3],"shL":[81.2,-119.2],"elL":[70.1,-66.2],"haL":[67.2,-15.8],"hipR":[-26.9,5.6],"knR":[-60.6,105.6],"ftR":[-95.8,215.8],"hipL":[25.7,10],"knL":[31.9,132.9],"ftL":[35,256.6]},{"rootY":-6.4,"hips":[0,0],"chest":[13,-95.4],"neck":[34.3,-156.9],"head":[46.3,-187.3],"shR":[-21.5,-143.4],"elR":[-78.4,-136.9],"haR":[-84.2,-142.4],"shL":[79.9,-120.6],"elL":[71.1,-67.3],"haL":[70.3,-16.8],"hipR":[-26.8,5.6],"knR":[-58.6,105.6],"ftR":[-92.5,215.2],"hipL":[25.6,10],"knL":[33.4,132.7],"ftL":[36.8,255.4]},{"rootY":-5,"hips":[0,0],"chest":[11.6,-95.6],"neck":[31.9,-157.6],"head":[42.3,-188.6],"shR":[-23.3,-142.7],"elR":[-77.8,-134.8],"haR":[-81.7,-137.9],"shL":[78.2,-122.3],"elL":[72.5,-68.9],"haL":[74.4,-18.5],"hipR":[-26.6,5.9],"knR":[-56.1,106.6],"ftR":[-87.4,216.2],"hipL":[25.6,9.7],"knL":[35,132.1],"ftL":[38.7,253.7]},{"rootY":-3.3,"hips":[0,0],"chest":[9.8,-95.9],"neck":[29.1,-158.4],"head":[37.8,-190],"shR":[-25.6,-141.8],"elR":[-77.7,-132.3],"haR":[-80,-133.2],"shL":[76,-124.1],"elL":[74,-71],"haL":[79.3,-21.1],"hipR":[-26.4,6.3],"knR":[-53.1,108.2],"ftR":[-81.3,218.5],"hipL":[25.7,9.3],"knL":[36.6,131.3],"ftL":[40.8,251.7]},{"rootY":-1.4,"hips":[0,0],"chest":[7.7,-96.2],"neck":[25.8,-159.2],"head":[33,-191.5],"shR":[-28.2,-140.8],"elR":[-77.9,-129.4],"haR":[-79.3,-128],"shL":[73.4,-125.8],"elL":[75.6,-73.5],"haL":[84.5,-24.6],"hipR":[-26.3,6.9],"knR":[-49.8,110.3],"ftR":[-74.6,222.7],"hipL":[25.8,8.7],"knL":[38.1,130.1],"ftL":[43.2,249.2]},{"rootY":1,"hips":[0,0],"chest":[5.3,-96.5],"neck":[22.2,-160.2],"head":[27.6,-193.2],"shR":[-31.3,-140.1],"elR":[-78.2,-126.4],"haR":[-79.2,-122.4],"shL":[70.5,-127.5],"elL":[77.3,-76.6],"haL":[90.1,-29.1],"hipR":[-26,7.7],"knR":[-46,113.2],"ftR":[-66.2,229.2],"hipL":[26,8],"knL":[39.6,128.6],"ftL":[45.7,246.1]},{"rootY":3.7,"hips":[0,0],"chest":[2.8,-97],"neck":[18.7,-161.2],"head":[22.4,-194.9],"shR":[-34.5,-139.4],"elR":[-78.3,-123.8],"haR":[-79.4,-116.7],"shL":[67.5,-128.5],"elL":[79.6,-79.6],"haL":[96.5,-34.4],"hipR":[-25.8,8.4],"knR":[-41.4,116.8],"ftR":[-56,236.5],"hipL":[26.1,7.3],"knL":[41.7,126.8],"ftL":[49.1,242.5]},{"rootY":6.3,"hips":[0,0],"chest":[1.4,-97.3],"neck":[16.2,-162],"head":[18,-196.4],"shR":[-36.8,-138.1],"elR":[-76.9,-120.9],"haR":[-78.6,-110.5],"shL":[65.1,-128],"elL":[83.4,-82.3],"haL":[104.5,-40.5],"hipR":[-26.1,8.2],"knR":[-36,119],"ftR":[-45.7,241.4],"hipL":[26.2,7.4],"knL":[44.7,125.5],"ftL":[54.2,238.4]},{"rootY":8.2,"hips":[0,0],"chest":[2.1,-97.3],"neck":[15,-162.6],"head":[14.9,-197.6],"shR":[-37.7,-137.2],"elR":[-73.4,-117.3],"haR":[-76.3,-103.1],"shL":[64.2,-127.2],"elL":[88.1,-85.3],"haL":[113.5,-47.2],"hipR":[-26.7,7],"knR":[-30,118],"ftR":[-37.3,242.3],"hipL":[26.1,8.7],"knL":[48.5,124.6],"ftL":[61,233.8]},{"rootY":8.3,"hips":[0,0],"chest":[3.9,-97.1],"neck":[14.5,-163.1],"head":[11.9,-198.2],"shR":[-38.2,-138.1],"elR":[-68.5,-112.9],"haR":[-73.2,-93.7],"shL":[64.5,-127.9],"elL":[92.3,-89.3],"haL":[120.9,-54.2],"hipR":[-27.1,5.9],"knR":[-25.6,116.5],"ftR":[-31.6,241.6],"hipL":[26,9.8],"knL":[53.1,124.5],"ftL":[67.6,228.5]},{"rootY":6.4,"hips":[0,0],"chest":[4.6,-97],"neck":[13.9,-163.5],"head":[8.2,-198.3],"shR":[-39,-140.4],"elR":[-63.8,-108.3],"haR":[-70.3,-82.8],"shL":[64.7,-129.9],"elL":[95,-94],"haL":[125.1,-61.4],"hipR":[-27.1,5.9],"knR":[-23.2,117.8],"ftR":[-27,243],"hipL":[26,9.7],"knL":[57.9,125],"ftL":[72.4,222.8]},{"rootY":3.8,"hips":[0,0],"chest":[4,-97.1],"neck":[12.9,-163.7],"head":[4.1,-198],"shR":[-40,-142.4],"elR":[-60.2,-104.2],"haR":[-67.5,-72.7],"shL":[64.4,-132.2],"elL":[96.7,-99.4],"haL":[127.1,-70],"hipR":[-26.7,6.6],"knR":[-20.9,120.9],"ftR":[-22.4,245.9],"hipL":[26,9.1],"knL":[62.5,125.6],"ftL":[75.5,216.4]},{"rootY":1.8,"hips":[0,0],"chest":[3.2,-97.2],"neck":[11.5,-164],"head":[0.4,-197.7],"shR":[-40.9,-142.9],"elR":[-57.7,-100.7],"haR":[-64.3,-65.1],"shL":[63.6,-134.3],"elL":[97.9,-105.6],"haL":[128,-80.4],"hipR":[-26.6,6.8],"knR":[-18.5,123.3],"ftR":[-18.2,248.1],"hipL":[26,8.8],"knL":[67.1,125],"ftL":[77.8,210.3]},{"rootY":0.7,"hips":[0,0],"chest":[2.8,-97.2],"neck":[9.7,-164.1],"head":[-2.7,-197.4],"shR":[-42,-141.8],"elR":[-56.1,-97.4],"haR":[-60.5,-59.8],"shL":[62.6,-136.1],"elL":[98,-112.2],"haL":[128.2,-91.4],"hipR":[-26.7,6.7],"knR":[-17.1,124.6],"ftR":[-14.9,249.1],"hipL":[26.1,8.9],"knL":[71.5,123.3],"ftL":[80.5,206.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.3,-97.2],"neck":[7.5,-164.3],"head":[-5.4,-197.3],"shR":[-43.7,-140.3],"elR":[-55.3,-94.4],"haR":[-56.9,-55.9],"shL":[61.1,-137.8],"elL":[97,-118.5],"haL":[127.6,-101.8],"hipR":[-26.8,6.9],"knR":[-16.8,125.8],"ftR":[-12.4,249.7],"hipL":[26.3,8.7],"knL":[75.1,120.9],"ftL":[84.1,205.9]},{"rootY":-0.7,"hips":[0,0],"chest":[1.2,-97.2],"neck":[5.1,-164.4],"head":[-8,-197.3],"shR":[-45.9,-139.3],"elR":[-55.2,-92.1],"haR":[-53.9,-53.3],"shL":[59.2,-139.3],"elL":[95.3,-124.1],"haL":[126.2,-111],"hipR":[-26.7,7.5],"knR":[-16.8,127.2],"ftR":[-10.1,250.5],"hipL":[26.6,8.2],"knL":[77.8,118.1],"ftL":[89.3,209.1]},{"rootY":-1.2,"hips":[0,0],"chest":[-0.2,-97.1],"neck":[3,-164.3],"head":[-10.2,-197.3],"shR":[-48.1,-138.8],"elR":[-55.5,-90.7],"haR":[-51.4,-51.8],"shL":[57.2,-140.3],"elL":[93.4,-128.7],"haL":[124.3,-118.8],"hipR":[-26.6,8],"knR":[-16.4,128.4],"ftR":[-8.4,250.9],"hipL":[26.8,7.7],"knL":[80.1,115.4],"ftL":[96.5,214.3]},{"rootY":-1.5,"hips":[0,0],"chest":[-1.2,-97],"neck":[1.1,-164.2],"head":[-12,-197.2],"shR":[-49.8,-138.6],"elR":[-55.7,-90],"haR":[-49.7,-51.2],"shL":[55.6,-141],"elL":[91.3,-132.5],"haL":[122,-125.1],"hipR":[-26.6,8.2],"knR":[-16.4,129.3],"ftR":[-7.2,250.9],"hipL":[26.9,7.5],"knL":[82,113.2],"ftL":[104.5,220.1]},{"rootY":-1.7,"hips":[0,0],"chest":[-2,-97],"neck":[-0.4,-164.2],"head":[-13.6,-197.2],"shR":[-51.3,-138.5],"elR":[-56,-89.8],"haR":[-48.9,-50.9],"shL":[54.2,-141.9],"elL":[89.2,-135.5],"haL":[119.3,-129.9],"hipR":[-26.6,8.4],"knR":[-16.9,130.1],"ftR":[-6.2,250.9],"hipL":[27,7.2],"knL":[82.7,111.5],"ftL":[112,224.8]},{"rootY":-1.6,"hips":[0,0],"chest":[-2.6,-97.1],"neck":[-1.9,-164.3],"head":[-15.3,-197.3],"shR":[-52.6,-138.5],"elR":[-56.4,-89.7],"haR":[-48.9,-50.8],"shL":[53,-142.8],"elL":[87.2,-137.8],"haL":[116.6,-133.6],"hipR":[-26.5,8.8],"knR":[-17.4,131],"ftR":[-5.3,250.8],"hipL":[27.1,6.9],"knL":[82.1,110.1],"ftL":[117.9,227.2]},{"rootY":-1.2,"hips":[0,0],"chest":[-3.2,-97.2],"neck":[-3.3,-164.4],"head":[-16.9,-197.3],"shR":[-54,-138.5],"elR":[-57.4,-89.6],"haR":[-49.5,-50.8],"shL":[51.7,-143.5],"elL":[85.4,-139.6],"haL":[114.1,-136.4],"hipR":[-26.4,9],"knR":[-17.9,131.6],"ftR":[-5,250.2],"hipL":[27.1,6.6],"knL":[80.4,109],"ftL":[121,227.3]},{"rootY":-0.7,"hips":[0,0],"chest":[-3.7,-97.2],"neck":[-4.9,-164.4],"head":[-18.7,-197.3],"shR":[-55.5,-138.2],"elR":[-59.1,-89.3],"haR":[-50.8,-51],"shL":[50.3,-144.2],"elL":[83.3,-141],"haL":[111.6,-138.2],"hipR":[-26.4,9.2],"knR":[-18.8,132],"ftR":[-5.4,249.3],"hipL":[27.1,6.4],"knL":[77.6,108.3],"ftL":[120.5,225.7]},{"rootY":0,"hips":[0,0],"chest":[-4,-97.2],"neck":[-6.4,-164.4],"head":[-20.4,-197.1],"shR":[-57.1,-137.8],"elR":[-61.1,-88.8],"haR":[-52.5,-51.1],"shL":[48.9,-144.8],"elL":[81.2,-141.8],"haL":[109.3,-139.2],"hipR":[-26.2,9.3],"knR":[-20,132.4],"ftR":[-6.1,248.4],"hipL":[27.1,6.3],"knL":[73.7,107.8],"ftL":[116.6,223.2]},{"rootY":0.7,"hips":[0,0],"chest":[-4.1,-97.3],"neck":[-7.5,-164.4],"head":[-21.9,-197],"shR":[-58.4,-137.4],"elR":[-63.1,-88.3],"haR":[-54.6,-51],"shL":[47.8,-145.4],"elL":[79.4,-142.1],"haL":[107.2,-139.3],"hipR":[-26.1,9.5],"knR":[-21.2,132.6],"ftR":[-6.9,247.4],"hipL":[27,6.1],"knL":[69.3,106.9],"ftL":[109.9,220.3]},{"rootY":1.5,"hips":[0,0],"chest":[-3.7,-97.4],"neck":[-8.2,-164.4],"head":[-22.9,-197],"shR":[-59.1,-137.2],"elR":[-64.8,-87.9],"haR":[-56.8,-50.9],"shL":[47.1,-146],"elL":[77.8,-142.1],"haL":[105.3,-138.7],"hipR":[-25.9,9.5],"knR":[-22.2,132.5],"ftR":[-7.9,246],"hipL":[26.9,6.1],"knL":[64.1,105.6],"ftL":[100.3,218]},{"rootY":2.4,"hips":[0,0],"chest":[-3,-97.6],"neck":[-8.4,-164.5],"head":[-23.6,-197],"shR":[-59.6,-137.3],"elR":[-66.2,-87.6],"haR":[-59.1,-50.5],"shL":[46.7,-146.6],"elL":[75.9,-141.8],"haL":[103,-137.5],"hipR":[-25.7,9.6],"knR":[-23.1,132.1],"ftR":[-9.1,244.2],"hipL":[26.7,6.1],"knL":[57.7,104.8],"ftL":[87.5,217.2]},{"rootY":3.7,"hips":[0,0],"chest":[-2.1,-97.8],"neck":[-8.2,-164.7],"head":[-23.7,-197.1],"shR":[-59.6,-137.7],"elR":[-67.2,-87.7],"haR":[-61.7,-49.9],"shL":[46.7,-146.9],"elL":[73.5,-141.3],"haL":[99.6,-136.1],"hipR":[-25.4,9.6],"knR":[-23.7,131.5],"ftR":[-10,242],"hipL":[26.5,6],"knL":[50.2,104.9],"ftL":[72.2,217.3]},{"rootY":5.6,"hips":[0,0],"chest":[-1.1,-98.1],"neck":[-7.3,-165],"head":[-23.1,-197.3],"shR":[-59.1,-138.4],"elR":[-67.5,-87.8],"haR":[-64.4,-48.7],"shL":[47.2,-146.6],"elL":[70.9,-140.5],"haL":[95,-134.7],"hipR":[-25.2,9.5],"knR":[-24,130.3],"ftR":[-10.5,238.9],"hipL":[26.2,6.1],"knL":[42.1,105.7],"ftL":[56,217.8]},{"rootY":8,"hips":[0,0],"chest":[0.5,-98.3],"neck":[-5.6,-165.2],"head":[-21.5,-197.7],"shR":[-57.7,-139.4],"elR":[-67.1,-88.1],"haR":[-66.6,-47.3],"shL":[48.4,-145.6],"elL":[68.3,-139.2],"haL":[89.5,-132.9],"hipR":[-25,9.1],"knR":[-24.2,128.4],"ftR":[-10.9,234.8],"hipL":[25.9,6.5],"knL":[34,107.7],"ftL":[40.1,220.3]},{"rootY":11.2,"hips":[0,0],"chest":[2.7,-98.5],"neck":[-3.1,-165.5],"head":[-18.8,-198.1],"shR":[-55.6,-140.4],"elR":[-66.3,-88.3],"haR":[-68.2,-46.1],"shL":[50.3,-144.3],"elL":[66.1,-137.6],"haL":[83.6,-131],"hipR":[-24.8,8.5],"knR":[-24.3,126],"ftR":[-11,229.5],"hipL":[25.4,7.1],"knL":[25.9,111.3],"ftL":[25.2,225.3]},{"rootY":14.8,"hips":[0,0],"chest":[5.4,-98.7],"neck":[0.5,-165.9],"head":[-15,-198.7],"shR":[-52.6,-140.2],"elR":[-65.5,-87.7],"haR":[-69.9,-44.8],"shL":[52.7,-141.7],"elL":[63.8,-135.3],"haL":[77.3,-128.8],"hipR":[-24.4,8.4],"knR":[-24.8,123.6],"ftR":[-10.6,223.4],"hipL":[25,7.3],"knL":[18.4,113.7],"ftL":[12.9,230.5]},{"rootY":17.6,"hips":[0,0],"chest":[8.7,-98.7],"neck":[5.2,-166],"head":[-9.9,-199],"shR":[-48.4,-138.4],"elR":[-64.7,-85.6],"haR":[-72.1,-42.5],"shL":[55.6,-137.9],"elL":[61.5,-131.6],"haL":[71,-124.8],"hipR":[-23.9,8.3],"knR":[-27.4,122.1],"ftR":[-11.1,216.8],"hipL":[24.6,7.3],"knL":[11.1,111.6],"ftL":[5.5,233]},{"rootY":18.3,"hips":[0,0],"chest":[13.4,-98.1],"neck":[10.9,-165.3],"head":[-3.1,-198.7],"shR":[-42.8,-136.5],"elR":[-63,-82.8],"haR":[-73.8,-39],"shL":[59.7,-134.5],"elL":[60.2,-126.2],"haL":[65.5,-117.1],"hipR":[-23.9,7],"knR":[-32.1,120.7],"ftR":[-14.8,210],"hipL":[23.7,8.7],"knL":[5.4,108.3],"ftL":[4.7,233.1]},{"rootY":15.8,"hips":[0,0],"chest":[18.1,-97],"neck":[16.1,-164.1],"head":[3.8,-198],"shR":[-37.9,-135.4],"elR":[-61.4,-80.1],"haR":[-75.1,-34.8],"shL":[63.6,-132.2],"elL":[59,-119.1],"haL":[60.2,-105.2],"hipR":[-23.9,4.9],"knR":[-37.7,120],"ftR":[-23.7,206.6],"hipL":[22.2,10.7],"knL":[3.3,109.6],"ftL":[7.2,234.8]},{"rootY":11.2,"hips":[0,0],"chest":[20.9,-96.4],"neck":[19.1,-163.2],"head":[9,-197.8],"shR":[-35.2,-135.5],"elR":[-61.5,-78.8],"haR":[-77.6,-32.1],"shL":[65.5,-130.6],"elL":[56.3,-111.3],"haL":[54.1,-91.4],"hipR":[-23.6,3.2],"knR":[-42.8,119.8],"ftR":[-34.5,207.1],"hipL":[21,12.2],"knL":[2.4,114.7],"ftL":[8.7,239.5]},{"rootY":5.7,"hips":[0,0],"chest":[22,-96.4],"neck":[20.5,-162.9],"head":[13,-198.2],"shR":[-34.2,-136],"elR":[-63.3,-79],"haR":[-82.2,-31.9],"shL":[65.5,-128.8],"elL":[52.2,-103.7],"haL":[47.4,-78.2],"hipR":[-23.4,2.3],"knR":[-47.9,119.5],"ftR":[-43.6,209.3],"hipL":[20.7,13.1],"knL":[2.7,120.6],"ftL":[9.2,245.3]},{"rootY":0.7,"hips":[0,0],"chest":[22.3,-96.6],"neck":[21.1,-163],"head":[16.5,-198.8],"shR":[-33.9,-136.6],"elR":[-66.6,-80.7],"haR":[-89,-34.3],"shL":[64.9,-127.6],"elL":[47.6,-97.6],"haL":[40.3,-67.4],"hipR":[-23.5,1.9],"knR":[-53.7,118.8],"ftR":[-50.9,213.7],"hipL":[20.9,13.4],"knL":[4.5,125.2],"ftL":[9.7,250.1]},{"rootY":-3,"hips":[0,0],"chest":[22.4,-96.6],"neck":[21.3,-162.9],"head":[19.5,-199.1],"shR":[-33.8,-137.4],"elR":[-71,-84],"haR":[-97.2,-39.8],"shL":[64.6,-127.4],"elL":[43.4,-93.5],"haL":[33.2,-59.4],"hipR":[-23.6,1.6],"knR":[-59.9,117.4],"ftR":[-60.8,219.7],"hipL":[20.8,13.6],"knL":[6.5,128.5],"ftL":[10.1,253.3]},{"rootY":-5,"hips":[0,0],"chest":[22.9,-96.4],"neck":[21.8,-162.7],"head":[22,-199],"shR":[-33.4,-138],"elR":[-76,-89],"haR":[-105.9,-48.1],"shL":[64.9,-127.2],"elL":[40.2,-90.7],"haL":[26.6,-53.9],"hipR":[-23.5,1.3],"knR":[-65.8,115.6],"ftR":[-74.8,225],"hipL":[20.5,13.9],"knL":[7.3,131],"ftL":[10.1,255.4]},{"rootY":-5.9,"hips":[0,0],"chest":[23.8,-96.1],"neck":[22.7,-162.4],"head":[24,-198.7],"shR":[-32.5,-137.8],"elR":[-80.9,-95],"haR":[-113.9,-58.6],"shL":[65.4,-126.5],"elL":[37.8,-88.4],"haL":[20.9,-50.1],"hipR":[-23.3,1.1],"knR":[-71,113.9],"ftR":[-91,228.1],"hipL":[20.2,14.1],"knL":[7.2,132.5],"ftL":[10.1,256.5]},{"rootY":-6.2,"hips":[0,0],"chest":[25,-95.7],"neck":[23.8,-162],"head":[25.7,-198.3],"shR":[-31.4,-137.4],"elR":[-85,-101.6],"haR":[-120.3,-70.1],"shL":[66,-125.6],"elL":[36.3,-86.5],"haL":[16.8,-47],"hipR":[-23.4,0.9],"knR":[-75.9,112.1],"ftR":[-107,228.6],"hipL":[20.1,14.3],"knL":[7.6,133.5],"ftL":[10.4,256.6]},{"rootY":-6.2,"hips":[0,0],"chest":[25.9,-95.4],"neck":[24.9,-161.6],"head":[27.3,-197.9],"shR":[-30.4,-137.7],"elR":[-87.7,-108.4],"haR":[-124.7,-81.4],"shL":[66.7,-125.2],"elL":[35.4,-85.2],"haL":[14.6,-44.4],"hipR":[-23.7,0.7],"knR":[-80.7,109.9],"ftR":[-121.4,226.4],"hipL":[20.2,14.5],"knL":[8.6,134.3],"ftL":[11.1,256.4]},{"rootY":-6.1,"hips":[0,0],"chest":[26.4,-95.1],"neck":[26,-161.3],"head":[28.9,-197.5],"shR":[-29.6,-138.9],"elR":[-89.4,-115.2],"haR":[-127.5,-92.1],"shL":[67.3,-125.1],"elL":[35.3,-84.2],"haL":[14.1,-42.2],"hipR":[-24.1,0.6],"knR":[-85.5,107.3],"ftR":[-133.2,222.5],"hipL":[20.4,14.5],"knL":[9.9,135.1],"ftL":[11.7,256.3]},{"rootY":-6.1,"hips":[0,0],"chest":[26.5,-95.1],"neck":[27.1,-161.1],"head":[30.5,-197.3],"shR":[-28.8,-140.5],"elR":[-90.1,-121.4],"haR":[-128.8,-101.9],"shL":[68.1,-124.9],"elL":[36.1,-83.2],"haL":[14.8,-40.4],"hipR":[-24.5,1],"knR":[-90.2,104.1],"ftR":[-141.9,218.1],"hipL":[20.9,14.2],"knL":[11.4,135.5],"ftL":[12.5,256]},{"rootY":-6.3,"hips":[0,0],"chest":[26.4,-95.1],"neck":[28.4,-161],"head":[32.3,-197.1],"shR":[-27.9,-141.9],"elR":[-90.1,-126.9],"haR":[-128.7,-110.5],"shL":[69.2,-124.5],"elL":[37.8,-82.1],"haL":[16.9,-38.8],"hipR":[-25,1.4],"knR":[-93.7,100.7],"ftR":[-147.5,213.9],"hipL":[21.5,13.8],"knL":[13.5,135.7],"ftL":[13.9,255.5]},{"rootY":-6.8,"hips":[0,0],"chest":[26.2,-95],"neck":[29.6,-160.8],"head":[34.5,-196.7],"shR":[-27,-143.1],"elR":[-89.4,-131.5],"haR":[-127.2,-117.7],"shL":[70.5,-124.3],"elL":[40.3,-81.1],"haL":[20.1,-37.2],"hipR":[-25.6,1.5],"knR":[-95,97.9],"ftR":[-150.2,210],"hipL":[22,13.8],"knL":[16.1,136.2],"ftL":[15.6,255.3]},{"rootY":-7.3,"hips":[0,0],"chest":[25.9,-94.9],"neck":[30.5,-160.5],"head":[36.8,-196.2],"shR":[-26.4,-143.9],"elR":[-88.6,-135.2],"haR":[-125,-123.9],"shL":[71.9,-124.1],"elL":[43,-80.3],"haL":[24.2,-35.8],"hipR":[-26.2,1.2],"knR":[-94,96.2],"ftR":[-150,206.8],"hipL":[22.4,14],"knL":[18.6,136.8],"ftL":[17.6,255.1]},{"rootY":-7.4,"hips":[0,0],"chest":[24.9,-94.9],"neck":[30.9,-160.4],"head":[38.9,-195.7],"shR":[-26.4,-144.5],"elR":[-88.1,-138.2],"haR":[-122.6,-129],"shL":[72.8,-124.1],"elL":[45.7,-79.8],"haL":[28.7,-34.8],"hipR":[-26.7,1.2],"knR":[-91.8,94.9],"ftR":[-147.3,204.2],"hipL":[22.8,14],"knL":[20.7,137],"ftL":[19.6,254.5]},{"rootY":-7,"hips":[0,0],"chest":[23.4,-95.2],"neck":[30.6,-160.4],"head":[40.5,-195.2],"shR":[-27,-145.2],"elR":[-88,-140.7],"haR":[-120.1,-133.1],"shL":[73.2,-124.3],"elL":[48,-79.6],"haL":[33.1,-34.1],"hipR":[-27,1.5],"knR":[-88.6,94.2],"ftR":[-142.1,202.5],"hipL":[23.4,13.7],"knL":[22.3,136.8],"ftL":[21.4,253.3]},{"rootY":-6.2,"hips":[0,0],"chest":[21.5,-95.4],"neck":[29.8,-160.5],"head":[41.6,-194.6],"shR":[-28,-145.7],"elR":[-88.1,-142.5],"haR":[-117.3,-135.8],"shL":[73.2,-124.5],"elL":[50.3,-79.4],"haL":[37.3,-33.6],"hipR":[-27.3,2],"knR":[-84.1,94.3],"ftR":[-134.1,201.7],"hipL":[23.9,13.3],"knL":[23.3,136.5],"ftL":[22.5,252.1]},{"rootY":-5.3,"hips":[0,0],"chest":[19.6,-95.6],"neck":[28.9,-160.5],"head":[42.1,-194],"shR":[-29,-145.8],"elR":[-87.9,-143.2],"haR":[-114.5,-136.8],"shL":[73.2,-124.4],"elL":[52.5,-78.9],"haL":[41.7,-32.7],"hipR":[-27.5,2.3],"knR":[-78.1,95.1],"ftR":[-123.5,202],"hipL":[24.3,13],"knL":[24.2,136.1],"ftL":[23.5,250.8]},{"rootY":-4.4,"hips":[0,0],"chest":[17.8,-95.7],"neck":[27.8,-160.4],"head":[42,-193.5],"shR":[-30,-145.4],"elR":[-87.4,-142.5],"haR":[-112.1,-135.7],"shL":[73,-124.4],"elL":[54.8,-78.2],"haL":[46.3,-31.3],"hipR":[-27.6,2.6],"knR":[-71.1,96.2],"ftR":[-110.2,203.3],"hipL":[24.6,12.8],"knL":[25.4,135.7],"ftL":[24.7,249.3]},{"rootY":-3.3,"hips":[0,0],"chest":[15.8,-96],"neck":[26.5,-160.4],"head":[41.3,-193.3],"shR":[-31.2,-145],"elR":[-87,-140.7],"haR":[-110.1,-132.7],"shL":[72.6,-124.7],"elL":[57,-77.5],"haL":[50.9,-29.7],"hipR":[-27.7,2.9],"knR":[-63.2,98],"ftR":[-94.9,205.7],"hipL":[24.9,12.5],"knL":[27,135.2],"ftL":[26,247.2]},{"rootY":-1.9,"hips":[0,0],"chest":[13.5,-96.4],"neck":[24.6,-160.7],"head":[39.8,-193.5],"shR":[-32.6,-144.6],"elR":[-86.6,-138.2],"haR":[-108.3,-128.5],"shL":[71.7,-125.5],"elL":[59,-77.1],"haL":[55.7,-28.3],"hipR":[-27.7,3.3],"knR":[-54.5,100.4],"ftR":[-78.3,209],"hipL":[25.1,12.2],"knL":[28.3,134.6],"ftL":[26.6,244.7]},{"rootY":0.1,"hips":[0,0],"chest":[11.1,-96.9],"neck":[22.3,-161],"head":[37.2,-194],"shR":[-34.3,-143.8],"elR":[-86.3,-135.1],"haR":[-106.8,-123.3],"shL":[70.4,-126.7],"elL":[61,-77],"haL":[60.5,-27.2],"hipR":[-27.7,3.7],"knR":[-45.6,102.3],"ftR":[-61.4,212.6],"hipL":[25.3,11.8],"knL":[28.9,133.8],"ftL":[26.8,241.8]},{"rootY":2.5,"hips":[0,0],"chest":[8.5,-97.2],"neck":[19.3,-161.3],"head":[33.4,-194.6],"shR":[-36.4,-142.5],"elR":[-86.2,-131],"haR":[-105.7,-117.1],"shL":[68.5,-128.3],"elL":[62.6,-77.1],"haL":[65.3,-26.4],"hipR":[-27.4,4.3],"knR":[-37,104.1],"ftR":[-44.7,217.5],"hipL":[25.4,11.2],"knL":[28.9,132.4],"ftL":[26.6,238.3]},{"rootY":5.8,"hips":[0,0],"chest":[5.2,-97.5],"neck":[15.4,-161.7],"head":[28.1,-195.6],"shR":[-39.3,-141.3],"elR":[-86.7,-126.5],"haR":[-105.1,-110.2],"shL":[65.6,-130.2],"elL":[63.9,-77.6],"haL":[70.1,-26.3],"hipR":[-27,5.4],"knR":[-28.8,107.5],"ftR":[-29.4,224.5],"hipL":[25.6,10.2],"knL":[28.5,130.4],"ftL":[25.6,233.7]},{"rootY":10.1,"hips":[0,0],"chest":[1,-98.1],"neck":[10.4,-162.5],"head":[21.4,-197.1],"shR":[-43.2,-140.1],"elR":[-87.5,-121.9],"haR":[-104.4,-103.4],"shL":[61.4,-132.1],"elL":[65.7,-79],"haL":[77,-27.8],"hipR":[-26.4,6.5],"knR":[-20.9,111.3],"ftR":[-17.5,231.5],"hipL":[25.5,9.1],"knL":[28.7,128.1],"ftL":[23.8,228]},{"rootY":14.2,"hips":[0,0],"chest":[-3.4,-98.6],"neck":[4.4,-163.4],"head":[13.6,-198.5],"shR":[-47.7,-138.2],"elR":[-88.1,-116.7],"haR":[-103.5,-96.5],"shL":[56.2,-133.1],"elL":[69,-80.9],"haL":[87.7,-31.2],"hipR":[-25.9,7.2],"knR":[-13.2,112.3],"ftR":[-11.1,235.5],"hipL":[25.3,8.4],"knL":[31.2,127],"ftL":[22.3,221]},{"rootY":16.1,"hips":[0,0],"chest":[-6.8,-98.4],"neck":[-1.6,-163.3],"head":[5.1,-199.1],"shR":[-51.8,-135.2],"elR":[-87.8,-110.4],"haR":[-101.6,-88.3],"shL":[51.3,-133.8],"elL":[73.7,-83.9],"haL":[101,-37],"hipR":[-25.6,7.6],"knR":[-7.2,111],"ftR":[-10.4,236],"hipL":[25.2,8],"knL":[36.9,127.3],"ftL":[22.6,213.1]},{"rootY":14.9,"hips":[0,0],"chest":[-8.3,-97.9],"neck":[-5.7,-162.8],"head":[-2.5,-199],"shR":[-53.9,-132.2],"elR":[-85.5,-103.4],"haR":[-97.3,-78.4],"shL":[48.4,-135.9],"elL":[80.3,-89.4],"haL":[115.2,-46.6],"hipR":[-25.3,7.7],"knR":[-5.4,111.2],"ftR":[-12.4,236.3],"hipL":[25.1,8],"knL":[45.4,127.9],"ftL":[25.7,206.8]},{"rootY":11,"hips":[0,0],"chest":[-8.3,-97.6],"neck":[-7.3,-162.6],"head":[-8.7,-198.9],"shR":[-53.7,-130.3],"elR":[-80.6,-96.7],"haR":[-89.9,-68.3],"shL":[47.9,-139.6],"elL":[88.1,-98.1],"haL":[129.3,-60.6],"hipR":[-24.8,7.6],"knR":[-5.8,114.9],"ftR":[-13.6,239.6],"hipL":[24.6,8.1],"knL":[54.9,127],"ftL":[29.9,203.4]},{"rootY":6,"hips":[0,0],"chest":[-8.6,-97.6],"neck":[-8.2,-163],"head":[-14.5,-198.6],"shR":[-52.9,-129.6],"elR":[-74.4,-91.8],"haR":[-81,-60.2],"shL":[47.6,-143.6],"elL":[95.8,-109.6],"haL":[142.7,-79],"hipR":[-24.2,7.7],"knR":[-7,120.3],"ftR":[-14.5,244.9],"hipL":[24.2,8],"knL":[63.6,124.6],"ftL":[34.3,204.1]},{"rootY":1.9,"hips":[0,0],"chest":[-9,-97.8],"neck":[-9.7,-163.5],"head":[-20.1,-197.9],"shR":[-52.5,-129.5],"elR":[-68.4,-89.3],"haR":[-71.7,-55.9],"shL":[46.5,-147.1],"elL":[102.3,-123],"haL":[154.8,-101.6],"hipR":[-24.1,7.9],"knR":[-9.5,124.3],"ftR":[-16,249.1],"hipL":[24.2,7.8],"knL":[70.6,121.9],"ftL":[41.9,208.7]},{"rootY":-0.4,"hips":[0,0],"chest":[-9.2,-97.9],"neck":[-11.5,-163.5],"head":[-24.7,-196.8],"shR":[-52.6,-129],"elR":[-63.3,-88.6],"haR":[-62.2,-55.6],"shL":[45,-150],"elL":[107,-137.6],"haL":[164.1,-126.8],"hipR":[-24.4,7.9],"knR":[-12.2,126.5],"ftR":[-17.7,251.2],"hipL":[24.5,7.7],"knL":[76.3,119.3],"ftL":[55.3,214.9]},{"rootY":-1.1,"hips":[0,0],"chest":[-9.6,-97.6],"neck":[-13.1,-163.1],"head":[-27.5,-195.7],"shR":[-52.8,-127.6],"elR":[-59.3,-88.5],"haR":[-52.7,-57.6],"shL":[43.5,-152.4],"elL":[109.6,-152.1],"haL":[169,-152],"hipR":[-24.7,8],"knR":[-14,127.8],"ftR":[-19,252.1],"hipL":[24.9,7.7],"knL":[80.4,116.8],"ftL":[72.7,220.7]},{"rootY":-1.2,"hips":[0,0],"chest":[-10.1,-97.4],"neck":[-14.3,-162.8],"head":[-29.3,-195.1],"shR":[-53.1,-125.9],"elR":[-56.4,-88.1],"haR":[-43.8,-60.4],"shL":[41.9,-154.6],"elL":[109.8,-164.5],"haL":[169.9,-173.4],"hipR":[-24.8,8],"knR":[-14.7,128.7],"ftR":[-20.3,252.5],"hipL":[25.2,7.6],"knL":[82.3,114.8],"ftL":[90,226]},{"rootY":-1.5,"hips":[0,0],"chest":[-10.6,-97.3],"neck":[-15.6,-162.8],"head":[-30.7,-194.9],"shR":[-53.8,-124.9],"elR":[-54.2,-87.6],"haR":[-36.2,-62.9],"shL":[40.3,-156.8],"elL":[108.4,-174],"haL":[168.4,-189.2],"hipR":[-25,8.1],"knR":[-15.8,129.5],"ftR":[-22.2,252.8],"hipL":[25.3,7.6],"knL":[82.5,113.4],"ftL":[104.7,230.1]},{"rootY":-2.3,"hips":[0,0],"chest":[-11,-97.2],"neck":[-16.9,-162.9],"head":[-32.1,-194.8],"shR":[-54.8,-125],"elR":[-52.3,-87.6],"haR":[-30.4,-65.4],"shL":[38.6,-158.9],"elL":[106.3,-180.8],"haL":[166,-200.2],"hipR":[-25.1,8.1],"knR":[-18.2,130.4],"ftR":[-24.9,253.2],"hipL":[25.5,7.5],"knL":[82.4,112],"ftL":[115.3,231.2]},{"rootY":-2.9,"hips":[0,0],"chest":[-11.7,-96.9],"neck":[-18.1,-162.9],"head":[-33.4,-194.8],"shR":[-56.1,-126],"elR":[-50.7,-88.8],"haR":[-26.4,-67.7],"shL":[36.9,-160.4],"elL":[103.9,-185.5],"haL":[163,-207.6],"hipR":[-25,8.3],"knR":[-20.8,131.2],"ftR":[-27.8,253.4],"hipL":[25.6,7.3],"knL":[82.5,109.9],"ftL":[121.2,229.1]},{"rootY":-3.3,"hips":[0,0],"chest":[-12.6,-96.5],"neck":[-19.4,-162.8],"head":[-34.6,-194.7],"shR":[-57.4,-127.1],"elR":[-49.4,-90.8],"haR":[-24.2,-69.7],"shL":[35.4,-161.1],"elL":[101.6,-188.2],"haL":[160,-212.1],"hipR":[-25,8.5],"knR":[-22.9,131.6],"ftR":[-30.9,253.1],"hipL":[25.8,7.1],"knL":[81.9,107.4],"ftL":[123.4,224.9]},{"rootY":-3.8,"hips":[0,0],"chest":[-13.5,-96],"neck":[-20.5,-162.6],"head":[-35.6,-194.5],"shR":[-58.7,-128],"elR":[-49,-92.6],"haR":[-23.3,-71],"shL":[34.3,-161.1],"elL":[99.8,-188.9],"haL":[157.7,-213.4],"hipR":[-25,8.6],"knR":[-24.2,131.8],"ftR":[-33.9,252.2],"hipL":[26,6.9],"knL":[80.2,104.9],"ftL":[123.9,219.1]},{"rootY":-4.2,"hips":[0,0],"chest":[-14.1,-95.5],"neck":[-21.3,-162.3],"head":[-36.3,-194.4],"shR":[-59.9,-128.9],"elR":[-49.6,-94],"haR":[-23.6,-72.3],"shL":[33.4,-160.8],"elL":[98.6,-188.2],"haL":[156.1,-212.4],"hipR":[-25.1,8.9],"knR":[-25.1,132.1],"ftR":[-36.4,251.3],"hipL":[26.3,6.6],"knL":[77.6,102.3],"ftL":[123,212.2]},{"rootY":-4.3,"hips":[0,0],"chest":[-14.6,-95.1],"neck":[-21.8,-162.1],"head":[-36.6,-194.3],"shR":[-61.2,-129.9],"elR":[-51,-95.3],"haR":[-24.9,-74],"shL":[33,-160.5],"elL":[97.7,-186.9],"haL":[154.8,-210.2],"hipR":[-25.1,9.3],"knR":[-25.7,132.5],"ftR":[-38.5,250.3],"hipL":[26.6,6.2],"knL":[74.7,99.6],"ftL":[119.9,205.5]},{"rootY":-3.9,"hips":[0,0],"chest":[-14.8,-94.7],"neck":[-21.9,-161.8],"head":[-36.6,-194.2],"shR":[-62.2,-130.8],"elR":[-52.9,-96.8],"haR":[-27.1,-76.1],"shL":[33,-159.7],"elL":[97.2,-185],"haL":[153.9,-207.2],"hipR":[-25.1,9.6],"knR":[-26.4,132.6],"ftR":[-40.5,249.1],"hipL":[26.8,5.8],"knL":[71.5,97.2],"ftL":[114.8,200.2]},{"rootY":-3.1,"hips":[0,0],"chest":[-14.7,-94.4],"neck":[-21.7,-161.6],"head":[-36.1,-194.1],"shR":[-63,-131.4],"elR":[-55,-98.2],"haR":[-30.1,-78.1],"shL":[33.6,-158.6],"elL":[97.2,-182.1],"haL":[153.3,-202.9],"hipR":[-25.3,9.8],"knR":[-27.6,132.5],"ftR":[-42.9,247.6],"hipL":[27,5.6],"knL":[68.1,95.5],"ftL":[108.7,196.3]},{"rootY":-2.2,"hips":[0,0],"chest":[-14.1,-94.3],"neck":[-20.9,-161.6],"head":[-35.3,-194.3],"shR":[-63.4,-132],"elR":[-57.3,-99.3],"haR":[-33.6,-79.7],"shL":[34.7,-157.3],"elL":[97.6,-178.5],"haL":[153,-197.1],"hipR":[-25.4,9.9],"knR":[-28.9,132.3],"ftR":[-45.3,245.7],"hipL":[27.1,5.5],"knL":[64.5,94.7],"ftL":[101.9,194.4]},{"rootY":-1.3,"hips":[0,0],"chest":[-13.1,-94.5],"neck":[-19.7,-161.9],"head":[-34,-194.7],"shR":[-63.4,-133],"elR":[-59.6,-100.3],"haR":[-37.5,-81],"shL":[36.2,-156.3],"elL":[98.2,-174.2],"haL":[152.9,-190],"hipR":[-25.5,9.9],"knR":[-30.1,132],"ftR":[-47.6,243.4],"hipL":[27.2,5.5],"knL":[60.7,95.4],"ftL":[94.2,195.6]},{"rootY":-0.1,"hips":[0,0],"chest":[-11.7,-94.7],"neck":[-17.8,-162.3],"head":[-32.2,-195.2],"shR":[-62.8,-134.1],"elR":[-61.9,-101.3],"haR":[-41.9,-82],"shL":[38.2,-155.1],"elL":[98.9,-169.3],"haL":[152.7,-181.9],"hipR":[-25.7,9.6],"knR":[-31.3,131.4],"ftR":[-49.9,240.6],"hipL":[27.2,5.8],"knL":[56.6,97.7],"ftL":[86,199.5]},{"rootY":1.4,"hips":[0,0],"chest":[-10.1,-94.9],"neck":[-15.8,-162.6],"head":[-30.1,-195.7],"shR":[-62.1,-134.8],"elR":[-64.1,-102.3],"haR":[-46.7,-82.8],"shL":[40.3,-153.4],"elL":[99.5,-163.6],"haL":[152.2,-172.6],"hipR":[-25.9,9.4],"knR":[-33.1,130.4],"ftR":[-52.6,237.5],"hipL":[27.2,6.1],"knL":[52.3,101],"ftL":[77.3,205.4]},{"rootY":3.2,"hips":[0,0],"chest":[-8.5,-95.3],"neck":[-13.9,-163.2],"head":[-27.8,-196.5],"shR":[-61.4,-135.6],"elR":[-66.4,-103.2],"haR":[-51.9,-83.4],"shL":[42.3,-151.7],"elL":[99.8,-156.9],"haL":[151,-161.5],"hipR":[-26.1,9.1],"knR":[-35.5,129.1],"ftR":[-55.8,233.9],"hipL":[27.1,6.4],"knL":[47.9,105.3],"ftL":[67.8,214.1]},{"rootY":5.8,"hips":[0,0],"chest":[-6.2,-95.8],"neck":[-11.8,-163.9],"head":[-25.5,-197.5],"shR":[-60.5,-136.4],"elR":[-68.9,-103.3],"haR":[-57.1,-83.7],"shL":[44.4,-149.8],"elL":[100.2,-149],"haL":[149.2,-148.3],"hipR":[-26.4,8.5],"knR":[-38.1,127.4],"ftR":[-58.9,229.5],"hipL":[27,7],"knL":[43.3,111.2],"ftL":[57.8,225.4]},{"rootY":8.9,"hips":[0,0],"chest":[-3.6,-96],"neck":[-9.6,-164.3],"head":[-23.2,-198],"shR":[-59.2,-135.4],"elR":[-72.2,-101.6],"haR":[-62.9,-83.3],"shL":[46.5,-146.1],"elL":[100.6,-138.7],"haL":[146.8,-132.5],"hipR":[-26.6,8.3],"knR":[-41.4,125.9],"ftR":[-62.5,224.5],"hipL":[27,7.3],"knL":[38,117.6],"ftL":[48,235.7]},{"rootY":11.2,"hips":[0,0],"chest":[-1.8,-95.5],"neck":[-7.6,-164.1],"head":[-21.6,-197.6],"shR":[-57.6,-131.7],"elR":[-76.2,-97.5],"haR":[-70.2,-80.8],"shL":[47.5,-139.9],"elL":[99.4,-125.5],"haL":[142.5,-113.3],"hipR":[-26.1,9.9],"knR":[-45.8,125.7],"ftR":[-67.7,219.8],"hipL":[27.3,5.6],"knL":[33.1,121.7],"ftL":[39.2,241.2]},{"rootY":11.7,"hips":[0,0],"chest":[-1.6,-94.4],"neck":[-5.7,-163.3],"head":[-20.2,-196.5],"shR":[-56.2,-128.6],"elR":[-79.6,-93.2],"haR":[-77.9,-75.7],"shL":[47.3,-133.4],"elL":[95,-110.8],"haL":[135.3,-91.3],"hipR":[-24.8,12.8],"knR":[-49.9,127.2],"ftR":[-73.3,214.8],"hipL":[27.8,2.5],"knL":[30.9,122.5],"ftL":[32.4,242.1]},{"rootY":10,"hips":[0,0],"chest":[-3.3,-93.8],"neck":[-3.8,-162.9],"head":[-18.4,-196],"shR":[-55.8,-129.2],"elR":[-81.5,-91.3],"haR":[-84.7,-69.2],"shL":[46.8,-129.2],"elL":[87.5,-97.1],"haL":[124.3,-68.6],"hipR":[-24,14.3],"knR":[-51.6,130.6],"ftR":[-76.6,209],"hipL":[27.9,0.8],"knL":[29.8,122.2],"ftL":[27.5,242.7]},{"rootY":7.8,"hips":[0,0],"chest":[-5.3,-93.9],"neck":[-2.5,-163],"head":[-15.6,-196.6],"shR":[-56.3,-133.3],"elR":[-82.3,-92.8],"haR":[-90.1,-64.3],"shL":[46.5,-127.2],"elL":[78.9,-86.8],"haL":[110.9,-49.6],"hipR":[-24,14.3],"knR":[-49.7,134.2],"ftR":[-75.9,202.6],"hipL":[27.9,0.8],"knL":[27.2,122.7],"ftL":[23.5,244.8]},{"rootY":6,"hips":[0,0],"chest":[-5,-94.3],"neck":[-0.9,-163.1],"head":[-11.2,-197.7],"shR":[-55.7,-136.8],"elR":[-82.4,-95.2],"haR":[-93.1,-62.9],"shL":[47.3,-126.4],"elL":[72.3,-79.8],"haL":[98.6,-37],"hipR":[-24.4,13.5],"knR":[-45,134.6],"ftR":[-70.5,196.8],"hipL":[27.8,1.6],"knL":[24.9,123.6],"ftL":[20.9,247.1]},{"rootY":4.3,"hips":[0,0],"chest":[-2.3,-94.4],"neck":[1.6,-162.9],"head":[-5.6,-198.3],"shR":[-53.5,-136.8],"elR":[-82.1,-96.1],"haR":[-93.8,-63.7],"shL":[49.4,-125.7],"elL":[68.4,-75.5],"haL":[89.1,-29.9],"hipR":[-24.8,12.9],"knR":[-39.7,132],"ftR":[-61.3,194.6],"hipL":[27.7,2.4],"knL":[24,124.6],"ftL":[20.1,248.9]},{"rootY":2.9,"hips":[0,0],"chest":[0.7,-94.3],"neck":[3.9,-162.6],"head":[-0.2,-198.6],"shR":[-51.1,-135.2],"elR":[-82.4,-95.6],"haR":[-94.1,-65.4],"shL":[51.4,-125.3],"elL":[65.4,-73.7],"haL":[81.5,-27.2],"hipR":[-25,12.5],"knR":[-35.6,127.9],"ftR":[-51.7,198.1],"hipL":[27.6,2.8],"knL":[24,125.5],"ftL":[20,250.1]},{"rootY":2.1,"hips":[0,0],"chest":[2.5,-93.9],"neck":[5,-162.1],"head":[3.8,-198.4],"shR":[-50,-134.2],"elR":[-83.7,-94.7],"haR":[-95.3,-67.6],"shL":[52.2,-125.3],"elL":[62.2,-74.2],"haL":[74.7,-28.1],"hipR":[-25.2,12.1],"knR":[-33.6,122.9],"ftR":[-44.1,206.2],"hipL":[27.5,3.2],"knL":[24,126.2],"ftL":[19.5,251.1]},{"rootY":1.6,"hips":[0,0],"chest":[2.9,-93.2],"neck":[5.1,-161.4],"head":[6.9,-197.7],"shR":[-49.9,-133.3],"elR":[-85.8,-94.1],"haR":[-97.3,-70.2],"shL":[52.1,-125],"elL":[59.5,-76],"haL":[68.8,-31.8],"hipR":[-25.4,11.6],"knR":[-33.3,118.1],"ftR":[-38.7,216.6],"hipL":[27.3,3.6],"knL":[23.9,126.8],"ftL":[18.4,251.8]},{"rootY":1.4,"hips":[0,0],"chest":[2.7,-92.8],"neck":[4.9,-160.9],"head":[9.2,-196.9],"shR":[-50.2,-132.2],"elR":[-88.4,-94.1],"haR":[-99.4,-73.5],"shL":[51.6,-124.6],"elL":[57.6,-78.4],"haL":[63.8,-37.4],"hipR":[-25.4,11.5],"knR":[-34.7,114.7],"ftR":[-35.3,227.1],"hipL":[27.2,3.7],"knL":[23.6,126.8],"ftL":[17.2,251.9]},{"rootY":1.8,"hips":[0,0],"chest":[2,-93.2],"neck":[4.2,-161.1],"head":[10.5,-196.9],"shR":[-50.8,-132],"elR":[-91.2,-95],"haR":[-102,-77.4],"shL":[50.7,-124.6],"elL":[56,-81.6],"haL":[59.2,-44.1],"hipR":[-25.1,11.9],"knR":[-37,112.5],"ftR":[-34.4,234.4],"hipL":[27.1,3.4],"knL":[22.7,126.3],"ftL":[15.8,251.5]},{"rootY":2.6,"hips":[0,0],"chest":[1.3,-94],"neck":[3.7,-161.8],"head":[11.5,-197.3],"shR":[-51.4,-132.8],"elR":[-93.7,-96.5],"haR":[-104.8,-81.3],"shL":[49.9,-125.1],"elL":[54.5,-85],"haL":[55.4,-50.8],"hipR":[-24.7,12.4],"knR":[-38.9,111.1],"ftR":[-35.8,236.4],"hipL":[27,2.9],"knL":[21.6,125.7],"ftL":[14.6,250.8]},{"rootY":3,"hips":[0,0],"chest":[1.8,-94.4],"neck":[4.4,-162.2],"head":[13.3,-197.4],"shR":[-50.9,-133.5],"elR":[-94.6,-97.9],"haR":[-106.8,-84.2],"shL":[50.4,-125.2],"elL":[54.1,-87.7],"haL":[53.1,-56.5],"hipR":[-24.5,12.4],"knR":[-38.8,110.9],"ftR":[-38,233.6],"hipL":[26.9,2.9],"knL":[21.3,125.5],"ftL":[14.7,250.4]},{"rootY":2.9,"hips":[0,0],"chest":[3.7,-94.1],"neck":[6.4,-161.9],"head":[16.1,-196.9],"shR":[-48.9,-133.3],"elR":[-94,-98.6],"haR":[-107,-86.1],"shL":[52.4,-124.9],"elL":[55.4,-89.5],"haL":[52.5,-60.6],"hipR":[-24.8,11.8],"knR":[-36.6,111.5],"ftR":[-39.5,227.6],"hipL":[26.7,3.5],"knL":[22.1,125.8],"ftL":[16.4,250.5]},{"rootY":3,"hips":[0,0],"chest":[5.6,-93.7],"neck":[8.3,-161.5],"head":[18.6,-196.3],"shR":[-47,-133],"elR":[-93.1,-98.5],"haR":[-106.8,-86.9],"shL":[54.6,-124.5],"elL":[57.2,-90.2],"haL":[52.2,-63.4],"hipR":[-25.2,11.1],"knR":[-34.6,111],"ftR":[-40.4,220.1],"hipL":[26.7,4.3],"knL":[23,126.1],"ftL":[18.5,250.3]},{"rootY":3.5,"hips":[0,0],"chest":[6.4,-93.7],"neck":[9.2,-161.4],"head":[19.9,-196.1],"shR":[-46.1,-133],"elR":[-92.9,-97.7],"haR":[-107.1,-86.9],"shL":[55.7,-124.2],"elL":[58.5,-90.3],"haL":[51.4,-65.1],"hipR":[-25.5,10.7],"knR":[-34.3,108.7],"ftR":[-41.3,213.3],"hipL":[26.7,4.7],"knL":[23.3,126.2],"ftL":[19.8,249.8]},{"rootY":4.4,"hips":[0,0],"chest":[6.2,-94.1],"neck":[9.5,-161.7],"head":[20.3,-196.3],"shR":[-45.9,-133.6],"elR":[-93,-96],"haR":[-107.6,-85.9],"shL":[56.3,-124.4],"elL":[59.4,-90.1],"haL":[50.6,-66],"hipR":[-25.6,10.6],"knR":[-35.1,105.5],"ftR":[-41.8,208.9],"hipL":[26.8,4.9],"knL":[23.3,126.1],"ftL":[20.5,248.7]},{"rootY":5.5,"hips":[0,0],"chest":[5.8,-94.5],"neck":[9.6,-162],"head":[20.6,-196.6],"shR":[-45.9,-134.4],"elR":[-92.9,-93],"haR":[-107.2,-83.8],"shL":[56.9,-124.6],"elL":[60.3,-89.3],"haL":[50.1,-65.8],"hipR":[-25.7,10.4],"knR":[-35.8,103],"ftR":[-41.4,207.4],"hipL":[26.9,5],"knL":[23.7,125.9],"ftL":[21.3,247.2]},{"rootY":7,"hips":[0,0],"chest":[5.1,-94.9],"neck":[9.6,-162.3],"head":[20.8,-196.9],"shR":[-45.8,-134.6],"elR":[-92.3,-88.2],"haR":[-106.2,-80],"shL":[57.4,-124.6],"elL":[61.5,-87.3],"haL":[50.1,-63.7],"hipR":[-25.8,10.3],"knR":[-36,102.6],"ftR":[-40.6,208.4],"hipL":[27.1,5.2],"knL":[24.4,125.7],"ftL":[22.6,245.5]},{"rootY":8.7,"hips":[0,0],"chest":[4.2,-95.3],"neck":[9.4,-162.7],"head":[20.7,-197.2],"shR":[-45.7,-134],"elR":[-91.2,-82.3],"haR":[-105,-74.1],"shL":[57.6,-124.5],"elL":[62.9,-84.2],"haL":[50.8,-59.7],"hipR":[-25.9,10.1],"knR":[-35.9,104.2],"ftR":[-40.1,211.9],"hipL":[27.2,5.4],"knL":[25.4,125.3],"ftL":[23.9,243.3]},{"rootY":10.6,"hips":[0,0],"chest":[3.2,-95.9],"neck":[9,-163.2],"head":[20.5,-197.7],"shR":[-45.6,-133.4],"elR":[-89.3,-76.5],"haR":[-103.6,-66.1],"shL":[57.5,-124.8],"elL":[64.6,-80.7],"haL":[52.4,-54],"hipR":[-26,10],"knR":[-35.4,107.7],"ftR":[-38.8,218.6],"hipL":[27.2,5.6],"knL":[26.4,124.4],"ftL":[25.4,240.7]},{"rootY":12.9,"hips":[0,0],"chest":[2.3,-96.4],"neck":[8.6,-163.7],"head":[20.2,-198.2],"shR":[-45.5,-132.6],"elR":[-86.7,-71.1],"haR":[-101.5,-56],"shL":[57.2,-124.8],"elL":[66.6,-76.9],"haL":[55.3,-46.8],"hipR":[-26.1,9.8],"knR":[-33.7,112.9],"ftR":[-35.1,227.4],"hipL":[27.3,5.8],"knL":[27.6,123.3],"ftL":[27.4,237.3]},{"rootY":14.8,"hips":[0,0],"chest":[1.9,-96.8],"neck":[8.9,-163.9],"head":[20.6,-198.3],"shR":[-44.5,-130.7],"elR":[-83.7,-66],"haR":[-98.6,-42.6],"shL":[56.9,-123.4],"elL":[69.2,-71.7],"haL":[60.3,-36.8],"hipR":[-26.4,9.1],"knR":[-29.4,118.8],"ftR":[-28.2,235.2],"hipL":[27.1,6.5],"knL":[29.8,123.1],"ftL":[30.7,233.6]},{"rootY":15.8,"hips":[0,0],"chest":[3,-96.8],"neck":[10.6,-163.8],"head":[22.5,-198.1],"shR":[-41.7,-127.7],"elR":[-79.7,-61.5],"haR":[-94.5,-26],"shL":[57.6,-121.2],"elL":[72.1,-66.1],"haL":[68.4,-24.5],"hipR":[-27,7.1],"knR":[-22.8,123],"ftR":[-20.3,239.3],"hipL":[26.6,8.6],"knL":[33.3,124.3],"ftL":[35.8,229.9]},{"rootY":15.5,"hips":[0,0],"chest":[5.6,-96.8],"neck":[12.5,-164.1],"head":[24.6,-198.2],"shR":[-38.7,-125.9],"elR":[-74.4,-58.7],"haR":[-89.8,-10],"shL":[59.2,-120.6],"elL":[73.8,-62],"haL":[78.2,-12.9],"hipR":[-27.6,4.3],"knR":[-19.1,123.4],"ftR":[-14.3,239.9],"hipL":[25.6,11.3],"knL":[37.5,126.5],"ftL":[41.4,225.7]},{"rootY":14.1,"hips":[0,0],"chest":[9.2,-96.8],"neck":[14,-164.5],"head":[26.3,-198.5],"shR":[-36.9,-126.6],"elR":[-67.8,-57.3],"haR":[-84.9,0.4],"shL":[61.9,-122.6],"elL":[74.9,-60.4],"haL":[87.7,-5.3],"hipR":[-27.8,1.7],"knR":[-18.1,121.6],"ftR":[-10.2,240.6],"hipL":[24.4,13.6],"knL":[42.2,129.8],"ftL":[46.6,220.4]},{"rootY":12.2,"hips":[0,0],"chest":[11.8,-96.5],"neck":[15.4,-164.3],"head":[27.4,-198.4],"shR":[-36.3,-129.2],"elR":[-62.4,-57.3],"haR":[-79.4,5.1],"shL":[65.4,-126.7],"elL":[77.2,-61.3],"haL":[95.2,-2.9],"hipR":[-27.9,0.5],"knR":[-17,120.7],"ftR":[-6.5,242.4],"hipL":[23.8,14.6],"knL":[46.4,133.3],"ftL":[50.9,212.9]},{"rootY":10.6,"hips":[0,0],"chest":[12.5,-96.2],"neck":[17,-163.7],"head":[28.1,-198.2],"shR":[-35.8,-131.9],"elR":[-59.8,-58.2],"haR":[-75.1,6.4],"shL":[68.1,-130.3],"elL":[81.1,-63.2],"haL":[101.1,-4],"hipR":[-27.9,0.3],"knR":[-15.5,121.3],"ftR":[-3,244.3],"hipL":[23.7,14.8],"knL":[48.9,135.3],"ftL":[53.8,204.6]},{"rootY":9.4,"hips":[0,0],"chest":[12.1,-96.1],"neck":[18.5,-163.2],"head":[28.7,-198],"shR":[-34.4,-132.3],"elR":[-59.4,-58.4],"haR":[-73.9,6.8],"shL":[69.7,-130.5],"elL":[86,-64.3],"haL":[106.8,-6.2],"hipR":[-27.8,0.2],"knR":[-14.1,121.9],"ftR":[-0.5,245.5],"hipL":[23.5,14.9],"knL":[49.9,134.4],"ftL":[54.9,197.4]},{"rootY":8.8,"hips":[0,0],"chest":[11.6,-96.2],"neck":[19.5,-163],"head":[28.8,-198.1],"shR":[-32.8,-131.3],"elR":[-59.9,-58.4],"haR":[-75.6,6.1],"shL":[70.2,-128.4],"elL":[90.1,-65.2],"haL":[111.9,-9.5],"hipR":[-27.7,-0.1],"knR":[-13.5,122],"ftR":[0.8,245.9],"hipL":[23.3,15.1],"knL":[49.7,131.1],"ftL":[54.1,192.9]},{"rootY":8.4,"hips":[0,0],"chest":[10.5,-96.1],"neck":[19,-162.9],"head":[27.6,-198.2],"shR":[-32.5,-130.8],"elR":[-61.4,-59.7],"haR":[-78.4,3.1],"shL":[69.4,-127],"elL":[92.2,-67.4],"haL":[114.8,-14.4],"hipR":[-27.8,-0.1],"knR":[-13.6,122.1],"ftR":[0.8,246.5],"hipL":[23.4,15.1],"knL":[47.9,126.9],"ftL":[51.3,193.7]},{"rootY":7.4,"hips":[0,0],"chest":[8.7,-95.6],"neck":[17,-162.5],"head":[25.2,-197.9],"shR":[-33.9,-130.8],"elR":[-64.2,-62.5],"haR":[-81.5,-2.4],"shL":[67.6,-127.1],"elL":[92.6,-70.8],"haL":[115.3,-20.9],"hipR":[-27.8,0.5],"knR":[-14.2,122.9],"ftR":[-0.2,247.5],"hipL":[23.8,14.5],"knL":[44.1,122.8],"ftL":[47.6,200.3]},{"rootY":6.3,"hips":[0,0],"chest":[6.8,-95],"neck":[14.5,-161.9],"head":[22.6,-197.3],"shR":[-36.2,-130.5],"elR":[-67.7,-66.1],"haR":[-84.2,-10.2],"shL":[65.5,-127.4],"elL":[92.4,-74.7],"haL":[115.1,-28.6],"hipR":[-27.8,1.4],"knR":[-15.2,123.9],"ftR":[-1.8,248.5],"hipL":[24.3,13.8],"knL":[39.9,119.3],"ftL":[44.2,210.9]},{"rootY":5.9,"hips":[0,0],"chest":[5.7,-94.8],"neck":[12.5,-161.7],"head":[20.6,-197.1],"shR":[-38.2,-130.4],"elR":[-71.2,-70.6],"haR":[-85.7,-20.6],"shL":[63.9,-127.7],"elL":[92.5,-79.5],"haL":[115.4,-37.6],"hipR":[-27.8,1.8],"knR":[-16.2,124.4],"ftR":[-3.4,248.7],"hipL":[24.5,13.4],"knL":[37.5,116.5],"ftL":[41.8,222.7]},{"rootY":6.4,"hips":[0,0],"chest":[5.6,-95],"neck":[11.6,-162.1],"head":[19.4,-197.5],"shR":[-39.4,-131.3],"elR":[-73.9,-76.1],"haR":[-85.8,-33.6],"shL":[63.4,-129],"elL":[93,-85.3],"haL":[115.8,-47.8],"hipR":[-27.8,1.8],"knR":[-17,124.5],"ftR":[-4.3,248.3],"hipL":[24.5,13.4],"knL":[37.6,115.2],"ftL":[40.7,233.3]},{"rootY":7.3,"hips":[0,0],"chest":[6,-95.4],"neck":[11.2,-162.6],"head":[18.9,-198],"shR":[-39.9,-132.3],"elR":[-75.9,-81.5],"haR":[-84.9,-47.3],"shL":[63.4,-130.5],"elL":[93.4,-91],"haL":[115.7,-57.3],"hipR":[-27.8,1.6],"knR":[-17.5,124.1],"ftR":[-5.1,247.3],"hipL":[24.4,13.6],"knL":[38.4,115.9],"ftL":[40.9,240.5]},{"rootY":8.3,"hips":[0,0],"chest":[6.3,-95.5],"neck":[10.7,-162.9],"head":[18.2,-198.2],"shR":[-40.5,-132.4],"elR":[-77.5,-86.3],"haR":[-83.8,-60],"shL":[63.1,-130.9],"elL":[93,-95.3],"haL":[114.6,-65.3],"hipR":[-27.8,1.4],"knR":[-18,123.6],"ftR":[-6.4,246.3],"hipL":[24.3,13.8],"knL":[38.1,117.9],"ftL":[42,242.1]},{"rootY":9.5,"hips":[0,0],"chest":[6,-95.6],"neck":[9.5,-163],"head":[17,-198.4],"shR":[-41.6,-132.3],"elR":[-79.2,-90.8],"haR":[-83.5,-71.2],"shL":[61.8,-130.2],"elL":[91.5,-98.5],"haL":[112.2,-72.2],"hipR":[-27.8,1.5],"knR":[-19,123],"ftR":[-8.8,245.1],"hipL":[24.3,13.7],"knL":[35.3,120.1],"ftL":[42.5,238.1]},{"rootY":11,"hips":[0,0],"chest":[5.4,-95.5],"neck":[8.4,-163.1],"head":[15.8,-198.5],"shR":[-42.8,-132.7],"elR":[-80.7,-95.3],"haR":[-83.8,-81],"shL":[60.4,-129.7],"elL":[89.7,-101.5],"haL":[109.2,-78.8],"hipR":[-27.8,2],"knR":[-20.3,122.4],"ftR":[-11.5,243.7],"hipL":[24.5,13.3],"knL":[33.2,121.2],"ftL":[42,232.3]},{"rootY":12.9,"hips":[0,0],"chest":[5.3,-95.5],"neck":[8,-163.4],"head":[15.4,-198.9],"shR":[-43.3,-133.6],"elR":[-81.4,-99.8],"haR":[-84.2,-89.5],"shL":[59.9,-129.7],"elL":[88.3,-104.6],"haL":[106.2,-85.2],"hipR":[-27.8,2.4],"knR":[-21.5,121.7],"ftR":[-13.9,241.6],"hipL":[24.7,13],"knL":[32.9,120.4],"ftL":[41.2,229.5]},{"rootY":15.5,"hips":[0,0],"chest":[5.8,-95.4],"neck":[8.1,-163.8],"head":[15.5,-199.3],"shR":[-43.3,-134.7],"elR":[-81.6,-104],"haR":[-84.7,-96.6],"shL":[59.9,-130],"elL":[87.2,-107.6],"haL":[103.3,-91.1],"hipR":[-27.8,2.4],"knR":[-22.8,120.6],"ftR":[-16.1,238.5],"hipL":[24.7,13],"knL":[32.9,119.7],"ftL":[41,230.6]},{"rootY":18.4,"hips":[0,0],"chest":[6.8,-95.4],"neck":[8.2,-164],"head":[15.5,-199.6],"shR":[-43.3,-134.9],"elR":[-82.2,-107],"haR":[-85.6,-102.1],"shL":[59.8,-129.8],"elL":[86.2,-109.8],"haL":[100.6,-96],"hipR":[-27.7,2.5],"knR":[-25,120],"ftR":[-18.8,235.1],"hipL":[24.6,12.9],"knL":[33,120.4],"ftL":[40.9,233.1]},{"rootY":19.9,"hips":[0,0],"chest":[7.1,-95.1],"neck":[7.4,-163.9],"head":[14.7,-199.5],"shR":[-43.9,-132.8],"elR":[-83.9,-107.6],"haR":[-88,-105.2],"shL":[58.2,-127.8],"elL":[84.2,-110.4],"haL":[97.5,-99.1],"hipR":[-27.3,3.9],"knR":[-28.5,120.7],"ftR":[-23.2,232.2],"hipL":[25,11.6],"knL":[31.9,122],"ftL":[38.8,235]},{"rootY":19.2,"hips":[0,0],"chest":[4.7,-94.1],"neck":[5.7,-163.1],"head":[12.9,-198.7],"shR":[-45.7,-129.6],"elR":[-86.3,-106.1],"haR":[-92.3,-105.2],"shL":[54.7,-124.9],"elL":[80.3,-109.4],"haL":[93.8,-99.5],"hipR":[-26.5,7.4],"knR":[-32.4,122.4],"ftR":[-29.4,229.9],"hipL":[26.1,8.3],"knL":[30.3,123.9],"ftL":[33.7,236.5]},{"rootY":17.2,"hips":[0,0],"chest":[-1.8,-93.8],"neck":[4.6,-162.9],"head":[11.7,-198.3],"shR":[-48.3,-129.1],"elR":[-87.8,-105.1],"haR":[-96.4,-103.8],"shL":[51.2,-123.9],"elL":[76,-108.6],"haL":[90.8,-98.3],"hipR":[-25.8,9.8],"knR":[-35.9,123.9],"ftR":[-35,226.9],"hipL":[26.8,5.8],"knL":[28.8,124.4],"ftL":[28,238.3]},{"rootY":14.2,"hips":[0,0],"chest":[-5.1,-95.5],"neck":[2.2,-164.7],"head":[11.2,-199.3],"shR":[-51.5,-132.1],"elR":[-88.6,-106.8],"haR":[-99.2,-102.1],"shL":[48.4,-125.8],"elL":[72.3,-108.9],"haL":[88.7,-96.5],"hipR":[-25.8,10.1],"knR":[-39.2,125.8],"ftR":[-38.6,223.4],"hipL":[27,5.5],"knL":[26.6,124.9],"ftL":[23.9,241.2]},{"rootY":11.2,"hips":[0,0],"chest":[-4.8,-97.7],"neck":[-0.9,-166.9],"head":[10.6,-200.3],"shR":[-54.3,-136.6],"elR":[-89.3,-110.9],"haR":[-100.7,-101.3],"shL":[46.8,-129.5],"elL":[69.8,-110.2],"haL":[87.1,-94.6],"hipR":[-25.9,9.4],"knR":[-43.3,127.8],"ftR":[-40.9,219.1],"hipL":[26.9,6.2],"knL":[24.4,125.5],"ftL":[20.9,244.1]},{"rootY":9.1,"hips":[0,0],"chest":[-4.5,-98.4],"neck":[-2.3,-167.3],"head":[10.1,-200.2],"shR":[-55.5,-139.7],"elR":[-89.6,-114.8],"haR":[-101,-101.7],"shL":[46.7,-132.6],"elL":[68.8,-110.9],"haL":[86.2,-92.7],"hipR":[-25.8,9],"knR":[-48.3,129.3],"ftR":[-42.6,213.7],"hipL":[26.6,6.6],"knL":[22.5,125.7],"ftL":[18.2,246]},{"rootY":8,"hips":[0,0],"chest":[-3.9,-98.9],"neck":[-1.9,-167.4],"head":[9.8,-200.3],"shR":[-55.1,-140.6],"elR":[-88.6,-117],"haR":[-99.7,-102.8],"shL":[47,-133.4],"elL":[69,-110.3],"haL":[86.1,-90.8],"hipR":[-25.3,9.4],"knR":[-53,129.5],"ftR":[-44,208.3],"hipL":[26.5,6.2],"knL":[21.2,125.7],"ftL":[15.7,246.9]},{"rootY":7.4,"hips":[0,0],"chest":[-2.8,-99.2],"neck":[-0.6,-167.5],"head":[10.1,-200.7],"shR":[-54,-140.2],"elR":[-86.5,-116.8],"haR":[-96.4,-103.6],"shL":[47.6,-132.3],"elL":[70.2,-108.5],"haL":[86.9,-88.6],"hipR":[-24.9,9.9],"knR":[-56.1,128.2],"ftR":[-44.4,204.8],"hipL":[26.4,5.7],"knL":[20.7,126.3],"ftL":[14.2,247.7]},{"rootY":6.4,"hips":[0,0],"chest":[-1.7,-99.1],"neck":[0.8,-167.5],"head":[10.9,-200.7],"shR":[-52.8,-139.6],"elR":[-83.9,-115],"haR":[-91.5,-103.2],"shL":[48.4,-131],"elL":[71.6,-106],"haL":[88.4,-85.4],"hipR":[-25,9.9],"knR":[-57.5,126.9],"ftR":[-44.5,205.4],"hipL":[26.4,5.7],"knL":[20.7,127.1],"ftL":[13.5,248.9]},{"rootY":5.2,"hips":[0,0],"chest":[-1.1,-98.7],"neck":[1.5,-167.2],"head":[11.5,-200.4],"shR":[-51.9,-139.3],"elR":[-81.4,-113],"haR":[-86.4,-101.7],"shL":[49.4,-130.7],"elL":[72.7,-103.8],"haL":[89.8,-81.6],"hipR":[-25.4,9.7],"knR":[-57.6,126],"ftR":[-45.6,210.3],"hipL":[26.6,5.9],"knL":[20.4,127.6],"ftL":[13.3,250.1]},{"rootY":4.2,"hips":[0,0],"chest":[-1,-98.6],"neck":[1.9,-167.1],"head":[12,-200.3],"shR":[-51.1,-139.5],"elR":[-78.6,-112.3],"haR":[-81.3,-100.4],"shL":[50.6,-131.2],"elL":[73.7,-102.6],"haL":[91.7,-78.4],"hipR":[-25.8,9.5],"knR":[-56.7,125.2],"ftR":[-48.4,217.7],"hipL":[26.8,6.1],"knL":[20.2,127.7],"ftL":[13.3,251]},{"rootY":3.5,"hips":[0,0],"chest":[-1.1,-98.6],"neck":[2.4,-167.1],"head":[12.3,-200.4],"shR":[-50,-140.1],"elR":[-74.9,-112.9],"haR":[-75.9,-100],"shL":[51.8,-131.9],"elL":[75.5,-102.2],"haL":[94.7,-76.8],"hipR":[-25.9,9.4],"knR":[-54.9,124.3],"ftR":[-52.6,225.5],"hipL":[26.9,6.2],"knL":[20.3,127.9],"ftL":[13.7,251.7]},{"rootY":3.2,"hips":[0,0],"chest":[-1.5,-98.6],"neck":[2.9,-167.2],"head":[12.4,-200.5],"shR":[-48.9,-140.5],"elR":[-70.8,-113.8],"haR":[-69.8,-100.3],"shL":[52.7,-131.9],"elL":[78.3,-102.1],"haL":[99.4,-76.5],"hipR":[-26,9.5],"knR":[-52.8,123.4],"ftR":[-57.5,232.3],"hipL":[27,6.1],"knL":[20.7,128],"ftL":[14.2,252]},{"rootY":3.1,"hips":[0,0],"chest":[-2.4,-98.5],"neck":[3.3,-167.1],"head":[12.4,-200.5],"shR":[-47.7,-140.9],"elR":[-66.4,-114.2],"haR":[-63.3,-100.6],"shL":[53.4,-131.5],"elL":[81.9,-102],"haL":[105.6,-76.5],"hipR":[-26.1,9.7],"knR":[-50.3,123],"ftR":[-62.4,237.5],"hipL":[27.2,5.9],"knL":[21.2,127.9],"ftL":[15.2,252.2]},{"rootY":3,"hips":[0,0],"chest":[-3.3,-98.4],"neck":[3.8,-167],"head":[12.2,-200.5],"shR":[-46.1,-141.3],"elR":[-61.6,-114.4],"haR":[-56.4,-100.8],"shL":[54.1,-131.1],"elL":[86,-101.9],"haL":[113.2,-76.7],"hipR":[-26.1,9.9],"knR":[-47.7,122.9],"ftR":[-66.7,241.3],"hipL":[27.3,5.7],"knL":[22,128],"ftL":[16.7,252.3]},{"rootY":2.6,"hips":[0,0],"chest":[-4.1,-98.3],"neck":[4.2,-167],"head":[11.7,-200.7],"shR":[-44,-141.6],"elR":[-56,-114.7],"haR":[-48.8,-100.9],"shL":[54.6,-130.6],"elL":[90.7,-101.9],"haL":[121.7,-77],"hipR":[-26.1,9.8],"knR":[-45.1,123],"ftR":[-70.1,243.6],"hipL":[27.3,5.8],"knL":[23,128.3],"ftL":[18.8,252.6]},{"rootY":2.2,"hips":[0,0],"chest":[-5,-98.1],"neck":[4.3,-166.8],"head":[10.8,-200.8],"shR":[-41.7,-141.7],"elR":[-49.4,-115.2],"haR":[-39.9,-101.5],"shL":[54.7,-130],"elL":[95.8,-101.9],"haL":[131,-77.7],"hipR":[-25.9,9.7],"knR":[-42.1,122.9],"ftR":[-72.3,244.1],"hipL":[27.1,5.9],"knL":[24.1,128.5],"ftL":[21.1,253]},{"rootY":2.1,"hips":[0,0],"chest":[-6.3,-97.9],"neck":[4,-166.7],"head":[9.4,-200.9],"shR":[-39.1,-141.7],"elR":[-41.8,-116],"haR":[-29.2,-102.9],"shL":[53.9,-129.6],"elL":[100.8,-102.3],"haL":[140.8,-78.9],"hipR":[-25.5,9.8],"knR":[-37.8,122.4],"ftR":[-73,242.6],"hipL":[26.6,5.9],"knL":[25.3,128.3],"ftL":[23.7,253.1]},{"rootY":2.4,"hips":[0,0],"chest":[-8.1,-97.9],"neck":[3,-166.6],"head":[7.5,-201.1],"shR":[-36.4,-141.9],"elR":[-33.1,-117.2],"haR":[-16.2,-104.9],"shL":[52.2,-129.6],"elL":[105.2,-103.1],"haL":[150.7,-80.6],"hipR":[-24.6,10],"knR":[-31.3,121.3],"ftR":[-72.9,239.4],"hipL":[25.9,5.6],"knL":[26.7,128],"ftL":[26.7,252.8]},{"rootY":2.8,"hips":[0,0],"chest":[-10.6,-97.7],"neck":[1.3,-166.5],"head":[4.8,-201.2],"shR":[-33.8,-142],"elR":[-23.6,-118.3],"haR":[-1.4,-107.1],"shL":[49.1,-129.6],"elL":[108.4,-104],"haL":[159.7,-82.4],"hipR":[-23.3,10.4],"knR":[-23.2,120.4],"ftR":[-73,235.3],"hipL":[24.9,5.2],"knL":[27.6,127.6],"ftL":[30,252.3]},{"rootY":3.1,"hips":[0,0],"chest":[-13.6,-97.5],"neck":[-1,-166.2],"head":[1.5,-201.1],"shR":[-31.3,-141.9],"elR":[-13.3,-119],"haR":[14.9,-108.7],"shL":[44.5,-129.4],"elL":[109.9,-104.7],"haL":[166.7,-83.8],"hipR":[-21.8,10.9],"knR":[-15.1,120.3],"ftR":[-73.2,231.1],"hipL":[23.7,4.7],"knL":[27.9,127.4],"ftL":[33.4,251.7]},{"rootY":3.7,"hips":[0,0],"chest":[-16.6,-97.2],"neck":[-3.6,-166.1],"head":[-2.2,-200.9],"shR":[-28.3,-141.8],"elR":[-2.1,-119.4],"haR":[32.4,-110.1],"shL":[38.9,-129.3],"elL":[109.5,-105.3],"haL":[171.1,-85.1],"hipR":[-20.2,11.3],"knR":[-8,121],"ftR":[-73,227.9],"hipL":[22.3,4.2],"knL":[28.1,127.1],"ftL":[36.9,251]},{"rootY":4.5,"hips":[0,0],"chest":[-19,-97.1],"neck":[-6.1,-166],"head":[-5.7,-200.9],"shR":[-24.4,-141.6],"elR":[10.1,-119.7],"haR":[51.1,-111.5],"shL":[32.8,-129.3],"elL":[107,-106.1],"haL":[172.2,-86.5],"hipR":[-18.5,11.8],"knR":[-2.1,122.4],"ftR":[-72.4,225.9],"hipL":[20.7,3.7],"knL":[28.8,126.5],"ftL":[40.9,250.1]},{"rootY":5.4,"hips":[0,0],"chest":[-20.7,-97],"neck":[-8,-165.9],"head":[-8.6,-200.9],"shR":[-19.2,-141.3],"elR":[23,-119.8],"haR":[70.7,-112.8],"shL":[26.4,-129.2],"elL":[102.5,-106.8],"haL":[169.6,-87.9],"hipR":[-16.9,12.2],"knR":[3.3,124.3],"ftR":[-71.5,224.7],"hipL":[19.1,3.3],"knL":[30.2,125.8],"ftL":[45.8,249.1]},{"rootY":6.5,"hips":[0,0],"chest":[-21.6,-96.8],"neck":[-9.2,-165.8],"head":[-10.8,-200.8],"shR":[-13.3,-140.9],"elR":[36.3,-119.4],"haR":[90.3,-113.3],"shL":[20.2,-128.9],"elL":[95.7,-107.3],"haL":[162.8,-89.1],"hipR":[-15.5,12.5],"knR":[7.8,126.5],"ftR":[-69.3,225.2],"hipL":[17.5,2.9],"knL":[32.1,125.1],"ftL":[51.5,248]},{"rootY":7.8,"hips":[0,0],"chest":[-21.5,-96.7],"neck":[-9.4,-165.7],"head":[-11.9,-200.7],"shR":[-6.7,-140.5],"elR":[49.8,-118.6],"haR":[109.4,-112.8],"shL":[14.5,-128.9],"elL":[86.8,-107.7],"haL":[151.5,-90],"hipR":[-14.1,12.8],"knR":[10.2,129],"ftR":[-65.1,229.2],"hipL":[15.9,2.6],"knL":[34.4,124.3],"ftL":[57.8,246.6]},{"rootY":9.5,"hips":[0,0],"chest":[-20,-96.6],"neck":[-8,-165.6],"head":[-11.3,-200.7],"shR":[1,-140.1],"elR":[63.6,-117.3],"haR":[127.8,-111.3],"shL":[9.8,-129.1],"elL":[76.5,-108.2],"haL":[136.4,-90.7],"hipR":[-12.9,13],"knR":[10.4,131.4],"ftR":[-58.5,236.1],"hipL":[14.4,2.3],"knL":[37.3,123.3],"ftL":[65.5,244.8]},{"rootY":11.4,"hips":[0,0],"chest":[-16.7,-96.5],"neck":[-4.2,-165.3],"head":[-8.2,-200.5],"shR":[10.5,-139.3],"elR":[78.1,-115.5],"haR":[145.6,-108.7],"shL":[6.9,-128.8],"elL":[65.7,-108.4],"haL":[118.7,-91.2],"hipR":[-11.9,12.7],"knR":[11.3,132.4],"ftR":[-49.9,241.7],"hipL":[12.9,2.7],"knL":[41.6,122.5],"ftL":[75.2,242.7]},{"rootY":12.9,"hips":[0,0],"chest":[-12.1,-96.2],"neck":[1.7,-164.9],"head":[-2.7,-200.2],"shR":[21.6,-137.6],"elR":[92.9,-112.8],"haR":[162,-104.1],"shL":[5.4,-127.9],"elL":[54.6,-107.8],"haL":[99.1,-90.6],"hipR":[-11.2,11.5],"knR":[15.9,131.1],"ftR":[-39.7,243.4],"hipL":[11.4,4],"knL":[47,121.9],"ftL":[85.7,240.8]},{"rootY":13.4,"hips":[0,0],"chest":[-7.9,-96],"neck":[7.8,-164.3],"head":[3.2,-199.8],"shR":[32.2,-135.7],"elR":[105.5,-108.7],"haR":[174.2,-96.8],"shL":[3.5,-128.1],"elL":[42.4,-107.1],"haL":[77,-88.7],"hipR":[-10.1,10],"knR":[22.5,128.6],"ftR":[-29.3,242.6],"hipL":[9.8,5.5],"knL":[52,121.2],"ftL":[93.5,239.4]},{"rootY":12.7,"hips":[0,0],"chest":[-5.8,-96],"neck":[11.5,-163.9],"head":[7.4,-199.7],"shR":[40.2,-133.9],"elR":[113.3,-103.4],"haR":[179.5,-86.5],"shL":[-0.4,-130.4],"elL":[28.7,-107.1],"haL":[52,-85.9],"hipR":[-8.1,9.1],"knR":[26.7,127.1],"ftR":[-20.9,243],"hipL":[7.7,6.6],"knL":[54.3,120.5],"ftL":[95.6,238.8]},{"rootY":10.6,"hips":[0,0],"chest":[-5.2,-96.1],"neck":[13.1,-163.8],"head":[9.9,-199.8],"shR":[46,-132.8],"elR":[116.1,-97.5],"haR":[177.8,-74.3],"shL":[-5.4,-133.9],"elL":[14.3,-107.8],"haL":[26.2,-83.9],"hipR":[-5.2,8.9],"knR":[27.5,127.6],"ftR":[-15.1,245.5],"hipL":[4.9,6.8],"knL":[53.5,119.9],"ftL":[92.8,238.9]},{"rootY":8,"hips":[0,0],"chest":[-4.5,-96.3],"neck":[14.2,-163.9],"head":[12.1,-200.1],"shR":[51.4,-132.6],"elR":[115.7,-92.1],"haR":[171.2,-62.6],"shL":[-10,-136.8],"elL":[0.4,-109.1],"haL":[2.4,-84.2],"hipR":[-1.7,8.9],"knR":[27,128.6],"ftR":[-10.4,248.2],"hipL":[1.4,6.8],"knL":[51.7,119.3],"ftL":[87.9,239.2]},{"rootY":6,"hips":[0,0],"chest":[-2.8,-96.6],"neck":[15.8,-164.1],"head":[14.5,-200.4],"shR":[57.2,-132.9],"elR":[113.6,-88.4],"haR":[161,-54],"shL":[-14.1,-138.3],"elL":[-12.7,-111.2],"haL":[-18.5,-87.2],"hipR":[1.6,8.6],"knR":[26.8,129],"ftR":[-5.9,250],"hipL":[-2.1,7.1],"knL":[49.6,118.8],"ftL":[81.8,239.9]},{"rootY":4.9,"hips":[0,0],"chest":[-0.5,-96.9],"neck":[17.6,-164.3],"head":[16.9,-200.6],"shR":[62.6,-133.2],"elR":[110.4,-86.5],"haR":[148.1,-49.7],"shL":[-17.8,-139],"elL":[-25.2,-114],"haL":[-37.6,-92.2],"hipR":[4.6,8.2],"knR":[27,129],"ftR":[-1.5,251],"hipL":[-5.3,7.5],"knL":[46.8,118.6],"ftL":[73.9,241]},{"rootY":4.6,"hips":[0,0],"chest":[1.6,-97.1],"neck":[18.9,-164.4],"head":[18.9,-200.7],"shR":[66.7,-133],"elR":[106.2,-86.1],"haR":[133.2,-49.3],"shL":[-21.3,-139.1],"elL":[-36.9,-117.1],"haL":[-55.5,-97.7],"hipR":[7.5,7.7],"knR":[27,128.9],"ftR":[2.2,251.7],"hipL":[-8.2,7.9],"knL":[42.8,118.5],"ftL":[63.5,242.2]},{"rootY":4.3,"hips":[0,0],"chest":[3.3,-97.3],"neck":[19.5,-164.5],"head":[20.1,-200.7],"shR":[68.8,-132.3],"elR":[100.2,-86.4],"haR":[116.4,-50.8],"shL":[-24.7,-138.5],"elL":[-48,-119.3],"haL":[-71.8,-102.2],"hipR":[10.3,7.1],"knR":[26.3,128.7],"ftR":[4.9,252.2],"hipL":[-11,8.5],"knL":[36.3,119.3],"ftL":[50.6,243.8]},{"rootY":3.5,"hips":[0,0],"chest":[4.4,-97.5],"neck":[18.7,-164.7],"head":[20.2,-200.9],"shR":[69,-131.7],"elR":[91.8,-86.9],"haR":[98.5,-53.1],"shL":[-28.5,-137.4],"elL":[-58.8,-120.3],"haL":[-86.3,-105],"hipR":[13.2,6.4],"knR":[23.6,128.7],"ftR":[6.8,252.9],"hipL":[-13.8,9.2],"knL":[26.8,121.1],"ftL":[36,245.9]},{"rootY":2.7,"hips":[0,0],"chest":[4.7,-98],"neck":[16.5,-165.2],"head":[19,-201.2],"shR":[67.4,-131.7],"elR":[82.3,-87.4],"haR":[80.2,-55.7],"shL":[-32.8,-136.6],"elL":[-68.9,-120.5],"haL":[-99.6,-106.4],"hipR":[16,5.9],"knR":[18.8,128.8],"ftR":[7.6,253.6],"hipL":[-16.5,9.7],"knL":[15.8,123.1],"ftL":[20.2,248.1]},{"rootY":2.7,"hips":[0,0],"chest":[4.3,-98.4],"neck":[13.7,-165.8],"head":[17.1,-201.6],"shR":[64.9,-132.4],"elR":[73.5,-87.8],"haR":[62.8,-58.7],"shL":[-37.2,-136.5],"elL":[-77.9,-120.4],"haL":[-111.7,-106.7],"hipR":[18.4,5.5],"knR":[14.5,128.6],"ftR":[7.9,253.7],"hipL":[-18.8,10],"knL":[4.4,124.9],"ftL":[2.5,249.6]},{"rootY":3.2,"hips":[0,0],"chest":[3.6,-98.7],"neck":[10.8,-166.1],"head":[15,-201.8],"shR":[61.9,-132.5],"elR":[66.1,-87.3],"haR":[47.1,-61.5],"shL":[-41.1,-135.9],"elL":[-85.6,-119.4],"haL":[-122.6,-105.3],"hipR":[20.1,4.8],"knR":[13.2,127.8],"ftR":[8.5,253],"hipL":[-20.2,10.6],"knL":[-7.6,126.5],"ftL":[-15.8,250.5]},{"rootY":3.8,"hips":[0,0],"chest":[2.6,-99],"neck":[7.7,-166.2],"head":[12.9,-201.7],"shR":[58.5,-131.3],"elR":[60.2,-84.7],"haR":[33.4,-62.9],"shL":[-44.3,-134.5],"elL":[-92.4,-116.2],"haL":[-132.1,-100.7],"hipR":[21.3,4],"knR":[14.5,127],"ftR":[9.8,252.2],"hipL":[-21.1,11.3],"knL":[-18.8,127.7],"ftL":[-29.6,251.2]},{"rootY":3.9,"hips":[0,0],"chest":[1.2,-99.2],"neck":[4.6,-166.3],"head":[10.9,-201.5],"shR":[54.8,-129.4],"elR":[55.3,-79.9],"haR":[22.1,-61.6],"shL":[-47.1,-132.8],"elL":[-98.4,-110.5],"haL":[-140.2,-91.7],"hipR":[22.3,3.7],"knR":[17.1,126.8],"ftR":[11.6,252],"hipL":[-22.1,11.5],"knL":[-25.8,128.3],"ftL":[-34.4,251.8]},{"rootY":3.5,"hips":[0,0],"chest":[-1.4,-99.5],"neck":[1.2,-166],"head":[8.6,-201],"shR":[51.1,-128.4],"elR":[50.8,-74.2],"haR":[13.1,-56.9],"shL":[-50.3,-131.6],"elL":[-102.8,-102.7],"haL":[-146,-78.3],"hipR":[23.4,4.3],"knR":[20.4,127.4],"ftR":[13.3,252.5],"hipL":[-23.1,11],"knL":[-27.1,128.7],"ftL":[-32.6,252.5]},{"rootY":2.6,"hips":[0,0],"chest":[-4.6,-99.4],"neck":[-2.5,-165.4],"head":[5.7,-200.4],"shR":[47.4,-128.8],"elR":[45.9,-70.1],"haR":[6.2,-49.1],"shL":[-54.2,-130.8],"elL":[-104.6,-94.4],"haL":[-148.4,-62.6],"hipR":[24.3,4.9],"knR":[25,128],"ftR":[15.3,252.1],"hipL":[-23.8,10.5],"knL":[-25.9,129.4],"ftL":[-30.2,253.3]},{"rootY":1.5,"hips":[0,0],"chest":[-7.8,-99.2],"neck":[-6.9,-165.1],"head":[2,-199.9],"shR":[43.1,-129.6],"elR":[40.2,-68.6],"haR":[1.2,-39.6],"shL":[-58.6,-130.2],"elL":[-104.2,-86.6],"haL":[-147,-47.3],"hipR":[24.9,4.8],"knR":[29.8,127.7],"ftR":[19.3,249.9],"hipL":[-24.2,10.6],"knL":[-26.2,130.4],"ftL":[-29.9,254.5]},{"rootY":0.1,"hips":[0,0],"chest":[-10.7,-99.1],"neck":[-12.1,-165],"head":[-2.8,-199.8],"shR":[37.9,-129.6],"elR":[33.1,-68.7],"haR":[-2,-30],"shL":[-63.3,-129],"elL":[-103.2,-79.3],"haL":[-142.8,-34],"hipR":[25.7,4],"knR":[33.1,126.8],"ftR":[25.4,246.9],"hipL":[-24.4,11.4],"knL":[-28.3,131.7],"ftL":[-30.9,255.9]},{"rootY":-1.4,"hips":[0,0],"chest":[-13,-98.9],"neck":[-17.4,-164.9],"head":[-8.2,-199.7],"shR":[32.2,-129.4],"elR":[25.7,-68.8],"haR":[-2.9,-21.8],"shL":[-67.8,-127.2],"elL":[-102,-72.5],"haL":[-136.4,-22.8],"hipR":[26.5,3.3],"knR":[35.2,125.9],"ftR":[31.8,244.6],"hipL":[-24.6,12],"knL":[-30.4,132.7],"ftL":[-31.8,257.1]},{"rootY":-2.6,"hips":[0,0],"chest":[-14.5,-98.6],"neck":[-22.4,-164.3],"head":[-13.7,-199.3],"shR":[26.8,-129.8],"elR":[19.9,-68.4],"haR":[-1.7,-15.9],"shL":[-71.6,-125.1],"elL":[-100.4,-66.4],"haL":[-128.7,-13.4],"hipR":[27.2,2.9],"knR":[37,125.3],"ftR":[37.4,243.1],"hipL":[-24.9,12.3],"knL":[-31.7,133.5],"ftL":[-32.8,258.1]},{"rootY":-3.5,"hips":[0,0],"chest":[-15.9,-98.4],"neck":[-27,-163.4],"head":[-19.2,-198.7],"shR":[21.6,-130.3],"elR":[16.4,-67.6],"haR":[0.4,-12.6],"shL":[-74.7,-122.4],"elL":[-98.4,-60.8],"haL":[-120.8,-5.7],"hipR":[27.5,2.6],"knR":[39.4,124.7],"ftR":[42.6,242],"hipL":[-24.9,12.6],"knL":[-32.6,134.1],"ftL":[-34.3,259]},{"rootY":-4.1,"hips":[0,0],"chest":[-17.2,-98.2],"neck":[-31.4,-162.5],"head":[-24.8,-198],"shR":[17.1,-130.2],"elR":[15.4,-67.2],"haR":[2.3,-11.5],"shL":[-77,-119.3],"elL":[-96.3,-55.7],"haL":[-114.1,0.8],"hipR":[27.7,2.2],"knR":[42.8,124],"ftR":[48.4,240.9],"hipL":[-24.8,12.9],"knL":[-33.1,134.6],"ftL":[-35.5,259.7]},{"rootY":-4.5,"hips":[0,0],"chest":[-18.2,-98],"neck":[-35,-161.5],"head":[-30,-197.3],"shR":[13.9,-130.1],"elR":[16.4,-67.8],"haR":[4.7,-12.7],"shL":[-78.4,-116.3],"elL":[-94.5,-51.3],"haL":[-109,6.3],"hipR":[27.8,2],"knR":[46.8,123.4],"ftR":[55.8,239.8],"hipL":[-24.7,13.1],"knL":[-32.8,135],"ftL":[-36.1,260.1]},{"rootY":-4.7,"hips":[0,0],"chest":[-18.7,-97.6],"neck":[-37.5,-160.4],"head":[-34.4,-196.4],"shR":[12.1,-130.2],"elR":[18.4,-69.2],"haR":[7.5,-15.9],"shL":[-79.3,-114],"elL":[-92.9,-47.9],"haL":[-105.3,10.9],"hipR":[27.8,2.1],"knR":[50.5,122.9],"ftR":[64,239.1],"hipL":[-24.7,13],"knL":[-32.3,135.2],"ftL":[-36.7,260.4]},{"rootY":-4.8,"hips":[0,0],"chest":[-19.1,-97.4],"neck":[-39.3,-159.5],"head":[-38.2,-195.6],"shR":[11.1,-130.5],"elR":[20.7,-71.2],"haR":[10.1,-20.7],"shL":[-80.1,-112.3],"elL":[-91.7,-45.3],"haL":[-102.9,14.8],"hipR":[27.8,2.1],"knR":[53.7,122.3],"ftR":[71.6,238.5],"hipL":[-24.7,13],"knL":[-32.2,135.4],"ftL":[-37.7,260.5]},{"rootY":-5,"hips":[0,0],"chest":[-19.5,-97.2],"neck":[-40.5,-158.9],"head":[-41.5,-195],"shR":[10.8,-130.8],"elR":[23,-73.5],"haR":[12.2,-26.8],"shL":[-80.7,-111.3],"elL":[-90.9,-43.4],"haL":[-101.5,17.9],"hipR":[27.8,2],"knR":[56.4,121.6],"ftR":[77.3,237.9],"hipL":[-24.7,13.1],"knL":[-32.6,135.5],"ftL":[-39,260.7]},{"rootY":-5.1,"hips":[0,0],"chest":[-19.5,-97.2],"neck":[-41.2,-158.6],"head":[-44.3,-194.5],"shR":[11,-131.1],"elR":[25.6,-76.2],"haR":[14.5,-33.3],"shL":[-81,-111],"elL":[-90.2,-42.3],"haL":[-100.5,20],"hipR":[27.8,2],"knR":[58.5,121],"ftR":[81.1,237.6],"hipL":[-24.6,13.1],"knL":[-33.1,135.6],"ftL":[-40.4,260.7]},{"rootY":-5,"hips":[0,0],"chest":[-19.2,-97.2],"neck":[-41,-158.5],"head":[-46.4,-194.1],"shR":[11.7,-131.5],"elR":[28.9,-79.5],"haR":[17.5,-39.9],"shL":[-80.8,-111.1],"elL":[-89.3,-41.9],"haL":[-99.3,21.1],"hipR":[27.8,2.2],"knR":[59.8,120.9],"ftR":[83,237.5],"hipL":[-24.7,13],"knL":[-33.7,135.5],"ftL":[-41.9,260.6]},{"rootY":-4.7,"hips":[0,0],"chest":[-18.5,-97.2],"neck":[-40.5,-158.5],"head":[-47.8,-193.8],"shR":[12.7,-131.9],"elR":[32.5,-82.7],"haR":[21.2,-46.3],"shL":[-80.2,-111.2],"elL":[-88,-41.9],"haL":[-97.9,21.5],"hipR":[27.8,2.5],"knR":[59.9,121.3],"ftR":[83,237.6],"hipL":[-24.9,12.7],"knL":[-34.4,135.3],"ftL":[-43.7,260.3]},{"rootY":-4.3,"hips":[0,0],"chest":[-17.7,-97.4],"neck":[-39.8,-158.6],"head":[-48.7,-193.6],"shR":[13.9,-132.2],"elR":[36.1,-85.7],"haR":[25,-52.3],"shL":[-79.3,-111.3],"elL":[-86.7,-42],"haL":[-96.3,21.4],"hipR":[27.7,2.8],"knR":[59,121.9],"ftR":[81,237.9],"hipL":[-25,12.4],"knL":[-35.5,135],"ftL":[-45.7,259.9]},{"rootY":-3.7,"hips":[0,0],"chest":[-16.7,-97.5],"neck":[-38.6,-159],"head":[-48.9,-193.6],"shR":[15.5,-132.8],"elR":[39.6,-88.2],"haR":[29,-57.4],"shL":[-78.1,-111.7],"elL":[-85.2,-42.4],"haL":[-94.4,20.8],"hipR":[27.7,3.3],"knR":[57.2,122.8],"ftR":[77.4,238.8],"hipL":[-25.2,12.1],"knL":[-36.7,134.5],"ftL":[-47.9,259.3]},{"rootY":-3,"hips":[0,0],"chest":[-15.4,-97.7],"neck":[-36.7,-159.5],"head":[-48.2,-193.8],"shR":[17.6,-133.3],"elR":[43,-90],"haR":[33.3,-61.2],"shL":[-76.6,-112.5],"elL":[-83.3,-43.3],"haL":[-92.1,19.7],"hipR":[27.6,3.7],"knR":[54.8,123.9],"ftR":[72.6,240.3],"hipL":[-25.4,11.6],"knL":[-37.9,133.9],"ftL":[-50.3,258.6]},{"rootY":-2.2,"hips":[0,0],"chest":[-13.8,-97.9],"neck":[-34.2,-160],"head":[-46.7,-194],"shR":[20.2,-133.8],"elR":[46.1,-91.3],"haR":[37.5,-63.7],"shL":[-74.7,-113.6],"elL":[-81.2,-44.6],"haL":[-89.5,18.1],"hipR":[27.5,4.2],"knR":[51.6,125.1],"ftR":[66.7,241.9],"hipL":[-25.6,11.2],"knL":[-39.3,133.3],"ftL":[-53,257.9]},{"rootY":-1.1,"hips":[0,0],"chest":[-11.9,-98.2],"neck":[-31.1,-160.7],"head":[-44.3,-194.5],"shR":[23.4,-134.3],"elR":[49.1,-92.3],"haR":[41.6,-65.4],"shL":[-72.6,-115],"elL":[-78.8,-46.4],"haL":[-87,15.9],"hipR":[27.4,4.8],"knR":[47.9,126.3],"ftR":[60.1,243.6],"hipL":[-25.8,10.6],"knL":[-41,132.4],"ftL":[-55.8,256.8]},{"rootY":0.3,"hips":[0,0],"chest":[-9.6,-98.4],"neck":[-27.2,-161.4],"head":[-40.9,-195],"shR":[27.4,-134.8],"elR":[52.7,-93.2],"haR":[45.6,-66.6],"shL":[-70,-116.7],"elL":[-76.3,-48.4],"haL":[-84.4,13.4],"hipR":[27.2,5.7],"knR":[44.1,127.6],"ftR":[53.5,245.8],"hipL":[-26.1,9.9],"knL":[-42.7,131.2],"ftL":[-58.7,255.5]},{"rootY":1.9,"hips":[0,0],"chest":[-6.4,-98.6],"neck":[-22.4,-161.9],"head":[-36.2,-195.4],"shR":[32.2,-134.8],"elR":[57.1,-93.8],"haR":[49.9,-67.5],"shL":[-66.4,-118.2],"elL":[-73.3,-50.6],"haL":[-82.2,10.7],"hipR":[26.9,6.7],"knR":[40.9,129],"ftR":[47.8,248.4],"hipL":[-26.4,8.9],"knL":[-44.3,129.8],"ftL":[-61.7,253.9]},{"rootY":3.5,"hips":[0,0],"chest":[-2.5,-98.6],"neck":[-16.8,-162.1],"head":[-30.6,-195.8],"shR":[37.6,-134.2],"elR":[61.7,-93.8],"haR":[54.1,-67.7],"shL":[-61.7,-119.1],"elL":[-70.3,-52.4],"haL":[-80.9,7.7],"hipR":[26.7,7.4],"knR":[38.6,129.8],"ftR":[43.5,250.3],"hipL":[-26.6,8.2],"knL":[-45.9,128.6],"ftL":[-64.9,252.4]},{"rootY":4.9,"hips":[0,0],"chest":[1,-98.8],"neck":[-11.3,-162.5],"head":[-24.7,-196.3],"shR":[42.9,-133.9],"elR":[65.7,-93.7],"haR":[57.6,-67.6],"shL":[-57.1,-119.9],"elL":[-68.2,-54.5],"haL":[-80.7,4.2],"hipR":[26.6,7.5],"knR":[37,129.6],"ftR":[39.7,250.3],"hipL":[-26.6,8],"knL":[-47.8,127.4],"ftL":[-68.7,250.9]},{"rootY":5.8,"hips":[0,0],"chest":[2.6,-98.9],"neck":[-6.8,-162.8],"head":[-18.9,-197],"shR":[47,-133.9],"elR":[68.6,-93.8],"haR":[60.5,-67.6],"shL":[-54.2,-121.9],"elL":[-67.2,-57.6],"haL":[-81.5,-0.1],"hipR":[26.6,7.2],"knR":[35.3,128.6],"ftR":[35.5,249.3],"hipL":[-26.6,8.3],"knL":[-50.1,126.3],"ftL":[-72.9,249.4]},{"rootY":5.8,"hips":[0,0],"chest":[2.4,-98.9],"neck":[-3.4,-162.8],"head":[-13.2,-197.8],"shR":[49.9,-133.5],"elR":[70.8,-93.9],"haR":[63.2,-68],"shL":[-53.1,-125.4],"elL":[-67.2,-61.8],"haL":[-82.8,-5.2],"hipR":[26.8,6.9],"knR":[33.1,128],"ftR":[31.1,249.1],"hipL":[-26.5,8.7],"knL":[-52,125.1],"ftL":[-76,248]},{"rootY":5,"hips":[0,0],"chest":[2,-98.8],"neck":[-0.5,-162.6],"head":[-6.9,-198.3],"shR":[52.1,-132.4],"elR":[72.8,-93.6],"haR":[66.4,-68.7],"shL":[-52.1,-129],"elL":[-67.4,-66.6],"haL":[-84.1,-11.2],"hipR":[26.9,6.9],"knR":[31.2,128.3],"ftR":[27.5,250],"hipL":[-26.5,8.6],"knL":[-53.1,123.8],"ftL":[-76.7,246.8]},{"rootY":3.8,"hips":[0,0],"chest":[2.5,-98.7],"neck":[2.8,-162.6],"head":[0,-198.7],"shR":[54.7,-131.2],"elR":[75.3,-93.2],"haR":[70.2,-69.5],"shL":[-49.9,-131.3],"elL":[-67.2,-71.4],"haL":[-85.1,-18.5],"hipR":[26.7,7.5],"knR":[30.3,128.9],"ftR":[25.5,251.3],"hipL":[-26.7,8.1],"knL":[-53,122.5],"ftL":[-75.4,245.8]},{"rootY":2.6,"hips":[0,0],"chest":[4,-98.7],"neck":[6.7,-162.8],"head":[7.3,-198.9],"shR":[58,-130.7],"elR":[78.3,-93.4],"haR":[74.2,-70.5],"shL":[-46.7,-132.7],"elL":[-66.6,-76.6],"haL":[-85.6,-27.1],"hipR":[26.3,8.3],"knR":[30.5,129.5],"ftR":[24.8,252.3],"hipL":[-26.8,7.3],"knL":[-51.8,121.8],"ftL":[-73.7,245.1]},{"rootY":1.7,"hips":[0,0],"chest":[5.7,-98.6],"neck":[10.7,-162.8],"head":[14.4,-198.7],"shR":[61.5,-130.5],"elR":[81.4,-94.1],"haR":[77.6,-72],"shL":[-43.3,-134],"elL":[-65.9,-82.3],"haL":[-85.7,-36.8],"hipR":[25.8,9],"knR":[30.9,130],"ftR":[24.4,253.2],"hipL":[-26.7,6.6],"knL":[-49.7,121.7],"ftL":[-72.8,244.6]},{"rootY":1.2,"hips":[0,0],"chest":[7,-98.5],"neck":[14.2,-162.6],"head":[20.7,-198.1],"shR":[64.6,-129.9],"elR":[84.2,-94.8],"haR":[80.4,-74.1],"shL":[-40.4,-135.5],"elL":[-65.1,-88.6],"haL":[-85.5,-47.2],"hipR":[25.4,9.4],"knR":[30.7,130.4],"ftR":[23.9,253.8],"hipL":[-26.7,6.2],"knL":[-47.6,121.8],"ftL":[-72.9,243.9]},{"rootY":0.8,"hips":[0,0],"chest":[7.8,-98.4],"neck":[17.2,-162.4],"head":[26.3,-197.3],"shR":[66.8,-128.7],"elR":[86.5,-94.5],"haR":[82.4,-76],"shL":[-37.9,-137.4],"elL":[-64.2,-95],"haL":[-84.8,-57.6],"hipR":[25.2,9.6],"knR":[30,130.6],"ftR":[23.3,254.2],"hipL":[-26.6,6],"knL":[-46,121.7],"ftL":[-73.2,243]},{"rootY":0.7,"hips":[0,0],"chest":[8.1,-98.4],"neck":[19.8,-162.2],"head":[31.1,-196.4],"shR":[68.5,-127],"elR":[88.3,-93.5],"haR":[84,-77.2],"shL":[-35.7,-139.9],"elL":[-62.7,-101.5],"haL":[-83.6,-67.6],"hipR":[25.3,9.7],"knR":[29.6,130.7],"ftR":[22.6,254.4],"hipL":[-26.7,5.9],"knL":[-45,121.2],"ftL":[-72.7,241.9]},{"rootY":0.5,"hips":[0,0],"chest":[8.5,-98.4],"neck":[22.3,-161.8],"head":[35.5,-195.4],"shR":[69.8,-125],"elR":[89.7,-92.2],"haR":[85.3,-77.5],"shL":[-33.5,-142.5],"elL":[-60.5,-107.8],"haL":[-81.5,-77],"hipR":[25.3,9.7],"knR":[29.6,130.7],"ftR":[22.3,254.5],"hipL":[-26.8,5.8],"knL":[-44.7,120.4],"ftL":[-71.2,241.1]},{"rootY":0.3,"hips":[0,0],"chest":[9.1,-98.3],"neck":[24.8,-161.4],"head":[39.6,-194.3],"shR":[71.2,-123.1],"elR":[90.2,-91],"haR":[86.2,-77.3],"shL":[-31.2,-144.9],"elL":[-57.5,-113.6],"haL":[-78.8,-85.8],"hipR":[25.4,9.9],"knR":[29.7,130.8],"ftR":[22.3,254.6],"hipL":[-26.9,5.7],"knL":[-44.5,119.7],"ftL":[-68.8,240.8]},{"rootY":0,"hips":[0,0],"chest":[10,-98.2],"neck":[27.1,-161],"head":[43.4,-193.2],"shR":[72.7,-121.7],"elR":[90.2,-89.9],"haR":[86.7,-76.7],"shL":[-28.8,-146.7],"elL":[-54.1,-118.6],"haL":[-75.5,-93.6],"hipR":[25.4,10],"knR":[29.7,131],"ftR":[22.5,254.8],"hipL":[-26.9,5.5],"knL":[-44.3,119.4],"ftL":[-66.4,241.1]},{"rootY":-0.3,"hips":[0,0],"chest":[10.9,-98.2],"neck":[29.3,-160.6],"head":[46.8,-192.2],"shR":[74.1,-120.8],"elR":[89.9,-88.8],"haR":[86.6,-75.7],"shL":[-26.6,-148.5],"elL":[-50.8,-123.1],"haL":[-71.9,-100.6],"hipR":[25.3,10.2],"knR":[29.6,131.2],"ftR":[22.6,255.1],"hipL":[-27,5.3],"knL":[-44,119.4],"ftL":[-64.7,241.9]},{"rootY":-0.6,"hips":[0,0],"chest":[11.4,-98.1],"neck":[30.9,-160.3],"head":[49.4,-191.3],"shR":[75.1,-120],"elR":[89.6,-87.7],"haR":[86.1,-74.6],"shL":[-24.8,-150.2],"elL":[-47.9,-127.3],"haL":[-68.1,-107],"hipR":[25.4,10.2],"knR":[29.3,131.4],"ftR":[22.6,255.4],"hipL":[-27.1,5.3],"knL":[-43.7,119.7],"ftL":[-63.7,242.7]},{"rootY":-0.7,"hips":[0,0],"chest":[11.6,-98.1],"neck":[32,-160],"head":[51.4,-190.5],"shR":[75.5,-119],"elR":[89.1,-86.7],"haR":[85.3,-73.4],"shL":[-23.5,-151.5],"elL":[-45.5,-131.1],"haL":[-64.3,-113],"hipR":[25.5,10.2],"knR":[29.1,131.4],"ftR":[22.6,255.6],"hipL":[-27.1,5.4],"knL":[-43.6,119.9],"ftL":[-63,243.4]},{"rootY":-0.8,"hips":[0,0],"chest":[11.6,-98.1],"neck":[32.6,-159.7],"head":[52.8,-189.8],"shR":[75.6,-118],"elR":[88.2,-85.8],"haR":[84.2,-72.2],"shL":[-22.7,-152.5],"elL":[-43.5,-134.6],"haL":[-60.5,-118.5],"hipR":[25.6,10.1],"knR":[29.1,131.4],"ftR":[22.7,255.7],"hipL":[-27.1,5.5],"knL":[-43.4,120.1],"ftL":[-62,243.9]},{"rootY":-0.9,"hips":[0,0],"chest":[11.7,-98.1],"neck":[33.2,-159.5],"head":[54,-189.2],"shR":[75.7,-117.4],"elR":[87.3,-85],"haR":[83.3,-70.9],"shL":[-22,-153.4],"elL":[-41.5,-137.6],"haL":[-56.8,-123.2],"hipR":[25.6,10],"knR":[29.4,131.5],"ftR":[23.1,255.8],"hipL":[-27.2,5.5],"knL":[-43.1,120.3],"ftL":[-60.7,244.4]},{"rootY":-1,"hips":[0,0],"chest":[11.9,-98.1],"neck":[33.7,-159.4],"head":[54.9,-188.7],"shR":[75.9,-117],"elR":[86.6,-84.2],"haR":[82.4,-69.5],"shL":[-21.3,-154.3],"elL":[-39.5,-140.2],"haL":[-53.1,-127.2],"hipR":[25.7,10.1],"knR":[29.8,131.5],"ftR":[23.8,255.8],"hipL":[-27.2,5.5],"knL":[-42.6,120.6],"ftL":[-59,244.8]},{"rootY":-1,"hips":[0,0],"chest":[12,-98.1],"neck":[34,-159.3],"head":[55.6,-188.4],"shR":[76,-116.6],"elR":[86.1,-83.6],"haR":[81.7,-68.2],"shL":[-20.8,-154.9],"elL":[-37.6,-142.2],"haL":[-49.5,-130.3],"hipR":[25.7,10.1],"knR":[30.3,131.5],"ftR":[24.8,255.8],"hipL":[-27.2,5.4],"knL":[-41.9,120.8],"ftL":[-57.5,245.1]},{"rootY":-1,"hips":[0,0],"chest":[11.9,-98.1],"neck":[34.1,-159.2],"head":[56,-188.2],"shR":[75.9,-116.4],"elR":[85.4,-83.1],"haR":[81,-66.9],"shL":[-20.6,-155.5],"elL":[-35.9,-143.7],"haL":[-46.4,-132.6],"hipR":[25.7,10],"knR":[30.8,131.5],"ftR":[25.8,255.8],"hipL":[-27.3,5.5],"knL":[-41.4,121],"ftL":[-56.3,245.4]},{"rootY":-1,"hips":[0,0],"chest":[11.6,-98.1],"neck":[33.9,-159.2],"head":[55.9,-188],"shR":[75.6,-116.3],"elR":[84.5,-82.7],"haR":[80.3,-65.7],"shL":[-20.7,-156],"elL":[-34.7,-144.8],"haL":[-43.7,-134.2],"hipR":[25.8,9.9],"knR":[31.3,131.3],"ftR":[26.8,255.7],"hipL":[-27.2,5.6],"knL":[-41,121.2],"ftL":[-55.4,245.7]},{"rootY":-0.8,"hips":[0,0],"chest":[10.9,-98.2],"neck":[33.4,-159.2],"head":[55.5,-187.8],"shR":[75,-116.3],"elR":[83.6,-82.3],"haR":[79.6,-64.6],"shL":[-21.1,-156.4],"elL":[-33.8,-145.5],"haL":[-41.6,-135],"hipR":[25.9,9.7],"knR":[32,131.1],"ftR":[27.9,255.5],"hipL":[-27.2,5.9],"knL":[-40.7,121.3],"ftL":[-54.6,245.8]},{"rootY":-0.5,"hips":[0,0],"chest":[9.9,-98.2],"neck":[32.4,-159.2],"head":[54.9,-187.6],"shR":[74,-116.2],"elR":[82.4,-81.9],"haR":[78.9,-63.5],"shL":[-21.8,-156.9],"elL":[-33.3,-145.8],"haL":[-39.8,-135],"hipR":[26,9.3],"knR":[32.7,130.8],"ftR":[29.3,255.2],"hipL":[-27.1,6.2],"knL":[-40.3,121.2],"ftL":[-53.6,245.7]},{"rootY":-0.2,"hips":[0,0],"chest":[8.8,-98.2],"neck":[31.4,-159.1],"head":[54.2,-187.2],"shR":[72.8,-115.9],"elR":[81.2,-81.4],"haR":[78.3,-62.4],"shL":[-22.7,-157.3],"elL":[-33,-145.8],"haL":[-38.2,-134.7],"hipR":[26.1,8.9],"knR":[33.3,130.4],"ftR":[30.8,254.9],"hipL":[-27,6.6],"knL":[-39.9,121],"ftL":[-52.4,245.1]},{"rootY":0.3,"hips":[0,0],"chest":[7.6,-98.2],"neck":[30.3,-158.9],"head":[53.5,-186.7],"shR":[71.5,-115.4],"elR":[80,-80.8],"haR":[77.7,-61.2],"shL":[-23.6,-157.7],"elL":[-32.7,-145.8],"haL":[-36.7,-134.3],"hipR":[26.2,8.5],"knR":[34.2,129.9],"ftR":[32.7,254.5],"hipL":[-26.9,7.1],"knL":[-39.2,120.8],"ftL":[-50.8,244.5]},{"rootY":0.8,"hips":[0,0],"chest":[6.3,-98.2],"neck":[29.2,-158.7],"head":[52.8,-186.2],"shR":[70.1,-115],"elR":[78.9,-80],"haR":[77.2,-59.9],"shL":[-24.5,-157.9],"elL":[-32.3,-145.7],"haL":[-35.2,-133.9],"hipR":[26.3,8.1],"knR":[35.4,129.5],"ftR":[35.2,254],"hipL":[-26.7,7.5],"knL":[-38.1,120.8],"ftL":[-48.3,244.1]},{"rootY":1.3,"hips":[0,0],"chest":[4.9,-98.2],"neck":[27.9,-158.6],"head":[52,-185.7],"shR":[68.8,-114.6],"elR":[77.7,-79.3],"haR":[76.8,-58.4],"shL":[-25.5,-157.9],"elL":[-31.8,-145.4],"haL":[-33.7,-133.4],"hipR":[26.4,7.7],"knR":[36.9,128.9],"ftR":[38.2,253.5],"hipL":[-26.6,7.9],"knL":[-36.7,121.2],"ftL":[-45.3,244.3]},{"rootY":2.1,"hips":[0,0],"chest":[3.5,-98.3],"neck":[26.5,-158.7],"head":[50.9,-185.5],"shR":[67.4,-114.5],"elR":[76.5,-78.7],"haR":[76.5,-56.7],"shL":[-26.7,-157.9],"elL":[-31.7,-145.3],"haL":[-32.5,-133.2],"hipR":[26.5,7.2],"knR":[38.5,128.3],"ftR":[41.4,252.7],"hipL":[-26.4,8.4],"knL":[-35.3,122.2],"ftL":[-42.8,245.2]},{"rootY":3.1,"hips":[0,0],"chest":[1.6,-98.3],"neck":[24.6,-158.9],"head":[49.4,-185.4],"shR":[65.5,-114.3],"elR":[75,-78],"haR":[76,-54.8],"shL":[-28.3,-157.7],"elL":[-32.4,-145.3],"haL":[-31.7,-133.2],"hipR":[26.6,6.6],"knR":[40.2,127.5],"ftR":[44.7,251.8],"hipL":[-26.2,8.9],"knL":[-34.2,123.7],"ftL":[-40.5,247]},{"rootY":4.2,"hips":[0,0],"chest":[-0.8,-98.5],"neck":[21.8,-159.3],"head":[46.9,-185.5],"shR":[62.7,-114.2],"elR":[72.7,-77.2],"haR":[75.1,-52.6],"shL":[-30.7,-157],"elL":[-34,-144.7],"haL":[-31.2,-132.3],"hipR":[26.7,6.1],"knR":[42.3,126.7],"ftR":[48.8,250.7],"hipL":[-26.1,9.4],"knL":[-32.6,125.3],"ftL":[-37.4,248.9]},{"rootY":4.8,"hips":[0,0],"chest":[-3.4,-98.6],"neck":[18.6,-159.7],"head":[43.9,-185.7],"shR":[59.6,-114.1],"elR":[70.1,-76.5],"haR":[74,-50.4],"shL":[-33.6,-155.9],"elL":[-36.1,-143.2],"haL":[-31,-130],"hipR":[26.7,5.8],"knR":[44.6,126.1],"ftR":[53.1,249.9],"hipL":[-26,9.6],"knL":[-30.4,126.5],"ftL":[-33.4,250.1]},{"rootY":5,"hips":[0,0],"chest":[-5.1,-98.6],"neck":[16.1,-159.9],"head":[41.5,-185.9],"shR":[57.3,-114.1],"elR":[68.2,-76.1],"haR":[73.1,-48.8],"shL":[-35.6,-154.9],"elL":[-37.7,-141.7],"haL":[-31.2,-127.5],"hipR":[26.7,5.8],"knR":[46.2,126],"ftR":[56.2,249.7],"hipL":[-26,9.6],"knL":[-28.5,126.8],"ftL":[-30.2,250.5]}]}}; \ No newline at end of file +window.INK_CLIPS={"climb":{"name":"climb","fps":30,"height":520,"groundY":339,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[1.7,-82.8],"neck":[1.7,-82.8],"head":[2.7,-153.6],"shR":[-61.9,-110.7],"elR":[-167.1,-95.9],"haR":[-236.2,-86.1],"shL":[69.9,-107.1],"elL":[169.9,-93.1],"haL":[239.8,-83.3],"hipR":[-26.5,36.4],"knR":[-23.8,187.1],"ftR":[-21.2,339.3],"hipL":[27.6,36.4],"knL":[25.1,181.5],"ftL":[22.4,333.3]},{"rootY":0.3,"hips":[0,0],"chest":[-6.5,-82.3],"neck":[-6.5,-82.3],"head":[-12.8,-153],"shR":[30.3,-106.6],"elR":[47.6,-1.7],"haR":[42.7,62.8],"shL":[-39.1,-112.2],"elL":[-32.5,-13.4],"haL":[-59.8,51.7],"hipR":[6.5,33.7],"knR":[-14.2,182.8],"ftR":[23.8,324],"hipL":[-27.7,39.3],"knL":[-49,182.4],"ftL":[-12.6,324.4]},{"rootY":0,"hips":[0,0],"chest":[-6.3,-82.4],"neck":[-6.3,-82.4],"head":[-12.1,-153],"shR":[31.3,-106.6],"elR":[48,-1.7],"haR":[42.4,62.3],"shL":[-39.2,-112.3],"elL":[-31.5,-13.5],"haL":[-56.3,52.5],"hipR":[6.7,34.2],"knR":[-13.8,183.3],"ftR":[24.1,324.5],"hipL":[-28,39.1],"knL":[-46.9,182.5],"ftL":[-11.5,324.5]},{"rootY":0.2,"hips":[0,0],"chest":[-6.6,-82.5],"neck":[-6.6,-82.5],"head":[-12.5,-153.2],"shR":[31.4,-106.9],"elR":[47.9,-1.9],"haR":[40.6,61.7],"shL":[-40,-112.1],"elL":[-32.2,-13.2],"haL":[-54.5,53.5],"hipR":[6.3,34.6],"knR":[-15,183.7],"ftR":[23.9,324.4],"hipL":[-28.7,38.5],"knL":[-48.1,182],"ftL":[-13.2,324.3]},{"rootY":0.7,"hips":[0,0],"chest":[-6.3,-82.5],"neck":[-6.3,-82.5],"head":[-12.4,-153.2],"shR":[31.4,-107.8],"elR":[46.8,-2.7],"haR":[39,60.5],"shL":[-39.5,-111.2],"elL":[-31.7,-12.3],"haL":[-52.3,54.8],"hipR":[6.6,34.5],"knR":[-15.1,183.5],"ftR":[23.5,323.7],"hipL":[-28.5,38.7],"knL":[-49.2,182.2],"ftL":[-14,324.6]},{"rootY":0.6,"hips":[0,0],"chest":[-6.1,-82.6],"neck":[-6.1,-82.6],"head":[-12.3,-153.3],"shR":[31.9,-108.4],"elR":[46.8,-3.2],"haR":[37.7,59.9],"shL":[-39.4,-110.6],"elL":[-31.9,-11.7],"haL":[-51.6,55.6],"hipR":[6.2,34.5],"knR":[-14.5,183.7],"ftR":[23.9,323.9],"hipL":[-28.8,38.5],"knL":[-49.1,182],"ftL":[-13.5,324.1]},{"rootY":0.4,"hips":[0,0],"chest":[-5.8,-82.6],"neck":[-5.8,-82.6],"head":[-12.4,-153.4],"shR":[32.2,-108.8],"elR":[47.1,-3.6],"haR":[36.8,59.3],"shL":[-39.2,-110.3],"elL":[-31.6,-11.3],"haL":[-51.2,56],"hipR":[6,34.9],"knR":[-15.3,184],"ftR":[23.8,324],"hipL":[-29,38.2],"knL":[-47.8,182],"ftL":[-13.3,324.3]},{"rootY":0.7,"hips":[0,0],"chest":[-5.8,-82.6],"neck":[-5.8,-82.6],"head":[-12.6,-153.5],"shR":[31.9,-109.1],"elR":[47.2,-4],"haR":[35.9,58.6],"shL":[-38.8,-109.9],"elL":[-31,-10.9],"haL":[-51.3,56.2],"hipR":[5.9,35.2],"knR":[-15.8,184.2],"ftR":[23.9,323.9],"hipL":[-29.2,38],"knL":[-47.5,181.8],"ftL":[-13.2,324.2]},{"rootY":1.2,"hips":[0,0],"chest":[-6,-82.6],"neck":[-6,-82.6],"head":[-13,-153.5],"shR":[31.7,-109.4],"elR":[47.3,-4.3],"haR":[35.2,58.4],"shL":[-38.8,-109.6],"elL":[-31.4,-10.5],"haL":[-53,56.3],"hipR":[6.4,34.8],"knR":[-16,183.7],"ftR":[23.5,323.2],"hipL":[-28.8,38.5],"knL":[-48.2,182.1],"ftL":[-13.5,324.3]},{"rootY":1.4,"hips":[0,0],"chest":[-6.3,-82.6],"neck":[-6.3,-82.6],"head":[-13.9,-153.5],"shR":[31.2,-109.3],"elR":[46.9,-4.3],"haR":[34.6,58.6],"shL":[-39.2,-109.7],"elL":[-31.8,-10.4],"haL":[-54.9,56.1],"hipR":[6.3,34.8],"knR":[-16.3,183.7],"ftR":[22.8,322.9],"hipL":[-28.8,38.4],"knL":[-48.7,182.1],"ftL":[-14.2,324.3]},{"rootY":1.1,"hips":[0,0],"chest":[-6.7,-82.6],"neck":[-6.7,-82.6],"head":[-15.4,-153.4],"shR":[30.1,-109.9],"elR":[45.2,-4.8],"haR":[32.8,58.7],"shL":[-39,-109],"elL":[-31.8,-9.7],"haL":[-56.8,56.2],"hipR":[5.9,35.1],"knR":[-17.1,183.9],"ftR":[22.3,323],"hipL":[-29,38.2],"knL":[-48.4,181.9],"ftL":[-14.8,324.2]},{"rootY":1,"hips":[0,0],"chest":[-6.9,-82.6],"neck":[-6.9,-82.6],"head":[-16.9,-153.2],"shR":[30.2,-109.9],"elR":[44.4,-4.6],"haR":[33.2,59.3],"shL":[-39.4,-109.1],"elL":[-32.4,-9.6],"haL":[-59.1,55.8],"hipR":[6,34.9],"knR":[-16.7,183.8],"ftR":[22.1,323.1],"hipL":[-28.7,38.4],"knL":[-48.9,182],"ftL":[-15.1,323.9]},{"rootY":1.2,"hips":[0,0],"chest":[-6.9,-82.6],"neck":[-6.9,-82.6],"head":[-18.9,-152.9],"shR":[29.9,-110.6],"elR":[43.4,-5.2],"haR":[32.8,59.1],"shL":[-39.4,-108.3],"elL":[-32.7,-8.8],"haL":[-61.4,55.7],"hipR":[5.8,34.8],"knR":[-16.6,183.8],"ftR":[21.7,322.9],"hipL":[-28.5,38.5],"knL":[-49,182],"ftL":[-15.2,323.7]},{"rootY":1.4,"hips":[0,0],"chest":[-7.5,-82.5],"neck":[-7.5,-82.5],"head":[-21.5,-152.4],"shR":[30.1,-110.5],"elR":[43.9,-5.1],"haR":[33.5,59.3],"shL":[-41,-108.4],"elL":[-34.3,-8.8],"haL":[-65.1,54.8],"hipR":[5.2,35.1],"knR":[-17.9,184],"ftR":[21.7,322.8],"hipL":[-28.9,38.1],"knL":[-49.3,181.7],"ftL":[-16,323.6]},{"rootY":1.5,"hips":[0,0],"chest":[-7.8,-82.5],"neck":[-7.8,-82.5],"head":[-23.8,-151.8],"shR":[29.5,-110.9],"elR":[44.1,-5.7],"haR":[33.5,58.7],"shL":[-41.4,-107.9],"elL":[-34.5,-8.3],"haL":[-67.1,54.4],"hipR":[5.5,35.2],"knR":[-17.5,184.2],"ftR":[21.2,322.8],"hipL":[-28.6,38.3],"knL":[-49.5,181.8],"ftL":[-16.4,323.5]},{"rootY":1.7,"hips":[0,0],"chest":[-8.1,-82.5],"neck":[-8.1,-82.5],"head":[-26,-151.3],"shR":[29.6,-111.1],"elR":[45.3,-6],"haR":[34.6,58.3],"shL":[-42.6,-107.6],"elL":[-35,-8.1],"haL":[-68.9,53.8],"hipR":[5.9,34.8],"knR":[-16.8,183.8],"ftR":[20.6,322.6],"hipL":[-28.2,38.7],"knL":[-50.1,182.1],"ftL":[-16.8,323.3]},{"rootY":2.3,"hips":[0,0],"chest":[-8.7,-82.4],"neck":[-8.7,-82.4],"head":[-28.2,-150.8],"shR":[29.1,-111.5],"elR":[45.4,-6.5],"haR":[34.6,57.7],"shL":[-44.4,-107.2],"elL":[-36.2,-7.8],"haL":[-70.9,53.5],"hipR":[6,34.9],"knR":[-17.3,183.7],"ftR":[19.7,322.2],"hipL":[-28.2,38.7],"knL":[-50.7,182],"ftL":[-17.4,322.8]},{"rootY":2.6,"hips":[0,0],"chest":[-9.3,-82.3],"neck":[-9.3,-82.3],"head":[-29.9,-150.3],"shR":[29.3,-111.6],"elR":[46.8,-6.8],"haR":[35.7,57],"shL":[-46.3,-106.9],"elL":[-36.9,-7.8],"haL":[-72.1,53.2],"hipR":[6.7,34.6],"knR":[-16.8,183.5],"ftR":[19,321.9],"hipL":[-28,39],"knL":[-51.5,182.1],"ftL":[-18,322.2]},{"rootY":2.9,"hips":[0,0],"chest":[-9.6,-82.3],"neck":[-9.6,-82.3],"head":[-31.1,-150],"shR":[29.5,-111.7],"elR":[48.1,-7.1],"haR":[37.2,56.4],"shL":[-47.8,-106.7],"elL":[-38.1,-7.8],"haL":[-72.8,53.4],"hipR":[7.6,34.1],"knR":[-15.8,182.9],"ftR":[18.8,321.8],"hipL":[-27.8,39.3],"knL":[-52.7,182.2],"ftL":[-18.5,321.1]},{"rootY":3.1,"hips":[0,0],"chest":[-9.9,-82.2],"neck":[-9.9,-82.2],"head":[-31.9,-149.7],"shR":[29.7,-111.9],"elR":[49.4,-7.5],"haR":[38.6,55.8],"shL":[-49.1,-106.5],"elL":[-39,-7.7],"haL":[-72.9,53.9],"hipR":[8.4,34],"knR":[-14.3,182.9],"ftR":[18.4,321.8],"hipL":[-27.8,39.5],"knL":[-53.5,182.2],"ftL":[-18.6,320]},{"rootY":2.9,"hips":[0,0],"chest":[-10.3,-82.2],"neck":[-10.3,-82.2],"head":[-32.6,-149.5],"shR":[30.7,-111.8],"elR":[50.9,-7.5],"haR":[40.4,55.8],"shL":[-51.2,-106.6],"elL":[-40.9,-7.9],"haL":[-73.3,54.6],"hipR":[9.2,34.1],"knR":[-13.3,183.1],"ftR":[18,321.7],"hipL":[-27.8,39.6],"knL":[-55,182],"ftL":[-19.4,318.6]},{"rootY":3.1,"hips":[0,0],"chest":[-10.4,-82.1],"neck":[-10.4,-82.1],"head":[-32.7,-149.4],"shR":[31,-112.1],"elR":[51.6,-7.9],"haR":[42.5,55.3],"shL":[-52.2,-106.1],"elL":[-41.6,-7.7],"haL":[-72.6,55.5],"hipR":[9.7,34],"knR":[-11.4,183.2],"ftR":[18.4,322],"hipL":[-27.9,39.6],"knL":[-58.1,181.3],"ftL":[-20.5,315.9]},{"rootY":2.1,"hips":[0,0],"chest":[-10.4,-82.1],"neck":[-10.4,-82.1],"head":[-32.5,-149.4],"shR":[32.3,-111.4],"elR":[53.6,-7.3],"haR":[45.4,56],"shL":[-53.6,-106.8],"elL":[-42.6,-8.5],"haL":[-71.8,55.6],"hipR":[10.2,33.8],"knR":[-8.5,183.2],"ftR":[18.7,322.9],"hipL":[-27.9,39.6],"knL":[-62,180.2],"ftL":[-22.4,312.2]},{"rootY":2.6,"hips":[0,0],"chest":[-10.6,-82],"neck":[-10.6,-82],"head":[-32.3,-149.4],"shR":[32.3,-111.6],"elR":[53.8,-7.6],"haR":[47.1,55.7],"shL":[-54.5,-106.5],"elL":[-43.5,-8.3],"haL":[-71.2,56.5],"hipR":[11.2,33.6],"knR":[-6.7,183.1],"ftR":[18.8,322.6],"hipL":[-27.6,39.9],"knL":[-66.2,179],"ftL":[-23.6,308.4]},{"rootY":2.5,"hips":[0,0],"chest":[-10.3,-82],"neck":[-10.3,-82],"head":[-31.9,-149.4],"shR":[33.5,-111.1],"elR":[55.4,-7.3],"haR":[50.3,56.4],"shL":[-54.9,-107],"elL":[-43.6,-8.9],"haL":[-69.6,56.7],"hipR":[11.8,33.2],"knR":[-4.2,182.8],"ftR":[19.9,322.7],"hipL":[-27.5,40.1],"knL":[-70,177.5],"ftL":[-24.4,304.7]},{"rootY":2.3,"hips":[0,0],"chest":[-9.8,-82],"neck":[-9.8,-82],"head":[-30.8,-149.5],"shR":[34.6,-110.7],"elR":[56.6,-6.9],"haR":[53,57],"shL":[-55.1,-107.5],"elL":[-43.3,-9.5],"haL":[-68,56.6],"hipR":[12.8,33.1],"knR":[-1.2,182.7],"ftR":[21.7,322.8],"hipL":[-27.4,40.2],"knL":[-72.5,176.2],"ftL":[-25.6,302.3]},{"rootY":1.7,"hips":[0,0],"chest":[-9.3,-82],"neck":[-9.3,-82],"head":[-29.9,-149.5],"shR":[35.9,-110.3],"elR":[57.7,-6.4],"haR":[56.4,58.2],"shL":[-55.2,-107.9],"elL":[-42.9,-10.2],"haL":[-66.1,56.5],"hipR":[13.3,32.9],"knR":[1.4,182.7],"ftR":[23.4,323],"hipL":[-27.5,40.2],"knL":[-74.7,174.9],"ftL":[-28.5,301.6]},{"rootY":1,"hips":[0,0],"chest":[-9.2,-82],"neck":[-9.2,-82],"head":[-29.2,-149.6],"shR":[36.7,-109.8],"elR":[58,-6],"haR":[58.7,59.2],"shL":[-55.6,-108.3],"elL":[-42.4,-11],"haL":[-64.8,56],"hipR":[13.5,33.6],"knR":[3.7,183.3],"ftR":[26,323.4],"hipL":[-27.9,39.9],"knL":[-76.6,173.4],"ftL":[-33.7,303]},{"rootY":1,"hips":[0,0],"chest":[-9,-81.9],"neck":[-9,-81.9],"head":[-28.3,-149.6],"shR":[37.5,-109.2],"elR":[58,-5.3],"haR":[60.3,60.7],"shL":[-55.7,-108.8],"elL":[-41.6,-11.9],"haL":[-63.1,55.4],"hipR":[13.8,33.8],"knR":[6,183.5],"ftR":[29.2,323.1],"hipL":[-28,39.9],"knL":[-77.9,172.1],"ftL":[-39.9,306.1]},{"rootY":0.9,"hips":[0,0],"chest":[-8.8,-81.9],"neck":[-8.8,-81.9],"head":[-27.2,-149.6],"shR":[38,-108.8],"elR":[57.5,-4.6],"haR":[61.7,61.8],"shL":[-55.8,-109.2],"elL":[-41,-12.6],"haL":[-61.6,54.9],"hipR":[14.4,33.9],"knR":[8.9,183.5],"ftR":[32,323.1],"hipL":[-27.7,40],"knL":[-79.1,170.8],"ftL":[-47.4,309.5]},{"rootY":0.3,"hips":[0,0],"chest":[-8.7,-81.7],"neck":[-8.7,-81.7],"head":[-26.7,-149.5],"shR":[38.9,-107.7],"elR":[57.5,-3.5],"haR":[62.9,63.5],"shL":[-56.2,-110],"elL":[-40.9,-14],"haL":[-60.7,53.8],"hipR":[14.9,33.8],"knR":[12.1,183.1],"ftR":[35.6,322.4],"hipL":[-27.4,40.2],"knL":[-79.8,169.9],"ftL":[-55.6,313.1]},{"rootY":0,"hips":[0,0],"chest":[-8.7,-81.6],"neck":[-8.7,-81.6],"head":[-26,-149.4],"shR":[39,-107],"elR":[56.9,-2.7],"haR":[63.2,64.7],"shL":[-56.2,-110.5],"elL":[-40.8,-14.8],"haL":[-59.9,53.2],"hipR":[15.3,33.8],"knR":[15.7,182.6],"ftR":[39.1,322.2],"hipL":[-27.2,40.4],"knL":[-80.3,168.9],"ftL":[-63.9,316]},{"rootY":-0.6,"hips":[0,0],"chest":[-8.8,-81.4],"neck":[-8.8,-81.4],"head":[-25.6,-149.2],"shR":[39,-106.1],"elR":[56.5,-1.9],"haR":[62.4,65.9],"shL":[-56.4,-111],"elL":[-40.9,-15.7],"haL":[-59.8,52.3],"hipR":[15.9,33.6],"knR":[20,181.7],"ftR":[42.9,322],"hipL":[-26.9,40.6],"knL":[-80.1,168.2],"ftL":[-72.2,318]},{"rootY":-0.2,"hips":[0,0],"chest":[-8.8,-81.3],"neck":[-8.8,-81.3],"head":[-25.1,-149],"shR":[39.3,-105.3],"elR":[56.1,-1.2],"haR":[61.5,66.9],"shL":[-56.8,-111.6],"elL":[-40.9,-16.8],"haL":[-60,51.2],"hipR":[15.9,34],"knR":[24,181],"ftR":[47.1,321.7],"hipL":[-26.9,40.6],"knL":[-79.6,167.3],"ftL":[-79.1,318.7]},{"rootY":0.1,"hips":[0,0],"chest":[-9.4,-81.1],"neck":[-9.4,-81.1],"head":[-24.9,-148.6],"shR":[39.2,-104.6],"elR":[55.6,-0.6],"haR":[60,67.7],"shL":[-57.9,-112],"elL":[-41.6,-17.6],"haL":[-60.6,50.4],"hipR":[16.3,33.8],"knR":[30.3,178.4],"ftR":[50.9,320.9],"hipL":[-26.6,40.8],"knL":[-79,166.9],"ftL":[-84.9,318.6]},{"rootY":0.8,"hips":[0,0],"chest":[-9.6,-80.9],"neck":[-9.6,-80.9],"head":[-25.1,-148.5],"shR":[39.4,-104.1],"elR":[55,-0.2],"haR":[58.5,68.3],"shL":[-58.6,-112.2],"elL":[-42.3,-18.2],"haL":[-61.5,49.7],"hipR":[17.2,33.5],"knR":[36.3,175.5],"ftR":[55.5,319],"hipL":[-26,41.2],"knL":[-77.5,166.4],"ftL":[-88.6,317.8]},{"rootY":1.6,"hips":[0,0],"chest":[-10.2,-80.8],"neck":[-10.2,-80.8],"head":[-25.7,-148.3],"shR":[39.3,-103.7],"elR":[54.1,0.1],"haR":[56.1,68.6],"shL":[-60,-112.2],"elL":[-43.5,-18.8],"haL":[-63,49.1],"hipR":[18,33.7],"knR":[39,174.6],"ftR":[60.2,317],"hipL":[-26,41.2],"knL":[-75.1,166.5],"ftL":[-89.9,317.3]},{"rootY":2.9,"hips":[0,0],"chest":[-10,-80.7],"neck":[-10,-80.7],"head":[-25.1,-148.1],"shR":[40,-103.7],"elR":[54,-0.1],"haR":[54.8,68.5],"shL":[-60.6,-112],"elL":[-44.2,-19],"haL":[-63.6,48.9],"hipR":[19.2,33.2],"knR":[42.5,173.1],"ftR":[66,314.5],"hipL":[-25,41.8],"knL":[-72.4,167],"ftL":[-87.6,317.6]},{"rootY":3.7,"hips":[0,0],"chest":[-10.4,-80.6],"neck":[-10.4,-80.6],"head":[-24.9,-148.1],"shR":[39.9,-104],"elR":[53.2,-0.6],"haR":[53,67.9],"shL":[-61.8,-111.5],"elL":[-46,-18.5],"haL":[-65.2,49.5],"hipR":[20,33.4],"knR":[45.5,172],"ftR":[71.3,312.1],"hipL":[-24.9,41.9],"knL":[-69.5,167.9],"ftL":[-81.6,318.9]},{"rootY":4.1,"hips":[0,0],"chest":[-11.8,-80.6],"neck":[-11.8,-80.6],"head":[-26.1,-148.2],"shR":[39.2,-104.1],"elR":[52.6,-0.8],"haR":[51.4,67.6],"shL":[-64.1,-111.4],"elL":[-48.8,-18.3],"haL":[-67.7,49.7],"hipR":[20.7,33.5],"knR":[48.4,170.7],"ftR":[76.4,309.2],"hipL":[-25,41.9],"knL":[-67.1,169],"ftL":[-73.9,320.5]},{"rootY":3.8,"hips":[0,0],"chest":[-10.9,-80.5],"neck":[-10.9,-80.5],"head":[-25.4,-148.3],"shR":[40.2,-105.2],"elR":[53.3,-2.2],"haR":[51.8,66.1],"shL":[-63.9,-110.1],"elL":[-49.6,-16.6],"haL":[-67.8,51.6],"hipR":[20.8,34],"knR":[52.1,169.7],"ftR":[83.7,306.8],"hipL":[-25.5,41.6],"knL":[-61.2,170.2],"ftL":[-64.7,322]},{"rootY":2.2,"hips":[0,0],"chest":[-10.9,-80.7],"neck":[-10.9,-80.7],"head":[-25.6,-148.6],"shR":[40.9,-105.6],"elR":[54.6,-2.5],"haR":[52.5,65.6],"shL":[-64.6,-110.1],"elL":[-51.5,-16.1],"haL":[-69.1,52.2],"hipR":[21,34.2],"knR":[55.2,168.6],"ftR":[89.8,304.4],"hipL":[-25.7,41.4],"knL":[-57.4,172.3],"ftL":[-57,324.1]},{"rootY":1.5,"hips":[0,0],"chest":[-11.1,-80.8],"neck":[-11.1,-80.8],"head":[-25.5,-148.8],"shR":[41.3,-106.3],"elR":[54.6,-3.1],"haR":[52.6,64.9],"shL":[-65.5,-109.7],"elL":[-53.8,-15.1],"haL":[-71.2,53.3],"hipR":[20.8,34.4],"knR":[48.1,176.1],"ftR":[94.6,300.2],"hipL":[-26.2,41.1],"knL":[-56.5,173.9],"ftL":[-50.8,325.7]},{"rootY":0.1,"hips":[0,0],"chest":[-11.1,-81],"neck":[-11.1,-81],"head":[-25.2,-149.2],"shR":[42,-107.3],"elR":[55.2,-3.9],"haR":[53.2,63.8],"shL":[-66.2,-109],"elL":[-56.6,-13.7],"haL":[-74.1,54.7],"hipR":[20.1,35.2],"knR":[41.1,181.8],"ftR":[97.5,293.5],"hipL":[-27.4,40.3],"knL":[-53.4,176],"ftL":[-43.6,327.5]},{"rootY":-1.4,"hips":[0,0],"chest":[-11.1,-81.2],"neck":[-11.1,-81.2],"head":[-24.8,-149.6],"shR":[42.9,-107.7],"elR":[55.9,-3.8],"haR":[53.6,63.1],"shL":[-67,-109],"elL":[-59.3,-13.2],"haL":[-77.8,54.9],"hipR":[18.8,35.9],"knR":[33,185.3],"ftR":[97.6,285.7],"hipL":[-28.9,39.2],"knL":[-49,177.7],"ftL":[-35.7,328.9]},{"rootY":-2.7,"hips":[0,0],"chest":[-10.9,-81.3],"neck":[-10.9,-81.3],"head":[-24.6,-149.8],"shR":[44.1,-108.1],"elR":[56.6,-3.7],"haR":[53.9,62.6],"shL":[-67.5,-108.7],"elL":[-62.5,-12.5],"haL":[-82.5,55.2],"hipR":[17.5,36.3],"knR":[23.7,186.9],"ftR":[94.2,278.3],"hipL":[-30.3,38.2],"knL":[-43.7,179],"ftL":[-27.6,329.9]},{"rootY":-2.8,"hips":[0,0],"chest":[-10.3,-81.5],"neck":[-10.3,-81.5],"head":[-23.3,-150.1],"shR":[45.5,-108.3],"elR":[57.6,-3.5],"haR":[54.6,61.7],"shL":[-67.3,-109],"elL":[-64.9,-12],"haL":[-86.5,54.9],"hipR":[16.5,36.7],"knR":[15.8,186.7],"ftR":[90.9,270.3],"hipL":[-31.3,37.4],"knL":[-39.1,179.7],"ftL":[-19.6,330]},{"rootY":-3.8,"hips":[0,0],"chest":[-9.9,-81.6],"neck":[-9.9,-81.6],"head":[-23.2,-150.3],"shR":[46.3,-108.5],"elR":[57.9,-3.5],"haR":[54.6,60.6],"shL":[-67.1,-108.9],"elL":[-67.5,-11.3],"haL":[-91.5,54.4],"hipR":[14.9,37.1],"knR":[4.8,185.3],"ftR":[83.5,267.4],"hipL":[-31.8,36.9],"knL":[-34.3,180.4],"ftL":[-13.1,330.6]},{"rootY":-3.8,"hips":[0,0],"chest":[-9.4,-81.8],"neck":[-9.4,-81.8],"head":[-21.9,-150.6],"shR":[47.2,-108.4],"elR":[58.4,-3.3],"haR":[55.2,59.3],"shL":[-66.4,-109.4],"elL":[-69.2,-11.3],"haL":[-95.5,52.7],"hipR":[13.6,37.2],"knR":[-5.1,182.8],"ftR":[75.4,267.8],"hipL":[-32.8,36.1],"knL":[-29.8,180.3],"ftL":[-6.2,330.1]},{"rootY":-2.8,"hips":[0,0],"chest":[-9.1,-81.9],"neck":[-9.1,-81.9],"head":[-21.4,-150.9],"shR":[47.8,-108.4],"elR":[59.2,-3.1],"haR":[55.7,58.4],"shL":[-65.9,-109.7],"elL":[-71.1,-11.4],"haL":[-99.6,50.5],"hipR":[12.6,37.3],"knR":[-15.2,179.6],"ftR":[65.7,271],"hipL":[-33.1,35.7],"knL":[-27.2,180.2],"ftL":[0.3,329.1]},{"rootY":-1,"hips":[0,0],"chest":[-9.3,-82],"neck":[-9.3,-82],"head":[-21.9,-150.9],"shR":[47.4,-108.3],"elR":[59,-2.9],"haR":[55.4,57.9],"shL":[-65.5,-109.8],"elL":[-72.6,-11.3],"haL":[-102.8,48.2],"hipR":[11.8,37.4],"knR":[-25.1,175.8],"ftR":[54.8,276.8],"hipL":[-33.1,35.7],"knL":[-27.8,180.2],"ftL":[5.8,327.3]},{"rootY":0.8,"hips":[0,0],"chest":[-10.2,-81.9],"neck":[-10.2,-81.9],"head":[-22.6,-151],"shR":[46.3,-108.4],"elR":[58.4,-3.1],"haR":[55,57.4],"shL":[-66.3,-109.5],"elL":[-75.1,-10.9],"haL":[-106.9,45.8],"hipR":[10.2,37.7],"knR":[-34.9,172],"ftR":[40.7,284.6],"hipL":[-33.8,35],"knL":[-27.2,179.6],"ftL":[11.3,325]},{"rootY":1.6,"hips":[0,0],"chest":[-11.1,-81.9],"neck":[-11.1,-81.9],"head":[-23.4,-150.9],"shR":[44.8,-108.4],"elR":[57.5,-3],"haR":[54.8,57.6],"shL":[-66.7,-109.5],"elL":[-77,-11],"haL":[-109.8,43],"hipR":[9.3,38.2],"knR":[-42.5,169],"ftR":[24.1,294.7],"hipL":[-33.6,35],"knL":[-25.6,179.6],"ftL":[16.7,323.5]},{"rootY":3.1,"hips":[0,0],"chest":[-11.6,-81.8],"neck":[-11.6,-81.8],"head":[-24.6,-150.7],"shR":[43.6,-108.2],"elR":[57.6,-3],"haR":[55,57.8],"shL":[-66.5,-109.5],"elL":[-77.4,-10.9],"haL":[-110.9,40.7],"hipR":[9.9,38.6],"knR":[-46.4,166.2],"ftR":[4.7,304.4],"hipL":[-33.1,35.3],"knL":[-23.3,179.9],"ftL":[22.9,321.9]},{"rootY":3.7,"hips":[0,0],"chest":[-12.5,-81.6],"neck":[-12.5,-81.6],"head":[-25.8,-150.5],"shR":[41.9,-108.5],"elR":[56.6,-3.4],"haR":[54.9,58.3],"shL":[-66.9,-108.9],"elL":[-77.8,-10.3],"haL":[-111.9,39.5],"hipR":[8.8,38.8],"knR":[-49.9,165.5],"ftR":[-17.6,312.4],"hipL":[-33.3,34.9],"knL":[-18.2,179.2],"ftL":[28.6,321]},{"rootY":3.2,"hips":[0,0],"chest":[-13.2,-81.5],"neck":[-13.2,-81.5],"head":[-27,-150.2],"shR":[40.2,-108.7],"elR":[56.3,-3.8],"haR":[54.9,58.6],"shL":[-67.1,-108.6],"elL":[-77.4,-10],"haL":[-111.7,38.7],"hipR":[7.9,38.9],"knR":[-50.7,166.5],"ftR":[-40.4,318.1],"hipL":[-33.1,34.9],"knL":[-12.9,178.4],"ftL":[34.4,319.9]},{"rootY":4,"hips":[0,0],"chest":[-13.4,-81.5],"neck":[-13.4,-81.5],"head":[-28.1,-149.9],"shR":[39.2,-108.7],"elR":[56.3,-4.1],"haR":[55.6,59.1],"shL":[-66.7,-108.5],"elL":[-76.2,-9.9],"haL":[-110.5,38.4],"hipR":[7.3,39.3],"knR":[-50.9,167.5],"ftR":[-63.2,319.3],"hipL":[-32.8,34.8],"knL":[-5.7,176.7],"ftL":[40.7,318.5]},{"rootY":5.1,"hips":[0,0],"chest":[-14.1,-81.5],"neck":[-14.1,-81.5],"head":[-30.1,-149.6],"shR":[37.5,-108.4],"elR":[55.3,-4],"haR":[55.4,59.9],"shL":[-66.6,-108.9],"elL":[-75.2,-10.3],"haL":[-109.2,38.4],"hipR":[5.9,38.9],"knR":[-55.6,167.8],"ftR":[-76.8,318.4],"hipL":[-32.7,34.7],"knL":[5.7,172.3],"ftL":[46,316.3]},{"rootY":6.8,"hips":[0,0],"chest":[-13.9,-81.5],"neck":[-13.9,-81.5],"head":[-30.3,-149.5],"shR":[37.2,-107.6],"elR":[56.5,-3.5],"haR":[56.4,61.3],"shL":[-65.5,-109.8],"elL":[-72.5,-11.3],"haL":[-106.2,38.8],"hipR":[5.6,39.1],"knR":[-56.1,168.5],"ftR":[-82.1,318.4],"hipL":[-32.7,34.6],"knL":[8.9,170.7],"ftL":[52.5,313.1]},{"rootY":6.8,"hips":[0,0],"chest":[-12.4,-81.6],"neck":[-12.4,-81.6],"head":[-28.7,-149.6],"shR":[38.4,-107.9],"elR":[57.1,-3.9],"haR":[58.2,61.5],"shL":[-63.5,-109.6],"elL":[-68.7,-11.4],"haL":[-101.7,41.1],"hipR":[6.8,39.5],"knR":[-54.1,169.4],"ftR":[-80.2,319.3],"hipL":[-32.5,34.8],"knL":[12.3,169.2],"ftL":[59.2,309.8]},{"rootY":6.8,"hips":[0,0],"chest":[-11.3,-81.7],"neck":[-11.3,-81.7],"head":[-27.8,-149.6],"shR":[39.5,-106.8],"elR":[57.5,-2.7],"haR":[59.4,63.5],"shL":[-61.7,-111],"elL":[-64.5,-13.1],"haL":[-96.8,42.4],"hipR":[6.4,39.3],"knR":[-54.9,169.7],"ftR":[-76.1,320.2],"hipL":[-32.5,34.8],"knL":[15,167.4],"ftL":[64.7,306.2]},{"rootY":5.8,"hips":[0,0],"chest":[-10.6,-81.8],"neck":[-10.6,-81.8],"head":[-25.6,-149.7],"shR":[40.1,-106.4],"elR":[56.8,-2.2],"haR":[60,64.8],"shL":[-60.3,-111.5],"elL":[-60.1,-13.7],"haL":[-90.5,45.7],"hipR":[6.6,39],"knR":[-54.1,170.7],"ftR":[-70.1,321.4],"hipL":[-32,35.3],"knL":[7.9,171],"ftL":[66.1,303]},{"rootY":4.6,"hips":[0,0],"chest":[-9,-82],"neck":[-9,-82],"head":[-24,-149.7],"shR":[41.1,-105.4],"elR":[57.2,-1.4],"haR":[61,66],"shL":[-56.6,-112.8],"elL":[-53.9,-15],"haL":[-81.4,47.9],"hipR":[6.6,38.2],"knR":[-50.8,172.2],"ftR":[-61.6,322.5],"hipL":[-31.6,35.8],"knL":[-4.7,176],"ftL":[64,297.5]},{"rootY":3,"hips":[0,0],"chest":[-8.7,-82.1],"neck":[-8.7,-82.1],"head":[-25.3,-149.6],"shR":[41.5,-104.8],"elR":[56.7,-0.5],"haR":[60.9,67.3],"shL":[-56.3,-113.7],"elL":[-52,-15.9],"haL":[-76.2,49.7],"hipR":[6.3,37.3],"knR":[-48,174.2],"ftR":[-54.6,323.8],"hipL":[-31.7,36],"knL":[-19.8,179.2],"ftL":[56.6,289.9]},{"rootY":2,"hips":[0,0],"chest":[-8,-82.1],"neck":[-8,-82.1],"head":[-23,-150],"shR":[42.2,-105.7],"elR":[56.2,-1.1],"haR":[60.3,66.9],"shL":[-55.3,-112.8],"elL":[-50.2,-15.1],"haL":[-71.2,52.1],"hipR":[6.6,36.2],"knR":[-43.1,176.1],"ftR":[-47.7,324.9],"hipL":[-31.4,36.5],"knL":[-34.5,181],"ftL":[46.9,282.5]},{"rootY":0.7,"hips":[0,0],"chest":[-7,-82.2],"neck":[-7,-82.2],"head":[-22.2,-150],"shR":[43.4,-104.2],"elR":[56.8,0.6],"haR":[59.7,68.5],"shL":[-53.9,-114.4],"elL":[-48.8,-16.8],"haL":[-67.3,51.4],"hipR":[8.7,35.5],"knR":[-36.1,177.7],"ftR":[-40.8,326],"hipL":[-30.8,37.4],"knL":[-46.7,181.5],"ftL":[36,276.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-6.4,-82.3],"neck":[-6.4,-82.3],"head":[-21,-150],"shR":[43.3,-107.2],"elR":[55.3,-2.1],"haR":[57,65.5],"shL":[-52.4,-111.4],"elL":[-46.9,-14.3],"haL":[-64.6,54.1],"hipR":[9.2,34.3],"knR":[-31.1,178.8],"ftR":[-34.4,326.4],"hipL":[-30.8,37.6],"knL":[-58.3,180.1],"ftL":[24.3,270.2]},{"rootY":-1.1,"hips":[0,0],"chest":[-7.2,-82.4],"neck":[-7.2,-82.4],"head":[-18.8,-150],"shR":[42.7,-106.6],"elR":[54.1,-1.3],"haR":[54.1,64.8],"shL":[-53,-112.1],"elL":[-46.4,-15.1],"haL":[-63.6,53.4],"hipR":[9.7,34.1],"knR":[-27.6,179.9],"ftR":[-29.2,326.4],"hipL":[-31.3,37.3],"knL":[-68.2,177.4],"ftL":[10.3,267.9]},{"rootY":-2.1,"hips":[0,0],"chest":[-5.7,-82.5],"neck":[-5.7,-82.5],"head":[-19.5,-150],"shR":[44.2,-106.2],"elR":[55.7,-0.9],"haR":[52.2,64.7],"shL":[-51.5,-112.7],"elL":[-43.3,-15.8],"haL":[-60.3,52.6],"hipR":[12,33.6],"knR":[-19.7,180.8],"ftR":[-21.9,327],"hipL":[-31,37.6],"knL":[-73.5,175.1],"ftL":[-1.7,270]},{"rootY":-1.6,"hips":[0,0],"chest":[-5.6,-82.5],"neck":[-5.6,-82.5],"head":[-19.9,-150],"shR":[44.7,-106.5],"elR":[56.2,-1],"haR":[49.8,63],"shL":[-52,-112.5],"elL":[-42,-15.9],"haL":[-59.1,52.5],"hipR":[13.7,32.9],"knR":[-15.3,180.8],"ftR":[-16.1,326.1],"hipL":[-30.5,38],"knL":[-78.3,172.3],"ftL":[-16.7,274.7]},{"rootY":-1.3,"hips":[0,0],"chest":[-5,-82.5],"neck":[-5,-82.5],"head":[-19,-150.1],"shR":[46.3,-106.2],"elR":[58.2,-0.8],"haR":[48.8,61.1],"shL":[-52.6,-112.8],"elL":[-41.3,-16.6],"haL":[-58.6,51.8],"hipR":[15.3,32.9],"knR":[-10.7,181.4],"ftR":[-9.9,325.6],"hipL":[-30.1,38.2],"knL":[-80.3,169.3],"ftL":[-31.4,281.6]},{"rootY":-1.1,"hips":[0,0],"chest":[-4.1,-82.5],"neck":[-4.1,-82.5],"head":[-17.8,-150],"shR":[47.7,-107],"elR":[59.9,-1.5],"haR":[47.9,57.8],"shL":[-52.8,-112],"elL":[-40.9,-16],"haL":[-58.2,52.4],"hipR":[17.3,32.6],"knR":[-5.2,181.5],"ftR":[-3.8,325.1],"hipL":[-29.4,38.7],"knL":[-79.7,166.9],"ftL":[-45.6,290.3]},{"rootY":-0.7,"hips":[0,0],"chest":[-4.2,-82.4],"neck":[-4.2,-82.4],"head":[-18,-149.9],"shR":[48.8,-106.7],"elR":[61.4,-1.2],"haR":[47,55.4],"shL":[-54.2,-112.2],"elL":[-41.9,-16.4],"haL":[-59.7,52],"hipR":[18.1,32.7],"knR":[-1.6,181.9],"ftR":[1.4,324.6],"hipL":[-29.3,38.6],"knL":[-78.1,165.3],"ftL":[-59.4,299.6]},{"rootY":-0.3,"hips":[0,0],"chest":[-3.8,-82.3],"neck":[-3.8,-82.3],"head":[-17.4,-149.7],"shR":[50,-106.4],"elR":[63.3,-1],"haR":[47.2,53.6],"shL":[-54.7,-112.4],"elL":[-42.8,-16.5],"haL":[-60.7,51.8],"hipR":[19.9,32.7],"knR":[3,182.1],"ftR":[6.2,324.3],"hipL":[-28.6,39],"knL":[-74.3,165.1],"ftL":[-70.7,308.2]},{"rootY":0.9,"hips":[0,0],"chest":[-4.4,-82.3],"neck":[-4.4,-82.3],"head":[-16.1,-149.7],"shR":[50,-106.9],"elR":[63.4,-1.5],"haR":[46.4,51.1],"shL":[-56.4,-111.9],"elL":[-45.4,-16.2],"haL":[-63.5,52],"hipR":[20.2,32.9],"knR":[5.3,181.9],"ftR":[10.1,322.9],"hipL":[-28.7,38.9],"knL":[-71.9,165.7],"ftL":[-80.9,314.4]},{"rootY":2.1,"hips":[0,0],"chest":[-4.2,-82.3],"neck":[-4.2,-82.3],"head":[-17.5,-149.5],"shR":[51,-108],"elR":[65.2,-2.7],"haR":[47.7,48.3],"shL":[-57.7,-110.6],"elL":[-47.7,-14.7],"haL":[-65.8,53.4],"hipR":[21.4,32.6],"knR":[10.3,181.2],"ftR":[15.1,321.8],"hipL":[-27.9,39.4],"knL":[-68.6,166.8],"ftL":[-87.1,317.1]},{"rootY":2.8,"hips":[0,0],"chest":[-4.1,-82.3],"neck":[-4.1,-82.3],"head":[-15.7,-149.6],"shR":[52.6,-107.4],"elR":[67.6,-2.3],"haR":[50.6,47.6],"shL":[-59.2,-111.2],"elL":[-50.6,-15.2],"haL":[-68.9,52.6],"hipR":[22.7,33.3],"knR":[14.9,181.6],"ftR":[21.1,321.6],"hipL":[-27.8,39.3],"knL":[-63.9,167.7],"ftL":[-86,317.9]},{"rootY":4.1,"hips":[0,0],"chest":[-4,-82.2],"neck":[-4,-82.2],"head":[-16.6,-149.1],"shR":[53.3,-108.8],"elR":[68.8,-3.7],"haR":[53.3,45.6],"shL":[-60.6,-109.6],"elL":[-53.5,-13.5],"haL":[-72.5,54.1],"hipR":[23.7,33.1],"knR":[18.4,180.6],"ftR":[26.1,319.8],"hipL":[-27.1,39.7],"knL":[-61.2,167.8],"ftL":[-81.1,318.3]},{"rootY":5,"hips":[0,0],"chest":[-4.5,-82.1],"neck":[-4.5,-82.1],"head":[-16.8,-149.5],"shR":[54.4,-108.4],"elR":[70.9,-3.4],"haR":[57.3,46.1],"shL":[-63.3,-110.1],"elL":[-57.5,-13.6],"haL":[-77.2,53.5],"hipR":[24.1,33.1],"knR":[21.3,179.7],"ftR":[31.2,317.1],"hipL":[-27.3,39.3],"knL":[-57.1,168.6],"ftL":[-71.1,319.8]},{"rootY":4.7,"hips":[0,0],"chest":[-4.7,-82.3],"neck":[-4.7,-82.3],"head":[-16.7,-149.4],"shR":[54.2,-108.4],"elR":[70.9,-3.5],"haR":[60.9,47.1],"shL":[-63.3,-110.4],"elL":[-59,-13.6],"haL":[-79.6,52.9],"hipR":[25.4,32.8],"knR":[23.5,179.1],"ftR":[36.1,313.9],"hipL":[-26.5,39.6],"knL":[-49.1,170.2],"ftL":[-61.3,321.3]},{"rootY":4,"hips":[0,0],"chest":[-5.6,-82.2],"neck":[-5.6,-82.2],"head":[-17.4,-149.1],"shR":[53.8,-109.7],"elR":[70.8,-5],"haR":[64.6,46.9],"shL":[-65.2,-108.4],"elL":[-62.5,-11.5],"haL":[-84.3,54.4],"hipR":[25.8,33.4],"knR":[21.7,181.5],"ftR":[39.3,309.4],"hipL":[-26.7,39.2],"knL":[-44.4,171.5],"ftL":[-55.3,322.2]},{"rootY":2.6,"hips":[0,0],"chest":[-7.7,-82.1],"neck":[-7.7,-82.1],"head":[-19.7,-148.7],"shR":[52,-109.7],"elR":[68.8,-5.1],"haR":[66.2,48],"shL":[-68.6,-108.5],"elL":[-67.5,-11.2],"haL":[-89.5,53.9],"hipR":[25.1,34.2],"knR":[16.3,184.1],"ftR":[37.4,301.5],"hipL":[-27.6,38.7],"knL":[-46,172.7],"ftL":[-53.4,323.4]},{"rootY":1.7,"hips":[0,0],"chest":[-7.6,-82],"neck":[-7.6,-82],"head":[-19.9,-148.5],"shR":[52.4,-110.9],"elR":[69.7,-6.4],"haR":[70,47.9],"shL":[-70.1,-107],"elL":[-71,-9.2],"haL":[-93.9,55.4],"hipR":[25.6,34.5],"knR":[14.7,184.7],"ftR":[34.4,290.5],"hipL":[-27.6,38.1],"knL":[-43.5,174.7],"ftL":[-48.7,325.3]},{"rootY":-0.6,"hips":[0,0],"chest":[-6.3,-82],"neck":[-6.3,-82],"head":[-19.1,-149.2],"shR":[54.2,-109.5],"elR":[72,-5],"haR":[74.8,50],"shL":[-69.3,-108.7],"elL":[-73.2,-10.5],"haL":[-96,53.4],"hipR":[24.6,35.5],"knR":[15,184.5],"ftR":[33.2,277.7],"hipL":[-29,36.4],"knL":[-40.2,176.7],"ftL":[-42.8,327.1]},{"rootY":-2.1,"hips":[0,0],"chest":[-8,-81.9],"neck":[-8,-81.9],"head":[-19.1,-148.5],"shR":[53.5,-112.5],"elR":[71.7,-8.3],"haR":[76.9,46.6],"shL":[-73.7,-104.8],"elL":[-81,-7],"haL":[-103.8,56.4],"hipR":[24.5,35.5],"knR":[13.6,181.3],"ftR":[28.1,264.9],"hipL":[-29.1,36.3],"knL":[-39.2,178.1],"ftL":[-41.4,328.8]},{"rootY":-3.8,"hips":[0,0],"chest":[-9,-82.2],"neck":[-9,-82.2],"head":[-18.1,-147.9],"shR":[53.2,-113.3],"elR":[71.9,-9.3],"haR":[79.4,44.8],"shL":[-76.4,-104.5],"elL":[-85.8,-5.7],"haL":[-109.3,57.5],"hipR":[23.6,36.3],"knR":[16.6,178.9],"ftR":[26.2,254.2],"hipL":[-30.3,34.6],"knL":[-36.6,178.3],"ftL":[-37.1,328.7]},{"rootY":-4.6,"hips":[0,0],"chest":[-9.9,-82.1],"neck":[-9.9,-82.1],"head":[-18,-147.3],"shR":[52.8,-112.8],"elR":[72.2,-9],"haR":[83.6,43.6],"shL":[-77.5,-104.8],"elL":[-90.3,-6.3],"haL":[-113.3,56.6],"hipR":[24.4,35.7],"knR":[16.2,173.9],"ftR":[22.3,246],"hipL":[-29.5,35.1],"knL":[-35.9,179.6],"ftL":[-37.1,330.1]},{"rootY":-4.9,"hips":[0,0],"chest":[-10,-81.8],"neck":[-10,-81.8],"head":[-17.4,-148.7],"shR":[52.6,-112.2],"elR":[73.1,-8.6],"haR":[88.2,42.4],"shL":[-77.8,-105.4],"elL":[-92.1,-6.7],"haL":[-115.8,54.8],"hipR":[23.9,35.5],"knR":[15.2,169.5],"ftR":[18.5,242.3],"hipL":[-29.9,35.1],"knL":[-36.4,179.9],"ftL":[-37.6,330.3]},{"rootY":-4.4,"hips":[0,0],"chest":[-10.2,-81.8],"neck":[-10.2,-81.8],"head":[-17.4,-148.6],"shR":[53.1,-111.3],"elR":[75,-8.1],"haR":[94.3,40.5],"shL":[-77.8,-106],"elL":[-94.6,-8],"haL":[-117,53.5],"hipR":[23.6,36],"knR":[16.1,164.5],"ftR":[18.8,244.8],"hipL":[-30.2,34.6],"knL":[-35.2,179.6],"ftL":[-35,329.8]},{"rootY":-3.7,"hips":[0,0],"chest":[-10,-81.6],"neck":[-10,-81.6],"head":[-16.7,-148.6],"shR":[53.4,-111],"elR":[76.8,-8.3],"haR":[100.7,37.5],"shL":[-77.9,-106.1],"elL":[-97,-7.4],"haL":[-118.4,55.1],"hipR":[24.6,36],"knR":[16.6,159.3],"ftR":[18.2,250.3],"hipL":[-29.5,34.6],"knL":[-33.3,179.6],"ftL":[-31.9,328.7]},{"rootY":-3.4,"hips":[0,0],"chest":[-10.7,-81.4],"neck":[-10.7,-81.4],"head":[-16.5,-148.5],"shR":[52.9,-110.5],"elR":[78.1,-8.2],"haR":[106.7,34.4],"shL":[-78.6,-106.4],"elL":[-98.2,-8.5],"haL":[-119.7,47.7],"hipR":[24.2,36],"knR":[14.9,156.1],"ftR":[15.2,260.2],"hipL":[-29.6,35.4],"knL":[-34.9,180.4],"ftL":[-32,328.6]},{"rootY":-2.2,"hips":[0,0],"chest":[-11.1,-81.4],"neck":[-11.1,-81.4],"head":[-15.6,-148],"shR":[52.5,-110.3],"elR":[79.8,-8.6],"haR":[113.2,30.5],"shL":[-79.2,-106.3],"elL":[-99.8,-8.5],"haL":[-120.5,49.1],"hipR":[22.4,37.2],"knR":[16.1,154.9],"ftR":[12.8,272.1],"hipL":[-31.4,33.4],"knL":[-33.8,178.5],"ftL":[-28.7,325.9]},{"rootY":-1.7,"hips":[0,0],"chest":[-10.4,-81.4],"neck":[-10.4,-81.4],"head":[-14.4,-148.2],"shR":[53.3,-110.2],"elR":[82.7,-9.4],"haR":[120.8,26.1],"shL":[-78.5,-106.6],"elL":[-99.5,-8.9],"haL":[-119.9,48.7],"hipR":[23.5,37.5],"knR":[17.3,153.9],"ftR":[7,283.8],"hipL":[-30.4,34.2],"knL":[-32.1,179.3],"ftL":[-26.4,325.6]},{"rootY":-0.4,"hips":[0,0],"chest":[-10.1,-81.1],"neck":[-10.1,-81.1],"head":[-13.7,-147.2],"shR":[53.7,-109.6],"elR":[86.1,-9.8],"haR":[128.6,22.1],"shL":[-78,-106.8],"elL":[-100,-9.3],"haL":[-118.7,47],"hipR":[23.4,38.1],"knR":[17.3,155.2],"ftR":[-2.4,294.1],"hipL":[-30.6,34.6],"knL":[-32.7,179.6],"ftL":[-25.4,324.3]},{"rootY":0.9,"hips":[0,0],"chest":[-8.9,-81.3],"neck":[-8.9,-81.3],"head":[-10.8,-147.8],"shR":[55,-109.4],"elR":[90.7,-10.8],"haR":[137.6,17.5],"shL":[-76.8,-107.3],"elL":[-99.6,-10.2],"haL":[-116.9,46.3],"hipR":[23.4,38.2],"knR":[18.3,159.5],"ftR":[-12.4,302.7],"hipL":[-30.6,34.2],"knL":[-31.1,179],"ftL":[-23,322.9]},{"rootY":1.4,"hips":[0,0],"chest":[-7.4,-81.4],"neck":[-7.4,-81.4],"head":[-7.2,-147.8],"shR":[57,-108.6],"elR":[96.4,-11.6],"haR":[147.4,13.3],"shL":[-74.8,-108.4],"elL":[-96.6,-11.7],"haL":[-113.4,41],"hipR":[21.6,39.5],"knR":[18.9,165.2],"ftR":[-19.9,310.5],"hipL":[-32.1,32.7],"knL":[-29.5,177.1],"ftL":[-20,320.3]},{"rootY":1.4,"hips":[0,0],"chest":[-6.4,-81.1],"neck":[-6.4,-81.1],"head":[-5.1,-147.4],"shR":[58.3,-107],"elR":[101.9,-11.9],"haR":[156.5,10.1],"shL":[-73.3,-109.4],"elL":[-97.9,-12.6],"haL":[-112.1,45],"hipR":[22.1,39.6],"knR":[17.1,168.8],"ftR":[-28.7,313.7],"hipL":[-31.6,33.3],"knL":[-30,177.5],"ftL":[-20.3,319.4]},{"rootY":3.2,"hips":[0,0],"chest":[-3.5,-81.1],"neck":[-3.5,-81.1],"head":[-0.1,-148],"shR":[61.6,-105.6],"elR":[109.8,-13],"haR":[166.4,7.1],"shL":[-69.7,-110.9],"elL":[-94.2,-15.2],"haL":[-109.2,38.8],"hipR":[21.7,40.4],"knR":[20.3,171.6],"ftR":[-30.3,315],"hipL":[-31.7,32.3],"knL":[-28.2,176.1],"ftL":[-19.2,315.6]},{"rootY":5.7,"hips":[0,0],"chest":[-0.4,-81.2],"neck":[-0.4,-81.2],"head":[3.8,-148.1],"shR":[64.9,-105.4],"elR":[116.5,-14.7],"haR":[175.2,3.9],"shL":[-66.2,-111.5],"elL":[-92,-16.7],"haL":[-108.4,36.9],"hipR":[23,40.1],"knR":[19.4,172.9],"ftR":[-32.3,315.5],"hipL":[-30.2,32.9],"knL":[-29.2,177.3],"ftL":[-20.9,311.4]},{"rootY":3.7,"hips":[0,0],"chest":[3.2,-80.6],"neck":[3.2,-80.6],"head":[10,-147.3],"shR":[68.7,-103.2],"elR":[124.7,-15],"haR":[184.7,3.3],"shL":[-61.3,-112.4],"elL":[-87.7,-17.7],"haL":[-104.8,37.7],"hipR":[25.8,39.2],"knR":[21.1,173.3],"ftR":[-29.7,315.8],"hipL":[-27.1,34.8],"knL":[-30,179.7],"ftL":[-24.8,309.5]},{"rootY":2.1,"hips":[0,0],"chest":[4.4,-80.6],"neck":[4.4,-80.6],"head":[14.6,-146.3],"shR":[69.8,-101.8],"elR":[128.4,-15.1],"haR":[189.3,3.2],"shL":[-58.6,-113.7],"elL":[-85.4,-20],"haL":[-102.3,38.9],"hipR":[27.3,38.6],"knR":[21.3,175.2],"ftR":[-29.5,317.9],"hipL":[-25,35.6],"knL":[-33.4,180.4],"ftL":[-33.6,302.7]},{"rootY":0.6,"hips":[0,0],"chest":[6.6,-80.3],"neck":[6.6,-80.3],"head":[19.2,-146],"shR":[71.4,-100.8],"elR":[133.1,-15.9],"haR":[194.7,3.4],"shL":[-55.4,-114.1],"elL":[-84.1,-20],"haL":[-99.3,43.3],"hipR":[28.3,38],"knR":[22.4,177.1],"ftR":[-29.3,319.5],"hipL":[-23.8,36.1],"knL":[-35.6,179.2],"ftL":[-44.9,294.9]},{"rootY":0.9,"hips":[0,0],"chest":[8.4,-80.1],"neck":[8.4,-80.1],"head":[22.9,-144.8],"shR":[72.8,-100.1],"elR":[137.3,-16.9],"haR":[198.9,3.9],"shL":[-52.4,-114.3],"elL":[-81.8,-21.4],"haL":[-95.1,43.5],"hipR":[29.1,37.8],"knR":[24.7,177.6],"ftR":[-28.5,319.3],"hipL":[-21.6,35.9],"knL":[-31.4,176.1],"ftL":[-52.9,285.4]},{"rootY":1.1,"hips":[0,0],"chest":[10.4,-79.1],"neck":[10.4,-79.1],"head":[29.7,-141.8],"shR":[74,-97.5],"elR":[140.5,-15.2],"haR":[202,8.2],"shL":[-48.6,-115],"elL":[-80.6,-23.1],"haL":[-94.2,41.6],"hipR":[29.8,37.6],"knR":[25,177.9],"ftR":[-27.8,320],"hipL":[-19.2,36.4],"knL":[-26.2,172.4],"ftL":[-59,274.2]},{"rootY":-1.5,"hips":[0,0],"chest":[14.5,-78.6],"neck":[14.5,-78.6],"head":[40.5,-140.9],"shR":[77.8,-97],"elR":[145.5,-15.2],"haR":[207,11.1],"shL":[-43.5,-114.4],"elL":[-78.4,-22.6],"haL":[-90.8,42.6],"hipR":[31.2,36.6],"knR":[25.1,178.9],"ftR":[-26,322.1],"hipL":[-15.9,37.8],"knL":[-15,168.1],"ftL":[-62.8,260.9]},{"rootY":-3.6,"hips":[0,0],"chest":[18.4,-78.1],"neck":[18.4,-78.1],"head":[45.2,-139.4],"shR":[80.4,-95.9],"elR":[149.2,-14.9],"haR":[209.9,15.1],"shL":[-37.7,-114.4],"elL":[-74.6,-24.3],"haL":[-84.8,40.8],"hipR":[31.5,36.2],"knR":[24.2,180.3],"ftR":[-23.9,324.7],"hipL":[-12.5,38],"knL":[-0.8,164.2],"ftL":[-62.3,248.2]},{"rootY":-9.7,"hips":[0,0],"chest":[19.9,-77.6],"neck":[19.9,-77.6],"head":[46.2,-139.2],"shR":[80,-93.5],"elR":[148.3,-12.2],"haR":[207.9,21],"shL":[-32.4,-115.6],"elL":[-72.9,-27.2],"haL":[-79,37.6],"hipR":[29.7,37.3],"knR":[20.9,183.1],"ftR":[-23,328.8],"hipL":[-11.8,37.8],"knL":[17.9,151.4],"ftL":[-64.2,236]},{"rootY":-7,"hips":[0,0],"chest":[24.8,-76.5],"neck":[24.8,-76.5],"head":[50.8,-138.7],"shR":[83.7,-92.1],"elR":[150.6,-9.9],"haR":[210.6,23.1],"shL":[-24.4,-114.3],"elL":[-68.5,-27.3],"haL":[-70.8,36.6],"hipR":[30.3,36.2],"knR":[24.3,182.1],"ftR":[-19.3,327.9],"hipL":[-8.2,38.7],"knL":[32.2,145.4],"ftL":[-51.7,228.8]},{"rootY":-9.9,"hips":[0,0],"chest":[27.4,-75.4],"neck":[27.4,-75.4],"head":[56.8,-136.3],"shR":[83.9,-90],"elR":[149.3,-6.3],"haR":[209.3,25.5],"shL":[-17,-113.7],"elL":[-65,-27.3],"haL":[-62.5,37],"hipR":[29.6,36],"knR":[23.6,182.5],"ftR":[-16.7,329.2],"hipL":[-5.8,38.8],"knL":[53.7,133.5],"ftL":[-40.4,222.9]},{"rootY":-9.6,"hips":[0,0],"chest":[30.4,-74.3],"neck":[30.4,-74.3],"head":[60.6,-135.2],"shR":[85.4,-89.5],"elR":[151.3,-6.2],"haR":[210.8,26.1],"shL":[-11.7,-111.7],"elL":[-62.3,-26.1],"haL":[-53.8,36.1],"hipR":[27.7,37],"knR":[26.1,183.5],"ftR":[-14.2,330.3],"hipL":[-4.3,38],"knL":[70.7,122.2],"ftL":[-23.1,219.2]},{"rootY":-12.4,"hips":[0,0],"chest":[33.8,-72.9],"neck":[33.8,-72.9],"head":[66,-133.2],"shR":[84.5,-86.5],"elR":[151.3,-3.9],"haR":[210.4,28.3],"shL":[-2.6,-111.7],"elL":[-54.8,-25.9],"haL":[-37.4,34.9],"hipR":[27.9,35.7],"knR":[16.9,183.8],"ftR":[-12,332.7],"hipL":[-1.7,39.2],"knL":[89.3,110.2],"ftL":[-5.7,217.4]},{"rootY":-12.1,"hips":[0,0],"chest":[36.1,-72.2],"neck":[36.1,-72.2],"head":[70.2,-132.7],"shR":[83.3,-85.9],"elR":[150.2,-3.5],"haR":[209.5,28.8],"shL":[4.6,-110.5],"elL":[-47.3,-23.9],"haL":[-22.4,35.1],"hipR":[26.1,36],"knR":[17.4,184.6],"ftR":[-9.6,333.9],"hipL":[-0.2,39.3],"knL":[103.2,102.5],"ftL":[15.5,218.7]},{"rootY":-11.3,"hips":[0,0],"chest":[38.3,-71.9],"neck":[38.3,-71.9],"head":[73.6,-132],"shR":[83.4,-83.7],"elR":[149.5,-0.9],"haR":[209.1,31.2],"shL":[10,-111.8],"elL":[-37.5,-22.9],"haL":[-4.2,32.4],"hipR":[26.4,33.5],"knR":[12.8,182.3],"ftR":[-7.4,332.3],"hipL":[3.9,40.8],"knL":[115.2,95],"ftL":[36.2,219.8]},{"rootY":-12.2,"hips":[0,0],"chest":[39.6,-71.4],"neck":[39.6,-71.4],"head":[74.8,-132.2],"shR":[81,-84.3],"elR":[146.1,-0.9],"haR":[206.3,30.6],"shL":[14.9,-110.2],"elL":[-26.7,-19.9],"haL":[16.9,30.3],"hipR":[24,34.6],"knR":[8.3,183.6],"ftR":[-7.6,334.1],"hipL":[3.7,40.8],"knL":[122.3,91.9],"ftL":[51.9,223.7]},{"rootY":-11.6,"hips":[0,0],"chest":[40.7,-71.2],"neck":[40.7,-71.2],"head":[75.9,-132.3],"shR":[81.2,-83.1],"elR":[145.8,0.8],"haR":[206,31.6],"shL":[17.6,-110.8],"elL":[-10.6,-16.6],"haL":[41.4,25.3],"hipR":[23.8,33.8],"knR":[17.1,183.2],"ftR":[-8,332.9],"hipL":[4.6,41.4],"knL":[127.4,91.2],"ftL":[64.5,227.9]},{"rootY":-12.2,"hips":[0,0],"chest":[40.7,-70.8],"neck":[40.7,-70.8],"head":[76.8,-131.8],"shR":[78.9,-81.8],"elR":[143,2.6],"haR":[203.6,32.7],"shL":[20,-111.2],"elL":[5.6,-15.9],"haL":[65,17.6],"hipR":[22.9,37.7],"knR":[28.7,186.7],"ftR":[-8.8,334.2],"hipL":[3.6,37.2],"knL":[128.2,92.9],"ftL":[72.5,233.1]},{"rootY":-12.8,"hips":[0,0],"chest":[41.3,-70.3],"neck":[41.3,-70.3],"head":[76.5,-132.1],"shR":[76.6,-79.6],"elR":[140,5.4],"haR":[200.9,35],"shL":[23.1,-112.4],"elL":[23.2,-17.3],"haL":[88.5,6.8],"hipR":[22.8,38.5],"knR":[31.6,187.5],"ftR":[-9.6,334.1],"hipL":[3.6,35.8],"knL":[129,95.6],"ftL":[77,237.6]},{"rootY":-12.3,"hips":[0,0],"chest":[41.6,-70.8],"neck":[41.6,-70.8],"head":[76.8,-132.7],"shR":[77.8,-86.2],"elR":[139.5,-0.1],"haR":[200.5,29.5],"shL":[22.4,-107],"elL":[37.2,-14.7],"haL":[106.2,-0.8],"hipR":[21.9,38],"knR":[29.8,187.5],"ftR":[-11.2,334.1],"hipL":[5.8,36.4],"knL":[130.6,100.9],"ftL":[74.2,241]},{"rootY":-11.3,"hips":[0,0],"chest":[42.4,-70.2],"neck":[42.4,-70.2],"head":[75.7,-133.2],"shR":[71.9,-83.4],"elR":[131.7,4.3],"haR":[193.3,32.3],"shL":[30.4,-108.5],"elL":[58.7,-20.7],"haL":[129,-14.4],"hipR":[21.1,35.7],"knR":[23.9,185.7],"ftR":[-13.7,333.1],"hipL":[7.7,39.2],"knL":[132.9,103.3],"ftL":[69.9,240.4]},{"rootY":-11.4,"hips":[0,0],"chest":[43.2,-69.9],"neck":[43.2,-69.9],"head":[77.1,-132.7],"shR":[71.2,-82.8],"elR":[127.1,7.6],"haR":[189.3,34.4],"shL":[32.9,-108.5],"elL":[75.7,-25.5],"haL":[146,-26],"hipR":[19.7,33],"knR":[14.6,183.2],"ftR":[-16.3,332.2],"hipL":[8.5,42],"knL":[134.6,104.5],"ftL":[66.1,239.1]},{"rootY":-10.5,"hips":[0,0],"chest":[44.3,-69.3],"neck":[44.3,-69.3],"head":[78.1,-132.1],"shR":[70.6,-86],"elR":[124.4,5.7],"haR":[186.8,31.5],"shL":[36,-103.9],"elL":[90.9,-27.6],"haL":[160.3,-30.9],"hipR":[18.5,34.1],"knR":[18.1,184.3],"ftR":[-19.8,331.8],"hipL":[7.7,41.7],"knL":[133.4,106.1],"ftL":[64.1,239.8]},{"rootY":-11.8,"hips":[0,0],"chest":[45.9,-68.4],"neck":[45.9,-68.4],"head":[79,-131.5],"shR":[71.3,-85.3],"elR":[119.9,9.1],"haR":[182.9,34.1],"shL":[38.4,-102.8],"elL":[104.1,-33.8],"haL":[173.1,-38.1],"hipR":[17.5,35.1],"knR":[10.7,185.4],"ftR":[-22.2,334],"hipL":[7.6,41.2],"knL":[133.4,106.6],"ftL":[61.5,238.7]},{"rootY":-13,"hips":[0,0],"chest":[46.6,-67.8],"neck":[46.6,-67.8],"head":[79.9,-130.7],"shR":[70.1,-86],"elR":[114.4,10.4],"haR":[177.4,35.1],"shL":[41.8,-100.7],"elL":[114.6,-38.2],"haL":[183.3,-41.3],"hipR":[17.2,33.6],"knR":[-3.8,182.8],"ftR":[-25,333.5],"hipL":[7.3,42.5],"knL":[133,106.2],"ftL":[61,237.9]},{"rootY":-17.9,"hips":[0,0],"chest":[47.8,-66.8],"neck":[47.8,-66.8],"head":[80.7,-129.9],"shR":[70.3,-83.8],"elR":[109.7,14.6],"haR":[172.7,40.2],"shL":[44.5,-100.6],"elL":[123.2,-43.7],"haL":[192.2,-43.5],"hipR":[16,36.4],"knR":[-5.3,185.6],"ftR":[-26.9,336.2],"hipL":[6.7,40.6],"knL":[129.3,112],"ftL":[55.8,242.2]},{"rootY":-22.1,"hips":[0,0],"chest":[49.7,-65.7],"neck":[49.7,-65.7],"head":[82.4,-128.9],"shR":[72.8,-83.6],"elR":[106.6,16.7],"haR":[168.9,44.2],"shL":[45.9,-98.5],"elL":[128.4,-45.4],"haL":[197.9,-41.4],"hipR":[14.6,35.1],"knR":[-6.9,184.2],"ftR":[-28.6,334.9],"hipL":[6.1,42.3],"knL":[125.8,119.5],"ftL":[49,248.3]},{"rootY":-25.5,"hips":[0,0],"chest":[51.2,-64.3],"neck":[51.2,-64.3],"head":[83.2,-127.7],"shR":[71.9,-84.2],"elR":[101.6,17.1],"haR":[162.8,47.4],"shL":[50.6,-94.7],"elL":[135.3,-42.9],"haL":[205,-35.2],"hipR":[13.1,35.4],"knR":[-5.1,185],"ftR":[-23.5,336.1],"hipL":[6.7,42.2],"knL":[122.5,126.2],"ftL":[43.5,253.8]},{"rootY":-29.5,"hips":[0,0],"chest":[52.7,-63.4],"neck":[52.7,-63.4],"head":[84.9,-126.6],"shR":[74.1,-81.8],"elR":[99.8,20.3],"haR":[159.6,53.2],"shL":[52.6,-95.1],"elL":[137,-43],"haL":[206.2,-30.9],"hipR":[11.4,31.6],"knR":[-5.6,181.3],"ftR":[-22.7,332.6],"hipL":[4.9,45.2],"knL":[118.6,132.5],"ftL":[38.7,259.6]},{"rootY":-39.2,"hips":[0,0],"chest":[54.2,-62.1],"neck":[54.2,-62.1],"head":[86.4,-125.1],"shR":[75.2,-81],"elR":[96.8,21.9],"haR":[155.3,57.2],"shL":[55.2,-93],"elL":[137.9,-38.4],"haL":[206.5,-22.9],"hipR":[9.8,33.9],"knR":[13.9,184.5],"ftR":[-25.9,331.3],"hipL":[4.2,44.2],"knL":[111.8,140.3],"ftL":[33.5,268.9]},{"rootY":-47.7,"hips":[0,0],"chest":[56,-60.2],"neck":[56,-60.2],"head":[87.9,-123.1],"shR":[76.4,-78.9],"elR":[95.7,24.4],"haR":[153.2,61.9],"shL":[59,-90.5],"elL":[137.6,-31.7],"haL":[205.6,-15.9],"hipR":[9,36.6],"knR":[33.9,185.2],"ftR":[-28.3,323.9],"hipL":[5.7,42.2],"knL":[105.5,147.1],"ftL":[30.3,277.6]},{"rootY":-56.4,"hips":[0,0],"chest":[58.7,-57.7],"neck":[58.7,-57.7],"head":[90.6,-120.5],"shR":[81.3,-74.7],"elR":[97.8,28.9],"haR":[153.9,68.5],"shL":[61.2,-88.9],"elL":[134.1,-24.9],"haL":[201.5,-9.3],"hipR":[11.5,36.7],"knR":[49,182.6],"ftR":[-29,313.1],"hipL":[6.5,41.5],"knL":[98.8,153.3],"ftL":[28.1,286.3]},{"rootY":-64.7,"hips":[0,0],"chest":[59.2,-56.9],"neck":[59.2,-56.9],"head":[91.9,-119.1],"shR":[80.9,-73],"elR":[95.8,30.8],"haR":[150.4,72.8],"shL":[64.2,-88.2],"elL":[132.6,-18.7],"haL":[199.6,-2.6],"hipR":[9.5,37.3],"knR":[66.3,176.8],"ftR":[-23.6,299.6],"hipL":[5.6,41.5],"knL":[91.4,158.5],"ftL":[26.8,294.6]},{"rootY":-72.9,"hips":[0,0],"chest":[58.8,-56.7],"neck":[58.8,-56.7],"head":[92.6,-118],"shR":[78.2,-65.8],"elR":[92.2,37.8],"haR":[145.3,81.7],"shL":[69.1,-92.9],"elL":[134.4,-19.6],"haL":[200.7,-1.9],"hipR":[9.6,37.3],"knR":[81.7,169.6],"ftR":[-20.6,282.3],"hipL":[5,41.6],"knL":[83,163.9],"ftL":[24.9,302.9]},{"rootY":-80.1,"hips":[0,0],"chest":[59.4,-55.1],"neck":[59.4,-55.1],"head":[94.2,-115.6],"shR":[76.6,-60.9],"elR":[89.7,42.3],"haR":[141.6,87.6],"shL":[73.1,-93.4],"elL":[136,-16.7],"haL":[202.2,2.7],"hipR":[8.4,37.2],"knR":[97.4,158.7],"ftR":[-12,264.5],"hipL":[5.9,41.7],"knL":[76.5,168.5],"ftL":[23.8,309.8]},{"rootY":-85.7,"hips":[0,0],"chest":[59.2,-55.3],"neck":[59.2,-55.3],"head":[94.6,-115.3],"shR":[77.8,-59.2],"elR":[90.3,44.1],"haR":[141.1,90.8],"shL":[72.3,-94.9],"elL":[132.7,-16.9],"haL":[198,4.3],"hipR":[7.3,37.5],"knR":[110.6,147],"ftR":[-4,247.1],"hipL":[4.6,41.9],"knL":[68.7,172],"ftL":[22.4,315.3]},{"rootY":-91.3,"hips":[0,0],"chest":[59,-55.1],"neck":[59,-55.1],"head":[94.5,-115.1],"shR":[76.8,-59],"elR":[89.7,44.4],"haR":[139.3,92.5],"shL":[73.3,-94.3],"elL":[131.4,-14.8],"haL":[195.7,8.3],"hipR":[6.6,38],"knR":[121.8,135],"ftR":[3.5,230.8],"hipL":[4.5,41.5],"knL":[61.4,174.9],"ftL":[19.6,320]},{"rootY":-96.9,"hips":[0,0],"chest":[59.5,-54.4],"neck":[59.5,-54.4],"head":[95.6,-114.1],"shR":[77.5,-56],"elR":[89.5,47],"haR":[138.7,95.3],"shL":[73.4,-95.8],"elL":[129.8,-14.7],"haL":[193.5,10.1],"hipR":[7.4,37],"knR":[130.9,123.3],"ftR":[13.2,219.8],"hipL":[5,42.2],"knL":[54.2,178.6],"ftL":[17.5,325.3]},{"rootY":-99.1,"hips":[0,0],"chest":[59,-54.7],"neck":[59,-54.7],"head":[95.3,-114.4],"shR":[76.3,-56.2],"elR":[86.4,46.2],"haR":[135.8,93.9],"shL":[73.9,-96],"elL":[129.3,-13.6],"haL":[192.7,12.7],"hipR":[5.8,38.3],"knR":[138.5,109.5],"ftR":[25.2,210.9],"hipL":[4.4,41.3],"knL":[49.2,179.2],"ftL":[16.8,326.7]},{"rootY":-102.9,"hips":[0,0],"chest":[59.3,-54.5],"neck":[59.3,-54.5],"head":[96.1,-113.6],"shR":[76.2,-56.3],"elR":[84.7,45.8],"haR":[135,91.8],"shL":[74.9,-95.2],"elL":[128.8,-11.7],"haL":[191.4,15.9],"hipR":[6.3,37.2],"knR":[143,100.6],"ftR":[35.6,208.2],"hipL":[4.4,42.2],"knL":[44.3,181.5],"ftL":[14.7,329.8]},{"rootY":-103.7,"hips":[0,0],"chest":[58.2,-55.8],"neck":[58.2,-55.8],"head":[94.5,-115.5],"shR":[77.4,-58.2],"elR":[82.5,41.8],"haR":[133.9,84.6],"shL":[71.7,-96.1],"elL":[124.1,-11.6],"haL":[186.4,16.3],"hipR":[6,38.8],"knR":[146.2,93.9],"ftR":[46.2,208.3],"hipL":[3.5,40.9],"knL":[40.4,181],"ftL":[12.2,329.5]},{"rootY":-108.2,"hips":[0,0],"chest":[59.8,-54.5],"neck":[59.8,-54.5],"head":[96.6,-113.9],"shR":[75.4,-58.7],"elR":[81.1,39.9],"haR":[135.1,77],"shL":[76.8,-92.9],"elL":[126.8,-7.2],"haL":[188.3,21.1],"hipR":[8.3,35],"knR":[146.9,94.2],"ftR":[54.7,215],"hipL":[5.2,43.5],"knL":[37.4,184.8],"ftL":[9.8,333.6]},{"rootY":-108.9,"hips":[0,0],"chest":[59.1,-55.4],"neck":[59.1,-55.4],"head":[96.5,-114.4],"shR":[75.3,-62.6],"elR":[80.7,33.3],"haR":[136.6,62.2],"shL":[75.7,-90.9],"elL":[124.3,-4.2],"haL":[185.9,24.2],"hipR":[8.3,35.3],"knR":[146.8,94.6],"ftR":[62.1,220.7],"hipL":[4.9,43.3],"knL":[35.2,185.1],"ftL":[7,333.8]},{"rootY":-107.4,"hips":[0,0],"chest":[57.6,-56.8],"neck":[57.6,-56.8],"head":[95.7,-115.2],"shR":[72.9,-65.7],"elR":[84.4,30.9],"haR":[143.1,49.5],"shL":[74.9,-90.9],"elL":[121.8,-3.2],"haL":[183.6,25],"hipR":[8.2,36.7],"knR":[146.5,96.5],"ftR":[65.9,225.2],"hipL":[4.5,42.4],"knL":[36,183.9],"ftL":[5.1,331.8]},{"rootY":-105.4,"hips":[0,0],"chest":[56.7,-57.6],"neck":[56.7,-57.6],"head":[95.4,-115.8],"shR":[73.6,-67.5],"elR":[91.2,27.3],"haR":[150.3,35.7],"shL":[71.9,-91.3],"elL":[116.8,-2.8],"haL":[178.1,25.3],"hipR":[6.7,38.5],"knR":[145,98.3],"ftR":[67.6,229],"hipL":[5.2,40.9],"knL":[37.4,182.3],"ftL":[2.8,329.4]},{"rootY":-104.8,"hips":[0,0],"chest":[56.2,-58.5],"neck":[56.2,-58.5],"head":[95.4,-116],"shR":[74.3,-69.9],"elR":[97.4,19.1],"haR":[155.1,19.7],"shL":[69.9,-91.1],"elL":[113.1,-2],"haL":[174.1,26.2],"hipR":[6.8,38.3],"knR":[142.6,103.2],"ftR":[63.9,233.2],"hipL":[4.9,41.1],"knL":[38.4,182.2],"ftL":[0.7,328.5]},{"rootY":-105,"hips":[0,0],"chest":[56.3,-58.8],"neck":[56.3,-58.8],"head":[95.4,-116.5],"shR":[75.4,-72.3],"elR":[124.4,11.7],"haR":[181.6,3.8],"shL":[68.9,-89.5],"elL":[109.7,0.4],"haL":[170.6,28.2],"hipR":[7.6,38.6],"knR":[140.5,109.1],"ftR":[58.4,237],"hipL":[5.6,40.6],"knL":[38.1,181.9],"ftL":[-3,327.3]},{"rootY":-105.5,"hips":[0,0],"chest":[56,-59.4],"neck":[56,-59.4],"head":[95.9,-116.2],"shR":[74.6,-75.4],"elR":[147.9,-2.5],"haR":[203.3,-24.2],"shL":[69.1,-87.5],"elL":[108,3.5],"haL":[169.1,31.6],"hipR":[7.1,38.6],"knR":[138.5,111.9],"ftR":[54.5,238.5],"hipL":[4.7,40.8],"knL":[36.9,182.2],"ftL":[-5.7,327.3]},{"rootY":-106.5,"hips":[0,0],"chest":[56,-59.5],"neck":[56,-59.5],"head":[95.5,-116.6],"shR":[76.1,-77.4],"elR":[160,-14.1],"haR":[214.4,-47.8],"shL":[67.7,-85.6],"elL":[104.2,6.2],"haL":[165.3,34.3],"hipR":[6.3,38.7],"knR":[136.4,113.7],"ftR":[51.1,239.7],"hipL":[4.3,40.9],"knL":[33.7,182.9],"ftL":[-8.5,328.3]},{"rootY":-108.1,"hips":[0,0],"chest":[56.4,-58.9],"neck":[56.4,-58.9],"head":[96.2,-115.5],"shR":[70.4,-77.2],"elR":[158,-19.5],"haR":[217.4,-51.5],"shL":[74.5,-84.6],"elL":[106.5,9],"haL":[167.2,38],"hipR":[6.1,38.7],"knR":[134.1,117.1],"ftR":[47.4,242],"hipL":[4.5,40.9],"knL":[28.4,184],"ftL":[-11.1,330]},{"rootY":-112.9,"hips":[0,0],"chest":[57.6,-57.9],"neck":[57.6,-57.9],"head":[97.7,-113.8],"shR":[72.5,-78.1],"elR":[158.9,-19.8],"haR":[218,-48.1],"shL":[75.1,-81.4],"elL":[103.2,12.9],"haL":[163.2,43.1],"hipR":[5.9,38.5],"knR":[130,122.6],"ftR":[42.7,247.2],"hipL":[4.3,41.1],"knL":[23.2,184.8],"ftL":[-15.5,331.3]},{"rootY":-118.9,"hips":[0,0],"chest":[58.7,-56.8],"neck":[58.7,-56.8],"head":[99,-112.1],"shR":[73.6,-78.9],"elR":[134.5,-3.5],"haR":[198.2,-18.8],"shL":[76.3,-78.2],"elL":[100.1,17.4],"haL":[159.4,49.3],"hipR":[5.4,38.2],"knR":[124.8,128.6],"ftR":[38.3,253.7],"hipL":[2.7,41.6],"knL":[18.5,185.9],"ftL":[-15.2,333.8]},{"rootY":-125.1,"hips":[0,0],"chest":[60.1,-55.5],"neck":[60.1,-55.5],"head":[100,-111],"shR":[79.5,-79.1],"elR":[140.2,-1.2],"haR":[204,-17.2],"shL":[73,-75.2],"elL":[93.5,20.5],"haL":[151.7,54.5],"hipR":[4.4,38.7],"knR":[118.1,136],"ftR":[33.4,262.5],"hipL":[1.5,41.4],"knL":[17,185.6],"ftL":[-12.9,334.5]},{"rootY":-132,"hips":[0,0],"chest":[61.5,-53.7],"neck":[61.5,-53.7],"head":[100.4,-110],"shR":[84.3,-77.5],"elR":[139.7,3.5],"haR":[203.4,-11],"shL":[70.4,-73.4],"elL":[88.1,22.7],"haL":[144.6,59.3],"hipR":[4.1,37.7],"knR":[109.9,142.6],"ftR":[25.9,269.5],"hipL":[0.3,42.3],"knL":[19.7,186.1],"ftL":[-12.7,334.4]},{"rootY":-137.9,"hips":[0,0],"chest":[63.6,-50.9],"neck":[63.6,-50.9],"head":[102.5,-106.6],"shR":[80.5,-75.3],"elR":[132.5,7.7],"haR":[196.1,-4.3],"shL":[77.9,-70.7],"elL":[92.2,25.7],"haL":[147,64.6],"hipR":[4.7,37.6],"knR":[105,147.9],"ftR":[26.1,277.9],"hipL":[0.4,42.4],"knL":[28.3,184.4],"ftL":[-14.1,330.2]},{"rootY":-146.7,"hips":[0,0],"chest":[65.3,-48.6],"neck":[65.3,-48.6],"head":[104.4,-103.7],"shR":[76.7,-73.8],"elR":[123.1,11.7],"haR":[186.7,1.2],"shL":[85.4,-67.6],"elL":[96.8,29.8],"haL":[150.5,70.7],"hipR":[6.1,37.2],"knR":[98.7,154.3],"ftR":[23.5,286.5],"hipL":[0.9,42.6],"knL":[39.2,182.1],"ftL":[-20,321.9]},{"rootY":-152.8,"hips":[0,0],"chest":[65.6,-47.7],"neck":[65.6,-47.7],"head":[104.4,-103],"shR":[76,-73.2],"elR":[120.1,15.7],"haR":[184.6,6],"shL":[87.9,-65.6],"elL":[98,32.3],"haL":[150.7,75],"hipR":[5.5,37.6],"knR":[93.8,158],"ftR":[23.5,292.7],"hipL":[0.1,42.4],"knL":[53.3,176.3],"ftL":[-22.2,307.8]},{"rootY":-159.8,"hips":[0,0],"chest":[66.8,-46.4],"neck":[66.8,-46.4],"head":[105.7,-101.6],"shR":[79,-72.8],"elR":[119.3,18.9],"haR":[184.2,10.4],"shL":[88.2,-62.7],"elL":[97,35.4],"haL":[149.3,78.8],"hipR":[7.2,37],"knR":[88.7,162.3],"ftR":[22.6,299],"hipL":[0.4,42.7],"knL":[68.2,168.7],"ftL":[-22.3,289.8]},{"rootY":-165.7,"hips":[0,0],"chest":[68.3,-44.4],"neck":[68.3,-44.4],"head":[107.7,-98.5],"shR":[85.4,-69.7],"elR":[122.5,24],"haR":[187.6,16.9],"shL":[85.6,-60.9],"elL":[93.7,35.8],"haL":[145.5,78.9],"hipR":[8.8,36.2],"knR":[82.9,166],"ftR":[22.7,305.1],"hipL":[2.3,43],"knL":[83.5,158.3],"ftL":[-17.3,269.4]},{"rootY":-171.2,"hips":[0,0],"chest":[68.7,-43.8],"neck":[68.7,-43.8],"head":[108,-98.4],"shR":[88.3,-69.3],"elR":[123.2,25.6],"haR":[188.3,19],"shL":[84.3,-59.1],"elL":[91.3,37.2],"haL":[143.7,79.2],"hipR":[8.2,36.9],"knR":[77.7,169.4],"ftR":[22.5,310.6],"hipL":[2,42.5],"knL":[97.5,145.8],"ftL":[-11,249]},{"rootY":-175.8,"hips":[0,0],"chest":[69.7,-42.5],"neck":[69.7,-42.5],"head":[108.8,-96.7],"shR":[94,-65.4],"elR":[125.5,30.3],"haR":[190.2,24.5],"shL":[82.2,-58.8],"elL":[87.4,36.6],"haL":[141.6,74.6],"hipR":[9.9,36],"knR":[72.6,171.7],"ftR":[21.6,314.2],"hipL":[2.7,43],"knL":[108.5,132.1],"ftL":[-2.8,231.7]},{"rootY":-180.8,"hips":[0,0],"chest":[70.6,-40.8],"neck":[70.6,-40.8],"head":[110.6,-93.9],"shR":[94.3,-62.2],"elR":[123,33.9],"haR":[187.4,28],"shL":[86,-56.5],"elL":[87.8,37.7],"haL":[143.6,69.2],"hipR":[11.7,35.7],"knR":[67.5,174.6],"ftR":[19.4,318.3],"hipL":[4.7,42.7],"knL":[116.4,119.7],"ftL":[8.4,219.9]},{"rootY":-182.4,"hips":[0,0],"chest":[70.7,-40.2],"neck":[70.7,-40.2],"head":[111.3,-92.3],"shR":[95.4,-59.5],"elR":[121.5,37.4],"haR":[185.6,30.7],"shL":[87.2,-55.7],"elL":[88.8,38.6],"haL":[147.7,60.7],"hipR":[11.3,35.9],"knR":[63.5,176],"ftR":[18.5,320.8],"hipL":[4.8,42.5],"knL":[125.1,107.1],"ftL":[19.6,211.5]},{"rootY":-184.7,"hips":[0,0],"chest":[71,-39.4],"neck":[71,-39.4],"head":[113,-89.4],"shR":[97.3,-57.1],"elR":[120.9,40.7],"haR":[184.9,32.7],"shL":[87.6,-54.4],"elL":[91,38.5],"haL":[150.8,52.1],"hipR":[12.3,35.5],"knR":[59.2,177.6],"ftR":[16.5,322.9],"hipL":[5.2,42.6],"knL":[129.6,97.1],"ftL":[32,208.8]},{"rootY":-185.7,"hips":[0,0],"chest":[71.5,-38.2],"neck":[71.5,-38.2],"head":[115,-87.4],"shR":[99.2,-54.5],"elR":[119.4,44.2],"haR":[183.3,35.3],"shL":[87.8,-52.9],"elL":[94.8,40.2],"haL":[157.1,45.8],"hipR":[12.6,35.4],"knR":[56.9,178.4],"ftR":[14.5,323.8],"hipL":[5.9,42.5],"knL":[133.5,91.9],"ftL":[45.1,211.3]},{"rootY":-187,"hips":[0,0],"chest":[71.9,-36.9],"neck":[71.9,-36.9],"head":[117.4,-83.8],"shR":[98.5,-52.4],"elR":[115.7,46.8],"haR":[179.3,37.1],"shL":[90.7,-50.9],"elL":[101.6,40.7],"haL":[164.1,43.2],"hipR":[12.7,35.5],"knR":[55,179.2],"ftR":[11.8,324.4],"hipL":[6.3,42.3],"knL":[135.3,89.9],"ftL":[56.4,216]},{"rootY":-187.5,"hips":[0,0],"chest":[71.7,-37.2],"neck":[71.7,-37.2],"head":[119.1,-82.1],"shR":[101.3,-50],"elR":[115.2,49.2],"haR":[178.6,39.9],"shL":[88.1,-52.7],"elL":[102.8,38.4],"haL":[166,38.9],"hipR":[12.4,35.6],"knR":[51.4,180.1],"ftR":[8.1,325.2],"hipL":[5.3,42.5],"knL":[134.9,90.2],"ftL":[63.6,221.5]},{"rootY":-188.6,"hips":[0,0],"chest":[71.9,-36.5],"neck":[71.9,-36.5],"head":[120.6,-79.1],"shR":[100.7,-49.3],"elR":[110.9,49.8],"haR":[174.1,40.7],"shL":[89.9,-50.6],"elL":[107.7,39.1],"haL":[170.7,38.1],"hipR":[13,35.4],"knR":[48.6,180.9],"ftR":[3.8,325.6],"hipL":[5.6,42.4],"knL":[134.5,94.2],"ftL":[66.1,227.3]},{"rootY":-188.8,"hips":[0,0],"chest":[72.1,-36.1],"neck":[72.1,-36.1],"head":[122,-77.6],"shR":[100.8,-48.1],"elR":[107.3,50.6],"haR":[170.1,42.1],"shL":[91.1,-49.5],"elL":[109.4,39.4],"haL":[171.8,37.8],"hipR":[13.2,35.1],"knR":[46.6,181.2],"ftR":[-1.6,325],"hipL":[4.9,42.8],"knL":[132.5,100.1],"ftL":[62.1,232.2]},{"rootY":-188.5,"hips":[0,0],"chest":[71.7,-36.4],"neck":[71.7,-36.4],"head":[122.7,-75.3],"shR":[97.5,-46.6],"elR":[100.9,51.8],"haR":[163.7,43.4],"shL":[94.4,-50.5],"elL":[110.6,38],"haL":[171.9,36.7],"hipR":[11,36.2],"knR":[44,182.4],"ftR":[-5,325.7],"hipL":[3.4,42.6],"knL":[129.4,104.7],"ftL":[56.1,235.3]},{"rootY":-191.2,"hips":[0,0],"chest":[72.1,-35.7],"neck":[72.1,-35.7],"head":[124,-73.1],"shR":[101,-45.9],"elR":[99.5,51.7],"haR":[162,44.9],"shL":[91.6,-49.4],"elL":[104.2,39],"haL":[164.8,37.2],"hipR":[10.3,36.1],"knR":[39.7,183.1],"ftR":[-11.4,325.7],"hipL":[2.8,42.8],"knL":[126.7,109.6],"ftL":[48.9,237.9]},{"rootY":-189.6,"hips":[0,0],"chest":[72.5,-35.3],"neck":[72.5,-35.3],"head":[125.8,-71],"shR":[103.3,-45.6],"elR":[94.6,50.4],"haR":[157.2,45.1],"shL":[90.4,-48.2],"elL":[98.1,40.3],"haL":[158.2,37.8],"hipR":[9.1,37.2],"knR":[36.4,184.8],"ftR":[-16.3,326.4],"hipL":[1.2,42.3],"knL":[124.2,112.7],"ftL":[42.6,237.9]},{"rootY":-194.4,"hips":[0,0],"chest":[73.3,-33.6],"neck":[73.3,-33.6],"head":[127.6,-67.2],"shR":[103.4,-43.6],"elR":[87,50.5],"haR":[149.8,47.5],"shL":[92.1,-46.3],"elL":[93.2,42.3],"haL":[152,39.7],"hipR":[8.2,37.1],"knR":[29.7,185.8],"ftR":[-23.1,328],"hipL":[0.9,42.5],"knL":[120.6,119],"ftL":[35.3,242]},{"rootY":-197.7,"hips":[0,0],"chest":[74.4,-31.7],"neck":[74.4,-31.7],"head":[130,-63.6],"shR":[106.1,-42.3],"elR":[80,50.1],"haR":[143.2,50.3],"shL":[91.3,-43.9],"elL":[85.2,46],"haL":[144.2,41.9],"hipR":[8.7,37],"knR":[21.9,186.8],"ftR":[-30.3,329.2],"hipL":[0.1,42.6],"knL":[115.7,126],"ftL":[26.5,246.4]},{"rootY":-203.6,"hips":[0,0],"chest":[75.1,-30.1],"neck":[75.1,-30.1],"head":[131.7,-60.2],"shR":[106.3,-42.1],"elR":[71.1,47.5],"haR":[134.3,52],"shL":[92.4,-41.1],"elL":[77.7,50.7],"haL":[137.9,46.9],"hipR":[6.9,37.5],"knR":[13.3,187.7],"ftR":[-36.1,331.2],"hipL":[-1.2,42.4],"knL":[109.3,132.7],"ftL":[17.6,251.8]},{"rootY":-208.2,"hips":[0,0],"chest":[76.3,-27.7],"neck":[76.3,-27.7],"head":[133.4,-56.6],"shR":[107.8,-39.9],"elR":[64.2,45.6],"haR":[126.8,55.8],"shL":[93.1,-38.7],"elL":[69.9,51.5],"haL":[129.3,50.1],"hipR":[5.8,38.1],"knR":[3.6,188.5],"ftR":[-42.7,333.3],"hipL":[-1.9,42.1],"knL":[101,142],"ftL":[7,258.7]},{"rootY":-213.5,"hips":[0,0],"chest":[76.9,-26.4],"neck":[76.9,-26.4],"head":[134.7,-54.2],"shR":[108.4,-39.5],"elR":[57.1,41.3],"haR":[119,56.9],"shL":[93.1,-37.6],"elL":[61.5,51.2],"haL":[121.3,52.8],"hipR":[4,38.2],"knR":[-5.3,188.4],"ftR":[-49.1,334.1],"hipL":[-3.7,42],"knL":[93.9,147.2],"ftL":[-2.5,262.7]},{"rootY":-216.9,"hips":[0,0],"chest":[76.5,-27.7],"neck":[76.5,-27.7],"head":[134.5,-55.2],"shR":[108,-41.6],"elR":[49.9,34.1],"haR":[110.5,55.6],"shL":[92.7,-38.2],"elL":[53.1,47.9],"haL":[112.5,53.9],"hipR":[-0.5,38.2],"knR":[-6.1,188.7],"ftR":[-54,333.2],"hipL":[-7.6,41.6],"knL":[85.8,151],"ftL":[-10.6,266.4]},{"rootY":-220.6,"hips":[0,0],"chest":[77.8,-24.8],"neck":[77.8,-24.8],"head":[135.8,-52.1],"shR":[108.4,-39],"elR":[44.5,32.9],"haR":[103.6,59.4],"shL":[94.6,-36],"elL":[47.3,46.1],"haL":[105.4,58.9],"hipR":[1.9,37.7],"knR":[-17.3,187.2],"ftR":[-62.2,332.6],"hipL":[-5.5,42.3],"knL":[80.2,158],"ftL":[-19.7,270.3]},{"rootY":-224.2,"hips":[0,0],"chest":[77.6,-25.1],"neck":[77.6,-25.1],"head":[136.1,-52.7],"shR":[106,-40.9],"elR":[38.7,24.7],"haR":[94.6,55.6],"shL":[96.4,-35.3],"elL":[42.2,42.8],"haL":[98.2,62.7],"hipR":[0.8,37.9],"knR":[-13.7,187.9],"ftR":[-71.5,328.7],"hipL":[-5.8,42.1],"knL":[72.4,163.4],"ftL":[-31.1,273.4]},{"rootY":-227.7,"hips":[0,0],"chest":[77.7,-25.3],"neck":[77.7,-25.3],"head":[136.4,-53.1],"shR":[105.8,-41.9],"elR":[35.7,18.7],"haR":[88.8,52.8],"shL":[96.4,-35.3],"elL":[37.8,39.4],"haL":[91.7,64.6],"hipR":[-0.1,37.6],"knR":[-9.2,188.1],"ftR":[-79.9,322.8],"hipL":[-6.1,42.2],"knL":[67,166.9],"ftL":[-34.5,278]},{"rootY":-231.1,"hips":[0,0],"chest":[77.7,-25.5],"neck":[77.7,-25.5],"head":[136.1,-53.8],"shR":[102.7,-42.7],"elR":[30.9,14],"haR":[81.3,50.7],"shL":[99.7,-35],"elL":[36.9,37.4],"haL":[88.5,67.5],"hipR":[-0.9,37.4],"knR":[-6.4,188],"ftR":[-88.3,316.3],"hipL":[-6.5,42.3],"knL":[61,170.3],"ftL":[-40.4,281.5]}]},"dab":{"name":"dab","fps":30,"height":520,"groundY":257,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[-2.7,-100.2],"neck":[-0.2,-168.2],"head":[-0.2,-204],"shR":[51.8,-150.4],"elR":[129,-162],"haR":[197.6,-174.4],"shL":[-53.6,-148.5],"elL":[-129.7,-156.2],"haL":[-198.2,-160.7],"hipR":[24.8,7.4],"knR":[22.5,130.4],"ftR":[17.9,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-27.9,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.7,-100.2],"neck":[-0.1,-168.2],"head":[-0.1,-204],"shR":[51.8,-150.4],"elR":[129.1,-161.9],"haR":[197.7,-174.3],"shL":[-53.5,-148.6],"elL":[-129.6,-156.4],"haL":[-198.1,-161.1],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.9,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.6,-100.2],"neck":[0.1,-168.2],"head":[0,-204],"shR":[52,-150.5],"elR":[129.2,-161.8],"haR":[197.9,-174],"shL":[-53.3,-148.8],"elL":[-129.5,-156.8],"haL":[-197.9,-161.7],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.8,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.5,-100.2],"neck":[0.3,-168.1],"head":[0.3,-203.9],"shR":[52.2,-150.5],"elR":[129.4,-161.7],"haR":[198.1,-173.7],"shL":[-53.1,-149],"elL":[-129.3,-157.2],"haL":[-197.7,-162.3],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.8,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28.1,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.4,-100.2],"neck":[0.6,-168.1],"head":[0.5,-203.9],"shR":[52.4,-150.5],"elR":[129.6,-161.5],"haR":[198.4,-173.3],"shL":[-52.9,-149.2],"elL":[-129,-157.5],"haL":[-197.5,-162.7],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.7,255.7],"hipL":[-25.2,8.1],"knL":[-26.5,131.3],"ftL":[-28.2,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.2,-100.2],"neck":[0.8,-168.1],"head":[0.7,-203.9],"shR":[52.6,-150.5],"elR":[129.9,-161.3],"haR":[198.7,-172.9],"shL":[-52.7,-149.4],"elL":[-128.8,-157.8],"haL":[-197.3,-163.2],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.6,255.7],"hipL":[-25.3,8.1],"knL":[-26.6,131.3],"ftL":[-28.3,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.1,-100.2],"neck":[1.1,-168.1],"head":[1,-203.9],"shR":[52.8,-150.5],"elR":[130.1,-161.1],"haR":[198.9,-172.5],"shL":[-52.5,-149.6],"elL":[-128.5,-158.2],"haL":[-197,-163.7],"hipR":[24.8,7.5],"knR":[22.4,130.5],"ftR":[17.4,255.7],"hipL":[-25.3,8.1],"knL":[-26.7,131.3],"ftL":[-28.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-2,-100.2],"neck":[1.3,-168.1],"head":[1.3,-203.9],"shR":[53.1,-150.4],"elR":[130.4,-160.9],"haR":[199.2,-172.3],"shL":[-52.2,-149.8],"elL":[-128.3,-158.6],"haL":[-196.7,-164.3],"hipR":[24.9,7.5],"knR":[22.3,130.5],"ftR":[17.3,255.7],"hipL":[-25.3,8.1],"knL":[-26.8,131.3],"ftL":[-28.6,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.8,-100.2],"neck":[1.6,-168.2],"head":[1.6,-203.9],"shR":[53.3,-150.3],"elR":[130.6,-160.8],"haR":[199.4,-172.2],"shL":[-52,-150],"elL":[-128,-159],"haL":[-196.4,-164.9],"hipR":[24.9,7.5],"knR":[22.2,130.5],"ftR":[17.1,255.7],"hipL":[-25.3,8.1],"knL":[-26.8,131.3],"ftL":[-28.7,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.7,-100.2],"neck":[1.9,-168.2],"head":[1.9,-203.8],"shR":[53.5,-150.3],"elR":[130.8,-160.8],"haR":[199.6,-172.2],"shL":[-51.7,-150.1],"elL":[-127.7,-159.5],"haL":[-196,-165.7],"hipR":[24.8,7.5],"knR":[22.2,130.5],"ftR":[17,255.7],"hipL":[-25.3,8.1],"knL":[-26.9,131.2],"ftL":[-28.9,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.6,-100.2],"neck":[2.2,-168.2],"head":[2.2,-203.8],"shR":[53.8,-150.2],"elR":[131,-160.8],"haR":[199.8,-172.3],"shL":[-51.5,-150.4],"elL":[-127.3,-160.1],"haL":[-195.6,-166.6],"hipR":[24.8,7.5],"knR":[22.1,130.5],"ftR":[16.8,255.7],"hipL":[-25.3,8.1],"knL":[-27,131.2],"ftL":[-29.1,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.5,-100.2],"neck":[2.4,-168.2],"head":[2.4,-203.8],"shR":[54,-150.2],"elR":[131.2,-160.9],"haR":[200,-172.4],"shL":[-51.3,-150.6],"elL":[-127,-160.7],"haL":[-195.3,-167.6],"hipR":[24.8,7.5],"knR":[22,130.5],"ftR":[16.5,255.7],"hipL":[-25.3,8.1],"knL":[-27.1,131.2],"ftL":[-29.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.4,-100.3],"neck":[2.6,-168.2],"head":[2.6,-203.8],"shR":[54.1,-150.3],"elR":[131.4,-161],"haR":[200.1,-172.6],"shL":[-51.1,-150.8],"elL":[-126.8,-161.3],"haL":[-194.9,-168.5],"hipR":[24.8,7.5],"knR":[21.8,130.5],"ftR":[16.2,255.7],"hipL":[-25.3,8.1],"knL":[-27.3,131.2],"ftL":[-29.7,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.3,-100.3],"neck":[2.7,-168.2],"head":[2.8,-203.8],"shR":[54.2,-150.3],"elR":[131.5,-161.1],"haR":[200.2,-172.8],"shL":[-50.9,-151],"elL":[-126.6,-161.7],"haL":[-194.6,-169.2],"hipR":[24.8,7.5],"knR":[21.6,130.5],"ftR":[15.9,255.7],"hipL":[-25.3,8],"knL":[-27.4,131.2],"ftL":[-30,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.2,-100.3],"neck":[2.8,-168.2],"head":[2.9,-203.9],"shR":[54.3,-150.3],"elR":[131.6,-161.2],"haR":[200.3,-173],"shL":[-50.8,-151.2],"elL":[-126.3,-162.1],"haL":[-194.3,-169.8],"hipR":[24.8,7.5],"knR":[21.4,130.5],"ftR":[15.6,255.7],"hipL":[-25.4,8],"knL":[-27.6,131.2],"ftL":[-30.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.1,-100.3],"neck":[3,-168.2],"head":[3.1,-203.8],"shR":[54.5,-150.3],"elR":[131.8,-161.3],"haR":[200.4,-173.1],"shL":[-50.7,-151.3],"elL":[-126.1,-162.4],"haL":[-194.1,-170.2],"hipR":[24.9,7.5],"knR":[21.3,130.5],"ftR":[15.3,255.7],"hipL":[-25.4,8],"knL":[-27.8,131.2],"ftL":[-30.7,256.4]},{"rootY":0,"hips":[0,0],"chest":[-1,-100.3],"neck":[3.1,-168.2],"head":[3.2,-203.8],"shR":[54.6,-150.3],"elR":[131.9,-161.3],"haR":[200.5,-173.1],"shL":[-50.5,-151.4],"elL":[-125.9,-162.5],"haL":[-193.8,-170.3],"hipR":[24.9,7.5],"knR":[21.2,130.5],"ftR":[15,255.7],"hipL":[-25.4,8],"knL":[-27.9,131.2],"ftL":[-31,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.9,-100.3],"neck":[3.2,-168.2],"head":[3.3,-203.8],"shR":[54.7,-150.4],"elR":[132,-161.3],"haR":[200.7,-173.1],"shL":[-50.4,-151.5],"elL":[-125.7,-162.5],"haL":[-193.6,-170.3],"hipR":[24.9,7.6],"knR":[21,130.5],"ftR":[14.6,255.7],"hipL":[-25.5,8],"knL":[-28.1,131.2],"ftL":[-31.4,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.8,-100.3],"neck":[3.3,-168.2],"head":[3.4,-203.8],"shR":[54.8,-150.4],"elR":[132.2,-161.2],"haR":[200.8,-173],"shL":[-50.3,-151.6],"elL":[-125.6,-162.5],"haL":[-193.5,-170.2],"hipR":[24.9,7.6],"knR":[20.8,130.5],"ftR":[14.3,255.6],"hipL":[-25.5,8],"knL":[-28.3,131.1],"ftL":[-31.7,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[54.9,-150.4],"elR":[132.3,-161.2],"haR":[200.9,-172.9],"shL":[-50.3,-151.6],"elL":[-125.5,-162.5],"haL":[-193.4,-170.1],"hipR":[25,7.6],"knR":[20.6,130.5],"ftR":[13.9,255.6],"hipL":[-25.5,8],"knL":[-28.5,131.1],"ftL":[-32.1,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[55,-150.4],"elR":[132.4,-161.1],"haR":[201,-172.7],"shL":[-50.2,-151.6],"elL":[-125.5,-162.4],"haL":[-193.4,-169.9],"hipR":[25,7.6],"knR":[20.4,130.5],"ftR":[13.6,255.6],"hipL":[-25.5,8],"knL":[-28.6,131.1],"ftL":[-32.4,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.6,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[55,-150.4],"elR":[132.4,-161],"haR":[201.1,-172.5],"shL":[-50.2,-151.6],"elL":[-125.5,-162.3],"haL":[-193.3,-169.9],"hipR":[25,7.6],"knR":[20.3,130.5],"ftR":[13.4,255.6],"hipL":[-25.6,7.9],"knL":[-28.8,131.1],"ftL":[-32.7,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.5,-100.4],"neck":[3.5,-168.1],"head":[3.5,-203.7],"shR":[55.1,-150.4],"elR":[132.6,-160.9],"haR":[201.2,-172.3],"shL":[-50.1,-151.6],"elL":[-125.4,-162.3],"haL":[-193.3,-169.8],"hipR":[25,7.6],"knR":[20.1,130.5],"ftR":[13.1,255.6],"hipL":[-25.6,7.9],"knL":[-28.9,131.1],"ftL":[-33,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.5,-100.4],"neck":[3.6,-168.1],"head":[3.6,-203.7],"shR":[55.2,-150.4],"elR":[132.7,-160.9],"haR":[201.4,-172.2],"shL":[-50,-151.6],"elL":[-125.3,-162.2],"haL":[-193.2,-169.7],"hipR":[25,7.6],"knR":[20,130.5],"ftR":[12.9,255.6],"hipL":[-25.6,7.9],"knL":[-29,131.1],"ftL":[-33.2,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.4,-100.4],"neck":[3.8,-168.1],"head":[3.7,-203.7],"shR":[55.3,-150.4],"elR":[132.8,-160.8],"haR":[201.5,-172.1],"shL":[-49.9,-151.6],"elL":[-125.2,-162.2],"haL":[-193.2,-169.6],"hipR":[24.9,7.6],"knR":[19.9,130.5],"ftR":[12.8,255.6],"hipL":[-25.6,7.9],"knL":[-29.1,131.1],"ftL":[-33.4,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.2,-100.4],"neck":[3.9,-168.1],"head":[3.8,-203.6],"shR":[55.5,-150.4],"elR":[133,-160.7],"haR":[201.7,-172],"shL":[-49.8,-151.5],"elL":[-125.1,-162.1],"haL":[-193.1,-169.4],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.6,255.6],"hipL":[-25.6,7.9],"knL":[-29.1,131.1],"ftL":[-33.5,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.1,-100.4],"neck":[4.1,-168.1],"head":[3.9,-203.6],"shR":[55.6,-150.2],"elR":[133.2,-160.6],"haR":[201.8,-171.9],"shL":[-49.6,-151.5],"elL":[-125,-162],"haL":[-192.9,-169.3],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.6,255.6],"hipL":[-25.6,7.9],"knL":[-29.2,131],"ftL":[-33.6,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.1,-100.4],"neck":[4.2,-168],"head":[4,-203.6],"shR":[55.8,-150.1],"elR":[133.3,-160.5],"haR":[201.9,-171.8],"shL":[-49.5,-151.4],"elL":[-124.9,-161.9],"haL":[-192.9,-169.2],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.5,255.6],"hipL":[-25.6,7.9],"knL":[-29.2,131],"ftL":[-33.7,256.3]},{"rootY":0.1,"hips":[0,0],"chest":[0,-100.4],"neck":[4.3,-168],"head":[4.1,-203.6],"shR":[55.9,-150.1],"elR":[133.4,-160.4],"haR":[202,-171.7],"shL":[-49.4,-151.4],"elL":[-124.8,-161.8],"haL":[-192.8,-169.1],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.4,255.6],"hipL":[-25.5,7.9],"knL":[-29.3,131],"ftL":[-33.8,256.3]},{"rootY":0.1,"hips":[0,0],"chest":[0,-100.4],"neck":[4.4,-168],"head":[4.2,-203.6],"shR":[55.9,-150.1],"elR":[133.5,-160.4],"haR":[202.1,-171.6],"shL":[-49.3,-151.5],"elL":[-124.8,-161.8],"haL":[-192.8,-169.1],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.3,255.6],"hipL":[-25.5,7.9],"knL":[-29.3,131],"ftL":[-33.8,256.3]},{"rootY":0,"hips":[0,0],"chest":[0.1,-100.4],"neck":[4.6,-168],"head":[4.4,-203.5],"shR":[56.1,-150],"elR":[133.7,-160.4],"haR":[202.3,-171.6],"shL":[-49.2,-151.6],"elL":[-124.6,-161.8],"haL":[-192.6,-169],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.3,255.6],"hipL":[-25.6,7.9],"knL":[-29.3,131],"ftL":[-33.9,256.3]},{"rootY":0,"hips":[0,0],"chest":[0.3,-100.4],"neck":[4.8,-168],"head":[4.6,-203.5],"shR":[56.4,-149.9],"elR":[133.9,-160.3],"haR":[202.5,-171.6],"shL":[-48.9,-151.6],"elL":[-124.4,-161.7],"haL":[-192.4,-168.8],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.3,255.6],"hipL":[-25.6,7.9],"knL":[-29.4,131],"ftL":[-33.9,256.2]},{"rootY":0.1,"hips":[0,0],"chest":[0.6,-100.3],"neck":[5.2,-167.9],"head":[5,-203.4],"shR":[56.7,-149.8],"elR":[134.3,-160.1],"haR":[202.8,-171.4],"shL":[-48.6,-151.5],"elL":[-124.1,-161.3],"haL":[-192,-168.3],"hipR":[25,7.7],"knR":[20,130.5],"ftR":[12.3,255.6],"hipL":[-25.7,7.9],"knL":[-29.4,131],"ftL":[-33.9,256.2]},{"rootY":0.1,"hips":[0,0],"chest":[1.1,-100.3],"neck":[5.8,-167.8],"head":[5.5,-203.3],"shR":[57.4,-149.5],"elR":[134.9,-159.7],"haR":[203.4,-171],"shL":[-48,-151.3],"elL":[-123.6,-160.5],"haL":[-191.5,-167.2],"hipR":[25.1,7.7],"knR":[20.1,130.6],"ftR":[12.1,255.7],"hipL":[-25.8,7.8],"knL":[-29.4,130.9],"ftL":[-33.8,256.1]},{"rootY":0.2,"hips":[0,0],"chest":[1.8,-100.2],"neck":[6.6,-167.6],"head":[6.2,-203.1],"shR":[58.2,-149],"elR":[135.8,-158.8],"haR":[204.2,-169.9],"shL":[-47.4,-150.9],"elL":[-123.1,-159.3],"haL":[-191,-165.3],"hipR":[25.3,7.9],"knR":[20.5,130.6],"ftR":[12,255.7],"hipL":[-26,7.7],"knL":[-29.6,130.8],"ftL":[-33.8,256]},{"rootY":0.3,"hips":[0,0],"chest":[2.4,-100.2],"neck":[7.2,-167.5],"head":[6.8,-203],"shR":[59,-148.4],"elR":[136.7,-157.5],"haR":[205.1,-167.9],"shL":[-46.8,-150.4],"elL":[-122.6,-157.4],"haL":[-190.6,-162.4],"hipR":[25.5,8],"knR":[21.2,130.6],"ftR":[11.9,255.6],"hipL":[-26.2,7.5],"knL":[-29.9,130.6],"ftL":[-33.9,255.9]},{"rootY":0.5,"hips":[0,0],"chest":[2.9,-100.1],"neck":[7.6,-167.3],"head":[7.3,-202.8],"shR":[59.6,-147.9],"elR":[137.5,-155.6],"haR":[205.9,-164.7],"shL":[-46.4,-149.8],"elL":[-122.4,-154.9],"haL":[-190.4,-158.4],"hipR":[25.6,8.3],"knR":[21.8,130.6],"ftR":[11.6,255.4],"hipL":[-26.4,7.3],"knL":[-30.2,130.4],"ftL":[-34.1,255.7]},{"rootY":0.6,"hips":[0,0],"chest":[3.5,-99.9],"neck":[8,-167.1],"head":[7.7,-202.6],"shR":[60.1,-147.4],"elR":[138.3,-153.1],"haR":[206.7,-160.3],"shL":[-46.1,-149.2],"elL":[-122.3,-151.9],"haL":[-190.3,-153.2],"hipR":[25.8,8.5],"knR":[22.1,130.6],"ftR":[11.3,255.2],"hipL":[-26.6,7],"knL":[-30.5,130.2],"ftL":[-34.5,255.4]},{"rootY":0.8,"hips":[0,0],"chest":[4.2,-99.8],"neck":[8.4,-166.7],"head":[8.3,-202.2],"shR":[60.8,-146.7],"elR":[139.2,-150],"haR":[207.6,-154.6],"shL":[-45.6,-148.5],"elL":[-121.8,-148.3],"haL":[-189.8,-147.2],"hipR":[25.9,8.8],"knR":[22.2,130.5],"ftR":[11,254.9],"hipL":[-26.8,6.8],"knL":[-30.8,129.8],"ftL":[-35,255.1]},{"rootY":1.1,"hips":[0,0],"chest":[5.1,-99.7],"neck":[9.2,-166.2],"head":[8.9,-201.8],"shR":[61.7,-146],"elR":[140.3,-146.5],"haR":[208.7,-148.2],"shL":[-44.9,-147.6],"elL":[-121,-144.4],"haL":[-188.9,-140.8],"hipR":[25.9,9],"knR":[22.2,130.3],"ftR":[10.8,254.5],"hipL":[-26.9,6.5],"knL":[-31.3,129.3],"ftL":[-35.4,254.6]},{"rootY":1.6,"hips":[0,0],"chest":[6,-99.6],"neck":[10,-165.7],"head":[9.5,-201.3],"shR":[62.7,-145.1],"elR":[141.4,-142.7],"haR":[209.7,-141.5],"shL":[-44.2,-146.6],"elL":[-119.9,-140.5],"haL":[-187.7,-134.4],"hipR":[26,9.1],"knR":[22.1,129.9],"ftR":[10.5,254],"hipL":[-27,6.5],"knL":[-32.2,128.7],"ftL":[-35.8,253.9]},{"rootY":2.1,"hips":[0,0],"chest":[6.7,-99.4],"neck":[10.7,-165.2],"head":[10,-200.8],"shR":[63.6,-144],"elR":[142.2,-138.7],"haR":[210.1,-135],"shL":[-43.6,-145.7],"elL":[-119,-137],"haL":[-186.4,-128.6],"hipR":[26.2,8.9],"knR":[21.8,129.6],"ftR":[10.2,253.6],"hipL":[-27,6.6],"knL":[-33.8,127.9],"ftL":[-36.8,252.8]},{"rootY":2.4,"hips":[0,0],"chest":[7,-99.3],"neck":[11.1,-164.8],"head":[10.2,-200.5],"shR":[64,-142.5],"elR":[142.5,-134.8],"haR":[209.2,-130],"shL":[-43.3,-145.2],"elL":[-118.4,-134.9],"haL":[-185.5,-125.1],"hipR":[26.3,8.8],"knR":[21.4,129.3],"ftR":[9.9,253.3],"hipL":[-27,6.8],"knL":[-36.7,126.9],"ftL":[-39.6,251.4]},{"rootY":2.5,"hips":[0,0],"chest":[7,-99.2],"neck":[11.2,-164.6],"head":[10.4,-200.4],"shR":[64.1,-141.2],"elR":[142.4,-131.7],"haR":[206.4,-128],"shL":[-43.2,-145.2],"elL":[-118.3,-134.9],"haL":[-185.2,-125.3],"hipR":[26.3,8.8],"knR":[21.2,129.2],"ftR":[9.7,253.2],"hipL":[-27,6.8],"knL":[-40.9,125.6],"ftL":[-45.7,250]},{"rootY":2.4,"hips":[0,0],"chest":[7,-99.2],"neck":[11.4,-164.7],"head":[10.8,-200.5],"shR":[64.2,-140.6],"elR":[142.6,-130.5],"haR":[201,-130.1],"shL":[-42.9,-145.7],"elL":[-118.2,-137.3],"haL":[-185.2,-129.5],"hipR":[26.2,9],"knR":[21.4,129.3],"ftR":[9.9,253.3],"hipL":[-27.1,6.5],"knL":[-46,124.5],"ftL":[-55.2,248.8]},{"rootY":2.3,"hips":[0,0],"chest":[7.2,-99.2],"neck":[11.9,-164.9],"head":[11.6,-200.8],"shR":[64.7,-141],"elR":[143.3,-131.5],"haR":[192.7,-136.1],"shL":[-42.4,-146.7],"elL":[-117.8,-141.6],"haL":[-184.9,-136.8],"hipR":[26,9.3],"knR":[22.1,129.5],"ftR":[10.4,253.3],"hipL":[-27.1,6.2],"knL":[-51.5,123.4],"ftL":[-67.7,247.3]},{"rootY":2.2,"hips":[0,0],"chest":[7.5,-99.1],"neck":[12.7,-165.1],"head":[12.5,-201],"shR":[65.4,-142.2],"elR":[144.3,-134.2],"haR":[181,-144.9],"shL":[-41.7,-148.1],"elL":[-117,-147.2],"haL":[-184.2,-146],"hipR":[25.8,9.5],"knR":[23,129.6],"ftR":[11.6,253.2],"hipL":[-27,6.1],"knL":[-57.6,122.1],"ftL":[-82.9,244.7]},{"rootY":2.1,"hips":[0,0],"chest":[7.8,-99.1],"neck":[13.3,-165.4],"head":[13.4,-201.3],"shR":[66,-143.9],"elR":[145,-138.3],"haR":[165.7,-155.3],"shL":[-41.1,-150.2],"elL":[-115.9,-154.2],"haL":[-182.9,-157],"hipR":[25.7,9.5],"knR":[24.1,129.6],"ftR":[13.1,253.1],"hipL":[-27,6],"knL":[-64.8,120],"ftL":[-100.2,240.2]},{"rootY":2.1,"hips":[0,0],"chest":[8.1,-99.1],"neck":[13.7,-165.7],"head":[14,-201.6],"shR":[66.2,-146.2],"elR":[145.2,-144],"haR":[148,-166.3],"shL":[-40.7,-152.7],"elL":[-114.2,-162.4],"haL":[-180.7,-170],"hipR":[25.6,9.6],"knR":[25.3,129.6],"ftR":[15,252.8],"hipL":[-26.9,5.9],"knL":[-72.8,116.9],"ftL":[-118.5,233.6]},{"rootY":2.3,"hips":[0,0],"chest":[8.5,-99],"neck":[14.1,-166],"head":[14.6,-201.8],"shR":[66.4,-149],"elR":[144.5,-151.4],"haR":[130,-177],"shL":[-40.1,-155.2],"elL":[-111.7,-171.7],"haL":[-177.1,-185],"hipR":[25.4,10],"knR":[26.6,129.6],"ftR":[17,252.4],"hipL":[-26.9,5.6],"knL":[-80.7,112.7],"ftL":[-135.7,225.3]},{"rootY":2.9,"hips":[0,0],"chest":[9.3,-98.9],"neck":[14.9,-166.1],"head":[15.3,-201.9],"shR":[66.6,-151.8],"elR":[142.8,-159.9],"haR":[113.4,-186.2],"shL":[-39.1,-157.2],"elL":[-108.4,-181.1],"haL":[-171.7,-201.2],"hipR":[25.2,10.5],"knR":[28.1,129.6],"ftR":[19.5,251.7],"hipL":[-27,5],"knL":[-88.1,107.8],"ftL":[-151,216.1]},{"rootY":3.9,"hips":[0,0],"chest":[10.3,-98.7],"neck":[15.7,-166],"head":[16,-201.9],"shR":[66.8,-154.1],"elR":[140,-168.1],"haR":[99.3,-193.2],"shL":[-37.9,-158.9],"elL":[-104,-190.2],"haL":[-164.6,-216.9],"hipR":[25,11.1],"knR":[30.2,129.3],"ftR":[22.5,250.6],"hipL":[-27.1,4.5],"knL":[-94.8,102.8],"ftL":[-164.2,207]},{"rootY":5.3,"hips":[0,0],"chest":[11.2,-98.4],"neck":[16.6,-165.9],"head":[16.8,-201.7],"shR":[67.2,-155.7],"elR":[136.3,-174.7],"haR":[88,-197.8],"shL":[-36.6,-160.6],"elL":[-99.1,-198.2],"haL":[-156.6,-230.6],"hipR":[24.9,11.5],"knR":[32.9,128.9],"ftR":[26.2,249],"hipL":[-27.1,4],"knL":[-100.3,98.2],"ftL":[-175.1,198.6]},{"rootY":6.8,"hips":[0,0],"chest":[12,-98.1],"neck":[17.4,-165.8],"head":[17.5,-201.6],"shR":[67.6,-156.6],"elR":[132.5,-178.6],"haR":[79.3,-200.2],"shL":[-35.3,-162],"elL":[-94.2,-204.7],"haL":[-148.9,-241.6],"hipR":[24.8,11.7],"knR":[35.6,128.4],"ftR":[30.3,247.3],"hipL":[-27.2,3.7],"knL":[-104.6,94.4],"ftL":[-183.6,191.5]},{"rootY":8.5,"hips":[0,0],"chest":[12.5,-97.9],"neck":[18,-165.8],"head":[18.1,-201.5],"shR":[68,-156.7],"elR":[129.5,-180],"haR":[72.9,-200.7],"shL":[-34.2,-163.2],"elL":[-90.2,-209.6],"haL":[-142.4,-249.9],"hipR":[24.8,11.9],"knR":[38,127.9],"ftR":[34.8,245.6],"hipL":[-27.3,3.6],"knL":[-107.8,91.5],"ftL":[-189.6,186.2]},{"rootY":10.3,"hips":[0,0],"chest":[12.9,-97.8],"neck":[18.5,-165.7],"head":[18.6,-201.4],"shR":[68.4,-156.3],"elR":[127.7,-179.6],"haR":[68.8,-199.6],"shL":[-33.4,-164.1],"elL":[-87.2,-213.2],"haL":[-137.4,-255.8],"hipR":[24.9,12],"knR":[40.1,127.4],"ftR":[39.7,243.8],"hipL":[-27.4,3.5],"knL":[-109.6,89.8],"ftL":[-192.8,183.3]},{"rootY":12.1,"hips":[0,0],"chest":[13.2,-97.6],"neck":[18.8,-165.6],"head":[19.2,-201.3],"shR":[68.8,-155.8],"elR":[127.2,-178.4],"haR":[66.6,-197.6],"shL":[-32.7,-164.7],"elL":[-84.9,-215.5],"haL":[-133.8,-259.8],"hipR":[25,12],"knR":[42.5,126.9],"ftR":[45.3,241.9],"hipL":[-27.4,3.5],"knL":[-109.9,89.5],"ftL":[-193,183.2]},{"rootY":14,"hips":[0,0],"chest":[13.6,-97.3],"neck":[19.5,-165.5],"head":[20.1,-201.1],"shR":[69.4,-155.1],"elR":[127.9,-176.8],"haR":[66.2,-195.3],"shL":[-31.9,-165.1],"elL":[-83.3,-216.8],"haL":[-131.4,-261.9],"hipR":[25,12.1],"knR":[45.5,126.5],"ftR":[51.9,239.9],"hipL":[-27.5,3.4],"knL":[-109,90.4],"ftL":[-190.8,185.3]},{"rootY":15.8,"hips":[0,0],"chest":[14.2,-97],"neck":[20.8,-165.2],"head":[21.7,-200.8],"shR":[70.7,-154.3],"elR":[129.7,-174.8],"haR":[67.4,-193],"shL":[-30.5,-165.5],"elL":[-81.8,-217.3],"haL":[-129.8,-262.5],"hipR":[25,12.2],"knR":[49.2,126],"ftR":[59.6,238],"hipL":[-27.5,3.2],"knL":[-107.2,92.5],"ftL":[-186.8,189.3]},{"rootY":17.8,"hips":[0,0],"chest":[15,-96.7],"neck":[22.5,-165],"head":[23.9,-200.5],"shR":[72.4,-153.3],"elR":[132.4,-172.2],"haR":[69.9,-190.6],"shL":[-28.9,-165.7],"elL":[-80.4,-217.1],"haL":[-128.8,-261.9],"hipR":[24.9,12.3],"knR":[54,125.4],"ftR":[68.4,236.1],"hipL":[-27.5,3.1],"knL":[-104.2,95.6],"ftL":[-180.7,194.8]},{"rootY":20.3,"hips":[0,0],"chest":[15.5,-96.5],"neck":[24.4,-164.8],"head":[26.6,-200.2],"shR":[74.3,-151.8],"elR":[135.6,-168.5],"haR":[73.5,-188.1],"shL":[-27.4,-165.5],"elL":[-79.4,-216.2],"haL":[-128.3,-260.3],"hipR":[24.8,12.4],"knR":[59.7,124.2],"ftR":[78.2,233.7],"hipL":[-27.5,3],"knL":[-100,99.4],"ftL":[-172.7,201.5]},{"rootY":23.7,"hips":[0,0],"chest":[15.5,-96.4],"neck":[26.2,-164.6],"head":[29.6,-199.9],"shR":[76,-149.5],"elR":[139.1,-163.1],"haR":[77.7,-185.3],"shL":[-26.3,-165],"elL":[-79.5,-214.7],"haL":[-129.1,-257.8],"hipR":[24.8,12.3],"knR":[66,122.2],"ftR":[88.9,230.3],"hipL":[-27.3,3.2],"knL":[-95.9,102.9],"ftL":[-164.8,207.6]},{"rootY":28.3,"hips":[0,0],"chest":[14.5,-96.4],"neck":[27.4,-164.3],"head":[32.7,-199.5],"shR":[77.1,-146.3],"elR":[141.8,-155.8],"haR":[81.6,-181.7],"shL":[-25.8,-164.7],"elL":[-80.7,-212.5],"haL":[-131.9,-254],"hipR":[24.8,11.9],"knR":[72.3,119.5],"ftR":[99.8,225.9],"hipL":[-27.1,3.6],"knL":[-93.5,105.3],"ftL":[-159.6,211.5]},{"rootY":33.4,"hips":[0,0],"chest":[12.9,-96.5],"neck":[28,-164.1],"head":[35.8,-198.9],"shR":[77.3,-142.6],"elR":[143.3,-148.4],"haR":[84.6,-177.8],"shL":[-25.9,-164.4],"elL":[-82.4,-209.6],"haL":[-135.9,-248.3],"hipR":[24.7,11.5],"knR":[78,116.4],"ftR":[110.4,221.1],"hipL":[-26.7,4],"knL":[-92.2,107],"ftL":[-156.4,213.7]},{"rootY":36.8,"hips":[0,0],"chest":[11.3,-96.8],"neck":[27.7,-164],"head":[38.4,-198.1],"shR":[76.5,-138.8],"elR":[143.8,-142.9],"haR":[85.6,-173.7],"shL":[-27,-163.2],"elL":[-84.4,-205.8],"haL":[-140.1,-240.9],"hipR":[24.6,11.4],"knR":[82.5,114.5],"ftR":[119.5,218.1],"hipL":[-26.6,4.1],"knL":[-90.3,108.9],"ftL":[-152.8,216.1]},{"rootY":36.8,"hips":[0,0],"chest":[10.1,-97],"neck":[26.9,-164.2],"head":[40.1,-197.5],"shR":[75.1,-135.6],"elR":[143.7,-140.1],"haR":[85,-170.3],"shL":[-28.7,-161.1],"elL":[-87,-201.1],"haL":[-143.9,-233.1],"hipR":[24.4,11.8],"knR":[84.6,114.8],"ftR":[126.3,218.2],"hipL":[-26.6,3.7],"knL":[-87.2,110.8],"ftL":[-148,219.4]},{"rootY":34.3,"hips":[0,0],"chest":[9.2,-97.4],"neck":[25.8,-164.7],"head":[40.3,-197.4],"shR":[73.9,-135.1],"elR":[143.9,-140.5],"haR":[84.1,-169.4],"shL":[-30.4,-159.4],"elL":[-89.8,-197.3],"haL":[-147.1,-227.7],"hipR":[24.3,11.8],"knR":[84.6,116.3],"ftR":[130.7,220.5],"hipL":[-26.6,3.6],"knL":[-84.5,112.4],"ftL":[-143.4,222.6]},{"rootY":31.7,"hips":[0,0],"chest":[8.4,-98],"neck":[24.6,-165.5],"head":[39,-198.2],"shR":[73.1,-136.9],"elR":[144.6,-143.7],"haR":[84.2,-171.5],"shL":[-31.7,-158.8],"elL":[-92.2,-196],"haL":[-149.6,-226.3],"hipR":[24.5,11.2],"knR":[84.1,117.2],"ftR":[133,222.9],"hipL":[-26.6,4.3],"knL":[-83.1,113.6],"ftL":[-140.6,224.8]},{"rootY":30.4,"hips":[0,0],"chest":[7.6,-98.4],"neck":[23.1,-166.1],"head":[36.9,-199.2],"shR":[72,-138.8],"elR":[144.9,-147.9],"haR":[85.1,-175.4],"shL":[-33.1,-158.6],"elL":[-94,-196.6],"haL":[-151.2,-227.8],"hipR":[24.7,10.5],"knR":[84.6,117.1],"ftR":[134.5,224.4],"hipL":[-26.5,5.1],"knL":[-82.5,114.7],"ftL":[-139.4,226.2]},{"rootY":29.8,"hips":[0,0],"chest":[6.5,-98.8],"neck":[21.4,-166.5],"head":[34.4,-200],"shR":[70.5,-139.4],"elR":[144.3,-151.1],"haR":[85.6,-178.5],"shL":[-34.8,-158],"elL":[-95.4,-197.3],"haL":[-152.1,-230],"hipR":[24.9,10],"knR":[85.8,116.4],"ftR":[135.5,225.1],"hipL":[-26.4,5.6],"knL":[-82.1,115.4],"ftL":[-138.8,227]},{"rootY":29.5,"hips":[0,0],"chest":[5.3,-99],"neck":[19.8,-166.7],"head":[32.1,-200.7],"shR":[68.8,-139.4],"elR":[142.9,-152.3],"haR":[84.9,-179.7],"shL":[-36.6,-157.3],"elL":[-96.9,-197.5],"haL":[-153,-231.2],"hipR":[24.9,9.6],"knR":[86.5,115.7],"ftR":[135.8,225.6],"hipL":[-26.3,6],"knL":[-81.9,115.8],"ftL":[-138.6,227.5]},{"rootY":29.1,"hips":[0,0],"chest":[4.1,-99.3],"neck":[18.4,-166.9],"head":[30,-201.2],"shR":[67.5,-139.3],"elR":[141.6,-151.8],"haR":[83.5,-179.3],"shL":[-38,-156.6],"elL":[-98.1,-197.1],"haL":[-154,-231.1],"hipR":[24.9,9.1],"knR":[86.3,115.5],"ftR":[135.7,226],"hipL":[-26.1,6.5],"knL":[-82,116.1],"ftL":[-138.9,227.7]},{"rootY":28.9,"hips":[0,0],"chest":[3.1,-99.4],"neck":[17.4,-167.1],"head":[28.5,-201.5],"shR":[66.6,-139.1],"elR":[140.6,-151],"haR":[82.3,-178.5],"shL":[-38.9,-155.9],"elL":[-98.7,-196.3],"haL":[-154.6,-230.2],"hipR":[25,8.7],"knR":[85.6,115.6],"ftR":[135.5,226.2],"hipL":[-25.9,6.9],"knL":[-82.1,116.4],"ftL":[-139.2,227.9]},{"rootY":28.8,"hips":[0,0],"chest":[2.5,-99.5],"neck":[16.8,-167.1],"head":[27.6,-201.6],"shR":[65.9,-138.5],"elR":[139.8,-150.4],"haR":[81.8,-177.9],"shL":[-39.6,-155.2],"elL":[-99,-195.3],"haL":[-154.7,-228.9],"hipR":[25,8.4],"knR":[85.1,115.7],"ftR":[135.5,226.4],"hipL":[-25.9,7.1],"knL":[-82,116.7],"ftL":[-139.2,228.1]},{"rootY":28.6,"hips":[0,0],"chest":[2.2,-99.4],"neck":[16.6,-167],"head":[27.2,-201.6],"shR":[65.6,-137.9],"elR":[139.5,-149.8],"haR":[81.8,-177.6],"shL":[-39.9,-154.8],"elL":[-99,-194.3],"haL":[-154.6,-227.3],"hipR":[25,8.4],"knR":[85,115.8],"ftR":[135.9,226.6],"hipL":[-25.8,7.2],"knL":[-81.9,116.8],"ftL":[-138.9,228.3]},{"rootY":28.5,"hips":[0,0],"chest":[2.1,-99.4],"neck":[16.5,-166.9],"head":[27.1,-201.5],"shR":[65.5,-137.7],"elR":[139.5,-149.3],"haR":[82,-177.5],"shL":[-39.9,-154.6],"elL":[-98.8,-193.5],"haL":[-154.4,-225.9],"hipR":[25,8.4],"knR":[85,115.9],"ftR":[136.3,226.8],"hipL":[-25.8,7.1],"knL":[-81.8,116.8],"ftL":[-138.6,228.4]},{"rootY":28.4,"hips":[0,0],"chest":[2,-99.4],"neck":[16.6,-166.9],"head":[27.1,-201.5],"shR":[65.4,-137.3],"elR":[139.4,-149],"haR":[82.2,-177.6],"shL":[-39.8,-154.4],"elL":[-98.6,-192.8],"haL":[-154.2,-224.7],"hipR":[24.9,8.5],"knR":[84.9,116],"ftR":[136.7,226.9],"hipL":[-25.9,7.1],"knL":[-81.6,116.8],"ftL":[-138.3,228.5]},{"rootY":28.3,"hips":[0,0],"chest":[1.7,-99.5],"neck":[16.4,-166.9],"head":[27.1,-201.5],"shR":[65,-136.6],"elR":[139.1,-148.9],"haR":[82.3,-177.7],"shL":[-40,-154.2],"elL":[-98.7,-192.2],"haL":[-154.2,-223.8],"hipR":[25,8.5],"knR":[84.8,116.2],"ftR":[137,227],"hipL":[-25.9,7.1],"knL":[-81.5,116.8],"ftL":[-138,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[1.1,-99.5],"neck":[15.9,-166.9],"head":[26.8,-201.5],"shR":[64.3,-136],"elR":[138.6,-148.8],"haR":[82.2,-177.7],"shL":[-40.4,-153.9],"elL":[-99.1,-191.7],"haL":[-154.6,-223],"hipR":[25,8.5],"knR":[84.6,116.2],"ftR":[137.1,227],"hipL":[-25.9,7.1],"knL":[-81.5,116.9],"ftL":[-137.9,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[0.4,-99.6],"neck":[15.1,-167],"head":[26.2,-201.5],"shR":[63.4,-135.9],"elR":[138,-148.8],"haR":[82,-177.7],"shL":[-41.1,-153.9],"elL":[-99.8,-191.3],"haL":[-155.3,-222.3],"hipR":[25.1,8.3],"knR":[84.5,116.2],"ftR":[136.8,227.1],"hipL":[-25.9,7.2],"knL":[-81.7,116.9],"ftL":[-138.2,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[-0.5,-99.6],"neck":[14.1,-167.1],"head":[25.4,-201.5],"shR":[62.5,-135.9],"elR":[137.3,-148.8],"haR":[81.5,-177.9],"shL":[-42,-153.8],"elL":[-100.6,-191],"haL":[-156.2,-221.8],"hipR":[25.1,8.1],"knR":[84.4,116.1],"ftR":[136.4,227.1],"hipL":[-25.9,7.5],"knL":[-81.8,117],"ftL":[-138.6,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[-1.4,-99.7],"neck":[13.1,-167.1],"head":[24.6,-201.5],"shR":[61.4,-136],"elR":[136.4,-149],"haR":[80.9,-178.2],"shL":[-42.9,-153.6],"elL":[-101.5,-190.6],"haL":[-157.1,-221.3],"hipR":[25.1,7.9],"knR":[84.3,115.9],"ftR":[136,227],"hipL":[-25.8,7.7],"knL":[-82,117.1],"ftL":[-139,228.7]},{"rootY":28.3,"hips":[0,0],"chest":[-2.2,-99.7],"neck":[12.3,-167.1],"head":[23.7,-201.5],"shR":[60.6,-136.1],"elR":[135.6,-149.3],"haR":[80.2,-178.4],"shL":[-43.6,-153.3],"elL":[-102.4,-190.2],"haL":[-158,-220.8],"hipR":[25.1,7.7],"knR":[84.1,115.8],"ftR":[135.6,227],"hipL":[-25.7,7.9],"knL":[-82.1,117.2],"ftL":[-139.4,228.6]},{"rootY":28.3,"hips":[0,0],"chest":[-3,-99.7],"neck":[11.6,-167.1],"head":[23,-201.6],"shR":[59.8,-136.2],"elR":[134.9,-149.6],"haR":[79.6,-178.5],"shL":[-44.3,-153.1],"elL":[-103.2,-189.7],"haL":[-158.8,-220.2],"hipR":[25.1,7.4],"knR":[83.9,115.7],"ftR":[135.3,227.1],"hipL":[-25.6,8.1],"knL":[-82.2,117.3],"ftL":[-139.7,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-3.8,-99.7],"neck":[11,-167.1],"head":[22.3,-201.6],"shR":[59.1,-136.2],"elR":[134.2,-150],"haR":[79.1,-178.6],"shL":[-44.8,-152.9],"elL":[-103.8,-189.4],"haL":[-159.6,-219.6],"hipR":[25.1,7.2],"knR":[83.6,115.5],"ftR":[135,227.1],"hipL":[-25.4,8.3],"knL":[-82.3,117.4],"ftL":[-140,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[-4.7,-99.7],"neck":[10.4,-167.1],"head":[21.7,-201.5],"shR":[58.3,-136],"elR":[133.6,-150.2],"haR":[78.7,-178.7],"shL":[-45.4,-152.7],"elL":[-104.5,-189.1],"haL":[-160.3,-219.2],"hipR":[25,6.9],"knR":[83.3,115.4],"ftR":[134.8,227.2],"hipL":[-25.3,8.6],"knL":[-82.4,117.6],"ftL":[-140.3,228.6]},{"rootY":28.1,"hips":[0,0],"chest":[-5.5,-99.7],"neck":[9.7,-167],"head":[21,-201.5],"shR":[57.5,-136],"elR":[132.9,-150.3],"haR":[78.2,-178.8],"shL":[-46.1,-152.6],"elL":[-105.2,-188.9],"haL":[-161,-219],"hipR":[25,6.7],"knR":[83,115.4],"ftR":[134.5,227.3],"hipL":[-25.2,8.8],"knL":[-82.4,117.7],"ftL":[-140.6,228.6]},{"rootY":28.1,"hips":[0,0],"chest":[-6.4,-99.7],"neck":[8.9,-167],"head":[20.3,-201.5],"shR":[56.7,-136],"elR":[132.2,-150.2],"haR":[77.8,-178.8],"shL":[-46.7,-152.7],"elL":[-106,-188.9],"haL":[-161.8,-219.1],"hipR":[25,6.4],"knR":[82.7,115.2],"ftR":[134.1,227.3],"hipL":[-25.1,9.1],"knL":[-82.6,117.8],"ftL":[-140.9,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[-7.4,-99.7],"neck":[8,-167],"head":[19.4,-201.4],"shR":[55.7,-136.1],"elR":[131.5,-150.2],"haR":[77.3,-178.8],"shL":[-47.5,-152.8],"elL":[-106.8,-189],"haL":[-162.6,-219.2],"hipR":[25,6.1],"knR":[82.5,115],"ftR":[133.6,227.2],"hipL":[-24.9,9.3],"knL":[-82.7,117.9],"ftL":[-141.4,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-8.5,-99.6],"neck":[7,-167],"head":[18.5,-201.4],"shR":[54.7,-136.1],"elR":[130.6,-150],"haR":[76.9,-178.8],"shL":[-48.4,-152.9],"elL":[-107.8,-189.1],"haL":[-163.5,-219.4],"hipR":[25,5.8],"knR":[82.3,114.8],"ftR":[133,227.1],"hipL":[-24.8,9.7],"knL":[-82.9,118.1],"ftL":[-142,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-9.7,-99.5],"neck":[6,-166.8],"head":[17.5,-201.3],"shR":[53.6,-136],"elR":[129.7,-149.8],"haR":[76.5,-178.9],"shL":[-49.3,-153.1],"elL":[-108.7,-189.4],"haL":[-164.4,-219.7],"hipR":[25,5.4],"knR":[81.9,114.7],"ftR":[132.2,227.2],"hipL":[-24.7,10],"knL":[-83.1,118.3],"ftL":[-142.6,228.4]},{"rootY":28.2,"hips":[0,0],"chest":[-10.9,-99.4],"neck":[5,-166.7],"head":[16.6,-201.1],"shR":[52.5,-136],"elR":[128.9,-149.5],"haR":[76.1,-178.9],"shL":[-50.2,-153.3],"elL":[-109.6,-189.7],"haL":[-165.2,-220.1],"hipR":[25.1,5],"knR":[81.6,114.5],"ftR":[131.5,227.2],"hipL":[-24.5,10.4],"knL":[-83.4,118.5],"ftL":[-143.3,228.3]},{"rootY":28.2,"hips":[0,0],"chest":[-11.8,-99.3],"neck":[4.2,-166.6],"head":[15.9,-200.9],"shR":[51.6,-135.9],"elR":[128.2,-149.2],"haR":[76,-178.8],"shL":[-50.9,-153.5],"elL":[-110.2,-190],"haL":[-165.7,-220.6],"hipR":[25.1,4.6],"knR":[81.3,114.2],"ftR":[130.9,227.2],"hipL":[-24.4,10.7],"knL":[-83.6,118.6],"ftL":[-144,228.3]},{"rootY":28.2,"hips":[0,0],"chest":[-12.5,-99.2],"neck":[3.6,-166.5],"head":[15.5,-200.8],"shR":[50.9,-135.8],"elR":[127.8,-148.7],"haR":[76.2,-178.7],"shL":[-51.3,-153.7],"elL":[-110.6,-190.1],"haL":[-166,-220.9],"hipR":[25.1,4.4],"knR":[81.1,114.1],"ftR":[130.6,227.1],"hipL":[-24.3,11],"knL":[-83.8,118.8],"ftL":[-144.4,228.2]},{"rootY":28.1,"hips":[0,0],"chest":[-12.9,-99.2],"neck":[3.3,-166.4],"head":[15.4,-200.7],"shR":[50.5,-135.6],"elR":[127.6,-148.3],"haR":[76.6,-178.6],"shL":[-51.5,-153.9],"elL":[-110.7,-190.3],"haL":[-165.9,-221],"hipR":[25.2,4.2],"knR":[80.9,114.1],"ftR":[130.2,227.2],"hipL":[-24.3,11.1],"knL":[-83.8,118.9],"ftL":[-144.6,228.2]},{"rootY":28.1,"hips":[0,0],"chest":[-12.9,-99.2],"neck":[3.3,-166.4],"head":[15.7,-200.6],"shR":[50.4,-135.4],"elR":[127.7,-147.5],"haR":[77.6,-178.3],"shL":[-51.3,-154.2],"elL":[-110.4,-190.3],"haL":[-165.5,-220.8],"hipR":[25.2,4.2],"knR":[81,114],"ftR":[130.1,227.2],"hipL":[-24.3,11.1],"knL":[-83.9,118.9],"ftL":[-144.7,228.3]},{"rootY":28.1,"hips":[0,0],"chest":[-12.4,-99.4],"neck":[3.9,-166.4],"head":[16.4,-200.5],"shR":[50.8,-135.2],"elR":[128.6,-146],"haR":[79.7,-177.6],"shL":[-50.6,-154.2],"elL":[-109.8,-189.5],"haL":[-164.5,-219.6],"hipR":[25.2,4.2],"knR":[81.3,114],"ftR":[130.6,227.1],"hipL":[-24.4,11.1],"knL":[-83.8,118.9],"ftL":[-144.5,228.4]},{"rootY":28.1,"hips":[0,0],"chest":[-11.3,-99.6],"neck":[5,-166.4],"head":[17.7,-200.5],"shR":[51.9,-134.9],"elR":[130.2,-142.9],"haR":[83.4,-176.1],"shL":[-49.3,-153.7],"elL":[-109,-187.4],"haL":[-163.4,-216.4],"hipR":[25.2,4.5],"knR":[81.7,114],"ftR":[131.5,226.9],"hipL":[-24.5,10.8],"knL":[-83.6,118.9],"ftL":[-144,228.5]},{"rootY":28.1,"hips":[0,0],"chest":[-9.5,-99.9],"neck":[6.8,-166.5],"head":[19.6,-200.4],"shR":[53.6,-134.8],"elR":[132.5,-137.4],"haR":[89,-172.8],"shL":[-47.3,-152.8],"elL":[-108.2,-183.4],"haL":[-161.9,-210.3],"hipR":[25.1,4.8],"knR":[82.2,114],"ftR":[132.3,226.7],"hipL":[-24.6,10.5],"knL":[-83.2,118.8],"ftL":[-143.3,228.5]},{"rootY":28.3,"hips":[0,0],"chest":[-7,-100.2],"neck":[9.4,-166.3],"head":[22.3,-200.3],"shR":[56.2,-134.6],"elR":[135.1,-129],"haR":[96.7,-166.9],"shL":[-44.5,-151.1],"elL":[-107.4,-176.7],"haL":[-159.6,-200.1],"hipR":[24.9,5.2],"knR":[82.9,113.8],"ftR":[133.1,226.5],"hipL":[-24.7,10.1],"knL":[-82.8,118.6],"ftL":[-142.4,228.3]},{"rootY":28.9,"hips":[0,0],"chest":[-4,-100.3],"neck":[12.8,-165.9],"head":[25.5,-199.9],"shR":[59.4,-133.6],"elR":[137.1,-117.8],"haR":[106.5,-157.8],"shL":[-41,-148.4],"elL":[-106.1,-166.8],"haL":[-156,-184.8],"hipR":[24.8,5.5],"knR":[83.7,113.5],"ftR":[133.8,225.9],"hipL":[-24.8,9.8],"knL":[-82.3,118.2],"ftL":[-141.1,227.6]},{"rootY":30.5,"hips":[0,0],"chest":[-1,-99.8],"neck":[16.8,-164.6],"head":[28.8,-198.9],"shR":[63.4,-132.4],"elR":[138,-105.5],"haR":[117.5,-145.2],"shL":[-36.9,-146.2],"elL":[-103.7,-154.1],"haL":[-150.9,-164.7],"hipR":[25,5.4],"knR":[84.3,112.6],"ftR":[134.6,224.2],"hipL":[-24.8,9.9],"knL":[-82.3,116.6],"ftL":[-139.2,225.3]},{"rootY":34.2,"hips":[0,0],"chest":[1.6,-98.8],"neck":[21.4,-162.3],"head":[32.4,-196.9],"shR":[68,-131.2],"elR":[138,-94.6],"haR":[128.2,-129.3],"shL":[-32.3,-145.7],"elL":[-99.6,-140.6],"haL":[-143.9,-141.2],"hipR":[25.2,5.1],"knR":[85.2,110.5],"ftR":[135.1,220.2],"hipL":[-24.6,10.3],"knL":[-82.5,113.3],"ftL":[-137.6,220.3]},{"rootY":40.7,"hips":[0,0],"chest":[3.7,-97.7],"neck":[25.7,-159.4],"head":[35.6,-194.2],"shR":[72,-129.1],"elR":[137.6,-86.7],"haR":[137.2,-111.6],"shL":[-27.6,-145.3],"elL":[-95.1,-127.4],"haL":[-134.9,-117.8],"hipR":[25.1,5.2],"knR":[86.3,106.8],"ftR":[135,213.7],"hipL":[-24.3,10.3],"knL":[-83.6,108.6],"ftL":[-137.9,213.2]},{"rootY":48.5,"hips":[0,0],"chest":[5.1,-97.1],"neck":[28.3,-157.2],"head":[37.4,-192.2],"shR":[73.8,-125.3],"elR":[136.7,-80.8],"haR":[143.5,-94.2],"shL":[-24.7,-142.1],"elL":[-92.5,-113.9],"haL":[-126.2,-96.3],"hipR":[24.7,5.7],"knR":[85.9,102.8],"ftR":[133,206.1],"hipL":[-24.2,9.8],"knL":[-87.3,103.2],"ftL":[-141.4,206.1]},{"rootY":54.4,"hips":[0,0],"chest":[5.7,-97.1],"neck":[28.5,-156.8],"head":[36.4,-192],"shR":[72.4,-120.9],"elR":[133.5,-75.6],"haR":[147.1,-77],"shL":[-25.2,-137.2],"elL":[-92.2,-100.1],"haL":[-120.6,-75.7],"hipR":[24.6,6.2],"knR":[82.4,101.2],"ftR":[127.8,200.8],"hipL":[-24.4,9.3],"knL":[-92.9,99.1],"ftL":[-147.6,201.3]},{"rootY":55.5,"hips":[0,0],"chest":[5.3,-97.5],"neck":[26.1,-158.1],"head":[32.5,-193.5],"shR":[68.9,-118.8],"elR":[126.8,-71.5],"haR":[148.4,-57.7],"shL":[-28.3,-133.8],"elL":[-91.8,-87.8],"haL":[-119.4,-55.2],"hipR":[24.8,6.6],"knR":[76.5,103.1],"ftR":[119.4,199.8],"hipL":[-24.7,9],"knL":[-97,98.3],"ftL":[-155.9,199.7]},{"rootY":51.9,"hips":[0,0],"chest":[4.5,-97.9],"neck":[21.8,-160.1],"head":[26.5,-195.6],"shR":[65.9,-120.9],"elR":[118.7,-70],"haR":[147.8,-36.9],"shL":[-32.9,-132.4],"elL":[-91.6,-79.3],"haL":[-122.9,-37.6],"hipR":[25,7.3],"knR":[70.6,106.9],"ftR":[109,203.3],"hipL":[-25.1,8.4],"knL":[-98.3,100.3],"ftL":[-164.1,200.3]},{"rootY":45.9,"hips":[0,0],"chest":[4.2,-98.4],"neck":[16.3,-162],"head":[19.6,-197.5],"shR":[63.6,-125.7],"elR":[111.1,-71.3],"haR":[145,-21.1],"shL":[-37.5,-130.4],"elL":[-93.9,-74.6],"haL":[-130.3,-27],"hipR":[25,8.1],"knR":[66.4,110.9],"ftR":[98.3,209.1],"hipL":[-25.5,7.5],"knL":[-98.4,102.2],"ftL":[-169.2,201.4]},{"rootY":39.6,"hips":[0,0],"chest":[3.6,-98.7],"neck":[9.3,-163.3],"head":[12,-198.8],"shR":[60.1,-130.6],"elR":[102.8,-74.2],"haR":[139,-15.6],"shL":[-42.8,-127.8],"elL":[-99.4,-72.3],"haL":[-140.4,-23],"hipR":[25.5,8.6],"knR":[62.8,114.9],"ftR":[87.6,215.5],"hipL":[-26.2,7.1],"knL":[-98.3,102.6],"ftL":[-169.9,202]},{"rootY":33.5,"hips":[0,0],"chest":[1.5,-98.8],"neck":[0.9,-163.8],"head":[4,-199.2],"shR":[54.1,-133.8],"elR":[93.4,-77.9],"haR":[130.7,-19.5],"shL":[-49.3,-126.5],"elL":[-106.9,-72],"haL":[-151,-23.3],"hipR":[26.5,8.1],"knR":[58,119],"ftR":[77.2,221.6],"hipL":[-26.7,7.6],"knL":[-97.7,102.4],"ftL":[-167.5,202.1]},{"rootY":28,"hips":[0,0],"chest":[-1.7,-98.6],"neck":[-7,-164],"head":[-2.8,-199.2],"shR":[47,-135],"elR":[86,-81.7],"haR":[124.8,-27.8],"shL":[-56.4,-127.4],"elL":[-115,-74.1],"haL":[-161.3,-26.5],"hipR":[27,7.1],"knR":[51,122.8],"ftR":[68.4,226.7],"hipL":[-26.5,8.6],"knL":[-95.2,103.3],"ftL":[-161.9,204]},{"rootY":23.3,"hips":[0,0],"chest":[-4.2,-98.6],"neck":[-12.9,-164.3],"head":[-7.3,-199.1],"shR":[41.3,-135.7],"elR":[82.6,-85.4],"haR":[124.8,-36],"shL":[-62.2,-129.4],"elL":[-122.9,-78.5],"haL":[-171.8,-32.6],"hipR":[26.7,6.4],"knR":[42.1,126],"ftR":[62.3,231.3],"hipL":[-25.8,9.2],"knL":[-91,105.6],"ftL":[-151.1,210.6]},{"rootY":19.7,"hips":[0,0],"chest":[-4.7,-98.8],"neck":[-14.9,-164.6],"head":[-8.4,-199.2],"shR":[39.4,-136.7],"elR":[83.7,-88.9],"haR":[131.2,-42.7],"shL":[-64.7,-131.9],"elL":[-128.4,-85],"haL":[-180.8,-41.9],"hipR":[26,6.3],"knR":[34.5,128.1],"ftR":[59.4,235.1],"hipL":[-25,9.3],"knL":[-83.2,110.4],"ftL":[-133.6,221.5]},{"rootY":17.3,"hips":[0,0],"chest":[-2.6,-99.2],"neck":[-11,-165],"head":[-5.1,-199.8],"shR":[42.5,-135.9],"elR":[89.1,-90],"haR":[144.3,-49.1],"shL":[-61.9,-134.8],"elL":[-128.5,-92.1],"haL":[-184.6,-52.9],"hipR":[26,6.9],"knR":[33.1,129.1],"ftR":[60.4,237.7],"hipL":[-25.2,8.7],"knL":[-70.5,117.3],"ftL":[-113.4,232.5]},{"rootY":15.9,"hips":[0,0],"chest":[1.5,-99.5],"neck":[-1.4,-165.4],"head":[2.3,-200.6],"shR":[50,-132.9],"elR":[98,-86.4],"haR":[161.1,-56.4],"shL":[-53.6,-137.1],"elL":[-122.6,-98.1],"haL":[-181.9,-63.5],"hipR":[26.7,8],"knR":[39.2,129],"ftR":[64.9,238.8],"hipL":[-26.6,7.6],"knL":[-57,122.8],"ftL":[-97.7,239.4]},{"rootY":15.4,"hips":[0,0],"chest":[7.5,-99.2],"neck":[11.4,-165.3],"head":[11.7,-200.5],"shR":[60.8,-130.7],"elR":[107.8,-78.7],"haR":[174.9,-66.5],"shL":[-41.5,-137.3],"elL":[-111.2,-100.4],"haL":[-173.7,-73.1],"hipR":[25.2,10.3],"knR":[49.2,127.7],"ftR":[71,238.7],"hipL":[-26.9,5.3],"knL":[-49.8,124.1],"ftL":[-89.1,241.1]},{"rootY":15.6,"hips":[0,0],"chest":[14.5,-97.9],"neck":[24.2,-163.8],"head":[20.6,-198.7],"shR":[72.9,-131.7],"elR":[115.5,-70.9],"haR":[178.4,-81],"shL":[-28.1,-134.7],"elL":[-94.8,-95.4],"haL":[-160,-80],"hipR":[19.8,13.2],"knR":[56.7,126],"ftR":[75.9,238.4],"hipL":[-23.7,2],"knL":[-48.9,122],"ftL":[-85.4,240]},{"rootY":16.7,"hips":[0,0],"chest":[19.4,-96.3],"neck":[33.9,-161.1],"head":[27.4,-195.6],"shR":[82.5,-135.6],"elR":[119.8,-69.2],"haR":[170.1,-95.9],"shL":[-18,-129.6],"elL":[-78,-82.8],"haL":[-142.6,-83.7],"hipR":[14.2,14.9],"knR":[58.7,124.9],"ftR":[77.8,237.8],"hipL":[-19.2,-0.1],"knL":[-47.5,119.7],"ftL":[-85.3,237.6]},{"rootY":18.6,"hips":[0,0],"chest":[19.4,-95.5],"neck":[36.1,-159.2],"head":[29.4,-193.7],"shR":[85.1,-139.6],"elR":[122.8,-74.8],"haR":[157.3,-105.4],"shL":[-15.7,-123.8],"elL":[-68.6,-67.6],"haL":[-127,-85.5],"hipR":[12.4,15.5],"knR":[56.3,125],"ftR":[76.2,236.2],"hipL":[-17.5,-0.8],"knL":[-45,119.1],"ftL":[-90.5,234.7]},{"rootY":20.9,"hips":[0,0],"chest":[15.9,-96.2],"neck":[28.7,-160.2],"head":[25.6,-195.2],"shR":[79.3,-142.2],"elR":[126.3,-87.6],"haR":[150,-115.1],"shL":[-22.1,-121.1],"elL":[-71.4,-59.2],"haL":[-119.2,-87.9],"hipR":[15.5,15.2],"knR":[52.6,125.4],"ftR":[72.6,234],"hipL":[-20.1,-0.4],"knL":[-44.4,119.3],"ftL":[-99.3,230.7]},{"rootY":22.5,"hips":[0,0],"chest":[9.3,-97.7],"neck":[13.1,-163],"head":[16.1,-197.9],"shR":[66.2,-144.3],"elR":[124.6,-103.6],"haR":[150,-128.3],"shL":[-36.8,-124],"elL":[-86.5,-62.9],"haL":[-119.7,-94.5],"hipR":[21,13.5],"knR":[49.6,125.2],"ftR":[65.7,232.4],"hipL":[-24.4,1.8],"knL":[-52.8,116.7],"ftL":[-107.6,227]},{"rootY":22.4,"hips":[0,0],"chest":[-0.9,-98.4],"neck":[-5.1,-164.5],"head":[3.4,-198.4],"shR":[49.8,-148.6],"elR":[116.8,-118.2],"haR":[157,-142.8],"shL":[-55.7,-131.2],"elL":[-108.8,-77],"haL":[-120.6,-107.5],"hipR":[25.8,9.5],"knR":[47.3,124.1],"ftR":[55.3,231.4],"hipL":[-26.8,6.1],"knL":[-65.3,112.8],"ftL":[-111.7,225.9]},{"rootY":19.9,"hips":[0,0],"chest":[-10.1,-97.5],"neck":[-18.8,-163.5],"head":[-6.9,-196.4],"shR":[36.2,-152.9],"elR":[109.6,-129],"haR":[165.6,-156.7],"shL":[-70.2,-137.7],"elL":[-126.9,-96.8],"haL":[-112,-123.6],"hipR":[27.1,5.8],"knR":[44.7,123.2],"ftR":[48.3,230.5],"hipL":[-26,9.8],"knL":[-69.1,114.1],"ftL":[-110,229.4]},{"rootY":17.6,"hips":[0,0],"chest":[-15.5,-96.6],"neck":[-26.2,-162.1],"head":[-12.5,-194.2],"shR":[28.6,-152.9],"elR":[105.5,-135.2],"haR":[168.8,-164.1],"shL":[-77.6,-142.2],"elL":[-134.2,-120.5],"haL":[-94.6,-138.8],"hipR":[26,3.9],"knR":[39,122.5],"ftR":[50.4,228.7],"hipL":[-23.9,11.6],"knL":[-65.5,118.6],"ftL":[-106.6,234.8]},{"rootY":17.7,"hips":[0,0],"chest":[-16.8,-96.3],"neck":[-28,-161.3],"head":[-14.2,-193.3],"shR":[26.4,-151.5],"elR":[103.1,-131.5],"haR":[161.4,-169.6],"shL":[-78.9,-147],"elL":[-131.1,-146.6],"haL":[-76.6,-151.8],"hipR":[24.5,3.6],"knR":[29.5,123.1],"ftR":[60.1,226.6],"hipL":[-22.1,11.8],"knL":[-62.8,120.6],"ftL":[-104.3,237.4]},{"rootY":19.8,"hips":[0,0],"chest":[-13.9,-96.7],"neck":[-23.7,-161.3],"head":[-12,-194],"shR":[30.7,-148.7],"elR":[105.2,-121.6],"haR":[148.1,-176.7],"shL":[-73.7,-153.3],"elL":[-121.8,-170],"haL":[-63.9,-165.6],"hipR":[23.8,4.8],"knR":[21.9,125.4],"ftR":[70.5,225.3],"hipL":[-21.9,10.7],"knL":[-63.8,118.4],"ftL":[-102,236]},{"rootY":21.1,"hips":[0,0],"chest":[-8,-97.4],"neck":[-12.9,-162.2],"head":[-4.8,-195.9],"shR":[41.2,-142.8],"elR":[115.2,-114.4],"haR":[135.7,-180.8],"shL":[-62.2,-159.5],"elL":[-112.4,-185.7],"haL":[-58.3,-182.6],"hipR":[24.8,6.5],"knR":[22.8,126.9],"ftR":[77,225.3],"hipL":[-24,9.2],"knL":[-64.8,115.9],"ftL":[-97.5,234.6]},{"rootY":19.5,"hips":[0,0],"chest":[0.2,-98.1],"neck":[3.4,-163.1],"head":[7.1,-197.4],"shR":[55.8,-136.9],"elR":[132,-115.2],"haR":[128.5,-181.8],"shL":[-46.3,-163.7],"elL":[-104.3,-191.7],"haL":[-59.4,-202.1],"hipR":[26.4,8.5],"knR":[33.9,125.7],"ftR":[82.7,225.8],"hipL":[-26.8,7.2],"knL":[-61.3,116.8],"ftL":[-88.9,236.2]},{"rootY":16.2,"hips":[0,0],"chest":[10.4,-97.6],"neck":[21.4,-162.7],"head":[21.3,-197],"shR":[72.6,-137.2],"elR":[151.5,-129.6],"haR":[129.2,-182.7],"shL":[-28.7,-165.4],"elL":[-95.9,-190.1],"haL":[-65.1,-220.9],"hipR":[24.7,10.9],"knR":[51.1,121.4],"ftR":[91.6,226.1],"hipL":[-26.6,4.6],"knL":[-52.4,119.9],"ftL":[-77.6,239.4]},{"rootY":13.5,"hips":[0,0],"chest":[17.9,-96.2],"neck":[34,-161.1],"head":[32.5,-195.1],"shR":[84.1,-142.3],"elR":[161.8,-158.4],"haR":[134.1,-185],"shL":[-16.2,-162.9],"elL":[-89.2,-184],"haL":[-74.8,-235.4],"hipR":[19.5,12.4],"knR":[63.2,117.7],"ftR":[97.3,227.9],"hipL":[-22.6,2.9],"knL":[-43.7,122.4],"ftL":[-73.2,241.3]},{"rootY":13.6,"hips":[0,0],"chest":[18.8,-95.7],"neck":[38.1,-160.1],"head":[37.6,-194],"shR":[84.9,-151.1],"elR":[153.7,-190.4],"haR":[139.6,-189.8],"shL":[-11.7,-157],"elL":[-86.6,-177.7],"haL":[-88.9,-243.2],"hipR":[14.2,12.7],"knR":[66.3,117],"ftR":[92.6,231.3],"hipL":[-17.4,2.5],"knL":[-40.1,123.2],"ftL":[-81.3,240]},{"rootY":17.4,"hips":[0,0],"chest":[13.2,-96.7],"neck":[33.9,-160.6],"head":[37.2,-194.6],"shR":[75.4,-161.8],"elR":[135.2,-212.7],"haR":[142.8,-200.5],"shL":[-14.1,-151.7],"elL":[-88.6,-172.7],"haL":[-104.9,-240.6],"hipR":[11.1,12.6],"knR":[66.5,117.1],"ftR":[80.1,233.5],"hipL":[-13.9,2.7],"knL":[-41,122.7],"ftL":[-94.4,235.8]},{"rootY":23.2,"hips":[0,0],"chest":[5.8,-97.4],"neck":[26.1,-161.2],"head":[34.7,-194.8],"shR":[63.7,-168.5],"elR":[118.4,-217.2],"haR":[147.4,-215.9],"shL":[-20.2,-149.3],"elL":[-93.9,-163.7],"haL":[-118.2,-228.9],"hipR":[11.3,13.2],"knR":[71.7,115.1],"ftR":[71.5,231.2],"hipL":[-13.6,2.2],"knL":[-41.6,121.9],"ftL":[-102.9,231.2]},{"rootY":28.2,"hips":[0,0],"chest":[1.9,-97.1],"neck":[20,-161],"head":[31.7,-194.3],"shR":[58.3,-166.6],"elR":[109.3,-202.6],"haR":[152,-229.5],"shL":[-25.9,-144.9],"elL":[-98.2,-143.9],"haL":[-126.8,-207.6],"hipR":[14.6,13.9],"knR":[80.6,112.1],"ftR":[70.3,226.4],"hipL":[-16.7,1.3],"knL":[-39.6,121.7],"ftL":[-105.8,228]},{"rootY":30.2,"hips":[0,0],"chest":[1.6,-96.9],"neck":[15,-161.2],"head":[26.7,-194.7],"shR":[57.5,-159.4],"elR":[106.2,-175.6],"haR":[150.7,-226.1],"shL":[-30,-137.9],"elL":[-98.5,-116.3],"haL":[-130.3,-175.9],"hipR":[19.7,13.3],"knR":[84.3,111.7],"ftR":[68.8,224],"hipL":[-22.2,2],"knL":[-38.5,121.9],"ftL":[-108.7,225.7]},{"rootY":28.5,"hips":[0,0],"chest":[-0.1,-97.1],"neck":[7,-161.4],"head":[17.1,-195.5],"shR":[54.1,-153.4],"elR":[99.2,-143],"haR":[143.4,-195.4],"shL":[-36.3,-132.8],"elL":[-96.7,-91.8],"haL":[-129.7,-132.8],"hipR":[24.5,11.1],"knR":[75.3,116.2],"ftR":[60.3,226.2],"hipL":[-26.4,4.5],"knL":[-43.7,121.7],"ftL":[-115,224.5]},{"rootY":24.6,"hips":[0,0],"chest":[-4.7,-96.9],"neck":[-2.6,-160.4],"head":[5.1,-195],"shR":[47.8,-147],"elR":[82.2,-115.5],"haR":[130.9,-150],"shL":[-45,-132.1],"elL":[-94.1,-76.9],"haL":[-112.8,-84.7],"hipR":[26.4,9.2],"knR":[57.9,121.7],"ftR":[52.2,229.7],"hipL":[-27.2,6.5],"knL":[-52.1,120.2],"ftL":[-115.9,225.8]},{"rootY":21.9,"hips":[0,0],"chest":[-9.2,-96.6],"neck":[-10.2,-158.7],"head":[-5.2,-193.2],"shR":[41,-137.7],"elR":[60.9,-96.2],"haR":[119,-92.9],"shL":[-52.5,-133.4],"elL":[-88.3,-68.7],"haL":[-75.4,-52.5],"hipR":[25.9,8.1],"knR":[41.4,124.8],"ftR":[55,230.2],"hipL":[-25.7,7.5],"knL":[-62,117.2],"ftL":[-101.2,229.3]},{"rootY":22.9,"hips":[0,0],"chest":[-11.3,-96.6],"neck":[-14.2,-157.6],"head":[-11.9,-191.6],"shR":[35.6,-131],"elR":[47.2,-84.4],"haR":[102,-46.1],"shL":[-57.2,-134.8],"elL":[-78.6,-64.4],"haL":[-31.5,-48.2],"hipR":[24.8,7.1],"knR":[30.1,126.4],"ftR":[68.5,227.2],"hipL":[-24,8.5],"knL":[-72.8,114.8],"ftL":[-84.8,231]},{"rootY":25.9,"hips":[0,0],"chest":[-10.3,-96.8],"neck":[-14,-157.8],"head":[-12.8,-191.5],"shR":[35.6,-128.8],"elR":[47.5,-73],"haR":[91.7,-19.1],"shL":[-59,-135.8],"elL":[-65.3,-65.3],"haL":[-0.6,-64.1],"hipR":[24.4,6.7],"knR":[27.4,127.5],"ftR":[82.1,224.3],"hipL":[-23.5,8.9],"knL":[-80,112.7],"ftL":[-78.3,229.5]},{"rootY":27.3,"hips":[0,0],"chest":[-8,-97.1],"neck":[-10.5,-159.3],"head":[-8,-193.2],"shR":[41.3,-129.6],"elR":[54.6,-64.7],"haR":[90.1,-11.9],"shL":[-57.2,-138.2],"elL":[-55,-73.4],"haL":[11.6,-89.7],"hipR":[25.3,7],"knR":[32.5,127.7],"ftR":[90,224.1],"hipL":[-24.7,8.6],"knL":[-81.4,112.1],"ftL":[-76.7,227.2]},{"rootY":24.7,"hips":[0,0],"chest":[-5.1,-97.4],"neck":[-3.7,-160.8],"head":[1.3,-195],"shR":[48.7,-130.3],"elR":[69.6,-62.3],"haR":[100.2,-23.3],"shL":[-52,-142.5],"elL":[-54.6,-88.2],"haL":[9.4,-115.5],"hipR":[26.5,7.9],"knR":[42.4,126.9],"ftR":[95.7,226],"hipL":[-26.5,7.8],"knL":[-74.7,115],"ftL":[-72.8,226.8]},{"rootY":18.7,"hips":[0,0],"chest":[-2.8,-97.5],"neck":[4,-161.2],"head":[11.6,-195.7],"shR":[55.7,-132.1],"elR":[94.1,-68.5],"haR":[115.5,-47.4],"shL":[-45.2,-145],"elL":[-64.5,-109.7],"haL":[-0.6,-137.2],"hipR":[26.2,9.1],"knR":[52.4,125.2],"ftR":[101,228.3],"hipL":[-26.9,6.6],"knL":[-62.2,119.2],"ftL":[-71.3,227.6]},{"rootY":11.4,"hips":[0,0],"chest":[-2,-97.4],"neck":[9.8,-161],"head":[19.4,-195.5],"shR":[60.4,-136],"elR":[120.7,-89.1],"haR":[128.5,-81],"shL":[-38.6,-144.8],"elL":[-77.5,-137.6],"haL":[-12.6,-156.3],"hipR":[24.2,10.2],"knR":[60,122.4],"ftR":[99.6,229.8],"hipL":[-25.3,5.4],"knL":[-49.4,122.2],"ftL":[-80.9,227.4]},{"rootY":6.5,"hips":[0,0],"chest":[-1.3,-97.5],"neck":[13.1,-161.3],"head":[23.2,-195.9],"shR":[62.4,-141],"elR":[138.1,-124.7],"haR":[137,-118.2],"shL":[-33,-147.5],"elL":[-80.9,-167.2],"haL":[-28,-178.9],"hipR":[21.1,11.1],"knR":[66.9,117.6],"ftR":[84.9,229.2],"hipL":[-22.5,4.5],"knL":[-40.8,124.1],"ftL":[-98.2,225.6]},{"rootY":6.5,"hips":[0,0],"chest":[0.1,-97.7],"neck":[14.4,-162.6],"head":[23.2,-197.2],"shR":[62.6,-150.8],"elR":[138.5,-167.2],"haR":[141.8,-159],"shL":[-29,-153.7],"elL":[-72.4,-193.5],"haL":[-49.9,-209.5],"hipR":[18,11.8],"knR":[73.5,113.5],"ftR":[58.5,227.7],"hipL":[-19.6,3.7],"knL":[-40.7,124],"ftL":[-113.5,223.4]},{"rootY":10.7,"hips":[0,0],"chest":[1.1,-97.9],"neck":[14.9,-163.7],"head":[21.2,-197.8],"shR":[59.5,-164.1],"elR":[124.3,-204.7],"haR":[138,-201.8],"shL":[-25.2,-160.4],"elL":[-59.1,-208.5],"haL":[-65.8,-236],"hipR":[16.5,12],"knR":[76.1,114.2],"ftR":[35.7,228.3],"hipL":[-18.1,3.5],"knL":[-46.8,122.2],"ftL":[-123,221.6]},{"rootY":17.5,"hips":[0,0],"chest":[1.5,-98],"neck":[15.5,-164.1],"head":[20,-197],"shR":[53.8,-174.6],"elR":[104.7,-227.3],"haR":[128.2,-239.8],"shL":[-19.6,-165.2],"elL":[-52.2,-213.6],"haL":[-69.2,-253.5],"hipR":[16.2,11.9],"knR":[76.9,116.2],"ftR":[24.2,228.5],"hipL":[-17.9,3.6],"knL":[-53.4,119.8],"ftL":[-129,219.7]},{"rootY":24.7,"hips":[0,0],"chest":[1,-98.1],"neck":[14.8,-163.9],"head":[19.8,-196.4],"shR":[50.2,-177.4],"elR":[92.3,-232.7],"haR":[117.5,-271.1],"shL":[-10.4,-169.6],"elL":[-58,-212.3],"haL":[-69.3,-266.5],"hipR":[16.2,11.9],"knR":[79.6,115.9],"ftR":[20.9,225.8],"hipL":[-17.9,3.6],"knL":[-57.9,118.2],"ftL":[-134.5,217.1]},{"rootY":29.3,"hips":[0,0],"chest":[0.5,-98],"neck":[12.5,-164],"head":[19.2,-196.5],"shR":[50.4,-174.3],"elR":[93.4,-226.1],"haR":[109.4,-285.9],"shL":[-15.3,-170.4],"elL":[-69.1,-203.5],"haL":[-78.7,-261],"hipR":[16.9,11.9],"knR":[82.6,114.5],"ftR":[20.5,221.8],"hipL":[-18.5,3.5],"knL":[-59.7,118.1],"ftL":[-138.9,215.1]},{"rootY":28.8,"hips":[0,0],"chest":[0.9,-97.9],"neck":[10.1,-164.4],"head":[18.3,-196.8],"shR":[50.9,-170.5],"elR":[99.5,-212.7],"haR":[107.1,-281.7],"shL":[-32.5,-155.2],"elL":[-80.6,-194.1],"haL":[-99.9,-235.4],"hipR":[19.3,11.8],"knR":[81.4,115.2],"ftR":[19.8,220.6],"hipL":[-21,3.7],"knL":[-59.1,118.8],"ftL":[-140,214.5]},{"rootY":24,"hips":[0,0],"chest":[0.5,-97.6],"neck":[6,-164],"head":[15.6,-196.1],"shR":[49.2,-167.2],"elR":[98,-194.3],"haR":[117.6,-259.5],"shL":[-39.8,-150.8],"elL":[-97,-177.4],"haL":[-125.1,-196.5],"hipR":[23.2,11],"knR":[71.9,118.2],"ftR":[21.3,221.6],"hipL":[-24.7,4.5],"knL":[-59.4,117.3],"ftL":[-136.6,214.4]},{"rootY":18.3,"hips":[0,0],"chest":[-1.5,-96.9],"neck":[1.2,-162.3],"head":[11.1,-194.4],"shR":[46.9,-161.9],"elR":[87.9,-175.1],"haR":[133.9,-217.2],"shL":[-46.1,-147.7],"elL":[-110.2,-154.6],"haL":[-142.2,-153.8],"hipR":[26,9.6],"knR":[53.5,121.8],"ftR":[32.2,220.6],"hipL":[-26.9,6],"knL":[-64.8,111.5],"ftL":[-126.7,215.6]},{"rootY":14.9,"hips":[0,0],"chest":[-3.9,-96.4],"neck":[-3.3,-160.6],"head":[5.9,-193],"shR":[44.6,-152.9],"elR":[78.7,-155.4],"haR":[137.5,-167],"shL":[-50.8,-144.9],"elL":[-116.6,-125.9],"haL":[-150,-112],"hipR":[26.4,8.3],"knR":[33.7,125.3],"ftR":[55.5,217.6],"hipL":[-26.8,7.4],"knL":[-73.4,106],"ftL":[-110.2,220.4]},{"rootY":15.8,"hips":[0,0],"chest":[-6.2,-96.3],"neck":[-7.8,-159.7],"head":[0.1,-192.5],"shR":[41.5,-145.9],"elR":[74.5,-131.1],"haR":[135.4,-112.2],"shL":[-54.6,-141.8],"elL":[-114.4,-96.8],"haL":[-150.2,-77.2],"hipR":[25.7,7.2],"knR":[21.3,128.5],"ftR":[84.2,215.7],"hipL":[-25.6,8.4],"knL":[-80.3,105.3],"ftL":[-93.9,226.7]},{"rootY":20.6,"hips":[0,0],"chest":[-6.7,-96.6],"neck":[-10.4,-159],"head":[-4.7,-192.2],"shR":[40.7,-143.6],"elR":[71.5,-104.8],"haR":[124.1,-61.9],"shL":[-57.1,-137],"elL":[-104.9,-74.8],"haL":[-136.2,-50.8],"hipR":[25.1,7.2],"knR":[25.3,130.2],"ftR":[107.7,216.3],"hipL":[-24.8,8.5],"knL":[-82.6,106.1],"ftL":[-83.3,229.4]},{"rootY":25.5,"hips":[0,0],"chest":[-6.5,-96.6],"neck":[-11.2,-157.4],"head":[-8.5,-190.6],"shR":[42.2,-139.1],"elR":[67.9,-83.7],"haR":[109.8,-27.7],"shL":[-59.1,-131.9],"elL":[-97.9,-62.7],"haL":[-115.1,-37.7],"hipR":[25.5,7.1],"knR":[37.3,129.4],"ftR":[119.2,218.6],"hipL":[-25,8.6],"knL":[-84.5,104.9],"ftL":[-79,227.6]},{"rootY":27.8,"hips":[0,0],"chest":[-5.7,-96.5],"neck":[-10.5,-155.9],"head":[-10,-188.8],"shR":[44.4,-134.5],"elR":[71.2,-71.6],"haR":[99.1,-11.7],"shL":[-60.8,-130],"elL":[-95.9,-58.9],"haL":[-93.8,-39.2],"hipR":[26.3,7.3],"knR":[50,126.8],"ftR":[123.1,219.5],"hipL":[-26,8.3],"knL":[-86.5,102.5],"ftL":[-77,224.1]},{"rootY":25.7,"hips":[0,0],"chest":[-4.2,-96.9],"neck":[-8.4,-156.3],"head":[-7.3,-188.8],"shR":[46.6,-132.1],"elR":[84.3,-66],"haR":[90.3,-13],"shL":[-60.5,-131.1],"elL":[-96.9,-61.4],"haL":[-80.6,-52.6],"hipR":[26.5,8.6],"knR":[59.4,124.6],"ftR":[124.8,220.6],"hipL":[-26.9,7.1],"knL":[-85.2,102.7],"ftL":[-74.7,223.7]},{"rootY":19.1,"hips":[0,0],"chest":[-2.4,-97.6],"neck":[-5.6,-158.3],"head":[-1.9,-190.1],"shR":[48.9,-131.4],"elR":[96,-67.7],"haR":[84.3,-28.9],"shL":[-58.1,-133.7],"elL":[-100.8,-68.9],"haL":[-80.9,-69.1],"hipR":[26.2,9.5],"knR":[64.4,124.7],"ftR":[124.3,224.7],"hipL":[-27.2,6.1],"knL":[-79,106.7],"ftL":[-71.7,228.1]},{"rootY":12.1,"hips":[0,0],"chest":[-0.8,-97.9],"neck":[-2.5,-160.5],"head":[3.9,-191.8],"shR":[51.6,-133.9],"elR":[101.4,-76],"haR":[79.9,-53.9],"shL":[-55.8,-137.5],"elL":[-109.1,-83.4],"haL":[-89.8,-96.3],"hipR":[26.1,9.9],"knR":[67.2,125.2],"ftR":[116.5,229.6],"hipL":[-27.3,5.7],"knL":[-71.9,111.6],"ftL":[-68.8,233.3]},{"rootY":7.9,"hips":[0,0],"chest":[0.2,-98],"neck":[-0.3,-162],"head":[7.6,-193.9],"shR":[53.6,-138.7],"elR":[103,-88],"haR":[75.7,-83.3],"shL":[-54.1,-139.8],"elL":[-120,-106.7],"haL":[-102.4,-133.2],"hipR":[26,10.1],"knR":[68,125.6],"ftR":[99.1,233.8],"hipL":[-27.4,5.5],"knL":[-68.3,114.7],"ftL":[-69.2,236.1]},{"rootY":6.9,"hips":[0,0],"chest":[0.8,-98],"neck":[0.7,-163.2],"head":[8.4,-196.5],"shR":[53.9,-143.8],"elR":[104,-104.1],"haR":[72.9,-114.2],"shL":[-53.6,-143.8],"elL":[-126.7,-134.3],"haL":[-113.1,-172.1],"hipR":[25.6,10.7],"knR":[67.2,126.4],"ftR":[77.5,237.4],"hipL":[-27.3,4.9],"knL":[-66,116],"ftL":[-75.7,236.3]},{"rootY":8.8,"hips":[0,0],"chest":[1.4,-98.2],"neck":[1.9,-164.4],"head":[7.8,-198.9],"shR":[54.1,-148.1],"elR":[106.3,-122.7],"haR":[72.8,-144.7],"shL":[-52.5,-149.5],"elL":[-127,-161.1],"haL":[-122.2,-206.6],"hipR":[24.8,11.5],"knR":[65.6,127.4],"ftR":[60.2,240],"hipL":[-27,4],"knL":[-60.9,117.6],"ftL":[-85.6,234.9]},{"rootY":12,"hips":[0,0],"chest":[2.1,-98.3],"neck":[3.6,-164.8],"head":[6.5,-200.2],"shR":[54.9,-151.7],"elR":[109.9,-140.1],"haR":[75.5,-173],"shL":[-50.3,-154.2],"elL":[-121.8,-182.8],"haL":[-130.8,-233.9],"hipR":[24.1,12],"knR":[64.5,127.6],"ftR":[52.3,240],"hipL":[-26.5,3.5],"knL":[-55.2,119.6],"ftL":[-92.8,233.2]},{"rootY":13.5,"hips":[0,0],"chest":[2.6,-98.2],"neck":[4,-164.2],"head":[2.8,-200],"shR":[54.4,-154.8],"elR":[113.6,-149.9],"haR":[81.3,-193.3],"shL":[-48.4,-157.9],"elL":[-118.1,-192.5],"haL":[-136.8,-249],"hipR":[23.8,12.2],"knR":[62.8,128.1],"ftR":[50.6,239.4],"hipL":[-26.3,3.3],"knL":[-55,120.1],"ftL":[-95.5,233]},{"rootY":11.6,"hips":[0,0],"chest":[2,-98.4],"neck":[0.8,-163.7],"head":[-4,-199.4],"shR":[50.8,-156.7],"elR":[113.4,-147.9],"haR":[88.8,-200.8],"shL":[-49.3,-161.2],"elL":[-122.4,-187.6],"haL":[-139.8,-250.8],"hipR":[24.4,11.8],"knR":[58.8,129.4],"ftR":[48.9,241],"hipL":[-26.8,3.6],"knL":[-60.8,119.4],"ftL":[-97.6,234.9]},{"rootY":7.8,"hips":[0,0],"chest":[0,-99.1],"neck":[-5.6,-164.1],"head":[-12.3,-199.4],"shR":[45.3,-156.2],"elR":[106.8,-136.5],"haR":[95,-194.5],"shL":[-55.3,-160.1],"elL":[-131.1,-171.9],"haL":[-145.9,-238.4],"hipR":[25.4,10.7],"knR":[52.3,130.7],"ftR":[46.4,243.9],"hipL":[-27.3,4.8],"knL":[-65.9,119.9],"ftL":[-101.2,237.7]},{"rootY":5,"hips":[0,0],"chest":[-2.6,-99.7],"neck":[-11.9,-164.9],"head":[-19.4,-199.8],"shR":[40.5,-154.2],"elR":[97.9,-121.7],"haR":[98.6,-175.2],"shL":[-62.8,-154.5],"elL":[-138.1,-149.4],"haL":[-154.3,-214.9],"hipR":[26.3,9.3],"knR":[47,130.8],"ftR":[48.3,244.4],"hipL":[-27.2,6.2],"knL":[-66,122.2],"ftL":[-101.7,240.7]},{"rootY":4.4,"hips":[0,0],"chest":[-4.2,-99.9],"neck":[-16,-165.3],"head":[-23.4,-199.9],"shR":[37.6,-151.1],"elR":[93.4,-108.7],"haR":[99.8,-145.9],"shL":[-67.3,-146.2],"elL":[-138.5,-123.6],"haL":[-159.7,-182.5],"hipR":[26.6,8.5],"knR":[46.5,129.8],"ftR":[58.5,241.9],"hipL":[-26.9,7],"knL":[-63.6,124.1],"ftL":[-94.5,243.3]},{"rootY":6.9,"hips":[0,0],"chest":[-4.7,-99.6],"neck":[-18.3,-165.2],"head":[-24.4,-199.7],"shR":[36,-146.5],"elR":[93.8,-101],"haR":[96.4,-115.9],"shL":[-68.1,-137.6],"elL":[-132.4,-99.1],"haL":[-157.2,-141.9],"hipR":[26.6,8.1],"knR":[50.2,128.5],"ftR":[74.6,237.2],"hipL":[-26.6,7.5],"knL":[-65.1,123.3],"ftL":[-82.5,242.7]},{"rootY":13.4,"hips":[0,0],"chest":[-5.2,-98.9],"neck":[-19.3,-164.7],"head":[-23.5,-199.4],"shR":[34.5,-141.9],"elR":[95,-97.8],"haR":[88.9,-90.5],"shL":[-67.3,-131.8],"elL":[-125.2,-82.7],"haL":[-145.2,-102],"hipR":[26.6,7.2],"knR":[54.1,126.9],"ftR":[90.4,229.3],"hipL":[-26,8.5],"knL":[-71.7,119.7],"ftL":[-74.6,236.6]},{"rootY":20.8,"hips":[0,0],"chest":[-5,-98.1],"neck":[-18.2,-163.8],"head":[-20.3,-199],"shR":[34.9,-137.3],"elR":[96.8,-95],"haR":[82.7,-75.4],"shL":[-65.5,-128.5],"elL":[-120.4,-74.5],"haL":[-130,-68.6],"hipR":[26.4,6.6],"knR":[57.3,125.9],"ftR":[101.6,219.8],"hipL":[-25.7,9],"knL":[-76.5,116.2],"ftL":[-72.1,229.4]},{"rootY":24.4,"hips":[0,0],"chest":[-4,-97.6],"neck":[-14.7,-162.9],"head":[-14.9,-198.5],"shR":[38,-133.5],"elR":[99.8,-89.2],"haR":[81.1,-68.5],"shL":[-62.3,-126.5],"elL":[-117.7,-71.4],"haL":[-117.9,-47.2],"hipR":[26.6,6.8],"knR":[61.1,125],"ftR":[107.6,214],"hipL":[-26,8.8],"knL":[-75.9,115.8],"ftL":[-70.5,226.3]},{"rootY":21.2,"hips":[0,0],"chest":[-3.1,-97.6],"neck":[-9.8,-162.6],"head":[-8.1,-198.2],"shR":[42.9,-131.5],"elR":[104.5,-84.3],"haR":[87.6,-71.2],"shL":[-59.1,-126.3],"elL":[-115.6,-71],"haL":[-112.2,-39.9],"hipR":[26.9,6.9],"knR":[64.7,124.1],"ftR":[110.7,215.5],"hipL":[-26.4,8.8],"knL":[-70.7,119.1],"ftL":[-67.7,228.3]},{"rootY":13.4,"hips":[0,0],"chest":[-3.1,-97.9],"neck":[-5.3,-163.1],"head":[-1.4,-198.6],"shR":[47.4,-132.1],"elR":[110.9,-86.7],"haR":[96.1,-86.2],"shL":[-56.8,-129.1],"elL":[-116.1,-76.5],"haL":[-113.9,-51.4],"hipR":[27.1,6.7],"knR":[66.8,123.3],"ftR":[110.2,220.6],"hipL":[-26.4,9],"knL":[-64.2,123.1],"ftL":[-66.9,232.8]},{"rootY":4.8,"hips":[0,0],"chest":[-4.2,-98.2],"neck":[-2.6,-164],"head":[3.7,-198.9],"shR":[50,-134.1],"elR":[118.7,-98.1],"haR":[103.5,-111.6],"shL":[-56,-133.7],"elL":[-121.8,-89.8],"haL":[-119.5,-80.8],"hipR":[26.9,6.5],"knR":[67.5,122.8],"ftR":[103.1,224.1],"hipL":[-26.2,9.2],"knL":[-58.6,125.8],"ftL":[-72.4,236.3]},{"rootY":-1.7,"hips":[0,0],"chest":[-6.2,-98.1],"neck":[-2.3,-164.7],"head":[6.5,-198.6],"shR":[50.5,-137.7],"elR":[124.2,-116.6],"haR":[108.3,-141.2],"shL":[-56.4,-137.2],"elL":[-129.3,-110.9],"haL":[-124.6,-119.6],"hipR":[26.1,6.8],"knR":[68.5,122.3],"ftR":[89.5,226.2],"hipL":[-25.6,8.8],"knL":[-53.9,126.5],"ftL":[-84.8,234.8]},{"rootY":-3.5,"hips":[0,0],"chest":[-8.8,-98],"neck":[-4.8,-165.8],"head":[6.9,-197.7],"shR":[48.6,-144.4],"elR":[124.7,-140.3],"haR":[111.1,-170.1],"shL":[-58.3,-142.1],"elL":[-131.3,-136.9],"haL":[-126.3,-160.2],"hipR":[24.8,7.4],"knR":[68.7,121.8],"ftR":[75.4,230.6],"hipL":[-24.5,8.3],"knL":[-50.6,125.6],"ftL":[-100.1,227.6]}]},"dance_glide":{"name":"dance_glide","fps":30,"height":520,"groundY":336,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[0.3,-87],"neck":[0.3,-87],"head":[-1.4,-154.3],"shR":[-66.4,-98.5],"elR":[-180.7,-82.5],"haR":[-231.4,-75.3],"shL":[71.5,-97.4],"elL":[182.3,-81.8],"haL":[232.2,-74.8],"hipR":[-32.8,35.3],"knR":[-30.4,171.1],"ftR":[-27.5,335.7],"hipL":[34,35.3],"knL":[31.6,171.1],"ftL":[28.7,335.1]},{"rootY":-0.1,"hips":[0,0],"chest":[4.4,-86.4],"neck":[4.4,-86.4],"head":[3.1,-155.3],"shR":[-59.4,-99.3],"elR":[-69.9,2.2],"haR":[-69.5,53.5],"shL":[68.8,-95.4],"elL":[111.7,5.8],"haL":[102.4,55.2],"hipR":[-27.5,39.2],"knR":[-15.5,174.5],"ftR":[81.2,275],"hipL":[28.7,39.5],"knL":[-11.5,165.3],"ftL":[-21.6,316.3]},{"rootY":-0.4,"hips":[0,0],"chest":[3.9,-86.3],"neck":[3.9,-86.3],"head":[2.2,-155.4],"shR":[-59.9,-99.4],"elR":[-71.5,1.1],"haR":[-69.6,52.3],"shL":[68.2,-95.1],"elL":[112.7,5.6],"haL":[102.3,54.8],"hipR":[-27.4,39],"knR":[-15.2,174.3],"ftR":[81.9,275.3],"hipL":[28.4,39.7],"knL":[-12.1,165.6],"ftL":[-21.5,316.7]},{"rootY":-0.8,"hips":[0,0],"chest":[3.6,-86.3],"neck":[3.6,-86.3],"head":[1.7,-155.5],"shR":[-60,-99.3],"elR":[-73.4,0],"haR":[-69.9,51],"shL":[67.6,-95],"elL":[114.3,5],"haL":[102.1,53.9],"hipR":[-27.1,38.7],"knR":[-15,174],"ftR":[82.8,275.7],"hipL":[28.1,40],"knL":[-12.6,165.8],"ftL":[-21.4,316.9]},{"rootY":-1.1,"hips":[0,0],"chest":[3.4,-86.2],"neck":[3.4,-86.2],"head":[1.1,-155.4],"shR":[-60.1,-99.5],"elR":[-75.6,-1.4],"haR":[-70.2,49.4],"shL":[67.1,-94.5],"elL":[116.7,4.4],"haL":[102.5,52.8],"hipR":[-26.7,38.7],"knR":[-14.7,174],"ftR":[83.5,276.1],"hipL":[27.7,40],"knL":[-13.9,165.8],"ftL":[-21.1,317.2]},{"rootY":-1.3,"hips":[0,0],"chest":[3.3,-86.1],"neck":[3.3,-86.1],"head":[1,-155.4],"shR":[-60,-99.6],"elR":[-77.3,-2.4],"haR":[-70.6,48.1],"shL":[66.6,-94.1],"elL":[119,3.6],"haL":[102.7,51.4],"hipR":[-26.6,38.4],"knR":[-13.5,173.6],"ftR":[84.8,275.7],"hipL":[27.4,40.2],"knL":[-14.7,166],"ftL":[-20.7,317.4]},{"rootY":-1.6,"hips":[0,0],"chest":[3.5,-86],"neck":[3.5,-86],"head":[1.3,-155.4],"shR":[-59.5,-99.8],"elR":[-78.1,-3.2],"haR":[-70.4,47.1],"shL":[66.5,-93.5],"elL":[120.9,3.4],"haL":[102.8,50.5],"hipR":[-26,38.3],"knR":[-12.8,173.4],"ftR":[86.1,276.3],"hipL":[27.1,40.3],"knL":[-16,166.1],"ftL":[-19.8,317.7]},{"rootY":-1.5,"hips":[0,0],"chest":[3.7,-85.8],"neck":[3.7,-85.8],"head":[1.7,-155.2],"shR":[-59.2,-100],"elR":[-79.1,-4],"haR":[-70.9,46.3],"shL":[66.6,-92.9],"elL":[122.9,3],"haL":[103.7,49.7],"hipR":[-25.8,38.1],"knR":[-11.1,173.1],"ftR":[87.5,275.9],"hipL":[26.8,40.5],"knL":[-15.3,166.5],"ftL":[-19.2,317.8]},{"rootY":-1.6,"hips":[0,0],"chest":[4.1,-85.7],"neck":[4.1,-85.7],"head":[2.2,-155.2],"shR":[-58.5,-100.5],"elR":[-78.4,-4.4],"haR":[-70.8,46],"shL":[66.9,-92.2],"elL":[124.3,3.1],"haL":[104.5,49.5],"hipR":[-25.9,37.9],"knR":[-8.9,172.6],"ftR":[88.7,275.6],"hipL":[26.6,40.7],"knL":[-15.3,166.9],"ftL":[-18.1,317.9]},{"rootY":-1.8,"hips":[0,0],"chest":[4.9,-85.5],"neck":[4.9,-85.5],"head":[3,-154.9],"shR":[-57.7,-100.3],"elR":[-76.6,-4],"haR":[-70.4,46.6],"shL":[67.8,-92.1],"elL":[124.9,3.3],"haL":[105,49.6],"hipR":[-25.8,37.8],"knR":[-6.9,172.1],"ftR":[88.6,275.2],"hipL":[26.8,40.8],"knL":[-15.2,167.1],"ftL":[-16.9,318]},{"rootY":-1.7,"hips":[0,0],"chest":[6.2,-85.4],"neck":[6.2,-85.4],"head":[4,-154.6],"shR":[-56.6,-100.5],"elR":[-73.9,-3.4],"haR":[-69.8,47.6],"shL":[69.4,-91.7],"elL":[125.2,4.3],"haL":[105.8,50.7],"hipR":[-26.2,37.7],"knR":[-4.4,171.4],"ftR":[86.9,274.5],"hipL":[26.6,40.9],"knL":[-14.4,167.6],"ftL":[-15.8,318.3]},{"rootY":-1.8,"hips":[0,0],"chest":[6.8,-85.4],"neck":[6.8,-85.4],"head":[4.4,-154.7],"shR":[-56.2,-100.7],"elR":[-70.7,-2.6],"haR":[-69.7,48.6],"shL":[70.6,-91.6],"elL":[123.3,5.7],"haL":[105.5,52.3],"hipR":[-27.2,37.1],"knR":[-3.9,170],"ftR":[82,274.1],"hipL":[26.6,41.4],"knL":[-15.4,168],"ftL":[-14.9,318.5]},{"rootY":-1.8,"hips":[0,0],"chest":[7.6,-85.4],"neck":[7.6,-85.4],"head":[4.8,-154.6],"shR":[-55.8,-100.6],"elR":[-67.3,-0.8],"haR":[-69.4,50.4],"shL":[72,-91.9],"elL":[119.9,7.3],"haL":[105,54.4],"hipR":[-27.8,37],"knR":[-4.5,169.1],"ftR":[74.5,273.7],"hipL":[26.8,41.5],"knL":[-15.3,168.2],"ftL":[-14.2,318.5]},{"rootY":-2.2,"hips":[0,0],"chest":[7.9,-85.6],"neck":[7.9,-85.6],"head":[4.6,-154.7],"shR":[-55.9,-100.4],"elR":[-63.9,1.6],"haR":[-70,52.4],"shL":[73.1,-92.6],"elL":[113.7,9.1],"haL":[103.8,56.9],"hipR":[-29.2,36.4],"knR":[-7.7,168],"ftR":[63.4,271.8],"hipL":[26.6,42],"knL":[-15.8,168.9],"ftL":[-13.8,319]},{"rootY":-3.6,"hips":[0,0],"chest":[8.4,-85.6],"neck":[8.4,-85.6],"head":[4.2,-154.7],"shR":[-56,-100],"elR":[-61.7,4.8],"haR":[-71,54.6],"shL":[74.3,-93.2],"elL":[105.9,11],"haL":[102.9,59.4],"hipR":[-30,35.9],"knR":[-14.1,167.5],"ftR":[48.5,269.6],"hipL":[26.2,42.5],"knL":[-14.6,170.1],"ftL":[-13.8,320.1]},{"rootY":-4.3,"hips":[0,0],"chest":[8.4,-85.8],"neck":[8.4,-85.8],"head":[3.3,-154.7],"shR":[-56.6,-99.4],"elR":[-62.5,8.1],"haR":[-74,56.5],"shL":[75.2,-94.4],"elL":[97,11.9],"haL":[101.8,60.7],"hipR":[-31.3,34.9],"knR":[-22.8,165.9],"ftR":[31.9,266.6],"hipL":[25.6,43.3],"knL":[-16.4,170.9],"ftL":[-14.5,320.9]},{"rootY":-4.9,"hips":[0,0],"chest":[8.2,-86],"neck":[8.2,-86],"head":[2.1,-154.8],"shR":[-57.4,-98.9],"elR":[-66.6,10.1],"haR":[-78.6,57.5],"shL":[75.9,-95.3],"elL":[91.4,12.2],"haL":[101.1,61],"hipR":[-32.2,34.6],"knR":[-31.1,165],"ftR":[12.1,264.7],"hipL":[25.5,43.5],"knL":[-15.8,171.6],"ftL":[-15.7,321.5]},{"rootY":-5.3,"hips":[0,0],"chest":[7.8,-86.1],"neck":[7.8,-86.1],"head":[0.8,-154.8],"shR":[-58.5,-97.9],"elR":[-73.1,11.5],"haR":[-86.2,57.8],"shL":[76.1,-96.8],"elL":[88.9,10.7],"haL":[101.2,59.5],"hipR":[-33.3,34.2],"knR":[-40.1,164],"ftR":[-11.2,263.4],"hipL":[25.4,43.8],"knL":[-14.9,172.3],"ftL":[-17.5,321.8]},{"rootY":-5.4,"hips":[0,0],"chest":[7.2,-86.2],"neck":[7.2,-86.2],"head":[-0.7,-154.9],"shR":[-59.5,-97.1],"elR":[-81.1,11.3],"haR":[-95.7,56],"shL":[76.3,-97.9],"elL":[90.3,8.6],"haL":[105.5,56.7],"hipR":[-34.4,34],"knR":[-48.7,162.9],"ftR":[-36.3,262.3],"hipL":[25.5,44],"knL":[-15.9,172.3],"ftL":[-19.3,321.7]},{"rootY":-5.2,"hips":[0,0],"chest":[6.2,-86.3],"neck":[6.2,-86.3],"head":[-2.5,-154.9],"shR":[-61,-96.1],"elR":[-92.1,10.1],"haR":[-108.8,52.6],"shL":[75.9,-99.2],"elL":[95.5,5.3],"haL":[114.2,51.6],"hipR":[-35.3,33.6],"knR":[-57.5,162],"ftR":[-62,261.9],"hipL":[25.7,44.2],"knL":[-15.1,172.6],"ftL":[-21.8,321.4]},{"rootY":-4.7,"hips":[0,0],"chest":[4.9,-86.4],"neck":[4.9,-86.4],"head":[-4.7,-154.7],"shR":[-62.5,-94.8],"elR":[-105.5,7.7],"haR":[-126.4,47.2],"shL":[74.8,-100.7],"elL":[103.6,-0.1],"haL":[126.5,43.1],"hipR":[-35.8,33.7],"knR":[-67.3,161.1],"ftR":[-87.4,261.5],"hipL":[26,44.2],"knL":[-15.4,172.4],"ftL":[-24.8,320.8]},{"rootY":-3.9,"hips":[0,0],"chest":[3.6,-86.5],"neck":[3.6,-86.5],"head":[-6.9,-154.7],"shR":[-64,-93.4],"elR":[-120.6,2.8],"haR":[-146.7,38.5],"shL":[73.5,-102.3],"elL":[113.8,-8.4],"haL":[141.8,29.7],"hipR":[-36,34.2],"knR":[-74.4,161.3],"ftR":[-111.1,262.2],"hipL":[26.8,43.8],"knL":[-15.5,171.8],"ftL":[-27.5,320]},{"rootY":-2.8,"hips":[0,0],"chest":[2.6,-86.5],"neck":[2.6,-86.5],"head":[-8.5,-154.7],"shR":[-65,-91.7],"elR":[-134.3,-3.7],"haR":[-167.6,27.3],"shL":[72.4,-104.1],"elL":[125.7,-20.5],"haL":[159.2,11.2],"hipR":[-36.1,34.8],"knR":[-78.4,162.2],"ftR":[-132.5,264],"hipL":[27.7,43.4],"knL":[-14.1,171.5],"ftL":[-30.5,319]},{"rootY":-1.8,"hips":[0,0],"chest":[1.7,-86.5],"neck":[1.7,-86.5],"head":[-10.3,-154.7],"shR":[-65.9,-90.1],"elR":[-147.8,-12.3],"haR":[-188.4,12.9],"shL":[71.1,-105.8],"elL":[137.9,-35.7],"haL":[176.7,-11.9],"hipR":[-36.2,35.5],"knR":[-78.8,164],"ftR":[-149.9,267.4],"hipL":[28.7,42.9],"knL":[-12.1,171.2],"ftL":[-33,318.3]},{"rootY":-1,"hips":[0,0],"chest":[0.9,-86.4],"neck":[0.9,-86.4],"head":[-12.2,-154.6],"shR":[-66.4,-88.1],"elR":[-160.6,-23.7],"haR":[-207.1,-4.7],"shL":[69.9,-107.7],"elL":[149.1,-54.9],"haL":[192.2,-40.3],"hipR":[-36.4,35.7],"knR":[-77.4,165.2],"ftR":[-162.1,272.7],"hipL":[29.2,42.7],"knL":[-11.1,171],"ftL":[-35.9,317.5]},{"rootY":-0.4,"hips":[0,0],"chest":[0.4,-86.4],"neck":[0.4,-86.4],"head":[-13.5,-154.4],"shR":[-66.6,-86],"elR":[-171.2,-37.9],"haR":[-220.9,-25.2],"shL":[68.7,-109.6],"elL":[158,-77],"haL":[204.3,-72.2],"hipR":[-36.2,36.1],"knR":[-73.7,165.7],"ftR":[-166.8,279.4],"hipL":[30,42.4],"knL":[-9.7,170.5],"ftL":[-38.9,316.9]},{"rootY":0,"hips":[0,0],"chest":[-0.4,-86.3],"neck":[-0.4,-86.3],"head":[-15,-154.3],"shR":[-66.9,-84],"elR":[-178.1,-53.6],"haR":[-228.1,-47.5],"shL":[67.1,-111.4],"elL":[164.1,-100.3],"haL":[211.4,-105.9],"hipR":[-35.8,36.6],"knR":[-65.8,165.3],"ftR":[-162.5,286.3],"hipL":[30.8,41.9],"knL":[-7.9,170.1],"ftL":[-41.7,316.5]},{"rootY":0,"hips":[0,0],"chest":[-1.1,-86.1],"neck":[-1.1,-86.1],"head":[-16.3,-154.3],"shR":[-66.9,-82.6],"elR":[-180.3,-71.1],"haR":[-227.8,-70.7],"shL":[65.5,-112.7],"elL":[165.5,-124.1],"haL":[212.2,-139.6],"hipR":[-35.2,36.7],"knR":[-55.3,162.7],"ftR":[-150.4,292.2],"hipL":[31.1,41.7],"knL":[-6.6,170],"ftL":[-44.9,316.2]},{"rootY":-0.2,"hips":[0,0],"chest":[-1.5,-86],"neck":[-1.5,-86],"head":[-17.2,-154.1],"shR":[-66.4,-80.9],"elR":[-177.2,-88.5],"haR":[-219.6,-92.8],"shL":[64.2,-113.9],"elL":[163,-147],"haL":[206.9,-171.4],"hipR":[-34.1,36.9],"knR":[-39.1,159.8],"ftR":[-130.4,296.2],"hipL":[31.3,41.4],"knL":[-3.5,170.1],"ftL":[-47.5,316]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-86],"neck":[-1.3,-86],"head":[-17.1,-154.1],"shR":[-65,-79.8],"elR":[-168.7,-100.1],"haR":[-204.7,-111.3],"shL":[63.3,-114.9],"elL":[157.6,-167.3],"haL":[196.3,-199.6],"hipR":[-32.4,37.3],"knR":[-24.9,153.2],"ftR":[-104.7,297.2],"hipL":[31.6,41],"knL":[-1.4,169.9],"ftL":[-50.1,315.6]},{"rootY":-0.2,"hips":[0,0],"chest":[-0.3,-86],"neck":[-0.3,-86],"head":[-16.4,-154.1],"shR":[-62.9,-79.1],"elR":[-156.3,-110.4],"haR":[-184.8,-128.2],"shL":[63.4,-115.7],"elL":[150.5,-183.8],"haL":[182.2,-222.2],"hipR":[-30.1,38],"knR":[-10.3,145.2],"ftR":[-75.2,295.3],"hipL":[32.1,40.2],"knL":[0.3,169.6],"ftL":[-52.1,315.2]},{"rootY":0.2,"hips":[0,0],"chest":[0.7,-86],"neck":[0.7,-86],"head":[-15.9,-153.9],"shR":[-60.4,-78.6],"elR":[-141.7,-118.5],"haR":[-161.6,-142.5],"shL":[63.4,-116.3],"elL":[141.5,-196.3],"haL":[165.3,-239],"hipR":[-27.7,38.6],"knR":[5.3,135.8],"ftR":[-41.5,290.4],"hipL":[32.4,39.4],"knL":[1.6,169],"ftL":[-55.8,314.1]},{"rootY":1,"hips":[0,0],"chest":[1.5,-86.1],"neck":[1.5,-86.1],"head":[-15,-154],"shR":[-58.1,-78.5],"elR":[-124.7,-125.7],"haR":[-135.8,-155.2],"shL":[63,-116.5],"elL":[131.4,-204.3],"haL":[146.8,-249.7],"hipR":[-25.1,38.9],"knR":[20.3,126.9],"ftR":[-7.5,284.2],"hipL":[32.6,38.8],"knL":[1.6,168.6],"ftL":[-61.3,312.4]},{"rootY":2.3,"hips":[0,0],"chest":[1.3,-86.2],"neck":[1.3,-86.2],"head":[-14.8,-154.1],"shR":[-56.6,-78.4],"elR":[-106.1,-131.1],"haR":[-109.9,-165.9],"shL":[61.4,-117],"elL":[118.5,-208.7],"haL":[126.3,-255.2],"hipR":[-23.1,39],"knR":[32.9,119.7],"ftR":[23,278.4],"hipL":[32.2,38.5],"knL":[0.9,168.4],"ftL":[-68.3,310.7]},{"rootY":3.3,"hips":[0,0],"chest":[1,-86.3],"neck":[1,-86.3],"head":[-14.9,-154.3],"shR":[-55.1,-78.1],"elR":[-90,-137.1],"haR":[-86.2,-174.9],"shL":[59.5,-117.6],"elL":[104.5,-211.1],"haL":[106,-257.2],"hipR":[-21,39.2],"knR":[43.7,115],"ftR":[49.8,274.3],"hipL":[31.5,38.3],"knL":[0.3,168.2],"ftL":[-74.9,308.4]},{"rootY":5.2,"hips":[0,0],"chest":[1,-86.4],"neck":[1,-86.4],"head":[-14.3,-154.4],"shR":[-53.2,-77.7],"elR":[-75,-142.2],"haR":[-65,-182.1],"shL":[57.7,-118.2],"elL":[93.5,-212.1],"haL":[88.4,-256.3],"hipR":[-18.3,39.4],"knR":[51.1,112.2],"ftR":[72.9,272.4],"hipL":[30.5,37.9],"knL":[1.4,168.1],"ftL":[-80.1,304.7]},{"rootY":6.8,"hips":[0,0],"chest":[0.9,-86.5],"neck":[0.9,-86.5],"head":[-14,-154.6],"shR":[-50.8,-76.6],"elR":[-61.9,-145.3],"haR":[-46.4,-186.9],"shL":[55.2,-119.5],"elL":[84.2,-213.1],"haL":[72.5,-254.3],"hipR":[-14.7,40.2],"knR":[59.1,112.9],"ftR":[89.9,273.8],"hipL":[29.6,36.8],"knL":[4.7,167.6],"ftL":[-84.2,299.7]},{"rootY":9,"hips":[0,0],"chest":[-0.4,-86.5],"neck":[-0.4,-86.5],"head":[-15.6,-154.5],"shR":[-48.9,-75.6],"elR":[-50.6,-147.9],"haR":[-31.1,-190.8],"shL":[50.8,-120.6],"elL":[75.4,-214.3],"haL":[59.2,-252.2],"hipR":[-10.8,40.2],"knR":[66.7,115.4],"ftR":[99,276.9],"hipL":[28,36.4],"knL":[7.4,167.6],"ftL":[-89.5,293.4]},{"rootY":10.5,"hips":[0,0],"chest":[-2.5,-86.4],"neck":[-2.5,-86.4],"head":[-18.5,-154.2],"shR":[-47.4,-74.9],"elR":[-42.4,-150.9],"haR":[-19.6,-194.6],"shL":[44.9,-121.3],"elL":[67.2,-215.7],"haL":[48.1,-250.6],"hipR":[-7.3,40.4],"knR":[73.3,120.9],"ftR":[100.7,281.9],"hipL":[26.7,35.8],"knL":[10.5,167.9],"ftL":[-95.3,288.1]},{"rootY":10.5,"hips":[0,0],"chest":[-6.1,-86.2],"neck":[-6.1,-86.2],"head":[-23.1,-153.5],"shR":[-46.9,-74.6],"elR":[-36.1,-154],"haR":[-12,-198.5],"shL":[37,-121.4],"elL":[57.7,-217.2],"haL":[36.3,-249],"hipR":[-4.3,40.2],"knR":[80.1,127.7],"ftR":[95.9,288.7],"hipL":[24.7,35.8],"knL":[11.5,168.7],"ftL":[-102.2,282.9]},{"rootY":11.1,"hips":[0,0],"chest":[-10,-85.7],"neck":[-10,-85.7],"head":[-28.3,-152.7],"shR":[-47.3,-74.3],"elR":[-32.3,-156.8],"haR":[-8.1,-201.9],"shL":[29.2,-121],"elL":[49.2,-218.9],"haL":[26.9,-247.2],"hipR":[-1.6,40.5],"knR":[83.9,134.2],"ftR":[86.9,295.7],"hipL":[22.6,35.4],"knL":[15.6,169.2],"ftL":[-107,276.1]},{"rootY":11.9,"hips":[0,0],"chest":[-13.6,-85.1],"neck":[-13.6,-85.1],"head":[-32.7,-151.8],"shR":[-47.3,-73.7],"elR":[-29.6,-159.3],"haR":[-6.6,-204.9],"shL":[21.8,-120.5],"elL":[40.5,-220.3],"haL":[18.9,-246.6],"hipR":[1.3,40],"knR":[85.9,138.2],"ftR":[76.7,299.1],"hipL":[20.7,35.6],"knL":[23.8,170.1],"ftL":[-106.7,269.4]},{"rootY":13,"hips":[0,0],"chest":[-15.4,-84.8],"neck":[-15.4,-84.8],"head":[-35.6,-151.3],"shR":[-44.5,-74.4],"elR":[-26.1,-163.7],"haR":[-3.9,-209.1],"shL":[15.2,-119.6],"elL":[32.9,-220.9],"haL":[13.6,-247.5],"hipR":[3.9,39.5],"knR":[87.2,139.8],"ftR":[71.3,299.2],"hipL":[19.4,35.7],"knL":[34.8,169.8],"ftL":[-98.5,264.3]},{"rootY":13.6,"hips":[0,0],"chest":[-16.3,-84.7],"neck":[-16.3,-84.7],"head":[-37.4,-150.8],"shR":[-42,-75.3],"elR":[-23,-167],"haR":[-1.8,-212.3],"shL":[10.8,-118.4],"elL":[28.8,-221.1],"haL":[10.9,-248.5],"hipR":[5.5,37.3],"knR":[86.7,140.7],"ftR":[68.1,298.7],"hipL":[18.2,37.7],"knL":[46.7,170.2],"ftL":[-84.6,262.4]},{"rootY":15.1,"hips":[0,0],"chest":[-16.5,-84.6],"neck":[-16.5,-84.6],"head":[-37.6,-150.8],"shR":[-39,-75.9],"elR":[-18.2,-168.8],"haR":[-0.1,-215.3],"shL":[7.6,-117.8],"elL":[26.7,-222.2],"haL":[9.6,-250.3],"hipR":[6,36.6],"knR":[87,141.2],"ftR":[65.4,297.8],"hipL":[18.4,38.1],"knL":[57.1,168.2],"ftL":[-70.9,259.6]},{"rootY":17.3,"hips":[0,0],"chest":[-16.8,-84.5],"neck":[-16.8,-84.5],"head":[-38.2,-150.6],"shR":[-37.7,-76.7],"elR":[-14.6,-169.2],"haR":[2.1,-215.9],"shL":[5.9,-116.9],"elL":[26.9,-222.6],"haL":[10.7,-251.4],"hipR":[5.9,36.5],"knR":[88.3,140.7],"ftR":[62.7,296.1],"hipL":[18.3,38.2],"knL":[66,165.4],"ftL":[-59.8,257.6]},{"rootY":19.1,"hips":[0,0],"chest":[-17,-84.5],"neck":[-17,-84.5],"head":[-38.3,-150.7],"shR":[-37.3,-78.2],"elR":[-12.5,-169.6],"haR":[5,-215.8],"shL":[5.2,-115.5],"elL":[29,-221.5],"haL":[14.2,-251.2],"hipR":[5.8,36.3],"knR":[89.5,140],"ftR":[60.7,294.5],"hipL":[18.2,38.5],"knL":[73.3,162.4],"ftL":[-51.3,257.8]},{"rootY":18.6,"hips":[0,0],"chest":[-16.7,-84.6],"neck":[-16.7,-84.6],"head":[-36.9,-151.2],"shR":[-36.9,-78.5],"elR":[-11.2,-167.7],"haR":[9.3,-212.4],"shL":[5.8,-115.3],"elL":[32.7,-221.1],"haL":[18.4,-251.5],"hipR":[6.2,36],"knR":[89.9,140.2],"ftR":[59.6,294.4],"hipL":[18.2,38.6],"knL":[77.8,160],"ftL":[-44.5,262.7]},{"rootY":16.3,"hips":[0,0],"chest":[-16.1,-84.7],"neck":[-16.1,-84.7],"head":[-35,-151.7],"shR":[-38.1,-78.3],"elR":[-11.4,-164.3],"haR":[13,-206.6],"shL":[8.4,-115.6],"elL":[39.3,-219.7],"haL":[25.2,-248.8],"hipR":[5.9,35.7],"knR":[89,140.8],"ftR":[58,295.4],"hipL":[18.7,38.7],"knL":[78.6,159],"ftL":[-38.2,271.8]},{"rootY":14.2,"hips":[0,0],"chest":[-15.4,-84.8],"neck":[-15.4,-84.8],"head":[-35,-151.5],"shR":[-39.5,-79.6],"elR":[-9,-161.2],"haR":[18.6,-201.2],"shL":[11.4,-114.5],"elL":[46.5,-216.4],"haL":[31.9,-242.8],"hipR":[4.5,35.9],"knR":[87.6,140.9],"ftR":[57.8,295.9],"hipL":[19.6,38.7],"knL":[75.4,159],"ftL":[-33.1,282]},{"rootY":11.3,"hips":[0,0],"chest":[-13.9,-85],"neck":[-13.9,-85],"head":[-31.9,-152.2],"shR":[-42.4,-78.2],"elR":[-7.8,-152.1],"haR":[22.8,-189.4],"shL":[17.7,-116],"elL":[57.6,-214.6],"haL":[41.1,-238.6],"hipR":[1.9,36.2],"knR":[85.8,140.3],"ftR":[57.3,296.4],"hipL":[21.1,38.6],"knL":[68,160.3],"ftL":[-29.2,291.5]},{"rootY":8.7,"hips":[0,0],"chest":[-11.6,-85.3],"neck":[-11.6,-85.3],"head":[-26.8,-153.3],"shR":[-43.8,-80.5],"elR":[-3,-146.4],"haR":[29.4,-182.3],"shL":[24.2,-114.3],"elL":[69.1,-207.4],"haL":[49.5,-230.5],"hipR":[-1.5,36.8],"knR":[84,138],"ftR":[58.2,295.2],"hipL":[23.9,38.1],"knL":[57.9,161.5],"ftL":[-27.3,298.1]},{"rootY":8.7,"hips":[0,0],"chest":[-9.1,-85.6],"neck":[-9.1,-85.6],"head":[-22.7,-154],"shR":[-47,-80.4],"elR":[0.6,-133.8],"haR":[32.5,-169.3],"shL":[32.9,-114.9],"elL":[82.7,-200.1],"haL":[60.3,-224.1],"hipR":[-6,37],"knR":[76.3,135.3],"ftR":[58.2,292.9],"hipL":[26.4,38.2],"knL":[47.1,162.3],"ftL":[-27.2,303.1]},{"rootY":6.9,"hips":[0,0],"chest":[-6.1,-86.1],"neck":[-6.1,-86.1],"head":[-18.4,-154.7],"shR":[-48.6,-83.5],"elR":[7.7,-122.8],"haR":[39.3,-161.6],"shL":[41,-112.5],"elL":[95.6,-186.6],"haL":[72.4,-215],"hipR":[-11.1,36.3],"knR":[68.5,134.3],"ftR":[55.3,296],"hipL":[28.8,38.9],"knL":[39.8,164.1],"ftL":[-27.4,307.3]},{"rootY":6.6,"hips":[0,0],"chest":[-3.3,-86.5],"neck":[-3.3,-86.5],"head":[-15.2,-155.3],"shR":[-52.3,-83.4],"elR":[10.8,-108.9],"haR":[40.6,-150.3],"shL":[50.6,-112.8],"elL":[107,-172.1],"haL":[86.4,-206.3],"hipR":[-14.6,36.1],"knR":[58.9,134.3],"ftR":[51.5,298.2],"hipL":[30.2,39.2],"knL":[34.4,164.2],"ftL":[-28.8,309.4]},{"rootY":6.6,"hips":[0,0],"chest":[-0.8,-86.7],"neck":[-0.8,-86.7],"head":[-10.6,-156],"shR":[-52.3,-84.9],"elR":[18,-97.3],"haR":[46,-139.8],"shL":[56.1,-111.6],"elL":[111.2,-154.5],"haL":[96.2,-193.5],"hipR":[-17.6,36],"knR":[49.3,132.6],"ftR":[43.1,297.1],"hipL":[30.9,39.5],"knL":[35.3,163.1],"ftL":[-24.9,309.1]},{"rootY":6.2,"hips":[0,0],"chest":[0.9,-86.8],"neck":[0.9,-86.8],"head":[-6.8,-156.3],"shR":[-54.7,-84.6],"elR":[20.8,-87],"haR":[47.1,-127.1],"shL":[61.4,-111.8],"elL":[111.3,-138.7],"haL":[104.3,-180.7],"hipR":[-19.8,36.7],"knR":[38.7,131.6],"ftR":[26.3,295.3],"hipL":[31.5,39.3],"knL":[36.6,162.2],"ftL":[-21.5,308.9]},{"rootY":5.1,"hips":[0,0],"chest":[1.4,-86.8],"neck":[1.4,-86.8],"head":[-4.9,-156.6],"shR":[-54.9,-85.7],"elR":[21.3,-82.2],"haR":[46,-116.3],"shL":[63.2,-110.4],"elL":[106.8,-123.6],"haL":[110.1,-165.7],"hipR":[-22.2,37.2],"knR":[32.2,136.9],"ftR":[-2.9,293.9],"hipL":[31.9,39.3],"knL":[36.4,161.9],"ftL":[-20.3,309.4]},{"rootY":6.2,"hips":[0,0],"chest":[2,-86.8],"neck":[2,-86.8],"head":[-4.7,-156.6],"shR":[-55.1,-87.5],"elR":[16.6,-81.8],"haR":[38.5,-108.3],"shL":[64.8,-108.5],"elL":[105.9,-109.5],"haL":[116.5,-148.1],"hipR":[-24.3,37.5],"knR":[18.1,143.3],"ftR":[-38.9,291.5],"hipL":[32.4,39.4],"knL":[35.4,160.9],"ftL":[-19.9,308.1]},{"rootY":6.8,"hips":[0,0],"chest":[1.6,-86.8],"neck":[1.6,-86.8],"head":[-4.5,-156.6],"shR":[-55.2,-89.1],"elR":[7.3,-83.7],"haR":[24.2,-100.8],"shL":[64.6,-106.9],"elL":[108,-98.4],"haL":[124.5,-131.3],"hipR":[-26,37.9],"knR":[6.7,149.5],"ftR":[-65.7,289.5],"hipL":[32.9,39.3],"knL":[34.5,160.2],"ftL":[-19.7,307.5]},{"rootY":7.2,"hips":[0,0],"chest":[1.3,-86.8],"neck":[1.3,-86.8],"head":[-4,-156.7],"shR":[-56.5,-89.7],"elR":[-9.2,-88.4],"haR":[1.7,-93.4],"shL":[65.4,-106.3],"elL":[112.9,-91.5],"haL":[134.9,-117.3],"hipR":[-26.5,38.9],"knR":[-8.4,156.7],"ftR":[-97.1,288.5],"hipL":[34.3,38.4],"knL":[34.7,159.6],"ftL":[-19.4,306.9]},{"rootY":8.3,"hips":[0,0],"chest":[0.6,-86.7],"neck":[0.6,-86.7],"head":[-4.8,-156.6],"shR":[-58.4,-89.6],"elR":[-33.7,-90.3],"haR":[-28.5,-86],"shL":[65.5,-106.3],"elL":[120,-87],"haL":[146.6,-105.3],"hipR":[-26.8,39.7],"knR":[-23.8,164.6],"ftR":[-128.5,286.3],"hipL":[34.8,37.9],"knL":[34.1,158.7],"ftL":[-20.1,305.7]},{"rootY":9,"hips":[0,0],"chest":[-0.4,-86.7],"neck":[-0.4,-86.7],"head":[-5.6,-156.6],"shR":[-60,-89.3],"elR":[-58.4,-87.9],"haR":[-60,-78],"shL":[65.1,-106.4],"elL":[127.7,-83.5],"haL":[157.7,-96.5],"hipR":[-27.6,39.4],"knR":[-129.3,128.2],"ftR":[-154.9,283.2],"hipL":[34.2,38.4],"knL":[33.6,158.4],"ftL":[-20.8,304.8]},{"rootY":9.7,"hips":[0,0],"chest":[-0.2,-86.5],"neck":[-0.2,-86.5],"head":[-5.8,-156.3],"shR":[-60.9,-89.7],"elR":[-81.7,-85],"haR":[-92.5,-73.5],"shL":[66.1,-105.6],"elL":[138.2,-78.9],"haL":[170.4,-87.6],"hipR":[-28.7,39.4],"knR":[-134.6,124.5],"ftR":[-173.1,280.6],"hipL":[33.8,38.8],"knL":[32.8,158.1],"ftL":[-21.1,304.1]},{"rootY":10.3,"hips":[0,0],"chest":[0.6,-86.3],"neck":[0.6,-86.3],"head":[-5.5,-156.1],"shR":[-60.6,-89.7],"elR":[-102.3,-82.4],"haR":[-122.9,-70.3],"shL":[67.4,-105.2],"elL":[147.7,-76],"haL":[183.4,-80.5],"hipR":[-30,39.6],"knR":[-58.5,170.8],"ftR":[-180.6,280],"hipL":[33.5,38.9],"knL":[31.9,157.6],"ftL":[-21,303.3]},{"rootY":10.8,"hips":[0,0],"chest":[1.7,-86.1],"neck":[1.7,-86.1],"head":[-4.6,-155.7],"shR":[-60.4,-89.5],"elR":[-121.3,-81.6],"haR":[-150.8,-69],"shL":[69.2,-104.7],"elL":[157.9,-72.1],"haL":[195.9,-73.8],"hipR":[-31.3,39.4],"knR":[-63.5,170.9],"ftR":[-179.2,280.2],"hipL":[33.2,39.3],"knL":[31.6,157.4],"ftL":[-20.6,302.5]},{"rootY":11,"hips":[0,0],"chest":[3,-85.6],"neck":[3,-85.6],"head":[-3.3,-155.2],"shR":[-59.9,-89.8],"elR":[-136.9,-82.8],"haR":[-173.6,-70.7],"shL":[71.3,-103.4],"elL":[166.5,-69.5],"haL":[207.3,-68.9],"hipR":[-32.2,39.3],"knR":[-63.1,171.5],"ftR":[-172,279.5],"hipL":[33,39.4],"knL":[31.6,157.6],"ftL":[-19.8,302.2]},{"rootY":11.3,"hips":[0,0],"chest":[4.2,-85],"neck":[4.2,-85],"head":[-1.8,-154.5],"shR":[-59.6,-90.7],"elR":[-148.9,-85.1],"haR":[-191.4,-74.8],"shL":[73.5,-101.2],"elL":[173.8,-67.7],"haL":[217.4,-66.2],"hipR":[-32.3,39.6],"knR":[-60.3,171.1],"ftR":[-158.4,277.5],"hipL":[33.5,39],"knL":[31.1,157.3],"ftL":[-18.7,301.7]},{"rootY":11.9,"hips":[0,0],"chest":[5.3,-84.3],"neck":[5.3,-84.3],"head":[0.3,-153.7],"shR":[-59.2,-91.4],"elR":[-158.2,-89.3],"haR":[-204.8,-81.2],"shL":[75.4,-98.6],"elL":[180,-66.9],"haL":[225.6,-65.3],"hipR":[-32.3,39.8],"knR":[-56.4,170],"ftR":[-139.1,274.2],"hipL":[34.1,38.6],"knL":[29.8,156.6],"ftL":[-17.7,301.1]},{"rootY":12.3,"hips":[0,0],"chest":[6.9,-83.2],"neck":[6.9,-83.2],"head":[2.9,-152.6],"shR":[-58.3,-91.9],"elR":[-163.9,-95.3],"haR":[-213,-89.6],"shL":[77.7,-95.7],"elL":[184.6,-66.5],"haL":[231.6,-65.5],"hipR":[-31.9,39.9],"knR":[-49.3,168.5],"ftR":[-114.7,270.1],"hipL":[34.8,38.1],"knL":[28.6,156.2],"ftL":[-15.7,300.9]},{"rootY":12.6,"hips":[0,0],"chest":[7.6,-82.1],"neck":[7.6,-82.1],"head":[4.5,-151.6],"shR":[-57.9,-92.9],"elR":[-167.3,-102.3],"haR":[-217.8,-99.3],"shL":[79,-92.3],"elL":[187.6,-66],"haL":[235.4,-65.6],"hipR":[-32,39.2],"knR":[-42.2,166.1],"ftR":[-86.9,264.9],"hipL":[34.7,38.4],"knL":[26.4,156.3],"ftL":[-13.3,301]},{"rootY":13,"hips":[0,0],"chest":[8.7,-80.9],"neck":[8.7,-80.9],"head":[7,-150.4],"shR":[-57.1,-93.4],"elR":[-168.3,-109.8],"haR":[-219.3,-109.5],"shL":[80.4,-89],"elL":[189.7,-65.2],"haL":[238.1,-65.6],"hipR":[-31.4,38.8],"knR":[-35.1,164.4],"ftR":[-55.8,258.8],"hipL":[34.8,38.5],"knL":[23.9,156.4],"ftL":[-10.2,301.4]},{"rootY":13.4,"hips":[0,0],"chest":[9.6,-79.7],"neck":[9.6,-79.7],"head":[9.1,-149.2],"shR":[-56.4,-93.8],"elR":[-167.6,-117.2],"haR":[-218.8,-120],"shL":[81.3,-85.8],"elL":[191.1,-64.6],"haL":[239.8,-66],"hipR":[-30.1,38.7],"knR":[-26.3,163],"ftR":[-25.4,253.4],"hipL":[35.1,38.4],"knL":[20.7,155.7],"ftL":[-8.1,300.3]},{"rootY":15,"hips":[0,0],"chest":[9.1,-79],"neck":[9.1,-79],"head":[9.5,-148.6],"shR":[-56.7,-95.4],"elR":[-167.1,-125.8],"haR":[-217.9,-131.7],"shL":[80.6,-82.5],"elL":[190.9,-63.9],"haL":[239.3,-66],"hipR":[-30.5,37.6],"knR":[-17.8,159.6],"ftR":[2.3,247.1],"hipL":[34,39.3],"knL":[16.5,155.1],"ftL":[-7.2,299.4]},{"rootY":15.9,"hips":[0,0],"chest":[8.8,-78.4],"neck":[8.8,-78.4],"head":[10.2,-148.1],"shR":[-56.6,-96.7],"elR":[-165.6,-132.9],"haR":[-215.9,-141.8],"shL":[79.9,-79.9],"elL":[190.5,-63.1],"haL":[238.6,-65.8],"hipR":[-29.6,37.2],"knR":[-8.5,157.2],"ftR":[27.5,242.3],"hipL":[33.7,39.6],"knL":[13.6,154.8],"ftL":[-6,298.8]},{"rootY":16.5,"hips":[0,0],"chest":[8.6,-77.9],"neck":[8.6,-77.9],"head":[10.8,-147.6],"shR":[-56.3,-98],"elR":[-163.8,-139.1],"haR":[-213.3,-151],"shL":[79,-77.5],"elL":[189.7,-61.8],"haL":[237.3,-64.9],"hipR":[-28.6,37.2],"knR":[-1.1,156.7],"ftR":[49.3,240.6],"hipL":[33.5,39.6],"knL":[12.1,154.8],"ftL":[-4.6,298.1]},{"rootY":16.8,"hips":[0,0],"chest":[8.7,-77.5],"neck":[8.7,-77.5],"head":[11.5,-147.3],"shR":[-55.7,-98.9],"elR":[-161.6,-143.8],"haR":[-210.3,-158.4],"shL":[78.2,-75.5],"elL":[188.7,-59.8],"haL":[235.6,-63],"hipR":[-26.8,37.6],"knR":[6.2,157.5],"ftR":[67.7,240.9],"hipL":[33.7,39.1],"knL":[11.6,154.8],"ftL":[-3.6,297.9]},{"rootY":17.3,"hips":[0,0],"chest":[6.5,-78.2],"neck":[6.5,-78.2],"head":[10.1,-147.9],"shR":[-57.4,-100.7],"elR":[-162.3,-148.4],"haR":[-210.2,-164.9],"shL":[75.1,-74.5],"elL":[184.9,-58.3],"haL":[231,-61.4],"hipR":[-26.8,36.9],"knR":[8.5,156.9],"ftR":[79.9,242.8],"hipL":[33.1,39.7],"knL":[8.7,155.3],"ftL":[-4.3,297.3]},{"rootY":18.1,"hips":[0,0],"chest":[4.8,-78.4],"neck":[4.8,-78.4],"head":[9.5,-148.2],"shR":[-58.1,-102.2],"elR":[-162.4,-151.2],"haR":[-209.7,-169.3],"shL":[72.2,-73.5],"elL":[181.2,-56.5],"haL":[226.3,-58.9],"hipR":[-26.2,37.2],"knR":[11.9,158.8],"ftR":[89.1,247.4],"hipL":[33,39.5],"knL":[6.4,154.7],"ftL":[-4.2,296.3]},{"rootY":18.6,"hips":[0,0],"chest":[4.7,-77.6],"neck":[4.7,-77.6],"head":[9.2,-147.3],"shR":[-57.9,-102.4],"elR":[-162.1,-151.9],"haR":[-208.8,-170.7],"shL":[71.9,-71.2],"elL":[179.5,-52.4],"haL":[223.3,-54.1],"hipR":[-25.1,38],"knR":[15.4,161.7],"ftR":[95.5,252.6],"hipL":[33.3,38.9],"knL":[5.9,154.5],"ftL":[-4.1,296.2]},{"rootY":19.2,"hips":[0,0],"chest":[4.1,-76.8],"neck":[4.1,-76.8],"head":[8.9,-146.6],"shR":[-58,-101.8],"elR":[-162.6,-150.4],"haR":[-208.8,-169.8],"shL":[70.3,-70.5],"elL":[175.7,-49.3],"haL":[218.4,-50.2],"hipR":[-24.9,38.1],"knR":[15.2,163.8],"ftR":[98.7,257.5],"hipL":[32.8,39.1],"knL":[5.5,154.6],"ftL":[-4.9,295.7]},{"rootY":19.6,"hips":[0,0],"chest":[3.7,-76.4],"neck":[3.7,-76.4],"head":[8.5,-146.3],"shR":[-57.8,-102.2],"elR":[-163.5,-148.6],"haR":[-209.4,-168.5],"shL":[69.3,-69.5],"elL":[171.9,-45.5],"haL":[213.2,-45],"hipR":[-24.3,38.6],"knR":[15.9,165.1],"ftR":[101.4,259.5],"hipL":[32.8,38.8],"knL":[6.6,154.8],"ftL":[-5.3,295]},{"rootY":20.3,"hips":[0,0],"chest":[2.5,-76.7],"neck":[2.5,-76.7],"head":[7.4,-146.5],"shR":[-58.5,-103],"elR":[-165.1,-147.3],"haR":[-210.8,-167.4],"shL":[67.5,-69],"elL":[166.6,-41.9],"haL":[205.4,-40.3],"hipR":[-25,38.6],"knR":[14.9,164.9],"ftR":[101.1,259],"hipL":[32.4,39],"knL":[7,155],"ftL":[-6.4,294.3]},{"rootY":21.6,"hips":[0,0],"chest":[1.9,-76.7],"neck":[1.9,-76.7],"head":[6.8,-146.5],"shR":[-59.1,-102.7],"elR":[-166.2,-145.5],"haR":[-211.8,-165.9],"shL":[66.6,-69.1],"elL":[161.9,-39.4],"haL":[198.1,-36.5],"hipR":[-25.1,38.8],"knR":[15.6,164.5],"ftR":[99.8,258.1],"hipL":[32.7,38.8],"knL":[6.7,154.2],"ftL":[-7.6,292.7]},{"rootY":22,"hips":[0,0],"chest":[1.2,-76],"neck":[1.2,-76],"head":[5.9,-145.8],"shR":[-59.8,-101.5],"elR":[-167,-144.2],"haR":[-212,-165.5],"shL":[65.5,-69.1],"elL":[157.9,-38.8],"haL":[192,-35.7],"hipR":[-26,38.1],"knR":[15.9,162.2],"ftR":[98.5,255.5],"hipL":[32.5,39.4],"knL":[4,153.1],"ftL":[-9.8,291.1]},{"rootY":22.6,"hips":[0,0],"chest":[0.4,-75.1],"neck":[0.4,-75.1],"head":[4.6,-144.9],"shR":[-60.5,-100],"elR":[-167.1,-143.9],"haR":[-211.6,-166.5],"shL":[64,-68.8],"elL":[155.2,-40.6],"haL":[187.5,-38.4],"hipR":[-26.5,37],"knR":[15.8,159.4],"ftR":[98.2,249.5],"hipL":[32,40.1],"knL":[0.2,152.6],"ftL":[-12.1,290.4]},{"rootY":19.7,"hips":[0,0],"chest":[-0.4,-73.9],"neck":[-0.4,-73.9],"head":[4.2,-143.6],"shR":[-61,-98.9],"elR":[-166.8,-144.7],"haR":[-210.7,-168.8],"shL":[62.3,-67.3],"elL":[153.8,-43.3],"haL":[186.3,-42.3],"hipR":[-25.7,35.7],"knR":[17.7,154.8],"ftR":[101.7,237.7],"hipL":[31.3,40.7],"knL":[-2.8,154.1],"ftL":[-12.8,292.7]},{"rootY":15.2,"hips":[0,0],"chest":[-1.7,-73.3],"neck":[-1.7,-73.3],"head":[3.3,-142.8],"shR":[-62.2,-98.2],"elR":[-166.8,-146.9],"haR":[-209.6,-173],"shL":[60.7,-66.6],"elL":[154.2,-47],"haL":[186.7,-47.9],"hipR":[-25.2,33.5],"knR":[20.9,145.1],"ftR":[108.8,216.1],"hipL":[30,41.9],"knL":[-5.9,156.7],"ftL":[-13.5,296.5]},{"rootY":8.7,"hips":[0,0],"chest":[-2.6,-72.8],"neck":[-2.6,-72.8],"head":[2.6,-142.1],"shR":[-62.6,-98.1],"elR":[-165.4,-150.3],"haR":[-207.1,-178.3],"shL":[59,-65.3],"elL":[155.6,-50],"haL":[189.2,-52.2],"hipR":[-23.7,31.8],"knR":[24.4,133.8],"ftR":[118.7,186.4],"hipL":[29,42.6],"knL":[-8.1,160.5],"ftL":[-13,302.1]},{"rootY":1.9,"hips":[0,0],"chest":[-3.5,-72.9],"neck":[-3.5,-72.9],"head":[1.9,-142.1],"shR":[-63.1,-98.5],"elR":[-163.8,-154.6],"haR":[-204,-184.7],"shL":[57.4,-65],"elL":[156.6,-53],"haL":[191.8,-56.2],"hipR":[-23.2,29],"knR":[27.1,119.1],"ftR":[128.8,148.7],"hipL":[27.4,43.8],"knL":[-11,164.3],"ftL":[-10.9,307.8]},{"rootY":-6.7,"hips":[0,0],"chest":[-4.2,-72.8],"neck":[-4.2,-72.8],"head":[1.6,-141.9],"shR":[-62.9,-99.4],"elR":[-161.7,-158.8],"haR":[-200.3,-190.8],"shL":[55.7,-63.9],"elL":[157.5,-54.3],"haL":[194.3,-58],"hipR":[-23.5,25.2],"knR":[29,102.2],"ftR":[137.4,109],"hipL":[25.1,45.4],"knL":[-14.1,167.9],"ftL":[-7.4,314]},{"rootY":-17.3,"hips":[0,0],"chest":[-4,-71.8],"neck":[-4,-71.8],"head":[2.3,-140.8],"shR":[-61.7,-99.2],"elR":[-158.5,-161.6],"haR":[-195.6,-195.1],"shL":[54.9,-62.2],"elL":[159.2,-52.6],"haL":[198.3,-56.3],"hipR":[-22.2,23],"knR":[30.1,88.7],"ftR":[144.8,70.4],"hipL":[23.3,46.4],"knL":[-15.2,171.3],"ftL":[-5.7,319.9]},{"rootY":-27.4,"hips":[0,0],"chest":[-3.9,-71.2],"neck":[-3.9,-71.2],"head":[2.8,-140.2],"shR":[-60.8,-99.8],"elR":[-155.9,-164.3],"haR":[-191.8,-199],"shL":[54.4,-60.6],"elL":[160.5,-49.4],"haL":[201,-52.3],"hipR":[-22.1,19.2],"knR":[29.7,72.7],"ftR":[150.1,32.4],"hipL":[21.2,47.5],"knL":[-18.7,173.3],"ftL":[-4.1,324.5]},{"rootY":-37.7,"hips":[0,0],"chest":[-3.8,-70.5],"neck":[-3.8,-70.5],"head":[3.5,-139.4],"shR":[-60,-99.9],"elR":[-153.5,-165.9],"haR":[-188.3,-201.8],"shL":[54.1,-59.1],"elL":[161.3,-44.8],"haL":[203.2,-46.3],"hipR":[-22.4,15.3],"knR":[26.8,56.5],"ftR":[153.3,-0.8],"hipL":[18.6,48.5],"knL":[-22.7,174.7],"ftL":[-2.4,328.3]},{"rootY":-46.8,"hips":[0,0],"chest":[-4.2,-69.9],"neck":[-4.2,-69.9],"head":[3.7,-138.8],"shR":[-59,-100.8],"elR":[-151.3,-167.8],"haR":[-184.9,-204.8],"shL":[52.5,-57.1],"elL":[160.4,-38],"haL":[203.7,-37.4],"hipR":[-23.5,10.7],"knR":[24.2,38.5],"ftR":[154.7,-31.7],"hipL":[16,49.1],"knL":[-25.3,175.6],"ftL":[-0.8,331.9]},{"rootY":-54,"hips":[0,0],"chest":[-4.2,-69.5],"neck":[-4.2,-69.5],"head":[4.7,-138.3],"shR":[-57.5,-101.8],"elR":[-148.7,-169.8],"haR":[-181.6,-207.6],"shL":[51.2,-55.3],"elL":[158.7,-30.6],"haL":[203,-27.8],"hipR":[-23.7,8],"knR":[20.4,21.3],"ftR":[154.8,-57.4],"hipL":[13.9,49.4],"knL":[-25,177.2],"ftL":[3.1,335.2]},{"rootY":-59.1,"hips":[0,0],"chest":[-4,-69.5],"neck":[-4,-69.5],"head":[5.9,-138.2],"shR":[-56.5,-102.6],"elR":[-146.7,-171.1],"haR":[-178.9,-209.9],"shL":[50.7,-54.8],"elL":[157.4,-24.8],"haL":[202.2,-19.3],"hipR":[-23.7,4.3],"knR":[17.4,5.3],"ftR":[153.5,-79.3],"hipL":[12.5,49.2],"knL":[-19.9,179],"ftL":[7.9,338.3]},{"rootY":-60.4,"hips":[0,0],"chest":[-4.5,-70.6],"neck":[-4.5,-70.6],"head":[6.2,-139.2],"shR":[-55.6,-104.4],"elR":[-144.9,-173.8],"haR":[-176.5,-213.5],"shL":[49,-55.4],"elL":[154.7,-20.6],"haL":[199.6,-12.6],"hipR":[-26,-1.4],"knR":[14.7,-9.1],"ftR":[150.8,-97.7],"hipL":[9.9,48.1],"knL":[-16.1,179.4],"ftL":[10.8,339.9]},{"rootY":-60.7,"hips":[0,0],"chest":[-3.5,-71.1],"neck":[-3.5,-71.1],"head":[8,-139.5],"shR":[-53.8,-105.7],"elR":[-142,-176.4],"haR":[-172.8,-217],"shL":[49.4,-55.1],"elL":[153.4,-15.2],"haL":[198.5,-5.8],"hipR":[-24.8,-2.1],"knR":[14.5,-16.6],"ftR":[148.3,-110.5],"hipL":[10,48],"knL":[-11.8,180.8],"ftL":[12.1,342.1]},{"rootY":-59.5,"hips":[0,0],"chest":[-2.8,-71.4],"neck":[-2.8,-71.4],"head":[9.5,-139.6],"shR":[-52.8,-106.9],"elR":[-139.9,-178.7],"haR":[-169.8,-220],"shL":[50.1,-54.3],"elL":[153,-11.4],"haL":[198.1,-0.7],"hipR":[-24.3,-2.8],"knR":[16.1,-19.7],"ftR":[145.8,-119.5],"hipL":[10,47.8],"knL":[-9.4,181.4],"ftL":[11,343.3]},{"rootY":-57.6,"hips":[0,0],"chest":[-2,-71.2],"neck":[-2,-71.2],"head":[11.1,-139.1],"shR":[-52.1,-107.5],"elR":[-138.6,-180],"haR":[-167.8,-222],"shL":[51.1,-52.8],"elL":[153.4,-8.4],"haL":[198.2,3.1],"hipR":[-24.6,-3.3],"knR":[17.8,-17.9],"ftR":[144.4,-121.4],"hipL":[9.6,47.6],"knL":[-11,181.1],"ftL":[9.2,343]},{"rootY":-56.1,"hips":[0,0],"chest":[-1.1,-70.3],"neck":[-1.1,-70.3],"head":[12.5,-138],"shR":[-51.3,-107.6],"elR":[-137.3,-180],"haR":[-166.2,-222.3],"shL":[52.2,-50.3],"elL":[153.8,-4.7],"haL":[198.7,7.4],"hipR":[-23.9,-2.1],"knR":[19.8,-13.6],"ftR":[146.2,-116.4],"hipL":[10.4,47.9],"knL":[-13.8,180.7],"ftL":[8.5,342]},{"rootY":-54.7,"hips":[0,0],"chest":[-0.8,-69.8],"neck":[-0.8,-69.8],"head":[13.6,-137.1],"shR":[-51.6,-107.5],"elR":[-137.8,-179.6],"haR":[-166.9,-221.7],"shL":[52.8,-48.8],"elL":[154.4,-2.9],"haL":[199,9.7],"hipR":[-23.9,-0.7],"knR":[20,-7.6],"ftR":[149.6,-104],"hipL":[10.8,48.2],"knL":[-17,180],"ftL":[8,340.6]},{"rootY":-53.3,"hips":[0,0],"chest":[-1.3,-69.3],"neck":[-1.3,-69.3],"head":[12.9,-136.7],"shR":[-52.5,-107.2],"elR":[-139.6,-178.3],"haR":[-169.2,-220],"shL":[52.6,-47.5],"elL":[154.2,-1.7],"haL":[198.7,11.4],"hipR":[-25.4,-0.9],"knR":[19.3,-1.2],"ftR":[153.6,-86.7],"hipL":[9.9,48.3],"knL":[-20.6,179.2],"ftL":[7.2,339.2]},{"rootY":-53.3,"hips":[0,0],"chest":[-0.5,-68.8],"neck":[-0.5,-68.8],"head":[13,-136.3],"shR":[-52.4,-106.2],"elR":[-141,-175.9],"haR":[-171.6,-217],"shL":[53.9,-47.1],"elL":[155.5,-1.2],"haL":[199.4,12.3],"hipR":[-22.4,3.6],"knR":[19.7,8],"ftR":[158,-65],"hipL":[11.3,49.5],"knL":[-21.9,180],"ftL":[7.3,339.1]},{"rootY":-52.1,"hips":[0,0],"chest":[-0.3,-69.3],"neck":[-0.3,-69.3],"head":[12.2,-137.1],"shR":[-52.6,-106.5],"elR":[-143.5,-174.3],"haR":[-175.2,-214.4],"shL":[54.1,-47.5],"elL":[155.9,-2.1],"haL":[199.3,11.4],"hipR":[-22.6,3.9],"knR":[19.4,16.2],"ftR":[159.9,-44.4],"hipL":[11,49.7],"knL":[-24.4,179.4],"ftL":[6.4,338]},{"rootY":-52.3,"hips":[0,0],"chest":[0,-69.3],"neck":[0,-69.3],"head":[11.2,-137.7],"shR":[-52.8,-105.8],"elR":[-146.1,-171.3],"haR":[-179.2,-210.3],"shL":[55,-48.3],"elL":[156.6,-3],"haL":[199.7,10.4],"hipR":[-22.7,4.4],"knR":[19.4,25.6],"ftR":[160.6,-23.5],"hipL":[10.7,49.9],"knL":[-25.7,179.4],"ftL":[5.9,337.7]},{"rootY":-51,"hips":[0,0],"chest":[0,-69.7],"neck":[0,-69.7],"head":[9.7,-138.5],"shR":[-53.5,-105],"elR":[-148.9,-168],"haR":[-183.4,-205.9],"shL":[55.4,-50.1],"elL":[156.7,-4.4],"haL":[199.4,9.3],"hipR":[-23,5.3],"knR":[18.6,34.4],"ftR":[158.8,-5.2],"hipL":[10.4,50.1],"knL":[-28.2,178.7],"ftL":[3.5,337.1]},{"rootY":-50.4,"hips":[0,0],"chest":[-0.9,-70],"neck":[-0.9,-70],"head":[7.8,-139.2],"shR":[-55.1,-103.9],"elR":[-153.1,-163.7],"haR":[-189.2,-200],"shL":[55,-52.2],"elL":[154.9,-4.3],"haL":[197.2,10.2],"hipR":[-23.4,6.6],"knR":[17.8,43.5],"ftR":[155.7,13.5],"hipL":[10.2,50.4],"knL":[-32.1,177.6],"ftL":[0.6,335.4]},{"rootY":-47.9,"hips":[0,0],"chest":[-2.7,-71],"neck":[-2.7,-71],"head":[4.4,-140.4],"shR":[-58,-102.9],"elR":[-158.9,-158.5],"haR":[-196.7,-193.1],"shL":[53.6,-55.5],"elL":[151.3,-4.3],"haL":[192.9,11.8],"hipR":[-24.6,6.9],"knR":[14.9,51.7],"ftR":[149.4,31.1],"hipL":[10.2,50.4],"knL":[-36.2,175.9],"ftL":[-6.2,334.2]},{"rootY":-42.9,"hips":[0,0],"chest":[-5.1,-72.1],"neck":[-5.1,-72.1],"head":[0.3,-141.5],"shR":[-61.3,-102.1],"elR":[-164.6,-153.5],"haR":[-204.2,-186],"shL":[51.6,-58.7],"elL":[146.9,-3.3],"haL":[187.1,14.6],"hipR":[-24.9,9.7],"knR":[11.8,62],"ftR":[141.2,49.1],"hipL":[10.9,50.6],"knL":[-31,174.7],"ftL":[-18.8,332.4]},{"rootY":-34.4,"hips":[0,0],"chest":[-8.1,-73.4],"neck":[-8.1,-73.4],"head":[-4.2,-142.3],"shR":[-65.4,-101.2],"elR":[-170.9,-147.7],"haR":[-211.8,-178.2],"shL":[49.1,-62],"elL":[140.8,-1.8],"haL":[180,17.9],"hipR":[-25.7,11.6],"knR":[9,72.3],"ftR":[131.1,67.5],"hipL":[11.3,50.6],"knL":[-28.6,173.5],"ftL":[-31,329.4]},{"rootY":-24.3,"hips":[0,0],"chest":[-11,-74.3],"neck":[-11,-74.3],"head":[-9.1,-143.2],"shR":[-69.4,-99.7],"elR":[-176.7,-140.7],"haR":[-218.4,-169.4],"shL":[46.5,-65.3],"elL":[134,0.5],"haL":[172,22.2],"hipR":[-26.8,13.5],"knR":[8.3,82.4],"ftR":[119.2,88.7],"hipL":[11.2,50.8],"knL":[-31,172.6],"ftL":[-36.1,326.8]},{"rootY":-12.3,"hips":[0,0],"chest":[-12.3,-74.9],"neck":[-12.3,-74.9],"head":[-11.7,-143.7],"shR":[-71.4,-98.3],"elR":[-179.6,-133.7],"haR":[-221.7,-160.6],"shL":[45.2,-67.5],"elL":[128.1,3.6],"haL":[164.5,27.9],"hipR":[-26.8,15.3],"knR":[8.8,93],"ftR":[107.6,112.9],"hipL":[11.8,50.6],"knL":[-31,171],"ftL":[-36.5,323.2]},{"rootY":-3.5,"hips":[0,0],"chest":[-12.3,-74],"neck":[-12.3,-74],"head":[-12.6,-142.8],"shR":[-71.9,-96.3],"elR":[-180.5,-125.7],"haR":[-222.6,-150.5],"shL":[45.1,-67.3],"elL":[122.6,10.2],"haL":[157.5,37.6],"hipR":[-24.9,19.7],"knR":[6.9,110.7],"ftR":[97.5,144.4],"hipL":[15.2,49.5],"knL":[-23.6,165],"ftL":[-38.9,313.6]},{"rootY":4.2,"hips":[0,0],"chest":[-11.2,-74],"neck":[-11.2,-74],"head":[-11.6,-142.7],"shR":[-71.4,-95.8],"elR":[-179.1,-121.1],"haR":[-220.6,-144.1],"shL":[46.8,-67.5],"elL":[118.9,16],"haL":[151.9,46.9],"hipR":[-23.2,23.7],"knR":[4,127.1],"ftR":[89.2,177.4],"hipL":[19.2,47.9],"knL":[-16.2,160.9],"ftL":[-39.1,307.2]},{"rootY":6.3,"hips":[0,0],"chest":[-11.4,-74],"neck":[-11.4,-74],"head":[-11.8,-142.6],"shR":[-71.6,-95.7],"elR":[-176.6,-119.4],"haR":[-217.3,-141.7],"shL":[46.4,-67.6],"elL":[113.2,21.2],"haL":[144.3,55.6],"hipR":[-22.9,26.6],"knR":[2.3,139],"ftR":[81.2,211.5],"hipL":[20.9,46.8],"knL":[-10.6,159.6],"ftL":[-40.1,304.8]},{"rootY":9.4,"hips":[0,0],"chest":[-12.1,-75],"neck":[-12.1,-75],"head":[-12.7,-143.3],"shR":[-71.7,-97.5],"elR":[-174.1,-122.5],"haR":[-212.5,-145.6],"shL":[45.3,-67.8],"elL":[105.5,26.1],"haL":[135.1,63.7],"hipR":[-24.9,26.4],"knR":[-1.7,146.7],"ftR":[76,236.4],"hipL":[19.7,47.3],"knL":[-13.5,156.9],"ftL":[-41.4,302.1]},{"rootY":11.3,"hips":[0,0],"chest":[-11.5,-76.1],"neck":[-11.5,-76.1],"head":[-12.8,-144.2],"shR":[-70.9,-99.1],"elR":[-168.9,-128.6],"haR":[-205,-153.4],"shL":[45.8,-68.7],"elL":[99.9,29.2],"haL":[127.5,69.5],"hipR":[-25.1,27.8],"knR":[-6.3,155.3],"ftR":[73.5,256],"hipL":[19.2,47],"knL":[-16.8,154.8],"ftL":[-42.3,300.2]},{"rootY":10.4,"hips":[0,0],"chest":[-9.6,-77.3],"neck":[-9.6,-77.3],"head":[-11.7,-145.3],"shR":[-67.8,-101.3],"elR":[-162.4,-136.1],"haR":[-194.2,-163.6],"shL":[46.6,-69.2],"elL":[94.8,31.6],"haL":[120.4,74.1],"hipR":[-25.6,28.9],"knR":[-10,160.8],"ftR":[72.1,272.1],"hipL":[18.8,46.7],"knL":[-20.7,153.6],"ftL":[-42.8,300.6]},{"rootY":9.7,"hips":[0,0],"chest":[-7.5,-79.1],"neck":[-7.5,-79.1],"head":[-10.5,-147.1],"shR":[-64.8,-104.3],"elR":[-156.6,-145.9],"haR":[-183.2,-176.6],"shL":[47.8,-70.2],"elL":[90.3,32.7],"haL":[113.8,77],"hipR":[-26.1,30.3],"knR":[-11.8,164.4],"ftR":[70.9,282.7],"hipL":[18.8,46.2],"knL":[-24.8,152.9],"ftL":[-43.1,301.4]},{"rootY":9.1,"hips":[0,0],"chest":[-5.3,-80.4],"neck":[-5.3,-80.4],"head":[-8.6,-148.3],"shR":[-61.9,-106],"elR":[-150.1,-156.2],"haR":[-171.1,-190],"shL":[49.7,-71.6],"elL":[86,32.9],"haL":[107.5,78.5],"hipR":[-26.1,32.5],"knR":[-12.5,167.5],"ftR":[70.5,289.6],"hipL":[19.3,45],"knL":[-26.9,152.1],"ftL":[-43.2,301.9]},{"rootY":9.5,"hips":[0,0],"chest":[-3.1,-81.9],"neck":[-3.1,-81.9],"head":[-6.6,-149.9],"shR":[-58.9,-107.8],"elR":[-142.8,-166.7],"haR":[-158.2,-202.7],"shL":[51.2,-73.3],"elL":[82.8,32],"haL":[102.1,78.6],"hipR":[-26.2,33.7],"knR":[-14.9,169],"ftR":[68.7,293.9],"hipL":[19.1,44.2],"knL":[-27.3,151.7],"ftL":[-43.2,301.8]},{"rootY":9.5,"hips":[0,0],"chest":[-3,-82.3],"neck":[-3,-82.3],"head":[-6.2,-150.4],"shR":[-57.4,-108.5],"elR":[-136.6,-176.5],"haR":[-146.5,-214.3],"shL":[49.9,-74.3],"elL":[78.5,30.9],"haL":[94.5,78.6],"hipR":[-27.2,34.4],"knR":[-16.6,169.5],"ftR":[68.6,296.4],"hipL":[19.3,43.7],"knL":[-28.1,150],"ftL":[-44.7,301.4]},{"rootY":9.1,"hips":[0,0],"chest":[-2.2,-83.7],"neck":[-2.2,-83.7],"head":[-5.2,-151.9],"shR":[-56,-109.7],"elR":[-131.5,-185.4],"haR":[-135.4,-224.6],"shL":[50.2,-76.2],"elL":[77.2,28.4],"haL":[90.2,76.8],"hipR":[-27,34.9],"knR":[-16.4,170],"ftR":[69.5,297.8],"hipL":[18.7,43.3],"knL":[-28.7,149.7],"ftL":[-45.3,301.3]},{"rootY":10.8,"hips":[0,0],"chest":[-1.8,-84.3],"neck":[-1.8,-84.3],"head":[-4.4,-152.5],"shR":[-54.7,-110.3],"elR":[-128.4,-194],"haR":[-125.3,-233.5],"shL":[49.6,-77.1],"elL":[75.9,26.6],"haL":[86.5,75.3],"hipR":[-27,35.3],"knR":[-16.3,170.1],"ftR":[69.3,298.6],"hipL":[18.5,43],"knL":[-29.3,147.8],"ftL":[-46.9,300]},{"rootY":11.7,"hips":[0,0],"chest":[-1.6,-84.4],"neck":[-1.6,-84.4],"head":[-4,-152.8],"shR":[-53.4,-109.5],"elR":[-124.3,-198.7],"haR":[-115.6,-237.7],"shL":[48.5,-78.9],"elL":[76.3,23.7],"haL":[85.3,72.5],"hipR":[-27.1,35.2],"knR":[-15.1,170],"ftR":[68.8,300.7],"hipL":[19,43],"knL":[-28.4,146.6],"ftL":[-48.9,299.5]},{"rootY":12.4,"hips":[0,0],"chest":[-2.2,-84.5],"neck":[-2.2,-84.5],"head":[-4.6,-153.1],"shR":[-53.6,-109.2],"elR":[-122.8,-201.4],"haR":[-109.5,-239.1],"shL":[47.3,-79.4],"elL":[84.5,19.8],"haL":[87.6,69.4],"hipR":[-26.4,35.7],"knR":[-14.7,170.4],"ftR":[67.6,303.2],"hipL":[19.1,42.6],"knL":[-28.9,144.8],"ftL":[-51.6,298.6]},{"rootY":12.8,"hips":[0,0],"chest":[-3.6,-84.4],"neck":[-3.6,-84.4],"head":[-6.8,-153.1],"shR":[-54.6,-107.9],"elR":[-123.7,-199.8],"haR":[-107.4,-235.7],"shL":[45,-81],"elL":[90.3,15.9],"haL":[87.1,65],"hipR":[-26.9,35.4],"knR":[-17.6,170.1],"ftR":[64.4,303.9],"hipL":[18.3,42.8],"knL":[-30.3,142.8],"ftL":[-54,297.6]},{"rootY":12.8,"hips":[0,0],"chest":[-4.4,-84.4],"neck":[-4.4,-84.4],"head":[-8.2,-153.1],"shR":[-53.7,-107],"elR":[-123.7,-195.1],"haR":[-106.3,-229.6],"shL":[41.7,-81.9],"elL":[93,13.9],"haL":[85.9,62.3],"hipR":[-27.8,34.3],"knR":[-19.7,169.1],"ftR":[61.4,304.9],"hipL":[17.2,43.6],"knL":[-31.2,140.8],"ftL":[-55.7,296]},{"rootY":12.7,"hips":[0,0],"chest":[-4.2,-84.6],"neck":[-4.2,-84.6],"head":[-8.5,-153.3],"shR":[-52.2,-106],"elR":[-122.7,-187.6],"haR":[-106.8,-222.4],"shL":[39.8,-83.4],"elL":[96.8,11.3],"haL":[86.7,58.9],"hipR":[-27.8,34],"knR":[-21.3,168.7],"ftR":[59.6,305.4],"hipL":[17.2,43.9],"knL":[-29.6,137.2],"ftL":[-56.3,292.3]},{"rootY":12,"hips":[0,0],"chest":[-4.1,-84.8],"neck":[-4.1,-84.8],"head":[-9.3,-153.6],"shR":[-52.1,-104.7],"elR":[-121.9,-176.4],"haR":[-109.6,-212.5],"shL":[39.7,-85.4],"elL":[101.6,7.6],"haL":[86.3,53],"hipR":[-27.9,34.5],"knR":[-22.1,168.9],"ftR":[58.5,305.9],"hipL":[17.9,43.6],"knL":[-27.9,133.9],"ftL":[-56.5,289.8]},{"rootY":11,"hips":[0,0],"chest":[-4.4,-84.6],"neck":[-4.4,-84.6],"head":[-9.7,-153.4],"shR":[-51.8,-103.5],"elR":[-119.5,-162.1],"haR":[-112.3,-200.5],"shL":[38.6,-86.5],"elL":[103.7,4.3],"haL":[85.4,48.3],"hipR":[-27.9,35.3],"knR":[-20.7,169.1],"ftR":[58,306.7],"hipL":[18.7,42.9],"knL":[-26.5,130.3],"ftL":[-57.7,287.4]},{"rootY":9.9,"hips":[0,0],"chest":[-4.9,-84.6],"neck":[-4.9,-84.6],"head":[-9.9,-153.4],"shR":[-51.9,-102.7],"elR":[-115.9,-144.6],"haR":[-115.1,-185.7],"shL":[37.5,-87.6],"elL":[104,-0.7],"haL":[82.5,42.3],"hipR":[-28.4,35.4],"knR":[-19.5,168.9],"ftR":[57.9,307.4],"hipL":[18.7,42.7],"knL":[-25.6,126.6],"ftL":[-61.3,283.7]},{"rootY":8.4,"hips":[0,0],"chest":[-4.6,-84.9],"neck":[-4.6,-84.9],"head":[-9.5,-153.8],"shR":[-51.5,-101.3],"elR":[-110.1,-124.6],"haR":[-117.8,-168],"shL":[37.8,-89.9],"elL":[104.4,-8.9],"haL":[79.4,32.9],"hipR":[-28,36.2],"knR":[-17.8,169.7],"ftR":[58.2,308.7],"hipL":[19.7,42.1],"knL":[-22.7,123.6],"ftL":[-63.4,279.9]},{"rootY":8,"hips":[0,0],"chest":[-3.6,-85.3],"neck":[-3.6,-85.3],"head":[-8.7,-154.2],"shR":[-50.6,-100.4],"elR":[-102.4,-105.1],"haR":[-119.6,-149.1],"shL":[38.7,-91.9],"elL":[103.2,-19.6],"haL":[74.7,21.1],"hipR":[-28.5,35.5],"knR":[-16.1,168.8],"ftR":[58.7,308.9],"hipL":[18.9,42.6],"knL":[-22.1,120.9],"ftL":[-62.9,277.5]},{"rootY":6.4,"hips":[0,0],"chest":[-2.6,-85.5],"neck":[-2.6,-85.5],"head":[-6.7,-154.5],"shR":[-48.7,-99],"elR":[-93.7,-86],"haR":[-119.8,-128.7],"shL":[38.9,-94.2],"elL":[98.8,-33.3],"haL":[67,5.9],"hipR":[-28.3,36.1],"knR":[-14.8,169.5],"ftR":[59.5,309.9],"hipL":[19.1,42.1],"knL":[-20.7,119.5],"ftL":[-60.7,276.6]},{"rootY":6,"hips":[0,0],"chest":[-2,-85.4],"neck":[-2,-85.4],"head":[-5,-154.4],"shR":[-48.3,-98.2],"elR":[-87,-69.5],"haR":[-119.7,-108.8],"shL":[40.3,-95.2],"elL":[93.2,-50.2],"haL":[58.4,-13.9],"hipR":[-28,37],"knR":[-13.7,170.2],"ftR":[60.5,310.2],"hipL":[20.3,41.3],"knL":[-17.9,117.2],"ftL":[-58.3,274.5]},{"rootY":6.1,"hips":[0,0],"chest":[-0.9,-85.4],"neck":[-0.9,-85.4],"head":[-2.9,-154.3],"shR":[-48.4,-97.9],"elR":[-81.5,-57.6],"haR":[-119.2,-90.8],"shL":[43.2,-95.7],"elL":[88.7,-69],"haL":[51.4,-37.6],"hipR":[-28,37.1],"knR":[-12.3,169.9],"ftR":[61.8,310],"hipL":[20.3,41.2],"knL":[-16.8,114.7],"ftL":[-55.9,272.7]},{"rootY":5.6,"hips":[0,0],"chest":[0.2,-85.4],"neck":[0.2,-85.4],"head":[-1.1,-154],"shR":[-46.7,-97],"elR":[-76.6,-48.8],"haR":[-116.3,-74.8],"shL":[44,-97],"elL":[81.8,-90.4],"haL":[42.7,-65.6],"hipR":[-27.9,37.3],"knR":[-12.1,170.2],"ftR":[62.6,309.9],"hipL":[20.9,41.1],"knL":[-14.5,113.3],"ftL":[-53.8,271.5]},{"rootY":5.3,"hips":[0,0],"chest":[1.3,-85.4],"neck":[1.3,-85.4],"head":[0.7,-153.5],"shR":[-47,-98],"elR":[-74.2,-43.7],"haR":[-113.8,-62.7],"shL":[47,-96.1],"elL":[76.8,-108.6],"haL":[36.8,-92.1],"hipR":[-27.3,37.6],"knR":[-10.7,170.4],"ftR":[63.4,310.5],"hipL":[21.4,40.9],"knL":[-12.2,111.9],"ftL":[-52,270.2]},{"rootY":5,"hips":[0,0],"chest":[1.6,-85.2],"neck":[1.6,-85.2],"head":[2.4,-152.1],"shR":[-47.8,-98.7],"elR":[-74.3,-40.3],"haR":[-112.6,-51.8],"shL":[49.2,-95.1],"elL":[71.4,-123.1],"haL":[31.3,-116.8],"hipR":[-27.3,37.4],"knR":[-9.9,170.2],"ftR":[63.8,310.6],"hipL":[21.3,41.1],"knL":[-10.5,111],"ftL":[-50.6,269.4]},{"rootY":4.8,"hips":[0,0],"chest":[1.7,-84.9],"neck":[1.7,-84.9],"head":[4.3,-150.2],"shR":[-47.4,-98.5],"elR":[-74.4,-36.7],"haR":[-108.9,-41.2],"shL":[49.3,-94.9],"elL":[66.4,-135.5],"haL":[27.4,-141.3],"hipR":[-27.1,37.3],"knR":[-9.9,170.1],"ftR":[64,310.5],"hipL":[21.1,41.2],"knL":[-9.4,110.5],"ftL":[-49.2,269.1]},{"rootY":5.1,"hips":[0,0],"chest":[1.4,-84.6],"neck":[1.4,-84.6],"head":[6.2,-148.1],"shR":[-47.2,-98],"elR":[-75.2,-34.8],"haR":[-106.1,-32.3],"shL":[48.8,-94.8],"elL":[60.3,-144.8],"haL":[23.5,-161.8],"hipR":[-27.1,37.1],"knR":[-9.6,169.7],"ftR":[64.2,310.3],"hipL":[20.8,41.4],"knL":[-8.8,109.5],"ftL":[-48.1,268.4]},{"rootY":5.5,"hips":[0,0],"chest":[1.5,-84.3],"neck":[1.5,-84.3],"head":[8.4,-145.9],"shR":[-46.4,-97.8],"elR":[-75.7,-32.6],"haR":[-102.7,-24.7],"shL":[48.6,-94.6],"elL":[53.4,-152.3],"haL":[19.9,-179.4],"hipR":[-26.5,37.2],"knR":[-9.9,169.8],"ftR":[64.3,310.3],"hipL":[20.8,41.3],"knL":[-8,109.1],"ftL":[-47.1,268]},{"rootY":5.4,"hips":[0,0],"chest":[1.5,-84.2],"neck":[1.5,-84.2],"head":[10.2,-144.3],"shR":[-45.6,-97.6],"elR":[-76.1,-30.6],"haR":[-99.8,-18.1],"shL":[48.2,-94.7],"elL":[46.3,-158.1],"haL":[16.8,-192.9],"hipR":[-26.1,37.1],"knR":[-10.7,170.1],"ftR":[64.3,310.3],"hipL":[20.8,41.4],"knL":[-6.9,109.2],"ftL":[-46.6,268]},{"rootY":5.8,"hips":[0,0],"chest":[1.3,-83.9],"neck":[1.3,-83.9],"head":[11.1,-143],"shR":[-45.6,-97.3],"elR":[-77.7,-28.1],"haR":[-98.8,-12.2],"shL":[47.9,-94.6],"elL":[39.2,-162.9],"haL":[14.1,-203.1],"hipR":[-26.3,36.8],"knR":[-10.4,169.7],"ftR":[64,310.4],"hipL":[20.8,41.8],"knL":[-6.2,109],"ftL":[-46.8,267.5]},{"rootY":6,"hips":[0,0],"chest":[1.2,-83.8],"neck":[1.2,-83.8],"head":[12.2,-141.8],"shR":[-45.1,-96.9],"elR":[-78,-25.6],"haR":[-97.6,-7.4],"shL":[47.3,-94.7],"elL":[32.9,-167.9],"haL":[11.4,-211.5],"hipR":[-26.2,36.5],"knR":[-11.4,169.6],"ftR":[63.7,310.2],"hipL":[20.9,42],"knL":[-6.1,108.9],"ftL":[-47.1,267.3]},{"rootY":6.4,"hips":[0,0],"chest":[1.2,-83.6],"neck":[1.2,-83.6],"head":[12.7,-141.1],"shR":[-44.5,-97],"elR":[-77.3,-24.1],"haR":[-96.2,-4.2],"shL":[47,-94.2],"elL":[28.5,-172.3],"haL":[9.5,-217.9],"hipR":[-26,36.3],"knR":[-12.6,169.5],"ftR":[63.2,310.1],"hipL":[20.8,42.2],"knL":[-6.3,108.6],"ftL":[-47.2,267]},{"rootY":6.1,"hips":[0,0],"chest":[1,-83],"neck":[1,-83],"head":[13.3,-140],"shR":[-44.7,-96.4],"elR":[-78.1,-22],"haR":[-96.1,-0.9],"shL":[46.8,-93.8],"elL":[25.4,-176.1],"haL":[7.9,-222.6],"hipR":[-24.9,37.1],"knR":[-12,170.1],"ftR":[63.3,310.6],"hipL":[21.2,41.6],"knL":[-5.9,109],"ftL":[-47.3,267.4]},{"rootY":6.3,"hips":[0,0],"chest":[0.6,-82.8],"neck":[0.6,-82.8],"head":[13.4,-139.8],"shR":[-44.7,-96.3],"elR":[-78.1,-21.5],"haR":[-95.7,0.6],"shL":[46.1,-93.5],"elL":[24,-179.1],"haL":[6.7,-225.9],"hipR":[-25.1,36.8],"knR":[-12.8,169.8],"ftR":[62.9,310.5],"hipL":[20.9,41.8],"knL":[-6,108.9],"ftL":[-47.2,267.4]},{"rootY":6.2,"hips":[0,0],"chest":[0.5,-82.8],"neck":[0.5,-82.8],"head":[13.4,-139.9],"shR":[-45,-96.4],"elR":[-78.6,-21],"haR":[-95.7,1.6],"shL":[46.4,-93.3],"elL":[23.4,-180.8],"haL":[5.9,-227.6],"hipR":[-24.9,36.8],"knR":[-12.4,169.8],"ftR":[63,310.5],"hipL":[20.9,41.8],"knL":[-6,109.1],"ftL":[-47.1,267.6]},{"rootY":6.4,"hips":[0,0],"chest":[0.1,-82.8],"neck":[0.1,-82.8],"head":[12.8,-140.5],"shR":[-45.3,-96.6],"elR":[-79.4,-21.5],"haR":[-96.2,1.3],"shL":[46.2,-93.1],"elL":[22.5,-181.8],"haL":[4.7,-228.6],"hipR":[-25.4,36.3],"knR":[-13.3,169.5],"ftR":[62.5,310.4],"hipL":[20.8,42.2],"knL":[-6,109.1],"ftL":[-47.2,267.5]},{"rootY":6.5,"hips":[0,0],"chest":[-0.1,-82.5],"neck":[-0.1,-82.5],"head":[11.9,-140.6],"shR":[-45.9,-96.3],"elR":[-80.5,-22.5],"haR":[-97.5,-0.3],"shL":[46.3,-92.8],"elL":[22.2,-181.4],"haL":[4,-228],"hipR":[-25.3,36.4],"knR":[-12.9,169.4],"ftR":[62.3,310.8],"hipL":[20.9,42.1],"knL":[-6.9,109],"ftL":[-47.3,267.7]},{"rootY":6.8,"hips":[0,0],"chest":[-0.5,-82.5],"neck":[-0.5,-82.5],"head":[10.9,-141.2],"shR":[-46.3,-95.6],"elR":[-82.4,-23.8],"haR":[-99.8,-2.7],"shL":[45.8,-93.7],"elL":[22.5,-182.4],"haL":[3.4,-228.7],"hipR":[-25.5,36],"knR":[-13.6,169],"ftR":[62,310.2],"hipL":[20.8,42.4],"knL":[-7.5,109.1],"ftL":[-47.5,267.9]},{"rootY":7,"hips":[0,0],"chest":[-1.1,-82.4],"neck":[-1.1,-82.4],"head":[9.6,-141.6],"shR":[-47.4,-95.5],"elR":[-84.9,-26.4],"haR":[-102.7,-6.7],"shL":[45.7,-93.5],"elL":[22.9,-182.5],"haL":[3.9,-228.8],"hipR":[-25.5,35.9],"knR":[-13.9,168.8],"ftR":[61.8,309.9],"hipL":[20.9,42.5],"knL":[-7.5,109.2],"ftL":[-48.1,267.9]},{"rootY":6.9,"hips":[0,0],"chest":[-1.7,-82.4],"neck":[-1.7,-82.4],"head":[8.6,-141.7],"shR":[-48.8,-96.2],"elR":[-88.2,-29.8],"haR":[-106.3,-11.5],"shL":[46.1,-92.7],"elL":[24.3,-181.3],"haL":[5.7,-227.8],"hipR":[-25.2,36.1],"knR":[-14.1,169],"ftR":[61.2,310.4],"hipL":[20.6,42.4],"knL":[-7.6,109.3],"ftL":[-48.4,268]},{"rootY":7.2,"hips":[0,0],"chest":[-2.5,-82.5],"neck":[-2.5,-82.5],"head":[7.4,-142.4],"shR":[-49.9,-96.8],"elR":[-90.9,-33.5],"haR":[-109.6,-16.8],"shL":[45.7,-92.3],"elL":[26.1,-181.1],"haL":[7.9,-227.8],"hipR":[-26.3,35.3],"knR":[-15.2,168.5],"ftR":[60.7,309.9],"hipL":[20.2,43],"knL":[-6.9,108.7],"ftL":[-48,267.3]},{"rootY":7,"hips":[0,0],"chest":[-3.1,-82.5],"neck":[-3.1,-82.5],"head":[6.9,-143],"shR":[-50.1,-96.7],"elR":[-92.3,-35.5],"haR":[-112.6,-20.4],"shL":[44.5,-92.4],"elL":[28.2,-180.1],"haL":[10.6,-227],"hipR":[-26.2,35.6],"knR":[-16,168.9],"ftR":[60.4,310.1],"hipL":[21,42.8],"knL":[-5,109],"ftL":[-47.5,267.3]},{"rootY":7.4,"hips":[0,0],"chest":[-4,-82.6],"neck":[-4,-82.6],"head":[6,-144],"shR":[-51.1,-97.3],"elR":[-94.7,-36.9],"haR":[-116.3,-23.1],"shL":[43.8,-92],"elL":[31.9,-176.5],"haL":[14.8,-223.7],"hipR":[-26.9,35.2],"knR":[-15.9,168.3],"ftR":[60.4,309.4],"hipL":[21,43.1],"knL":[-4.7,108.6],"ftL":[-46.7,267]},{"rootY":7.1,"hips":[0,0],"chest":[-4.4,-82.5],"neck":[-4.4,-82.5],"head":[6.2,-144.7],"shR":[-51.6,-96.7],"elR":[-94.7,-34.7],"haR":[-118.9,-22.2],"shL":[43,-92.4],"elL":[37.6,-171.6],"haL":[19.5,-218.6],"hipR":[-26.2,36],"knR":[-14.3,168.6],"ftR":[61.1,309.6],"hipL":[21.4,42.5],"knL":[-3.8,108.8],"ftL":[-46,267.2]},{"rootY":6.7,"hips":[0,0],"chest":[-5,-82.4],"neck":[-5,-82.4],"head":[6.3,-145.3],"shR":[-50.9,-96.5],"elR":[-92.2,-30.2],"haR":[-119.4,-18.4],"shL":[40.6,-92.2],"elL":[43,-162.6],"haL":[23.5,-209.1],"hipR":[-25.4,36.9],"knR":[-13,169.1],"ftR":[61.5,310.1],"hipL":[22.1,41.7],"knL":[-3.1,109.3],"ftL":[-45.5,267.7]},{"rootY":6.7,"hips":[0,0],"chest":[-6.2,-82.5],"neck":[-6.2,-82.5],"head":[5.8,-146],"shR":[-52.3,-95.6],"elR":[-90.6,-23.8],"haR":[-120,-11.9],"shL":[39.3,-93.4],"elL":[49.5,-150.7],"haL":[28.5,-196.5],"hipR":[-25.6,36.7],"knR":[-12.6,168.8],"ftR":[61.5,310.1],"hipL":[21.9,41.9],"knL":[-3.2,109.4],"ftL":[-45.5,267.9]},{"rootY":6.7,"hips":[0,0],"chest":[-6.8,-82.9],"neck":[-6.8,-82.9],"head":[6.5,-147.7],"shR":[-52.8,-95.1],"elR":[-88.5,-17],"haR":[-119.1,-3.3],"shL":[37.9,-94.6],"elL":[54.6,-134.9],"haL":[33.1,-180.2],"hipR":[-25.4,36.8],"knR":[-12.7,169],"ftR":[61.8,310.1],"hipL":[22.2,41.8],"knL":[-2.6,109.6],"ftL":[-45.7,267.8]},{"rootY":6.4,"hips":[0,0],"chest":[-7.8,-83.1],"neck":[-7.8,-83.1],"head":[5.9,-148.8],"shR":[-53.7,-94.3],"elR":[-85.5,-10.3],"haR":[-116.9,6.4],"shL":[36.3,-95.8],"elL":[58.3,-116.6],"haL":[37.2,-161.3],"hipR":[-25.2,37],"knR":[-12.6,169.3],"ftR":[62.2,310],"hipL":[22.4,41.7],"knL":[-2.5,110.2],"ftL":[-46.6,268.1]},{"rootY":6.6,"hips":[0,0],"chest":[-8.5,-83.2],"neck":[-8.5,-83.2],"head":[5.1,-149.3],"shR":[-55.6,-95],"elR":[-82.6,-5.1],"haR":[-114.4,15.3],"shL":[36.6,-95.1],"elL":[64.1,-93.8],"haL":[43.6,-136.8],"hipR":[-25,37.1],"knR":[-12.6,169.4],"ftR":[62.6,309.8],"hipL":[22.4,41.5],"knL":[-3,111],"ftL":[-48.3,268.4]},{"rootY":7,"hips":[0,0],"chest":[-9.2,-83.3],"neck":[-9.2,-83.3],"head":[3.8,-150.1],"shR":[-56.3,-94.6],"elR":[-78.9,0.2],"haR":[-109.8,24.8],"shL":[35.4,-95.7],"elL":[68.7,-70.7],"haL":[48.8,-110],"hipR":[-24.7,37.4],"knR":[-13.5,170],"ftR":[62.4,310.1],"hipL":[22.6,41.2],"knL":[-3.5,111.8],"ftL":[-50.8,268.5]},{"rootY":7.2,"hips":[0,0],"chest":[-10.2,-83.3],"neck":[-10.2,-83.3],"head":[2.3,-150.3],"shR":[-57.1,-94.5],"elR":[-75.5,4.8],"haR":[-104.4,33.9],"shL":[33.7,-95.5],"elL":[70.1,-48],"haL":[51.7,-81],"hipR":[-24.8,37.3],"knR":[-12.4,169.7],"ftR":[63.2,309.3],"hipL":[22.3,41.3],"knL":[-5.3,112.6],"ftL":[-54.2,268.6]},{"rootY":7.9,"hips":[0,0],"chest":[-10.8,-83.3],"neck":[-10.8,-83.3],"head":[1.2,-150.7],"shR":[-58.4,-94.4],"elR":[-73.1,8.3],"haR":[-99.1,42.3],"shL":[33.4,-95.5],"elL":[70.5,-29.2],"haL":[54.6,-53],"hipR":[-24.8,37.1],"knR":[-12.9,169.7],"ftR":[63.7,308.8],"hipL":[21.9,41.5],"knL":[-6.9,114.1],"ftL":[-57.3,269.2]},{"rootY":8.7,"hips":[0,0],"chest":[-11.3,-83.6],"neck":[-11.3,-83.6],"head":[0.2,-151.1],"shR":[-59.6,-94.4],"elR":[-71.4,11.5],"haR":[-93.5,49.4],"shL":[33.2,-95.7],"elL":[70.2,-13.8],"haL":[57.1,-26.5],"hipR":[-24.8,36.9],"knR":[-12.7,169.6],"ftR":[64.3,308.3],"hipL":[21.6,41.7],"knL":[-8.8,115.6],"ftL":[-60.2,269.9]},{"rootY":9.7,"hips":[0,0],"chest":[-11.5,-83.8],"neck":[-11.5,-83.8],"head":[-0.5,-151.5],"shR":[-60.3,-94.7],"elR":[-68.5,13.7],"haR":[-87.2,54.8],"shL":[33.2,-95.5],"elL":[69.4,-2.8],"haL":[58.5,-3.2],"hipR":[-24.9,36.6],"knR":[-12,169.3],"ftR":[65.3,307.4],"hipL":[21.3,42],"knL":[-11.7,118],"ftL":[-62.7,271.8]},{"rootY":10.5,"hips":[0,0],"chest":[-11,-84.4],"neck":[-11,-84.4],"head":[-0.6,-152.2],"shR":[-60.3,-95.3],"elR":[-64.9,15.1],"haR":[-81.2,58.5],"shL":[33.6,-95.8],"elL":[67.7,4.7],"haL":[59.8,16.5],"hipR":[-25.1,36.1],"knR":[-10.7,169.1],"ftR":[67.2,306.1],"hipL":[20.5,42.4],"knL":[-14.4,121.6],"ftL":[-64.6,274.7]},{"rootY":11.4,"hips":[0,0],"chest":[-10.4,-84.9],"neck":[-10.4,-84.9],"head":[0.1,-152.8],"shR":[-60.7,-96.3],"elR":[-64,16.1],"haR":[-76.8,61.2],"shL":[35,-95.4],"elL":[66.3,9.6],"haL":[61.9,33.4],"hipR":[-24.4,36.1],"knR":[-9.5,169.3],"ftR":[69.1,305.4],"hipL":[20.4,42.4],"knL":[-17.6,126.1],"ftL":[-65.2,279.1]},{"rootY":12.6,"hips":[0,0],"chest":[-9.1,-85.4],"neck":[-9.1,-85.4],"head":[1.3,-153.4],"shR":[-59.3,-97.4],"elR":[-57.7,16],"haR":[-70,62.3],"shL":[36,-95.1],"elL":[64.1,12.7],"haL":[64.6,46.6],"hipR":[-24,35.8],"knR":[-9.4,169.3],"ftR":[71.9,303.3],"hipL":[20.3,42.7],"knL":[-20.4,130.3],"ftL":[-64,283.1]},{"rootY":14.9,"hips":[0,0],"chest":[-8.1,-85.6],"neck":[-8.1,-85.6],"head":[2.1,-153.5],"shR":[-57.4,-96.9],"elR":[-53.3,17],"haR":[-64.6,64.4],"shL":[35.8,-96],"elL":[61,13],"haL":[66.3,54.7],"hipR":[-23.7,35.7],"knR":[-8.3,169.4],"ftR":[74.7,301.4],"hipL":[20.1,42.7],"knL":[-24.7,133.3],"ftL":[-61.6,286.5]},{"rootY":17.1,"hips":[0,0],"chest":[-6.1,-85.8],"neck":[-6.1,-85.8],"head":[4.2,-153.6],"shR":[-54.8,-97.3],"elR":[-47.8,16.9],"haR":[-58.7,64.9],"shL":[37.2,-96.2],"elL":[58.7,13.2],"haL":[68.7,59.5],"hipR":[-23.3,35.4],"knR":[-7.3,169.4],"ftR":[78.5,299.2],"hipL":[19.7,42.9],"knL":[-27.6,135.6],"ftL":[-57.7,288.8]},{"rootY":19.4,"hips":[0,0],"chest":[-4.2,-85.9],"neck":[-4.2,-85.9],"head":[6.6,-153.5],"shR":[-52.2,-97.1],"elR":[-44.2,17.2],"haR":[-54.4,65.5],"shL":[38.5,-96.8],"elL":[57.6,12.1],"haL":[70.4,60.2],"hipR":[-22.4,35.4],"knR":[-6.1,169.7],"ftR":[81.7,297.3],"hipL":[19.4,42.9],"knL":[-30.3,136.7],"ftL":[-54.8,289.3]},{"rootY":21.7,"hips":[0,0],"chest":[-2.8,-86.1],"neck":[-2.8,-86.1],"head":[8.6,-153.5],"shR":[-50.7,-98],"elR":[-41.6,16.3],"haR":[-51.8,64.7],"shL":[40.2,-96.4],"elL":[58.5,11.6],"haL":[72.9,59.9],"hipR":[-23.1,35.5],"knR":[-3.1,169.6],"ftR":[85.8,294.9],"hipL":[18.9,42.9],"knL":[-32.1,137.3],"ftL":[-52.1,288.9]},{"rootY":23.6,"hips":[0,0],"chest":[-0.6,-86.2],"neck":[-0.6,-86.2],"head":[11.8,-153.4],"shR":[-48.2,-98],"elR":[-40,16.3],"haR":[-50.3,64.7],"shL":[42.4,-96.8],"elL":[61.3,9.2],"haL":[75.8,57.4],"hipR":[-22.6,35.2],"knR":[0.2,169],"ftR":[90.8,292.6],"hipL":[18,43.1],"knL":[-33.7,137.4],"ftL":[-48.3,287.3]},{"rootY":25.8,"hips":[0,0],"chest":[0.8,-86.2],"neck":[0.8,-86.2],"head":[14.1,-153.1],"shR":[-47.1,-98.8],"elR":[-40.4,15.6],"haR":[-51.3,63.8],"shL":[44.4,-95.9],"elL":[64.2,8.1],"haL":[78.2,56.5],"hipR":[-22.2,35.6],"knR":[2.6,169.1],"ftR":[94.7,290.3],"hipL":[17.5,42.8],"knL":[-35.1,136.8],"ftL":[-45.1,284.8]}]},"dance_spin":{"name":"dance_spin","fps":30,"height":520,"groundY":336,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[0.3,-87],"neck":[0.3,-87],"head":[-1.4,-154.3],"shR":[-66.4,-98.5],"elR":[-180.7,-82.5],"haR":[-231.4,-75.3],"shL":[71.5,-97.4],"elL":[182.3,-81.8],"haL":[232.2,-74.8],"hipR":[-32.8,35.3],"knR":[-30.4,171.1],"ftR":[-27.5,335.7],"hipL":[34,35.3],"knL":[31.6,171.1],"ftL":[28.7,335.1]},{"rootY":0.3,"hips":[0,0],"chest":[-0.4,-86.4],"neck":[-0.4,-86.4],"head":[-4.7,-154.9],"shR":[-68.2,-91.5],"elR":[-84.1,15.3],"haR":[-93.3,65.6],"shL":[69.1,-103.8],"elL":[88.1,-3.6],"haL":[95.4,45.8],"hipR":[-34.9,37.4],"knR":[-6.5,167],"ftR":[19.1,322.5],"hipL":[30.9,41.1],"knL":[20.1,174.6],"ftL":[-39.7,279.9]},{"rootY":0.4,"hips":[0,0],"chest":[-0.5,-86.4],"neck":[-0.5,-86.4],"head":[-5.8,-154.4],"shR":[-68.2,-91.6],"elR":[-83.8,15.4],"haR":[-92.7,65.7],"shL":[69,-103.9],"elL":[87.8,-3.5],"haL":[95.2,45.9],"hipR":[-35.1,37.3],"knR":[-6.8,167],"ftR":[19.1,322.4],"hipL":[30.8,41.2],"knL":[19.9,174.7],"ftL":[-39.5,279.9]},{"rootY":0.6,"hips":[0,0],"chest":[-0.5,-86.4],"neck":[-0.5,-86.4],"head":[-7.1,-154.5],"shR":[-68.2,-91.5],"elR":[-83.1,16.2],"haR":[-92,66.5],"shL":[69,-104.1],"elL":[87.2,-3.4],"haL":[94.9,46],"hipR":[-35.1,37.2],"knR":[-7.2,167.1],"ftR":[18.9,322.3],"hipL":[30.8,41.3],"knL":[19.5,174.6],"ftL":[-39.7,279.6]},{"rootY":0.5,"hips":[0,0],"chest":[-0.6,-86.4],"neck":[-0.6,-86.4],"head":[-8.3,-154.2],"shR":[-68.3,-91.4],"elR":[-82.6,16.5],"haR":[-91.2,66.8],"shL":[69,-104.3],"elL":[86.7,-3.5],"haL":[94.4,45.9],"hipR":[-35.2,37.1],"knR":[-7.6,166.9],"ftR":[18.8,322.2],"hipL":[30.7,41.4],"knL":[19.2,174.6],"ftL":[-39.9,279.5]},{"rootY":0.5,"hips":[0,0],"chest":[-0.5,-86.4],"neck":[-0.5,-86.4],"head":[-9.4,-153.8],"shR":[-68.1,-91.4],"elR":[-81.5,16.7],"haR":[-90.1,67.1],"shL":[69.2,-104.4],"elL":[86.5,-3.5],"haL":[94.1,45.9],"hipR":[-35.1,37.2],"knR":[-7.3,166.8],"ftR":[18.7,322],"hipL":[30.9,41.3],"knL":[19,174.3],"ftL":[-39.6,279.7]},{"rootY":0.7,"hips":[0,0],"chest":[-0.7,-86.4],"neck":[-0.7,-86.4],"head":[-10.7,-153.6],"shR":[-68.3,-91.5],"elR":[-80.7,16.7],"haR":[-89,67.1],"shL":[69,-104.3],"elL":[86,-3.4],"haL":[93.4,46],"hipR":[-35.2,37.2],"knR":[-7.7,167],"ftR":[18.7,322],"hipL":[30.8,41.3],"knL":[19,174.4],"ftL":[-39.5,279.8]},{"rootY":0.4,"hips":[0,0],"chest":[-0.9,-86.4],"neck":[-0.9,-86.4],"head":[-11.6,-153.3],"shR":[-68.5,-91.6],"elR":[-79.6,17.1],"haR":[-87.8,67.5],"shL":[68.8,-104.3],"elL":[85.1,-3.4],"haL":[92.4,46.1],"hipR":[-35.2,37.1],"knR":[-7.8,166.8],"ftR":[18.4,321.9],"hipL":[30.7,41.4],"knL":[18.7,174.4],"ftL":[-39.7,279.9]},{"rootY":0.4,"hips":[0,0],"chest":[-1.1,-86.4],"neck":[-1.1,-86.4],"head":[-12.2,-153.4],"shR":[-68.6,-91.7],"elR":[-78.6,17],"haR":[-86.4,67.5],"shL":[68.7,-104.1],"elL":[84.4,-3.3],"haL":[91.5,46.2],"hipR":[-35.3,37.1],"knR":[-7.8,166.9],"ftR":[18.4,321.9],"hipL":[30.6,41.4],"knL":[18.7,174.4],"ftL":[-39.9,279.6]},{"rootY":0.5,"hips":[0,0],"chest":[-1.3,-86.4],"neck":[-1.3,-86.4],"head":[-13.1,-153.1],"shR":[-68.8,-91.7],"elR":[-77.6,17],"haR":[-85.1,67.6],"shL":[68.6,-104],"elL":[83.4,-3.6],"haL":[90,46.1],"hipR":[-35.3,37],"knR":[-7.9,167],"ftR":[18.4,322],"hipL":[30.6,41.4],"knL":[18.5,174.5],"ftL":[-40.2,279.3]},{"rootY":0.4,"hips":[0,0],"chest":[-1.6,-86.4],"neck":[-1.6,-86.4],"head":[-13.8,-152.9],"shR":[-69,-91.9],"elR":[-77,16.7],"haR":[-84,67.4],"shL":[68.3,-103.9],"elL":[82.9,-3.9],"haL":[89,45.9],"hipR":[-35.5,36.9],"knR":[-8.2,166.8],"ftR":[18.2,321.8],"hipL":[30.4,41.6],"knL":[18.2,174.6],"ftL":[-40.6,279.4]},{"rootY":0.4,"hips":[0,0],"chest":[-1.6,-86.4],"neck":[-1.6,-86.4],"head":[-13.6,-153.1],"shR":[-69.1,-91.9],"elR":[-76.4,16.7],"haR":[-83.2,67.4],"shL":[68.3,-103.8],"elL":[82.5,-4.1],"haL":[88.1,45.8],"hipR":[-35.5,36.8],"knR":[-8.4,166.9],"ftR":[18.1,321.9],"hipL":[30.3,41.6],"knL":[18.5,174.8],"ftL":[-40.9,279.2]},{"rootY":0.4,"hips":[0,0],"chest":[-1.5,-86.4],"neck":[-1.5,-86.4],"head":[-13.4,-153.1],"shR":[-69,-91.5],"elR":[-76,17.1],"haR":[-82.9,67.8],"shL":[68.4,-103.9],"elL":[82,-4.7],"haL":[87.4,45.3],"hipR":[-35.5,36.8],"knR":[-8.2,166.9],"ftR":[18.3,321.8],"hipL":[30.3,41.6],"knL":[18.8,174.9],"ftL":[-41.1,279.1]},{"rootY":0.6,"hips":[0,0],"chest":[-1.8,-86.5],"neck":[-1.8,-86.5],"head":[-13.5,-153.1],"shR":[-69.2,-91.4],"elR":[-76.9,16.7],"haR":[-83.9,67.4],"shL":[68,-104],"elL":[81.3,-5.4],"haL":[86.4,44.8],"hipR":[-35.6,36.8],"knR":[-9,166.9],"ftR":[17.9,321.6],"hipL":[30.3,41.7],"knL":[18.2,174.8],"ftL":[-41.9,278.5]},{"rootY":0.8,"hips":[0,0],"chest":[-1.2,-86.4],"neck":[-1.2,-86.4],"head":[-12.4,-153.4],"shR":[-68.6,-91.7],"elR":[-76.9,16],"haR":[-84,66.7],"shL":[68.7,-103.7],"elL":[81.6,-5.9],"haL":[86.6,44.3],"hipR":[-35.3,37.1],"knR":[-7.2,167],"ftR":[18.9,321.8],"hipL":[30.6,41.4],"knL":[19.4,174.7],"ftL":[-41.5,278.8]},{"rootY":0.9,"hips":[0,0],"chest":[-1.5,-86.5],"neck":[-1.5,-86.5],"head":[-12.4,-153.5],"shR":[-68.8,-91.7],"elR":[-77.9,15.8],"haR":[-85.3,66.4],"shL":[68.5,-103.7],"elL":[81.3,-6.4],"haL":[86.2,43.8],"hipR":[-35.3,37],"knR":[-7.5,167.1],"ftR":[18.5,321.8],"hipL":[30.6,41.5],"knL":[19.4,174.7],"ftL":[-41.6,278.4]},{"rootY":0.8,"hips":[0,0],"chest":[-1.4,-86.4],"neck":[-1.4,-86.4],"head":[-11.8,-153.6],"shR":[-68.7,-91.7],"elR":[-78.7,15],"haR":[-85.8,65.7],"shL":[68.6,-103.6],"elL":[81.4,-6.5],"haL":[86.3,43.7],"hipR":[-35.2,37.1],"knR":[-7.1,167.1],"ftR":[18.6,321.9],"hipL":[30.7,41.4],"knL":[19.5,174.5],"ftL":[-41,278.7]},{"rootY":0.6,"hips":[0,0],"chest":[-1.2,-86.4],"neck":[-1.2,-86.4],"head":[-11.1,-153.7],"shR":[-68.4,-91.7],"elR":[-79.1,14.8],"haR":[-86.1,65.5],"shL":[68.8,-103.4],"elL":[81.3,-6.9],"haL":[86.3,43.3],"hipR":[-35.1,37.2],"knR":[-6.1,166.9],"ftR":[18.9,322],"hipL":[30.7,41.2],"knL":[20,174.6],"ftL":[-40.8,279.2]},{"rootY":0.7,"hips":[0,0],"chest":[-1,-86.4],"neck":[-1,-86.4],"head":[-10.5,-153.9],"shR":[-68.3,-91.7],"elR":[-79.8,14.5],"haR":[-86.5,65.2],"shL":[69,-103.4],"elL":[81.3,-7.1],"haL":[86.4,43.1],"hipR":[-35,37.4],"knR":[-5.3,166.8],"ftR":[19.2,321.9],"hipL":[30.9,41],"knL":[19.8,174.4],"ftL":[-40.8,279.1]},{"rootY":0.6,"hips":[0,0],"chest":[-1,-86.4],"neck":[-1,-86.4],"head":[-10.1,-154.1],"shR":[-68.1,-91.8],"elR":[-80.5,14],"haR":[-87.2,64.8],"shL":[69.1,-103.2],"elL":[81.2,-6.9],"haL":[86.5,43.3],"hipR":[-34.9,37.4],"knR":[-4.7,166.5],"ftR":[18.8,321.8],"hipL":[31,41],"knL":[19.4,174.3],"ftL":[-41.3,279]},{"rootY":0.8,"hips":[0,0],"chest":[-1.7,-86.3],"neck":[-1.7,-86.3],"head":[-10.6,-154.1],"shR":[-68.8,-91.8],"elR":[-82.3,13.7],"haR":[-88.6,64.5],"shL":[68.4,-103.1],"elL":[80.3,-7],"haL":[85.7,43.2],"hipR":[-35.2,37.2],"knR":[-6.7,166.9],"ftR":[18.3,321.9],"hipL":[30.6,41.2],"knL":[19.1,174.5],"ftL":[-42.3,278.6]},{"rootY":0.5,"hips":[0,0],"chest":[-2.1,-86.4],"neck":[-2.1,-86.4],"head":[-10.5,-154.2],"shR":[-69.2,-91.6],"elR":[-83.6,14],"haR":[-89.9,64.8],"shL":[68,-103.2],"elL":[80,-6.9],"haL":[85.4,43.2],"hipR":[-35.4,36.9],"knR":[-7.7,166.7],"ftR":[17.6,321.8],"hipL":[30.4,41.5],"knL":[18.5,174.7],"ftL":[-43,278.7]},{"rootY":0.4,"hips":[0,0],"chest":[-1.8,-86.4],"neck":[-1.8,-86.4],"head":[-9.8,-154.4],"shR":[-68.9,-91.4],"elR":[-84.2,14],"haR":[-90.4,64.9],"shL":[68.3,-103.3],"elL":[80.3,-7],"haL":[85.8,43.1],"hipR":[-35.2,37.2],"knR":[-7,166.8],"ftR":[17.8,321.9],"hipL":[30.7,41.2],"knL":[18.9,174.4],"ftL":[-42.9,278.8]},{"rootY":0.7,"hips":[0,0],"chest":[-2.2,-86.4],"neck":[-2.2,-86.4],"head":[-10.1,-154.4],"shR":[-69.4,-91.2],"elR":[-86.2,13.9],"haR":[-92,64.8],"shL":[67.8,-103.5],"elL":[80.1,-7.3],"haL":[85.4,42.8],"hipR":[-35.5,36.9],"knR":[-8.4,166.9],"ftR":[17.5,321.8],"hipL":[30.3,41.5],"knL":[18.6,174.8],"ftL":[-43.3,278.6]},{"rootY":0.6,"hips":[0,0],"chest":[-2.4,-86.4],"neck":[-2.4,-86.4],"head":[-9.8,-154.7],"shR":[-69.5,-91.3],"elR":[-87.6,13.6],"haR":[-93.1,64.5],"shL":[67.7,-103.3],"elL":[80,-7.3],"haL":[85.4,42.9],"hipR":[-35.4,36.9],"knR":[-8.5,166.7],"ftR":[17.1,321.6],"hipL":[30.3,41.5],"knL":[18.5,174.8],"ftL":[-43.6,278.6]},{"rootY":0.7,"hips":[0,0],"chest":[-2.2,-86.3],"neck":[-2.2,-86.3],"head":[-9.3,-154.8],"shR":[-69.3,-91.4],"elR":[-88.9,13],"haR":[-94,63.9],"shL":[67.9,-103.2],"elL":[80.2,-7.3],"haL":[85.6,42.9],"hipR":[-35.4,37],"knR":[-8.2,166.7],"ftR":[17.4,321.6],"hipL":[30.4,41.4],"knL":[19,174.8],"ftL":[-43.5,278.5]},{"rootY":0.6,"hips":[0,0],"chest":[-2.1,-86.3],"neck":[-2.1,-86.3],"head":[-9.1,-154.8],"shR":[-69.2,-91.3],"elR":[-90.1,13],"haR":[-95.2,64],"shL":[68,-103.3],"elL":[80.7,-7.4],"haL":[86,42.7],"hipR":[-35.3,37],"knR":[-7.9,166.7],"ftR":[17.3,321.7],"hipL":[30.5,41.4],"knL":[19.4,174.8],"ftL":[-43.2,278.6]},{"rootY":0.9,"hips":[0,0],"chest":[-1.9,-86.3],"neck":[-1.9,-86.3],"head":[-8.7,-154.9],"shR":[-69,-91.3],"elR":[-91.6,12.8],"haR":[-96.5,63.8],"shL":[68.2,-103.4],"elL":[81.1,-7.4],"haL":[86.5,42.8],"hipR":[-35.2,37.1],"knR":[-7.5,166.9],"ftR":[17.9,322],"hipL":[30.6,41.3],"knL":[19.8,174.8],"ftL":[-42.7,278.6]},{"rootY":0.8,"hips":[0,0],"chest":[-1.7,-86.3],"neck":[-1.7,-86.3],"head":[-8.8,-154.9],"shR":[-68.8,-91.3],"elR":[-92.9,12.6],"haR":[-97.8,63.5],"shL":[68.3,-103.4],"elL":[81.6,-7.2],"haL":[87.1,43],"hipR":[-35.2,37.1],"knR":[-7.1,166.9],"ftR":[18,322],"hipL":[30.7,41.3],"knL":[19.7,174.7],"ftL":[-41.9,278.9]},{"rootY":0.8,"hips":[0,0],"chest":[-1.6,-86.3],"neck":[-1.6,-86.3],"head":[-8.6,-154.9],"shR":[-68.8,-91.1],"elR":[-94.3,12.6],"haR":[-99.1,63.5],"shL":[68.4,-103.5],"elL":[81.9,-7],"haL":[87.4,43.1],"hipR":[-35.2,37.2],"knR":[-7.3,166.9],"ftR":[17.9,322],"hipL":[30.8,41.3],"knL":[19.5,174.6],"ftL":[-41.5,279.1]},{"rootY":0.9,"hips":[0,0],"chest":[-1.8,-86.4],"neck":[-1.8,-86.4],"head":[-8.8,-155],"shR":[-69,-91.1],"elR":[-95.9,12.7],"haR":[-100.6,63.5],"shL":[68.2,-103.7],"elL":[81.8,-7],"haL":[87.5,43.1],"hipR":[-35.3,37.1],"knR":[-7.6,166.9],"ftR":[17.7,322.1],"hipL":[30.7,41.4],"knL":[19.2,174.6],"ftL":[-41.6,279.4]},{"rootY":1.1,"hips":[0,0],"chest":[-2.1,-86.3],"neck":[-2.1,-86.3],"head":[-9.5,-154.8],"shR":[-69.3,-91],"elR":[-97.1,12.8],"haR":[-101.8,63.6],"shL":[67.8,-103.9],"elL":[81.6,-6.7],"haL":[87.5,43.4],"hipR":[-35.4,37],"knR":[-7.8,166.8],"ftR":[17.4,321.9],"hipL":[30.6,41.5],"knL":[18.9,174.7],"ftL":[-42.1,278.9]},{"rootY":1.2,"hips":[0,0],"chest":[-2.4,-86.3],"neck":[-2.4,-86.3],"head":[-9.7,-154.8],"shR":[-69.6,-90.9],"elR":[-98.2,12.7],"haR":[-102.8,63.4],"shL":[67.5,-104],"elL":[81.6,-6.6],"haL":[87.4,43.5],"hipR":[-35.5,36.9],"knR":[-7.9,166.7],"ftR":[17.1,321.8],"hipL":[30.5,41.6],"knL":[18.6,174.8],"ftL":[-42.7,278.9]},{"rootY":1.2,"hips":[0,0],"chest":[-2.7,-86.4],"neck":[-2.7,-86.4],"head":[-10.2,-154.9],"shR":[-69.9,-91.1],"elR":[-98.9,12.8],"haR":[-103.4,63.5],"shL":[67.2,-104],"elL":[81.6,-6.5],"haL":[87.6,43.5],"hipR":[-35.5,36.8],"knR":[-8.5,166.8],"ftR":[16.7,321.8],"hipL":[30.4,41.6],"knL":[18.5,174.7],"ftL":[-43.3,278.8]},{"rootY":1.1,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-10.9,-154.7],"shR":[-70.4,-90.9],"elR":[-99.6,13.3],"haR":[-104,63.9],"shL":[66.6,-104.3],"elL":[81.3,-6.3],"haL":[87.3,43.7],"hipR":[-35.7,36.6],"knR":[-9.5,166.8],"ftR":[16.2,321.8],"hipL":[30.2,41.8],"knL":[18.2,174.9],"ftL":[-43.8,278.8]},{"rootY":1,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-10.7,-154.9],"shR":[-70.4,-90.6],"elR":[-99.4,13.9],"haR":[-103.7,64.5],"shL":[66.5,-104.7],"elL":[81.3,-6.4],"haL":[87.4,43.6],"hipR":[-35.5,36.9],"knR":[-9.4,167],"ftR":[16,321.9],"hipL":[30.5,41.6],"knL":[18.1,174.6],"ftL":[-43.9,278.8]},{"rootY":1,"hips":[0,0],"chest":[-3,-86.4],"neck":[-3,-86.4],"head":[-11,-154.8],"shR":[-70.3,-90.4],"elR":[-98.2,14.5],"haR":[-102.7,65.1],"shL":[66.6,-104.9],"elL":[81.8,-6.5],"haL":[87.9,43.6],"hipR":[-35.4,36.9],"knR":[-9.1,166.9],"ftR":[15.9,321.8],"hipL":[30.5,41.6],"knL":[17.9,174.6],"ftL":[-43.9,278.7]},{"rootY":0.8,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-11.6,-154.6],"shR":[-70.4,-90.2],"elR":[-96.9,15.3],"haR":[-101.7,65.9],"shL":[66.4,-105.2],"elL":[81.8,-6.5],"haL":[88,43.5],"hipR":[-35.5,36.9],"knR":[-9,166.6],"ftR":[15.5,321.7],"hipL":[30.5,41.6],"knL":[17.6,174.6],"ftL":[-44,279.1]},{"rootY":0.8,"hips":[0,0],"chest":[-3.1,-86.4],"neck":[-3.1,-86.4],"head":[-11.9,-154.6],"shR":[-70.4,-89.9],"elR":[-94.8,16],"haR":[-99.7,66.5],"shL":[66.4,-105.4],"elL":[81.8,-6.5],"haL":[88.1,43.5],"hipR":[-35.4,36.9],"knR":[-8.7,166.6],"ftR":[15.6,321.7],"hipL":[30.5,41.6],"knL":[17.5,174.6],"ftL":[-44,278.9]},{"rootY":1.1,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-11.7,-154.7],"shR":[-70.5,-89.8],"elR":[-92,17.2],"haR":[-97.1,67.7],"shL":[66.3,-105.6],"elL":[81.8,-6.4],"haL":[88.1,43.6],"hipR":[-35.3,37],"knR":[-8.6,166.9],"ftR":[15.7,322],"hipL":[30.6,41.5],"knL":[17.8,174.6],"ftL":[-43.8,278.8]},{"rootY":1,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-12.1,-154.6],"shR":[-70.5,-89.7],"elR":[-89,17.9],"haR":[-94.4,68.4],"shL":[66.3,-105.7],"elL":[81.7,-6.2],"haL":[88.1,43.7],"hipR":[-35.3,37],"knR":[-8.6,167],"ftR":[15.7,322.1],"hipL":[30.7,41.5],"knL":[17.8,174.6],"ftL":[-43.6,278.9]},{"rootY":1.1,"hips":[0,0],"chest":[-3.4,-86.4],"neck":[-3.4,-86.4],"head":[-12.6,-154.5],"shR":[-70.7,-89.8],"elR":[-86,18.6],"haR":[-91.9,69.2],"shL":[66.1,-105.7],"elL":[81.5,-5.8],"haL":[87.9,44.1],"hipR":[-35.4,37],"knR":[-9.3,167.1],"ftR":[15.7,322],"hipL":[30.7,41.6],"knL":[17.7,174.6],"ftL":[-43.8,278.5]},{"rootY":1.1,"hips":[0,0],"chest":[-3.6,-86.4],"neck":[-3.6,-86.4],"head":[-13,-154.5],"shR":[-71,-89.7],"elR":[-83.6,19],"haR":[-89.4,69.6],"shL":[65.8,-105.9],"elL":[81.1,-5.9],"haL":[87.3,44.1],"hipR":[-35.4,36.9],"knR":[-10.2,167.2],"ftR":[15.3,322],"hipL":[30.6,41.7],"knL":[17.3,174.5],"ftL":[-44.3,278.4]},{"rootY":1.2,"hips":[0,0],"chest":[-3.5,-86.4],"neck":[-3.5,-86.4],"head":[-13.1,-154.4],"shR":[-70.9,-89.5],"elR":[-81.1,19.6],"haR":[-87.1,70.3],"shL":[65.9,-106.2],"elL":[80.9,-6.2],"haL":[86.9,43.7],"hipR":[-35.3,37],"knR":[-9.3,167.2],"ftR":[15.5,321.9],"hipL":[30.7,41.6],"knL":[17.5,174.5],"ftL":[-44.2,278.2]},{"rootY":1.1,"hips":[0,0],"chest":[-3.4,-86.4],"neck":[-3.4,-86.4],"head":[-13,-154.5],"shR":[-70.8,-89.5],"elR":[-78.6,20.2],"haR":[-84.8,70.9],"shL":[65.9,-106.2],"elL":[80.7,-6.1],"haL":[86.6,43.8],"hipR":[-35.3,37],"knR":[-9.4,167.1],"ftR":[15.6,321.9],"hipL":[30.7,41.6],"knL":[17.6,174.6],"ftL":[-44.2,278.4]},{"rootY":1.2,"hips":[0,0],"chest":[-3.7,-86.5],"neck":[-3.7,-86.5],"head":[-13.3,-154.5],"shR":[-71.1,-89.6],"elR":[-76.8,20.4],"haR":[-83,71.2],"shL":[65.7,-106.1],"elL":[80.2,-5.7],"haL":[86.2,44.2],"hipR":[-35.5,36.8],"knR":[-9.9,167.1],"ftR":[15.5,321.9],"hipL":[30.5,41.7],"knL":[17.4,174.7],"ftL":[-44.3,278.2]},{"rootY":1.2,"hips":[0,0],"chest":[-3.8,-86.5],"neck":[-3.8,-86.5],"head":[-13.4,-154.5],"shR":[-71.3,-89.5],"elR":[-75.2,20.6],"haR":[-81.2,71.5],"shL":[65.5,-106.1],"elL":[80,-5.6],"haL":[85.8,44.3],"hipR":[-35.5,36.8],"knR":[-10.1,167.1],"ftR":[15.7,321.9],"hipL":[30.5,41.7],"knL":[17.4,174.7],"ftL":[-44,278.7]},{"rootY":1.1,"hips":[0,0],"chest":[-3.9,-86.5],"neck":[-3.9,-86.5],"head":[-13.4,-154.6],"shR":[-71.4,-89.7],"elR":[-73.4,20.8],"haR":[-79.3,71.6],"shL":[65.5,-105.9],"elL":[79.9,-5.3],"haL":[85.5,44.6],"hipR":[-35.6,36.7],"knR":[-9.9,167],"ftR":[15.8,321.9],"hipL":[30.4,41.8],"knL":[17.5,174.9],"ftL":[-43.8,279.1]},{"rootY":1,"hips":[0,0],"chest":[-3.9,-86.5],"neck":[-3.9,-86.5],"head":[-13.4,-154.6],"shR":[-71.4,-89.8],"elR":[-71.9,20.7],"haR":[-77.5,71.6],"shL":[65.5,-105.9],"elL":[79.7,-5.1],"haL":[85.2,44.9],"hipR":[-35.7,36.6],"knR":[-9.9,166.9],"ftR":[15.9,321.8],"hipL":[30.2,41.9],"knL":[17.9,175.1],"ftL":[-43.5,279.3]},{"rootY":1.1,"hips":[0,0],"chest":[-4.1,-86.5],"neck":[-4.1,-86.5],"head":[-13.6,-154.6],"shR":[-71.6,-89.8],"elR":[-70.8,21],"haR":[-76.2,71.9],"shL":[65.3,-105.9],"elL":[79.4,-5.2],"haL":[84.8,44.8],"hipR":[-36,36.4],"knR":[-11.8,166.9],"ftR":[15.4,321.8],"hipL":[30,42.1],"knL":[17.6,175.2],"ftL":[-43.6,279.2]},{"rootY":1.3,"hips":[0,0],"chest":[-4,-86.5],"neck":[-4,-86.5],"head":[-13.3,-154.6],"shR":[-71.5,-89.6],"elR":[-69.9,21.3],"haR":[-75,72.2],"shL":[65.4,-106],"elL":[79.4,-5.2],"haL":[84.8,44.8],"hipR":[-36,36.4],"knR":[-11.7,166.9],"ftR":[15.6,321.9],"hipL":[30.1,42.1],"knL":[17.4,175.1],"ftL":[-43.1,279.1]},{"rootY":0.9,"hips":[0,0],"chest":[-4,-86.5],"neck":[-4,-86.5],"head":[-13.3,-154.7],"shR":[-71.5,-90],"elR":[-69,21.1],"haR":[-74,71.9],"shL":[65.5,-105.7],"elL":[79.6,-5.1],"haL":[84.9,44.9],"hipR":[-35.9,36.5],"knR":[-11.4,166.7],"ftR":[15.5,321.8],"hipL":[30.2,42],"knL":[17.4,175],"ftL":[-42.4,279.5]},{"rootY":1,"hips":[0,0],"chest":[-3.9,-86.5],"neck":[-3.9,-86.5],"head":[-13,-154.7],"shR":[-71.4,-89.8],"elR":[-68.5,21.4],"haR":[-73.4,72.3],"shL":[65.5,-105.8],"elL":[79.7,-5.2],"haL":[84.9,44.9],"hipR":[-35.9,36.5],"knR":[-11.1,166.7],"ftR":[15.6,321.9],"hipL":[30.3,42],"knL":[17.5,175],"ftL":[-42,279.6]},{"rootY":0.9,"hips":[0,0],"chest":[-4,-86.5],"neck":[-4,-86.5],"head":[-12.9,-154.8],"shR":[-71.6,-89.9],"elR":[-68.6,21.4],"haR":[-73.6,72.2],"shL":[65.4,-105.7],"elL":[79.8,-5.2],"haL":[85,44.8],"hipR":[-36.1,36.3],"knR":[-11.6,166.6],"ftR":[15.5,321.9],"hipL":[30,42.2],"knL":[17.4,175.2],"ftL":[-42.1,279.8]},{"rootY":0.7,"hips":[0,0],"chest":[-4,-86.5],"neck":[-4,-86.5],"head":[-12.8,-154.9],"shR":[-71.6,-90.1],"elR":[-68.8,21.2],"haR":[-73.9,72],"shL":[65.4,-105.6],"elL":[79.9,-5.1],"haL":[85.1,44.9],"hipR":[-36.1,36.3],"knR":[-11.9,166.5],"ftR":[15.4,321.8],"hipL":[30,42.2],"knL":[17.3,175.2],"ftL":[-42.1,280]},{"rootY":1,"hips":[0,0],"chest":[-3.9,-86.5],"neck":[-3.9,-86.5],"head":[-12.7,-154.9],"shR":[-71.5,-90.2],"elR":[-69.2,21],"haR":[-74.6,71.8],"shL":[65.6,-105.4],"elL":[80,-5],"haL":[85.4,45.1],"hipR":[-36.2,36.2],"knR":[-12.1,166.5],"ftR":[15.5,321.8],"hipL":[30,42.2],"knL":[17.4,175.4],"ftL":[-42.1,280]},{"rootY":1,"hips":[0,0],"chest":[-3.8,-86.5],"neck":[-3.8,-86.5],"head":[-12.4,-154.9],"shR":[-71.4,-90.3],"elR":[-69.8,20.8],"haR":[-75.5,71.6],"shL":[65.7,-105.3],"elL":[80.2,-4.9],"haL":[85.6,45.1],"hipR":[-36.1,36.3],"knR":[-11.7,166.4],"ftR":[15.7,321.8],"hipL":[30.1,42.2],"knL":[17.5,175.4],"ftL":[-42,280]},{"rootY":0.8,"hips":[0,0],"chest":[-3.6,-86.6],"neck":[-3.6,-86.6],"head":[-12.1,-155],"shR":[-71.2,-90.3],"elR":[-70.6,20.7],"haR":[-76.2,71.5],"shL":[65.8,-105.4],"elL":[80.3,-5.1],"haL":[85.7,45],"hipR":[-35.8,36.6],"knR":[-10.7,166.5],"ftR":[15.7,321.8],"hipL":[30.4,42],"knL":[17.7,175],"ftL":[-41.9,279.8]},{"rootY":1.2,"hips":[0,0],"chest":[-3.4,-86.5],"neck":[-3.4,-86.5],"head":[-11.9,-154.9],"shR":[-71,-90.2],"elR":[-71.7,20.4],"haR":[-77.3,71.2],"shL":[66.1,-105.4],"elL":[80.7,-5.1],"haL":[86,44.9],"hipR":[-35.7,36.7],"knR":[-10.2,166.7],"ftR":[16.2,321.9],"hipL":[30.4,41.9],"knL":[18,175.1],"ftL":[-41.7,279.8]},{"rootY":1.2,"hips":[0,0],"chest":[-3.1,-86.5],"neck":[-3.1,-86.5],"head":[-11.8,-154.9],"shR":[-70.8,-90.2],"elR":[-73.3,20.1],"haR":[-78.8,70.9],"shL":[66.3,-105.4],"elL":[81,-5.1],"haL":[86.1,45],"hipR":[-35.7,36.6],"knR":[-10.3,166.7],"ftR":[16.3,321.9],"hipL":[30.4,41.9],"knL":[17.9,175.1],"ftL":[-41.8,279.8]},{"rootY":1.2,"hips":[0,0],"chest":[-3.1,-86.6],"neck":[-3.1,-86.6],"head":[-11.9,-154.9],"shR":[-70.7,-90.3],"elR":[-75.3,19.7],"haR":[-81,70.6],"shL":[66.4,-105.3],"elL":[81,-5.1],"haL":[86,45],"hipR":[-35.7,36.6],"knR":[-10.6,166.7],"ftR":[15.9,322],"hipL":[30.4,41.9],"knL":[17.8,175.2],"ftL":[-42,279.6]},{"rootY":1.3,"hips":[0,0],"chest":[-3,-86.5],"neck":[-3,-86.5],"head":[-11.9,-154.9],"shR":[-70.6,-90.3],"elR":[-77.6,19.3],"haR":[-83.4,70.2],"shL":[66.5,-105.2],"elL":[81.1,-4.9],"haL":[86,45.2],"hipR":[-35.7,36.6],"knR":[-11.2,166.7],"ftR":[15.7,321.9],"hipL":[30.4,41.9],"knL":[17.6,175.2],"ftL":[-42.4,279.4]},{"rootY":1.4,"hips":[0,0],"chest":[-3.3,-86.5],"neck":[-3.3,-86.5],"head":[-12.2,-154.8],"shR":[-70.9,-90.4],"elR":[-80.9,18.6],"haR":[-86.8,69.5],"shL":[66.2,-105.1],"elL":[80.7,-4.9],"haL":[85.6,45.2],"hipR":[-35.9,36.4],"knR":[-12,166.7],"ftR":[15.1,321.9],"hipL":[30.1,42.1],"knL":[17.1,175.3],"ftL":[-43.1,279.1]},{"rootY":1.3,"hips":[0,0],"chest":[-3.2,-86.6],"neck":[-3.2,-86.6],"head":[-12.1,-154.9],"shR":[-70.8,-90.6],"elR":[-83.6,17.8],"haR":[-89.6,68.7],"shL":[66.4,-104.9],"elL":[80.7,-4.7],"haL":[85.7,45.4],"hipR":[-35.9,36.4],"knR":[-11.9,166.7],"ftR":[15.2,321.9],"hipL":[30.2,42.1],"knL":[17.2,175.3],"ftL":[-43.3,279.2]},{"rootY":1.2,"hips":[0,0],"chest":[-2.8,-86.5],"neck":[-2.8,-86.5],"head":[-11.6,-154.9],"shR":[-70.3,-90.9],"elR":[-85.9,17.2],"haR":[-92.5,68],"shL":[66.9,-104.5],"elL":[81.2,-4.5],"haL":[86.2,45.6],"hipR":[-35.8,36.6],"knR":[-11,166.6],"ftR":[15.8,321.9],"hipL":[30.3,41.9],"knL":[17.9,175.4],"ftL":[-43,279.3]},{"rootY":1,"hips":[0,0],"chest":[-2.5,-86.5],"neck":[-2.5,-86.5],"head":[-11.2,-154.9],"shR":[-70.1,-90.9],"elR":[-88.4,16.6],"haR":[-95.7,67.3],"shL":[67.2,-104.3],"elL":[81.8,-4.3],"haL":[86.7,45.8],"hipR":[-35.6,36.8],"knR":[-10.2,166.6],"ftR":[16,322.1],"hipL":[30.4,41.7],"knL":[18.2,175.3],"ftL":[-42.9,279.7]},{"rootY":1,"hips":[0,0],"chest":[-2.7,-86.5],"neck":[-2.7,-86.5],"head":[-11.3,-154.9],"shR":[-70.2,-91.1],"elR":[-91.6,15.8],"haR":[-99.3,66.4],"shL":[67.1,-104.1],"elL":[81.9,-4.2],"haL":[86.9,45.9],"hipR":[-35.7,36.6],"knR":[-10.6,166.5],"ftR":[15.8,322.1],"hipL":[30.3,41.9],"knL":[18.1,175.5],"ftL":[-43.1,279.7]},{"rootY":1,"hips":[0,0],"chest":[-2.5,-86.5],"neck":[-2.5,-86.5],"head":[-11,-154.9],"shR":[-70.1,-91],"elR":[-94.3,15.1],"haR":[-102.8,65.6],"shL":[67.2,-104.2],"elL":[82.1,-4.1],"haL":[87.3,46],"hipR":[-35.7,36.7],"knR":[-10.5,166.6],"ftR":[15.9,322.2],"hipL":[30.3,41.8],"knL":[18.1,175.4],"ftL":[-43,279.8]},{"rootY":1,"hips":[0,0],"chest":[-2.6,-86.4],"neck":[-2.6,-86.4],"head":[-11.1,-154.8],"shR":[-70.1,-91.3],"elR":[-96.9,14],"haR":[-106.2,64.3],"shL":[67.2,-103.8],"elL":[82.6,-4],"haL":[87.7,46.1],"hipR":[-35.7,36.7],"knR":[-10.3,166.4],"ftR":[16.1,322.1],"hipL":[30.3,41.8],"knL":[18,175.5],"ftL":[-42.8,280]},{"rootY":0.7,"hips":[0,0],"chest":[-2.5,-86.4],"neck":[-2.5,-86.4],"head":[-11,-154.9],"shR":[-70,-91.2],"elR":[-99.4,13.3],"haR":[-109.5,63.5],"shL":[67.3,-103.9],"elL":[82.6,-4.4],"haL":[87.9,45.7],"hipR":[-35.6,36.7],"knR":[-9.9,166.2],"ftR":[15.6,321.9],"hipL":[30.4,41.8],"knL":[18.1,175.4],"ftL":[-42.5,279.9]},{"rootY":0.7,"hips":[0,0],"chest":[-2.3,-86.4],"neck":[-2.3,-86.4],"head":[-10.9,-154.9],"shR":[-69.8,-91],"elR":[-101.7,12.6],"haR":[-112.6,62.7],"shL":[67.4,-104.1],"elL":[82.8,-4.6],"haL":[88.1,45.4],"hipR":[-35.6,36.8],"knR":[-9.8,166.3],"ftR":[16,321.9],"hipL":[30.5,41.7],"knL":[18.6,175.4],"ftL":[-41.9,280.2]},{"rootY":0.6,"hips":[0,0],"chest":[-2.6,-86.4],"neck":[-2.6,-86.4],"head":[-11.2,-154.9],"shR":[-70.1,-90.9],"elR":[-103.5,12.1],"haR":[-115.2,62],"shL":[67.2,-104],"elL":[82.7,-4.8],"haL":[88,45.3],"hipR":[-35.6,36.8],"knR":[-10,166.3],"ftR":[15.8,322],"hipL":[30.5,41.7],"knL":[18.6,175.4],"ftL":[-41.6,280.3]},{"rootY":0.4,"hips":[0,0],"chest":[-2.8,-86.3],"neck":[-2.8,-86.3],"head":[-11.5,-154.9],"shR":[-70.3,-90.6],"elR":[-104,12.3],"haR":[-116.8,61.9],"shL":[66.9,-104.2],"elL":[82.2,-4.8],"haL":[87.8,45.3],"hipR":[-35.7,36.7],"knR":[-10.7,166],"ftR":[15.4,321.9],"hipL":[30.4,41.8],"knL":[18.6,175.5],"ftL":[-41.7,280.6]},{"rootY":0.6,"hips":[0,0],"chest":[-3,-86.3],"neck":[-3,-86.3],"head":[-11.9,-154.8],"shR":[-70.5,-90.5],"elR":[-103.3,12.9],"haR":[-116.9,62.2],"shL":[66.7,-104.2],"elL":[82.1,-5.1],"haL":[87.5,45],"hipR":[-35.7,36.7],"knR":[-10.6,166.2],"ftR":[15.4,322],"hipL":[30.4,41.7],"knL":[18.8,175.5],"ftL":[-42,280.4]},{"rootY":0.8,"hips":[0,0],"chest":[-3.1,-86.3],"neck":[-3.1,-86.3],"head":[-12.1,-154.8],"shR":[-70.5,-90.3],"elR":[-101.1,13.8],"haR":[-114.8,63],"shL":[66.6,-104.2],"elL":[81.9,-5.5],"haL":[87.2,44.7],"hipR":[-35.7,36.7],"knR":[-10.5,166.2],"ftR":[15.6,322.1],"hipL":[30.5,41.7],"knL":[19.3,175.7],"ftL":[-42.1,280.1]},{"rootY":0.8,"hips":[0,0],"chest":[-3.3,-86.2],"neck":[-3.3,-86.2],"head":[-12.3,-154.8],"shR":[-70.7,-90.3],"elR":[-97.7,14.9],"haR":[-111,64],"shL":[66.5,-104.2],"elL":[81.5,-5.3],"haL":[86.9,44.8],"hipR":[-35.6,36.8],"knR":[-10,166.1],"ftR":[15.7,322.1],"hipL":[30.5,41.7],"knL":[19.6,175.7],"ftL":[-42.1,280.1]},{"rootY":1.2,"hips":[0,0],"chest":[-3.7,-86.3],"neck":[-3.7,-86.3],"head":[-12.9,-154.9],"shR":[-71,-90.2],"elR":[-92.7,16.8],"haR":[-105.8,65.7],"shL":[66,-104.4],"elL":[80.9,-5.5],"haL":[86,44.6],"hipR":[-35.6,36.7],"knR":[-10.7,166.3],"ftR":[15.3,322],"hipL":[30.7,41.8],"knL":[19.1,175.5],"ftL":[-42.7,278.9]},{"rootY":0.9,"hips":[0,0],"chest":[-3.7,-86.2],"neck":[-3.7,-86.2],"head":[-12.8,-154.8],"shR":[-70.9,-90.4],"elR":[-86.6,18.1],"haR":[-96.5,67.6],"shL":[66.1,-104.1],"elL":[80.3,-5],"haL":[85.4,45.1],"hipR":[-35.5,36.9],"knR":[-9.7,166.2],"ftR":[15.8,322.1],"hipL":[30.7,41.7],"knL":[19.7,175.7],"ftL":[-42.5,279.6]},{"rootY":0.8,"hips":[0,0],"chest":[-4.2,-86.2],"neck":[-4.2,-86.2],"head":[-13.3,-154.8],"shR":[-71.4,-90.6],"elR":[-81.4,19.5],"haR":[-88,69.4],"shL":[65.7,-104],"elL":[79.6,-4.8],"haL":[84.4,45.4],"hipR":[-35.6,36.7],"knR":[-11,166.1],"ftR":[15.2,321.9],"hipL":[30.6,41.9],"knL":[19.2,175.7],"ftL":[-43,279.2]},{"rootY":0.6,"hips":[0,0],"chest":[-3.3,-86.1],"neck":[-3.3,-86.1],"head":[-12.5,-154.7],"shR":[-70.5,-90.5],"elR":[-75.7,20.6],"haR":[-80,70.8],"shL":[66.5,-103.9],"elL":[80.1,-4.4],"haL":[84.6,45.7],"hipR":[-35.2,37.1],"knR":[-8.6,165.9],"ftR":[16.2,322.1],"hipL":[31,41.5],"knL":[20.2,175.6],"ftL":[-42.3,279.9]},{"rootY":0.8,"hips":[0,0],"chest":[-3.2,-86.3],"neck":[-3.2,-86.3],"head":[-12.7,-154.8],"shR":[-70.3,-90.2],"elR":[-72,21.8],"haR":[-74.2,72.2],"shL":[66.6,-104.3],"elL":[79.8,-4.7],"haL":[84,45.5],"hipR":[-35.4,37],"knR":[-9.5,166],"ftR":[16.2,322],"hipL":[30.8,41.6],"knL":[20.2,175.9],"ftL":[-42.6,279.9]},{"rootY":0.5,"hips":[0,0],"chest":[-3.3,-86.3],"neck":[-3.3,-86.3],"head":[-12.8,-154.8],"shR":[-70.5,-90.1],"elR":[-70.8,21.7],"haR":[-73.5,72.4],"shL":[66.5,-104.4],"elL":[80.3,-4.6],"haL":[83.9,45.7],"hipR":[-35.4,36.9],"knR":[-9.6,165.9],"ftR":[15.9,322],"hipL":[30.7,41.7],"knL":[20.1,175.9],"ftL":[-43,279.9]},{"rootY":0.8,"hips":[0,0],"chest":[-3.3,-86.3],"neck":[-3.3,-86.3],"head":[-13.1,-154.8],"shR":[-70.6,-89.9],"elR":[-73.2,21.4],"haR":[-77,72.3],"shL":[66.4,-104.7],"elL":[80.8,-4.8],"haL":[83.8,45.4],"hipR":[-35.7,36.6],"knR":[-11,165.8],"ftR":[15.5,321.8],"hipL":[30.4,42],"knL":[19.4,176.1],"ftL":[-43.9,279.2]},{"rootY":0.8,"hips":[0,0],"chest":[-2.6,-86.3],"neck":[-2.6,-86.3],"head":[-13,-154.8],"shR":[-69.9,-90.2],"elR":[-79.9,19.8],"haR":[-82.6,71],"shL":[67.1,-104.6],"elL":[82.9,-4.6],"haL":[85.3,45.7],"hipR":[-35.4,36.9],"knR":[-9.7,165.8],"ftR":[16.1,322],"hipL":[30.7,41.7],"knL":[19.9,176.1],"ftL":[-44,279.8]},{"rootY":0.6,"hips":[0,0],"chest":[-2.7,-86.4],"neck":[-2.7,-86.4],"head":[-13.5,-154.8],"shR":[-70.1,-90],"elR":[-94.4,17],"haR":[-94,67.7],"shL":[66.9,-104.9],"elL":[84.4,-5.2],"haL":[86.2,45.1],"hipR":[-35.6,36.7],"knR":[-10.8,165.6],"ftR":[15.3,321.9],"hipL":[30.5,41.9],"knL":[19.7,176.4],"ftL":[-45,279.4]},{"rootY":0.9,"hips":[0,0],"chest":[-2.6,-86.4],"neck":[-2.6,-86.4],"head":[-14.2,-154.7],"shR":[-70.2,-89.8],"elR":[-111.7,11.8],"haR":[-107.5,61.1],"shL":[66.9,-105.3],"elL":[86.6,-6.4],"haL":[87.7,43.9],"hipR":[-35.7,36.6],"knR":[-11.6,165.7],"ftR":[14.9,322],"hipL":[30.4,42],"knL":[19.5,176.5],"ftL":[-46.3,278.7]},{"rootY":1.2,"hips":[0,0],"chest":[-2.4,-86.5],"neck":[-2.4,-86.5],"head":[-14.7,-154.6],"shR":[-70.2,-89.3],"elR":[-129.7,3.6],"haR":[-121.5,51.2],"shL":[66.7,-106],"elL":[89.9,-7.8],"haL":[89.8,42.5],"hipR":[-35.8,36.5],"knR":[-11.6,165.6],"ftR":[14.7,322],"hipL":[30.3,42.1],"knL":[19.3,176.6],"ftL":[-47.4,278.4]},{"rootY":1.2,"hips":[0,0],"chest":[-2.3,-86.6],"neck":[-2.3,-86.6],"head":[-15.3,-154.4],"shR":[-70.2,-88.7],"elR":[-144.9,-6.2],"haR":[-131.9,38.3],"shL":[66.4,-106.8],"elL":[93.5,-9.7],"haL":[92.3,40.6],"hipR":[-36,36.2],"knR":[-11.8,165],"ftR":[14.1,321.6],"hipL":[30.1,42.3],"knL":[18.8,176.7],"ftL":[-48.1,278.4]},{"rootY":1.4,"hips":[0,0],"chest":[-2.1,-86.6],"neck":[-2.1,-86.6],"head":[-15.9,-154.2],"shR":[-70.1,-87.8],"elR":[-155.4,-14.3],"haR":[-137.5,25],"shL":[66.1,-107.9],"elL":[97.1,-11.5],"haL":[95.3,38.7],"hipR":[-36.4,36],"knR":[-12.6,164.8],"ftR":[14.2,321.3],"hipL":[29.8,42.5],"knL":[18.4,177],"ftL":[-48,278.3]},{"rootY":1.8,"hips":[0,0],"chest":[-2.1,-86.6],"neck":[-2.1,-86.6],"head":[-16.7,-153.9],"shR":[-70.1,-87.7],"elR":[-159.9,-18.8],"haR":[-139.6,11.3],"shL":[65.9,-108.2],"elL":[99.5,-11.7],"haL":[97.6,38.5],"hipR":[-36.5,35.9],"knR":[-13.4,164.8],"ftR":[14.6,321.3],"hipL":[29.7,42.6],"knL":[17.9,177],"ftL":[-47,278.5]},{"rootY":1.7,"hips":[0,0],"chest":[-1.9,-86.6],"neck":[-1.9,-86.6],"head":[-17.1,-153.7],"shR":[-69.8,-87.7],"elR":[-159.1,-17],"haR":[-138.2,-1.3],"shL":[66.1,-108.3],"elL":[101.1,-10.9],"haL":[99.4,39.2],"hipR":[-36.5,35.9],"knR":[-13.7,164.7],"ftR":[15,321.1],"hipL":[29.8,42.6],"knL":[17.2,176.8],"ftL":[-45.1,278.9]},{"rootY":1.9,"hips":[0,0],"chest":[-1.3,-86.5],"neck":[-1.3,-86.5],"head":[-17,-153.5],"shR":[-69.3,-87.9],"elR":[-152.5,-9.3],"haR":[-131.7,-10.8],"shL":[66.7,-108.4],"elL":[101.5,-10.2],"haL":[100,39.7],"hipR":[-36.6,35.7],"knR":[-14.8,164.9],"ftR":[15.8,321.1],"hipL":[29.6,42.7],"knL":[17,177],"ftL":[-43.3,279.3]},{"rootY":1.5,"hips":[0,0],"chest":[-1,-86.5],"neck":[-1,-86.5],"head":[-16.9,-153.6],"shR":[-69,-88],"elR":[-139.9,2.9],"haR":[-121.3,-15.5],"shL":[67.2,-108.4],"elL":[101.5,-9.5],"haL":[99.8,40.2],"hipR":[-36.7,35.6],"knR":[-15,164.8],"ftR":[16.4,321],"hipL":[29.6,42.8],"knL":[16.9,177.1],"ftL":[-41.6,280.1]},{"rootY":1.7,"hips":[0,0],"chest":[-0.8,-86.4],"neck":[-0.8,-86.4],"head":[-16.2,-154.1],"shR":[-68.8,-87.5],"elR":[-123.4,14],"haR":[-108.5,-17.6],"shL":[67.2,-109],"elL":[100.6,-9.4],"haL":[98.9,40.1],"hipR":[-36.7,35.6],"knR":[-16,164.9],"ftR":[17.3,320.8],"hipL":[29.5,42.8],"knL":[17.6,177.2],"ftL":[-40.5,280.1]},{"rootY":1.9,"hips":[0,0],"chest":[-0.2,-86.3],"neck":[-0.2,-86.3],"head":[-15.5,-154.2],"shR":[-68.2,-86.8],"elR":[-108.1,19.6],"haR":[-96.7,-20.4],"shL":[67.7,-109.7],"elL":[100.3,-9.3],"haL":[99.2,40.2],"hipR":[-36.4,36],"knR":[-14.7,164.8],"ftR":[18.9,320.8],"hipL":[29.9,42.5],"knL":[18.8,177.2],"ftL":[-39.3,280.1]},{"rootY":2.2,"hips":[0,0],"chest":[-0.6,-86.3],"neck":[-0.6,-86.3],"head":[-16,-153.9],"shR":[-68.5,-85.8],"elR":[-96.1,19],"haR":[-87.9,-27.4],"shL":[67,-110.7],"elL":[99.1,-9.7],"haL":[98.8,39.9],"hipR":[-36.5,35.9],"knR":[-15.3,165.1],"ftR":[19.4,320.8],"hipL":[29.9,42.5],"knL":[19.2,177.2],"ftL":[-38.8,280]},{"rootY":1.8,"hips":[0,0],"chest":[-0.6,-86.1],"neck":[-0.6,-86.1],"head":[-15.8,-153.3],"shR":[-68.5,-84.2],"elR":[-87.8,13.3],"haR":[-82.2,-36.3],"shL":[66.4,-112.3],"elL":[98.7,-11.2],"haL":[98.8,38.4],"hipR":[-36.3,36.1],"knR":[-14.6,165.1],"ftR":[20,320.9],"hipL":[30.1,42.4],"knL":[19.8,177],"ftL":[-37.9,280.6]},{"rootY":1.7,"hips":[0,0],"chest":[-0.8,-86.1],"neck":[-0.8,-86.1],"head":[-16.1,-152],"shR":[-68.7,-82.5],"elR":[-82.9,2.5],"haR":[-78.5,-48.4],"shL":[65.6,-113.8],"elL":[99.1,-12.9],"haL":[98.7,36.6],"hipR":[-36.2,36.2],"knR":[-12.7,164.9],"ftR":[20.4,320.9],"hipL":[30.2,42.3],"knL":[20.4,177],"ftL":[-37.3,280.9]},{"rootY":1.4,"hips":[0,0],"chest":[-2.1,-86],"neck":[-2.1,-86],"head":[-17.4,-151],"shR":[-69.8,-81.8],"elR":[-80.4,-14.2],"haR":[-76.6,-65.1],"shL":[64.1,-114.5],"elL":[98.6,-13.9],"haL":[98.1,35.5],"hipR":[-35.9,36.5],"knR":[-11.6,165.2],"ftR":[20,321.4],"hipL":[30.6,42],"knL":[20.8,176.6],"ftL":[-37.6,281]},{"rootY":1,"hips":[0,0],"chest":[-3.4,-86],"neck":[-3.4,-86],"head":[-18.6,-149.4],"shR":[-71,-81.3],"elR":[-79.9,-33.7],"haR":[-76.1,-83.5],"shL":[62.6,-115],"elL":[98.1,-14.9],"haL":[97.7,34.5],"hipR":[-35.8,36.6],"knR":[-11.1,165.4],"ftR":[19.8,321.7],"hipL":[30.6,42],"knL":[21.2,176.5],"ftL":[-37.9,281.3]},{"rootY":0.7,"hips":[0,0],"chest":[-4.3,-85.9],"neck":[-4.3,-85.9],"head":[-19.3,-147.9],"shR":[-71.7,-80.2],"elR":[-79.6,-54.1],"haR":[-75.1,-102.7],"shL":[61.3,-115.9],"elL":[97.6,-16.4],"haL":[97.6,33.1],"hipR":[-35,37.3],"knR":[-8.7,165.8],"ftR":[20,322.2],"hipL":[31.3,41.4],"knL":[21.7,175.9],"ftL":[-37.7,281.5]},{"rootY":0.4,"hips":[0,0],"chest":[-5.4,-85.8],"neck":[-5.4,-85.8],"head":[-20.4,-146.7],"shR":[-72.6,-79.8],"elR":[-78.8,-74.5],"haR":[-73.7,-121.9],"shL":[59.9,-116.1],"elL":[96.5,-17.2],"haL":[97.2,32.2],"hipR":[-34.9,37.3],"knR":[-8.1,165.9],"ftR":[20.2,322.6],"hipL":[31.4,41.3],"knL":[21.8,175.9],"ftL":[-38.1,282]},{"rootY":-0.1,"hips":[0,0],"chest":[-6.5,-85.6],"neck":[-6.5,-85.6],"head":[-21.7,-144.8],"shR":[-73.5,-79.6],"elR":[-77.5,-93],"haR":[-72,-139.1],"shL":[58.6,-116],"elL":[95.8,-18.1],"haL":[97.3,31.3],"hipR":[-34.7,37.5],"knR":[-7.4,166],"ftR":[20,322.8],"hipL":[31.5,41.2],"knL":[21.6,175.8],"ftL":[-38.9,282.1]},{"rootY":-0.3,"hips":[0,0],"chest":[-8,-85.4],"neck":[-8,-85.4],"head":[-22.7,-143.5],"shR":[-74.7,-78.6],"elR":[-76.1,-108.1],"haR":[-70,-153.8],"shL":[56.6,-116.6],"elL":[94.1,-19.5],"haL":[96.5,30],"hipR":[-34.7,37.4],"knR":[-8.9,166.3],"ftR":[19.2,322.9],"hipL":[31.4,41.3],"knL":[20.8,175.6],"ftL":[-40.1,281.9]},{"rootY":-0.3,"hips":[0,0],"chest":[-9,-85.2],"neck":[-9,-85.2],"head":[-23.7,-142.3],"shR":[-75.3,-77.8],"elR":[-73.5,-120.5],"haR":[-67.4,-166.1],"shL":[55.1,-117],"elL":[93.2,-20.7],"haL":[96.4,28.8],"hipR":[-34.9,37.3],"knR":[-9.1,166.4],"ftR":[19.4,323.1],"hipL":[31.2,41.4],"knL":[20.9,175.8],"ftL":[-40.6,282.2]},{"rootY":-0.8,"hips":[0,0],"chest":[-9.2,-85],"neck":[-9.2,-85],"head":[-24.1,-141.3],"shR":[-75.2,-77.1],"elR":[-69.6,-129.5],"haR":[-63.8,-175.6],"shL":[54.6,-117.4],"elL":[93.4,-22],"haL":[97.4,27.5],"hipR":[-34.1,38],"knR":[-6.3,166.5],"ftR":[20.1,323.4],"hipL":[31.8,40.7],"knL":[21.9,175.3],"ftL":[-40.1,282.8]},{"rootY":-0.8,"hips":[0,0],"chest":[-9.9,-84.8],"neck":[-9.9,-84.8],"head":[-24.7,-140.6],"shR":[-75.8,-76.7],"elR":[-65.3,-136.2],"haR":[-60.1,-183.3],"shL":[53.6,-117.3],"elL":[93.5,-23.4],"haL":[97.8,26.1],"hipR":[-33.9,38.1],"knR":[-5.2,166.5],"ftR":[20.5,323.4],"hipL":[32,40.6],"knL":[22.6,175.2],"ftL":[-39.5,282.6]},{"rootY":-0.4,"hips":[0,0],"chest":[-10.6,-84.6],"neck":[-10.6,-84.6],"head":[-25.6,-139.9],"shR":[-76.2,-76.6],"elR":[-60.5,-140.5],"haR":[-56,-188.9],"shL":[52.7,-117.1],"elL":[94.2,-24.7],"haL":[98.5,24.7],"hipR":[-34,38.1],"knR":[-5.2,166.5],"ftR":[21,323.3],"hipL":[31.8,40.6],"knL":[23.2,175.3],"ftL":[-39.4,282.2]},{"rootY":-0.3,"hips":[0,0],"chest":[-11.5,-84.5],"neck":[-11.5,-84.5],"head":[-26,-140.1],"shR":[-77,-76.7],"elR":[-55.2,-140.9],"haR":[-51.5,-190.5],"shL":[51.7,-116.8],"elL":[95.9,-26.3],"haL":[99.2,23.1],"hipR":[-33.9,38.2],"knR":[-4.9,166.3],"ftR":[20.7,322.9],"hipL":[32.1,40.5],"knL":[23.3,175.1],"ftL":[-39.8,281.5]},{"rootY":-0.2,"hips":[0,0],"chest":[-12.4,-84.4],"neck":[-12.4,-84.4],"head":[-26.3,-141.5],"shR":[-78,-77.3],"elR":[-50.3,-137.7],"haR":[-46.2,-188.2],"shL":[51.2,-116.1],"elL":[98.6,-28.4],"haL":[99.7,20.6],"hipR":[-34,38.1],"knR":[-4.3,166],"ftR":[21.1,322.6],"hipL":[31.9,40.6],"knL":[23.9,175.3],"ftL":[-39.8,281.7]},{"rootY":0,"hips":[0,0],"chest":[-12.8,-84.4],"neck":[-12.8,-84.4],"head":[-25.9,-142],"shR":[-78.9,-77.5],"elR":[-47.3,-126.8],"haR":[-41.3,-177.3],"shL":[51.3,-115.8],"elL":[101.4,-31.1],"haL":[100.5,17],"hipR":[-33.9,38.2],"knR":[-4.5,166.2],"ftR":[21.6,322.6],"hipL":[32,40.5],"knL":[24.6,175.2],"ftL":[-39.4,281.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-12.9,-84.6],"neck":[-12.9,-84.6],"head":[-25,-145.3],"shR":[-79.4,-79.4],"elR":[-46.2,-108.4],"haR":[-37,-158.7],"shL":[52.1,-114.4],"elL":[103.7,-31.3],"haL":[101.4,15.2],"hipR":[-34,38.1],"knR":[-3.7,165.8],"ftR":[21.8,322.3],"hipL":[32,40.6],"knL":[25,175.3],"ftL":[-38.8,281.4]},{"rootY":-0.2,"hips":[0,0],"chest":[-12,-84.9],"neck":[-12,-84.9],"head":[-24.6,-146],"shR":[-79,-81.8],"elR":[-47.5,-83.3],"haR":[-33.6,-132.5],"shL":[54.2,-112.6],"elL":[104.8,-30.1],"haL":[102.6,13.6],"hipR":[-34.4,37.8],"knR":[-2.6,165.3],"ftR":[22.7,321.8],"hipL":[31.6,40.9],"knL":[25.3,175.7],"ftL":[-37.6,282]},{"rootY":0,"hips":[0,0],"chest":[-10.2,-85.3],"neck":[-10.2,-85.3],"head":[-22.7,-147.8],"shR":[-77.4,-85.5],"elR":[-50.7,-54.6],"haR":[-31.3,-101.8],"shL":[57.3,-109.7],"elL":[103.7,-25.3],"haL":[103.7,14.9],"hipR":[-33.8,38.4],"knR":[-1.7,165.6],"ftR":[23.4,322],"hipL":[32.4,40.3],"knL":[25.1,175],"ftL":[-36.6,281.6]},{"rootY":0.1,"hips":[0,0],"chest":[-8.2,-85.6],"neck":[-8.2,-85.6],"head":[-20.5,-148.1],"shR":[-75.6,-86.8],"elR":[-56.6,-22.7],"haR":[-32.8,-65.8],"shL":[59.9,-108.9],"elL":[99.6,-20.3],"haL":[103.3,16.7],"hipR":[-33.7,38.4],"knR":[-2.1,165.7],"ftR":[24,322],"hipL":[32.5,40.3],"knL":[25,175],"ftL":[-35.9,281.6]},{"rootY":0.3,"hips":[0,0],"chest":[-6.2,-85.8],"neck":[-6.2,-85.8],"head":[-18.7,-148.5],"shR":[-73.4,-88.5],"elR":[-63.5,4.4],"haR":[-38.1,-32],"shL":[62.3,-107.6],"elL":[94.3,-15.3],"haL":[103,20.1],"hipR":[-34.2,38],"knR":[-4.4,165.8],"ftR":[24.1,321.8],"hipL":[32.1,40.7],"knL":[25.1,175.4],"ftL":[-35.5,281.8]},{"rootY":0.7,"hips":[0,0],"chest":[-3.7,-85.9],"neck":[-3.7,-85.9],"head":[-16.9,-148.5],"shR":[-70.6,-88.5],"elR":[-71.1,22.4],"haR":[-47.8,-1],"shL":[64.6,-107.7],"elL":[89.1,-14.4],"haL":[103.3,22],"hipR":[-34.4,37.9],"knR":[-6.3,165.9],"ftR":[24.3,321.7],"hipL":[31.9,40.8],"knL":[25.1,175.6],"ftL":[-34.8,281.7]},{"rootY":1.1,"hips":[0,0],"chest":[-2.5,-85.5],"neck":[-2.5,-85.5],"head":[-17.1,-147.2],"shR":[-69.2,-87.7],"elR":[-77.5,27.3],"haR":[-60.6,22.3],"shL":[65.5,-107.8],"elL":[84.5,-16],"haL":[104,23.5],"hipR":[-34.8,37.5],"knR":[-8.9,166],"ftR":[23.9,321.9],"hipL":[31.4,41.1],"knL":[25.1,176.1],"ftL":[-34.8,281.2]},{"rootY":1.1,"hips":[0,0],"chest":[-2,-85.4],"neck":[-2,-85.4],"head":[-18.6,-146.9],"shR":[-68.8,-86.6],"elR":[-79.3,22.9],"haR":[-74.3,36.9],"shL":[65.9,-108.4],"elL":[82.9,-21.4],"haL":[104.8,21.8],"hipR":[-35.4,37],"knR":[-11,165.4],"ftR":[23.2,321.3],"hipL":[30.9,41.5],"knL":[24.7,176.5],"ftL":[-35.8,281.7]},{"rootY":1.1,"hips":[0,0],"chest":[-1.8,-85.2],"neck":[-1.8,-85.2],"head":[-20,-146.1],"shR":[-69,-84.8],"elR":[-81.3,15.1],"haR":[-87.8,44.5],"shL":[66,-109.7],"elL":[84.1,-28.5],"haL":[107.3,16.3],"hipR":[-35.4,37],"knR":[-10.3,165.2],"ftR":[22.9,321.3],"hipL":[30.9,41.4],"knL":[24.4,176.5],"ftL":[-38.2,281.3]},{"rootY":0.9,"hips":[0,0],"chest":[-1.7,-84.7],"neck":[-1.7,-84.7],"head":[-20.5,-144.5],"shR":[-69.3,-83.1],"elR":[-85.6,5.7],"haR":[-100.8,44.4],"shL":[65.8,-110.1],"elL":[88.6,-36.3],"haL":[113.8,6.6],"hipR":[-34.5,37.8],"knR":[-7.5,165.8],"ftR":[23.2,322.1],"hipL":[31.7,40.8],"knL":[24.3,175.7],"ftL":[-40.2,280.2]},{"rootY":0,"hips":[0,0],"chest":[-2.1,-83.7],"neck":[-2.1,-83.7],"head":[-21.6,-143.4],"shR":[-69.9,-80.5],"elR":[-91.8,-2.2],"haR":[-113.8,40.7],"shL":[64.7,-110.5],"elL":[95.4,-45.8],"haL":[123.4,-8],"hipR":[-34.6,37.8],"knR":[-7.9,165.3],"ftR":[21.9,322.3],"hipL":[31.8,40.7],"knL":[23.5,175.7],"ftL":[-42.3,281.4]},{"rootY":-0.4,"hips":[0,0],"chest":[-2.8,-82.6],"neck":[-2.8,-82.6],"head":[-22.9,-141.9],"shR":[-70.6,-77.6],"elR":[-99.9,-8.7],"haR":[-127.4,34.4],"shL":[63.1,-111],"elL":[104.3,-56.3],"haL":[135.6,-25.8],"hipR":[-34.5,37.9],"knR":[-8,165.1],"ftR":[21.1,322.5],"hipL":[31.9,40.6],"knL":[23.2,175.6],"ftL":[-44.3,281.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-3.2,-81.7],"neck":[-3.2,-81.7],"head":[-23.7,-140.7],"shR":[-70.8,-74.7],"elR":[-108.3,-14.1],"haR":[-140.1,25.1],"shL":[61.7,-111.7],"elL":[115,-69.2],"haL":[150.3,-47.1],"hipR":[-33.6,38.6],"knR":[-5.2,165.3],"ftR":[20.8,323],"hipL":[32.7,40],"knL":[23.6,175.1],"ftL":[-45.3,281]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.7,-79.9],"neck":[-4.7,-79.9],"head":[-25.4,-138.5],"shR":[-72,-70.5],"elR":[-118.4,-16.8],"haR":[-153.6,16],"shL":[58.9,-111.9],"elL":[124.4,-83.6],"haL":[163.9,-69.6],"hipR":[-33.9,38.4],"knR":[-7.1,164.8],"ftR":[19.4,322.7],"hipL":[32.3,40.2],"knL":[23.6,175.5],"ftL":[-47,281.1]},{"rootY":0,"hips":[0,0],"chest":[-5.3,-78.5],"neck":[-5.3,-78.5],"head":[-26.5,-137.2],"shR":[-72.2,-66.8],"elR":[-128.6,-18.5],"haR":[-166.6,7.5],"shL":[57,-112.2],"elL":[134.4,-98.6],"haL":[178,-92.1],"hipR":[-34,38.3],"knR":[-7.7,164.3],"ftR":[18.5,322.6],"hipL":[32.2,40.3],"knL":[24,175.8],"ftL":[-48.7,280.7]},{"rootY":-0.1,"hips":[0,0],"chest":[-6.7,-76.9],"neck":[-6.7,-76.9],"head":[-28.3,-135.4],"shR":[-73.2,-63.5],"elR":[-139,-20.7],"haR":[-179.6,-0.2],"shL":[54.5,-111.8],"elL":[142.4,-112.7],"haL":[189.1,-112.7],"hipR":[-34.1,38.1],"knR":[-8.1,163.7],"ftR":[16.6,322.5],"hipL":[32,40.5],"knL":[23.4,176],"ftL":[-51.1,280.4]},{"rootY":0.2,"hips":[0,0],"chest":[-7.9,-75.4],"neck":[-7.9,-75.4],"head":[-30.1,-134],"shR":[-74.1,-60.6],"elR":[-149.4,-22.9],"haR":[-192.8,-6],"shL":[52.3,-111.2],"elL":[148.7,-124.8],"haL":[197.4,-130.6],"hipR":[-34.4,37.9],"knR":[-9.2,163],"ftR":[15.2,322.2],"hipL":[31.7,40.6],"knL":[22.9,176.1],"ftL":[-53.9,279.6]},{"rootY":0.9,"hips":[0,0],"chest":[-8.5,-74],"neck":[-8.5,-74],"head":[-31.3,-132.9],"shR":[-74.3,-58.1],"elR":[-158.6,-24.5],"haR":[-204.5,-10.1],"shL":[50.9,-110.5],"elL":[153,-134.8],"haL":[202.3,-144.8],"hipR":[-34.1,38.2],"knR":[-9.5,162.7],"ftR":[14.6,322.2],"hipL":[32.1,40.3],"knL":[22.5,175.8],"ftL":[-56.3,278.5]},{"rootY":0.9,"hips":[0,0],"chest":[-9.8,-72.7],"neck":[-9.8,-72.7],"head":[-33,-131.8],"shR":[-75.3,-56.1],"elR":[-168,-24.7],"haR":[-216,-12.1],"shL":[49,-109.5],"elL":[154.1,-141.7],"haL":[202.7,-154.2],"hipR":[-34.5,37.9],"knR":[-11.4,162.1],"ftR":[12.5,321.8],"hipL":[31.7,40.7],"knL":[21.6,176],"ftL":[-58.8,278.4]},{"rootY":1.3,"hips":[0,0],"chest":[-10.5,-71],"neck":[-10.5,-71],"head":[-33.7,-130.5],"shR":[-75.8,-53.5],"elR":[-175.6,-23.3],"haR":[-225.1,-11.8],"shL":[47.5,-108.3],"elL":[153,-145.6],"haL":[199.6,-158.7],"hipR":[-34.6,37.8],"knR":[-12.6,161.3],"ftR":[11.4,321.4],"hipL":[31.6,40.7],"knL":[21.2,176],"ftL":[-60.8,277.7]},{"rootY":1.5,"hips":[0,0],"chest":[-11.4,-69.8],"neck":[-11.4,-69.8],"head":[-34.7,-129.5],"shR":[-76.5,-51.8],"elR":[-181.8,-20.4],"haR":[-231.9,-9.8],"shL":[46.4,-107.1],"elL":[149.5,-146.3],"haL":[192.5,-158.6],"hipR":[-34.8,37.6],"knR":[-13.9,160.7],"ftR":[9.9,321.1],"hipL":[31.4,40.9],"knL":[20.9,176.2],"ftL":[-62.2,277.3]},{"rootY":1.9,"hips":[0,0],"chest":[-11.8,-68.9],"neck":[-11.8,-68.9],"head":[-35.1,-129.1],"shR":[-76.8,-50.7],"elR":[-185.3,-16.2],"haR":[-235.1,-6],"shL":[45.8,-106.1],"elL":[143.9,-143.9],"haL":[181.9,-153.9],"hipR":[-34.7,37.7],"knR":[-14.1,160.2],"ftR":[9.5,320.8],"hipL":[31.5,40.9],"knL":[21.5,176],"ftL":[-62.5,276.8]},{"rootY":2.2,"hips":[0,0],"chest":[-12.4,-68.2],"neck":[-12.4,-68.2],"head":[-36,-128.8],"shR":[-77.4,-50],"elR":[-185.5,-9.6],"haR":[-234.8,0.1],"shL":[45.2,-105.1],"elL":[136,-137.9],"haL":[167.6,-144.6],"hipR":[-34.7,37.7],"knR":[-15.6,159.7],"ftR":[8.3,320.4],"hipL":[31.6,40.8],"knL":[21.7,175.9],"ftL":[-63.2,276.1]},{"rootY":2.6,"hips":[0,0],"chest":[-12.5,-67.6],"neck":[-12.5,-67.6],"head":[-36.3,-128.4],"shR":[-77.4,-49.2],"elR":[-180.6,-2.9],"haR":[-228.5,8],"shL":[44.9,-104.2],"elL":[125.9,-128.7],"haL":[150.1,-131.5],"hipR":[-34.8,37.6],"knR":[-16.4,159],"ftR":[7.7,320],"hipL":[31.6,40.9],"knL":[21.8,175.8],"ftL":[-63.3,276]},{"rootY":3.4,"hips":[0,0],"chest":[-12.4,-67.6],"neck":[-12.4,-67.6],"head":[-36.3,-128.8],"shR":[-77.4,-49.9],"elR":[-171.1,1.9],"haR":[-216.8,15.3],"shL":[45.4,-103.2],"elL":[114.6,-113.8],"haL":[130.2,-113.5],"hipR":[-35.3,37],"knR":[-21,157.8],"ftR":[6.3,319],"hipL":[31.2,41.2],"knL":[21.1,175.8],"ftL":[-63.5,276.1]},{"rootY":3.7,"hips":[0,0],"chest":[-11.9,-67.7],"neck":[-11.9,-67.7],"head":[-35.9,-129.3],"shR":[-77.3,-51],"elR":[-158.2,5.6],"haR":[-200,23.5],"shL":[46.4,-102.1],"elL":[99.1,-94],"haL":[106.6,-91.5],"hipR":[-35.6,36.7],"knR":[-22.5,157.3],"ftR":[6.1,318.5],"hipL":[31,41.4],"knL":[20.8,175.9],"ftL":[-62.9,275.7]},{"rootY":4,"hips":[0,0],"chest":[-10.9,-68],"neck":[-10.9,-68],"head":[-34.5,-130.4],"shR":[-76.3,-51.7],"elR":[-141,9.1],"haR":[-177.2,32.4],"shL":[47.7,-102.2],"elL":[76.4,-73],"haL":[78.8,-68.5],"hipR":[-35.4,36.9],"knR":[-22.7,157.6],"ftR":[6.9,318.5],"hipL":[31.2,41.4],"knL":[20.9,175.8],"ftL":[-61.5,275.7]},{"rootY":4,"hips":[0,0],"chest":[-10,-68.5],"neck":[-10,-68.5],"head":[-33.6,-131.2],"shR":[-75.7,-53.2],"elR":[-122.4,10.7],"haR":[-150.5,39.7],"shL":[49.4,-101.7],"elL":[54.3,-58.2],"haL":[50.6,-48.9],"hipR":[-35.7,36.6],"knR":[-24.9,157.2],"ftR":[6.7,317.9],"hipL":[30.9,41.7],"knL":[20.3,176],"ftL":[-60.8,275.9]},{"rootY":3.9,"hips":[0,0],"chest":[-9.3,-69.5],"neck":[-9.3,-69.5],"head":[-32.8,-132.6],"shR":[-75.3,-55.2],"elR":[-103.8,12.2],"haR":[-120.9,46.2],"shL":[50.7,-101.7],"elL":[33.4,-44.9],"haL":[23.5,-30.4],"hipR":[-36,36.3],"knR":[-27.2,157.5],"ftR":[6.3,317.7],"hipL":[30.5,42],"knL":[18.8,176.3],"ftL":[-60.8,275.5]},{"rootY":4.2,"hips":[0,0],"chest":[-8.1,-70.8],"neck":[-8.1,-70.8],"head":[-31,-134.6],"shR":[-74.3,-57.3],"elR":[-83.1,12.4],"haR":[-88,49.4],"shL":[52.1,-102.6],"elL":[18.6,-36],"haL":[1,-17],"hipR":[-35.9,36.4],"knR":[-28.2,157.5],"ftR":[6.6,317.1],"hipL":[30.6,42],"knL":[17.8,176.2],"ftL":[-60.9,274.3]},{"rootY":5.9,"hips":[0,0],"chest":[-6.1,-71.6],"neck":[-6.1,-71.6],"head":[-28.7,-135.9],"shR":[-72.5,-59.6],"elR":[-59.7,11.4],"haR":[-55.4,48.4],"shL":[54.8,-101.9],"elL":[11.8,-28.3],"haL":[-15.1,-6.9],"hipR":[-35.7,36.5],"knR":[-25.6,156.4],"ftR":[9.1,315.7],"hipL":[30.8,41.9],"knL":[17.6,175.5],"ftL":[-60.8,271.5]},{"rootY":8.3,"hips":[0,0],"chest":[-3.8,-72.8],"neck":[-3.8,-72.8],"head":[-26.3,-137.5],"shR":[-70.5,-62],"elR":[-36.2,8.4],"haR":[-25.3,42.6],"shL":[57.6,-102],"elL":[5.1,-23.9],"haL":[-27.5,-1.2],"hipR":[-35.8,36.5],"knR":[-24.5,155.1],"ftR":[11.9,313.5],"hipL":[30.7,42],"knL":[17.8,174.8],"ftL":[-62.9,265.8]},{"rootY":10.6,"hips":[0,0],"chest":[-2.9,-74.7],"neck":[-2.9,-74.7],"head":[-24.4,-140.2],"shR":[-69.8,-65.2],"elR":[-15.4,3.6],"haR":[0.7,34.9],"shL":[59.4,-102.7],"elL":[-1.2,-23.2],"haL":[-36.5,0.2],"hipR":[-35.8,36.6],"knR":[-26.1,153.9],"ftR":[13.2,310.4],"hipL":[30.7,42],"knL":[18,174.2],"ftL":[-67.1,259.2]},{"rootY":14.2,"hips":[0,0],"chest":[-2.2,-76.8],"neck":[-2.2,-76.8],"head":[-23.5,-142.7],"shR":[-69.5,-69.3],"elR":[0.5,1.1],"haR":[20.3,26.6],"shL":[61.3,-102.8],"elL":[0.2,-22.1],"haL":[-39.8,-1.5],"hipR":[-36.1,36.4],"knR":[-26.3,151.9],"ftR":[15.4,306.7],"hipL":[30.4,42.1],"knL":[18.3,173.2],"ftL":[-70.2,254.4]},{"rootY":18.5,"hips":[0,0],"chest":[-1.3,-78.1],"neck":[-1.3,-78.1],"head":[-21.8,-144.2],"shR":[-68.8,-70.6],"elR":[5.8,0.4],"haR":[31.5,18.6],"shL":[63,-104.2],"elL":[6.9,-22.3],"haL":[-37.7,-7.2],"hipR":[-36.2,36.1],"knR":[-25.3,149.6],"ftR":[17.4,302],"hipL":[30.2,42.2],"knL":[19.4,172.1],"ftL":[-73.7,251.3]},{"rootY":23.2,"hips":[0,0],"chest":[-1.1,-79.2],"neck":[-1.1,-79.2],"head":[-20.3,-145.6],"shR":[-68.8,-72.4],"elR":[-0.1,7.2],"haR":[34.4,13.9],"shL":[64.4,-105.1],"elL":[20.3,-26],"haL":[-28.6,-18],"hipR":[-36.3,35.7],"knR":[-23.1,147],"ftR":[19.9,297],"hipL":[30.2,42.2],"knL":[21.6,171],"ftL":[-76.5,250.8]},{"rootY":26.4,"hips":[0,0],"chest":[-1.8,-80.2],"neck":[-1.8,-80.2],"head":[-19.5,-146.8],"shR":[-69.2,-73.7],"elR":[-12.7,13.4],"haR":[29.5,10],"shL":[64.8,-106],"elL":[38.8,-32.6],"haL":[-11.6,-30.5],"hipR":[-35.9,35.2],"knR":[-20.3,145.7],"ftR":[22.4,293.6],"hipL":[30.2,42.1],"knL":[25,170.2],"ftL":[-79,252.9]},{"rootY":28.6,"hips":[0,0],"chest":[-1.7,-80.9],"neck":[-1.7,-80.9],"head":[-18,-147.7],"shR":[-68.4,-73.4],"elR":[-26.4,17.8],"haR":[20.9,8.7],"shL":[65,-107.8],"elL":[69.8,-43.4],"haL":[19.8,-41.7],"hipR":[-35.2,35.3],"knR":[-16.4,144.4],"ftR":[25.4,290.9],"hipL":[30.7,41.9],"knL":[28.4,169.6],"ftL":[-79.8,256.8]},{"rootY":27.7,"hips":[0,0],"chest":[-1.3,-80.8],"neck":[-1.3,-80.8],"head":[-16,-147.9],"shR":[-66,-73.2],"elR":[-38.9,20],"haR":[10.7,8.7],"shL":[65.1,-108.6],"elL":[109.8,-57.4],"haL":[59.9,-49.7],"hipR":[-33.6,35.8],"knR":[-10.9,146],"ftR":[29.8,291.9],"hipL":[31.2,41.6],"knL":[32.1,169.9],"ftL":[-80.3,260.2]},{"rootY":22.7,"hips":[0,0],"chest":[0.2,-81],"neck":[0.2,-81],"head":[-14.3,-148],"shR":[-61.5,-71.1],"elR":[-51.3,24.2],"haR":[-1.1,14.6],"shL":[64.8,-110.9],"elL":[145.1,-78.8],"haL":[99.2,-60.9],"hipR":[-32.5,36],"knR":[-4.7,149.3],"ftR":[32.9,296.5],"hipL":[31,41.6],"knL":[32.7,171],"ftL":[-78.8,268.1]},{"rootY":14.5,"hips":[0,0],"chest":[2.7,-81],"neck":[2.7,-81],"head":[-12.5,-147.7],"shR":[-55,-69.5],"elR":[-63.4,27.4],"haR":[-12.4,24.6],"shL":[64.2,-112.8],"elL":[168.1,-98.7],"haL":[131.5,-74.4],"hipR":[-30,37.2],"knR":[3.4,155],"ftR":[35.6,304.8],"hipL":[31.2,40.8],"knL":[31.3,171.9],"ftL":[-76.6,277]},{"rootY":5.8,"hips":[0,0],"chest":[5.5,-80.4],"neck":[5.5,-80.4],"head":[-11.1,-146.8],"shR":[-47.9,-67.2],"elR":[-74.5,29.1],"haR":[-23.7,35.8],"shL":[63.6,-113.8],"elL":[175.5,-115.3],"haL":[153.5,-88.5],"hipR":[-28.4,37.9],"knR":[11.6,159],"ftR":[34.7,312.3],"hipL":[29.9,40.5],"knL":[28.2,172.8],"ftL":[-72.9,287.4]},{"rootY":-3.5,"hips":[0,0],"chest":[8,-80.1],"neck":[8,-80.1],"head":[-10.1,-146.7],"shR":[-40,-66.3],"elR":[-83.7,26.9],"haR":[-35.2,43],"shL":[61.4,-114.7],"elL":[165.6,-129.7],"haL":[162.6,-101.6],"hipR":[-24.8,39.8],"knR":[18.5,163.9],"ftR":[23.9,319.5],"hipL":[29,38.8],"knL":[23.3,172.7],"ftL":[-70.1,297]},{"rootY":-13.1,"hips":[0,0],"chest":[10.7,-79.7],"neck":[10.7,-79.7],"head":[-9,-145.8],"shR":[-31.9,-63.3],"elR":[-86.4,25],"haR":[-41.9,49.1],"shL":[59,-117.1],"elL":[144.3,-139.6],"haL":[159.8,-115.4],"hipR":[-21.8,41.1],"knR":[22,167.9],"ftR":[10.7,325.6],"hipL":[26.9,37.4],"knL":[18.6,172.2],"ftL":[-66.1,305.9]},{"rootY":-21.2,"hips":[0,0],"chest":[13.1,-78.7],"neck":[13.1,-78.7],"head":[-9.2,-143.9],"shR":[-24.8,-59.8],"elR":[-85.6,24.7],"haR":[-46.4,54.1],"shL":[56.5,-118.7],"elL":[112.3,-145.7],"haL":[144.2,-125.4],"hipR":[-20.4,41.2],"knR":[20.6,169.9],"ftR":[-0.1,328.9],"hipL":[22.6,37.3],"knL":[14.6,172.2],"ftL":[-63.9,311.9]},{"rootY":-27.3,"hips":[0,0],"chest":[14.9,-77.8],"neck":[14.9,-77.8],"head":[-9.6,-142.1],"shR":[-17.5,-56.4],"elR":[-82.3,23.5],"haR":[-48.2,56.5],"shL":[53.2,-120.2],"elL":[75.6,-148.3],"haL":[118.9,-135],"hipR":[-18.5,40.9],"knR":[19.2,171.2],"ftR":[-9.2,330.8],"hipL":[17.9,37.5],"knL":[13.1,172.4],"ftL":[-62.4,315.9]},{"rootY":-31.2,"hips":[0,0],"chest":[17,-77.9],"neck":[17,-77.9],"head":[-9,-141.2],"shR":[-9.7,-53.9],"elR":[-75.9,21.9],"haR":[-46.9,57.5],"shL":[50.1,-122.7],"elL":[43.7,-149.3],"haL":[93.3,-143.3],"hipR":[-15.4,41.4],"knR":[19.6,172.6],"ftR":[-16.5,332],"hipL":[14,36.9],"knL":[13.5,172],"ftL":[-58.8,318.7]},{"rootY":-33.5,"hips":[0,0],"chest":[19.4,-77.9],"neck":[19.4,-77.9],"head":[-7.8,-139.9],"shR":[1.9,-53.7],"elR":[-62.6,20.4],"haR":[-38.3,56.6],"shL":[43.9,-123.4],"elL":[10.6,-147.7],"haL":[60.5,-149.9],"hipR":[-11.2,42.2],"knR":[22.6,173.8],"ftR":[-18.5,332.7],"hipL":[10.4,35.9],"knL":[15.1,170.8],"ftL":[-52.4,320.4]},{"rootY":-34.5,"hips":[0,0],"chest":[21.6,-78.1],"neck":[21.6,-78.1],"head":[-6.6,-138.7],"shR":[10.9,-52.5],"elR":[-47.9,21.5],"haR":[-27.8,58],"shL":[39.5,-125.1],"elL":[-16,-145],"haL":[29.5,-154.9],"hipR":[-6.2,41.7],"knR":[24.9,173.8],"ftR":[-19.2,332.2],"hipL":[5.3,36.7],"knL":[17.7,171.3],"ftL":[-45.6,322.4]},{"rootY":-34.9,"hips":[0,0],"chest":[22.4,-78.4],"neck":[22.4,-78.4],"head":[-7.1,-136.7],"shR":[20.1,-51.6],"elR":[-29.7,25.8],"haR":[-13.2,60.6],"shL":[32.7,-126.6],"elL":[-39.7,-142.4],"haL":[-2.5,-159.2],"hipR":[-0.5,41.2],"knR":[25,174.4],"ftR":[-21.6,332.3],"hipL":[0.5,37.4],"knL":[18.8,171.6],"ftL":[-42,323.2]},{"rootY":-34.9,"hips":[0,0],"chest":[24.5,-78.8],"neck":[24.5,-78.8],"head":[-5.4,-135],"shR":[33,-52],"elR":[-5.8,26.2],"haR":[9.4,59.8],"shL":[24.5,-127.5],"elL":[-60.4,-138.6],"haL":[-33.6,-161.1],"hipR":[5,40.4],"knR":[26.2,174.1],"ftR":[-22.6,331.4],"hipL":[-5.5,38.2],"knL":[18,171.9],"ftL":[-36,325.6]},{"rootY":-34.9,"hips":[0,0],"chest":[26.4,-78.9],"neck":[26.4,-78.9],"head":[-3.6,-132.3],"shR":[45.9,-53],"elR":[19.5,25.2],"haR":[34.3,57.2],"shL":[15.6,-127],"elL":[-79,-133],"haL":[-64.2,-159.6],"hipR":[10.5,40.4],"knR":[26.8,174.7],"ftR":[-22.9,331],"hipL":[-11.3,38.2],"knL":[15.7,171.3],"ftL":[-30.3,326.4]},{"rootY":-36.2,"hips":[0,0],"chest":[27.3,-79.3],"neck":[27.3,-79.3],"head":[0.1,-131.3],"shR":[55.5,-52.5],"elR":[42.6,27.6],"haR":[58.6,58.8],"shL":[8.5,-128.3],"elL":[-94.1,-128.9],"haL":[-92.1,-157.4],"hipR":[15.8,40.1],"knR":[26.2,175],"ftR":[-22.1,330.5],"hipL":[-15.7,38.5],"knL":[13.9,170.8],"ftL":[-24.6,327.3]},{"rootY":-35.4,"hips":[0,0],"chest":[28.2,-79.8],"neck":[28.2,-79.8],"head":[4.9,-130.3],"shR":[66.8,-54],"elR":[68.3,27.3],"haR":[87,58],"shL":[-0.9,-128.1],"elL":[-108.6,-123.6],"haL":[-118.7,-153.2],"hipR":[20.4,40.2],"knR":[28.8,175],"ftR":[-16.4,330.7],"hipL":[-20.7,38.5],"knL":[10.2,169.4],"ftL":[-16.5,327.4]},{"rootY":-35.2,"hips":[0,0],"chest":[27.9,-80.4],"neck":[27.9,-80.4],"head":[10.2,-129.9],"shR":[75,-54.5],"elR":[96.7,32.7],"haR":[115.3,61.5],"shL":[-9.4,-128.9],"elL":[-120.7,-119.3],"haL":[-141,-147.2],"hipR":[25,39.1],"knR":[29.6,174.1],"ftR":[-12.5,329.5],"hipL":[-23.5,39.5],"knL":[8.1,169.4],"ftL":[-9.9,328.2]},{"rootY":-34,"hips":[0,0],"chest":[27.9,-80.6],"neck":[27.9,-80.6],"head":[17.3,-128.4],"shR":[83.3,-57.2],"elR":[112.9,28.4],"haR":[139.6,59],"shL":[-18.1,-127.1],"elL":[-128.2,-112],"haL":[-157.9,-139.5],"hipR":[30.2,37.9],"knR":[29.6,173],"ftR":[-6.4,328.5],"hipL":[-25.7,40.7],"knL":[5.1,168.8],"ftL":[-2.8,327.9]},{"rootY":-32.7,"hips":[0,0],"chest":[26,-81.5],"neck":[26,-81.5],"head":[24.3,-128.6],"shR":[87.7,-60.5],"elR":[130.9,27.8],"haR":[162.1,58.5],"shL":[-26.9,-126],"elL":[-132.7,-105.6],"haL":[-170.6,-132],"hipR":[33.1,37.7],"knR":[27.8,172.6],"ftR":[0.6,327.5],"hipL":[-28.4,40.7],"knL":[-1.6,167.5],"ftL":[3.3,327.3]},{"rootY":-31.5,"hips":[0,0],"chest":[24.1,-81.8],"neck":[24.1,-81.8],"head":[32.6,-127.8],"shR":[89.1,-62.9],"elR":[143.2,27.6],"haR":[178,58.6],"shL":[-33.4,-124.4],"elL":[-129.8,-97.2],"haL":[-173,-121.6],"hipR":[35.4,36.9],"knR":[26.1,171.6],"ftR":[10.7,326.2],"hipL":[-29.8,41.4],"knL":[-8.3,166],"ftL":[7.4,326.1]},{"rootY":-30.3,"hips":[0,0],"chest":[23.3,-82],"neck":[23.3,-82],"head":[43.5,-127.2],"shR":[88.6,-65.2],"elR":[149.6,26.2],"haR":[187.8,57.5],"shL":[-36.2,-122.5],"elL":[-119.7,-88.4],"haL":[-165.4,-109.4],"hipR":[36.9,35.2],"knR":[25,170],"ftR":[20.9,324.6],"hipL":[-29.4,42.7],"knL":[-17,165.2],"ftL":[7.7,325.3]},{"rootY":-28.3,"hips":[0,0],"chest":[17.6,-82.8],"neck":[17.6,-82.8],"head":[49.8,-128.7],"shR":[80.5,-68.7],"elR":[146.9,23.2],"haR":[187,54.7],"shL":[-41.3,-121.1],"elL":[-107.3,-81.3],"haL":[-152.1,-98.5],"hipR":[34.6,35.5],"knR":[16,169.5],"ftR":[22.7,323.6],"hipL":[-30.1,42.4],"knL":[-30.4,164.1],"ftL":[-0.5,324.8]},{"rootY":-25.3,"hips":[0,0],"chest":[11.9,-83.7],"neck":[11.9,-83.7],"head":[53,-129.6],"shR":[68.2,-72.1],"elR":[138.3,19.4],"haR":[179,50.1],"shL":[-43,-119.4],"elL":[-90.1,-75.6],"haL":[-131.2,-89.5],"hipR":[30.8,35.7],"knR":[7.4,168.9],"ftR":[24.3,321.5],"hipL":[-29.4,42.1],"knL":[-42.1,164.6],"ftL":[-8.1,325.1]},{"rootY":-21.8,"hips":[0,0],"chest":[6.3,-84.3],"neck":[6.3,-84.3],"head":[53.3,-132.1],"shR":[54,-75.1],"elR":[125.9,14.8],"haR":[165.9,44.3],"shL":[-42.1,-117.7],"elL":[-69.5,-70.2],"haL":[-104.1,-81.3],"hipR":[26.4,35.1],"knR":[-1.2,167.7],"ftR":[26.3,319],"hipL":[-26.4,42.6],"knL":[-50.3,165.6],"ftL":[-13.1,325.4]},{"rootY":-18.6,"hips":[0,0],"chest":[0.6,-84.7],"neck":[0.6,-84.7],"head":[46.7,-136.5],"shR":[38.2,-78.3],"elR":[109.7,9.3],"haR":[147.3,37.2],"shL":[-39.7,-115.5],"elL":[-47.7,-65.2],"haL":[-74.1,-73.5],"hipR":[21,34.8],"knR":[-11.6,166.5],"ftR":[27.4,316.5],"hipL":[-23.3,42.8],"knL":[-58.4,165.9],"ftL":[-18.1,324.8]},{"rootY":-16.8,"hips":[0,0],"chest":[-3,-85.3],"neck":[-3,-85.3],"head":[39.6,-139.2],"shR":[23.1,-76.6],"elR":[91.3,8.5],"haR":[125,34.6],"shL":[-33.4,-117.9],"elL":[-22.6,-64.4],"haL":[-40,-70.3],"hipR":[14.2,35.2],"knR":[-20,166.7],"ftR":[31.1,315.2],"hipL":[-19.4,42.5],"knL":[-63.5,166.2],"ftL":[-18.5,323.1]},{"rootY":-13.7,"hips":[0,0],"chest":[-7.7,-85.4],"neck":[-7.7,-85.4],"head":[28.1,-142.4],"shR":[6.5,-82.3],"elR":[70,0.9],"haR":[98.4,25.5],"shL":[-27.4,-112.6],"elL":[0.7,-57.3],"haL":[-7.5,-61.1],"hipR":[8.2,31],"knR":[-26,162.1],"ftR":[32.6,310.5],"hipL":[-14.4,45.2],"knL":[-72.5,166.6],"ftL":[-25.2,322.5]},{"rootY":-14.1,"hips":[0,0],"chest":[-9.4,-85.4],"neck":[-9.4,-85.4],"head":[19.4,-144.9],"shR":[-10.2,-85.6],"elR":[45.9,-4.3],"haR":[69.3,19.3],"shL":[-15,-109.2],"elL":[29.7,-52],"haL":[30.2,-53.1],"hipR":[-0.2,33.8],"knR":[-30.1,165.9],"ftR":[38.8,312.1],"hipL":[-9.3,43.5],"knL":[-68.9,165.4],"ftL":[-25.7,320.6]},{"rootY":-13.8,"hips":[0,0],"chest":[-11.5,-85.5],"neck":[-11.5,-85.5],"head":[9.5,-147.1],"shR":[-24.3,-87.5],"elR":[23.6,-7.7],"haR":[40.9,15],"shL":[-5.7,-107.4],"elL":[52.6,-49.3],"haL":[61.7,-47.5],"hipR":[-7.8,34],"knR":[-34,166.5],"ftR":[40.9,311.4],"hipL":[-4.7,43.2],"knL":[-65,164.7],"ftL":[-32,321.7]},{"rootY":-14.3,"hips":[0,0],"chest":[-13,-85.4],"neck":[-13,-85.4],"head":[2.6,-148.6],"shR":[-36.8,-87.7],"elR":[0.7,-10.1],"haR":[11.7,11.9],"shL":[3.7,-106.8],"elL":[70,-45.8],"haL":[89.2,-42],"hipR":[-13.5,34],"knR":[-34.1,167.3],"ftR":[43.2,312.2],"hipL":[0.8,43.3],"knL":[-57.9,164.5],"ftL":[-38.2,323.7]},{"rootY":-14.6,"hips":[0,0],"chest":[-13.6,-85.5],"neck":[-13.6,-85.5],"head":[-3.2,-149.9],"shR":[-46.9,-88.7],"elR":[-21.5,-11.1],"haR":[-16.7,10.9],"shL":[13,-105.7],"elL":[88.2,-42.1],"haL":[115,-34.9],"hipR":[-20,33.3],"knR":[-33.5,167.4],"ftR":[46.5,311.4],"hipL":[5.2,43.8],"knL":[-51.2,164.4],"ftL":[-42,324.8]}]},"jump":{"name":"jump","fps":30,"height":520,"groundY":343,"frameCount":104,"frames":[{"rootY":0,"hips":[0,0],"chest":[-1.2,-77.7],"neck":[-1.2,-77.7],"head":[-0.5,-145.7],"shR":[-58.5,-104.8],"elR":[-175.8,-88.3],"haR":[-245.6,-78.5],"shL":[66.8,-101.8],"elL":[170.6,-87.2],"haL":[241.4,-77.3],"hipR":[-31.3,37.8],"knR":[-28.8,181.7],"ftR":[-26,340.9],"hipL":[30.5,37.8],"knL":[27.9,185.4],"ftL":[25.2,343]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[10.8,-145.8],"shR":[-54.5,-107.2],"elR":[-68.8,9.9],"haR":[-82.2,74.4],"shL":[70,-99.6],"elL":[68.4,5.1],"haL":[77.1,73.3],"hipR":[-31.9,38.4],"knR":[-30.2,182.2],"ftR":[-39,336.6],"hipL":[29.4,38],"knL":[30.6,185.6],"ftL":[40.8,338.2]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[10.8,-145.8],"shR":[-54.5,-107.3],"elR":[-68.8,9.8],"haR":[-82.2,74.3],"shL":[70.1,-99.5],"elL":[68.4,5.2],"haL":[77.2,73.3],"hipR":[-32,38.4],"knR":[-30.2,182.2],"ftR":[-39,336.6],"hipL":[29.4,38],"knL":[30.5,185.6],"ftL":[40.8,338.1]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[10.9,-145.8],"shR":[-54.5,-107.3],"elR":[-68.8,9.8],"haR":[-82.1,74.4],"shL":[70.1,-99.5],"elL":[68.5,5.2],"haL":[77.3,73.3],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-39,336.6],"hipL":[29.3,38.1],"knL":[30.5,185.6],"ftL":[40.8,338.1]},{"rootY":0.1,"hips":[0,0],"chest":[0.9,-77.9],"neck":[0.9,-77.9],"head":[10.9,-145.8],"shR":[-54.5,-107.4],"elR":[-68.8,9.8],"haR":[-82,74.3],"shL":[70.1,-99.4],"elL":[68.4,5.3],"haL":[77.3,73.4],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-39,336.6],"hipL":[29.4,38],"knL":[30.5,185.6],"ftL":[40.8,338.1]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[11,-145.8],"shR":[-54.5,-107.4],"elR":[-68.8,9.8],"haR":[-82,74.2],"shL":[70.1,-99.4],"elL":[68.3,5.3],"haL":[77.1,73.5],"hipR":[-32,38.3],"knR":[-30.3,182.2],"ftR":[-39,336.5],"hipL":[29.3,38],"knL":[30.5,185.6],"ftL":[40.7,338.1]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[11.1,-145.8],"shR":[-54.4,-107.5],"elR":[-68.6,9.7],"haR":[-81.8,74],"shL":[70.2,-99.3],"elL":[68.4,5.4],"haL":[77.2,73.6],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-38.9,336.5],"hipL":[29.3,38.1],"knL":[30.5,185.6],"ftL":[40.9,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[11.1,-145.8],"shR":[-54.3,-107.5],"elR":[-68.6,9.7],"haR":[-81.7,74],"shL":[70.3,-99.2],"elL":[68.4,5.4],"haL":[77.2,73.6],"hipR":[-32.1,38.3],"knR":[-30.2,182.2],"ftR":[-38.8,336.5],"hipL":[29.3,38.1],"knL":[30.5,185.6],"ftL":[40.9,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[11,-145.8],"shR":[-54.3,-107.5],"elR":[-68.6,9.6],"haR":[-81.7,73.9],"shL":[70.3,-99.2],"elL":[68.4,5.5],"haL":[77.1,73.6],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-38.8,336.5],"hipL":[29.3,38.1],"knL":[30.6,185.6],"ftL":[40.9,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[11.1,-145.8],"shR":[-54.3,-107.5],"elR":[-68.6,9.6],"haR":[-81.7,73.9],"shL":[70.3,-99.2],"elL":[68.4,5.5],"haL":[77.1,73.6],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-38.8,336.5],"hipL":[29.3,38.1],"knL":[30.6,185.7],"ftL":[41,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[11,-145.8],"shR":[-54.3,-107.5],"elR":[-68.6,9.6],"haR":[-81.7,73.9],"shL":[70.3,-99.2],"elL":[68.4,5.5],"haL":[77,73.6],"hipR":[-32.1,38.2],"knR":[-30.2,182.1],"ftR":[-38.7,336.4],"hipL":[29.2,38.2],"knL":[30.5,185.7],"ftL":[41,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[10.9,-145.8],"shR":[-54.2,-107.6],"elR":[-68.5,9.6],"haR":[-81.6,73.9],"shL":[70.4,-99.1],"elL":[68.3,5.6],"haL":[76.9,73.8],"hipR":[-32.1,38.2],"knR":[-30.1,182.1],"ftR":[-38.7,336.4],"hipL":[29.3,38.1],"knL":[30.6,185.7],"ftL":[41,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[10.8,-145.8],"shR":[-54.3,-107.7],"elR":[-68.5,9.5],"haR":[-81.6,73.9],"shL":[70.3,-99.1],"elL":[68.2,5.6],"haL":[76.8,73.8],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-38.8,336.4],"hipL":[29.4,38.1],"knL":[30.6,185.6],"ftL":[41,337.9]},{"rootY":0.3,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[10.6,-145.9],"shR":[-54.3,-107.6],"elR":[-68.5,9.5],"haR":[-81.6,73.9],"shL":[70.3,-99.1],"elL":[68.2,5.6],"haL":[76.7,73.8],"hipR":[-32,38.3],"knR":[-30.1,182.2],"ftR":[-38.8,336.4],"hipL":[29.3,38.1],"knL":[30.7,185.6],"ftL":[41,338]},{"rootY":0.2,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[10.5,-145.8],"shR":[-54.3,-107.7],"elR":[-68.5,9.5],"haR":[-81.6,73.9],"shL":[70.3,-99.1],"elL":[68.2,5.6],"haL":[76.7,73.8],"hipR":[-31.9,38.4],"knR":[-30.1,182.3],"ftR":[-38.9,336.4],"hipL":[29.5,38],"knL":[30.8,185.5],"ftL":[40.9,337.9]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[10.4,-145.9],"shR":[-54.3,-107.7],"elR":[-68.5,9.4],"haR":[-81.6,73.9],"shL":[70.3,-99.1],"elL":[68.2,5.6],"haL":[76.7,73.9],"hipR":[-31.9,38.4],"knR":[-30,182.3],"ftR":[-38.9,336.4],"hipL":[29.5,38],"knL":[30.9,185.5],"ftL":[40.9,337.9]},{"rootY":0.2,"hips":[0,0],"chest":[0.9,-77.9],"neck":[0.9,-77.9],"head":[10.1,-145.9],"shR":[-54.5,-107.7],"elR":[-68.5,9.3],"haR":[-81.9,73.7],"shL":[70.2,-99],"elL":[68.1,5.6],"haL":[76.7,73.9],"hipR":[-31.9,38.4],"knR":[-30,182.3],"ftR":[-38.9,336.3],"hipL":[29.5,38],"knL":[30.8,185.5],"ftL":[40.9,337.9]},{"rootY":0.3,"hips":[0,0],"chest":[0.8,-77.9],"neck":[0.8,-77.9],"head":[9.9,-145.9],"shR":[-54.6,-107.8],"elR":[-68.7,9.3],"haR":[-81.9,73.8],"shL":[70.1,-99.1],"elL":[68.1,5.6],"haL":[76.7,73.9],"hipR":[-31.8,38.4],"knR":[-30.1,182.3],"ftR":[-39,336.3],"hipL":[29.6,37.9],"knL":[30.8,185.5],"ftL":[40.8,337.9]},{"rootY":0.4,"hips":[0,0],"chest":[0.9,-77.9],"neck":[0.9,-77.9],"head":[9.8,-145.9],"shR":[-54.7,-107.6],"elR":[-68.8,9.4],"haR":[-82,74.1],"shL":[70,-99.3],"elL":[68.1,5.3],"haL":[76.8,73.7],"hipR":[-31.8,38.4],"knR":[-30.2,182.3],"ftR":[-39.1,336.3],"hipL":[29.5,38],"knL":[30.7,185.5],"ftL":[40.8,337.9]},{"rootY":0.3,"hips":[0,0],"chest":[0.9,-77.9],"neck":[0.9,-77.9],"head":[9.7,-145.9],"shR":[-54.7,-107.5],"elR":[-68.8,9.4],"haR":[-81.8,74.3],"shL":[70,-99.3],"elL":[68.3,5.3],"haL":[77,73.7],"hipR":[-31.7,38.6],"knR":[-30,182.5],"ftR":[-39.3,336.4],"hipL":[29.7,37.9],"knL":[30.7,185.4],"ftL":[40.6,337.7]},{"rootY":0.3,"hips":[0,0],"chest":[0.8,-77.9],"neck":[0.8,-77.9],"head":[9.4,-145.9],"shR":[-54.8,-107.5],"elR":[-68.9,9.4],"haR":[-82,74.3],"shL":[69.9,-99.4],"elL":[68.3,5.2],"haL":[77.1,73.6],"hipR":[-31.6,38.6],"knR":[-29.9,182.5],"ftR":[-39.4,336.5],"hipL":[29.8,37.9],"knL":[30.7,185.5],"ftL":[40.5,337.8]},{"rootY":0.1,"hips":[0,0],"chest":[0.6,-77.8],"neck":[0.6,-77.8],"head":[9.2,-145.9],"shR":[-55,-107.5],"elR":[-69.1,9.2],"haR":[-82.1,74.2],"shL":[69.7,-99.4],"elL":[68.3,5.1],"haL":[77.1,73.6],"hipR":[-31.8,38.5],"knR":[-30,182.4],"ftR":[-39.6,336.6],"hipL":[29.6,38.2],"knL":[30.4,185.9],"ftL":[40.4,337.8]},{"rootY":0.1,"hips":[0,0],"chest":[0.4,-77.8],"neck":[0.4,-77.8],"head":[8.9,-145.8],"shR":[-55.3,-107.4],"elR":[-69.3,9.2],"haR":[-82.2,74.5],"shL":[69.5,-99.5],"elL":[68.4,5],"haL":[77.4,73.7],"hipR":[-31.8,38.5],"knR":[-29.7,182.4],"ftR":[-39.6,336.6],"hipL":[29.7,38.5],"knL":[30.4,186.1],"ftL":[40.4,337.9]},{"rootY":0,"hips":[0,0],"chest":[0.1,-77.6],"neck":[0.1,-77.6],"head":[8.4,-145.7],"shR":[-55.7,-107.3],"elR":[-69.7,9],"haR":[-82.6,74.5],"shL":[69.1,-99.4],"elL":[68.3,4.9],"haL":[77.4,73.8],"hipR":[-31.8,38.6],"knR":[-30,182.4],"ftR":[-40.2,336.7],"hipL":[29.7,38.6],"knL":[30,186.2],"ftL":[39.9,337.9]},{"rootY":0.3,"hips":[0,0],"chest":[-0.3,-77.4],"neck":[-0.3,-77.4],"head":[7.9,-145.6],"shR":[-56.1,-107.2],"elR":[-70.3,8.7],"haR":[-83,74.3],"shL":[68.7,-99.3],"elL":[68.3,4.9],"haL":[77.7,73.7],"hipR":[-31.8,38.7],"knR":[-30.4,182.4],"ftR":[-41.2,336.8],"hipL":[29.6,38.6],"knL":[29.4,186.2],"ftL":[39.2,337.6]},{"rootY":0.5,"hips":[0,0],"chest":[-0.9,-77.1],"neck":[-0.9,-77.1],"head":[7.3,-145.2],"shR":[-56.8,-106.9],"elR":[-71.1,8.6],"haR":[-83.8,74.4],"shL":[68,-99.1],"elL":[68.3,4.8],"haL":[77.7,73.6],"hipR":[-32,38.5],"knR":[-30.9,182.2],"ftR":[-42.2,336.6],"hipL":[29.4,38.8],"knL":[28.4,186.3],"ftL":[38.6,337.2]},{"rootY":0.9,"hips":[0,0],"chest":[-1.5,-76.6],"neck":[-1.5,-76.6],"head":[6.4,-144.7],"shR":[-57.7,-106.2],"elR":[-72.2,8.7],"haR":[-84.8,74.7],"shL":[67.3,-99],"elL":[68.2,4.4],"haL":[78,73.2],"hipR":[-32.2,38.4],"knR":[-30.9,181.9],"ftR":[-43.2,336.2],"hipL":[29.1,39.1],"knL":[27.4,186.4],"ftL":[37.8,336.8]},{"rootY":1.6,"hips":[0,0],"chest":[-1.8,-75.8],"neck":[-1.8,-75.8],"head":[5.8,-143.8],"shR":[-58.1,-105.1],"elR":[-73,8.9],"haR":[-85.5,75.2],"shL":[66.8,-98.4],"elL":[68.6,4.3],"haL":[78.5,73.2],"hipR":[-31.7,38.8],"knR":[-29.6,181.8],"ftR":[-43.7,335.5],"hipL":[29.6,38.9],"knL":[27.4,185.8],"ftL":[37.3,336.2]},{"rootY":2.4,"hips":[0,0],"chest":[-2.3,-74.7],"neck":[-2.3,-74.7],"head":[4.8,-142.5],"shR":[-58.8,-103.9],"elR":[-74.4,9],"haR":[-86.7,75.4],"shL":[66.2,-97.5],"elL":[69.2,4.4],"haL":[79.1,73.4],"hipR":[-31.2,39.2],"knR":[-28.4,181.4],"ftR":[-44.4,334.3],"hipL":[30.1,38.7],"knL":[26.8,185.1],"ftL":[36.5,335.3]},{"rootY":3.7,"hips":[0,0],"chest":[-2.5,-73.5],"neck":[-2.5,-73.5],"head":[4.3,-141],"shR":[-59.1,-102.4],"elR":[-75.4,9.4],"haR":[-87.6,76.3],"shL":[65.8,-96.2],"elL":[70.3,4.5],"haL":[80.2,73.7],"hipR":[-30.6,39.6],"knR":[-27,180.9],"ftR":[-44.7,333],"hipL":[30.6,38.4],"knL":[26.8,184.2],"ftL":[36.1,334.1]},{"rootY":5,"hips":[0,0],"chest":[-2.8,-72.1],"neck":[-2.8,-72.1],"head":[3.4,-139.2],"shR":[-59.6,-100.6],"elR":[-76.5,10],"haR":[-88.7,77.2],"shL":[65.3,-94.9],"elL":[71.5,4.7],"haL":[81.3,74.3],"hipR":[-30.1,40],"knR":[-26.1,180.2],"ftR":[-45.6,331.6],"hipL":[31.1,38.2],"knL":[26.8,183.2],"ftL":[35.5,332.9]},{"rootY":6.3,"hips":[0,0],"chest":[-3.3,-70.6],"neck":[-3.3,-70.6],"head":[2.5,-137.2],"shR":[-60.2,-98.9],"elR":[-77.3,10.5],"haR":[-89.7,78],"shL":[64.7,-93.2],"elL":[72.7,5.2],"haL":[82.7,75.2],"hipR":[-29.8,40.2],"knR":[-25.3,179.5],"ftR":[-46.5,330.3],"hipL":[31.5,38],"knL":[27.2,182.1],"ftL":[34.7,331.6]},{"rootY":7.7,"hips":[0,0],"chest":[-3.5,-69.1],"neck":[-3.5,-69.1],"head":[1.9,-135.2],"shR":[-60.6,-97],"elR":[-77.8,11.1],"haR":[-90.5,79],"shL":[64.4,-91.9],"elL":[73.9,5.6],"haL":[84.5,75.8],"hipR":[-29.7,40.2],"knR":[-24.6,178.7],"ftR":[-47,328.9],"hipL":[31.7,37.9],"knL":[27.6,181.2],"ftL":[34.3,330.4]},{"rootY":9,"hips":[0,0],"chest":[-3.6,-67.8],"neck":[-3.6,-67.8],"head":[1.5,-133.3],"shR":[-61,-95.1],"elR":[-78.2,11.6],"haR":[-91,79.8],"shL":[64.1,-90.8],"elL":[75,5.4],"haL":[86.4,75.7],"hipR":[-29.3,40.5],"knR":[-23.7,178.2],"ftR":[-47.5,327.6],"hipL":[32.1,37.7],"knL":[28.2,180.2],"ftL":[33.9,329.2]},{"rootY":10,"hips":[0,0],"chest":[-3.9,-66.6],"neck":[-3.9,-66.6],"head":[0.9,-131.6],"shR":[-61.4,-93.5],"elR":[-78.2,11.5],"haR":[-91.4,80.1],"shL":[63.7,-89.7],"elL":[76.1,4.9],"haL":[88.4,75.3],"hipR":[-29.1,40.6],"knR":[-23.3,177.7],"ftR":[-47.9,326.6],"hipL":[32.3,37.5],"knL":[28.1,179.5],"ftL":[33.5,328.2]},{"rootY":10.8,"hips":[0,0],"chest":[-4,-65.5],"neck":[-4,-65.5],"head":[0.7,-130],"shR":[-61.6,-92],"elR":[-78.3,10.7],"haR":[-91.6,79.6],"shL":[63.6,-88.7],"elL":[77.2,3.8],"haL":[90.8,74],"hipR":[-28.6,41],"knR":[-22.9,177.5],"ftR":[-47.9,325.7],"hipL":[32.8,37.1],"knL":[28.3,178.8],"ftL":[33.2,327.4]},{"rootY":11.1,"hips":[0,0],"chest":[-4.1,-64.5],"neck":[-4.1,-64.5],"head":[0.3,-128.8],"shR":[-61.8,-90.5],"elR":[-78.3,9.5],"haR":[-91.6,78.7],"shL":[63.4,-87.9],"elL":[78.2,1.8],"haL":[93.2,71.5],"hipR":[-28.5,41],"knR":[-23.2,177.3],"ftR":[-48.2,325.3],"hipL":[33,37],"knL":[28.2,178.7],"ftL":[32.9,327.1]},{"rootY":11.2,"hips":[0,0],"chest":[-4.2,-63.4],"neck":[-4.2,-63.4],"head":[0,-127.5],"shR":[-62,-89.1],"elR":[-78.6,7.2],"haR":[-91.8,76.4],"shL":[63.2,-86.9],"elL":[79.1,-0.8],"haL":[95.9,67.6],"hipR":[-28.3,41],"knR":[-23.5,177.3],"ftR":[-48.4,325.1],"hipL":[33.1,36.9],"knL":[28.5,178.7],"ftL":[32.8,326.9]},{"rootY":11.6,"hips":[0,0],"chest":[-4.3,-62.4],"neck":[-4.3,-62.4],"head":[-0.3,-126.3],"shR":[-62.1,-87.9],"elR":[-79,4.5],"haR":[-92.2,73.2],"shL":[63.2,-85.7],"elL":[80.4,-4.2],"haL":[98.9,62.1],"hipR":[-28.4,40.9],"knR":[-23.5,177.2],"ftR":[-48.5,324.6],"hipL":[33.1,37],"knL":[29.2,178.5],"ftL":[32.9,326.4]},{"rootY":12,"hips":[0,0],"chest":[-4.4,-61.3],"neck":[-4.4,-61.3],"head":[-0.5,-125],"shR":[-62.3,-86.5],"elR":[-79.3,1.4],"haR":[-92.9,68.9],"shL":[63,-84.4],"elL":[81.3,-8.1],"haL":[101.6,55.1],"hipR":[-28.4,40.8],"knR":[-23.6,177.1],"ftR":[-48.6,324.1],"hipL":[33.1,37],"knL":[29.3,178.4],"ftL":[32.8,325.9]},{"rootY":12.8,"hips":[0,0],"chest":[-4.4,-60.1],"neck":[-4.4,-60.1],"head":[-0.5,-123.5],"shR":[-62.3,-85.1],"elR":[-79.3,-2.2],"haR":[-93.6,63.5],"shL":[63,-83.1],"elL":[82.1,-12.3],"haL":[103.8,47],"hipR":[-28.4,40.8],"knR":[-23.2,176.9],"ftR":[-48.6,323.1],"hipL":[33.1,36.9],"knL":[29.6,178.1],"ftL":[32.9,324.8]},{"rootY":14.7,"hips":[0,0],"chest":[-4.3,-58.9],"neck":[-4.3,-58.9],"head":[-0.3,-121.9],"shR":[-62.3,-83.3],"elR":[-79,-5.5],"haR":[-94,57.8],"shL":[63.1,-81.9],"elL":[82.7,-16.6],"haL":[105.6,38.7],"hipR":[-28.2,40.8],"knR":[-22.8,176.3],"ftR":[-48.6,321.4],"hipL":[33.3,36.8],"knL":[29.8,177.2],"ftL":[33.2,322.9]},{"rootY":17.6,"hips":[0,0],"chest":[-4,-57.4],"neck":[-4,-57.4],"head":[0,-120.1],"shR":[-62,-81.2],"elR":[-78.9,-8],"haR":[-94.2,52.8],"shL":[63.4,-80.3],"elL":[83.2,-19.5],"haL":[107,32.1],"hipR":[-27.9,41],"knR":[-21.9,175.3],"ftR":[-48.1,318.7],"hipL":[33.6,36.4],"knL":[30.9,175.7],"ftL":[33.7,320.3]},{"rootY":21,"hips":[0,0],"chest":[-3.7,-56],"neck":[-3.7,-56],"head":[0.4,-118.3],"shR":[-61.7,-79.3],"elR":[-78.7,-10],"haR":[-94.4,48.4],"shL":[63.7,-79.1],"elL":[83.2,-22.5],"haL":[107.4,26.5],"hipR":[-27.5,41.3],"knR":[-21.2,174],"ftR":[-47.4,315.5],"hipL":[34.1,35.8],"knL":[32,173.9],"ftL":[34.4,317]},{"rootY":25.3,"hips":[0,0],"chest":[-3.6,-54.7],"neck":[-3.6,-54.7],"head":[0.6,-116.7],"shR":[-61.6,-77.3],"elR":[-78.4,-10.2],"haR":[-94.3,46],"shL":[63.8,-78.1],"elL":[82.2,-23.7],"haL":[106.7,23.6],"hipR":[-27.2,41.5],"knR":[-20.8,172.1],"ftR":[-46.5,311.3],"hipL":[34.3,35.5],"knL":[32.8,172.1],"ftL":[34.9,313.1]},{"rootY":29.7,"hips":[0,0],"chest":[-3.3,-53.6],"neck":[-3.3,-53.6],"head":[0.9,-115.2],"shR":[-61.3,-75.6],"elR":[-77.8,-8.7],"haR":[-93.3,45.9],"shL":[64,-77.3],"elL":[81.7,-23.1],"haL":[105.7,23.9],"hipR":[-26.7,41.8],"knR":[-20,170.3],"ftR":[-45.4,306.6],"hipL":[34.7,35.1],"knL":[33.9,170.2],"ftL":[35.7,309]},{"rootY":33.9,"hips":[0,0],"chest":[-3.6,-53.6],"neck":[-3.6,-53.6],"head":[0.2,-115.1],"shR":[-61.7,-74.9],"elR":[-78,-5.7],"haR":[-93.5,48.1],"shL":[63.6,-77.8],"elL":[80.4,-21.5],"haL":[103.6,26.7],"hipR":[-25.9,42.4],"knR":[-19.9,169.9],"ftR":[-45.3,302.5],"hipL":[35.4,34.4],"knL":[34.8,168.7],"ftL":[35.4,304.8]},{"rootY":38.7,"hips":[0,0],"chest":[-3.5,-53.6],"neck":[-3.5,-53.6],"head":[0,-115.5],"shR":[-61.7,-74.5],"elR":[-77.6,-1.3],"haR":[-92.6,52.7],"shL":[63.6,-78.4],"elL":[79.4,-18.1],"haL":[101.5,32.5],"hipR":[-26.2,42.3],"knR":[-19.3,168.3],"ftR":[-44.5,297],"hipL":[35.2,34.6],"knL":[35.6,167.5],"ftL":[35.8,300.5]},{"rootY":43.9,"hips":[0,0],"chest":[-4.2,-53.4],"neck":[-4.2,-53.4],"head":[-1.1,-115.7],"shR":[-62.5,-73.8],"elR":[-78,4.3],"haR":[-92.4,60.2],"shL":[62.7,-78.9],"elL":[77.3,-14],"haL":[98.1,40.8],"hipR":[-25.6,42.8],"knR":[-19.5,166.9],"ftR":[-44.1,291.2],"hipL":[35.7,34.1],"knL":[35.5,165.4],"ftL":[35.3,294.3]},{"rootY":49.8,"hips":[0,0],"chest":[-4.2,-53.7],"neck":[-4.2,-53.7],"head":[-1.3,-116.6],"shR":[-62.6,-73.7],"elR":[-77.4,10.2],"haR":[-90.9,69.5],"shL":[62.5,-79.9],"elL":[76.1,-9.3],"haL":[95.1,50.3],"hipR":[-25.7,42.8],"knR":[-19.6,164.8],"ftR":[-43.5,283.5],"hipL":[35.6,34.2],"knL":[35.5,163.5],"ftL":[36,287.6]},{"rootY":55.7,"hips":[0,0],"chest":[-4.3,-54],"neck":[-4.3,-54],"head":[-1.8,-117.6],"shR":[-62.9,-73.9],"elR":[-76.8,16.4],"haR":[-88.9,80.3],"shL":[62.3,-80.8],"elL":[74.8,-3.5],"haL":[91.7,60.9],"hipR":[-25.5,43],"knR":[-20.5,161.9],"ftR":[-43.7,274.5],"hipL":[35.7,34.1],"knL":[34.9,161],"ftL":[36.9,279.3]},{"rootY":61.2,"hips":[0,0],"chest":[-4.6,-55],"neck":[-4.6,-55],"head":[-2.3,-119.2],"shR":[-63.2,-75],"elR":[-75.9,22.8],"haR":[-86.3,90.9],"shL":[61.9,-82.1],"elL":[74.1,3],"haL":[87.9,71.4],"hipR":[-25.1,43.3],"knR":[-22.3,159.3],"ftR":[-44.3,265.1],"hipL":[36,33.9],"knL":[34.4,158.8],"ftL":[36.7,270.8]},{"rootY":66.4,"hips":[0,0],"chest":[-4.7,-57],"neck":[-4.7,-57],"head":[-2.6,-122.2],"shR":[-63.3,-77.3],"elR":[-74.5,28.1],"haR":[-81.9,98.1],"shL":[61.7,-84.6],"elL":[73.6,8.3],"haL":[83.7,79.1],"hipR":[-24.3,43.8],"knR":[-24.5,157.6],"ftR":[-44.5,256.3],"hipL":[36.7,33.3],"knL":[34.2,158],"ftL":[36.8,264.3]},{"rootY":70.5,"hips":[0,0],"chest":[-4.7,-59.7],"neck":[-4.7,-59.7],"head":[-3,-126.1],"shR":[-63.4,-80.4],"elR":[-72.6,31.8],"haR":[-78,99.6],"shL":[61.6,-88],"elL":[73.1,11.2],"haL":[79.4,78.6],"hipR":[-25.2,43.3],"knR":[-25,157.4],"ftR":[-44.3,249.6],"hipL":[35.9,34.1],"knL":[34.1,159.6],"ftL":[37.5,259.8]},{"rootY":71,"hips":[0,0],"chest":[-4.5,-62.8],"neck":[-4.5,-62.8],"head":[-3,-130.4],"shR":[-63.2,-83.8],"elR":[-73.5,32.8],"haR":[-76.2,91.3],"shL":[61.7,-91.9],"elL":[77.2,11.2],"haL":[77.9,63.6],"hipR":[-25.8,42.9],"knR":[-24.3,161],"ftR":[-45.8,247.2],"hipL":[35.5,34.7],"knL":[33.1,163.5],"ftL":[37.5,257.4]},{"rootY":68.3,"hips":[0,0],"chest":[-3.3,-65.2],"neck":[-3.3,-65.2],"head":[-1.7,-133.5],"shR":[-62.1,-87.1],"elR":[-77.4,30.1],"haR":[-77.8,70.4],"shL":[62.9,-94.4],"elL":[86.9,6.5],"haL":[82,33.9],"hipR":[-26.4,42.5],"knR":[-21.8,165.4],"ftR":[-45.4,249.3],"hipL":[35,35.2],"knL":[35.1,167.4],"ftL":[37.9,259.8]},{"rootY":60,"hips":[0,0],"chest":[-2.7,-68],"neck":[-2.7,-68],"head":[-1,-136.5],"shR":[-61.5,-91.2],"elR":[-84.2,19.7],"haR":[-82.2,35],"shL":[63.8,-96.5],"elL":[98.9,-6.3],"haL":[88.8,-7.4],"hipR":[-27.2,41.9],"knR":[-22.1,172.3],"ftR":[-45.1,256.7],"hipL":[34.3,35.7],"knL":[38.2,174.4],"ftL":[37.5,266.8]},{"rootY":46.6,"hips":[0,0],"chest":[-2.8,-71.3],"neck":[-2.8,-71.3],"head":[-0.8,-139.7],"shR":[-61.5,-95.5],"elR":[-93.8,2.7],"haR":[-89,-5.9],"shL":[63.9,-99.5],"elL":[108.5,-25],"haL":[96.2,-48.8],"hipR":[-27.6,41.6],"knR":[-25.5,179.3],"ftR":[-45.8,267.9],"hipL":[33.9,35.8],"knL":[40.8,180.3],"ftL":[38.1,276.2]},{"rootY":27.3,"hips":[0,0],"chest":[-3.3,-74.6],"neck":[-3.3,-74.6],"head":[-1.2,-142.4],"shR":[-62.1,-98.9],"elR":[-104.3,-16.6],"haR":[-96.9,-40.3],"shL":[63.2,-103.1],"elL":[115.2,-43.3],"haL":[102.9,-80.8],"hipR":[-27.7,41.5],"knR":[-28.2,184.4],"ftR":[-48.3,280.8],"hipL":[33.8,35.6],"knL":[41.3,183],"ftL":[41.1,286]},{"rootY":2.7,"hips":[0,0],"chest":[-4.3,-77.3],"neck":[-4.3,-77.3],"head":[-2.7,-144.3],"shR":[-63.1,-100.8],"elR":[-113.3,-31.6],"haR":[-105.5,-62.2],"shL":[62.2,-105.8],"elL":[117,-54.7],"haL":[107,-98.7],"hipR":[-28.8,40.7],"knR":[-28.5,184.4],"ftR":[-53.6,294],"hipL":[32.9,36.5],"knL":[39.9,183],"ftL":[46.2,297.1]},{"rootY":-21.4,"hips":[0,0],"chest":[-5.5,-77.7],"neck":[-5.5,-77.7],"head":[-4.3,-144.1],"shR":[-64,-101.6],"elR":[-119,-38.8],"haR":[-113.4,-71.8],"shL":[61.3,-104.4],"elL":[115.9,-54.5],"haL":[110.2,-101],"hipR":[-30,39.8],"knR":[-29.3,182.1],"ftR":[-59,302.7],"hipL":[31.8,37.6],"knL":[38.2,182.3],"ftL":[52,305.8]},{"rootY":-40.6,"hips":[0,0],"chest":[-5.9,-77.5],"neck":[-5.9,-77.5],"head":[-4.8,-143.5],"shR":[-64.4,-101.3],"elR":[-121.8,-38.1],"haR":[-120.4,-69],"shL":[61,-103.6],"elL":[114.4,-47.3],"haL":[114.7,-92.3],"hipR":[-30.2,39.6],"knR":[-26.9,182.5],"ftR":[-57.5,302.2],"hipL":[31.6,37.7],"knL":[37.8,183.4],"ftL":[51.1,306.1]},{"rootY":-56.4,"hips":[0,0],"chest":[-5,-77.7],"neck":[-5,-77.7],"head":[-3.9,-143.7],"shR":[-63.5,-101.7],"elR":[-121.6,-32.5],"haR":[-125.1,-57.6],"shL":[61.9,-103.7],"elL":[112,-37.2],"haL":[120.5,-76.3],"hipR":[-29.4,39.8],"knR":[-23.9,183.6],"ftR":[-51.3,299.2],"hipL":[32.4,36.5],"knL":[38.7,183.5],"ftL":[48.4,305.4]},{"rootY":-69.3,"hips":[0,0],"chest":[-4.8,-77.8],"neck":[-4.8,-77.8],"head":[-4,-144.2],"shR":[-63.2,-102.1],"elR":[-120.9,-26],"haR":[-129.8,-42.3],"shL":[62.2,-104],"elL":[108.2,-27.4],"haL":[124.9,-55.2],"hipR":[-29,39.5],"knR":[-24,183.2],"ftR":[-47.8,301.2],"hipL":[32.7,35.6],"knL":[40,183],"ftL":[47.3,308.9]},{"rootY":-78.8,"hips":[0,0],"chest":[-4.7,-77.8],"neck":[-4.7,-77.8],"head":[-3.9,-144.7],"shR":[-63.1,-102.3],"elR":[-119.7,-19.3],"haR":[-133.2,-24.7],"shL":[62.2,-104.2],"elL":[103.5,-20.2],"haL":[127.2,-33.1],"hipR":[-28.4,39.6],"knR":[-24.4,182.8],"ftR":[-46.1,309],"hipL":[33.2,34.8],"knL":[41.1,182.1],"ftL":[47.2,315.3]},{"rootY":-84.2,"hips":[0,0],"chest":[-4.8,-77.8],"neck":[-4.8,-77.8],"head":[-4.1,-145.1],"shR":[-63.2,-102.3],"elR":[-117.9,-13],"haR":[-135.1,-6.7],"shL":[62.2,-104.5],"elL":[99.7,-14.7],"haL":[126.8,-10.6],"hipR":[-29.3,39.2],"knR":[-24.7,181.2],"ftR":[-43.8,318],"hipL":[32.4,35.6],"knL":[40.7,182.2],"ftL":[47.6,323.4]},{"rootY":-85.7,"hips":[0,0],"chest":[-4.8,-77.7],"neck":[-4.8,-77.7],"head":[-4.3,-145.4],"shR":[-63.3,-102.2],"elR":[-116.2,-7.1],"haR":[-135.6,10.8],"shL":[62,-104.8],"elL":[97.1,-10.9],"haL":[124.4,10],"hipR":[-29.4,39.1],"knR":[-24.7,180.1],"ftR":[-42,325.8],"hipL":[32.4,35.7],"knL":[39.8,181],"ftL":[48.3,328.8]},{"rootY":-83.7,"hips":[0,0],"chest":[-4.9,-77.6],"neck":[-4.9,-77.6],"head":[-4.5,-145.6],"shR":[-63.4,-102.2],"elR":[-114.3,-2],"haR":[-134.8,26.9],"shL":[62,-104.9],"elL":[94.9,-8],"haL":[120.5,28.4],"hipR":[-29.6,38.8],"knR":[-25.3,179],"ftR":[-41.5,331.5],"hipL":[32.2,35.8],"knL":[39.1,179.5],"ftL":[50.1,332.4]},{"rootY":-77.8,"hips":[0,0],"chest":[-4.6,-77.5],"neck":[-4.6,-77.5],"head":[-4.2,-145.7],"shR":[-63.1,-102.2],"elR":[-111.7,2],"haR":[-132.9,40.8],"shL":[62.3,-104.9],"elL":[92.6,-5.7],"haL":[116.8,42.9],"hipR":[-29.8,38.5],"knR":[-26.2,177.8],"ftR":[-41,334.5],"hipL":[32,36],"knL":[38.8,177.7],"ftL":[52.5,333.6]},{"rootY":-67.9,"hips":[0,0],"chest":[-4.2,-77.4],"neck":[-4.2,-77.4],"head":[-3.9,-145.8],"shR":[-62.6,-102.4],"elR":[-108.7,5],"haR":[-129.8,51.9],"shL":[62.8,-104.6],"elL":[89.9,-3.6],"haL":[111.9,53.8],"hipR":[-29.5,38.6],"knR":[-27.1,176.8],"ftR":[-40.5,335.3],"hipL":[32.2,35.7],"knL":[39,175.3],"ftL":[53.8,332.2]},{"rootY":-53.8,"hips":[0,0],"chest":[-3.9,-77.3],"neck":[-3.9,-77.3],"head":[-3.3,-145.9],"shR":[-62.2,-102.7],"elR":[-105.4,7.1],"haR":[-125.9,60.5],"shL":[63.2,-104.3],"elL":[87.3,-2.3],"haL":[106.9,60.7],"hipR":[-29,39],"knR":[-28,175.6],"ftR":[-41.1,334.1],"hipL":[32.7,35],"knL":[39.9,173],"ftL":[55.1,329.3]},{"rootY":-35,"hips":[0,0],"chest":[-4.3,-77.4],"neck":[-4.3,-77.4],"head":[-3.8,-146.1],"shR":[-62.5,-102.9],"elR":[-102.1,8.7],"haR":[-121.5,66.8],"shL":[62.9,-104.2],"elL":[83.7,-2.1],"haL":[101.4,64],"hipR":[-28.9,39],"knR":[-29,173.6],"ftR":[-42.8,331.5],"hipL":[32.8,34.5],"knL":[40.6,170.8],"ftL":[55.4,326.5]},{"rootY":-11.7,"hips":[0,0],"chest":[-5,-77.6],"neck":[-5,-77.6],"head":[-3.7,-146.3],"shR":[-63.2,-102.9],"elR":[-99.1,10],"haR":[-117.3,71.3],"shL":[62.2,-104.3],"elL":[79.7,-2.8],"haL":[96.3,64.9],"hipR":[-29.6,38.2],"knR":[-29.3,169.3],"ftR":[-43.6,327.6],"hipL":[32.1,34.2],"knL":[39.8,167.6],"ftL":[53.8,324.2]},{"rootY":17.4,"hips":[0,0],"chest":[-5,-77.6],"neck":[-5,-77.6],"head":[-3.5,-146.3],"shR":[-63.1,-102.9],"elR":[-94.9,11.1],"haR":[-112.4,74.2],"shL":[62.3,-104.1],"elL":[76.6,-3.4],"haL":[92.3,65.2],"hipR":[-29.7,37.5],"knR":[-27.8,159.9],"ftR":[-40.4,317.2],"hipL":[31.9,33.1],"knL":[40.3,159.5],"ftL":[49.4,315.4]},{"rootY":42.4,"hips":[0,0],"chest":[-3.7,-77.6],"neck":[-3.7,-77.6],"head":[-1.6,-146.3],"shR":[-61.6,-103.1],"elR":[-87.3,12.3],"haR":[-103.8,77.1],"shL":[63.8,-103.9],"elL":[74.2,-3.6],"haL":[88.9,65.7],"hipR":[-27.1,37.6],"knR":[-23.8,144.3],"ftR":[-37.1,294],"hipL":[34.1,28.9],"knL":[41.2,143.7],"ftL":[48,293.3]},{"rootY":59.8,"hips":[0,0],"chest":[-3.3,-77.4],"neck":[-3.3,-77.4],"head":[-0.5,-146.2],"shR":[-61.5,-102.7],"elR":[-80.1,14.1],"haR":[-95.7,80.8],"shL":[63.9,-104.3],"elL":[71.9,-2.1],"haL":[85.8,68.1],"hipR":[-26.3,36.6],"knR":[-24.3,133.2],"ftR":[-32.6,275],"hipL":[34.6,26.3],"knL":[43.3,132.1],"ftL":[48.6,274.1]},{"rootY":69.8,"hips":[0,0],"chest":[-3.9,-77.3],"neck":[-3.9,-77.3],"head":[-1.2,-146.1],"shR":[-62,-102.8],"elR":[-73.5,15],"haR":[-87.6,83.2],"shL":[63.4,-103.9],"elL":[68.6,-0.6],"haL":[82.6,69.5],"hipR":[-27.6,36.2],"knR":[-27.3,131.8],"ftR":[-30.8,268.3],"hipL":[33.6,27.4],"knL":[46.3,132.2],"ftL":[46.6,269.6]},{"rootY":77.4,"hips":[0,0],"chest":[-4.3,-77.4],"neck":[-4.3,-77.4],"head":[-1.1,-146.1],"shR":[-62.2,-103.1],"elR":[-69.2,15.1],"haR":[-80,84],"shL":[63.2,-103.6],"elL":[67.8,-0.3],"haL":[81.3,69.8],"hipR":[-27.8,36.4],"knR":[-29.1,128.9],"ftR":[-30.5,260.8],"hipL":[33.3,27.9],"knL":[47.6,129.6],"ftL":[47.4,262.3]},{"rootY":80.1,"hips":[0,0],"chest":[-3.4,-77.4],"neck":[-3.4,-77.4],"head":[0,-146.2],"shR":[-61.3,-103.2],"elR":[-66.1,14.7],"haR":[-74.1,83.6],"shL":[64,-103.7],"elL":[68.9,-0.5],"haL":[82.4,69.4],"hipR":[-27.7,36.3],"knR":[-29.3,129],"ftR":[-28.5,257.7],"hipL":[33.4,27.7],"knL":[47,129.4],"ftL":[48.4,259.4]},{"rootY":79.4,"hips":[0,0],"chest":[-3,-77.4],"neck":[-3,-77.4],"head":[1.1,-146.1],"shR":[-60.7,-103.7],"elR":[-64.5,14.1],"haR":[-70.5,83.1],"shL":[64.6,-103.4],"elL":[70.7,-0.1],"haL":[84,69.3],"hipR":[-28.1,36.4],"knR":[-29,131],"ftR":[-27.2,258.4],"hipL":[33.1,28.3],"knL":[45.1,131.7],"ftL":[49.1,260]},{"rootY":76.9,"hips":[0,0],"chest":[-2.5,-77.5],"neck":[-2.5,-77.5],"head":[2,-146.1],"shR":[-60.1,-104],"elR":[-62.8,13.7],"haR":[-68.2,82.9],"shL":[65.2,-103.1],"elL":[72.1,0.5],"haL":[85.8,69.5],"hipR":[-28.2,36.7],"knR":[-28.2,133.4],"ftR":[-26.1,261.1],"hipL":[33,28.6],"knL":[42.3,134.5],"ftL":[49.6,262.3]},{"rootY":72.4,"hips":[0,0],"chest":[-2.3,-77.5],"neck":[-2.3,-77.5],"head":[2.2,-146.2],"shR":[-59.8,-104.2],"elR":[-62.2,13.6],"haR":[-68.1,83],"shL":[65.5,-102.9],"elL":[73.5,0.9],"haL":[87.5,69.5],"hipR":[-28.6,37],"knR":[-27.8,136.9],"ftR":[-25.3,265.5],"hipL":[32.5,29.4],"knL":[39.6,138.7],"ftL":[50.3,266.6]},{"rootY":66.8,"hips":[0,0],"chest":[-2.5,-77.5],"neck":[-2.5,-77.5],"head":[2.4,-146.2],"shR":[-59.8,-104.4],"elR":[-63.6,13.5],"haR":[-69.8,82.8],"shL":[65.4,-102.7],"elL":[74.7,1.3],"haL":[88.8,69.5],"hipR":[-29,37.4],"knR":[-27.8,141.3],"ftR":[-24.8,271.3],"hipL":[32.1,30.2],"knL":[37.3,143.4],"ftL":[50.8,272]},{"rootY":60.4,"hips":[0,0],"chest":[-2.8,-77.5],"neck":[-2.8,-77.5],"head":[2.3,-146.2],"shR":[-59.9,-104.7],"elR":[-65.2,13.3],"haR":[-72,82.4],"shL":[65.1,-102.5],"elL":[75.7,1.5],"haL":[90,69.5],"hipR":[-29.1,37.7],"knR":[-28.1,146],"ftR":[-24.6,277.7],"hipL":[31.9,30.6],"knL":[35.7,148.3],"ftL":[51.4,278.2]},{"rootY":53.8,"hips":[0,0],"chest":[-3,-77.5],"neck":[-3,-77.5],"head":[2.3,-146.2],"shR":[-60,-104.7],"elR":[-66.8,13.3],"haR":[-74.5,82],"shL":[64.9,-102.5],"elL":[75.9,1.5],"haL":[90.1,69.2],"hipR":[-29.5,37.8],"knR":[-28.4,150.6],"ftR":[-24.7,284.4],"hipL":[31.5,31.2],"knL":[34.4,153.2],"ftL":[51.8,284.7]},{"rootY":47.3,"hips":[0,0],"chest":[-3.1,-77.6],"neck":[-3.1,-77.6],"head":[2.7,-146.2],"shR":[-59.9,-104.7],"elR":[-68.2,13.3],"haR":[-76.9,81.5],"shL":[64.7,-102.5],"elL":[76,1.5],"haL":[89.9,69.1],"hipR":[-29.5,38.1],"knR":[-28.4,155],"ftR":[-24.5,290.8],"hipL":[31.5,31.6],"knL":[33.6,157.6],"ftL":[52,290.9]},{"rootY":40.7,"hips":[0,0],"chest":[-3.3,-77.6],"neck":[-3.3,-77.6],"head":[2.7,-146.2],"shR":[-59.9,-104.7],"elR":[-68.9,13.3],"haR":[-79.3,80.9],"shL":[64.5,-102.5],"elL":[75.4,1.6],"haL":[88.9,69.1],"hipR":[-29.8,38.2],"knR":[-27.8,159.4],"ftR":[-24.5,297.2],"hipL":[31.1,32.2],"knL":[32.5,162],"ftL":[52.1,297.2]},{"rootY":34.8,"hips":[0,0],"chest":[-3.4,-77.6],"neck":[-3.4,-77.6],"head":[2.7,-146.2],"shR":[-59.8,-104.6],"elR":[-70.1,13.3],"haR":[-81.8,80.3],"shL":[64.3,-102.6],"elL":[74.5,1.6],"haL":[87.4,69.1],"hipR":[-30.2,38.3],"knR":[-26.7,163.1],"ftR":[-24.5,303.1],"hipL":[30.7,32.8],"knL":[31.8,166],"ftL":[52.4,302.9]},{"rootY":29.4,"hips":[0,0],"chest":[-3.4,-77.7],"neck":[-3.4,-77.7],"head":[2.7,-146.2],"shR":[-59.7,-104.5],"elR":[-71,13.4],"haR":[-84,79.9],"shL":[64.1,-102.8],"elL":[73.5,1.5],"haL":[85.6,69.2],"hipR":[-30.3,38.5],"knR":[-25.8,166.5],"ftR":[-24.6,308.2],"hipL":[30.6,33.4],"knL":[31.3,169.5],"ftL":[52.4,308.1]},{"rootY":24.5,"hips":[0,0],"chest":[-3.5,-77.7],"neck":[-3.5,-77.7],"head":[2.9,-146.2],"shR":[-59.6,-104.4],"elR":[-72,13.4],"haR":[-85.9,79.5],"shL":[64,-102.9],"elL":[72.6,1.4],"haL":[83.9,69.3],"hipR":[-30.4,38.7],"knR":[-25.2,169.6],"ftR":[-24.7,312.8],"hipL":[30.4,33.7],"knL":[31.5,172.6],"ftL":[52.8,312.9]},{"rootY":20,"hips":[0,0],"chest":[-3.4,-77.7],"neck":[-3.4,-77.7],"head":[3.1,-146.3],"shR":[-59.4,-104.3],"elR":[-72.8,13.4],"haR":[-87.7,79.1],"shL":[63.9,-103],"elL":[71.7,1.4],"haL":[82.3,69.5],"hipR":[-30.4,38.8],"knR":[-24.9,172.4],"ftR":[-24.9,317.2],"hipL":[30.3,34],"knL":[32.1,175.2],"ftL":[53.1,317.1]},{"rootY":16.2,"hips":[0,0],"chest":[-3.6,-77.7],"neck":[-3.6,-77.7],"head":[3.2,-146.2],"shR":[-59.3,-104.3],"elR":[-73.6,13.3],"haR":[-89.2,78.7],"shL":[63.8,-102.9],"elL":[70.7,1.6],"haL":[80.8,69.9],"hipR":[-30.5,38.9],"knR":[-24.9,174.6],"ftR":[-24.9,320.9],"hipL":[30.1,34.4],"knL":[32.9,177.4],"ftL":[53.1,320.8]},{"rootY":13.1,"hips":[0,0],"chest":[-3.6,-77.8],"neck":[-3.6,-77.8],"head":[3.5,-146.2],"shR":[-59.3,-104.2],"elR":[-74,13.3],"haR":[-90.2,78.6],"shL":[63.7,-103],"elL":[70,1.5],"haL":[79.7,69.8],"hipR":[-30.3,39.2],"knR":[-24.9,176.6],"ftR":[-25.2,323.8],"hipL":[30.3,34.5],"knL":[33.7,179],"ftL":[53.1,324.1]},{"rootY":10.5,"hips":[0,0],"chest":[-3.7,-77.8],"neck":[-3.7,-77.8],"head":[3.6,-146.2],"shR":[-59.2,-104.2],"elR":[-74.5,13.3],"haR":[-91.2,78.4],"shL":[63.6,-103],"elL":[69.5,1.6],"haL":[78.9,70],"hipR":[-30.2,39.4],"knR":[-24.6,178.2],"ftR":[-25.5,326.2],"hipL":[30.4,34.7],"knL":[34.1,180.2],"ftL":[53,326.5]},{"rootY":8.6,"hips":[0,0],"chest":[-3.7,-77.8],"neck":[-3.7,-77.8],"head":[3.7,-146.2],"shR":[-59.2,-104.1],"elR":[-74.6,13.3],"haR":[-91.7,78.4],"shL":[63.6,-103],"elL":[69.2,1.5],"haL":[78.3,70],"hipR":[-30.4,39.3],"knR":[-24.2,179.2],"ftR":[-25.6,328],"hipL":[30.3,35.1],"knL":[34.1,181.3],"ftL":[52.8,328.3]},{"rootY":7,"hips":[0,0],"chest":[-3.6,-77.8],"neck":[-3.6,-77.8],"head":[3.9,-146.2],"shR":[-59.2,-104.1],"elR":[-74.6,13.3],"haR":[-92.1,78.5],"shL":[63.7,-103.1],"elL":[69.1,1.5],"haL":[78,70],"hipR":[-30.6,39.2],"knR":[-23.8,179.9],"ftR":[-25.5,329.2],"hipL":[30.1,35.5],"knL":[34.2,182.2],"ftL":[52.6,330]},{"rootY":5.7,"hips":[0,0],"chest":[-3.3,-77.8],"neck":[-3.3,-77.8],"head":[4.2,-146.2],"shR":[-58.9,-104.2],"elR":[-74.2,13.3],"haR":[-91.7,78.6],"shL":[64,-103],"elL":[69.2,1.5],"haL":[78.1,70.1],"hipR":[-30.7,39.2],"knR":[-23.3,180.5],"ftR":[-25.3,330.3],"hipL":[30.2,35.7],"knL":[34.3,182.8],"ftL":[52.5,331.2]},{"rootY":4.9,"hips":[0,0],"chest":[-3.1,-77.8],"neck":[-3.1,-77.8],"head":[4.5,-146.2],"shR":[-58.7,-104.3],"elR":[-73.8,13.2],"haR":[-91.2,78.7],"shL":[64.3,-102.9],"elL":[69.6,1.7],"haL":[78.7,70.3],"hipR":[-30.6,39.3],"knR":[-23,181],"ftR":[-25.1,331],"hipL":[30.3,35.7],"knL":[34.5,183],"ftL":[52.3,332]},{"rootY":4.2,"hips":[0,0],"chest":[-2.9,-77.8],"neck":[-2.9,-77.8],"head":[4.9,-146.2],"shR":[-58.6,-104.3],"elR":[-73.5,13.2],"haR":[-90.6,79.1],"shL":[64.5,-102.9],"elL":[69.8,1.6],"haL":[79.1,70.1],"hipR":[-30.5,39.3],"knR":[-23,181.4],"ftR":[-25.1,331.4],"hipL":[30.4,35.8],"knL":[34.7,183.3],"ftL":[52.1,332.6]},{"rootY":3.9,"hips":[0,0],"chest":[-2.9,-77.8],"neck":[-2.9,-77.8],"head":[5,-146.2],"shR":[-58.5,-104.5],"elR":[-72.9,13],"haR":[-89.7,79.1],"shL":[64.6,-102.7],"elL":[70.4,1.8],"haL":[79.9,70.3],"hipR":[-30.7,39.2],"knR":[-23.2,181.5],"ftR":[-25.4,331.6],"hipL":[30.2,36],"knL":[34.6,183.6],"ftL":[52,333]},{"rootY":3.8,"hips":[0,0],"chest":[-2.8,-77.8],"neck":[-2.8,-77.8],"head":[5.4,-146.2],"shR":[-58.3,-104.7],"elR":[-72.4,12.8],"haR":[-88.6,79.1],"shL":[64.9,-102.5],"elL":[70.9,2],"haL":[80.8,70.5],"hipR":[-30.8,39.1],"knR":[-23.1,181.6],"ftR":[-25.4,331.6],"hipL":[30.2,36.2],"knL":[34.7,183.7],"ftL":[52.2,333.4]},{"rootY":3.8,"hips":[0,0],"chest":[-2.5,-77.9],"neck":[-2.5,-77.9],"head":[5.9,-146.1],"shR":[-58,-104.7],"elR":[-71.6,12.8],"haR":[-87.7,79.1],"shL":[65.2,-102.4],"elL":[71.3,2],"haL":[81.6,70.5],"hipR":[-30.6,39.2],"knR":[-22.8,181.8],"ftR":[-25.4,331.6],"hipL":[30.4,36.1],"knL":[35,183.6],"ftL":[52.4,333.4]},{"rootY":3.7,"hips":[0,0],"chest":[-2.3,-77.9],"neck":[-2.3,-77.9],"head":[6.3,-146.1],"shR":[-57.7,-104.9],"elR":[-70.7,12.6],"haR":[-86.1,79.3],"shL":[65.5,-102.2],"elL":[71.9,2.1],"haL":[82.4,70.8],"hipR":[-30.6,39.2],"knR":[-22.6,181.9],"ftR":[-25.4,331.7],"hipL":[30.4,36],"knL":[35.3,183.6],"ftL":[52.3,333.5]},{"rootY":3.4,"hips":[0,0],"chest":[-2.2,-77.9],"neck":[-2.2,-77.9],"head":[6.5,-146.1],"shR":[-57.6,-105],"elR":[-70.2,12.5],"haR":[-85.6,79.2],"shL":[65.5,-102.1],"elL":[72,2.2],"haL":[82.8,70.9],"hipR":[-30.8,39.1],"knR":[-22.8,181.9],"ftR":[-25.7,331.9],"hipL":[30.3,36.2],"knL":[35,183.8],"ftL":[51.9,333.6]}]},"kick":{"name":"kick","fps":30,"height":520,"groundY":343,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[0.6,-87.6],"neck":[0.6,-87.6],"head":[0.4,-152.5],"shR":[-58.7,-112.6],"elR":[-171.2,-96.8],"haR":[-238.3,-87.4],"shL":[65.5,-107.1],"elL":[168.9,-92.6],"haL":[234.9,-83.3],"hipR":[-23.1,36.4],"knR":[-20.5,186.4],"ftR":[-17.8,340.7],"hipL":[27.2,36.4],"knL":[24.7,179.8],"ftL":[21.8,343.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.9,-87.5],"neck":[6.9,-87.5],"head":[13.3,-152.4],"shR":[-32.2,-108.8],"elR":[-33.7,4.3],"haR":[-63.2,64.9],"shL":[62.6,-110.4],"elL":[70.1,-6.5],"haL":[57,52.4],"hipR":[-31,34.6],"knR":[-64.3,179.9],"ftR":[-51.8,320.6],"hipL":[8.7,38.3],"knL":[-5,180.7],"ftL":[38.3,325.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.9,-87.5],"neck":[6.9,-87.5],"head":[13.5,-152.4],"shR":[-32.3,-108.7],"elR":[-34.3,4.5],"haR":[-64.3,64.9],"shL":[62.7,-110.4],"elL":[70,-6.6],"haL":[56.9,52.5],"hipR":[-30.9,34.6],"knR":[-64.5,180],"ftR":[-52.1,320.6],"hipL":[8.7,38.3],"knL":[-5.2,180.6],"ftL":[38,325.1]},{"rootY":0.2,"hips":[0,0],"chest":[7.1,-87.5],"neck":[7.1,-87.5],"head":[14,-152.3],"shR":[-32.2,-108.8],"elR":[-34.8,4.4],"haR":[-65,64.8],"shL":[62.9,-110.4],"elL":[69.8,-6.5],"haL":[56.9,52.7],"hipR":[-30.9,34.7],"knR":[-64.5,180],"ftR":[-52.2,320.5],"hipL":[8.9,38.2],"knL":[-5,180.6],"ftL":[37.9,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.1,-87.5],"neck":[7.1,-87.5],"head":[14.2,-152.3],"shR":[-32.6,-108.6],"elR":[-35.2,4.6],"haR":[-65.6,64.7],"shL":[63.1,-110.5],"elL":[69.8,-6.6],"haL":[57,52.7],"hipR":[-30.8,34.8],"knR":[-64.6,180],"ftR":[-52.4,320.5],"hipL":[9,38.2],"knL":[-5,180.5],"ftL":[37.8,324.9]},{"rootY":0.2,"hips":[0,0],"chest":[7.2,-87.5],"neck":[7.2,-87.5],"head":[14.5,-152.3],"shR":[-32.7,-108.6],"elR":[-35.2,4.5],"haR":[-65.6,64.6],"shL":[63.3,-110.5],"elL":[69.9,-6.5],"haL":[57.3,53],"hipR":[-30.7,34.8],"knR":[-64.4,180.1],"ftR":[-52.4,320.4],"hipL":[9.3,38.1],"knL":[-4.8,180.5],"ftL":[37.7,325]},{"rootY":0.2,"hips":[0,0],"chest":[7.2,-87.5],"neck":[7.2,-87.5],"head":[14.5,-152.3],"shR":[-32.8,-108.7],"elR":[-35.1,4.5],"haR":[-65.5,64.4],"shL":[63.5,-110.4],"elL":[69.6,-6.4],"haL":[57.3,53.2],"hipR":[-30.8,34.8],"knR":[-64.1,180.2],"ftR":[-52.4,320.5],"hipL":[9.5,38.2],"knL":[-4.5,180.5],"ftL":[37.6,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.3,-87.5],"neck":[7.3,-87.5],"head":[14.9,-152.2],"shR":[-33.6,-109.3],"elR":[-35.7,3.8],"haR":[-65.9,63.8],"shL":[64.3,-109.9],"elL":[70.1,-5.9],"haL":[58,53.8],"hipR":[-30.7,34.9],"knR":[-63.9,180.3],"ftR":[-52.4,320.4],"hipL":[9.7,38.1],"knL":[-4.3,180.4],"ftL":[37.6,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.2,-87.5],"neck":[7.2,-87.5],"head":[15.1,-152.2],"shR":[-34.1,-109.7],"elR":[-36.1,3.5],"haR":[-65.9,63.6],"shL":[64.5,-109.5],"elL":[70.1,-5.5],"haL":[58.5,54.3],"hipR":[-30.9,34.7],"knR":[-63.8,180.2],"ftR":[-52.5,320.3],"hipL":[9.7,38.1],"knL":[-4.2,180.4],"ftL":[37.3,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.4,-87.5],"neck":[7.4,-87.5],"head":[15.4,-152.2],"shR":[-34.3,-109.6],"elR":[-35.9,3.7],"haR":[-65.3,63.8],"shL":[64.9,-109.6],"elL":[70.6,-5.6],"haL":[59.1,54.4],"hipR":[-31,34.7],"knR":[-63.8,180.2],"ftR":[-52.4,320.4],"hipL":[9.7,38.2],"knL":[-4.2,180.4],"ftL":[37.4,325]},{"rootY":0.4,"hips":[0,0],"chest":[7.4,-87.5],"neck":[7.4,-87.5],"head":[15.8,-152.1],"shR":[-34.6,-109.6],"elR":[-35.9,3.7],"haR":[-65,64],"shL":[65.2,-109.6],"elL":[70.8,-5.5],"haL":[59.4,54.5],"hipR":[-31.1,34.5],"knR":[-63.9,180.1],"ftR":[-52.4,320.3],"hipL":[9.6,38.2],"knL":[-4.3,180.5],"ftL":[37.4,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[7.5,-87.5],"neck":[7.5,-87.5],"head":[16,-152.1],"shR":[-34.6,-109.5],"elR":[-35.5,3.8],"haR":[-64.3,64.1],"shL":[65.4,-109.6],"elL":[71.1,-5.5],"haL":[60.4,55.2],"hipR":[-31.2,34.4],"knR":[-63.8,180.1],"ftR":[-52.3,320.3],"hipL":[9.5,38.3],"knL":[-4.3,180.6],"ftL":[37.3,324.9]},{"rootY":0.3,"hips":[0,0],"chest":[7.5,-87.5],"neck":[7.5,-87.5],"head":[16.1,-152.1],"shR":[-35.1,-109.3],"elR":[-35.7,4.1],"haR":[-64.1,64.5],"shL":[65.8,-109.7],"elL":[71.4,-5.6],"haL":[60.6,54.8],"hipR":[-31.3,34.4],"knR":[-63.7,180],"ftR":[-52.3,320.3],"hipL":[9.6,38.4],"knL":[-4.3,180.6],"ftL":[37.4,325]},{"rootY":0.4,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[16.3,-152.1],"shR":[-34.8,-109.6],"elR":[-35.3,3.8],"haR":[-63.5,64.2],"shL":[65.8,-109.5],"elL":[71.4,-5.3],"haL":[60.8,55.2],"hipR":[-31.3,34.4],"knR":[-63.6,180.1],"ftR":[-52.2,320.2],"hipL":[9.7,38.3],"knL":[-4,180.6],"ftL":[37.4,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.8,-87.4],"neck":[7.8,-87.4],"head":[17,-152],"shR":[-34.8,-109.7],"elR":[-35.1,3.8],"haR":[-63.2,64],"shL":[66.2,-109.4],"elL":[71.7,-5.2],"haL":[61.1,55.3],"hipR":[-31.1,34.6],"knR":[-63.5,180.2],"ftR":[-52.1,320.3],"hipL":[10,38.2],"knL":[-3.7,180.5],"ftL":[37.5,325]},{"rootY":0.4,"hips":[0,0],"chest":[7.9,-87.4],"neck":[7.9,-87.4],"head":[17.2,-152],"shR":[-34.9,-109.6],"elR":[-35,3.9],"haR":[-62.9,64],"shL":[66.4,-109.4],"elL":[71.7,-5.2],"haL":[61.3,55.5],"hipR":[-31,34.7],"knR":[-63.3,180.3],"ftR":[-51.9,320.3],"hipL":[10.3,38.1],"knL":[-3.2,180.3],"ftL":[37.7,325]},{"rootY":0.4,"hips":[0,0],"chest":[8,-87.4],"neck":[8,-87.4],"head":[17.4,-152],"shR":[-35,-109.7],"elR":[-35.2,3.8],"haR":[-63,63.9],"shL":[66.6,-109.2],"elL":[71.5,-5],"haL":[61.4,55.7],"hipR":[-31,34.6],"knR":[-63.4,180.3],"ftR":[-51.9,320.2],"hipL":[10.4,38],"knL":[-2.9,180.3],"ftL":[37.8,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[7.9,-87.4],"neck":[7.9,-87.4],"head":[17.4,-152],"shR":[-35.2,-109.9],"elR":[-35.5,3.6],"haR":[-63.3,63.7],"shL":[66.8,-109.1],"elL":[71.6,-4.8],"haL":[61.4,55.7],"hipR":[-31,34.6],"knR":[-63.3,180.3],"ftR":[-51.8,320.2],"hipL":[10.4,38.1],"knL":[-2.9,180.4],"ftL":[37.9,325]},{"rootY":0.4,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[17.3,-152],"shR":[-35.8,-109.4],"elR":[-36.3,4.1],"haR":[-64,64.2],"shL":[67,-109.2],"elL":[71.6,-5],"haL":[62.7,56.6],"hipR":[-30.9,34.7],"knR":[-63.1,180.4],"ftR":[-51.8,320.3],"hipL":[10.8,38.1],"knL":[-2.6,180.4],"ftL":[38,325.1]},{"rootY":0.5,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[17.5,-151.9],"shR":[-36.3,-110.1],"elR":[-37,3.4],"haR":[-64.7,63.4],"shL":[67.3,-108.9],"elL":[71.6,-4.6],"haL":[62.7,57],"hipR":[-31,34.6],"knR":[-62.9,180.4],"ftR":[-51.7,320.1],"hipL":[11,38.1],"knL":[-1.9,180.4],"ftL":[38.1,325.1]},{"rootY":0.4,"hips":[0,0],"chest":[7.8,-87.5],"neck":[7.8,-87.5],"head":[17.6,-151.9],"shR":[-36.4,-110.1],"elR":[-37.6,3.4],"haR":[-65.2,63.6],"shL":[67.4,-108.8],"elL":[71.4,-4.6],"haL":[62.4,56.7],"hipR":[-30.9,34.7],"knR":[-62.5,180.6],"ftR":[-51.5,320.1],"hipL":[11.5,38.1],"knL":[-1.4,180.3],"ftL":[38.2,325.2]},{"rootY":0.3,"hips":[0,0],"chest":[7.8,-87.5],"neck":[7.8,-87.5],"head":[17.8,-151.9],"shR":[-36.7,-110],"elR":[-38,3.4],"haR":[-65.6,63.6],"shL":[67.6,-108.9],"elL":[71.6,-4.6],"haL":[62.5,56.4],"hipR":[-30.8,34.8],"knR":[-62,180.8],"ftR":[-51.3,320.2],"hipL":[12,38.1],"knL":[-0.4,180.3],"ftL":[38.4,325.4]},{"rootY":0.3,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[17.8,-151.9],"shR":[-37.4,-110.2],"elR":[-39,3.2],"haR":[-66.4,63.6],"shL":[67.9,-108.7],"elL":[72,-4.4],"haL":[62.9,56.4],"hipR":[-30.9,34.7],"knR":[-61.8,180.8],"ftR":[-51.1,320],"hipL":[12.1,38.1],"knL":[0,180.4],"ftL":[38.4,325.4]},{"rootY":0.3,"hips":[0,0],"chest":[7.6,-87.5],"neck":[7.6,-87.5],"head":[17.4,-151.9],"shR":[-38,-110.3],"elR":[-39.8,3.1],"haR":[-66.8,63.6],"shL":[68.2,-108.7],"elL":[72.5,-4.4],"haL":[63.2,56.2],"hipR":[-31,34.5],"knR":[-61.2,180.7],"ftR":[-50.8,320.1],"hipL":[12.1,38.3],"knL":[0.3,180.5],"ftL":[38.6,325.6]},{"rootY":0.2,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[17.8,-151.9],"shR":[-39,-110.8],"elR":[-41,2.6],"haR":[-67.9,63.3],"shL":[69,-108.4],"elL":[73.4,-4.1],"haL":[64,56.2],"hipR":[-30.9,34.7],"knR":[-60.7,180.9],"ftR":[-50.5,320.2],"hipL":[12.5,38.3],"knL":[0.7,180.5],"ftL":[38.8,325.6]},{"rootY":0.1,"hips":[0,0],"chest":[7.5,-87.5],"neck":[7.5,-87.5],"head":[17.7,-152],"shR":[-39.6,-110.7],"elR":[-41.6,2.6],"haR":[-68.3,63.4],"shL":[69.1,-108.4],"elL":[74,-4.2],"haL":[64.6,55.9],"hipR":[-30.9,34.6],"knR":[-60.1,181],"ftR":[-50.1,320.2],"hipL":[12.8,38.4],"knL":[1.4,180.5],"ftL":[39.2,325.7]},{"rootY":0,"hips":[0,0],"chest":[7.4,-87.5],"neck":[7.4,-87.5],"head":[17.6,-152],"shR":[-40.5,-110.7],"elR":[-42.7,2.7],"haR":[-69.2,63.5],"shL":[69.3,-108.5],"elL":[74.7,-4.3],"haL":[65.4,55.6],"hipR":[-31,34.6],"knR":[-59.5,181.1],"ftR":[-49.7,320.2],"hipL":[13,38.5],"knL":[1.9,180.6],"ftL":[39.4,325.9]},{"rootY":0.1,"hips":[0,0],"chest":[7.3,-87.5],"neck":[7.3,-87.5],"head":[17.4,-152.1],"shR":[-41.3,-110.7],"elR":[-43.8,2.5],"haR":[-70.4,63.4],"shL":[69.5,-108.5],"elL":[75.4,-4.3],"haL":[66.7,55.3],"hipR":[-30.8,34.7],"knR":[-59.1,181.3],"ftR":[-49.3,320.3],"hipL":[13.5,38.3],"knL":[2.4,180.4],"ftL":[39.8,325.8]},{"rootY":0,"hips":[0,0],"chest":[7.1,-87.5],"neck":[7.1,-87.5],"head":[17.1,-152.2],"shR":[-42,-110.6],"elR":[-44.3,2.6],"haR":[-71.3,63.2],"shL":[69.5,-108.7],"elL":[76.5,-4.6],"haL":[68.5,54.8],"hipR":[-30.5,34.9],"knR":[-58.7,181.5],"ftR":[-49,320.4],"hipL":[14,38.2],"knL":[3.3,180.3],"ftL":[40,325.8]},{"rootY":0,"hips":[0,0],"chest":[6.8,-87.5],"neck":[6.8,-87.5],"head":[16.8,-152.2],"shR":[-42.9,-110.4],"elR":[-45.2,2.7],"haR":[-73,62.9],"shL":[69.5,-108.9],"elL":[78.2,-4.9],"haL":[71,54.1],"hipR":[-30.5,34.9],"knR":[-58.2,181.6],"ftR":[-48.5,320.3],"hipL":[14.2,38.2],"knL":[3.8,180.3],"ftL":[40.3,325.8]},{"rootY":0,"hips":[0,0],"chest":[6.5,-87.6],"neck":[6.5,-87.6],"head":[16.3,-152.3],"shR":[-43.7,-110.1],"elR":[-46.2,2.8],"haR":[-74.9,62.4],"shL":[69.3,-109.2],"elL":[79.9,-5.5],"haL":[74.1,53.2],"hipR":[-30.7,34.7],"knR":[-58.1,181.5],"ftR":[-48.2,320.2],"hipL":[14,38.3],"knL":[4,180.4],"ftL":[40.5,325.9]},{"rootY":0.1,"hips":[0,0],"chest":[6.1,-87.6],"neck":[6.1,-87.6],"head":[15.6,-152.3],"shR":[-44.7,-110.3],"elR":[-47.3,2.5],"haR":[-77.2,61.5],"shL":[69.2,-109.2],"elL":[81.7,-5.7],"haL":[77.4,52.3],"hipR":[-30.7,34.7],"knR":[-57.8,181.5],"ftR":[-47.9,320.1],"hipL":[14.1,38.3],"knL":[4.1,180.4],"ftL":[40.7,325.9]},{"rootY":0,"hips":[0,0],"chest":[5.9,-87.6],"neck":[5.9,-87.6],"head":[15.2,-152.3],"shR":[-45.2,-110.4],"elR":[-48.8,2.4],"haR":[-79.7,60.9],"shL":[69.1,-109.2],"elL":[83.3,-6.1],"haL":[81.2,51.6],"hipR":[-30.7,34.7],"knR":[-57.3,181.5],"ftR":[-47.4,320.2],"hipL":[14.1,38.5],"knL":[4.3,180.4],"ftL":[41.1,325.9]},{"rootY":-0.1,"hips":[0,0],"chest":[5.7,-87.6],"neck":[5.7,-87.6],"head":[14.8,-152.3],"shR":[-45.5,-110],"elR":[-50.4,2.7],"haR":[-82.1,60.8],"shL":[68.8,-109.6],"elL":[84.5,-6.8],"haL":[84.7,50.4],"hipR":[-30.6,34.8],"knR":[-57.3,181.6],"ftR":[-47.2,320.3],"hipL":[14.3,38.4],"knL":[4.7,180.4],"ftL":[41.1,325.8]},{"rootY":0,"hips":[0,0],"chest":[5.6,-87.6],"neck":[5.6,-87.6],"head":[14.3,-152.3],"shR":[-45.9,-109.9],"elR":[-52.1,2.7],"haR":[-84.3,60.7],"shL":[68.7,-109.8],"elL":[85.7,-7.4],"haL":[88.1,49.3],"hipR":[-30.6,34.7],"knR":[-57,181.6],"ftR":[-46.8,320.3],"hipL":[14.3,38.4],"knL":[4.9,180.3],"ftL":[41.2,325.9]},{"rootY":-0.1,"hips":[0,0],"chest":[5.5,-87.6],"neck":[5.5,-87.6],"head":[14,-152.3],"shR":[-46,-109.5],"elR":[-53.9,3.1],"haR":[-86.5,60.9],"shL":[68.3,-110.2],"elL":[85.8,-8.1],"haL":[90.4,48.3],"hipR":[-30.5,34.9],"knR":[-57.8,181.5],"ftR":[-47.1,320.3],"hipL":[14.2,38.3],"knL":[4.2,180.3],"ftL":[41,325.9]},{"rootY":-0.1,"hips":[0,0],"chest":[5.3,-87.6],"neck":[5.3,-87.6],"head":[13.5,-152.3],"shR":[-46.1,-109.3],"elR":[-54.7,3.3],"haR":[-87.7,61],"shL":[68.1,-110.4],"elL":[86.5,-8.5],"haL":[92.6,47.7],"hipR":[-30.5,34.9],"knR":[-58,181.5],"ftR":[-47,320.4],"hipL":[14,38.2],"knL":[3.6,180.2],"ftL":[41.1,325.8]},{"rootY":-0.1,"hips":[0,0],"chest":[4.9,-87.7],"neck":[4.9,-87.7],"head":[12.8,-152.4],"shR":[-46.3,-109.1],"elR":[-55.4,3.6],"haR":[-88.7,61.1],"shL":[67.6,-110.5],"elL":[86.3,-9],"haL":[93.7,47.1],"hipR":[-30.6,34.8],"knR":[-58.3,181.4],"ftR":[-47,320.5],"hipL":[13.7,38.3],"knL":[3.2,180.3],"ftL":[41.1,325.8]},{"rootY":-0.1,"hips":[0,0],"chest":[4.6,-87.7],"neck":[4.6,-87.7],"head":[12.2,-152.4],"shR":[-46.5,-108.7],"elR":[-55.2,4],"haR":[-89.2,61.2],"shL":[67.2,-110.8],"elL":[85.7,-9.5],"haL":[93.9,46.7],"hipR":[-30.5,34.9],"knR":[-59,181.4],"ftR":[-47.3,320.6],"hipL":[13.6,38.2],"knL":[2.8,180.3],"ftL":[40.8,325.6]},{"rootY":-0.2,"hips":[0,0],"chest":[4.5,-87.7],"neck":[4.5,-87.7],"head":[11.7,-152.4],"shR":[-46.1,-108.2],"elR":[-54.3,4.6],"haR":[-88.7,61.2],"shL":[66.6,-111.4],"elL":[85,-10.1],"haL":[93.4,46],"hipR":[-30.6,34.9],"knR":[-59.6,181.2],"ftR":[-47.8,320.7],"hipL":[13,38.3],"knL":[1.7,180.4],"ftL":[40.5,325.7]},{"rootY":-0.3,"hips":[0,0],"chest":[4.2,-87.7],"neck":[4.2,-87.7],"head":[11.1,-152.5],"shR":[-45.7,-107.7],"elR":[-53.4,5.1],"haR":[-88.5,61.3],"shL":[66,-111.6],"elL":[84.4,-10.5],"haL":[92.3,45.7],"hipR":[-30.7,34.8],"knR":[-59.8,181.1],"ftR":[-47.8,320.8],"hipL":[12.7,38.4],"knL":[1.4,180.5],"ftL":[40.6,325.8]},{"rootY":-0.3,"hips":[0,0],"chest":[4,-87.7],"neck":[4,-87.7],"head":[10.8,-152.6],"shR":[-45,-107.7],"elR":[-51.8,5.2],"haR":[-87.8,60.8],"shL":[65.3,-111.7],"elL":[83.4,-10.6],"haL":[90.4,45.6],"hipR":[-30.3,35.2],"knR":[-60.6,181.2],"ftR":[-48.4,321],"hipL":[12.8,38.2],"knL":[1.1,180.3],"ftL":[40.2,325.6]},{"rootY":-0.5,"hips":[0,0],"chest":[4,-87.7],"neck":[4,-87.7],"head":[10.6,-152.6],"shR":[-44.1,-107.5],"elR":[-49.6,5.6],"haR":[-86.3,60.7],"shL":[64.7,-111.9],"elL":[82,-10.8],"haL":[87.9,45.2],"hipR":[-30.3,35.3],"knR":[-61.2,181.1],"ftR":[-48.9,321.3],"hipL":[12.5,38.3],"knL":[0.4,180.3],"ftL":[39.9,325.8]},{"rootY":-0.5,"hips":[0,0],"chest":[3.9,-87.8],"neck":[3.9,-87.8],"head":[10.5,-152.7],"shR":[-42.9,-107.3],"elR":[-47.5,5.8],"haR":[-84.9,60.6],"shL":[63.9,-112],"elL":[80.4,-11],"haL":[84.8,44.7],"hipR":[-30.3,35.3],"knR":[-62.2,180.8],"ftR":[-49.5,321.4],"hipL":[11.7,38.4],"knL":[-1.1,180.5],"ftL":[39.8,325.8]},{"rootY":-0.6,"hips":[0,0],"chest":[4,-87.7],"neck":[4,-87.7],"head":[10.4,-152.8],"shR":[-41.3,-107.3],"elR":[-45.1,5.9],"haR":[-83.1,60.5],"shL":[63.2,-112.1],"elL":[79.1,-11.2],"haL":[81.6,44.2],"hipR":[-30.1,35.4],"knR":[-63.2,180.7],"ftR":[-50.1,321.6],"hipL":[11.2,38.4],"knL":[-2.2,180.5],"ftL":[39.6,325.8]},{"rootY":-0.6,"hips":[0,0],"chest":[4.2,-87.7],"neck":[4.2,-87.7],"head":[10.4,-152.8],"shR":[-39.4,-107.7],"elR":[-42.5,5.5],"haR":[-80.9,60.1],"shL":[62.3,-111.8],"elL":[77,-11],"haL":[77.4,44],"hipR":[-29.9,35.5],"knR":[-64.3,180.5],"ftR":[-51,321.9],"hipL":[10.6,38.3],"knL":[-3.2,180.4],"ftL":[39.4,325.6]},{"rootY":-0.6,"hips":[0,0],"chest":[4.2,-87.7],"neck":[4.2,-87.7],"head":[10.4,-152.9],"shR":[-37.3,-107.4],"elR":[-40,5.8],"haR":[-78.6,60.6],"shL":[60.9,-112],"elL":[74.1,-11.2],"haL":[72.2,43.3],"hipR":[-29.8,35.6],"knR":[-65.4,180.2],"ftR":[-51.6,322],"hipL":[9.8,38.4],"knL":[-4.5,180.5],"ftL":[39.4,325.6]},{"rootY":-0.5,"hips":[0,0],"chest":[4.1,-87.7],"neck":[4.1,-87.7],"head":[10.1,-152.9],"shR":[-34.9,-107],"elR":[-37.3,6.3],"haR":[-75.9,61.3],"shL":[59.2,-112.3],"elL":[70.5,-11.5],"haL":[66.3,42.5],"hipR":[-29.7,35.6],"knR":[-66.6,179.9],"ftR":[-52.5,321.9],"hipL":[8.9,38.4],"knL":[-5.9,180.5],"ftL":[39.2,325.7]},{"rootY":-0.5,"hips":[0,0],"chest":[3.9,-87.7],"neck":[3.9,-87.7],"head":[9.9,-152.9],"shR":[-32.4,-106.6],"elR":[-34.5,6.7],"haR":[-73,62.2],"shL":[57.2,-112.6],"elL":[67.3,-11.6],"haL":[60.3,42.1],"hipR":[-29.4,35.7],"knR":[-67.7,179.7],"ftR":[-53.2,322],"hipL":[8.4,38.3],"knL":[-6.7,180.5],"ftL":[39.1,325.7]},{"rootY":-0.4,"hips":[0,0],"chest":[3.8,-87.7],"neck":[3.8,-87.7],"head":[10,-152.9],"shR":[-31,-107.2],"elR":[-32.8,6],"haR":[-70.8,62],"shL":[55.9,-112.2],"elL":[64.2,-11.2],"haL":[54.3,41.7],"hipR":[-29.2,35.8],"knR":[-68.6,179.4],"ftR":[-53.7,322],"hipL":[7.9,38.3],"knL":[-7.6,180.5],"ftL":[39,325.6]},{"rootY":-0.4,"hips":[0,0],"chest":[3.8,-87.7],"neck":[3.8,-87.7],"head":[10,-152.9],"shR":[-28.5,-107.2],"elR":[-29.8,6.1],"haR":[-67.1,62.7],"shL":[54.2,-112.2],"elL":[61,-11.2],"haL":[48,41.3],"hipR":[-29.2,35.8],"knR":[-68.4,179.4],"ftR":[-53.9,322],"hipL":[7.4,38.3],"knL":[-8.3,180.5],"ftL":[39.1,325.6]},{"rootY":-0.2,"hips":[0,0],"chest":[4.1,-87.7],"neck":[4.1,-87.7],"head":[10.4,-152.8],"shR":[-26.1,-107],"elR":[-26.5,6.2],"haR":[-63,63.2],"shL":[52.8,-112.2],"elL":[58.3,-11.2],"haL":[42.3,40.8],"hipR":[-29.1,35.8],"knR":[-68.4,179.4],"ftR":[-53.8,322],"hipL":[7,38.2],"knL":[-8.5,180.5],"ftL":[39.1,325.3]},{"rootY":0,"hips":[0,0],"chest":[4,-87.7],"neck":[4,-87.7],"head":[10.2,-152.9],"shR":[-24.2,-106.8],"elR":[-23.3,6.3],"haR":[-58.8,63.8],"shL":[51.3,-112.4],"elL":[55.2,-11.4],"haL":[36.3,39.5],"hipR":[-29.1,35.8],"knR":[-68.8,179.2],"ftR":[-54.1,321.7],"hipL":[6.7,38],"knL":[-9,180.3],"ftL":[39,325.1]},{"rootY":0.2,"hips":[0,0],"chest":[4.2,-87.6],"neck":[4.2,-87.6],"head":[10.3,-152.8],"shR":[-22.3,-106.6],"elR":[-19.6,6.3],"haR":[-54.2,64.2],"shL":[49.8,-112.7],"elL":[52.2,-11.6],"haL":[30.6,38.4],"hipR":[-29.2,35.7],"knR":[-68.9,179.1],"ftR":[-54.2,321.5],"hipL":[6.3,38],"knL":[-9.5,180.3],"ftL":[38.9,324.9]},{"rootY":0.3,"hips":[0,0],"chest":[4,-87.6],"neck":[4,-87.6],"head":[9.8,-152.9],"shR":[-21.4,-106.5],"elR":[-17.3,6.2],"haR":[-51.3,64.2],"shL":[48.5,-112.9],"elL":[49.7,-11.8],"haL":[25.7,37.3],"hipR":[-29.9,35],"knR":[-68.9,178.6],"ftR":[-54.3,321],"hipL":[5.4,38.4],"knL":[-10.5,180.7],"ftL":[38.8,324.9]},{"rootY":0.5,"hips":[0,0],"chest":[4.8,-87.6],"neck":[4.8,-87.6],"head":[10,-152.8],"shR":[-19.1,-106.2],"elR":[-14.5,6.5],"haR":[-47.2,64.7],"shL":[48.2,-113],"elL":[48.6,-11.6],"haL":[22.9,36.9],"hipR":[-29.2,35.7],"knR":[-69.2,179],"ftR":[-54.2,321],"hipL":[6.1,37.7],"knL":[-9.3,180.1],"ftL":[38.9,324.6]},{"rootY":0.7,"hips":[0,0],"chest":[5,-87.6],"neck":[5,-87.6],"head":[10,-152.9],"shR":[-18.4,-106.5],"elR":[-13.7,6],"haR":[-45.5,64.4],"shL":[48.1,-112.7],"elL":[48,-12.2],"haL":[20.3,35.2],"hipR":[-29.3,35.6],"knR":[-69.1,179],"ftR":[-54.1,320.9],"hipL":[5.8,37.8],"knL":[-9.5,180.2],"ftL":[38.9,324.5]},{"rootY":0.6,"hips":[0,0],"chest":[5.3,-87.5],"neck":[5.3,-87.5],"head":[9.5,-152.9],"shR":[-17.9,-106.8],"elR":[-13.3,5.6],"haR":[-44.8,63.9],"shL":[48.2,-112.4],"elL":[47.6,-11.3],"haL":[19.5,35.8],"hipR":[-29.3,35.6],"knR":[-68.9,179],"ftR":[-53.9,320.9],"hipL":[5.7,37.8],"knL":[-9.5,180.3],"ftL":[39,324.5]},{"rootY":0.7,"hips":[0,0],"chest":[5.7,-87.5],"neck":[5.7,-87.5],"head":[9.7,-152.8],"shR":[-17.3,-106.9],"elR":[-13.4,5.5],"haR":[-44.9,63.5],"shL":[48.4,-112.3],"elL":[47.4,-11.6],"haL":[18.8,35],"hipR":[-29,35.9],"knR":[-69.2,179.2],"ftR":[-53.8,320.8],"hipL":[6.1,37.4],"knL":[-8.9,179.9],"ftL":[39,324.4]},{"rootY":0.7,"hips":[0,0],"chest":[6,-87.5],"neck":[6,-87.5],"head":[9.6,-152.8],"shR":[-17.1,-106.9],"elR":[-14.3,5.4],"haR":[-46.4,63],"shL":[48.9,-112.2],"elL":[48.4,-11.2],"haL":[20,35.4],"hipR":[-28.9,36],"knR":[-69.3,179.3],"ftR":[-53.7,320.7],"hipL":[6.4,37.3],"knL":[-8.3,179.8],"ftL":[39.2,324.3]},{"rootY":0.7,"hips":[0,0],"chest":[6.2,-87.5],"neck":[6.2,-87.5],"head":[9.7,-152.7],"shR":[-17.5,-107.1],"elR":[-15.9,5.1],"haR":[-49.2,62.1],"shL":[49.4,-112.1],"elL":[49.8,-10.8],"haL":[22.3,35.9],"hipR":[-29.2,35.8],"knR":[-68.9,179.2],"ftR":[-53.2,320.6],"hipL":[6.1,37.5],"knL":[-8.4,180],"ftL":[39.6,324.3]},{"rootY":0.6,"hips":[0,0],"chest":[6.3,-87.5],"neck":[6.3,-87.5],"head":[10,-152.7],"shR":[-18.6,-107.3],"elR":[-18.3,4.8],"haR":[-53.1,61],"shL":[50.6,-111.8],"elL":[51.2,-10.8],"haL":[25.2,36.4],"hipR":[-29.6,35.5],"knR":[-68.3,179.2],"ftR":[-52.9,320.8],"hipL":[6.1,37.8],"knL":[-8.6,180.3],"ftL":[39.7,324.4]},{"rootY":0.5,"hips":[0,0],"chest":[6.3,-87.4],"neck":[6.3,-87.4],"head":[9.9,-152.7],"shR":[-20,-107.5],"elR":[-20.9,4.3],"haR":[-57.7,59.7],"shL":[51.8,-111.5],"elL":[53.4,-10.5],"haL":[29.1,37.2],"hipR":[-30,35.1],"knR":[-67.2,179.1],"ftR":[-52.4,320.7],"hipL":[6.2,38.3],"knL":[-8.6,180.7],"ftL":[39.8,324.7]},{"rootY":0.5,"hips":[0,0],"chest":[6.7,-87.4],"neck":[6.7,-87.4],"head":[10.4,-152.7],"shR":[-20.9,-107.8],"elR":[-24.8,4.2],"haR":[-62.9,58.8],"shL":[53.4,-111.2],"elL":[55.9,-10.1],"haL":[33.8,38.2],"hipR":[-30.2,35],"knR":[-67,179.2],"ftR":[-51.9,320.7],"hipL":[6.4,38.2],"knL":[-8,180.6],"ftL":[40.3,324.5]},{"rootY":0.4,"hips":[0,0],"chest":[7.2,-87.4],"neck":[7.2,-87.4],"head":[11.3,-152.6],"shR":[-22.8,-108.4],"elR":[-28.2,3.5],"haR":[-68.3,57.2],"shL":[55.9,-110.6],"elL":[59.3,-9.3],"haL":[39.8,39.6],"hipR":[-30,35.4],"knR":[-65.8,179.7],"ftR":[-51,320.7],"hipL":[7.9,38],"knL":[-5.5,180.4],"ftL":[40.5,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[7.4,-87.4],"neck":[7.4,-87.4],"head":[11.6,-152.6],"shR":[-24.8,-108.7],"elR":[-32.4,3.1],"haR":[-74,56],"shL":[58,-110.2],"elL":[62.2,-8.5],"haL":[45.7,40.7],"hipR":[-30,35.4],"knR":[-65.1,180],"ftR":[-50.6,320.7],"hipL":[8.8,37.9],"knL":[-4.6,180.3],"ftL":[40.7,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[7.7,-87.4],"neck":[7.7,-87.4],"head":[12.2,-152.5],"shR":[-26.7,-108.7],"elR":[-36.5,3],"haR":[-79.5,55.1],"shL":[60,-110.1],"elL":[65,-8.3],"haL":[51.6,41.8],"hipR":[-29.9,35.5],"knR":[-64.1,180.4],"ftR":[-50,320.7],"hipL":[9.7,37.9],"knL":[-3.4,180.3],"ftL":[41,324.9]},{"rootY":0.2,"hips":[0,0],"chest":[8.2,-87.3],"neck":[8.2,-87.3],"head":[12.8,-152.5],"shR":[-27.9,-108.2],"elR":[-39.9,3.5],"haR":[-84.1,54.8],"shL":[62,-110.4],"elL":[67.7,-8.6],"haL":[57.4,42.1],"hipR":[-30.1,35.4],"knR":[-63,180.6],"ftR":[-49.3,320.6],"hipL":[10.3,38],"knL":[-2.3,180.4],"ftL":[41.3,325.1]},{"rootY":0.1,"hips":[0,0],"chest":[8.2,-87.4],"neck":[8.2,-87.4],"head":[13.6,-152.4],"shR":[-31.1,-109.3],"elR":[-45.4,2.3],"haR":[-90.3,53.1],"shL":[64.3,-109.6],"elL":[70.7,-7.5],"haL":[63.5,44],"hipR":[-30.1,35.4],"knR":[-62,180.8],"ftR":[-48.9,320.6],"hipL":[11.3,38.1],"knL":[-1.1,180.3],"ftL":[41.4,325.3]},{"rootY":0.1,"hips":[0,0],"chest":[8.2,-87.4],"neck":[8.2,-87.4],"head":[13.4,-152.5],"shR":[-33.2,-109],"elR":[-49.9,2.4],"haR":[-95.3,52.6],"shL":[65.6,-109.8],"elL":[73.3,-7.2],"haL":[69.2,45],"hipR":[-30.2,35.4],"knR":[-61.1,181],"ftR":[-48.5,320.5],"hipL":[12,38.1],"knL":[-0.2,180.3],"ftL":[41.3,325.3]},{"rootY":0.1,"hips":[0,0],"chest":[8.3,-87.4],"neck":[8.3,-87.4],"head":[13.7,-152.4],"shR":[-35.4,-109.8],"elR":[-54,1.5],"haR":[-99.6,51.1],"shL":[67.4,-109.2],"elL":[76,-6.4],"haL":[74.9,46.4],"hipR":[-29.8,35.6],"knR":[-60.2,181.4],"ftR":[-48.1,320.6],"hipL":[13.2,37.9],"knL":[1.6,180],"ftL":[41.4,325.4]},{"rootY":0.1,"hips":[0,0],"chest":[7.6,-87.5],"neck":[7.6,-87.5],"head":[13.5,-152.4],"shR":[-38.2,-111.2],"elR":[-58.4,0.2],"haR":[-103.9,49.3],"shL":[68.3,-108.1],"elL":[78.4,-5.3],"haL":[80.3,47.8],"hipR":[-30.1,35.3],"knR":[-59.3,181.4],"ftR":[-47.7,320.5],"hipL":[13.6,38.1],"knL":[2.4,180.1],"ftL":[41.4,325.4]},{"rootY":0.1,"hips":[0,0],"chest":[7.4,-87.5],"neck":[7.4,-87.5],"head":[13.9,-152.5],"shR":[-40.7,-110.3],"elR":[-62.2,0.9],"haR":[-107.4,49.2],"shL":[69.3,-108.8],"elL":[80.6,-5.8],"haL":[85.1,47.4],"hipR":[-29.9,35.4],"knR":[-58.2,181.7],"ftR":[-47.3,320.4],"hipL":[14.7,38.1],"knL":[4.1,180],"ftL":[41.4,325.7]},{"rootY":0.1,"hips":[0,0],"chest":[7.2,-87.5],"neck":[7.2,-87.5],"head":[14.2,-152.5],"shR":[-43.3,-109.8],"elR":[-66.1,1.3],"haR":[-110.6,49.2],"shL":[70.1,-109.2],"elL":[82.2,-6.1],"haL":[89.5,47.4],"hipR":[-29.2,35.8],"knR":[-57.5,182.2],"ftR":[-47.3,320.6],"hipL":[16.4,37.7],"knL":[5.8,179.4],"ftL":[41.1,325.6]},{"rootY":0.1,"hips":[0,0],"chest":[7,-87.5],"neck":[7,-87.5],"head":[14.4,-152.5],"shR":[-45.3,-110.5],"elR":[-69.1,0.5],"haR":[-112.7,47.8],"shL":[70.8,-108.9],"elL":[83.6,-5.7],"haL":[93.7,48],"hipR":[-29.7,35.4],"knR":[-55.9,182.1],"ftR":[-46.4,320.3],"hipL":[16.4,38.1],"knL":[6.8,179.7],"ftL":[41.7,325.9]},{"rootY":0,"hips":[0,0],"chest":[6.8,-87.5],"neck":[6.8,-87.5],"head":[14.5,-152.5],"shR":[-47.2,-110.4],"elR":[-71.9,0.4],"haR":[-114.3,47.3],"shL":[71.2,-108.9],"elL":[84.6,-5.8],"haL":[97.4,48.1],"hipR":[-29.7,35.1],"knR":[-54.7,182.1],"ftR":[-46,320.4],"hipL":[17,38.3],"knL":[8,179.7],"ftL":[42.2,326.3]},{"rootY":-0.2,"hips":[0,0],"chest":[6.7,-87.6],"neck":[6.7,-87.6],"head":[14.2,-152.5],"shR":[-48.6,-110.6],"elR":[-74,0.1],"haR":[-115.3,46.7],"shL":[71.6,-108.9],"elL":[85.5,-5.7],"haL":[100.6,48.3],"hipR":[-29.6,35.1],"knR":[-53.1,182.4],"ftR":[-45.2,320.4],"hipL":[17.9,38.5],"knL":[9.9,179.7],"ftL":[42.5,326.5]},{"rootY":-0.4,"hips":[0,0],"chest":[6.7,-87.6],"neck":[6.7,-87.6],"head":[14.2,-152.6],"shR":[-50,-110.9],"elR":[-75.9,-0.3],"haR":[-115.5,45.9],"shL":[71.8,-108.7],"elL":[86.4,-5.6],"haL":[104,48.7],"hipR":[-29.1,35.2],"knR":[-51.7,182.7],"ftR":[-44.6,320.6],"hipL":[19,38.5],"knL":[11.7,179.6],"ftL":[42.8,326.8]},{"rootY":-0.7,"hips":[0,0],"chest":[6.9,-87.5],"neck":[6.9,-87.5],"head":[14.5,-152.5],"shR":[-51,-110.4],"elR":[-77.3,0.1],"haR":[-115.6,46.1],"shL":[72,-109],"elL":[87,-5.9],"haL":[106.6,47.7],"hipR":[-28.7,35.3],"knR":[-50.2,183],"ftR":[-44,320.7],"hipL":[19.8,38.6],"knL":[13.1,179.4],"ftL":[43.1,327.2]},{"rootY":-0.8,"hips":[0,0],"chest":[6.3,-87.6],"neck":[6.3,-87.6],"head":[14.7,-152.4],"shR":[-52.2,-111.3],"elR":[-78.6,-0.8],"haR":[-115.2,45.1],"shL":[71.5,-108.3],"elL":[87.3,-5.3],"haL":[108.5,48],"hipR":[-28.2,35.4],"knR":[-48.9,183.2],"ftR":[-43.6,320.8],"hipL":[20.9,38.6],"knL":[14.9,179.1],"ftL":[43.2,327.4]},{"rootY":-0.9,"hips":[0,0],"chest":[5.9,-87.6],"neck":[5.9,-87.6],"head":[14.6,-152.4],"shR":[-53.2,-111.7],"elR":[-79.8,-1.3],"haR":[-114.6,44.5],"shL":[70.9,-108.2],"elL":[87.2,-5.2],"haL":[110.1,48.4],"hipR":[-27.8,35.4],"knR":[-48.1,183.3],"ftR":[-43.3,320.8],"hipL":[21.5,38.6],"knL":[16,178.9],"ftL":[43,327.5]},{"rootY":-1,"hips":[0,0],"chest":[5.7,-87.6],"neck":[5.7,-87.6],"head":[14.7,-152.4],"shR":[-54,-111.5],"elR":[-80.7,-1.2],"haR":[-113.8,44.6],"shL":[70.3,-108.5],"elL":[86.7,-5.5],"haL":[111.1,47.8],"hipR":[-27.5,35.5],"knR":[-47.5,183.4],"ftR":[-43.3,320.8],"hipL":[22.1,38.6],"knL":[17.1,178.7],"ftL":[42.7,327.5]},{"rootY":-1.1,"hips":[0,0],"chest":[5.5,-87.6],"neck":[5.5,-87.6],"head":[14.3,-152.5],"shR":[-54.5,-111.7],"elR":[-80.9,-1.4],"haR":[-112.4,44.4],"shL":[69.8,-108.5],"elL":[86,-5.4],"haL":[111.6,47.5],"hipR":[-27.5,35.4],"knR":[-46.7,183.4],"ftR":[-42.9,320.8],"hipL":[22.2,38.8],"knL":[17.7,178.6],"ftL":[43,327.8]},{"rootY":-1.3,"hips":[0,0],"chest":[5.1,-87.6],"neck":[5.1,-87.6],"head":[14.1,-152.4],"shR":[-55.2,-111.7],"elR":[-81.1,-1.4],"haR":[-111,44.4],"shL":[69.1,-108.7],"elL":[85.2,-5.6],"haL":[111.4,47.6],"hipR":[-27.3,35.4],"knR":[-46.2,183.5],"ftR":[-42.9,321],"hipL":[22.5,38.8],"knL":[18.2,178.5],"ftL":[42.9,327.9]},{"rootY":-1.5,"hips":[0,0],"chest":[5.1,-87.6],"neck":[5.1,-87.6],"head":[13.8,-152.5],"shR":[-55.4,-111.6],"elR":[-80.2,-1.2],"haR":[-108.9,44.5],"shL":[68.7,-108.8],"elL":[84.4,-5.6],"haL":[110.9,47.8],"hipR":[-27.4,35.3],"knR":[-45.4,183.4],"ftR":[-42.6,321.1],"hipL":[22.4,39],"knL":[19,178.5],"ftL":[43.1,328]},{"rootY":-1.6,"hips":[0,0],"chest":[4.7,-87.6],"neck":[4.7,-87.6],"head":[13.5,-152.4],"shR":[-55.8,-111.3],"elR":[-79.6,-0.6],"haR":[-106.9,44.8],"shL":[68.2,-109.1],"elL":[83.1,-5.8],"haL":[109.8,48],"hipR":[-27.2,35.4],"knR":[-45.8,183.5],"ftR":[-43.1,321.3],"hipL":[22.6,39],"knL":[18.7,178.4],"ftL":[42.5,328.1]},{"rootY":-1.7,"hips":[0,0],"chest":[4.5,-87.6],"neck":[4.5,-87.6],"head":[13,-152.5],"shR":[-56.2,-111.1],"elR":[-78.3,-0.1],"haR":[-104.4,45.2],"shL":[67.8,-109.2],"elL":[82,-5.8],"haL":[108.3,48.6],"hipR":[-27.2,35.4],"knR":[-45.9,183.5],"ftR":[-43.4,321.4],"hipL":[22.6,39],"knL":[18.4,178.4],"ftL":[42.3,328.2]},{"rootY":-1.8,"hips":[0,0],"chest":[4.6,-87.6],"neck":[4.6,-87.6],"head":[12.6,-152.5],"shR":[-56.1,-111],"elR":[-76.6,0.4],"haR":[-101.5,45.8],"shL":[67.9,-109.5],"elL":[81.2,-6],"haL":[106.8,49.3],"hipR":[-27.5,35.3],"knR":[-45.9,183.4],"ftR":[-43.4,321.5],"hipL":[22.3,39.2],"knL":[18.1,178.5],"ftL":[42.4,328.3]},{"rootY":-1.8,"hips":[0,0],"chest":[4.3,-87.6],"neck":[4.3,-87.6],"head":[11.7,-152.6],"shR":[-56.3,-110.9],"elR":[-75.1,0.8],"haR":[-99.1,46.7],"shL":[67.8,-109.8],"elL":[80.2,-6.2],"haL":[105,50],"hipR":[-27.5,35.5],"knR":[-46.7,183.4],"ftR":[-44,321.6],"hipL":[22.2,39.1],"knL":[17.3,178.5],"ftL":[41.8,328.3]},{"rootY":-1.8,"hips":[0,0],"chest":[4.2,-87.6],"neck":[4.2,-87.6],"head":[11.1,-152.6],"shR":[-56.4,-110.8],"elR":[-73.3,1.3],"haR":[-96.6,47.7],"shL":[67.9,-109.8],"elL":[79.5,-6.2],"haL":[103.1,50.8],"hipR":[-27.6,35.6],"knR":[-47.3,183.3],"ftR":[-44.4,321.7],"hipL":[22.1,39.1],"knL":[16.6,178.5],"ftL":[41.4,328.3]},{"rootY":-1.7,"hips":[0,0],"chest":[3.8,-87.6],"neck":[3.8,-87.6],"head":[10.1,-152.6],"shR":[-56.6,-110.6],"elR":[-71.8,1.8],"haR":[-94.8,49.1],"shL":[67.7,-110.1],"elL":[78.5,-6.3],"haL":[100.5,51.7],"hipR":[-27.8,35.5],"knR":[-48.6,183.1],"ftR":[-45.3,321.6],"hipL":[21.6,39],"knL":[15.3,178.5],"ftL":[40.5,328.1]},{"rootY":-1.7,"hips":[0,0],"chest":[3.5,-87.5],"neck":[3.5,-87.5],"head":[9.7,-152.6],"shR":[-56.7,-110.3],"elR":[-70,2.4],"haR":[-93.2,50.8],"shL":[67.6,-110.4],"elL":[77.8,-6.6],"haL":[98.2,52.3],"hipR":[-28,35.6],"knR":[-49.8,182.9],"ftR":[-46.3,321.5],"hipL":[21.2,38.9],"knL":[13.8,178.5],"ftL":[39.6,328]},{"rootY":-1.7,"hips":[0,0],"chest":[3.1,-87.5],"neck":[3.1,-87.5],"head":[8.2,-152.6],"shR":[-56.8,-110.2],"elR":[-68.3,2.8],"haR":[-91.9,52.5],"shL":[67.4,-110.6],"elL":[76.9,-6.7],"haL":[95.5,52.7],"hipR":[-28,35.8],"knR":[-51.3,182.8],"ftR":[-47.7,321.5],"hipL":[20.9,38.8],"knL":[11.9,178.4],"ftL":[38.3,327.8]},{"rootY":-1.7,"hips":[0,0],"chest":[2.8,-87.5],"neck":[2.8,-87.5],"head":[7,-152.5],"shR":[-56.5,-109.9],"elR":[-66.6,3.2],"haR":[-90.8,54.2],"shL":[67.2,-111],"elL":[76.2,-7.1],"haL":[92.7,53],"hipR":[-28.3,35.8],"knR":[-52.8,182.5],"ftR":[-49.1,321.5],"hipL":[20.1,38.8],"knL":[10.2,178.4],"ftL":[37,327.8]},{"rootY":-1.8,"hips":[0,0],"chest":[2.5,-87.4],"neck":[2.5,-87.4],"head":[5.4,-152.5],"shR":[-56.2,-109.8],"elR":[-64.7,3.5],"haR":[-89.9,56],"shL":[66.7,-111.3],"elL":[75.2,-7.3],"haL":[89.7,53],"hipR":[-28.4,36],"knR":[-54.9,182.2],"ftR":[-51.1,321.7],"hipL":[19.7,38.6],"knL":[8.2,178.3],"ftL":[35.4,327.7]},{"rootY":-1.7,"hips":[0,0],"chest":[2.2,-87.4],"neck":[2.2,-87.4],"head":[4.1,-152.3],"shR":[-55.6,-109.6],"elR":[-62.6,3.7],"haR":[-88.9,57.6],"shL":[66.1,-111.5],"elL":[74.4,-7.5],"haL":[86.6,53],"hipR":[-28.6,36.1],"knR":[-57.2,181.8],"ftR":[-53.6,322],"hipL":[18.8,38.6],"knL":[5.8,178.3],"ftL":[33.8,327.8]},{"rootY":-1.5,"hips":[0,0],"chest":[1.7,-87.3],"neck":[1.7,-87.3],"head":[2.8,-152],"shR":[-54.8,-109.5],"elR":[-60.5,3.9],"haR":[-88.2,58.9],"shL":[65.1,-111.6],"elL":[73.4,-7.6],"haL":[83.5,52.9],"hipR":[-28.6,36.3],"knR":[-60.1,181.2],"ftR":[-56.3,322.1],"hipL":[18.1,38.5],"knL":[3.2,178.1],"ftL":[32,327.5]},{"rootY":-1,"hips":[0,0],"chest":[1.2,-87.2],"neck":[1.2,-87.2],"head":[1.1,-151.8],"shR":[-53.7,-109.5],"elR":[-58.2,3.9],"haR":[-87.2,59.6],"shL":[63.9,-111.6],"elL":[72.4,-7.7],"haL":[80.4,52.8],"hipR":[-28.6,36.5],"knR":[-62.9,180.6],"ftR":[-58.7,321.8],"hipL":[17.2,38.4],"knL":[0.5,178],"ftL":[30.5,327.2]},{"rootY":-0.5,"hips":[0,0],"chest":[0.9,-87.1],"neck":[0.9,-87.1],"head":[-0.1,-151.6],"shR":[-52.3,-109.4],"elR":[-55.4,3.8],"haR":[-85.7,60.3],"shL":[62.5,-111.7],"elL":[72,-7.8],"haL":[77.9,52.5],"hipR":[-28.4,36.7],"knR":[-65.6,179.9],"ftR":[-60.9,321.5],"hipL":[16.5,38.1],"knL":[-2.2,177.6],"ftL":[29,326.8]},{"rootY":-0.1,"hips":[0,0],"chest":[0.6,-87],"neck":[0.6,-87],"head":[-1.8,-151.1],"shR":[-50.8,-109.6],"elR":[-52.4,3.5],"haR":[-84,60.6],"shL":[61,-111.5],"elL":[71,-7.6],"haL":[75,52.6],"hipR":[-28.3,36.8],"knR":[-67.9,179.2],"ftR":[-62.8,321.1],"hipL":[15.7,38],"knL":[-4.1,177.5],"ftL":[27.5,326.5]},{"rootY":0.1,"hips":[0,0],"chest":[0.3,-86.9],"neck":[0.3,-86.9],"head":[-3.2,-150.8],"shR":[-48.9,-109.7],"elR":[-48.9,3.2],"haR":[-81.3,60.6],"shL":[59.2,-111.3],"elL":[69.5,-7.4],"haL":[72,52.8],"hipR":[-28.3,36.9],"knR":[-69.9,178.5],"ftR":[-64.7,320.8],"hipL":[14.6,37.8],"knL":[-6.3,177.3],"ftL":[25.8,326.3]},{"rootY":0.2,"hips":[0,0],"chest":[0,-86.8],"neck":[0,-86.8],"head":[-4.8,-150.4],"shR":[-47,-109.9],"elR":[-44.9,2.7],"haR":[-77.9,60.6],"shL":[57.3,-111],"elL":[68,-7.2],"haL":[69.1,52.9],"hipR":[-28.3,36.9],"knR":[-70.9,178.2],"ftR":[-65.7,320.7],"hipL":[13.8,37.7],"knL":[-8,177.2],"ftL":[24.5,326.2]},{"rootY":0.1,"hips":[0,0],"chest":[-0.4,-86.8],"neck":[-0.4,-86.8],"head":[-6.1,-150.2],"shR":[-45.6,-110],"elR":[-41.4,2.2],"haR":[-74.6,60.6],"shL":[55.5,-110.9],"elL":[66,-7.1],"haL":[66,52.7],"hipR":[-28.2,36.9],"knR":[-72,178],"ftR":[-67,320.9],"hipL":[12.9,37.7],"knL":[-10,177.3],"ftL":[23.3,326.1]},{"rootY":0.2,"hips":[0,0],"chest":[-0.6,-86.7],"neck":[-0.6,-86.7],"head":[-6.8,-149.9],"shR":[-43.8,-110.4],"elR":[-37.7,1.4],"haR":[-70.6,60.3],"shL":[53.5,-110.6],"elL":[63.5,-6.8],"haL":[62.3,52.7],"hipR":[-28.1,37],"knR":[-72.9,177.7],"ftR":[-68.4,320.9],"hipL":[12.1,37.7],"knL":[-11.6,177.3],"ftL":[22,326.1]},{"rootY":0.2,"hips":[0,0],"chest":[-1.3,-86.6],"neck":[-1.3,-86.6],"head":[-8.5,-149.7],"shR":[-42.4,-110.1],"elR":[-34.1,1],"haR":[-66.3,60.6],"shL":[51.1,-110.6],"elL":[60.9,-6.8],"haL":[58.3,52.5],"hipR":[-27.9,37.1],"knR":[-74,177.5],"ftR":[-69.8,321.1],"hipL":[11.5,37.6],"knL":[-13.2,177.3],"ftL":[20.9,325.9]},{"rootY":0.1,"hips":[0,0],"chest":[-1.8,-86.5],"neck":[-1.8,-86.5],"head":[-9.7,-149.6],"shR":[-41.3,-110.4],"elR":[-30.8,0.1],"haR":[-62.1,60.2],"shL":[49,-110.1],"elL":[57.7,-6.4],"haL":[53.8,52.5],"hipR":[-27.8,37.1],"knR":[-74.8,177.3],"ftR":[-70.8,321.2],"hipL":[10.7,37.8],"knL":[-14.7,177.4],"ftL":[19.9,325.9]},{"rootY":0.1,"hips":[0,0],"chest":[-2.3,-86.4],"neck":[-2.3,-86.4],"head":[-10.9,-149.4],"shR":[-39.6,-110.7],"elR":[-27,-0.8],"haR":[-56.9,59.9],"shL":[46.7,-109.7],"elL":[54.2,-6],"haL":[48.7,52.6],"hipR":[-27.6,37.2],"knR":[-75.7,177],"ftR":[-71.8,321.3],"hipL":[10,37.8],"knL":[-16.2,177.5],"ftL":[19.1,326]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-86.2],"neck":[-3.2,-86.2],"head":[-12.1,-149.1],"shR":[-39.1,-111.4],"elR":[-24.2,-2.2],"haR":[-52.5,59.1],"shL":[44.8,-108.8],"elL":[51.3,-5.2],"haL":[44.9,53.9],"hipR":[-27.6,37],"knR":[-76.2,176.7],"ftR":[-72.3,321.4],"hipL":[9.3,38.2],"knL":[-17.3,177.8],"ftL":[18.6,326.2]},{"rootY":0,"hips":[0,0],"chest":[-3.4,-86.2],"neck":[-3.4,-86.2],"head":[-12.9,-149.1],"shR":[-37.4,-110.8],"elR":[-20.8,-2],"haR":[-47.4,59.6],"shL":[42.5,-109.3],"elL":[47.8,-5.6],"haL":[38.9,52.1],"hipR":[-27.5,37],"knR":[-77.5,176.4],"ftR":[-73.4,321.3],"hipL":[8.3,38.2],"knL":[-19.1,178],"ftL":[17.9,325.9]},{"rootY":-0.1,"hips":[0,0],"chest":[-3.8,-86],"neck":[-3.8,-86],"head":[-14.2,-148.7],"shR":[-36.4,-110.9],"elR":[-18.1,-2.5],"haR":[-42.8,59.6],"shL":[40.6,-109],"elL":[44.5,-5.4],"haL":[33.9,51.9],"hipR":[-27.2,37],"knR":[-78.3,176.1],"ftR":[-73.9,321.1],"hipL":[7.8,38.3],"knL":[-20.2,178.1],"ftL":[17.6,325.9]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.6,-85.9],"neck":[-4.6,-85.9],"head":[-15.4,-148.4],"shR":[-37.2,-111.5],"elR":[-17,-3.7],"haR":[-40.1,58.5],"shL":[39.6,-108.2],"elL":[42.1,-4.6],"haL":[29.6,52.4],"hipR":[-27.2,36.9],"knR":[-79.2,175.7],"ftR":[-74.2,320.8],"hipL":[7.4,38.6],"knL":[-20.5,178.5],"ftL":[17.2,326.2]},{"rootY":-0.3,"hips":[0,0],"chest":[-5,-85.7],"neck":[-5,-85.7],"head":[-16,-148.3],"shR":[-36.7,-111.9],"elR":[-14.6,-4.4],"haR":[-36.3,58],"shL":[38.2,-107.5],"elL":[39.6,-4.1],"haL":[25.2,52.9],"hipR":[-26.7,37.2],"knR":[-80,175.5],"ftR":[-74.7,320.6],"hipL":[7.5,38.5],"knL":[-20.7,178.5],"ftL":[17.2,326.1]},{"rootY":-0.4,"hips":[0,0],"chest":[-5.5,-85.5],"neck":[-5.5,-85.5],"head":[-17.2,-147.9],"shR":[-36.8,-111.8],"elR":[-13.1,-4.7],"haR":[-33.7,57.9],"shL":[37,-107.3],"elL":[37.2,-3.8],"haL":[20.9,52.7],"hipR":[-26.6,37.2],"knR":[-80.6,175.3],"ftR":[-75,320.2],"hipL":[7.2,38.8],"knL":[-21.2,178.7],"ftL":[17.1,326.1]},{"rootY":-0.4,"hips":[0,0],"chest":[-5.8,-85.3],"neck":[-5.8,-85.3],"head":[-18.2,-147.4],"shR":[-36.1,-111.9],"elR":[-10.6,-5.1],"haR":[-30.9,57.7],"shL":[35.5,-106.9],"elL":[34.2,-3.3],"haL":[16.3,53],"hipR":[-26.4,37.2],"knR":[-81,175],"ftR":[-74.8,319.8],"hipL":[7.2,38.9],"knL":[-20.8,179],"ftL":[17.2,326.1]},{"rootY":-0.4,"hips":[0,0],"chest":[-6.4,-85.1],"neck":[-6.4,-85.1],"head":[-19.1,-147.1],"shR":[-36.3,-112.3],"elR":[-9.5,-5.8],"haR":[-29.2,57.1],"shL":[34.4,-106.2],"elL":[31.6,-2.7],"haL":[12.3,53.2],"hipR":[-26.5,37],"knR":[-81.4,174.6],"ftR":[-73.6,319.5],"hipL":[6.7,39.2],"knL":[-21.2,179.3],"ftL":[17.6,326]},{"rootY":-0.5,"hips":[0,0],"chest":[-7,-84.9],"neck":[-7,-84.9],"head":[-20,-146.8],"shR":[-36.3,-112.3],"elR":[-8.8,-5.7],"haR":[-28,57.1],"shL":[33,-105.8],"elL":[28.5,-2.3],"haL":[8.3,53.4],"hipR":[-26.4,36.9],"knR":[-81.9,174.2],"ftR":[-72.4,318.9],"hipL":[6.7,39.5],"knL":[-21.3,179.7],"ftL":[18,326.2]},{"rootY":-0.5,"hips":[0,0],"chest":[-7,-84.6],"neck":[-7,-84.6],"head":[-20.6,-146.3],"shR":[-36.4,-112.4],"elR":[-7.7,-6.4],"haR":[-27.2,56.4],"shL":[32.8,-105.2],"elL":[27.1,-1.7],"haL":[5.7,53.7],"hipR":[-26,37.2],"knR":[-82.4,174.1],"ftR":[-70.6,318.3],"hipL":[7.2,39.5],"knL":[-20.2,179.8],"ftL":[19.1,326.1]},{"rootY":-0.3,"hips":[0,0],"chest":[-7.2,-84.7],"neck":[-7.2,-84.7],"head":[-21,-146.3],"shR":[-36.4,-112.8],"elR":[-7.3,-7],"haR":[-27,55.9],"shL":[32.5,-104.9],"elL":[25.8,-1.4],"haL":[3.4,53.6],"hipR":[-25.8,37.2],"knR":[-83.5,173.6],"ftR":[-69,317.1],"hipL":[6.6,39.4],"knL":[-20.5,180],"ftL":[20.5,325.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-7.8,-84],"neck":[-7.8,-84],"head":[-22.1,-145.4],"shR":[-36.8,-112.2],"elR":[-7.6,-6.3],"haR":[-27.5,56.5],"shL":[31.2,-104.2],"elL":[23.4,-0.8],"haL":[0.3,54],"hipR":[-25.7,37.3],"knR":[-83.2,173.4],"ftR":[-67.1,316.5],"hipL":[8.1,39.9],"knL":[-18.1,180.5],"ftL":[21.6,326.1]},{"rootY":-0.2,"hips":[0,0],"chest":[-8.1,-83.8],"neck":[-8.1,-83.8],"head":[-22.7,-145.1],"shR":[-36.9,-112.4],"elR":[-7.8,-6.7],"haR":[-28.4,56],"shL":[30.8,-103.6],"elL":[22.1,-0.2],"haL":[-1.6,54.4],"hipR":[-25.5,37.4],"knR":[-83.8,173.1],"ftR":[-65.4,315.3],"hipL":[8.4,39.9],"knL":[-17.1,180.7],"ftL":[23.1,325.7]},{"rootY":0.2,"hips":[0,0],"chest":[-8.3,-83.6],"neck":[-8.3,-83.6],"head":[-23.2,-144.7],"shR":[-37.5,-112.4],"elR":[-8.2,-6.9],"haR":[-30,55.6],"shL":[30.6,-103.3],"elL":[21.1,0],"haL":[-2.7,54.6],"hipR":[-25.2,37.6],"knR":[-84.6,172.9],"ftR":[-63.5,313.9],"hipL":[8.9,39.9],"knL":[-15.3,181],"ftL":[24.9,325.2]},{"rootY":0.4,"hips":[0,0],"chest":[-8.8,-83.3],"neck":[-8.8,-83.3],"head":[-24,-144.3],"shR":[-38.5,-112.2],"elR":[-9.2,-6.8],"haR":[-32,55.5],"shL":[30.6,-102.7],"elL":[20.5,0.6],"haL":[-3.2,54.9],"hipR":[-25.4,37.5],"knR":[-84.5,172.7],"ftR":[-61.4,312.5],"hipL":[9.1,40.2],"knL":[-14.4,181.5],"ftL":[27,325.2]},{"rootY":0.6,"hips":[0,0],"chest":[-8.8,-83.2],"neck":[-8.8,-83.2],"head":[-24.1,-144.1],"shR":[-39.2,-112.5],"elR":[-10.6,-7.2],"haR":[-34.1,54.7],"shL":[31,-102.4],"elL":[20.7,0.9],"haL":[-2.7,55.4],"hipR":[-25.2,37.5],"knR":[-84.8,172.6],"ftR":[-58.8,311],"hipL":[9.3,40.3],"knL":[-12.9,181.9],"ftL":[29.9,324.6]},{"rootY":1.3,"hips":[0,0],"chest":[-8.9,-82.9],"neck":[-8.9,-82.9],"head":[-24.6,-143.7],"shR":[-39.3,-112.2],"elR":[-11.5,-7.2],"haR":[-36.1,54.2],"shL":[30.9,-102.1],"elL":[20.8,1.1],"haL":[-2.2,55.6],"hipR":[-25.1,37.6],"knR":[-84.4,172.9],"ftR":[-55.6,309.5],"hipL":[10,40.4],"knL":[-10.6,182.3],"ftL":[32.8,324]},{"rootY":2.2,"hips":[0,0],"chest":[-8.9,-83.1],"neck":[-8.9,-83.1],"head":[-24.6,-143.7],"shR":[-40.3,-112.6],"elR":[-12.7,-8],"haR":[-38.6,53],"shL":[31.8,-102],"elL":[21.6,1.2],"haL":[-0.2,55.6],"hipR":[-25.1,37.5],"knR":[-84.3,173],"ftR":[-51.8,307.6],"hipL":[9.6,40.5],"knL":[-9.4,182.7],"ftL":[36.3,322.8]},{"rootY":3,"hips":[0,0],"chest":[-9.1,-82.5],"neck":[-9.1,-82.5],"head":[-24.9,-143.1],"shR":[-42.7,-112.6],"elR":[-15,-8.4],"haR":[-42.1,52.1],"shL":[33.8,-100.9],"elL":[24,2],"haL":[3.6,56.4],"hipR":[-24.9,37.8],"knR":[-82.9,173.6],"ftR":[-46.7,305.9],"hipL":[10.9,40.6],"knL":[-6,183],"ftL":[40.3,322.1]},{"rootY":4,"hips":[0,0],"chest":[-8.9,-82.3],"neck":[-8.9,-82.3],"head":[-24.8,-142.9],"shR":[-43,-112.6],"elR":[-16,-8.8],"haR":[-44.6,51.2],"shL":[34.5,-100.5],"elL":[25.9,2.3],"haL":[7.2,56.5],"hipR":[-24.9,37.7],"knR":[-81.6,174.3],"ftR":[-41.7,304],"hipL":[11.4,40.8],"knL":[-3.2,183.5],"ftL":[44.8,321]},{"rootY":5.2,"hips":[0,0],"chest":[-8.9,-82],"neck":[-8.9,-82],"head":[-24.7,-142.5],"shR":[-43.2,-112.4],"elR":[-16.5,-9.4],"haR":[-46.8,50],"shL":[34.7,-100.2],"elL":[28.2,2.4],"haL":[11.2,56.3],"hipR":[-24.9,37.7],"knR":[-79.8,175],"ftR":[-37,302.1],"hipL":[11.8,41.1],"knL":[-0.7,183.9],"ftL":[49.5,319.6]},{"rootY":6.8,"hips":[0,0],"chest":[-8.5,-81.8],"neck":[-8.5,-81.8],"head":[-24.2,-142.1],"shR":[-43.1,-112.2],"elR":[-17.3,-9.4],"haR":[-49.5,49.3],"shL":[35.3,-99.8],"elL":[31.9,2.3],"haL":[17.2,55.7],"hipR":[-25.4,37.4],"knR":[-77.4,175.8],"ftR":[-31.2,299.7],"hipL":[11.8,41.4],"knL":[2.5,184.5],"ftL":[55,317.6]},{"rootY":8.6,"hips":[0,0],"chest":[-7.7,-81.3],"neck":[-7.7,-81.3],"head":[-23.2,-141.6],"shR":[-42.1,-111.6],"elR":[-18.2,-8.9],"haR":[-52.2,48.9],"shL":[36,-99.6],"elL":[37,2.2],"haL":[25.1,54.5],"hipR":[-25.7,37],"knR":[-73.9,176.7],"ftR":[-24.7,297.3],"hipL":[11.8,42],"knL":[4.9,185.2],"ftL":[60.8,315.1]},{"rootY":10.9,"hips":[0,0],"chest":[-8,-81.5],"neck":[-8,-81.5],"head":[-23.2,-141.7],"shR":[-43.3,-111.9],"elR":[-22.1,-9],"haR":[-58.3,47.8],"shL":[36.5,-99.5],"elL":[42.3,1.4],"haL":[34.2,52.3],"hipR":[-26.5,36.5],"knR":[-71.6,177.5],"ftR":[-19.2,293.9],"hipL":[11.2,42.2],"knL":[4.8,185.4],"ftL":[65.9,309.7]},{"rootY":12.9,"hips":[0,0],"chest":[-8.2,-81.1],"neck":[-8.2,-81.1],"head":[-23,-141.2],"shR":[-44.1,-111.8],"elR":[-27.4,-8.1],"haR":[-65.9,47.4],"shL":[37.1,-98.9],"elL":[48.6,0.4],"haL":[45,49.7],"hipR":[-27.2,36.1],"knR":[-68.7,178.2],"ftR":[-14.2,289.9],"hipL":[11.2,42.6],"knL":[4.5,185.7],"ftL":[71.1,300.8]},{"rootY":15,"hips":[0,0],"chest":[-8.9,-80.7],"neck":[-8.9,-80.7],"head":[-23.3,-140.6],"shR":[-45.6,-111.3],"elR":[-34.2,-7.3],"haR":[-75.5,46.4],"shL":[36.7,-98.7],"elL":[55.5,-1.9],"haL":[57.2,45.1],"hipR":[-28,35.7],"knR":[-66.6,178.8],"ftR":[-10.4,285.5],"hipL":[12,42.9],"knL":[1.9,184.4],"ftL":[72,287.3]},{"rootY":17.9,"hips":[0,0],"chest":[-9.4,-80.4],"neck":[-9.4,-80.4],"head":[-23.3,-140.3],"shR":[-48.6,-110.5],"elR":[-44.6,-6],"haR":[-89.2,44.9],"shL":[38.1,-99],"elL":[64.9,-6.3],"haL":[73.1,37.7],"hipR":[-28.6,35.4],"knR":[-65.3,179.2],"ftR":[-6.8,280.9],"hipL":[12.2,43.2],"knL":[-1.8,180.2],"ftL":[66.7,272.3]},{"rootY":20.8,"hips":[0,0],"chest":[-10.2,-80.2],"neck":[-10.2,-80.2],"head":[-23,-140.2],"shR":[-52.3,-109.6],"elR":[-58.9,-5.2],"haR":[-107.6,41],"shL":[39.5,-99.7],"elL":[74.5,-12.2],"haL":[90,27.9],"hipR":[-29.7,34.5],"knR":[-63.4,179.6],"ftR":[-2.5,277.3],"hipL":[11.3,43.7],"knL":[-5,172.7],"ftL":[56,260.3]},{"rootY":22.6,"hips":[0,0],"chest":[-10.7,-79.8],"neck":[-10.7,-79.8],"head":[-22.5,-140.1],"shR":[-54.6,-108.8],"elR":[-74,-4.9],"haR":[-126.6,33.7],"shL":[40.7,-99.6],"elL":[86.9,-18.9],"haL":[109,14.6],"hipR":[-29.8,34.4],"knR":[-58.7,181.1],"ftR":[2.9,275.6],"hipL":[11.5,43.9],"knL":[-6.9,161.3],"ftL":[41.4,256]},{"rootY":20.9,"hips":[0,0],"chest":[-10.4,-79.9],"neck":[-10.4,-79.9],"head":[-21.4,-140.4],"shR":[-56.4,-108.8],"elR":[-88.5,-6.2],"haR":[-143.2,21.3],"shL":[43.1,-99.9],"elL":[100.3,-28.3],"haL":[129.8,-1.4],"hipR":[-30.1,34],"knR":[-50.7,182.6],"ftR":[9.6,277.2],"hipL":[11.2,44.2],"knL":[-10.2,149.4],"ftL":[26.5,260.6]},{"rootY":16.3,"hips":[0,0],"chest":[-9.3,-80.5],"neck":[-9.3,-80.5],"head":[-20.1,-141],"shR":[-56.8,-108.7],"elR":[-100.1,-8],"haR":[-153.8,6.5],"shL":[45.8,-101.1],"elL":[113.6,-37.6],"haL":[149.5,-18.3],"hipR":[-30.8,33.4],"knR":[-40.7,182.2],"ftR":[15.3,280],"hipL":[10.6,44.6],"knL":[-15.2,141.4],"ftL":[12.1,272.7]},{"rootY":9.6,"hips":[0,0],"chest":[-7.7,-80.9],"neck":[-7.7,-80.9],"head":[-18.4,-141.7],"shR":[-56,-107.7],"elR":[-108.5,-9.8],"haR":[-158.1,-6.9],"shL":[48,-103],"elL":[123.3,-46.5],"haL":[166.5,-34.1],"hipR":[-31.9,32.2],"knR":[-33.9,178.4],"ftR":[16.7,281.5],"hipL":[9.3,45.3],"knL":[-20.9,139.2],"ftL":[-1.5,287.7]},{"rootY":1.2,"hips":[0,0],"chest":[-5.7,-82],"neck":[-5.7,-82],"head":[-17,-143],"shR":[-54.4,-106.5],"elR":[-115.1,-11.8],"haR":[-159.8,-17.8],"shL":[50.4,-106.1],"elL":[133.3,-54.9],"haL":[181.6,-48.7],"hipR":[-32.9,31.2],"knR":[-30.8,172.2],"ftR":[9.3,283.3],"hipL":[8,45.6],"knL":[-25.4,143.1],"ftL":[-14.3,302.7]},{"rootY":-5.2,"hips":[0,0],"chest":[-2.8,-83.3],"neck":[-2.8,-83.3],"head":[-14.3,-144.8],"shR":[-51.7,-105.4],"elR":[-118.9,-14.1],"haR":[-159.5,-26.7],"shL":[53.2,-109.6],"elL":[142.1,-64.3],"haL":[194.7,-63.6],"hipR":[-33.6,30.6],"knR":[-29.7,164.2],"ftR":[2.6,276.6],"hipL":[7.2,45.5],"knL":[-27.4,149.3],"ftL":[-25.3,312.7]},{"rootY":-6.7,"hips":[0,0],"chest":[0,-84.7],"neck":[0,-84.7],"head":[-11.6,-146.7],"shR":[-50.4,-105.6],"elR":[-120.6,-16.4],"haR":[-159.8,-33.6],"shL":[57.5,-111.7],"elL":[151.2,-73.2],"haL":[206.4,-77.3],"hipR":[-35.2,29.2],"knR":[-33.6,157.1],"ftR":[0.8,255.8],"hipL":[5.2,45.4],"knL":[-30.3,153.3],"ftL":[-34.1,315.6]},{"rootY":-2.9,"hips":[0,0],"chest":[2.6,-86],"neck":[2.6,-86],"head":[-8.6,-148.5],"shR":[-48.3,-105.3],"elR":[-119.4,-16.7],"haR":[-159.3,-36],"shL":[60.8,-113.9],"elL":[158.2,-82.6],"haL":[214.5,-90.8],"hipR":[-36.8,27.7],"knR":[-43.1,151.2],"ftR":[-2.8,226.7],"hipL":[3.5,44.9],"knL":[-32.4,153.5],"ftL":[-41.2,315.2]},{"rootY":5.7,"hips":[0,0],"chest":[5.5,-86.6],"neck":[5.5,-86.6],"head":[-5,-149.5],"shR":[-46.1,-104.3],"elR":[-116.1,-14.9],"haR":[-158.4,-33.9],"shL":[64.8,-115],"elL":[164.6,-89.2],"haL":[221.1,-101.6],"hipR":[-37.8,26.9],"knR":[-54.8,147.1],"ftR":[-9.9,194.8],"hipL":[3.6,44.1],"knL":[-29.1,151],"ftL":[-46.4,313.1]},{"rootY":18.4,"hips":[0,0],"chest":[8,-86.9],"neck":[8,-86.9],"head":[-1.5,-150.3],"shR":[-44.2,-103.4],"elR":[-110.7,-11.3],"haR":[-156.9,-28.3],"shL":[68.1,-115.4],"elL":[168.7,-91.8],"haL":[224.3,-108.4],"hipR":[-38.6,25.8],"knR":[-69.4,144.1],"ftR":[-21.8,164.3],"hipL":[3.4,43.3],"knL":[-23.8,148.1],"ftL":[-52.5,308]},{"rootY":29,"hips":[0,0],"chest":[9.4,-87],"neck":[9.4,-87],"head":[-0.1,-150.4],"shR":[-43.5,-103],"elR":[-101,-5],"haR":[-153.2,-17.3],"shL":[70.4,-115],"elL":[169.5,-87.8],"haL":[223.8,-107.4],"hipR":[-38.6,25.6],"knR":[-86,145.3],"ftR":[-39.7,146.2],"hipL":[4.3,41.7],"knL":[-21,142.8],"ftL":[-50.4,298.1]},{"rootY":37.7,"hips":[0,0],"chest":[9.3,-87.1],"neck":[9.3,-87.1],"head":[-1.5,-150.3],"shR":[-43.5,-102.9],"elR":[-87.7,1.7],"haR":[-145.4,0.3],"shL":[70.4,-115.1],"elL":[164.9,-77],"haL":[217.4,-97],"hipR":[-37.5,26.6],"knR":[-104.4,149.1],"ftR":[-63.3,145.1],"hipL":[6.3,39.4],"knL":[-19.2,139.5],"ftL":[-46.1,289]},{"rootY":42.8,"hips":[0,0],"chest":[7.3,-87.3],"neck":[7.3,-87.3],"head":[-4.7,-150],"shR":[-45.1,-102.5],"elR":[-74.4,7],"haR":[-133.7,20.7],"shL":[67.9,-115.9],"elL":[154.3,-63.5],"haL":[205.1,-80],"hipR":[-36.1,28],"knR":[-122.2,148.8],"ftR":[-90.5,165.4],"hipL":[8.1,36.8],"knL":[-19.8,140.2],"ftL":[-46.3,284]},{"rootY":46,"hips":[0,0],"chest":[3.8,-87.4],"neck":[3.8,-87.4],"head":[-9.2,-149.8],"shR":[-47.5,-101.4],"elR":[-60.9,10.8],"haR":[-118.2,38.5],"shL":[63.3,-117.3],"elL":[139.6,-52.7],"haL":[187.5,-61.3],"hipR":[-35,28.7],"knR":[-134.1,140.4],"ftR":[-119.6,204],"hipL":[9.6,34.7],"knL":[-22.1,141.3],"ftL":[-47.1,280.7]},{"rootY":48.2,"hips":[0,0],"chest":[1.2,-87.4],"neck":[1.2,-87.4],"head":[-12.8,-149.5],"shR":[-49,-100.7],"elR":[-46.7,11.4],"haR":[-98.4,51.6],"shL":[59.1,-118.6],"elL":[123.8,-43.8],"haL":[166.6,-41.7],"hipR":[-33.2,29.6],"knR":[-133.3,130.9],"ftR":[-148.3,248.9],"hipL":[12.2,31.7],"knL":[-22.5,142.1],"ftL":[-46.1,277.7]},{"rootY":47.4,"hips":[0,0],"chest":[-0.6,-87.3],"neck":[-0.6,-87.3],"head":[-15.8,-149.2],"shR":[-49,-99.3],"elR":[-33,10.8],"haR":[-76.6,61.6],"shL":[55,-120.3],"elL":[106.6,-36],"haL":[139.6,-22.9],"hipR":[-31.7,30.7],"knR":[-123.4,124.8],"ftR":[-169.4,270.8],"hipL":[13.6,29.6],"knL":[-22.6,144.9],"ftL":[-44.9,278.5]},{"rootY":41.8,"hips":[0,0],"chest":[-1.3,-87.2],"neck":[-1.3,-87.2],"head":[-17,-149],"shR":[-47.4,-98.7],"elR":[-18.7,8.2],"haR":[-53.6,66.1],"shL":[52.1,-121],"elL":[89.2,-29.4],"haL":[110.3,-6.1],"hipR":[-31,31.5],"knR":[-114.7,117.7],"ftR":[-158.6,259],"hipL":[14,28.9],"knL":[-21.9,149.8],"ftL":[-43.7,283.7]},{"rootY":39.1,"hips":[0,0],"chest":[-2.6,-87.2],"neck":[-2.6,-87.2],"head":[-18.5,-149.1],"shR":[-45.9,-98],"elR":[-7.3,5.6],"haR":[-33,68.3],"shL":[48.3,-122.1],"elL":[69,-25.2],"haL":[77.3,5.9],"hipR":[-30.7,32.1],"knR":[-105,107.4],"ftR":[-142,233.5],"hipL":[14.3,29.6],"knL":[-22.3,152.6],"ftL":[-42.6,287.3]},{"rootY":36.8,"hips":[0,0],"chest":[-2.6,-87.3],"neck":[-2.6,-87.3],"head":[-18.2,-149.5],"shR":[-42.7,-97.5],"elR":[3.9,2.8],"haR":[-13.4,67.7],"shL":[45.3,-122.9],"elL":[50.7,-23.2],"haL":[44.3,13.2],"hipR":[-28.2,33.2],"knR":[-90,97.1],"ftR":[-111.8,216.9],"hipL":[16.9,26.2],"knL":[-23,152.2],"ftL":[-39.4,287.1]},{"rootY":36.7,"hips":[0,0],"chest":[-3.8,-87.3],"neck":[-3.8,-87.3],"head":[-19.1,-149.9],"shR":[-40.6,-97.8],"elR":[12.1,-0.6],"haR":[1.5,64.9],"shL":[41.7,-122.8],"elL":[35.5,-22.1],"haL":[12.5,16.8],"hipR":[-27.5,33],"knR":[-72.9,83.9],"ftR":[-70.2,203],"hipL":[18.5,25.8],"knL":[-21.6,153.8],"ftL":[-38.6,287.3]},{"rootY":34.5,"hips":[0,0],"chest":[-2.2,-87.4],"neck":[-2.2,-87.4],"head":[-17.6,-150.2],"shR":[-35.9,-98.2],"elR":[19.8,-2.5],"haR":[15.1,62.6],"shL":[40.7,-122.8],"elL":[25.3,-22.3],"haL":[-13.1,16.2],"hipR":[-27,32.6],"knR":[-53.1,72.2],"ftR":[-30.6,193.9],"hipL":[20,26],"knL":[-17.1,156.3],"ftL":[-35.5,289.6]},{"rootY":31.3,"hips":[0,0],"chest":[-0.8,-87.4],"neck":[-0.8,-87.4],"head":[-16,-150.3],"shR":[-31.4,-98.1],"elR":[24.6,-2.3],"haR":[24.8,61.9],"shL":[39.8,-122.8],"elL":[17,-23.6],"haL":[-33.5,12.1],"hipR":[-27.4,32.2],"knR":[-33.2,66.2],"ftR":[3.4,188.9],"hipL":[20.3,27.8],"knL":[-14.4,159.7],"ftL":[-32.4,292]},{"rootY":29.3,"hips":[0,0],"chest":[0.2,-87.5],"neck":[0.2,-87.5],"head":[-14.3,-150.7],"shR":[-28.8,-98.3],"elR":[27,-2.3],"haR":[30.3,60.9],"shL":[39.8,-122.8],"elL":[8.9,-25.7],"haL":[-48.9,5.8],"hipR":[-25.6,33],"knR":[-15.9,63.5],"ftR":[31.6,187.2],"hipL":[22.5,27.1],"knL":[-10.2,161],"ftL":[-32,293.5]},{"rootY":25.9,"hips":[0,0],"chest":[0.3,-87.5],"neck":[0.3,-87.5],"head":[-13.2,-151],"shR":[-29.2,-98.8],"elR":[27.4,-3.3],"haR":[31.5,59.2],"shL":[40.7,-122.2],"elL":[0.7,-28.2],"haL":[-60.5,-1.7],"hipR":[-24.6,33],"knR":[-1.6,66.3],"ftR":[56.2,191.8],"hipL":[24.2,27.7],"knL":[-4.8,164],"ftL":[-31.9,297.3]},{"rootY":23.7,"hips":[0,0],"chest":[0.8,-87.6],"neck":[0.8,-87.6],"head":[-11.8,-151.4],"shR":[-30.5,-97.6],"elR":[26.7,-2.7],"haR":[30.9,59.5],"shL":[42.6,-123.4],"elL":[-7.2,-33.4],"haL":[-69.4,-11.2],"hipR":[-22.3,34],"knR":[11.5,74.6],"ftR":[75.8,201.6],"hipL":[27.3,28.4],"knL":[1.5,165.8],"ftL":[-31.2,298.4]},{"rootY":20.5,"hips":[0,0],"chest":[1.4,-87.6],"neck":[1.4,-87.6],"head":[-10.8,-151.7],"shR":[-33.8,-97.5],"elR":[23.1,-3],"haR":[26.5,59.5],"shL":[45.7,-123.6],"elL":[-12.2,-37.9],"haL":[-74.6,-19.8],"hipR":[-20.8,34.5],"knR":[23.3,85.9],"ftR":[88.9,216.7],"hipL":[29.2,29.7],"knL":[7.3,168.2],"ftL":[-30.3,300.9]},{"rootY":18.4,"hips":[0,0],"chest":[1.6,-87.6],"neck":[1.6,-87.6],"head":[-10.1,-151.9],"shR":[-36.3,-96.5],"elR":[18.3,-1.5],"haR":[20.8,61.3],"shL":[47.3,-124.5],"elL":[-15.9,-41.9],"haL":[-78.9,-27.9],"hipR":[-18.8,35.4],"knR":[32.5,97.3],"ftR":[93.3,234.3],"hipL":[31.2,30.4],"knL":[11.3,169.9],"ftL":[-31,302.9]},{"rootY":17,"hips":[0,0],"chest":[1.7,-87.5],"neck":[1.7,-87.5],"head":[-9.5,-151.9],"shR":[-41.8,-97.1],"elR":[8.7,-1.1],"haR":[9.7,62.4],"shL":[51.6,-123.7],"elL":[-14.2,-43.3],"haL":[-77.2,-32.8],"hipR":[-14.9,36.3],"knR":[41,108.6],"ftR":[90.9,253],"hipL":[34.4,28.9],"knL":[13.7,169.4],"ftL":[-33.5,303.2]},{"rootY":15.9,"hips":[0,0],"chest":[2.2,-87.3],"neck":[2.2,-87.3],"head":[-8.7,-151.8],"shR":[-45.8,-97.8],"elR":[-3.2,1.1],"haR":[-4.5,65],"shL":[55.3,-122.5],"elL":[-11.4,-43.3],"haL":[-74.7,-35.4],"hipR":[-16.5,35.6],"knR":[47.8,120.2],"ftR":[85.2,269.7],"hipL":[32.9,31.7],"knL":[15.2,172.9],"ftL":[-33.4,305.7]},{"rootY":16.5,"hips":[0,0],"chest":[0,-87.4],"neck":[0,-87.4],"head":[-10.6,-152],"shR":[-51.7,-97.5],"elR":[-18.3,3.9],"haR":[-24.2,68.4],"shL":[55.7,-122.5],"elL":[-9.1,-43.6],"haL":[-72.3,-36.5],"hipR":[-13,36.5],"knR":[49.6,133.7],"ftR":[72.5,286.3],"hipL":[35.2,31.1],"knL":[16.4,172.2],"ftL":[-37.7,302.4]},{"rootY":17.9,"hips":[0,0],"chest":[-1.4,-87.3],"neck":[-1.4,-87.3],"head":[-11.2,-152.1],"shR":[-56,-98.1],"elR":[-32.9,5.8],"haR":[-45.3,70.4],"shL":[56.4,-121.5],"elL":[-3.6,-42.8],"haL":[-67.7,-35.3],"hipR":[-12.3,36.6],"knR":[48.5,145.7],"ftR":[59.8,299],"hipL":[35.2,32],"knL":[17.2,173.2],"ftL":[-41.4,300.6]},{"rootY":17.9,"hips":[0,0],"chest":[-1.8,-87.2],"neck":[-1.8,-87.2],"head":[-11.3,-152],"shR":[-59.5,-98.8],"elR":[-48,7.4],"haR":[-67.5,71.2],"shL":[57.6,-120.4],"elL":[4.9,-41.5],"haL":[-60.3,-31.4],"hipR":[-11.6,35.9],"knR":[50.5,151.2],"ftR":[61.4,304.6],"hipL":[34.7,33.1],"knL":[19,174.6],"ftL":[-43.3,299.4]},{"rootY":19.3,"hips":[0,0],"chest":[-1.3,-87.6],"neck":[-1.3,-87.6],"head":[-10.4,-152.4],"shR":[-60.8,-98],"elR":[-60.7,10.4],"haR":[-88,71.9],"shL":[58.7,-120.7],"elL":[15.7,-41.7],"haL":[-49.2,-26.7],"hipR":[-13,35.4],"knR":[48.1,152.6],"ftR":[64.4,305.2],"hipL":[33.7,34],"knL":[18.2,175.3],"ftL":[-44.9,297.5]},{"rootY":21.4,"hips":[0,0],"chest":[0.5,-87.7],"neck":[0.5,-87.7],"head":[-8.4,-152.5],"shR":[-60.8,-97.4],"elR":[-70.6,12],"haR":[-105.7,70],"shL":[60.1,-121.4],"elL":[29.1,-41.4],"haL":[-33.1,-21.5],"hipR":[-12.5,35.6],"knR":[47.6,153.1],"ftR":[65,305.4],"hipL":[34.1,33.6],"knL":[17.4,174.7],"ftL":[-44.7,295.5]},{"rootY":22.5,"hips":[0,0],"chest":[0,-87.6],"neck":[0,-87.6],"head":[-7.6,-152.6],"shR":[-62.3,-99.4],"elR":[-79.9,10.8],"haR":[-121.2,63.7],"shL":[60.1,-119.9],"elL":[42,-38.6],"haL":[-13,-14],"hipR":[-11.7,35.4],"knR":[49.7,151.8],"ftR":[65.1,304],"hipL":[34.6,33.2],"knL":[17.8,174.4],"ftL":[-44.1,294.9]},{"rootY":22.8,"hips":[0,0],"chest":[-0.3,-87.5],"neck":[-0.3,-87.5],"head":[-6.3,-152.6],"shR":[-63.1,-100.5],"elR":[-88.3,9.4],"haR":[-133.2,56.4],"shL":[59.9,-119],"elL":[52.6,-35.4],"haL":[11.5,-6.6],"hipR":[-11.4,34.7],"knR":[51.7,151],"ftR":[65.9,303.1],"hipL":[34.3,33.6],"knL":[19.6,175],"ftL":[-42.7,294.9]},{"rootY":22.9,"hips":[0,0],"chest":[-0.4,-87.6],"neck":[-0.4,-87.6],"head":[-4.6,-152.8],"shR":[-63.3,-101.8],"elR":[-95.3,7],"haR":[-141.3,46.8],"shL":[60,-117.7],"elL":[61.1,-32.5],"haL":[40.8,-0.3],"hipR":[-10.3,34.7],"knR":[54.5,150.7],"ftR":[67.9,303],"hipL":[34.7,33.4],"knL":[22.3,175],"ftL":[-39.9,294.9]},{"rootY":21.9,"hips":[0,0],"chest":[-0.7,-87.6],"neck":[-0.7,-87.6],"head":[-3.3,-152.9],"shR":[-63.7,-103.4],"elR":[-101.9,3.6],"haR":[-147.1,35.8],"shL":[59.8,-116.3],"elL":[69.5,-30.5],"haL":[71.1,1.9],"hipR":[-9.3,34.8],"knR":[56.4,151.5],"ftR":[69.9,304.1],"hipL":[35,33.3],"knL":[24.4,175],"ftL":[-37.4,296]},{"rootY":20.5,"hips":[0,0],"chest":[-0.6,-87.6],"neck":[-0.6,-87.6],"head":[-1.6,-152.9],"shR":[-63.6,-104.2],"elR":[-108.1,0.3],"haR":[-150.2,25],"shL":[59.4,-115.3],"elL":[80.6,-29.8],"haL":[101.2,1.3],"hipR":[-9,34.9],"knR":[57,152.8],"ftR":[72.8,305.5],"hipL":[34.9,33.5],"knL":[25.9,175.5],"ftL":[-34.5,298.4]},{"rootY":19.3,"hips":[0,0],"chest":[-0.2,-87.7],"neck":[-0.2,-87.7],"head":[0.1,-152.9],"shR":[-62.9,-105.6],"elR":[-113.1,-3.7],"haR":[-150.2,14.5],"shL":[59.3,-114.3],"elL":[93.5,-30.6],"haL":[130.6,-2.3],"hipR":[-8.7,35.4],"knR":[56.8,154],"ftR":[75.5,306.5],"hipL":[35,33.5],"knL":[26.2,175.7],"ftL":[-31.4,300.6]},{"rootY":17.9,"hips":[0,0],"chest":[0.4,-87.7],"neck":[0.4,-87.7],"head":[2,-152.9],"shR":[-62,-106.6],"elR":[-116.6,-7.1],"haR":[-149.3,5.6],"shL":[59.3,-113.5],"elL":[107.1,-31],"haL":[155,-6.9],"hipR":[-8.6,36],"knR":[55.3,155],"ftR":[77.2,307.3],"hipL":[35.1,33.5],"knL":[25.8,175.7],"ftL":[-28.5,303.3]},{"rootY":16.8,"hips":[0,0],"chest":[1.6,-87.7],"neck":[1.6,-87.7],"head":[4.3,-152.8],"shR":[-60.4,-107.6],"elR":[-118.4,-10.2],"haR":[-147,-1.6],"shL":[60,-112.8],"elL":[120.1,-32.5],"haL":[175.9,-11],"hipR":[-9.4,36.5],"knR":[53.3,155.3],"ftR":[77.9,307.4],"hipL":[34.8,33.7],"knL":[25.5,176.2],"ftL":[-25.1,306.4]},{"rootY":16.1,"hips":[0,0],"chest":[3,-87.7],"neck":[3,-87.7],"head":[6.9,-152.6],"shR":[-58.4,-108.6],"elR":[-118.6,-13],"haR":[-143.5,-6.9],"shL":[61.3,-111.9],"elL":[129.8,-34.1],"haL":[190.2,-14.6],"hipR":[-10.2,36.8],"knR":[50.2,155.7],"ftR":[75.6,307.8],"hipL":[34.6,33.9],"knL":[25.5,176.6],"ftL":[-21.9,308.9]},{"rootY":15.9,"hips":[0,0],"chest":[4.4,-87.6],"neck":[4.4,-87.6],"head":[9.3,-152.4],"shR":[-56.4,-109.5],"elR":[-117.7,-15],"haR":[-139.8,-10],"shL":[62.7,-111.4],"elL":[135,-36.4],"haL":[198.3,-18.2],"hipR":[-11,37.2],"knR":[46.6,155.7],"ftR":[70.5,308],"hipL":[34.4,34.2],"knL":[25,176.9],"ftL":[-19,311]},{"rootY":15.1,"hips":[0,0],"chest":[5.6,-87.5],"neck":[5.6,-87.5],"head":[11.7,-151.9],"shR":[-54.8,-109.9],"elR":[-116.2,-16.1],"haR":[-135.9,-10.5],"shL":[63.5,-111.1],"elL":[134.7,-38.4],"haL":[199.1,-21.3],"hipR":[-11.6,37.4],"knR":[42.7,155.5],"ftR":[60.9,308.5],"hipL":[34.1,34.4],"knL":[24.1,177.2],"ftL":[-16.7,312.7]}]},"march":{"name":"march","fps":30,"height":520,"groundY":342,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[1.1,-86.1],"neck":[1.1,-86.1],"head":[2,-151.3],"shR":[-51.8,-120.1],"elR":[-155.8,-105.5],"haR":[-222.9,-96.1],"shL":[58.6,-114],"elL":[159.3,-99.8],"haL":[225.6,-90.5],"hipR":[-21.8,38.1],"knR":[-19.3,184.4],"ftR":[-16.5,341.7],"hipL":[25.5,38.1],"knL":[22.9,183.4],"ftL":[20.2,338.8]},{"rootY":1.2,"hips":[0,0],"chest":[-6.3,-84.4],"neck":[-6.3,-84.4],"head":[-27.5,-144.7],"shR":[46.2,-120.7],"elR":[65.5,-17.5],"haR":[73.1,36.4],"shL":[-63.6,-112.6],"elL":[-58.1,-16.3],"haL":[-67.7,49],"hipR":[27.5,34.4],"knR":[17.9,175.6],"ftR":[12.4,313.9],"hipL":[-19.2,41.9],"knL":[-28.3,162.4],"ftL":[-38.2,316.8]},{"rootY":2.8,"hips":[0,0],"chest":[-6.7,-84.2],"neck":[-6.7,-84.2],"head":[-28.7,-144.1],"shR":[45.2,-121.3],"elR":[65.2,-18.2],"haR":[73,34.5],"shL":[-64.1,-111.7],"elL":[-56.9,-15.8],"haL":[-66.6,50.2],"hipR":[27.6,34.3],"knR":[18.6,175],"ftR":[14.5,308.9],"hipL":[-19.1,42],"knL":[-27.4,163.1],"ftL":[-36.6,318.2]},{"rootY":1.7,"hips":[0,0],"chest":[-7.8,-84],"neck":[-7.8,-84],"head":[-30.3,-143.6],"shR":[43.6,-121.7],"elR":[64,-18.7],"haR":[72.1,33.8],"shL":[-65.3,-110.9],"elL":[-56.4,-15.3],"haL":[-65.8,51],"hipR":[26.6,35],"knR":[18,175.5],"ftR":[16.2,304.2],"hipL":[-20.2,41.6],"knL":[-27.8,163],"ftL":[-35.3,318.3]},{"rootY":0.4,"hips":[0,0],"chest":[-8.7,-83.9],"neck":[-8.7,-83.9],"head":[-31.7,-143.4],"shR":[42.2,-122.3],"elR":[62.6,-19.4],"haR":[70.8,33.8],"shL":[-66.1,-110],"elL":[-55.8,-14.7],"haL":[-64.8,51.6],"hipR":[25.5,35.5],"knR":[16.9,177],"ftR":[17.8,297.6],"hipL":[-21.4,41.3],"knL":[-28.8,164.2],"ftL":[-34,319.5]},{"rootY":-0.2,"hips":[0,0],"chest":[-9,-84],"neck":[-9,-84],"head":[-32.6,-143.1],"shR":[41.7,-122.4],"elR":[62.3,-19.7],"haR":[70.2,34.5],"shL":[-66.2,-110],"elL":[-54.8,-15.3],"haL":[-63.4,50.8],"hipR":[25,35.5],"knR":[16.7,178.9],"ftR":[18.5,289.7],"hipL":[-21.8,41.1],"knL":[-30.1,165.8],"ftL":[-32.3,320.5]},{"rootY":-0.3,"hips":[0,0],"chest":[-9.4,-84],"neck":[-9.4,-84],"head":[-33,-143.4],"shR":[41.2,-122.6],"elR":[62.1,-20],"haR":[69.5,35.2],"shL":[-66.5,-109.9],"elL":[-54.4,-15.7],"haL":[-62.7,50.4],"hipR":[23.8,35.8],"knR":[16.9,181.1],"ftR":[18.3,280.7],"hipL":[-23,40.5],"knL":[-32.1,166.9],"ftL":[-30.4,320.6]},{"rootY":-0.1,"hips":[0,0],"chest":[-9.3,-84.2],"neck":[-9.3,-84.2],"head":[-33,-143.5],"shR":[41.4,-122.6],"elR":[62,-20.1],"haR":[68.8,35.9],"shL":[-66.3,-110],"elL":[-54.1,-16.5],"haL":[-62.4,49.8],"hipR":[22.1,36.4],"knR":[18.4,182.6],"ftR":[19,272],"hipL":[-24.8,39.4],"knL":[-32.7,168],"ftL":[-26.9,319.9]},{"rootY":0.8,"hips":[0,0],"chest":[-9.2,-84.3],"neck":[-9.2,-84.3],"head":[-32.4,-143.8],"shR":[41.9,-122.3],"elR":[61.4,-19.8],"haR":[67.9,37.4],"shL":[-66.1,-110.7],"elL":[-54.5,-16.9],"haL":[-62.6,49.5],"hipR":[20.2,36.9],"knR":[20.9,182.7],"ftR":[19.5,265],"hipL":[-26.7,37.9],"knL":[-31.7,168.8],"ftL":[-23.1,318.6]},{"rootY":1.9,"hips":[0,0],"chest":[-9.2,-84.3],"neck":[-9.2,-84.3],"head":[-31.8,-144],"shR":[42.4,-121.6],"elR":[60,-18.9],"haR":[66.5,39.5],"shL":[-66,-111.4],"elL":[-55.6,-17.1],"haL":[-64.1,49.3],"hipR":[19.9,36.8],"knR":[23,180.6],"ftR":[17.8,259.3],"hipL":[-27.1,37.4],"knL":[-29.8,169.9],"ftL":[-21.1,317.6]},{"rootY":2.2,"hips":[0,0],"chest":[-8.9,-84.4],"neck":[-8.9,-84.4],"head":[-30.7,-144.4],"shR":[43.1,-121.2],"elR":[57.9,-18.3],"haR":[64.6,41.6],"shL":[-65.7,-112],"elL":[-56.7,-16.3],"haL":[-65.9,50],"hipR":[19.5,37],"knR":[25.1,177.3],"ftR":[17.7,258.8],"hipL":[-27.6,36.6],"knL":[-28.3,171.5],"ftL":[-19.3,317.2]},{"rootY":2.3,"hips":[0,0],"chest":[-8.3,-84.5],"neck":[-8.3,-84.5],"head":[-29,-144.5],"shR":[44,-121],"elR":[55.5,-17.7],"haR":[62.4,43.5],"shL":[-65.1,-112.4],"elL":[-57.7,-15.4],"haL":[-67.7,50.7],"hipR":[19.3,37.3],"knR":[26.4,173.3],"ftR":[18.6,263.7],"hipL":[-27.9,36],"knL":[-26.3,173.5],"ftL":[-17.5,317.1]},{"rootY":1.1,"hips":[0,0],"chest":[-7.5,-84.6],"neck":[-7.5,-84.6],"head":[-27,-145.2],"shR":[45.2,-120.6],"elR":[53.4,-17],"haR":[60.4,45.3],"shL":[-64.5,-112.9],"elL":[-59,-15],"haL":[-69.6,50.7],"hipR":[19,37.4],"knR":[26.7,169.2],"ftR":[18.6,273.6],"hipL":[-28.1,35.7],"knL":[-24.4,174.6],"ftL":[-15.6,317.2]},{"rootY":0,"hips":[0,0],"chest":[-6.9,-84.7],"neck":[-6.9,-84.7],"head":[-25.1,-145.7],"shR":[46.3,-120],"elR":[51.8,-16.4],"haR":[58.2,47.2],"shL":[-63.9,-113.7],"elL":[-60.5,-15.1],"haL":[-71.5,50],"hipR":[18.8,37.6],"knR":[26.6,165.2],"ftR":[18.9,286.1],"hipL":[-28.4,35.4],"knL":[-22.9,176.3],"ftL":[-14,317.6]},{"rootY":-1.2,"hips":[0,0],"chest":[-6.4,-84.7],"neck":[-6.4,-84.7],"head":[-23.4,-146.4],"shR":[47,-119.3],"elR":[50.5,-15.8],"haR":[56.5,48.7],"shL":[-63.4,-114.2],"elL":[-62.9,-15.1],"haL":[-74,49.1],"hipR":[18.6,37.9],"knR":[26.6,162.3],"ftR":[20.3,298.7],"hipL":[-28.6,35],"knL":[-21.3,177.8],"ftL":[-12.4,318.3]},{"rootY":-3.2,"hips":[0,0],"chest":[-5.8,-84.7],"neck":[-5.8,-84.7],"head":[-21,-146.8],"shR":[47.7,-118.8],"elR":[49.2,-15.6],"haR":[54.6,49.3],"shL":[-62.8,-114.8],"elL":[-65.8,-15.3],"haL":[-76.4,47.7],"hipR":[18.8,38.2],"knR":[25.8,161],"ftR":[22.3,310],"hipL":[-28.4,35.2],"knL":[-20.5,179.2],"ftL":[-12,319.7]},{"rootY":-4.9,"hips":[0,0],"chest":[-5.7,-84.6],"neck":[-5.7,-84.6],"head":[-18.8,-147.4],"shR":[48,-118.2],"elR":[48,-15.3],"haR":[52.7,50.1],"shL":[-62.6,-115.4],"elL":[-69.7,-15.9],"haL":[-79.4,45.3],"hipR":[18.4,38.6],"knR":[24.3,161.7],"ftR":[25.3,317.7],"hipL":[-28.8,35.1],"knL":[-20.8,179.9],"ftL":[-12,320.6]},{"rootY":-4.1,"hips":[0,0],"chest":[-5.4,-84.7],"neck":[-5.4,-84.7],"head":[-18.2,-146.9],"shR":[48.2,-117.7],"elR":[46.4,-15.1],"haR":[51,50.7],"shL":[-62.2,-116],"elL":[-73.6,-16.3],"haL":[-82.7,43],"hipR":[18.1,38.9],"knR":[22.6,162.9],"ftR":[28.3,319.9],"hipL":[-29,35],"knL":[-21.3,180],"ftL":[-12.5,319.8]},{"rootY":-3.4,"hips":[0,0],"chest":[-4.9,-84.7],"neck":[-4.9,-84.7],"head":[-16.7,-147.1],"shR":[48.7,-117.6],"elR":[45.2,-15.2],"haR":[49.7,50.7],"shL":[-61.5,-116.3],"elL":[-76.8,-16.7],"haL":[-85.1,40.7],"hipR":[17.3,39.2],"knR":[21.8,164.1],"ftR":[30.4,318.6],"hipL":[-29.7,34.6],"knL":[-22,179],"ftL":[-13.2,319.1]},{"rootY":-2,"hips":[0,0],"chest":[-4.5,-84.7],"neck":[-4.5,-84.7],"head":[-15.4,-147.5],"shR":[49.1,-117.1],"elR":[44,-15],"haR":[48.5,51.1],"shL":[-60.8,-116.8],"elL":[-79.6,-17.4],"haL":[-87.3,38.4],"hipR":[17.3,39.4],"knR":[21.9,164.4],"ftR":[30.6,317.3],"hipL":[-29.7,34.7],"knL":[-22.6,178.6],"ftL":[-13.8,317.5]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.1,-84.6],"neck":[-4.1,-84.6],"head":[-14.1,-147.4],"shR":[49.6,-116.5],"elR":[43.1,-14.5],"haR":[48,52],"shL":[-60,-117.3],"elL":[-81.2,-18.1],"haL":[-88.7,35.8],"hipR":[17.4,39.7],"knR":[22.7,163.1],"ftR":[29.8,317],"hipL":[-29.6,34.6],"knL":[-22.8,177.7],"ftL":[-15.3,314.3]},{"rootY":1.5,"hips":[0,0],"chest":[-3.5,-84.5],"neck":[-3.5,-84.5],"head":[-12.8,-147.5],"shR":[50.1,-116.1],"elR":[42.1,-14.2],"haR":[47.1,52.5],"shL":[-59.2,-117.7],"elL":[-81.6,-18.6],"haL":[-89.5,33.8],"hipR":[17.4,39.8],"knR":[22.6,162.4],"ftR":[28.5,318],"hipL":[-29.6,34.5],"knL":[-23,176.4],"ftL":[-16.6,310.7]},{"rootY":1,"hips":[0,0],"chest":[-3,-84.5],"neck":[-3,-84.5],"head":[-11.3,-147.6],"shR":[50.6,-115.5],"elR":[41.7,-13.5],"haR":[46.9,53.5],"shL":[-58.3,-118.3],"elL":[-80.9,-19.2],"haL":[-89.5,32.3],"hipR":[17.5,39.8],"knR":[22,162.5],"ftR":[27.4,319.1],"hipL":[-29.5,34.7],"knL":[-23.3,175.1],"ftL":[-17.9,306.7]},{"rootY":-0.8,"hips":[0,0],"chest":[-2.2,-84.5],"neck":[-2.2,-84.5],"head":[-9.6,-147.8],"shR":[51.5,-114.8],"elR":[41.6,-12.7],"haR":[47.1,54.5],"shL":[-57,-118.9],"elL":[-79.1,-19.8],"haL":[-88.3,31.6],"hipR":[18.7,39.5],"knR":[22.8,163.5],"ftR":[27.6,320.5],"hipL":[-28.4,35.5],"knL":[-22.9,175.5],"ftL":[-19.7,302.6]},{"rootY":-2.6,"hips":[0,0],"chest":[-1.8,-84.5],"neck":[-1.8,-84.5],"head":[-8.4,-148],"shR":[51.9,-114.3],"elR":[41.5,-12.4],"haR":[47.2,54.9],"shL":[-56.2,-119.4],"elL":[-78.2,-20.5],"haL":[-87.3,31.4],"hipR":[19.8,39.2],"knR":[23.3,165],"ftR":[25.3,322.2],"hipL":[-27.3,36.2],"knL":[-23.1,176.5],"ftL":[-22.8,297.5]},{"rootY":-4.4,"hips":[0,0],"chest":[-1.7,-84.6],"neck":[-1.7,-84.6],"head":[-8,-148.4],"shR":[51.9,-114.2],"elR":[41.2,-12.2],"haR":[47.1,55.1],"shL":[-55.9,-119.7],"elL":[-78.1,-20.9],"haL":[-86.4,31.7],"hipR":[20.3,39],"knR":[23.2,167.1],"ftR":[23.6,324],"hipL":[-26.8,36.3],"knL":[-23.6,178.1],"ftL":[-25,291.7]},{"rootY":-5.3,"hips":[0,0],"chest":[-1.5,-84.7],"neck":[-1.5,-84.7],"head":[-7.4,-148.8],"shR":[52,-113.9],"elR":[41.6,-12],"haR":[47.7,55.1],"shL":[-55.6,-120],"elL":[-77.9,-21.5],"haL":[-85.1,32.2],"hipR":[21.2,38.6],"knR":[23,168.6],"ftR":[21.1,324.8],"hipL":[-26,36.7],"knL":[-24.4,180.3],"ftL":[-26,286.1]},{"rootY":-5.4,"hips":[0,0],"chest":[-1.5,-84.8],"neck":[-1.5,-84.8],"head":[-7.1,-149.1],"shR":[52.1,-113.7],"elR":[42.4,-11.9],"haR":[48.9,55.1],"shL":[-55.6,-120.2],"elL":[-78.2,-22.1],"haL":[-83.8,32.2],"hipR":[22.1,38],"knR":[21.7,169.7],"ftR":[18.4,324.5],"hipL":[-25.1,36.9],"knL":[-26.1,181.9],"ftL":[-27.6,278.6]},{"rootY":-4.6,"hips":[0,0],"chest":[-1.9,-84.8],"neck":[-1.9,-84.8],"head":[-7.6,-149.2],"shR":[51.8,-114],"elR":[43.5,-11.8],"haR":[50.3,54.9],"shL":[-56.1,-119.9],"elL":[-78.5,-22.1],"haL":[-82.7,32.7],"hipR":[22.9,37.2],"knR":[19.6,170.6],"ftR":[15.2,323.5],"hipL":[-24.3,37],"knL":[-28.3,182.2],"ftL":[-28.9,271.1]},{"rootY":-3.5,"hips":[0,0],"chest":[-2.2,-84.8],"neck":[-2.2,-84.8],"head":[-8.8,-149.8],"shR":[51.7,-114.5],"elR":[45.3,-11.8],"haR":[52.5,54.6],"shL":[-56.8,-119.6],"elL":[-77.6,-21.7],"haL":[-81.3,33.8],"hipR":[23.6,36.4],"knR":[17.3,171.7],"ftR":[12.7,322.4],"hipL":[-23.6,37],"knL":[-30.6,181.2],"ftL":[-29.2,264.6]},{"rootY":-3.3,"hips":[0,0],"chest":[-2.6,-84.9],"neck":[-2.6,-84.9],"head":[-9.4,-149.9],"shR":[51.6,-114.7],"elR":[47.2,-11.3],"haR":[55.1,54.7],"shL":[-57.4,-119.6],"elL":[-74.8,-21.3],"haL":[-78.5,35.2],"hipR":[24.6,35.4],"knR":[16.1,172.9],"ftR":[11.1,321.9],"hipL":[-22.5,37.6],"knL":[-32.5,179.5],"ftL":[-29.7,263.1]},{"rootY":-3.4,"hips":[0,0],"chest":[-3.1,-85.1],"neck":[-3.1,-85.1],"head":[-10,-150.3],"shR":[51.5,-114.9],"elR":[49.2,-10.9],"haR":[57.7,54.8],"shL":[-58,-119.5],"elL":[-71.5,-20.8],"haL":[-75.9,36.9],"hipR":[25,34.9],"knR":[15.6,174.6],"ftR":[10.1,322],"hipL":[-22.2,37.9],"knL":[-33.3,176.9],"ftL":[-30,266.1]},{"rootY":-4.2,"hips":[0,0],"chest":[-3.4,-85.2],"neck":[-3.4,-85.2],"head":[-10.6,-150.5],"shR":[51.5,-115.2],"elR":[51.2,-10.8],"haR":[60.4,54.4],"shL":[-58.5,-119.3],"elL":[-68.2,-20.3],"haL":[-73.1,38.7],"hipR":[25.5,34.5],"knR":[15.4,176.3],"ftR":[9.6,322.2],"hipL":[-21.6,38.3],"knL":[-33.3,173.9],"ftL":[-30,273.5]},{"rootY":-4.4,"hips":[0,0],"chest":[-3.6,-85.2],"neck":[-3.6,-85.2],"head":[-11.4,-150.6],"shR":[51.5,-115.7],"elR":[53.3,-11.1],"haR":[62.9,53.3],"shL":[-58.9,-118.8],"elL":[-65.3,-19.8],"haL":[-70.6,40.5],"hipR":[26.4,33.8],"knR":[15.6,177.4],"ftR":[9.2,322.4],"hipL":[-20.6,38.8],"knL":[-32.5,170.9],"ftL":[-29.1,282.8]},{"rootY":-5.5,"hips":[0,0],"chest":[-3.6,-85.2],"neck":[-3.6,-85.2],"head":[-12.5,-150.5],"shR":[51.5,-116.1],"elR":[55.6,-11.5],"haR":[65.3,52],"shL":[-59.1,-118.1],"elL":[-63.3,-19.5],"haL":[-68.7,41.8],"hipR":[26.7,33.8],"knR":[15.4,178.5],"ftR":[9.2,322.7],"hipL":[-20.3,39.2],"knL":[-31.1,168],"ftL":[-28,293.8]},{"rootY":-7,"hips":[0,0],"chest":[-3,-85.3],"neck":[-3,-85.3],"head":[-12.8,-150.6],"shR":[52.1,-116.8],"elR":[58.8,-12.3],"haR":[68.1,49.8],"shL":[-58.5,-117.7],"elL":[-61.1,-19.5],"haL":[-66.2,43.1],"hipR":[26.7,33.8],"knR":[16.7,179.5],"ftR":[10.1,323.2],"hipL":[-20.2,39.5],"knL":[-28.8,166.7],"ftL":[-26.2,304.7]},{"rootY":-7.7,"hips":[0,0],"chest":[-3,-85.3],"neck":[-3,-85.3],"head":[-14.2,-150.4],"shR":[51.9,-117.3],"elR":[61.4,-13],"haR":[70.3,48.8],"shL":[-58.5,-117.2],"elL":[-59.7,-19.4],"haL":[-64.8,44.1],"hipR":[27,33.8],"knR":[17.1,179.7],"ftR":[10.1,323.6],"hipL":[-19.9,40],"knL":[-27.1,165.7],"ftL":[-25.8,313.5]},{"rootY":-7,"hips":[0,0],"chest":[-3.2,-85.1],"neck":[-3.2,-85.1],"head":[-15.5,-150.1],"shR":[51.6,-117.7],"elR":[63.9,-13.6],"haR":[72,46.3],"shL":[-58.7,-116.4],"elL":[-58.3,-19.1],"haL":[-63.8,45.2],"hipR":[28.1,33.4],"knR":[17.4,178.9],"ftR":[9.7,322.9],"hipL":[-18.6,40.9],"knL":[-24.8,165.4],"ftL":[-26.7,319.2]},{"rootY":-6.6,"hips":[0,0],"chest":[-3.6,-85],"neck":[-3.6,-85],"head":[-16.6,-149.9],"shR":[50.9,-118.1],"elR":[66,-14.3],"haR":[73.2,44.3],"shL":[-59.1,-116],"elL":[-57.1,-19.2],"haL":[-63.1,45.8],"hipR":[28.1,33.7],"knR":[17.9,178.3],"ftR":[10,322.4],"hipL":[-18.6,41.3],"knL":[-22.8,165.9],"ftL":[-27.7,321.3]},{"rootY":-5.2,"hips":[0,0],"chest":[-3.9,-84.9],"neck":[-3.9,-84.9],"head":[-17.5,-149.7],"shR":[50.3,-118.6],"elR":[67.3,-15.1],"haR":[74.1,42],"shL":[-59.5,-115.3],"elL":[-55.3,-18.6],"haL":[-62.2,47.1],"hipR":[28.6,33.6],"knR":[19.1,176.7],"ftR":[10.8,320.9],"hipL":[-18,41.7],"knL":[-21.1,165.5],"ftL":[-27.5,319.9]},{"rootY":-3.2,"hips":[0,0],"chest":[-4.2,-84.8],"neck":[-4.2,-84.8],"head":[-18.3,-149.4],"shR":[49.8,-118.8],"elR":[68.4,-15.5],"haR":[75.1,40.3],"shL":[-59.7,-114.9],"elL":[-53.9,-18.2],"haL":[-61.5,47.9],"hipR":[28.7,33.6],"knR":[20,175.2],"ftR":[12.5,317.9],"hipL":[-17.8,41.9],"knL":[-21,164.9],"ftL":[-27.1,319]},{"rootY":-1.3,"hips":[0,0],"chest":[-4.9,-84.6],"neck":[-4.9,-84.6],"head":[-19.4,-149.1],"shR":[48.9,-119],"elR":[68.2,-15.8],"haR":[75,38.9],"shL":[-60.4,-114.4],"elL":[-53.1,-18],"haL":[-61.1,48.3],"hipR":[28.3,33.8],"knR":[20.2,174.5],"ftR":[14.4,313.9],"hipL":[-18.2,42],"knL":[-21.9,164.1],"ftL":[-25.9,319.1]},{"rootY":-1.8,"hips":[0,0],"chest":[-5.8,-84.3],"neck":[-5.8,-84.3],"head":[-20.6,-148.9],"shR":[47.4,-119.4],"elR":[66.9,-16.3],"haR":[74.1,38],"shL":[-61.3,-113.7],"elL":[-53.3,-17],"haL":[-61.3,49.5],"hipR":[27.5,34.2],"knR":[19.7,174.1],"ftR":[16,309.5],"hipL":[-19.2,41.8],"knL":[-22.4,162.9],"ftL":[-24.4,318.3]},{"rootY":-3,"hips":[0,0],"chest":[-7,-84.2],"neck":[-7,-84.2],"head":[-22.1,-148.7],"shR":[45.8,-119.8],"elR":[64.8,-16.7],"haR":[72.4,37.8],"shL":[-62.4,-113.1],"elL":[-53.8,-16],"haL":[-62.1,50.5],"hipR":[26.2,34.9],"knR":[18.5,175.7],"ftR":[17.4,303.4],"hipL":[-20.6,41.4],"knL":[-23.4,164.2],"ftL":[-22.8,319.7]},{"rootY":-4.8,"hips":[0,0],"chest":[-7.3,-84.4],"neck":[-7.3,-84.4],"head":[-22.6,-148.8],"shR":[45.2,-120.2],"elR":[63.5,-17.1],"haR":[71.3,38.2],"shL":[-62.6,-112.9],"elL":[-53.7,-15.9],"haL":[-62.3,50.5],"hipR":[25.7,35],"knR":[18.9,177.5],"ftR":[19.6,296],"hipL":[-21.1,41.1],"knL":[-23.4,166.7],"ftL":[-20.2,321.8]},{"rootY":-6.4,"hips":[0,0],"chest":[-7.5,-84.4],"neck":[-7.5,-84.4],"head":[-22.6,-148.9],"shR":[45.1,-120.3],"elR":[62.9,-17.3],"haR":[70.4,39],"shL":[-62.6,-112.7],"elL":[-53.6,-15.8],"haL":[-62.6,50.5],"hipR":[25.3,35.1],"knR":[20.6,180],"ftR":[20.9,289],"hipL":[-21.6,40.9],"knL":[-23.8,169],"ftL":[-17.9,323.4]},{"rootY":-7.2,"hips":[0,0],"chest":[-8.1,-84.5],"neck":[-8.1,-84.5],"head":[-23,-149],"shR":[44.6,-120.3],"elR":[62.1,-17.3],"haR":[69.1,39.9],"shL":[-63.2,-112.8],"elL":[-54.5,-16.2],"haL":[-63.8,50],"hipR":[24.1,35.6],"knR":[23,181.9],"ftR":[22,280.5],"hipL":[-22.9,40.2],"knL":[-24.6,170.8],"ftL":[-15.6,324.1]},{"rootY":-7.3,"hips":[0,0],"chest":[-8.5,-84.5],"neck":[-8.5,-84.5],"head":[-23,-149.1],"shR":[44.3,-120.1],"elR":[61.1,-17.2],"haR":[67.6,40.8],"shL":[-63.7,-112.9],"elL":[-56.5,-16.3],"haL":[-65.8,49.7],"hipR":[22.4,36.3],"knR":[25.1,182.1],"ftR":[23.6,272.8],"hipL":[-24.6,39.1],"knL":[-25.7,171.9],"ftL":[-13,323.8]},{"rootY":-6.8,"hips":[0,0],"chest":[-8.3,-84.6],"neck":[-8.3,-84.6],"head":[-22.3,-149.3],"shR":[44.8,-119.8],"elR":[60.4,-16.8],"haR":[66.5,42],"shL":[-63.5,-113.6],"elL":[-58,-16.2],"haL":[-67.6,49.3],"hipR":[21.1,36.5],"knR":[27.8,180.5],"ftR":[25.1,266.5],"hipL":[-25.9,38],"knL":[-25.1,172.9],"ftL":[-9.8,323]},{"rootY":-6.2,"hips":[0,0],"chest":[-8.4,-84.7],"neck":[-8.4,-84.7],"head":[-21.8,-149.5],"shR":[45.1,-119.5],"elR":[58.5,-16.4],"haR":[64.5,42.9],"shL":[-63.5,-114.1],"elL":[-60,-15.8],"haL":[-70.2,49.3],"hipR":[20.5,36.4],"knR":[29.2,177.3],"ftR":[25.3,263],"hipL":[-26.5,37.4],"knL":[-24.1,174.3],"ftL":[-7.8,322.4]},{"rootY":-5.7,"hips":[0,0],"chest":[-8.2,-84.9],"neck":[-8.2,-84.9],"head":[-21.1,-149.8],"shR":[45.6,-119.2],"elR":[56.7,-15.9],"haR":[62.6,44.2],"shL":[-63.2,-114.5],"elL":[-62,-15.1],"haL":[-72.9,49.3],"hipR":[19.4,36.8],"knR":[29.2,173.4],"ftR":[26.1,263.9],"hipL":[-27.7,36.4],"knL":[-23.1,175.3],"ftL":[-5.5,321.8]},{"rootY":-6.2,"hips":[0,0],"chest":[-7.8,-85],"neck":[-7.8,-85],"head":[-20.2,-150],"shR":[46.3,-119],"elR":[54.8,-15.3],"haR":[60.5,46.2],"shL":[-62.8,-115],"elL":[-64,-14.6],"haL":[-75.6,49.1],"hipR":[18.6,37.1],"knR":[27,169.7],"ftR":[26.7,270.5],"hipL":[-28.4,36],"knL":[-22.8,176.1],"ftL":[-4,321.3]},{"rootY":-5.6,"hips":[0,0],"chest":[-7.4,-85.2],"neck":[-7.4,-85.2],"head":[-19,-150.2],"shR":[47,-118.6],"elR":[53,-14.8],"haR":[58.7,47.7],"shL":[-62.3,-115.3],"elL":[-65.4,-14.3],"haL":[-77.9,48.4],"hipR":[17.8,37.2],"knR":[24,165.7],"ftR":[26.6,279.9],"hipL":[-29.1,35.5],"knL":[-22.3,177.1],"ftL":[-2.4,320.5]},{"rootY":-5.3,"hips":[0,0],"chest":[-7.3,-85.2],"neck":[-7.3,-85.2],"head":[-18.1,-150.4],"shR":[47.3,-118.2],"elR":[51.3,-14.3],"haR":[56.8,49.2],"shL":[-62.2,-115.8],"elL":[-67.3,-14.6],"haL":[-80.4,47],"hipR":[17.2,37.3],"knR":[20.1,162.3],"ftR":[24.5,291.2],"hipL":[-29.6,35.2],"knL":[-21.6,178.1],"ftL":[-0.5,320.1]},{"rootY":-5.7,"hips":[0,0],"chest":[-7.2,-85.3],"neck":[-7.2,-85.3],"head":[-17.5,-150.4],"shR":[47.7,-117.7],"elR":[50.4,-13.9],"haR":[55.5,50.3],"shL":[-62.1,-116.3],"elL":[-69.1,-15],"haL":[-82.4,45.1],"hipR":[16.2,37.8],"knR":[16.8,160.8],"ftR":[21.8,303.1],"hipL":[-30.4,34.9],"knL":[-21.2,178.8],"ftL":[1.1,320]},{"rootY":-6.4,"hips":[0,0],"chest":[-7.1,-85.3],"neck":[-7.1,-85.3],"head":[-16.7,-150.5],"shR":[48.1,-117.2],"elR":[49.9,-13.5],"haR":[54.5,51.3],"shL":[-61.7,-117],"elL":[-70.7,-15.7],"haL":[-83.7,42.6],"hipR":[15.5,38],"knR":[13.5,161.1],"ftR":[18.3,313.4],"hipL":[-30.9,34.8],"knL":[-20.5,179.4],"ftL":[2.9,320.2]},{"rootY":-7,"hips":[0,0],"chest":[-7,-85.3],"neck":[-7,-85.3],"head":[-15.7,-150.6],"shR":[48.5,-116.8],"elR":[49.7,-13.2],"haR":[53.6,52.1],"shL":[-61.4,-117.4],"elL":[-72.9,-16.4],"haL":[-84.8,39.7],"hipR":[15,38.4],"knR":[10.8,162.6],"ftR":[14.1,319.5],"hipL":[-31.3,34.9],"knL":[-19.4,179.6],"ftL":[4.7,320.1]},{"rootY":-6.6,"hips":[0,0],"chest":[-6.7,-85.4],"neck":[-6.7,-85.4],"head":[-14.7,-150.7],"shR":[48.9,-116.6],"elR":[49.4,-13.3],"haR":[52.9,52.3],"shL":[-61,-117.9],"elL":[-74.3,-17.1],"haL":[-85.6,36.8],"hipR":[14,38.7],"knR":[7.8,164.7],"ftR":[10.8,321.1],"hipL":[-32,34.6],"knL":[-18.4,178.8],"ftL":[6.2,319.3]},{"rootY":-5.3,"hips":[0,0],"chest":[-6.9,-85.4],"neck":[-6.9,-85.4],"head":[-14.3,-150.7],"shR":[49,-116.1],"elR":[48.7,-13.2],"haR":[51.9,52.7],"shL":[-60.9,-118.4],"elL":[-75.9,-17.8],"haL":[-86.4,33.7],"hipR":[13.8,39],"knR":[4.5,165.1],"ftR":[7,319.4],"hipL":[-32.1,34.7],"knL":[-18,178.1],"ftL":[6,318.2]},{"rootY":-3,"hips":[0,0],"chest":[-6.7,-85.3],"neck":[-6.7,-85.3],"head":[-13.5,-150.7],"shR":[49.3,-115.8],"elR":[48.6,-13],"haR":[51.6,53.1],"shL":[-60.6,-118.7],"elL":[-76.9,-18.3],"haL":[-86.8,31.3],"hipR":[13.5,39.2],"knR":[3.7,164.3],"ftR":[4.3,319],"hipL":[-32.3,34.7],"knL":[-17.8,177.3],"ftL":[6.6,315]},{"rootY":-1.4,"hips":[0,0],"chest":[-6.4,-85.2],"neck":[-6.4,-85.2],"head":[-12.7,-150.7],"shR":[49.7,-115.5],"elR":[48.2,-13.1],"haR":[51.4,53.3],"shL":[-60.2,-118.9],"elL":[-77.3,-18.7],"haL":[-86.6,29.5],"hipR":[13.3,39.2],"knR":[2,163],"ftR":[3.5,319],"hipL":[-32.5,34.5],"knL":[-17,175.8],"ftL":[7.1,311.7]},{"rootY":-1.4,"hips":[0,0],"chest":[-6,-85.2],"neck":[-6,-85.2],"head":[-11,-150.7],"shR":[50.7,-114.6],"elR":[48.1,-12],"haR":[51.7,54.6],"shL":[-59.2,-120.1],"elL":[-75.9,-19.8],"haL":[-85.3,28.5],"hipR":[13.4,39.2],"knR":[0.8,162.6],"ftR":[4.1,319.3],"hipL":[-32.4,34.7],"knL":[-15.9,174.9],"ftL":[7.9,307.9]},{"rootY":-2.2,"hips":[0,0],"chest":[-5.4,-85.2],"neck":[-5.4,-85.2],"head":[-9.4,-150.6],"shR":[51.4,-114.1],"elR":[48,-11.6],"haR":[52.1,55.3],"shL":[-58.6,-120.2],"elL":[-74,-19.8],"haL":[-83.8,29.3],"hipR":[14.8,38.9],"knR":[1,163.3],"ftR":[4.9,320.5],"hipL":[-31.2,35.7],"knL":[-15.3,175.8],"ftL":[7.9,303.4]},{"rootY":-4,"hips":[0,0],"chest":[-5.1,-85.1],"neck":[-5.1,-85.1],"head":[-8.8,-150.6],"shR":[52.2,-113.3],"elR":[48.2,-10.9],"haR":[52.6,55.9],"shL":[-57.7,-121.1],"elL":[-71.9,-20.7],"haL":[-81.8,30.2],"hipR":[15,39],"knR":[1.7,165.4],"ftR":[6.1,322.5],"hipL":[-31,35.9],"knL":[-15.9,176.3],"ftL":[6.8,298.6]},{"rootY":-6.1,"hips":[0,0],"chest":[-4.5,-85.1],"neck":[-4.5,-85.1],"head":[-7.7,-150.6],"shR":[53.1,-112.7],"elR":[49,-10.4],"haR":[53.5,56.4],"shL":[-56.7,-121.8],"elL":[-69.8,-21.6],"haL":[-79.5,31.2],"hipR":[15.4,38.7],"knR":[2.6,167.7],"ftR":[7,324.3],"hipL":[-30.6,36.2],"knL":[-17.8,177.9],"ftL":[6.1,293.1]},{"rootY":-8.5,"hips":[0,0],"chest":[-4,-85.1],"neck":[-4,-85.1],"head":[-6.9,-150.6],"shR":[53.6,-112.5],"elR":[49.9,-10.3],"haR":[54.3,56.4],"shL":[-56.2,-121.6],"elL":[-68.9,-22],"haL":[-78,33.3],"hipR":[16.4,38.3],"knR":[3.1,170.1],"ftR":[7,326],"hipL":[-29.8,36.9],"knL":[-21.6,180.7],"ftL":[4,288.3]},{"rootY":-9.4,"hips":[0,0],"chest":[-3.9,-85],"neck":[-3.9,-85],"head":[-6.8,-150.6],"shR":[53.7,-112.5],"elR":[50.9,-10.4],"haR":[55,56.1],"shL":[-56,-121.6],"elL":[-67.9,-22.3],"haL":[-76.4,34.7],"hipR":[17.4,37.7],"knR":[3.5,171.7],"ftR":[7.1,326.6],"hipL":[-28.8,37.4],"knL":[-26.3,182.4],"ftL":[2.6,281.7]},{"rootY":-9.9,"hips":[0,0],"chest":[-3.9,-85],"neck":[-3.9,-85],"head":[-6.9,-150.6],"shR":[53.6,-112.7],"elR":[52.4,-10.5],"haR":[56.2,55.7],"shL":[-55.8,-121.5],"elL":[-66.8,-22.7],"haL":[-74.9,35.7],"hipR":[18.3,37],"knR":[3,173],"ftR":[7.1,326.7],"hipL":[-27.9,37.9],"knL":[-31.9,183],"ftL":[0.7,275.5]},{"rootY":-10,"hips":[0,0],"chest":[-4.4,-84.9],"neck":[-4.4,-84.9],"head":[-7.6,-150.5],"shR":[52.8,-113],"elR":[53.3,-10.5],"haR":[56.9,55.3],"shL":[-56.4,-120.9],"elL":[-65.9,-22.7],"haL":[-73.9,36.8],"hipR":[19,36.2],"knR":[1.8,173.9],"ftR":[6.7,326.1],"hipL":[-27.2,38.2],"knL":[-37.9,182.2],"ftL":[-1.4,269.7]},{"rootY":-9.2,"hips":[0,0],"chest":[-4.8,-84.8],"neck":[-4.8,-84.8],"head":[-8.3,-150.4],"shR":[52.2,-113.4],"elR":[54.4,-10.5],"haR":[58,54.8],"shL":[-56.6,-120.6],"elL":[-63.8,-22.8],"haL":[-72.2,37.9],"hipR":[19.2,35.7],"knR":[1.5,174.9],"ftR":[7.1,325.4],"hipL":[-26.9,38.4],"knL":[-43.9,179.9],"ftL":[-4,267]},{"rootY":-9.3,"hips":[0,0],"chest":[-5.3,-84.8],"neck":[-5.3,-84.8],"head":[-9.4,-150.4],"shR":[51.5,-113.7],"elR":[55.2,-10.4],"haR":[59.1,54.4],"shL":[-56.7,-120.3],"elL":[-60.9,-22.6],"haL":[-70.3,39.2],"hipR":[19.2,35.5],"knR":[1.5,176.1],"ftR":[8,325],"hipL":[-26.7,38.6],"knL":[-48.5,177.1],"ftL":[-7.5,269.3]},{"rootY":-9.2,"hips":[0,0],"chest":[-5.6,-84.8],"neck":[-5.6,-84.8],"head":[-10.6,-150.4],"shR":[50.6,-113.8],"elR":[55.9,-10.2],"haR":[60.1,53.9],"shL":[-56.3,-120.4],"elL":[-57.1,-22.8],"haL":[-67.7,39.8],"hipR":[19.6,35.1],"knR":[1.7,177.2],"ftR":[9.4,324.4],"hipL":[-26.1,39.1],"knL":[-51.8,174.2],"ftL":[-12.1,275.2]},{"rootY":-9.2,"hips":[0,0],"chest":[-6,-84.7],"neck":[-6,-84.7],"head":[-11.8,-150.4],"shR":[49.7,-114.1],"elR":[57,-10.5],"haR":[61.3,52.9],"shL":[-56.1,-120],"elL":[-53.6,-22],"haL":[-65.2,41.5],"hipR":[20.3,34.5],"knR":[2.5,177.7],"ftR":[11,323.7],"hipL":[-25.2,39.7],"knL":[-54,171.4],"ftL":[-17.1,284.3]},{"rootY":-9.9,"hips":[0,0],"chest":[-6,-84.7],"neck":[-6,-84.7],"head":[-12.6,-150.4],"shR":[48.9,-114.5],"elR":[58.6,-10.7],"haR":[62.5,51.9],"shL":[-55.5,-119.7],"elL":[-50.4,-21.6],"haL":[-62.8,42.5],"hipR":[20.4,34.3],"knR":[4.2,178.6],"ftR":[13.4,323.3],"hipL":[-24.9,40],"knL":[-54.6,169.1],"ftL":[-21.9,295.3]},{"rootY":-11.1,"hips":[0,0],"chest":[-6.2,-84.7],"neck":[-6.2,-84.7],"head":[-13.9,-150.2],"shR":[48,-115],"elR":[60,-11.3],"haR":[63.5,50.4],"shL":[-55.1,-119],"elL":[-48.3,-21.2],"haL":[-60.6,43.5],"hipR":[20.8,34],"knR":[6.5,179.2],"ftR":[15.7,323.3],"hipL":[-24.2,40.6],"knL":[-54.6,167.8],"ftL":[-28,306.7]},{"rootY":-11.6,"hips":[0,0],"chest":[-7.8,-84.4],"neck":[-7.8,-84.4],"head":[-16.3,-149.9],"shR":[45.6,-115.2],"elR":[60.1,-11.5],"haR":[62.6,49.3],"shL":[-56.2,-118.4],"elL":[-47.8,-21],"haL":[-60.2,43.9],"hipR":[21.2,33.8],"knR":[7,179.4],"ftR":[16.7,323.5],"hipL":[-23.6,41],"knL":[-54.5,167.1],"ftL":[-37.3,316.2]},{"rootY":-12.4,"hips":[0,0],"chest":[-8.1,-84.5],"neck":[-8.1,-84.5],"head":[-16.9,-149.9],"shR":[44.5,-115.8],"elR":[61.3,-12.4],"haR":[62.7,47.6],"shL":[-55.5,-117.8],"elL":[-45.9,-20.7],"haL":[-58.2,44.4],"hipR":[20.1,34.6],"knR":[9.9,180.5],"ftR":[20.7,324.1],"hipL":[-24.5,40.8],"knL":[-52.9,168.1],"ftL":[-44.8,322.6]},{"rootY":-11.8,"hips":[0,0],"chest":[-7.8,-84.7],"neck":[-7.8,-84.7],"head":[-17.1,-150.1],"shR":[44.1,-116.5],"elR":[63.3,-13.3],"haR":[63.6,45.9],"shL":[-55,-117.6],"elL":[-44.2,-20.9],"haL":[-56.6,44.3],"hipR":[20,34.6],"knR":[14.4,179.9],"ftR":[25,323.9],"hipL":[-24.4,41.1],"knL":[-51,168.6],"ftL":[-52.1,324.1]},{"rootY":-10.4,"hips":[0,0],"chest":[-7.4,-84.9],"neck":[-7.4,-84.9],"head":[-17,-150.2],"shR":[43.9,-117.1],"elR":[64.2,-14.1],"haR":[63.8,43.7],"shL":[-54.2,-117.4],"elL":[-42.2,-20.7],"haL":[-54.5,44.6],"hipR":[19.5,34.9],"knR":[19.3,178.9],"ftR":[30.1,323],"hipL":[-24.7,41.1],"knL":[-50.8,167.4],"ftL":[-56.3,322]},{"rootY":-7.5,"hips":[0,0],"chest":[-8.7,-84.5],"neck":[-8.7,-84.5],"head":[-18.5,-149.8],"shR":[42,-117.1],"elR":[63.1,-14.3],"haR":[61.9,42.2],"shL":[-55.3,-116.7],"elL":[-41.9,-20.1],"haL":[-54.6,45.2],"hipR":[21.4,33.8],"knR":[20,177.1],"ftR":[31.5,319.9],"hipL":[-22.3,42.4],"knL":[-51.3,166.5],"ftL":[-59.5,320.7]},{"rootY":-5,"hips":[0,0],"chest":[-10.2,-84.4],"neck":[-10.2,-84.4],"head":[-19.8,-149.7],"shR":[40,-117.2],"elR":[61.3,-14.4],"haR":[59.9,41.2],"shL":[-56.6,-116.5],"elL":[-41.8,-19.7],"haL":[-54.4,45.7],"hipR":[20.6,34.2],"knR":[20.3,177],"ftR":[35.1,316.4],"hipL":[-23,42.1],"knL":[-51.9,166],"ftL":[-57.1,320.9]},{"rootY":-4,"hips":[0,0],"chest":[-10.4,-84.3],"neck":[-10.4,-84.3],"head":[-19.6,-149.7],"shR":[38.9,-117.7],"elR":[60.1,-15],"haR":[58.6,40.2],"shL":[-55.7,-115.6],"elL":[-39.8,-18.4],"haL":[-52,47.3],"hipR":[21.4,33.8],"knR":[22.6,175.5],"ftR":[39.3,312.4],"hipL":[-22.5,42.3],"knL":[-51.1,166.1],"ftL":[-52.9,321.5]},{"rootY":-5.5,"hips":[0,0],"chest":[-11.3,-84.3],"neck":[-11.3,-84.3],"head":[-20.5,-149.6],"shR":[37.4,-118.6],"elR":[57.4,-15.6],"haR":[56,39.8],"shL":[-56.3,-114.5],"elL":[-39.3,-17.1],"haL":[-51.3,48.7],"hipR":[19.9,35.1],"knR":[21.7,176.7],"ftR":[43.3,308.5],"hipL":[-24.1,41.5],"knL":[-50.6,166.7],"ftL":[-48.3,322.2]},{"rootY":-7.4,"hips":[0,0],"chest":[-11.2,-84.5],"neck":[-11.2,-84.5],"head":[-20.8,-149.6],"shR":[37.2,-119],"elR":[55.6,-15.7],"haR":[54.2,40],"shL":[-56.3,-114.4],"elL":[-38.8,-16.4],"haL":[-50.3,49.5],"hipR":[18.7,35.5],"knR":[20.1,178.3],"ftR":[47.2,302.2],"hipL":[-25.1,41.1],"knL":[-50.2,168.7],"ftL":[-42.6,323.9]},{"rootY":-8.9,"hips":[0,0],"chest":[-11,-84.7],"neck":[-11,-84.7],"head":[-20.1,-149.8],"shR":[37.6,-119.1],"elR":[55.4,-15.6],"haR":[53.3,40.9],"shL":[-55.9,-114.6],"elL":[-37.8,-16.8],"haL":[-48.8,49.1],"hipR":[18.5,35.2],"knR":[19.1,179.6],"ftR":[49.6,294.8],"hipL":[-25.2,40.9],"knL":[-49.8,170.9],"ftL":[-38,325.5]},{"rootY":-9.4,"hips":[0,0],"chest":[-10.7,-84.8],"neck":[-10.7,-84.8],"head":[-19.3,-150],"shR":[38.2,-119.2],"elR":[55.5,-15.7],"haR":[52.8,41.2],"shL":[-55.6,-114.5],"elL":[-38,-16.4],"haL":[-48.3,49.7],"hipR":[17.6,35.3],"knR":[18,181.2],"ftR":[50.8,287.5],"hipL":[-26,40.4],"knL":[-49.5,172.3],"ftL":[-32.7,326]},{"rootY":-9.2,"hips":[0,0],"chest":[-10.9,-84.9],"neck":[-10.9,-84.9],"head":[-18.8,-150.1],"shR":[38.3,-119.2],"elR":[55.1,-15.7],"haR":[51.6,41.2],"shL":[-55.7,-114.6],"elL":[-38.5,-16.8],"haL":[-49.2,48.9],"hipR":[15.3,36.4],"knR":[16.2,182.7],"ftR":[51.5,280.1],"hipL":[-28.1,39.2],"knL":[-48.7,172.9],"ftL":[-26.4,325.3]},{"rootY":-7.9,"hips":[0,0],"chest":[-10.5,-85],"neck":[-10.5,-85],"head":[-17.7,-150.3],"shR":[39.1,-119],"elR":[54.9,-15.5],"haR":[50.3,41.6],"shL":[-55.4,-114.8],"elL":[-40.1,-16.8],"haL":[-51.1,48.5],"hipR":[13.6,36.6],"knR":[14.7,181.8],"ftR":[51.6,272.6],"hipL":[-29.5,38.1],"knL":[-47.5,173.2],"ftL":[-20.1,323.9]},{"rootY":-6.4,"hips":[0,0],"chest":[-10.3,-85],"neck":[-10.3,-85],"head":[-16.9,-150.3],"shR":[39.8,-118.3],"elR":[54.1,-14.6],"haR":[49.2,43.1],"shL":[-55,-115.7],"elL":[-42.6,-16.7],"haL":[-54.9,48.1],"hipR":[13.7,36],"knR":[12.3,178.9],"ftR":[49.1,266.5],"hipL":[-29.4,38.1],"knL":[-46.2,174],"ftL":[-15.6,322.6]},{"rootY":-4.9,"hips":[0,0],"chest":[-10.3,-85],"neck":[-10.3,-85],"head":[-16.2,-150.3],"shR":[40,-117.8],"elR":[52.7,-14.1],"haR":[47.4,44.5],"shL":[-54.8,-116.3],"elL":[-44.8,-16.6],"haL":[-59.1,47.4],"hipR":[13.1,35.8],"knR":[8.7,175.4],"ftR":[45.5,263.8],"hipL":[-30,37.6],"knL":[-45.4,174.4],"ftL":[-11.5,320.8]},{"rootY":-3.5,"hips":[0,0],"chest":[-10.4,-85],"neck":[-10.4,-85],"head":[-15.3,-150.6],"shR":[40.3,-117.2],"elR":[50.6,-13.3],"haR":[46.1,46.5],"shL":[-54.8,-117],"elL":[-47,-16.9],"haL":[-63.7,45.8],"hipR":[11.1,36.7],"knR":[4,171.9],"ftR":[42.5,266.6],"hipL":[-31.6,36.4],"knL":[-44.2,174.5],"ftL":[-7.4,319.3]},{"rootY":-2.7,"hips":[0,0],"chest":[-9.5,-85.2],"neck":[-9.5,-85.2],"head":[-13.8,-150.8],"shR":[41.5,-117],"elR":[49.7,-12.8],"haR":[45.9,48.2],"shL":[-53.8,-117.5],"elL":[-48.3,-17],"haL":[-67.6,44],"hipR":[9.8,37],"knR":[-0.7,168.6],"ftR":[39.1,273.2],"hipL":[-32.6,35.6],"knL":[-42.2,175.2],"ftL":[-2.4,318.1]},{"rootY":-2.4,"hips":[0,0],"chest":[-9.4,-85.2],"neck":[-9.4,-85.2],"head":[-13.4,-150.7],"shR":[41.9,-116.6],"elR":[48.1,-12.3],"haR":[45.2,49.8],"shL":[-53.3,-117.7],"elL":[-50.2,-17.1],"haL":[-72,41.9],"hipR":[9.1,36.9],"knR":[-7.2,165.1],"ftR":[32.5,283],"hipL":[-33,35.3],"knL":[-40.3,176.3],"ftL":[0.9,317.9]},{"rootY":-3.2,"hips":[0,0],"chest":[-9.2,-85.3],"neck":[-9.2,-85.3],"head":[-12.3,-150.9],"shR":[42.4,-116.4],"elR":[47.6,-12.1],"haR":[45.4,51],"shL":[-52.5,-117.8],"elL":[-51.8,-17.2],"haL":[-76.1,39.6],"hipR":[7.6,37.4],"knR":[-12.6,163],"ftR":[25.1,294.6],"hipL":[-33.9,34.6],"knL":[-37.4,176.9],"ftL":[5.3,317.7]},{"rootY":-4.5,"hips":[0,0],"chest":[-9.4,-85.3],"neck":[-9.4,-85.3],"head":[-11.7,-150.9],"shR":[42.4,-115.7],"elR":[47.3,-11.6],"haR":[45.2,52.1],"shL":[-52.5,-118.5],"elL":[-54.4,-18],"haL":[-80.5,36.9],"hipR":[7.7,37.6],"knR":[-17.3,162.2],"ftR":[15.5,306],"hipL":[-33.6,35],"knL":[-34.7,178.4],"ftL":[7.9,319.2]},{"rootY":-6.6,"hips":[0,0],"chest":[-8.7,-85.4],"neck":[-8.7,-85.4],"head":[-10.5,-151],"shR":[43.3,-115.3],"elR":[48.5,-11.4],"haR":[46.5,52.8],"shL":[-51.3,-119],"elL":[-55.6,-18.7],"haL":[-83.8,34.2],"hipR":[5.1,38],"knR":[-19.8,163.5],"ftR":[7.6,316],"hipL":[-34.8,33.9],"knL":[-31.3,178.3],"ftL":[12.6,319.2]},{"rootY":-8.3,"hips":[0,0],"chest":[-8.7,-85.4],"neck":[-8.7,-85.4],"head":[-9.8,-151.1],"shR":[43.3,-115],"elR":[49.7,-11.4],"haR":[47.1,53.4],"shL":[-50.8,-119.1],"elL":[-57.3,-19],"haL":[-86.7,32.2],"hipR":[6.6,37.8],"knR":[-22,164.7],"ftR":[-2.5,320.7],"hipL":[-33.4,35.3],"knL":[-28.5,180.2],"ftL":[13.9,320.9]},{"rootY":-5.4,"hips":[0,0],"chest":[-8.9,-85.4],"neck":[-8.9,-85.4],"head":[-9.2,-151.1],"shR":[42.8,-114.8],"elR":[49.9,-11.5],"haR":[47.1,53.5],"shL":[-49.8,-119.4],"elL":[-58.2,-19.7],"haL":[-89.2,29.7],"hipR":[4.3,38.4],"knR":[-19.7,169.6],"ftR":[-4.4,324.8],"hipL":[-34.3,34.5],"knL":[-28.3,179.5],"ftL":[16,318.1]},{"rootY":-4.4,"hips":[0,0],"chest":[-9.4,-85.3],"neck":[-9.4,-85.3],"head":[-9,-151.1],"shR":[41.9,-114.3],"elR":[49.9,-11.4],"haR":[46.9,53.9],"shL":[-49.5,-119.9],"elL":[-59.3,-20.4],"haL":[-91.7,27.9],"hipR":[3.3,38.6],"knR":[-18.9,171.4],"ftR":[-14.7,324.6],"hipL":[-34.3,34.5],"knL":[-28.5,179.6],"ftL":[17.5,316.4]},{"rootY":-2.5,"hips":[0,0],"chest":[-9.2,-85.3],"neck":[-9.2,-85.3],"head":[-8.7,-150.8],"shR":[41.1,-114.3],"elR":[50.2,-11.8],"haR":[47,53.9],"shL":[-47.8,-119.7],"elL":[-58.5,-20.4],"haL":[-92.3,26.8],"hipR":[3,38.5],"knR":[-20.7,170.6],"ftR":[-17.3,323.8],"hipL":[-33.9,34.8],"knL":[-27.5,179.9],"ftL":[20.6,314.7]},{"rootY":0.8,"hips":[0,0],"chest":[-10.3,-85.2],"neck":[-10.3,-85.2],"head":[-9.2,-151],"shR":[39.3,-114.3],"elR":[48.9,-12.3],"haR":[45.9,53.5],"shL":[-47.6,-119.4],"elL":[-57.6,-20.2],"haL":[-93.6,26.4],"hipR":[1,38.9],"knR":[-25.5,170.1],"ftR":[-16.3,324.3],"hipL":[-34.7,33.8],"knL":[-28.4,178.9],"ftL":[22.9,310.3]},{"rootY":3.3,"hips":[0,0],"chest":[-11,-85.1],"neck":[-11,-85.1],"head":[-9.4,-150.8],"shR":[37.5,-114.1],"elR":[47.3,-11.7],"haR":[44.6,54.8],"shL":[-47.6,-120],"elL":[-56.2,-20.7],"haL":[-92.9,25.9],"hipR":[-0.4,38.8],"knR":[-29.5,170.7],"ftR":[-14.6,325.6],"hipL":[-34.7,33.6],"knL":[-29.5,178.7],"ftL":[24.9,306.2]},{"rootY":2.7,"hips":[0,0],"chest":[-11.3,-85.1],"neck":[-11.3,-85.1],"head":[-9.1,-150.8],"shR":[36.1,-113.9],"elR":[45.7,-11.5],"haR":[43.6,55.4],"shL":[-46.9,-120.4],"elL":[-53.4,-20.4],"haL":[-91.9,27.8],"hipR":[-1.4,38.8],"knR":[-34.6,170.2],"ftR":[-18.9,325.4],"hipL":[-34.3,33.7],"knL":[-29.4,178.6],"ftL":[27.2,303.9]},{"rootY":-2.7,"hips":[0,0],"chest":[-11.7,-85],"neck":[-11.7,-85],"head":[-9.1,-150.7],"shR":[34,-113.8],"elR":[44.2,-11.4],"haR":[42.7,55.7],"shL":[-44.5,-120],"elL":[-47.7,-20],"haL":[-86.4,29.8],"hipR":[-1.5,38.3],"knR":[-43.8,166.3],"ftR":[-26.4,321.8],"hipL":[-33.5,34.4],"knL":[-24.7,178.4],"ftL":[28.8,305.4]},{"rootY":-4,"hips":[0,0],"chest":[-11.9,-85],"neck":[-11.9,-85],"head":[-9.1,-150.8],"shR":[32,-114.2],"elR":[43.1,-11.7],"haR":[41.7,55.5],"shL":[-42.7,-119.6],"elL":[-39.9,-21.9],"haL":[-77.2,28.3],"hipR":[-1.5,38.2],"knR":[-45.6,166.8],"ftR":[-24.2,322.4],"hipL":[-32.8,35],"knL":[-25.4,178.7],"ftL":[28.8,302.6]},{"rootY":-5.5,"hips":[0,0],"chest":[-12.2,-85],"neck":[-12.2,-85],"head":[-9.3,-150.7],"shR":[29.8,-114],"elR":[42,-11.3],"haR":[39.7,55.8],"shL":[-41.1,-119.9],"elL":[-37,-20.3],"haL":[-72.8,34.5],"hipR":[-2.2,37.8],"knR":[-47.3,168.3],"ftR":[-21.9,323.5],"hipL":[-32,35.5],"knL":[-26.1,179],"ftL":[29.2,300.1]},{"rootY":-6.7,"hips":[0,0],"chest":[-12.4,-84.9],"neck":[-12.4,-84.9],"head":[-9.4,-150.7],"shR":[26.9,-114.4],"elR":[40.3,-11.6],"haR":[36.7,55.3],"shL":[-38.3,-119.4],"elL":[-31.4,-20],"haL":[-64.2,37.7],"hipR":[-2.8,37.6],"knR":[-48,170],"ftR":[-19.3,324.5],"hipL":[-31.1,36],"knL":[-26.6,179.3],"ftL":[31.3,297.7]},{"rootY":-7.7,"hips":[0,0],"chest":[-13.4,-84.8],"neck":[-13.4,-84.8],"head":[-10.5,-150.7],"shR":[24.4,-113.6],"elR":[39.2,-10.6],"haR":[33.9,55.9],"shL":[-37.8,-120.2],"elL":[-29.1,-21],"haL":[-58.3,39],"hipR":[-3.4,37.2],"knR":[-48.3,171.3],"ftR":[-17.1,325.2],"hipL":[-29.4,37.1],"knL":[-28.3,180.5],"ftL":[34,295.5]},{"rootY":-8.2,"hips":[0,0],"chest":[-14.4,-84.6],"neck":[-14.4,-84.6],"head":[-11.2,-150.5],"shR":[20.4,-112.8],"elR":[38.3,-9.8],"haR":[30,56.1],"shL":[-36,-120.8],"elL":[-24.1,-22.1],"haL":[-49.9,39.7],"hipR":[-4.8,37.3],"knR":[-49.6,172.4],"ftR":[-15.5,325.5],"hipL":[-28.1,37.4],"knL":[-29.6,181],"ftL":[39,292]},{"rootY":-8.9,"hips":[0,0],"chest":[-15.6,-84.4],"neck":[-15.6,-84.4],"head":[-13.1,-150.3],"shR":[16,-112.5],"elR":[35.3,-9.5],"haR":[24.8,55.6],"shL":[-34.4,-120.7],"elL":[-20.7,-21.9],"haL":[-42.7,41.2],"hipR":[-6.4,37.3],"knR":[-50.2,173.6],"ftR":[-13.8,325.9],"hipL":[-26.6,37.8],"knL":[-30.4,181.6],"ftL":[46.1,288.4]},{"rootY":-9.2,"hips":[0,0],"chest":[-17.5,-84],"neck":[-17.5,-84],"head":[-15.2,-149.9],"shR":[11.1,-111.4],"elR":[31.8,-8.5],"haR":[18.8,55.6],"shL":[-34.2,-121.4],"elL":[-16.8,-23.2],"haL":[-37.1,40.3],"hipR":[-7.8,37.6],"knR":[-51.5,174.8],"ftR":[-12.6,326.2],"hipL":[-25.4,37.9],"knL":[-32,181.6],"ftL":[54,284.5]},{"rootY":-10.1,"hips":[0,0],"chest":[-18.9,-83.8],"neck":[-18.9,-83.8],"head":[-16.4,-149.6],"shR":[4.9,-111.1],"elR":[27.1,-8.6],"haR":[11.9,54.6],"shL":[-31.7,-121.3],"elL":[-11.7,-23.6],"haL":[-30.7,40.2],"hipR":[-9,37.7],"knR":[-52.4,175.8],"ftR":[-12,326.7],"hipL":[-23.7,38.2],"knL":[-34.5,181.8],"ftL":[60.6,283.4]},{"rootY":-10.8,"hips":[0,0],"chest":[-19.6,-83.6],"neck":[-19.6,-83.6],"head":[-18.2,-149.4],"shR":[-0.8,-110.6],"elR":[22.5,-8.6],"haR":[5.1,53.6],"shL":[-28.6,-121.6],"elL":[-5.2,-24.9],"haL":[-24.1,38.8],"hipR":[-10.6,38.1],"knR":[-53.5,176.8],"ftR":[-11.1,327.1],"hipL":[-21.7,38.3],"knL":[-35.7,181.8],"ftL":[66.1,284.2]},{"rootY":-11.1,"hips":[0,0],"chest":[-20.5,-83.4],"neck":[-20.5,-83.4],"head":[-19.2,-149.2],"shR":[-6.9,-110.6],"elR":[17.9,-9.6],"haR":[-1.8,51.9],"shL":[-25.1,-121.2],"elL":[1.4,-25.1],"haL":[-18.2,38.2],"hipR":[-12.2,38.3],"knR":[-54.7,177.7],"ftR":[-10.1,327.4],"hipL":[-19.8,38.2],"knL":[-36,181.7],"ftL":[70.5,286.5]},{"rootY":-11.4,"hips":[0,0],"chest":[-20.8,-83.4],"neck":[-20.8,-83.4],"head":[-19.8,-149.1],"shR":[-12.1,-110.4],"elR":[12.3,-10],"haR":[-8.9,50.8],"shL":[-20.9,-121.4],"elL":[7.9,-25.6],"haL":[-13,37.1],"hipR":[-14.1,38.2],"knR":[-55.5,178.4],"ftR":[-8.5,327.4],"hipL":[-18.1,38.3],"knL":[-35,181.5],"ftL":[73.6,290]},{"rootY":-11.7,"hips":[0,0],"chest":[-20.6,-83.4],"neck":[-20.6,-83.4],"head":[-20.4,-149.4],"shR":[-16.8,-109.8],"elR":[7.4,-10.1],"haR":[-15.8,50.2],"shL":[-16.1,-122.1],"elL":[14.6,-26.5],"haL":[-7.5,35.5],"hipR":[-15.6,38.6],"knR":[-56.5,179],"ftR":[-7,327.4],"hipL":[-15.4,38.3],"knL":[-31.9,181.8],"ftL":[75.9,293.6]},{"rootY":-11.2,"hips":[0,0],"chest":[-20.7,-83.4],"neck":[-20.7,-83.4],"head":[-20.4,-149.3],"shR":[-20.9,-109.4],"elR":[2.6,-10.5],"haR":[-22.5,49.4],"shL":[-12.1,-122.3],"elL":[19.8,-26.7],"haL":[-3.3,34.6],"hipR":[-17.6,38.4],"knR":[-57.1,179.3],"ftR":[-5.6,327.2],"hipL":[-13.2,38.3],"knL":[-28.3,181.8],"ftL":[75.3,296.9]},{"rootY":-11,"hips":[0,0],"chest":[-19.9,-83.6],"neck":[-19.9,-83.6],"head":[-19.4,-149.5],"shR":[-24.7,-109.6],"elR":[-2.1,-11.3],"haR":[-28.8,48.3],"shL":[-7.8,-122.5],"elL":[24.5,-26.6],"haL":[0.7,34],"hipR":[-19.3,38.4],"knR":[-57.6,179.5],"ftR":[-4.3,326.9],"hipL":[-10.6,38.4],"knL":[-23.7,182.3],"ftL":[72.8,300.7]},{"rootY":-10.4,"hips":[0,0],"chest":[-19.7,-83.6],"neck":[-19.7,-83.6],"head":[-18.5,-149.5],"shR":[-28.7,-109.8],"elR":[-7.5,-11.3],"haR":[-35.4,48.1],"shL":[-3.3,-122.3],"elL":[28.6,-26.1],"haL":[4.6,33.9],"hipR":[-21.2,38.1],"knR":[-59,179.1],"ftR":[-3.8,326],"hipL":[-7.9,38.8],"knL":[-18.6,183.1],"ftL":[67.6,304.4]},{"rootY":-10.2,"hips":[0,0],"chest":[-19.2,-83.6],"neck":[-19.2,-83.6],"head":[-18.8,-149.6],"shR":[-32.1,-109],"elR":[-12.2,-10.6],"haR":[-41.5,48.8],"shL":[0.7,-122.9],"elL":[32,-26.2],"haL":[7.9,33.2],"hipR":[-22.7,38.1],"knR":[-60.3,178.7],"ftR":[-3,325],"hipL":[-5.1,39],"knL":[-13.4,183.5],"ftL":[59.7,307.7]},{"rootY":-1.9,"hips":[0,0],"chest":[-18,-83.8],"neck":[-18,-83.8],"head":[-16.7,-149.7],"shR":[-35.5,-109.3],"elR":[-18,-10.2],"haR":[-47.4,49.4],"shL":[6.2,-122.8],"elL":[36.4,-25.8],"haL":[13.3,33.5],"hipR":[-23.7,38.4],"knR":[-52.9,180.5],"ftR":[4.3,324.3],"hipL":[-2.5,38.6],"knL":[-14.2,182.6],"ftL":[50.3,302.8]},{"rootY":-1.2,"hips":[0,0],"chest":[-17.1,-83.8],"neck":[-17.1,-83.8],"head":[-15.2,-149.6],"shR":[-38.7,-109.4],"elR":[-22.5,-9.8],"haR":[-52.8,49.9],"shL":[10.8,-122.8],"elL":[40.2,-25.5],"haL":[17.2,33.4],"hipR":[-24.8,38.4],"knR":[-52.9,180.3],"ftR":[5.2,324.1],"hipL":[0.7,38.7],"knL":[-10.8,183],"ftL":[44.2,304.6]},{"rootY":-0.9,"hips":[0,0],"chest":[-16,-83.8],"neck":[-16,-83.8],"head":[-14.1,-149.5],"shR":[-42,-109.3],"elR":[-27.4,-9],"haR":[-58.2,50.8],"shL":[15.7,-122.7],"elL":[44.1,-25.1],"haL":[21.8,33.6],"hipR":[-25.4,38.7],"knR":[-53.3,180.1],"ftR":[6.6,324.2],"hipL":[4.1,38.4],"knL":[-8.8,182.8],"ftL":[40.1,308.8]},{"rootY":-0.5,"hips":[0,0],"chest":[-14.5,-83.9],"neck":[-14.5,-83.9],"head":[-12.5,-149.7],"shR":[-44.9,-109.7],"elR":[-31.4,-9.2],"haR":[-62.4,50.9],"shL":[20.8,-122.7],"elL":[48.9,-25.1],"haL":[26.1,33.4],"hipR":[-25.9,38.7],"knR":[-55.1,179.5],"ftR":[6.7,323.2],"hipL":[6,38.2],"knL":[-7.5,182.6],"ftL":[38.8,311]},{"rootY":0,"hips":[0,0],"chest":[-12.7,-83.9],"neck":[-12.7,-83.9],"head":[-11.2,-149.7],"shR":[-47.2,-110],"elR":[-34.4,-9.2],"haR":[-65.3,51],"shL":[26.3,-122.4],"elL":[53.2,-24.6],"haL":[33,33.5],"hipR":[-26.2,38.7],"knR":[-56.3,178.8],"ftR":[8.7,321.5],"hipL":[8.1,38.1],"knL":[-4,182.6],"ftL":[39.4,313.4]},{"rootY":1.1,"hips":[0,0],"chest":[-11.3,-84.2],"neck":[-11.3,-84.2],"head":[-9.4,-149.9],"shR":[-49.9,-111.1],"elR":[-38.6,-10.1],"haR":[-68.8,50.3],"shL":[30.8,-121.9],"elL":[56.8,-23.9],"haL":[38,33.9],"hipR":[-26.2,38.8],"knR":[-57.7,178.4],"ftR":[9.2,320.6],"hipL":[9.9,37.9],"knL":[-2.2,182.3],"ftL":[39.3,314.2]},{"rootY":1.8,"hips":[0,0],"chest":[-9.9,-83.8],"neck":[-9.9,-83.8],"head":[-7.5,-149.5],"shR":[-51.4,-109.6],"elR":[-41.9,-8.4],"haR":[-71,52],"shL":[34.3,-122.4],"elL":[59.3,-24.3],"haL":[42.5,33.3],"hipR":[-26.1,38.9],"knR":[-57.2,178.4],"ftR":[9.4,320.8],"hipL":[12.1,37.7],"knL":[0.2,181.7],"ftL":[37.1,314.3]},{"rootY":1.8,"hips":[0,0],"chest":[-9.3,-83.8],"neck":[-9.3,-83.8],"head":[-6.1,-149.5],"shR":[-53.4,-110.3],"elR":[-45.7,-8.9],"haR":[-73.3,51.4],"shL":[37.1,-121.8],"elL":[60.6,-23.5],"haL":[47.1,34],"hipR":[-25.8,39],"knR":[-59.2,177.6],"ftR":[7.2,320],"hipL":[14.1,37.4],"knL":[1.4,181],"ftL":[34.5,314.4]},{"rootY":2.2,"hips":[0,0],"chest":[-8.8,-83.7],"neck":[-8.8,-83.7],"head":[-4.8,-149.4],"shR":[-55.6,-110.9],"elR":[-49.5,-9.3],"haR":[-75.6,50.7],"shL":[40.1,-121],"elL":[61.8,-22.4],"haL":[52.3,35.3],"hipR":[-25.5,39.1],"knR":[-61.3,176.4],"ftR":[5.3,318.7],"hipL":[15.7,37.1],"knL":[2.3,180.1],"ftL":[32.3,314.3]},{"rootY":2.5,"hips":[0,0],"chest":[-7.8,-83.6],"neck":[-7.8,-83.6],"head":[-3.1,-149.2],"shR":[-56.8,-111.2],"elR":[-52.7,-9.7],"haR":[-76.8,49.8],"shL":[42.7,-120.5],"elL":[62.6,-21.7],"haL":[57.5,35.4],"hipR":[-25.2,39.1],"knR":[-63.3,174.9],"ftR":[3.8,316.6],"hipL":[16.9,36.8],"knL":[3.4,179.4],"ftL":[30.3,314.4]},{"rootY":2.7,"hips":[0,0],"chest":[-6.5,-83.5],"neck":[-6.5,-83.5],"head":[-0.8,-149.1],"shR":[-57.4,-111.2],"elR":[-55.7,-9.7],"haR":[-77.9,49.3],"shL":[45.2,-120.2],"elL":[63.7,-21.5],"haL":[63.2,36.6],"hipR":[-24.9,39],"knR":[-63.7,173.9],"ftR":[3.5,314.6],"hipL":[18.2,36.6],"knL":[4.8,179],"ftL":[29,314.9]},{"rootY":-6.3,"hips":[0,0],"chest":[-5.8,-83.7],"neck":[-5.8,-83.7],"head":[0.7,-149.3],"shR":[-58.6,-114],"elR":[-58.5,-12.1],"haR":[-78.8,46.4],"shL":[47.9,-118.6],"elL":[65,-19.5],"haL":[69.6,39.2],"hipR":[-24.8,38.9],"knR":[-66.7,172.1],"ftR":[-17.7,314],"hipL":[19.1,36.6],"knL":[9.1,180.4],"ftL":[28.7,320.5]},{"rootY":-6.3,"hips":[0,0],"chest":[-4.1,-84],"neck":[-4.1,-84],"head":[3.2,-149.4],"shR":[-57,-113.2],"elR":[-58.5,-11],"haR":[-77.4,47.1],"shL":[49.9,-119.1],"elL":[66,-20.2],"haL":[74.7,39.4],"hipR":[-24.3,38.9],"knR":[-62.1,173.3],"ftR":[-21.6,314.2],"hipL":[20.3,36.4],"knL":[12.6,180.8],"ftL":[28.2,324.1]},{"rootY":-6.9,"hips":[0,0],"chest":[-2.5,-84.1],"neck":[-2.5,-84.1],"head":[5.5,-149.6],"shR":[-55.9,-113.6],"elR":[-58.3,-11],"haR":[-75.7,47.1],"shL":[52.1,-118.9],"elL":[67.6,-20],"haL":[80.4,40.6],"hipR":[-24.2,38.6],"knR":[-55.4,175.2],"ftR":[-26.7,316.3],"hipL":[21,36.5],"knL":[14.1,180.9],"ftL":[28.3,324.5]},{"rootY":-6.6,"hips":[0,0],"chest":[-1.2,-84.2],"neck":[-1.2,-84.2],"head":[7.7,-149.5],"shR":[-55.1,-114.3],"elR":[-57.8,-11.5],"haR":[-73.8,46.5],"shL":[54,-118.3],"elL":[69.6,-19.6],"haL":[85.5,41.7],"hipR":[-23.8,38.4],"knR":[-46.9,177.4],"ftR":[-29.7,319.1],"hipL":[22.4,36.6],"knL":[16.3,180.9],"ftL":[29.5,324.5]},{"rootY":-6.6,"hips":[0,0],"chest":[0.6,-84.5],"neck":[0.6,-84.5],"head":[10.6,-149.6],"shR":[-53.6,-115.2],"elR":[-56.8,-12.3],"haR":[-71.1,45.8],"shL":[56.3,-117.8],"elL":[72.3,-19.3],"haL":[90.4,42.4],"hipR":[-23,38.2],"knR":[-37.3,179.6],"ftR":[-30.3,321.5],"hipL":[23.8,36.8],"knL":[19.8,181],"ftL":[31.3,324.7]},{"rootY":-6.3,"hips":[0,0],"chest":[1.9,-84.5],"neck":[1.9,-84.5],"head":[12.9,-149.5],"shR":[-52.4,-115.9],"elR":[-56,-13],"haR":[-68.9,45.4],"shL":[58,-116.9],"elL":[74.4,-18.8],"haL":[94.4,43.3],"hipR":[-22.2,38.4],"knR":[-31.2,181.2],"ftR":[-30.6,323.2],"hipL":[24.7,36.6],"knL":[21.6,180.8],"ftL":[32.1,324.4]},{"rootY":-6.5,"hips":[0,0],"chest":[2.9,-84.4],"neck":[2.9,-84.4],"head":[14.5,-149.3],"shR":[-51.6,-116.2],"elR":[-55.8,-13.3],"haR":[-66.6,45.8],"shL":[58.9,-116.4],"elL":[75.1,-18.3],"haL":[96.5,44.1],"hipR":[-22.3,38.1],"knR":[-28,181.4],"ftR":[-28.1,323.7],"hipL":[24.8,36.9],"knL":[22.8,181.1],"ftL":[33.2,324.8]},{"rootY":-6.9,"hips":[0,0],"chest":[3.1,-84.7],"neck":[3.1,-84.7],"head":[15.2,-149.4],"shR":[-51.5,-116.9],"elR":[-56.1,-14],"haR":[-65.4,45.6],"shL":[59.1,-116.3],"elL":[74.3,-18],"haL":[96.5,44.7],"hipR":[-22.2,37.7],"knR":[-26.1,181.4],"ftR":[-26,323.4],"hipL":[25.1,37.1],"knL":[23.9,181.4],"ftL":[33.8,324.9]},{"rootY":-7.2,"hips":[0,0],"chest":[3.7,-84.6],"neck":[3.7,-84.6],"head":[16,-149.3],"shR":[-50.9,-117.2],"elR":[-56.3,-14.4],"haR":[-64.2,45.8],"shL":[59.6,-115.8],"elL":[73,-17.6],"haL":[95.4,45.2],"hipR":[-21.9,37.6],"knR":[-25.1,181.4],"ftR":[-24.2,323.1],"hipL":[25.4,37.4],"knL":[25.6,181.6],"ftL":[35.2,325.3]},{"rootY":-7.1,"hips":[0,0],"chest":[4.3,-84.6],"neck":[4.3,-84.6],"head":[16.8,-149.3],"shR":[-50.4,-117.1],"elR":[-56.3,-14.5],"haR":[-63,46.3],"shL":[60,-115.9],"elL":[71.2,-17.7],"haL":[93.1,45.3],"hipR":[-22,37.7],"knR":[-26.5,181.6],"ftR":[-24.3,323.5],"hipL":[25.3,37.3],"knL":[25.7,181.6],"ftL":[35.8,325]},{"rootY":-7,"hips":[0,0],"chest":[5.3,-84.6],"neck":[5.3,-84.6],"head":[17.6,-149.2],"shR":[-49.5,-117.1],"elR":[-55.6,-14.6],"haR":[-61.4,46.6],"shL":[60.8,-115.5],"elL":[69.5,-17.9],"haL":[90.6,45.4],"hipR":[-21.2,37.8],"knR":[-25.7,182],"ftR":[-22.9,323.5],"hipL":[26.1,37.3],"knL":[28.5,181.7],"ftL":[38,325.1]},{"rootY":-6.9,"hips":[0,0],"chest":[5.4,-84.6],"neck":[5.4,-84.6],"head":[18,-149.2],"shR":[-49.3,-117.4],"elR":[-55.1,-14.7],"haR":[-60.5,46.8],"shL":[60.8,-115.8],"elL":[67.4,-18.4],"haL":[87.3,45.3],"hipR":[-21.5,37.8],"knR":[-26.6,182.1],"ftR":[-22.4,323.6],"hipL":[25.8,37.3],"knL":[28.2,181.8],"ftL":[38.9,324.9]},{"rootY":-6.6,"hips":[0,0],"chest":[5.5,-84.4],"neck":[5.5,-84.4],"head":[18,-148.9],"shR":[-49,-117.6],"elR":[-54.1,-15],"haR":[-58.8,46.8],"shL":[61.1,-115.1],"elL":[65.4,-18],"haL":[84,46.1],"hipR":[-21.6,37.6],"knR":[-25.2,182.3],"ftR":[-19.8,323.6],"hipL":[25.7,37.7],"knL":[29.2,182.1],"ftL":[40.6,324.8]},{"rootY":-6.5,"hips":[0,0],"chest":[6,-84.7],"neck":[6,-84.7],"head":[18.4,-149.4],"shR":[-48.6,-117.7],"elR":[-53.3,-15.2],"haR":[-57.9,46.8],"shL":[61.4,-115.5],"elL":[63.3,-18.7],"haL":[80.5,45.7],"hipR":[-21.9,37.3],"knR":[-22.6,182.3],"ftR":[-16.9,323.3],"hipL":[25.4,38.1],"knL":[30.4,182.5],"ftL":[42.9,324.6]},{"rootY":-6.4,"hips":[0,0],"chest":[6.9,-84.8],"neck":[6.9,-84.8],"head":[19.4,-149.4],"shR":[-47.6,-117.9],"elR":[-52.1,-15.2],"haR":[-56,47.4],"shL":[62.4,-115.8],"elL":[62.1,-19],"haL":[77.9,45.7],"hipR":[-21.1,37.2],"knR":[-18.1,182.6],"ftR":[-13.1,322.7],"hipL":[26,38.5],"knL":[33,182.6],"ftL":[46.4,324]},{"rootY":-5.9,"hips":[0,0],"chest":[6.3,-84.5],"neck":[6.3,-84.5],"head":[18.4,-149.3],"shR":[-48.2,-117.6],"elR":[-52.3,-15.1],"haR":[-56.1,47.4],"shL":[61.8,-115.3],"elL":[59.4,-18.8],"haL":[73.6,46.1],"hipR":[-23.2,36.8],"knR":[-20.5,182],"ftR":[-13.3,323.1],"hipL":[24,38.7],"knL":[29.3,182.9],"ftL":[45.6,322.6]},{"rootY":-5.5,"hips":[0,0],"chest":[6.5,-84.4],"neck":[6.5,-84.4],"head":[18.6,-149.2],"shR":[-48,-117.5],"elR":[-52.1,-15.1],"haR":[-55.7,47.6],"shL":[62.1,-115.6],"elL":[58.4,-19.1],"haL":[71,45.9],"hipR":[-23.8,36.4],"knR":[-19.5,181.7],"ftR":[-11.4,322.9],"hipL":[23.4,39.2],"knL":[29,182.9],"ftL":[47.1,320.5]},{"rootY":-5,"hips":[0,0],"chest":[7.9,-84.3],"neck":[7.9,-84.3],"head":[19.9,-149.1],"shR":[-46.7,-117.3],"elR":[-50.9,-14.9],"haR":[-54.5,48.3],"shL":[63.5,-115.5],"elL":[58.9,-19.3],"haL":[69.9,45.6],"hipR":[-23.2,35.8],"knR":[-14.8,181.4],"ftR":[-6.4,322],"hipL":[23.7,39.7],"knL":[32,182.4],"ftL":[50.9,317]},{"rootY":-4.5,"hips":[0,0],"chest":[8.4,-84],"neck":[8.4,-84],"head":[20.5,-149],"shR":[-46,-117.3],"elR":[-50.4,-15],"haR":[-54,48.5],"shL":[64.2,-115],"elL":[59.4,-18.8],"haL":[69,46],"hipR":[-23.7,35.3],"knR":[-13.1,180.9],"ftR":[-3.5,321.8],"hipL":[23.1,40.2],"knL":[32.6,180.9],"ftL":[54.1,311.8]},{"rootY":-4.1,"hips":[0,0],"chest":[8.4,-84.1],"neck":[8.4,-84.1],"head":[20.6,-149.1],"shR":[-45.9,-117.7],"elR":[-50.5,-15.3],"haR":[-54.4,48.5],"shL":[64.2,-115.2],"elL":[59.6,-18.9],"haL":[68.3,45.5],"hipR":[-24.6,34.7],"knR":[-12.5,180.3],"ftR":[-1,321.3],"hipL":[22.2,40.5],"knL":[32.6,178.3],"ftL":[57.2,304.5]},{"rootY":-3.4,"hips":[0,0],"chest":[7.2,-83.6],"neck":[7.2,-83.6],"head":[19.4,-148.6],"shR":[-46.9,-117.5],"elR":[-51.8,-15.4],"haR":[-55.9,48.3],"shL":[63.2,-114.5],"elL":[59,-18.2],"haL":[66.7,45.3],"hipR":[-26.7,34.2],"knR":[-15.7,179.7],"ftR":[-0.6,321.2],"hipL":[20.2,40.7],"knL":[29.5,174.1],"ftL":[57.5,297]},{"rootY":-2.5,"hips":[0,0],"chest":[7,-83.6],"neck":[7,-83.6],"head":[19.2,-148.6],"shR":[-47.1,-117.6],"elR":[-52.5,-15.5],"haR":[-56.8,48.2],"shL":[63,-114.5],"elL":[59.2,-18.5],"haL":[66.5,44],"hipR":[-27.3,33.4],"knR":[-14.4,178.8],"ftR":[2.4,319.7],"hipL":[19.4,40.9],"knL":[29.7,170.1],"ftL":[58.7,290.6]},{"rootY":-1.1,"hips":[0,0],"chest":[6.6,-83.5],"neck":[6.6,-83.5],"head":[19.2,-148.5],"shR":[-47.3,-117.6],"elR":[-52.9,-15.8],"haR":[-57.2,47.9],"shL":[62.8,-114.4],"elL":[59,-18.7],"haL":[66.5,42.7],"hipR":[-27.5,33.3],"knR":[-14,178.7],"ftR":[4.4,318.8],"hipL":[19.2,40.7],"knL":[29,166.3],"ftL":[57.3,287.6]},{"rootY":-1.2,"hips":[0,0],"chest":[6.6,-83.4],"neck":[6.6,-83.4],"head":[19.3,-148.3],"shR":[-47.4,-117.3],"elR":[-53,-15.6],"haR":[-57.4,47.9],"shL":[62.7,-114.3],"elL":[58.9,-18.8],"haL":[67,41.6],"hipR":[-27.5,33.4],"knR":[-13.4,178.9],"ftR":[6.1,318.5],"hipL":[19.3,40.5],"knL":[29.1,163.4],"ftL":[54.4,288.4]},{"rootY":-1.3,"hips":[0,0],"chest":[6.2,-83.1],"neck":[6.2,-83.1],"head":[19.3,-148],"shR":[-47.7,-117.3],"elR":[-53,-15.6],"haR":[-57.5,47.9],"shL":[62.3,-113.9],"elL":[58.2,-18.5],"haL":[67.2,41.4],"hipR":[-27.6,33.5],"knR":[-13,179],"ftR":[7.3,318.6],"hipL":[19.2,40.6],"knL":[29,160.6],"ftL":[50.4,292.4]},{"rootY":-2.6,"hips":[0,0],"chest":[5.6,-83.1],"neck":[5.6,-83.1],"head":[18.9,-148],"shR":[-48.3,-117.4],"elR":[-53.6,-15.9],"haR":[-58,47.8],"shL":[61.7,-113.6],"elL":[57.2,-18.6],"haL":[67,41.4],"hipR":[-27.4,34],"knR":[-12.9,179.6],"ftR":[7.8,319.7],"hipL":[19.4,40.7],"knL":[28.3,159.6],"ftL":[45.5,298.9]},{"rootY":-3.7,"hips":[0,0],"chest":[5.7,-83.5],"neck":[5.7,-83.5],"head":[19.4,-148.2],"shR":[-48.4,-117.5],"elR":[-54,-16.2],"haR":[-58.2,47.7],"shL":[61.5,-114.2],"elL":[56.6,-19.3],"haL":[67,41],"hipR":[-27.1,34.2],"knR":[-11.5,179.5],"ftR":[9.2,320],"hipL":[19.8,40.9],"knL":[28.5,159.8],"ftL":[41.7,306.2]},{"rootY":-5.9,"hips":[0,0],"chest":[5.1,-83.3],"neck":[5.1,-83.3],"head":[18.7,-148.1],"shR":[-48.9,-117.4],"elR":[-54.9,-16.3],"haR":[-58.7,47.9],"shL":[60.6,-114],"elL":[55.3,-19.5],"haL":[66.2,41.1],"hipR":[-27.3,34.7],"knR":[-12.1,179.9],"ftR":[9.1,321.2],"hipL":[19.5,41.1],"knL":[26.3,161],"ftL":[36.8,312.8]},{"rootY":-7.5,"hips":[0,0],"chest":[4.5,-83.2],"neck":[4.5,-83.2],"head":[18.4,-147.9],"shR":[-49.5,-117.3],"elR":[-56.2,-16.4],"haR":[-59.2,47.9],"shL":[60,-113.8],"elL":[54.2,-19.9],"haL":[66.1,41.4],"hipR":[-27.4,35.1],"knR":[-12.4,180],"ftR":[8.9,322],"hipL":[19.4,41.2],"knL":[24.1,163.1],"ftL":[32.6,317.7]},{"rootY":-8.7,"hips":[0,0],"chest":[3.9,-83.3],"neck":[3.9,-83.3],"head":[18.2,-147.8],"shR":[-50.1,-117.2],"elR":[-57.3,-16.4],"haR":[-59.6,48],"shL":[59.3,-114.1],"elL":[53,-20.7],"haL":[65.3,41.2],"hipR":[-28,35.2],"knR":[-12.6,179.5],"ftR":[8.5,321.7],"hipL":[18.8,41.7],"knL":[21.6,164.8],"ftL":[29,320.2]},{"rootY":-8.7,"hips":[0,0],"chest":[3.9,-83.1],"neck":[3.9,-83.1],"head":[18.3,-147.6],"shR":[-50.3,-116.7],"elR":[-58,-15.7],"haR":[-60.6,48.5],"shL":[59.1,-114.4],"elL":[52.2,-21.7],"haL":[64.4,41],"hipR":[-27.9,35.4],"knR":[-12,178.6],"ftR":[9.1,321.5],"hipL":[18.9,41.8],"knL":[20.2,165.7],"ftL":[26.3,320.6]},{"rootY":-7.3,"hips":[0,0],"chest":[3.5,-82.5],"neck":[3.5,-82.5],"head":[18,-146.9],"shR":[-50.5,-116.4],"elR":[-58.7,-15.2],"haR":[-61.2,48.6],"shL":[58.8,-113.3],"elL":[51.6,-21.7],"haL":[63.8,41.8],"hipR":[-28.3,35.2],"knR":[-11.8,177.4],"ftR":[8.7,320.1],"hipL":[18.4,42.1],"knL":[18.3,165.8],"ftL":[23.3,320.2]},{"rootY":-5.4,"hips":[0,0],"chest":[3.4,-82.7],"neck":[3.4,-82.7],"head":[17.9,-147.1],"shR":[-50.6,-116.5],"elR":[-58.9,-15.1],"haR":[-61.4,48.2],"shL":[58.7,-114.1],"elL":[51.3,-23.1],"haL":[63.5,41.2],"hipR":[-28.2,35.3],"knR":[-12,176.9],"ftR":[8.7,318.5],"hipL":[18.4,42.2],"knL":[16.8,165.9],"ftL":[20.8,320.4]},{"rootY":-3.2,"hips":[0,0],"chest":[3.3,-82.5],"neck":[3.3,-82.5],"head":[18.1,-146.8],"shR":[-50.9,-116],"elR":[-59.3,-14.4],"haR":[-61.5,48.1],"shL":[58.6,-113.9],"elL":[51.1,-23.4],"haL":[63.2,41.6],"hipR":[-28.6,35.1],"knR":[-12.2,175.9],"ftR":[8.1,316.1],"hipL":[18,42.5],"knL":[15.5,166.2],"ftL":[18.9,321.4]},{"rootY":-3.1,"hips":[0,0],"chest":[3.3,-82.5],"neck":[3.3,-82.5],"head":[18,-146.9],"shR":[-50.9,-116.1],"elR":[-58.7,-14.2],"haR":[-61.5,47.8],"shL":[58.5,-114],"elL":[51,-23.2],"haL":[62.7,42.4],"hipR":[-28,35.5],"knR":[-11.8,174.6],"ftR":[7.5,314.3],"hipL":[18.7,42.4],"knL":[14.3,164.6],"ftL":[17.5,320]},{"rootY":-3,"hips":[0,0],"chest":[3.1,-82.1],"neck":[3.1,-82.1],"head":[17.9,-146.4],"shR":[-50.8,-115.9],"elR":[-58.1,-13.9],"haR":[-61.4,47.6],"shL":[58.6,-113.3],"elL":[51.1,-22],"haL":[62.7,44],"hipR":[-27.7,35.8],"knR":[-12.1,173.8],"ftR":[6,311.6],"hipL":[19.1,42.3],"knL":[13.2,164.4],"ftL":[16.2,319.8]},{"rootY":-3.9,"hips":[0,0],"chest":[2.7,-81.8],"neck":[2.7,-81.8],"head":[17.6,-146.1],"shR":[-51.2,-115.9],"elR":[-58.4,-13.9],"haR":[-61.9,47.4],"shL":[58.4,-113],"elL":[51,-21.2],"haL":[62.4,44.7],"hipR":[-27.8,35.8],"knR":[-13.7,174.1],"ftR":[3,307.5],"hipL":[19,42.4],"knL":[12.3,165.8],"ftL":[14.8,321]},{"rootY":-5.7,"hips":[0,0],"chest":[2.8,-82.2],"neck":[2.8,-82.2],"head":[17.3,-146.6],"shR":[-51.2,-116.2],"elR":[-58.8,-14.2],"haR":[-62.3,47.1],"shL":[58.6,-113.4],"elL":[51.7,-21.1],"haL":[62.5,44.6],"hipR":[-27.7,36],"knR":[-15.8,175.2],"ftR":[0.2,302.9],"hipL":[19.1,42.1],"knL":[11.9,168],"ftL":[13.3,322.8]},{"rootY":-7.3,"hips":[0,0],"chest":[2.9,-83.1],"neck":[2.9,-83.1],"head":[16.9,-147.6],"shR":[-51.3,-116.9],"elR":[-59.2,-15.1],"haR":[-63,46],"shL":[58.8,-114],"elL":[52.7,-21.3],"haL":[63.1,44.2],"hipR":[-27.2,36.3],"knR":[-18.5,177.6],"ftR":[-3,297.2],"hipL":[19.6,41.6],"knL":[12.1,170.1],"ftL":[11.7,324.2]},{"rootY":-8.6,"hips":[0,0],"chest":[2.7,-83.2],"neck":[2.7,-83.2],"head":[16.1,-147.9],"shR":[-51.3,-117.2],"elR":[-58.9,-15.2],"haR":[-63.3,45.7],"shL":[59,-114.1],"elL":[54.1,-21.2],"haL":[64.2,44.4],"hipR":[-26.5,36.6],"knR":[-22.1,180.4],"ftR":[-6.8,291.6],"hipL":[20.4,40.9],"knL":[12.8,171.8],"ftL":[10.2,324.7]},{"rootY":-7.6,"hips":[0,0],"chest":[3.1,-83.7],"neck":[3.1,-83.7],"head":[15.9,-148.5],"shR":[-51,-117.1],"elR":[-58.4,-15.2],"haR":[-63.4,45.5],"shL":[59.5,-114.5],"elL":[56,-21.4],"haL":[66.3,44.3],"hipR":[-25.7,36.8],"knR":[-25.5,182.5],"ftR":[-9.6,285.2],"hipL":[21.3,40.1],"knL":[13.4,172.5],"ftL":[8.7,323.9]},{"rootY":-7.1,"hips":[0,0],"chest":[3,-83.7],"neck":[3,-83.7],"head":[15.6,-148.6],"shR":[-51.1,-117.1],"elR":[-57.5,-14.8],"haR":[-63.4,45.6],"shL":[59.5,-115],"elL":[58.4,-20.9],"haL":[68.6,45],"hipR":[-24.6,37.2],"knR":[-29.2,183.4],"ftR":[-13.9,277.4],"hipL":[22.5,39],"knL":[13.4,173.5],"ftL":[7.7,323.3]},{"rootY":-5.2,"hips":[0,0],"chest":[3,-84],"neck":[3,-84],"head":[15.2,-148.9],"shR":[-51,-117.1],"elR":[-56.1,-14.6],"haR":[-63.4,45.8],"shL":[59.6,-115.4],"elL":[61.4,-20],"haL":[71.7,46.1],"hipR":[-23.7,37.4],"knR":[-32.7,182.7],"ftR":[-18,268],"hipL":[23.4,37.8],"knL":[13.1,173.9],"ftL":[6.3,321.6]},{"rootY":-4.2,"hips":[0,0],"chest":[3.2,-84.3],"neck":[3.2,-84.3],"head":[14.9,-149.4],"shR":[-50.8,-116.7],"elR":[-54.1,-14.1],"haR":[-62.9,46.3],"shL":[59.6,-116],"elL":[64.1,-19.1],"haL":[74.9,46.9],"hipR":[-22.5,37.7],"knR":[-35.6,180.2],"ftR":[-19.2,263.9],"hipL":[24.7,36.6],"knL":[13.4,174.4],"ftL":[5.5,320.4]},{"rootY":-3.4,"hips":[0,0],"chest":[2.4,-84.3],"neck":[2.4,-84.3],"head":[13.9,-149.4],"shR":[-51.4,-116.7],"elR":[-52.6,-13.9],"haR":[-62.5,47.1],"shL":[58.8,-116.2],"elL":[65.7,-17.8],"haL":[77,48],"hipR":[-21.7,38],"knR":[-38.9,176.3],"ftR":[-21.9,263.5],"hipL":[25.3,35.6],"knL":[13,175.1],"ftL":[4.2,319.5]},{"rootY":-3.2,"hips":[0,0],"chest":[2.4,-84.5],"neck":[2.4,-84.5],"head":[13.5,-149.7],"shR":[-51.3,-116.6],"elR":[-50.5,-14],"haR":[-61.1,47.7],"shL":[58.7,-116.7],"elL":[67.8,-17.3],"haL":[79.1,47.7],"hipR":[-20.7,38.1],"knR":[-38.5,172],"ftR":[-23,267.6],"hipL":[26.4,35.1],"knL":[14.2,175.8],"ftL":[4.4,319]},{"rootY":-3.1,"hips":[0,0],"chest":[1.9,-84.6],"neck":[1.9,-84.6],"head":[12.7,-149.9],"shR":[-51.8,-116.5],"elR":[-49.4,-13.9],"haR":[-60,48.9],"shL":[58.1,-117.1],"elL":[69.2,-16.9],"haL":[80.6,47.1],"hipR":[-20.2,38.2],"knR":[-37.9,167.8],"ftR":[-25.3,276.3],"hipL":[26.9,34.7],"knL":[14.4,176.9],"ftL":[3.9,318.8]},{"rootY":-3.3,"hips":[0,0],"chest":[1.8,-84.7],"neck":[1.8,-84.7],"head":[12.1,-150],"shR":[-51.8,-115.8],"elR":[-48.2,-13.5],"haR":[-58.6,50.3],"shL":[57.6,-117.8],"elL":[70.6,-17.3],"haL":[81.3,44.8],"hipR":[-20,38.4],"knR":[-36.7,163.2],"ftR":[-27.1,287.3],"hipL":[27,34.5],"knL":[13.5,177.6],"ftL":[3,318.4]},{"rootY":-4.2,"hips":[0,0],"chest":[1.6,-84.6],"neck":[1.6,-84.6],"head":[11.2,-150],"shR":[-52,-115.2],"elR":[-47.2,-13.4],"haR":[-57.2,51.1],"shL":[57.2,-118],"elL":[72.2,-17.5],"haL":[81.3,42],"hipR":[-20,38.7],"knR":[-34.8,160.1],"ftR":[-28.6,298.9],"hipL":[27,34.6],"knL":[13.2,178.5],"ftL":[2.5,318.9]}]},"run":{"name":"run","fps":30,"height":520,"groundY":345,"frameCount":38,"frames":[{"rootY":0,"hips":[0,0],"chest":[-0.1,-78.3],"neck":[-0.1,-78.3],"head":[0.8,-147.2],"shR":[-62.2,-107.2],"elR":[-178.8,-90.8],"haR":[-251.1,-80.6],"shL":[63.5,-104.3],"elL":[173.6,-88.9],"haL":[245.1,-78.8],"hipR":[-31.4,37.4],"knR":[-28.8,187],"ftR":[-26.1,343.4],"hipL":[31.7,37.4],"knL":[29,189.2],"ftL":[26.3,344.6]},{"rootY":4.5,"hips":[0,0],"chest":[4.7,-75.6],"neck":[4.7,-75.6],"head":[11.9,-144.3],"shR":[-55.1,-110.3],"elR":[-84.8,-7.9],"haR":[-79.1,42.7],"shL":[70.1,-99.4],"elL":[75.5,4.8],"haL":[60.3,6.5],"hipR":[-32.9,36.1],"knR":[-38.4,185.5],"ftR":[-30.1,178.3],"hipL":[30.1,39.3],"knL":[15.4,179.1],"ftL":[3.3,323.8]},{"rootY":8.2,"hips":[0,0],"chest":[5.5,-75],"neck":[5.5,-75],"head":[12.5,-143.5],"shR":[-54.1,-110.2],"elR":[-77.4,-10.3],"haR":[-81,45.7],"shL":[71.2,-98.8],"elL":[77.8,10.7],"haL":[57.2,-1],"hipR":[-31.1,37.9],"knR":[-45.3,180.7],"ftR":[-31.1,181.7],"hipL":[31.9,38],"knL":[15.3,183.5],"ftL":[2.9,319.7]},{"rootY":5.6,"hips":[0,0],"chest":[4.7,-75],"neck":[4.7,-75],"head":[10.8,-143.6],"shR":[-54.7,-110.1],"elR":[-72.4,-13.6],"haR":[-82,45.1],"shL":[70.5,-98.8],"elL":[78.7,11.9],"haL":[53.7,-8.5],"hipR":[-30.5,38.5],"knR":[-45,170],"ftR":[-32.4,200],"hipL":[32.6,37.7],"knL":[16,187.9],"ftL":[1.5,316]},{"rootY":-0.4,"hips":[0,0],"chest":[4.7,-74.9],"neck":[4.7,-74.9],"head":[9.5,-143.7],"shR":[-54.6,-109],"elR":[-67.8,-17],"haR":[-80.3,42.8],"shL":[70.2,-99.6],"elL":[81.9,11],"haL":[52.1,-14.9],"hipR":[-29,39.5],"knR":[-39.4,160.3],"ftR":[-31.8,228.3],"hipL":[33.8,36.9],"knL":[19.4,187.5],"ftL":[3.9,310]},{"rootY":-8,"hips":[0,0],"chest":[4,-75.3],"neck":[4,-75.3],"head":[7.2,-144.3],"shR":[-55.1,-108.4],"elR":[-63.1,-21],"haR":[-77.7,39.7],"shL":[69,-101],"elL":[85.9,8.9],"haL":[50.9,-20.4],"hipR":[-29.2,39.6],"knR":[-31.9,154.5],"ftR":[-30.4,260.8],"hipL":[33.7,37.2],"knL":[22.4,183.6],"ftL":[9.2,305.1]},{"rootY":-14.3,"hips":[0,0],"chest":[2.9,-75.7],"neck":[2.9,-75.7],"head":[4.8,-145.1],"shR":[-56.1,-107.2],"elR":[-58.7,-24.2],"haR":[-75.7,37.5],"shL":[67,-103],"elL":[89.9,5.8],"haL":[50.1,-23.5],"hipR":[-29.6,39.7],"knR":[-28,153.7],"ftR":[-29.4,290.2],"hipL":[33.4,37.3],"knL":[23.8,173.6],"ftL":[14.6,298.4]},{"rootY":-20.1,"hips":[0,0],"chest":[1.3,-76],"neck":[1.3,-76],"head":[1.5,-145.5],"shR":[-57.7,-106.8],"elR":[-55.5,-27.1],"haR":[-74.3,34.7],"shL":[65.2,-103.8],"elL":[93.4,3.7],"haL":[50.1,-23],"hipR":[-28.9,40.4],"knR":[-25.4,159.4],"ftR":[-28.5,312.6],"hipL":[34,36.7],"knL":[26.8,158.9],"ftL":[19.3,284]},{"rootY":-21.4,"hips":[0,0],"chest":[0.1,-76.1],"neck":[0.1,-76.1],"head":[-0.6,-145.6],"shR":[-59.2,-106.5],"elR":[-53.9,-26.8],"haR":[-73.7,34.1],"shL":[63.6,-104.4],"elL":[95.4,2],"haL":[50.7,-19.7],"hipR":[-27.2,41.6],"knR":[-21.1,167.2],"ftR":[-24.9,323.5],"hipL":[35.5,35.2],"knL":[24.7,163.6],"ftL":[20.8,261.4]},{"rootY":-18.9,"hips":[0,0],"chest":[-1,-76.2],"neck":[-1,-76.2],"head":[-2.1,-145.6],"shR":[-60.9,-105.5],"elR":[-55.8,-22.2],"haR":[-75.3,37.2],"shL":[61.8,-106],"elL":[94.5,-0.8],"haL":[50.4,-13.6],"hipR":[-27.5,41.5],"knR":[-19.1,172.8],"ftR":[-18.1,328.1],"hipL":[35.2,35.2],"knL":[22,171.8],"ftL":[24,235.3]},{"rootY":-13,"hips":[0,0],"chest":[-2.6,-76.2],"neck":[-2.6,-76.2],"head":[-3.8,-145.6],"shR":[-62.9,-104.3],"elR":[-61.3,-16.1],"haR":[-78.9,39.8],"shL":[59.6,-107.1],"elL":[92.2,-3.9],"haL":[51,-4.8],"hipR":[-29.4,40.1],"knR":[-19,176.7],"ftR":[-9.5,332.5],"hipL":[33.5,36.4],"knL":[21.9,180.5],"ftL":[24.9,205.6]},{"rootY":-4.6,"hips":[0,0],"chest":[-3.1,-76.1],"neck":[-3.1,-76.1],"head":[-5.2,-145.3],"shR":[-64,-104.6],"elR":[-67.1,-8.8],"haR":[-81.5,38.6],"shL":[59.8,-106.4],"elL":[91.3,-6],"haL":[55.5,6.3],"hipR":[-31.8,38.2],"knR":[-16.4,175.9],"ftR":[-0.9,329.9],"hipL":[31.1,37.8],"knL":[32.3,188],"ftL":[25.7,178.4]},{"rootY":4.3,"hips":[0,0],"chest":[-3.7,-75.5],"neck":[-3.7,-75.5],"head":[-6.4,-144.6],"shR":[-65,-104.2],"elR":[-73.5,-0.1],"haR":[-82.5,35.3],"shL":[59.1,-106],"elL":[87.7,-10.1],"haL":[59.5,14.3],"hipR":[-34,36.3],"knR":[-13.5,174.6],"ftR":[2.2,320.5],"hipL":[28.7,39.2],"knL":[46.6,189.7],"ftL":[27.3,163.4]},{"rootY":7.7,"hips":[0,0],"chest":[-4.1,-75.2],"neck":[-4.1,-75.2],"head":[-6.9,-143.9],"shR":[-65.6,-104],"elR":[-79,6.9],"haR":[-81.6,29.5],"shL":[58.8,-105.7],"elL":[83.6,-15.6],"haL":[62.2,18.5],"hipR":[-34.9,35.5],"knR":[-13.7,179.3],"ftR":[2.2,316.2],"hipL":[27.8,40.3],"knL":[55.1,183.3],"ftL":[29.4,165.8]},{"rootY":6.4,"hips":[0,0],"chest":[-3.8,-75.2],"neck":[-3.8,-75.2],"head":[-6.5,-144.1],"shR":[-66.3,-103.5],"elR":[-83.1,10.2],"haR":[-78.6,20.5],"shL":[59,-106.1],"elL":[80.6,-20.2],"haL":[63.1,17.9],"hipR":[-34.9,35.3],"knR":[-13.4,183],"ftR":[2,311.1],"hipL":[27.9,40.5],"knL":[52.4,171.1],"ftL":[30.2,183.3]},{"rootY":0.7,"hips":[0,0],"chest":[-3.4,-75.6],"neck":[-3.4,-75.6],"head":[-4.9,-144.8],"shR":[-66.2,-104.3],"elR":[-85.6,10.2],"haR":[-73.8,10.4],"shL":[59.6,-105.7],"elL":[77.7,-23],"haL":[63.7,16],"hipR":[-36.1,34.7],"knR":[-16.6,182.2],"ftR":[-0.9,304.8],"hipL":[26.3,41.2],"knL":[44,162.3],"ftL":[29.8,211.7]},{"rootY":-5.8,"hips":[0,0],"chest":[-4.1,-76.1],"neck":[-4.1,-76.1],"head":[-3.8,-145.7],"shR":[-66.8,-105.4],"elR":[-89.3,9.1],"haR":[-70.7,3.8],"shL":[58.9,-105.6],"elL":[71.6,-25.8],"haL":[62.6,13.6],"hipR":[-35.5,35.1],"knR":[-20.1,177.4],"ftR":[-7.9,297.6],"hipL":[27.2,41],"knL":[33.4,156.1],"ftL":[29.4,245.2]},{"rootY":-12.2,"hips":[0,0],"chest":[-3.7,-76.8],"neck":[-3.7,-76.8],"head":[-1.7,-146.5],"shR":[-66.1,-106.9],"elR":[-92.8,6.7],"haR":[-68.3,0.5],"shL":[59.3,-105.2],"elL":[65.9,-28],"haL":[61.7,11.5],"hipR":[-35,35.2],"knR":[-25.2,162.6],"ftR":[-16.5,289.6],"hipL":[27.8,40.7],"knL":[27.3,154.8],"ftL":[29.7,279.6]},{"rootY":-17.1,"hips":[0,0],"chest":[-3.1,-77.1],"neck":[-3.1,-77.1],"head":[-0.1,-146.9],"shR":[-64.9,-108.4],"elR":[-95.1,4.1],"haR":[-65.6,-0.8],"shL":[60,-104],"elL":[62.1,-27.8],"haL":[61,10.1],"hipR":[-34.9,35.3],"knR":[-28.6,154.4],"ftR":[-23.1,276],"hipL":[27.9,41],"knL":[23.9,158.9],"ftL":[29.9,306.7]},{"rootY":-17.4,"hips":[0,0],"chest":[-1.6,-76.9],"neck":[-1.6,-76.9],"head":[2.4,-146.8],"shR":[-63.1,-109],"elR":[-95.1,2.4],"haR":[-63.4,2.4],"shL":[61.7,-103.1],"elL":[60.8,-24.6],"haL":[60.9,9.9],"hipR":[-36.3,34.2],"knR":[-23.5,162.9],"ftR":[-27.5,254.8],"hipL":[26.3,41.8],"knL":[21.6,166.9],"ftL":[28.5,322]},{"rootY":-13.9,"hips":[0,0],"chest":[-0.5,-77.1],"neck":[-0.5,-77.1],"head":[4.3,-146.7],"shR":[-61.5,-109.8],"elR":[-94.3,0.1],"haR":[-63.8,8.7],"shL":[63.3,-102.8],"elL":[61.3,-19.1],"haL":[60.9,11.1],"hipR":[-35.2,34.5],"knR":[-19,168.4],"ftR":[-29.3,229.3],"hipL":[27.4,41.5],"knL":[24,172.5],"ftL":[25.5,327.3]},{"rootY":-7.6,"hips":[0,0],"chest":[1,-77],"neck":[1,-77],"head":[6.2,-146.6],"shR":[-59.5,-110.6],"elR":[-92.4,-2.2],"haR":[-66.7,17.4],"shL":[65.3,-101.6],"elL":[65.1,-11],"haL":[61.9,12],"hipR":[-34.1,35.4],"knR":[-19.4,177.4],"ftR":[-29.4,206.2],"hipL":[28.7,40.3],"knL":[24.2,176.4],"ftL":[18.9,331.5]},{"rootY":-0.1,"hips":[0,0],"chest":[2.3,-77],"neck":[2.3,-77],"head":[7.9,-146.5],"shR":[-58,-111.1],"elR":[-89.1,-4],"haR":[-70.4,26.1],"shL":[67,-101.1],"elL":[70.1,-2.4],"haL":[61.5,8.9],"hipR":[-33,35.8],"knR":[-26,183.5],"ftR":[-27.5,186.2],"hipL":[29.9,39.5],"knL":[23.5,176.9],"ftL":[12.6,329.8]},{"rootY":4.6,"hips":[0,0],"chest":[4.5,-76.3],"neck":[4.5,-76.3],"head":[10.9,-145.6],"shR":[-55.5,-111],"elR":[-81.6,-6.6],"haR":[-72.3,32.6],"shL":[69.6,-100.2],"elL":[76.1,6.1],"haL":[61.6,3.1],"hipR":[-29.9,38.6],"knR":[-33.9,187.8],"ftR":[-26.9,180.9],"hipL":[33.2,36.5],"knL":[22,177.9],"ftL":[11.1,323.6]},{"rootY":5.1,"hips":[0,0],"chest":[3.6,-76.1],"neck":[3.6,-76.1],"head":[10.1,-145.2],"shR":[-56.2,-110.9],"elR":[-77.5,-10.7],"haR":[-75.6,35.1],"shL":[69,-99.9],"elL":[78,10.2],"haL":[57.6,-5.1],"hipR":[-30.8,38.2],"knR":[-37.5,181.4],"ftR":[-27,188.6],"hipL":[32.2,37.4],"knL":[19.5,184.5],"ftL":[10.7,322.1]},{"rootY":0.8,"hips":[0,0],"chest":[3.1,-76],"neck":[3.1,-76],"head":[9.3,-145.2],"shR":[-56.3,-111],"elR":[-74,-14.5],"haR":[-75.8,33.6],"shL":[68.9,-99.6],"elL":[77.8,11.3],"haL":[54.6,-14.4],"hipR":[-30,39.1],"knR":[-37,171.7],"ftR":[-27.2,209],"hipL":[33,36.8],"knL":[18.7,187.6],"ftL":[10.8,318.1]},{"rootY":-7.4,"hips":[0,0],"chest":[3.2,-76.1],"neck":[3.2,-76.1],"head":[8.2,-145.5],"shR":[-56,-110.1],"elR":[-70.6,-17.4],"haR":[-75.6,32.4],"shL":[68.8,-100.5],"elL":[77.5,10.2],"haL":[50.9,-23.4],"hipR":[-29.3,39.5],"knR":[-33.7,163.5],"ftR":[-26.8,238.3],"hipL":[33.7,36.6],"knL":[20.7,187],"ftL":[13,313.5]},{"rootY":-15.9,"hips":[0,0],"chest":[3.4,-76.3],"neck":[3.4,-76.3],"head":[7.5,-145.9],"shR":[-55.6,-109.3],"elR":[-66.5,-20.9],"haR":[-74.4,30.5],"shL":[68.6,-101.5],"elL":[78,8.7],"haL":[48.2,-30.3],"hipR":[-29.8,39.3],"knR":[-29.2,158.1],"ftR":[-25.2,269.7],"hipL":[33.3,37.1],"knL":[22.9,183.6],"ftL":[17.4,308.7]},{"rootY":-22.4,"hips":[0,0],"chest":[2.6,-76.6],"neck":[2.6,-76.6],"head":[5.8,-146.3],"shR":[-56.3,-108.5],"elR":[-62.3,-24.4],"haR":[-72.9,28.4],"shL":[67.5,-102.7],"elL":[78.8,7.1],"haL":[45,-35.3],"hipR":[-30.5,39.2],"knR":[-27.5,156.3],"ftR":[-25.6,296.6],"hipL":[32.5,37.6],"knL":[24.7,175.5],"ftL":[20.4,301.7]},{"rootY":-27.4,"hips":[0,0],"chest":[0.9,-76.7],"neck":[0.9,-76.7],"head":[3.8,-146.5],"shR":[-57.6,-108],"elR":[-58.9,-27.5],"haR":[-71.6,26.5],"shL":[65.8,-102.7],"elL":[80.1,6.8],"haL":[42.8,-36.2],"hipR":[-30.4,39.6],"knR":[-26.7,160.4],"ftR":[-27.6,314.9],"hipL":[32.6,37.3],"knL":[28,161.5],"ftL":[23.3,288.7]},{"rootY":-27.9,"hips":[0,0],"chest":[0,-76.9],"neck":[0,-76.9],"head":[3,-146.8],"shR":[-58.6,-108.2],"elR":[-57.2,-28.8],"haR":[-70.3,24.7],"shL":[64.7,-103.3],"elL":[81.6,6.2],"haL":[42,-33.7],"hipR":[-29,40.6],"knR":[-24.2,166.3],"ftR":[-28,322.2],"hipL":[33.8,36],"knL":[24.8,162.1],"ftL":[23.1,267.9]},{"rootY":-25.2,"hips":[0,0],"chest":[-1.5,-77.3],"neck":[-1.5,-77.3],"head":[1.7,-147.1],"shR":[-60.5,-108.1],"elR":[-59,-26.7],"haR":[-71.3,24.6],"shL":[62.9,-104.4],"elL":[82.3,5.1],"haL":[41.7,-27.9],"hipR":[-29.2,40.5],"knR":[-25.7,170.6],"ftR":[-24.4,324.8],"hipL":[33.5,35.8],"knL":[18.6,169.8],"ftL":[23.5,242.7]},{"rootY":-18.4,"hips":[0,0],"chest":[-2.4,-77.5],"neck":[-2.4,-77.5],"head":[0.5,-147.2],"shR":[-61.6,-108],"elR":[-63.9,-21.6],"haR":[-74,25.4],"shL":[61.9,-105.1],"elL":[83.1,3.4],"haL":[44,-19.2],"hipR":[-30.9,39.2],"knR":[-25.1,175.3],"ftR":[-17.3,329.8],"hipL":[31.6,36.7],"knL":[15.1,178.7],"ftL":[22.4,212.9]},{"rootY":-8.2,"hips":[0,0],"chest":[-2.6,-77.6],"neck":[-2.6,-77.6],"head":[-0.1,-147.4],"shR":[-62.1,-107.9],"elR":[-69.8,-14.5],"haR":[-76.8,24.8],"shL":[61.7,-105.1],"elL":[83.6,1.4],"haL":[48.4,-8.7],"hipR":[-31.8,38.2],"knR":[-24.5,177],"ftR":[-10.6,332.8],"hipL":[30.8,36.8],"knL":[20.7,185.6],"ftL":[21,183.2]},{"rootY":1.3,"hips":[0,0],"chest":[-2.3,-77.5],"neck":[-2.3,-77.5],"head":[-0.5,-147.3],"shR":[-62.2,-107.6],"elR":[-74.8,-6.2],"haR":[-77.9,22],"shL":[62,-105.1],"elL":[83.3,-1.3],"haL":[54.3,2.3],"hipR":[-33.1,36.7],"knR":[-20.6,177.1],"ftR":[-3.4,328.1],"hipL":[29.6,37.3],"knL":[33.3,189.1],"ftL":[21.2,163.9]},{"rootY":7.2,"hips":[0,0],"chest":[-3.2,-77.1],"neck":[-3.2,-77.1],"head":[-1.9,-146.8],"shR":[-63.8,-106.7],"elR":[-80.7,2],"haR":[-79.1,16.9],"shL":[60.8,-105.5],"elL":[79.7,-5.1],"haL":[58.5,12],"hipR":[-36.7,33.3],"knR":[-21.7,176.9],"ftR":[-3.3,320.3],"hipL":[25.5,40.7],"knL":[45.1,187.5],"ftL":[22.3,162.5]},{"rootY":8.1,"hips":[0,0],"chest":[-1.9,-77.2],"neck":[-1.9,-77.2],"head":[-0.7,-146.6],"shR":[-63.7,-106.1],"elR":[-82.9,6.8],"haR":[-76.6,7.9],"shL":[61.7,-106.3],"elL":[76.8,-9.8],"haL":[62.2,16.1],"hipR":[-36,34],"knR":[-20.2,180.9],"ftR":[-5,315.3],"hipL":[26.5,40.4],"knL":[43.6,176.2],"ftL":[23.3,175.7]},{"rootY":3.6,"hips":[0,0],"chest":[-1.9,-77],"neck":[-1.9,-77],"head":[-0.8,-146.7],"shR":[-64.1,-106.4],"elR":[-83.7,8.6],"haR":[-73.1,-3.4],"shL":[61.7,-105.8],"elL":[73.9,-12.2],"haL":[63.1,17.1],"hipR":[-37.2,32.9],"knR":[-20.9,181.7],"ftR":[-7.5,309.1],"hipL":[25.1,41.2],"knL":[36.2,164.2],"ftL":[23.4,201.2]}]},"shuffle":{"name":"shuffle","fps":30,"height":520,"groundY":256,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.2],"neck":[-3.8,-168.3],"head":[-1.6,-203.7],"shR":[50.1,-147],"elR":[128.4,-146.4],"haR":[193.7,-148.9],"shL":[-57.7,-145.7],"elL":[-134.6,-146.3],"haL":[-203,-146.3],"hipR":[26.6,7.9],"knR":[30.4,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.2],"neck":[-3.8,-168.3],"head":[-1.7,-203.6],"shR":[50.1,-147],"elR":[128.4,-146.4],"haR":[193.6,-148.7],"shL":[-57.7,-145.5],"elL":[-134.6,-145.9],"haL":[-203.1,-145.7],"hipR":[26.6,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-3.9,-168.3],"head":[-1.8,-203.6],"shR":[50.1,-146.9],"elR":[128.3,-146.4],"haR":[193.6,-148.6],"shL":[-57.7,-145.3],"elL":[-134.7,-145.3],"haL":[-203.2,-144.8],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.8],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-3.9,-168.3],"head":[-1.9,-203.6],"shR":[50,-146.9],"elR":[128.3,-146.4],"haR":[193.5,-148.6],"shL":[-57.7,-145],"elL":[-134.8,-144.6],"haL":[-203.3,-143.7],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.8],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-4.1,-168.2],"head":[-2,-203.6],"shR":[49.9,-146.9],"elR":[128.2,-146.4],"haR":[193.4,-148.6],"shL":[-57.8,-144.8],"elL":[-134.9,-143.9],"haL":[-203.5,-142.6],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.2,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-4.3,-168.2],"head":[-2.2,-203.6],"shR":[49.8,-147.1],"elR":[128.1,-146.4],"haR":[193.4,-148.6],"shL":[-58,-144.7],"elL":[-135.1,-143.3],"haL":[-203.7,-141.5],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.2,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.1],"neck":[-4.5,-168.2],"head":[-2.5,-203.5],"shR":[49.6,-147.2],"elR":[127.9,-146.5],"haR":[193.3,-148.5],"shL":[-58.1,-144.5],"elL":[-135.3,-142.6],"haL":[-203.9,-140.5],"hipR":[26.5,7.9],"knR":[30.4,129.6],"ftR":[30.1,254.7],"hipL":[-26.8,7.7],"knL":[-23.6,130.8],"ftL":[-20.5,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.4,-100.1],"neck":[-4.7,-168.1],"head":[-2.8,-203.5],"shR":[49.4,-147.2],"elR":[127.8,-146.6],"haR":[193.3,-148.5],"shL":[-58.3,-144.3],"elL":[-135.4,-142],"haL":[-204.1,-139.5],"hipR":[26.5,7.9],"knR":[30.4,129.6],"ftR":[30,254.7],"hipL":[-26.8,7.7],"knL":[-23.6,130.8],"ftL":[-20.6,256]},{"rootY":0,"hips":[0,0],"chest":[-3.5,-100.1],"neck":[-4.9,-168.1],"head":[-3.1,-203.5],"shR":[49.3,-147.3],"elR":[127.6,-146.7],"haR":[193.2,-148.5],"shL":[-58.5,-144.1],"elL":[-135.6,-141.5],"haL":[-204.3,-138.7],"hipR":[26.5,7.9],"knR":[30.3,129.6],"ftR":[29.9,254.7],"hipL":[-26.8,7.7],"knL":[-23.7,130.8],"ftL":[-20.7,256]},{"rootY":0,"hips":[0,0],"chest":[-3.7,-100.1],"neck":[-5.2,-168.1],"head":[-3.4,-203.5],"shR":[49,-147.3],"elR":[127.4,-146.8],"haR":[193.1,-148.7],"shL":[-58.7,-143.8],"elL":[-135.8,-141],"haL":[-204.5,-138],"hipR":[26.5,7.9],"knR":[30.3,129.6],"ftR":[29.7,254.7],"hipL":[-26.8,7.7],"knL":[-23.7,130.8],"ftL":[-20.8,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.8,-100.1],"neck":[-5.4,-168.1],"head":[-3.7,-203.5],"shR":[48.8,-147.3],"elR":[127.2,-146.9],"haR":[193,-149],"shL":[-58.9,-143.6],"elL":[-136,-140.6],"haL":[-204.7,-137.4],"hipR":[26.5,7.9],"knR":[30.2,129.6],"ftR":[29.6,254.7],"hipL":[-26.8,7.7],"knL":[-23.8,130.9],"ftL":[-21,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4,-100.1],"neck":[-5.7,-168.1],"head":[-4,-203.5],"shR":[48.6,-147.3],"elR":[127,-147.1],"haR":[192.9,-149.3],"shL":[-59.1,-143.3],"elL":[-136.3,-140.2],"haL":[-205,-137],"hipR":[26.5,7.9],"knR":[30.1,129.6],"ftR":[29.4,254.7],"hipL":[-26.8,7.7],"knL":[-23.9,130.9],"ftL":[-21.1,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4.1,-100.1],"neck":[-6,-168.1],"head":[-4.4,-203.5],"shR":[48.4,-147.3],"elR":[126.8,-147.3],"haR":[192.8,-149.7],"shL":[-59.3,-143.1],"elL":[-136.5,-139.9],"haL":[-205.2,-136.6],"hipR":[26.5,7.8],"knR":[30,129.6],"ftR":[29.3,254.7],"hipL":[-26.7,7.7],"knL":[-23.9,130.9],"ftL":[-21.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4.2,-100.1],"neck":[-6.3,-168],"head":[-4.8,-203.5],"shR":[48.1,-147.3],"elR":[126.6,-147.5],"haR":[192.6,-150],"shL":[-59.5,-142.8],"elL":[-136.8,-139.7],"haL":[-205.5,-136.3],"hipR":[26.5,7.8],"knR":[29.9,129.6],"ftR":[29,254.8],"hipL":[-26.7,7.7],"knL":[-24,130.9],"ftL":[-21.5,256.1]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.2,-100.1],"neck":[-6.7,-168],"head":[-5.2,-203.5],"shR":[47.8,-147.4],"elR":[126.3,-147.7],"haR":[192.4,-150.3],"shL":[-59.8,-142.6],"elL":[-137.1,-139.4],"haL":[-205.9,-136.1],"hipR":[26.5,7.8],"knR":[29.8,129.6],"ftR":[28.8,254.8],"hipL":[-26.7,7.8],"knL":[-24.2,130.9],"ftL":[-21.8,256.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.4,-100.1],"neck":[-7.1,-168],"head":[-5.7,-203.5],"shR":[47.5,-147.4],"elR":[126.1,-147.9],"haR":[192.1,-150.6],"shL":[-60.1,-142.2],"elL":[-137.4,-139.2],"haL":[-206.2,-135.8],"hipR":[26.5,7.8],"knR":[29.6,129.6],"ftR":[28.4,254.8],"hipL":[-26.7,7.8],"knL":[-24.3,131],"ftL":[-22.1,256.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.5,-100.1],"neck":[-7.5,-167.9],"head":[-6.1,-203.4],"shR":[47.2,-147.3],"elR":[125.8,-148],"haR":[191.8,-150.9],"shL":[-60.4,-141.9],"elL":[-137.7,-138.9],"haL":[-206.5,-135.5],"hipR":[26.6,7.7],"knR":[29.4,129.7],"ftR":[28.1,254.9],"hipL":[-26.7,7.8],"knL":[-24.5,131],"ftL":[-22.5,256.3]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.6,-100.1],"neck":[-7.8,-167.9],"head":[-6.5,-203.4],"shR":[47,-147.2],"elR":[125.5,-148.1],"haR":[191.6,-151.1],"shL":[-60.6,-141.7],"elL":[-137.9,-138.6],"haL":[-206.7,-135.2],"hipR":[26.6,7.7],"knR":[29.2,129.7],"ftR":[27.7,254.9],"hipL":[-26.7,7.9],"knL":[-24.7,131.1],"ftL":[-22.9,256.3]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.7,-100.1],"neck":[-7.9,-167.9],"head":[-6.9,-203.4],"shR":[46.8,-147.1],"elR":[125.4,-148.2],"haR":[191.4,-151.3],"shL":[-60.7,-141.5],"elL":[-138,-138.4],"haL":[-206.8,-134.9],"hipR":[26.6,7.6],"knR":[29,129.8],"ftR":[27.4,255],"hipL":[-26.7,7.9],"knL":[-24.9,131.1],"ftL":[-23.2,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.7,-100.1],"neck":[-8.1,-167.9],"head":[-7.2,-203.4],"shR":[46.7,-147.1],"elR":[125.2,-148.2],"haR":[191.2,-151.5],"shL":[-60.8,-141.4],"elL":[-138.1,-138.1],"haL":[-207,-134.6],"hipR":[26.6,7.6],"knR":[28.8,129.8],"ftR":[27.1,255.1],"hipL":[-26.7,8],"knL":[-25,131.1],"ftL":[-23.6,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.9,-100.1],"neck":[-8.2,-167.9],"head":[-7.4,-203.5],"shR":[46.5,-147],"elR":[125.1,-148.3],"haR":[191,-151.7],"shL":[-60.9,-141.3],"elL":[-138.3,-138],"haL":[-207.1,-134.3],"hipR":[26.6,7.6],"knR":[28.5,129.9],"ftR":[26.7,255.1],"hipL":[-26.7,8],"knL":[-25.2,131.2],"ftL":[-23.9,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.3,-167.9],"head":[-7.7,-203.5],"shR":[46.4,-147],"elR":[125,-148.4],"haR":[190.9,-151.9],"shL":[-61,-141.2],"elL":[-138.4,-137.9],"haL":[-207.3,-134.2],"hipR":[26.6,7.6],"knR":[28.3,129.9],"ftR":[26.4,255.2],"hipL":[-26.7,8],"knL":[-25.3,131.2],"ftL":[-24.2,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.4,-167.9],"head":[-7.9,-203.5],"shR":[46.4,-147],"elR":[124.9,-148.6],"haR":[190.8,-152.1],"shL":[-61.1,-141.2],"elL":[-138.6,-137.8],"haL":[-207.5,-134.2],"hipR":[26.6,7.5],"knR":[28.1,129.9],"ftR":[26.1,255.2],"hipL":[-26.7,8],"knL":[-25.5,131.2],"ftL":[-24.5,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.5,-167.8],"head":[-8.2,-203.4],"shR":[46.3,-147],"elR":[124.8,-148.7],"haR":[190.7,-152.3],"shL":[-61.1,-141.2],"elL":[-138.8,-137.8],"haL":[-207.8,-134.1],"hipR":[26.6,7.5],"knR":[27.9,130],"ftR":[25.8,255.3],"hipL":[-26.7,8.1],"knL":[-25.7,131.2],"ftL":[-24.9,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.6,-167.8],"head":[-8.4,-203.4],"shR":[46.2,-147],"elR":[124.7,-148.8],"haR":[190.6,-152.5],"shL":[-61.2,-141.2],"elL":[-139,-137.7],"haL":[-208.1,-134],"hipR":[26.6,7.5],"knR":[27.7,130],"ftR":[25.5,255.3],"hipL":[-26.7,8.1],"knL":[-25.9,131.3],"ftL":[-25.3,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.7,-167.7],"head":[-8.5,-203.3],"shR":[46.2,-147],"elR":[124.7,-148.9],"haR":[190.7,-152.7],"shL":[-61.2,-141.1],"elL":[-139.1,-137.6],"haL":[-208.3,-133.8],"hipR":[26.6,7.4],"knR":[27.5,130],"ftR":[25.3,255.3],"hipL":[-26.7,8.1],"knL":[-26,131.3],"ftL":[-25.5,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.8,-100.1],"neck":[-8.6,-167.7],"head":[-8.5,-203.3],"shR":[46.2,-146.9],"elR":[124.8,-149],"haR":[190.8,-152.9],"shL":[-61.1,-141],"elL":[-139.1,-137.4],"haL":[-208.3,-133.5],"hipR":[26.7,7.4],"knR":[27.4,130.1],"ftR":[25.2,255.4],"hipL":[-26.7,8.1],"knL":[-26.1,131.3],"ftL":[-25.7,256.5]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.6,-100.1],"neck":[-8.5,-167.7],"head":[-8.4,-203.3],"shR":[46.3,-146.8],"elR":[124.9,-149],"haR":[190.9,-152.9],"shL":[-61,-140.9],"elL":[-139,-137.1],"haL":[-208.3,-133.1],"hipR":[26.7,7.4],"knR":[27.3,130.1],"ftR":[25.2,255.4],"hipL":[-26.7,8.1],"knL":[-26.1,131.3],"ftL":[-25.7,256.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.4,-100.2],"neck":[-8.3,-167.7],"head":[-8.3,-203.2],"shR":[46.5,-146.7],"elR":[125,-148.8],"haR":[191,-152.7],"shL":[-60.8,-140.8],"elL":[-138.8,-136.7],"haL":[-208.1,-132.5],"hipR":[26.7,7.4],"knR":[27.3,130.1],"ftR":[25.3,255.4],"hipL":[-26.7,8.1],"knL":[-26,131.3],"ftL":[-25.6,256.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.2,-100.2],"neck":[-8,-167.7],"head":[-8.1,-203.2],"shR":[46.8,-146.6],"elR":[125.2,-148.6],"haR":[191,-152.2],"shL":[-60.5,-140.8],"elL":[-138.5,-136.3],"haL":[-207.8,-131.8],"hipR":[26.7,7.4],"knR":[27.4,130.1],"ftR":[25.5,255.4],"hipL":[-26.7,8.1],"knL":[-25.9,131.3],"ftL":[-25.3,256.5]},{"rootY":-0.5,"hips":[0,0],"chest":[-4,-100.2],"neck":[-7.9,-167.6],"head":[-8,-203.1],"shR":[46.9,-146.4],"elR":[125.1,-148.1],"haR":[190.6,-151.5],"shL":[-60.4,-140.6],"elL":[-138.2,-136],"haL":[-207.4,-131.3],"hipR":[26.7,7.4],"knR":[27.6,130.1],"ftR":[25.8,255.4],"hipL":[-26.7,8.1],"knL":[-25.8,131.3],"ftL":[-25,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4,-100.1],"neck":[-7.9,-167.3],"head":[-8.1,-202.9],"shR":[46.9,-146.3],"elR":[124.8,-147.6],"haR":[189.8,-150.4],"shL":[-60.5,-140.5],"elL":[-138,-135.6],"haL":[-207,-130.7],"hipR":[26.7,7.4],"knR":[27.7,130.1],"ftR":[26.1,255.4],"hipL":[-26.7,8.2],"knL":[-25.6,131.3],"ftL":[-24.7,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.2,-100],"neck":[-8,-167.1],"head":[-8.2,-202.7],"shR":[46.7,-146.3],"elR":[124.1,-147],"haR":[188.4,-149.2],"shL":[-60.7,-140.5],"elL":[-137.7,-135.5],"haL":[-206.5,-130.4],"hipR":[26.8,7.3],"knR":[27.9,130.1],"ftR":[26.4,255.4],"hipL":[-26.7,8.2],"knL":[-25.5,131.4],"ftL":[-24.4,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.3,-100],"neck":[-8,-166.9],"head":[-8.3,-202.5],"shR":[46.6,-146.3],"elR":[123.3,-146.5],"haR":[186.5,-148.1],"shL":[-60.8,-140.5],"elL":[-137.1,-135.6],"haL":[-205.5,-130.5],"hipR":[26.8,7.3],"knR":[28.2,130],"ftR":[26.9,255.3],"hipL":[-26.6,8.3],"knL":[-25.2,131.4],"ftL":[-23.8,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.3,-99.9],"neck":[-8,-166.8],"head":[-8.4,-202.4],"shR":[46.5,-146.3],"elR":[122.1,-146.1],"haR":[183.9,-147.3],"shL":[-60.9,-140.6],"elL":[-136.2,-135.9],"haL":[-204,-131.2],"hipR":[26.7,7.2],"knR":[28.6,130],"ftR":[27.5,255.3],"hipL":[-26.6,8.3],"knL":[-24.8,131.4],"ftL":[-23.1,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.3,-99.9],"neck":[-8,-166.6],"head":[-8.4,-202.3],"shR":[46.5,-146.1],"elR":[120.5,-145.8],"haR":[180.3,-146.9],"shL":[-60.9,-140.6],"elL":[-134.9,-136.5],"haL":[-201.6,-132.2],"hipR":[26.7,7.2],"knR":[29,129.9],"ftR":[28.4,255.2],"hipL":[-26.6,8.4],"knL":[-24.3,131.5],"ftL":[-22.3,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.4,-99.8],"neck":[-7.8,-166.6],"head":[-8.2,-202.3],"shR":[46.5,-146.1],"elR":[118.4,-145.6],"haR":[175.5,-146.5],"shL":[-60.9,-141.1],"elL":[-132.9,-137.3],"haL":[-198.3,-133.3],"hipR":[26.7,7.1],"knR":[29.5,129.9],"ftR":[29.4,255.2],"hipL":[-26.5,8.5],"knL":[-23.7,131.5],"ftL":[-21.2,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.4,-99.8],"neck":[-7.5,-166.5],"head":[-7.9,-202.3],"shR":[46.6,-146.1],"elR":[115.9,-145.6],"haR":[169.7,-146.5],"shL":[-60.8,-141.8],"elL":[-129.8,-138.3],"haL":[-193.5,-134.5],"hipR":[26.7,7.1],"knR":[30.2,129.8],"ftR":[30.8,255.2],"hipL":[-26.5,8.5],"knL":[-22.9,131.6],"ftL":[-19.8,256.3]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.3,-99.7],"neck":[-7.2,-166.5],"head":[-7.6,-202.4],"shR":[46.8,-146.1],"elR":[112.7,-145.7],"haR":[162.6,-146.9],"shL":[-60.6,-142.5],"elL":[-125.7,-139.5],"haL":[-186.9,-135.8],"hipR":[26.6,7.1],"knR":[31.1,129.8],"ftR":[32.4,255.1],"hipL":[-26.5,8.5],"knL":[-22,131.6],"ftL":[-18.2,256.2]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.2,-99.6],"neck":[-6.9,-166.4],"head":[-7.2,-202.4],"shR":[46.9,-145.9],"elR":[108.7,-146],"haR":[154,-147.7],"shL":[-60.4,-143.3],"elL":[-121,-140.7],"haL":[-178.7,-137.5],"hipR":[26.6,7.1],"knR":[32.4,129.6],"ftR":[34.1,254.9],"hipL":[-26.4,8.5],"knL":[-21.1,131.5],"ftL":[-16.4,256.1]},{"rootY":0.1,"hips":[0,0],"chest":[-4.1,-99.6],"neck":[-6.7,-166.5],"head":[-6.7,-202.5],"shR":[47,-146],"elR":[104.1,-146.5],"haR":[144.2,-148.6],"shL":[-60.4,-144.2],"elL":[-115.7,-142.3],"haL":[-169,-139.7],"hipR":[26.6,7.3],"knR":[34,129.4],"ftR":[36,254.5],"hipL":[-26.5,8.3],"knL":[-20.4,131.3],"ftL":[-14.5,255.7]},{"rootY":0.8,"hips":[0,0],"chest":[-4.1,-99.7],"neck":[-6.7,-166.7],"head":[-6.4,-202.7],"shR":[47,-146.5],"elR":[99.2,-147.2],"haR":[133.5,-149.7],"shL":[-60.4,-145.4],"elL":[-110,-144.4],"haL":[-158.1,-142.5],"hipR":[26.4,7.8],"knR":[35.8,129],"ftR":[38,253.6],"hipL":[-26.7,7.8],"knL":[-19.7,130.7],"ftL":[-12.5,255]},{"rootY":1.8,"hips":[0,0],"chest":[-4.1,-99.6],"neck":[-7,-166.7],"head":[-6.3,-202.8],"shR":[46.8,-147],"elR":[93.9,-148],"haR":[122.2,-150.9],"shL":[-60.5,-146.3],"elL":[-104,-146.4],"haL":[-146.5,-145.6],"hipR":[26.3,8.5],"knR":[36.9,128.3],"ftR":[39.7,252],"hipL":[-26.9,7.1],"knL":[-19.1,129.9],"ftL":[-10.6,254]},{"rootY":2.5,"hips":[0,0],"chest":[-4.1,-99.3],"neck":[-7.5,-166.5],"head":[-6.7,-202.7],"shR":[46.4,-147.3],"elR":[88.3,-148.4],"haR":[110.5,-151.7],"shL":[-60.9,-146.7],"elL":[-98.1,-147.9],"haL":[-134.6,-148.3],"hipR":[26.1,9.1],"knR":[37.5,127.3],"ftR":[40.5,249.7],"hipL":[-27,6.5],"knL":[-18.6,129.4],"ftL":[-9.2,253.2]},{"rootY":2.8,"hips":[0,0],"chest":[-4.4,-99.1],"neck":[-8.1,-166.3],"head":[-7.3,-202.5],"shR":[45.9,-147.2],"elR":[82.6,-148.4],"haR":[98.9,-152.1],"shL":[-61.3,-146.7],"elL":[-92.4,-149.1],"haL":[-122.7,-150.5],"hipR":[26.1,9.3],"knR":[37.6,125.9],"ftR":[40.2,247],"hipL":[-27,6.3],"knL":[-18.1,129.1],"ftL":[-8.1,252.9]},{"rootY":3,"hips":[0,0],"chest":[-4.7,-98.9],"neck":[-8.5,-166.3],"head":[-7.9,-202.5],"shR":[45.4,-147.1],"elR":[77,-148.2],"haR":[88.1,-152.1],"shL":[-61.6,-146.8],"elL":[-86.9,-150.1],"haL":[-111.4,-152.5],"hipR":[26.1,9.3],"knR":[37.2,124.3],"ftR":[39,244.4],"hipL":[-27,6.3],"knL":[-17.7,129.1],"ftL":[-7.2,252.7]},{"rootY":3,"hips":[0,0],"chest":[-5.2,-98.7],"neck":[-9,-166.3],"head":[-8.7,-202.5],"shR":[44.9,-146.8],"elR":[71.5,-147.7],"haR":[78.4,-151.7],"shL":[-62,-146.8],"elL":[-81.7,-151],"haL":[-101.1,-154.4],"hipR":[26.1,9.2],"knR":[36.4,122.8],"ftR":[37.5,242.5],"hipL":[-27,6.4],"knL":[-17.5,129.2],"ftL":[-6.6,252.6]},{"rootY":3,"hips":[0,0],"chest":[-5.7,-98.6],"neck":[-9.7,-166.2],"head":[-9.6,-202.4],"shR":[44.2,-146.7],"elR":[66.3,-147],"haR":[69.8,-150.8],"shL":[-62.5,-146.7],"elL":[-77,-152],"haL":[-92.1,-156.1],"hipR":[26.2,9.1],"knR":[35.5,121.5],"ftR":[36.1,241.4],"hipL":[-27,6.5],"knL":[-17.5,129.4],"ftL":[-6.4,252.5]},{"rootY":3,"hips":[0,0],"chest":[-6.2,-98.5],"neck":[-10.3,-166.1],"head":[-10.4,-202.3],"shR":[43.5,-146.8],"elR":[61.5,-146.1],"haR":[62.5,-149.2],"shL":[-62.9,-147],"elL":[-72.7,-152.8],"haL":[-84.3,-157.4],"hipR":[26.2,9],"knR":[34.8,120.2],"ftR":[35.4,240.9],"hipL":[-27,6.6],"knL":[-17.5,129.4],"ftL":[-6.2,252.5]},{"rootY":3,"hips":[0,0],"chest":[-6.5,-98.5],"neck":[-10.9,-166.1],"head":[-11.2,-202.4],"shR":[42.9,-147.1],"elR":[57.5,-145.1],"haR":[56.3,-147.2],"shL":[-63.2,-147.6],"elL":[-68.8,-153.6],"haL":[-77.4,-158.1],"hipR":[26.2,9],"knR":[34.5,118.9],"ftR":[35.3,240.8],"hipL":[-27,6.6],"knL":[-17.5,129.4],"ftL":[-5.9,252.4]},{"rootY":2.9,"hips":[0,0],"chest":[-6.7,-98.5],"neck":[-11.4,-166.2],"head":[-12.2,-202.4],"shR":[42.5,-147.2],"elR":[54.2,-144.2],"haR":[51.1,-145.1],"shL":[-63.4,-148.1],"elL":[-65.4,-154],"haL":[-71.5,-158.4],"hipR":[26.2,9],"knR":[34.4,117.8],"ftR":[35.3,241.1],"hipL":[-27,6.6],"knL":[-17.5,129.5],"ftL":[-5.8,252.3]},{"rootY":2.9,"hips":[0,0],"chest":[-7.1,-98.4],"neck":[-12,-166.1],"head":[-13.3,-202.4],"shR":[41.9,-147],"elR":[51.4,-143.3],"haR":[46.6,-143.3],"shL":[-63.8,-148.2],"elL":[-62.9,-154.1],"haL":[-66.7,-158.4],"hipR":[26.3,8.8],"knR":[34.2,117.2],"ftR":[35.1,241.6],"hipL":[-26.9,6.8],"knL":[-17.6,129.7],"ftL":[-6.1,252.3]},{"rootY":2.8,"hips":[0,0],"chest":[-7.3,-98.3],"neck":[-12.5,-166],"head":[-14.5,-202.2],"shR":[41.3,-146.8],"elR":[49.1,-142.6],"haR":[42.9,-142.2],"shL":[-64.1,-148.1],"elL":[-61,-153.8],"haL":[-62.8,-158],"hipR":[26.4,8.7],"knR":[33.8,116.9],"ftR":[34.8,242],"hipL":[-26.9,7],"knL":[-17.9,129.9],"ftL":[-6.6,252.4]},{"rootY":2.9,"hips":[0,0],"chest":[-7.2,-98.2],"neck":[-12.7,-165.9],"head":[-15.5,-202.2],"shR":[41.1,-146.7],"elR":[47.5,-142.4],"haR":[40,-142.1],"shL":[-64.2,-148.2],"elL":[-59.3,-153.5],"haL":[-59.5,-157.2],"hipR":[26.5,8.6],"knR":[33.5,116.8],"ftR":[34.4,242.2],"hipL":[-26.9,7.1],"knL":[-18.3,129.9],"ftL":[-7,252.2]},{"rootY":3.1,"hips":[0,0],"chest":[-6.7,-98.3],"neck":[-12.6,-166],"head":[-16.3,-202.2],"shR":[41.2,-146.6],"elR":[46.4,-142.8],"haR":[37.6,-143],"shL":[-63.9,-148.5],"elL":[-57.6,-153],"haL":[-56.7,-155.8],"hipR":[26.5,8.6],"knR":[33.2,117],"ftR":[34,242],"hipL":[-27,7],"knL":[-18.6,129.9],"ftL":[-7.4,252]},{"rootY":3.3,"hips":[0,0],"chest":[-6.2,-98.3],"neck":[-12.4,-166.1],"head":[-17.3,-202.1],"shR":[41.4,-146.7],"elR":[45.7,-143.6],"haR":[35.5,-144.6],"shL":[-63.6,-148.7],"elL":[-56.1,-151.9],"haL":[-54.7,-153.6],"hipR":[26.5,8.6],"knR":[32.7,117.2],"ftR":[33.6,241.7],"hipL":[-27,7],"knL":[-19.2,130],"ftL":[-8.1,251.7]},{"rootY":3.5,"hips":[0,0],"chest":[-5.6,-98.3],"neck":[-12.3,-166.1],"head":[-18.5,-201.9],"shR":[41.5,-146.9],"elR":[45.1,-144.7],"haR":[33.5,-146.7],"shL":[-63.4,-148.6],"elL":[-54.8,-150.4],"haL":[-53.4,-150.4],"hipR":[26.6,8.6],"knR":[32,117.6],"ftR":[32.9,241.5],"hipL":[-27,7.1],"knL":[-19.9,130],"ftL":[-9,251.5]},{"rootY":3.8,"hips":[0,0],"chest":[-4.8,-98.4],"neck":[-12,-166.1],"head":[-19.7,-201.6],"shR":[41.8,-147.3],"elR":[44.8,-146.3],"haR":[31.9,-149.4],"shL":[-63.1,-148.3],"elL":[-53.7,-148.4],"haL":[-52.5,-146.8],"hipR":[26.6,8.6],"knR":[31.3,118.1],"ftR":[32.4,241.6],"hipL":[-27,7],"knL":[-20.4,130],"ftL":[-10,251.3]},{"rootY":4.1,"hips":[0,0],"chest":[-3.8,-98.5],"neck":[-11.4,-166.3],"head":[-20.6,-201.4],"shR":[42.3,-147.7],"elR":[44.6,-148.2],"haR":[30.8,-152.6],"shL":[-62.5,-147.6],"elL":[-52.7,-146.2],"haL":[-51.9,-142.9],"hipR":[26.5,8.8],"knR":[30.7,118.7],"ftR":[31.9,242.1],"hipL":[-27.1,6.9],"knL":[-20.8,129.8],"ftL":[-10.9,251]},{"rootY":4.5,"hips":[0,0],"chest":[-2.7,-98.6],"neck":[-10.7,-166.4],"head":[-21.5,-201.1],"shR":[43.1,-147.8],"elR":[44.6,-150.2],"haR":[29.9,-155.9],"shL":[-61.8,-146.6],"elL":[-51.9,-143.9],"haL":[-51.6,-139.2],"hipR":[26.5,8.9],"knR":[30.2,119.3],"ftR":[31.5,242.8],"hipL":[-27.1,6.7],"knL":[-21.2,129.5],"ftL":[-12,250.7]},{"rootY":5,"hips":[0,0],"chest":[-1.5,-98.7],"neck":[-9.9,-166.5],"head":[-22.3,-200.6],"shR":[44,-147.9],"elR":[44.8,-151.9],"haR":[29.1,-159.2],"shL":[-61,-145.9],"elL":[-51.2,-141.9],"haL":[-51.6,-135.8],"hipR":[26.4,9.1],"knR":[29.4,119.9],"ftR":[30.7,243.9],"hipL":[-27.1,6.6],"knL":[-21.7,129.1],"ftL":[-13.3,250.2]},{"rootY":5.5,"hips":[0,0],"chest":[-0.3,-98.8],"neck":[-8.9,-166.6],"head":[-23,-200.1],"shR":[45,-147.9],"elR":[45.2,-153.5],"haR":[28.7,-162.2],"shL":[-60.1,-145.5],"elL":[-50.5,-140.2],"haL":[-51.7,-132.8],"hipR":[26.4,9.2],"knR":[28.5,120.9],"ftR":[29.2,245.5],"hipL":[-27.2,6.4],"knL":[-22.3,128.7],"ftL":[-14.8,249.5]},{"rootY":5.9,"hips":[0,0],"chest":[1,-99],"neck":[-7.8,-166.8],"head":[-23.6,-199.5],"shR":[46.1,-147.6],"elR":[45.7,-154.7],"haR":[28.4,-164.9],"shL":[-59,-144.9],"elL":[-49.9,-138.7],"haL":[-51.9,-130.4],"hipR":[26.4,9.2],"knR":[27.5,122.3],"ftR":[27,247.2],"hipL":[-27.1,6.5],"knL":[-23.2,128.5],"ftL":[-16.7,248.8]},{"rootY":6,"hips":[0,0],"chest":[2.2,-99],"neck":[-6.5,-166.9],"head":[-24.2,-198.6],"shR":[47.3,-146.6],"elR":[46.3,-155.4],"haR":[28.3,-167],"shL":[-57.9,-144],"elL":[-49.4,-137.1],"haL":[-52.2,-128.3],"hipR":[26.5,8.8],"knR":[26.3,123.6],"ftR":[24.6,248.6],"hipL":[-27.1,6.8],"knL":[-24.4,128.6],"ftL":[-18.9,248.2]},{"rootY":5.9,"hips":[0,0],"chest":[3.6,-99],"neck":[-4.9,-166.9],"head":[-24.4,-197.4],"shR":[48.8,-146.1],"elR":[47.3,-156],"haR":[28.7,-168.8],"shL":[-56.3,-143],"elL":[-48.7,-135.7],"haL":[-52.3,-126.6],"hipR":[26.6,8.6],"knR":[25.1,124.2],"ftR":[22.3,249.3],"hipL":[-27,7.1],"knL":[-25.6,128.6],"ftL":[-21.2,247.2]},{"rootY":5.8,"hips":[0,0],"chest":[5.7,-99],"neck":[-2.7,-167],"head":[-23.8,-196.3],"shR":[50.8,-146.8],"elR":[49,-157.4],"haR":[30.2,-170.9],"shL":[-54.2,-142.7],"elL":[-47.5,-134.9],"haL":[-51.9,-125.4],"hipR":[26.5,8.8],"knR":[23.7,124.2],"ftR":[20.6,249.4],"hipL":[-27.1,6.8],"knL":[-26.7,128],"ftL":[-23.2,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[8.1,-99],"neck":[-0.5,-167.1],"head":[-22.6,-195.5],"shR":[53,-148.4],"elR":[51.1,-159.7],"haR":[32.4,-173.5],"shL":[-51.8,-143],"elL":[-46,-134.5],"haL":[-51.1,-124.4],"hipR":[26.3,9.5],"knR":[22.1,124.1],"ftR":[19.3,249.4],"hipL":[-27.2,6.1],"knL":[-27.8,127.2],"ftL":[-24.8,243.8]},{"rootY":5.7,"hips":[0,0],"chest":[10.1,-98.9],"neck":[1.2,-167.1],"head":[-21.3,-195],"shR":[54.4,-149.6],"elR":[52.8,-162.3],"haR":[34.4,-176.6],"shL":[-50,-143.2],"elL":[-44.9,-134.1],"haL":[-50.3,-123.4],"hipR":[26.1,10],"knR":[20,124.5],"ftR":[17.8,249.5],"hipL":[-27.3,5.5],"knL":[-29.5,126.6],"ftL":[-26.7,242.1]},{"rootY":5.5,"hips":[0,0],"chest":[11.3,-98.9],"neck":[2.2,-167.1],"head":[-20.1,-195],"shR":[55.2,-150],"elR":[54,-164.4],"haR":[36,-179.8],"shL":[-49.1,-143.1],"elL":[-44.5,-133.7],"haL":[-49.9,-122.7],"hipR":[26,10],"knR":[17.7,125.2],"ftR":[16,249.7],"hipL":[-27.2,5.5],"knL":[-31.5,126.5],"ftL":[-28.9,240.7]},{"rootY":5.4,"hips":[0,0],"chest":[11.6,-98.9],"neck":[2.9,-167.2],"head":[-18.7,-195.4],"shR":[55.5,-149.8],"elR":[54.8,-165.8],"haR":[37,-182.7],"shL":[-48.6,-143.5],"elL":[-44.5,-133.6],"haL":[-50.1,-122.2],"hipR":[26.1,9.8],"knR":[16,125.8],"ftR":[13.8,249.9],"hipL":[-27.1,5.8],"knL":[-33.4,126.7],"ftL":[-31,239.1]},{"rootY":5.4,"hips":[0,0],"chest":[11.8,-98.9],"neck":[3.7,-167.4],"head":[-16.9,-196.1],"shR":[55.9,-149.7],"elR":[55.6,-166.8],"haR":[37.8,-184.8],"shL":[-48,-144.4],"elL":[-44.4,-134],"haL":[-50.4,-122.1],"hipR":[26.1,9.6],"knR":[15.2,126.5],"ftR":[11.9,250.2],"hipL":[-27,5.9],"knL":[-35.1,126.8],"ftL":[-32.8,237.1]},{"rootY":5.4,"hips":[0,0],"chest":[12.1,-98.8],"neck":[4.5,-167.5],"head":[-14.8,-196.9],"shR":[56.4,-149.9],"elR":[56,-167.4],"haR":[38.1,-185.9],"shL":[-47.3,-145.1],"elL":[-44.1,-134.5],"haL":[-50.7,-122.3],"hipR":[26.1,9.7],"knR":[14.9,127.3],"ftR":[10.4,250.6],"hipL":[-27.1,5.9],"knL":[-37.4,127.1],"ftL":[-34.6,234.2]},{"rootY":5.4,"hips":[0,0],"chest":[12.2,-98.8],"neck":[4.9,-167.6],"head":[-13,-197.9],"shR":[56.8,-150.2],"elR":[55.7,-167.9],"haR":[37.6,-186.2],"shL":[-46.9,-145.2],"elL":[-44,-134.8],"haL":[-51,-122.9],"hipR":[26.1,9.7],"knR":[14.4,128],"ftR":[9,250.7],"hipL":[-27.1,5.9],"knL":[-40.7,127.5],"ftL":[-36.9,230.5]},{"rootY":5.5,"hips":[0,0],"chest":[12.1,-98.8],"neck":[4.6,-167.6],"head":[-11.5,-198.9],"shR":[56.7,-150.8],"elR":[54.6,-168.2],"haR":[36.5,-185.9],"shL":[-47.1,-144.7],"elL":[-44.3,-135],"haL":[-51.3,-123.7],"hipR":[26.1,9.6],"knR":[13.6,128.3],"ftR":[7.7,250.5],"hipL":[-27.1,6],"knL":[-44.7,127.7],"ftL":[-39.5,226.6]},{"rootY":5.6,"hips":[0,0],"chest":[11.9,-98.8],"neck":[4.3,-167.6],"head":[-10.4,-199.6],"shR":[56.4,-151.3],"elR":[53.2,-168.2],"haR":[35.2,-185.1],"shL":[-47.3,-144.2],"elL":[-44.8,-135],"haL":[-51.6,-124.2],"hipR":[26.2,9.5],"knR":[12.8,128.6],"ftR":[6.8,250.2],"hipL":[-27.1,6.1],"knL":[-48.7,127.3],"ftL":[-42,223.8]},{"rootY":5.4,"hips":[0,0],"chest":[11.9,-98.6],"neck":[4.2,-167.4],"head":[-9.5,-199.9],"shR":[56.4,-151.6],"elR":[52,-167.7],"haR":[33.8,-183.6],"shL":[-47.2,-143.8],"elL":[-45.2,-134.7],"haL":[-51.7,-124.2],"hipR":[26.2,9.6],"knR":[12.8,129],"ftR":[6.3,250],"hipL":[-27.1,6],"knL":[-52.2,126.6],"ftL":[-44.8,223.8]},{"rootY":5.1,"hips":[0,0],"chest":[12,-98.5],"neck":[4.3,-167.2],"head":[-8.9,-200],"shR":[56.5,-152],"elR":[51,-166.9],"haR":[32.6,-181.3],"shL":[-47.1,-143.6],"elL":[-45.4,-134.4],"haL":[-51.8,-123.8],"hipR":[26.2,9.6],"knR":[13.5,129.6],"ftR":[6.2,250],"hipL":[-27.2,6],"knL":[-55.5,125.6],"ftL":[-49,226.5]},{"rootY":4.8,"hips":[0,0],"chest":[12,-98.3],"neck":[4.4,-167.1],"head":[-8.6,-199.9],"shR":[56.6,-152.3],"elR":[50.2,-165.7],"haR":[31.4,-178.8],"shL":[-47,-143.6],"elL":[-45.5,-134.2],"haL":[-51.9,-123.5],"hipR":[26.2,9.7],"knR":[14.4,130.2],"ftR":[5.9,250.2],"hipL":[-27.2,5.9],"knL":[-58.5,124.5],"ftL":[-54.8,230.6]},{"rootY":4.7,"hips":[0,0],"chest":[11.9,-98.2],"neck":[4.3,-167],"head":[-8.5,-199.8],"shR":[56.6,-152.6],"elR":[49.7,-164.7],"haR":[30.7,-176.5],"shL":[-46.9,-143.7],"elL":[-45.5,-134.1],"haL":[-51.9,-123.4],"hipR":[26.2,9.8],"knR":[15,130.8],"ftR":[5.5,250.2],"hipL":[-27.3,5.8],"knL":[-60.9,123.3],"ftL":[-61.6,234.6]},{"rootY":4.9,"hips":[0,0],"chest":[12,-98.1],"neck":[4.4,-166.8],"head":[-8.4,-199.7],"shR":[56.7,-152.8],"elR":[49.5,-163.8],"haR":[30.4,-174.4],"shL":[-46.8,-143.7],"elL":[-45.3,-134.2],"haL":[-51.8,-123.4],"hipR":[26.1,10],"knR":[15.4,131.1],"ftR":[5.6,249.9],"hipL":[-27.4,5.6],"knL":[-62.2,122.1],"ftL":[-68.7,237.8]},{"rootY":5.3,"hips":[0,0],"chest":[12.3,-98],"neck":[4.8,-166.7],"head":[-8,-199.6],"shR":[57.1,-152.9],"elR":[49.7,-162.9],"haR":[30.7,-172.7],"shL":[-46.4,-143.6],"elL":[-44.9,-134.1],"haL":[-51.6,-123.5],"hipR":[26,10.1],"knR":[15.9,131.4],"ftR":[6.1,249.4],"hipL":[-27.4,5.4],"knL":[-62.5,121],"ftL":[-75.4,240.1]},{"rootY":5.9,"hips":[0,0],"chest":[12.6,-97.9],"neck":[5.3,-166.6],"head":[-7.5,-199.6],"shR":[57.6,-152.8],"elR":[50.3,-162],"haR":[31.5,-171.1],"shL":[-45.9,-143.4],"elL":[-44.3,-134],"haL":[-51.1,-123.4],"hipR":[25.9,10.3],"knR":[16.5,131.7],"ftR":[6.9,248.7],"hipL":[-27.4,5.3],"knL":[-62.1,120.1],"ftL":[-81,241.4]},{"rootY":6.4,"hips":[0,0],"chest":[12.9,-97.8],"neck":[5.9,-166.5],"head":[-6.8,-199.6],"shR":[58.2,-152.4],"elR":[51.2,-161],"haR":[32.7,-169.6],"shL":[-45.3,-143.2],"elL":[-43.6,-133.8],"haL":[-50.5,-123],"hipR":[25.9,10.4],"knR":[17.4,132.1],"ftR":[8.1,248.2],"hipL":[-27.4,5.1],"knL":[-61.2,119.4],"ftL":[-84.7,241.8]},{"rootY":6.7,"hips":[0,0],"chest":[13.2,-97.6],"neck":[6.6,-166.4],"head":[-5.9,-199.6],"shR":[58.9,-152.1],"elR":[52.4,-160],"haR":[34.4,-168],"shL":[-44.7,-143.2],"elL":[-42.9,-133.5],"haL":[-49.8,-122.5],"hipR":[25.8,10.5],"knR":[18.5,132.5],"ftR":[9.6,247.8],"hipL":[-27.4,5.1],"knL":[-59.8,118.9],"ftL":[-86.4,241.4]},{"rootY":6.9,"hips":[0,0],"chest":[13.4,-97.5],"neck":[7.2,-166.3],"head":[-4.9,-199.7],"shR":[59.7,-151.8],"elR":[53.5,-159.1],"haR":[36.2,-166.6],"shL":[-44.1,-143.2],"elL":[-42.1,-133.2],"haL":[-48.9,-122],"hipR":[25.8,10.5],"knR":[19.8,132.9],"ftR":[11.5,247.4],"hipL":[-27.4,5],"knL":[-58.2,118.3],"ftL":[-86.1,240.2]},{"rootY":7.1,"hips":[0,0],"chest":[13.5,-97.4],"neck":[7.7,-166.2],"head":[-3.9,-199.9],"shR":[60.2,-151.7],"elR":[54.6,-158.3],"haR":[38.2,-165.3],"shL":[-43.7,-143.1],"elL":[-41.4,-133.2],"haL":[-47.9,-122],"hipR":[25.8,10.5],"knR":[21.2,133.2],"ftR":[13.6,246.9],"hipL":[-27.4,5.1],"knL":[-56.3,117.6],"ftL":[-83.7,238.7]},{"rootY":7.3,"hips":[0,0],"chest":[13.2,-97.3],"neck":[7.7,-166.2],"head":[-3,-200.3],"shR":[60.3,-151.7],"elR":[55.5,-157.8],"haR":[39.9,-164.2],"shL":[-43.7,-142.7],"elL":[-41,-133.4],"haL":[-47.1,-122.6],"hipR":[25.7,10.4],"knR":[22.8,133.3],"ftR":[15.8,246.4],"hipL":[-27.3,5.2],"knL":[-54.1,117.1],"ftL":[-79.8,237.6]},{"rootY":7.5,"hips":[0,0],"chest":[12.5,-97.4],"neck":[7.1,-166.3],"head":[-2.3,-200.9],"shR":[59.8,-151.7],"elR":[56,-157.4],"haR":[41.4,-163.2],"shL":[-44.3,-142.2],"elL":[-41.2,-133.9],"haL":[-46.6,-124],"hipR":[25.7,10.2],"knR":[24.6,133.3],"ftR":[18.1,245.7],"hipL":[-27.2,5.4],"knL":[-51.5,116.9],"ftL":[-75.1,236.9]},{"rootY":7.9,"hips":[0,0],"chest":[11.3,-97.4],"neck":[6.1,-166.5],"head":[-1.6,-201.5],"shR":[58.9,-151.5],"elR":[56.1,-157],"haR":[42.6,-162.5],"shL":[-45.2,-141.9],"elL":[-42,-134.9],"haL":[-46.6,-126.2],"hipR":[25.8,9.9],"knR":[26.3,133.1],"ftR":[20.5,244.8],"hipL":[-27.1,5.7],"knL":[-48.4,117.2],"ftL":[-69.8,236.7]},{"rootY":8.5,"hips":[0,0],"chest":[10,-97.5],"neck":[5,-166.7],"head":[-0.9,-202],"shR":[58.1,-151.2],"elR":[55.9,-156.6],"haR":[43.4,-162],"shL":[-46.3,-141.9],"elL":[-43.1,-136.5],"haL":[-47,-129.3],"hipR":[25.8,9.6],"knR":[28,132.8],"ftR":[23.2,243.4],"hipL":[-27,6],"knL":[-44.9,117.9],"ftL":[-63.2,237.3]},{"rootY":9.3,"hips":[0,0],"chest":[8.7,-97.5],"neck":[4.3,-166.8],"head":[-0.1,-202.4],"shR":[57.5,-150.7],"elR":[55.9,-156.1],"haR":[44.1,-161.5],"shL":[-47.1,-142.2],"elL":[-43.8,-138.3],"haL":[-47.3,-132.9],"hipR":[25.9,9.4],"knR":[30.1,132.3],"ftR":[26.3,241.6],"hipL":[-26.9,6.2],"knL":[-40.8,119.5],"ftL":[-55.3,239.2]},{"rootY":10,"hips":[0,0],"chest":[7.6,-97.4],"neck":[3.8,-166.8],"head":[1,-202.6],"shR":[57.2,-149.6],"elR":[56.2,-155.2],"haR":[45.1,-160.8],"shL":[-47.6,-142.2],"elL":[-44.1,-140.4],"haL":[-47.4,-136.8],"hipR":[25.8,9.4],"knR":[32.8,131.9],"ftR":[30.2,239.6],"hipL":[-26.8,6.2],"knL":[-36.7,121.5],"ftL":[-47.4,241.5]},{"rootY":10.5,"hips":[0,0],"chest":[6.8,-97],"neck":[3.4,-166.5],"head":[2.1,-202.3],"shR":[56.9,-147.4],"elR":[56.8,-153.6],"haR":[46.6,-160],"shL":[-48,-141.6],"elL":[-44,-142.3],"haL":[-46.9,-141],"hipR":[25.4,10],"knR":[36,131.8],"ftR":[34.9,237.3],"hipL":[-26.8,5.6],"knL":[-33.6,122.9],"ftL":[-41,243.4]},{"rootY":10.4,"hips":[0,0],"chest":[6.3,-96.1],"neck":[2.6,-165.7],"head":[3.3,-201.5],"shR":[56.5,-144.9],"elR":[57.5,-151.7],"haR":[48.4,-158.7],"shL":[-48.4,-140.4],"elL":[-43.7,-143.7],"haL":[-45.8,-145],"hipR":[25,11.2],"knR":[39.2,132.1],"ftR":[39.9,234.5],"hipL":[-26.9,4.3],"knL":[-31.3,123],"ftL":[-36.3,244.5]},{"rootY":9.5,"hips":[0,0],"chest":[6.2,-94.9],"neck":[1.2,-164.6],"head":[4.3,-200.2],"shR":[55.6,-143.9],"elR":[58.1,-149.8],"haR":[49.8,-156.2],"shL":[-49.2,-138.8],"elL":[-43.7,-144.7],"haL":[-44.6,-148.2],"hipR":[24.5,12.4],"knR":[41.9,132.3],"ftR":[44.9,231.2],"hipL":[-27,3],"knL":[-28.9,122.8],"ftL":[-32.1,245.6]},{"rootY":8,"hips":[0,0],"chest":[5.4,-93.9],"neck":[-1,-163.6],"head":[4.6,-199],"shR":[53.9,-144.6],"elR":[57.9,-148.3],"haR":[50.6,-152.7],"shL":[-50.9,-137.4],"elL":[-44.4,-145.5],"haL":[-44,-151],"hipR":[24.2,13],"knR":[44.3,132.4],"ftR":[49.1,227.5],"hipL":[-27,2.4],"knL":[-26.9,123.3],"ftL":[-28.1,247.2]},{"rootY":6.6,"hips":[0,0],"chest":[3.6,-93.2],"neck":[-3.5,-162.9],"head":[4.3,-197.8],"shR":[51.6,-145.5],"elR":[56.7,-147],"haR":[50.9,-149.3],"shL":[-53.2,-136.7],"elL":[-45.8,-146.7],"haL":[-44.1,-154],"hipR":[24,13.1],"knR":[47,132.8],"ftR":[51.7,222.7],"hipL":[-26.8,2.2],"knL":[-25.6,124.2],"ftL":[-24.9,248.6]},{"rootY":6.3,"hips":[0,0],"chest":[1.5,-92.8],"neck":[-5.7,-162.5],"head":[3.5,-197],"shR":[49.5,-145.3],"elR":[55.4,-146],"haR":[51,-147.3],"shL":[-55.3,-136.9],"elL":[-47,-149],"haL":[-44.5,-158.2],"hipR":[23.7,13.5],"knR":[50.3,133.5],"ftR":[52.5,216.4],"hipL":[-26.6,1.7],"knL":[-24.7,124.3],"ftL":[-22.5,249]},{"rootY":6.8,"hips":[0,0],"chest":[0,-92.5],"neck":[-7.2,-162.2],"head":[2.3,-196.6],"shR":[48.2,-144.5],"elR":[54.7,-145],"haR":[50.9,-146.2],"shL":[-56.8,-137.5],"elL":[-47.5,-151.7],"haL":[-44.7,-162.8],"hipR":[23.3,14.3],"knR":[53.5,133.7],"ftR":[51.7,209.8],"hipL":[-26.5,0.8],"knL":[-24,123.8],"ftL":[-20.4,248.6]},{"rootY":7.1,"hips":[0,0],"chest":[-1,-92.3],"neck":[-8.5,-161.9],"head":[0.5,-196.5],"shR":[47.1,-144.1],"elR":[54.4,-143.5],"haR":[50.3,-144.1],"shL":[-57.9,-137.3],"elL":[-47.5,-153.4],"haL":[-44.4,-166.2],"hipR":[23.1,14.7],"knR":[55.4,132.9],"ftR":[49.7,205.5],"hipL":[-26.5,0.3],"knL":[-23.6,123.4],"ftL":[-18.7,248.3]},{"rootY":6.8,"hips":[0,0],"chest":[-1.9,-92.1],"neck":[-9.8,-161.7],"head":[-1.7,-196.7],"shR":[45.9,-144.5],"elR":[53.9,-141.7],"haR":[49.5,-140.7],"shL":[-59,-136.4],"elL":[-47.3,-153.8],"haL":[-43.3,-167.8],"hipR":[23.2,14.5],"knR":[55.9,131.1],"ftR":[47.1,205.4],"hipL":[-26.6,0.4],"knL":[-23.3,123.6],"ftL":[-17.8,248.6]},{"rootY":6.2,"hips":[0,0],"chest":[-2.8,-92.2],"neck":[-11.1,-161.7],"head":[-4.2,-197],"shR":[44.7,-145.1],"elR":[53,-140],"haR":[48.8,-137],"shL":[-60.2,-135.5],"elL":[-46.9,-153.5],"haL":[-41.1,-167.9],"hipR":[23.5,14.2],"knR":[55.5,128.7],"ftR":[45.4,209.5],"hipL":[-26.7,0.9],"knL":[-22.8,124],"ftL":[-17.6,249.2]},{"rootY":5.8,"hips":[0,0],"chest":[-3.7,-92.4],"neck":[-12.3,-161.8],"head":[-6.6,-197.4],"shR":[43.4,-145.5],"elR":[51.6,-138.7],"haR":[48.1,-134.1],"shL":[-61.4,-135],"elL":[-46.1,-153.1],"haL":[-38.1,-167.7],"hipR":[23.8,13.9],"knR":[54.4,125.9],"ftR":[45.6,216.6],"hipL":[-26.8,1.2],"knL":[-22.3,124.3],"ftL":[-17.6,249.6]},{"rootY":5.5,"hips":[0,0],"chest":[-4.5,-92.5],"neck":[-13.3,-161.8],"head":[-8.7,-197.6],"shR":[42.3,-145.5],"elR":[50.2,-137.6],"haR":[47,-131.6],"shL":[-62.4,-134.7],"elL":[-45,-152.6],"haL":[-35.1,-167.2],"hipR":[24,13.6],"knR":[53,123.3],"ftR":[47.8,225.3],"hipL":[-26.9,1.6],"knL":[-22.1,124.7],"ftL":[-17.7,249.9]},{"rootY":5.3,"hips":[0,0],"chest":[-4.9,-92.5],"neck":[-13.9,-161.8],"head":[-10.1,-197.7],"shR":[41.6,-145.4],"elR":[49.3,-136.3],"haR":[46,-129.2],"shL":[-63,-134.6],"elL":[-43.7,-152.1],"haL":[-32.2,-166.4],"hipR":[24.2,13.3],"knR":[52.4,121.2],"ftR":[50.9,234.4],"hipL":[-27,1.8],"knL":[-22.1,124.9],"ftL":[-17.7,250.1]},{"rootY":5.3,"hips":[0,0],"chest":[-4.7,-92.5],"neck":[-13.8,-161.7],"head":[-10.7,-197.8],"shR":[41.6,-145.2],"elR":[49.1,-134.9],"haR":[45.3,-126.8],"shL":[-63,-134.6],"elL":[-42.3,-151.5],"haL":[-29.8,-165.2],"hipR":[24.4,13.2],"knR":[52.9,120.2],"ftR":[54.5,241.5],"hipL":[-27.1,2],"knL":[-22.4,125.1],"ftL":[-17.8,250.2]},{"rootY":5.3,"hips":[0,0],"chest":[-4.1,-92.6],"neck":[-13.3,-161.8],"head":[-10.5,-197.9],"shR":[42,-144.9],"elR":[49.2,-133.4],"haR":[44.9,-124.6],"shL":[-62.7,-134.5],"elL":[-41.2,-150.7],"haL":[-28,-163.7],"hipR":[24.5,13.1],"knR":[53.7,119.9],"ftR":[58.5,244.9],"hipL":[-27.2,2.1],"knL":[-22.6,125.1],"ftL":[-18,250.3]},{"rootY":5.2,"hips":[0,0],"chest":[-3.4,-92.8],"neck":[-12.4,-161.9],"head":[-9.7,-198.1],"shR":[42.5,-144.1],"elR":[48.9,-132],"haR":[44,-122.6],"shL":[-62.1,-134.6],"elL":[-40.6,-149.8],"haL":[-27.2,-162],"hipR":[24.6,12.9],"knR":[53.1,120.5],"ftR":[62.9,244.6],"hipL":[-27.3,2.3],"knL":[-22.8,125.3],"ftL":[-18.4,250.3]},{"rootY":5.3,"hips":[0,0],"chest":[-2.9,-92.9],"neck":[-11.3,-162.1],"head":[-8.8,-198.2],"shR":[43.2,-143.3],"elR":[48.3,-130.8],"haR":[42.3,-121],"shL":[-61.5,-135.2],"elL":[-40.4,-149.1],"haL":[-27.4,-160.2],"hipR":[24.7,12.9],"knR":[51,121.7],"ftR":[66.8,241.5],"hipL":[-27.4,2.4],"knL":[-23.3,125.3],"ftL":[-19.4,250.3]},{"rootY":5.6,"hips":[0,0],"chest":[-2.3,-92.9],"neck":[-9.9,-162.2],"head":[-7.8,-198.4],"shR":[44.1,-142.8],"elR":[47.6,-129.9],"haR":[40.2,-120],"shL":[-60.8,-136.6],"elL":[-40.5,-148.9],"haL":[-28.4,-158.7],"hipR":[24.7,12.9],"knR":[49.3,122.1],"ftR":[69.9,237.4],"hipL":[-27.5,2.3],"knL":[-23.9,125.2],"ftL":[-20.8,250]},{"rootY":5.8,"hips":[0,0],"chest":[-1.6,-92.8],"neck":[-8.5,-162.3],"head":[-6.8,-198.5],"shR":[45,-142.4],"elR":[47,-129.1],"haR":[38.2,-119.2],"shL":[-60,-137.7],"elL":[-40.6,-148.7],"haL":[-29.8,-157.3],"hipR":[24.8,12.8],"knR":[49.6,121.1],"ftR":[72.5,234.2],"hipL":[-27.6,2.4],"knL":[-24.8,125.3],"ftL":[-22.6,249.8]},{"rootY":5.8,"hips":[0,0],"chest":[-1.1,-92.7],"neck":[-7.2,-162.2],"head":[-5.8,-198.5],"shR":[45.8,-141.8],"elR":[46.5,-128.5],"haR":[36.3,-118.8],"shL":[-59.2,-138.2],"elL":[-40.7,-148.4],"haL":[-31.3,-156.2],"hipR":[25,12.4],"knR":[51.3,118.9],"ftR":[74.6,232.5],"hipL":[-27.7,2.8],"knL":[-25.8,125.5],"ftL":[-24.7,249.7]},{"rootY":5.9,"hips":[0,0],"chest":[-0.8,-92.3],"neck":[-6.3,-161.9],"head":[-5.2,-198.2],"shR":[46.3,-141],"elR":[45.9,-128.1],"haR":[34.4,-119],"shL":[-58.7,-138.8],"elL":[-41.1,-148.3],"haL":[-32.8,-155.5],"hipR":[25.2,12],"knR":[52.8,116.4],"ftR":[75.5,232.3],"hipL":[-27.6,3.2],"knL":[-27.2,125.7],"ftL":[-27.3,249.6]},{"rootY":6.2,"hips":[0,0],"chest":[-0.5,-92.1],"neck":[-5.7,-161.7],"head":[-4.9,-198],"shR":[46.6,-140.2],"elR":[45.1,-128.1],"haR":[32.5,-119.9],"shL":[-58.4,-139.9],"elL":[-41.8,-148.7],"haL":[-34.4,-155.3],"hipR":[25.4,11.6],"knR":[53,113.9],"ftR":[74.8,232.8],"hipL":[-27.6,3.7],"knL":[-28.9,125.7],"ftL":[-30.6,249.2]},{"rootY":6.9,"hips":[0,0],"chest":[-0.1,-91.9],"neck":[-5.2,-161.6],"head":[-4.8,-197.9],"shR":[46.8,-139.6],"elR":[44.4,-128.6],"haR":[30.9,-121.6],"shL":[-58.1,-140.8],"elL":[-42.5,-149.3],"haL":[-36,-155.6],"hipR":[25.5,11.3],"knR":[51.4,111.6],"ftR":[72.9,233.2],"hipL":[-27.6,4],"knL":[-30.9,125.4],"ftL":[-34.5,248.4]},{"rootY":8.3,"hips":[0,0],"chest":[0.5,-91.7],"neck":[-4.7,-161.5],"head":[-4.9,-197.7],"shR":[47.3,-139.3],"elR":[44.1,-129.8],"haR":[29.7,-124.1],"shL":[-57.6,-140.9],"elL":[-43.1,-149.9],"haL":[-37.7,-156.6],"hipR":[25.6,11.2],"knR":[48.2,110.6],"ftR":[70.1,233.7],"hipL":[-27.6,4.1],"knL":[-33.1,124.7],"ftL":[-38.9,247]},{"rootY":10.3,"hips":[0,0],"chest":[1.6,-91.5],"neck":[-4,-161.2],"head":[-5.1,-197.4],"shR":[47.9,-139.2],"elR":[44.2,-131.5],"haR":[29,-127.5],"shL":[-56.9,-140.4],"elL":[-43.4,-150.5],"haL":[-39,-158.1],"hipR":[25.5,11.3],"knR":[44.3,111.8],"ftR":[66.3,235.2],"hipL":[-27.6,4.1],"knL":[-35.5,123.7],"ftL":[-43.7,244.9]},{"rootY":12.9,"hips":[0,0],"chest":[2.9,-91.4],"neck":[-3.5,-161.1],"head":[-5.6,-197.2],"shR":[48.6,-139.1],"elR":[44.4,-133.8],"haR":[28.4,-132.4],"shL":[-56.2,-139.7],"elL":[-43.9,-150.9],"haL":[-40.3,-159.6],"hipR":[25.5,11.3],"knR":[39.3,113.9],"ftR":[60.9,236.8],"hipL":[-27.6,4],"knL":[-38.2,122.8],"ftL":[-49.2,242.2]},{"rootY":16,"hips":[0,0],"chest":[3.7,-91.6],"neck":[-3.4,-161.4],"head":[-6.8,-197.2],"shR":[48.7,-138.9],"elR":[44.1,-136.9],"haR":[26.7,-139.3],"shL":[-55.9,-138.3],"elL":[-44.8,-150.6],"haL":[-42.3,-160],"hipR":[25.6,11.1],"knR":[32.3,115],"ftR":[54,236.6],"hipL":[-27.6,4.3],"knL":[-41.5,122.3],"ftL":[-55.7,238.9]},{"rootY":18.6,"hips":[0,0],"chest":[3.3,-92],"neck":[-4.2,-161.7],"head":[-8.8,-197.2],"shR":[47.9,-138.7],"elR":[43.2,-140.8],"haR":[23.4,-148.5],"shL":[-56.3,-135.9],"elL":[-46.2,-148.3],"haL":[-44.8,-157.3],"hipR":[26,10.2],"knR":[23.7,114.6],"ftR":[46.2,234.6],"hipL":[-27.4,5.3],"knL":[-45.1,122.6],"ftL":[-62.9,235.3]},{"rootY":19.5,"hips":[0,0],"chest":[1.7,-92.2],"neck":[-5.8,-161.9],"head":[-10.9,-197.2],"shR":[46.2,-138.7],"elR":[41.9,-145.2],"haR":[19.3,-158.8],"shL":[-57.3,-133.3],"elL":[-47.4,-143.8],"haL":[-46.2,-150.5],"hipR":[26.5,8.9],"knR":[16.3,114.6],"ftR":[38.6,233.3],"hipL":[-27.1,6.6],"knL":[-48.3,123.9],"ftL":[-69.5,231.7]},{"rootY":18.2,"hips":[0,0],"chest":[-0.4,-92.5],"neck":[-8,-162.2],"head":[-12.4,-197.5],"shR":[44.2,-139.5],"elR":[40.9,-150],"haR":[15.4,-169.3],"shL":[-59,-132],"elL":[-47.9,-138.1],"haL":[-45.5,-140.8],"hipR":[26.9,7.6],"knR":[12,115.9],"ftR":[31.7,234.6],"hipL":[-26.7,8],"knL":[-51.1,126.3],"ftL":[-73.8,227.8]},{"rootY":15.7,"hips":[0,0],"chest":[-2.4,-93.2],"neck":[-10.2,-162.8],"head":[-13.1,-198.3],"shR":[42.3,-141.2],"elR":[40,-155.3],"haR":[12.3,-179.5],"shL":[-60.9,-132.2],"elL":[-47.9,-133.1],"haL":[-43.5,-131.2],"hipR":[27.1,6.4],"knR":[10.1,117.8],"ftR":[25.7,237.3],"hipL":[-26.4,9.1],"knL":[-54,128.5],"ftL":[-75.1,222.9]},{"rootY":13.4,"hips":[0,0],"chest":[-3.6,-94],"neck":[-11.6,-163.6],"head":[-12.9,-199.2],"shR":[41.3,-143.7],"elR":[39.4,-161],"haR":[10.8,-189],"shL":[-62.3,-133.2],"elL":[-47.6,-129.5],"haL":[-41.3,-123.7],"hipR":[27.3,5.6],"knR":[8.8,119.4],"ftR":[21,239.6],"hipL":[-26,10],"knL":[-56.3,129.4],"ftL":[-73.6,217.2]},{"rootY":11.7,"hips":[0,0],"chest":[-3.9,-94.6],"neck":[-11.8,-164.2],"head":[-11.8,-199.9],"shR":[41.4,-146],"elR":[39.6,-166.3],"haR":[11.1,-196.8],"shL":[-62.6,-134],"elL":[-47.1,-127.1],"haL":[-39.7,-118.3],"hipR":[27.3,5.1],"knR":[8.2,120.6],"ftR":[17.7,241.1],"hipL":[-25.8,10.4],"knL":[-57.1,128.8],"ftL":[-70.2,212]},{"rootY":10.6,"hips":[0,0],"chest":[-3.5,-95],"neck":[-11,-164.7],"head":[-9.9,-200.5],"shR":[42.3,-147.4],"elR":[40.6,-170.2],"haR":[12.6,-202.2],"shL":[-62,-134.5],"elL":[-46.7,-125.2],"haL":[-38.8,-114.4],"hipR":[27.3,5.1],"knR":[8.7,121.6],"ftR":[15.5,242.2],"hipL":[-25.8,10.5],"knL":[-57.2,126.9],"ftL":[-66,209.1]},{"rootY":9.9,"hips":[0,0],"chest":[-2.8,-95.3],"neck":[-9.7,-164.9],"head":[-7.8,-200.8],"shR":[43.4,-147.7],"elR":[42,-172.1],"haR":[14.5,-204.7],"shL":[-61,-135.1],"elL":[-46.6,-123.9],"haL":[-38.8,-111.6],"hipR":[27.3,5.3],"knR":[9.9,122.6],"ftR":[13.8,243],"hipL":[-25.9,10.3],"knL":[-57.3,124.3],"ftL":[-61.9,209.7]},{"rootY":9.3,"hips":[0,0],"chest":[-2.3,-95.4],"neck":[-8.3,-165],"head":[-5.7,-201],"shR":[44.6,-147.3],"elR":[43.5,-171.9],"haR":[16.6,-204.4],"shL":[-60,-135.9],"elL":[-46.7,-123.2],"haL":[-39.7,-109.9],"hipR":[27.3,5.5],"knR":[11.1,123.3],"ftR":[12.4,243.5],"hipL":[-26,10.1],"knL":[-57.6,121.6],"ftL":[-58.7,213.4]},{"rootY":8.8,"hips":[0,0],"chest":[-1.8,-95.4],"neck":[-7.1,-165],"head":[-3.8,-201],"shR":[45.8,-146.9],"elR":[45.4,-170.1],"haR":[18.9,-201.8],"shL":[-59.1,-136.9],"elL":[-46.8,-123.2],"haL":[-40.9,-109.1],"hipR":[27.3,5.6],"knR":[12,124.1],"ftR":[11.3,244],"hipL":[-26.1,10],"knL":[-57.4,119.4],"ftL":[-57.2,219.1]},{"rootY":8.1,"hips":[0,0],"chest":[-1.6,-95.2],"neck":[-6.3,-164.8],"head":[-2.1,-200.7],"shR":[46.6,-146.8],"elR":[47.3,-167.4],"haR":[21.3,-197.2],"shL":[-58.5,-137.6],"elL":[-47,-123.4],"haL":[-41.9,-108.7],"hipR":[27.3,5.7],"knR":[12.9,125.1],"ftR":[10.5,244.7],"hipL":[-26.1,9.8],"knL":[-56.8,117.6],"ftL":[-57.6,225.2]},{"rootY":7.4,"hips":[0,0],"chest":[-1.8,-95],"neck":[-5.9,-164.4],"head":[-0.7,-200.3],"shR":[47,-146.7],"elR":[48.7,-164.3],"haR":[23.5,-191.5],"shL":[-58.3,-138.4],"elL":[-47.3,-123.6],"haL":[-42.5,-108.6],"hipR":[27.3,5.8],"knR":[13.8,126],"ftR":[9.7,245.5],"hipL":[-26.2,9.8],"knL":[-56,116.2],"ftL":[-59.5,230.4]},{"rootY":6.8,"hips":[0,0],"chest":[-2.1,-94.8],"neck":[-5.5,-164.2],"head":[0.6,-200],"shR":[47.3,-146.3],"elR":[49.4,-161],"haR":[25.5,-185.2],"shL":[-58.2,-139.3],"elL":[-47.8,-123.8],"haL":[-43,-108.5],"hipR":[27.3,5.8],"knR":[14.6,126.7],"ftR":[9.2,246.1],"hipL":[-26.2,9.7],"knL":[-55,115],"ftL":[-61.8,234.1]},{"rootY":6.4,"hips":[0,0],"chest":[-2.1,-94.7],"neck":[-4.9,-164.1],"head":[2,-199.8],"shR":[47.8,-145.7],"elR":[49.8,-157.5],"haR":[27.3,-178.6],"shL":[-57.8,-140.2],"elL":[-48,-124.2],"haL":[-43.5,-108.5],"hipR":[27.3,5.9],"knR":[15.2,127.3],"ftR":[9.1,246.5],"hipL":[-26.2,9.7],"knL":[-53.7,113.9],"ftL":[-63.3,236.2]},{"rootY":6.1,"hips":[0,0],"chest":[-1.8,-94.8],"neck":[-4,-164],"head":[3.3,-199.6],"shR":[48.5,-145.2],"elR":[50.3,-154.1],"haR":[28.7,-172],"shL":[-57.1,-140.8],"elL":[-47.8,-124.6],"haL":[-43.7,-108.7],"hipR":[27.3,6],"knR":[16,127.9],"ftR":[9.3,246.7],"hipL":[-26.2,9.5],"knL":[-52.1,113],"ftL":[-63.9,237.1]},{"rootY":6,"hips":[0,0],"chest":[-1.6,-94.8],"neck":[-3.1,-164],"head":[4.4,-199.6],"shR":[49.3,-144.9],"elR":[50.9,-150.9],"haR":[29.7,-165.7],"shL":[-56.2,-141.4],"elL":[-47.4,-125.1],"haL":[-43.8,-109],"hipR":[27.2,6.2],"knR":[16.7,128.4],"ftR":[9.8,246.7],"hipL":[-26.2,9.3],"knL":[-50.5,112.5],"ftL":[-63.9,237.1]},{"rootY":6.1,"hips":[0,0],"chest":[-1.4,-94.9],"neck":[-2.5,-164.1],"head":[5.2,-199.6],"shR":[49.9,-144.7],"elR":[51.3,-148.1],"haR":[30.4,-160.1],"shL":[-55.5,-141.9],"elL":[-46.9,-125.6],"haL":[-43.7,-109.5],"hipR":[27.2,6.3],"knR":[17.4,128.8],"ftR":[10.4,246.5],"hipL":[-26.2,9.2],"knL":[-48.6,112.8],"ftL":[-62.9,236.7]},{"rootY":6.3,"hips":[0,0],"chest":[-1.4,-95.2],"neck":[-2.1,-164.3],"head":[5.8,-199.7],"shR":[50.3,-144.2],"elR":[51.5,-145.4],"haR":[30.8,-155.1],"shL":[-55.1,-142.4],"elL":[-46.6,-126.2],"haL":[-43.5,-109.9],"hipR":[27.2,6.2],"knR":[18.1,129],"ftR":[11,246.3],"hipL":[-26.2,9.3],"knL":[-46.3,113.8],"ftL":[-60.6,236]},{"rootY":6.6,"hips":[0,0],"chest":[-1.7,-95.6],"neck":[-2.1,-164.6],"head":[6,-200],"shR":[50.3,-143.7],"elR":[51.4,-143.1],"haR":[31.1,-150.8],"shL":[-55,-142.8],"elL":[-46.5,-126.7],"haL":[-43.3,-110.4],"hipR":[27.3,6],"knR":[18.9,128.9],"ftR":[11.7,245.9],"hipL":[-26.2,9.6],"knL":[-43.6,115.4],"ftL":[-57.2,235]},{"rootY":7.1,"hips":[0,0],"chest":[-2.2,-95.9],"neck":[-2.5,-164.9],"head":[5.9,-200.2],"shR":[49.9,-143.2],"elR":[51,-140.9],"haR":[31.1,-147],"shL":[-55.3,-143],"elL":[-46.7,-127.3],"haL":[-43.2,-111.6],"hipR":[27.4,5.7],"knR":[19.8,128.5],"ftR":[12.4,245.4],"hipL":[-26.1,9.9],"knL":[-40.5,117.6],"ftL":[-52.5,234.6]},{"rootY":7.7,"hips":[0,0],"chest":[-2.7,-96.2],"neck":[-2.8,-165.2],"head":[5.8,-200.5],"shR":[49.5,-142.6],"elR":[50.7,-138.6],"haR":[30.9,-143.1],"shL":[-55.6,-143],"elL":[-46.9,-128.3],"haL":[-43,-113.5],"hipR":[27.4,5.5],"knR":[20.9,127.9],"ftR":[13.6,244.7],"hipL":[-26,10.1],"knL":[-36.4,120.3],"ftL":[-45.7,235.9]},{"rootY":8.5,"hips":[0,0],"chest":[-3.2,-96.7],"neck":[-3,-165.7],"head":[5.8,-200.9],"shR":[49.3,-141.4],"elR":[50.5,-135.1],"haR":[30.6,-138.2],"shL":[-55.8,-142.5],"elL":[-46.8,-129.6],"haL":[-43.1,-116],"hipR":[27.4,5.6],"knR":[22,127.3],"ftR":[15.1,243.6],"hipL":[-26.1,10],"knL":[-31.5,123.4],"ftL":[-37.1,238.4]},{"rootY":9.4,"hips":[0,0],"chest":[-4,-97.1],"neck":[-3.2,-166.1],"head":[5.8,-201.3],"shR":[49,-139.6],"elR":[50.3,-130.4],"haR":[30.5,-131.4],"shL":[-56,-141.9],"elL":[-47.2,-131.1],"haL":[-43.2,-119.7],"hipR":[27.3,5.8],"knR":[23.2,126.9],"ftR":[16.8,242.2],"hipL":[-26.2,9.8],"knL":[-27.4,125.5],"ftL":[-29.6,240.4]},{"rootY":10.3,"hips":[0,0],"chest":[-4.2,-97.4],"neck":[-2.8,-166.3],"head":[5.9,-201.5],"shR":[48.9,-137.6],"elR":[49.8,-124.8],"haR":[31.1,-122.3],"shL":[-56.1,-141.2],"elL":[-48,-133],"haL":[-42.7,-125],"hipR":[27.1,6.6],"knR":[24.7,127],"ftR":[19.1,240.6],"hipL":[-26.4,9.1],"knL":[-25.3,125.7],"ftL":[-24.9,241]},{"rootY":10.5,"hips":[0,0],"chest":[-2.5,-97.2],"neck":[-1.1,-166.1],"head":[6.9,-201.4],"shR":[50.1,-135.7],"elR":[49.6,-119],"haR":[32.9,-111.1],"shL":[-54.8,-140.6],"elL":[-48.3,-135.6],"haL":[-41.4,-131.5],"hipR":[26.7,8.1],"knR":[26.7,127.9],"ftR":[22.7,239.1],"hipL":[-26.9,7.5],"knL":[-24.4,124.5],"ftL":[-21.7,241.4]},{"rootY":9.3,"hips":[0,0],"chest":[1.2,-96.9],"neck":[2,-165.8],"head":[8.9,-201.3],"shR":[52.9,-135.1],"elR":[49.8,-113.7],"haR":[35,-99],"shL":[-51.9,-140.3],"elL":[-47.6,-139.1],"haL":[-39.7,-139],"hipR":[26.1,9.9],"knR":[29.2,129.1],"ftR":[27.2,237.4],"hipL":[-27.3,5.8],"knL":[-22.9,123.8],"ftL":[-18.1,242.7]},{"rootY":7.4,"hips":[0,0],"chest":[5,-96.7],"neck":[5.6,-165.8],"head":[10.9,-201.5],"shR":[56.2,-136.2],"elR":[50.1,-109.3],"haR":[36.2,-87.8],"shL":[-48.5,-140.5],"elL":[-46.7,-143.4],"haL":[-38.5,-147.4],"hipR":[25.7,10.9],"knR":[32.1,130],"ftR":[31.7,235],"hipL":[-27.5,4.6],"knL":[-20.9,124.2],"ftL":[-13.7,244.6]},{"rootY":5.9,"hips":[0,0],"chest":[7.6,-96.9],"neck":[8.3,-166.1],"head":[12.3,-201.9],"shR":[58.6,-137.8],"elR":[50.6,-105.9],"haR":[36.5,-79.4],"shL":[-46,-141.4],"elL":[-46.1,-148.7],"haL":[-37.9,-157.2],"hipR":[25.3,11.5],"knR":[35.5,130.9],"ftR":[35.8,231.8],"hipL":[-27.5,4.1],"knL":[-19.2,124.7],"ftL":[-10,246]},{"rootY":5.3,"hips":[0,0],"chest":[8.9,-97.1],"neck":[10,-166.3],"head":[13.5,-202.1],"shR":[60.1,-138.2],"elR":[51.7,-103],"haR":[37,-73.7],"shL":[-44.6,-142.5],"elL":[-45.6,-154.6],"haL":[-37.1,-167.5],"hipR":[24.9,12.2],"knR":[40,132.5],"ftR":[40.3,227.2],"hipL":[-27.6,3.2],"knL":[-17.7,124.5],"ftL":[-6.8,246.6]},{"rootY":5.5,"hips":[0,0],"chest":[9.6,-97.2],"neck":[10.9,-166.3],"head":[14.6,-202],"shR":[60.9,-137.3],"elR":[52.9,-100.1],"haR":[38,-69.6],"shL":[-43.8,-143.5],"elL":[-45.2,-160.1],"haL":[-35.5,-176.9],"hipR":[24.3,13.3],"knR":[45.6,134],"ftR":[45.7,220.7],"hipL":[-27.6,2.1],"knL":[-16.2,123.8],"ftL":[-3.7,246.6]},{"rootY":6.1,"hips":[0,0],"chest":[9.7,-97],"neck":[11.3,-166.1],"head":[15.4,-201.7],"shR":[61.3,-136.2],"elR":[53.7,-97.6],"haR":[38.6,-66.5],"shL":[-43.4,-144.6],"elL":[-44.5,-164.8],"haL":[-33.4,-184.6],"hipR":[23.6,14.4],"knR":[50.8,134.5],"ftR":[51.4,213],"hipL":[-27.5,0.8],"knL":[-14.8,122.9],"ftL":[-0.5,246.1]},{"rootY":6.7,"hips":[0,0],"chest":[9.4,-96.8],"neck":[11.2,-165.8],"head":[15.5,-201.4],"shR":[61.3,-135.6],"elR":[53.7,-95.7],"haR":[38.1,-64],"shL":[-43.4,-145.3],"elL":[-43.5,-167.9],"haL":[-31.7,-189.7],"hipR":[23,15.2],"knR":[53.4,133.3],"ftR":[55.4,206.2],"hipL":[-27.4,-0.2],"knL":[-13.8,122.2],"ftL":[1.6,245.7]},{"rootY":6.6,"hips":[0,0],"chest":[8.8,-96.7],"neck":[10.4,-165.5],"head":[14.7,-201.1],"shR":[60.8,-135.5],"elR":[53,-94.4],"haR":[36.9,-61.8],"shL":[-43.9,-145.3],"elL":[-42.5,-169],"haL":[-30.6,-191.7],"hipR":[22.8,15.4],"knR":[53,131.1],"ftR":[56.6,201.8],"hipL":[-27.4,-0.5],"knL":[-13.2,121.8],"ftL":[2.5,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[7.5,-96.8],"neck":[8.6,-165.5],"head":[12.8,-201.2],"shR":[59.5,-136],"elR":[51.6,-93.7],"haR":[35.7,-60],"shL":[-45.3,-144.9],"elL":[-42.1,-168],"haL":[-30.2,-190.1],"hipR":[23.1,15.1],"knR":[50,128.3],"ftR":[55.1,201.6],"hipL":[-27.5,-0.1],"knL":[-12.9,122.2],"ftL":[2.2,246.5]},{"rootY":4.6,"hips":[0,0],"chest":[5.6,-97],"neck":[6.1,-165.7],"head":[10.3,-201.4],"shR":[57.4,-137],"elR":[50,-93.9],"haR":[34.9,-59.1],"shL":[-47.5,-144.7],"elL":[-42.5,-165.4],"haL":[-30.4,-185.2],"hipR":[23.7,14.3],"knR":[45.9,125.1],"ftR":[51.8,206.1],"hipL":[-27.6,0.8],"knL":[-13.2,123.2],"ftL":[1.4,247.6]},{"rootY":3.5,"hips":[0,0],"chest":[3.4,-97.2],"neck":[3.3,-165.7],"head":[7.6,-201.5],"shR":[55,-138.1],"elR":[48.5,-95],"haR":[34.8,-60],"shL":[-49.9,-144.9],"elL":[-43,-161.9],"haL":[-30.7,-178.2],"hipR":[24.3,13.6],"knR":[41.8,121.5],"ftR":[48.5,213.5],"hipL":[-27.7,1.7],"knL":[-13.9,124.1],"ftL":[0.2,248.6]},{"rootY":3,"hips":[0,0],"chest":[1.6,-97.1],"neck":[0.7,-165.6],"head":[5.1,-201.4],"shR":[52.8,-138.7],"elR":[47.6,-96.7],"haR":[35.3,-62.4],"shL":[-52.1,-144.6],"elL":[-43.3,-157.5],"haL":[-31.1,-169.8],"hipR":[24.5,13.2],"knR":[38.6,118.1],"ftR":[46.2,221.5],"hipL":[-27.8,2.1],"knL":[-14.5,124.6],"ftL":[-0.9,249.1]},{"rootY":2.8,"hips":[0,0],"chest":[0.4,-97],"neck":[-1.3,-165.3],"head":[3,-201.2],"shR":[51.2,-139],"elR":[47.2,-98.7],"haR":[36.2,-65.7],"shL":[-53.8,-143.4],"elL":[-43.5,-151.9],"haL":[-31.2,-160],"hipR":[24.7,13.1],"knR":[36.8,115.5],"ftR":[44.9,229.1],"hipL":[-27.8,2.2],"knL":[-15,124.8],"ftL":[-1.7,249.3]},{"rootY":3,"hips":[0,0],"chest":[0,-96.9],"neck":[-2.6,-165.1],"head":[1.5,-201.1],"shR":[50.4,-139.3],"elR":[47.7,-100.8],"haR":[37.5,-69.4],"shL":[-54.6,-142],"elL":[-43.3,-145.5],"haL":[-31.2,-149.1],"hipR":[24.7,13.1],"knR":[36.1,114],"ftR":[43.5,235.4],"hipL":[-27.8,2.3],"knL":[-15.3,124.8],"ftL":[-2.2,249.2]},{"rootY":3.3,"hips":[0,0],"chest":[0.3,-96.8],"neck":[-3,-164.9],"head":[0.4,-201],"shR":[50.3,-139.5],"elR":[49.1,-103],"haR":[39.2,-73.7],"shL":[-54.7,-141],"elL":[-42.3,-139.4],"haL":[-31.3,-138.1],"hipR":[24.6,13.2],"knR":[35.6,113.9],"ftR":[41.4,238.9],"hipL":[-27.8,2.1],"knL":[-15.4,124.6],"ftL":[-2.5,248.9]},{"rootY":3.9,"hips":[0,0],"chest":[0.7,-96.8],"neck":[-3.1,-164.7],"head":[-0.5,-200.9],"shR":[50.5,-139.5],"elR":[50.9,-105.1],"haR":[41.1,-78.5],"shL":[-54.3,-140.3],"elL":[-40.6,-134.2],"haL":[-31.7,-127.5],"hipR":[24.6,13.3],"knR":[34.7,115.1],"ftR":[38.7,238.8],"hipL":[-27.9,2],"knL":[-15.5,124.3],"ftL":[-2.8,248.3]},{"rootY":4.7,"hips":[0,0],"chest":[1.2,-96.7],"neck":[-3.3,-164.6],"head":[-1.6,-200.9],"shR":[50.6,-139.3],"elR":[52.7,-107.1],"haR":[42.9,-83.3],"shL":[-54.2,-139.1],"elL":[-39.2,-129.1],"haL":[-32.3,-117.5],"hipR":[24.6,13.3],"knR":[32.5,117.3],"ftR":[35.4,235.5],"hipL":[-27.9,2],"knL":[-15.8,124],"ftL":[-3.3,247.7]},{"rootY":5.7,"hips":[0,0],"chest":[1.5,-96.6],"neck":[-3.5,-164.5],"head":[-2.8,-200.8],"shR":[50.6,-139.4],"elR":[54.3,-109.1],"haR":[44.6,-88.2],"shL":[-54.4,-137.7],"elL":[-38.9,-123.8],"haL":[-32.6,-108.2],"hipR":[24.5,13.3],"knR":[28.7,119.1],"ftR":[30.8,231.1],"hipL":[-27.9,2],"knL":[-16.4,123.7],"ftL":[-4.2,246.7]},{"rootY":7.1,"hips":[0,0],"chest":[1.7,-96.5],"neck":[-3.7,-164.5],"head":[-3.8,-200.8],"shR":[50.6,-139.4],"elR":[55.9,-111.3],"haR":[46.4,-93.3],"shL":[-54.5,-136.6],"elL":[-38.7,-119.1],"haL":[-32.9,-100.7],"hipR":[24.5,13.4],"knR":[25,119.4],"ftR":[24.9,228.6],"hipL":[-27.9,2],"knL":[-17.2,123.4],"ftL":[-5.4,245.4]},{"rootY":8.6,"hips":[0,0],"chest":[1.7,-96.4],"neck":[-3.7,-164.4],"head":[-4.5,-200.7],"shR":[50.7,-139.4],"elR":[57.7,-113.4],"haR":[48.2,-98.6],"shL":[-54.4,-136.3],"elL":[-38.3,-116.3],"haL":[-33,-95.7],"hipR":[24.6,13.2],"knR":[22.4,118.8],"ftR":[19.1,228.8],"hipL":[-27.9,2.1],"knL":[-18,123.1],"ftL":[-6.6,243.7]},{"rootY":10.2,"hips":[0,0],"chest":[1.6,-96.4],"neck":[-3.4,-164.5],"head":[-5,-200.8],"shR":[50.9,-139.6],"elR":[59.4,-115.7],"haR":[50.2,-103.8],"shL":[-54.2,-136.6],"elL":[-38.1,-115.3],"haL":[-33.1,-93.3],"hipR":[24.8,12.9],"knR":[21,118.7],"ftR":[15.2,231],"hipL":[-27.8,2.5],"knL":[-18.9,123.1],"ftL":[-7.8,241.8]},{"rootY":12,"hips":[0,0],"chest":[1.7,-96.8],"neck":[-3.1,-164.9],"head":[-5.1,-201.2],"shR":[51.2,-139.7],"elR":[61,-118.6],"haR":[52.5,-109.6],"shL":[-53.9,-136.9],"elL":[-38.6,-115.4],"haL":[-34,-93.6],"hipR":[25.1,12.2],"knR":[19.8,119.6],"ftR":[12.6,234.1],"hipL":[-27.7,3.3],"knL":[-20.2,123.6],"ftL":[-9.1,239.9]},{"rootY":13.8,"hips":[0,0],"chest":[1.3,-97.3],"neck":[-3.3,-165.4],"head":[-5.3,-201.6],"shR":[50.7,-139],"elR":[61.7,-122.6],"haR":[54.6,-117.2],"shL":[-54.3,-136.1],"elL":[-41,-116.5],"haL":[-37.2,-96.7],"hipR":[25.7,10.9],"knR":[17.5,120.9],"ftR":[8.5,236.4],"hipL":[-27.5,4.6],"knL":[-22.3,124.7],"ftL":[-11.3,237.9]},{"rootY":14.5,"hips":[0,0],"chest":[-1.1,-97.4],"neck":[-4.4,-165.6],"head":[-5.9,-201.7],"shR":[48.8,-137.1],"elR":[61.4,-126.9],"haR":[55.4,-126.7],"shL":[-55.8,-134.9],"elL":[-45.8,-118.6],"haL":[-43.5,-102.3],"hipR":[26.6,8.6],"knR":[14.7,121.8],"ftR":[2.6,237.5],"hipL":[-27,7],"knL":[-24.6,126.4],"ftL":[-14.7,236]},{"rootY":13.9,"hips":[0,0],"chest":[-5.6,-97.3],"neck":[-5.7,-165.8],"head":[-5.8,-201.7],"shR":[46.6,-135.9],"elR":[61.2,-130.9],"haR":[55.5,-136.3],"shL":[-58.2,-135.9],"elL":[-52.2,-122.5],"haL":[-51.8,-109.3],"hipR":[27.3,5.9],"knR":[13,121.8],"ftR":[-1.6,238],"hipL":[-26.2,9.7],"knL":[-26.3,128.3],"ftL":[-18.1,233.7]},{"rootY":12,"hips":[0,0],"chest":[-9.1,-97.7],"neck":[-6.4,-166.3],"head":[-4.3,-202.2],"shR":[45.6,-136.7],"elR":[62.7,-134.2],"haR":[56.1,-144.7],"shL":[-59.9,-140.5],"elL":[-58.3,-128.8],"haL":[-60,-117.7],"hipR":[27.6,4.5],"knR":[12.5,121.5],"ftR":[-2.5,239],"hipL":[-25.7,11],"knL":[-27.7,130.6],"ftL":[-19.6,229.9]},{"rootY":9.9,"hips":[0,0],"chest":[-10.2,-98.4],"neck":[-6.5,-166.9],"head":[-2,-202.5],"shR":[45.7,-138.7],"elR":[65.3,-136.9],"haR":[57.7,-152.1],"shL":[-60.2,-145.7],"elL":[-63,-136.5],"haL":[-67,-128.2],"hipR":[27.6,4.1],"knR":[12.7,121.8],"ftR":[-2.2,240.8],"hipL":[-25.5,11.4],"knL":[-29.5,132.9],"ftL":[-19.2,224.1]},{"rootY":8.3,"hips":[0,0],"chest":[-10.4,-98.8],"neck":[-6.5,-167.1],"head":[0.3,-202.5],"shR":[46,-139.9],"elR":[68,-139.5],"haR":[59.4,-159.4],"shL":[-59.9,-148.4],"elL":[-66.8,-144.3],"haL":[-72.7,-140.8],"hipR":[27.7,3.7],"knR":[12.5,122.2],"ftR":[-2.8,242.3],"hipL":[-25.3,11.8],"knL":[-33.3,134.5],"ftL":[-18.1,216.8]},{"rootY":7.2,"hips":[0,0],"chest":[-10.4,-98.8],"neck":[-5.8,-166.9],"head":[2.4,-202.1],"shR":[46.4,-139.6],"elR":[70.2,-141.9],"haR":[61.1,-165.6],"shL":[-59.6,-149],"elL":[-69.9,-151.1],"haL":[-76.7,-153],"hipR":[27.8,2.8],"knR":[12.2,122.3],"ftR":[-3.3,243.3],"hipL":[-25,12.5],"knL":[-38.3,134.9],"ftL":[-17.2,210.3]},{"rootY":6.1,"hips":[0,0],"chest":[-10.5,-98.6],"neck":[-4.4,-166.6],"head":[4.8,-201.6],"shR":[47.1,-138.6],"elR":[72.1,-143.1],"haR":[63.1,-169.3],"shL":[-59,-149.6],"elL":[-72,-156.4],"haL":[-79,-162.7],"hipR":[27.9,2.1],"knR":[12.4,122.5],"ftR":[-2.6,244.2],"hipL":[-24.6,13.2],"knL":[-43.1,134.2],"ftL":[-17,207]},{"rootY":4.9,"hips":[0,0],"chest":[-10.1,-98.4],"neck":[-2.7,-166.2],"head":[7.3,-201.1],"shR":[48.2,-137.6],"elR":[73.5,-142.8],"haR":[65.2,-169.8],"shL":[-57.9,-151],"elL":[-73,-160.8],"haL":[-80,-170.2],"hipR":[27.9,1.9],"knR":[12.7,122.9],"ftR":[-1.6,245.4],"hipL":[-24.5,13.4],"knL":[-47.1,132.6],"ftL":[-18.2,207.6]},{"rootY":3.6,"hips":[0,0],"chest":[-9.2,-98.2],"neck":[-1.1,-165.9],"head":[9.6,-200.6],"shR":[49.4,-136.8],"elR":[74.3,-141.4],"haR":[67,-167.8],"shL":[-56.5,-152.3],"elL":[-72.9,-164.8],"haL":[-80.1,-176.6],"hipR":[27.9,1.9],"knR":[13,123.4],"ftR":[-1.4,246.6],"hipL":[-24.5,13.3],"knL":[-50.1,130.4],"ftL":[-21.2,211.5]},{"rootY":2.5,"hips":[0,0],"chest":[-7.9,-98.1],"neck":[0.6,-165.7],"head":[11.6,-200.3],"shR":[50.7,-136.3],"elR":[75.1,-139.8],"haR":[68.5,-164.2],"shL":[-55.1,-153],"elL":[-71.9,-168.4],"haL":[-79,-182.4],"hipR":[27.9,2.1],"knR":[13.2,123.9],"ftR":[-1.4,247.6],"hipL":[-24.6,13.2],"knL":[-52.3,127.7],"ftL":[-25.2,217.4]},{"rootY":1.7,"hips":[0,0],"chest":[-6.7,-98],"neck":[2.2,-165.5],"head":[13.3,-200.1],"shR":[52.1,-136.1],"elR":[75.7,-138.2],"haR":[69.7,-159.5],"shL":[-53.7,-153.6],"elL":[-70.4,-171.4],"haL":[-77.1,-187],"hipR":[27.8,2.3],"knR":[13.6,124.3],"ftR":[-1,248.4],"hipL":[-24.7,13.1],"knL":[-53.7,125],"ftL":[-29.5,224.5]},{"rootY":1.2,"hips":[0,0],"chest":[-5.8,-97.9],"neck":[3.5,-165.4],"head":[14.6,-200],"shR":[53.1,-136],"elR":[75.6,-136.5],"haR":[70.5,-153.6],"shL":[-52.5,-154.4],"elL":[-68.8,-173.6],"haL":[-74.9,-190.4],"hipR":[27.8,2.5],"knR":[13.9,124.7],"ftR":[-0.4,249.1],"hipL":[-24.8,12.9],"knL":[-54.3,122.5],"ftL":[-34.2,231.7]},{"rootY":0.8,"hips":[0,0],"chest":[-5.2,-97.9],"neck":[4.2,-165.3],"head":[15.6,-199.8],"shR":[53.7,-136],"elR":[74.8,-134.1],"haR":[71.1,-146.4],"shL":[-51.8,-155.1],"elL":[-67.6,-175.3],"haL":[-72.7,-193.1],"hipR":[27.8,2.6],"knR":[14,125],"ftR":[-0.2,249.5],"hipL":[-24.8,12.7],"knL":[-53.4,120.5],"ftL":[-39.6,237.9]}]},"sit":{"name":"sit","fps":30,"height":520,"groundY":343,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[-1.2,-77.7],"neck":[-1.2,-77.7],"head":[-0.5,-145.7],"shR":[-58.5,-104.8],"elR":[-175.8,-88.3],"haR":[-245.6,-78.5],"shL":[66.8,-101.8],"elL":[170.6,-87.2],"haL":[241.4,-77.3],"hipR":[-31.3,37.8],"knR":[-28.8,181.7],"ftR":[-26,340.9],"hipL":[30.5,37.8],"knL":[27.9,185.4],"ftL":[25.2,343]},{"rootY":0,"hips":[0,0],"chest":[-6.9,-77.6],"neck":[-6.9,-77.6],"head":[-11.8,-146],"shR":[-17,-104.6],"elR":[8.8,9.2],"haR":[-16.1,74.9],"shL":[10.1,-102.7],"elL":[23,1.3],"haL":[16.4,71.3],"hipR":[-13.3,38],"knR":[-33,179.8],"ftR":[9.7,332.5],"hipL":[-3.7,38.4],"knL":[-16.3,185.5],"ftL":[32.2,335.4]},{"rootY":-0.1,"hips":[0,0],"chest":[-7,-77.5],"neck":[-7,-77.5],"head":[-12.1,-146],"shR":[-17.1,-104.5],"elR":[8.8,9.4],"haR":[-15.4,75.3],"shL":[9.7,-102.8],"elL":[22.3,1.2],"haL":[15,71],"hipR":[-13.1,38],"knR":[-32.5,179.8],"ftR":[10.3,332.5],"hipL":[-3.7,38.4],"knL":[-15.9,185.6],"ftL":[32.8,335.4]},{"rootY":-0.1,"hips":[0,0],"chest":[-7.4,-77.5],"neck":[-7.4,-77.5],"head":[-12.5,-146],"shR":[-17.2,-104.4],"elR":[9,9.5],"haR":[-14.5,75.6],"shL":[9.1,-102.9],"elL":[21.5,1.2],"haL":[13.1,70.8],"hipR":[-13,37.9],"knR":[-32,179.9],"ftR":[10.6,332.6],"hipL":[-3.6,38.5],"knL":[-15.8,185.7],"ftL":[33.4,335.3]},{"rootY":-0.1,"hips":[0,0],"chest":[-7.3,-77.5],"neck":[-7.3,-77.5],"head":[-12.9,-145.9],"shR":[-17.1,-104.2],"elR":[9.6,9.5],"haR":[-14,75.7],"shL":[8.9,-103.1],"elL":[20.9,0.9],"haL":[11.2,70.4],"hipR":[-12.6,38.3],"knR":[-31.8,180.2],"ftR":[11.3,332.8],"hipL":[-3.4,38.3],"knL":[-15,185.5],"ftL":[34.1,335.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-7.7,-77.5],"neck":[-7.7,-77.5],"head":[-13.6,-145.9],"shR":[-17.2,-104],"elR":[9,10],"haR":[-13.8,76.3],"shL":[8.2,-103.2],"elL":[19.9,0.9],"haL":[8.7,70.2],"hipR":[-12.6,38],"knR":[-31.9,179.9],"ftR":[11.5,332.4],"hipL":[-3.6,38.5],"knL":[-14.7,185.7],"ftL":[34.5,335.4]},{"rootY":0,"hips":[0,0],"chest":[-7.6,-77.5],"neck":[-7.6,-77.5],"head":[-14.3,-145.8],"shR":[-16.3,-103.8],"elR":[9.5,10.4],"haR":[-13.1,76.8],"shL":[7.3,-103.6],"elL":[19.2,0.5],"haL":[6.2,69.6],"hipR":[-12.4,38.1],"knR":[-31.8,179.9],"ftR":[12.1,332.3],"hipL":[-3.7,38.4],"knL":[-14.2,185.7],"ftL":[35.3,335.3]},{"rootY":0.1,"hips":[0,0],"chest":[-7.2,-77.5],"neck":[-7.2,-77.5],"head":[-14.5,-145.6],"shR":[-15,-103.8],"elR":[10,10.6],"haR":[-12.9,76.9],"shL":[6.7,-103.6],"elL":[18.8,0.5],"haL":[4.1,69.1],"hipR":[-12.2,38.2],"knR":[-31.6,180],"ftR":[12.8,332.3],"hipL":[-3.8,38.3],"knL":[-13.6,185.7],"ftL":[36.2,335.2]},{"rootY":0.2,"hips":[0,0],"chest":[-6.8,-77.6],"neck":[-6.8,-77.6],"head":[-15,-145.4],"shR":[-13.1,-103.5],"elR":[10.3,11.4],"haR":[-12.9,77.6],"shL":[5.6,-104],"elL":[19.4,-0.1],"haL":[2.7,68.1],"hipR":[-11.9,38.3],"knR":[-31.7,180],"ftR":[13.5,332.2],"hipL":[-4.3,38.2],"knL":[-12.8,185.6],"ftL":[37.5,335]},{"rootY":0.3,"hips":[0,0],"chest":[-6.7,-77.6],"neck":[-6.7,-77.6],"head":[-16,-145],"shR":[-10.9,-103.4],"elR":[10.8,11.9],"haR":[-13.5,77.6],"shL":[3.7,-104],"elL":[18.2,-0.3],"haL":[-0.2,67.5],"hipR":[-11.5,38.3],"knR":[-31.7,179.9],"ftR":[13.8,332],"hipL":[-4.9,38.2],"knL":[-12.6,185.6],"ftL":[38.3,334.8]},{"rootY":0.5,"hips":[0,0],"chest":[-6.3,-77.6],"neck":[-6.3,-77.6],"head":[-16.6,-144.7],"shR":[-7.9,-103.3],"elR":[12.7,12.4],"haR":[-13.1,77.4],"shL":[1.6,-104.2],"elL":[16.9,-0.6],"haL":[-2.9,66.8],"hipR":[-10.8,38.3],"knR":[-31.3,179.8],"ftR":[15,331.8],"hipL":[-5.5,38.2],"knL":[-12,185.7],"ftL":[39.5,334.6]},{"rootY":0.7,"hips":[0,0],"chest":[-5.8,-77.7],"neck":[-5.8,-77.7],"head":[-17.1,-144.5],"shR":[-4.9,-103.2],"elR":[15.1,12.8],"haR":[-12.6,77],"shL":[-0.5,-104.4],"elL":[15.1,-0.8],"haL":[-5.6,66.4],"hipR":[-10.1,38.4],"knR":[-31.4,179.8],"ftR":[15.8,331.6],"hipL":[-6.4,38],"knL":[-11.3,185.6],"ftL":[41.1,334.2]},{"rootY":1,"hips":[0,0],"chest":[-5.1,-77.7],"neck":[-5.1,-77.7],"head":[-17.2,-144.4],"shR":[-1.8,-103.3],"elR":[17.9,12.8],"haR":[-11.8,76],"shL":[-2.3,-104.3],"elL":[13.5,-0.8],"haL":[-7.6,66.4],"hipR":[-9.3,37.9],"knR":[-30.4,179.4],"ftR":[17.3,331.2],"hipL":[-7.4,38.5],"knL":[-11.4,186.1],"ftL":[43.1,333.9]},{"rootY":1.5,"hips":[0,0],"chest":[-4.4,-77.7],"neck":[-4.4,-77.7],"head":[-17.1,-144.3],"shR":[1.7,-103.1],"elR":[21.5,13.1],"haR":[-9.8,75.4],"shL":[-4.5,-104.6],"elL":[11.8,-1.2],"haL":[-9,66.2],"hipR":[-8.4,37.8],"knR":[-30,179.3],"ftR":[18.4,330.9],"hipL":[-8.5,38.5],"knL":[-11.4,186.2],"ftL":[44.5,333.4]},{"rootY":1.8,"hips":[0,0],"chest":[-3.7,-77.8],"neck":[-3.7,-77.8],"head":[-16.7,-144.2],"shR":[5.3,-102.6],"elR":[25.2,13.6],"haR":[-7.5,75.1],"shL":[-6.8,-105.2],"elL":[9,-1.8],"haL":[-11.1,65.8],"hipR":[-7.5,37.8],"knR":[-29.4,179.3],"ftR":[19.9,330.6],"hipL":[-9.7,38.4],"knL":[-11.6,186.1],"ftL":[46,332.7]},{"rootY":2.3,"hips":[0,0],"chest":[-3.2,-77.8],"neck":[-3.2,-77.8],"head":[-16.7,-144.2],"shR":[9.2,-102.3],"elR":[28.9,14],"haR":[-4.3,74.9],"shL":[-10,-105.6],"elL":[5.6,-2.2],"haL":[-13.7,65.6],"hipR":[-6.7,37.6],"knR":[-28.7,179],"ftR":[21,330.2],"hipL":[-10.4,38.7],"knL":[-13.4,186.3],"ftL":[46.7,331.8]},{"rootY":2.8,"hips":[0,0],"chest":[-2.5,-77.8],"neck":[-2.5,-77.8],"head":[-16.2,-144.2],"shR":[11.9,-102.2],"elR":[31.8,14.2],"haR":[-1.3,74.9],"shL":[-11.6,-105.7],"elL":[4,-2.4],"haL":[-14.9,65.4],"hipR":[-6.2,37.7],"knR":[-28.5,179.1],"ftR":[22.6,329.9],"hipL":[-11.5,38.4],"knL":[-15.2,185.9],"ftL":[47.4,330.4]},{"rootY":3.4,"hips":[0,0],"chest":[-2,-77.8],"neck":[-2,-77.8],"head":[-15.8,-144.2],"shR":[13.9,-102.3],"elR":[33.7,14.2],"haR":[1.5,75],"shL":[-12.7,-105.7],"elL":[2.6,-2.4],"haL":[-16.2,65.4],"hipR":[-5.6,37.4],"knR":[-27.7,178.8],"ftR":[24.1,329.4],"hipL":[-12.3,38.6],"knL":[-19,185.9],"ftL":[47.6,328.5]},{"rootY":3.8,"hips":[0,0],"chest":[-1.8,-77.8],"neck":[-1.8,-77.8],"head":[-15.8,-144.1],"shR":[15.5,-102.4],"elR":[36,14.1],"haR":[5.2,75.1],"shL":[-13.9,-105.5],"elL":[1.3,-2.3],"haL":[-17.8,65.5],"hipR":[-4.9,37.1],"knR":[-27.2,178.5],"ftR":[25.2,328.8],"hipL":[-13.2,38.8],"knL":[-23.8,185.7],"ftL":[47.7,326]},{"rootY":3.9,"hips":[0,0],"chest":[-1.7,-77.8],"neck":[-1.7,-77.8],"head":[-15.9,-144],"shR":[16.9,-102],"elR":[38.4,14.4],"haR":[9.5,76],"shL":[-15.4,-105.9],"elL":[-0.8,-2.7],"haL":[-20.5,64.8],"hipR":[-4.9,37.3],"knR":[-26.2,178.9],"ftR":[26.6,329.1],"hipL":[-13.8,38.5],"knL":[-30.8,184.5],"ftL":[47.1,321.4]},{"rootY":4.6,"hips":[0,0],"chest":[-1.7,-77.8],"neck":[-1.7,-77.8],"head":[-16.2,-143.9],"shR":[17.4,-101.8],"elR":[40.1,14.3],"haR":[13.7,76.8],"shL":[-16,-106.1],"elL":[-2.1,-2.8],"haL":[-22.9,64.3],"hipR":[-5,37.2],"knR":[-26,178.7],"ftR":[27.9,328.5],"hipL":[-13.9,38.5],"knL":[-38.2,183.4],"ftL":[45.4,316.8]},{"rootY":4.9,"hips":[0,0],"chest":[-2,-77.8],"neck":[-2,-77.8],"head":[-16.8,-143.7],"shR":[17.5,-101.6],"elR":[42.1,14.2],"haR":[18.4,77.6],"shL":[-16.7,-106.3],"elL":[-2.9,-3.1],"haL":[-25.2,63.6],"hipR":[-4.8,37.1],"knR":[-25.4,178.7],"ftR":[29.1,328.2],"hipL":[-14.4,38.5],"knL":[-46.9,181.6],"ftL":[42.3,311.3]},{"rootY":5.1,"hips":[0,0],"chest":[-2.1,-77.7],"neck":[-2.1,-77.7],"head":[-17.2,-143.6],"shR":[17.5,-101.6],"elR":[44,13.8],"haR":[22.9,78.1],"shL":[-17.1,-106.3],"elL":[-2.9,-3.2],"haL":[-27.1,63],"hipR":[-4.5,36.7],"knR":[-24.1,178.4],"ftR":[30.5,327.8],"hipL":[-14.9,38.8],"knL":[-55.6,179.7],"ftL":[38,306.1]},{"rootY":5.3,"hips":[0,0],"chest":[-2.4,-77.7],"neck":[-2.4,-77.7],"head":[-17.9,-143.5],"shR":[17.1,-101.8],"elR":[45.7,13.1],"haR":[27,78.3],"shL":[-17.6,-106],"elL":[-2.8,-3],"haL":[-28.8,62.5],"hipR":[-4.1,37],"knR":[-23.6,178.7],"ftR":[31.9,327.7],"hipL":[-15.6,38.5],"knL":[-63.1,177.4],"ftL":[32.5,302]},{"rootY":5.6,"hips":[0,0],"chest":[-2.8,-77.6],"neck":[-2.8,-77.6],"head":[-18.9,-143.3],"shR":[16.5,-101.8],"elR":[46.7,12.6],"haR":[30.3,78.6],"shL":[-18,-105.9],"elL":[-2.3,-3],"haL":[-29.6,62.1],"hipR":[-3.6,37.2],"knR":[-23.5,178.8],"ftR":[33,327.4],"hipL":[-16.3,38.2],"knL":[-70.1,175.1],"ftL":[24.9,300]},{"rootY":5.9,"hips":[0,0],"chest":[-3.1,-77.6],"neck":[-3.1,-77.6],"head":[-19.6,-143.1],"shR":[16.2,-102],"elR":[47.7,12.1],"haR":[33.2,78.6],"shL":[-18.5,-105.6],"elL":[-1.9,-2.9],"haL":[-29.9,62],"hipR":[-3.1,37.2],"knR":[-23.2,178.9],"ftR":[34.6,326.9],"hipL":[-16.7,38.2],"knL":[-75.9,173.1],"ftL":[16.3,299.7]},{"rootY":6.2,"hips":[0,0],"chest":[-3.5,-77.5],"neck":[-3.5,-77.5],"head":[-20.6,-142.9],"shR":[15.8,-102.1],"elR":[48.7,11.6],"haR":[35.6,78.4],"shL":[-19.6,-105.5],"elL":[-1.6,-3],"haL":[-29.8,61.8],"hipR":[-2.7,37.4],"knR":[-22.9,178.9],"ftR":[36.3,326.5],"hipL":[-17.2,38],"knL":[-80.7,171.2],"ftL":[6.4,301.2]},{"rootY":6.5,"hips":[0,0],"chest":[-4,-77.5],"neck":[-4,-77.5],"head":[-21.6,-142.7],"shR":[15.5,-102.2],"elR":[49.5,11.1],"haR":[37.2,78.1],"shL":[-20.7,-105.2],"elL":[-1.5,-3],"haL":[-29.2,62.1],"hipR":[-2.3,37.4],"knR":[-22,179],"ftR":[38,326.1],"hipL":[-17.6,38],"knL":[-84.4,169.6],"ftL":[-4.7,304]},{"rootY":6.7,"hips":[0,0],"chest":[-4.5,-77.5],"neck":[-4.5,-77.5],"head":[-22.8,-142.5],"shR":[15.1,-102.5],"elR":[49.7,10.6],"haR":[38,77.6],"shL":[-21.7,-104.9],"elL":[-1.6,-2.8],"haL":[-28.2,62.8],"hipR":[-1.7,37.3],"knR":[-20.7,179],"ftR":[40.2,325.7],"hipL":[-17.9,38.1],"knL":[-86.5,168.8],"ftL":[-16.7,308.5]},{"rootY":7.1,"hips":[0,0],"chest":[-4.9,-77.5],"neck":[-4.9,-77.5],"head":[-23.8,-142.3],"shR":[14.9,-102.9],"elR":[49.9,10.1],"haR":[38.4,76.9],"shL":[-22.9,-104.4],"elL":[-1.9,-2.5],"haL":[-26.7,63.8],"hipR":[-1,37.2],"knR":[-18.7,179.1],"ftR":[41.8,325.8],"hipL":[-18,38.3],"knL":[-87.9,168.1],"ftL":[-30.3,313.4]},{"rootY":6.4,"hips":[0,0],"chest":[-5.4,-77.4],"neck":[-5.4,-77.4],"head":[-25,-142],"shR":[14.7,-103.2],"elR":[50.1,9.7],"haR":[38.4,76.2],"shL":[-24.3,-104],"elL":[-2.5,-2.3],"haL":[-25.2,64.7],"hipR":[-0.2,37.1],"knR":[-16.6,179.1],"ftR":[44.8,325.5],"hipL":[-18.1,38.5],"knL":[-87,168.8],"ftL":[-43.9,319.2]},{"rootY":5.8,"hips":[0,0],"chest":[-6,-77.4],"neck":[-6,-77.4],"head":[-26.2,-141.7],"shR":[15,-103.4],"elR":[50.7,9.4],"haR":[38.7,75.7],"shL":[-26.6,-103.8],"elL":[-4.1,-2.2],"haL":[-24.4,65.6],"hipR":[0.7,37.1],"knR":[-14.1,179.4],"ftR":[47.3,325.6],"hipL":[-18.4,38.7],"knL":[-85.7,169.5],"ftL":[-57.6,323.8]},{"rootY":5.2,"hips":[0,0],"chest":[-6.4,-77.4],"neck":[-6.4,-77.4],"head":[-27.4,-141.5],"shR":[15.1,-104],"elR":[51.2,8.7],"haR":[38.4,74.7],"shL":[-28.4,-103.2],"elL":[-5.1,-1.7],"haL":[-23,66.7],"hipR":[1.7,36.9],"knR":[-10.4,179.5],"ftR":[49.9,326.1],"hipL":[-18.6,38.9],"knL":[-83.7,170.7],"ftL":[-69,327.1]},{"rootY":5,"hips":[0,0],"chest":[-6.9,-77.4],"neck":[-6.9,-77.4],"head":[-28.6,-141.3],"shR":[14.9,-104.8],"elR":[51.9,7.5],"haR":[38,73.1],"shL":[-30,-102.2],"elL":[-5.9,-0.9],"haL":[-21.4,68.1],"hipR":[2.6,36.9],"knR":[-7.1,179.7],"ftR":[52.9,326.2],"hipL":[-18.9,39],"knL":[-82.7,171.2],"ftL":[-78.6,328.6]},{"rootY":4.7,"hips":[0,0],"chest":[-7.4,-77.3],"neck":[-7.4,-77.3],"head":[-29.8,-141],"shR":[14.6,-105.5],"elR":[52.5,6.4],"haR":[37.5,71.5],"shL":[-31.5,-101.3],"elL":[-6.6,-0.1],"haL":[-20.2,69.3],"hipR":[3.3,37],"knR":[-4.1,179.8],"ftR":[55.8,326.2],"hipL":[-19.1,39],"knL":[-80,172.3],"ftL":[-83.9,329.8]},{"rootY":4.7,"hips":[0,0],"chest":[-8,-77.3],"neck":[-8,-77.3],"head":[-31.2,-140.8],"shR":[14.2,-106.3],"elR":[53.3,5.1],"haR":[37.2,69.8],"shL":[-32.9,-100.3],"elL":[-7.7,0.8],"haL":[-19.4,70.5],"hipR":[4,36.6],"knR":[-0.7,179.5],"ftR":[59,325.9],"hipL":[-19,39.4],"knL":[-79.3,172.8],"ftL":[-87,330.2]},{"rootY":5,"hips":[0,0],"chest":[-8.7,-77.3],"neck":[-8.7,-77.3],"head":[-32.6,-140.5],"shR":[13.9,-106.9],"elR":[53.8,4.2],"haR":[36.8,68.5],"shL":[-34.7,-99.5],"elL":[-9,1.6],"haL":[-19.5,71.4],"hipR":[4.7,36.4],"knR":[2.2,179.4],"ftR":[62.2,325.4],"hipL":[-18.8,39.7],"knL":[-78.1,173.4],"ftL":[-86.2,330.7]},{"rootY":5.7,"hips":[0,0],"chest":[-9.5,-77.2],"neck":[-9.5,-77.2],"head":[-34.1,-140.1],"shR":[12,-108.2],"elR":[53.5,2.2],"haR":[36.2,66.2],"shL":[-35.2,-97.7],"elL":[-9.4,3.4],"haL":[-19.1,73.4],"hipR":[5.1,36.3],"knR":[4.4,179.2],"ftR":[66.2,324.5],"hipL":[-18.7,39.9],"knL":[-76.5,174],"ftL":[-82,331.5]},{"rootY":5.8,"hips":[0,0],"chest":[-10.4,-77.1],"neck":[-10.4,-77.1],"head":[-35.8,-139.7],"shR":[10.6,-109.1],"elR":[53.2,0.8],"haR":[36.3,64.7],"shL":[-36.3,-96.4],"elL":[-10.3,4.7],"haL":[-19.7,74.9],"hipR":[5.5,36.2],"knR":[6.6,179.1],"ftR":[69.3,323.8],"hipL":[-18.3,40.1],"knL":[-74.9,174.8],"ftL":[-77.8,332.4]},{"rootY":5,"hips":[0,0],"chest":[-11.4,-77],"neck":[-11.4,-77],"head":[-37.8,-139.1],"shR":[8.6,-110.2],"elR":[52.5,-0.9],"haR":[36.3,63.1],"shL":[-36.8,-94.7],"elL":[-10.8,6.5],"haL":[-20.2,76.7],"hipR":[5.6,36.3],"knR":[8.8,179],"ftR":[73.4,323.1],"hipL":[-17.8,40.2],"knL":[-73.6,175.3],"ftL":[-74.5,332.8]},{"rootY":4.1,"hips":[0,0],"chest":[-12.5,-76.8],"neck":[-12.5,-76.8],"head":[-40,-138.3],"shR":[6.3,-110.9],"elR":[51.5,-2.2],"haR":[36.4,61.9],"shL":[-37.3,-93.4],"elL":[-10.8,7.8],"haL":[-21,78],"hipR":[5.5,36.5],"knR":[9.6,179.2],"ftR":[76.7,322],"hipL":[-17.4,40.1],"knL":[-71.2,176.1],"ftL":[-70.1,333.7]},{"rootY":3.3,"hips":[0,0],"chest":[-13.2,-76.7],"neck":[-13.2,-76.7],"head":[-41.5,-137.6],"shR":[3.9,-111.9],"elR":[50.9,-4.3],"haR":[36.8,60.2],"shL":[-36.6,-91.7],"elL":[-9.8,9.5],"haL":[-21.2,79.6],"hipR":[5.8,36.4],"knR":[11,179],"ftR":[80.3,320.8],"hipL":[-16.7,40.4],"knL":[-68.9,177.1],"ftL":[-65.5,334.6]},{"rootY":2.5,"hips":[0,0],"chest":[-13.7,-76.5],"neck":[-13.7,-76.5],"head":[-42.7,-137],"shR":[2.3,-112.5],"elR":[51.8,-6.1],"haR":[38.3,58.7],"shL":[-36.4,-90.7],"elL":[-8.9,10.3],"haL":[-21.9,80.3],"hipR":[6,36.2],"knR":[13.5,178.9],"ftR":[84.2,319.8],"hipL":[-16.4,40.6],"knL":[-66.9,178],"ftL":[-60.6,335.4]},{"rootY":1.7,"hips":[0,0],"chest":[-13.8,-76.5],"neck":[-13.8,-76.5],"head":[-43.5,-136.4],"shR":[1.5,-112.9],"elR":[52.8,-7.9],"haR":[39.8,57.2],"shL":[-35.9,-89.9],"elL":[-7.8,11],"haL":[-22.7,80.7],"hipR":[6.4,35.9],"knR":[16.9,178.4],"ftR":[88.8,318.9],"hipL":[-16.3,40.8],"knL":[-64.4,179],"ftL":[-55.4,336.3]},{"rootY":0.8,"hips":[0,0],"chest":[-13.5,-76.5],"neck":[-13.5,-76.5],"head":[-43.6,-136.1],"shR":[1.6,-113.5],"elR":[53.2,-9.1],"haR":[40.7,56],"shL":[-35.3,-89.1],"elL":[-6.8,11.7],"haL":[-23.5,81],"hipR":[6.5,35.8],"knR":[19.7,178.4],"ftR":[93.3,317.9],"hipL":[-16.5,40.9],"knL":[-61.3,180],"ftL":[-49.3,337.1]},{"rootY":0.4,"hips":[0,0],"chest":[-13.1,-76.5],"neck":[-13.1,-76.5],"head":[-43.2,-135.9],"shR":[1.8,-114],"elR":[52.9,-9.7],"haR":[40.9,55.2],"shL":[-34.3,-88.6],"elL":[-5.8,12.3],"haL":[-24,81.3],"hipR":[6.6,35.8],"knR":[21.3,178.3],"ftR":[98.1,316.1],"hipL":[-16.7,40.9],"knL":[-58,181],"ftL":[-42.9,337.8]},{"rootY":0.1,"hips":[0,0],"chest":[-12.4,-76.6],"neck":[-12.4,-76.6],"head":[-42.4,-135.8],"shR":[2.7,-114.6],"elR":[52.3,-10],"haR":[40.4,54.4],"shL":[-33.4,-87.9],"elL":[-5.4,13.1],"haL":[-24.6,81.8],"hipR":[6.8,36],"knR":[20.9,178.7],"ftR":[101.8,314.1],"hipL":[-16.9,40.7],"knL":[-55,181.8],"ftL":[-36.5,338.1]},{"rootY":0.2,"hips":[0,0],"chest":[-11.9,-76.6],"neck":[-11.9,-76.6],"head":[-41.6,-135.9],"shR":[3.3,-114.9],"elR":[51.6,-9.8],"haR":[39.2,53.7],"shL":[-32.6,-87.6],"elL":[-5.4,13.6],"haL":[-25.2,82.2],"hipR":[6.7,36.3],"knR":[18.5,179.4],"ftR":[104.6,311.6],"hipL":[-17.4,40.4],"knL":[-53.7,181.9],"ftL":[-31.1,337.7]},{"rootY":0.6,"hips":[0,0],"chest":[-11.4,-76.7],"neck":[-11.4,-76.7],"head":[-40.8,-136],"shR":[4.6,-115.1],"elR":[51.3,-9.6],"haR":[37.8,53.2],"shL":[-32.8,-87.3],"elL":[-6.6,14.2],"haL":[-26.8,82.7],"hipR":[6.3,36.3],"knR":[13.9,180],"ftR":[105.4,308.4],"hipL":[-17.8,40.3],"knL":[-53,182.1],"ftL":[-26.5,337.3]},{"rootY":0.8,"hips":[0,0],"chest":[-11.3,-76.7],"neck":[-11.3,-76.7],"head":[-40.4,-136.1],"shR":[5.1,-115.3],"elR":[50.3,-9.3],"haR":[35,52.6],"shL":[-32.5,-87.1],"elL":[-7.9,14.8],"haL":[-28.1,83.3],"hipR":[5.9,36.6],"knR":[7.2,180.6],"ftR":[103.7,305.4],"hipL":[-18.5,39.8],"knL":[-52.3,182],"ftL":[-22.6,336.7]},{"rootY":1.3,"hips":[0,0],"chest":[-10.8,-76.7],"neck":[-10.8,-76.7],"head":[-39.8,-136.2],"shR":[6,-115.5],"elR":[49.1,-8.9],"haR":[32.1,52.3],"shL":[-32.3,-86.8],"elL":[-9.1,15.4],"haL":[-29.5,83.9],"hipR":[5.4,37.1],"knR":[0.1,180.9],"ftR":[100.9,302.5],"hipL":[-19.2,39.3],"knL":[-50.9,182],"ftL":[-18.4,336.1]},{"rootY":1.4,"hips":[0,0],"chest":[-10.3,-76.7],"neck":[-10.3,-76.7],"head":[-39.1,-136.3],"shR":[7.1,-115.5],"elR":[48.6,-8.5],"haR":[29.6,52],"shL":[-32,-86.9],"elL":[-10.4,15.7],"haL":[-31.1,84.1],"hipR":[4.9,37.3],"knR":[-6.5,180.7],"ftR":[97.1,300.1],"hipL":[-19.7,39],"knL":[-49.6,182.1],"ftL":[-14.6,335.6]},{"rootY":1.7,"hips":[0,0],"chest":[-9.7,-76.8],"neck":[-9.7,-76.8],"head":[-38.3,-136.4],"shR":[8.1,-115.5],"elR":[48.4,-8.1],"haR":[27.3,51.7],"shL":[-31.4,-86.9],"elL":[-11.2,15.9],"haL":[-32.6,84.1],"hipR":[4.3,37.1],"knR":[-12.6,179.9],"ftR":[91.2,299.1],"hipL":[-19.7,38.9],"knL":[-48.3,182.4],"ftL":[-10.8,335.3]},{"rootY":2,"hips":[0,0],"chest":[-9.2,-76.8],"neck":[-9.2,-76.8],"head":[-37.6,-136.4],"shR":[8.5,-115.4],"elR":[48.2,-7.8],"haR":[25.3,51.5],"shL":[-30.2,-87.1],"elL":[-11.3,16],"haL":[-33.8,83.8],"hipR":[3.4,37],"knR":[-18.5,179],"ftR":[83,300.1],"hipL":[-19.4,38.9],"knL":[-47.1,182.6],"ftL":[-7.2,335]},{"rootY":2.6,"hips":[0,0],"chest":[-8.8,-76.8],"neck":[-8.8,-76.8],"head":[-36.9,-136.5],"shR":[8.6,-115.2],"elR":[48.2,-7.4],"haR":[23.9,51.4],"shL":[-29.1,-87.3],"elL":[-11.2,16],"haL":[-34.9,83.4],"hipR":[2.5,36.9],"knR":[-24.3,177.9],"ftR":[72.2,303.1],"hipL":[-19.2,38.9],"knL":[-46.8,182.7],"ftL":[-4.6,334.4]},{"rootY":3.2,"hips":[0,0],"chest":[-8.4,-76.8],"neck":[-8.4,-76.8],"head":[-36.6,-136.6],"shR":[8.2,-115.1],"elR":[47.8,-7.2],"haR":[22.7,51.5],"shL":[-27.7,-87.4],"elL":[-11,16.1],"haL":[-36.2,82.9],"hipR":[1.8,36.7],"knR":[-30,176.5],"ftR":[59.5,306.9],"hipL":[-18.9,39],"knL":[-46,182.8],"ftL":[-1.5,333.8]},{"rootY":4,"hips":[0,0],"chest":[-8.2,-76.7],"neck":[-8.2,-76.7],"head":[-36.3,-136.5],"shR":[7.7,-115.1],"elR":[47.3,-7.1],"haR":[21.6,51.8],"shL":[-26.4,-87.4],"elL":[-9.8,16.1],"haL":[-36.6,82.3],"hipR":[1,37],"knR":[-35.4,175.3],"ftR":[45.9,311.1],"hipL":[-18.8,38.7],"knL":[-45.6,182.6],"ftL":[1.7,332.8]},{"rootY":4.8,"hips":[0,0],"chest":[-8.5,-76.7],"neck":[-8.5,-76.7],"head":[-36.5,-136.4],"shR":[6.5,-115],"elR":[46.2,-7],"haR":[20.1,52],"shL":[-25.3,-87.3],"elL":[-8.7,16.1],"haL":[-37,81.7],"hipR":[0,37.5],"knR":[-41.5,173.8],"ftR":[31.3,314.6],"hipL":[-18.5,38.2],"knL":[-44.8,182.4],"ftL":[3.5,332.2]},{"rootY":4.9,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-36.7,-136.3],"shR":[5.5,-114.8],"elR":[45.1,-6.9],"haR":[18.9,52.5],"shL":[-24.1,-87.6],"elL":[-7.7,15.9],"haL":[-36.9,81],"hipR":[-0.8,37.7],"knR":[-46.9,172.3],"ftR":[17.6,317.5],"hipL":[-18.3,37.9],"knL":[-42.9,182.5],"ftL":[5.8,332.2]},{"rootY":4.5,"hips":[0,0],"chest":[-8.5,-76.7],"neck":[-8.5,-76.7],"head":[-36.8,-136.1],"shR":[4.3,-114.9],"elR":[44.1,-7.1],"haR":[17.6,52.4],"shL":[-22.5,-87.5],"elL":[-6.7,16],"haL":[-36.4,80.9],"hipR":[-1.6,37.8],"knR":[-51.5,170.8],"ftR":[4.5,319.8],"hipL":[-17.9,37.7],"knL":[-40.5,182.8],"ftL":[8,332.6]},{"rootY":4.1,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-36.6,-136],"shR":[3.3,-114.6],"elR":[43.6,-7.2],"haR":[16.8,52.4],"shL":[-21.2,-87.8],"elL":[-5.3,15.7],"haL":[-35.1,80.4],"hipR":[-2.2,38.3],"knR":[-55.9,169.6],"ftR":[-8.8,321.7],"hipL":[-17.2,37.4],"knL":[-37.6,182.9],"ftL":[10.1,333]},{"rootY":3.7,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-36.5,-136],"shR":[1.6,-114.4],"elR":[42,-7.3],"haR":[15,52.4],"shL":[-18.9,-88.1],"elL":[-2.6,15.3],"haL":[-31.8,80.2],"hipR":[-3.2,38.4],"knR":[-59.3,168.7],"ftR":[-21.4,322.8],"hipL":[-16.3,37.3],"knL":[-35,183.2],"ftL":[12.2,333.5]},{"rootY":3.1,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-36.5,-136],"shR":[0.2,-114.1],"elR":[40.4,-7.1],"haR":[13.2,52.7],"shL":[-17.3,-88.6],"elL":[-0.5,14.7],"haL":[-28.7,79.9],"hipR":[-4.6,38.2],"knR":[-61.7,168.1],"ftR":[-32.9,323.4],"hipL":[-15.4,37.4],"knL":[-32.6,183.7],"ftL":[14.3,334]},{"rootY":2.2,"hips":[0,0],"chest":[-8.6,-76.6],"neck":[-8.6,-76.6],"head":[-36.3,-136.1],"shR":[-1.3,-113.9],"elR":[38.6,-7],"haR":[11.5,52.8],"shL":[-15.6,-88.9],"elL":[1.8,14.4],"haL":[-25,80],"hipR":[-5.7,38.2],"knR":[-63.6,167.7],"ftR":[-43.6,323.4],"hipL":[-14.2,37.4],"knL":[-29.4,184.1],"ftL":[16.7,334.7]},{"rootY":1.6,"hips":[0,0],"chest":[-8.7,-76.7],"neck":[-8.7,-76.7],"head":[-36.1,-136.2],"shR":[-3.3,-113.7],"elR":[36.6,-7.1],"haR":[9.5,52.8],"shL":[-13.1,-89.2],"elL":[5.2,13.8],"haL":[-19.9,79.9],"hipR":[-6.8,37.9],"knR":[-64.4,167.7],"ftR":[-52.5,323.2],"hipL":[-12.7,37.8],"knL":[-26.1,184.7],"ftL":[19.2,335.5]},{"rootY":1.1,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-35.7,-136.2],"shR":[-5.3,-113.3],"elR":[34.4,-7.1],"haR":[7.2,53.2],"shL":[-10.4,-89.7],"elL":[8.9,13.2],"haL":[-14.5,79.7],"hipR":[-8.1,37.7],"knR":[-64.7,168],"ftR":[-59.4,322.6],"hipL":[-11.3,38],"knL":[-22.6,185.2],"ftL":[21.5,336.4]},{"rootY":0.8,"hips":[0,0],"chest":[-8,-76.5],"neck":[-8,-76.5],"head":[-34.9,-136.2],"shR":[-6.9,-112.8],"elR":[32.3,-6.8],"haR":[5.2,53.8],"shL":[-7.4,-90.2],"elL":[13,12.5],"haL":[-8.3,79.5],"hipR":[-9.2,39],"knR":[-65.3,169.7],"ftR":[-64.2,322.3],"hipL":[-9.3,37],"knL":[-16.4,184.5],"ftL":[24.6,336.5]},{"rootY":0.4,"hips":[0,0],"chest":[-7.7,-76.6],"neck":[-7.7,-76.6],"head":[-34.2,-136.3],"shR":[-9,-112.4],"elR":[29.5,-6.5],"haR":[2.5,54.4],"shL":[-4,-90.9],"elL":[17.5,11.6],"haL":[-1.5,78.9],"hipR":[-10.6,38.7],"knR":[-63.1,171.1],"ftR":[-67.4,322.4],"hipL":[-7.5,37.3],"knL":[-13.7,184.8],"ftL":[28.1,336.6]},{"rootY":0.7,"hips":[0,0],"chest":[-7.5,-76.7],"neck":[-7.5,-76.7],"head":[-33.4,-136.5],"shR":[-11,-112.2],"elR":[26.8,-6.5],"haR":[-0.2,54.7],"shL":[-1,-91.4],"elL":[21.5,10.9],"haL":[5,78.5],"hipR":[-12.6,38.1],"knR":[-61.4,172],"ftR":[-68.3,322.7],"hipL":[-6.2,37.8],"knL":[-11.7,185.2],"ftL":[31.5,336.5]},{"rootY":1.4,"hips":[0,0],"chest":[-7,-76.8],"neck":[-7,-76.8],"head":[-32.2,-136.6],"shR":[-13.4,-112],"elR":[23.5,-6.4],"haR":[-3.4,55.3],"shL":[3.1,-91.9],"elL":[26.8,10.1],"haL":[12.7,77.9],"hipR":[-14.2,37.8],"knR":[-59.6,173.3],"ftR":[-66.6,323.6],"hipL":[-4.4,38.1],"knL":[-9.4,185.4],"ftL":[35.6,336]},{"rootY":2.3,"hips":[0,0],"chest":[-6.3,-76.9],"neck":[-6.3,-76.9],"head":[-30.7,-136.9],"shR":[-15.5,-111.9],"elR":[20.7,-6.4],"haR":[-6.2,55.7],"shL":[7.3,-92.4],"elL":[31.9,9.4],"haL":[20.5,77.2],"hipR":[-15.8,37.9],"knR":[-57.2,174.9],"ftR":[-61.1,325.3],"hipL":[-2.2,38.2],"knL":[-6.9,185.2],"ftL":[40,335.1]},{"rootY":3.4,"hips":[0,0],"chest":[-5.9,-77],"neck":[-5.9,-77],"head":[-29.8,-137.1],"shR":[-17.9,-111.6],"elR":[17.3,-6.1],"haR":[-9.6,56.4],"shL":[11.4,-92.8],"elL":[37.5,8.6],"haL":[28.4,76.3],"hipR":[-17.1,38.5],"knR":[-54.9,177],"ftR":[-54.8,327.5],"hipL":[0.5,37.7],"knL":[-2.5,184.5],"ftL":[44.3,334.1]},{"rootY":4.4,"hips":[0,0],"chest":[-6.1,-77],"neck":[-6.1,-77],"head":[-29,-137.1],"shR":[-21.6,-111],"elR":[12.7,-5.7],"haR":[-13.9,57.4],"shL":[15.3,-93.8],"elL":[42.6,7.3],"haL":[35.7,74.7],"hipR":[-18.5,38.5],"knR":[-52.6,178.2],"ftR":[-48.9,329.4],"hipL":[2.4,37.9],"knL":[0.9,184.1],"ftL":[48.2,333.3]},{"rootY":5.1,"hips":[0,0],"chest":[-6.8,-77.1],"neck":[-6.8,-77.1],"head":[-29,-137.1],"shR":[-25.5,-110.8],"elR":[7.3,-5.4],"haR":[-18.7,58.4],"shL":[18.1,-94.2],"elL":[47,6.4],"haL":[42.1,73.1],"hipR":[-19.5,38.7],"knR":[-50.7,179.2],"ftR":[-43.7,330.6],"hipL":[4,37.7],"knL":[4.4,183.4],"ftL":[52.1,332.2]},{"rootY":5.2,"hips":[0,0],"chest":[-8.5,-77],"neck":[-8.5,-77],"head":[-31,-136.7],"shR":[-30.3,-109.3],"elR":[0.3,-4.1],"haR":[-24.8,60.5],"shL":[19,-95.8],"elL":[49.6,4.3],"haL":[46.4,70.5],"hipR":[-20.5,38.6],"knR":[-52.2,179],"ftR":[-42.4,330.6],"hipL":[5.2,37.8],"knL":[5.2,183.1],"ftL":[53.9,331.2]},{"rootY":5,"hips":[0,0],"chest":[-10.1,-76.8],"neck":[-10.1,-76.8],"head":[-33.2,-136.5],"shR":[-35,-107.8],"elR":[-6.9,-2.8],"haR":[-31.5,62.2],"shL":[19.6,-97.4],"elL":[52.7,2],"haL":[50.5,67.8],"hipR":[-21.7,38.2],"knR":[-52.4,178.7],"ftR":[-40.7,330.6],"hipL":[6.9,38.3],"knL":[4,182.8],"ftL":[54.7,330.4]},{"rootY":3.9,"hips":[0,0],"chest":[-11.1,-76.7],"neck":[-11.1,-76.7],"head":[-34.8,-136],"shR":[-39.3,-106.4],"elR":[-13.7,-1.4],"haR":[-38.4,63.6],"shL":[21.5,-98.8],"elL":[57.4,-0.4],"haL":[56.1,65.2],"hipR":[-22.4,39.2],"knR":[-50.7,179.9],"ftR":[-38.3,331.5],"hipL":[9.8,37.5],"knL":[5.4,181.3],"ftL":[54.6,329.5]},{"rootY":2.9,"hips":[0,0],"chest":[-12.2,-76.5],"neck":[-12.2,-76.5],"head":[-36.4,-135.5],"shR":[-43.5,-105],"elR":[-20.2,-0.7],"haR":[-45.6,64.1],"shL":[22.9,-100],"elL":[61,-2.3],"haL":[60.9,63.2],"hipR":[-23.5,39.5],"knR":[-48.9,180.5],"ftR":[-36.1,332],"hipL":[12.2,37.2],"knL":[5.9,180.1],"ftL":[53.9,328.9]},{"rootY":2.4,"hips":[0,0],"chest":[-13.7,-76.2],"neck":[-13.7,-76.2],"head":[-38.2,-135],"shR":[-48.1,-103.6],"elR":[-27,1.2],"haR":[-53.3,65.6],"shL":[24,-101.1],"elL":[64.1,-4.3],"haL":[65.7,61.3],"hipR":[-24.7,39.1],"knR":[-47.7,180.2],"ftR":[-35,332.2],"hipL":[14,37.8],"knL":[6.3,179.7],"ftL":[53,329.2]},{"rootY":1.2,"hips":[0,0],"chest":[-14.1,-76.2],"neck":[-14.1,-76.2],"head":[-38.6,-134.8],"shR":[-50.7,-102.5],"elR":[-32.2,1.6],"haR":[-59.6,65.7],"shL":[25.7,-102.2],"elL":[67.9,-6.4],"haL":[70.7,58.9],"hipR":[-24.8,39.8],"knR":[-46.2,181.1],"ftR":[-33.2,333.3],"hipL":[15.6,37],"knL":[10.4,179],"ftL":[55.3,329.1]},{"rootY":0.6,"hips":[0,0],"chest":[-14.6,-76],"neck":[-14.6,-76],"head":[-39.2,-134.4],"shR":[-53.5,-101.6],"elR":[-37.4,1.2],"haR":[-66.2,64.9],"shL":[27.2,-103],"elL":[71.2,-8],"haL":[75.6,56.8],"hipR":[-25.1,40.1],"knR":[-45.2,181.5],"ftR":[-32.3,334],"hipL":[16.7,36.7],"knL":[14,178.5],"ftL":[58.9,328.7]},{"rootY":0.2,"hips":[0,0],"chest":[-15,-75.9],"neck":[-15,-75.9],"head":[-39.6,-134],"shR":[-55.4,-100.9],"elR":[-43.5,2.7],"haR":[-72.9,66.1],"shL":[28.2,-103.5],"elL":[73.6,-9.3],"haL":[79.8,55.2],"hipR":[-25.5,40.1],"knR":[-44.4,181.4],"ftR":[-31.6,334.2],"hipL":[17.7,36.8],"knL":[17.1,178.2],"ftL":[63.6,328.1]},{"rootY":-0.1,"hips":[0,0],"chest":[-15.2,-75.8],"neck":[-15.2,-75.8],"head":[-39.8,-133.5],"shR":[-57.4,-100.8],"elR":[-48.5,2.7],"haR":[-79.4,65.5],"shL":[29.8,-103.5],"elL":[77,-10.3],"haL":[84.4,53.3],"hipR":[-25.3,40.5],"knR":[-43.9,181.6],"ftR":[-31.4,334.4],"hipL":[18.9,36.4],"knL":[20.4,177.6],"ftL":[69.8,326.7]},{"rootY":-0.3,"hips":[0,0],"chest":[-15.7,-75.7],"neck":[-15.7,-75.7],"head":[-40.2,-133],"shR":[-59.1,-100.3],"elR":[-52.2,3.4],"haR":[-84.5,65.7],"shL":[30.1,-103.7],"elL":[78.9,-11.6],"haL":[87.4,51.7],"hipR":[-25.5,40.7],"knR":[-43.6,181.8],"ftR":[-31.7,334.5],"hipL":[20,36.2],"knL":[22.8,176.8],"ftL":[76.2,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[-16.4,-75.5],"neck":[-16.4,-75.5],"head":[-40.8,-132.4],"shR":[-60.8,-99.4],"elR":[-55.8,3.5],"haR":[-89.6,65.2],"shL":[29.9,-104.2],"elL":[80.6,-13.4],"haL":[89.2,49.2],"hipR":[-25.8,40.8],"knR":[-44.1,181.4],"ftR":[-32.8,334],"hipL":[20.9,36.2],"knL":[24.1,176.1],"ftL":[81.4,322.9]},{"rootY":0.9,"hips":[0,0],"chest":[-16.9,-75.3],"neck":[-16.9,-75.3],"head":[-41,-131.5],"shR":[-61,-98],"elR":[-58.3,4.1],"haR":[-93.6,65.1],"shL":[28.1,-105.2],"elL":[80.4,-15.9],"haL":[88.1,46],"hipR":[-26,40.9],"knR":[-44.6,181.2],"ftR":[-34.4,333.6],"hipL":[21.9,36.2],"knL":[25.2,175.1],"ftL":[86.1,320.4]},{"rootY":1.3,"hips":[0,0],"chest":[-17.7,-75],"neck":[-17.7,-75],"head":[-42.3,-130.6],"shR":[-64.5,-98],"elR":[-63.3,3.5],"haR":[-99.6,63.8],"shL":[30.1,-104.5],"elL":[83.8,-16.5],"haL":[90,44.6],"hipR":[-26,41],"knR":[-45.3,180.9],"ftR":[-36.3,333.2],"hipL":[22.6,36.1],"knL":[26.7,174.4],"ftL":[89.2,318.8]},{"rootY":1.7,"hips":[0,0],"chest":[-18.2,-74.7],"neck":[-18.2,-74.7],"head":[-42.8,-129.8],"shR":[-66.2,-97.6],"elR":[-66.8,3.5],"haR":[-103.9,63.2],"shL":[30.6,-104.4],"elL":[85.3,-17.7],"haL":[89.6,42.5],"hipR":[-25.9,41.2],"knR":[-46.2,180.7],"ftR":[-38.2,332.8],"hipL":[23.4,35.8],"knL":[28.8,174.2],"ftL":[91.2,318.3]},{"rootY":2.3,"hips":[0,0],"chest":[-18.5,-74.5],"neck":[-18.5,-74.5],"head":[-43.4,-128.9],"shR":[-67.8,-97.3],"elR":[-70.4,3.4],"haR":[-107.9,62.3],"shL":[31.3,-104],"elL":[86.6,-18.2],"haL":[88.4,40.9],"hipR":[-25.7,41.4],"knR":[-47.5,180.4],"ftR":[-40.4,332.2],"hipL":[24,35.7],"knL":[30.8,174.4],"ftL":[92,319]},{"rootY":3,"hips":[0,0],"chest":[-18.9,-74.2],"neck":[-18.9,-74.2],"head":[-43.5,-128],"shR":[-68.9,-96.9],"elR":[-73.6,3.4],"haR":[-111.3,61.6],"shL":[31.5,-103.9],"elL":[87.3,-19.1],"haL":[86.4,38.9],"hipR":[-25.6,41.5],"knR":[-49.4,179.9],"ftR":[-43.2,331.4],"hipL":[24.4,35.7],"knL":[32.3,175],"ftL":[90.9,320.8]},{"rootY":4.1,"hips":[0,0],"chest":[-19,-74],"neck":[-19,-74],"head":[-43.5,-127.2],"shR":[-69.7,-96.6],"elR":[-75.3,2.7],"haR":[-113,60.2],"shL":[31.7,-103.5],"elL":[87.9,-19.6],"haL":[84.2,37.4],"hipR":[-25.4,41.6],"knR":[-51.4,179.3],"ftR":[-46.1,330.4],"hipL":[24.8,35.7],"knL":[33.4,175.7],"ftL":[89.3,322.6]},{"rootY":5.2,"hips":[0,0],"chest":[-19.1,-73.7],"neck":[-19.1,-73.7],"head":[-43.4,-126.3],"shR":[-70.4,-96.4],"elR":[-77.9,2.7],"haR":[-115.3,59.4],"shL":[32,-102.9],"elL":[88.3,-19.6],"haL":[81.7,36.5],"hipR":[-25.3,41.6],"knR":[-53.7,178.6],"ftR":[-49.4,329.4],"hipL":[25,35.7],"knL":[33.3,176.2],"ftL":[86.9,324]},{"rootY":6,"hips":[0,0],"chest":[-19.2,-73.3],"neck":[-19.2,-73.3],"head":[-43.2,-125.3],"shR":[-71.2,-96.2],"elR":[-80.4,2.9],"haR":[-117.1,59],"shL":[32.7,-102.2],"elL":[88.9,-19],"haL":[79.4,36.3],"hipR":[-25.4,41.5],"knR":[-55.7,177.9],"ftR":[-52.8,328.7],"hipL":[25.2,35.9],"knL":[32.7,176.5],"ftL":[83.8,325.1]},{"rootY":7,"hips":[0,0],"chest":[-19.2,-72.9],"neck":[-19.2,-72.9],"head":[-42.6,-124.2],"shR":[-71.9,-96.1],"elR":[-82.4,3.1],"haR":[-118.2,58.7],"shL":[33.4,-101.3],"elL":[89.4,-17.7],"haL":[77,37.1],"hipR":[-25.5,41.4],"knR":[-57.8,177.2],"ftR":[-56.3,327.8],"hipL":[25.3,36],"knL":[31.6,176.7],"ftL":[79.9,326.3]},{"rootY":7.7,"hips":[0,0],"chest":[-19,-72.6],"neck":[-19,-72.6],"head":[-41.7,-123],"shR":[-72.5,-95.9],"elR":[-84.3,3.1],"haR":[-118.7,58.3],"shL":[34.4,-100.5],"elL":[89.9,-16.2],"haL":[74.9,38.2],"hipR":[-25.5,41.4],"knR":[-59.7,176.6],"ftR":[-59.6,327.1],"hipL":[25.7,36.2],"knL":[30.4,176.7],"ftL":[76,327.1]},{"rootY":8.5,"hips":[0,0],"chest":[-18.8,-72.1],"neck":[-18.8,-72.1],"head":[-40.8,-121.7],"shR":[-72.8,-95.8],"elR":[-86.7,3.7],"haR":[-119.2,59],"shL":[35.3,-99.4],"elL":[90.3,-14.5],"haL":[72.7,39.6],"hipR":[-25.6,41.3],"knR":[-61.2,175.9],"ftR":[-62.7,326.3],"hipL":[25.9,36.4],"knL":[28.9,176.4],"ftL":[72.6,327.3]},{"rootY":9.4,"hips":[0,0],"chest":[-18.4,-71.7],"neck":[-18.4,-71.7],"head":[-39.8,-120.4],"shR":[-73,-95.6],"elR":[-87.4,3.1],"haR":[-117.8,58.4],"shL":[36.3,-98.4],"elL":[90.6,-12.5],"haL":[70.6,41.2],"hipR":[-25.8,41.1],"knR":[-63,175],"ftR":[-65.8,325.4],"hipL":[25.9,36.7],"knL":[27.2,176.1],"ftL":[70,327.2]},{"rootY":10.4,"hips":[0,0],"chest":[-18.1,-71.1],"neck":[-18.1,-71.1],"head":[-38.8,-119],"shR":[-73.2,-95.4],"elR":[-88.7,2.8],"haR":[-116.8,58.3],"shL":[37.6,-97],"elL":[91.3,-10.3],"haL":[68.9,43.2],"hipR":[-26,40.9],"knR":[-64.6,174.1],"ftR":[-68.6,324.5],"hipL":[26,37],"knL":[25.7,175.5],"ftL":[68.2,326.7]},{"rootY":11.4,"hips":[0,0],"chest":[-17.5,-70.7],"neck":[-17.5,-70.7],"head":[-37.5,-117.7],"shR":[-73.2,-95.3],"elR":[-89.7,2.4],"haR":[-115.5,57.9],"shL":[39,-95.8],"elL":[91.4,-8],"haL":[67.1,45.3],"hipR":[-26.1,40.7],"knR":[-66,173.2],"ftR":[-71.1,323.6],"hipL":[26.1,37.2],"knL":[24.2,174.9],"ftL":[65.9,326.2]},{"rootY":12.5,"hips":[0,0],"chest":[-16.9,-70.3],"neck":[-16.9,-70.3],"head":[-36,-116.3],"shR":[-72.6,-95.3],"elR":[-90.2,1.8],"haR":[-114,57.5],"shL":[40.1,-94.7],"elL":[91.2,-5.7],"haL":[65,47.4],"hipR":[-26.3,40.6],"knR":[-67.6,172.3],"ftR":[-73.3,322.6],"hipL":[26.3,37.3],"knL":[22.7,173.8],"ftL":[63.7,325.2]},{"rootY":13.4,"hips":[0,0],"chest":[-16.1,-69.9],"neck":[-16.1,-69.9],"head":[-34.5,-115.4],"shR":[-72.1,-95.2],"elR":[-90.6,1.4],"haR":[-112.6,57.2],"shL":[41.4,-93.7],"elL":[91.3,-3.8],"haL":[63.2,49.1],"hipR":[-26.6,40.4],"knR":[-69.4,171.3],"ftR":[-75.4,321.5],"hipL":[26.3,37.6],"knL":[21.5,172.6],"ftL":[61.7,324.2]},{"rootY":15,"hips":[0,0],"chest":[-15.3,-69.6],"neck":[-15.3,-69.6],"head":[-32.8,-114.5],"shR":[-71.3,-95.5],"elR":[-91.2,0.8],"haR":[-111.3,56.6],"shL":[42.8,-92.5],"elL":[91.4,-1.7],"haL":[61.3,50.7],"hipR":[-27,40.1],"knR":[-71.5,169.9],"ftR":[-77.3,320],"hipL":[26.4,38],"knL":[20.6,171.3],"ftL":[59.9,322.9]},{"rootY":16.4,"hips":[0,0],"chest":[-14.4,-69.3],"neck":[-14.4,-69.3],"head":[-31.1,-113.9],"shR":[-70.4,-95.7],"elR":[-91.5,0.1],"haR":[-110,56.1],"shL":[44.3,-91.5],"elL":[91.5,0.2],"haL":[59.7,52.2],"hipR":[-27.6,39.7],"knR":[-73.7,168.5],"ftR":[-79.1,318.6],"hipL":[26.2,38.4],"knL":[19.7,170],"ftL":[58.5,321.6]},{"rootY":17.8,"hips":[0,0],"chest":[-13.5,-69.1],"neck":[-13.5,-69.1],"head":[-29.4,-113.3],"shR":[-69.5,-96],"elR":[-91.4,-0.7],"haR":[-108.7,55.5],"shL":[45.6,-90.5],"elL":[91.5,2],"haL":[57.8,53.6],"hipR":[-28.1,39.4],"knR":[-75.8,167.2],"ftR":[-80.7,317.2],"hipL":[26.1,38.7],"knL":[19,168.8],"ftL":[57.2,320.4]},{"rootY":19.2,"hips":[0,0],"chest":[-12.6,-68.9],"neck":[-12.6,-68.9],"head":[-27.6,-112.9],"shR":[-68.6,-96.3],"elR":[-91.5,-1.5],"haR":[-107.6,55],"shL":[47.2,-89.5],"elL":[92,3.7],"haL":[56.4,54.8],"hipR":[-28.4,39.2],"knR":[-77.3,166],"ftR":[-82.1,315.8],"hipL":[25.9,38.9],"knL":[18.1,167.4],"ftL":[55.8,319]},{"rootY":20.5,"hips":[0,0],"chest":[-11.8,-68.8],"neck":[-11.8,-68.8],"head":[-26.1,-112.8],"shR":[-67.8,-96.8],"elR":[-91.5,-2.2],"haR":[-106.6,54.5],"shL":[48.6,-88.7],"elL":[92.3,5],"haL":[55.1,55.9],"hipR":[-28.6,39.1],"knR":[-79.1,164.8],"ftR":[-83.3,314.5],"hipL":[25.7,39],"knL":[17,166.3],"ftL":[54.6,317.7]},{"rootY":21.8,"hips":[0,0],"chest":[-11.2,-68.7],"neck":[-11.2,-68.7],"head":[-24.6,-112.8],"shR":[-67.1,-97.1],"elR":[-91.4,-2.9],"haR":[-105.6,54],"shL":[49.7,-88],"elL":[92.5,6.3],"haL":[53.7,56.9],"hipR":[-28.8,39],"knR":[-80.3,163.7],"ftR":[-84.4,313.2],"hipL":[25.6,39.1],"knL":[15.7,165.1],"ftL":[53.3,316.3]},{"rootY":23.3,"hips":[0,0],"chest":[-10.7,-68.5],"neck":[-10.7,-68.5],"head":[-23.5,-112.7],"shR":[-66.5,-97.4],"elR":[-91.7,-3.4],"haR":[-105.1,53.8],"shL":[50.6,-87.1],"elL":[92.7,7.5],"haL":[52.6,57.8],"hipR":[-28.9,38.9],"knR":[-81.5,162.5],"ftR":[-85.5,311.9],"hipL":[25.4,39.1],"knL":[14.4,163.8],"ftL":[52.2,314.9]},{"rootY":24.5,"hips":[0,0],"chest":[-10.2,-68.4],"neck":[-10.2,-68.4],"head":[-22.5,-112.8],"shR":[-65.8,-97.8],"elR":[-91.7,-4],"haR":[-104.7,53.2],"shL":[51.5,-86.4],"elL":[92.5,8.5],"haL":[51.5,58.4],"hipR":[-29.1,38.8],"knR":[-82.5,161.4],"ftR":[-86.4,310.6],"hipL":[25.2,39.2],"knL":[13.3,162.8],"ftL":[51.2,313.8]},{"rootY":25.9,"hips":[0,0],"chest":[-9.8,-68.4],"neck":[-9.8,-68.4],"head":[-21.4,-112.9],"shR":[-65.1,-98.1],"elR":[-92,-4.6],"haR":[-104.7,52.5],"shL":[51.6,-86.1],"elL":[91.4,9.1],"haL":[49.5,58.6],"hipR":[-29.1,38.8],"knR":[-83.4,160.3],"ftR":[-87.3,309.2],"hipL":[25.1,39.2],"knL":[12.4,161.6],"ftL":[50.3,312.4]},{"rootY":27.2,"hips":[0,0],"chest":[-9.4,-68.3],"neck":[-9.4,-68.3],"head":[-20.7,-113],"shR":[-64.7,-98.2],"elR":[-92,-4.4],"haR":[-104.7,52.7],"shL":[52.2,-85.6],"elL":[90.8,10],"haL":[48.4,58.9],"hipR":[-29.4,38.6],"knR":[-84.1,159.1],"ftR":[-87.8,307.9],"hipL":[24.9,39.4],"knL":[11.7,160.4],"ftL":[49.5,311.1]},{"rootY":28.5,"hips":[0,0],"chest":[-9.2,-68.2],"neck":[-9.2,-68.2],"head":[-20.1,-113.1],"shR":[-64.4,-98.4],"elR":[-92,-4.6],"haR":[-104.9,52.3],"shL":[52.6,-85.1],"elL":[90.2,10.8],"haL":[47.2,59.2],"hipR":[-29.6,38.5],"knR":[-84.9,158],"ftR":[-88.3,306.5],"hipL":[24.9,39.4],"knL":[11.2,159.2],"ftL":[48.9,309.8]},{"rootY":29.8,"hips":[0,0],"chest":[-9,-68.1],"neck":[-9,-68.1],"head":[-19.7,-113.2],"shR":[-64.1,-98.6],"elR":[-92.1,-4.6],"haR":[-105.1,52.1],"shL":[52.9,-84.8],"elL":[89.7,11.4],"haL":[46.2,59.3],"hipR":[-29.8,38.4],"knR":[-85.9,156.8],"ftR":[-88.9,305.2],"hipL":[24.9,39.5],"knL":[10.8,157.9],"ftL":[48.3,308.6]},{"rootY":31.1,"hips":[0,0],"chest":[-8.5,-68],"neck":[-8.5,-68],"head":[-18.9,-113.2],"shR":[-63.5,-98.5],"elR":[-92.3,-4.6],"haR":[-105.3,51.9],"shL":[53.4,-84.5],"elL":[89.3,12.1],"haL":[45.3,59.6],"hipR":[-30,38.4],"knR":[-86.9,155.6],"ftR":[-89.1,303.9],"hipL":[24.8,39.5],"knL":[10.9,156.5],"ftL":[48.1,307.3]},{"rootY":32.4,"hips":[0,0],"chest":[-8.2,-68.1],"neck":[-8.2,-68.1],"head":[-18.3,-113.4],"shR":[-63.2,-98.7],"elR":[-92.6,-4.6],"haR":[-105.6,51.7],"shL":[54.1,-84.6],"elL":[89.4,12.5],"haL":[45.1,59.6],"hipR":[-30.3,38.3],"knR":[-88,154.4],"ftR":[-89.1,302.5],"hipL":[24.9,39.5],"knL":[11.2,155.3],"ftL":[48.1,306]},{"rootY":33.9,"hips":[0,0],"chest":[-7.6,-68.2],"neck":[-7.6,-68.2],"head":[-17.6,-113.8],"shR":[-62.6,-98.9],"elR":[-92.6,-4.6],"haR":[-105.5,51.4],"shL":[54.8,-84.6],"elL":[89.5,13],"haL":[45,59.7],"hipR":[-30.5,38.3],"knR":[-89.1,153.1],"ftR":[-88.9,301],"hipL":[24.8,39.5],"knL":[11.7,153.8],"ftL":[48.3,304.5]},{"rootY":35.3,"hips":[0,0],"chest":[-7.1,-68.5],"neck":[-7.1,-68.5],"head":[-16.9,-114.4],"shR":[-62.2,-99.1],"elR":[-92.9,-4.2],"haR":[-105.6,51.3],"shL":[55.4,-85.3],"elL":[89.6,12.7],"haL":[44.9,59.1],"hipR":[-30.9,38.2],"knR":[-90.1,151.8],"ftR":[-88.7,299.4],"hipL":[24.6,39.5],"knL":[12.2,152.3],"ftL":[48.6,303]},{"rootY":37,"hips":[0,0],"chest":[-7,-69],"neck":[-7,-69],"head":[-16.6,-115.3],"shR":[-62.2,-99.3],"elR":[-93.5,-3.7],"haR":[-105.9,51.2],"shL":[55.6,-86.2],"elL":[89.5,12.2],"haL":[44.7,58.2],"hipR":[-31.3,38],"knR":[-91.3,150.4],"ftR":[-88.7,297.6],"hipL":[24.5,39.5],"knL":[12.6,150.8],"ftL":[48.6,301.4]},{"rootY":38.6,"hips":[0,0],"chest":[-6.8,-69.6],"neck":[-6.8,-69.6],"head":[-16.3,-116.6],"shR":[-62.1,-99.6],"elR":[-93.7,-2.8],"haR":[-106,51.4],"shL":[56,-87.5],"elL":[89.6,11.3],"haL":[44.8,56.8],"hipR":[-31.5,38.1],"knR":[-92.2,149.2],"ftR":[-88.4,295.8],"hipL":[24.6,39.2],"knL":[13.3,149.3],"ftL":[48.8,299.9]},{"rootY":40,"hips":[0,0],"chest":[-6.7,-70.2],"neck":[-6.7,-70.2],"head":[-16.2,-118.2],"shR":[-62.2,-100],"elR":[-94.2,-1.8],"haR":[-106.1,51.6],"shL":[56.2,-88.9],"elL":[89.5,10.3],"haL":[44.7,55.2],"hipR":[-31.6,38.2],"knR":[-93.2,148],"ftR":[-88.2,294.1],"hipL":[24.6,38.9],"knL":[14.1,147.9],"ftL":[48.9,298.5]},{"rootY":41.1,"hips":[0,0],"chest":[-6.7,-71],"neck":[-6.7,-71],"head":[-16,-120],"shR":[-62.3,-100.3],"elR":[-94.8,-0.6],"haR":[-106.4,52],"shL":[56.2,-90.5],"elL":[89,8.9],"haL":[44.2,53.3],"hipR":[-31.9,38.2],"knR":[-94.5,146.5],"ftR":[-88.3,292.4],"hipL":[24.4,38.6],"knL":[14.7,146.7],"ftL":[48.9,297.3]},{"rootY":42.2,"hips":[0,0],"chest":[-6.7,-71.7],"neck":[-6.7,-71.7],"head":[-16,-122.1],"shR":[-62.4,-100.4],"elR":[-95.8,1],"haR":[-107,52.7],"shL":[56,-92.4],"elL":[88.1,7.4],"haL":[43.5,51.5],"hipR":[-32,38.2],"knR":[-95.6,145.2],"ftR":[-88.3,290.8],"hipL":[24.3,38.2],"knL":[14.9,145.6],"ftL":[48.9,296.2]},{"rootY":43.3,"hips":[0,0],"chest":[-6.8,-72.4],"neck":[-6.8,-72.4],"head":[-16,-124.1],"shR":[-62.5,-100.8],"elR":[-96.9,2.5],"haR":[-107.3,53.3],"shL":[55.9,-94],"elL":[86.9,6.1],"haL":[42.6,49.7],"hipR":[-32,38.3],"knR":[-97.1,143.9],"ftR":[-88.6,289.3],"hipL":[24.2,37.8],"knL":[15,144.4],"ftL":[48.6,295.1]},{"rootY":44.5,"hips":[0,0],"chest":[-6.9,-73],"neck":[-6.9,-73],"head":[-16.1,-126.1],"shR":[-62.6,-101],"elR":[-97.9,4.1],"haR":[-107.6,54],"shL":[55.6,-95.5],"elL":[85.5,4.8],"haL":[41.2,48],"hipR":[-32.3,38.1],"knR":[-98.4,142.2],"ftR":[-89.2,287.6],"hipL":[23.9,37.5],"knL":[14.8,143.2],"ftL":[48.2,294]},{"rootY":45.4,"hips":[0,0],"chest":[-6.9,-73.7],"neck":[-6.9,-73.7],"head":[-16.3,-128.1],"shR":[-62.4,-101.6],"elR":[-98.9,5],"haR":[-107.8,53.9],"shL":[55.4,-96.7],"elL":[84.2,3.8],"haL":[39.7,46.5],"hipR":[-32.5,38],"knR":[-99.7,141],"ftR":[-89.8,286.3],"hipL":[23.8,37.1],"knL":[14.4,142.1],"ftL":[47.5,292.8]},{"rootY":46.7,"hips":[0,0],"chest":[-6.8,-74.2],"neck":[-6.8,-74.2],"head":[-16.2,-130],"shR":[-62,-101.9],"elR":[-99.7,5.9],"haR":[-107.7,53.6],"shL":[55.4,-97.6],"elL":[82.8,3.1],"haL":[38,45.3],"hipR":[-32.8,37.8],"knR":[-101,139.2],"ftR":[-90.5,284.6],"hipL":[23.2,37],"knL":[13.8,140.8],"ftL":[46.8,291.6]},{"rootY":47.7,"hips":[0,0],"chest":[-6.5,-74.8],"neck":[-6.5,-74.8],"head":[-15.9,-131.8],"shR":[-61.5,-102.3],"elR":[-101.1,6.1],"haR":[-107.6,52.4],"shL":[55.6,-98.7],"elL":[82.1,1.8],"haL":[36.4,43.3],"hipR":[-32.9,37.8],"knR":[-102.4,137.9],"ftR":[-91.3,283.3],"hipL":[23.1,36.4],"knL":[13.3,139.8],"ftL":[46.1,290.5]},{"rootY":48.9,"hips":[0,0],"chest":[-6.2,-75.2],"neck":[-6.2,-75.2],"head":[-15.5,-133.3],"shR":[-61,-102.7],"elR":[-102.7,5.9],"haR":[-107.5,50.7],"shL":[55.9,-99.4],"elL":[81.9,0.7],"haL":[35.1,41.4],"hipR":[-33.4,37.4],"knR":[-103.6,136.2],"ftR":[-92.1,281.7],"hipL":[22.5,36.1],"knL":[12.7,138.5],"ftL":[45.5,289.3]},{"rootY":50.3,"hips":[0,0],"chest":[-5.9,-75.7],"neck":[-5.9,-75.7],"head":[-14.9,-134.7],"shR":[-60.5,-102.9],"elR":[-104.9,5.4],"haR":[-107.4,48.8],"shL":[56.2,-100.3],"elL":[82.2,-0.6],"haL":[34.4,39.3],"hipR":[-33.8,37],"knR":[-104.9,134.3],"ftR":[-93.1,279.9],"hipL":[22.1,35.8],"knL":[11.9,137],"ftL":[44.6,287.8]},{"rootY":51.3,"hips":[0,0],"chest":[-5.5,-76.1],"neck":[-5.5,-76.1],"head":[-14.2,-136.1],"shR":[-59.9,-103.2],"elR":[-107.4,4.4],"haR":[-107.4,46.4],"shL":[56.5,-101.1],"elL":[83.3,-2.4],"haL":[34.3,36.8],"hipR":[-34,36.8],"knR":[-106.3,132.9],"ftR":[-94,278.5],"hipL":[21.8,35.2],"knL":[10.9,135.8],"ftL":[43.6,286.6]},{"rootY":52.5,"hips":[0,0],"chest":[-5.3,-76.4],"neck":[-5.3,-76.4],"head":[-13.5,-137.3],"shR":[-59.4,-103.3],"elR":[-110.2,3],"haR":[-107.6,43.5],"shL":[56.7,-101.8],"elL":[85,-4.4],"haL":[34.9,34.1],"hipR":[-34.4,36.4],"knR":[-107.7,131.1],"ftR":[-95.2,276.8],"hipL":[21.4,34.8],"knL":[9.8,134.7],"ftL":[42.5,285.4]},{"rootY":53.5,"hips":[0,0],"chest":[-5.2,-76.7],"neck":[-5.2,-76.7],"head":[-12.9,-138.5],"shR":[-59.1,-103.3],"elR":[-113.4,1.5],"haR":[-108.2,40.3],"shL":[56.8,-102.4],"elL":[87.4,-6.8],"haL":[36,31.4],"hipR":[-34.8,36],"knR":[-108.9,129.2],"ftR":[-96.5,275],"hipL":[20.9,34.4],"knL":[8.5,133.5],"ftL":[41.2,284.3]},{"rootY":54.2,"hips":[0,0],"chest":[-5.1,-76.8],"neck":[-5.1,-76.8],"head":[-12.3,-139.5],"shR":[-58.9,-103.2],"elR":[-116.2,0],"haR":[-108.7,37.2],"shL":[56.9,-103],"elL":[90.3,-9.4],"haL":[37.8,28.4],"hipR":[-35.4,35.4],"knR":[-110.1,127.7],"ftR":[-97.8,273.8],"hipL":[20.2,34],"knL":[7.2,132.4],"ftL":[40,283.2]},{"rootY":54.8,"hips":[0,0],"chest":[-4.8,-77],"neck":[-4.8,-77],"head":[-11.5,-140.5],"shR":[-58.4,-103],"elR":[-118.5,-1.5],"haR":[-109,34.3],"shL":[57.1,-103.5],"elL":[93.6,-12.2],"haL":[40.3,25.6],"hipR":[-35.7,35],"knR":[-111.3,126.4],"ftR":[-99.3,272.6],"hipL":[20,33.4],"knL":[6,131.1],"ftL":[38.9,281.9]},{"rootY":55.6,"hips":[0,0],"chest":[-4.8,-77],"neck":[-4.8,-77],"head":[-11,-141.3],"shR":[-58.2,-103],"elR":[-120.7,-2.9],"haR":[-109.9,31.8],"shL":[57.1,-103.7],"elL":[96.8,-14.9],"haL":[43.1,23.3],"hipR":[-36.2,34.4],"knR":[-112.4,124.6],"ftR":[-100.9,271.1],"hipL":[19.4,33.1],"knL":[4.7,129.7],"ftL":[37.6,280.4]},{"rootY":56.2,"hips":[0,0],"chest":[-4.5,-77.1],"neck":[-4.5,-77.1],"head":[-10.2,-141.9],"shR":[-57.7,-102.9],"elR":[-122.2,-4.3],"haR":[-110.4,29.7],"shL":[57.3,-104],"elL":[100.1,-17.4],"haL":[46.2,21.4],"hipR":[-36.2,34.3],"knR":[-113.6,123],"ftR":[-102.3,269.7],"hipL":[19.4,32.3],"knL":[3.9,127.7],"ftL":[36.3,278.7]},{"rootY":56.8,"hips":[0,0],"chest":[-4.1,-77.2],"neck":[-4.1,-77.2],"head":[-9.2,-142.5],"shR":[-57.2,-102.8],"elR":[-123.7,-5.8],"haR":[-111,27.8],"shL":[57.7,-104.1],"elL":[103.5,-19.9],"haL":[49.5,19.6],"hipR":[-35.4,35],"knR":[-115.1,121.4],"ftR":[-104.1,268.5],"hipL":[20.3,31.2],"knL":[3.1,125],"ftL":[34.8,276.2]},{"rootY":57.3,"hips":[0,0],"chest":[-4.1,-77.2],"neck":[-4.1,-77.2],"head":[-8.7,-142.8],"shR":[-57,-102.8],"elR":[-125.6,-7.6],"haR":[-111.9,25.9],"shL":[57.6,-104.2],"elL":[106.4,-22.4],"haL":[52.5,18.1],"hipR":[-36.8,33.5],"knR":[-116.1,119.4],"ftR":[-105.3,266.8],"hipL":[18.6,31.7],"knL":[1.9,122.5],"ftL":[34,273.6]},{"rootY":57.8,"hips":[0,0],"chest":[-3.7,-77.2],"neck":[-3.7,-77.2],"head":[-7.7,-143.2],"shR":[-56.3,-103],"elR":[-127,-9.8],"haR":[-112.4,23.8],"shL":[58,-104],"elL":[110.2,-24.9],"haL":[56.1,16.5],"hipR":[-36.9,33.2],"knR":[-117.3,117.6],"ftR":[-106.8,265.2],"hipL":[18.4,31],"knL":[1.5,119.8],"ftL":[33.2,271]},{"rootY":58.2,"hips":[0,0],"chest":[-3.6,-77.2],"neck":[-3.6,-77.2],"head":[-7,-143.4],"shR":[-56,-103.1],"elR":[-129,-12.4],"haR":[-113.3,21.2],"shL":[58,-103.8],"elL":[113.9,-27.7],"haL":[59.9,14.7],"hipR":[-37.3,32.8],"knR":[-118.6,115.5],"ftR":[-108.7,263.4],"hipL":[17.9,30.9],"knL":[0.7,116.9],"ftL":[32.6,268.2]},{"rootY":58.7,"hips":[0,0],"chest":[-3.2,-77.2],"neck":[-3.2,-77.2],"head":[-6.3,-143.6],"shR":[-55.6,-103.4],"elR":[-131.4,-15.9],"haR":[-114.6,17.9],"shL":[58.5,-103.5],"elL":[118.5,-31],"haL":[64.5,12.3],"hipR":[-37.7,32.3],"knR":[-119.6,113.6],"ftR":[-110.1,261.8],"hipL":[17.4,30.7],"knL":[0.1,114.6],"ftL":[32.2,265.9]},{"rootY":58.9,"hips":[0,0],"chest":[-2.8,-77.2],"neck":[-2.8,-77.2],"head":[-5.4,-143.6],"shR":[-55,-103.7],"elR":[-133.7,-20],"haR":[-116.1,14.1],"shL":[59,-103.2],"elL":[123.2,-34.9],"haL":[69.3,9.1],"hipR":[-37.4,32.5],"knR":[-120.7,112.2],"ftR":[-111.4,260.3],"hipL":[17.8,30],"knL":[-0.3,112.8],"ftL":[31.9,264.2]},{"rootY":59.2,"hips":[0,0],"chest":[-2.6,-77.2],"neck":[-2.6,-77.2],"head":[-4.8,-143.7],"shR":[-54.6,-103.9],"elR":[-136,-24.1],"haR":[-117.8,10.6],"shL":[59.3,-103],"elL":[127.5,-38.7],"haL":[73.9,6.4],"hipR":[-37.7,32.2],"knR":[-121.5,110.5],"ftR":[-112.4,258.9],"hipL":[17.4,30],"knL":[-1,111.4],"ftL":[31.8,262.8]},{"rootY":59.4,"hips":[0,0],"chest":[-2.4,-77.2],"neck":[-2.4,-77.2],"head":[-4.2,-143.6],"shR":[-54.3,-104.1],"elR":[-138,-28.4],"haR":[-119.2,7.2],"shL":[59.7,-102.7],"elL":[131,-42],"haL":[77.9,4.1],"hipR":[-37.9,32],"knR":[-122.2,109.3],"ftR":[-113.1,257.8],"hipL":[17.2,30],"knL":[-1.5,110.6],"ftL":[31.6,261.9]},{"rootY":59.6,"hips":[0,0],"chest":[-2.1,-77.2],"neck":[-2.1,-77.2],"head":[-3.9,-143.4],"shR":[-53.9,-104.3],"elR":[-139.5,-32.5],"haR":[-120.1,4.4],"shL":[60,-102.5],"elL":[133.9,-44.5],"haL":[81.5,2.6],"hipR":[-38,31.9],"knR":[-122.6,108.4],"ftR":[-113.5,256.9],"hipL":[17,30.1],"knL":[-2.1,110.3],"ftL":[31.4,261.5]},{"rootY":59.8,"hips":[0,0],"chest":[-1.9,-77.3],"neck":[-1.9,-77.3],"head":[-3.7,-143.3],"shR":[-53.6,-104.5],"elR":[-140.7,-35.7],"haR":[-120.5,2.9],"shL":[60.3,-102.3],"elL":[135.7,-46],"haL":[83.8,1.8],"hipR":[-38,31.8],"knR":[-122.9,107.7],"ftR":[-113.8,256.3],"hipL":[16.9,30.1],"knL":[-2.6,110.1],"ftL":[31.3,261.2]},{"rootY":59.8,"hips":[0,0],"chest":[-1.8,-77.3],"neck":[-1.8,-77.3],"head":[-3.4,-143],"shR":[-53.3,-104.8],"elR":[-141.3,-38],"haR":[-120.1,2.4],"shL":[60.6,-102],"elL":[136.6,-46.6],"haL":[85.1,2],"hipR":[-38.1,31.7],"knR":[-123.1,107.2],"ftR":[-113.9,255.8],"hipL":[16.8,30.1],"knL":[-2.8,110.2],"ftL":[31.1,261.2]},{"rootY":59.8,"hips":[0,0],"chest":[-1.7,-77.3],"neck":[-1.7,-77.3],"head":[-3.4,-142.7],"shR":[-53.2,-105],"elR":[-141.6,-39.1],"haR":[-119.3,2.7],"shL":[60.9,-101.8],"elL":[136.7,-45.8],"haL":[85.9,3.8],"hipR":[-38.2,31.6],"knR":[-123.3,106.7],"ftR":[-114.5,255.3],"hipL":[16.8,30.2],"knL":[-3.1,110.1],"ftL":[30.7,261.1]},{"rootY":60.1,"hips":[0,0],"chest":[-1.5,-77.3],"neck":[-1.5,-77.3],"head":[-3.3,-142.3],"shR":[-53,-105.1],"elR":[-141.3,-38.7],"haR":[-117.8,4.3],"shL":[61.1,-101.6],"elL":[135.9,-44.3],"haL":[85.3,5.8],"hipR":[-37.4,32.4],"knR":[-123.9,106.3],"ftR":[-115,254.9],"hipL":[17.8,29.6],"knL":[-3.1,109.7],"ftL":[30.4,260.8]},{"rootY":60.1,"hips":[0,0],"chest":[-1.9,-77.2],"neck":[-1.9,-77.2],"head":[-3.7,-142],"shR":[-53.3,-105.2],"elR":[-140.9,-37.4],"haR":[-116.5,6.6],"shL":[60.6,-101.5],"elL":[133.8,-42.3],"haL":[83.7,8.4],"hipR":[-38.7,31.1],"knR":[-124.1,105.4],"ftR":[-115.4,254.1],"hipL":[16.1,30.5],"knL":[-3.7,109.8],"ftL":[30.1,260.6]},{"rootY":60.5,"hips":[0,0],"chest":[-1.6,-77.2],"neck":[-1.6,-77.2],"head":[-3.6,-141.9],"shR":[-53.1,-105.3],"elR":[-139.6,-35.4],"haR":[-114.5,9.5],"shL":[60.9,-101.3],"elL":[132.1,-39.5],"haL":[82.6,11.8],"hipR":[-38.4,31.4],"knR":[-124.4,104.6],"ftR":[-115.8,253.4],"hipL":[16.5,30.3],"knL":[-3.7,109.2],"ftL":[30.2,260.1]},{"rootY":60.5,"hips":[0,0],"chest":[-1.8,-77.2],"neck":[-1.8,-77.2],"head":[-3.7,-141.9],"shR":[-53.4,-105.4],"elR":[-138.6,-33.3],"haR":[-112.7,12.5],"shL":[60.7,-101.1],"elL":[129.9,-36.7],"haL":[80.6,15],"hipR":[-38.4,31.4],"knR":[-125,103.7],"ftR":[-116.4,252.7],"hipL":[16.4,30.2],"knL":[-3.9,109],"ftL":[30.1,259.9]},{"rootY":60.8,"hips":[0,0],"chest":[-1.9,-77.1],"neck":[-1.9,-77.1],"head":[-3.7,-141.8],"shR":[-53.8,-105.3],"elR":[-137.3,-30.8],"haR":[-110.7,15.8],"shL":[60.4,-101.1],"elL":[127.7,-34.1],"haL":[78.6,17.8],"hipR":[-38.3,31.5],"knR":[-125.5,102.9],"ftR":[-116.9,252],"hipL":[16.6,30.1],"knL":[-4.1,108.6],"ftL":[29.9,259.6]},{"rootY":60.8,"hips":[0,0],"chest":[-2,-77],"neck":[-2,-77],"head":[-4,-141.8],"shR":[-54.1,-105.2],"elR":[-135.6,-28.6],"haR":[-108,18.3],"shL":[60.2,-101],"elL":[125.6,-31.5],"haL":[76.3,20.1],"hipR":[-38,31.8],"knR":[-125.9,102.4],"ftR":[-117.5,251.7],"hipL":[17,29.9],"knL":[-4.2,108.3],"ftL":[29.8,259.3]},{"rootY":60.8,"hips":[0,0],"chest":[-2.1,-77],"neck":[-2.1,-77],"head":[-4,-141.8],"shR":[-54.5,-105.2],"elR":[-134.4,-26.9],"haR":[-106.7,20],"shL":[60.1,-101],"elL":[124.5,-29.7],"haL":[74.6,21.3],"hipR":[-37.9,31.9],"knR":[-126.3,102],"ftR":[-117.9,251.3],"hipL":[17.1,30],"knL":[-4.2,108.2],"ftL":[29.6,259.3]},{"rootY":61,"hips":[0,0],"chest":[-2.4,-76.9],"neck":[-2.4,-76.9],"head":[-4.1,-141.9],"shR":[-55,-105.1],"elR":[-133.9,-26],"haR":[-106.6,20.8],"shL":[59.8,-100.8],"elL":[123.6,-28.6],"haL":[73.6,22.2],"hipR":[-37.7,32.2],"knR":[-126.6,101.7],"ftR":[-118.3,251],"hipL":[17.3,30],"knL":[-4.2,108.2],"ftL":[29.4,259.3]},{"rootY":60.9,"hips":[0,0],"chest":[-2.7,-76.9],"neck":[-2.7,-76.9],"head":[-4,-141.9],"shR":[-55.4,-105.1],"elR":[-134.2,-25.7],"haR":[-107,21.5],"shL":[59.5,-100.7],"elL":[123,-28.1],"haL":[73.3,23.1],"hipR":[-37.8,32.2],"knR":[-126.5,101.8],"ftR":[-118.4,251.1],"hipL":[17.2,30.2],"knL":[-4.2,108.5],"ftL":[29.3,259.5]},{"rootY":60.9,"hips":[0,0],"chest":[-2.9,-76.8],"neck":[-2.9,-76.8],"head":[-3.9,-142],"shR":[-55.6,-105.2],"elR":[-134.6,-25.5],"haR":[-107.1,22.5],"shL":[59.1,-100.5],"elL":[122.6,-27.8],"haL":[73.4,23.9],"hipR":[-37.8,32.2],"knR":[-126.4,101.9],"ftR":[-118.3,251.2],"hipL":[17.1,30.6],"knL":[-4.2,108.7],"ftL":[29.3,259.7]},{"rootY":60.9,"hips":[0,0],"chest":[-3.2,-76.7],"neck":[-3.2,-76.7],"head":[-3.5,-142.3],"shR":[-55.9,-105.3],"elR":[-135.4,-25.9],"haR":[-107.6,22.9],"shL":[58.9,-100.1],"elL":[122.6,-27.6],"haL":[73.7,24.3],"hipR":[-37.7,32.3],"knR":[-126.2,102],"ftR":[-118.2,251.2],"hipL":[17.3,30.7],"knL":[-4.1,108.7],"ftL":[29.3,259.7]},{"rootY":60.9,"hips":[0,0],"chest":[-3.3,-76.6],"neck":[-3.3,-76.6],"head":[-3.2,-142.5],"shR":[-56.2,-105.4],"elR":[-136.3,-26.3],"haR":[-108,23.1],"shL":[58.7,-99.7],"elL":[122.4,-27.3],"haL":[73.7,25],"hipR":[-37.7,32.3],"knR":[-126.1,102],"ftR":[-117.9,251.2],"hipL":[17.3,30.8],"knL":[-4,108.7],"ftL":[29.4,259.7]},{"rootY":60.9,"hips":[0,0],"chest":[-3.4,-76.6],"neck":[-3.4,-76.6],"head":[-3,-142.7],"shR":[-56.2,-105.4],"elR":[-137,-26.7],"haR":[-108.1,23.1],"shL":[58.4,-99.6],"elL":[122.3,-27.4],"haL":[73.7,25.1],"hipR":[-37.7,32.4],"knR":[-125.9,102],"ftR":[-117.6,251],"hipL":[17.3,31],"knL":[-4,108.7],"ftL":[29.6,259.6]},{"rootY":60.8,"hips":[0,0],"chest":[-3.5,-76.5],"neck":[-3.5,-76.5],"head":[-2.8,-143],"shR":[-56.4,-105.5],"elR":[-137.7,-27],"haR":[-108.3,23.2],"shL":[58.3,-99.3],"elL":[122.1,-27],"haL":[73.7,25.6],"hipR":[-37.5,32.7],"knR":[-125.8,102.2],"ftR":[-117.4,251.1],"hipL":[17.6,31],"knL":[-3.9,108.7],"ftL":[29.8,259.5]},{"rootY":60.7,"hips":[0,0],"chest":[-3.6,-76.5],"neck":[-3.6,-76.5],"head":[-3.1,-143.1],"shR":[-56.6,-105.4],"elR":[-138.5,-27.4],"haR":[-108.6,23.3],"shL":[58.3,-99.2],"elL":[122,-27],"haL":[73.8,25.7],"hipR":[-37.6,32.5],"knR":[-125.6,102.2],"ftR":[-117.3,251],"hipL":[17.5,31.3],"knL":[-3.9,108.8],"ftL":[30,259.5]},{"rootY":60.7,"hips":[0,0],"chest":[-3.7,-76.4],"neck":[-3.7,-76.4],"head":[-3.5,-143.3],"shR":[-56.9,-105.4],"elR":[-139.1,-27.6],"haR":[-108.9,23.5],"shL":[58.3,-98.9],"elL":[122,-26.6],"haL":[73.9,26.3],"hipR":[-37.6,32.6],"knR":[-125.4,102.3],"ftR":[-117.2,250.9],"hipL":[17.5,31.4],"knL":[-3.9,109],"ftL":[30.3,259.5]},{"rootY":60.7,"hips":[0,0],"chest":[-3.6,-76.3],"neck":[-3.6,-76.3],"head":[-3.8,-143.4],"shR":[-57,-105.2],"elR":[-139.6,-27.7],"haR":[-109,23.6],"shL":[58.4,-99.1],"elL":[122.1,-26.7],"haL":[74.1,26.3],"hipR":[-37.4,32.7],"knR":[-125.1,102.5],"ftR":[-117,250.9],"hipL":[17.7,31.3],"knL":[-3.9,109],"ftL":[30.5,259.5]},{"rootY":60.6,"hips":[0,0],"chest":[-3.8,-76.3],"neck":[-3.8,-76.3],"head":[-5,-143.5],"shR":[-57.2,-105],"elR":[-140,-27.8],"haR":[-109.1,23.6],"shL":[58.1,-99.3],"elL":[122.2,-27],"haL":[74.2,26.1],"hipR":[-37.5,32.7],"knR":[-124.8,102.6],"ftR":[-116.9,251],"hipL":[17.7,31.6],"knL":[-4.1,108.9],"ftL":[30.4,259.4]},{"rootY":60.5,"hips":[0,0],"chest":[-4,-76.2],"neck":[-4,-76.2],"head":[-6,-143.6],"shR":[-57.7,-104.7],"elR":[-140.6,-27.8],"haR":[-109.4,23.8],"shL":[58,-99.5],"elL":[122.3,-27.1],"haL":[74.4,25.9],"hipR":[-37.6,32.6],"knR":[-124.6,102.8],"ftR":[-117,251.2],"hipL":[17.6,31.7],"knL":[-4.2,109.1],"ftL":[30.3,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-4.1,-76.2],"neck":[-4.1,-76.2],"head":[-7.3,-143.5],"shR":[-58.1,-104.3],"elR":[-141,-27.7],"haR":[-109.5,23.8],"shL":[57.8,-99.7],"elL":[122.4,-27.2],"haL":[74.4,25.9],"hipR":[-37.4,32.8],"knR":[-124.6,102.8],"ftR":[-117.1,251.2],"hipL":[17.8,31.7],"knL":[-4.4,109.1],"ftL":[30.3,259.6]},{"rootY":60.5,"hips":[0,0],"chest":[-4.3,-76.1],"neck":[-4.3,-76.1],"head":[-8.5,-143.5],"shR":[-58.6,-104],"elR":[-141.3,-27.5],"haR":[-109.5,23.8],"shL":[57.7,-99.9],"elL":[122.6,-27.3],"haL":[74.6,25.7],"hipR":[-37.4,32.8],"knR":[-124.6,102.9],"ftR":[-117.1,251.2],"hipL":[17.8,31.6],"knL":[-4.5,109],"ftL":[30.3,259.5]},{"rootY":60.4,"hips":[0,0],"chest":[-4.4,-76],"neck":[-4.4,-76],"head":[-9.6,-143.4],"shR":[-58.9,-103.7],"elR":[-141.4,-27.3],"haR":[-109.5,23.9],"shL":[57.6,-100],"elL":[122.8,-27.4],"haL":[74.7,25.5],"hipR":[-37.5,32.7],"knR":[-124.5,102.9],"ftR":[-117.1,251.2],"hipL":[17.8,31.7],"knL":[-4.5,109],"ftL":[30.3,259.5]},{"rootY":60.5,"hips":[0,0],"chest":[-4.4,-75.9],"neck":[-4.4,-75.9],"head":[-10.1,-143.3],"shR":[-59,-103.3],"elR":[-141.2,-27],"haR":[-109.2,24.1],"shL":[57.4,-100.3],"elL":[123,-27.6],"haL":[74.9,25.4],"hipR":[-37.4,32.8],"knR":[-124.4,102.8],"ftR":[-117,251.1],"hipL":[17.8,31.7],"knL":[-4.3,108.9],"ftL":[30.3,259.5]},{"rootY":60.4,"hips":[0,0],"chest":[-4.6,-75.9],"neck":[-4.6,-75.9],"head":[-10.4,-143.3],"shR":[-59.4,-103.1],"elR":[-141.3,-26.9],"haR":[-109.3,24.2],"shL":[57.1,-100.3],"elL":[123.3,-27.6],"haL":[75.2,25.3],"hipR":[-37.3,32.9],"knR":[-124.4,103],"ftR":[-117,251.2],"hipL":[18,31.6],"knL":[-4.2,108.9],"ftL":[30.3,259.5]},{"rootY":60.4,"hips":[0,0],"chest":[-4.8,-75.8],"neck":[-4.8,-75.8],"head":[-10.8,-143.3],"shR":[-59.6,-103],"elR":[-141.3,-26.6],"haR":[-109.1,24.1],"shL":[56.8,-100.3],"elL":[123.5,-27.5],"haL":[75.2,25.2],"hipR":[-37.3,32.9],"knR":[-124.4,102.9],"ftR":[-117.1,251.2],"hipL":[18,31.7],"knL":[-4.1,108.9],"ftL":[30.3,259.5]},{"rootY":60.5,"hips":[0,0],"chest":[-4.8,-75.8],"neck":[-4.8,-75.8],"head":[-10.8,-143.3],"shR":[-59.6,-102.9],"elR":[-141,-26.5],"haR":[-108.9,24.1],"shL":[56.6,-100.3],"elL":[123.9,-27.6],"haL":[75.5,25.1],"hipR":[-37.3,32.9],"knR":[-124.4,103],"ftR":[-117,251.2],"hipL":[18,31.7],"knL":[-3.7,109],"ftL":[30.3,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-4.9,-75.8],"neck":[-4.9,-75.8],"head":[-11,-143.2],"shR":[-59.7,-102.9],"elR":[-140.6,-26.3],"haR":[-108.8,24.2],"shL":[56.4,-100.3],"elL":[123.9,-27.5],"haL":[75.5,25.1],"hipR":[-37.2,33],"knR":[-124.2,103],"ftR":[-116.9,251.3],"hipL":[18.2,31.6],"knL":[-3.6,108.9],"ftL":[30.5,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-5,-75.8],"neck":[-5,-75.8],"head":[-10.9,-143.2],"shR":[-59.7,-102.9],"elR":[-140.1,-26],"haR":[-108.6,24.4],"shL":[56.3,-100.3],"elL":[124.1,-27.5],"haL":[75.6,25.1],"hipR":[-37.1,33.2],"knR":[-124.2,103.1],"ftR":[-116.9,251.3],"hipL":[18.3,31.6],"knL":[-3.4,109],"ftL":[30.4,259.7]},{"rootY":60.4,"hips":[0,0],"chest":[-5,-75.8],"neck":[-5,-75.8],"head":[-10.9,-143.3],"shR":[-59.7,-102.9],"elR":[-139.8,-25.9],"haR":[-108.4,24.3],"shL":[56.2,-100.3],"elL":[124.2,-27.5],"haL":[75.7,25],"hipR":[-37,33.3],"knR":[-124.2,103.1],"ftR":[-116.9,251.3],"hipL":[18.5,31.6],"knL":[-3.4,108.9],"ftL":[30.6,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-5.1,-75.8],"neck":[-5.1,-75.8],"head":[-10.7,-143.3],"shR":[-59.6,-103],"elR":[-139.3,-25.7],"haR":[-108.1,24.3],"shL":[56.2,-100.3],"elL":[124.3,-27.5],"haL":[75.7,24.8],"hipR":[-36.8,33.4],"knR":[-124.2,103.1],"ftR":[-116.8,251.3],"hipL":[18.6,31.5],"knL":[-3.3,108.9],"ftL":[30.6,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-5,-75.9],"neck":[-5,-75.9],"head":[-10.5,-143.3],"shR":[-59.6,-103],"elR":[-138.8,-25.5],"haR":[-107.9,24.3],"shL":[56.2,-100.4],"elL":[124.4,-27.7],"haL":[75.7,24.7],"hipR":[-36.6,33.6],"knR":[-124.3,103.2],"ftR":[-116.8,251.4],"hipL":[18.9,31.3],"knL":[-3.3,108.9],"ftL":[30.6,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-5.1,-75.9],"neck":[-5.1,-75.9],"head":[-10.5,-143.4],"shR":[-59.6,-103.1],"elR":[-138.5,-25.5],"haR":[-107.8,24.1],"shL":[56.1,-100.4],"elL":[124.5,-27.6],"haL":[75.8,24.7],"hipR":[-36.6,33.6],"knR":[-124.4,103.3],"ftR":[-116.8,251.4],"hipL":[18.9,31.3],"knL":[-3.4,109],"ftL":[30.6,259.7]}]},"walk":{"name":"walk","fps":30,"height":520,"groundY":344,"frameCount":86,"frames":[{"rootY":0,"hips":[0,0],"chest":[0.6,-84.9],"neck":[0.6,-84.9],"head":[1.5,-149.1],"shR":[-71.5,-100.6],"elR":[-174.2,-86.2],"haR":[-242.9,-76.5],"shL":[73.7,-103.6],"elL":[173,-89.6],"haL":[241.5,-80],"hipR":[-33.2,37.2],"knR":[-30.5,193.6],"ftR":[-27.9,342.4],"hipL":[34.2,37.2],"knL":[31.4,193.7],"ftL":[28.8,344]},{"rootY":0.7,"hips":[0,0],"chest":[-5.8,-84.6],"neck":[-5.8,-84.6],"head":[-7.3,-148.9],"shR":[-78.3,-97],"elR":[-92.1,2.9],"haR":[-91.3,39.8],"shL":[66,-107.6],"elL":[61.1,-12.8],"haL":[72.2,55.4],"hipR":[-36.8,35],"knR":[-14.6,185.3],"ftR":[9.1,317.4],"hipL":[29.5,37.8],"knL":[5.4,172],"ftL":[-8.4,320.6]},{"rootY":2.9,"hips":[0,0],"chest":[-4.6,-84.8],"neck":[-4.6,-84.8],"head":[-6.4,-148.9],"shR":[-77,-97.1],"elR":[-90.6,2.9],"haR":[-90.1,41.3],"shL":[67.1,-107.8],"elL":[61.5,-12.6],"haL":[72.1,55.7],"hipR":[-36.8,35.1],"knR":[-14.7,184.1],"ftR":[9.3,311.3],"hipL":[29.5,37.9],"knL":[3.6,172.2],"ftL":[-9.9,321.8]},{"rootY":3.8,"hips":[0,0],"chest":[-4,-84.8],"neck":[-4,-84.8],"head":[-5.5,-148.8],"shR":[-76.3,-98.1],"elR":[-88.1,2.4],"haR":[-88.2,44.1],"shL":[68,-106.8],"elL":[62.4,-10.8],"haL":[72.4,57.7],"hipR":[-36.9,34.9],"knR":[-15.7,184],"ftR":[8.1,303.8],"hipL":[29.4,38],"knL":[2.8,171.7],"ftL":[-8.7,321.3]},{"rootY":3.6,"hips":[0,0],"chest":[-2.9,-84.9],"neck":[-2.9,-84.9],"head":[-3.4,-148.8],"shR":[-75.1,-98.6],"elR":[-84.8,2.6],"haR":[-85.7,48.5],"shL":[69.3,-106.4],"elL":[64.2,-9.3],"haL":[73.8,59.2],"hipR":[-35.5,36.1],"knR":[-18,188.2],"ftR":[4.3,295.5],"hipL":[31,36.9],"knL":[4.4,172],"ftL":[-7.6,320.9]},{"rootY":2,"hips":[0,0],"chest":[-3,-84.9],"neck":[-3,-84.9],"head":[-2.9,-148.7],"shR":[-75,-99.1],"elR":[-82.8,2.7],"haR":[-83.9,53.1],"shL":[69.4,-105.9],"elL":[64.8,-7.9],"haL":[74.2,60.6],"hipR":[-35.7,36],"knR":[-22.7,190.8],"ftR":[-2.9,287.7],"hipL":[30.7,37],"knL":[3.4,174.4],"ftL":[-7.8,322.1]},{"rootY":0.6,"hips":[0,0],"chest":[-2.8,-84.9],"neck":[-2.8,-84.9],"head":[-2.6,-148.6],"shR":[-74.7,-99.1],"elR":[-80.9,3.3],"haR":[-82.7,58.1],"shL":[69.5,-105.9],"elL":[65.4,-7.2],"haL":[74.4,60.8],"hipR":[-35,36.7],"knR":[-26.4,192.9],"ftR":[-9.8,279.5],"hipL":[31.4,36.2],"knL":[3.5,177.4],"ftL":[-7.6,323.9]},{"rootY":-0.7,"hips":[0,0],"chest":[-2.4,-84.9],"neck":[-2.4,-84.9],"head":[-2,-148.6],"shR":[-74.1,-99.1],"elR":[-78.9,3.7],"haR":[-81.5,61.9],"shL":[69.9,-105.9],"elL":[67.2,-6.7],"haL":[75.3,60.3],"hipR":[-34,37.5],"knR":[-28.4,193.1],"ftR":[-14.1,272.3],"hipL":[32.5,35.2],"knL":[4.8,179.6],"ftL":[-6.8,325.2]},{"rootY":-2.8,"hips":[0,0],"chest":[-2.4,-84.9],"neck":[-2.4,-84.9],"head":[-2.1,-148.5],"shR":[-74.1,-98.8],"elR":[-77.2,4.5],"haR":[-80.6,65.5],"shL":[69.8,-106.2],"elL":[68.2,-6.6],"haL":[75.5,58.5],"hipR":[-33.8,37.5],"knR":[-30.4,190.8],"ftR":[-17.9,269.4],"hipL":[32.7,35],"knL":[5.4,182.4],"ftL":[-6.7,326.7]},{"rootY":-4.2,"hips":[0,0],"chest":[-2.4,-84.9],"neck":[-2.4,-84.9],"head":[-2.2,-148.6],"shR":[-74.2,-98.2],"elR":[-76.1,5.4],"haR":[-79.6,68.6],"shL":[69.6,-106.8],"elL":[69.7,-6.8],"haL":[75.2,55.4],"hipR":[-33.4,37.5],"knR":[-30.9,187.3],"ftR":[-22.4,270.9],"hipL":[33.4,34.9],"knL":[6.5,184.6],"ftL":[-6.7,327.8]},{"rootY":-5.4,"hips":[0,0],"chest":[-2.1,-84.9],"neck":[-2.1,-84.9],"head":[-2.3,-148.7],"shR":[-74.1,-98.1],"elR":[-74.9,5.4],"haR":[-78.3,70.4],"shL":[70,-106.9],"elL":[71.6,-6.7],"haL":[75.1,51.5],"hipR":[-33.2,37.3],"knR":[-29.2,182.8],"ftR":[-26.9,276.6],"hipL":[34,35.2],"knL":[7.5,186.4],"ftL":[-6.1,328.4]},{"rootY":-5.1,"hips":[0,0],"chest":[-1.6,-84.9],"neck":[-1.6,-84.9],"head":[-2.2,-148.7],"shR":[-73.8,-97.8],"elR":[-73.5,5.2],"haR":[-76.8,71.6],"shL":[70.3,-107.2],"elL":[73.8,-7],"haL":[74.8,46.6],"hipR":[-32.7,37.4],"knR":[-26.7,178.5],"ftR":[-31.6,285.8],"hipL":[34.6,35.1],"knL":[8.8,187.6],"ftL":[-5.5,328]},{"rootY":-4.7,"hips":[0,0],"chest":[-0.9,-84.9],"neck":[-0.9,-84.9],"head":[-1.6,-148.8],"shR":[-73.2,-97.5],"elR":[-72.2,4.5],"haR":[-75.2,71.9],"shL":[71,-107.5],"elL":[76.1,-7.4],"haL":[74.4,40.8],"hipR":[-32.4,37.3],"knR":[-23.7,175],"ftR":[-34.6,297],"hipL":[34.9,35.1],"knL":[10,188.7],"ftL":[-4.5,327.3]},{"rootY":-5.3,"hips":[0,0],"chest":[-0.2,-84.9],"neck":[-0.2,-84.9],"head":[-1.1,-148.8],"shR":[-72.6,-97],"elR":[-70.6,3.9],"haR":[-73.4,72.2],"shL":[71.5,-108],"elL":[78.2,-7.9],"haL":[74.1,35.1],"hipR":[-31.6,37.7],"knR":[-21.3,172.9],"ftR":[-36,308.4],"hipL":[35.7,34.9],"knL":[11.8,189.4],"ftL":[-3.9,327.3]},{"rootY":-5.9,"hips":[0,0],"chest":[0.3,-84.9],"neck":[0.3,-84.9],"head":[-0.9,-148.8],"shR":[-72.2,-97.2],"elR":[-68.7,2.5],"haR":[-71.2,71.5],"shL":[72.1,-107.9],"elL":[80.4,-7.9],"haL":[74.3,30.1],"hipR":[-31,38.1],"knR":[-19.7,172.5],"ftR":[-34.5,317.3],"hipL":[36.3,34.6],"knL":[13.5,189.5],"ftL":[-3,327.1]},{"rootY":-5.8,"hips":[0,0],"chest":[0.2,-84.9],"neck":[0.2,-84.9],"head":[-0.8,-148.7],"shR":[-72.3,-97],"elR":[-67.3,1.5],"haR":[-69.4,70.8],"shL":[71.9,-108.1],"elL":[81.5,-8.2],"haL":[73.5,25.8],"hipR":[-30.8,38],"knR":[-19.2,172.2],"ftR":[-29.4,320.6],"hipL":[36.4,34.8],"knL":[14.7,189.3],"ftL":[-2.6,326.4]},{"rootY":-5.6,"hips":[0,0],"chest":[-0.2,-84.9],"neck":[-0.2,-84.9],"head":[-1,-148.7],"shR":[-72.8,-96.8],"elR":[-66.3,0.7],"haR":[-68.1,70],"shL":[71.5,-108.2],"elL":[81.8,-8.5],"haL":[73.1,23.2],"hipR":[-30.7,37.8],"knR":[-19.9,171.4],"ftR":[-22.8,319.6],"hipL":[36.5,35],"knL":[15.6,187.8],"ftL":[-2.7,325]},{"rootY":-5.1,"hips":[0,0],"chest":[0.1,-84.9],"neck":[0.1,-84.9],"head":[-1.2,-148.7],"shR":[-72.6,-96.3],"elR":[-64.8,0.8],"haR":[-66.5,69.9],"shL":[71.7,-108.8],"elL":[82.3,-9],"haL":[73.1,22],"hipR":[-30.1,38.2],"knR":[-19.1,170.5],"ftR":[-17.6,317.9],"hipL":[37,34.8],"knL":[16.5,185.2],"ftL":[-2,322]},{"rootY":-3.5,"hips":[0,0],"chest":[0.4,-84.9],"neck":[0.4,-84.9],"head":[-1.1,-148.6],"shR":[-72.4,-95.7],"elR":[-63.5,1.1],"haR":[-65.3,70.1],"shL":[71.7,-109.4],"elL":[81.9,-9.6],"haL":[72.9,22.9],"hipR":[-30.3,37.9],"knR":[-16.6,171.5],"ftR":[-14.3,319.3],"hipL":[36.8,35],"knL":[17.2,185],"ftL":[-0.1,316.8]},{"rootY":-1.8,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[-1.1,-148.5],"shR":[-72.4,-95.5],"elR":[-62.7,1.7],"haR":[-64.3,70.5],"shL":[71.6,-109.4],"elL":[81.4,-9.7],"haL":[73.3,25.7],"hipR":[-30,38.1],"knR":[-13.6,171.9],"ftR":[-12.1,320.6],"hipL":[37,34.8],"knL":[18.1,184.1],"ftL":[2.1,310.2]},{"rootY":-1.7,"hips":[0,0],"chest":[-0.6,-85],"neck":[-0.6,-85],"head":[-2.3,-148.3],"shR":[-73.3,-95.1],"elR":[-63.2,2.7],"haR":[-64.7,71.5],"shL":[70.7,-109.7],"elL":[79.4,-10],"haL":[73,30.5],"hipR":[-31.4,36.9],"knR":[-13.6,171.6],"ftR":[-11.5,320.3],"hipL":[35.8,35.8],"knL":[17.9,185.6],"ftL":[3.7,302.5]},{"rootY":-1.9,"hips":[0,0],"chest":[-1.2,-84.9],"neck":[-1.2,-84.9],"head":[-2.9,-148.2],"shR":[-73.9,-94.4],"elR":[-63.8,4.2],"haR":[-65.6,73.2],"shL":[69.9,-110.3],"elL":[76.7,-10.4],"haL":[73.1,36],"hipR":[-32,36.4],"knR":[-13,172.7],"ftR":[-10.9,320.7],"hipL":[35.2,35.9],"knL":[19.1,187.8],"ftL":[6.4,292.8]},{"rootY":-2.7,"hips":[0,0],"chest":[-1.1,-84.9],"neck":[-1.1,-84.9],"head":[-3.1,-148],"shR":[-73.8,-94.7],"elR":[-64.2,4.9],"haR":[-66.4,74.1],"shL":[70.1,-109.9],"elL":[75.1,-10],"haL":[74.3,42.8],"hipR":[-32.6,36],"knR":[-11.9,174.6],"ftR":[-9.1,321.3],"hipL":[34.7,36.6],"knL":[22.4,191.3],"ftL":[11.3,284.7]},{"rootY":-5,"hips":[0,0],"chest":[-0.8,-84.9],"neck":[-0.8,-84.9],"head":[-2.8,-148],"shR":[-73.6,-95.1],"elR":[-64.8,5.6],"haR":[-67.6,74.9],"shL":[70.5,-109.6],"elL":[73.7,-9.7],"haL":[75.5,48.8],"hipR":[-32.9,35.5],"knR":[-12.4,177.7],"ftR":[-8,323],"hipL":[34.3,37],"knL":[25.5,193.3],"ftL":[15.1,276.3]},{"rootY":-6.5,"hips":[0,0],"chest":[-1.2,-84.9],"neck":[-1.2,-84.9],"head":[-2.8,-148],"shR":[-74,-95.6],"elR":[-66.4,6],"haR":[-69.5,75.1],"shL":[70.3,-109.1],"elL":[72.4,-9.1],"haL":[76.7,53.7],"hipR":[-33.7,34.9],"knR":[-14.4,180.4],"ftR":[-7.9,324.6],"hipL":[33.6,37.4],"knL":[27.5,193],"ftL":[15.3,270]},{"rootY":-8.3,"hips":[0,0],"chest":[-1,-84.9],"neck":[-1,-84.9],"head":[-2,-148.2],"shR":[-73.7,-96.5],"elR":[-67.6,6],"haR":[-71.2,74.3],"shL":[70.8,-108.2],"elL":[71.9,-8.3],"haL":[78.2,57.5],"hipR":[-34.1,34.7],"knR":[-14.9,182.9],"ftR":[-7.1,326.2],"hipL":[33.2,37.5],"knL":[29.1,190.3],"ftL":[16.1,268.6]},{"rootY":-9.7,"hips":[0,0],"chest":[-0.9,-84.9],"neck":[-0.9,-84.9],"head":[-1.3,-148.4],"shR":[-73.6,-97.1],"elR":[-70.2,6.2],"haR":[-73.6,72.9],"shL":[71,-107.7],"elL":[71.4,-7.9],"haL":[78.5,59.4],"hipR":[-34.5,34.6],"knR":[-15.5,185.1],"ftR":[-6.6,327.2],"hipL":[32.8,37.1],"knL":[29.2,185.9],"ftL":[18.2,272.5]},{"rootY":-9.4,"hips":[0,0],"chest":[-1.6,-84.9],"neck":[-1.6,-84.9],"head":[-1.8,-148.6],"shR":[-74.1,-98.3],"elR":[-73.7,5.3],"haR":[-76.7,69.5],"shL":[70.7,-106.6],"elL":[70.9,-7.3],"haL":[78.9,60.8],"hipR":[-35.3,34.4],"knR":[-17.6,186.4],"ftR":[-6.6,326.8],"hipL":[32,37.5],"knL":[27.1,181.2],"ftL":[20.5,280.6]},{"rootY":-8.9,"hips":[0,0],"chest":[-1.8,-84.9],"neck":[-1.8,-84.9],"head":[-1.3,-148.7],"shR":[-74.2,-98.8],"elR":[-77.4,4.8],"haR":[-78.5,64.8],"shL":[70.6,-106],"elL":[70.7,-7.8],"haL":[78.8,60.6],"hipR":[-35.3,34.8],"knR":[-18.5,187.9],"ftR":[-6.5,326.4],"hipL":[31.9,37.2],"knL":[24.5,175.9],"ftL":[22.1,290.9]},{"rootY":-8.7,"hips":[0,0],"chest":[-2.4,-84.9],"neck":[-2.4,-84.9],"head":[-1.6,-148.8],"shR":[-74.7,-99.1],"elR":[-81.1,4.1],"haR":[-82.1,59.5],"shL":[70.1,-105.8],"elL":[69.6,-8.7],"haL":[78.1,59.9],"hipR":[-35.9,34.5],"knR":[-19.9,189],"ftR":[-6.9,326.2],"hipL":[31.2,37.4],"knL":[21.5,172.3],"ftL":[22.3,302.5]},{"rootY":-9.7,"hips":[0,0],"chest":[-2.8,-84.9],"neck":[-2.8,-84.9],"head":[-2.3,-148.9],"shR":[-75,-99.5],"elR":[-84.8,3],"haR":[-84.3,52.2],"shL":[69.8,-105.4],"elL":[68.7,-9.4],"haL":[77,59.2],"hipR":[-35.9,34.7],"knR":[-20.7,190.2],"ftR":[-6.9,327],"hipL":[31.1,37.2],"knL":[19,170.1],"ftL":[21.5,313.1]},{"rootY":-10.3,"hips":[0,0],"chest":[-3.1,-84.9],"neck":[-3.1,-84.9],"head":[-2.7,-149],"shR":[-75.3,-99.6],"elR":[-87.9,2],"haR":[-86.1,44.8],"shL":[69.5,-105.3],"elL":[67.2,-10.4],"haL":[75.4,58.3],"hipR":[-36.3,34.5],"knR":[-21.7,190.2],"ftR":[-7.9,326.8],"hipL":[30.6,37.6],"knL":[17,170.4],"ftL":[19.2,319.8]},{"rootY":-10.1,"hips":[0,0],"chest":[-3.4,-84.9],"neck":[-3.4,-84.9],"head":[-3.4,-148.9],"shR":[-75.5,-99.4],"elR":[-91.1,1],"haR":[-87.8,37.8],"shL":[69.2,-105.5],"elL":[65.8,-11.4],"haL":[73.7,57.3],"hipR":[-36.8,34.2],"knR":[-22.6,189.2],"ftR":[-8.2,325.6],"hipL":[29.9,37.9],"knL":[15.4,171],"ftL":[16.7,321.1]},{"rootY":-9.6,"hips":[0,0],"chest":[-3.3,-84.9],"neck":[-3.3,-84.9],"head":[-4.2,-149],"shR":[-75.4,-99.6],"elR":[-92.3,-0.2],"haR":[-88.5,31.6],"shL":[69.3,-105.3],"elL":[64.8,-11.7],"haL":[72.4,56.9],"hipR":[-36.9,34.3],"knR":[-23.3,187.4],"ftR":[-9.3,323.9],"hipL":[29.7,37.7],"knL":[14.3,171.1],"ftL":[13.6,319.8]},{"rootY":-8.4,"hips":[0,0],"chest":[-3.5,-84.9],"neck":[-3.5,-84.9],"head":[-5,-148.9],"shR":[-75.5,-99.5],"elR":[-93.6,-1.1],"haR":[-89.6,26.8],"shL":[69.1,-105.3],"elL":[63.8,-11.5],"haL":[70.9,57.2],"hipR":[-37.3,34],"knR":[-24,184.9],"ftR":[-10.3,319.8],"hipL":[29.2,37.9],"knL":[13.3,171.6],"ftL":[11.7,320.1]},{"rootY":-7.3,"hips":[0,0],"chest":[-2.6,-84.9],"neck":[-2.6,-84.9],"head":[-4.4,-149],"shR":[-74.6,-99.6],"elR":[-93.2,-1.4],"haR":[-89.7,24.1],"shL":[70,-105.3],"elL":[64.2,-10.6],"haL":[70.6,58],"hipR":[-37.1,34.3],"knR":[-24.1,184.3],"ftR":[-10.9,314.2],"hipL":[29.3,37.6],"knL":[12.9,172.8],"ftL":[10.4,322.4]},{"rootY":-7.2,"hips":[0,0],"chest":[-1.7,-84.9],"neck":[-1.7,-84.9],"head":[-4.2,-149],"shR":[-73.6,-99.5],"elR":[-91.9,-1.1],"haR":[-88.9,24.3],"shL":[71,-105.2],"elL":[64.5,-9.7],"haL":[70.5,59.1],"hipR":[-36.7,34.6],"knR":[-24.3,182.5],"ftR":[-12.4,308.4],"hipL":[29.8,37.2],"knL":[12.6,172.4],"ftL":[8.9,322.7]},{"rootY":-7.4,"hips":[0,0],"chest":[-0.9,-84.9],"neck":[-0.9,-84.9],"head":[-3.5,-149.1],"shR":[-72.7,-99.9],"elR":[-89.2,-0.6],"haR":[-87,26.8],"shL":[71.9,-104.6],"elL":[65.6,-7.9],"haL":[71.5,61],"hipR":[-36.6,34.5],"knR":[-24.9,183.9],"ftR":[-14.6,299.9],"hipL":[30.1,37.4],"knL":[13.7,172.9],"ftL":[9.2,322.8]},{"rootY":-8.4,"hips":[0,0],"chest":[-0.5,-84.9],"neck":[-0.5,-84.9],"head":[-2.8,-149.1],"shR":[-72.3,-100.3],"elR":[-87,0.3],"haR":[-85.5,31.8],"shL":[72.5,-104.1],"elL":[66.8,-6.2],"haL":[72.7,62.8],"hipR":[-35.4,35.4],"knR":[-26.6,188],"ftR":[-18.5,291.9],"hipL":[31.4,36.4],"knL":[14.5,174.4],"ftL":[8.8,323.4]},{"rootY":-10.4,"hips":[0,0],"chest":[-0.6,-85],"neck":[-0.6,-85],"head":[-3,-149.1],"shR":[-72.4,-100.3],"elR":[-85.6,1.1],"haR":[-84.7,37.5],"shL":[72.5,-104],"elL":[67.2,-5.5],"haL":[73.5,63.1],"hipR":[-35.1,35.8],"knR":[-28.8,191.3],"ftR":[-23.9,283.9],"hipL":[31.8,36.3],"knL":[13.8,177.6],"ftL":[7.2,325.5]},{"rootY":-12.3,"hips":[0,0],"chest":[0.1,-85],"neck":[0.1,-85],"head":[-2.6,-149.2],"shR":[-71.7,-99.4],"elR":[-82.9,2.6],"haR":[-83,44.9],"shL":[72.8,-104.9],"elL":[68.6,-5.9],"haL":[74.8,61.5],"hipR":[-33.6,37.3],"knR":[-29.9,193.6],"ftR":[-26.2,276.7],"hipL":[33.2,34.9],"knL":[13.7,179.9],"ftL":[6.1,326.8]},{"rootY":-14.1,"hips":[0,0],"chest":[-0.3,-85],"neck":[-0.3,-85],"head":[-3.2,-149.2],"shR":[-72,-99.7],"elR":[-81.3,2.9],"haR":[-82.5,51],"shL":[72.6,-104.7],"elL":[70.3,-5.3],"haL":[76.2,60],"hipR":[-33,37.5],"knR":[-30.9,192.6],"ftR":[-26.5,272.1],"hipL":[34,34.3],"knL":[14.5,182.4],"ftL":[5.2,328.3]},{"rootY":-15.8,"hips":[0,0],"chest":[-0.4,-85],"neck":[-0.4,-85],"head":[-3.4,-149.3],"shR":[-72.3,-98.8],"elR":[-79.5,4.4],"haR":[-81.8,58.3],"shL":[72.1,-105.6],"elL":[71.6,-5.9],"haL":[76.7,56.1],"hipR":[-33,37.3],"knR":[-31.6,189.3],"ftR":[-27.6,271.8],"hipL":[34.1,34.5],"knL":[14.6,184.9],"ftL":[4.1,329.6]},{"rootY":-16.2,"hips":[0,0],"chest":[-0.5,-85],"neck":[-0.5,-85],"head":[-4,-149.3],"shR":[-72.6,-98.4],"elR":[-77.3,5.1],"haR":[-80.8,63.8],"shL":[71.9,-106],"elL":[73.6,-6],"haL":[77.3,51.5],"hipR":[-32.6,37.1],"knR":[-31,185.1],"ftR":[-29.4,276.7],"hipL":[34.6,34.4],"knL":[14.6,186.4],"ftL":[2.9,329.4]},{"rootY":-15.6,"hips":[0,0],"chest":[-0.4,-85],"neck":[-0.4,-85],"head":[-4,-149.3],"shR":[-72.6,-97.9],"elR":[-75.5,5.6],"haR":[-79.3,68.5],"shL":[71.9,-106.6],"elL":[76.1,-6.5],"haL":[78.2,45.2],"hipR":[-32.2,37.2],"knR":[-29,180.4],"ftR":[-30.6,285.1],"hipL":[35.1,34.5],"knL":[15.2,187.6],"ftL":[2.6,328.9]},{"rootY":-14.5,"hips":[0,0],"chest":[-0.3,-85],"neck":[-0.3,-85],"head":[-4.4,-149.4],"shR":[-72.7,-97.4],"elR":[-73.4,5.9],"haR":[-78.2,71.7],"shL":[71.9,-107.1],"elL":[78.4,-7],"haL":[78.7,38.4],"hipR":[-31.9,36.9],"knR":[-26.6,176.2],"ftR":[-32.3,295.7],"hipL":[35.4,34.7],"knL":[15.6,188.8],"ftL":[1.8,328.1]},{"rootY":-14.5,"hips":[0,0],"chest":[0.2,-85],"neck":[0.2,-85],"head":[-3.7,-149.4],"shR":[-72.4,-97.1],"elR":[-71.2,5.5],"haR":[-76.2,73.4],"shL":[72.2,-107.5],"elL":[81.2,-7.6],"haL":[79.6,31.4],"hipR":[-30.9,37.2],"knR":[-23.9,174.2],"ftR":[-33.1,307.9],"hipL":[36.4,34.1],"knL":[16.6,189.1],"ftL":[1.7,327.2]},{"rootY":-15.2,"hips":[0,0],"chest":[0.4,-85],"neck":[0.4,-85],"head":[-3.8,-149.4],"shR":[-72.3,-96.9],"elR":[-69.3,4.8],"haR":[-74.1,73.8],"shL":[72.4,-107.7],"elL":[83.2,-8],"haL":[79.9,25],"hipR":[-30.4,37.4],"knR":[-21.9,173.5],"ftR":[-33.4,317.7],"hipL":[36.8,34.2],"knL":[17.5,189.6],"ftL":[1.5,327.4]},{"rootY":-15.1,"hips":[0,0],"chest":[0.7,-85],"neck":[0.7,-85],"head":[-3.4,-149.4],"shR":[-72.2,-96.5],"elR":[-67.8,3.9],"haR":[-72.3,73.1],"shL":[72.5,-108.1],"elL":[85.1,-8.6],"haL":[80.5,19.4],"hipR":[-30.3,37.2],"knR":[-20.3,173.7],"ftR":[-29.8,322.1],"hipL":[36.8,34.6],"knL":[18.4,189.5],"ftL":[2.1,326.7]},{"rootY":-15.1,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[-3.6,-149.4],"shR":[-72.5,-96.4],"elR":[-66.4,2.7],"haR":[-70.1,71.6],"shL":[72.1,-108.3],"elL":[85.8,-8.9],"haL":[80.6,15.8],"hipR":[-29.8,37.5],"knR":[-20.7,173],"ftR":[-24.2,321.2],"hipL":[37.2,34.5],"knL":[18.7,187.6],"ftL":[1.4,325.2]},{"rootY":-13.9,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[-3.5,-149.3],"shR":[-72.7,-96.1],"elR":[-65.1,1.7],"haR":[-67.9,69.9],"shL":[71.9,-108.6],"elL":[86.2,-9.3],"haL":[80.6,13.9],"hipR":[-29.3,37.6],"knR":[-20.2,171.8],"ftR":[-17.6,319.2],"hipL":[37.5,34.5],"knL":[19.3,185],"ftL":[2,321.7]},{"rootY":-12.1,"hips":[0,0],"chest":[0.4,-85],"neck":[0.4,-85],"head":[-3.2,-149.2],"shR":[-72.5,-95.8],"elR":[-63.9,1.1],"haR":[-66.1,68.8],"shL":[72,-108.8],"elL":[86,-9.5],"haL":[80.9,14.6],"hipR":[-29.8,37.4],"knR":[-17.5,171.6],"ftR":[-14,319.5],"hipL":[37.1,34.8],"knL":[19.6,183.2],"ftL":[2.9,316.7]},{"rootY":-10.5,"hips":[0,0],"chest":[0.7,-85],"neck":[0.7,-85],"head":[-2.8,-149.1],"shR":[-72.1,-95.8],"elR":[-62.5,0.9],"haR":[-63.8,68.4],"shL":[72.3,-108.8],"elL":[85.8,-9.5],"haL":[81,17.5],"hipR":[-29.4,37.7],"knR":[-14.2,172.7],"ftR":[-11.4,321.3],"hipL":[37.5,34.4],"knL":[20.5,182],"ftL":[4.5,309.4]},{"rootY":-9.5,"hips":[0,0],"chest":[-0.2,-84.9],"neck":[-0.2,-84.9],"head":[-3.3,-149.1],"shR":[-72.9,-95.3],"elR":[-62.6,1.6],"haR":[-63.6,69.3],"shL":[71.3,-109.1],"elL":[83.6,-9.8],"haL":[80.2,22],"hipR":[-30.9,36.4],"knR":[-13.2,172],"ftR":[-11,320.7],"hipL":[36.1,35.6],"knL":[20.8,184.3],"ftL":[6,301.5]},{"rootY":-9,"hips":[0,0],"chest":[-0.3,-84.9],"neck":[-0.3,-84.9],"head":[-3.5,-149],"shR":[-72.8,-95.1],"elR":[-62.4,2.8],"haR":[-63.6,70.8],"shL":[71.2,-109.1],"elL":[81.2,-9.9],"haL":[79.7,29.2],"hipR":[-32,35.6],"knR":[-12.4,171.9],"ftR":[-10,319.7],"hipL":[35.1,36.2],"knL":[22.7,187.6],"ftL":[8.9,291.4]},{"rootY":-9.3,"hips":[0,0],"chest":[0.2,-84.9],"neck":[0.2,-84.9],"head":[-2.6,-149],"shR":[-72.3,-95.2],"elR":[-62.4,4],"haR":[-64.4,72.6],"shL":[71.7,-109.1],"elL":[79.1,-9.7],"haL":[79.2,36.8],"hipR":[-32.3,35.3],"knR":[-10.4,173.6],"ftR":[-8.2,320],"hipL":[34.9,36.3],"knL":[26.5,190.8],"ftL":[13.6,281.9]},{"rootY":-10.3,"hips":[0,0],"chest":[0.6,-85],"neck":[0.6,-85],"head":[-1.5,-149.1],"shR":[-71.9,-96],"elR":[-62.4,4.4],"haR":[-65,73.6],"shL":[72.3,-108.4],"elL":[77.4,-8.9],"haL":[79.3,44.8],"hipR":[-32.9,34.9],"knR":[-9.3,176.1],"ftR":[-6.5,321.1],"hipL":[34.2,37],"knL":[30.5,193.5],"ftL":[17.1,272.7]},{"rootY":-11.7,"hips":[0,0],"chest":[0.1,-85],"neck":[0.1,-85],"head":[-1.1,-149.2],"shR":[-72.4,-96.9],"elR":[-63.7,4.6],"haR":[-66.9,73.9],"shL":[72.1,-107.5],"elL":[74.8,-7.8],"haL":[78.6,52],"hipR":[-33.2,34.8],"knR":[-10.6,178.9],"ftR":[-6.7,322.6],"hipL":[34,37.1],"knL":[32.5,192.8],"ftL":[16.5,266.6]},{"rootY":-13.4,"hips":[0,0],"chest":[-0.4,-85],"neck":[-0.4,-85],"head":[-1.1,-149.2],"shR":[-72.8,-97.6],"elR":[-65.6,5],"haR":[-69.2,73.7],"shL":[71.8,-107],"elL":[71.9,-7],"haL":[77.5,57.3],"hipR":[-33.4,34.5],"knR":[-12.3,181.7],"ftR":[-7.3,323.6],"hipL":[33.8,36.8],"knL":[32.5,190.2],"ftL":[15.7,265.5]},{"rootY":-14.8,"hips":[0,0],"chest":[-0.1,-85],"neck":[-0.1,-85],"head":[-0.3,-149.3],"shR":[-72.4,-98.4],"elR":[-67.4,4.9],"haR":[-71.1,72],"shL":[72.3,-106.1],"elL":[70.3,-6.3],"haL":[76.5,60.6],"hipR":[-34,34.6],"knR":[-13.7,184.4],"ftR":[-7.2,325.4],"hipL":[33.4,36.7],"knL":[32,186.3],"ftL":[18,269.7]},{"rootY":-15.7,"hips":[0,0],"chest":[-0.4,-85],"neck":[-0.4,-85],"head":[0.2,-149.4],"shR":[-72.5,-98.9],"elR":[-70.6,4.7],"haR":[-73.9,69],"shL":[72.2,-105.7],"elL":[68.5,-6.1],"haL":[74.8,62.1],"hipR":[-34.9,34.3],"knR":[-15.7,186.1],"ftR":[-7.5,325.9],"hipL":[32.4,37.1],"knL":[30.4,181.9],"ftL":[20.6,278.2]},{"rootY":-15.7,"hips":[0,0],"chest":[-0.8,-85],"neck":[-0.8,-85],"head":[0.2,-149.4],"shR":[-72.7,-99.6],"elR":[-74.1,3.7],"haR":[-77.2,64.1],"shL":[72,-105],"elL":[67.1,-6.1],"haL":[73.1,62.7],"hipR":[-35.1,34.6],"knR":[-17.3,187.9],"ftR":[-7.7,325.8],"hipL":[32.2,36.8],"knL":[27.7,176.9],"ftL":[22.6,289]},{"rootY":-16.2,"hips":[0,0],"chest":[-1.1,-85],"neck":[-1.1,-85],"head":[0.2,-149.3],"shR":[-72.8,-100.2],"elR":[-77.6,2.4],"haR":[-80.1,57.4],"shL":[71.8,-104.5],"elL":[65.7,-6.7],"haL":[71.3,62.3],"hipR":[-35.3,34.7],"knR":[-19.3,189.5],"ftR":[-8.6,326.2],"hipL":[31.9,36.9],"knL":[25.2,173.1],"ftL":[24.3,301.1]},{"rootY":-16.8,"hips":[0,0],"chest":[-1.6,-85],"neck":[-1.6,-85],"head":[0.2,-149.3],"shR":[-73.2,-100.4],"elR":[-81.1,1.2],"haR":[-82.5,50],"shL":[71.3,-104.3],"elL":[64,-7.8],"haL":[69.1,61.2],"hipR":[-36.1,34.2],"knR":[-21.2,189.9],"ftR":[-9.6,326.4],"hipL":[31,37.5],"knL":[23.3,171.1],"ftL":[25.8,312.6]},{"rootY":-18,"hips":[0,0],"chest":[-1.8,-85],"neck":[-1.8,-85],"head":[-0.1,-149.2],"shR":[-73.3,-100.5],"elR":[-84.1,-0.3],"haR":[-84.5,42.5],"shL":[71.1,-104.2],"elL":[62.9,-8.9],"haL":[67.7,60.1],"hipR":[-36.4,34.3],"knR":[-22.5,189.9],"ftR":[-10.6,326.6],"hipL":[30.6,37.9],"knL":[21.6,171.1],"ftL":[26.5,320]},{"rootY":-17.7,"hips":[0,0],"chest":[-1.9,-84.9],"neck":[-1.9,-84.9],"head":[0.2,-149.1],"shR":[-73.5,-100.6],"elR":[-86.6,-1.7],"haR":[-86,34.9],"shL":[71,-104.2],"elL":[61.9,-9.5],"haL":[66.5,59.4],"hipR":[-36.8,34.2],"knR":[-23.9,188.7],"ftR":[-11.9,325.6],"hipL":[30.1,38.2],"knL":[20,171.8],"ftL":[26.2,321.9]},{"rootY":-16.7,"hips":[0,0],"chest":[-1.9,-84.9],"neck":[-1.9,-84.9],"head":[0,-149],"shR":[-73.4,-100.7],"elR":[-88.1,-3.1],"haR":[-86.7,28.3],"shL":[71,-104.1],"elL":[61.5,-9.5],"haL":[65.8,59.3],"hipR":[-37,34.1],"knR":[-24.8,186.7],"ftR":[-12.6,323.4],"hipL":[29.7,38.2],"knL":[19.3,172],"ftL":[24.1,320.9]},{"rootY":-15.4,"hips":[0,0],"chest":[-2.2,-84.9],"neck":[-2.2,-84.9],"head":[-0.2,-148.9],"shR":[-73.6,-100.9],"elR":[-89,-4.2],"haR":[-87.1,23.5],"shL":[70.8,-104],"elL":[61.2,-9.4],"haL":[65.4,59.4],"hipR":[-36.9,34.3],"knR":[-25.6,184.7],"ftR":[-14.5,319.2],"hipL":[29.8,37.7],"knL":[18.5,172.5],"ftL":[21.3,321.4]},{"rootY":-14.3,"hips":[0,0],"chest":[-2.1,-84.9],"neck":[-2.1,-84.9],"head":[0,-148.8],"shR":[-73.5,-100.9],"elR":[-89.6,-4.6],"haR":[-87,20.3],"shL":[70.9,-103.9],"elL":[61.5,-8.7],"haL":[65.6,60.3],"hipR":[-37.2,34.1],"knR":[-26.5,182.7],"ftR":[-16.3,313.6],"hipL":[29.4,38.1],"knL":[17.4,173.2],"ftL":[18,323]},{"rootY":-14.2,"hips":[0,0],"chest":[-1.8,-85],"neck":[-1.8,-85],"head":[0.3,-148.8],"shR":[-73.3,-100.8],"elR":[-89.1,-3.9],"haR":[-86.5,20.4],"shL":[71.2,-103.9],"elL":[62.3,-7.6],"haL":[66.5,61.4],"hipR":[-35.8,35.3],"knR":[-27.2,182.8],"ftR":[-19.9,307.7],"hipL":[31,37],"knL":[16.5,172.1],"ftL":[16.4,322.4]},{"rootY":-12.7,"hips":[0,0],"chest":[-1.7,-84.9],"neck":[-1.7,-84.9],"head":[1,-148.7],"shR":[-73.4,-100.7],"elR":[-87.9,-2.8],"haR":[-85.2,23.1],"shL":[71.4,-103.9],"elL":[63.1,-6.5],"haL":[67.7,62.6],"hipR":[-35.6,35.1],"knR":[-28.2,185.2],"ftR":[-22.5,297.3],"hipL":[31.4,37],"knL":[16.8,171.5],"ftL":[15.1,321.3]},{"rootY":-14.3,"hips":[0,0],"chest":[-1.9,-85],"neck":[-1.9,-85],"head":[1.2,-148.7],"shR":[-73.8,-100.5],"elR":[-86.7,-1.1],"haR":[-84.3,28.3],"shL":[71.1,-104.1],"elL":[63.8,-5.7],"haL":[68.9,63],"hipR":[-35,35.7],"knR":[-30.8,189],"ftR":[-27.9,288.9],"hipL":[32.1,36.4],"knL":[16.2,173.2],"ftL":[12.9,321.8]},{"rootY":-16.1,"hips":[0,0],"chest":[-2,-84.9],"neck":[-2,-84.9],"head":[1,-148.6],"shR":[-74,-100.2],"elR":[-85.7,0],"haR":[-83,34.2],"shL":[70.9,-104.3],"elL":[64.9,-5.5],"haL":[70.7,62.3],"hipR":[-34.2,36.5],"knR":[-32.5,192.3],"ftR":[-33,280.5],"hipL":[32.7,35.6],"knL":[15.2,176.1],"ftL":[10.6,323.6]},{"rootY":-17.9,"hips":[0,0],"chest":[-1.9,-84.9],"neck":[-1.9,-84.9],"head":[1.1,-148.7],"shR":[-73.8,-99.9],"elR":[-84,1],"haR":[-81.5,40.9],"shL":[71,-104.6],"elL":[66.7,-5.4],"haL":[72.4,60.8],"hipR":[-33,37.4],"knR":[-33,193.8],"ftR":[-33.9,273],"hipL":[33.9,34.3],"knL":[15,178.6],"ftL":[9,324.9]},{"rootY":-20,"hips":[0,0],"chest":[-2,-84.9],"neck":[-2,-84.9],"head":[0.6,-148.7],"shR":[-73.8,-99.6],"elR":[-81.6,2.1],"haR":[-80.6,48.1],"shL":[70.7,-105.1],"elL":[68.3,-5.5],"haL":[73.8,58.1],"hipR":[-33.8,36.7],"knR":[-32.5,191.4],"ftR":[-31.2,268.3],"hipL":[33.1,34.9],"knL":[14.4,181.8],"ftL":[8.7,326.9]},{"rootY":-21.5,"hips":[0,0],"chest":[-2.1,-85],"neck":[-2.1,-85],"head":[-0.1,-148.8],"shR":[-74.1,-98.8],"elR":[-80,3.8],"haR":[-80.1,55.7],"shL":[70.3,-105.9],"elL":[70.2,-6],"haL":[75,54.2],"hipR":[-32.7,37.4],"knR":[-32.6,189],"ftR":[-32.6,268],"hipL":[34.5,34.3],"knL":[15.4,184.5],"ftL":[6.7,328.9]},{"rootY":-22.3,"hips":[0,0],"chest":[-1.5,-85],"neck":[-1.5,-85],"head":[0.3,-148.9],"shR":[-73.7,-98.3],"elR":[-77.9,5],"haR":[-78.7,61.9],"shL":[70.9,-106.4],"elL":[73.2,-6.4],"haL":[76.4,49.9],"hipR":[-32.6,37.1],"knR":[-29.9,184.3],"ftR":[-31.3,272.9],"hipL":[34.7,34.4],"knL":[16,186.2],"ftL":[6.3,329.2]},{"rootY":-21.7,"hips":[0,0],"chest":[-1.2,-85],"neck":[-1.2,-85],"head":[0.3,-149],"shR":[-73.6,-97.8],"elR":[-75.4,5.8],"haR":[-77.2,67.4],"shL":[71,-107],"elL":[75.3,-6.8],"haL":[77.2,44.4],"hipR":[-31.7,37.3],"knR":[-27.2,180],"ftR":[-31.3,281.7],"hipL":[35.6,34.2],"knL":[16.6,187],"ftL":[5.2,328]},{"rootY":-21.9,"hips":[0,0],"chest":[-0.9,-84.9],"neck":[-0.9,-84.9],"head":[0.6,-149],"shR":[-73.5,-97.2],"elR":[-72.8,6.4],"haR":[-75.9,71.3],"shL":[71.1,-107.5],"elL":[77.5,-7.4],"haL":[78,37.9],"hipR":[-30.8,37.7],"knR":[-24.8,177.1],"ftR":[-32.6,293.8],"hipL":[36.5,33.5],"knL":[17.3,187.9],"ftL":[4,327.5]},{"rootY":-21.1,"hips":[0,0],"chest":[0.2,-85],"neck":[0.2,-85],"head":[1.3,-149.1],"shR":[-72.6,-97],"elR":[-70.1,6.1],"haR":[-73.3,73.6],"shL":[72.1,-107.7],"elL":[80,-7.7],"haL":[79,32.1],"hipR":[-30.2,37.9],"knR":[-21.6,174.9],"ftR":[-30.6,306.5],"hipL":[37,33.3],"knL":[18,188.4],"ftL":[4.2,326.4]},{"rootY":-21.2,"hips":[0,0],"chest":[-0.2,-84.9],"neck":[-0.2,-84.9],"head":[0.5,-149.1],"shR":[-72.9,-97.7],"elR":[-68.3,4.7],"haR":[-71.5,73.6],"shL":[71.9,-107.3],"elL":[81.1,-7.4],"haL":[79.1,27],"hipR":[-30.8,37.2],"knR":[-19.9,174],"ftR":[-27.3,317.9],"hipL":[36.4,34.9],"knL":[18.4,190.3],"ftL":[3.9,326]},{"rootY":-22,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[0.8,-149.1],"shR":[-72.6,-97.1],"elR":[-66,4.1],"haR":[-69,73.4],"shL":[72.2,-107.8],"elL":[82.2,-8],"haL":[79.3,21.9],"hipR":[-31.6,36.4],"knR":[-17.9,174],"ftR":[-20.8,322.6],"hipL":[35.6,35.8],"knL":[19,191.4],"ftL":[3.9,326.3]},{"rootY":-22.4,"hips":[0,0],"chest":[0.5,-85],"neck":[0.5,-85],"head":[0.8,-149],"shR":[-72.5,-96.8],"elR":[-64,2.7],"haR":[-65.9,71.7],"shL":[72.3,-107.9],"elL":[83.1,-8.2],"haL":[79.8,18.9],"hipR":[-30.8,37],"knR":[-16.7,174.3],"ftR":[-14,322.4],"hipL":[36.3,35.6],"knL":[19.5,190.4],"ftL":[3,325.1]},{"rootY":-20.8,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[0.5,-148.9],"shR":[-72.8,-96.8],"elR":[-62.6,1],"haR":[-64.4,69.7],"shL":[72,-108.2],"elL":[82.6,-8.4],"haL":[79.2,17.9],"hipR":[-29.2,38],"knR":[-14.7,174.5],"ftR":[-7.3,321.6],"hipL":[37.5,34.7],"knL":[20.3,188.1],"ftL":[2.9,321.6]},{"rootY":-19.4,"hips":[0,0],"chest":[0.4,-85],"neck":[0.4,-85],"head":[0.6,-148.9],"shR":[-72.7,-96.4],"elR":[-61.1,0.3],"haR":[-62.2,68],"shL":[72,-108.3],"elL":[81.9,-8.5],"haL":[79.2,18.8],"hipR":[-31,36.5],"knR":[-11.8,174.2],"ftR":[-3.1,321.5],"hipL":[35.9,36.1],"knL":[20.7,189],"ftL":[5,317.3]},{"rootY":-17.1,"hips":[0,0],"chest":[0.4,-85],"neck":[0.4,-85],"head":[0.4,-148.8],"shR":[-72.8,-96.2],"elR":[-60,-0.1],"haR":[-61.3,67.6],"shL":[72,-108.5],"elL":[81.1,-8.8],"haL":[79.6,21.5],"hipR":[-30.7,36.6],"knR":[-8.1,173.7],"ftR":[-0.7,322.2],"hipL":[36.2,35.8],"knL":[21.8,188.1],"ftL":[6.5,309.6]}]},"wave":{"name":"wave","fps":30,"height":520,"groundY":284,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[3.1,-86],"neck":[3.7,-146.1],"head":[2.6,-177.8],"shR":[61.2,-143.1],"elR":[139.1,-124.1],"haR":[222.8,-109],"shL":[-55.1,-141.8],"elL":[-130,-112.1],"haL":[-215.5,-84.1],"hipR":[29.3,7.8],"knR":[37.3,164],"ftR":[48.3,283.2],"hipL":[-28.9,9.2],"knL":[-38.3,165.3],"ftL":[-49.4,284.2]},{"rootY":0,"hips":[0,0],"chest":[3,-86],"neck":[3.4,-146.1],"head":[2.3,-177.8],"shR":[61,-143.2],"elR":[139,-124.5],"haR":[222.7,-109.5],"shL":[-55.3,-141.7],"elL":[-130.2,-111.9],"haL":[-215.6,-83.7],"hipR":[29.3,7.7],"knR":[37.4,163.9],"ftR":[48.2,283.1],"hipL":[-28.8,9.3],"knL":[-38.5,165.3],"ftL":[-49.7,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.1,-146.1],"head":[1.8,-177.8],"shR":[60.6,-143.5],"elR":[138.7,-125.1],"haR":[222.4,-110.6],"shL":[-55.6,-141.4],"elL":[-130.5,-111.5],"haL":[-215.9,-83.2],"hipR":[29.3,7.6],"knR":[37.5,163.8],"ftR":[48,283],"hipL":[-28.8,9.4],"knL":[-38.8,165.4],"ftL":[-50.2,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.7,-85.9],"neck":[2.7,-146.1],"head":[1.3,-177.8],"shR":[60.2,-143.8],"elR":[138.4,-125.9],"haR":[222.2,-112],"shL":[-56,-141.2],"elL":[-130.8,-111.1],"haL":[-216.2,-82.6],"hipR":[29.3,7.5],"knR":[37.4,163.7],"ftR":[47.7,282.9],"hipL":[-28.8,9.5],"knL":[-39.1,165.5],"ftL":[-50.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-85.9],"neck":[2.3,-146.2],"head":[0.8,-177.8],"shR":[59.9,-144.2],"elR":[138.1,-126.8],"haR":[222.1,-113.4],"shL":[-56.4,-141],"elL":[-131,-110.6],"haL":[-216.3,-81.9],"hipR":[29.3,7.5],"knR":[37.1,163.7],"ftR":[47.2,282.9],"hipL":[-28.8,9.5],"knL":[-39.4,165.5],"ftL":[-51.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.9],"neck":[2,-146.2],"head":[0.4,-177.8],"shR":[59.5,-144.6],"elR":[138,-127.7],"haR":[222,-114.9],"shL":[-56.6,-140.8],"elL":[-131.1,-110.1],"haL":[-216.4,-81.1],"hipR":[29.4,7.5],"knR":[36.9,163.7],"ftR":[46.8,282.9],"hipL":[-28.8,9.5],"knL":[-39.6,165.5],"ftL":[-51.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[1.8,-146.2],"head":[0.1,-177.8],"shR":[59.3,-144.9],"elR":[137.8,-128.6],"haR":[222,-116.3],"shL":[-56.8,-140.6],"elL":[-131.2,-109.6],"haL":[-216.3,-80.2],"hipR":[29.4,7.4],"knR":[36.8,163.7],"ftR":[46.5,282.9],"hipL":[-28.8,9.5],"knL":[-39.8,165.5],"ftL":[-51.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.3,-85.9],"neck":[1.5,-146.2],"head":[-0.3,-177.9],"shR":[59,-145.3],"elR":[137.6,-129.4],"haR":[221.9,-117.5],"shL":[-57.1,-140.4],"elL":[-131.3,-109.1],"haL":[-216.3,-79.2],"hipR":[29.4,7.4],"knR":[36.5,163.7],"ftR":[46.1,283],"hipL":[-28.8,9.5],"knL":[-39.9,165.5],"ftL":[-52,284.4]},{"rootY":0,"hips":[0,0],"chest":[2.2,-86],"neck":[1.2,-146.3],"head":[-0.6,-177.9],"shR":[58.6,-145.6],"elR":[137.3,-130],"haR":[221.7,-118.4],"shL":[-57.4,-140.4],"elL":[-131.5,-108.8],"haL":[-216.3,-78.4],"hipR":[29.3,7.5],"knR":[36,163.8],"ftR":[45.5,283.1],"hipL":[-28.8,9.5],"knL":[-40.1,165.4],"ftL":[-52.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[2,-86],"neck":[0.9,-146.3],"head":[-1,-177.9],"shR":[58.3,-146],"elR":[137,-130.6],"haR":[221.4,-119.1],"shL":[-57.7,-140.4],"elL":[-131.7,-108.4],"haL":[-216.3,-77.8],"hipR":[29.3,7.6],"knR":[35.7,163.9],"ftR":[45,283.2],"hipL":[-28.8,9.4],"knL":[-40.3,165.4],"ftL":[-52.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.9,-86],"neck":[0.6,-146.3],"head":[-1.4,-177.9],"shR":[57.9,-146.3],"elR":[136.6,-131],"haR":[221,-119.6],"shL":[-58,-140.3],"elL":[-131.9,-108.2],"haL":[-216.5,-77.3],"hipR":[29.3,7.5],"knR":[35.7,163.9],"ftR":[44.8,283.2],"hipL":[-28.8,9.4],"knL":[-40.4,165.4],"ftL":[-52.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.7,-86],"neck":[0.2,-146.3],"head":[-1.8,-177.9],"shR":[57.5,-146.5],"elR":[136.3,-131.3],"haR":[220.7,-120],"shL":[-58.3,-140.3],"elL":[-132.2,-108.1],"haL":[-216.7,-77],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[44.7,283.2],"hipL":[-28.8,9.5],"knL":[-40.5,165.4],"ftL":[-52.7,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.6,-86.1],"neck":[-0.1,-146.3],"head":[-2.2,-177.9],"shR":[57.2,-146.8],"elR":[136,-131.7],"haR":[220.4,-120.4],"shL":[-58.6,-140.3],"elL":[-132.5,-108.1],"haL":[-217,-76.9],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[44.6,283.2],"hipL":[-28.8,9.5],"knL":[-40.6,165.5],"ftL":[-52.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.5,-86.2],"neck":[-0.3,-146.3],"head":[-2.6,-177.9],"shR":[56.9,-147],"elR":[135.7,-132.1],"haR":[220.2,-120.8],"shL":[-58.9,-140.3],"elL":[-132.7,-108.1],"haL":[-217.3,-76.9],"hipR":[29.3,7.5],"knR":[35.7,163.8],"ftR":[44.6,283.2],"hipL":[-28.8,9.5],"knL":[-40.6,165.4],"ftL":[-52.9,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.4,-86.2],"neck":[-0.5,-146.4],"head":[-2.9,-178],"shR":[56.6,-147.2],"elR":[135.5,-132.6],"haR":[220.2,-121.4],"shL":[-59.1,-140.2],"elL":[-133,-108.2],"haL":[-217.5,-77],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.7,283.1],"hipL":[-28.8,9.5],"knL":[-40.6,165.5],"ftL":[-52.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.3,-86.3],"neck":[-0.7,-146.4],"head":[-3.1,-178],"shR":[56.5,-147.3],"elR":[135.4,-133],"haR":[220.2,-122],"shL":[-59.2,-140.2],"elL":[-133.1,-108.2],"haL":[-217.7,-77],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.8,283.1],"hipL":[-28.8,9.5],"knL":[-40.5,165.5],"ftL":[-52.8,284.2]},{"rootY":0,"hips":[0,0],"chest":[1.2,-86.4],"neck":[-0.8,-146.4],"head":[-3.3,-178],"shR":[56.3,-147.5],"elR":[135.3,-133.5],"haR":[220.1,-122.6],"shL":[-59.3,-140.1],"elL":[-133.2,-108.2],"haL":[-217.8,-77.1],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.9,283.1],"hipL":[-28.8,9.5],"knL":[-40.4,165.5],"ftL":[-52.6,284.2]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.4],"neck":[-0.9,-146.4],"head":[-3.5,-178],"shR":[56.1,-147.7],"elR":[135.2,-133.9],"haR":[220,-123],"shL":[-59.5,-140.2],"elL":[-133.3,-108.2],"haL":[-217.9,-77],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[45.2,283.1],"hipL":[-28.8,9.5],"knL":[-40.3,165.5],"ftL":[-52.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.4],"neck":[-1,-146.4],"head":[-3.6,-178],"shR":[55.9,-147.9],"elR":[135,-134.2],"haR":[219.7,-123.2],"shL":[-59.6,-140.2],"elL":[-133.4,-108.3],"haL":[-217.9,-76.9],"hipR":[29.3,7.5],"knR":[36,163.8],"ftR":[45.5,283],"hipL":[-28.8,9.5],"knL":[-40.3,165.5],"ftL":[-52.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.4],"neck":[-1.1,-146.4],"head":[-3.7,-177.9],"shR":[55.7,-148.2],"elR":[134.8,-134.4],"haR":[219.4,-123.1],"shL":[-59.6,-140.4],"elL":[-133.5,-108.3],"haL":[-217.9,-76.7],"hipR":[29.3,7.5],"knR":[36.1,163.8],"ftR":[45.7,283],"hipL":[-28.8,9.5],"knL":[-40.2,165.5],"ftL":[-52,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.2,-146.4],"head":[-3.9,-177.9],"shR":[55.6,-148.5],"elR":[134.6,-134.4],"haR":[219,-122.8],"shL":[-59.7,-140.5],"elL":[-133.5,-108.2],"haL":[-217.8,-76.5],"hipR":[29.3,7.5],"knR":[36.2,163.8],"ftR":[46,283],"hipL":[-28.8,9.5],"knL":[-40,165.5],"ftL":[-51.8,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.2,-146.4],"head":[-4,-177.9],"shR":[55.4,-148.7],"elR":[134.3,-134.4],"haR":[218.6,-122.2],"shL":[-59.8,-140.6],"elL":[-133.4,-108.1],"haL":[-217.7,-76.1],"hipR":[29.3,7.5],"knR":[36.4,163.8],"ftR":[46.3,283],"hipL":[-28.8,9.5],"knL":[-39.9,165.5],"ftL":[-51.5,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.3,-146.4],"head":[-4,-178],"shR":[55.3,-148.8],"elR":[134.1,-134.1],"haR":[218.2,-121.4],"shL":[-59.8,-140.7],"elL":[-133.4,-107.9],"haL":[-217.5,-75.5],"hipR":[29.3,7.5],"knR":[36.5,163.8],"ftR":[46.5,283],"hipL":[-28.8,9.5],"knL":[-39.7,165.6],"ftL":[-51.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.6],"neck":[-1.3,-146.5],"head":[-4.1,-178],"shR":[55.2,-148.8],"elR":[133.9,-133.8],"haR":[217.8,-120.6],"shL":[-59.9,-140.8],"elL":[-133.3,-107.7],"haL":[-217.3,-75],"hipR":[29.3,7.5],"knR":[36.6,163.8],"ftR":[46.6,283],"hipL":[-28.8,9.5],"knL":[-39.5,165.6],"ftL":[-51.1,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.6],"neck":[-1.2,-146.5],"head":[-4.1,-178],"shR":[55.1,-148.8],"elR":[133.7,-133.5],"haR":[217.4,-119.8],"shL":[-59.9,-140.8],"elL":[-133.2,-107.4],"haL":[-217.1,-74.6],"hipR":[29.3,7.5],"knR":[36.6,163.8],"ftR":[46.8,283],"hipL":[-28.8,9.5],"knL":[-39.4,165.6],"ftL":[-50.9,284.2]},{"rootY":-0.1,"hips":[0,0],"chest":[1.2,-86.6],"neck":[-1.1,-146.5],"head":[-4,-178],"shR":[55.2,-148.7],"elR":[133.7,-133.2],"haR":[217.2,-119.3],"shL":[-59.8,-140.7],"elL":[-133.1,-107.2],"haL":[-216.8,-74.3],"hipR":[29.4,7.5],"knR":[37,163.8],"ftR":[47.2,282.9],"hipL":[-28.8,9.5],"knL":[-39.2,165.6],"ftL":[-50.7,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1.3,-86.5],"neck":[-0.9,-146.5],"head":[-3.9,-178],"shR":[55.4,-148.5],"elR":[133.8,-132.9],"haR":[217.1,-118.9],"shL":[-59.6,-140.7],"elL":[-132.9,-107.2],"haL":[-216.6,-74.2],"hipR":[29.4,7.4],"knR":[37.7,163.7],"ftR":[47.8,282.9],"hipL":[-28.7,9.6],"knL":[-39,165.7],"ftL":[-50.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[1.4,-86.5],"neck":[-0.7,-146.4],"head":[-3.6,-178],"shR":[55.6,-148.3],"elR":[134,-132.8],"haR":[217.2,-118.8],"shL":[-59.4,-140.8],"elL":[-132.7,-107.4],"haL":[-216.5,-74.5],"hipR":[29.4,7.4],"knR":[38.3,163.6],"ftR":[48.5,282.8],"hipL":[-28.7,9.6],"knL":[-38.9,165.7],"ftL":[-50,284.5]},{"rootY":-0.2,"hips":[0,0],"chest":[1.4,-86.4],"neck":[-0.5,-146.4],"head":[-3.4,-177.9],"shR":[55.7,-148.3],"elR":[134.1,-132.8],"haR":[217.2,-118.8],"shL":[-59.2,-141],"elL":[-132.7,-107.8],"haL":[-216.5,-75.2],"hipR":[29.4,7.4],"knR":[38.7,163.6],"ftR":[48.9,282.8],"hipL":[-28.8,9.5],"knL":[-38.9,165.7],"ftL":[-49.7,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.5,-86.4],"neck":[-0.3,-146.4],"head":[-3.2,-177.9],"shR":[55.8,-148.5],"elR":[134.2,-133],"haR":[217.2,-119],"shL":[-59.1,-141.2],"elL":[-132.7,-108.3],"haL":[-216.7,-76.1],"hipR":[29.3,7.5],"knR":[39,163.7],"ftR":[49.3,282.9],"hipL":[-28.8,9.5],"knL":[-38.8,165.6],"ftL":[-49.4,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.5,-86.3],"neck":[-0.2,-146.4],"head":[-3,-177.9],"shR":[56,-148.5],"elR":[134.4,-133.1],"haR":[217.5,-119.3],"shL":[-58.9,-141.2],"elL":[-132.7,-108.8],"haL":[-216.9,-77.1],"hipR":[29.3,7.5],"knR":[39.3,163.7],"ftR":[49.9,282.9],"hipL":[-28.8,9.4],"knL":[-38.7,165.6],"ftL":[-48.9,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.6,-86.3],"neck":[0,-146.4],"head":[-2.7,-178],"shR":[56.3,-148.3],"elR":[134.7,-133.1],"haR":[217.9,-119.6],"shL":[-58.7,-141.3],"elL":[-132.7,-109.3],"haL":[-217.1,-78.2],"hipR":[29.3,7.6],"knR":[39.6,163.7],"ftR":[50.4,282.9],"hipL":[-28.8,9.4],"knL":[-38.3,165.6],"ftL":[-48.5,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.7,-86.3],"neck":[0.2,-146.4],"head":[-2.5,-178],"shR":[56.6,-148.2],"elR":[135.1,-133.1],"haR":[218.3,-119.9],"shL":[-58.5,-141.3],"elL":[-132.7,-109.8],"haL":[-217.3,-79.1],"hipR":[29.3,7.6],"knR":[39.8,163.7],"ftR":[50.9,282.9],"hipL":[-28.8,9.4],"knL":[-38,165.6],"ftL":[-48,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.8,-86.3],"neck":[0.3,-146.5],"head":[-2.3,-178.1],"shR":[56.8,-148.1],"elR":[135.4,-133],"haR":[218.7,-120],"shL":[-58.4,-141.3],"elL":[-132.7,-110],"haL":[-217.4,-79.8],"hipR":[29.3,7.6],"knR":[39.9,163.7],"ftR":[51.3,282.8],"hipL":[-28.8,9.4],"knL":[-37.5,165.5],"ftL":[-47.5,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.9,-86.3],"neck":[0.5,-146.6],"head":[-2,-178.2],"shR":[57.1,-148],"elR":[135.7,-132.8],"haR":[219.2,-119.8],"shL":[-58.2,-141.2],"elL":[-132.6,-110.2],"haL":[-217.4,-80.3],"hipR":[29.3,7.7],"knR":[40,163.8],"ftR":[51.8,282.8],"hipL":[-28.8,9.3],"knL":[-37.1,165.5],"ftL":[-47,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2,-86.3],"neck":[0.7,-146.6],"head":[-1.8,-178.2],"shR":[57.4,-147.7],"elR":[136,-132.4],"haR":[219.8,-119.6],"shL":[-58,-141.1],"elL":[-132.5,-110.2],"haL":[-217.4,-80.7],"hipR":[29.3,7.7],"knR":[40.1,163.8],"ftR":[52.2,282.8],"hipL":[-28.8,9.3],"knL":[-36.7,165.5],"ftL":[-46.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.1,-86.3],"neck":[0.8,-146.7],"head":[-1.5,-178.3],"shR":[57.7,-147.4],"elR":[136.4,-132.1],"haR":[220.4,-119.2],"shL":[-57.9,-141],"elL":[-132.4,-110.4],"haL":[-217.5,-81.1],"hipR":[29.3,7.8],"knR":[40.3,163.8],"ftR":[52.7,282.8],"hipL":[-28.8,9.2],"knL":[-36.5,165.4],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.2,-86.3],"neck":[1,-146.7],"head":[-1.3,-178.3],"shR":[57.9,-147.3],"elR":[136.6,-131.8],"haR":[220.7,-118.6],"shL":[-57.7,-141.1],"elL":[-132.4,-110.6],"haL":[-217.4,-81.6],"hipR":[29.2,7.8],"knR":[40.6,163.8],"ftR":[53.1,282.8],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.3],"neck":[1.1,-146.7],"head":[-1,-178.3],"shR":[58.1,-147.3],"elR":[136.8,-131.4],"haR":[221,-118],"shL":[-57.6,-141.2],"elL":[-132.3,-110.8],"haL":[-217.4,-82.1],"hipR":[29.2,7.8],"knR":[40.9,163.8],"ftR":[53.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.2,165.4],"ftL":[-45.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.3,-146.7],"head":[-0.8,-178.3],"shR":[58.3,-147.1],"elR":[137,-131.1],"haR":[221.3,-117.5],"shL":[-57.4,-141.3],"elL":[-132.2,-111.2],"haL":[-217.4,-82.7],"hipR":[29.2,7.9],"knR":[41.1,163.9],"ftR":[53.6,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-45.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.2],"neck":[1.4,-146.6],"head":[-0.6,-178.3],"shR":[58.5,-146.9],"elR":[137.2,-130.7],"haR":[221.6,-117],"shL":[-57.3,-141.3],"elL":[-132.2,-111.4],"haL":[-217.4,-83.3],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.8,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-45,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.2],"neck":[1.5,-146.6],"head":[-0.4,-178.3],"shR":[58.7,-146.7],"elR":[137.4,-130.3],"haR":[221.9,-116.6],"shL":[-57.1,-141.3],"elL":[-132.2,-111.7],"haL":[-217.5,-84],"hipR":[29.2,7.9],"knR":[41.3,163.9],"ftR":[54,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.7,-146.6],"head":[-0.2,-178.3],"shR":[58.9,-146.5],"elR":[137.6,-130],"haR":[222.2,-116.1],"shL":[-57,-141.4],"elL":[-132.1,-112],"haL":[-217.5,-84.5],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54.1,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.8,-146.6],"head":[0,-178.3],"shR":[59.1,-146.3],"elR":[137.8,-129.7],"haR":[222.5,-115.6],"shL":[-56.8,-141.5],"elL":[-132,-112.3],"haL":[-217.5,-84.9],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[2,-146.6],"head":[0.2,-178.3],"shR":[59.3,-146.1],"elR":[138,-129.3],"haR":[222.8,-115.2],"shL":[-56.6,-141.7],"elL":[-131.9,-112.6],"haL":[-217.3,-85.3],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.1],"neck":[2.2,-146.6],"head":[0.4,-178.2],"shR":[59.6,-146],"elR":[138.2,-129],"haR":[223.1,-114.7],"shL":[-56.4,-141.8],"elL":[-131.7,-112.8],"haL":[-217.1,-85.5],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-86.1],"neck":[2.4,-146.5],"head":[0.7,-178.2],"shR":[59.9,-145.8],"elR":[138.5,-128.7],"haR":[223.5,-114.2],"shL":[-56.2,-141.9],"elL":[-131.5,-112.9],"haL":[-216.9,-85.8],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.6,-86.1],"neck":[2.7,-146.5],"head":[1,-178.2],"shR":[60.2,-145.6],"elR":[138.8,-128.4],"haR":[223.8,-113.9],"shL":[-55.9,-141.8],"elL":[-131.2,-112.9],"haL":[-216.7,-86],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.1,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.7,-86],"neck":[2.9,-146.5],"head":[1.2,-178.2],"shR":[60.4,-145.4],"elR":[139,-128],"haR":[224.2,-113.5],"shL":[-55.7,-141.8],"elL":[-131,-112.9],"haL":[-216.5,-86.1],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-44.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.7,-86],"neck":[3,-146.5],"head":[1.4,-178.2],"shR":[60.6,-145.1],"elR":[139.3,-127.7],"haR":[224.5,-113.1],"shL":[-55.6,-141.8],"elL":[-130.9,-112.9],"haL":[-216.4,-86.1],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.9,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-44.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.2,-146.5],"head":[1.6,-178.2],"shR":[60.8,-144.8],"elR":[139.4,-127.3],"haR":[224.8,-112.6],"shL":[-55.5,-141.8],"elL":[-130.8,-113],"haL":[-216.3,-86.2],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.7,282.9],"hipL":[-28.8,9.1],"knL":[-36.1,165.3],"ftL":[-45,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.2,-146.5],"head":[1.8,-178.2],"shR":[60.9,-144.7],"elR":[139.5,-127],"haR":[225,-112.2],"shL":[-55.4,-141.8],"elL":[-130.7,-113],"haL":[-216.2,-86.3],"hipR":[29.2,7.9],"knR":[41.1,163.9],"ftR":[53.6,282.9],"hipL":[-28.8,9.1],"knL":[-36.2,165.3],"ftL":[-45.1,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.3,-146.5],"head":[1.9,-178.2],"shR":[61,-144.5],"elR":[139.6,-126.6],"haR":[225.2,-111.6],"shL":[-55.3,-141.8],"elL":[-130.7,-113.1],"haL":[-216.2,-86.5],"hipR":[29.2,7.9],"knR":[41,163.9],"ftR":[53.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.3,165.3],"ftL":[-45.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.4,-146.4],"head":[2.1,-178.1],"shR":[61.1,-144.2],"elR":[139.7,-126.2],"haR":[225.4,-111.1],"shL":[-55.2,-141.8],"elL":[-130.6,-113.2],"haL":[-216.2,-86.8],"hipR":[29.2,7.9],"knR":[40.9,163.9],"ftR":[53.2,282.9],"hipL":[-28.8,9.1],"knL":[-36.4,165.3],"ftL":[-45.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.5,-146.4],"head":[2.2,-178.1],"shR":[61.3,-143.9],"elR":[139.8,-125.8],"haR":[225.5,-110.5],"shL":[-55.1,-141.8],"elL":[-130.6,-113.3],"haL":[-216.2,-87],"hipR":[29.2,7.9],"knR":[40.9,163.9],"ftR":[53.1,283],"hipL":[-28.8,9.1],"knL":[-36.5,165.3],"ftL":[-45.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.6,-146.4],"head":[2.3,-178.1],"shR":[61.4,-143.7],"elR":[139.9,-125.3],"haR":[225.6,-109.8],"shL":[-55,-141.8],"elL":[-130.5,-113.4],"haL":[-216.2,-87.1],"hipR":[29.2,7.9],"knR":[40.8,163.9],"ftR":[52.9,283],"hipL":[-28.8,9.1],"knL":[-36.6,165.3],"ftL":[-45.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.7,-146.4],"head":[2.5,-178.1],"shR":[61.5,-143.5],"elR":[140,-124.8],"haR":[225.7,-109],"shL":[-54.9,-141.8],"elL":[-130.4,-113.5],"haL":[-216.1,-87.3],"hipR":[29.2,7.9],"knR":[40.7,163.9],"ftR":[52.7,283],"hipL":[-28.8,9.1],"knL":[-36.7,165.3],"ftL":[-45.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3,-85.9],"neck":[3.9,-146.4],"head":[2.7,-178.1],"shR":[61.7,-143.3],"elR":[140.1,-124.4],"haR":[225.8,-108.4],"shL":[-54.8,-141.9],"elL":[-130.3,-113.6],"haL":[-216,-87.4],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.6,283],"hipL":[-28.8,9.1],"knL":[-36.8,165.3],"ftL":[-45.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.1,-85.9],"neck":[4.1,-146.4],"head":[2.9,-178.1],"shR":[61.9,-143.1],"elR":[140.3,-124.1],"haR":[225.9,-107.9],"shL":[-54.6,-142],"elL":[-130.1,-113.7],"haL":[-215.8,-87.6],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.5,283],"hipL":[-28.8,9.1],"knL":[-36.8,165.3],"ftL":[-46,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.1,-85.9],"neck":[4.3,-146.3],"head":[3.2,-178.1],"shR":[62.2,-142.9],"elR":[140.5,-123.9],"haR":[226.1,-107.7],"shL":[-54.3,-142.1],"elL":[-129.9,-113.9],"haL":[-215.6,-87.8],"hipR":[29.2,7.8],"knR":[40.4,163.9],"ftR":[52.5,283],"hipL":[-28.8,9.1],"knL":[-36.9,165.3],"ftL":[-46.1,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.2,-85.9],"neck":[4.6,-146.3],"head":[3.5,-178],"shR":[62.4,-142.6],"elR":[140.8,-123.8],"haR":[226.3,-107.9],"shL":[-54.1,-142.2],"elL":[-129.7,-114.2],"haL":[-215.5,-88.2],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.4,283],"hipL":[-28.8,9.1],"knL":[-36.9,165.3],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.3,-85.9],"neck":[4.8,-146.3],"head":[3.8,-178],"shR":[62.6,-142.3],"elR":[141.1,-123.9],"haR":[226.5,-108.3],"shL":[-53.9,-142.3],"elL":[-129.6,-114.5],"haL":[-215.4,-88.7],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.3,283],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.4,-85.9],"neck":[4.9,-146.3],"head":[4,-178],"shR":[62.8,-142.2],"elR":[141.3,-124],"haR":[226.5,-108.8],"shL":[-53.7,-142.4],"elL":[-129.5,-114.8],"haL":[-215.3,-89.3],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.2,283],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-46.3,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.5,-85.9],"neck":[5,-146.2],"head":[4.2,-177.9],"shR":[62.8,-142.1],"elR":[141.4,-124.2],"haR":[226.5,-109.3],"shL":[-53.6,-142.6],"elL":[-129.5,-115.2],"haL":[-215.3,-89.8],"hipR":[29.2,7.8],"knR":[40.2,163.9],"ftR":[52.1,283],"hipL":[-28.8,9.2],"knL":[-37,165.4],"ftL":[-46.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.5,-85.9],"neck":[4.9,-146.2],"head":[4.2,-177.9],"shR":[62.8,-142],"elR":[141.3,-124.4],"haR":[226.3,-109.8],"shL":[-53.7,-142.8],"elL":[-129.6,-115.5],"haL":[-215.4,-90.2],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[52,283],"hipL":[-28.8,9.2],"knL":[-37,165.4],"ftL":[-46.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.4,-85.9],"neck":[4.8,-146.2],"head":[4.1,-177.9],"shR":[62.6,-142.1],"elR":[141.2,-124.5],"haR":[226,-110.1],"shL":[-53.8,-142.9],"elL":[-129.7,-115.6],"haL":[-215.6,-90.4],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[51.8,283],"hipL":[-28.8,9.2],"knL":[-37.1,165.4],"ftL":[-46.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.3,-85.9],"neck":[4.6,-146.2],"head":[3.9,-177.9],"shR":[62.4,-142.1],"elR":[140.9,-124.5],"haR":[225.5,-110.3],"shL":[-54,-143],"elL":[-129.9,-115.6],"haL":[-215.8,-90.4],"hipR":[29.3,7.8],"knR":[40,163.9],"ftR":[51.6,282.9],"hipL":[-28.8,9.2],"knL":[-37.2,165.4],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.2,-86],"neck":[4.3,-146.2],"head":[3.6,-177.9],"shR":[62.2,-142],"elR":[140.6,-124.4],"haR":[225.1,-110.4],"shL":[-54.3,-142.9],"elL":[-130.1,-115.4],"haL":[-215.9,-89.9],"hipR":[29.3,7.7],"knR":[39.9,163.8],"ftR":[51.4,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-47,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.1,-86],"neck":[4.1,-146.2],"head":[3.4,-177.9],"shR":[62,-141.8],"elR":[140.3,-123.7],"haR":[224.6,-110.6],"shL":[-54.5,-142.7],"elL":[-130.2,-114.8],"haL":[-215.9,-88.9],"hipR":[29.3,7.7],"knR":[39.8,163.8],"ftR":[51.2,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-47.2,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.9,-86],"neck":[4,-146.2],"head":[3.1,-177.9],"shR":[62,-141.6],"elR":[139.9,-121.8],"haR":[223.9,-111.2],"shL":[-54.6,-142.2],"elL":[-130.1,-113.9],"haL":[-215.7,-87.3],"hipR":[29.3,7.7],"knR":[39.7,163.8],"ftR":[51.1,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.5],"ftL":[-47.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.8,-86],"neck":[3.9,-146.2],"head":[2.9,-177.8],"shR":[62,-141.3],"elR":[139,-118.4],"haR":[222.5,-112.1],"shL":[-54.7,-141.5],"elL":[-130,-112.5],"haL":[-215.4,-85.1],"hipR":[29.3,7.7],"knR":[39.6,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-86],"neck":[3.7,-146.2],"head":[2.6,-177.8],"shR":[61.9,-140.9],"elR":[137.7,-114.8],"haR":[220.2,-113.1],"shL":[-54.9,-140.7],"elL":[-129.8,-110.8],"haL":[-214.7,-82.1],"hipR":[29.3,7.7],"knR":[39.5,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-86],"neck":[3.5,-146.1],"head":[2.3,-177.7],"shR":[61.8,-140.4],"elR":[136.8,-112.6],"haR":[217.4,-114.7],"shL":[-55.1,-140.1],"elL":[-129.4,-108.8],"haL":[-213.8,-78.4],"hipR":[29.2,7.7],"knR":[39.5,163.8],"ftR":[51.1,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.3,-146.1],"head":[2,-177.7],"shR":[61.6,-140.2],"elR":[136.4,-112.1],"haR":[214.6,-116.8],"shL":[-55.2,-139.5],"elL":[-128.9,-106.7],"haL":[-212.7,-74.7],"hipR":[29.2,7.7],"knR":[39.5,163.9],"ftR":[51.2,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.3,-146.1],"head":[1.7,-177.6],"shR":[61.5,-140.7],"elR":[136,-112.3],"haR":[211.8,-119.6],"shL":[-55.3,-138.9],"elL":[-128.4,-104.8],"haL":[-211.6,-71.4],"hipR":[29.2,7.8],"knR":[39.7,163.9],"ftR":[51.4,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-47.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.2,-146],"head":[1.4,-177.6],"shR":[61.3,-141.6],"elR":[135.3,-113],"haR":[209.2,-122.5],"shL":[-55.4,-138.3],"elL":[-128,-103.1],"haL":[-210.6,-68.5],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[51.6,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-47,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-85.8],"neck":[2.9,-145.9],"head":[0.8,-177.5],"shR":[60.8,-142.5],"elR":[134.5,-114.3],"haR":[206.8,-124.9],"shL":[-55.7,-137.8],"elL":[-127.8,-101.7],"haL":[-210,-65.9],"hipR":[29.2,7.8],"knR":[40.5,163.8],"ftR":[51.7,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-46.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-85.8],"neck":[2.5,-145.9],"head":[0.1,-177.4],"shR":[60.2,-143.2],"elR":[133.9,-116.2],"haR":[204.8,-126.6],"shL":[-56.2,-137.4],"elL":[-127.8,-100.3],"haL":[-209.5,-63.5],"hipR":[29.2,7.8],"knR":[41,163.8],"ftR":[51.8,282.9],"hipL":[-28.8,9.2],"knL":[-37.4,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-85.7],"neck":[1.9,-145.8],"head":[-0.7,-177.3],"shR":[59.3,-144],"elR":[133.4,-118.6],"haR":[203.1,-127.7],"shL":[-56.8,-136.9],"elL":[-128,-99.1],"haL":[-209.3,-61.4],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-85.7],"neck":[1.3,-145.8],"head":[-1.5,-177.3],"shR":[58.5,-144.7],"elR":[132.7,-120.6],"haR":[201.9,-128.2],"shL":[-57.4,-136.5],"elL":[-128.3,-98.1],"haL":[-209.4,-59.8],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[0.7,-145.8],"head":[-2.3,-177.3],"shR":[57.6,-145.2],"elR":[131.7,-122],"haR":[201,-127.9],"shL":[-58,-136.1],"elL":[-128.8,-97.4],"haL":[-209.8,-58.7],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.7,282.9],"hipL":[-28.8,9.3],"knL":[-37.1,165.6],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[0.1,-145.8],"head":[-3.1,-177.3],"shR":[56.8,-145.5],"elR":[130.6,-123.2],"haR":[200.4,-126.9],"shL":[-58.6,-135.7],"elL":[-129.3,-96.9],"haL":[-210.3,-58.1],"hipR":[29.3,7.6],"knR":[41.2,163.7],"ftR":[51.7,282.8],"hipL":[-28.8,9.3],"knL":[-37,165.6],"ftL":[-46.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[-0.4,-145.8],"head":[-3.8,-177.3],"shR":[56.1,-145.9],"elR":[129.8,-124.5],"haR":[200.2,-125.1],"shL":[-59.1,-135.4],"elL":[-129.8,-96.6],"haL":[-211,-58],"hipR":[29.3,7.6],"knR":[41.2,163.6],"ftR":[51.7,282.8],"hipL":[-28.8,9.4],"knL":[-37,165.6],"ftL":[-46.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[-0.8,-145.8],"head":[-4.3,-177.3],"shR":[55.6,-146.1],"elR":[129.2,-125.6],"haR":[200.3,-123.3],"shL":[-59.4,-135],"elL":[-130.1,-96.6],"haL":[-211.7,-58.2],"hipR":[29.3,7.6],"knR":[41.2,163.7],"ftR":[51.7,282.9],"hipL":[-28.8,9.3],"knL":[-36.9,165.6],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-85.7],"neck":[-0.9,-145.8],"head":[-4.5,-177.4],"shR":[55.3,-146.2],"elR":[128.9,-125.9],"haR":[200.6,-121.9],"shL":[-59.5,-134.8],"elL":[-130.4,-96.7],"haL":[-212.2,-58.8],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-36.8,165.6],"ftL":[-46.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.7,-85.7],"neck":[-0.9,-145.8],"head":[-4.6,-177.4],"shR":[55.2,-145.8],"elR":[129,-125.6],"haR":[201.1,-120.7],"shL":[-59.4,-134.6],"elL":[-130.3,-96.9],"haL":[-212.4,-59.3],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[51.9,282.9],"hipL":[-28.8,9.3],"knL":[-36.8,165.5],"ftL":[-46.5,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.8,-85.6],"neck":[-0.7,-145.9],"head":[-4.4,-177.4],"shR":[55.4,-145.3],"elR":[129.3,-125.2],"haR":[202,-119.4],"shL":[-59.2,-134.5],"elL":[-130,-96.9],"haL":[-212.1,-59.3],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[52.1,282.9],"hipL":[-28.8,9.3],"knL":[-36.6,165.5],"ftL":[-46.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.4,-145.9],"head":[-4.2,-177.4],"shR":[55.6,-144.9],"elR":[129.8,-125.3],"haR":[203.1,-118],"shL":[-58.8,-134.3],"elL":[-129.4,-96.5],"haL":[-211.3,-58.7],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[52.3,282.9],"hipL":[-28.9,9.2],"knL":[-36.5,165.5],"ftL":[-46.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.4,-85.6],"neck":[-0.1,-145.9],"head":[-3.9,-177.5],"shR":[55.8,-144.9],"elR":[130.1,-125.6],"haR":[204.4,-116.6],"shL":[-58.4,-134.1],"elL":[-128.6,-95.9],"haL":[-210.3,-57.5],"hipR":[29.3,7.8],"knR":[41.4,163.8],"ftR":[52.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.4,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.8,-85.6],"neck":[0.1,-146],"head":[-3.8,-177.5],"shR":[55.9,-145],"elR":[130.3,-125.8],"haR":[205.4,-115.6],"shL":[-58.1,-133.7],"elL":[-127.9,-95],"haL":[-209.3,-56.1],"hipR":[29.3,7.8],"knR":[41.3,163.8],"ftR":[52.5,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[4,-85.6],"neck":[0.2,-146],"head":[-3.8,-177.5],"shR":[55.9,-144.7],"elR":[130.5,-125.6],"haR":[206.2,-114.8],"shL":[-57.9,-133.2],"elL":[-127.4,-94.1],"haL":[-208.5,-54.8],"hipR":[29.3,7.8],"knR":[41.1,163.8],"ftR":[52.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[4.1,-85.6],"neck":[0.2,-146],"head":[-3.9,-177.5],"shR":[55.8,-144.3],"elR":[130.6,-125.1],"haR":[206.6,-114.3],"shL":[-57.9,-132.8],"elL":[-127.1,-93.3],"haL":[-207.9,-53.5],"hipR":[29.2,7.8],"knR":[40.9,163.8],"ftR":[52.3,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.3],"ftL":[-46.1,284.4]},{"rootY":0,"hips":[0,0],"chest":[4,-85.6],"neck":[-0.1,-146],"head":[-4.2,-177.6],"shR":[55.6,-143.8],"elR":[130.5,-124.5],"haR":[206.7,-114],"shL":[-58.1,-132.5],"elL":[-126.9,-92.4],"haL":[-207.3,-51.8],"hipR":[29.2,7.8],"knR":[40.7,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.4,165.3],"ftL":[-46.4,284.4]},{"rootY":0,"hips":[0,0],"chest":[3.8,-85.6],"neck":[-0.4,-146.1],"head":[-4.6,-177.6],"shR":[55.4,-143.6],"elR":[130.3,-124.1],"haR":[206.3,-113.7],"shL":[-58.4,-132.2],"elL":[-126.7,-91.3],"haL":[-206.6,-49.8],"hipR":[29.2,7.8],"knR":[40.3,163.7],"ftR":[51.5,282.9],"hipL":[-28.8,9.2],"knL":[-36.6,165.3],"ftL":[-46.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.7,-85.7],"neck":[-0.7,-146.1],"head":[-5,-177.6],"shR":[55.1,-143.6],"elR":[129.8,-123.9],"haR":[205.7,-113.7],"shL":[-58.7,-131.9],"elL":[-126.4,-90.1],"haL":[-205.8,-47.5],"hipR":[29.3,7.8],"knR":[39.9,163.7],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-47.2,284.4]},{"rootY":0,"hips":[0,0],"chest":[3.6,-85.7],"neck":[-1,-146.1],"head":[-5.4,-177.6],"shR":[54.8,-143.3],"elR":[129.5,-123.1],"haR":[204.8,-114.3],"shL":[-58.9,-131.2],"elL":[-126.1,-88.5],"haL":[-205,-44.9],"hipR":[29.3,7.8],"knR":[39.5,163.7],"ftR":[50.7,282.9],"hipL":[-28.8,9.2],"knL":[-37.3,165.3],"ftL":[-47.7,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.4,-85.6],"neck":[-1.2,-146.1],"head":[-5.7,-177.5],"shR":[54.8,-142.1],"elR":[129.4,-120.4],"haR":[202.6,-115],"shL":[-59,-130.2],"elL":[-125.3,-86.2],"haL":[-203.4,-41.2],"hipR":[29.3,7.8],"knR":[39.2,163.7],"ftR":[50.3,282.9],"hipL":[-28.8,9.2],"knL":[-37.6,165.3],"ftL":[-48.1,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.2,-85.6],"neck":[-1.1,-146],"head":[-5.8,-177.5],"shR":[55.1,-139.7],"elR":[129.7,-116],"haR":[198.4,-114.9],"shL":[-58.8,-129],"elL":[-123.5,-82.8],"haL":[-200.4,-35.6],"hipR":[29.3,7.7],"knR":[38.9,163.7],"ftR":[50,282.9],"hipL":[-28.8,9.2],"knL":[-37.8,165.3],"ftL":[-48.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.9,-146],"head":[-5.7,-177.5],"shR":[55.4,-137.2],"elR":[130.1,-111.1],"haR":[191.9,-113.1],"shL":[-58.3,-127.6],"elL":[-120.4,-78.2],"haL":[-195.2,-27.8],"hipR":[29.3,7.7],"knR":[38.6,163.7],"ftR":[49.8,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.2],"ftL":[-48.6,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.7,-146],"head":[-5.4,-177.5],"shR":[55.8,-135.4],"elR":[130.4,-107.1],"haR":[184,-109],"shL":[-57.7,-126],"elL":[-116,-72.6],"haL":[-187.5,-17.8],"hipR":[29.3,7.7],"knR":[38.3,163.7],"ftR":[49.7,282.8],"hipL":[-28.8,9.3],"knL":[-38,165.2],"ftL":[-48.7,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.4,-146],"head":[-5,-177.5],"shR":[56.2,-134.2],"elR":[130.3,-104],"haR":[176.4,-103.7],"shL":[-57.1,-124.8],"elL":[-109.9,-66.3],"haL":[-176,-5.8],"hipR":[29.3,7.7],"knR":[38.2,163.7],"ftR":[49.7,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.2],"ftL":[-48.7,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3,-85.6],"neck":[0.2,-146],"head":[-4.3,-177.5],"shR":[56.6,-133.1],"elR":[129.8,-100.4],"haR":[171,-99.2],"shL":[-56.4,-124.4],"elL":[-102.1,-60.2],"haL":[-160.1,7.1],"hipR":[29.3,7.7],"knR":[38.3,163.7],"ftR":[50,282.8],"hipL":[-28.8,9.3],"knL":[-37.8,165.2],"ftL":[-48.4,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[2.9,-85.6],"neck":[1,-146.1],"head":[-3.3,-177.6],"shR":[57.3,-132.4],"elR":[128.6,-96],"haR":[167.5,-97.2],"shL":[-55.7,-124.7],"elL":[-93.3,-55],"haL":[-141.4,19.1],"hipR":[29.3,7.7],"knR":[38.5,163.7],"ftR":[50.5,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.1],"ftL":[-47.9,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.2,-85.6],"neck":[2.3,-146.1],"head":[-2,-177.6],"shR":[58.4,-132.1],"elR":[126.7,-91],"haR":[164.5,-99.4],"shL":[-54.4,-124.8],"elL":[-84.3,-50.9],"haL":[-122,29.1],"hipR":[29.2,7.8],"knR":[38.7,163.8],"ftR":[51.2,282.8],"hipL":[-28.9,9.2],"knL":[-37.3,165],"ftL":[-47.2,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[4,-85.5],"neck":[4,-146],"head":[-0.1,-177.5],"shR":[59.9,-131.9],"elR":[124.7,-86],"haR":[161.3,-105.7],"shL":[-52.6,-124.4],"elL":[-75,-47.5],"haL":[-102.7,36.9],"hipR":[29.2,7.9],"knR":[38.8,163.9],"ftR":[52.1,282.8],"hipL":[-28.9,9.1],"knL":[-36.9,165],"ftL":[-46.4,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[5,-85.3],"neck":[5.8,-145.8],"head":[1.7,-177.3],"shR":[61.5,-131.8],"elR":[121.9,-81.4],"haR":[157.9,-114.4],"shL":[-50.7,-123.7],"elL":[-65.8,-44.8],"haL":[-84.7,42.4],"hipR":[29.2,8],"knR":[39,163.9],"ftR":[52.9,282.8],"hipL":[-28.9,9],"knL":[-36.4,164.9],"ftL":[-45.7,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[5.9,-85.2],"neck":[7.1,-145.6],"head":[3.1,-177.1],"shR":[62.7,-132.3],"elR":[117.5,-78.6],"haR":[153.4,-124.3],"shL":[-49.3,-123.1],"elL":[-59.1,-43.3],"haL":[-72.2,45.2],"hipR":[29.2,8.1],"knR":[38.9,164],"ftR":[53.3,282.8],"hipL":[-28.9,8.9],"knL":[-36.2,164.8],"ftL":[-45.3,284]},{"rootY":0.1,"hips":[0,0],"chest":[6.4,-85.1],"neck":[7.5,-145.5],"head":[3.6,-177],"shR":[63.1,-133.3],"elR":[112.7,-79.1],"haR":[146.3,-135.2],"shL":[-48.9,-123],"elL":[-57,-43.1],"haL":[-69.5,45.6],"hipR":[29.2,8.1],"knR":[38.6,164],"ftR":[53.1,282.8],"hipL":[-28.9,8.9],"knL":[-36.4,164.8],"ftL":[-45.5,284]},{"rootY":0.1,"hips":[0,0],"chest":[6.5,-85.2],"neck":[7.3,-145.5],"head":[3.6,-177],"shR":[62.7,-134.2],"elR":[112.3,-82.9],"haR":[135.1,-144.9],"shL":[-49,-122.9],"elL":[-59.5,-43.4],"haL":[-75.4,44.7],"hipR":[29.2,8],"knR":[38.3,163.9],"ftR":[52.5,282.7],"hipL":[-28.9,9],"knL":[-36.7,164.8],"ftL":[-46.1,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.4,-85.2],"neck":[6.8,-145.5],"head":[3.7,-177.1],"shR":[62,-135.3],"elR":[118.4,-90.6],"haR":[120.9,-150.3],"shL":[-49.2,-122.3],"elL":[-63.9,-43.6],"haL":[-84.1,43.6],"hipR":[29.2,7.9],"knR":[38,163.9],"ftR":[51.9,282.7],"hipL":[-28.9,9],"knL":[-37.1,164.9],"ftL":[-46.7,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.5,-85.1],"neck":[6.2,-145.4],"head":[3.7,-177.1],"shR":[61.1,-136.5],"elR":[126.5,-103.5],"haR":[107.3,-150.5],"shL":[-49.5,-121.3],"elL":[-68.3,-43.6],"haL":[-91.6,42.6],"hipR":[29.2,7.9],"knR":[37.7,163.9],"ftR":[51.3,282.7],"hipL":[-28.9,9.1],"knL":[-37.3,164.9],"ftL":[-47.2,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.9,-85],"neck":[5.5,-145.4],"head":[3.5,-177.1],"shR":[60,-137.2],"elR":[130.6,-118.2],"haR":[98.2,-149.1],"shL":[-50,-120.5],"elL":[-72.2,-43.8],"haL":[-98,41.6],"hipR":[29.2,7.9],"knR":[37.5,163.8],"ftR":[50.7,282.8],"hipL":[-28.9,9.1],"knL":[-37.6,164.9],"ftL":[-47.8,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[7.3,-85],"neck":[4.6,-145.4],"head":[2.9,-177.1],"shR":[58.4,-137.6],"elR":[129.1,-125.9],"haR":[92.7,-150.7],"shL":[-50.7,-120],"elL":[-75.5,-44],"haL":[-103.9,40.3],"hipR":[29.2,7.9],"knR":[37.1,163.8],"ftR":[49.9,282.8],"hipL":[-28.9,9.1],"knL":[-38.1,164.9],"ftL":[-48.5,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[7.4,-85.2],"neck":[3.6,-145.5],"head":[2,-177.3],"shR":[56.7,-138.4],"elR":[123.9,-121.7],"haR":[90,-154.2],"shL":[-51.3,-119.5],"elL":[-77.7,-43.9],"haL":[-108.3,39.2],"hipR":[29.3,7.8],"knR":[36.7,163.8],"ftR":[49,282.8],"hipL":[-28.9,9.2],"knL":[-38.6,165],"ftL":[-49.4,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[7.2,-85.3],"neck":[2.9,-145.7],"head":[1.1,-177.4],"shR":[55.5,-139.3],"elR":[114.5,-110.8],"haR":[87.1,-157.5],"shL":[-51.9,-119.1],"elL":[-78.4,-43.5],"haL":[-110.2,38.5],"hipR":[29.3,7.7],"knR":[36.3,163.7],"ftR":[48.3,282.8],"hipL":[-28.9,9.2],"knL":[-38.8,165.1],"ftL":[-50,284.2]},{"rootY":0.2,"hips":[0,0],"chest":[6.9,-85.4],"neck":[2.6,-145.7],"head":[0.7,-177.4],"shR":[55,-139.8],"elR":[103.3,-102.2],"haR":[84,-160.5],"shL":[-52.3,-119.2],"elL":[-77.9,-43.2],"haL":[-110,37.8],"hipR":[29.3,7.6],"knR":[36.1,163.6],"ftR":[47.8,282.7],"hipL":[-28.8,9.3],"knL":[-38.8,165.2],"ftL":[-50.5,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[6.9,-85.4],"neck":[2.7,-145.7],"head":[0.8,-177.4],"shR":[54.8,-139.4],"elR":[97.7,-99.6],"haR":[80.2,-159.2],"shL":[-52.6,-119.7],"elL":[-76.8,-43.2],"haL":[-108,37.4],"hipR":[29.3,7.6],"knR":[36,163.6],"ftR":[47.7,282.7],"hipL":[-28.8,9.4],"knL":[-38.7,165.3],"ftL":[-50.7,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[7,-85.4],"neck":[3,-145.6],"head":[1.3,-177.3],"shR":[54.8,-138.9],"elR":[101.1,-102.2],"haR":[75.1,-152.1],"shL":[-52.5,-120.3],"elL":[-75,-43.1],"haL":[-104.2,37.5],"hipR":[29.3,7.6],"knR":[36.1,163.6],"ftR":[48,282.7],"hipL":[-28.8,9.4],"knL":[-38.5,165.3],"ftL":[-50.4,284.2]},{"rootY":0.2,"hips":[0,0],"chest":[7.2,-85.3],"neck":[3.4,-145.5],"head":[1.9,-177.2],"shR":[54.9,-138.6],"elR":[108,-108.6],"haR":[71.3,-143.6],"shL":[-52.1,-120.2],"elL":[-72.8,-42.5],"haL":[-99.2,38.5],"hipR":[29.3,7.7],"knR":[36.4,163.7],"ftR":[48.6,282.7],"hipL":[-28.8,9.3],"knL":[-38.3,165.2],"ftL":[-49.8,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[7.5,-85.2],"neck":[3.6,-145.3],"head":[2.2,-177.1],"shR":[55,-138.4],"elR":[111.7,-114.8],"haR":[68,-136.3],"shL":[-51.7,-119.5],"elL":[-70.5,-41.3],"haL":[-94.1,40],"hipR":[29.3,7.8],"knR":[36.8,163.8],"ftR":[49.1,282.8],"hipL":[-28.9,9.2],"knL":[-38.1,165.2],"ftL":[-49.2,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[7.7,-85.2],"neck":[3.5,-145.3],"head":[2.2,-177],"shR":[54.8,-138.3],"elR":[110.8,-115.2],"haR":[64.9,-131.9],"shL":[-51.6,-119],"elL":[-68.4,-40.4],"haL":[-89.3,41.5],"hipR":[29.3,7.8],"knR":[37.1,163.8],"ftR":[49.6,282.9],"hipL":[-28.9,9.2],"knL":[-38,165.1],"ftL":[-48.8,284.2]},{"rootY":0,"hips":[0,0],"chest":[7.6,-85.2],"neck":[3.5,-145.3],"head":[2,-177],"shR":[54.9,-138.2],"elR":[106.2,-107.5],"haR":[60.3,-132],"shL":[-51.6,-118.8],"elL":[-66.7,-39.9],"haL":[-84.9,42.8],"hipR":[29.3,7.8],"knR":[37.2,163.9],"ftR":[49.8,282.9],"hipL":[-28.9,9.2],"knL":[-38,165.1],"ftL":[-48.6,284.2]},{"rootY":0,"hips":[0,0],"chest":[7.2,-85.4],"neck":[3.5,-145.3],"head":[1.8,-177],"shR":[55.4,-138.2],"elR":[97.6,-96.3],"haR":[55.1,-135.7],"shL":[-51.8,-118.9],"elL":[-65.5,-39.9],"haL":[-81.1,44.1],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50,282.9],"hipL":[-28.9,9.2],"knL":[-37.8,165.1],"ftL":[-48.5,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.8,-85.4],"neck":[3.6,-145.3],"head":[1.8,-177],"shR":[56,-138.5],"elR":[87.1,-88.4],"haR":[50.7,-140.4],"shL":[-51.9,-119.1],"elL":[-65,-40],"haL":[-78.3,45.3],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50.1,282.8],"hipL":[-28.9,9.2],"knL":[-37.7,165.2],"ftL":[-48.4,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.6,-85.4],"neck":[3.8,-145.2],"head":[1.9,-176.9],"shR":[56.5,-138.6],"elR":[80.3,-85.4],"haR":[46.7,-143.4],"shL":[-52,-119.3],"elL":[-65.1,-40.2],"haL":[-76.4,46.4],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50.2,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.2],"ftL":[-48.3,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.6,-85.4],"neck":[3.9,-145.2],"head":[2,-176.9],"shR":[56.7,-138.5],"elR":[81.4,-86.1],"haR":[41.2,-141.7],"shL":[-52.1,-119.6],"elL":[-65.2,-40.5],"haL":[-75.4,47.2],"hipR":[29.2,7.8],"knR":[37.2,163.9],"ftR":[50.5,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.2],"ftL":[-48,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.5,-85.4],"neck":[3.8,-145.3],"head":[2.1,-177],"shR":[56.9,-138.5],"elR":[87.9,-89.7],"haR":[35.8,-136.1],"shL":[-52.1,-119.7],"elL":[-65.3,-40.5],"haL":[-75.3,47.5],"hipR":[29.2,7.8],"knR":[37.4,163.9],"ftR":[50.9,282.8],"hipL":[-28.8,9.2],"knL":[-37.4,165.1],"ftL":[-47.7,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.4,-85.4],"neck":[3.6,-145.3],"head":[2,-177],"shR":[57,-138.9],"elR":[93.9,-95.4],"haR":[31,-129.6],"shL":[-52.2,-119.4],"elL":[-65.6,-40.4],"haL":[-76.1,47.7],"hipR":[29.2,7.9],"knR":[37.6,163.9],"ftR":[51.2,282.8],"hipL":[-28.8,9.1],"knL":[-37.3,165.1],"ftL":[-47.3,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.3,-85.4],"neck":[3.1,-145.3],"head":[1.6,-177],"shR":[56.6,-139.1],"elR":[96.8,-100.4],"haR":[28.4,-124.7],"shL":[-52.6,-119],"elL":[-66.4,-40.1],"haL":[-77.5,47.7],"hipR":[29.2,7.9],"knR":[37.8,163.9],"ftR":[51.4,282.8],"hipL":[-28.9,9.1],"knL":[-37.2,165.1],"ftL":[-47.2,284.2]},{"rootY":0,"hips":[0,0],"chest":[6,-85.4],"neck":[2.3,-145.3],"head":[0.9,-177],"shR":[55.7,-138.8],"elR":[96.8,-101.8],"haR":[28.5,-124.7],"shL":[-53.1,-118.7],"elL":[-67.4,-39.8],"haL":[-79.2,47.7],"hipR":[29.2,7.9],"knR":[37.8,163.9],"ftR":[51.4,282.8],"hipL":[-28.8,9.1],"knL":[-37.1,165.1],"ftL":[-47.2,284.2]},{"rootY":0,"hips":[0,0],"chest":[5.7,-85.5],"neck":[1.5,-145.3],"head":[0.1,-177],"shR":[54.7,-138.4],"elR":[94.7,-99.2],"haR":[29.5,-127.4],"shL":[-53.9,-118.5],"elL":[-68.6,-39.7],"haL":[-80.8,47.4],"hipR":[29.2,7.8],"knR":[37.8,163.9],"ftR":[51.2,282.8],"hipL":[-28.8,9.2],"knL":[-37.2,165.2],"ftL":[-47.3,284.2]},{"rootY":0,"hips":[0,0],"chest":[5.3,-85.5],"neck":[0.8,-145.3],"head":[-0.6,-177],"shR":[53.9,-138.7],"elR":[90.8,-95.2],"haR":[30,-131.3],"shL":[-54.5,-118.4],"elL":[-69.8,-39.6],"haL":[-82.2,47],"hipR":[29.3,7.8],"knR":[37.8,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37.1,165.2],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[5,-85.5],"neck":[0.4,-145.2],"head":[-1.1,-176.9],"shR":[53.5,-139.3],"elR":[86.1,-91.8],"haR":[30.7,-137.2],"shL":[-54.9,-118.3],"elL":[-70.9,-39.6],"haL":[-83.2,46.6],"hipR":[29.3,7.8],"knR":[37.9,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37.1,165.3],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.9,-85.5],"neck":[0.3,-145.2],"head":[-1.3,-176.9],"shR":[53.3,-139.8],"elR":[82.1,-90.1],"haR":[32.8,-143.8],"shL":[-55.1,-118.2],"elL":[-71.9,-39.7],"haL":[-83.7,46.1],"hipR":[29.3,7.7],"knR":[38.1,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37,165.3],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.5],"neck":[0.4,-145.2],"head":[-1.3,-176.8],"shR":[53.4,-140],"elR":[81.5,-90.6],"haR":[34.6,-146.6],"shL":[-55.2,-118.4],"elL":[-72.5,-39.9],"haL":[-83.8,45.7],"hipR":[29.3,7.8],"knR":[38.2,163.9],"ftR":[51.3,282.8],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-47.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.5],"neck":[0.4,-145.1],"head":[-1.2,-176.8],"shR":[53.7,-139.9],"elR":[86,-93.2],"haR":[34.7,-142.9],"shL":[-55.2,-118.5],"elL":[-72.8,-40],"haL":[-83.5,45.4],"hipR":[29.3,7.8],"knR":[38.4,163.9],"ftR":[51.7,282.8],"hipL":[-28.9,9.2],"knL":[-36.7,165.3],"ftL":[-46.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.4],"neck":[0.5,-145.1],"head":[-1,-176.7],"shR":[54,-139.2],"elR":[93.7,-97.4],"haR":[35.8,-135.3],"shL":[-55,-118.3],"elL":[-72.7,-39.8],"haL":[-83,45.3],"hipR":[29.3,7.8],"knR":[38.7,163.9],"ftR":[52.2,282.8],"hipL":[-28.9,9.2],"knL":[-36.5,165.3],"ftL":[-46.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.4],"neck":[0.6,-145],"head":[-0.9,-176.7],"shR":[54.2,-137.6],"elR":[101.2,-101.5],"haR":[37.5,-125.2],"shL":[-54.8,-118],"elL":[-72.4,-39.4],"haL":[-82.3,45.5],"hipR":[29.2,7.9],"knR":[38.9,164],"ftR":[52.7,282.8],"hipL":[-28.9,9.1],"knL":[-36.3,165.3],"ftL":[-45.9,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.3],"neck":[0.5,-145],"head":[-1,-176.7],"shR":[54,-135.5],"elR":[105.9,-103.9],"haR":[38.5,-111.7],"shL":[-54.7,-117.6],"elL":[-72,-38.9],"haL":[-81.6,45.8],"hipR":[29.2,7.9],"knR":[39.1,164],"ftR":[53,282.8],"hipL":[-28.9,9.1],"knL":[-36.1,165.2],"ftL":[-45.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.3],"neck":[0.3,-145],"head":[-1.2,-176.7],"shR":[53.8,-133.6],"elR":[108.2,-102.8],"haR":[40.5,-97.5],"shL":[-54.8,-117.3],"elL":[-71.5,-38.5],"haL":[-80.9,46.2],"hipR":[29.2,7.9],"knR":[39.2,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.6,-85.2],"neck":[0.1,-145],"head":[-1.6,-176.7],"shR":[53.5,-132.3],"elR":[110,-98],"haR":[46.4,-85.3],"shL":[-54.8,-117],"elL":[-71.1,-38.1],"haL":[-80.2,46.5],"hipR":[29.2,7.9],"knR":[39.3,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.5,-85.1],"neck":[0,-145],"head":[-1.9,-176.6],"shR":[53.4,-131],"elR":[110.9,-90.4],"haR":[55.3,-73.6],"shL":[-54.8,-116.6],"elL":[-70.7,-37.6],"haL":[-79.5,47],"hipR":[29.2,7.9],"knR":[39.4,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.3,-85],"neck":[-0.2,-144.9],"head":[-2.4,-176.5],"shR":[53.3,-129.4],"elR":[108.7,-81.3],"haR":[62.6,-57.5],"shL":[-54.8,-116.2],"elL":[-70.4,-37.2],"haL":[-78.9,47.5],"hipR":[29.2,7.9],"knR":[39.5,164],"ftR":[53,282.9],"hipL":[-28.9,9.1],"knL":[-36.1,165.2],"ftL":[-45.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.9],"neck":[-0.3,-144.8],"head":[-2.8,-176.4],"shR":[53,-127.3],"elR":[103.4,-71.8],"haR":[67.4,-35.7],"shL":[-55,-116],"elL":[-70.2,-37],"haL":[-78.4,48],"hipR":[29.2,7.9],"knR":[39.5,164],"ftR":[52.9,282.9],"hipL":[-28.9,9.1],"knL":[-36.2,165.2],"ftL":[-45.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.9],"neck":[-0.4,-144.6],"head":[-3.1,-176.2],"shR":[52.8,-125.2],"elR":[96.8,-62.9],"haR":[72.4,-15.1],"shL":[-55.2,-116.2],"elL":[-70,-37.1],"haL":[-78,48.4],"hipR":[29.2,7.9],"knR":[39.6,164],"ftR":[52.7,282.9],"hipL":[-28.9,9.1],"knL":[-36.4,165.2],"ftL":[-45.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.8],"neck":[-0.3,-144.5],"head":[-3.2,-176.1],"shR":[52.7,-123.6],"elR":[91.1,-56.1],"haR":[79.4,1],"shL":[-55.3,-116.5],"elL":[-69.9,-37.3],"haL":[-77.9,48.5],"hipR":[29.3,7.9],"knR":[39.6,163.9],"ftR":[52.5,282.9],"hipL":[-28.9,9.1],"knL":[-36.5,165.3],"ftL":[-46,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.1,-84.8],"neck":[-0.2,-144.5],"head":[-3.2,-176.1],"shR":[52.9,-122.5],"elR":[87.2,-52],"haR":[87.1,14.5],"shL":[-55.4,-116.7],"elL":[-69.9,-37.6],"haL":[-77.9,48.6],"hipR":[29.3,7.9],"knR":[39.7,163.9],"ftR":[52.3,282.9],"hipL":[-28.9,9.1],"knL":[-36.6,165.3],"ftL":[-46.1,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.1,-84.8],"neck":[0.1,-144.3],"head":[-3,-175.9],"shR":[53.1,-121.9],"elR":[85.1,-49.7],"haR":[93.2,25.7],"shL":[-55.3,-116.8],"elL":[-69.9,-37.8],"haL":[-78.2,48.7],"hipR":[29.3,7.8],"knR":[39.8,163.9],"ftR":[52.1,282.9],"hipL":[-28.9,9.2],"knL":[-36.6,165.3],"ftL":[-46.2,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.7],"neck":[0.4,-144.3],"head":[-2.8,-175.8],"shR":[53.3,-121.6],"elR":[84.3,-48.1],"haR":[97.7,32.8],"shL":[-55.1,-116.9],"elL":[-70,-38],"haL":[-78.8,48.7],"hipR":[29.3,7.8],"knR":[40,163.9],"ftR":[52,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.3,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.3,-84.7],"neck":[0.6,-144.3],"head":[-2.6,-175.9],"shR":[53.6,-121.5],"elR":[84.3,-47.3],"haR":[101.3,36.3],"shL":[-54.8,-116.8],"elL":[-70.1,-38.1],"haL":[-79.5,48.8],"hipR":[29.3,7.8],"knR":[40.3,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.3,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.4,-84.8],"neck":[0.8,-144.4],"head":[-2.4,-176],"shR":[54.1,-121.5],"elR":[84.4,-46.8],"haR":[103.9,38.3],"shL":[-54.5,-116.7],"elL":[-70.1,-38.1],"haL":[-80.4,48.8],"hipR":[29.3,7.8],"knR":[40.5,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.9,165.4],"ftL":[-46.3,284.5]},{"rootY":0,"hips":[0,0],"chest":[4.4,-84.8],"neck":[0.9,-144.5],"head":[-2.2,-176.1],"shR":[54.7,-121.3],"elR":[84.3,-46.3],"haR":[105.2,39.7],"shL":[-54.2,-116.5],"elL":[-70.2,-38],"haL":[-81.2,48.9],"hipR":[29.3,7.8],"knR":[40.6,163.8],"ftR":[51.8,282.9],"hipL":[-28.9,9.2],"knL":[-36.9,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[4.2,-84.9],"neck":[1.1,-144.6],"head":[-2,-176.2],"shR":[55.3,-121],"elR":[84.1,-45.9],"haR":[106.1,40.5],"shL":[-53.9,-116.4],"elL":[-70.2,-38],"haL":[-81.9,48.9],"hipR":[29.2,7.8],"knR":[40.7,163.8],"ftR":[51.8,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[3.9,-85],"neck":[1.3,-144.7],"head":[-1.7,-176.4],"shR":[55.8,-120.8],"elR":[84.1,-45.8],"haR":[106.7,40.8],"shL":[-53.5,-116.4],"elL":[-70.3,-38.1],"haL":[-82.4,48.9],"hipR":[29.3,7.8],"knR":[40.7,163.8],"ftR":[51.7,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[3.5,-85.1],"neck":[1.5,-144.9],"head":[-1.5,-176.6],"shR":[56.2,-120.5],"elR":[83.7,-45.7],"haR":[106.7,41],"shL":[-53.2,-116.4],"elL":[-70.3,-38.2],"haL":[-82.6,48.9],"hipR":[29.3,7.8],"knR":[40.5,163.8],"ftR":[51.6,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[3,-85.2],"neck":[1.5,-145.1],"head":[-1.3,-176.7],"shR":[56.5,-120.4],"elR":[82.7,-45.4],"haR":[105.9,41.3],"shL":[-53,-116.5],"elL":[-70.4,-38.2],"haL":[-82.7,49],"hipR":[29.3,7.8],"knR":[40.2,163.8],"ftR":[51.5,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[2.6,-85.2],"neck":[1.4,-145.1],"head":[-1.4,-176.8],"shR":[56.5,-120.3],"elR":[81.5,-45.1],"haR":[104.7,41.7],"shL":[-53,-116.4],"elL":[-70.6,-38.1],"haL":[-82.6,49],"hipR":[29.3,7.7],"knR":[39.9,163.8],"ftR":[51.3,282.9],"hipL":[-28.9,9.2],"knL":[-37,165.4],"ftL":[-46.9,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[2.2,-85.2],"neck":[1.2,-145.1],"head":[-1.6,-176.8],"shR":[56.4,-120.2],"elR":[80.6,-44.8],"haR":[103.6,42],"shL":[-53,-116.2],"elL":[-70.7,-37.9],"haL":[-82.3,49.1],"hipR":[29.3,7.7],"knR":[39.6,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.2,165.4],"ftL":[-47.2,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.9,-85.2],"neck":[0.9,-145.1],"head":[-1.9,-176.8],"shR":[56.2,-120.1],"elR":[80.1,-44.5],"haR":[102.6,42.3],"shL":[-53.1,-116],"elL":[-70.8,-37.6],"haL":[-81.8,49.1],"hipR":[29.3,7.7],"knR":[39.3,163.8],"ftR":[50.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.4],"ftL":[-47.4,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.5,-85.2],"neck":[0.5,-145.1],"head":[-2.2,-176.8],"shR":[55.9,-119.9],"elR":[79.7,-44.3],"haR":[101.7,42.5],"shL":[-53.2,-115.7],"elL":[-70.9,-37.2],"haL":[-81.2,49],"hipR":[29.3,7.7],"knR":[38.9,163.8],"ftR":[50.6,282.9],"hipL":[-28.8,9.3],"knL":[-37.6,165.3],"ftL":[-47.6,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-85.2],"neck":[0.1,-145.1],"head":[-2.6,-176.8],"shR":[55.5,-119.9],"elR":[79.5,-44.1],"haR":[101.2,42.3],"shL":[-53.4,-115.4],"elL":[-70.8,-36.7],"haL":[-80.4,48.9],"hipR":[29.3,7.7],"knR":[38.4,163.8],"ftR":[50.4,282.9],"hipL":[-28.8,9.3],"knL":[-37.7,165.3],"ftL":[-47.8,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.8,-85.2],"neck":[-0.3,-145.2],"head":[-2.9,-176.9],"shR":[55.2,-120],"elR":[79.3,-44.1],"haR":[101,41.9],"shL":[-53.5,-115],"elL":[-70.7,-36.3],"haL":[-79.4,48.7],"hipR":[29.3,7.7],"knR":[37.9,163.8],"ftR":[50.2,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.3],"ftL":[-48,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.5,-85.2],"neck":[-0.6,-145.2],"head":[-3.3,-176.9],"shR":[54.9,-120],"elR":[79.3,-44.1],"haR":[101.1,41.4],"shL":[-53.6,-114.6],"elL":[-70.4,-35.8],"haL":[-78.4,48.5],"hipR":[29.3,7.7],"knR":[37.6,163.8],"ftR":[50.1,282.8],"hipL":[-28.8,9.3],"knL":[-38,165.3],"ftL":[-48.1,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-85.2],"neck":[-0.9,-145.2],"head":[-3.5,-176.9],"shR":[54.8,-120.1],"elR":[79.5,-44.1],"haR":[101.4,40.8],"shL":[-53.6,-114.3],"elL":[-70.1,-35.4],"haL":[-77.2,48.3],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.1,282.8],"hipL":[-28.8,9.3],"knL":[-38.1,165.3],"ftL":[-48.1,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.2,-85.2],"neck":[-1,-145.2],"head":[-3.5,-176.9],"shR":[54.7,-120.2],"elR":[80,-44.2],"haR":[102,40.1],"shL":[-53.5,-114.2],"elL":[-69.8,-35.2],"haL":[-76.1,48],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.2,282.8],"hipL":[-28.7,9.3],"knL":[-38.1,165.3],"ftL":[-48,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.1,-85.1],"neck":[-1,-145.2],"head":[-3.5,-176.9],"shR":[54.8,-120.2],"elR":[80.6,-44.3],"haR":[102.7,39.3],"shL":[-53.4,-114.1],"elL":[-69.6,-35.1],"haL":[-75.1,47.8],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.4,282.8],"hipL":[-28.7,9.3],"knL":[-38,165.2],"ftL":[-47.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.1,-85],"neck":[-0.8,-145.1],"head":[-3.4,-176.8],"shR":[55,-120.2],"elR":[81.2,-44.4],"haR":[103.3,38.6],"shL":[-53.1,-114],"elL":[-69.3,-35],"haL":[-74.2,47.7],"hipR":[29.2,7.7],"knR":[37.5,163.8],"ftR":[50.7,282.8],"hipL":[-28.7,9.3],"knL":[-37.9,165.2],"ftL":[-47.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.2,-85],"neck":[-0.6,-145.1],"head":[-3.2,-176.8],"shR":[55.2,-120.1],"elR":[81.6,-44.3],"haR":[103.9,38.3],"shL":[-52.9,-114],"elL":[-69.1,-35],"haL":[-73.7,47.7],"hipR":[29.2,7.7],"knR":[37.6,163.9],"ftR":[51,282.8],"hipL":[-28.7,9.2],"knL":[-37.8,165.2],"ftL":[-47.2,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.3,-84.9],"neck":[-0.4,-145.1],"head":[-3,-176.8],"shR":[55.4,-119.9],"elR":[81.7,-44],"haR":[104.4,38.2],"shL":[-52.6,-114],"elL":[-68.9,-35],"haL":[-73.6,47.8],"hipR":[29.2,7.8],"knR":[37.8,163.9],"ftR":[51.3,282.8],"hipL":[-28.7,9.2],"knL":[-37.6,165.1],"ftL":[-46.9,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.4,-84.9],"neck":[-0.2,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.7],"elR":[81.5,-43.6],"haR":[104.5,38.6],"shL":[-52.4,-114],"elL":[-68.8,-35],"haL":[-73.8,48.1],"hipR":[29.2,7.8],"knR":[38.1,163.9],"ftR":[51.5,282.8],"hipL":[-28.7,9.2],"knL":[-37.5,165.1],"ftL":[-46.7,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.9],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.5],"elR":[81,-43.2],"haR":[104.1,39.3],"shL":[-52.3,-114],"elL":[-68.7,-35.1],"haL":[-74.3,48.4],"hipR":[29.2,7.8],"knR":[38.3,163.9],"ftR":[51.7,282.8],"hipL":[-28.7,9.2],"knL":[-37.4,165.1],"ftL":[-46.5,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.3],"elR":[80.3,-42.8],"haR":[103.5,40.2],"shL":[-52.4,-114.1],"elL":[-68.8,-35.1],"haL":[-75,48.8],"hipR":[29.2,7.8],"knR":[38.5,163.9],"ftR":[51.8,282.8],"hipL":[-28.7,9.2],"knL":[-37.3,165.1],"ftL":[-46.3,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.3,-119.1],"elR":[79.7,-42.5],"haR":[102.7,41.1],"shL":[-52.4,-114.1],"elL":[-69,-35.2],"haL":[-75.9,49.1],"hipR":[29.2,7.8],"knR":[38.7,163.9],"ftR":[52,282.8],"hipL":[-28.7,9.2],"knL":[-37.2,165.1],"ftL":[-46.2,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.2,-145],"head":[-2.9,-176.7],"shR":[55.2,-119],"elR":[79.3,-42.2],"haR":[102.1,41.8],"shL":[-52.5,-114.1],"elL":[-69.2,-35.2],"haL":[-76.7,49.5],"hipR":[29.2,7.8],"knR":[39,163.9],"ftR":[52.1,282.8],"hipL":[-28.7,9.2],"knL":[-37.2,165.1],"ftL":[-46.1,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.7],"neck":[-0.2,-144.9],"head":[-2.9,-176.6],"shR":[55.1,-118.9],"elR":[78.9,-42],"haR":[101.6,42.5],"shL":[-52.6,-114.1],"elL":[-69.3,-35.2],"haL":[-77.6,49.9],"hipR":[29.2,7.8],"knR":[39.3,163.9],"ftR":[52.1,282.9],"hipL":[-28.7,9.2],"knL":[-37.1,165.1],"ftL":[-46,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.6],"neck":[-0.2,-144.9],"head":[-2.9,-176.6],"shR":[55.1,-118.8],"elR":[78.4,-41.9],"haR":[101.2,43.1],"shL":[-52.7,-114],"elL":[-69.3,-35.1],"haL":[-78.2,50.2],"hipR":[29.2,7.8],"knR":[39.7,163.9],"ftR":[52.2,282.9],"hipL":[-28.8,9.1],"knL":[-37,165.1],"ftL":[-45.8,284.3]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.6],"neck":[-0.3,-144.8],"head":[-3,-176.5],"shR":[55,-118.9],"elR":[77.7,-41.7],"haR":[101.1,43.5],"shL":[-52.8,-113.9],"elL":[-69.3,-35],"haL":[-78.7,50.5],"hipR":[29.2,7.8],"knR":[40,163.8],"ftR":[52.4,282.9],"hipL":[-28.8,9.2],"knL":[-36.9,165.1],"ftL":[-45.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.5],"neck":[-0.4,-144.8],"head":[-3.2,-176.5],"shR":[54.9,-118.9],"elR":[77.1,-41.7],"haR":[101,43.8],"shL":[-52.9,-113.8],"elL":[-69.3,-34.9],"haL":[-79.1,50.9],"hipR":[29.2,7.8],"knR":[40.2,163.8],"ftR":[52.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.8,165.1],"ftL":[-45.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.5],"neck":[-0.6,-144.8],"head":[-3.3,-176.5],"shR":[54.8,-119],"elR":[76.6,-41.5],"haR":[100.9,44],"shL":[-53,-113.6],"elL":[-69.2,-34.7],"haL":[-79.2,51.3],"hipR":[29.2,7.9],"knR":[40.2,163.9],"ftR":[52.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.8,165.1],"ftL":[-45.4,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.5],"neck":[-0.7,-144.8],"head":[-3.5,-176.4],"shR":[54.7,-118.9],"elR":[76.1,-41.4],"haR":[100.7,44.3],"shL":[-52.9,-113.4],"elL":[-69,-34.4],"haL":[-79.1,51.7],"hipR":[29.2,7.9],"knR":[40.1,163.9],"ftR":[52.4,283],"hipL":[-28.8,9.1],"knL":[-36.7,165],"ftL":[-45.3,284.3]}]}}; \ No newline at end of file diff --git a/ink-theater/mocap/clips/climb.json b/ink-theater/mocap/clips/climb.json new file mode 100644 index 00000000..bd07bdeb --- /dev/null +++ b/ink-theater/mocap/clips/climb.json @@ -0,0 +1 @@ +{"name":"climb","fps":30,"height":520,"groundY":339,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[1.7,-82.8],"neck":[1.7,-82.8],"head":[2.7,-153.6],"shR":[-61.9,-110.7],"elR":[-167.1,-95.9],"haR":[-236.2,-86.1],"shL":[69.9,-107.1],"elL":[169.9,-93.1],"haL":[239.8,-83.3],"hipR":[-26.5,36.4],"knR":[-23.8,187.1],"ftR":[-21.2,339.3],"hipL":[27.6,36.4],"knL":[25.1,181.5],"ftL":[22.4,333.3]},{"rootY":0.3,"hips":[0,0],"chest":[-6.5,-82.3],"neck":[-6.5,-82.3],"head":[-12.8,-153],"shR":[30.3,-106.6],"elR":[47.6,-1.7],"haR":[42.7,62.8],"shL":[-39.1,-112.2],"elL":[-32.5,-13.4],"haL":[-59.8,51.7],"hipR":[6.5,33.7],"knR":[-14.2,182.8],"ftR":[23.8,324],"hipL":[-27.7,39.3],"knL":[-49,182.4],"ftL":[-12.6,324.4]},{"rootY":0,"hips":[0,0],"chest":[-6.3,-82.4],"neck":[-6.3,-82.4],"head":[-12.1,-153],"shR":[31.3,-106.6],"elR":[48,-1.7],"haR":[42.4,62.3],"shL":[-39.2,-112.3],"elL":[-31.5,-13.5],"haL":[-56.3,52.5],"hipR":[6.7,34.2],"knR":[-13.8,183.3],"ftR":[24.1,324.5],"hipL":[-28,39.1],"knL":[-46.9,182.5],"ftL":[-11.5,324.5]},{"rootY":0.2,"hips":[0,0],"chest":[-6.6,-82.5],"neck":[-6.6,-82.5],"head":[-12.5,-153.2],"shR":[31.4,-106.9],"elR":[47.9,-1.9],"haR":[40.6,61.7],"shL":[-40,-112.1],"elL":[-32.2,-13.2],"haL":[-54.5,53.5],"hipR":[6.3,34.6],"knR":[-15,183.7],"ftR":[23.9,324.4],"hipL":[-28.7,38.5],"knL":[-48.1,182],"ftL":[-13.2,324.3]},{"rootY":0.7,"hips":[0,0],"chest":[-6.3,-82.5],"neck":[-6.3,-82.5],"head":[-12.4,-153.2],"shR":[31.4,-107.8],"elR":[46.8,-2.7],"haR":[39,60.5],"shL":[-39.5,-111.2],"elL":[-31.7,-12.3],"haL":[-52.3,54.8],"hipR":[6.6,34.5],"knR":[-15.1,183.5],"ftR":[23.5,323.7],"hipL":[-28.5,38.7],"knL":[-49.2,182.2],"ftL":[-14,324.6]},{"rootY":0.6,"hips":[0,0],"chest":[-6.1,-82.6],"neck":[-6.1,-82.6],"head":[-12.3,-153.3],"shR":[31.9,-108.4],"elR":[46.8,-3.2],"haR":[37.7,59.9],"shL":[-39.4,-110.6],"elL":[-31.9,-11.7],"haL":[-51.6,55.6],"hipR":[6.2,34.5],"knR":[-14.5,183.7],"ftR":[23.9,323.9],"hipL":[-28.8,38.5],"knL":[-49.1,182],"ftL":[-13.5,324.1]},{"rootY":0.4,"hips":[0,0],"chest":[-5.8,-82.6],"neck":[-5.8,-82.6],"head":[-12.4,-153.4],"shR":[32.2,-108.8],"elR":[47.1,-3.6],"haR":[36.8,59.3],"shL":[-39.2,-110.3],"elL":[-31.6,-11.3],"haL":[-51.2,56],"hipR":[6,34.9],"knR":[-15.3,184],"ftR":[23.8,324],"hipL":[-29,38.2],"knL":[-47.8,182],"ftL":[-13.3,324.3]},{"rootY":0.7,"hips":[0,0],"chest":[-5.8,-82.6],"neck":[-5.8,-82.6],"head":[-12.6,-153.5],"shR":[31.9,-109.1],"elR":[47.2,-4],"haR":[35.9,58.6],"shL":[-38.8,-109.9],"elL":[-31,-10.9],"haL":[-51.3,56.2],"hipR":[5.9,35.2],"knR":[-15.8,184.2],"ftR":[23.9,323.9],"hipL":[-29.2,38],"knL":[-47.5,181.8],"ftL":[-13.2,324.2]},{"rootY":1.2,"hips":[0,0],"chest":[-6,-82.6],"neck":[-6,-82.6],"head":[-13,-153.5],"shR":[31.7,-109.4],"elR":[47.3,-4.3],"haR":[35.2,58.4],"shL":[-38.8,-109.6],"elL":[-31.4,-10.5],"haL":[-53,56.3],"hipR":[6.4,34.8],"knR":[-16,183.7],"ftR":[23.5,323.2],"hipL":[-28.8,38.5],"knL":[-48.2,182.1],"ftL":[-13.5,324.3]},{"rootY":1.4,"hips":[0,0],"chest":[-6.3,-82.6],"neck":[-6.3,-82.6],"head":[-13.9,-153.5],"shR":[31.2,-109.3],"elR":[46.9,-4.3],"haR":[34.6,58.6],"shL":[-39.2,-109.7],"elL":[-31.8,-10.4],"haL":[-54.9,56.1],"hipR":[6.3,34.8],"knR":[-16.3,183.7],"ftR":[22.8,322.9],"hipL":[-28.8,38.4],"knL":[-48.7,182.1],"ftL":[-14.2,324.3]},{"rootY":1.1,"hips":[0,0],"chest":[-6.7,-82.6],"neck":[-6.7,-82.6],"head":[-15.4,-153.4],"shR":[30.1,-109.9],"elR":[45.2,-4.8],"haR":[32.8,58.7],"shL":[-39,-109],"elL":[-31.8,-9.7],"haL":[-56.8,56.2],"hipR":[5.9,35.1],"knR":[-17.1,183.9],"ftR":[22.3,323],"hipL":[-29,38.2],"knL":[-48.4,181.9],"ftL":[-14.8,324.2]},{"rootY":1,"hips":[0,0],"chest":[-6.9,-82.6],"neck":[-6.9,-82.6],"head":[-16.9,-153.2],"shR":[30.2,-109.9],"elR":[44.4,-4.6],"haR":[33.2,59.3],"shL":[-39.4,-109.1],"elL":[-32.4,-9.6],"haL":[-59.1,55.8],"hipR":[6,34.9],"knR":[-16.7,183.8],"ftR":[22.1,323.1],"hipL":[-28.7,38.4],"knL":[-48.9,182],"ftL":[-15.1,323.9]},{"rootY":1.2,"hips":[0,0],"chest":[-6.9,-82.6],"neck":[-6.9,-82.6],"head":[-18.9,-152.9],"shR":[29.9,-110.6],"elR":[43.4,-5.2],"haR":[32.8,59.1],"shL":[-39.4,-108.3],"elL":[-32.7,-8.8],"haL":[-61.4,55.7],"hipR":[5.8,34.8],"knR":[-16.6,183.8],"ftR":[21.7,322.9],"hipL":[-28.5,38.5],"knL":[-49,182],"ftL":[-15.2,323.7]},{"rootY":1.4,"hips":[0,0],"chest":[-7.5,-82.5],"neck":[-7.5,-82.5],"head":[-21.5,-152.4],"shR":[30.1,-110.5],"elR":[43.9,-5.1],"haR":[33.5,59.3],"shL":[-41,-108.4],"elL":[-34.3,-8.8],"haL":[-65.1,54.8],"hipR":[5.2,35.1],"knR":[-17.9,184],"ftR":[21.7,322.8],"hipL":[-28.9,38.1],"knL":[-49.3,181.7],"ftL":[-16,323.6]},{"rootY":1.5,"hips":[0,0],"chest":[-7.8,-82.5],"neck":[-7.8,-82.5],"head":[-23.8,-151.8],"shR":[29.5,-110.9],"elR":[44.1,-5.7],"haR":[33.5,58.7],"shL":[-41.4,-107.9],"elL":[-34.5,-8.3],"haL":[-67.1,54.4],"hipR":[5.5,35.2],"knR":[-17.5,184.2],"ftR":[21.2,322.8],"hipL":[-28.6,38.3],"knL":[-49.5,181.8],"ftL":[-16.4,323.5]},{"rootY":1.7,"hips":[0,0],"chest":[-8.1,-82.5],"neck":[-8.1,-82.5],"head":[-26,-151.3],"shR":[29.6,-111.1],"elR":[45.3,-6],"haR":[34.6,58.3],"shL":[-42.6,-107.6],"elL":[-35,-8.1],"haL":[-68.9,53.8],"hipR":[5.9,34.8],"knR":[-16.8,183.8],"ftR":[20.6,322.6],"hipL":[-28.2,38.7],"knL":[-50.1,182.1],"ftL":[-16.8,323.3]},{"rootY":2.3,"hips":[0,0],"chest":[-8.7,-82.4],"neck":[-8.7,-82.4],"head":[-28.2,-150.8],"shR":[29.1,-111.5],"elR":[45.4,-6.5],"haR":[34.6,57.7],"shL":[-44.4,-107.2],"elL":[-36.2,-7.8],"haL":[-70.9,53.5],"hipR":[6,34.9],"knR":[-17.3,183.7],"ftR":[19.7,322.2],"hipL":[-28.2,38.7],"knL":[-50.7,182],"ftL":[-17.4,322.8]},{"rootY":2.6,"hips":[0,0],"chest":[-9.3,-82.3],"neck":[-9.3,-82.3],"head":[-29.9,-150.3],"shR":[29.3,-111.6],"elR":[46.8,-6.8],"haR":[35.7,57],"shL":[-46.3,-106.9],"elL":[-36.9,-7.8],"haL":[-72.1,53.2],"hipR":[6.7,34.6],"knR":[-16.8,183.5],"ftR":[19,321.9],"hipL":[-28,39],"knL":[-51.5,182.1],"ftL":[-18,322.2]},{"rootY":2.9,"hips":[0,0],"chest":[-9.6,-82.3],"neck":[-9.6,-82.3],"head":[-31.1,-150],"shR":[29.5,-111.7],"elR":[48.1,-7.1],"haR":[37.2,56.4],"shL":[-47.8,-106.7],"elL":[-38.1,-7.8],"haL":[-72.8,53.4],"hipR":[7.6,34.1],"knR":[-15.8,182.9],"ftR":[18.8,321.8],"hipL":[-27.8,39.3],"knL":[-52.7,182.2],"ftL":[-18.5,321.1]},{"rootY":3.1,"hips":[0,0],"chest":[-9.9,-82.2],"neck":[-9.9,-82.2],"head":[-31.9,-149.7],"shR":[29.7,-111.9],"elR":[49.4,-7.5],"haR":[38.6,55.8],"shL":[-49.1,-106.5],"elL":[-39,-7.7],"haL":[-72.9,53.9],"hipR":[8.4,34],"knR":[-14.3,182.9],"ftR":[18.4,321.8],"hipL":[-27.8,39.5],"knL":[-53.5,182.2],"ftL":[-18.6,320]},{"rootY":2.9,"hips":[0,0],"chest":[-10.3,-82.2],"neck":[-10.3,-82.2],"head":[-32.6,-149.5],"shR":[30.7,-111.8],"elR":[50.9,-7.5],"haR":[40.4,55.8],"shL":[-51.2,-106.6],"elL":[-40.9,-7.9],"haL":[-73.3,54.6],"hipR":[9.2,34.1],"knR":[-13.3,183.1],"ftR":[18,321.7],"hipL":[-27.8,39.6],"knL":[-55,182],"ftL":[-19.4,318.6]},{"rootY":3.1,"hips":[0,0],"chest":[-10.4,-82.1],"neck":[-10.4,-82.1],"head":[-32.7,-149.4],"shR":[31,-112.1],"elR":[51.6,-7.9],"haR":[42.5,55.3],"shL":[-52.2,-106.1],"elL":[-41.6,-7.7],"haL":[-72.6,55.5],"hipR":[9.7,34],"knR":[-11.4,183.2],"ftR":[18.4,322],"hipL":[-27.9,39.6],"knL":[-58.1,181.3],"ftL":[-20.5,315.9]},{"rootY":2.1,"hips":[0,0],"chest":[-10.4,-82.1],"neck":[-10.4,-82.1],"head":[-32.5,-149.4],"shR":[32.3,-111.4],"elR":[53.6,-7.3],"haR":[45.4,56],"shL":[-53.6,-106.8],"elL":[-42.6,-8.5],"haL":[-71.8,55.6],"hipR":[10.2,33.8],"knR":[-8.5,183.2],"ftR":[18.7,322.9],"hipL":[-27.9,39.6],"knL":[-62,180.2],"ftL":[-22.4,312.2]},{"rootY":2.6,"hips":[0,0],"chest":[-10.6,-82],"neck":[-10.6,-82],"head":[-32.3,-149.4],"shR":[32.3,-111.6],"elR":[53.8,-7.6],"haR":[47.1,55.7],"shL":[-54.5,-106.5],"elL":[-43.5,-8.3],"haL":[-71.2,56.5],"hipR":[11.2,33.6],"knR":[-6.7,183.1],"ftR":[18.8,322.6],"hipL":[-27.6,39.9],"knL":[-66.2,179],"ftL":[-23.6,308.4]},{"rootY":2.5,"hips":[0,0],"chest":[-10.3,-82],"neck":[-10.3,-82],"head":[-31.9,-149.4],"shR":[33.5,-111.1],"elR":[55.4,-7.3],"haR":[50.3,56.4],"shL":[-54.9,-107],"elL":[-43.6,-8.9],"haL":[-69.6,56.7],"hipR":[11.8,33.2],"knR":[-4.2,182.8],"ftR":[19.9,322.7],"hipL":[-27.5,40.1],"knL":[-70,177.5],"ftL":[-24.4,304.7]},{"rootY":2.3,"hips":[0,0],"chest":[-9.8,-82],"neck":[-9.8,-82],"head":[-30.8,-149.5],"shR":[34.6,-110.7],"elR":[56.6,-6.9],"haR":[53,57],"shL":[-55.1,-107.5],"elL":[-43.3,-9.5],"haL":[-68,56.6],"hipR":[12.8,33.1],"knR":[-1.2,182.7],"ftR":[21.7,322.8],"hipL":[-27.4,40.2],"knL":[-72.5,176.2],"ftL":[-25.6,302.3]},{"rootY":1.7,"hips":[0,0],"chest":[-9.3,-82],"neck":[-9.3,-82],"head":[-29.9,-149.5],"shR":[35.9,-110.3],"elR":[57.7,-6.4],"haR":[56.4,58.2],"shL":[-55.2,-107.9],"elL":[-42.9,-10.2],"haL":[-66.1,56.5],"hipR":[13.3,32.9],"knR":[1.4,182.7],"ftR":[23.4,323],"hipL":[-27.5,40.2],"knL":[-74.7,174.9],"ftL":[-28.5,301.6]},{"rootY":1,"hips":[0,0],"chest":[-9.2,-82],"neck":[-9.2,-82],"head":[-29.2,-149.6],"shR":[36.7,-109.8],"elR":[58,-6],"haR":[58.7,59.2],"shL":[-55.6,-108.3],"elL":[-42.4,-11],"haL":[-64.8,56],"hipR":[13.5,33.6],"knR":[3.7,183.3],"ftR":[26,323.4],"hipL":[-27.9,39.9],"knL":[-76.6,173.4],"ftL":[-33.7,303]},{"rootY":1,"hips":[0,0],"chest":[-9,-81.9],"neck":[-9,-81.9],"head":[-28.3,-149.6],"shR":[37.5,-109.2],"elR":[58,-5.3],"haR":[60.3,60.7],"shL":[-55.7,-108.8],"elL":[-41.6,-11.9],"haL":[-63.1,55.4],"hipR":[13.8,33.8],"knR":[6,183.5],"ftR":[29.2,323.1],"hipL":[-28,39.9],"knL":[-77.9,172.1],"ftL":[-39.9,306.1]},{"rootY":0.9,"hips":[0,0],"chest":[-8.8,-81.9],"neck":[-8.8,-81.9],"head":[-27.2,-149.6],"shR":[38,-108.8],"elR":[57.5,-4.6],"haR":[61.7,61.8],"shL":[-55.8,-109.2],"elL":[-41,-12.6],"haL":[-61.6,54.9],"hipR":[14.4,33.9],"knR":[8.9,183.5],"ftR":[32,323.1],"hipL":[-27.7,40],"knL":[-79.1,170.8],"ftL":[-47.4,309.5]},{"rootY":0.3,"hips":[0,0],"chest":[-8.7,-81.7],"neck":[-8.7,-81.7],"head":[-26.7,-149.5],"shR":[38.9,-107.7],"elR":[57.5,-3.5],"haR":[62.9,63.5],"shL":[-56.2,-110],"elL":[-40.9,-14],"haL":[-60.7,53.8],"hipR":[14.9,33.8],"knR":[12.1,183.1],"ftR":[35.6,322.4],"hipL":[-27.4,40.2],"knL":[-79.8,169.9],"ftL":[-55.6,313.1]},{"rootY":0,"hips":[0,0],"chest":[-8.7,-81.6],"neck":[-8.7,-81.6],"head":[-26,-149.4],"shR":[39,-107],"elR":[56.9,-2.7],"haR":[63.2,64.7],"shL":[-56.2,-110.5],"elL":[-40.8,-14.8],"haL":[-59.9,53.2],"hipR":[15.3,33.8],"knR":[15.7,182.6],"ftR":[39.1,322.2],"hipL":[-27.2,40.4],"knL":[-80.3,168.9],"ftL":[-63.9,316]},{"rootY":-0.6,"hips":[0,0],"chest":[-8.8,-81.4],"neck":[-8.8,-81.4],"head":[-25.6,-149.2],"shR":[39,-106.1],"elR":[56.5,-1.9],"haR":[62.4,65.9],"shL":[-56.4,-111],"elL":[-40.9,-15.7],"haL":[-59.8,52.3],"hipR":[15.9,33.6],"knR":[20,181.7],"ftR":[42.9,322],"hipL":[-26.9,40.6],"knL":[-80.1,168.2],"ftL":[-72.2,318]},{"rootY":-0.2,"hips":[0,0],"chest":[-8.8,-81.3],"neck":[-8.8,-81.3],"head":[-25.1,-149],"shR":[39.3,-105.3],"elR":[56.1,-1.2],"haR":[61.5,66.9],"shL":[-56.8,-111.6],"elL":[-40.9,-16.8],"haL":[-60,51.2],"hipR":[15.9,34],"knR":[24,181],"ftR":[47.1,321.7],"hipL":[-26.9,40.6],"knL":[-79.6,167.3],"ftL":[-79.1,318.7]},{"rootY":0.1,"hips":[0,0],"chest":[-9.4,-81.1],"neck":[-9.4,-81.1],"head":[-24.9,-148.6],"shR":[39.2,-104.6],"elR":[55.6,-0.6],"haR":[60,67.7],"shL":[-57.9,-112],"elL":[-41.6,-17.6],"haL":[-60.6,50.4],"hipR":[16.3,33.8],"knR":[30.3,178.4],"ftR":[50.9,320.9],"hipL":[-26.6,40.8],"knL":[-79,166.9],"ftL":[-84.9,318.6]},{"rootY":0.8,"hips":[0,0],"chest":[-9.6,-80.9],"neck":[-9.6,-80.9],"head":[-25.1,-148.5],"shR":[39.4,-104.1],"elR":[55,-0.2],"haR":[58.5,68.3],"shL":[-58.6,-112.2],"elL":[-42.3,-18.2],"haL":[-61.5,49.7],"hipR":[17.2,33.5],"knR":[36.3,175.5],"ftR":[55.5,319],"hipL":[-26,41.2],"knL":[-77.5,166.4],"ftL":[-88.6,317.8]},{"rootY":1.6,"hips":[0,0],"chest":[-10.2,-80.8],"neck":[-10.2,-80.8],"head":[-25.7,-148.3],"shR":[39.3,-103.7],"elR":[54.1,0.1],"haR":[56.1,68.6],"shL":[-60,-112.2],"elL":[-43.5,-18.8],"haL":[-63,49.1],"hipR":[18,33.7],"knR":[39,174.6],"ftR":[60.2,317],"hipL":[-26,41.2],"knL":[-75.1,166.5],"ftL":[-89.9,317.3]},{"rootY":2.9,"hips":[0,0],"chest":[-10,-80.7],"neck":[-10,-80.7],"head":[-25.1,-148.1],"shR":[40,-103.7],"elR":[54,-0.1],"haR":[54.8,68.5],"shL":[-60.6,-112],"elL":[-44.2,-19],"haL":[-63.6,48.9],"hipR":[19.2,33.2],"knR":[42.5,173.1],"ftR":[66,314.5],"hipL":[-25,41.8],"knL":[-72.4,167],"ftL":[-87.6,317.6]},{"rootY":3.7,"hips":[0,0],"chest":[-10.4,-80.6],"neck":[-10.4,-80.6],"head":[-24.9,-148.1],"shR":[39.9,-104],"elR":[53.2,-0.6],"haR":[53,67.9],"shL":[-61.8,-111.5],"elL":[-46,-18.5],"haL":[-65.2,49.5],"hipR":[20,33.4],"knR":[45.5,172],"ftR":[71.3,312.1],"hipL":[-24.9,41.9],"knL":[-69.5,167.9],"ftL":[-81.6,318.9]},{"rootY":4.1,"hips":[0,0],"chest":[-11.8,-80.6],"neck":[-11.8,-80.6],"head":[-26.1,-148.2],"shR":[39.2,-104.1],"elR":[52.6,-0.8],"haR":[51.4,67.6],"shL":[-64.1,-111.4],"elL":[-48.8,-18.3],"haL":[-67.7,49.7],"hipR":[20.7,33.5],"knR":[48.4,170.7],"ftR":[76.4,309.2],"hipL":[-25,41.9],"knL":[-67.1,169],"ftL":[-73.9,320.5]},{"rootY":3.8,"hips":[0,0],"chest":[-10.9,-80.5],"neck":[-10.9,-80.5],"head":[-25.4,-148.3],"shR":[40.2,-105.2],"elR":[53.3,-2.2],"haR":[51.8,66.1],"shL":[-63.9,-110.1],"elL":[-49.6,-16.6],"haL":[-67.8,51.6],"hipR":[20.8,34],"knR":[52.1,169.7],"ftR":[83.7,306.8],"hipL":[-25.5,41.6],"knL":[-61.2,170.2],"ftL":[-64.7,322]},{"rootY":2.2,"hips":[0,0],"chest":[-10.9,-80.7],"neck":[-10.9,-80.7],"head":[-25.6,-148.6],"shR":[40.9,-105.6],"elR":[54.6,-2.5],"haR":[52.5,65.6],"shL":[-64.6,-110.1],"elL":[-51.5,-16.1],"haL":[-69.1,52.2],"hipR":[21,34.2],"knR":[55.2,168.6],"ftR":[89.8,304.4],"hipL":[-25.7,41.4],"knL":[-57.4,172.3],"ftL":[-57,324.1]},{"rootY":1.5,"hips":[0,0],"chest":[-11.1,-80.8],"neck":[-11.1,-80.8],"head":[-25.5,-148.8],"shR":[41.3,-106.3],"elR":[54.6,-3.1],"haR":[52.6,64.9],"shL":[-65.5,-109.7],"elL":[-53.8,-15.1],"haL":[-71.2,53.3],"hipR":[20.8,34.4],"knR":[48.1,176.1],"ftR":[94.6,300.2],"hipL":[-26.2,41.1],"knL":[-56.5,173.9],"ftL":[-50.8,325.7]},{"rootY":0.1,"hips":[0,0],"chest":[-11.1,-81],"neck":[-11.1,-81],"head":[-25.2,-149.2],"shR":[42,-107.3],"elR":[55.2,-3.9],"haR":[53.2,63.8],"shL":[-66.2,-109],"elL":[-56.6,-13.7],"haL":[-74.1,54.7],"hipR":[20.1,35.2],"knR":[41.1,181.8],"ftR":[97.5,293.5],"hipL":[-27.4,40.3],"knL":[-53.4,176],"ftL":[-43.6,327.5]},{"rootY":-1.4,"hips":[0,0],"chest":[-11.1,-81.2],"neck":[-11.1,-81.2],"head":[-24.8,-149.6],"shR":[42.9,-107.7],"elR":[55.9,-3.8],"haR":[53.6,63.1],"shL":[-67,-109],"elL":[-59.3,-13.2],"haL":[-77.8,54.9],"hipR":[18.8,35.9],"knR":[33,185.3],"ftR":[97.6,285.7],"hipL":[-28.9,39.2],"knL":[-49,177.7],"ftL":[-35.7,328.9]},{"rootY":-2.7,"hips":[0,0],"chest":[-10.9,-81.3],"neck":[-10.9,-81.3],"head":[-24.6,-149.8],"shR":[44.1,-108.1],"elR":[56.6,-3.7],"haR":[53.9,62.6],"shL":[-67.5,-108.7],"elL":[-62.5,-12.5],"haL":[-82.5,55.2],"hipR":[17.5,36.3],"knR":[23.7,186.9],"ftR":[94.2,278.3],"hipL":[-30.3,38.2],"knL":[-43.7,179],"ftL":[-27.6,329.9]},{"rootY":-2.8,"hips":[0,0],"chest":[-10.3,-81.5],"neck":[-10.3,-81.5],"head":[-23.3,-150.1],"shR":[45.5,-108.3],"elR":[57.6,-3.5],"haR":[54.6,61.7],"shL":[-67.3,-109],"elL":[-64.9,-12],"haL":[-86.5,54.9],"hipR":[16.5,36.7],"knR":[15.8,186.7],"ftR":[90.9,270.3],"hipL":[-31.3,37.4],"knL":[-39.1,179.7],"ftL":[-19.6,330]},{"rootY":-3.8,"hips":[0,0],"chest":[-9.9,-81.6],"neck":[-9.9,-81.6],"head":[-23.2,-150.3],"shR":[46.3,-108.5],"elR":[57.9,-3.5],"haR":[54.6,60.6],"shL":[-67.1,-108.9],"elL":[-67.5,-11.3],"haL":[-91.5,54.4],"hipR":[14.9,37.1],"knR":[4.8,185.3],"ftR":[83.5,267.4],"hipL":[-31.8,36.9],"knL":[-34.3,180.4],"ftL":[-13.1,330.6]},{"rootY":-3.8,"hips":[0,0],"chest":[-9.4,-81.8],"neck":[-9.4,-81.8],"head":[-21.9,-150.6],"shR":[47.2,-108.4],"elR":[58.4,-3.3],"haR":[55.2,59.3],"shL":[-66.4,-109.4],"elL":[-69.2,-11.3],"haL":[-95.5,52.7],"hipR":[13.6,37.2],"knR":[-5.1,182.8],"ftR":[75.4,267.8],"hipL":[-32.8,36.1],"knL":[-29.8,180.3],"ftL":[-6.2,330.1]},{"rootY":-2.8,"hips":[0,0],"chest":[-9.1,-81.9],"neck":[-9.1,-81.9],"head":[-21.4,-150.9],"shR":[47.8,-108.4],"elR":[59.2,-3.1],"haR":[55.7,58.4],"shL":[-65.9,-109.7],"elL":[-71.1,-11.4],"haL":[-99.6,50.5],"hipR":[12.6,37.3],"knR":[-15.2,179.6],"ftR":[65.7,271],"hipL":[-33.1,35.7],"knL":[-27.2,180.2],"ftL":[0.3,329.1]},{"rootY":-1,"hips":[0,0],"chest":[-9.3,-82],"neck":[-9.3,-82],"head":[-21.9,-150.9],"shR":[47.4,-108.3],"elR":[59,-2.9],"haR":[55.4,57.9],"shL":[-65.5,-109.8],"elL":[-72.6,-11.3],"haL":[-102.8,48.2],"hipR":[11.8,37.4],"knR":[-25.1,175.8],"ftR":[54.8,276.8],"hipL":[-33.1,35.7],"knL":[-27.8,180.2],"ftL":[5.8,327.3]},{"rootY":0.8,"hips":[0,0],"chest":[-10.2,-81.9],"neck":[-10.2,-81.9],"head":[-22.6,-151],"shR":[46.3,-108.4],"elR":[58.4,-3.1],"haR":[55,57.4],"shL":[-66.3,-109.5],"elL":[-75.1,-10.9],"haL":[-106.9,45.8],"hipR":[10.2,37.7],"knR":[-34.9,172],"ftR":[40.7,284.6],"hipL":[-33.8,35],"knL":[-27.2,179.6],"ftL":[11.3,325]},{"rootY":1.6,"hips":[0,0],"chest":[-11.1,-81.9],"neck":[-11.1,-81.9],"head":[-23.4,-150.9],"shR":[44.8,-108.4],"elR":[57.5,-3],"haR":[54.8,57.6],"shL":[-66.7,-109.5],"elL":[-77,-11],"haL":[-109.8,43],"hipR":[9.3,38.2],"knR":[-42.5,169],"ftR":[24.1,294.7],"hipL":[-33.6,35],"knL":[-25.6,179.6],"ftL":[16.7,323.5]},{"rootY":3.1,"hips":[0,0],"chest":[-11.6,-81.8],"neck":[-11.6,-81.8],"head":[-24.6,-150.7],"shR":[43.6,-108.2],"elR":[57.6,-3],"haR":[55,57.8],"shL":[-66.5,-109.5],"elL":[-77.4,-10.9],"haL":[-110.9,40.7],"hipR":[9.9,38.6],"knR":[-46.4,166.2],"ftR":[4.7,304.4],"hipL":[-33.1,35.3],"knL":[-23.3,179.9],"ftL":[22.9,321.9]},{"rootY":3.7,"hips":[0,0],"chest":[-12.5,-81.6],"neck":[-12.5,-81.6],"head":[-25.8,-150.5],"shR":[41.9,-108.5],"elR":[56.6,-3.4],"haR":[54.9,58.3],"shL":[-66.9,-108.9],"elL":[-77.8,-10.3],"haL":[-111.9,39.5],"hipR":[8.8,38.8],"knR":[-49.9,165.5],"ftR":[-17.6,312.4],"hipL":[-33.3,34.9],"knL":[-18.2,179.2],"ftL":[28.6,321]},{"rootY":3.2,"hips":[0,0],"chest":[-13.2,-81.5],"neck":[-13.2,-81.5],"head":[-27,-150.2],"shR":[40.2,-108.7],"elR":[56.3,-3.8],"haR":[54.9,58.6],"shL":[-67.1,-108.6],"elL":[-77.4,-10],"haL":[-111.7,38.7],"hipR":[7.9,38.9],"knR":[-50.7,166.5],"ftR":[-40.4,318.1],"hipL":[-33.1,34.9],"knL":[-12.9,178.4],"ftL":[34.4,319.9]},{"rootY":4,"hips":[0,0],"chest":[-13.4,-81.5],"neck":[-13.4,-81.5],"head":[-28.1,-149.9],"shR":[39.2,-108.7],"elR":[56.3,-4.1],"haR":[55.6,59.1],"shL":[-66.7,-108.5],"elL":[-76.2,-9.9],"haL":[-110.5,38.4],"hipR":[7.3,39.3],"knR":[-50.9,167.5],"ftR":[-63.2,319.3],"hipL":[-32.8,34.8],"knL":[-5.7,176.7],"ftL":[40.7,318.5]},{"rootY":5.1,"hips":[0,0],"chest":[-14.1,-81.5],"neck":[-14.1,-81.5],"head":[-30.1,-149.6],"shR":[37.5,-108.4],"elR":[55.3,-4],"haR":[55.4,59.9],"shL":[-66.6,-108.9],"elL":[-75.2,-10.3],"haL":[-109.2,38.4],"hipR":[5.9,38.9],"knR":[-55.6,167.8],"ftR":[-76.8,318.4],"hipL":[-32.7,34.7],"knL":[5.7,172.3],"ftL":[46,316.3]},{"rootY":6.8,"hips":[0,0],"chest":[-13.9,-81.5],"neck":[-13.9,-81.5],"head":[-30.3,-149.5],"shR":[37.2,-107.6],"elR":[56.5,-3.5],"haR":[56.4,61.3],"shL":[-65.5,-109.8],"elL":[-72.5,-11.3],"haL":[-106.2,38.8],"hipR":[5.6,39.1],"knR":[-56.1,168.5],"ftR":[-82.1,318.4],"hipL":[-32.7,34.6],"knL":[8.9,170.7],"ftL":[52.5,313.1]},{"rootY":6.8,"hips":[0,0],"chest":[-12.4,-81.6],"neck":[-12.4,-81.6],"head":[-28.7,-149.6],"shR":[38.4,-107.9],"elR":[57.1,-3.9],"haR":[58.2,61.5],"shL":[-63.5,-109.6],"elL":[-68.7,-11.4],"haL":[-101.7,41.1],"hipR":[6.8,39.5],"knR":[-54.1,169.4],"ftR":[-80.2,319.3],"hipL":[-32.5,34.8],"knL":[12.3,169.2],"ftL":[59.2,309.8]},{"rootY":6.8,"hips":[0,0],"chest":[-11.3,-81.7],"neck":[-11.3,-81.7],"head":[-27.8,-149.6],"shR":[39.5,-106.8],"elR":[57.5,-2.7],"haR":[59.4,63.5],"shL":[-61.7,-111],"elL":[-64.5,-13.1],"haL":[-96.8,42.4],"hipR":[6.4,39.3],"knR":[-54.9,169.7],"ftR":[-76.1,320.2],"hipL":[-32.5,34.8],"knL":[15,167.4],"ftL":[64.7,306.2]},{"rootY":5.8,"hips":[0,0],"chest":[-10.6,-81.8],"neck":[-10.6,-81.8],"head":[-25.6,-149.7],"shR":[40.1,-106.4],"elR":[56.8,-2.2],"haR":[60,64.8],"shL":[-60.3,-111.5],"elL":[-60.1,-13.7],"haL":[-90.5,45.7],"hipR":[6.6,39],"knR":[-54.1,170.7],"ftR":[-70.1,321.4],"hipL":[-32,35.3],"knL":[7.9,171],"ftL":[66.1,303]},{"rootY":4.6,"hips":[0,0],"chest":[-9,-82],"neck":[-9,-82],"head":[-24,-149.7],"shR":[41.1,-105.4],"elR":[57.2,-1.4],"haR":[61,66],"shL":[-56.6,-112.8],"elL":[-53.9,-15],"haL":[-81.4,47.9],"hipR":[6.6,38.2],"knR":[-50.8,172.2],"ftR":[-61.6,322.5],"hipL":[-31.6,35.8],"knL":[-4.7,176],"ftL":[64,297.5]},{"rootY":3,"hips":[0,0],"chest":[-8.7,-82.1],"neck":[-8.7,-82.1],"head":[-25.3,-149.6],"shR":[41.5,-104.8],"elR":[56.7,-0.5],"haR":[60.9,67.3],"shL":[-56.3,-113.7],"elL":[-52,-15.9],"haL":[-76.2,49.7],"hipR":[6.3,37.3],"knR":[-48,174.2],"ftR":[-54.6,323.8],"hipL":[-31.7,36],"knL":[-19.8,179.2],"ftL":[56.6,289.9]},{"rootY":2,"hips":[0,0],"chest":[-8,-82.1],"neck":[-8,-82.1],"head":[-23,-150],"shR":[42.2,-105.7],"elR":[56.2,-1.1],"haR":[60.3,66.9],"shL":[-55.3,-112.8],"elL":[-50.2,-15.1],"haL":[-71.2,52.1],"hipR":[6.6,36.2],"knR":[-43.1,176.1],"ftR":[-47.7,324.9],"hipL":[-31.4,36.5],"knL":[-34.5,181],"ftL":[46.9,282.5]},{"rootY":0.7,"hips":[0,0],"chest":[-7,-82.2],"neck":[-7,-82.2],"head":[-22.2,-150],"shR":[43.4,-104.2],"elR":[56.8,0.6],"haR":[59.7,68.5],"shL":[-53.9,-114.4],"elL":[-48.8,-16.8],"haL":[-67.3,51.4],"hipR":[8.7,35.5],"knR":[-36.1,177.7],"ftR":[-40.8,326],"hipL":[-30.8,37.4],"knL":[-46.7,181.5],"ftL":[36,276.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-6.4,-82.3],"neck":[-6.4,-82.3],"head":[-21,-150],"shR":[43.3,-107.2],"elR":[55.3,-2.1],"haR":[57,65.5],"shL":[-52.4,-111.4],"elL":[-46.9,-14.3],"haL":[-64.6,54.1],"hipR":[9.2,34.3],"knR":[-31.1,178.8],"ftR":[-34.4,326.4],"hipL":[-30.8,37.6],"knL":[-58.3,180.1],"ftL":[24.3,270.2]},{"rootY":-1.1,"hips":[0,0],"chest":[-7.2,-82.4],"neck":[-7.2,-82.4],"head":[-18.8,-150],"shR":[42.7,-106.6],"elR":[54.1,-1.3],"haR":[54.1,64.8],"shL":[-53,-112.1],"elL":[-46.4,-15.1],"haL":[-63.6,53.4],"hipR":[9.7,34.1],"knR":[-27.6,179.9],"ftR":[-29.2,326.4],"hipL":[-31.3,37.3],"knL":[-68.2,177.4],"ftL":[10.3,267.9]},{"rootY":-2.1,"hips":[0,0],"chest":[-5.7,-82.5],"neck":[-5.7,-82.5],"head":[-19.5,-150],"shR":[44.2,-106.2],"elR":[55.7,-0.9],"haR":[52.2,64.7],"shL":[-51.5,-112.7],"elL":[-43.3,-15.8],"haL":[-60.3,52.6],"hipR":[12,33.6],"knR":[-19.7,180.8],"ftR":[-21.9,327],"hipL":[-31,37.6],"knL":[-73.5,175.1],"ftL":[-1.7,270]},{"rootY":-1.6,"hips":[0,0],"chest":[-5.6,-82.5],"neck":[-5.6,-82.5],"head":[-19.9,-150],"shR":[44.7,-106.5],"elR":[56.2,-1],"haR":[49.8,63],"shL":[-52,-112.5],"elL":[-42,-15.9],"haL":[-59.1,52.5],"hipR":[13.7,32.9],"knR":[-15.3,180.8],"ftR":[-16.1,326.1],"hipL":[-30.5,38],"knL":[-78.3,172.3],"ftL":[-16.7,274.7]},{"rootY":-1.3,"hips":[0,0],"chest":[-5,-82.5],"neck":[-5,-82.5],"head":[-19,-150.1],"shR":[46.3,-106.2],"elR":[58.2,-0.8],"haR":[48.8,61.1],"shL":[-52.6,-112.8],"elL":[-41.3,-16.6],"haL":[-58.6,51.8],"hipR":[15.3,32.9],"knR":[-10.7,181.4],"ftR":[-9.9,325.6],"hipL":[-30.1,38.2],"knL":[-80.3,169.3],"ftL":[-31.4,281.6]},{"rootY":-1.1,"hips":[0,0],"chest":[-4.1,-82.5],"neck":[-4.1,-82.5],"head":[-17.8,-150],"shR":[47.7,-107],"elR":[59.9,-1.5],"haR":[47.9,57.8],"shL":[-52.8,-112],"elL":[-40.9,-16],"haL":[-58.2,52.4],"hipR":[17.3,32.6],"knR":[-5.2,181.5],"ftR":[-3.8,325.1],"hipL":[-29.4,38.7],"knL":[-79.7,166.9],"ftL":[-45.6,290.3]},{"rootY":-0.7,"hips":[0,0],"chest":[-4.2,-82.4],"neck":[-4.2,-82.4],"head":[-18,-149.9],"shR":[48.8,-106.7],"elR":[61.4,-1.2],"haR":[47,55.4],"shL":[-54.2,-112.2],"elL":[-41.9,-16.4],"haL":[-59.7,52],"hipR":[18.1,32.7],"knR":[-1.6,181.9],"ftR":[1.4,324.6],"hipL":[-29.3,38.6],"knL":[-78.1,165.3],"ftL":[-59.4,299.6]},{"rootY":-0.3,"hips":[0,0],"chest":[-3.8,-82.3],"neck":[-3.8,-82.3],"head":[-17.4,-149.7],"shR":[50,-106.4],"elR":[63.3,-1],"haR":[47.2,53.6],"shL":[-54.7,-112.4],"elL":[-42.8,-16.5],"haL":[-60.7,51.8],"hipR":[19.9,32.7],"knR":[3,182.1],"ftR":[6.2,324.3],"hipL":[-28.6,39],"knL":[-74.3,165.1],"ftL":[-70.7,308.2]},{"rootY":0.9,"hips":[0,0],"chest":[-4.4,-82.3],"neck":[-4.4,-82.3],"head":[-16.1,-149.7],"shR":[50,-106.9],"elR":[63.4,-1.5],"haR":[46.4,51.1],"shL":[-56.4,-111.9],"elL":[-45.4,-16.2],"haL":[-63.5,52],"hipR":[20.2,32.9],"knR":[5.3,181.9],"ftR":[10.1,322.9],"hipL":[-28.7,38.9],"knL":[-71.9,165.7],"ftL":[-80.9,314.4]},{"rootY":2.1,"hips":[0,0],"chest":[-4.2,-82.3],"neck":[-4.2,-82.3],"head":[-17.5,-149.5],"shR":[51,-108],"elR":[65.2,-2.7],"haR":[47.7,48.3],"shL":[-57.7,-110.6],"elL":[-47.7,-14.7],"haL":[-65.8,53.4],"hipR":[21.4,32.6],"knR":[10.3,181.2],"ftR":[15.1,321.8],"hipL":[-27.9,39.4],"knL":[-68.6,166.8],"ftL":[-87.1,317.1]},{"rootY":2.8,"hips":[0,0],"chest":[-4.1,-82.3],"neck":[-4.1,-82.3],"head":[-15.7,-149.6],"shR":[52.6,-107.4],"elR":[67.6,-2.3],"haR":[50.6,47.6],"shL":[-59.2,-111.2],"elL":[-50.6,-15.2],"haL":[-68.9,52.6],"hipR":[22.7,33.3],"knR":[14.9,181.6],"ftR":[21.1,321.6],"hipL":[-27.8,39.3],"knL":[-63.9,167.7],"ftL":[-86,317.9]},{"rootY":4.1,"hips":[0,0],"chest":[-4,-82.2],"neck":[-4,-82.2],"head":[-16.6,-149.1],"shR":[53.3,-108.8],"elR":[68.8,-3.7],"haR":[53.3,45.6],"shL":[-60.6,-109.6],"elL":[-53.5,-13.5],"haL":[-72.5,54.1],"hipR":[23.7,33.1],"knR":[18.4,180.6],"ftR":[26.1,319.8],"hipL":[-27.1,39.7],"knL":[-61.2,167.8],"ftL":[-81.1,318.3]},{"rootY":5,"hips":[0,0],"chest":[-4.5,-82.1],"neck":[-4.5,-82.1],"head":[-16.8,-149.5],"shR":[54.4,-108.4],"elR":[70.9,-3.4],"haR":[57.3,46.1],"shL":[-63.3,-110.1],"elL":[-57.5,-13.6],"haL":[-77.2,53.5],"hipR":[24.1,33.1],"knR":[21.3,179.7],"ftR":[31.2,317.1],"hipL":[-27.3,39.3],"knL":[-57.1,168.6],"ftL":[-71.1,319.8]},{"rootY":4.7,"hips":[0,0],"chest":[-4.7,-82.3],"neck":[-4.7,-82.3],"head":[-16.7,-149.4],"shR":[54.2,-108.4],"elR":[70.9,-3.5],"haR":[60.9,47.1],"shL":[-63.3,-110.4],"elL":[-59,-13.6],"haL":[-79.6,52.9],"hipR":[25.4,32.8],"knR":[23.5,179.1],"ftR":[36.1,313.9],"hipL":[-26.5,39.6],"knL":[-49.1,170.2],"ftL":[-61.3,321.3]},{"rootY":4,"hips":[0,0],"chest":[-5.6,-82.2],"neck":[-5.6,-82.2],"head":[-17.4,-149.1],"shR":[53.8,-109.7],"elR":[70.8,-5],"haR":[64.6,46.9],"shL":[-65.2,-108.4],"elL":[-62.5,-11.5],"haL":[-84.3,54.4],"hipR":[25.8,33.4],"knR":[21.7,181.5],"ftR":[39.3,309.4],"hipL":[-26.7,39.2],"knL":[-44.4,171.5],"ftL":[-55.3,322.2]},{"rootY":2.6,"hips":[0,0],"chest":[-7.7,-82.1],"neck":[-7.7,-82.1],"head":[-19.7,-148.7],"shR":[52,-109.7],"elR":[68.8,-5.1],"haR":[66.2,48],"shL":[-68.6,-108.5],"elL":[-67.5,-11.2],"haL":[-89.5,53.9],"hipR":[25.1,34.2],"knR":[16.3,184.1],"ftR":[37.4,301.5],"hipL":[-27.6,38.7],"knL":[-46,172.7],"ftL":[-53.4,323.4]},{"rootY":1.7,"hips":[0,0],"chest":[-7.6,-82],"neck":[-7.6,-82],"head":[-19.9,-148.5],"shR":[52.4,-110.9],"elR":[69.7,-6.4],"haR":[70,47.9],"shL":[-70.1,-107],"elL":[-71,-9.2],"haL":[-93.9,55.4],"hipR":[25.6,34.5],"knR":[14.7,184.7],"ftR":[34.4,290.5],"hipL":[-27.6,38.1],"knL":[-43.5,174.7],"ftL":[-48.7,325.3]},{"rootY":-0.6,"hips":[0,0],"chest":[-6.3,-82],"neck":[-6.3,-82],"head":[-19.1,-149.2],"shR":[54.2,-109.5],"elR":[72,-5],"haR":[74.8,50],"shL":[-69.3,-108.7],"elL":[-73.2,-10.5],"haL":[-96,53.4],"hipR":[24.6,35.5],"knR":[15,184.5],"ftR":[33.2,277.7],"hipL":[-29,36.4],"knL":[-40.2,176.7],"ftL":[-42.8,327.1]},{"rootY":-2.1,"hips":[0,0],"chest":[-8,-81.9],"neck":[-8,-81.9],"head":[-19.1,-148.5],"shR":[53.5,-112.5],"elR":[71.7,-8.3],"haR":[76.9,46.6],"shL":[-73.7,-104.8],"elL":[-81,-7],"haL":[-103.8,56.4],"hipR":[24.5,35.5],"knR":[13.6,181.3],"ftR":[28.1,264.9],"hipL":[-29.1,36.3],"knL":[-39.2,178.1],"ftL":[-41.4,328.8]},{"rootY":-3.8,"hips":[0,0],"chest":[-9,-82.2],"neck":[-9,-82.2],"head":[-18.1,-147.9],"shR":[53.2,-113.3],"elR":[71.9,-9.3],"haR":[79.4,44.8],"shL":[-76.4,-104.5],"elL":[-85.8,-5.7],"haL":[-109.3,57.5],"hipR":[23.6,36.3],"knR":[16.6,178.9],"ftR":[26.2,254.2],"hipL":[-30.3,34.6],"knL":[-36.6,178.3],"ftL":[-37.1,328.7]},{"rootY":-4.6,"hips":[0,0],"chest":[-9.9,-82.1],"neck":[-9.9,-82.1],"head":[-18,-147.3],"shR":[52.8,-112.8],"elR":[72.2,-9],"haR":[83.6,43.6],"shL":[-77.5,-104.8],"elL":[-90.3,-6.3],"haL":[-113.3,56.6],"hipR":[24.4,35.7],"knR":[16.2,173.9],"ftR":[22.3,246],"hipL":[-29.5,35.1],"knL":[-35.9,179.6],"ftL":[-37.1,330.1]},{"rootY":-4.9,"hips":[0,0],"chest":[-10,-81.8],"neck":[-10,-81.8],"head":[-17.4,-148.7],"shR":[52.6,-112.2],"elR":[73.1,-8.6],"haR":[88.2,42.4],"shL":[-77.8,-105.4],"elL":[-92.1,-6.7],"haL":[-115.8,54.8],"hipR":[23.9,35.5],"knR":[15.2,169.5],"ftR":[18.5,242.3],"hipL":[-29.9,35.1],"knL":[-36.4,179.9],"ftL":[-37.6,330.3]},{"rootY":-4.4,"hips":[0,0],"chest":[-10.2,-81.8],"neck":[-10.2,-81.8],"head":[-17.4,-148.6],"shR":[53.1,-111.3],"elR":[75,-8.1],"haR":[94.3,40.5],"shL":[-77.8,-106],"elL":[-94.6,-8],"haL":[-117,53.5],"hipR":[23.6,36],"knR":[16.1,164.5],"ftR":[18.8,244.8],"hipL":[-30.2,34.6],"knL":[-35.2,179.6],"ftL":[-35,329.8]},{"rootY":-3.7,"hips":[0,0],"chest":[-10,-81.6],"neck":[-10,-81.6],"head":[-16.7,-148.6],"shR":[53.4,-111],"elR":[76.8,-8.3],"haR":[100.7,37.5],"shL":[-77.9,-106.1],"elL":[-97,-7.4],"haL":[-118.4,55.1],"hipR":[24.6,36],"knR":[16.6,159.3],"ftR":[18.2,250.3],"hipL":[-29.5,34.6],"knL":[-33.3,179.6],"ftL":[-31.9,328.7]},{"rootY":-3.4,"hips":[0,0],"chest":[-10.7,-81.4],"neck":[-10.7,-81.4],"head":[-16.5,-148.5],"shR":[52.9,-110.5],"elR":[78.1,-8.2],"haR":[106.7,34.4],"shL":[-78.6,-106.4],"elL":[-98.2,-8.5],"haL":[-119.7,47.7],"hipR":[24.2,36],"knR":[14.9,156.1],"ftR":[15.2,260.2],"hipL":[-29.6,35.4],"knL":[-34.9,180.4],"ftL":[-32,328.6]},{"rootY":-2.2,"hips":[0,0],"chest":[-11.1,-81.4],"neck":[-11.1,-81.4],"head":[-15.6,-148],"shR":[52.5,-110.3],"elR":[79.8,-8.6],"haR":[113.2,30.5],"shL":[-79.2,-106.3],"elL":[-99.8,-8.5],"haL":[-120.5,49.1],"hipR":[22.4,37.2],"knR":[16.1,154.9],"ftR":[12.8,272.1],"hipL":[-31.4,33.4],"knL":[-33.8,178.5],"ftL":[-28.7,325.9]},{"rootY":-1.7,"hips":[0,0],"chest":[-10.4,-81.4],"neck":[-10.4,-81.4],"head":[-14.4,-148.2],"shR":[53.3,-110.2],"elR":[82.7,-9.4],"haR":[120.8,26.1],"shL":[-78.5,-106.6],"elL":[-99.5,-8.9],"haL":[-119.9,48.7],"hipR":[23.5,37.5],"knR":[17.3,153.9],"ftR":[7,283.8],"hipL":[-30.4,34.2],"knL":[-32.1,179.3],"ftL":[-26.4,325.6]},{"rootY":-0.4,"hips":[0,0],"chest":[-10.1,-81.1],"neck":[-10.1,-81.1],"head":[-13.7,-147.2],"shR":[53.7,-109.6],"elR":[86.1,-9.8],"haR":[128.6,22.1],"shL":[-78,-106.8],"elL":[-100,-9.3],"haL":[-118.7,47],"hipR":[23.4,38.1],"knR":[17.3,155.2],"ftR":[-2.4,294.1],"hipL":[-30.6,34.6],"knL":[-32.7,179.6],"ftL":[-25.4,324.3]},{"rootY":0.9,"hips":[0,0],"chest":[-8.9,-81.3],"neck":[-8.9,-81.3],"head":[-10.8,-147.8],"shR":[55,-109.4],"elR":[90.7,-10.8],"haR":[137.6,17.5],"shL":[-76.8,-107.3],"elL":[-99.6,-10.2],"haL":[-116.9,46.3],"hipR":[23.4,38.2],"knR":[18.3,159.5],"ftR":[-12.4,302.7],"hipL":[-30.6,34.2],"knL":[-31.1,179],"ftL":[-23,322.9]},{"rootY":1.4,"hips":[0,0],"chest":[-7.4,-81.4],"neck":[-7.4,-81.4],"head":[-7.2,-147.8],"shR":[57,-108.6],"elR":[96.4,-11.6],"haR":[147.4,13.3],"shL":[-74.8,-108.4],"elL":[-96.6,-11.7],"haL":[-113.4,41],"hipR":[21.6,39.5],"knR":[18.9,165.2],"ftR":[-19.9,310.5],"hipL":[-32.1,32.7],"knL":[-29.5,177.1],"ftL":[-20,320.3]},{"rootY":1.4,"hips":[0,0],"chest":[-6.4,-81.1],"neck":[-6.4,-81.1],"head":[-5.1,-147.4],"shR":[58.3,-107],"elR":[101.9,-11.9],"haR":[156.5,10.1],"shL":[-73.3,-109.4],"elL":[-97.9,-12.6],"haL":[-112.1,45],"hipR":[22.1,39.6],"knR":[17.1,168.8],"ftR":[-28.7,313.7],"hipL":[-31.6,33.3],"knL":[-30,177.5],"ftL":[-20.3,319.4]},{"rootY":3.2,"hips":[0,0],"chest":[-3.5,-81.1],"neck":[-3.5,-81.1],"head":[-0.1,-148],"shR":[61.6,-105.6],"elR":[109.8,-13],"haR":[166.4,7.1],"shL":[-69.7,-110.9],"elL":[-94.2,-15.2],"haL":[-109.2,38.8],"hipR":[21.7,40.4],"knR":[20.3,171.6],"ftR":[-30.3,315],"hipL":[-31.7,32.3],"knL":[-28.2,176.1],"ftL":[-19.2,315.6]},{"rootY":5.7,"hips":[0,0],"chest":[-0.4,-81.2],"neck":[-0.4,-81.2],"head":[3.8,-148.1],"shR":[64.9,-105.4],"elR":[116.5,-14.7],"haR":[175.2,3.9],"shL":[-66.2,-111.5],"elL":[-92,-16.7],"haL":[-108.4,36.9],"hipR":[23,40.1],"knR":[19.4,172.9],"ftR":[-32.3,315.5],"hipL":[-30.2,32.9],"knL":[-29.2,177.3],"ftL":[-20.9,311.4]},{"rootY":3.7,"hips":[0,0],"chest":[3.2,-80.6],"neck":[3.2,-80.6],"head":[10,-147.3],"shR":[68.7,-103.2],"elR":[124.7,-15],"haR":[184.7,3.3],"shL":[-61.3,-112.4],"elL":[-87.7,-17.7],"haL":[-104.8,37.7],"hipR":[25.8,39.2],"knR":[21.1,173.3],"ftR":[-29.7,315.8],"hipL":[-27.1,34.8],"knL":[-30,179.7],"ftL":[-24.8,309.5]},{"rootY":2.1,"hips":[0,0],"chest":[4.4,-80.6],"neck":[4.4,-80.6],"head":[14.6,-146.3],"shR":[69.8,-101.8],"elR":[128.4,-15.1],"haR":[189.3,3.2],"shL":[-58.6,-113.7],"elL":[-85.4,-20],"haL":[-102.3,38.9],"hipR":[27.3,38.6],"knR":[21.3,175.2],"ftR":[-29.5,317.9],"hipL":[-25,35.6],"knL":[-33.4,180.4],"ftL":[-33.6,302.7]},{"rootY":0.6,"hips":[0,0],"chest":[6.6,-80.3],"neck":[6.6,-80.3],"head":[19.2,-146],"shR":[71.4,-100.8],"elR":[133.1,-15.9],"haR":[194.7,3.4],"shL":[-55.4,-114.1],"elL":[-84.1,-20],"haL":[-99.3,43.3],"hipR":[28.3,38],"knR":[22.4,177.1],"ftR":[-29.3,319.5],"hipL":[-23.8,36.1],"knL":[-35.6,179.2],"ftL":[-44.9,294.9]},{"rootY":0.9,"hips":[0,0],"chest":[8.4,-80.1],"neck":[8.4,-80.1],"head":[22.9,-144.8],"shR":[72.8,-100.1],"elR":[137.3,-16.9],"haR":[198.9,3.9],"shL":[-52.4,-114.3],"elL":[-81.8,-21.4],"haL":[-95.1,43.5],"hipR":[29.1,37.8],"knR":[24.7,177.6],"ftR":[-28.5,319.3],"hipL":[-21.6,35.9],"knL":[-31.4,176.1],"ftL":[-52.9,285.4]},{"rootY":1.1,"hips":[0,0],"chest":[10.4,-79.1],"neck":[10.4,-79.1],"head":[29.7,-141.8],"shR":[74,-97.5],"elR":[140.5,-15.2],"haR":[202,8.2],"shL":[-48.6,-115],"elL":[-80.6,-23.1],"haL":[-94.2,41.6],"hipR":[29.8,37.6],"knR":[25,177.9],"ftR":[-27.8,320],"hipL":[-19.2,36.4],"knL":[-26.2,172.4],"ftL":[-59,274.2]},{"rootY":-1.5,"hips":[0,0],"chest":[14.5,-78.6],"neck":[14.5,-78.6],"head":[40.5,-140.9],"shR":[77.8,-97],"elR":[145.5,-15.2],"haR":[207,11.1],"shL":[-43.5,-114.4],"elL":[-78.4,-22.6],"haL":[-90.8,42.6],"hipR":[31.2,36.6],"knR":[25.1,178.9],"ftR":[-26,322.1],"hipL":[-15.9,37.8],"knL":[-15,168.1],"ftL":[-62.8,260.9]},{"rootY":-3.6,"hips":[0,0],"chest":[18.4,-78.1],"neck":[18.4,-78.1],"head":[45.2,-139.4],"shR":[80.4,-95.9],"elR":[149.2,-14.9],"haR":[209.9,15.1],"shL":[-37.7,-114.4],"elL":[-74.6,-24.3],"haL":[-84.8,40.8],"hipR":[31.5,36.2],"knR":[24.2,180.3],"ftR":[-23.9,324.7],"hipL":[-12.5,38],"knL":[-0.8,164.2],"ftL":[-62.3,248.2]},{"rootY":-9.7,"hips":[0,0],"chest":[19.9,-77.6],"neck":[19.9,-77.6],"head":[46.2,-139.2],"shR":[80,-93.5],"elR":[148.3,-12.2],"haR":[207.9,21],"shL":[-32.4,-115.6],"elL":[-72.9,-27.2],"haL":[-79,37.6],"hipR":[29.7,37.3],"knR":[20.9,183.1],"ftR":[-23,328.8],"hipL":[-11.8,37.8],"knL":[17.9,151.4],"ftL":[-64.2,236]},{"rootY":-7,"hips":[0,0],"chest":[24.8,-76.5],"neck":[24.8,-76.5],"head":[50.8,-138.7],"shR":[83.7,-92.1],"elR":[150.6,-9.9],"haR":[210.6,23.1],"shL":[-24.4,-114.3],"elL":[-68.5,-27.3],"haL":[-70.8,36.6],"hipR":[30.3,36.2],"knR":[24.3,182.1],"ftR":[-19.3,327.9],"hipL":[-8.2,38.7],"knL":[32.2,145.4],"ftL":[-51.7,228.8]},{"rootY":-9.9,"hips":[0,0],"chest":[27.4,-75.4],"neck":[27.4,-75.4],"head":[56.8,-136.3],"shR":[83.9,-90],"elR":[149.3,-6.3],"haR":[209.3,25.5],"shL":[-17,-113.7],"elL":[-65,-27.3],"haL":[-62.5,37],"hipR":[29.6,36],"knR":[23.6,182.5],"ftR":[-16.7,329.2],"hipL":[-5.8,38.8],"knL":[53.7,133.5],"ftL":[-40.4,222.9]},{"rootY":-9.6,"hips":[0,0],"chest":[30.4,-74.3],"neck":[30.4,-74.3],"head":[60.6,-135.2],"shR":[85.4,-89.5],"elR":[151.3,-6.2],"haR":[210.8,26.1],"shL":[-11.7,-111.7],"elL":[-62.3,-26.1],"haL":[-53.8,36.1],"hipR":[27.7,37],"knR":[26.1,183.5],"ftR":[-14.2,330.3],"hipL":[-4.3,38],"knL":[70.7,122.2],"ftL":[-23.1,219.2]},{"rootY":-12.4,"hips":[0,0],"chest":[33.8,-72.9],"neck":[33.8,-72.9],"head":[66,-133.2],"shR":[84.5,-86.5],"elR":[151.3,-3.9],"haR":[210.4,28.3],"shL":[-2.6,-111.7],"elL":[-54.8,-25.9],"haL":[-37.4,34.9],"hipR":[27.9,35.7],"knR":[16.9,183.8],"ftR":[-12,332.7],"hipL":[-1.7,39.2],"knL":[89.3,110.2],"ftL":[-5.7,217.4]},{"rootY":-12.1,"hips":[0,0],"chest":[36.1,-72.2],"neck":[36.1,-72.2],"head":[70.2,-132.7],"shR":[83.3,-85.9],"elR":[150.2,-3.5],"haR":[209.5,28.8],"shL":[4.6,-110.5],"elL":[-47.3,-23.9],"haL":[-22.4,35.1],"hipR":[26.1,36],"knR":[17.4,184.6],"ftR":[-9.6,333.9],"hipL":[-0.2,39.3],"knL":[103.2,102.5],"ftL":[15.5,218.7]},{"rootY":-11.3,"hips":[0,0],"chest":[38.3,-71.9],"neck":[38.3,-71.9],"head":[73.6,-132],"shR":[83.4,-83.7],"elR":[149.5,-0.9],"haR":[209.1,31.2],"shL":[10,-111.8],"elL":[-37.5,-22.9],"haL":[-4.2,32.4],"hipR":[26.4,33.5],"knR":[12.8,182.3],"ftR":[-7.4,332.3],"hipL":[3.9,40.8],"knL":[115.2,95],"ftL":[36.2,219.8]},{"rootY":-12.2,"hips":[0,0],"chest":[39.6,-71.4],"neck":[39.6,-71.4],"head":[74.8,-132.2],"shR":[81,-84.3],"elR":[146.1,-0.9],"haR":[206.3,30.6],"shL":[14.9,-110.2],"elL":[-26.7,-19.9],"haL":[16.9,30.3],"hipR":[24,34.6],"knR":[8.3,183.6],"ftR":[-7.6,334.1],"hipL":[3.7,40.8],"knL":[122.3,91.9],"ftL":[51.9,223.7]},{"rootY":-11.6,"hips":[0,0],"chest":[40.7,-71.2],"neck":[40.7,-71.2],"head":[75.9,-132.3],"shR":[81.2,-83.1],"elR":[145.8,0.8],"haR":[206,31.6],"shL":[17.6,-110.8],"elL":[-10.6,-16.6],"haL":[41.4,25.3],"hipR":[23.8,33.8],"knR":[17.1,183.2],"ftR":[-8,332.9],"hipL":[4.6,41.4],"knL":[127.4,91.2],"ftL":[64.5,227.9]},{"rootY":-12.2,"hips":[0,0],"chest":[40.7,-70.8],"neck":[40.7,-70.8],"head":[76.8,-131.8],"shR":[78.9,-81.8],"elR":[143,2.6],"haR":[203.6,32.7],"shL":[20,-111.2],"elL":[5.6,-15.9],"haL":[65,17.6],"hipR":[22.9,37.7],"knR":[28.7,186.7],"ftR":[-8.8,334.2],"hipL":[3.6,37.2],"knL":[128.2,92.9],"ftL":[72.5,233.1]},{"rootY":-12.8,"hips":[0,0],"chest":[41.3,-70.3],"neck":[41.3,-70.3],"head":[76.5,-132.1],"shR":[76.6,-79.6],"elR":[140,5.4],"haR":[200.9,35],"shL":[23.1,-112.4],"elL":[23.2,-17.3],"haL":[88.5,6.8],"hipR":[22.8,38.5],"knR":[31.6,187.5],"ftR":[-9.6,334.1],"hipL":[3.6,35.8],"knL":[129,95.6],"ftL":[77,237.6]},{"rootY":-12.3,"hips":[0,0],"chest":[41.6,-70.8],"neck":[41.6,-70.8],"head":[76.8,-132.7],"shR":[77.8,-86.2],"elR":[139.5,-0.1],"haR":[200.5,29.5],"shL":[22.4,-107],"elL":[37.2,-14.7],"haL":[106.2,-0.8],"hipR":[21.9,38],"knR":[29.8,187.5],"ftR":[-11.2,334.1],"hipL":[5.8,36.4],"knL":[130.6,100.9],"ftL":[74.2,241]},{"rootY":-11.3,"hips":[0,0],"chest":[42.4,-70.2],"neck":[42.4,-70.2],"head":[75.7,-133.2],"shR":[71.9,-83.4],"elR":[131.7,4.3],"haR":[193.3,32.3],"shL":[30.4,-108.5],"elL":[58.7,-20.7],"haL":[129,-14.4],"hipR":[21.1,35.7],"knR":[23.9,185.7],"ftR":[-13.7,333.1],"hipL":[7.7,39.2],"knL":[132.9,103.3],"ftL":[69.9,240.4]},{"rootY":-11.4,"hips":[0,0],"chest":[43.2,-69.9],"neck":[43.2,-69.9],"head":[77.1,-132.7],"shR":[71.2,-82.8],"elR":[127.1,7.6],"haR":[189.3,34.4],"shL":[32.9,-108.5],"elL":[75.7,-25.5],"haL":[146,-26],"hipR":[19.7,33],"knR":[14.6,183.2],"ftR":[-16.3,332.2],"hipL":[8.5,42],"knL":[134.6,104.5],"ftL":[66.1,239.1]},{"rootY":-10.5,"hips":[0,0],"chest":[44.3,-69.3],"neck":[44.3,-69.3],"head":[78.1,-132.1],"shR":[70.6,-86],"elR":[124.4,5.7],"haR":[186.8,31.5],"shL":[36,-103.9],"elL":[90.9,-27.6],"haL":[160.3,-30.9],"hipR":[18.5,34.1],"knR":[18.1,184.3],"ftR":[-19.8,331.8],"hipL":[7.7,41.7],"knL":[133.4,106.1],"ftL":[64.1,239.8]},{"rootY":-11.8,"hips":[0,0],"chest":[45.9,-68.4],"neck":[45.9,-68.4],"head":[79,-131.5],"shR":[71.3,-85.3],"elR":[119.9,9.1],"haR":[182.9,34.1],"shL":[38.4,-102.8],"elL":[104.1,-33.8],"haL":[173.1,-38.1],"hipR":[17.5,35.1],"knR":[10.7,185.4],"ftR":[-22.2,334],"hipL":[7.6,41.2],"knL":[133.4,106.6],"ftL":[61.5,238.7]},{"rootY":-13,"hips":[0,0],"chest":[46.6,-67.8],"neck":[46.6,-67.8],"head":[79.9,-130.7],"shR":[70.1,-86],"elR":[114.4,10.4],"haR":[177.4,35.1],"shL":[41.8,-100.7],"elL":[114.6,-38.2],"haL":[183.3,-41.3],"hipR":[17.2,33.6],"knR":[-3.8,182.8],"ftR":[-25,333.5],"hipL":[7.3,42.5],"knL":[133,106.2],"ftL":[61,237.9]},{"rootY":-17.9,"hips":[0,0],"chest":[47.8,-66.8],"neck":[47.8,-66.8],"head":[80.7,-129.9],"shR":[70.3,-83.8],"elR":[109.7,14.6],"haR":[172.7,40.2],"shL":[44.5,-100.6],"elL":[123.2,-43.7],"haL":[192.2,-43.5],"hipR":[16,36.4],"knR":[-5.3,185.6],"ftR":[-26.9,336.2],"hipL":[6.7,40.6],"knL":[129.3,112],"ftL":[55.8,242.2]},{"rootY":-22.1,"hips":[0,0],"chest":[49.7,-65.7],"neck":[49.7,-65.7],"head":[82.4,-128.9],"shR":[72.8,-83.6],"elR":[106.6,16.7],"haR":[168.9,44.2],"shL":[45.9,-98.5],"elL":[128.4,-45.4],"haL":[197.9,-41.4],"hipR":[14.6,35.1],"knR":[-6.9,184.2],"ftR":[-28.6,334.9],"hipL":[6.1,42.3],"knL":[125.8,119.5],"ftL":[49,248.3]},{"rootY":-25.5,"hips":[0,0],"chest":[51.2,-64.3],"neck":[51.2,-64.3],"head":[83.2,-127.7],"shR":[71.9,-84.2],"elR":[101.6,17.1],"haR":[162.8,47.4],"shL":[50.6,-94.7],"elL":[135.3,-42.9],"haL":[205,-35.2],"hipR":[13.1,35.4],"knR":[-5.1,185],"ftR":[-23.5,336.1],"hipL":[6.7,42.2],"knL":[122.5,126.2],"ftL":[43.5,253.8]},{"rootY":-29.5,"hips":[0,0],"chest":[52.7,-63.4],"neck":[52.7,-63.4],"head":[84.9,-126.6],"shR":[74.1,-81.8],"elR":[99.8,20.3],"haR":[159.6,53.2],"shL":[52.6,-95.1],"elL":[137,-43],"haL":[206.2,-30.9],"hipR":[11.4,31.6],"knR":[-5.6,181.3],"ftR":[-22.7,332.6],"hipL":[4.9,45.2],"knL":[118.6,132.5],"ftL":[38.7,259.6]},{"rootY":-39.2,"hips":[0,0],"chest":[54.2,-62.1],"neck":[54.2,-62.1],"head":[86.4,-125.1],"shR":[75.2,-81],"elR":[96.8,21.9],"haR":[155.3,57.2],"shL":[55.2,-93],"elL":[137.9,-38.4],"haL":[206.5,-22.9],"hipR":[9.8,33.9],"knR":[13.9,184.5],"ftR":[-25.9,331.3],"hipL":[4.2,44.2],"knL":[111.8,140.3],"ftL":[33.5,268.9]},{"rootY":-47.7,"hips":[0,0],"chest":[56,-60.2],"neck":[56,-60.2],"head":[87.9,-123.1],"shR":[76.4,-78.9],"elR":[95.7,24.4],"haR":[153.2,61.9],"shL":[59,-90.5],"elL":[137.6,-31.7],"haL":[205.6,-15.9],"hipR":[9,36.6],"knR":[33.9,185.2],"ftR":[-28.3,323.9],"hipL":[5.7,42.2],"knL":[105.5,147.1],"ftL":[30.3,277.6]},{"rootY":-56.4,"hips":[0,0],"chest":[58.7,-57.7],"neck":[58.7,-57.7],"head":[90.6,-120.5],"shR":[81.3,-74.7],"elR":[97.8,28.9],"haR":[153.9,68.5],"shL":[61.2,-88.9],"elL":[134.1,-24.9],"haL":[201.5,-9.3],"hipR":[11.5,36.7],"knR":[49,182.6],"ftR":[-29,313.1],"hipL":[6.5,41.5],"knL":[98.8,153.3],"ftL":[28.1,286.3]},{"rootY":-64.7,"hips":[0,0],"chest":[59.2,-56.9],"neck":[59.2,-56.9],"head":[91.9,-119.1],"shR":[80.9,-73],"elR":[95.8,30.8],"haR":[150.4,72.8],"shL":[64.2,-88.2],"elL":[132.6,-18.7],"haL":[199.6,-2.6],"hipR":[9.5,37.3],"knR":[66.3,176.8],"ftR":[-23.6,299.6],"hipL":[5.6,41.5],"knL":[91.4,158.5],"ftL":[26.8,294.6]},{"rootY":-72.9,"hips":[0,0],"chest":[58.8,-56.7],"neck":[58.8,-56.7],"head":[92.6,-118],"shR":[78.2,-65.8],"elR":[92.2,37.8],"haR":[145.3,81.7],"shL":[69.1,-92.9],"elL":[134.4,-19.6],"haL":[200.7,-1.9],"hipR":[9.6,37.3],"knR":[81.7,169.6],"ftR":[-20.6,282.3],"hipL":[5,41.6],"knL":[83,163.9],"ftL":[24.9,302.9]},{"rootY":-80.1,"hips":[0,0],"chest":[59.4,-55.1],"neck":[59.4,-55.1],"head":[94.2,-115.6],"shR":[76.6,-60.9],"elR":[89.7,42.3],"haR":[141.6,87.6],"shL":[73.1,-93.4],"elL":[136,-16.7],"haL":[202.2,2.7],"hipR":[8.4,37.2],"knR":[97.4,158.7],"ftR":[-12,264.5],"hipL":[5.9,41.7],"knL":[76.5,168.5],"ftL":[23.8,309.8]},{"rootY":-85.7,"hips":[0,0],"chest":[59.2,-55.3],"neck":[59.2,-55.3],"head":[94.6,-115.3],"shR":[77.8,-59.2],"elR":[90.3,44.1],"haR":[141.1,90.8],"shL":[72.3,-94.9],"elL":[132.7,-16.9],"haL":[198,4.3],"hipR":[7.3,37.5],"knR":[110.6,147],"ftR":[-4,247.1],"hipL":[4.6,41.9],"knL":[68.7,172],"ftL":[22.4,315.3]},{"rootY":-91.3,"hips":[0,0],"chest":[59,-55.1],"neck":[59,-55.1],"head":[94.5,-115.1],"shR":[76.8,-59],"elR":[89.7,44.4],"haR":[139.3,92.5],"shL":[73.3,-94.3],"elL":[131.4,-14.8],"haL":[195.7,8.3],"hipR":[6.6,38],"knR":[121.8,135],"ftR":[3.5,230.8],"hipL":[4.5,41.5],"knL":[61.4,174.9],"ftL":[19.6,320]},{"rootY":-96.9,"hips":[0,0],"chest":[59.5,-54.4],"neck":[59.5,-54.4],"head":[95.6,-114.1],"shR":[77.5,-56],"elR":[89.5,47],"haR":[138.7,95.3],"shL":[73.4,-95.8],"elL":[129.8,-14.7],"haL":[193.5,10.1],"hipR":[7.4,37],"knR":[130.9,123.3],"ftR":[13.2,219.8],"hipL":[5,42.2],"knL":[54.2,178.6],"ftL":[17.5,325.3]},{"rootY":-99.1,"hips":[0,0],"chest":[59,-54.7],"neck":[59,-54.7],"head":[95.3,-114.4],"shR":[76.3,-56.2],"elR":[86.4,46.2],"haR":[135.8,93.9],"shL":[73.9,-96],"elL":[129.3,-13.6],"haL":[192.7,12.7],"hipR":[5.8,38.3],"knR":[138.5,109.5],"ftR":[25.2,210.9],"hipL":[4.4,41.3],"knL":[49.2,179.2],"ftL":[16.8,326.7]},{"rootY":-102.9,"hips":[0,0],"chest":[59.3,-54.5],"neck":[59.3,-54.5],"head":[96.1,-113.6],"shR":[76.2,-56.3],"elR":[84.7,45.8],"haR":[135,91.8],"shL":[74.9,-95.2],"elL":[128.8,-11.7],"haL":[191.4,15.9],"hipR":[6.3,37.2],"knR":[143,100.6],"ftR":[35.6,208.2],"hipL":[4.4,42.2],"knL":[44.3,181.5],"ftL":[14.7,329.8]},{"rootY":-103.7,"hips":[0,0],"chest":[58.2,-55.8],"neck":[58.2,-55.8],"head":[94.5,-115.5],"shR":[77.4,-58.2],"elR":[82.5,41.8],"haR":[133.9,84.6],"shL":[71.7,-96.1],"elL":[124.1,-11.6],"haL":[186.4,16.3],"hipR":[6,38.8],"knR":[146.2,93.9],"ftR":[46.2,208.3],"hipL":[3.5,40.9],"knL":[40.4,181],"ftL":[12.2,329.5]},{"rootY":-108.2,"hips":[0,0],"chest":[59.8,-54.5],"neck":[59.8,-54.5],"head":[96.6,-113.9],"shR":[75.4,-58.7],"elR":[81.1,39.9],"haR":[135.1,77],"shL":[76.8,-92.9],"elL":[126.8,-7.2],"haL":[188.3,21.1],"hipR":[8.3,35],"knR":[146.9,94.2],"ftR":[54.7,215],"hipL":[5.2,43.5],"knL":[37.4,184.8],"ftL":[9.8,333.6]},{"rootY":-108.9,"hips":[0,0],"chest":[59.1,-55.4],"neck":[59.1,-55.4],"head":[96.5,-114.4],"shR":[75.3,-62.6],"elR":[80.7,33.3],"haR":[136.6,62.2],"shL":[75.7,-90.9],"elL":[124.3,-4.2],"haL":[185.9,24.2],"hipR":[8.3,35.3],"knR":[146.8,94.6],"ftR":[62.1,220.7],"hipL":[4.9,43.3],"knL":[35.2,185.1],"ftL":[7,333.8]},{"rootY":-107.4,"hips":[0,0],"chest":[57.6,-56.8],"neck":[57.6,-56.8],"head":[95.7,-115.2],"shR":[72.9,-65.7],"elR":[84.4,30.9],"haR":[143.1,49.5],"shL":[74.9,-90.9],"elL":[121.8,-3.2],"haL":[183.6,25],"hipR":[8.2,36.7],"knR":[146.5,96.5],"ftR":[65.9,225.2],"hipL":[4.5,42.4],"knL":[36,183.9],"ftL":[5.1,331.8]},{"rootY":-105.4,"hips":[0,0],"chest":[56.7,-57.6],"neck":[56.7,-57.6],"head":[95.4,-115.8],"shR":[73.6,-67.5],"elR":[91.2,27.3],"haR":[150.3,35.7],"shL":[71.9,-91.3],"elL":[116.8,-2.8],"haL":[178.1,25.3],"hipR":[6.7,38.5],"knR":[145,98.3],"ftR":[67.6,229],"hipL":[5.2,40.9],"knL":[37.4,182.3],"ftL":[2.8,329.4]},{"rootY":-104.8,"hips":[0,0],"chest":[56.2,-58.5],"neck":[56.2,-58.5],"head":[95.4,-116],"shR":[74.3,-69.9],"elR":[97.4,19.1],"haR":[155.1,19.7],"shL":[69.9,-91.1],"elL":[113.1,-2],"haL":[174.1,26.2],"hipR":[6.8,38.3],"knR":[142.6,103.2],"ftR":[63.9,233.2],"hipL":[4.9,41.1],"knL":[38.4,182.2],"ftL":[0.7,328.5]},{"rootY":-105,"hips":[0,0],"chest":[56.3,-58.8],"neck":[56.3,-58.8],"head":[95.4,-116.5],"shR":[75.4,-72.3],"elR":[124.4,11.7],"haR":[181.6,3.8],"shL":[68.9,-89.5],"elL":[109.7,0.4],"haL":[170.6,28.2],"hipR":[7.6,38.6],"knR":[140.5,109.1],"ftR":[58.4,237],"hipL":[5.6,40.6],"knL":[38.1,181.9],"ftL":[-3,327.3]},{"rootY":-105.5,"hips":[0,0],"chest":[56,-59.4],"neck":[56,-59.4],"head":[95.9,-116.2],"shR":[74.6,-75.4],"elR":[147.9,-2.5],"haR":[203.3,-24.2],"shL":[69.1,-87.5],"elL":[108,3.5],"haL":[169.1,31.6],"hipR":[7.1,38.6],"knR":[138.5,111.9],"ftR":[54.5,238.5],"hipL":[4.7,40.8],"knL":[36.9,182.2],"ftL":[-5.7,327.3]},{"rootY":-106.5,"hips":[0,0],"chest":[56,-59.5],"neck":[56,-59.5],"head":[95.5,-116.6],"shR":[76.1,-77.4],"elR":[160,-14.1],"haR":[214.4,-47.8],"shL":[67.7,-85.6],"elL":[104.2,6.2],"haL":[165.3,34.3],"hipR":[6.3,38.7],"knR":[136.4,113.7],"ftR":[51.1,239.7],"hipL":[4.3,40.9],"knL":[33.7,182.9],"ftL":[-8.5,328.3]},{"rootY":-108.1,"hips":[0,0],"chest":[56.4,-58.9],"neck":[56.4,-58.9],"head":[96.2,-115.5],"shR":[70.4,-77.2],"elR":[158,-19.5],"haR":[217.4,-51.5],"shL":[74.5,-84.6],"elL":[106.5,9],"haL":[167.2,38],"hipR":[6.1,38.7],"knR":[134.1,117.1],"ftR":[47.4,242],"hipL":[4.5,40.9],"knL":[28.4,184],"ftL":[-11.1,330]},{"rootY":-112.9,"hips":[0,0],"chest":[57.6,-57.9],"neck":[57.6,-57.9],"head":[97.7,-113.8],"shR":[72.5,-78.1],"elR":[158.9,-19.8],"haR":[218,-48.1],"shL":[75.1,-81.4],"elL":[103.2,12.9],"haL":[163.2,43.1],"hipR":[5.9,38.5],"knR":[130,122.6],"ftR":[42.7,247.2],"hipL":[4.3,41.1],"knL":[23.2,184.8],"ftL":[-15.5,331.3]},{"rootY":-118.9,"hips":[0,0],"chest":[58.7,-56.8],"neck":[58.7,-56.8],"head":[99,-112.1],"shR":[73.6,-78.9],"elR":[134.5,-3.5],"haR":[198.2,-18.8],"shL":[76.3,-78.2],"elL":[100.1,17.4],"haL":[159.4,49.3],"hipR":[5.4,38.2],"knR":[124.8,128.6],"ftR":[38.3,253.7],"hipL":[2.7,41.6],"knL":[18.5,185.9],"ftL":[-15.2,333.8]},{"rootY":-125.1,"hips":[0,0],"chest":[60.1,-55.5],"neck":[60.1,-55.5],"head":[100,-111],"shR":[79.5,-79.1],"elR":[140.2,-1.2],"haR":[204,-17.2],"shL":[73,-75.2],"elL":[93.5,20.5],"haL":[151.7,54.5],"hipR":[4.4,38.7],"knR":[118.1,136],"ftR":[33.4,262.5],"hipL":[1.5,41.4],"knL":[17,185.6],"ftL":[-12.9,334.5]},{"rootY":-132,"hips":[0,0],"chest":[61.5,-53.7],"neck":[61.5,-53.7],"head":[100.4,-110],"shR":[84.3,-77.5],"elR":[139.7,3.5],"haR":[203.4,-11],"shL":[70.4,-73.4],"elL":[88.1,22.7],"haL":[144.6,59.3],"hipR":[4.1,37.7],"knR":[109.9,142.6],"ftR":[25.9,269.5],"hipL":[0.3,42.3],"knL":[19.7,186.1],"ftL":[-12.7,334.4]},{"rootY":-137.9,"hips":[0,0],"chest":[63.6,-50.9],"neck":[63.6,-50.9],"head":[102.5,-106.6],"shR":[80.5,-75.3],"elR":[132.5,7.7],"haR":[196.1,-4.3],"shL":[77.9,-70.7],"elL":[92.2,25.7],"haL":[147,64.6],"hipR":[4.7,37.6],"knR":[105,147.9],"ftR":[26.1,277.9],"hipL":[0.4,42.4],"knL":[28.3,184.4],"ftL":[-14.1,330.2]},{"rootY":-146.7,"hips":[0,0],"chest":[65.3,-48.6],"neck":[65.3,-48.6],"head":[104.4,-103.7],"shR":[76.7,-73.8],"elR":[123.1,11.7],"haR":[186.7,1.2],"shL":[85.4,-67.6],"elL":[96.8,29.8],"haL":[150.5,70.7],"hipR":[6.1,37.2],"knR":[98.7,154.3],"ftR":[23.5,286.5],"hipL":[0.9,42.6],"knL":[39.2,182.1],"ftL":[-20,321.9]},{"rootY":-152.8,"hips":[0,0],"chest":[65.6,-47.7],"neck":[65.6,-47.7],"head":[104.4,-103],"shR":[76,-73.2],"elR":[120.1,15.7],"haR":[184.6,6],"shL":[87.9,-65.6],"elL":[98,32.3],"haL":[150.7,75],"hipR":[5.5,37.6],"knR":[93.8,158],"ftR":[23.5,292.7],"hipL":[0.1,42.4],"knL":[53.3,176.3],"ftL":[-22.2,307.8]},{"rootY":-159.8,"hips":[0,0],"chest":[66.8,-46.4],"neck":[66.8,-46.4],"head":[105.7,-101.6],"shR":[79,-72.8],"elR":[119.3,18.9],"haR":[184.2,10.4],"shL":[88.2,-62.7],"elL":[97,35.4],"haL":[149.3,78.8],"hipR":[7.2,37],"knR":[88.7,162.3],"ftR":[22.6,299],"hipL":[0.4,42.7],"knL":[68.2,168.7],"ftL":[-22.3,289.8]},{"rootY":-165.7,"hips":[0,0],"chest":[68.3,-44.4],"neck":[68.3,-44.4],"head":[107.7,-98.5],"shR":[85.4,-69.7],"elR":[122.5,24],"haR":[187.6,16.9],"shL":[85.6,-60.9],"elL":[93.7,35.8],"haL":[145.5,78.9],"hipR":[8.8,36.2],"knR":[82.9,166],"ftR":[22.7,305.1],"hipL":[2.3,43],"knL":[83.5,158.3],"ftL":[-17.3,269.4]},{"rootY":-171.2,"hips":[0,0],"chest":[68.7,-43.8],"neck":[68.7,-43.8],"head":[108,-98.4],"shR":[88.3,-69.3],"elR":[123.2,25.6],"haR":[188.3,19],"shL":[84.3,-59.1],"elL":[91.3,37.2],"haL":[143.7,79.2],"hipR":[8.2,36.9],"knR":[77.7,169.4],"ftR":[22.5,310.6],"hipL":[2,42.5],"knL":[97.5,145.8],"ftL":[-11,249]},{"rootY":-175.8,"hips":[0,0],"chest":[69.7,-42.5],"neck":[69.7,-42.5],"head":[108.8,-96.7],"shR":[94,-65.4],"elR":[125.5,30.3],"haR":[190.2,24.5],"shL":[82.2,-58.8],"elL":[87.4,36.6],"haL":[141.6,74.6],"hipR":[9.9,36],"knR":[72.6,171.7],"ftR":[21.6,314.2],"hipL":[2.7,43],"knL":[108.5,132.1],"ftL":[-2.8,231.7]},{"rootY":-180.8,"hips":[0,0],"chest":[70.6,-40.8],"neck":[70.6,-40.8],"head":[110.6,-93.9],"shR":[94.3,-62.2],"elR":[123,33.9],"haR":[187.4,28],"shL":[86,-56.5],"elL":[87.8,37.7],"haL":[143.6,69.2],"hipR":[11.7,35.7],"knR":[67.5,174.6],"ftR":[19.4,318.3],"hipL":[4.7,42.7],"knL":[116.4,119.7],"ftL":[8.4,219.9]},{"rootY":-182.4,"hips":[0,0],"chest":[70.7,-40.2],"neck":[70.7,-40.2],"head":[111.3,-92.3],"shR":[95.4,-59.5],"elR":[121.5,37.4],"haR":[185.6,30.7],"shL":[87.2,-55.7],"elL":[88.8,38.6],"haL":[147.7,60.7],"hipR":[11.3,35.9],"knR":[63.5,176],"ftR":[18.5,320.8],"hipL":[4.8,42.5],"knL":[125.1,107.1],"ftL":[19.6,211.5]},{"rootY":-184.7,"hips":[0,0],"chest":[71,-39.4],"neck":[71,-39.4],"head":[113,-89.4],"shR":[97.3,-57.1],"elR":[120.9,40.7],"haR":[184.9,32.7],"shL":[87.6,-54.4],"elL":[91,38.5],"haL":[150.8,52.1],"hipR":[12.3,35.5],"knR":[59.2,177.6],"ftR":[16.5,322.9],"hipL":[5.2,42.6],"knL":[129.6,97.1],"ftL":[32,208.8]},{"rootY":-185.7,"hips":[0,0],"chest":[71.5,-38.2],"neck":[71.5,-38.2],"head":[115,-87.4],"shR":[99.2,-54.5],"elR":[119.4,44.2],"haR":[183.3,35.3],"shL":[87.8,-52.9],"elL":[94.8,40.2],"haL":[157.1,45.8],"hipR":[12.6,35.4],"knR":[56.9,178.4],"ftR":[14.5,323.8],"hipL":[5.9,42.5],"knL":[133.5,91.9],"ftL":[45.1,211.3]},{"rootY":-187,"hips":[0,0],"chest":[71.9,-36.9],"neck":[71.9,-36.9],"head":[117.4,-83.8],"shR":[98.5,-52.4],"elR":[115.7,46.8],"haR":[179.3,37.1],"shL":[90.7,-50.9],"elL":[101.6,40.7],"haL":[164.1,43.2],"hipR":[12.7,35.5],"knR":[55,179.2],"ftR":[11.8,324.4],"hipL":[6.3,42.3],"knL":[135.3,89.9],"ftL":[56.4,216]},{"rootY":-187.5,"hips":[0,0],"chest":[71.7,-37.2],"neck":[71.7,-37.2],"head":[119.1,-82.1],"shR":[101.3,-50],"elR":[115.2,49.2],"haR":[178.6,39.9],"shL":[88.1,-52.7],"elL":[102.8,38.4],"haL":[166,38.9],"hipR":[12.4,35.6],"knR":[51.4,180.1],"ftR":[8.1,325.2],"hipL":[5.3,42.5],"knL":[134.9,90.2],"ftL":[63.6,221.5]},{"rootY":-188.6,"hips":[0,0],"chest":[71.9,-36.5],"neck":[71.9,-36.5],"head":[120.6,-79.1],"shR":[100.7,-49.3],"elR":[110.9,49.8],"haR":[174.1,40.7],"shL":[89.9,-50.6],"elL":[107.7,39.1],"haL":[170.7,38.1],"hipR":[13,35.4],"knR":[48.6,180.9],"ftR":[3.8,325.6],"hipL":[5.6,42.4],"knL":[134.5,94.2],"ftL":[66.1,227.3]},{"rootY":-188.8,"hips":[0,0],"chest":[72.1,-36.1],"neck":[72.1,-36.1],"head":[122,-77.6],"shR":[100.8,-48.1],"elR":[107.3,50.6],"haR":[170.1,42.1],"shL":[91.1,-49.5],"elL":[109.4,39.4],"haL":[171.8,37.8],"hipR":[13.2,35.1],"knR":[46.6,181.2],"ftR":[-1.6,325],"hipL":[4.9,42.8],"knL":[132.5,100.1],"ftL":[62.1,232.2]},{"rootY":-188.5,"hips":[0,0],"chest":[71.7,-36.4],"neck":[71.7,-36.4],"head":[122.7,-75.3],"shR":[97.5,-46.6],"elR":[100.9,51.8],"haR":[163.7,43.4],"shL":[94.4,-50.5],"elL":[110.6,38],"haL":[171.9,36.7],"hipR":[11,36.2],"knR":[44,182.4],"ftR":[-5,325.7],"hipL":[3.4,42.6],"knL":[129.4,104.7],"ftL":[56.1,235.3]},{"rootY":-191.2,"hips":[0,0],"chest":[72.1,-35.7],"neck":[72.1,-35.7],"head":[124,-73.1],"shR":[101,-45.9],"elR":[99.5,51.7],"haR":[162,44.9],"shL":[91.6,-49.4],"elL":[104.2,39],"haL":[164.8,37.2],"hipR":[10.3,36.1],"knR":[39.7,183.1],"ftR":[-11.4,325.7],"hipL":[2.8,42.8],"knL":[126.7,109.6],"ftL":[48.9,237.9]},{"rootY":-189.6,"hips":[0,0],"chest":[72.5,-35.3],"neck":[72.5,-35.3],"head":[125.8,-71],"shR":[103.3,-45.6],"elR":[94.6,50.4],"haR":[157.2,45.1],"shL":[90.4,-48.2],"elL":[98.1,40.3],"haL":[158.2,37.8],"hipR":[9.1,37.2],"knR":[36.4,184.8],"ftR":[-16.3,326.4],"hipL":[1.2,42.3],"knL":[124.2,112.7],"ftL":[42.6,237.9]},{"rootY":-194.4,"hips":[0,0],"chest":[73.3,-33.6],"neck":[73.3,-33.6],"head":[127.6,-67.2],"shR":[103.4,-43.6],"elR":[87,50.5],"haR":[149.8,47.5],"shL":[92.1,-46.3],"elL":[93.2,42.3],"haL":[152,39.7],"hipR":[8.2,37.1],"knR":[29.7,185.8],"ftR":[-23.1,328],"hipL":[0.9,42.5],"knL":[120.6,119],"ftL":[35.3,242]},{"rootY":-197.7,"hips":[0,0],"chest":[74.4,-31.7],"neck":[74.4,-31.7],"head":[130,-63.6],"shR":[106.1,-42.3],"elR":[80,50.1],"haR":[143.2,50.3],"shL":[91.3,-43.9],"elL":[85.2,46],"haL":[144.2,41.9],"hipR":[8.7,37],"knR":[21.9,186.8],"ftR":[-30.3,329.2],"hipL":[0.1,42.6],"knL":[115.7,126],"ftL":[26.5,246.4]},{"rootY":-203.6,"hips":[0,0],"chest":[75.1,-30.1],"neck":[75.1,-30.1],"head":[131.7,-60.2],"shR":[106.3,-42.1],"elR":[71.1,47.5],"haR":[134.3,52],"shL":[92.4,-41.1],"elL":[77.7,50.7],"haL":[137.9,46.9],"hipR":[6.9,37.5],"knR":[13.3,187.7],"ftR":[-36.1,331.2],"hipL":[-1.2,42.4],"knL":[109.3,132.7],"ftL":[17.6,251.8]},{"rootY":-208.2,"hips":[0,0],"chest":[76.3,-27.7],"neck":[76.3,-27.7],"head":[133.4,-56.6],"shR":[107.8,-39.9],"elR":[64.2,45.6],"haR":[126.8,55.8],"shL":[93.1,-38.7],"elL":[69.9,51.5],"haL":[129.3,50.1],"hipR":[5.8,38.1],"knR":[3.6,188.5],"ftR":[-42.7,333.3],"hipL":[-1.9,42.1],"knL":[101,142],"ftL":[7,258.7]},{"rootY":-213.5,"hips":[0,0],"chest":[76.9,-26.4],"neck":[76.9,-26.4],"head":[134.7,-54.2],"shR":[108.4,-39.5],"elR":[57.1,41.3],"haR":[119,56.9],"shL":[93.1,-37.6],"elL":[61.5,51.2],"haL":[121.3,52.8],"hipR":[4,38.2],"knR":[-5.3,188.4],"ftR":[-49.1,334.1],"hipL":[-3.7,42],"knL":[93.9,147.2],"ftL":[-2.5,262.7]},{"rootY":-216.9,"hips":[0,0],"chest":[76.5,-27.7],"neck":[76.5,-27.7],"head":[134.5,-55.2],"shR":[108,-41.6],"elR":[49.9,34.1],"haR":[110.5,55.6],"shL":[92.7,-38.2],"elL":[53.1,47.9],"haL":[112.5,53.9],"hipR":[-0.5,38.2],"knR":[-6.1,188.7],"ftR":[-54,333.2],"hipL":[-7.6,41.6],"knL":[85.8,151],"ftL":[-10.6,266.4]},{"rootY":-220.6,"hips":[0,0],"chest":[77.8,-24.8],"neck":[77.8,-24.8],"head":[135.8,-52.1],"shR":[108.4,-39],"elR":[44.5,32.9],"haR":[103.6,59.4],"shL":[94.6,-36],"elL":[47.3,46.1],"haL":[105.4,58.9],"hipR":[1.9,37.7],"knR":[-17.3,187.2],"ftR":[-62.2,332.6],"hipL":[-5.5,42.3],"knL":[80.2,158],"ftL":[-19.7,270.3]},{"rootY":-224.2,"hips":[0,0],"chest":[77.6,-25.1],"neck":[77.6,-25.1],"head":[136.1,-52.7],"shR":[106,-40.9],"elR":[38.7,24.7],"haR":[94.6,55.6],"shL":[96.4,-35.3],"elL":[42.2,42.8],"haL":[98.2,62.7],"hipR":[0.8,37.9],"knR":[-13.7,187.9],"ftR":[-71.5,328.7],"hipL":[-5.8,42.1],"knL":[72.4,163.4],"ftL":[-31.1,273.4]},{"rootY":-227.7,"hips":[0,0],"chest":[77.7,-25.3],"neck":[77.7,-25.3],"head":[136.4,-53.1],"shR":[105.8,-41.9],"elR":[35.7,18.7],"haR":[88.8,52.8],"shL":[96.4,-35.3],"elL":[37.8,39.4],"haL":[91.7,64.6],"hipR":[-0.1,37.6],"knR":[-9.2,188.1],"ftR":[-79.9,322.8],"hipL":[-6.1,42.2],"knL":[67,166.9],"ftL":[-34.5,278]},{"rootY":-231.1,"hips":[0,0],"chest":[77.7,-25.5],"neck":[77.7,-25.5],"head":[136.1,-53.8],"shR":[102.7,-42.7],"elR":[30.9,14],"haR":[81.3,50.7],"shL":[99.7,-35],"elL":[36.9,37.4],"haL":[88.5,67.5],"hipR":[-0.9,37.4],"knR":[-6.4,188],"ftR":[-88.3,316.3],"hipL":[-6.5,42.3],"knL":[61,170.3],"ftL":[-40.4,281.5]}]} \ No newline at end of file diff --git a/ink-theater/mocap/clips/dab.json b/ink-theater/mocap/clips/dab.json index c436d0d7..59649d28 100644 --- a/ink-theater/mocap/clips/dab.json +++ b/ink-theater/mocap/clips/dab.json @@ -1 +1 @@ -{"name":"dab","fps":30,"height":520,"groundY":257,"frameCount":339,"frames":[{"rootY":0,"hips":[0,0],"chest":[-2.7,-100.2],"neck":[-0.2,-168.2],"head":[-0.2,-204],"shR":[51.8,-150.4],"elR":[129,-162],"haR":[197.6,-174.4],"shL":[-53.6,-148.5],"elL":[-129.7,-156.2],"haL":[-198.2,-160.7],"hipR":[24.8,7.4],"knR":[22.5,130.4],"ftR":[17.9,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-27.9,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.7,-100.2],"neck":[-0.1,-168.2],"head":[-0.1,-204],"shR":[51.8,-150.4],"elR":[129.1,-161.9],"haR":[197.7,-174.3],"shL":[-53.5,-148.6],"elL":[-129.6,-156.4],"haL":[-198.1,-161.1],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.9,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.6,-100.2],"neck":[0.1,-168.2],"head":[0,-204],"shR":[52,-150.5],"elR":[129.2,-161.8],"haR":[197.9,-174],"shL":[-53.3,-148.8],"elL":[-129.5,-156.8],"haL":[-197.9,-161.7],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.8,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.5,-100.2],"neck":[0.3,-168.1],"head":[0.3,-203.9],"shR":[52.2,-150.5],"elR":[129.4,-161.7],"haR":[198.1,-173.7],"shL":[-53.1,-149],"elL":[-129.3,-157.2],"haL":[-197.7,-162.3],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.8,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28.1,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.4,-100.2],"neck":[0.6,-168.1],"head":[0.5,-203.9],"shR":[52.4,-150.5],"elR":[129.6,-161.5],"haR":[198.4,-173.3],"shL":[-52.9,-149.2],"elL":[-129,-157.5],"haL":[-197.5,-162.7],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.7,255.7],"hipL":[-25.2,8.1],"knL":[-26.5,131.3],"ftL":[-28.2,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.2,-100.2],"neck":[0.8,-168.1],"head":[0.7,-203.9],"shR":[52.6,-150.5],"elR":[129.9,-161.3],"haR":[198.7,-172.9],"shL":[-52.7,-149.4],"elL":[-128.8,-157.8],"haL":[-197.3,-163.2],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.6,255.7],"hipL":[-25.3,8.1],"knL":[-26.6,131.3],"ftL":[-28.3,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.1,-100.2],"neck":[1.1,-168.1],"head":[1,-203.9],"shR":[52.8,-150.5],"elR":[130.1,-161.1],"haR":[198.9,-172.5],"shL":[-52.5,-149.6],"elL":[-128.5,-158.2],"haL":[-197,-163.7],"hipR":[24.8,7.5],"knR":[22.4,130.5],"ftR":[17.4,255.7],"hipL":[-25.3,8.1],"knL":[-26.7,131.3],"ftL":[-28.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-2,-100.2],"neck":[1.3,-168.1],"head":[1.3,-203.9],"shR":[53.1,-150.4],"elR":[130.4,-160.9],"haR":[199.2,-172.3],"shL":[-52.2,-149.8],"elL":[-128.3,-158.6],"haL":[-196.7,-164.3],"hipR":[24.9,7.5],"knR":[22.3,130.5],"ftR":[17.3,255.7],"hipL":[-25.3,8.1],"knL":[-26.8,131.3],"ftL":[-28.6,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.8,-100.2],"neck":[1.6,-168.2],"head":[1.6,-203.9],"shR":[53.3,-150.3],"elR":[130.6,-160.8],"haR":[199.4,-172.2],"shL":[-52,-150],"elL":[-128,-159],"haL":[-196.4,-164.9],"hipR":[24.9,7.5],"knR":[22.2,130.5],"ftR":[17.1,255.7],"hipL":[-25.3,8.1],"knL":[-26.8,131.3],"ftL":[-28.7,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.7,-100.2],"neck":[1.9,-168.2],"head":[1.9,-203.8],"shR":[53.5,-150.3],"elR":[130.8,-160.8],"haR":[199.6,-172.2],"shL":[-51.7,-150.1],"elL":[-127.7,-159.5],"haL":[-196,-165.7],"hipR":[24.8,7.5],"knR":[22.2,130.5],"ftR":[17,255.7],"hipL":[-25.3,8.1],"knL":[-26.9,131.2],"ftL":[-28.9,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.6,-100.2],"neck":[2.2,-168.2],"head":[2.2,-203.8],"shR":[53.8,-150.2],"elR":[131,-160.8],"haR":[199.8,-172.3],"shL":[-51.5,-150.4],"elL":[-127.3,-160.1],"haL":[-195.6,-166.6],"hipR":[24.8,7.5],"knR":[22.1,130.5],"ftR":[16.8,255.7],"hipL":[-25.3,8.1],"knL":[-27,131.2],"ftL":[-29.1,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.5,-100.2],"neck":[2.4,-168.2],"head":[2.4,-203.8],"shR":[54,-150.2],"elR":[131.2,-160.9],"haR":[200,-172.4],"shL":[-51.3,-150.6],"elL":[-127,-160.7],"haL":[-195.3,-167.6],"hipR":[24.8,7.5],"knR":[22,130.5],"ftR":[16.5,255.7],"hipL":[-25.3,8.1],"knL":[-27.1,131.2],"ftL":[-29.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.4,-100.3],"neck":[2.6,-168.2],"head":[2.6,-203.8],"shR":[54.1,-150.3],"elR":[131.4,-161],"haR":[200.1,-172.6],"shL":[-51.1,-150.8],"elL":[-126.8,-161.3],"haL":[-194.9,-168.5],"hipR":[24.8,7.5],"knR":[21.8,130.5],"ftR":[16.2,255.7],"hipL":[-25.3,8.1],"knL":[-27.3,131.2],"ftL":[-29.7,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.3,-100.3],"neck":[2.7,-168.2],"head":[2.8,-203.8],"shR":[54.2,-150.3],"elR":[131.5,-161.1],"haR":[200.2,-172.8],"shL":[-50.9,-151],"elL":[-126.6,-161.7],"haL":[-194.6,-169.2],"hipR":[24.8,7.5],"knR":[21.6,130.5],"ftR":[15.9,255.7],"hipL":[-25.3,8],"knL":[-27.4,131.2],"ftL":[-30,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.2,-100.3],"neck":[2.8,-168.2],"head":[2.9,-203.9],"shR":[54.3,-150.3],"elR":[131.6,-161.2],"haR":[200.3,-173],"shL":[-50.8,-151.2],"elL":[-126.3,-162.1],"haL":[-194.3,-169.8],"hipR":[24.8,7.5],"knR":[21.4,130.5],"ftR":[15.6,255.7],"hipL":[-25.4,8],"knL":[-27.6,131.2],"ftL":[-30.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.1,-100.3],"neck":[3,-168.2],"head":[3.1,-203.8],"shR":[54.5,-150.3],"elR":[131.8,-161.3],"haR":[200.4,-173.1],"shL":[-50.7,-151.3],"elL":[-126.1,-162.4],"haL":[-194.1,-170.2],"hipR":[24.9,7.5],"knR":[21.3,130.5],"ftR":[15.3,255.7],"hipL":[-25.4,8],"knL":[-27.8,131.2],"ftL":[-30.7,256.4]},{"rootY":0,"hips":[0,0],"chest":[-1,-100.3],"neck":[3.1,-168.2],"head":[3.2,-203.8],"shR":[54.6,-150.3],"elR":[131.9,-161.3],"haR":[200.5,-173.1],"shL":[-50.5,-151.4],"elL":[-125.9,-162.5],"haL":[-193.8,-170.3],"hipR":[24.9,7.5],"knR":[21.2,130.5],"ftR":[15,255.7],"hipL":[-25.4,8],"knL":[-27.9,131.2],"ftL":[-31,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.9,-100.3],"neck":[3.2,-168.2],"head":[3.3,-203.8],"shR":[54.7,-150.4],"elR":[132,-161.3],"haR":[200.7,-173.1],"shL":[-50.4,-151.5],"elL":[-125.7,-162.5],"haL":[-193.6,-170.3],"hipR":[24.9,7.6],"knR":[21,130.5],"ftR":[14.6,255.7],"hipL":[-25.5,8],"knL":[-28.1,131.2],"ftL":[-31.4,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.8,-100.3],"neck":[3.3,-168.2],"head":[3.4,-203.8],"shR":[54.8,-150.4],"elR":[132.2,-161.2],"haR":[200.8,-173],"shL":[-50.3,-151.6],"elL":[-125.6,-162.5],"haL":[-193.5,-170.2],"hipR":[24.9,7.6],"knR":[20.8,130.5],"ftR":[14.3,255.6],"hipL":[-25.5,8],"knL":[-28.3,131.1],"ftL":[-31.7,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[54.9,-150.4],"elR":[132.3,-161.2],"haR":[200.9,-172.9],"shL":[-50.3,-151.6],"elL":[-125.5,-162.5],"haL":[-193.4,-170.1],"hipR":[25,7.6],"knR":[20.6,130.5],"ftR":[13.9,255.6],"hipL":[-25.5,8],"knL":[-28.5,131.1],"ftL":[-32.1,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[55,-150.4],"elR":[132.4,-161.1],"haR":[201,-172.7],"shL":[-50.2,-151.6],"elL":[-125.5,-162.4],"haL":[-193.4,-169.9],"hipR":[25,7.6],"knR":[20.4,130.5],"ftR":[13.6,255.6],"hipL":[-25.5,8],"knL":[-28.6,131.1],"ftL":[-32.4,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.6,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[55,-150.4],"elR":[132.4,-161],"haR":[201.1,-172.5],"shL":[-50.2,-151.6],"elL":[-125.5,-162.3],"haL":[-193.3,-169.9],"hipR":[25,7.6],"knR":[20.3,130.5],"ftR":[13.4,255.6],"hipL":[-25.6,7.9],"knL":[-28.8,131.1],"ftL":[-32.7,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.5,-100.4],"neck":[3.5,-168.1],"head":[3.5,-203.7],"shR":[55.1,-150.4],"elR":[132.6,-160.9],"haR":[201.2,-172.3],"shL":[-50.1,-151.6],"elL":[-125.4,-162.3],"haL":[-193.3,-169.8],"hipR":[25,7.6],"knR":[20.1,130.5],"ftR":[13.1,255.6],"hipL":[-25.6,7.9],"knL":[-28.9,131.1],"ftL":[-33,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.5,-100.4],"neck":[3.6,-168.1],"head":[3.6,-203.7],"shR":[55.2,-150.4],"elR":[132.7,-160.9],"haR":[201.4,-172.2],"shL":[-50,-151.6],"elL":[-125.3,-162.2],"haL":[-193.2,-169.7],"hipR":[25,7.6],"knR":[20,130.5],"ftR":[12.9,255.6],"hipL":[-25.6,7.9],"knL":[-29,131.1],"ftL":[-33.2,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.4,-100.4],"neck":[3.8,-168.1],"head":[3.7,-203.7],"shR":[55.3,-150.4],"elR":[132.8,-160.8],"haR":[201.5,-172.1],"shL":[-49.9,-151.6],"elL":[-125.2,-162.2],"haL":[-193.2,-169.6],"hipR":[24.9,7.6],"knR":[19.9,130.5],"ftR":[12.8,255.6],"hipL":[-25.6,7.9],"knL":[-29.1,131.1],"ftL":[-33.4,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.2,-100.4],"neck":[3.9,-168.1],"head":[3.8,-203.6],"shR":[55.5,-150.4],"elR":[133,-160.7],"haR":[201.7,-172],"shL":[-49.8,-151.5],"elL":[-125.1,-162.1],"haL":[-193.1,-169.4],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.6,255.6],"hipL":[-25.6,7.9],"knL":[-29.1,131.1],"ftL":[-33.5,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.1,-100.4],"neck":[4.1,-168.1],"head":[3.9,-203.6],"shR":[55.6,-150.2],"elR":[133.2,-160.6],"haR":[201.8,-171.9],"shL":[-49.6,-151.5],"elL":[-125,-162],"haL":[-192.9,-169.3],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.6,255.6],"hipL":[-25.6,7.9],"knL":[-29.2,131],"ftL":[-33.6,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.1,-100.4],"neck":[4.2,-168],"head":[4,-203.6],"shR":[55.8,-150.1],"elR":[133.3,-160.5],"haR":[201.9,-171.8],"shL":[-49.5,-151.4],"elL":[-124.9,-161.9],"haL":[-192.9,-169.2],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.5,255.6],"hipL":[-25.6,7.9],"knL":[-29.2,131],"ftL":[-33.7,256.3]},{"rootY":0.1,"hips":[0,0],"chest":[0,-100.4],"neck":[4.3,-168],"head":[4.1,-203.6],"shR":[55.9,-150.1],"elR":[133.4,-160.4],"haR":[202,-171.7],"shL":[-49.4,-151.4],"elL":[-124.8,-161.8],"haL":[-192.8,-169.1],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.4,255.6],"hipL":[-25.5,7.9],"knL":[-29.3,131],"ftL":[-33.8,256.3]},{"rootY":0.1,"hips":[0,0],"chest":[0,-100.4],"neck":[4.4,-168],"head":[4.2,-203.6],"shR":[55.9,-150.1],"elR":[133.5,-160.4],"haR":[202.1,-171.6],"shL":[-49.3,-151.5],"elL":[-124.8,-161.8],"haL":[-192.8,-169.1],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.3,255.6],"hipL":[-25.5,7.9],"knL":[-29.3,131],"ftL":[-33.8,256.3]},{"rootY":0,"hips":[0,0],"chest":[0.1,-100.4],"neck":[4.6,-168],"head":[4.4,-203.5],"shR":[56.1,-150],"elR":[133.7,-160.4],"haR":[202.3,-171.6],"shL":[-49.2,-151.6],"elL":[-124.6,-161.8],"haL":[-192.6,-169],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.3,255.6],"hipL":[-25.6,7.9],"knL":[-29.3,131],"ftL":[-33.9,256.3]},{"rootY":0,"hips":[0,0],"chest":[0.3,-100.4],"neck":[4.8,-168],"head":[4.6,-203.5],"shR":[56.4,-149.9],"elR":[133.9,-160.3],"haR":[202.5,-171.6],"shL":[-48.9,-151.6],"elL":[-124.4,-161.7],"haL":[-192.4,-168.8],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.3,255.6],"hipL":[-25.6,7.9],"knL":[-29.4,131],"ftL":[-33.9,256.2]},{"rootY":0.1,"hips":[0,0],"chest":[0.6,-100.3],"neck":[5.2,-167.9],"head":[5,-203.4],"shR":[56.7,-149.8],"elR":[134.3,-160.1],"haR":[202.8,-171.4],"shL":[-48.6,-151.5],"elL":[-124.1,-161.3],"haL":[-192,-168.3],"hipR":[25,7.7],"knR":[20,130.5],"ftR":[12.3,255.6],"hipL":[-25.7,7.9],"knL":[-29.4,131],"ftL":[-33.9,256.2]},{"rootY":0.1,"hips":[0,0],"chest":[1.1,-100.3],"neck":[5.8,-167.8],"head":[5.5,-203.3],"shR":[57.4,-149.5],"elR":[134.9,-159.7],"haR":[203.4,-171],"shL":[-48,-151.3],"elL":[-123.6,-160.5],"haL":[-191.5,-167.2],"hipR":[25.1,7.7],"knR":[20.1,130.6],"ftR":[12.1,255.7],"hipL":[-25.8,7.8],"knL":[-29.4,130.9],"ftL":[-33.8,256.1]},{"rootY":0.2,"hips":[0,0],"chest":[1.8,-100.2],"neck":[6.6,-167.6],"head":[6.2,-203.1],"shR":[58.2,-149],"elR":[135.8,-158.8],"haR":[204.2,-169.9],"shL":[-47.4,-150.9],"elL":[-123.1,-159.3],"haL":[-191,-165.3],"hipR":[25.3,7.9],"knR":[20.5,130.6],"ftR":[12,255.7],"hipL":[-26,7.7],"knL":[-29.6,130.8],"ftL":[-33.8,256]},{"rootY":0.3,"hips":[0,0],"chest":[2.4,-100.2],"neck":[7.2,-167.5],"head":[6.8,-203],"shR":[59,-148.4],"elR":[136.7,-157.5],"haR":[205.1,-167.9],"shL":[-46.8,-150.4],"elL":[-122.6,-157.4],"haL":[-190.6,-162.4],"hipR":[25.5,8],"knR":[21.2,130.6],"ftR":[11.9,255.6],"hipL":[-26.2,7.5],"knL":[-29.9,130.6],"ftL":[-33.9,255.9]},{"rootY":0.5,"hips":[0,0],"chest":[2.9,-100.1],"neck":[7.6,-167.3],"head":[7.3,-202.8],"shR":[59.6,-147.9],"elR":[137.5,-155.6],"haR":[205.9,-164.7],"shL":[-46.4,-149.8],"elL":[-122.4,-154.9],"haL":[-190.4,-158.4],"hipR":[25.6,8.3],"knR":[21.8,130.6],"ftR":[11.6,255.4],"hipL":[-26.4,7.3],"knL":[-30.2,130.4],"ftL":[-34.1,255.7]},{"rootY":0.6,"hips":[0,0],"chest":[3.5,-99.9],"neck":[8,-167.1],"head":[7.7,-202.6],"shR":[60.1,-147.4],"elR":[138.3,-153.1],"haR":[206.7,-160.3],"shL":[-46.1,-149.2],"elL":[-122.3,-151.9],"haL":[-190.3,-153.2],"hipR":[25.8,8.5],"knR":[22.1,130.6],"ftR":[11.3,255.2],"hipL":[-26.6,7],"knL":[-30.5,130.2],"ftL":[-34.5,255.4]},{"rootY":0.8,"hips":[0,0],"chest":[4.2,-99.8],"neck":[8.4,-166.7],"head":[8.3,-202.2],"shR":[60.8,-146.7],"elR":[139.2,-150],"haR":[207.6,-154.6],"shL":[-45.6,-148.5],"elL":[-121.8,-148.3],"haL":[-189.8,-147.2],"hipR":[25.9,8.8],"knR":[22.2,130.5],"ftR":[11,254.9],"hipL":[-26.8,6.8],"knL":[-30.8,129.8],"ftL":[-35,255.1]},{"rootY":1.1,"hips":[0,0],"chest":[5.1,-99.7],"neck":[9.2,-166.2],"head":[8.9,-201.8],"shR":[61.7,-146],"elR":[140.3,-146.5],"haR":[208.7,-148.2],"shL":[-44.9,-147.6],"elL":[-121,-144.4],"haL":[-188.9,-140.8],"hipR":[25.9,9],"knR":[22.2,130.3],"ftR":[10.8,254.5],"hipL":[-26.9,6.5],"knL":[-31.3,129.3],"ftL":[-35.4,254.6]},{"rootY":1.6,"hips":[0,0],"chest":[6,-99.6],"neck":[10,-165.7],"head":[9.5,-201.3],"shR":[62.7,-145.1],"elR":[141.4,-142.7],"haR":[209.7,-141.5],"shL":[-44.2,-146.6],"elL":[-119.9,-140.5],"haL":[-187.7,-134.4],"hipR":[26,9.1],"knR":[22.1,129.9],"ftR":[10.5,254],"hipL":[-27,6.5],"knL":[-32.2,128.7],"ftL":[-35.8,253.9]},{"rootY":2.1,"hips":[0,0],"chest":[6.7,-99.4],"neck":[10.7,-165.2],"head":[10,-200.8],"shR":[63.6,-144],"elR":[142.2,-138.7],"haR":[210.1,-135],"shL":[-43.6,-145.7],"elL":[-119,-137],"haL":[-186.4,-128.6],"hipR":[26.2,8.9],"knR":[21.8,129.6],"ftR":[10.2,253.6],"hipL":[-27,6.6],"knL":[-33.8,127.9],"ftL":[-36.8,252.8]},{"rootY":2.4,"hips":[0,0],"chest":[7,-99.3],"neck":[11.1,-164.8],"head":[10.2,-200.5],"shR":[64,-142.5],"elR":[142.5,-134.8],"haR":[209.2,-130],"shL":[-43.3,-145.2],"elL":[-118.4,-134.9],"haL":[-185.5,-125.1],"hipR":[26.3,8.8],"knR":[21.4,129.3],"ftR":[9.9,253.3],"hipL":[-27,6.8],"knL":[-36.7,126.9],"ftL":[-39.6,251.4]},{"rootY":2.5,"hips":[0,0],"chest":[7,-99.2],"neck":[11.2,-164.6],"head":[10.4,-200.4],"shR":[64.1,-141.2],"elR":[142.4,-131.7],"haR":[206.4,-128],"shL":[-43.2,-145.2],"elL":[-118.3,-134.9],"haL":[-185.2,-125.3],"hipR":[26.3,8.8],"knR":[21.2,129.2],"ftR":[9.7,253.2],"hipL":[-27,6.8],"knL":[-40.9,125.6],"ftL":[-45.7,250]},{"rootY":2.4,"hips":[0,0],"chest":[7,-99.2],"neck":[11.4,-164.7],"head":[10.8,-200.5],"shR":[64.2,-140.6],"elR":[142.6,-130.5],"haR":[201,-130.1],"shL":[-42.9,-145.7],"elL":[-118.2,-137.3],"haL":[-185.2,-129.5],"hipR":[26.2,9],"knR":[21.4,129.3],"ftR":[9.9,253.3],"hipL":[-27.1,6.5],"knL":[-46,124.5],"ftL":[-55.2,248.8]},{"rootY":2.3,"hips":[0,0],"chest":[7.2,-99.2],"neck":[11.9,-164.9],"head":[11.6,-200.8],"shR":[64.7,-141],"elR":[143.3,-131.5],"haR":[192.7,-136.1],"shL":[-42.4,-146.7],"elL":[-117.8,-141.6],"haL":[-184.9,-136.8],"hipR":[26,9.3],"knR":[22.1,129.5],"ftR":[10.4,253.3],"hipL":[-27.1,6.2],"knL":[-51.5,123.4],"ftL":[-67.7,247.3]},{"rootY":2.2,"hips":[0,0],"chest":[7.5,-99.1],"neck":[12.7,-165.1],"head":[12.5,-201],"shR":[65.4,-142.2],"elR":[144.3,-134.2],"haR":[181,-144.9],"shL":[-41.7,-148.1],"elL":[-117,-147.2],"haL":[-184.2,-146],"hipR":[25.8,9.5],"knR":[23,129.6],"ftR":[11.6,253.2],"hipL":[-27,6.1],"knL":[-57.6,122.1],"ftL":[-82.9,244.7]},{"rootY":2.1,"hips":[0,0],"chest":[7.8,-99.1],"neck":[13.3,-165.4],"head":[13.4,-201.3],"shR":[66,-143.9],"elR":[145,-138.3],"haR":[165.7,-155.3],"shL":[-41.1,-150.2],"elL":[-115.9,-154.2],"haL":[-182.9,-157],"hipR":[25.7,9.5],"knR":[24.1,129.6],"ftR":[13.1,253.1],"hipL":[-27,6],"knL":[-64.8,120],"ftL":[-100.2,240.2]},{"rootY":2.1,"hips":[0,0],"chest":[8.1,-99.1],"neck":[13.7,-165.7],"head":[14,-201.6],"shR":[66.2,-146.2],"elR":[145.2,-144],"haR":[148,-166.3],"shL":[-40.7,-152.7],"elL":[-114.2,-162.4],"haL":[-180.7,-170],"hipR":[25.6,9.6],"knR":[25.3,129.6],"ftR":[15,252.8],"hipL":[-26.9,5.9],"knL":[-72.8,116.9],"ftL":[-118.5,233.6]},{"rootY":2.3,"hips":[0,0],"chest":[8.5,-99],"neck":[14.1,-166],"head":[14.6,-201.8],"shR":[66.4,-149],"elR":[144.5,-151.4],"haR":[130,-177],"shL":[-40.1,-155.2],"elL":[-111.7,-171.7],"haL":[-177.1,-185],"hipR":[25.4,10],"knR":[26.6,129.6],"ftR":[17,252.4],"hipL":[-26.9,5.6],"knL":[-80.7,112.7],"ftL":[-135.7,225.3]},{"rootY":2.9,"hips":[0,0],"chest":[9.3,-98.9],"neck":[14.9,-166.1],"head":[15.3,-201.9],"shR":[66.6,-151.8],"elR":[142.8,-159.9],"haR":[113.4,-186.2],"shL":[-39.1,-157.2],"elL":[-108.4,-181.1],"haL":[-171.7,-201.2],"hipR":[25.2,10.5],"knR":[28.1,129.6],"ftR":[19.5,251.7],"hipL":[-27,5],"knL":[-88.1,107.8],"ftL":[-151,216.1]},{"rootY":3.9,"hips":[0,0],"chest":[10.3,-98.7],"neck":[15.7,-166],"head":[16,-201.9],"shR":[66.8,-154.1],"elR":[140,-168.1],"haR":[99.3,-193.2],"shL":[-37.9,-158.9],"elL":[-104,-190.2],"haL":[-164.6,-216.9],"hipR":[25,11.1],"knR":[30.2,129.3],"ftR":[22.5,250.6],"hipL":[-27.1,4.5],"knL":[-94.8,102.8],"ftL":[-164.2,207]},{"rootY":5.3,"hips":[0,0],"chest":[11.2,-98.4],"neck":[16.6,-165.9],"head":[16.8,-201.7],"shR":[67.2,-155.7],"elR":[136.3,-174.7],"haR":[88,-197.8],"shL":[-36.6,-160.6],"elL":[-99.1,-198.2],"haL":[-156.6,-230.6],"hipR":[24.9,11.5],"knR":[32.9,128.9],"ftR":[26.2,249],"hipL":[-27.1,4],"knL":[-100.3,98.2],"ftL":[-175.1,198.6]},{"rootY":6.8,"hips":[0,0],"chest":[12,-98.1],"neck":[17.4,-165.8],"head":[17.5,-201.6],"shR":[67.6,-156.6],"elR":[132.5,-178.6],"haR":[79.3,-200.2],"shL":[-35.3,-162],"elL":[-94.2,-204.7],"haL":[-148.9,-241.6],"hipR":[24.8,11.7],"knR":[35.6,128.4],"ftR":[30.3,247.3],"hipL":[-27.2,3.7],"knL":[-104.6,94.4],"ftL":[-183.6,191.5]},{"rootY":8.5,"hips":[0,0],"chest":[12.5,-97.9],"neck":[18,-165.8],"head":[18.1,-201.5],"shR":[68,-156.7],"elR":[129.5,-180],"haR":[72.9,-200.7],"shL":[-34.2,-163.2],"elL":[-90.2,-209.6],"haL":[-142.4,-249.9],"hipR":[24.8,11.9],"knR":[38,127.9],"ftR":[34.8,245.6],"hipL":[-27.3,3.6],"knL":[-107.8,91.5],"ftL":[-189.6,186.2]},{"rootY":10.3,"hips":[0,0],"chest":[12.9,-97.8],"neck":[18.5,-165.7],"head":[18.6,-201.4],"shR":[68.4,-156.3],"elR":[127.7,-179.6],"haR":[68.8,-199.6],"shL":[-33.4,-164.1],"elL":[-87.2,-213.2],"haL":[-137.4,-255.8],"hipR":[24.9,12],"knR":[40.1,127.4],"ftR":[39.7,243.8],"hipL":[-27.4,3.5],"knL":[-109.6,89.8],"ftL":[-192.8,183.3]},{"rootY":12.1,"hips":[0,0],"chest":[13.2,-97.6],"neck":[18.8,-165.6],"head":[19.2,-201.3],"shR":[68.8,-155.8],"elR":[127.2,-178.4],"haR":[66.6,-197.6],"shL":[-32.7,-164.7],"elL":[-84.9,-215.5],"haL":[-133.8,-259.8],"hipR":[25,12],"knR":[42.5,126.9],"ftR":[45.3,241.9],"hipL":[-27.4,3.5],"knL":[-109.9,89.5],"ftL":[-193,183.2]},{"rootY":14,"hips":[0,0],"chest":[13.6,-97.3],"neck":[19.5,-165.5],"head":[20.1,-201.1],"shR":[69.4,-155.1],"elR":[127.9,-176.8],"haR":[66.2,-195.3],"shL":[-31.9,-165.1],"elL":[-83.3,-216.8],"haL":[-131.4,-261.9],"hipR":[25,12.1],"knR":[45.5,126.5],"ftR":[51.9,239.9],"hipL":[-27.5,3.4],"knL":[-109,90.4],"ftL":[-190.8,185.3]},{"rootY":15.8,"hips":[0,0],"chest":[14.2,-97],"neck":[20.8,-165.2],"head":[21.7,-200.8],"shR":[70.7,-154.3],"elR":[129.7,-174.8],"haR":[67.4,-193],"shL":[-30.5,-165.5],"elL":[-81.8,-217.3],"haL":[-129.8,-262.5],"hipR":[25,12.2],"knR":[49.2,126],"ftR":[59.6,238],"hipL":[-27.5,3.2],"knL":[-107.2,92.5],"ftL":[-186.8,189.3]},{"rootY":17.8,"hips":[0,0],"chest":[15,-96.7],"neck":[22.5,-165],"head":[23.9,-200.5],"shR":[72.4,-153.3],"elR":[132.4,-172.2],"haR":[69.9,-190.6],"shL":[-28.9,-165.7],"elL":[-80.4,-217.1],"haL":[-128.8,-261.9],"hipR":[24.9,12.3],"knR":[54,125.4],"ftR":[68.4,236.1],"hipL":[-27.5,3.1],"knL":[-104.2,95.6],"ftL":[-180.7,194.8]},{"rootY":20.3,"hips":[0,0],"chest":[15.5,-96.5],"neck":[24.4,-164.8],"head":[26.6,-200.2],"shR":[74.3,-151.8],"elR":[135.6,-168.5],"haR":[73.5,-188.1],"shL":[-27.4,-165.5],"elL":[-79.4,-216.2],"haL":[-128.3,-260.3],"hipR":[24.8,12.4],"knR":[59.7,124.2],"ftR":[78.2,233.7],"hipL":[-27.5,3],"knL":[-100,99.4],"ftL":[-172.7,201.5]},{"rootY":23.7,"hips":[0,0],"chest":[15.5,-96.4],"neck":[26.2,-164.6],"head":[29.6,-199.9],"shR":[76,-149.5],"elR":[139.1,-163.1],"haR":[77.7,-185.3],"shL":[-26.3,-165],"elL":[-79.5,-214.7],"haL":[-129.1,-257.8],"hipR":[24.8,12.3],"knR":[66,122.2],"ftR":[88.9,230.3],"hipL":[-27.3,3.2],"knL":[-95.9,102.9],"ftL":[-164.8,207.6]},{"rootY":28.3,"hips":[0,0],"chest":[14.5,-96.4],"neck":[27.4,-164.3],"head":[32.7,-199.5],"shR":[77.1,-146.3],"elR":[141.8,-155.8],"haR":[81.6,-181.7],"shL":[-25.8,-164.7],"elL":[-80.7,-212.5],"haL":[-131.9,-254],"hipR":[24.8,11.9],"knR":[72.3,119.5],"ftR":[99.8,225.9],"hipL":[-27.1,3.6],"knL":[-93.5,105.3],"ftL":[-159.6,211.5]},{"rootY":33.4,"hips":[0,0],"chest":[12.9,-96.5],"neck":[28,-164.1],"head":[35.8,-198.9],"shR":[77.3,-142.6],"elR":[143.3,-148.4],"haR":[84.6,-177.8],"shL":[-25.9,-164.4],"elL":[-82.4,-209.6],"haL":[-135.9,-248.3],"hipR":[24.7,11.5],"knR":[78,116.4],"ftR":[110.4,221.1],"hipL":[-26.7,4],"knL":[-92.2,107],"ftL":[-156.4,213.7]},{"rootY":36.8,"hips":[0,0],"chest":[11.3,-96.8],"neck":[27.7,-164],"head":[38.4,-198.1],"shR":[76.5,-138.8],"elR":[143.8,-142.9],"haR":[85.6,-173.7],"shL":[-27,-163.2],"elL":[-84.4,-205.8],"haL":[-140.1,-240.9],"hipR":[24.6,11.4],"knR":[82.5,114.5],"ftR":[119.5,218.1],"hipL":[-26.6,4.1],"knL":[-90.3,108.9],"ftL":[-152.8,216.1]},{"rootY":36.8,"hips":[0,0],"chest":[10.1,-97],"neck":[26.9,-164.2],"head":[40.1,-197.5],"shR":[75.1,-135.6],"elR":[143.7,-140.1],"haR":[85,-170.3],"shL":[-28.7,-161.1],"elL":[-87,-201.1],"haL":[-143.9,-233.1],"hipR":[24.4,11.8],"knR":[84.6,114.8],"ftR":[126.3,218.2],"hipL":[-26.6,3.7],"knL":[-87.2,110.8],"ftL":[-148,219.4]},{"rootY":34.3,"hips":[0,0],"chest":[9.2,-97.4],"neck":[25.8,-164.7],"head":[40.3,-197.4],"shR":[73.9,-135.1],"elR":[143.9,-140.5],"haR":[84.1,-169.4],"shL":[-30.4,-159.4],"elL":[-89.8,-197.3],"haL":[-147.1,-227.7],"hipR":[24.3,11.8],"knR":[84.6,116.3],"ftR":[130.7,220.5],"hipL":[-26.6,3.6],"knL":[-84.5,112.4],"ftL":[-143.4,222.6]},{"rootY":31.7,"hips":[0,0],"chest":[8.4,-98],"neck":[24.6,-165.5],"head":[39,-198.2],"shR":[73.1,-136.9],"elR":[144.6,-143.7],"haR":[84.2,-171.5],"shL":[-31.7,-158.8],"elL":[-92.2,-196],"haL":[-149.6,-226.3],"hipR":[24.5,11.2],"knR":[84.1,117.2],"ftR":[133,222.9],"hipL":[-26.6,4.3],"knL":[-83.1,113.6],"ftL":[-140.6,224.8]},{"rootY":30.4,"hips":[0,0],"chest":[7.6,-98.4],"neck":[23.1,-166.1],"head":[36.9,-199.2],"shR":[72,-138.8],"elR":[144.9,-147.9],"haR":[85.1,-175.4],"shL":[-33.1,-158.6],"elL":[-94,-196.6],"haL":[-151.2,-227.8],"hipR":[24.7,10.5],"knR":[84.6,117.1],"ftR":[134.5,224.4],"hipL":[-26.5,5.1],"knL":[-82.5,114.7],"ftL":[-139.4,226.2]},{"rootY":29.8,"hips":[0,0],"chest":[6.5,-98.8],"neck":[21.4,-166.5],"head":[34.4,-200],"shR":[70.5,-139.4],"elR":[144.3,-151.1],"haR":[85.6,-178.5],"shL":[-34.8,-158],"elL":[-95.4,-197.3],"haL":[-152.1,-230],"hipR":[24.9,10],"knR":[85.8,116.4],"ftR":[135.5,225.1],"hipL":[-26.4,5.6],"knL":[-82.1,115.4],"ftL":[-138.8,227]},{"rootY":29.5,"hips":[0,0],"chest":[5.3,-99],"neck":[19.8,-166.7],"head":[32.1,-200.7],"shR":[68.8,-139.4],"elR":[142.9,-152.3],"haR":[84.9,-179.7],"shL":[-36.6,-157.3],"elL":[-96.9,-197.5],"haL":[-153,-231.2],"hipR":[24.9,9.6],"knR":[86.5,115.7],"ftR":[135.8,225.6],"hipL":[-26.3,6],"knL":[-81.9,115.8],"ftL":[-138.6,227.5]},{"rootY":29.1,"hips":[0,0],"chest":[4.1,-99.3],"neck":[18.4,-166.9],"head":[30,-201.2],"shR":[67.5,-139.3],"elR":[141.6,-151.8],"haR":[83.5,-179.3],"shL":[-38,-156.6],"elL":[-98.1,-197.1],"haL":[-154,-231.1],"hipR":[24.9,9.1],"knR":[86.3,115.5],"ftR":[135.7,226],"hipL":[-26.1,6.5],"knL":[-82,116.1],"ftL":[-138.9,227.7]},{"rootY":28.9,"hips":[0,0],"chest":[3.1,-99.4],"neck":[17.4,-167.1],"head":[28.5,-201.5],"shR":[66.6,-139.1],"elR":[140.6,-151],"haR":[82.3,-178.5],"shL":[-38.9,-155.9],"elL":[-98.7,-196.3],"haL":[-154.6,-230.2],"hipR":[25,8.7],"knR":[85.6,115.6],"ftR":[135.5,226.2],"hipL":[-25.9,6.9],"knL":[-82.1,116.4],"ftL":[-139.2,227.9]},{"rootY":28.8,"hips":[0,0],"chest":[2.5,-99.5],"neck":[16.8,-167.1],"head":[27.6,-201.6],"shR":[65.9,-138.5],"elR":[139.8,-150.4],"haR":[81.8,-177.9],"shL":[-39.6,-155.2],"elL":[-99,-195.3],"haL":[-154.7,-228.9],"hipR":[25,8.4],"knR":[85.1,115.7],"ftR":[135.5,226.4],"hipL":[-25.9,7.1],"knL":[-82,116.7],"ftL":[-139.2,228.1]},{"rootY":28.6,"hips":[0,0],"chest":[2.2,-99.4],"neck":[16.6,-167],"head":[27.2,-201.6],"shR":[65.6,-137.9],"elR":[139.5,-149.8],"haR":[81.8,-177.6],"shL":[-39.9,-154.8],"elL":[-99,-194.3],"haL":[-154.6,-227.3],"hipR":[25,8.4],"knR":[85,115.8],"ftR":[135.9,226.6],"hipL":[-25.8,7.2],"knL":[-81.9,116.8],"ftL":[-138.9,228.3]},{"rootY":28.5,"hips":[0,0],"chest":[2.1,-99.4],"neck":[16.5,-166.9],"head":[27.1,-201.5],"shR":[65.5,-137.7],"elR":[139.5,-149.3],"haR":[82,-177.5],"shL":[-39.9,-154.6],"elL":[-98.8,-193.5],"haL":[-154.4,-225.9],"hipR":[25,8.4],"knR":[85,115.9],"ftR":[136.3,226.8],"hipL":[-25.8,7.1],"knL":[-81.8,116.8],"ftL":[-138.6,228.4]},{"rootY":28.4,"hips":[0,0],"chest":[2,-99.4],"neck":[16.6,-166.9],"head":[27.1,-201.5],"shR":[65.4,-137.3],"elR":[139.4,-149],"haR":[82.2,-177.6],"shL":[-39.8,-154.4],"elL":[-98.6,-192.8],"haL":[-154.2,-224.7],"hipR":[24.9,8.5],"knR":[84.9,116],"ftR":[136.7,226.9],"hipL":[-25.9,7.1],"knL":[-81.6,116.8],"ftL":[-138.3,228.5]},{"rootY":28.3,"hips":[0,0],"chest":[1.7,-99.5],"neck":[16.4,-166.9],"head":[27.1,-201.5],"shR":[65,-136.6],"elR":[139.1,-148.9],"haR":[82.3,-177.7],"shL":[-40,-154.2],"elL":[-98.7,-192.2],"haL":[-154.2,-223.8],"hipR":[25,8.5],"knR":[84.8,116.2],"ftR":[137,227],"hipL":[-25.9,7.1],"knL":[-81.5,116.8],"ftL":[-138,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[1.1,-99.5],"neck":[15.9,-166.9],"head":[26.8,-201.5],"shR":[64.3,-136],"elR":[138.6,-148.8],"haR":[82.2,-177.7],"shL":[-40.4,-153.9],"elL":[-99.1,-191.7],"haL":[-154.6,-223],"hipR":[25,8.5],"knR":[84.6,116.2],"ftR":[137.1,227],"hipL":[-25.9,7.1],"knL":[-81.5,116.9],"ftL":[-137.9,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[0.4,-99.6],"neck":[15.1,-167],"head":[26.2,-201.5],"shR":[63.4,-135.9],"elR":[138,-148.8],"haR":[82,-177.7],"shL":[-41.1,-153.9],"elL":[-99.8,-191.3],"haL":[-155.3,-222.3],"hipR":[25.1,8.3],"knR":[84.5,116.2],"ftR":[136.8,227.1],"hipL":[-25.9,7.2],"knL":[-81.7,116.9],"ftL":[-138.2,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[-0.5,-99.6],"neck":[14.1,-167.1],"head":[25.4,-201.5],"shR":[62.5,-135.9],"elR":[137.3,-148.8],"haR":[81.5,-177.9],"shL":[-42,-153.8],"elL":[-100.6,-191],"haL":[-156.2,-221.8],"hipR":[25.1,8.1],"knR":[84.4,116.1],"ftR":[136.4,227.1],"hipL":[-25.9,7.5],"knL":[-81.8,117],"ftL":[-138.6,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[-1.4,-99.7],"neck":[13.1,-167.1],"head":[24.6,-201.5],"shR":[61.4,-136],"elR":[136.4,-149],"haR":[80.9,-178.2],"shL":[-42.9,-153.6],"elL":[-101.5,-190.6],"haL":[-157.1,-221.3],"hipR":[25.1,7.9],"knR":[84.3,115.9],"ftR":[136,227],"hipL":[-25.8,7.7],"knL":[-82,117.1],"ftL":[-139,228.7]},{"rootY":28.3,"hips":[0,0],"chest":[-2.2,-99.7],"neck":[12.3,-167.1],"head":[23.7,-201.5],"shR":[60.6,-136.1],"elR":[135.6,-149.3],"haR":[80.2,-178.4],"shL":[-43.6,-153.3],"elL":[-102.4,-190.2],"haL":[-158,-220.8],"hipR":[25.1,7.7],"knR":[84.1,115.8],"ftR":[135.6,227],"hipL":[-25.7,7.9],"knL":[-82.1,117.2],"ftL":[-139.4,228.6]},{"rootY":28.3,"hips":[0,0],"chest":[-3,-99.7],"neck":[11.6,-167.1],"head":[23,-201.6],"shR":[59.8,-136.2],"elR":[134.9,-149.6],"haR":[79.6,-178.5],"shL":[-44.3,-153.1],"elL":[-103.2,-189.7],"haL":[-158.8,-220.2],"hipR":[25.1,7.4],"knR":[83.9,115.7],"ftR":[135.3,227.1],"hipL":[-25.6,8.1],"knL":[-82.2,117.3],"ftL":[-139.7,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-3.8,-99.7],"neck":[11,-167.1],"head":[22.3,-201.6],"shR":[59.1,-136.2],"elR":[134.2,-150],"haR":[79.1,-178.6],"shL":[-44.8,-152.9],"elL":[-103.8,-189.4],"haL":[-159.6,-219.6],"hipR":[25.1,7.2],"knR":[83.6,115.5],"ftR":[135,227.1],"hipL":[-25.4,8.3],"knL":[-82.3,117.4],"ftL":[-140,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[-4.7,-99.7],"neck":[10.4,-167.1],"head":[21.7,-201.5],"shR":[58.3,-136],"elR":[133.6,-150.2],"haR":[78.7,-178.7],"shL":[-45.4,-152.7],"elL":[-104.5,-189.1],"haL":[-160.3,-219.2],"hipR":[25,6.9],"knR":[83.3,115.4],"ftR":[134.8,227.2],"hipL":[-25.3,8.6],"knL":[-82.4,117.6],"ftL":[-140.3,228.6]},{"rootY":28.1,"hips":[0,0],"chest":[-5.5,-99.7],"neck":[9.7,-167],"head":[21,-201.5],"shR":[57.5,-136],"elR":[132.9,-150.3],"haR":[78.2,-178.8],"shL":[-46.1,-152.6],"elL":[-105.2,-188.9],"haL":[-161,-219],"hipR":[25,6.7],"knR":[83,115.4],"ftR":[134.5,227.3],"hipL":[-25.2,8.8],"knL":[-82.4,117.7],"ftL":[-140.6,228.6]},{"rootY":28.1,"hips":[0,0],"chest":[-6.4,-99.7],"neck":[8.9,-167],"head":[20.3,-201.5],"shR":[56.7,-136],"elR":[132.2,-150.2],"haR":[77.8,-178.8],"shL":[-46.7,-152.7],"elL":[-106,-188.9],"haL":[-161.8,-219.1],"hipR":[25,6.4],"knR":[82.7,115.2],"ftR":[134.1,227.3],"hipL":[-25.1,9.1],"knL":[-82.6,117.8],"ftL":[-140.9,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[-7.4,-99.7],"neck":[8,-167],"head":[19.4,-201.4],"shR":[55.7,-136.1],"elR":[131.5,-150.2],"haR":[77.3,-178.8],"shL":[-47.5,-152.8],"elL":[-106.8,-189],"haL":[-162.6,-219.2],"hipR":[25,6.1],"knR":[82.5,115],"ftR":[133.6,227.2],"hipL":[-24.9,9.3],"knL":[-82.7,117.9],"ftL":[-141.4,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-8.5,-99.6],"neck":[7,-167],"head":[18.5,-201.4],"shR":[54.7,-136.1],"elR":[130.6,-150],"haR":[76.9,-178.8],"shL":[-48.4,-152.9],"elL":[-107.8,-189.1],"haL":[-163.5,-219.4],"hipR":[25,5.8],"knR":[82.3,114.8],"ftR":[133,227.1],"hipL":[-24.8,9.7],"knL":[-82.9,118.1],"ftL":[-142,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-9.7,-99.5],"neck":[6,-166.8],"head":[17.5,-201.3],"shR":[53.6,-136],"elR":[129.7,-149.8],"haR":[76.5,-178.9],"shL":[-49.3,-153.1],"elL":[-108.7,-189.4],"haL":[-164.4,-219.7],"hipR":[25,5.4],"knR":[81.9,114.7],"ftR":[132.2,227.2],"hipL":[-24.7,10],"knL":[-83.1,118.3],"ftL":[-142.6,228.4]},{"rootY":28.2,"hips":[0,0],"chest":[-10.9,-99.4],"neck":[5,-166.7],"head":[16.6,-201.1],"shR":[52.5,-136],"elR":[128.9,-149.5],"haR":[76.1,-178.9],"shL":[-50.2,-153.3],"elL":[-109.6,-189.7],"haL":[-165.2,-220.1],"hipR":[25.1,5],"knR":[81.6,114.5],"ftR":[131.5,227.2],"hipL":[-24.5,10.4],"knL":[-83.4,118.5],"ftL":[-143.3,228.3]},{"rootY":28.2,"hips":[0,0],"chest":[-11.8,-99.3],"neck":[4.2,-166.6],"head":[15.9,-200.9],"shR":[51.6,-135.9],"elR":[128.2,-149.2],"haR":[76,-178.8],"shL":[-50.9,-153.5],"elL":[-110.2,-190],"haL":[-165.7,-220.6],"hipR":[25.1,4.6],"knR":[81.3,114.2],"ftR":[130.9,227.2],"hipL":[-24.4,10.7],"knL":[-83.6,118.6],"ftL":[-144,228.3]},{"rootY":28.2,"hips":[0,0],"chest":[-12.5,-99.2],"neck":[3.6,-166.5],"head":[15.5,-200.8],"shR":[50.9,-135.8],"elR":[127.8,-148.7],"haR":[76.2,-178.7],"shL":[-51.3,-153.7],"elL":[-110.6,-190.1],"haL":[-166,-220.9],"hipR":[25.1,4.4],"knR":[81.1,114.1],"ftR":[130.6,227.1],"hipL":[-24.3,11],"knL":[-83.8,118.8],"ftL":[-144.4,228.2]},{"rootY":28.1,"hips":[0,0],"chest":[-12.9,-99.2],"neck":[3.3,-166.4],"head":[15.4,-200.7],"shR":[50.5,-135.6],"elR":[127.6,-148.3],"haR":[76.6,-178.6],"shL":[-51.5,-153.9],"elL":[-110.7,-190.3],"haL":[-165.9,-221],"hipR":[25.2,4.2],"knR":[80.9,114.1],"ftR":[130.2,227.2],"hipL":[-24.3,11.1],"knL":[-83.8,118.9],"ftL":[-144.6,228.2]},{"rootY":28.1,"hips":[0,0],"chest":[-12.9,-99.2],"neck":[3.3,-166.4],"head":[15.7,-200.6],"shR":[50.4,-135.4],"elR":[127.7,-147.5],"haR":[77.6,-178.3],"shL":[-51.3,-154.2],"elL":[-110.4,-190.3],"haL":[-165.5,-220.8],"hipR":[25.2,4.2],"knR":[81,114],"ftR":[130.1,227.2],"hipL":[-24.3,11.1],"knL":[-83.9,118.9],"ftL":[-144.7,228.3]},{"rootY":28.1,"hips":[0,0],"chest":[-12.4,-99.4],"neck":[3.9,-166.4],"head":[16.4,-200.5],"shR":[50.8,-135.2],"elR":[128.6,-146],"haR":[79.7,-177.6],"shL":[-50.6,-154.2],"elL":[-109.8,-189.5],"haL":[-164.5,-219.6],"hipR":[25.2,4.2],"knR":[81.3,114],"ftR":[130.6,227.1],"hipL":[-24.4,11.1],"knL":[-83.8,118.9],"ftL":[-144.5,228.4]},{"rootY":28.1,"hips":[0,0],"chest":[-11.3,-99.6],"neck":[5,-166.4],"head":[17.7,-200.5],"shR":[51.9,-134.9],"elR":[130.2,-142.9],"haR":[83.4,-176.1],"shL":[-49.3,-153.7],"elL":[-109,-187.4],"haL":[-163.4,-216.4],"hipR":[25.2,4.5],"knR":[81.7,114],"ftR":[131.5,226.9],"hipL":[-24.5,10.8],"knL":[-83.6,118.9],"ftL":[-144,228.5]},{"rootY":28.1,"hips":[0,0],"chest":[-9.5,-99.9],"neck":[6.8,-166.5],"head":[19.6,-200.4],"shR":[53.6,-134.8],"elR":[132.5,-137.4],"haR":[89,-172.8],"shL":[-47.3,-152.8],"elL":[-108.2,-183.4],"haL":[-161.9,-210.3],"hipR":[25.1,4.8],"knR":[82.2,114],"ftR":[132.3,226.7],"hipL":[-24.6,10.5],"knL":[-83.2,118.8],"ftL":[-143.3,228.5]},{"rootY":28.3,"hips":[0,0],"chest":[-7,-100.2],"neck":[9.4,-166.3],"head":[22.3,-200.3],"shR":[56.2,-134.6],"elR":[135.1,-129],"haR":[96.7,-166.9],"shL":[-44.5,-151.1],"elL":[-107.4,-176.7],"haL":[-159.6,-200.1],"hipR":[24.9,5.2],"knR":[82.9,113.8],"ftR":[133.1,226.5],"hipL":[-24.7,10.1],"knL":[-82.8,118.6],"ftL":[-142.4,228.3]},{"rootY":28.9,"hips":[0,0],"chest":[-4,-100.3],"neck":[12.8,-165.9],"head":[25.5,-199.9],"shR":[59.4,-133.6],"elR":[137.1,-117.8],"haR":[106.5,-157.8],"shL":[-41,-148.4],"elL":[-106.1,-166.8],"haL":[-156,-184.8],"hipR":[24.8,5.5],"knR":[83.7,113.5],"ftR":[133.8,225.9],"hipL":[-24.8,9.8],"knL":[-82.3,118.2],"ftL":[-141.1,227.6]},{"rootY":30.5,"hips":[0,0],"chest":[-1,-99.8],"neck":[16.8,-164.6],"head":[28.8,-198.9],"shR":[63.4,-132.4],"elR":[138,-105.5],"haR":[117.5,-145.2],"shL":[-36.9,-146.2],"elL":[-103.7,-154.1],"haL":[-150.9,-164.7],"hipR":[25,5.4],"knR":[84.3,112.6],"ftR":[134.6,224.2],"hipL":[-24.8,9.9],"knL":[-82.3,116.6],"ftL":[-139.2,225.3]},{"rootY":34.2,"hips":[0,0],"chest":[1.6,-98.8],"neck":[21.4,-162.3],"head":[32.4,-196.9],"shR":[68,-131.2],"elR":[138,-94.6],"haR":[128.2,-129.3],"shL":[-32.3,-145.7],"elL":[-99.6,-140.6],"haL":[-143.9,-141.2],"hipR":[25.2,5.1],"knR":[85.2,110.5],"ftR":[135.1,220.2],"hipL":[-24.6,10.3],"knL":[-82.5,113.3],"ftL":[-137.6,220.3]},{"rootY":40.7,"hips":[0,0],"chest":[3.7,-97.7],"neck":[25.7,-159.4],"head":[35.6,-194.2],"shR":[72,-129.1],"elR":[137.6,-86.7],"haR":[137.2,-111.6],"shL":[-27.6,-145.3],"elL":[-95.1,-127.4],"haL":[-134.9,-117.8],"hipR":[25.1,5.2],"knR":[86.3,106.8],"ftR":[135,213.7],"hipL":[-24.3,10.3],"knL":[-83.6,108.6],"ftL":[-137.9,213.2]},{"rootY":48.5,"hips":[0,0],"chest":[5.1,-97.1],"neck":[28.3,-157.2],"head":[37.4,-192.2],"shR":[73.8,-125.3],"elR":[136.7,-80.8],"haR":[143.5,-94.2],"shL":[-24.7,-142.1],"elL":[-92.5,-113.9],"haL":[-126.2,-96.3],"hipR":[24.7,5.7],"knR":[85.9,102.8],"ftR":[133,206.1],"hipL":[-24.2,9.8],"knL":[-87.3,103.2],"ftL":[-141.4,206.1]},{"rootY":54.4,"hips":[0,0],"chest":[5.7,-97.1],"neck":[28.5,-156.8],"head":[36.4,-192],"shR":[72.4,-120.9],"elR":[133.5,-75.6],"haR":[147.1,-77],"shL":[-25.2,-137.2],"elL":[-92.2,-100.1],"haL":[-120.6,-75.7],"hipR":[24.6,6.2],"knR":[82.4,101.2],"ftR":[127.8,200.8],"hipL":[-24.4,9.3],"knL":[-92.9,99.1],"ftL":[-147.6,201.3]},{"rootY":55.5,"hips":[0,0],"chest":[5.3,-97.5],"neck":[26.1,-158.1],"head":[32.5,-193.5],"shR":[68.9,-118.8],"elR":[126.8,-71.5],"haR":[148.4,-57.7],"shL":[-28.3,-133.8],"elL":[-91.8,-87.8],"haL":[-119.4,-55.2],"hipR":[24.8,6.6],"knR":[76.5,103.1],"ftR":[119.4,199.8],"hipL":[-24.7,9],"knL":[-97,98.3],"ftL":[-155.9,199.7]},{"rootY":51.9,"hips":[0,0],"chest":[4.5,-97.9],"neck":[21.8,-160.1],"head":[26.5,-195.6],"shR":[65.9,-120.9],"elR":[118.7,-70],"haR":[147.8,-36.9],"shL":[-32.9,-132.4],"elL":[-91.6,-79.3],"haL":[-122.9,-37.6],"hipR":[25,7.3],"knR":[70.6,106.9],"ftR":[109,203.3],"hipL":[-25.1,8.4],"knL":[-98.3,100.3],"ftL":[-164.1,200.3]},{"rootY":45.9,"hips":[0,0],"chest":[4.2,-98.4],"neck":[16.3,-162],"head":[19.6,-197.5],"shR":[63.6,-125.7],"elR":[111.1,-71.3],"haR":[145,-21.1],"shL":[-37.5,-130.4],"elL":[-93.9,-74.6],"haL":[-130.3,-27],"hipR":[25,8.1],"knR":[66.4,110.9],"ftR":[98.3,209.1],"hipL":[-25.5,7.5],"knL":[-98.4,102.2],"ftL":[-169.2,201.4]},{"rootY":39.6,"hips":[0,0],"chest":[3.6,-98.7],"neck":[9.3,-163.3],"head":[12,-198.8],"shR":[60.1,-130.6],"elR":[102.8,-74.2],"haR":[139,-15.6],"shL":[-42.8,-127.8],"elL":[-99.4,-72.3],"haL":[-140.4,-23],"hipR":[25.5,8.6],"knR":[62.8,114.9],"ftR":[87.6,215.5],"hipL":[-26.2,7.1],"knL":[-98.3,102.6],"ftL":[-169.9,202]},{"rootY":33.5,"hips":[0,0],"chest":[1.5,-98.8],"neck":[0.9,-163.8],"head":[4,-199.2],"shR":[54.1,-133.8],"elR":[93.4,-77.9],"haR":[130.7,-19.5],"shL":[-49.3,-126.5],"elL":[-106.9,-72],"haL":[-151,-23.3],"hipR":[26.5,8.1],"knR":[58,119],"ftR":[77.2,221.6],"hipL":[-26.7,7.6],"knL":[-97.7,102.4],"ftL":[-167.5,202.1]},{"rootY":28,"hips":[0,0],"chest":[-1.7,-98.6],"neck":[-7,-164],"head":[-2.8,-199.2],"shR":[47,-135],"elR":[86,-81.7],"haR":[124.8,-27.8],"shL":[-56.4,-127.4],"elL":[-115,-74.1],"haL":[-161.3,-26.5],"hipR":[27,7.1],"knR":[51,122.8],"ftR":[68.4,226.7],"hipL":[-26.5,8.6],"knL":[-95.2,103.3],"ftL":[-161.9,204]},{"rootY":23.3,"hips":[0,0],"chest":[-4.2,-98.6],"neck":[-12.9,-164.3],"head":[-7.3,-199.1],"shR":[41.3,-135.7],"elR":[82.6,-85.4],"haR":[124.8,-36],"shL":[-62.2,-129.4],"elL":[-122.9,-78.5],"haL":[-171.8,-32.6],"hipR":[26.7,6.4],"knR":[42.1,126],"ftR":[62.3,231.3],"hipL":[-25.8,9.2],"knL":[-91,105.6],"ftL":[-151.1,210.6]},{"rootY":19.7,"hips":[0,0],"chest":[-4.7,-98.8],"neck":[-14.9,-164.6],"head":[-8.4,-199.2],"shR":[39.4,-136.7],"elR":[83.7,-88.9],"haR":[131.2,-42.7],"shL":[-64.7,-131.9],"elL":[-128.4,-85],"haL":[-180.8,-41.9],"hipR":[26,6.3],"knR":[34.5,128.1],"ftR":[59.4,235.1],"hipL":[-25,9.3],"knL":[-83.2,110.4],"ftL":[-133.6,221.5]},{"rootY":17.3,"hips":[0,0],"chest":[-2.6,-99.2],"neck":[-11,-165],"head":[-5.1,-199.8],"shR":[42.5,-135.9],"elR":[89.1,-90],"haR":[144.3,-49.1],"shL":[-61.9,-134.8],"elL":[-128.5,-92.1],"haL":[-184.6,-52.9],"hipR":[26,6.9],"knR":[33.1,129.1],"ftR":[60.4,237.7],"hipL":[-25.2,8.7],"knL":[-70.5,117.3],"ftL":[-113.4,232.5]},{"rootY":15.9,"hips":[0,0],"chest":[1.5,-99.5],"neck":[-1.4,-165.4],"head":[2.3,-200.6],"shR":[50,-132.9],"elR":[98,-86.4],"haR":[161.1,-56.4],"shL":[-53.6,-137.1],"elL":[-122.6,-98.1],"haL":[-181.9,-63.5],"hipR":[26.7,8],"knR":[39.2,129],"ftR":[64.9,238.8],"hipL":[-26.6,7.6],"knL":[-57,122.8],"ftL":[-97.7,239.4]},{"rootY":15.4,"hips":[0,0],"chest":[7.5,-99.2],"neck":[11.4,-165.3],"head":[11.7,-200.5],"shR":[60.8,-130.7],"elR":[107.8,-78.7],"haR":[174.9,-66.5],"shL":[-41.5,-137.3],"elL":[-111.2,-100.4],"haL":[-173.7,-73.1],"hipR":[25.2,10.3],"knR":[49.2,127.7],"ftR":[71,238.7],"hipL":[-26.9,5.3],"knL":[-49.8,124.1],"ftL":[-89.1,241.1]},{"rootY":15.6,"hips":[0,0],"chest":[14.5,-97.9],"neck":[24.2,-163.8],"head":[20.6,-198.7],"shR":[72.9,-131.7],"elR":[115.5,-70.9],"haR":[178.4,-81],"shL":[-28.1,-134.7],"elL":[-94.8,-95.4],"haL":[-160,-80],"hipR":[19.8,13.2],"knR":[56.7,126],"ftR":[75.9,238.4],"hipL":[-23.7,2],"knL":[-48.9,122],"ftL":[-85.4,240]},{"rootY":16.7,"hips":[0,0],"chest":[19.4,-96.3],"neck":[33.9,-161.1],"head":[27.4,-195.6],"shR":[82.5,-135.6],"elR":[119.8,-69.2],"haR":[170.1,-95.9],"shL":[-18,-129.6],"elL":[-78,-82.8],"haL":[-142.6,-83.7],"hipR":[14.2,14.9],"knR":[58.7,124.9],"ftR":[77.8,237.8],"hipL":[-19.2,-0.1],"knL":[-47.5,119.7],"ftL":[-85.3,237.6]},{"rootY":18.6,"hips":[0,0],"chest":[19.4,-95.5],"neck":[36.1,-159.2],"head":[29.4,-193.7],"shR":[85.1,-139.6],"elR":[122.8,-74.8],"haR":[157.3,-105.4],"shL":[-15.7,-123.8],"elL":[-68.6,-67.6],"haL":[-127,-85.5],"hipR":[12.4,15.5],"knR":[56.3,125],"ftR":[76.2,236.2],"hipL":[-17.5,-0.8],"knL":[-45,119.1],"ftL":[-90.5,234.7]},{"rootY":20.9,"hips":[0,0],"chest":[15.9,-96.2],"neck":[28.7,-160.2],"head":[25.6,-195.2],"shR":[79.3,-142.2],"elR":[126.3,-87.6],"haR":[150,-115.1],"shL":[-22.1,-121.1],"elL":[-71.4,-59.2],"haL":[-119.2,-87.9],"hipR":[15.5,15.2],"knR":[52.6,125.4],"ftR":[72.6,234],"hipL":[-20.1,-0.4],"knL":[-44.4,119.3],"ftL":[-99.3,230.7]},{"rootY":22.5,"hips":[0,0],"chest":[9.3,-97.7],"neck":[13.1,-163],"head":[16.1,-197.9],"shR":[66.2,-144.3],"elR":[124.6,-103.6],"haR":[150,-128.3],"shL":[-36.8,-124],"elL":[-86.5,-62.9],"haL":[-119.7,-94.5],"hipR":[21,13.5],"knR":[49.6,125.2],"ftR":[65.7,232.4],"hipL":[-24.4,1.8],"knL":[-52.8,116.7],"ftL":[-107.6,227]},{"rootY":22.4,"hips":[0,0],"chest":[-0.9,-98.4],"neck":[-5.1,-164.5],"head":[3.4,-198.4],"shR":[49.8,-148.6],"elR":[116.8,-118.2],"haR":[157,-142.8],"shL":[-55.7,-131.2],"elL":[-108.8,-77],"haL":[-120.6,-107.5],"hipR":[25.8,9.5],"knR":[47.3,124.1],"ftR":[55.3,231.4],"hipL":[-26.8,6.1],"knL":[-65.3,112.8],"ftL":[-111.7,225.9]},{"rootY":19.9,"hips":[0,0],"chest":[-10.1,-97.5],"neck":[-18.8,-163.5],"head":[-6.9,-196.4],"shR":[36.2,-152.9],"elR":[109.6,-129],"haR":[165.6,-156.7],"shL":[-70.2,-137.7],"elL":[-126.9,-96.8],"haL":[-112,-123.6],"hipR":[27.1,5.8],"knR":[44.7,123.2],"ftR":[48.3,230.5],"hipL":[-26,9.8],"knL":[-69.1,114.1],"ftL":[-110,229.4]},{"rootY":17.6,"hips":[0,0],"chest":[-15.5,-96.6],"neck":[-26.2,-162.1],"head":[-12.5,-194.2],"shR":[28.6,-152.9],"elR":[105.5,-135.2],"haR":[168.8,-164.1],"shL":[-77.6,-142.2],"elL":[-134.2,-120.5],"haL":[-94.6,-138.8],"hipR":[26,3.9],"knR":[39,122.5],"ftR":[50.4,228.7],"hipL":[-23.9,11.6],"knL":[-65.5,118.6],"ftL":[-106.6,234.8]},{"rootY":17.7,"hips":[0,0],"chest":[-16.8,-96.3],"neck":[-28,-161.3],"head":[-14.2,-193.3],"shR":[26.4,-151.5],"elR":[103.1,-131.5],"haR":[161.4,-169.6],"shL":[-78.9,-147],"elL":[-131.1,-146.6],"haL":[-76.6,-151.8],"hipR":[24.5,3.6],"knR":[29.5,123.1],"ftR":[60.1,226.6],"hipL":[-22.1,11.8],"knL":[-62.8,120.6],"ftL":[-104.3,237.4]},{"rootY":19.8,"hips":[0,0],"chest":[-13.9,-96.7],"neck":[-23.7,-161.3],"head":[-12,-194],"shR":[30.7,-148.7],"elR":[105.2,-121.6],"haR":[148.1,-176.7],"shL":[-73.7,-153.3],"elL":[-121.8,-170],"haL":[-63.9,-165.6],"hipR":[23.8,4.8],"knR":[21.9,125.4],"ftR":[70.5,225.3],"hipL":[-21.9,10.7],"knL":[-63.8,118.4],"ftL":[-102,236]},{"rootY":21.1,"hips":[0,0],"chest":[-8,-97.4],"neck":[-12.9,-162.2],"head":[-4.8,-195.9],"shR":[41.2,-142.8],"elR":[115.2,-114.4],"haR":[135.7,-180.8],"shL":[-62.2,-159.5],"elL":[-112.4,-185.7],"haL":[-58.3,-182.6],"hipR":[24.8,6.5],"knR":[22.8,126.9],"ftR":[77,225.3],"hipL":[-24,9.2],"knL":[-64.8,115.9],"ftL":[-97.5,234.6]},{"rootY":19.5,"hips":[0,0],"chest":[0.2,-98.1],"neck":[3.4,-163.1],"head":[7.1,-197.4],"shR":[55.8,-136.9],"elR":[132,-115.2],"haR":[128.5,-181.8],"shL":[-46.3,-163.7],"elL":[-104.3,-191.7],"haL":[-59.4,-202.1],"hipR":[26.4,8.5],"knR":[33.9,125.7],"ftR":[82.7,225.8],"hipL":[-26.8,7.2],"knL":[-61.3,116.8],"ftL":[-88.9,236.2]},{"rootY":16.2,"hips":[0,0],"chest":[10.4,-97.6],"neck":[21.4,-162.7],"head":[21.3,-197],"shR":[72.6,-137.2],"elR":[151.5,-129.6],"haR":[129.2,-182.7],"shL":[-28.7,-165.4],"elL":[-95.9,-190.1],"haL":[-65.1,-220.9],"hipR":[24.7,10.9],"knR":[51.1,121.4],"ftR":[91.6,226.1],"hipL":[-26.6,4.6],"knL":[-52.4,119.9],"ftL":[-77.6,239.4]},{"rootY":13.5,"hips":[0,0],"chest":[17.9,-96.2],"neck":[34,-161.1],"head":[32.5,-195.1],"shR":[84.1,-142.3],"elR":[161.8,-158.4],"haR":[134.1,-185],"shL":[-16.2,-162.9],"elL":[-89.2,-184],"haL":[-74.8,-235.4],"hipR":[19.5,12.4],"knR":[63.2,117.7],"ftR":[97.3,227.9],"hipL":[-22.6,2.9],"knL":[-43.7,122.4],"ftL":[-73.2,241.3]},{"rootY":13.6,"hips":[0,0],"chest":[18.8,-95.7],"neck":[38.1,-160.1],"head":[37.6,-194],"shR":[84.9,-151.1],"elR":[153.7,-190.4],"haR":[139.6,-189.8],"shL":[-11.7,-157],"elL":[-86.6,-177.7],"haL":[-88.9,-243.2],"hipR":[14.2,12.7],"knR":[66.3,117],"ftR":[92.6,231.3],"hipL":[-17.4,2.5],"knL":[-40.1,123.2],"ftL":[-81.3,240]},{"rootY":17.4,"hips":[0,0],"chest":[13.2,-96.7],"neck":[33.9,-160.6],"head":[37.2,-194.6],"shR":[75.4,-161.8],"elR":[135.2,-212.7],"haR":[142.8,-200.5],"shL":[-14.1,-151.7],"elL":[-88.6,-172.7],"haL":[-104.9,-240.6],"hipR":[11.1,12.6],"knR":[66.5,117.1],"ftR":[80.1,233.5],"hipL":[-13.9,2.7],"knL":[-41,122.7],"ftL":[-94.4,235.8]},{"rootY":23.2,"hips":[0,0],"chest":[5.8,-97.4],"neck":[26.1,-161.2],"head":[34.7,-194.8],"shR":[63.7,-168.5],"elR":[118.4,-217.2],"haR":[147.4,-215.9],"shL":[-20.2,-149.3],"elL":[-93.9,-163.7],"haL":[-118.2,-228.9],"hipR":[11.3,13.2],"knR":[71.7,115.1],"ftR":[71.5,231.2],"hipL":[-13.6,2.2],"knL":[-41.6,121.9],"ftL":[-102.9,231.2]},{"rootY":28.2,"hips":[0,0],"chest":[1.9,-97.1],"neck":[20,-161],"head":[31.7,-194.3],"shR":[58.3,-166.6],"elR":[109.3,-202.6],"haR":[152,-229.5],"shL":[-25.9,-144.9],"elL":[-98.2,-143.9],"haL":[-126.8,-207.6],"hipR":[14.6,13.9],"knR":[80.6,112.1],"ftR":[70.3,226.4],"hipL":[-16.7,1.3],"knL":[-39.6,121.7],"ftL":[-105.8,228]},{"rootY":30.2,"hips":[0,0],"chest":[1.6,-96.9],"neck":[15,-161.2],"head":[26.7,-194.7],"shR":[57.5,-159.4],"elR":[106.2,-175.6],"haR":[150.7,-226.1],"shL":[-30,-137.9],"elL":[-98.5,-116.3],"haL":[-130.3,-175.9],"hipR":[19.7,13.3],"knR":[84.3,111.7],"ftR":[68.8,224],"hipL":[-22.2,2],"knL":[-38.5,121.9],"ftL":[-108.7,225.7]},{"rootY":28.5,"hips":[0,0],"chest":[-0.1,-97.1],"neck":[7,-161.4],"head":[17.1,-195.5],"shR":[54.1,-153.4],"elR":[99.2,-143],"haR":[143.4,-195.4],"shL":[-36.3,-132.8],"elL":[-96.7,-91.8],"haL":[-129.7,-132.8],"hipR":[24.5,11.1],"knR":[75.3,116.2],"ftR":[60.3,226.2],"hipL":[-26.4,4.5],"knL":[-43.7,121.7],"ftL":[-115,224.5]},{"rootY":24.6,"hips":[0,0],"chest":[-4.7,-96.9],"neck":[-2.6,-160.4],"head":[5.1,-195],"shR":[47.8,-147],"elR":[82.2,-115.5],"haR":[130.9,-150],"shL":[-45,-132.1],"elL":[-94.1,-76.9],"haL":[-112.8,-84.7],"hipR":[26.4,9.2],"knR":[57.9,121.7],"ftR":[52.2,229.7],"hipL":[-27.2,6.5],"knL":[-52.1,120.2],"ftL":[-115.9,225.8]},{"rootY":21.9,"hips":[0,0],"chest":[-9.2,-96.6],"neck":[-10.2,-158.7],"head":[-5.2,-193.2],"shR":[41,-137.7],"elR":[60.9,-96.2],"haR":[119,-92.9],"shL":[-52.5,-133.4],"elL":[-88.3,-68.7],"haL":[-75.4,-52.5],"hipR":[25.9,8.1],"knR":[41.4,124.8],"ftR":[55,230.2],"hipL":[-25.7,7.5],"knL":[-62,117.2],"ftL":[-101.2,229.3]},{"rootY":22.9,"hips":[0,0],"chest":[-11.3,-96.6],"neck":[-14.2,-157.6],"head":[-11.9,-191.6],"shR":[35.6,-131],"elR":[47.2,-84.4],"haR":[102,-46.1],"shL":[-57.2,-134.8],"elL":[-78.6,-64.4],"haL":[-31.5,-48.2],"hipR":[24.8,7.1],"knR":[30.1,126.4],"ftR":[68.5,227.2],"hipL":[-24,8.5],"knL":[-72.8,114.8],"ftL":[-84.8,231]},{"rootY":25.9,"hips":[0,0],"chest":[-10.3,-96.8],"neck":[-14,-157.8],"head":[-12.8,-191.5],"shR":[35.6,-128.8],"elR":[47.5,-73],"haR":[91.7,-19.1],"shL":[-59,-135.8],"elL":[-65.3,-65.3],"haL":[-0.6,-64.1],"hipR":[24.4,6.7],"knR":[27.4,127.5],"ftR":[82.1,224.3],"hipL":[-23.5,8.9],"knL":[-80,112.7],"ftL":[-78.3,229.5]},{"rootY":27.3,"hips":[0,0],"chest":[-8,-97.1],"neck":[-10.5,-159.3],"head":[-8,-193.2],"shR":[41.3,-129.6],"elR":[54.6,-64.7],"haR":[90.1,-11.9],"shL":[-57.2,-138.2],"elL":[-55,-73.4],"haL":[11.6,-89.7],"hipR":[25.3,7],"knR":[32.5,127.7],"ftR":[90,224.1],"hipL":[-24.7,8.6],"knL":[-81.4,112.1],"ftL":[-76.7,227.2]},{"rootY":24.7,"hips":[0,0],"chest":[-5.1,-97.4],"neck":[-3.7,-160.8],"head":[1.3,-195],"shR":[48.7,-130.3],"elR":[69.6,-62.3],"haR":[100.2,-23.3],"shL":[-52,-142.5],"elL":[-54.6,-88.2],"haL":[9.4,-115.5],"hipR":[26.5,7.9],"knR":[42.4,126.9],"ftR":[95.7,226],"hipL":[-26.5,7.8],"knL":[-74.7,115],"ftL":[-72.8,226.8]},{"rootY":18.7,"hips":[0,0],"chest":[-2.8,-97.5],"neck":[4,-161.2],"head":[11.6,-195.7],"shR":[55.7,-132.1],"elR":[94.1,-68.5],"haR":[115.5,-47.4],"shL":[-45.2,-145],"elL":[-64.5,-109.7],"haL":[-0.6,-137.2],"hipR":[26.2,9.1],"knR":[52.4,125.2],"ftR":[101,228.3],"hipL":[-26.9,6.6],"knL":[-62.2,119.2],"ftL":[-71.3,227.6]},{"rootY":11.4,"hips":[0,0],"chest":[-2,-97.4],"neck":[9.8,-161],"head":[19.4,-195.5],"shR":[60.4,-136],"elR":[120.7,-89.1],"haR":[128.5,-81],"shL":[-38.6,-144.8],"elL":[-77.5,-137.6],"haL":[-12.6,-156.3],"hipR":[24.2,10.2],"knR":[60,122.4],"ftR":[99.6,229.8],"hipL":[-25.3,5.4],"knL":[-49.4,122.2],"ftL":[-80.9,227.4]},{"rootY":6.5,"hips":[0,0],"chest":[-1.3,-97.5],"neck":[13.1,-161.3],"head":[23.2,-195.9],"shR":[62.4,-141],"elR":[138.1,-124.7],"haR":[137,-118.2],"shL":[-33,-147.5],"elL":[-80.9,-167.2],"haL":[-28,-178.9],"hipR":[21.1,11.1],"knR":[66.9,117.6],"ftR":[84.9,229.2],"hipL":[-22.5,4.5],"knL":[-40.8,124.1],"ftL":[-98.2,225.6]},{"rootY":6.5,"hips":[0,0],"chest":[0.1,-97.7],"neck":[14.4,-162.6],"head":[23.2,-197.2],"shR":[62.6,-150.8],"elR":[138.5,-167.2],"haR":[141.8,-159],"shL":[-29,-153.7],"elL":[-72.4,-193.5],"haL":[-49.9,-209.5],"hipR":[18,11.8],"knR":[73.5,113.5],"ftR":[58.5,227.7],"hipL":[-19.6,3.7],"knL":[-40.7,124],"ftL":[-113.5,223.4]},{"rootY":10.7,"hips":[0,0],"chest":[1.1,-97.9],"neck":[14.9,-163.7],"head":[21.2,-197.8],"shR":[59.5,-164.1],"elR":[124.3,-204.7],"haR":[138,-201.8],"shL":[-25.2,-160.4],"elL":[-59.1,-208.5],"haL":[-65.8,-236],"hipR":[16.5,12],"knR":[76.1,114.2],"ftR":[35.7,228.3],"hipL":[-18.1,3.5],"knL":[-46.8,122.2],"ftL":[-123,221.6]},{"rootY":17.5,"hips":[0,0],"chest":[1.5,-98],"neck":[15.5,-164.1],"head":[20,-197],"shR":[53.8,-174.6],"elR":[104.7,-227.3],"haR":[128.2,-239.8],"shL":[-19.6,-165.2],"elL":[-52.2,-213.6],"haL":[-69.2,-253.5],"hipR":[16.2,11.9],"knR":[76.9,116.2],"ftR":[24.2,228.5],"hipL":[-17.9,3.6],"knL":[-53.4,119.8],"ftL":[-129,219.7]},{"rootY":24.7,"hips":[0,0],"chest":[1,-98.1],"neck":[14.8,-163.9],"head":[19.8,-196.4],"shR":[50.2,-177.4],"elR":[92.3,-232.7],"haR":[117.5,-271.1],"shL":[-10.4,-169.6],"elL":[-58,-212.3],"haL":[-69.3,-266.5],"hipR":[16.2,11.9],"knR":[79.6,115.9],"ftR":[20.9,225.8],"hipL":[-17.9,3.6],"knL":[-57.9,118.2],"ftL":[-134.5,217.1]},{"rootY":29.3,"hips":[0,0],"chest":[0.5,-98],"neck":[12.5,-164],"head":[19.2,-196.5],"shR":[50.4,-174.3],"elR":[93.4,-226.1],"haR":[109.4,-285.9],"shL":[-15.3,-170.4],"elL":[-69.1,-203.5],"haL":[-78.7,-261],"hipR":[16.9,11.9],"knR":[82.6,114.5],"ftR":[20.5,221.8],"hipL":[-18.5,3.5],"knL":[-59.7,118.1],"ftL":[-138.9,215.1]},{"rootY":28.8,"hips":[0,0],"chest":[0.9,-97.9],"neck":[10.1,-164.4],"head":[18.3,-196.8],"shR":[50.9,-170.5],"elR":[99.5,-212.7],"haR":[107.1,-281.7],"shL":[-32.5,-155.2],"elL":[-80.6,-194.1],"haL":[-99.9,-235.4],"hipR":[19.3,11.8],"knR":[81.4,115.2],"ftR":[19.8,220.6],"hipL":[-21,3.7],"knL":[-59.1,118.8],"ftL":[-140,214.5]},{"rootY":24,"hips":[0,0],"chest":[0.5,-97.6],"neck":[6,-164],"head":[15.6,-196.1],"shR":[49.2,-167.2],"elR":[98,-194.3],"haR":[117.6,-259.5],"shL":[-39.8,-150.8],"elL":[-97,-177.4],"haL":[-125.1,-196.5],"hipR":[23.2,11],"knR":[71.9,118.2],"ftR":[21.3,221.6],"hipL":[-24.7,4.5],"knL":[-59.4,117.3],"ftL":[-136.6,214.4]},{"rootY":18.3,"hips":[0,0],"chest":[-1.5,-96.9],"neck":[1.2,-162.3],"head":[11.1,-194.4],"shR":[46.9,-161.9],"elR":[87.9,-175.1],"haR":[133.9,-217.2],"shL":[-46.1,-147.7],"elL":[-110.2,-154.6],"haL":[-142.2,-153.8],"hipR":[26,9.6],"knR":[53.5,121.8],"ftR":[32.2,220.6],"hipL":[-26.9,6],"knL":[-64.8,111.5],"ftL":[-126.7,215.6]},{"rootY":14.9,"hips":[0,0],"chest":[-3.9,-96.4],"neck":[-3.3,-160.6],"head":[5.9,-193],"shR":[44.6,-152.9],"elR":[78.7,-155.4],"haR":[137.5,-167],"shL":[-50.8,-144.9],"elL":[-116.6,-125.9],"haL":[-150,-112],"hipR":[26.4,8.3],"knR":[33.7,125.3],"ftR":[55.5,217.6],"hipL":[-26.8,7.4],"knL":[-73.4,106],"ftL":[-110.2,220.4]},{"rootY":15.8,"hips":[0,0],"chest":[-6.2,-96.3],"neck":[-7.8,-159.7],"head":[0.1,-192.5],"shR":[41.5,-145.9],"elR":[74.5,-131.1],"haR":[135.4,-112.2],"shL":[-54.6,-141.8],"elL":[-114.4,-96.8],"haL":[-150.2,-77.2],"hipR":[25.7,7.2],"knR":[21.3,128.5],"ftR":[84.2,215.7],"hipL":[-25.6,8.4],"knL":[-80.3,105.3],"ftL":[-93.9,226.7]},{"rootY":20.6,"hips":[0,0],"chest":[-6.7,-96.6],"neck":[-10.4,-159],"head":[-4.7,-192.2],"shR":[40.7,-143.6],"elR":[71.5,-104.8],"haR":[124.1,-61.9],"shL":[-57.1,-137],"elL":[-104.9,-74.8],"haL":[-136.2,-50.8],"hipR":[25.1,7.2],"knR":[25.3,130.2],"ftR":[107.7,216.3],"hipL":[-24.8,8.5],"knL":[-82.6,106.1],"ftL":[-83.3,229.4]},{"rootY":25.5,"hips":[0,0],"chest":[-6.5,-96.6],"neck":[-11.2,-157.4],"head":[-8.5,-190.6],"shR":[42.2,-139.1],"elR":[67.9,-83.7],"haR":[109.8,-27.7],"shL":[-59.1,-131.9],"elL":[-97.9,-62.7],"haL":[-115.1,-37.7],"hipR":[25.5,7.1],"knR":[37.3,129.4],"ftR":[119.2,218.6],"hipL":[-25,8.6],"knL":[-84.5,104.9],"ftL":[-79,227.6]},{"rootY":27.8,"hips":[0,0],"chest":[-5.7,-96.5],"neck":[-10.5,-155.9],"head":[-10,-188.8],"shR":[44.4,-134.5],"elR":[71.2,-71.6],"haR":[99.1,-11.7],"shL":[-60.8,-130],"elL":[-95.9,-58.9],"haL":[-93.8,-39.2],"hipR":[26.3,7.3],"knR":[50,126.8],"ftR":[123.1,219.5],"hipL":[-26,8.3],"knL":[-86.5,102.5],"ftL":[-77,224.1]},{"rootY":25.7,"hips":[0,0],"chest":[-4.2,-96.9],"neck":[-8.4,-156.3],"head":[-7.3,-188.8],"shR":[46.6,-132.1],"elR":[84.3,-66],"haR":[90.3,-13],"shL":[-60.5,-131.1],"elL":[-96.9,-61.4],"haL":[-80.6,-52.6],"hipR":[26.5,8.6],"knR":[59.4,124.6],"ftR":[124.8,220.6],"hipL":[-26.9,7.1],"knL":[-85.2,102.7],"ftL":[-74.7,223.7]},{"rootY":19.1,"hips":[0,0],"chest":[-2.4,-97.6],"neck":[-5.6,-158.3],"head":[-1.9,-190.1],"shR":[48.9,-131.4],"elR":[96,-67.7],"haR":[84.3,-28.9],"shL":[-58.1,-133.7],"elL":[-100.8,-68.9],"haL":[-80.9,-69.1],"hipR":[26.2,9.5],"knR":[64.4,124.7],"ftR":[124.3,224.7],"hipL":[-27.2,6.1],"knL":[-79,106.7],"ftL":[-71.7,228.1]},{"rootY":12.1,"hips":[0,0],"chest":[-0.8,-97.9],"neck":[-2.5,-160.5],"head":[3.9,-191.8],"shR":[51.6,-133.9],"elR":[101.4,-76],"haR":[79.9,-53.9],"shL":[-55.8,-137.5],"elL":[-109.1,-83.4],"haL":[-89.8,-96.3],"hipR":[26.1,9.9],"knR":[67.2,125.2],"ftR":[116.5,229.6],"hipL":[-27.3,5.7],"knL":[-71.9,111.6],"ftL":[-68.8,233.3]},{"rootY":7.9,"hips":[0,0],"chest":[0.2,-98],"neck":[-0.3,-162],"head":[7.6,-193.9],"shR":[53.6,-138.7],"elR":[103,-88],"haR":[75.7,-83.3],"shL":[-54.1,-139.8],"elL":[-120,-106.7],"haL":[-102.4,-133.2],"hipR":[26,10.1],"knR":[68,125.6],"ftR":[99.1,233.8],"hipL":[-27.4,5.5],"knL":[-68.3,114.7],"ftL":[-69.2,236.1]},{"rootY":6.9,"hips":[0,0],"chest":[0.8,-98],"neck":[0.7,-163.2],"head":[8.4,-196.5],"shR":[53.9,-143.8],"elR":[104,-104.1],"haR":[72.9,-114.2],"shL":[-53.6,-143.8],"elL":[-126.7,-134.3],"haL":[-113.1,-172.1],"hipR":[25.6,10.7],"knR":[67.2,126.4],"ftR":[77.5,237.4],"hipL":[-27.3,4.9],"knL":[-66,116],"ftL":[-75.7,236.3]},{"rootY":8.8,"hips":[0,0],"chest":[1.4,-98.2],"neck":[1.9,-164.4],"head":[7.8,-198.9],"shR":[54.1,-148.1],"elR":[106.3,-122.7],"haR":[72.8,-144.7],"shL":[-52.5,-149.5],"elL":[-127,-161.1],"haL":[-122.2,-206.6],"hipR":[24.8,11.5],"knR":[65.6,127.4],"ftR":[60.2,240],"hipL":[-27,4],"knL":[-60.9,117.6],"ftL":[-85.6,234.9]},{"rootY":12,"hips":[0,0],"chest":[2.1,-98.3],"neck":[3.6,-164.8],"head":[6.5,-200.2],"shR":[54.9,-151.7],"elR":[109.9,-140.1],"haR":[75.5,-173],"shL":[-50.3,-154.2],"elL":[-121.8,-182.8],"haL":[-130.8,-233.9],"hipR":[24.1,12],"knR":[64.5,127.6],"ftR":[52.3,240],"hipL":[-26.5,3.5],"knL":[-55.2,119.6],"ftL":[-92.8,233.2]},{"rootY":13.5,"hips":[0,0],"chest":[2.6,-98.2],"neck":[4,-164.2],"head":[2.8,-200],"shR":[54.4,-154.8],"elR":[113.6,-149.9],"haR":[81.3,-193.3],"shL":[-48.4,-157.9],"elL":[-118.1,-192.5],"haL":[-136.8,-249],"hipR":[23.8,12.2],"knR":[62.8,128.1],"ftR":[50.6,239.4],"hipL":[-26.3,3.3],"knL":[-55,120.1],"ftL":[-95.5,233]},{"rootY":11.6,"hips":[0,0],"chest":[2,-98.4],"neck":[0.8,-163.7],"head":[-4,-199.4],"shR":[50.8,-156.7],"elR":[113.4,-147.9],"haR":[88.8,-200.8],"shL":[-49.3,-161.2],"elL":[-122.4,-187.6],"haL":[-139.8,-250.8],"hipR":[24.4,11.8],"knR":[58.8,129.4],"ftR":[48.9,241],"hipL":[-26.8,3.6],"knL":[-60.8,119.4],"ftL":[-97.6,234.9]},{"rootY":7.8,"hips":[0,0],"chest":[0,-99.1],"neck":[-5.6,-164.1],"head":[-12.3,-199.4],"shR":[45.3,-156.2],"elR":[106.8,-136.5],"haR":[95,-194.5],"shL":[-55.3,-160.1],"elL":[-131.1,-171.9],"haL":[-145.9,-238.4],"hipR":[25.4,10.7],"knR":[52.3,130.7],"ftR":[46.4,243.9],"hipL":[-27.3,4.8],"knL":[-65.9,119.9],"ftL":[-101.2,237.7]},{"rootY":5,"hips":[0,0],"chest":[-2.6,-99.7],"neck":[-11.9,-164.9],"head":[-19.4,-199.8],"shR":[40.5,-154.2],"elR":[97.9,-121.7],"haR":[98.6,-175.2],"shL":[-62.8,-154.5],"elL":[-138.1,-149.4],"haL":[-154.3,-214.9],"hipR":[26.3,9.3],"knR":[47,130.8],"ftR":[48.3,244.4],"hipL":[-27.2,6.2],"knL":[-66,122.2],"ftL":[-101.7,240.7]},{"rootY":4.4,"hips":[0,0],"chest":[-4.2,-99.9],"neck":[-16,-165.3],"head":[-23.4,-199.9],"shR":[37.6,-151.1],"elR":[93.4,-108.7],"haR":[99.8,-145.9],"shL":[-67.3,-146.2],"elL":[-138.5,-123.6],"haL":[-159.7,-182.5],"hipR":[26.6,8.5],"knR":[46.5,129.8],"ftR":[58.5,241.9],"hipL":[-26.9,7],"knL":[-63.6,124.1],"ftL":[-94.5,243.3]},{"rootY":6.9,"hips":[0,0],"chest":[-4.7,-99.6],"neck":[-18.3,-165.2],"head":[-24.4,-199.7],"shR":[36,-146.5],"elR":[93.8,-101],"haR":[96.4,-115.9],"shL":[-68.1,-137.6],"elL":[-132.4,-99.1],"haL":[-157.2,-141.9],"hipR":[26.6,8.1],"knR":[50.2,128.5],"ftR":[74.6,237.2],"hipL":[-26.6,7.5],"knL":[-65.1,123.3],"ftL":[-82.5,242.7]},{"rootY":13.4,"hips":[0,0],"chest":[-5.2,-98.9],"neck":[-19.3,-164.7],"head":[-23.5,-199.4],"shR":[34.5,-141.9],"elR":[95,-97.8],"haR":[88.9,-90.5],"shL":[-67.3,-131.8],"elL":[-125.2,-82.7],"haL":[-145.2,-102],"hipR":[26.6,7.2],"knR":[54.1,126.9],"ftR":[90.4,229.3],"hipL":[-26,8.5],"knL":[-71.7,119.7],"ftL":[-74.6,236.6]},{"rootY":20.8,"hips":[0,0],"chest":[-5,-98.1],"neck":[-18.2,-163.8],"head":[-20.3,-199],"shR":[34.9,-137.3],"elR":[96.8,-95],"haR":[82.7,-75.4],"shL":[-65.5,-128.5],"elL":[-120.4,-74.5],"haL":[-130,-68.6],"hipR":[26.4,6.6],"knR":[57.3,125.9],"ftR":[101.6,219.8],"hipL":[-25.7,9],"knL":[-76.5,116.2],"ftL":[-72.1,229.4]},{"rootY":24.4,"hips":[0,0],"chest":[-4,-97.6],"neck":[-14.7,-162.9],"head":[-14.9,-198.5],"shR":[38,-133.5],"elR":[99.8,-89.2],"haR":[81.1,-68.5],"shL":[-62.3,-126.5],"elL":[-117.7,-71.4],"haL":[-117.9,-47.2],"hipR":[26.6,6.8],"knR":[61.1,125],"ftR":[107.6,214],"hipL":[-26,8.8],"knL":[-75.9,115.8],"ftL":[-70.5,226.3]},{"rootY":21.2,"hips":[0,0],"chest":[-3.1,-97.6],"neck":[-9.8,-162.6],"head":[-8.1,-198.2],"shR":[42.9,-131.5],"elR":[104.5,-84.3],"haR":[87.6,-71.2],"shL":[-59.1,-126.3],"elL":[-115.6,-71],"haL":[-112.2,-39.9],"hipR":[26.9,6.9],"knR":[64.7,124.1],"ftR":[110.7,215.5],"hipL":[-26.4,8.8],"knL":[-70.7,119.1],"ftL":[-67.7,228.3]},{"rootY":13.4,"hips":[0,0],"chest":[-3.1,-97.9],"neck":[-5.3,-163.1],"head":[-1.4,-198.6],"shR":[47.4,-132.1],"elR":[110.9,-86.7],"haR":[96.1,-86.2],"shL":[-56.8,-129.1],"elL":[-116.1,-76.5],"haL":[-113.9,-51.4],"hipR":[27.1,6.7],"knR":[66.8,123.3],"ftR":[110.2,220.6],"hipL":[-26.4,9],"knL":[-64.2,123.1],"ftL":[-66.9,232.8]},{"rootY":4.8,"hips":[0,0],"chest":[-4.2,-98.2],"neck":[-2.6,-164],"head":[3.7,-198.9],"shR":[50,-134.1],"elR":[118.7,-98.1],"haR":[103.5,-111.6],"shL":[-56,-133.7],"elL":[-121.8,-89.8],"haL":[-119.5,-80.8],"hipR":[26.9,6.5],"knR":[67.5,122.8],"ftR":[103.1,224.1],"hipL":[-26.2,9.2],"knL":[-58.6,125.8],"ftL":[-72.4,236.3]},{"rootY":-1.7,"hips":[0,0],"chest":[-6.2,-98.1],"neck":[-2.3,-164.7],"head":[6.5,-198.6],"shR":[50.5,-137.7],"elR":[124.2,-116.6],"haR":[108.3,-141.2],"shL":[-56.4,-137.2],"elL":[-129.3,-110.9],"haL":[-124.6,-119.6],"hipR":[26.1,6.8],"knR":[68.5,122.3],"ftR":[89.5,226.2],"hipL":[-25.6,8.8],"knL":[-53.9,126.5],"ftL":[-84.8,234.8]},{"rootY":-3.5,"hips":[0,0],"chest":[-8.8,-98],"neck":[-4.8,-165.8],"head":[6.9,-197.7],"shR":[48.6,-144.4],"elR":[124.7,-140.3],"haR":[111.1,-170.1],"shL":[-58.3,-142.1],"elL":[-131.3,-136.9],"haL":[-126.3,-160.2],"hipR":[24.8,7.4],"knR":[68.7,121.8],"ftR":[75.4,230.6],"hipL":[-24.5,8.3],"knL":[-50.6,125.6],"ftL":[-100.1,227.6]},{"rootY":-0.1,"hips":[0,0],"chest":[-11.2,-98.3],"neck":[-7.9,-167],"head":[5.6,-196.9],"shR":[45.1,-151.1],"elR":[120.1,-166.5],"haR":[113.3,-197.4],"shL":[-59.5,-148.9],"elL":[-126.6,-162.7],"haL":[-124.1,-201],"hipR":[23.2,7.7],"knR":[66.5,122.4],"ftR":[67.8,236.2],"hipL":[-23.1,8],"knL":[-51.6,122.9],"ftL":[-114.8,219.1]},{"rootY":7.1,"hips":[0,0],"chest":[-12.3,-98.7],"neck":[-9.4,-167.4],"head":[4.5,-197.2],"shR":[42.5,-154.9],"elR":[112.2,-189.7],"haR":[115,-222.3],"shL":[-57.2,-154.4],"elL":[-115.9,-184.3],"haL":[-117.8,-237.3],"hipR":[22,8.1],"knR":[66.1,122.5],"ftR":[67.5,237.2],"hipL":[-22.2,7.5],"knL":[-56.2,118.7],"ftL":[-126.5,215.8]},{"rootY":16.7,"hips":[0,0],"chest":[-11.6,-98.8],"neck":[-7.8,-167],"head":[5.6,-198],"shR":[42.6,-157.6],"elR":[106.3,-204.4],"haR":[115.4,-244.1],"shL":[-49.6,-158.4],"elL":[-100.5,-200.1],"haL":[-105.5,-263.1],"hipR":[21.4,8.6],"knR":[72.4,119.7],"ftR":[72.1,230],"hipL":[-21.9,7],"knL":[-61.6,114.9],"ftL":[-133,217.1]},{"rootY":28.1,"hips":[0,0],"chest":[-9.1,-98.6],"neck":[-3,-166.3],"head":[9.4,-198.8],"shR":[45.1,-160.7],"elR":[106.4,-210.5],"haR":[116,-260.3],"shL":[-37.8,-163],"elL":[-84.2,-208.8],"haL":[-87.2,-276],"hipR":[21.1,8.9],"knR":[82.4,113.6],"ftR":[78.2,217.5],"hipL":[-21.5,6.8],"knL":[-64.4,112.1],"ftL":[-136.9,214]},{"rootY":37.9,"hips":[0,0],"chest":[-6.2,-98.2],"neck":[3.5,-165.4],"head":[14.1,-199.1],"shR":[47.9,-163.5],"elR":[112,-206.7],"haR":[119.2,-264.8],"shL":[-27.4,-166.4],"elL":[-73.4,-207.6],"haL":[-67.7,-275.6],"hipR":[20.1,9],"knR":[88.9,108.3],"ftR":[83.4,207.6],"hipL":[-20.4,6.6],"knL":[-61.7,109.8],"ftL":[-140.7,206.5]},{"rootY":42.3,"hips":[0,0],"chest":[-4.2,-97.9],"neck":[9.6,-164.5],"head":[18.1,-199.1],"shR":[50.6,-164.7],"elR":[121.2,-190],"haR":[126.2,-254.1],"shL":[-23.3,-163.9],"elL":[-69.4,-193.3],"haL":[-51.7,-258.1],"hipR":[18.7,9.1],"knR":[89.9,106.8],"ftR":[86.8,204.3],"hipL":[-18.8,6.6],"knL":[-57.9,108.7],"ftL":[-142.3,201.2]},{"rootY":37.9,"hips":[0,0],"chest":[-4.3,-97.8],"neck":[11.5,-164.2],"head":[19,-199],"shR":[54.6,-158.7],"elR":[128.7,-159.9],"haR":[134.1,-228.1],"shL":[-26.2,-153.2],"elL":[-67,-166.6],"haL":[-42.7,-223],"hipR":[18.1,9.1],"knR":[86.8,109.3],"ftR":[86.7,208],"hipL":[-18.1,6.6],"knL":[-58.4,109.7],"ftL":[-140.7,204.2]},{"rootY":26.6,"hips":[0,0],"chest":[-5.6,-98.2],"neck":[9.5,-164.8],"head":[17.1,-199.5],"shR":[56.1,-148.4],"elR":[126,-121.2],"haR":[141.7,-189.3],"shL":[-30,-143.3],"elL":[-60.9,-135.7],"haL":[-39.6,-168.8],"hipR":[19.2,8.8],"knR":[81.8,113.4],"ftR":[83.1,215.4],"hipL":[-19.3,6.9],"knL":[-61.7,112.3],"ftL":[-135.8,212.9]},{"rootY":14.1,"hips":[0,0],"chest":[-7.5,-98.5],"neck":[5.9,-165.6],"head":[13.5,-200.2],"shR":[52.6,-138],"elR":[109.2,-85.6],"haR":[147.4,-142.1],"shL":[-32.8,-139.3],"elL":[-51.8,-110.2],"haL":[-42.2,-106.1],"hipR":[21.5,8.1],"knR":[75.4,117.8],"ftR":[77.1,223.2],"hipL":[-21.6,7.5],"knL":[-61.6,114.1],"ftL":[-128.1,220.3]},{"rootY":5.5,"hips":[0,0],"chest":[-10.3,-98.2],"neck":[1.3,-165.9],"head":[8.5,-200.6],"shR":[45.2,-130.9],"elR":[85,-63.2],"haR":[142.7,-97.2],"shL":[-34.8,-136.4],"elL":[-49.3,-87.8],"haL":[-49.3,-58.5],"hipR":[23.8,7.4],"knR":[68.1,121.6],"ftR":[71.1,228.8],"hipL":[-23.5,8.3],"knL":[-58.8,112.2],"ftL":[-115.3,222.4]},{"rootY":3.5,"hips":[0,0],"chest":[-13.5,-97.6],"neck":[-3.6,-165.8],"head":[2.9,-201.1],"shR":[38.7,-129.1],"elR":[64.3,-54.5],"haR":[130.4,-68.3],"shL":[-39.6,-134],"elL":[-53.8,-70.1],"haL":[-55,-27.8],"hipR":[25.3,6],"knR":[62,123.3],"ftR":[67.8,229.9],"hipL":[-24,9.6],"knL":[-58.6,110],"ftL":[-96,220.7]},{"rootY":6.7,"hips":[0,0],"chest":[-15.6,-97.1],"neck":[-6.8,-165.6],"head":[-1.4,-201.4],"shR":[36.3,-128.9],"elR":[51.6,-51.5],"haR":[120.8,-53.5],"shL":[-45.7,-131.9],"elL":[-61.8,-60.2],"haL":[-59.4,-15.5],"hipR":[25.9,4.9],"knR":[58.6,123.5],"ftR":[68.2,227.4],"hipL":[-24.1,10.7],"knL":[-58,112.3],"ftL":[-75.6,222.5]},{"rootY":13.2,"hips":[0,0],"chest":[-15.9,-97],"neck":[-7.2,-165.4],"head":[-3.3,-201.5],"shR":[37.4,-127.7],"elR":[47.2,-49.3],"haR":[116.5,-58.2],"shL":[-50,-130.1],"elL":[-69.9,-57.2],"haL":[-66.5,-17.5],"hipR":[26.5,4.3],"knR":[58.3,123.1],"ftR":[70.7,222.3],"hipL":[-24.3,11.2],"knL":[-56,116.8],"ftL":[-61.3,228.1]},{"rootY":18.9,"hips":[0,0],"chest":[-15.5,-96.7],"neck":[-6.7,-164.6],"head":[-3.7,-200.8],"shR":[39.3,-126.3],"elR":[52.5,-48.2],"haR":[116.8,-73.6],"shL":[-52.5,-130.1],"elL":[-76.3,-57.9],"haL":[-74,-29.2],"hipR":[26.9,4],"knR":[59.7,122.5],"ftR":[73,217.6],"hipL":[-24.6,11.5],"knL":[-55,119.9],"ftL":[-56.4,232.4]},{"rootY":18.3,"hips":[0,0],"chest":[-15.4,-96.3],"neck":[-7.5,-163.7],"head":[-4.1,-199.8],"shR":[40.6,-127.3],"elR":[63.1,-51.3],"haR":[118.3,-91],"shL":[-54.1,-130.4],"elL":[-81,-59.2],"haL":[-77.6,-46.8],"hipR":[27.1,4.1],"knR":[59.5,122.6],"ftR":[72.7,217.6],"hipL":[-24.8,11.4],"knL":[-56.5,120.7],"ftL":[-58.7,234.6]},{"rootY":10,"hips":[0,0],"chest":[-14.7,-96.5],"neck":[-8.4,-163.8],"head":[-4.3,-199.8],"shR":[42.1,-131],"elR":[71.9,-58.3],"haR":[115.7,-107.5],"shL":[-55.3,-131.6],"elL":[-82.2,-61.3],"haL":[-76.1,-68.2],"hipR":[26.8,4.7],"knR":[56.5,123.7],"ftR":[69.4,222.6],"hipL":[-24.8,10.9],"knL":[-57.1,121.8],"ftL":[-62.1,238.7]},{"rootY":-1.5,"hips":[0,0],"chest":[-12.3,-97.6],"neck":[-7.5,-165.2],"head":[-3.3,-201],"shR":[45.1,-135.9],"elR":[80.6,-68.7],"haR":[110.6,-124.1],"shL":[-55.1,-135.2],"elL":[-76.4,-66.8],"haL":[-67.3,-90.9],"hipR":[26,6],"knR":[54,124.9],"ftR":[64.4,229.4],"hipL":[-24.9,9.7],"knL":[-52,125.4],"ftL":[-62,246.8]},{"rootY":-10.1,"hips":[0,0],"chest":[-9.3,-98.9],"neck":[-5.8,-167],"head":[-2,-202.4],"shR":[48.2,-141.1],"elR":[94,-87.3],"haR":[106.7,-145],"shL":[-53.5,-138.8],"elL":[-66.3,-79.9],"haL":[-50.7,-113.4],"hipR":[25.2,6.5],"knR":[53.8,124.4],"ftR":[58.3,234.9],"hipL":[-24.7,9.2],"knL":[-43.2,129.8],"ftL":[-58,253.6]},{"rootY":-13.2,"hips":[0,0],"chest":[-8.1,-99.6],"neck":[-5.7,-168.2],"head":[-2.2,-203],"shR":[49.1,-146.1],"elR":[106.8,-119],"haR":[102.4,-167.9],"shL":[-51.2,-141.2],"elL":[-57.4,-104.4],"haL":[-31.1,-135.7],"hipR":[24.7,6.2],"knR":[52,123.3],"ftR":[50.7,240.5],"hipL":[-24.4,9.4],"knL":[-38,131.7],"ftL":[-52.2,255.7]},{"rootY":-10.7,"hips":[0,0],"chest":[-7.5,-99.9],"neck":[-5.9,-168.5],"head":[-2.6,-203.2],"shR":[48.9,-152],"elR":[107.4,-160.1],"haR":[98.6,-190.1],"shL":[-47.7,-143.9],"elL":[-46.1,-138.3],"haL":[-12.8,-157.1],"hipR":[24.2,7.1],"knR":[46.6,124.1],"ftR":[43,246.2],"hipL":[-24.4,8.5],"knL":[-34.3,131.3],"ftL":[-45.2,253.7]},{"rootY":-2.6,"hips":[0,0],"chest":[-6.8,-99.9],"neck":[-5.6,-168.1],"head":[-2.6,-203.5],"shR":[47.5,-160.1],"elR":[94.2,-194.5],"haR":[93.1,-214.5],"shL":[-44.1,-150.3],"elL":[-32.4,-167.5],"haL":[0.3,-184.7],"hipR":[23.7,7.8],"knR":[41.1,124.8],"ftR":[35.1,248.2],"hipL":[-24.3,7.8],"knL":[-31.4,130.4],"ftL":[-38.9,248.3]},{"rootY":6.3,"hips":[0,0],"chest":[-6.6,-99.7],"neck":[-5,-167.6],"head":[-2.2,-203.4],"shR":[45.7,-162.3],"elR":[85.3,-209.1],"haR":[87.8,-235.2],"shL":[-43.4,-153.2],"elL":[-27.1,-181.8],"haL":[10.8,-207.3],"hipR":[23.4,8.1],"knR":[40.5,124.5],"ftR":[28.8,246.8],"hipL":[-24.2,7.5],"knL":[-29.3,129],"ftL":[-36,243.5]},{"rootY":9,"hips":[0,0],"chest":[-7.6,-99.4],"neck":[-6.3,-167.2],"head":[-2.9,-203.1],"shR":[44.5,-155.4],"elR":[92.4,-202],"haR":[86.4,-241.4],"shL":[-46.7,-151.5],"elL":[-33.4,-173.7],"haL":[14.5,-212],"hipR":[23.3,8.7],"knR":[43.4,124.7],"ftR":[26.1,245.5],"hipL":[-24.2,6.9],"knL":[-29.5,127.3],"ftL":[-37,242.1]},{"rootY":3.1,"hips":[0,0],"chest":[-9.9,-99],"neck":[-9.2,-166.8],"head":[-5,-202.6],"shR":[39.8,-158],"elR":[106.7,-176.8],"haR":[89.9,-230.4],"shL":[-50.3,-148.8],"elL":[-40.3,-150.8],"haL":[8.4,-197.1],"hipR":[23.6,9.1],"knR":[43.3,126.1],"ftR":[26.7,247.8],"hipL":[-24.5,6.6],"knL":[-31.2,128.3],"ftL":[-40.1,242.3]},{"rootY":-5.4,"hips":[0,0],"chest":[-11.4,-99],"neck":[-12.1,-167],"head":[-7.6,-202.6],"shR":[37.8,-160.8],"elR":[110.9,-146.6],"haR":[97.5,-207.7],"shL":[-52.2,-148.3],"elL":[-50.3,-124.5],"haL":[-5.9,-174.4],"hipR":[24.2,8.6],"knR":[39.1,127.5],"ftR":[29.4,251.6],"hipL":[-24.8,7.1],"knL":[-33.9,129.9],"ftL":[-42.4,240.3]},{"rootY":-10.4,"hips":[0,0],"chest":[-11.4,-98.9],"neck":[-12.5,-167.3],"head":[-8.9,-202.7],"shR":[39.7,-159.3],"elR":[106.4,-118.5],"haR":[107.7,-184.7],"shL":[-51.7,-147.3],"elL":[-61.7,-100.2],"haL":[-28.1,-151.7],"hipR":[24.6,7.9],"knR":[36.8,128.1],"ftR":[32.4,252.7],"hipL":[-24.8,7.8],"knL":[-36.1,128.4],"ftL":[-43.5,237.1]},{"rootY":-11.5,"hips":[0,0],"chest":[-11,-98.6],"neck":[-11.2,-167.3],"head":[-9.3,-202.5],"shR":[42.7,-150.4],"elR":[97.7,-93.4],"haR":[119,-159.5],"shL":[-51.6,-140.4],"elL":[-74.8,-79.3],"haL":[-55,-127.8],"hipR":[25,7.2],"knR":[38.6,127.3],"ftR":[35.3,250],"hipL":[-24.6,8.4],"knL":[-38.1,125.2],"ftL":[-46.9,238.6]},{"rootY":-7.3,"hips":[0,0],"chest":[-10.2,-98],"neck":[-8.6,-166.9],"head":[-9.1,-202.2],"shR":[43.9,-139.4],"elR":[90.6,-75.6],"haR":[123.8,-136.5],"shL":[-51.2,-134],"elL":[-87.6,-68.2],"haL":[-80.8,-109.2],"hipR":[25.2,7],"knR":[43.1,126.7],"ftR":[42.2,242.1],"hipL":[-24.6,8.6],"knL":[-40.4,121.6],"ftL":[-56.1,242.2]},{"rootY":3.9,"hips":[0,0],"chest":[-8.8,-97.1],"neck":[-5.1,-166.2],"head":[-7.6,-201.6],"shR":[44.4,-132.8],"elR":[87.5,-66.7],"haR":[123.9,-123.1],"shL":[-50.5,-133.2],"elL":[-97.8,-69.8],"haL":[-100.4,-102.3],"hipR":[25.3,6.8],"knR":[50.4,126.1],"ftR":[55.3,230.6],"hipL":[-24.3,8.8],"knL":[-44.1,117.6],"ftL":[-72.1,239.3]},{"rootY":20.1,"hips":[0,0],"chest":[-7.9,-96.3],"neck":[-2.4,-165.2],"head":[-5.2,-200.9],"shR":[45.7,-130.9],"elR":[88.5,-64.3],"haR":[121.6,-120.7],"shL":[-50.4,-135.8],"elL":[-104.2,-78.1],"haL":[-111.8,-113.5],"hipR":[25.1,6.1],"knR":[60.4,123.4],"ftR":[68.9,219.6],"hipL":[-23.3,9.4],"knL":[-49.7,111.1],"ftL":[-91.9,229]},{"rootY":33.8,"hips":[0,0],"chest":[-8.1,-95.8],"neck":[-1.3,-164.4],"head":[-3.3,-200.3],"shR":[47.4,-131.2],"elR":[92,-65.7],"haR":[117.6,-125.9],"shL":[-51.3,-139.3],"elL":[-108.2,-84.8],"haL":[-115.1,-136.5],"hipR":[24.8,5],"knR":[68.9,119.4],"ftR":[76.1,214.1],"hipL":[-22.3,10.3],"knL":[-55.7,105],"ftL":[-106.7,219.4]},{"rootY":35.9,"hips":[0,0],"chest":[-8.4,-96.3],"neck":[-0.4,-164],"head":[-1.4,-200.2],"shR":[49.3,-131.1],"elR":[95.5,-66.7],"haR":[115.5,-130.9],"shL":[-51.3,-141.5],"elL":[-111.2,-89.6],"haL":[-113.2,-151.4],"hipR":[24.9,4.7],"knR":[70.8,118.1],"ftR":[76.8,217.1],"hipL":[-22.3,10.7],"knL":[-58.1,105],"ftL":[-109,219.4]},{"rootY":26.2,"hips":[0,0],"chest":[-6.9,-97.4],"neck":[2.3,-164.3],"head":[2,-200.5],"shR":[52.3,-131.9],"elR":[102.1,-70.3],"haR":[117.9,-137.6],"shL":[-49.2,-142.7],"elL":[-112.7,-96.1],"haL":[-111.4,-159.6],"hipR":[25,5.2],"knR":[67.5,120.3],"ftR":[78.4,226.9],"hipL":[-23.3,10.3],"knL":[-56.8,113.4],"ftL":[-100,228.5]},{"rootY":15.1,"hips":[0,0],"chest":[-3.8,-98.8],"neck":[5.8,-165.4],"head":[6.7,-201.6],"shR":[56.7,-138.1],"elR":[115.2,-84.6],"haR":[125.9,-153.7],"shL":[-45.9,-147.2],"elL":[-115.3,-113.3],"haL":[-113,-175.3],"hipR":[24.9,5],"knR":[64.9,121.5],"ftR":[84.3,235.8],"hipL":[-23.6,10.6],"knL":[-54.7,121.7],"ftL":[-89,237]},{"rootY":8.4,"hips":[0,0],"chest":[-2,-99.7],"neck":[7.2,-166.6],"head":[10.2,-202.7],"shR":[58.8,-146.5],"elR":[129.3,-111.3],"haR":[137.4,-179.8],"shL":[-43.9,-150.9],"elL":[-117.6,-140.7],"haL":[-117.8,-200.5],"hipR":[24.2,5.5],"knR":[63.9,121.8],"ftR":[90.5,239.8],"hipL":[-23.9,10],"knL":[-54.2,123.2],"ftL":[-88.4,240.8]},{"rootY":6.5,"hips":[0,0],"chest":[-2.8,-99.8],"neck":[5.5,-166.7],"head":[11.5,-202.3],"shR":[57.2,-152.6],"elR":[133.7,-146.5],"haR":[147.7,-210.7],"shL":[-43.9,-152.5],"elL":[-113.9,-170.6],"haL":[-121.4,-226],"hipR":[23.6,5.9],"knR":[66.2,121],"ftR":[95.2,238.6],"hipL":[-23.7,9.5],"knL":[-55.7,120.2],"ftL":[-98.6,237.9]},{"rootY":10.1,"hips":[0,0],"chest":[-4.8,-99.3],"neck":[3.7,-166],"head":[12.7,-200.9],"shR":[54.1,-157.8],"elR":[124.5,-183.4],"haR":[153.1,-239.2],"shL":[-43.2,-155.2],"elL":[-102.5,-196.8],"haL":[-118.1,-246.2],"hipR":[23.4,5.3],"knR":[72.3,117.8],"ftR":[102.7,231.4],"hipL":[-23.2,10.1],"knL":[-57.3,118],"ftL":[-112.8,227.9]},{"rootY":18.6,"hips":[0,0],"chest":[-6.3,-99.3],"neck":[2.6,-165.3],"head":[13.8,-199.4],"shR":[51.5,-159.9],"elR":[107.3,-210.9],"haR":[142.9,-264.8],"shL":[-41.8,-156.6],"elL":[-93.5,-210.4],"haL":[-107.8,-261.2],"hipR":[23.6,5.2],"knR":[78.1,114.2],"ftR":[112.6,221.5],"hipL":[-23.3,10.3],"knL":[-65.5,115.5],"ftL":[-128.5,217.8]},{"rootY":30.5,"hips":[0,0],"chest":[-6.7,-99.5],"neck":[1.8,-164.6],"head":[14,-198.1],"shR":[50.6,-155.7],"elR":[91.9,-221.1],"haR":[122,-281.9],"shL":[-39.3,-157.6],"elL":[-95.5,-210.9],"haL":[-91.6,-269.2],"hipR":[24.1,5.1],"knR":[81.6,111],"ftR":[120.9,213.3],"hipL":[-24.1,10.2],"knL":[-78.8,109.9],"ftL":[-142.2,211.3]},{"rootY":42.4,"hips":[0,0],"chest":[-6.4,-99.3],"neck":[2.2,-162.9],"head":[13.3,-196.6],"shR":[52.2,-150.2],"elR":[89.8,-214.8],"haR":[99.2,-282.2],"shL":[-41.4,-153.3],"elL":[-98.7,-205.3],"haL":[-83.5,-267.2],"hipR":[24.8,4.6],"knR":[84,108.8],"ftR":[125.9,208.2],"hipL":[-24.7,10.5],"knL":[-87.8,103.9],"ftL":[-149.6,207.5]},{"rootY":48,"hips":[0,0],"chest":[-5.7,-97.8],"neck":[4.8,-159.8],"head":[12.5,-194.6],"shR":[53.4,-150.8],"elR":[102.2,-202.1],"haR":[87.6,-269.2],"shL":[-42.5,-145.7],"elL":[-100.1,-195.5],"haL":[-88.2,-258.1],"hipR":[25,3.4],"knR":[86.2,107.5],"ftR":[128.9,206.7],"hipL":[-24.3,11.6],"knL":[-86.6,102],"ftL":[-150.1,204.9]},{"rootY":43.4,"hips":[0,0],"chest":[-5.1,-96],"neck":[7.8,-157],"head":[12.3,-192.3],"shR":[51.9,-157.3],"elR":[112.6,-181.8],"haR":[92.5,-248.3],"shL":[-38.8,-142.1],"elL":[-103.8,-179.2],"haL":[-109.3,-238.3],"hipR":[24.4,2.5],"knR":[86.9,106.8],"ftR":[130.1,209.2],"hipL":[-23.2,12.5],"knL":[-79.7,105.7],"ftL":[-147.1,207]},{"rootY":30.6,"hips":[0,0],"chest":[-5.6,-95.6],"neck":[6.7,-156.5],"head":[11.3,-191.6],"shR":[52.1,-156.1],"elR":[111.9,-156],"haR":[120.4,-225.3],"shL":[-36.4,-140],"elL":[-107,-158.1],"haL":[-137.3,-199.5],"hipR":[23.7,3.2],"knR":[83.9,108.7],"ftR":[127.4,216.1],"hipL":[-22.9,12],"knL":[-76.7,112.1],"ftL":[-144,216.5]},{"rootY":16.9,"hips":[0,0],"chest":[-5.8,-96.5],"neck":[4.7,-157.2],"head":[11,-191.9],"shR":[52.8,-151.2],"elR":[105.8,-141.5],"haR":[150.7,-194.9],"shL":[-36.7,-135.4],"elL":[-106,-138.7],"haL":[-150.4,-153.1],"hipR":[23.7,4.2],"knR":[80.8,112],"ftR":[120,223.4],"hipL":[-23.5,11],"knL":[-76.9,117.1],"ftL":[-136.2,227.5]},{"rootY":4.9,"hips":[0,0],"chest":[-5.2,-96.8],"neck":[5,-156.7],"head":[12,-191.3],"shR":[53.6,-145.1],"elR":[103.2,-133.4],"haR":[168.8,-157.3],"shL":[-35.8,-129.4],"elL":[-101.3,-114.4],"haL":[-142.9,-99.8],"hipR":[23.8,4.6],"knR":[79.5,114.4],"ftR":[105.3,229.4],"hipL":[-23.9,10.5],"knL":[-72.1,120.4],"ftL":[-120.8,235.9]},{"rootY":-2.8,"hips":[0,0],"chest":[-4.2,-96.2],"neck":[6.2,-155.4],"head":[13,-190.4],"shR":[54.8,-141.3],"elR":[101.3,-122.2],"haR":[166.6,-117.1],"shL":[-34.2,-124],"elL":[-92.8,-88.5],"haL":[-113.1,-47.4],"hipR":[23.4,5.4],"knR":[75.7,116.3],"ftR":[83.6,233.3],"hipL":[-24,9.8],"knL":[-64.5,121.3],"ftL":[-98.1,239.7]},{"rootY":-1.8,"hips":[0,0],"chest":[-3.2,-96],"neck":[8,-155.7],"head":[15.1,-190.8],"shR":[56.7,-142],"elR":[102.8,-112],"haR":[151.6,-96.3],"shL":[-32.1,-122.1],"elL":[-77.7,-66.3],"haL":[-69,-15.7],"hipR":[23,5.8],"knR":[69.1,118.1],"ftR":[63.2,235.6],"hipL":[-23.6,9.6],"knL":[-55.4,123.8],"ftL":[-72.2,237.2]},{"rootY":4.7,"hips":[0,0],"chest":[-2.8,-96.4],"neck":[9.6,-156.4],"head":[16.9,-191.6],"shR":[57.7,-141.3],"elR":[105.1,-102.4],"haR":[135,-99.4],"shL":[-30.4,-118.9],"elL":[-62.8,-50.4],"haL":[-28.1,-9],"hipR":[22.9,5.9],"knR":[60.8,121.1],"ftR":[49,238.9],"hipL":[-23.4,9.4],"knL":[-46.3,127.7],"ftL":[-52.9,235.6]},{"rootY":10.1,"hips":[0,0],"chest":[-2.5,-96.7],"neck":[11.7,-156.2],"head":[18.6,-191.6],"shR":[58.2,-137.9],"elR":[107.8,-93.2],"haR":[122.4,-110.1],"shL":[-27.9,-113.4],"elL":[-52.8,-39.8],"haL":[0.7,-19.3],"hipR":[22.6,6.4],"knR":[56.2,123.4],"ftR":[44.1,241.9],"hipL":[-23.4,9],"knL":[-38.1,130.3],"ftL":[-43.4,237.9]},{"rootY":8.5,"hips":[0,0],"chest":[-3.2,-96.5],"neck":[13.2,-155.1],"head":[19.5,-190.7],"shR":[57.2,-134.9],"elR":[107.3,-85.6],"haR":[117.6,-114.1],"shL":[-26.3,-110.6],"elL":[-48.8,-35.4],"haL":[12.5,-33.4],"hipR":[22.1,6.3],"knR":[56.2,123.7],"ftR":[47.2,243.4],"hipL":[-22.9,9.1],"knL":[-34.1,131.4],"ftL":[-43.1,241.7]},{"rootY":-0.2,"hips":[0,0],"chest":[-5.3,-96.4],"neck":[12.2,-154.7],"head":[18.7,-190.3],"shR":[54.4,-134.8],"elR":[103.8,-84.2],"haR":[121.8,-112.4],"shL":[-28.1,-113.3],"elL":[-53.6,-39.1],"haL":[8.7,-45.9],"hipR":[21.8,5.6],"knR":[55.9,123.6],"ftR":[54.7,245.4],"hipL":[-22.2,9.8],"knL":[-37.7,131.4],"ftL":[-49.5,243]},{"rootY":-8.9,"hips":[0,0],"chest":[-7.5,-96.9],"neck":[8.6,-156.4],"head":[16.7,-191.4],"shR":[51.3,-139.1],"elR":[104.8,-95.7],"haR":[132,-114.7],"shL":[-32.3,-120],"elL":[-64.8,-51.6],"haL":[-4.4,-62.2],"hipR":[22.2,5.6],"knR":[52,125.1],"ftR":[62.6,248.2],"hipL":[-22.5,9.8],"knL":[-45.1,128.7],"ftL":[-59.1,240.6]},{"rootY":-11.8,"hips":[0,0],"chest":[-8.1,-97.7],"neck":[5,-158.9],"head":[14.6,-193.2],"shR":[49.6,-145],"elR":[112.1,-119.2],"haR":[143.1,-127],"shL":[-35,-126.8],"elL":[-76.7,-74.9],"haL":[-18.4,-86],"hipR":[22.7,6.2],"knR":[49.9,126],"ftR":[67.5,248.4],"hipL":[-23.3,9.2],"knL":[-50.4,124.2],"ftL":[-68.2,235.9]},{"rootY":-9.7,"hips":[0,0],"chest":[-7.4,-98],"neck":[2.8,-160.6],"head":[13.1,-194.1],"shR":[49.5,-148.9],"elR":[118.4,-145.6],"haR":[152.3,-147.4],"shL":[-35.3,-131.9],"elL":[-83.7,-108.1],"haL":[-27.2,-113.1],"hipR":[23,6.4],"knR":[53.3,125.4],"ftR":[70.7,245.9],"hipL":[-23.6,9],"knL":[-53.5,119.6],"ftL":[-78,232.7]},{"rootY":-3.2,"hips":[0,0],"chest":[-6.2,-97.9],"neck":[2,-161.4],"head":[12.8,-194.3],"shR":[50.4,-153.3],"elR":[118.4,-164.5],"haR":[154.5,-174.9],"shL":[-34.9,-139.7],"elL":[-84.5,-142.6],"haL":[-32.2,-143.9],"hipR":[23,7],"knR":[59.7,124.3],"ftR":[76.3,240.3],"hipL":[-23.8,8.4],"knL":[-57.9,115.4],"ftL":[-92.2,231.8]},{"rootY":8.2,"hips":[0,0],"chest":[-4.7,-98],"neck":[3.6,-161.9],"head":[14.4,-194.2],"shR":[52.3,-158],"elR":[115.8,-173.6],"haR":[142.8,-206.3],"shL":[-32.5,-147.7],"elL":[-84.4,-169.9],"haL":[-35.1,-180.9],"hipR":[22.8,7.4],"knR":[66.3,122.3],"ftR":[83.9,231.7],"hipL":[-23.9,8.1],"knL":[-64.2,112.6],"ftL":[-111.2,228.4]},{"rootY":23,"hips":[0,0],"chest":[-2.8,-98.1],"neck":[7.8,-161.7],"head":[17.7,-194],"shR":[55.8,-159.8],"elR":[116.1,-178.7],"haR":[122.2,-231.2],"shL":[-26.5,-152.5],"elL":[-84.1,-184.8],"haL":[-37.9,-217.6],"hipR":[22.7,6.8],"knR":[72.5,119],"ftR":[89.6,222.2],"hipL":[-23.6,8.7],"knL":[-68.6,110.5],"ftL":[-127.9,220.9]},{"rootY":34.8,"hips":[0,0],"chest":[-1.1,-97.8],"neck":[12.6,-160.7],"head":[20.9,-194.1],"shR":[60,-157.9],"elR":[119.7,-181.9],"haR":[106.8,-243.4],"shL":[-21.1,-153.5],"elL":[-80.8,-188.8],"haL":[-43.1,-241.3],"hipR":[22.2,5.6],"knR":[77.1,115.3],"ftR":[92.2,215.8],"hipL":[-22.6,9.8],"knL":[-67.6,109],"ftL":[-135.9,214.1]},{"rootY":36.8,"hips":[0,0],"chest":[-0.4,-97.3],"neck":[16,-160.3],"head":[22.3,-195.1],"shR":[61.8,-157.2],"elR":[123.4,-174.6],"haR":[115.4,-241.7],"shL":[-20.1,-152.6],"elL":[-78.8,-182.7],"haL":[-57.2,-247.3],"hipR":[21.4,4.5],"knR":[77.5,113.4],"ftR":[93.5,215],"hipL":[-21.2,10.9],"knL":[-64.5,110.2],"ftL":[-135.2,213.1]},{"rootY":27.4,"hips":[0,0],"chest":[-1.5,-97.7],"neck":[15.3,-161.6],"head":[21,-197.2],"shR":[60.1,-157.6],"elR":[121.1,-158.8],"haR":[145.7,-223.3],"shL":[-22.4,-150.6],"elL":[-79.1,-166.5],"haL":[-83.9,-231.2],"hipR":[20.5,4.8],"knR":[73.4,114.7],"ftR":[92.6,219.1],"hipL":[-20.5,10.7],"knL":[-62.8,113.8],"ftL":[-130.7,218.9]},{"rootY":13.1,"hips":[0,0],"chest":[-3.7,-99],"neck":[11.6,-164.2],"head":[18.4,-199.8],"shR":[57.3,-155.4],"elR":[116,-150.7],"haR":[170.6,-192.9],"shL":[-23.9,-147.5],"elL":[-80.4,-151.6],"haL":[-103,-198.4],"hipR":[19.6,5.7],"knR":[69.7,116.8],"ftR":[87.3,224.8],"hipL":[-20.2,9.7],"knL":[-62.4,117.3],"ftL":[-124.3,226.3]},{"rootY":0.7,"hips":[0,0],"chest":[-5.6,-99.9],"neck":[7.7,-166.2],"head":[16,-201.4],"shR":[53.9,-153.4],"elR":[113.3,-148.7],"haR":[182,-156],"shL":[-25.8,-144],"elL":[-81.3,-140.3],"haL":[-105.2,-157.2],"hipR":[18.6,6.2],"knR":[68.4,118],"ftR":[76.8,230.8],"hipL":[-19.5,9.3],"knL":[-59.8,119.9],"ftL":[-115.8,232]},{"rootY":-7.8,"hips":[0,0],"chest":[-7.1,-100.2],"neck":[5.3,-167.2],"head":[14.1,-202.3],"shR":[50.9,-154.4],"elR":[108,-144.2],"haR":[172.8,-121.9],"shL":[-27.7,-142.6],"elL":[-84.3,-124.3],"haL":[-90.8,-109],"hipR":[17.3,6.5],"knR":[65.1,119.9],"ftR":[61.4,238.1],"hipL":[-18.4,9],"knL":[-54,122.9],"ftL":[-104.5,237.6]},{"rootY":-11.9,"hips":[0,0],"chest":[-7.1,-100.5],"neck":[4.6,-167.9],"head":[12.6,-203.2],"shR":[48.4,-154.7],"elR":[96.1,-130.8],"haR":[153.3,-96.6],"shL":[-30.8,-142.7],"elL":[-82.5,-105.1],"haL":[-68,-67],"hipR":[15.9,7.2],"knR":[55.2,124],"ftR":[44.5,246.4],"hipL":[-17.6,8.2],"knL":[-46.3,126.4],"ftL":[-88.8,244.2]},{"rootY":-11.1,"hips":[0,0],"chest":[-6.1,-100.8],"neck":[5.7,-168.3],"head":[11.6,-204.1],"shR":[45.9,-150.3],"elR":[75.4,-110.1],"haR":[132.2,-82.4],"shL":[-31.3,-139.2],"elL":[-70.8,-80.9],"haL":[-40.1,-39.2],"hipR":[14.8,8.1],"knR":[41.8,128.2],"ftR":[29.9,252.5],"hipL":[-17,7.3],"knL":[-39.4,128.3],"ftL":[-70.6,249.6]},{"rootY":-7.2,"hips":[0,0],"chest":[-5.4,-100.8],"neck":[8.2,-167.8],"head":[11.4,-203.9],"shR":[42.6,-141.2],"elR":[52,-88.7],"haR":[112.9,-76.4],"shL":[-26.1,-130.7],"elL":[-53.8,-60.5],"haL":[-10.1,-22.5],"hipR":[14,8.5],"knR":[34.1,130],"ftR":[21.8,254.6],"hipL":[-16.4,7],"knL":[-33.7,128.9],"ftL":[-57.4,251.6]},{"rootY":-4.6,"hips":[0,0],"chest":[-6.7,-100.2],"neck":[9.5,-166.4],"head":[11.3,-202.7],"shR":[37.2,-131.4],"elR":[33.2,-72],"haR":[96.6,-75.5],"shL":[-17.4,-123.9],"elL":[-35.3,-48.7],"haL":[22.3,-16],"hipR":[13.4,8.1],"knR":[34.7,129.5],"ftR":[20.8,253.9],"hipL":[-15.3,7.4],"knL":[-30.6,129.6],"ftL":[-55.1,251.1]},{"rootY":-5.8,"hips":[0,0],"chest":[-10.3,-99.5],"neck":[8.6,-165.2],"head":[10.4,-201.5],"shR":[29.5,-126.5],"elR":[22.3,-63.3],"haR":[84.3,-80.9],"shL":[-10,-124],"elL":[-13.5,-47.1],"haL":[52.2,-24],"hipR":[12.6,7.2],"knR":[37.9,127.8],"ftR":[24.4,252.2],"hipL":[-13.8,8.4],"knL":[-29.4,130.3],"ftL":[-58.6,250.3]},{"rootY":-10.2,"hips":[0,0],"chest":[-13.2,-99],"neck":[7.7,-165],"head":[10.3,-201.2],"shR":[21.8,-127.6],"elR":[19.3,-63.6],"haR":[76.1,-94.8],"shL":[-2.9,-128.8],"elL":[13.2,-54.7],"haL":[75.2,-45.4],"hipR":[11.2,6.5],"knR":[38.2,126.7],"ftR":[31.2,251.7],"hipL":[-12.2,9.1],"knL":[-27.5,130.9],"ftL":[-58.9,251]},{"rootY":-14,"hips":[0,0],"chest":[-13,-98.6],"neck":[8,-165],"head":[11.8,-201.1],"shR":[17,-133.7],"elR":[23.4,-74.5],"haR":[72.3,-115.5],"shL":[7.6,-135],"elL":[41.2,-68.5],"haL":[91.8,-75.3],"hipR":[9.4,6.2],"knR":[38.5,125.9],"ftR":[37.7,250.9],"hipL":[-10.3,9.3],"knL":[-22.8,131.1],"ftL":[-56.9,250.7]},{"rootY":-14.3,"hips":[0,0],"chest":[-11.4,-98.1],"neck":[9.4,-164.7],"head":[14.4,-200.5],"shR":[15.3,-143],"elR":[31.5,-97.5],"haR":[73.8,-141.1],"shL":[18.7,-141.5],"elL":[69,-90.3],"haL":[104.2,-107.1],"hipR":[8,5.8],"knR":[43.2,123.7],"ftR":[40.7,248],"hipL":[-8.6,9.8],"knL":[-13.4,130.3],"ftL":[-56.9,246.3]},{"rootY":-10,"hips":[0,0],"chest":[-9.5,-97.8],"neck":[10.8,-164.4],"head":[16.8,-200],"shR":[15.5,-152.5],"elR":[37.6,-131.6],"haR":[78.6,-172.5],"shL":[26,-147.7],"elL":[89.3,-122.7],"haL":[114.7,-139.6],"hipR":[7.7,5.4],"knR":[49.2,121.1],"ftR":[39.2,242.6],"hipL":[-7.9,10.2],"knL":[-2.8,127.5],"ftL":[-57.5,238.9]},{"rootY":-0.8,"hips":[0,0],"chest":[-8.1,-97.6],"neck":[11.3,-164.3],"head":[18.6,-199.6],"shR":[16.1,-159.2],"elR":[36.8,-168.9],"haR":[81,-209.6],"shL":[28.2,-151.8],"elL":[94,-160.4],"haL":[125.1,-173.4],"hipR":[8,5.9],"knR":[51.6,120.8],"ftR":[34.8,236.1],"hipL":[-8,9.7],"knL":[3.7,122.8],"ftL":[-56,232.7]},{"rootY":12.9,"hips":[0,0],"chest":[-7,-97.8],"neck":[12.3,-164.4],"head":[21.3,-199.5],"shR":[16.9,-162.1],"elR":[31.7,-201.2],"haR":[77.3,-245.7],"shL":[26.3,-153.1],"elL":[83.6,-194.7],"haL":[133.6,-209.2],"hipR":[7.8,6.4],"knR":[52.8,120.2],"ftR":[31.2,229.6],"hipL":[-7.8,9.2],"knL":[4.8,118.5],"ftL":[-53.9,229.1]},{"rootY":26.4,"hips":[0,0],"chest":[-5.6,-97.9],"neck":[15.4,-164.2],"head":[25.8,-199],"shR":[16.9,-163.6],"elR":[27.9,-219.2],"haR":[69.7,-269.1],"shL":[23.1,-157.2],"elL":[70.5,-214.9],"haL":[129.9,-239.3],"hipR":[6.8,6.1],"knR":[55.8,117.4],"ftR":[29.5,224.4],"hipL":[-6.9,9.5],"knL":[2.9,116.1],"ftL":[-55.7,226.1]},{"rootY":31.8,"hips":[0,0],"chest":[-3.9,-97.9],"neck":[20.4,-163.3],"head":[30.8,-198.1],"shR":[14.5,-171.8],"elR":[29.6,-217.2],"haR":[56.2,-271.1],"shL":[20.6,-163.8],"elL":[62.4,-219.4],"haL":[118.3,-252.2],"hipR":[5.8,5.5],"knR":[57.7,115.1],"ftR":[29.5,223],"hipL":[-5.9,10.1],"knL":[1.5,116.1],"ftL":[-59,224.3]},{"rootY":24.5,"hips":[0,0],"chest":[-2.3,-98.1],"neck":[23,-163.1],"head":[33.6,-197.7],"shR":[14,-173.6],"elR":[35.8,-194.5],"haR":[38.4,-251.3],"shL":[26.1,-176.7],"elL":[58.4,-199.2],"haL":[99,-243.8],"hipR":[5.2,5.7],"knR":[53.3,116.9],"ftR":[30.7,227.7],"hipL":[-5.7,9.9],"knL":[-1.5,118.2],"ftL":[-57.5,228.2]},{"rootY":10.8,"hips":[0,0],"chest":[-1.7,-98.8],"neck":[21.2,-164.8],"head":[33.2,-198.7],"shR":[16.4,-170.8],"elR":[39.5,-166.1],"haR":[26,-224.8],"shL":[27.7,-170.5],"elL":[52.8,-167.9],"haL":[79.3,-224.3],"hipR":[4.9,6.4],"knR":[43.1,120.7],"ftR":[32.9,235.9],"hipL":[-6,9.2],"knL":[-10,120.9],"ftL":[-51.3,236.1]},{"rootY":0.5,"hips":[0,0],"chest":[-0.8,-99.9],"neck":[19,-166.8],"head":[32.4,-200.1],"shR":[20.4,-166.6],"elR":[37.3,-136.4],"haR":[19.9,-201.8],"shL":[26,-161.7],"elL":[41.3,-135.7],"haL":[61.8,-201.6],"hipR":[4.7,7],"knR":[33.4,122.9],"ftR":[33.4,241.4],"hipL":[-6.8,8.5],"knL":[-18.5,122.5],"ftL":[-46.8,240.2]},{"rootY":-5.6,"hips":[0,0],"chest":[0.9,-100.3],"neck":[20.6,-167.2],"head":[34,-200.4],"shR":[23.8,-159.7],"elR":[27.8,-108.7],"haR":[18,-176.8],"shL":[22.6,-150.7],"elL":[25.8,-107],"haL":[45.3,-171.5],"hipR":[4.6,7.2],"knR":[30.8,123.5],"ftR":[28.8,243.6],"hipL":[-7.5,8.1],"knL":[-20.9,122.7],"ftL":[-47.9,240.5]},{"rootY":-7.7,"hips":[0,0],"chest":[2.9,-100],"neck":[25.4,-165.9],"head":[37.4,-199.8],"shR":[26.2,-151.4],"elR":[13.2,-91.5],"haR":[21.8,-148.6],"shL":[21.3,-138.8],"elL":[9.9,-85.9],"haL":[30,-136],"hipR":[4.8,7],"knR":[35.7,122.7],"ftR":[20.3,242.2],"hipL":[-7.7,8.4],"knL":[-18.4,122.7],"ftL":[-52.1,239.7]},{"rootY":-4.2,"hips":[0,0],"chest":[4.9,-99.3],"neck":[30.5,-163.9],"head":[40.6,-198.7],"shR":[29,-146.7],"elR":[-0.6,-88.3],"haR":[30.8,-121.5],"shL":[23.5,-131.9],"elL":[-3.6,-75.2],"haL":[19.9,-99.6],"hipR":[4.9,6.5],"knR":[44,120.7],"ftR":[11.7,236.3],"hipL":[-7.7,8.9],"knL":[-12,122.7],"ftL":[-55.9,237.5]},{"rootY":4.9,"hips":[0,0],"chest":[7.4,-98.3],"neck":[35.8,-161.6],"head":[44.6,-196.8],"shR":[34.4,-145.8],"elR":[-6.7,-93.5],"haR":[44.1,-94.3],"shL":[27,-128.6],"elL":[-12.1,-70.8],"haL":[15.3,-64.8],"hipR":[5.1,5.9],"knR":[50.6,118.8],"ftR":[5.7,229.4],"hipL":[-7.5,9.4],"knL":[-3,121.9],"ftL":[-57.6,233.3]},{"rootY":17.6,"hips":[0,0],"chest":[11.2,-97.1],"neck":[43.5,-158.3],"head":[51.3,-193.8],"shR":[42.9,-142.9],"elR":[-1.5,-92.2],"haR":[56.6,-68.4],"shL":[31.1,-124.3],"elL":[-15,-65.4],"haL":[16.3,-36.5],"hipR":[5.1,5.7],"knR":[55.9,116.9],"ftR":[2.4,223.2],"hipL":[-7.6,9.7],"knL":[8,119.4],"ftL":[-56.7,226.1]},{"rootY":29.9,"hips":[0,0],"chest":[14.8,-95.7],"neck":[51.8,-153.9],"head":[58.1,-189.7],"shR":[51.9,-135.2],"elR":[7,-81.1],"haR":[69.1,-52.8],"shL":[34.2,-118.6],"elL":[-15.6,-58.8],"haL":[22.1,-19],"hipR":[5.2,5.9],"knR":[61,114.8],"ftR":[1.5,217.9],"hipL":[-7.7,9.4],"knL":[16.2,115.9],"ftL":[-55.1,218.8]},{"rootY":35.6,"hips":[0,0],"chest":[14.9,-95.1],"neck":[54.4,-151.2],"head":[59.9,-187.1],"shR":[57,-127.8],"elR":[15.3,-68.7],"haR":[82.7,-50.5],"shL":[31.8,-115.3],"elL":[-19,-54.8],"haL":[29.3,-15.3],"hipR":[5.4,6.4],"knR":[63.4,113.9],"ftR":[1.1,215.6],"hipL":[-7.8,9.1],"knL":[15.8,114.3],"ftL":[-56.2,216.8]},{"rootY":29.8,"hips":[0,0],"chest":[10.9,-95.9],"neck":[48.7,-152.8],"head":[54.7,-188.6],"shR":[57.5,-127.4],"elR":[26.6,-62.7],"haR":[94.4,-59.7],"shL":[21.7,-117.1],"elL":[-26.9,-54.6],"haL":[33.7,-24.7],"hipR":[6.5,6.5],"knR":[59,117.1],"ftR":[-0.5,220],"hipL":[-8.6,9],"knL":[7.1,116.3],"ftL":[-59.2,222.3]},{"rootY":12.9,"hips":[0,0],"chest":[5.4,-97.6],"neck":[38,-157.4],"head":[45.2,-192.9],"shR":[54.8,-132.7],"elR":[43.5,-66.4],"haR":[101.8,-76.6],"shL":[6.5,-122.2],"elL":[-36.6,-57.1],"haL":[31.7,-42.6],"hipR":[8.7,7],"knR":[47,123.4],"ftR":[-1.1,231.5],"hipL":[-10.6,8.5],"knL":[-6.7,120.1],"ftL":[-58.9,232.6]},{"rootY":-7.9,"hips":[0,0],"chest":[-0.3,-99.3],"neck":[25.5,-162.2],"head":[34.2,-197.4],"shR":[49.8,-140.1],"elR":[64.2,-82.1],"haR":[103.6,-100.9],"shL":[-8.9,-128.8],"elL":[-45.9,-67.5],"haL":[23,-67.1],"hipR":[11.2,7.5],"knR":[33.6,127.8],"ftR":[3.1,242.8],"hipL":[-13.2,8],"knL":[-23.4,123.6],"ftL":[-54.9,241.4]},{"rootY":-24.6,"hips":[0,0],"chest":[-5.3,-100.2],"neck":[14.1,-165.9],"head":[24.2,-200.5],"shR":[44.3,-150.2],"elR":[82.9,-112],"haR":[104.1,-131.2],"shL":[-20.4,-137.5],"elL":[-54.4,-93.7],"haL":[11.8,-97.1],"hipR":[13.7,6.7],"knR":[26.9,127.5],"ftR":[14.7,247.1],"hipL":[-15.3,8.8],"knL":[-33.6,125.3],"ftL":[-54.5,243.9]},{"rootY":-36,"hips":[0,0],"chest":[-8.7,-100.5],"neck":[5.8,-167.9],"head":[17.7,-201.6],"shR":[37.8,-161.9],"elR":[91.9,-151.3],"haR":[108,-164.1],"shL":[-27.7,-145.5],"elL":[-61.6,-135.1],"haL":[4.8,-127.3],"hipR":[15.1,6.1],"knR":[30.3,126.1],"ftR":[30.1,246.6],"hipL":[-16.4,9.4],"knL":[-36.6,124.8],"ftL":[-61.9,242.5]},{"rootY":-41.8,"hips":[0,0],"chest":[-10.9,-100.4],"neck":[0.4,-168.8],"head":[13.6,-201.5],"shR":[29.3,-173.4],"elR":[86.6,-191],"haR":[111.9,-200.3],"shL":[-32.1,-155.5],"elL":[-65.2,-180.6],"haL":[1.5,-160.1],"hipR":[15.8,5.7],"knR":[40.5,123.7],"ftR":[45,242.8],"hipL":[-16.7,9.8],"knL":[-39.6,122.3],"ftL":[-74,238.3]},{"rootY":-42.4,"hips":[0,0],"chest":[-12.1,-100.2],"neck":[-2.3,-168.9],"head":[11.1,-201.3],"shR":[22.8,-181.5],"elR":[72.4,-223],"haR":[110.9,-239.3],"shL":[-33.6,-165.1],"elL":[-62.4,-217.7],"haL":[-6.3,-204.2],"hipR":[16,6.3],"knR":[50.8,120.8],"ftR":[61.5,238],"hipL":[-16.7,9.2],"knL":[-44.7,118.7],"ftL":[-86.1,232.4]},{"rootY":-38.5,"hips":[0,0],"chest":[-12.9,-100],"neck":[-3.3,-168.8],"head":[9.6,-201.3],"shR":[24.2,-182.6],"elR":[59.1,-243.2],"haR":[105,-276.8],"shL":[-33.3,-170.8],"elL":[-55.4,-236.7],"haL":[-20.1,-249.6],"hipR":[16,7.3],"knR":[59.4,116.9],"ftR":[81.5,231.3],"hipL":[-17,8.3],"knL":[-51.2,114.4],"ftL":[-98.3,225.3]},{"rootY":-30.5,"hips":[0,0],"chest":[-12.9,-100],"neck":[-3.1,-168.6],"head":[8.7,-201.6],"shR":[28.9,-179.6],"elR":[54,-249.5],"haR":[91.7,-305.2],"shL":[-32.5,-171.9],"elL":[-50.2,-240.5],"haL":[-40.9,-287],"hipR":[16.3,7.5],"knR":[67.5,111.8],"ftR":[102.1,221.5],"hipL":[-17.4,8.1],"knL":[-57.8,110.1],"ftL":[-110.8,217.3]},{"rootY":-18.7,"hips":[0,0],"chest":[-12.5,-100],"neck":[-2.5,-168.5],"head":[7.7,-202.1],"shR":[27.3,-182.6],"elR":[57.3,-249.1],"haR":[73.8,-316.3],"shL":[-27.8,-171.4],"elL":[-49.7,-241.2],"haL":[-55.2,-304.4],"hipR":[16.7,7.4],"knR":[75,106.9],"ftR":[120,211.6],"hipL":[-17.7,8.2],"knL":[-62.7,106.8],"ftL":[-119.6,210.1]},{"rootY":-3.2,"hips":[0,0],"chest":[-11.7,-99.9],"neck":[-2.3,-168.4],"head":[6.8,-202.5],"shR":[13.7,-188.2],"elR":[59.5,-243.4],"haR":[47.9,-312.3],"shL":[-24.4,-172.4],"elL":[-57.4,-241.2],"haL":[-72.7,-308.9],"hipR":[17.2,7.3],"knR":[81.3,103.4],"ftR":[132.6,205.2],"hipL":[-18,8.3],"knL":[-65.2,105.6],"ftL":[-123.6,207.1]},{"rootY":16.1,"hips":[0,0],"chest":[-11.8,-99.6],"neck":[-2.6,-167.9],"head":[6.1,-202.2],"shR":[6,-187],"elR":[52,-240.2],"haR":[32.7,-307.2],"shL":[-29.2,-169.4],"elL":[-63.2,-240.3],"haL":[-89.1,-304.9],"hipR":[17.7,7.2],"knR":[87,100.7],"ftR":[138.1,202.1],"hipL":[-18.2,8.5],"knL":[-66.6,105.7],"ftL":[-128.1,207.1]},{"rootY":37.7,"hips":[0,0],"chest":[-12.7,-99.1],"neck":[-2.8,-167.1],"head":[6,-201],"shR":[3.8,-185.4],"elR":[42.8,-237.2],"haR":[25.2,-304.8],"shL":[-37.6,-164.2],"elL":[-70.8,-235.6],"haL":[-100.4,-298.5],"hipR":[18.3,6.7],"knR":[94.1,96.6],"ftR":[136,198.2],"hipL":[-18.1,8.9],"knL":[-67.9,104.7],"ftL":[-137.6,204.3]},{"rootY":58.7,"hips":[0,0],"chest":[-15.5,-98.5],"neck":[-6.3,-166.2],"head":[3.2,-199.5],"shR":[8.3,-181.3],"elR":[35.6,-235],"haR":[22.8,-303.7],"shL":[-45.5,-160.1],"elL":[-83.8,-228.3],"haL":[-114.3,-290.1],"hipR":[18.9,5.9],"knR":[102.8,90.7],"ftR":[128.7,190],"hipL":[-18,9.7],"knL":[-69.4,101.1],"ftL":[-149.9,194.6]},{"rootY":73.5,"hips":[0,0],"chest":[-19.9,-97.6],"neck":[-14.7,-165.2],"head":[-4.2,-198.1],"shR":[11.9,-168],"elR":[30.8,-228.8],"haR":[27.4,-298.1],"shL":[-54.2,-155.9],"elL":[-99.3,-218.1],"haL":[-134.6,-275.5],"hipR":[19.5,5.3],"knR":[110.7,84.6],"ftR":[121.1,180.7],"hipL":[-17.9,10.3],"knL":[-71.5,95.6],"ftL":[-159.7,182.2]},{"rootY":80.4,"hips":[0,0],"chest":[-24.8,-96.1],"neck":[-22.4,-163.7],"head":[-13.1,-197.1],"shR":[-3,-172.9],"elR":[31.5,-219.6],"haR":[38,-287.6],"shL":[-60.6,-153.3],"elL":[-114.6,-202.9],"haL":[-158.5,-249.5],"hipR":[19.8,5.2],"knR":[116.5,79.5],"ftR":[115.2,174.3],"hipL":[-17.7,10.3],"knL":[-75.1,91.2],"ftL":[-165.7,174.2]},{"rootY":82.1,"hips":[0,0],"chest":[-27.9,-95],"neck":[-28.6,-162.7],"head":[-20.2,-196.3],"shR":[-5.4,-173.1],"elR":[31.1,-215],"haR":[52.4,-277.2],"shL":[-65.3,-150.4],"elL":[-124,-183],"haL":[-174.9,-212.7],"hipR":[20.3,5.4],"knR":[119.5,76.6],"ftR":[111.7,172.2],"hipL":[-17.9,10.1],"knL":[-79.7,90],"ftL":[-169.1,172.4]},{"rootY":82,"hips":[0,0],"chest":[-28,-95.2],"neck":[-29.9,-162.9],"head":[-22.3,-196.2],"shR":[-2.6,-173.8],"elR":[36.5,-213.9],"haR":[68,-269.2],"shL":[-66.8,-146.2],"elL":[-123.8,-160.8],"haL":[-175.5,-171.9],"hipR":[20.7,5.6],"knR":[120.6,75.9],"ftR":[110.6,172.6],"hipL":[-18.5,9.9],"knL":[-83.3,90.1],"ftL":[-170.3,173.1]},{"rootY":81.2,"hips":[0,0],"chest":[-26.4,-95.8],"neck":[-28.4,-163.5],"head":[-21,-196.2],"shR":[2.9,-173.7],"elR":[46.5,-212.8],"haR":[83.7,-263.6],"shL":[-65.9,-142],"elL":[-116.6,-141.5],"haL":[-164.2,-137.7],"hipR":[20.9,6.1],"knR":[120.8,76.6],"ftR":[111.6,173.7],"hipL":[-19.1,9.5],"knL":[-84.4,89.7],"ftL":[-169.2,173.8]},{"rootY":80.7,"hips":[0,0],"chest":[-24.2,-96.1],"neck":[-26.1,-163.7],"head":[-18.4,-196.3],"shR":[8.5,-172.2],"elR":[56.4,-211.6],"haR":[97.8,-260],"shL":[-63.4,-139.6],"elL":[-108.3,-129.6],"haL":[-151.3,-117.3],"hipR":[20.8,6.8],"knR":[120.8,77.7],"ftR":[113.9,174.3],"hipL":[-19.4,8.8],"knL":[-83.9,88.6],"ftL":[-167,174.2]},{"rootY":80.7,"hips":[0,0],"chest":[-22.5,-96.1],"neck":[-23.8,-163.7],"head":[-16.1,-196.7],"shR":[11.7,-170.8],"elR":[63.2,-210.8],"haR":[108.6,-257.5],"shL":[-60.8,-139.4],"elL":[-102.1,-125.5],"haL":[-142.3,-109.8],"hipR":[20.8,7.4],"knR":[120.8,78.6],"ftR":[115.6,174.2],"hipL":[-19.5,8.2],"knL":[-84.2,87.3],"ftL":[-166,174.2]},{"rootY":80.5,"hips":[0,0],"chest":[-21.8,-96],"neck":[-23,-163.9],"head":[-15.4,-197.2],"shR":[12.5,-170],"elR":[67.3,-209.7],"haR":[116,-254.8],"shL":[-59.7,-140.3],"elL":[-98.4,-126.2],"haL":[-137.3,-109.9],"hipR":[20.8,7.7],"knR":[120.7,79.1],"ftR":[115.8,174.5],"hipL":[-19.5,7.8],"knL":[-85.3,86.7],"ftL":[-166.5,174.3]},{"rootY":79.5,"hips":[0,0],"chest":[-21.8,-95.9],"neck":[-23.6,-164.1],"head":[-16,-197.8],"shR":[12.7,-169.6],"elR":[70.3,-208.1],"haR":[121.1,-252.1],"shL":[-60.5,-141.5],"elL":[-97.2,-129.1],"haL":[-134.7,-114.5],"hipR":[20.8,7.8],"knR":[120.4,79],"ftR":[115.2,175.5],"hipL":[-19.6,7.8],"knL":[-86.1,87.4],"ftL":[-167,175.1]},{"rootY":78.3,"hips":[0,0],"chest":[-21.7,-95.9],"neck":[-24,-164.3],"head":[-16.7,-198.4],"shR":[13.8,-169.1],"elR":[72.9,-206.8],"haR":[124.5,-250.7],"shL":[-61.3,-142.9],"elL":[-97.4,-133.8],"haL":[-134.1,-122.5],"hipR":[20.7,7.7],"knR":[120.2,78.6],"ftR":[115.2,176.6],"hipL":[-19.5,7.8],"knL":[-86.3,88.7],"ftL":[-166.8,176.3]},{"rootY":77.8,"hips":[0,0],"chest":[-21.1,-96],"neck":[-22.7,-164.7],"head":[-16.1,-199.2],"shR":[15.9,-168.7],"elR":[75.2,-206.3],"haR":[126.9,-251],"shL":[-60.7,-144.7],"elL":[-97.1,-139.4],"haL":[-134.3,-131.8],"hipR":[20.4,7.8],"knR":[120.1,78],"ftR":[115.7,177],"hipL":[-19.3,7.7],"knL":[-86.4,89.6],"ftL":[-166.6,177.2]},{"rootY":77.9,"hips":[0,0],"chest":[-19.9,-96.1],"neck":[-20.4,-165],"head":[-14.5,-199.9],"shR":[18.2,-168],"elR":[77.5,-206.1],"haR":[129,-251.6],"shL":[-58.8,-146.5],"elL":[-96,-144.7],"haL":[-134.2,-140.2],"hipR":[20.1,8.1],"knR":[120.1,77.3],"ftR":[116.4,177],"hipL":[-19.1,7.5],"knL":[-86.8,89.8],"ftL":[-166.7,177.3]},{"rootY":77.8,"hips":[0,0],"chest":[-18.6,-96.3],"neck":[-18.3,-165.4],"head":[-12.5,-200.5],"shR":[20.3,-166.8],"elR":[79.8,-205.6],"haR":[131,-251.9],"shL":[-56.6,-147.8],"elL":[-94.9,-149],"haL":[-134,-147.3],"hipR":[19.6,8.5],"knR":[119.9,76.6],"ftR":[116.9,177],"hipL":[-18.9,7.1],"knL":[-87.2,89.5],"ftL":[-166.9,177.1]},{"rootY":77.6,"hips":[0,0],"chest":[-17.2,-96.6],"neck":[-16.4,-165.8],"head":[-10.5,-201.2],"shR":[22.3,-165.3],"elR":[81.9,-205.1],"haR":[132.6,-252.1],"shL":[-54.9,-148],"elL":[-94,-152.1],"haL":[-134,-153],"hipR":[19,9],"knR":[119.6,75.8],"ftR":[117.4,177.1],"hipL":[-18.7,6.7],"knL":[-87.5,89.4],"ftL":[-167.1,177.2]},{"rootY":77.3,"hips":[0,0],"chest":[-15.9,-97],"neck":[-14.8,-166.4],"head":[-8.9,-201.8],"shR":[24.1,-163.9],"elR":[83.3,-204.9],"haR":[133.6,-252.5],"shL":[-53.6,-147.5],"elL":[-93.2,-154.3],"haL":[-134.3,-157.1],"hipR":[18.2,9.2],"knR":[119.2,74.9],"ftR":[117.4,177.3],"hipL":[-18.3,6.4],"knL":[-88,89.9],"ftL":[-167.5,177.6]},{"rootY":77.2,"hips":[0,0],"chest":[-14.8,-97.3],"neck":[-13.6,-166.8],"head":[-7.7,-202.2],"shR":[25.3,-162.6],"elR":[84,-205],"haR":[133.8,-253.1],"shL":[-52.6,-146.7],"elL":[-92.8,-155.6],"haL":[-135,-159.8],"hipR":[17.4,9.4],"knR":[118.6,73.7],"ftR":[117.1,177.5],"hipL":[-17.9,6.3],"knL":[-88.8,90.5],"ftL":[-168,177.8]},{"rootY":77.2,"hips":[0,0],"chest":[-13.8,-97.5],"neck":[-12.8,-167],"head":[-7,-202.5],"shR":[26.3,-161.2],"elR":[84.2,-205.2],"haR":[133.2,-254.1],"shL":[-52.1,-145.9],"elL":[-93.1,-156.4],"haL":[-136.2,-161.9],"hipR":[17,9.4],"knR":[118.2,72.7],"ftR":[116.3,177.5],"hipL":[-17.7,6.2],"knL":[-89.9,90.8],"ftL":[-168.8,177.8]},{"rootY":77.5,"hips":[0,0],"chest":[-12.9,-97.5],"neck":[-12.1,-167.1],"head":[-6.5,-202.7],"shR":[27.4,-159.8],"elR":[84,-205.7],"haR":[131.9,-255.5],"shL":[-51.7,-145.3],"elL":[-93.8,-157.1],"haL":[-137.7,-163.9],"hipR":[16.8,9.5],"knR":[118.1,72.1],"ftR":[115.5,177.1],"hipL":[-17.7,6.1],"knL":[-91,90.8],"ftL":[-169.7,177.5]},{"rootY":78.3,"hips":[0,0],"chest":[-12.1,-97.6],"neck":[-11.5,-167.2],"head":[-6,-202.8],"shR":[28.6,-158.9],"elR":[83.8,-206.4],"haR":[130.5,-257.2],"shL":[-51.3,-144.7],"elL":[-94.5,-157.7],"haL":[-139.2,-165.6],"hipR":[16.8,9.7],"knR":[118.4,71.8],"ftR":[114.8,176.3],"hipL":[-17.9,6],"knL":[-92.2,90.4],"ftL":[-170.9,176.8]},{"rootY":79.3,"hips":[0,0],"chest":[-11.4,-97.5],"neck":[-10.9,-167.2],"head":[-5.6,-202.9],"shR":[29.4,-158.3],"elR":[83.6,-207],"haR":[129.2,-258.8],"shL":[-51,-144.2],"elL":[-95.1,-158.1],"haL":[-140.8,-166.7],"hipR":[16.8,9.8],"knR":[118.8,71.6],"ftR":[114,175.3],"hipL":[-17.9,5.8],"knL":[-93.2,89.9],"ftL":[-172.1,175.8]},{"rootY":80.2,"hips":[0,0],"chest":[-11,-97.5],"neck":[-10.6,-167.2],"head":[-5.4,-202.9],"shR":[29.8,-157.9],"elR":[83.4,-207.5],"haR":[128.2,-259.9],"shL":[-50.8,-144],"elL":[-96,-158.2],"haL":[-142.4,-167.2],"hipR":[16.7,9.9],"knR":[119.1,71.2],"ftR":[113.2,174.4],"hipL":[-17.9,5.7],"knL":[-93.9,89.5],"ftL":[-173.1,174.9]},{"rootY":80.8,"hips":[0,0],"chest":[-10.6,-97.5],"neck":[-10.4,-167.2],"head":[-5.2,-203],"shR":[30.3,-157.4],"elR":[83.4,-207.6],"haR":[127.5,-260.7],"shL":[-50.6,-143.7],"elL":[-96.9,-158],"haL":[-144.2,-167],"hipR":[16.5,9.9],"knR":[119.3,70.6],"ftR":[112.5,173.7],"hipL":[-17.8,5.7],"knL":[-94.4,89.2],"ftL":[-173.8,174.3]},{"rootY":81.3,"hips":[0,0],"chest":[-10.4,-97.5],"neck":[-10.1,-167.2],"head":[-4.9,-203],"shR":[30.6,-157],"elR":[83.6,-207.5],"haR":[127.2,-261.2],"shL":[-50.2,-143.6],"elL":[-97.5,-157.7],"haL":[-145.8,-166.5],"hipR":[16.3,9.8],"knR":[119.4,69.8],"ftR":[111.9,173.1],"hipL":[-17.7,5.8],"knL":[-94.5,89],"ftL":[-174.4,173.8]},{"rootY":81.7,"hips":[0,0],"chest":[-10.1,-97.6],"neck":[-9.7,-167.3],"head":[-4.5,-203.1],"shR":[31,-156.8],"elR":[83.9,-207.5],"haR":[127.3,-261.4],"shL":[-49.8,-143.4],"elL":[-98,-157.3],"haL":[-147,-165.7],"hipR":[16.1,9.8],"knR":[119.4,69.1],"ftR":[111.5,172.7],"hipL":[-17.5,5.8],"knL":[-94.4,88.8],"ftL":[-174.7,173.5]},{"rootY":82,"hips":[0,0],"chest":[-9.8,-97.6],"neck":[-9.3,-167.3],"head":[-3.9,-203.1],"shR":[31.4,-156.6],"elR":[84.3,-207.4],"haR":[127.7,-261.3],"shL":[-49.3,-143.4],"elL":[-98.2,-156.8],"haL":[-147.7,-165],"hipR":[15.9,9.9],"knR":[119.4,68.4],"ftR":[111.3,172.4],"hipL":[-17.3,5.7],"knL":[-94.3,88.7],"ftL":[-174.9,173.2]},{"rootY":82.2,"hips":[0,0],"chest":[-9.6,-97.6],"neck":[-8.8,-167.3],"head":[-3.3,-203.1],"shR":[31.8,-156.3],"elR":[84.8,-207.2],"haR":[128.3,-261],"shL":[-48.8,-143.2],"elL":[-98.3,-156.3],"haL":[-148.1,-164.2],"hipR":[15.7,9.9],"knR":[119.5,67.9],"ftR":[111.2,172.2],"hipL":[-17.2,5.7],"knL":[-94.3,88.5],"ftL":[-175,173]},{"rootY":82.4,"hips":[0,0],"chest":[-9.3,-97.6],"neck":[-8.4,-167.3],"head":[-2.7,-203],"shR":[32.2,-155.9],"elR":[85.2,-206.7],"haR":[128.7,-260.6],"shL":[-48.5,-142.9],"elL":[-98.2,-155.9],"haL":[-148.2,-163.6],"hipR":[15.6,9.9],"knR":[119.5,67.6],"ftR":[111.1,172],"hipL":[-17.1,5.7],"knL":[-94.3,88.5],"ftL":[-175.1,172.8]},{"rootY":82.5,"hips":[0,0],"chest":[-9.1,-97.7],"neck":[-8.1,-167.3],"head":[-2.3,-203],"shR":[32.5,-155.4],"elR":[85.5,-206.2],"haR":[129,-260.2],"shL":[-48.2,-142.7],"elL":[-98.2,-155.7],"haL":[-148.2,-163.5],"hipR":[15.6,9.8],"knR":[119.6,67.5],"ftR":[111.1,171.9],"hipL":[-17.1,5.8],"knL":[-94.3,88.4],"ftL":[-175.2,172.6]},{"rootY":82.8,"hips":[0,0],"chest":[-8.9,-97.7],"neck":[-7.9,-167.3],"head":[-1.9,-203],"shR":[32.8,-154.9],"elR":[85.8,-205.7],"haR":[129.2,-259.7],"shL":[-48,-142.5],"elL":[-98.2,-155.7],"haL":[-148.4,-163.7],"hipR":[15.6,9.8],"knR":[119.7,67.4],"ftR":[111,171.6],"hipL":[-17.1,5.8],"knL":[-94.4,88.3],"ftL":[-175.4,172.4]},{"rootY":83.1,"hips":[0,0],"chest":[-8.7,-97.8],"neck":[-7.7,-167.4],"head":[-1.7,-203.1],"shR":[33.1,-154.7],"elR":[86,-205.3],"haR":[129.4,-259.3],"shL":[-47.8,-142.4],"elL":[-98.3,-155.9],"haL":[-148.7,-164.2],"hipR":[15.6,9.7],"knR":[120,67.2],"ftR":[111,171.4],"hipL":[-17.2,5.8],"knL":[-94.6,88.2],"ftL":[-175.5,172.1]},{"rootY":83.3,"hips":[0,0],"chest":[-8.6,-98],"neck":[-7.4,-167.5],"head":[-1.4,-203.2],"shR":[33.3,-154.7],"elR":[86.3,-205],"haR":[129.7,-258.9],"shL":[-47.5,-142.4],"elL":[-98.4,-156.1],"haL":[-148.9,-164.6],"hipR":[15.6,9.7],"knR":[120.2,66.9],"ftR":[111,171],"hipL":[-17.2,5.9],"knL":[-94.7,88.1],"ftL":[-175.6,171.8]},{"rootY":83.6,"hips":[0,0],"chest":[-8.3,-98.1],"neck":[-7.1,-167.6],"head":[-1.1,-203.3],"shR":[33.7,-154.8],"elR":[86.7,-204.7],"haR":[130.2,-258.4],"shL":[-47.1,-142.4],"elL":[-98.4,-156.1],"haL":[-149.1,-164.9],"hipR":[15.5,9.6],"knR":[120.4,66.5],"ftR":[111.1,170.7],"hipL":[-17.2,6],"knL":[-94.7,88],"ftL":[-175.7,171.6]},{"rootY":83.7,"hips":[0,0],"chest":[-8,-98.2],"neck":[-6.6,-167.7],"head":[-0.7,-203.4],"shR":[34.1,-154.9],"elR":[87.2,-204.4],"haR":[130.9,-258],"shL":[-46.6,-142.4],"elL":[-98.3,-156],"haL":[-149.1,-164.8],"hipR":[15.4,9.6],"knR":[120.5,66],"ftR":[111.2,170.6],"hipL":[-17.1,6],"knL":[-94.6,87.9],"ftL":[-175.6,171.5]},{"rootY":83.7,"hips":[0,0],"chest":[-7.7,-98.3],"neck":[-6.1,-167.8],"head":[-0.3,-203.5],"shR":[34.5,-155],"elR":[87.7,-204.1],"haR":[131.7,-257.4],"shL":[-46,-142.4],"elL":[-98,-155.7],"haL":[-148.9,-164.2],"hipR":[15.3,9.5],"knR":[120.5,65.7],"ftR":[111.4,170.5],"hipL":[-17,6],"knL":[-94.5,87.9],"ftL":[-175.5,171.4]},{"rootY":83.7,"hips":[0,0],"chest":[-7.5,-98.3],"neck":[-5.6,-167.8],"head":[0.1,-203.6],"shR":[34.8,-155],"elR":[88.4,-203.7],"haR":[132.7,-256.7],"shL":[-45.5,-142.5],"elL":[-97.5,-155.3],"haL":[-148.6,-163.3],"hipR":[15.3,9.5],"knR":[120.5,65.5],"ftR":[111.6,170.6],"hipL":[-17,6.1],"knL":[-94.2,88],"ftL":[-175.3,171.5]},{"rootY":83.5,"hips":[0,0],"chest":[-7.3,-98.4],"neck":[-5.3,-167.8],"head":[0.5,-203.6],"shR":[35.2,-155.1],"elR":[89,-203.3],"haR":[133.6,-256.1],"shL":[-45.2,-142.7],"elL":[-97.1,-154.9],"haL":[-148.1,-162.3],"hipR":[15.2,9.5],"knR":[120.5,65.5],"ftR":[111.8,170.7],"hipL":[-17,6.1],"knL":[-94.1,88],"ftL":[-175,171.6]},{"rootY":83.4,"hips":[0,0],"chest":[-7.2,-98.4],"neck":[-5,-167.9],"head":[0.9,-203.6],"shR":[35.6,-155.2],"elR":[89.6,-203.1],"haR":[134.5,-255.5],"shL":[-45,-142.8],"elL":[-96.7,-154.6],"haL":[-147.6,-161.5],"hipR":[15.2,9.5],"knR":[120.4,65.6],"ftR":[112,170.9],"hipL":[-17,6.1],"knL":[-94,88.1],"ftL":[-174.8,171.7]},{"rootY":83.3,"hips":[0,0],"chest":[-7,-98.5],"neck":[-4.7,-167.9],"head":[1.2,-203.6],"shR":[35.8,-155.3],"elR":[90.1,-202.9],"haR":[135.3,-255],"shL":[-44.7,-142.9],"elL":[-96.3,-154.4],"haL":[-147.2,-161.1],"hipR":[15.2,9.5],"knR":[120.4,65.7],"ftR":[112.3,171],"hipL":[-17,6.1],"knL":[-94,88.2],"ftL":[-174.6,171.9]},{"rootY":83.2,"hips":[0,0],"chest":[-6.9,-98.6],"neck":[-4.5,-168],"head":[1.5,-203.7],"shR":[36,-155.3],"elR":[90.4,-202.9],"haR":[135.9,-254.8],"shL":[-44.6,-142.9],"elL":[-96,-154.3],"haL":[-146.8,-160.9],"hipR":[15.3,9.5],"knR":[120.5,65.8],"ftR":[112.5,171.1],"hipL":[-17.1,6.1],"knL":[-93.9,88.2],"ftL":[-174.4,171.9]},{"rootY":83.1,"hips":[0,0],"chest":[-6.7,-98.6],"neck":[-4.4,-168],"head":[1.6,-203.7],"shR":[36.1,-155.4],"elR":[90.6,-203],"haR":[136.2,-254.7],"shL":[-44.5,-143],"elL":[-95.9,-154.4],"haL":[-146.6,-161.1],"hipR":[15.3,9.4],"knR":[120.5,65.8],"ftR":[112.7,171.2],"hipL":[-17.1,6.1],"knL":[-93.9,88.2],"ftL":[-174.3,171.9]},{"rootY":83.2,"hips":[0,0],"chest":[-6.6,-98.6],"neck":[-4.4,-168],"head":[1.7,-203.7],"shR":[36.2,-155.6],"elR":[90.7,-203.2],"haR":[136.3,-255],"shL":[-44.4,-143],"elL":[-95.9,-154.6],"haL":[-146.6,-161.5],"hipR":[15.3,9.4],"knR":[120.5,65.7],"ftR":[112.8,171.2],"hipL":[-17.1,6.2],"knL":[-93.8,88.2],"ftL":[-174.2,171.9]},{"rootY":83.3,"hips":[0,0],"chest":[-6.6,-98.7],"neck":[-4.4,-168.1],"head":[1.6,-203.8],"shR":[36.3,-155.8],"elR":[90.7,-203.5],"haR":[136.2,-255.4],"shL":[-44.5,-143],"elL":[-96.1,-154.9],"haL":[-146.8,-162],"hipR":[15.2,9.3],"knR":[120.6,65.5],"ftR":[112.8,171.1],"hipL":[-17.1,6.2],"knL":[-93.8,88.2],"ftL":[-174.2,171.8]},{"rootY":83.4,"hips":[0,0],"chest":[-6.9,-98.8],"neck":[-4.6,-168.2],"head":[1.4,-203.9],"shR":[36.2,-156.1],"elR":[90.6,-204],"haR":[136,-256.1],"shL":[-44.6,-143.1],"elL":[-96.3,-155.1],"haL":[-147.1,-162.5],"hipR":[15.2,9.3],"knR":[120.7,65.2],"ftR":[112.7,170.9],"hipL":[-17,6.3],"knL":[-93.8,88.1],"ftL":[-174.2,171.6]},{"rootY":83.6,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-4.7,-168.2],"head":[1.2,-203.9],"shR":[35.9,-156.4],"elR":[90.4,-204.5],"haR":[135.7,-256.7],"shL":[-44.7,-143.2],"elL":[-96.6,-155.3],"haL":[-147.5,-162.7],"hipR":[15.2,9.2],"knR":[120.8,65],"ftR":[112.7,170.7],"hipL":[-17,6.3],"knL":[-93.7,88.1],"ftL":[-174.2,171.5]},{"rootY":83.8,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-5,-168.2],"head":[0.9,-203.9],"shR":[35.7,-156.7],"elR":[90.1,-205],"haR":[135.4,-257.4],"shL":[-44.9,-143.2],"elL":[-96.8,-155.3],"haL":[-147.7,-162.8],"hipR":[15.1,9.2],"knR":[120.9,64.8],"ftR":[112.6,170.5],"hipL":[-16.9,6.4],"knL":[-93.7,88],"ftL":[-174.3,171.3]},{"rootY":84,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-5.2,-168.2],"head":[0.7,-203.9],"shR":[35.6,-156.9],"elR":[90,-205.5],"haR":[135.1,-258],"shL":[-45,-143.1],"elL":[-96.9,-155.2],"haL":[-147.9,-162.6],"hipR":[15.1,9.1],"knR":[121,64.5],"ftR":[112.5,170.3],"hipL":[-16.9,6.5],"knL":[-93.6,88],"ftL":[-174.3,171.1]},{"rootY":84.1,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-5.4,-168.2],"head":[0.4,-203.9],"shR":[35.5,-157.1],"elR":[89.8,-205.8],"haR":[134.8,-258.5],"shL":[-45.1,-142.9],"elL":[-97,-154.9],"haL":[-147.9,-162.2],"hipR":[15.1,9.1],"knR":[121.1,64.2],"ftR":[112.5,170.1],"hipL":[-16.9,6.5],"knL":[-93.6,87.9],"ftL":[-174.4,171]},{"rootY":84.2,"hips":[0,0],"chest":[-7.1,-98.9],"neck":[-5.5,-168.2],"head":[0.2,-203.8],"shR":[35.4,-157.2],"elR":[89.6,-206],"haR":[134.4,-258.9],"shL":[-45.3,-142.7],"elL":[-97,-154.5],"haL":[-147.9,-161.7],"hipR":[15.2,9],"knR":[121.2,64],"ftR":[112.4,170],"hipL":[-16.9,6.6],"knL":[-93.6,87.9],"ftL":[-174.5,170.9]},{"rootY":84.4,"hips":[0,0],"chest":[-7.2,-99],"neck":[-5.6,-168.2],"head":[0,-203.9],"shR":[35.5,-157.3],"elR":[89.3,-206.4],"haR":[134.1,-259.4],"shL":[-45.4,-142.5],"elL":[-97.1,-154.1],"haL":[-148,-161],"hipR":[15.3,9],"knR":[121.4,64],"ftR":[112.2,169.8],"hipL":[-17,6.6],"knL":[-93.5,87.7],"ftL":[-174.7,170.6]},{"rootY":84.8,"hips":[0,0],"chest":[-7.2,-99],"neck":[-5.7,-168.2],"head":[-0.3,-203.9],"shR":[35.5,-157.5],"elR":[89.1,-206.9],"haR":[133.7,-260.1],"shL":[-45.5,-142.3],"elL":[-97.2,-153.6],"haL":[-148.1,-160.3],"hipR":[15.4,9],"knR":[121.8,63.8],"ftR":[112,169.4],"hipL":[-17.1,6.6],"knL":[-93.5,87.5],"ftL":[-174.9,170.2]},{"rootY":85.3,"hips":[0,0],"chest":[-7.2,-99],"neck":[-5.9,-168.2],"head":[-0.8,-203.9],"shR":[35.5,-157.8],"elR":[88.6,-207.5],"haR":[133,-260.9],"shL":[-45.8,-142.1],"elL":[-97.5,-153.2],"haL":[-148.4,-159.6],"hipR":[15.5,8.9],"knR":[122.2,63.3],"ftR":[111.6,168.8],"hipL":[-17.1,6.7],"knL":[-93.7,87.2],"ftL":[-175.3,169.7]},{"rootY":86,"hips":[0,0],"chest":[-7.2,-99.1],"neck":[-6.3,-168.3],"head":[-1.3,-204],"shR":[35.3,-158],"elR":[88.1,-208.1],"haR":[132.1,-261.7],"shL":[-46.2,-141.7],"elL":[-97.9,-152.6],"haL":[-148.9,-158.8],"hipR":[15.6,8.8],"knR":[122.7,62.6],"ftR":[111.1,168.1],"hipL":[-17.2,6.8],"knL":[-94,86.9],"ftL":[-175.8,169]},{"rootY":86.8,"hips":[0,0],"chest":[-7.1,-99.1],"neck":[-6.6,-168.3],"head":[-1.9,-204],"shR":[35.1,-158],"elR":[87.4,-208.6],"haR":[131,-262.5],"shL":[-46.5,-141.3],"elL":[-98.4,-151.9],"haL":[-149.5,-157.9],"hipR":[15.6,8.7],"knR":[123,61.9],"ftR":[110.5,167.3],"hipL":[-17.2,6.9],"knL":[-94.4,86.6],"ftL":[-176.4,168.2]},{"rootY":87.6,"hips":[0,0],"chest":[-7,-99.2],"neck":[-7,-168.3],"head":[-2.5,-204],"shR":[34.9,-158],"elR":[86.7,-209],"haR":[130,-263.2],"shL":[-46.6,-140.8],"elL":[-98.9,-151.1],"haL":[-150.2,-156.7],"hipR":[15.5,8.7],"knR":[123.4,61.1],"ftR":[110,166.5],"hipL":[-17.2,6.9],"knL":[-94.7,86.3],"ftL":[-177,167.5]},{"rootY":88.3,"hips":[0,0],"chest":[-6.8,-99.2],"neck":[-7.2,-168.2],"head":[-2.9,-204],"shR":[34.7,-157.9],"elR":[86.2,-209.3],"haR":[129.2,-263.8],"shL":[-46.7,-140.3],"elL":[-99.2,-150.1],"haL":[-150.8,-155.3],"hipR":[15.5,8.7],"knR":[123.8,60.3],"ftR":[109.5,165.7],"hipL":[-17.2,6.9],"knL":[-95.1,85.9],"ftL":[-177.6,166.7]},{"rootY":89,"hips":[0,0],"chest":[-6.7,-99.2],"neck":[-7.4,-168.2],"head":[-3.3,-204],"shR":[34.6,-157.9],"elR":[85.8,-209.5],"haR":[128.6,-264.2],"shL":[-46.8,-139.8],"elL":[-99.5,-149.1],"haL":[-151.4,-153.8],"hipR":[15.4,8.7],"knR":[124.1,59.6],"ftR":[109.1,165],"hipL":[-17.2,6.9],"knL":[-95.4,85.6],"ftL":[-178.1,166.1]},{"rootY":89.4,"hips":[0,0],"chest":[-6.6,-99.2],"neck":[-7.5,-168.1],"head":[-3.7,-204],"shR":[34.5,-158],"elR":[85.6,-209.7],"haR":[128.2,-264.5],"shL":[-46.9,-139.5],"elL":[-99.9,-148.1],"haL":[-151.9,-152],"hipR":[15.4,8.7],"knR":[124.2,59],"ftR":[108.6,164.5],"hipL":[-17.1,6.9],"knL":[-95.6,85.4],"ftL":[-178.6,165.6]},{"rootY":89.8,"hips":[0,0],"chest":[-6.6,-99.2],"neck":[-7.7,-168.1],"head":[-4,-204],"shR":[34.4,-158.1],"elR":[85.4,-209.9],"haR":[127.8,-264.7],"shL":[-47,-139.2],"elL":[-100.2,-147],"haL":[-152.4,-150.3],"hipR":[15.4,8.6],"knR":[124.4,58.6],"ftR":[108.1,164.1],"hipL":[-17.1,6.9],"knL":[-95.7,85.2],"ftL":[-179,165.3]},{"rootY":90.1,"hips":[0,0],"chest":[-6.6,-99.1],"neck":[-7.9,-168.1],"head":[-4.4,-204],"shR":[34.3,-158.1],"elR":[85.2,-209.9],"haR":[127.5,-264.8],"shL":[-47.2,-139],"elL":[-100.6,-146.2],"haL":[-153,-148.8],"hipR":[15.4,8.6],"knR":[124.4,58.2],"ftR":[107.8,163.7],"hipL":[-17.1,6.9],"knL":[-95.8,85],"ftL":[-179.3,164.9]}]} \ No newline at end of file +{"name":"dab","fps":30,"height":520,"groundY":257,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[-2.7,-100.2],"neck":[-0.2,-168.2],"head":[-0.2,-204],"shR":[51.8,-150.4],"elR":[129,-162],"haR":[197.6,-174.4],"shL":[-53.6,-148.5],"elL":[-129.7,-156.2],"haL":[-198.2,-160.7],"hipR":[24.8,7.4],"knR":[22.5,130.4],"ftR":[17.9,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-27.9,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.7,-100.2],"neck":[-0.1,-168.2],"head":[-0.1,-204],"shR":[51.8,-150.4],"elR":[129.1,-161.9],"haR":[197.7,-174.3],"shL":[-53.5,-148.6],"elL":[-129.6,-156.4],"haL":[-198.1,-161.1],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.9,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.6,-100.2],"neck":[0.1,-168.2],"head":[0,-204],"shR":[52,-150.5],"elR":[129.2,-161.8],"haR":[197.9,-174],"shL":[-53.3,-148.8],"elL":[-129.5,-156.8],"haL":[-197.9,-161.7],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.8,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.5,-100.2],"neck":[0.3,-168.1],"head":[0.3,-203.9],"shR":[52.2,-150.5],"elR":[129.4,-161.7],"haR":[198.1,-173.7],"shL":[-53.1,-149],"elL":[-129.3,-157.2],"haL":[-197.7,-162.3],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.8,255.7],"hipL":[-25.2,8.2],"knL":[-26.5,131.3],"ftL":[-28.1,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.4,-100.2],"neck":[0.6,-168.1],"head":[0.5,-203.9],"shR":[52.4,-150.5],"elR":[129.6,-161.5],"haR":[198.4,-173.3],"shL":[-52.9,-149.2],"elL":[-129,-157.5],"haL":[-197.5,-162.7],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.7,255.7],"hipL":[-25.2,8.1],"knL":[-26.5,131.3],"ftL":[-28.2,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.2,-100.2],"neck":[0.8,-168.1],"head":[0.7,-203.9],"shR":[52.6,-150.5],"elR":[129.9,-161.3],"haR":[198.7,-172.9],"shL":[-52.7,-149.4],"elL":[-128.8,-157.8],"haL":[-197.3,-163.2],"hipR":[24.8,7.4],"knR":[22.5,130.5],"ftR":[17.6,255.7],"hipL":[-25.3,8.1],"knL":[-26.6,131.3],"ftL":[-28.3,256.6]},{"rootY":0,"hips":[0,0],"chest":[-2.1,-100.2],"neck":[1.1,-168.1],"head":[1,-203.9],"shR":[52.8,-150.5],"elR":[130.1,-161.1],"haR":[198.9,-172.5],"shL":[-52.5,-149.6],"elL":[-128.5,-158.2],"haL":[-197,-163.7],"hipR":[24.8,7.5],"knR":[22.4,130.5],"ftR":[17.4,255.7],"hipL":[-25.3,8.1],"knL":[-26.7,131.3],"ftL":[-28.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-2,-100.2],"neck":[1.3,-168.1],"head":[1.3,-203.9],"shR":[53.1,-150.4],"elR":[130.4,-160.9],"haR":[199.2,-172.3],"shL":[-52.2,-149.8],"elL":[-128.3,-158.6],"haL":[-196.7,-164.3],"hipR":[24.9,7.5],"knR":[22.3,130.5],"ftR":[17.3,255.7],"hipL":[-25.3,8.1],"knL":[-26.8,131.3],"ftL":[-28.6,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.8,-100.2],"neck":[1.6,-168.2],"head":[1.6,-203.9],"shR":[53.3,-150.3],"elR":[130.6,-160.8],"haR":[199.4,-172.2],"shL":[-52,-150],"elL":[-128,-159],"haL":[-196.4,-164.9],"hipR":[24.9,7.5],"knR":[22.2,130.5],"ftR":[17.1,255.7],"hipL":[-25.3,8.1],"knL":[-26.8,131.3],"ftL":[-28.7,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.7,-100.2],"neck":[1.9,-168.2],"head":[1.9,-203.8],"shR":[53.5,-150.3],"elR":[130.8,-160.8],"haR":[199.6,-172.2],"shL":[-51.7,-150.1],"elL":[-127.7,-159.5],"haL":[-196,-165.7],"hipR":[24.8,7.5],"knR":[22.2,130.5],"ftR":[17,255.7],"hipL":[-25.3,8.1],"knL":[-26.9,131.2],"ftL":[-28.9,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.6,-100.2],"neck":[2.2,-168.2],"head":[2.2,-203.8],"shR":[53.8,-150.2],"elR":[131,-160.8],"haR":[199.8,-172.3],"shL":[-51.5,-150.4],"elL":[-127.3,-160.1],"haL":[-195.6,-166.6],"hipR":[24.8,7.5],"knR":[22.1,130.5],"ftR":[16.8,255.7],"hipL":[-25.3,8.1],"knL":[-27,131.2],"ftL":[-29.1,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.5,-100.2],"neck":[2.4,-168.2],"head":[2.4,-203.8],"shR":[54,-150.2],"elR":[131.2,-160.9],"haR":[200,-172.4],"shL":[-51.3,-150.6],"elL":[-127,-160.7],"haL":[-195.3,-167.6],"hipR":[24.8,7.5],"knR":[22,130.5],"ftR":[16.5,255.7],"hipL":[-25.3,8.1],"knL":[-27.1,131.2],"ftL":[-29.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.4,-100.3],"neck":[2.6,-168.2],"head":[2.6,-203.8],"shR":[54.1,-150.3],"elR":[131.4,-161],"haR":[200.1,-172.6],"shL":[-51.1,-150.8],"elL":[-126.8,-161.3],"haL":[-194.9,-168.5],"hipR":[24.8,7.5],"knR":[21.8,130.5],"ftR":[16.2,255.7],"hipL":[-25.3,8.1],"knL":[-27.3,131.2],"ftL":[-29.7,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.3,-100.3],"neck":[2.7,-168.2],"head":[2.8,-203.8],"shR":[54.2,-150.3],"elR":[131.5,-161.1],"haR":[200.2,-172.8],"shL":[-50.9,-151],"elL":[-126.6,-161.7],"haL":[-194.6,-169.2],"hipR":[24.8,7.5],"knR":[21.6,130.5],"ftR":[15.9,255.7],"hipL":[-25.3,8],"knL":[-27.4,131.2],"ftL":[-30,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.2,-100.3],"neck":[2.8,-168.2],"head":[2.9,-203.9],"shR":[54.3,-150.3],"elR":[131.6,-161.2],"haR":[200.3,-173],"shL":[-50.8,-151.2],"elL":[-126.3,-162.1],"haL":[-194.3,-169.8],"hipR":[24.8,7.5],"knR":[21.4,130.5],"ftR":[15.6,255.7],"hipL":[-25.4,8],"knL":[-27.6,131.2],"ftL":[-30.4,256.5]},{"rootY":0,"hips":[0,0],"chest":[-1.1,-100.3],"neck":[3,-168.2],"head":[3.1,-203.8],"shR":[54.5,-150.3],"elR":[131.8,-161.3],"haR":[200.4,-173.1],"shL":[-50.7,-151.3],"elL":[-126.1,-162.4],"haL":[-194.1,-170.2],"hipR":[24.9,7.5],"knR":[21.3,130.5],"ftR":[15.3,255.7],"hipL":[-25.4,8],"knL":[-27.8,131.2],"ftL":[-30.7,256.4]},{"rootY":0,"hips":[0,0],"chest":[-1,-100.3],"neck":[3.1,-168.2],"head":[3.2,-203.8],"shR":[54.6,-150.3],"elR":[131.9,-161.3],"haR":[200.5,-173.1],"shL":[-50.5,-151.4],"elL":[-125.9,-162.5],"haL":[-193.8,-170.3],"hipR":[24.9,7.5],"knR":[21.2,130.5],"ftR":[15,255.7],"hipL":[-25.4,8],"knL":[-27.9,131.2],"ftL":[-31,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.9,-100.3],"neck":[3.2,-168.2],"head":[3.3,-203.8],"shR":[54.7,-150.4],"elR":[132,-161.3],"haR":[200.7,-173.1],"shL":[-50.4,-151.5],"elL":[-125.7,-162.5],"haL":[-193.6,-170.3],"hipR":[24.9,7.6],"knR":[21,130.5],"ftR":[14.6,255.7],"hipL":[-25.5,8],"knL":[-28.1,131.2],"ftL":[-31.4,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.8,-100.3],"neck":[3.3,-168.2],"head":[3.4,-203.8],"shR":[54.8,-150.4],"elR":[132.2,-161.2],"haR":[200.8,-173],"shL":[-50.3,-151.6],"elL":[-125.6,-162.5],"haL":[-193.5,-170.2],"hipR":[24.9,7.6],"knR":[20.8,130.5],"ftR":[14.3,255.6],"hipL":[-25.5,8],"knL":[-28.3,131.1],"ftL":[-31.7,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[54.9,-150.4],"elR":[132.3,-161.2],"haR":[200.9,-172.9],"shL":[-50.3,-151.6],"elL":[-125.5,-162.5],"haL":[-193.4,-170.1],"hipR":[25,7.6],"knR":[20.6,130.5],"ftR":[13.9,255.6],"hipL":[-25.5,8],"knL":[-28.5,131.1],"ftL":[-32.1,256.4]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[55,-150.4],"elR":[132.4,-161.1],"haR":[201,-172.7],"shL":[-50.2,-151.6],"elL":[-125.5,-162.4],"haL":[-193.4,-169.9],"hipR":[25,7.6],"knR":[20.4,130.5],"ftR":[13.6,255.6],"hipL":[-25.5,8],"knL":[-28.6,131.1],"ftL":[-32.4,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.6,-100.4],"neck":[3.4,-168.2],"head":[3.5,-203.8],"shR":[55,-150.4],"elR":[132.4,-161],"haR":[201.1,-172.5],"shL":[-50.2,-151.6],"elL":[-125.5,-162.3],"haL":[-193.3,-169.9],"hipR":[25,7.6],"knR":[20.3,130.5],"ftR":[13.4,255.6],"hipL":[-25.6,7.9],"knL":[-28.8,131.1],"ftL":[-32.7,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.5,-100.4],"neck":[3.5,-168.1],"head":[3.5,-203.7],"shR":[55.1,-150.4],"elR":[132.6,-160.9],"haR":[201.2,-172.3],"shL":[-50.1,-151.6],"elL":[-125.4,-162.3],"haL":[-193.3,-169.8],"hipR":[25,7.6],"knR":[20.1,130.5],"ftR":[13.1,255.6],"hipL":[-25.6,7.9],"knL":[-28.9,131.1],"ftL":[-33,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.5,-100.4],"neck":[3.6,-168.1],"head":[3.6,-203.7],"shR":[55.2,-150.4],"elR":[132.7,-160.9],"haR":[201.4,-172.2],"shL":[-50,-151.6],"elL":[-125.3,-162.2],"haL":[-193.2,-169.7],"hipR":[25,7.6],"knR":[20,130.5],"ftR":[12.9,255.6],"hipL":[-25.6,7.9],"knL":[-29,131.1],"ftL":[-33.2,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.4,-100.4],"neck":[3.8,-168.1],"head":[3.7,-203.7],"shR":[55.3,-150.4],"elR":[132.8,-160.8],"haR":[201.5,-172.1],"shL":[-49.9,-151.6],"elL":[-125.2,-162.2],"haL":[-193.2,-169.6],"hipR":[24.9,7.6],"knR":[19.9,130.5],"ftR":[12.8,255.6],"hipL":[-25.6,7.9],"knL":[-29.1,131.1],"ftL":[-33.4,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.2,-100.4],"neck":[3.9,-168.1],"head":[3.8,-203.6],"shR":[55.5,-150.4],"elR":[133,-160.7],"haR":[201.7,-172],"shL":[-49.8,-151.5],"elL":[-125.1,-162.1],"haL":[-193.1,-169.4],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.6,255.6],"hipL":[-25.6,7.9],"knL":[-29.1,131.1],"ftL":[-33.5,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.1,-100.4],"neck":[4.1,-168.1],"head":[3.9,-203.6],"shR":[55.6,-150.2],"elR":[133.2,-160.6],"haR":[201.8,-171.9],"shL":[-49.6,-151.5],"elL":[-125,-162],"haL":[-192.9,-169.3],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.6,255.6],"hipL":[-25.6,7.9],"knL":[-29.2,131],"ftL":[-33.6,256.3]},{"rootY":0,"hips":[0,0],"chest":[-0.1,-100.4],"neck":[4.2,-168],"head":[4,-203.6],"shR":[55.8,-150.1],"elR":[133.3,-160.5],"haR":[201.9,-171.8],"shL":[-49.5,-151.4],"elL":[-124.9,-161.9],"haL":[-192.9,-169.2],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.5,255.6],"hipL":[-25.6,7.9],"knL":[-29.2,131],"ftL":[-33.7,256.3]},{"rootY":0.1,"hips":[0,0],"chest":[0,-100.4],"neck":[4.3,-168],"head":[4.1,-203.6],"shR":[55.9,-150.1],"elR":[133.4,-160.4],"haR":[202,-171.7],"shL":[-49.4,-151.4],"elL":[-124.8,-161.8],"haL":[-192.8,-169.1],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.4,255.6],"hipL":[-25.5,7.9],"knL":[-29.3,131],"ftL":[-33.8,256.3]},{"rootY":0.1,"hips":[0,0],"chest":[0,-100.4],"neck":[4.4,-168],"head":[4.2,-203.6],"shR":[55.9,-150.1],"elR":[133.5,-160.4],"haR":[202.1,-171.6],"shL":[-49.3,-151.5],"elL":[-124.8,-161.8],"haL":[-192.8,-169.1],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.3,255.6],"hipL":[-25.5,7.9],"knL":[-29.3,131],"ftL":[-33.8,256.3]},{"rootY":0,"hips":[0,0],"chest":[0.1,-100.4],"neck":[4.6,-168],"head":[4.4,-203.5],"shR":[56.1,-150],"elR":[133.7,-160.4],"haR":[202.3,-171.6],"shL":[-49.2,-151.6],"elL":[-124.6,-161.8],"haL":[-192.6,-169],"hipR":[24.9,7.6],"knR":[19.7,130.5],"ftR":[12.3,255.6],"hipL":[-25.6,7.9],"knL":[-29.3,131],"ftL":[-33.9,256.3]},{"rootY":0,"hips":[0,0],"chest":[0.3,-100.4],"neck":[4.8,-168],"head":[4.6,-203.5],"shR":[56.4,-149.9],"elR":[133.9,-160.3],"haR":[202.5,-171.6],"shL":[-48.9,-151.6],"elL":[-124.4,-161.7],"haL":[-192.4,-168.8],"hipR":[24.9,7.6],"knR":[19.8,130.5],"ftR":[12.3,255.6],"hipL":[-25.6,7.9],"knL":[-29.4,131],"ftL":[-33.9,256.2]},{"rootY":0.1,"hips":[0,0],"chest":[0.6,-100.3],"neck":[5.2,-167.9],"head":[5,-203.4],"shR":[56.7,-149.8],"elR":[134.3,-160.1],"haR":[202.8,-171.4],"shL":[-48.6,-151.5],"elL":[-124.1,-161.3],"haL":[-192,-168.3],"hipR":[25,7.7],"knR":[20,130.5],"ftR":[12.3,255.6],"hipL":[-25.7,7.9],"knL":[-29.4,131],"ftL":[-33.9,256.2]},{"rootY":0.1,"hips":[0,0],"chest":[1.1,-100.3],"neck":[5.8,-167.8],"head":[5.5,-203.3],"shR":[57.4,-149.5],"elR":[134.9,-159.7],"haR":[203.4,-171],"shL":[-48,-151.3],"elL":[-123.6,-160.5],"haL":[-191.5,-167.2],"hipR":[25.1,7.7],"knR":[20.1,130.6],"ftR":[12.1,255.7],"hipL":[-25.8,7.8],"knL":[-29.4,130.9],"ftL":[-33.8,256.1]},{"rootY":0.2,"hips":[0,0],"chest":[1.8,-100.2],"neck":[6.6,-167.6],"head":[6.2,-203.1],"shR":[58.2,-149],"elR":[135.8,-158.8],"haR":[204.2,-169.9],"shL":[-47.4,-150.9],"elL":[-123.1,-159.3],"haL":[-191,-165.3],"hipR":[25.3,7.9],"knR":[20.5,130.6],"ftR":[12,255.7],"hipL":[-26,7.7],"knL":[-29.6,130.8],"ftL":[-33.8,256]},{"rootY":0.3,"hips":[0,0],"chest":[2.4,-100.2],"neck":[7.2,-167.5],"head":[6.8,-203],"shR":[59,-148.4],"elR":[136.7,-157.5],"haR":[205.1,-167.9],"shL":[-46.8,-150.4],"elL":[-122.6,-157.4],"haL":[-190.6,-162.4],"hipR":[25.5,8],"knR":[21.2,130.6],"ftR":[11.9,255.6],"hipL":[-26.2,7.5],"knL":[-29.9,130.6],"ftL":[-33.9,255.9]},{"rootY":0.5,"hips":[0,0],"chest":[2.9,-100.1],"neck":[7.6,-167.3],"head":[7.3,-202.8],"shR":[59.6,-147.9],"elR":[137.5,-155.6],"haR":[205.9,-164.7],"shL":[-46.4,-149.8],"elL":[-122.4,-154.9],"haL":[-190.4,-158.4],"hipR":[25.6,8.3],"knR":[21.8,130.6],"ftR":[11.6,255.4],"hipL":[-26.4,7.3],"knL":[-30.2,130.4],"ftL":[-34.1,255.7]},{"rootY":0.6,"hips":[0,0],"chest":[3.5,-99.9],"neck":[8,-167.1],"head":[7.7,-202.6],"shR":[60.1,-147.4],"elR":[138.3,-153.1],"haR":[206.7,-160.3],"shL":[-46.1,-149.2],"elL":[-122.3,-151.9],"haL":[-190.3,-153.2],"hipR":[25.8,8.5],"knR":[22.1,130.6],"ftR":[11.3,255.2],"hipL":[-26.6,7],"knL":[-30.5,130.2],"ftL":[-34.5,255.4]},{"rootY":0.8,"hips":[0,0],"chest":[4.2,-99.8],"neck":[8.4,-166.7],"head":[8.3,-202.2],"shR":[60.8,-146.7],"elR":[139.2,-150],"haR":[207.6,-154.6],"shL":[-45.6,-148.5],"elL":[-121.8,-148.3],"haL":[-189.8,-147.2],"hipR":[25.9,8.8],"knR":[22.2,130.5],"ftR":[11,254.9],"hipL":[-26.8,6.8],"knL":[-30.8,129.8],"ftL":[-35,255.1]},{"rootY":1.1,"hips":[0,0],"chest":[5.1,-99.7],"neck":[9.2,-166.2],"head":[8.9,-201.8],"shR":[61.7,-146],"elR":[140.3,-146.5],"haR":[208.7,-148.2],"shL":[-44.9,-147.6],"elL":[-121,-144.4],"haL":[-188.9,-140.8],"hipR":[25.9,9],"knR":[22.2,130.3],"ftR":[10.8,254.5],"hipL":[-26.9,6.5],"knL":[-31.3,129.3],"ftL":[-35.4,254.6]},{"rootY":1.6,"hips":[0,0],"chest":[6,-99.6],"neck":[10,-165.7],"head":[9.5,-201.3],"shR":[62.7,-145.1],"elR":[141.4,-142.7],"haR":[209.7,-141.5],"shL":[-44.2,-146.6],"elL":[-119.9,-140.5],"haL":[-187.7,-134.4],"hipR":[26,9.1],"knR":[22.1,129.9],"ftR":[10.5,254],"hipL":[-27,6.5],"knL":[-32.2,128.7],"ftL":[-35.8,253.9]},{"rootY":2.1,"hips":[0,0],"chest":[6.7,-99.4],"neck":[10.7,-165.2],"head":[10,-200.8],"shR":[63.6,-144],"elR":[142.2,-138.7],"haR":[210.1,-135],"shL":[-43.6,-145.7],"elL":[-119,-137],"haL":[-186.4,-128.6],"hipR":[26.2,8.9],"knR":[21.8,129.6],"ftR":[10.2,253.6],"hipL":[-27,6.6],"knL":[-33.8,127.9],"ftL":[-36.8,252.8]},{"rootY":2.4,"hips":[0,0],"chest":[7,-99.3],"neck":[11.1,-164.8],"head":[10.2,-200.5],"shR":[64,-142.5],"elR":[142.5,-134.8],"haR":[209.2,-130],"shL":[-43.3,-145.2],"elL":[-118.4,-134.9],"haL":[-185.5,-125.1],"hipR":[26.3,8.8],"knR":[21.4,129.3],"ftR":[9.9,253.3],"hipL":[-27,6.8],"knL":[-36.7,126.9],"ftL":[-39.6,251.4]},{"rootY":2.5,"hips":[0,0],"chest":[7,-99.2],"neck":[11.2,-164.6],"head":[10.4,-200.4],"shR":[64.1,-141.2],"elR":[142.4,-131.7],"haR":[206.4,-128],"shL":[-43.2,-145.2],"elL":[-118.3,-134.9],"haL":[-185.2,-125.3],"hipR":[26.3,8.8],"knR":[21.2,129.2],"ftR":[9.7,253.2],"hipL":[-27,6.8],"knL":[-40.9,125.6],"ftL":[-45.7,250]},{"rootY":2.4,"hips":[0,0],"chest":[7,-99.2],"neck":[11.4,-164.7],"head":[10.8,-200.5],"shR":[64.2,-140.6],"elR":[142.6,-130.5],"haR":[201,-130.1],"shL":[-42.9,-145.7],"elL":[-118.2,-137.3],"haL":[-185.2,-129.5],"hipR":[26.2,9],"knR":[21.4,129.3],"ftR":[9.9,253.3],"hipL":[-27.1,6.5],"knL":[-46,124.5],"ftL":[-55.2,248.8]},{"rootY":2.3,"hips":[0,0],"chest":[7.2,-99.2],"neck":[11.9,-164.9],"head":[11.6,-200.8],"shR":[64.7,-141],"elR":[143.3,-131.5],"haR":[192.7,-136.1],"shL":[-42.4,-146.7],"elL":[-117.8,-141.6],"haL":[-184.9,-136.8],"hipR":[26,9.3],"knR":[22.1,129.5],"ftR":[10.4,253.3],"hipL":[-27.1,6.2],"knL":[-51.5,123.4],"ftL":[-67.7,247.3]},{"rootY":2.2,"hips":[0,0],"chest":[7.5,-99.1],"neck":[12.7,-165.1],"head":[12.5,-201],"shR":[65.4,-142.2],"elR":[144.3,-134.2],"haR":[181,-144.9],"shL":[-41.7,-148.1],"elL":[-117,-147.2],"haL":[-184.2,-146],"hipR":[25.8,9.5],"knR":[23,129.6],"ftR":[11.6,253.2],"hipL":[-27,6.1],"knL":[-57.6,122.1],"ftL":[-82.9,244.7]},{"rootY":2.1,"hips":[0,0],"chest":[7.8,-99.1],"neck":[13.3,-165.4],"head":[13.4,-201.3],"shR":[66,-143.9],"elR":[145,-138.3],"haR":[165.7,-155.3],"shL":[-41.1,-150.2],"elL":[-115.9,-154.2],"haL":[-182.9,-157],"hipR":[25.7,9.5],"knR":[24.1,129.6],"ftR":[13.1,253.1],"hipL":[-27,6],"knL":[-64.8,120],"ftL":[-100.2,240.2]},{"rootY":2.1,"hips":[0,0],"chest":[8.1,-99.1],"neck":[13.7,-165.7],"head":[14,-201.6],"shR":[66.2,-146.2],"elR":[145.2,-144],"haR":[148,-166.3],"shL":[-40.7,-152.7],"elL":[-114.2,-162.4],"haL":[-180.7,-170],"hipR":[25.6,9.6],"knR":[25.3,129.6],"ftR":[15,252.8],"hipL":[-26.9,5.9],"knL":[-72.8,116.9],"ftL":[-118.5,233.6]},{"rootY":2.3,"hips":[0,0],"chest":[8.5,-99],"neck":[14.1,-166],"head":[14.6,-201.8],"shR":[66.4,-149],"elR":[144.5,-151.4],"haR":[130,-177],"shL":[-40.1,-155.2],"elL":[-111.7,-171.7],"haL":[-177.1,-185],"hipR":[25.4,10],"knR":[26.6,129.6],"ftR":[17,252.4],"hipL":[-26.9,5.6],"knL":[-80.7,112.7],"ftL":[-135.7,225.3]},{"rootY":2.9,"hips":[0,0],"chest":[9.3,-98.9],"neck":[14.9,-166.1],"head":[15.3,-201.9],"shR":[66.6,-151.8],"elR":[142.8,-159.9],"haR":[113.4,-186.2],"shL":[-39.1,-157.2],"elL":[-108.4,-181.1],"haL":[-171.7,-201.2],"hipR":[25.2,10.5],"knR":[28.1,129.6],"ftR":[19.5,251.7],"hipL":[-27,5],"knL":[-88.1,107.8],"ftL":[-151,216.1]},{"rootY":3.9,"hips":[0,0],"chest":[10.3,-98.7],"neck":[15.7,-166],"head":[16,-201.9],"shR":[66.8,-154.1],"elR":[140,-168.1],"haR":[99.3,-193.2],"shL":[-37.9,-158.9],"elL":[-104,-190.2],"haL":[-164.6,-216.9],"hipR":[25,11.1],"knR":[30.2,129.3],"ftR":[22.5,250.6],"hipL":[-27.1,4.5],"knL":[-94.8,102.8],"ftL":[-164.2,207]},{"rootY":5.3,"hips":[0,0],"chest":[11.2,-98.4],"neck":[16.6,-165.9],"head":[16.8,-201.7],"shR":[67.2,-155.7],"elR":[136.3,-174.7],"haR":[88,-197.8],"shL":[-36.6,-160.6],"elL":[-99.1,-198.2],"haL":[-156.6,-230.6],"hipR":[24.9,11.5],"knR":[32.9,128.9],"ftR":[26.2,249],"hipL":[-27.1,4],"knL":[-100.3,98.2],"ftL":[-175.1,198.6]},{"rootY":6.8,"hips":[0,0],"chest":[12,-98.1],"neck":[17.4,-165.8],"head":[17.5,-201.6],"shR":[67.6,-156.6],"elR":[132.5,-178.6],"haR":[79.3,-200.2],"shL":[-35.3,-162],"elL":[-94.2,-204.7],"haL":[-148.9,-241.6],"hipR":[24.8,11.7],"knR":[35.6,128.4],"ftR":[30.3,247.3],"hipL":[-27.2,3.7],"knL":[-104.6,94.4],"ftL":[-183.6,191.5]},{"rootY":8.5,"hips":[0,0],"chest":[12.5,-97.9],"neck":[18,-165.8],"head":[18.1,-201.5],"shR":[68,-156.7],"elR":[129.5,-180],"haR":[72.9,-200.7],"shL":[-34.2,-163.2],"elL":[-90.2,-209.6],"haL":[-142.4,-249.9],"hipR":[24.8,11.9],"knR":[38,127.9],"ftR":[34.8,245.6],"hipL":[-27.3,3.6],"knL":[-107.8,91.5],"ftL":[-189.6,186.2]},{"rootY":10.3,"hips":[0,0],"chest":[12.9,-97.8],"neck":[18.5,-165.7],"head":[18.6,-201.4],"shR":[68.4,-156.3],"elR":[127.7,-179.6],"haR":[68.8,-199.6],"shL":[-33.4,-164.1],"elL":[-87.2,-213.2],"haL":[-137.4,-255.8],"hipR":[24.9,12],"knR":[40.1,127.4],"ftR":[39.7,243.8],"hipL":[-27.4,3.5],"knL":[-109.6,89.8],"ftL":[-192.8,183.3]},{"rootY":12.1,"hips":[0,0],"chest":[13.2,-97.6],"neck":[18.8,-165.6],"head":[19.2,-201.3],"shR":[68.8,-155.8],"elR":[127.2,-178.4],"haR":[66.6,-197.6],"shL":[-32.7,-164.7],"elL":[-84.9,-215.5],"haL":[-133.8,-259.8],"hipR":[25,12],"knR":[42.5,126.9],"ftR":[45.3,241.9],"hipL":[-27.4,3.5],"knL":[-109.9,89.5],"ftL":[-193,183.2]},{"rootY":14,"hips":[0,0],"chest":[13.6,-97.3],"neck":[19.5,-165.5],"head":[20.1,-201.1],"shR":[69.4,-155.1],"elR":[127.9,-176.8],"haR":[66.2,-195.3],"shL":[-31.9,-165.1],"elL":[-83.3,-216.8],"haL":[-131.4,-261.9],"hipR":[25,12.1],"knR":[45.5,126.5],"ftR":[51.9,239.9],"hipL":[-27.5,3.4],"knL":[-109,90.4],"ftL":[-190.8,185.3]},{"rootY":15.8,"hips":[0,0],"chest":[14.2,-97],"neck":[20.8,-165.2],"head":[21.7,-200.8],"shR":[70.7,-154.3],"elR":[129.7,-174.8],"haR":[67.4,-193],"shL":[-30.5,-165.5],"elL":[-81.8,-217.3],"haL":[-129.8,-262.5],"hipR":[25,12.2],"knR":[49.2,126],"ftR":[59.6,238],"hipL":[-27.5,3.2],"knL":[-107.2,92.5],"ftL":[-186.8,189.3]},{"rootY":17.8,"hips":[0,0],"chest":[15,-96.7],"neck":[22.5,-165],"head":[23.9,-200.5],"shR":[72.4,-153.3],"elR":[132.4,-172.2],"haR":[69.9,-190.6],"shL":[-28.9,-165.7],"elL":[-80.4,-217.1],"haL":[-128.8,-261.9],"hipR":[24.9,12.3],"knR":[54,125.4],"ftR":[68.4,236.1],"hipL":[-27.5,3.1],"knL":[-104.2,95.6],"ftL":[-180.7,194.8]},{"rootY":20.3,"hips":[0,0],"chest":[15.5,-96.5],"neck":[24.4,-164.8],"head":[26.6,-200.2],"shR":[74.3,-151.8],"elR":[135.6,-168.5],"haR":[73.5,-188.1],"shL":[-27.4,-165.5],"elL":[-79.4,-216.2],"haL":[-128.3,-260.3],"hipR":[24.8,12.4],"knR":[59.7,124.2],"ftR":[78.2,233.7],"hipL":[-27.5,3],"knL":[-100,99.4],"ftL":[-172.7,201.5]},{"rootY":23.7,"hips":[0,0],"chest":[15.5,-96.4],"neck":[26.2,-164.6],"head":[29.6,-199.9],"shR":[76,-149.5],"elR":[139.1,-163.1],"haR":[77.7,-185.3],"shL":[-26.3,-165],"elL":[-79.5,-214.7],"haL":[-129.1,-257.8],"hipR":[24.8,12.3],"knR":[66,122.2],"ftR":[88.9,230.3],"hipL":[-27.3,3.2],"knL":[-95.9,102.9],"ftL":[-164.8,207.6]},{"rootY":28.3,"hips":[0,0],"chest":[14.5,-96.4],"neck":[27.4,-164.3],"head":[32.7,-199.5],"shR":[77.1,-146.3],"elR":[141.8,-155.8],"haR":[81.6,-181.7],"shL":[-25.8,-164.7],"elL":[-80.7,-212.5],"haL":[-131.9,-254],"hipR":[24.8,11.9],"knR":[72.3,119.5],"ftR":[99.8,225.9],"hipL":[-27.1,3.6],"knL":[-93.5,105.3],"ftL":[-159.6,211.5]},{"rootY":33.4,"hips":[0,0],"chest":[12.9,-96.5],"neck":[28,-164.1],"head":[35.8,-198.9],"shR":[77.3,-142.6],"elR":[143.3,-148.4],"haR":[84.6,-177.8],"shL":[-25.9,-164.4],"elL":[-82.4,-209.6],"haL":[-135.9,-248.3],"hipR":[24.7,11.5],"knR":[78,116.4],"ftR":[110.4,221.1],"hipL":[-26.7,4],"knL":[-92.2,107],"ftL":[-156.4,213.7]},{"rootY":36.8,"hips":[0,0],"chest":[11.3,-96.8],"neck":[27.7,-164],"head":[38.4,-198.1],"shR":[76.5,-138.8],"elR":[143.8,-142.9],"haR":[85.6,-173.7],"shL":[-27,-163.2],"elL":[-84.4,-205.8],"haL":[-140.1,-240.9],"hipR":[24.6,11.4],"knR":[82.5,114.5],"ftR":[119.5,218.1],"hipL":[-26.6,4.1],"knL":[-90.3,108.9],"ftL":[-152.8,216.1]},{"rootY":36.8,"hips":[0,0],"chest":[10.1,-97],"neck":[26.9,-164.2],"head":[40.1,-197.5],"shR":[75.1,-135.6],"elR":[143.7,-140.1],"haR":[85,-170.3],"shL":[-28.7,-161.1],"elL":[-87,-201.1],"haL":[-143.9,-233.1],"hipR":[24.4,11.8],"knR":[84.6,114.8],"ftR":[126.3,218.2],"hipL":[-26.6,3.7],"knL":[-87.2,110.8],"ftL":[-148,219.4]},{"rootY":34.3,"hips":[0,0],"chest":[9.2,-97.4],"neck":[25.8,-164.7],"head":[40.3,-197.4],"shR":[73.9,-135.1],"elR":[143.9,-140.5],"haR":[84.1,-169.4],"shL":[-30.4,-159.4],"elL":[-89.8,-197.3],"haL":[-147.1,-227.7],"hipR":[24.3,11.8],"knR":[84.6,116.3],"ftR":[130.7,220.5],"hipL":[-26.6,3.6],"knL":[-84.5,112.4],"ftL":[-143.4,222.6]},{"rootY":31.7,"hips":[0,0],"chest":[8.4,-98],"neck":[24.6,-165.5],"head":[39,-198.2],"shR":[73.1,-136.9],"elR":[144.6,-143.7],"haR":[84.2,-171.5],"shL":[-31.7,-158.8],"elL":[-92.2,-196],"haL":[-149.6,-226.3],"hipR":[24.5,11.2],"knR":[84.1,117.2],"ftR":[133,222.9],"hipL":[-26.6,4.3],"knL":[-83.1,113.6],"ftL":[-140.6,224.8]},{"rootY":30.4,"hips":[0,0],"chest":[7.6,-98.4],"neck":[23.1,-166.1],"head":[36.9,-199.2],"shR":[72,-138.8],"elR":[144.9,-147.9],"haR":[85.1,-175.4],"shL":[-33.1,-158.6],"elL":[-94,-196.6],"haL":[-151.2,-227.8],"hipR":[24.7,10.5],"knR":[84.6,117.1],"ftR":[134.5,224.4],"hipL":[-26.5,5.1],"knL":[-82.5,114.7],"ftL":[-139.4,226.2]},{"rootY":29.8,"hips":[0,0],"chest":[6.5,-98.8],"neck":[21.4,-166.5],"head":[34.4,-200],"shR":[70.5,-139.4],"elR":[144.3,-151.1],"haR":[85.6,-178.5],"shL":[-34.8,-158],"elL":[-95.4,-197.3],"haL":[-152.1,-230],"hipR":[24.9,10],"knR":[85.8,116.4],"ftR":[135.5,225.1],"hipL":[-26.4,5.6],"knL":[-82.1,115.4],"ftL":[-138.8,227]},{"rootY":29.5,"hips":[0,0],"chest":[5.3,-99],"neck":[19.8,-166.7],"head":[32.1,-200.7],"shR":[68.8,-139.4],"elR":[142.9,-152.3],"haR":[84.9,-179.7],"shL":[-36.6,-157.3],"elL":[-96.9,-197.5],"haL":[-153,-231.2],"hipR":[24.9,9.6],"knR":[86.5,115.7],"ftR":[135.8,225.6],"hipL":[-26.3,6],"knL":[-81.9,115.8],"ftL":[-138.6,227.5]},{"rootY":29.1,"hips":[0,0],"chest":[4.1,-99.3],"neck":[18.4,-166.9],"head":[30,-201.2],"shR":[67.5,-139.3],"elR":[141.6,-151.8],"haR":[83.5,-179.3],"shL":[-38,-156.6],"elL":[-98.1,-197.1],"haL":[-154,-231.1],"hipR":[24.9,9.1],"knR":[86.3,115.5],"ftR":[135.7,226],"hipL":[-26.1,6.5],"knL":[-82,116.1],"ftL":[-138.9,227.7]},{"rootY":28.9,"hips":[0,0],"chest":[3.1,-99.4],"neck":[17.4,-167.1],"head":[28.5,-201.5],"shR":[66.6,-139.1],"elR":[140.6,-151],"haR":[82.3,-178.5],"shL":[-38.9,-155.9],"elL":[-98.7,-196.3],"haL":[-154.6,-230.2],"hipR":[25,8.7],"knR":[85.6,115.6],"ftR":[135.5,226.2],"hipL":[-25.9,6.9],"knL":[-82.1,116.4],"ftL":[-139.2,227.9]},{"rootY":28.8,"hips":[0,0],"chest":[2.5,-99.5],"neck":[16.8,-167.1],"head":[27.6,-201.6],"shR":[65.9,-138.5],"elR":[139.8,-150.4],"haR":[81.8,-177.9],"shL":[-39.6,-155.2],"elL":[-99,-195.3],"haL":[-154.7,-228.9],"hipR":[25,8.4],"knR":[85.1,115.7],"ftR":[135.5,226.4],"hipL":[-25.9,7.1],"knL":[-82,116.7],"ftL":[-139.2,228.1]},{"rootY":28.6,"hips":[0,0],"chest":[2.2,-99.4],"neck":[16.6,-167],"head":[27.2,-201.6],"shR":[65.6,-137.9],"elR":[139.5,-149.8],"haR":[81.8,-177.6],"shL":[-39.9,-154.8],"elL":[-99,-194.3],"haL":[-154.6,-227.3],"hipR":[25,8.4],"knR":[85,115.8],"ftR":[135.9,226.6],"hipL":[-25.8,7.2],"knL":[-81.9,116.8],"ftL":[-138.9,228.3]},{"rootY":28.5,"hips":[0,0],"chest":[2.1,-99.4],"neck":[16.5,-166.9],"head":[27.1,-201.5],"shR":[65.5,-137.7],"elR":[139.5,-149.3],"haR":[82,-177.5],"shL":[-39.9,-154.6],"elL":[-98.8,-193.5],"haL":[-154.4,-225.9],"hipR":[25,8.4],"knR":[85,115.9],"ftR":[136.3,226.8],"hipL":[-25.8,7.1],"knL":[-81.8,116.8],"ftL":[-138.6,228.4]},{"rootY":28.4,"hips":[0,0],"chest":[2,-99.4],"neck":[16.6,-166.9],"head":[27.1,-201.5],"shR":[65.4,-137.3],"elR":[139.4,-149],"haR":[82.2,-177.6],"shL":[-39.8,-154.4],"elL":[-98.6,-192.8],"haL":[-154.2,-224.7],"hipR":[24.9,8.5],"knR":[84.9,116],"ftR":[136.7,226.9],"hipL":[-25.9,7.1],"knL":[-81.6,116.8],"ftL":[-138.3,228.5]},{"rootY":28.3,"hips":[0,0],"chest":[1.7,-99.5],"neck":[16.4,-166.9],"head":[27.1,-201.5],"shR":[65,-136.6],"elR":[139.1,-148.9],"haR":[82.3,-177.7],"shL":[-40,-154.2],"elL":[-98.7,-192.2],"haL":[-154.2,-223.8],"hipR":[25,8.5],"knR":[84.8,116.2],"ftR":[137,227],"hipL":[-25.9,7.1],"knL":[-81.5,116.8],"ftL":[-138,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[1.1,-99.5],"neck":[15.9,-166.9],"head":[26.8,-201.5],"shR":[64.3,-136],"elR":[138.6,-148.8],"haR":[82.2,-177.7],"shL":[-40.4,-153.9],"elL":[-99.1,-191.7],"haL":[-154.6,-223],"hipR":[25,8.5],"knR":[84.6,116.2],"ftR":[137.1,227],"hipL":[-25.9,7.1],"knL":[-81.5,116.9],"ftL":[-137.9,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[0.4,-99.6],"neck":[15.1,-167],"head":[26.2,-201.5],"shR":[63.4,-135.9],"elR":[138,-148.8],"haR":[82,-177.7],"shL":[-41.1,-153.9],"elL":[-99.8,-191.3],"haL":[-155.3,-222.3],"hipR":[25.1,8.3],"knR":[84.5,116.2],"ftR":[136.8,227.1],"hipL":[-25.9,7.2],"knL":[-81.7,116.9],"ftL":[-138.2,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[-0.5,-99.6],"neck":[14.1,-167.1],"head":[25.4,-201.5],"shR":[62.5,-135.9],"elR":[137.3,-148.8],"haR":[81.5,-177.9],"shL":[-42,-153.8],"elL":[-100.6,-191],"haL":[-156.2,-221.8],"hipR":[25.1,8.1],"knR":[84.4,116.1],"ftR":[136.4,227.1],"hipL":[-25.9,7.5],"knL":[-81.8,117],"ftL":[-138.6,228.7]},{"rootY":28.2,"hips":[0,0],"chest":[-1.4,-99.7],"neck":[13.1,-167.1],"head":[24.6,-201.5],"shR":[61.4,-136],"elR":[136.4,-149],"haR":[80.9,-178.2],"shL":[-42.9,-153.6],"elL":[-101.5,-190.6],"haL":[-157.1,-221.3],"hipR":[25.1,7.9],"knR":[84.3,115.9],"ftR":[136,227],"hipL":[-25.8,7.7],"knL":[-82,117.1],"ftL":[-139,228.7]},{"rootY":28.3,"hips":[0,0],"chest":[-2.2,-99.7],"neck":[12.3,-167.1],"head":[23.7,-201.5],"shR":[60.6,-136.1],"elR":[135.6,-149.3],"haR":[80.2,-178.4],"shL":[-43.6,-153.3],"elL":[-102.4,-190.2],"haL":[-158,-220.8],"hipR":[25.1,7.7],"knR":[84.1,115.8],"ftR":[135.6,227],"hipL":[-25.7,7.9],"knL":[-82.1,117.2],"ftL":[-139.4,228.6]},{"rootY":28.3,"hips":[0,0],"chest":[-3,-99.7],"neck":[11.6,-167.1],"head":[23,-201.6],"shR":[59.8,-136.2],"elR":[134.9,-149.6],"haR":[79.6,-178.5],"shL":[-44.3,-153.1],"elL":[-103.2,-189.7],"haL":[-158.8,-220.2],"hipR":[25.1,7.4],"knR":[83.9,115.7],"ftR":[135.3,227.1],"hipL":[-25.6,8.1],"knL":[-82.2,117.3],"ftL":[-139.7,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-3.8,-99.7],"neck":[11,-167.1],"head":[22.3,-201.6],"shR":[59.1,-136.2],"elR":[134.2,-150],"haR":[79.1,-178.6],"shL":[-44.8,-152.9],"elL":[-103.8,-189.4],"haL":[-159.6,-219.6],"hipR":[25.1,7.2],"knR":[83.6,115.5],"ftR":[135,227.1],"hipL":[-25.4,8.3],"knL":[-82.3,117.4],"ftL":[-140,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[-4.7,-99.7],"neck":[10.4,-167.1],"head":[21.7,-201.5],"shR":[58.3,-136],"elR":[133.6,-150.2],"haR":[78.7,-178.7],"shL":[-45.4,-152.7],"elL":[-104.5,-189.1],"haL":[-160.3,-219.2],"hipR":[25,6.9],"knR":[83.3,115.4],"ftR":[134.8,227.2],"hipL":[-25.3,8.6],"knL":[-82.4,117.6],"ftL":[-140.3,228.6]},{"rootY":28.1,"hips":[0,0],"chest":[-5.5,-99.7],"neck":[9.7,-167],"head":[21,-201.5],"shR":[57.5,-136],"elR":[132.9,-150.3],"haR":[78.2,-178.8],"shL":[-46.1,-152.6],"elL":[-105.2,-188.9],"haL":[-161,-219],"hipR":[25,6.7],"knR":[83,115.4],"ftR":[134.5,227.3],"hipL":[-25.2,8.8],"knL":[-82.4,117.7],"ftL":[-140.6,228.6]},{"rootY":28.1,"hips":[0,0],"chest":[-6.4,-99.7],"neck":[8.9,-167],"head":[20.3,-201.5],"shR":[56.7,-136],"elR":[132.2,-150.2],"haR":[77.8,-178.8],"shL":[-46.7,-152.7],"elL":[-106,-188.9],"haL":[-161.8,-219.1],"hipR":[25,6.4],"knR":[82.7,115.2],"ftR":[134.1,227.3],"hipL":[-25.1,9.1],"knL":[-82.6,117.8],"ftL":[-140.9,228.6]},{"rootY":28.2,"hips":[0,0],"chest":[-7.4,-99.7],"neck":[8,-167],"head":[19.4,-201.4],"shR":[55.7,-136.1],"elR":[131.5,-150.2],"haR":[77.3,-178.8],"shL":[-47.5,-152.8],"elL":[-106.8,-189],"haL":[-162.6,-219.2],"hipR":[25,6.1],"knR":[82.5,115],"ftR":[133.6,227.2],"hipL":[-24.9,9.3],"knL":[-82.7,117.9],"ftL":[-141.4,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-8.5,-99.6],"neck":[7,-167],"head":[18.5,-201.4],"shR":[54.7,-136.1],"elR":[130.6,-150],"haR":[76.9,-178.8],"shL":[-48.4,-152.9],"elL":[-107.8,-189.1],"haL":[-163.5,-219.4],"hipR":[25,5.8],"knR":[82.3,114.8],"ftR":[133,227.1],"hipL":[-24.8,9.7],"knL":[-82.9,118.1],"ftL":[-142,228.5]},{"rootY":28.2,"hips":[0,0],"chest":[-9.7,-99.5],"neck":[6,-166.8],"head":[17.5,-201.3],"shR":[53.6,-136],"elR":[129.7,-149.8],"haR":[76.5,-178.9],"shL":[-49.3,-153.1],"elL":[-108.7,-189.4],"haL":[-164.4,-219.7],"hipR":[25,5.4],"knR":[81.9,114.7],"ftR":[132.2,227.2],"hipL":[-24.7,10],"knL":[-83.1,118.3],"ftL":[-142.6,228.4]},{"rootY":28.2,"hips":[0,0],"chest":[-10.9,-99.4],"neck":[5,-166.7],"head":[16.6,-201.1],"shR":[52.5,-136],"elR":[128.9,-149.5],"haR":[76.1,-178.9],"shL":[-50.2,-153.3],"elL":[-109.6,-189.7],"haL":[-165.2,-220.1],"hipR":[25.1,5],"knR":[81.6,114.5],"ftR":[131.5,227.2],"hipL":[-24.5,10.4],"knL":[-83.4,118.5],"ftL":[-143.3,228.3]},{"rootY":28.2,"hips":[0,0],"chest":[-11.8,-99.3],"neck":[4.2,-166.6],"head":[15.9,-200.9],"shR":[51.6,-135.9],"elR":[128.2,-149.2],"haR":[76,-178.8],"shL":[-50.9,-153.5],"elL":[-110.2,-190],"haL":[-165.7,-220.6],"hipR":[25.1,4.6],"knR":[81.3,114.2],"ftR":[130.9,227.2],"hipL":[-24.4,10.7],"knL":[-83.6,118.6],"ftL":[-144,228.3]},{"rootY":28.2,"hips":[0,0],"chest":[-12.5,-99.2],"neck":[3.6,-166.5],"head":[15.5,-200.8],"shR":[50.9,-135.8],"elR":[127.8,-148.7],"haR":[76.2,-178.7],"shL":[-51.3,-153.7],"elL":[-110.6,-190.1],"haL":[-166,-220.9],"hipR":[25.1,4.4],"knR":[81.1,114.1],"ftR":[130.6,227.1],"hipL":[-24.3,11],"knL":[-83.8,118.8],"ftL":[-144.4,228.2]},{"rootY":28.1,"hips":[0,0],"chest":[-12.9,-99.2],"neck":[3.3,-166.4],"head":[15.4,-200.7],"shR":[50.5,-135.6],"elR":[127.6,-148.3],"haR":[76.6,-178.6],"shL":[-51.5,-153.9],"elL":[-110.7,-190.3],"haL":[-165.9,-221],"hipR":[25.2,4.2],"knR":[80.9,114.1],"ftR":[130.2,227.2],"hipL":[-24.3,11.1],"knL":[-83.8,118.9],"ftL":[-144.6,228.2]},{"rootY":28.1,"hips":[0,0],"chest":[-12.9,-99.2],"neck":[3.3,-166.4],"head":[15.7,-200.6],"shR":[50.4,-135.4],"elR":[127.7,-147.5],"haR":[77.6,-178.3],"shL":[-51.3,-154.2],"elL":[-110.4,-190.3],"haL":[-165.5,-220.8],"hipR":[25.2,4.2],"knR":[81,114],"ftR":[130.1,227.2],"hipL":[-24.3,11.1],"knL":[-83.9,118.9],"ftL":[-144.7,228.3]},{"rootY":28.1,"hips":[0,0],"chest":[-12.4,-99.4],"neck":[3.9,-166.4],"head":[16.4,-200.5],"shR":[50.8,-135.2],"elR":[128.6,-146],"haR":[79.7,-177.6],"shL":[-50.6,-154.2],"elL":[-109.8,-189.5],"haL":[-164.5,-219.6],"hipR":[25.2,4.2],"knR":[81.3,114],"ftR":[130.6,227.1],"hipL":[-24.4,11.1],"knL":[-83.8,118.9],"ftL":[-144.5,228.4]},{"rootY":28.1,"hips":[0,0],"chest":[-11.3,-99.6],"neck":[5,-166.4],"head":[17.7,-200.5],"shR":[51.9,-134.9],"elR":[130.2,-142.9],"haR":[83.4,-176.1],"shL":[-49.3,-153.7],"elL":[-109,-187.4],"haL":[-163.4,-216.4],"hipR":[25.2,4.5],"knR":[81.7,114],"ftR":[131.5,226.9],"hipL":[-24.5,10.8],"knL":[-83.6,118.9],"ftL":[-144,228.5]},{"rootY":28.1,"hips":[0,0],"chest":[-9.5,-99.9],"neck":[6.8,-166.5],"head":[19.6,-200.4],"shR":[53.6,-134.8],"elR":[132.5,-137.4],"haR":[89,-172.8],"shL":[-47.3,-152.8],"elL":[-108.2,-183.4],"haL":[-161.9,-210.3],"hipR":[25.1,4.8],"knR":[82.2,114],"ftR":[132.3,226.7],"hipL":[-24.6,10.5],"knL":[-83.2,118.8],"ftL":[-143.3,228.5]},{"rootY":28.3,"hips":[0,0],"chest":[-7,-100.2],"neck":[9.4,-166.3],"head":[22.3,-200.3],"shR":[56.2,-134.6],"elR":[135.1,-129],"haR":[96.7,-166.9],"shL":[-44.5,-151.1],"elL":[-107.4,-176.7],"haL":[-159.6,-200.1],"hipR":[24.9,5.2],"knR":[82.9,113.8],"ftR":[133.1,226.5],"hipL":[-24.7,10.1],"knL":[-82.8,118.6],"ftL":[-142.4,228.3]},{"rootY":28.9,"hips":[0,0],"chest":[-4,-100.3],"neck":[12.8,-165.9],"head":[25.5,-199.9],"shR":[59.4,-133.6],"elR":[137.1,-117.8],"haR":[106.5,-157.8],"shL":[-41,-148.4],"elL":[-106.1,-166.8],"haL":[-156,-184.8],"hipR":[24.8,5.5],"knR":[83.7,113.5],"ftR":[133.8,225.9],"hipL":[-24.8,9.8],"knL":[-82.3,118.2],"ftL":[-141.1,227.6]},{"rootY":30.5,"hips":[0,0],"chest":[-1,-99.8],"neck":[16.8,-164.6],"head":[28.8,-198.9],"shR":[63.4,-132.4],"elR":[138,-105.5],"haR":[117.5,-145.2],"shL":[-36.9,-146.2],"elL":[-103.7,-154.1],"haL":[-150.9,-164.7],"hipR":[25,5.4],"knR":[84.3,112.6],"ftR":[134.6,224.2],"hipL":[-24.8,9.9],"knL":[-82.3,116.6],"ftL":[-139.2,225.3]},{"rootY":34.2,"hips":[0,0],"chest":[1.6,-98.8],"neck":[21.4,-162.3],"head":[32.4,-196.9],"shR":[68,-131.2],"elR":[138,-94.6],"haR":[128.2,-129.3],"shL":[-32.3,-145.7],"elL":[-99.6,-140.6],"haL":[-143.9,-141.2],"hipR":[25.2,5.1],"knR":[85.2,110.5],"ftR":[135.1,220.2],"hipL":[-24.6,10.3],"knL":[-82.5,113.3],"ftL":[-137.6,220.3]},{"rootY":40.7,"hips":[0,0],"chest":[3.7,-97.7],"neck":[25.7,-159.4],"head":[35.6,-194.2],"shR":[72,-129.1],"elR":[137.6,-86.7],"haR":[137.2,-111.6],"shL":[-27.6,-145.3],"elL":[-95.1,-127.4],"haL":[-134.9,-117.8],"hipR":[25.1,5.2],"knR":[86.3,106.8],"ftR":[135,213.7],"hipL":[-24.3,10.3],"knL":[-83.6,108.6],"ftL":[-137.9,213.2]},{"rootY":48.5,"hips":[0,0],"chest":[5.1,-97.1],"neck":[28.3,-157.2],"head":[37.4,-192.2],"shR":[73.8,-125.3],"elR":[136.7,-80.8],"haR":[143.5,-94.2],"shL":[-24.7,-142.1],"elL":[-92.5,-113.9],"haL":[-126.2,-96.3],"hipR":[24.7,5.7],"knR":[85.9,102.8],"ftR":[133,206.1],"hipL":[-24.2,9.8],"knL":[-87.3,103.2],"ftL":[-141.4,206.1]},{"rootY":54.4,"hips":[0,0],"chest":[5.7,-97.1],"neck":[28.5,-156.8],"head":[36.4,-192],"shR":[72.4,-120.9],"elR":[133.5,-75.6],"haR":[147.1,-77],"shL":[-25.2,-137.2],"elL":[-92.2,-100.1],"haL":[-120.6,-75.7],"hipR":[24.6,6.2],"knR":[82.4,101.2],"ftR":[127.8,200.8],"hipL":[-24.4,9.3],"knL":[-92.9,99.1],"ftL":[-147.6,201.3]},{"rootY":55.5,"hips":[0,0],"chest":[5.3,-97.5],"neck":[26.1,-158.1],"head":[32.5,-193.5],"shR":[68.9,-118.8],"elR":[126.8,-71.5],"haR":[148.4,-57.7],"shL":[-28.3,-133.8],"elL":[-91.8,-87.8],"haL":[-119.4,-55.2],"hipR":[24.8,6.6],"knR":[76.5,103.1],"ftR":[119.4,199.8],"hipL":[-24.7,9],"knL":[-97,98.3],"ftL":[-155.9,199.7]},{"rootY":51.9,"hips":[0,0],"chest":[4.5,-97.9],"neck":[21.8,-160.1],"head":[26.5,-195.6],"shR":[65.9,-120.9],"elR":[118.7,-70],"haR":[147.8,-36.9],"shL":[-32.9,-132.4],"elL":[-91.6,-79.3],"haL":[-122.9,-37.6],"hipR":[25,7.3],"knR":[70.6,106.9],"ftR":[109,203.3],"hipL":[-25.1,8.4],"knL":[-98.3,100.3],"ftL":[-164.1,200.3]},{"rootY":45.9,"hips":[0,0],"chest":[4.2,-98.4],"neck":[16.3,-162],"head":[19.6,-197.5],"shR":[63.6,-125.7],"elR":[111.1,-71.3],"haR":[145,-21.1],"shL":[-37.5,-130.4],"elL":[-93.9,-74.6],"haL":[-130.3,-27],"hipR":[25,8.1],"knR":[66.4,110.9],"ftR":[98.3,209.1],"hipL":[-25.5,7.5],"knL":[-98.4,102.2],"ftL":[-169.2,201.4]},{"rootY":39.6,"hips":[0,0],"chest":[3.6,-98.7],"neck":[9.3,-163.3],"head":[12,-198.8],"shR":[60.1,-130.6],"elR":[102.8,-74.2],"haR":[139,-15.6],"shL":[-42.8,-127.8],"elL":[-99.4,-72.3],"haL":[-140.4,-23],"hipR":[25.5,8.6],"knR":[62.8,114.9],"ftR":[87.6,215.5],"hipL":[-26.2,7.1],"knL":[-98.3,102.6],"ftL":[-169.9,202]},{"rootY":33.5,"hips":[0,0],"chest":[1.5,-98.8],"neck":[0.9,-163.8],"head":[4,-199.2],"shR":[54.1,-133.8],"elR":[93.4,-77.9],"haR":[130.7,-19.5],"shL":[-49.3,-126.5],"elL":[-106.9,-72],"haL":[-151,-23.3],"hipR":[26.5,8.1],"knR":[58,119],"ftR":[77.2,221.6],"hipL":[-26.7,7.6],"knL":[-97.7,102.4],"ftL":[-167.5,202.1]},{"rootY":28,"hips":[0,0],"chest":[-1.7,-98.6],"neck":[-7,-164],"head":[-2.8,-199.2],"shR":[47,-135],"elR":[86,-81.7],"haR":[124.8,-27.8],"shL":[-56.4,-127.4],"elL":[-115,-74.1],"haL":[-161.3,-26.5],"hipR":[27,7.1],"knR":[51,122.8],"ftR":[68.4,226.7],"hipL":[-26.5,8.6],"knL":[-95.2,103.3],"ftL":[-161.9,204]},{"rootY":23.3,"hips":[0,0],"chest":[-4.2,-98.6],"neck":[-12.9,-164.3],"head":[-7.3,-199.1],"shR":[41.3,-135.7],"elR":[82.6,-85.4],"haR":[124.8,-36],"shL":[-62.2,-129.4],"elL":[-122.9,-78.5],"haL":[-171.8,-32.6],"hipR":[26.7,6.4],"knR":[42.1,126],"ftR":[62.3,231.3],"hipL":[-25.8,9.2],"knL":[-91,105.6],"ftL":[-151.1,210.6]},{"rootY":19.7,"hips":[0,0],"chest":[-4.7,-98.8],"neck":[-14.9,-164.6],"head":[-8.4,-199.2],"shR":[39.4,-136.7],"elR":[83.7,-88.9],"haR":[131.2,-42.7],"shL":[-64.7,-131.9],"elL":[-128.4,-85],"haL":[-180.8,-41.9],"hipR":[26,6.3],"knR":[34.5,128.1],"ftR":[59.4,235.1],"hipL":[-25,9.3],"knL":[-83.2,110.4],"ftL":[-133.6,221.5]},{"rootY":17.3,"hips":[0,0],"chest":[-2.6,-99.2],"neck":[-11,-165],"head":[-5.1,-199.8],"shR":[42.5,-135.9],"elR":[89.1,-90],"haR":[144.3,-49.1],"shL":[-61.9,-134.8],"elL":[-128.5,-92.1],"haL":[-184.6,-52.9],"hipR":[26,6.9],"knR":[33.1,129.1],"ftR":[60.4,237.7],"hipL":[-25.2,8.7],"knL":[-70.5,117.3],"ftL":[-113.4,232.5]},{"rootY":15.9,"hips":[0,0],"chest":[1.5,-99.5],"neck":[-1.4,-165.4],"head":[2.3,-200.6],"shR":[50,-132.9],"elR":[98,-86.4],"haR":[161.1,-56.4],"shL":[-53.6,-137.1],"elL":[-122.6,-98.1],"haL":[-181.9,-63.5],"hipR":[26.7,8],"knR":[39.2,129],"ftR":[64.9,238.8],"hipL":[-26.6,7.6],"knL":[-57,122.8],"ftL":[-97.7,239.4]},{"rootY":15.4,"hips":[0,0],"chest":[7.5,-99.2],"neck":[11.4,-165.3],"head":[11.7,-200.5],"shR":[60.8,-130.7],"elR":[107.8,-78.7],"haR":[174.9,-66.5],"shL":[-41.5,-137.3],"elL":[-111.2,-100.4],"haL":[-173.7,-73.1],"hipR":[25.2,10.3],"knR":[49.2,127.7],"ftR":[71,238.7],"hipL":[-26.9,5.3],"knL":[-49.8,124.1],"ftL":[-89.1,241.1]},{"rootY":15.6,"hips":[0,0],"chest":[14.5,-97.9],"neck":[24.2,-163.8],"head":[20.6,-198.7],"shR":[72.9,-131.7],"elR":[115.5,-70.9],"haR":[178.4,-81],"shL":[-28.1,-134.7],"elL":[-94.8,-95.4],"haL":[-160,-80],"hipR":[19.8,13.2],"knR":[56.7,126],"ftR":[75.9,238.4],"hipL":[-23.7,2],"knL":[-48.9,122],"ftL":[-85.4,240]},{"rootY":16.7,"hips":[0,0],"chest":[19.4,-96.3],"neck":[33.9,-161.1],"head":[27.4,-195.6],"shR":[82.5,-135.6],"elR":[119.8,-69.2],"haR":[170.1,-95.9],"shL":[-18,-129.6],"elL":[-78,-82.8],"haL":[-142.6,-83.7],"hipR":[14.2,14.9],"knR":[58.7,124.9],"ftR":[77.8,237.8],"hipL":[-19.2,-0.1],"knL":[-47.5,119.7],"ftL":[-85.3,237.6]},{"rootY":18.6,"hips":[0,0],"chest":[19.4,-95.5],"neck":[36.1,-159.2],"head":[29.4,-193.7],"shR":[85.1,-139.6],"elR":[122.8,-74.8],"haR":[157.3,-105.4],"shL":[-15.7,-123.8],"elL":[-68.6,-67.6],"haL":[-127,-85.5],"hipR":[12.4,15.5],"knR":[56.3,125],"ftR":[76.2,236.2],"hipL":[-17.5,-0.8],"knL":[-45,119.1],"ftL":[-90.5,234.7]},{"rootY":20.9,"hips":[0,0],"chest":[15.9,-96.2],"neck":[28.7,-160.2],"head":[25.6,-195.2],"shR":[79.3,-142.2],"elR":[126.3,-87.6],"haR":[150,-115.1],"shL":[-22.1,-121.1],"elL":[-71.4,-59.2],"haL":[-119.2,-87.9],"hipR":[15.5,15.2],"knR":[52.6,125.4],"ftR":[72.6,234],"hipL":[-20.1,-0.4],"knL":[-44.4,119.3],"ftL":[-99.3,230.7]},{"rootY":22.5,"hips":[0,0],"chest":[9.3,-97.7],"neck":[13.1,-163],"head":[16.1,-197.9],"shR":[66.2,-144.3],"elR":[124.6,-103.6],"haR":[150,-128.3],"shL":[-36.8,-124],"elL":[-86.5,-62.9],"haL":[-119.7,-94.5],"hipR":[21,13.5],"knR":[49.6,125.2],"ftR":[65.7,232.4],"hipL":[-24.4,1.8],"knL":[-52.8,116.7],"ftL":[-107.6,227]},{"rootY":22.4,"hips":[0,0],"chest":[-0.9,-98.4],"neck":[-5.1,-164.5],"head":[3.4,-198.4],"shR":[49.8,-148.6],"elR":[116.8,-118.2],"haR":[157,-142.8],"shL":[-55.7,-131.2],"elL":[-108.8,-77],"haL":[-120.6,-107.5],"hipR":[25.8,9.5],"knR":[47.3,124.1],"ftR":[55.3,231.4],"hipL":[-26.8,6.1],"knL":[-65.3,112.8],"ftL":[-111.7,225.9]},{"rootY":19.9,"hips":[0,0],"chest":[-10.1,-97.5],"neck":[-18.8,-163.5],"head":[-6.9,-196.4],"shR":[36.2,-152.9],"elR":[109.6,-129],"haR":[165.6,-156.7],"shL":[-70.2,-137.7],"elL":[-126.9,-96.8],"haL":[-112,-123.6],"hipR":[27.1,5.8],"knR":[44.7,123.2],"ftR":[48.3,230.5],"hipL":[-26,9.8],"knL":[-69.1,114.1],"ftL":[-110,229.4]},{"rootY":17.6,"hips":[0,0],"chest":[-15.5,-96.6],"neck":[-26.2,-162.1],"head":[-12.5,-194.2],"shR":[28.6,-152.9],"elR":[105.5,-135.2],"haR":[168.8,-164.1],"shL":[-77.6,-142.2],"elL":[-134.2,-120.5],"haL":[-94.6,-138.8],"hipR":[26,3.9],"knR":[39,122.5],"ftR":[50.4,228.7],"hipL":[-23.9,11.6],"knL":[-65.5,118.6],"ftL":[-106.6,234.8]},{"rootY":17.7,"hips":[0,0],"chest":[-16.8,-96.3],"neck":[-28,-161.3],"head":[-14.2,-193.3],"shR":[26.4,-151.5],"elR":[103.1,-131.5],"haR":[161.4,-169.6],"shL":[-78.9,-147],"elL":[-131.1,-146.6],"haL":[-76.6,-151.8],"hipR":[24.5,3.6],"knR":[29.5,123.1],"ftR":[60.1,226.6],"hipL":[-22.1,11.8],"knL":[-62.8,120.6],"ftL":[-104.3,237.4]},{"rootY":19.8,"hips":[0,0],"chest":[-13.9,-96.7],"neck":[-23.7,-161.3],"head":[-12,-194],"shR":[30.7,-148.7],"elR":[105.2,-121.6],"haR":[148.1,-176.7],"shL":[-73.7,-153.3],"elL":[-121.8,-170],"haL":[-63.9,-165.6],"hipR":[23.8,4.8],"knR":[21.9,125.4],"ftR":[70.5,225.3],"hipL":[-21.9,10.7],"knL":[-63.8,118.4],"ftL":[-102,236]},{"rootY":21.1,"hips":[0,0],"chest":[-8,-97.4],"neck":[-12.9,-162.2],"head":[-4.8,-195.9],"shR":[41.2,-142.8],"elR":[115.2,-114.4],"haR":[135.7,-180.8],"shL":[-62.2,-159.5],"elL":[-112.4,-185.7],"haL":[-58.3,-182.6],"hipR":[24.8,6.5],"knR":[22.8,126.9],"ftR":[77,225.3],"hipL":[-24,9.2],"knL":[-64.8,115.9],"ftL":[-97.5,234.6]},{"rootY":19.5,"hips":[0,0],"chest":[0.2,-98.1],"neck":[3.4,-163.1],"head":[7.1,-197.4],"shR":[55.8,-136.9],"elR":[132,-115.2],"haR":[128.5,-181.8],"shL":[-46.3,-163.7],"elL":[-104.3,-191.7],"haL":[-59.4,-202.1],"hipR":[26.4,8.5],"knR":[33.9,125.7],"ftR":[82.7,225.8],"hipL":[-26.8,7.2],"knL":[-61.3,116.8],"ftL":[-88.9,236.2]},{"rootY":16.2,"hips":[0,0],"chest":[10.4,-97.6],"neck":[21.4,-162.7],"head":[21.3,-197],"shR":[72.6,-137.2],"elR":[151.5,-129.6],"haR":[129.2,-182.7],"shL":[-28.7,-165.4],"elL":[-95.9,-190.1],"haL":[-65.1,-220.9],"hipR":[24.7,10.9],"knR":[51.1,121.4],"ftR":[91.6,226.1],"hipL":[-26.6,4.6],"knL":[-52.4,119.9],"ftL":[-77.6,239.4]},{"rootY":13.5,"hips":[0,0],"chest":[17.9,-96.2],"neck":[34,-161.1],"head":[32.5,-195.1],"shR":[84.1,-142.3],"elR":[161.8,-158.4],"haR":[134.1,-185],"shL":[-16.2,-162.9],"elL":[-89.2,-184],"haL":[-74.8,-235.4],"hipR":[19.5,12.4],"knR":[63.2,117.7],"ftR":[97.3,227.9],"hipL":[-22.6,2.9],"knL":[-43.7,122.4],"ftL":[-73.2,241.3]},{"rootY":13.6,"hips":[0,0],"chest":[18.8,-95.7],"neck":[38.1,-160.1],"head":[37.6,-194],"shR":[84.9,-151.1],"elR":[153.7,-190.4],"haR":[139.6,-189.8],"shL":[-11.7,-157],"elL":[-86.6,-177.7],"haL":[-88.9,-243.2],"hipR":[14.2,12.7],"knR":[66.3,117],"ftR":[92.6,231.3],"hipL":[-17.4,2.5],"knL":[-40.1,123.2],"ftL":[-81.3,240]},{"rootY":17.4,"hips":[0,0],"chest":[13.2,-96.7],"neck":[33.9,-160.6],"head":[37.2,-194.6],"shR":[75.4,-161.8],"elR":[135.2,-212.7],"haR":[142.8,-200.5],"shL":[-14.1,-151.7],"elL":[-88.6,-172.7],"haL":[-104.9,-240.6],"hipR":[11.1,12.6],"knR":[66.5,117.1],"ftR":[80.1,233.5],"hipL":[-13.9,2.7],"knL":[-41,122.7],"ftL":[-94.4,235.8]},{"rootY":23.2,"hips":[0,0],"chest":[5.8,-97.4],"neck":[26.1,-161.2],"head":[34.7,-194.8],"shR":[63.7,-168.5],"elR":[118.4,-217.2],"haR":[147.4,-215.9],"shL":[-20.2,-149.3],"elL":[-93.9,-163.7],"haL":[-118.2,-228.9],"hipR":[11.3,13.2],"knR":[71.7,115.1],"ftR":[71.5,231.2],"hipL":[-13.6,2.2],"knL":[-41.6,121.9],"ftL":[-102.9,231.2]},{"rootY":28.2,"hips":[0,0],"chest":[1.9,-97.1],"neck":[20,-161],"head":[31.7,-194.3],"shR":[58.3,-166.6],"elR":[109.3,-202.6],"haR":[152,-229.5],"shL":[-25.9,-144.9],"elL":[-98.2,-143.9],"haL":[-126.8,-207.6],"hipR":[14.6,13.9],"knR":[80.6,112.1],"ftR":[70.3,226.4],"hipL":[-16.7,1.3],"knL":[-39.6,121.7],"ftL":[-105.8,228]},{"rootY":30.2,"hips":[0,0],"chest":[1.6,-96.9],"neck":[15,-161.2],"head":[26.7,-194.7],"shR":[57.5,-159.4],"elR":[106.2,-175.6],"haR":[150.7,-226.1],"shL":[-30,-137.9],"elL":[-98.5,-116.3],"haL":[-130.3,-175.9],"hipR":[19.7,13.3],"knR":[84.3,111.7],"ftR":[68.8,224],"hipL":[-22.2,2],"knL":[-38.5,121.9],"ftL":[-108.7,225.7]},{"rootY":28.5,"hips":[0,0],"chest":[-0.1,-97.1],"neck":[7,-161.4],"head":[17.1,-195.5],"shR":[54.1,-153.4],"elR":[99.2,-143],"haR":[143.4,-195.4],"shL":[-36.3,-132.8],"elL":[-96.7,-91.8],"haL":[-129.7,-132.8],"hipR":[24.5,11.1],"knR":[75.3,116.2],"ftR":[60.3,226.2],"hipL":[-26.4,4.5],"knL":[-43.7,121.7],"ftL":[-115,224.5]},{"rootY":24.6,"hips":[0,0],"chest":[-4.7,-96.9],"neck":[-2.6,-160.4],"head":[5.1,-195],"shR":[47.8,-147],"elR":[82.2,-115.5],"haR":[130.9,-150],"shL":[-45,-132.1],"elL":[-94.1,-76.9],"haL":[-112.8,-84.7],"hipR":[26.4,9.2],"knR":[57.9,121.7],"ftR":[52.2,229.7],"hipL":[-27.2,6.5],"knL":[-52.1,120.2],"ftL":[-115.9,225.8]},{"rootY":21.9,"hips":[0,0],"chest":[-9.2,-96.6],"neck":[-10.2,-158.7],"head":[-5.2,-193.2],"shR":[41,-137.7],"elR":[60.9,-96.2],"haR":[119,-92.9],"shL":[-52.5,-133.4],"elL":[-88.3,-68.7],"haL":[-75.4,-52.5],"hipR":[25.9,8.1],"knR":[41.4,124.8],"ftR":[55,230.2],"hipL":[-25.7,7.5],"knL":[-62,117.2],"ftL":[-101.2,229.3]},{"rootY":22.9,"hips":[0,0],"chest":[-11.3,-96.6],"neck":[-14.2,-157.6],"head":[-11.9,-191.6],"shR":[35.6,-131],"elR":[47.2,-84.4],"haR":[102,-46.1],"shL":[-57.2,-134.8],"elL":[-78.6,-64.4],"haL":[-31.5,-48.2],"hipR":[24.8,7.1],"knR":[30.1,126.4],"ftR":[68.5,227.2],"hipL":[-24,8.5],"knL":[-72.8,114.8],"ftL":[-84.8,231]},{"rootY":25.9,"hips":[0,0],"chest":[-10.3,-96.8],"neck":[-14,-157.8],"head":[-12.8,-191.5],"shR":[35.6,-128.8],"elR":[47.5,-73],"haR":[91.7,-19.1],"shL":[-59,-135.8],"elL":[-65.3,-65.3],"haL":[-0.6,-64.1],"hipR":[24.4,6.7],"knR":[27.4,127.5],"ftR":[82.1,224.3],"hipL":[-23.5,8.9],"knL":[-80,112.7],"ftL":[-78.3,229.5]},{"rootY":27.3,"hips":[0,0],"chest":[-8,-97.1],"neck":[-10.5,-159.3],"head":[-8,-193.2],"shR":[41.3,-129.6],"elR":[54.6,-64.7],"haR":[90.1,-11.9],"shL":[-57.2,-138.2],"elL":[-55,-73.4],"haL":[11.6,-89.7],"hipR":[25.3,7],"knR":[32.5,127.7],"ftR":[90,224.1],"hipL":[-24.7,8.6],"knL":[-81.4,112.1],"ftL":[-76.7,227.2]},{"rootY":24.7,"hips":[0,0],"chest":[-5.1,-97.4],"neck":[-3.7,-160.8],"head":[1.3,-195],"shR":[48.7,-130.3],"elR":[69.6,-62.3],"haR":[100.2,-23.3],"shL":[-52,-142.5],"elL":[-54.6,-88.2],"haL":[9.4,-115.5],"hipR":[26.5,7.9],"knR":[42.4,126.9],"ftR":[95.7,226],"hipL":[-26.5,7.8],"knL":[-74.7,115],"ftL":[-72.8,226.8]},{"rootY":18.7,"hips":[0,0],"chest":[-2.8,-97.5],"neck":[4,-161.2],"head":[11.6,-195.7],"shR":[55.7,-132.1],"elR":[94.1,-68.5],"haR":[115.5,-47.4],"shL":[-45.2,-145],"elL":[-64.5,-109.7],"haL":[-0.6,-137.2],"hipR":[26.2,9.1],"knR":[52.4,125.2],"ftR":[101,228.3],"hipL":[-26.9,6.6],"knL":[-62.2,119.2],"ftL":[-71.3,227.6]},{"rootY":11.4,"hips":[0,0],"chest":[-2,-97.4],"neck":[9.8,-161],"head":[19.4,-195.5],"shR":[60.4,-136],"elR":[120.7,-89.1],"haR":[128.5,-81],"shL":[-38.6,-144.8],"elL":[-77.5,-137.6],"haL":[-12.6,-156.3],"hipR":[24.2,10.2],"knR":[60,122.4],"ftR":[99.6,229.8],"hipL":[-25.3,5.4],"knL":[-49.4,122.2],"ftL":[-80.9,227.4]},{"rootY":6.5,"hips":[0,0],"chest":[-1.3,-97.5],"neck":[13.1,-161.3],"head":[23.2,-195.9],"shR":[62.4,-141],"elR":[138.1,-124.7],"haR":[137,-118.2],"shL":[-33,-147.5],"elL":[-80.9,-167.2],"haL":[-28,-178.9],"hipR":[21.1,11.1],"knR":[66.9,117.6],"ftR":[84.9,229.2],"hipL":[-22.5,4.5],"knL":[-40.8,124.1],"ftL":[-98.2,225.6]},{"rootY":6.5,"hips":[0,0],"chest":[0.1,-97.7],"neck":[14.4,-162.6],"head":[23.2,-197.2],"shR":[62.6,-150.8],"elR":[138.5,-167.2],"haR":[141.8,-159],"shL":[-29,-153.7],"elL":[-72.4,-193.5],"haL":[-49.9,-209.5],"hipR":[18,11.8],"knR":[73.5,113.5],"ftR":[58.5,227.7],"hipL":[-19.6,3.7],"knL":[-40.7,124],"ftL":[-113.5,223.4]},{"rootY":10.7,"hips":[0,0],"chest":[1.1,-97.9],"neck":[14.9,-163.7],"head":[21.2,-197.8],"shR":[59.5,-164.1],"elR":[124.3,-204.7],"haR":[138,-201.8],"shL":[-25.2,-160.4],"elL":[-59.1,-208.5],"haL":[-65.8,-236],"hipR":[16.5,12],"knR":[76.1,114.2],"ftR":[35.7,228.3],"hipL":[-18.1,3.5],"knL":[-46.8,122.2],"ftL":[-123,221.6]},{"rootY":17.5,"hips":[0,0],"chest":[1.5,-98],"neck":[15.5,-164.1],"head":[20,-197],"shR":[53.8,-174.6],"elR":[104.7,-227.3],"haR":[128.2,-239.8],"shL":[-19.6,-165.2],"elL":[-52.2,-213.6],"haL":[-69.2,-253.5],"hipR":[16.2,11.9],"knR":[76.9,116.2],"ftR":[24.2,228.5],"hipL":[-17.9,3.6],"knL":[-53.4,119.8],"ftL":[-129,219.7]},{"rootY":24.7,"hips":[0,0],"chest":[1,-98.1],"neck":[14.8,-163.9],"head":[19.8,-196.4],"shR":[50.2,-177.4],"elR":[92.3,-232.7],"haR":[117.5,-271.1],"shL":[-10.4,-169.6],"elL":[-58,-212.3],"haL":[-69.3,-266.5],"hipR":[16.2,11.9],"knR":[79.6,115.9],"ftR":[20.9,225.8],"hipL":[-17.9,3.6],"knL":[-57.9,118.2],"ftL":[-134.5,217.1]},{"rootY":29.3,"hips":[0,0],"chest":[0.5,-98],"neck":[12.5,-164],"head":[19.2,-196.5],"shR":[50.4,-174.3],"elR":[93.4,-226.1],"haR":[109.4,-285.9],"shL":[-15.3,-170.4],"elL":[-69.1,-203.5],"haL":[-78.7,-261],"hipR":[16.9,11.9],"knR":[82.6,114.5],"ftR":[20.5,221.8],"hipL":[-18.5,3.5],"knL":[-59.7,118.1],"ftL":[-138.9,215.1]},{"rootY":28.8,"hips":[0,0],"chest":[0.9,-97.9],"neck":[10.1,-164.4],"head":[18.3,-196.8],"shR":[50.9,-170.5],"elR":[99.5,-212.7],"haR":[107.1,-281.7],"shL":[-32.5,-155.2],"elL":[-80.6,-194.1],"haL":[-99.9,-235.4],"hipR":[19.3,11.8],"knR":[81.4,115.2],"ftR":[19.8,220.6],"hipL":[-21,3.7],"knL":[-59.1,118.8],"ftL":[-140,214.5]},{"rootY":24,"hips":[0,0],"chest":[0.5,-97.6],"neck":[6,-164],"head":[15.6,-196.1],"shR":[49.2,-167.2],"elR":[98,-194.3],"haR":[117.6,-259.5],"shL":[-39.8,-150.8],"elL":[-97,-177.4],"haL":[-125.1,-196.5],"hipR":[23.2,11],"knR":[71.9,118.2],"ftR":[21.3,221.6],"hipL":[-24.7,4.5],"knL":[-59.4,117.3],"ftL":[-136.6,214.4]},{"rootY":18.3,"hips":[0,0],"chest":[-1.5,-96.9],"neck":[1.2,-162.3],"head":[11.1,-194.4],"shR":[46.9,-161.9],"elR":[87.9,-175.1],"haR":[133.9,-217.2],"shL":[-46.1,-147.7],"elL":[-110.2,-154.6],"haL":[-142.2,-153.8],"hipR":[26,9.6],"knR":[53.5,121.8],"ftR":[32.2,220.6],"hipL":[-26.9,6],"knL":[-64.8,111.5],"ftL":[-126.7,215.6]},{"rootY":14.9,"hips":[0,0],"chest":[-3.9,-96.4],"neck":[-3.3,-160.6],"head":[5.9,-193],"shR":[44.6,-152.9],"elR":[78.7,-155.4],"haR":[137.5,-167],"shL":[-50.8,-144.9],"elL":[-116.6,-125.9],"haL":[-150,-112],"hipR":[26.4,8.3],"knR":[33.7,125.3],"ftR":[55.5,217.6],"hipL":[-26.8,7.4],"knL":[-73.4,106],"ftL":[-110.2,220.4]},{"rootY":15.8,"hips":[0,0],"chest":[-6.2,-96.3],"neck":[-7.8,-159.7],"head":[0.1,-192.5],"shR":[41.5,-145.9],"elR":[74.5,-131.1],"haR":[135.4,-112.2],"shL":[-54.6,-141.8],"elL":[-114.4,-96.8],"haL":[-150.2,-77.2],"hipR":[25.7,7.2],"knR":[21.3,128.5],"ftR":[84.2,215.7],"hipL":[-25.6,8.4],"knL":[-80.3,105.3],"ftL":[-93.9,226.7]},{"rootY":20.6,"hips":[0,0],"chest":[-6.7,-96.6],"neck":[-10.4,-159],"head":[-4.7,-192.2],"shR":[40.7,-143.6],"elR":[71.5,-104.8],"haR":[124.1,-61.9],"shL":[-57.1,-137],"elL":[-104.9,-74.8],"haL":[-136.2,-50.8],"hipR":[25.1,7.2],"knR":[25.3,130.2],"ftR":[107.7,216.3],"hipL":[-24.8,8.5],"knL":[-82.6,106.1],"ftL":[-83.3,229.4]},{"rootY":25.5,"hips":[0,0],"chest":[-6.5,-96.6],"neck":[-11.2,-157.4],"head":[-8.5,-190.6],"shR":[42.2,-139.1],"elR":[67.9,-83.7],"haR":[109.8,-27.7],"shL":[-59.1,-131.9],"elL":[-97.9,-62.7],"haL":[-115.1,-37.7],"hipR":[25.5,7.1],"knR":[37.3,129.4],"ftR":[119.2,218.6],"hipL":[-25,8.6],"knL":[-84.5,104.9],"ftL":[-79,227.6]},{"rootY":27.8,"hips":[0,0],"chest":[-5.7,-96.5],"neck":[-10.5,-155.9],"head":[-10,-188.8],"shR":[44.4,-134.5],"elR":[71.2,-71.6],"haR":[99.1,-11.7],"shL":[-60.8,-130],"elL":[-95.9,-58.9],"haL":[-93.8,-39.2],"hipR":[26.3,7.3],"knR":[50,126.8],"ftR":[123.1,219.5],"hipL":[-26,8.3],"knL":[-86.5,102.5],"ftL":[-77,224.1]},{"rootY":25.7,"hips":[0,0],"chest":[-4.2,-96.9],"neck":[-8.4,-156.3],"head":[-7.3,-188.8],"shR":[46.6,-132.1],"elR":[84.3,-66],"haR":[90.3,-13],"shL":[-60.5,-131.1],"elL":[-96.9,-61.4],"haL":[-80.6,-52.6],"hipR":[26.5,8.6],"knR":[59.4,124.6],"ftR":[124.8,220.6],"hipL":[-26.9,7.1],"knL":[-85.2,102.7],"ftL":[-74.7,223.7]},{"rootY":19.1,"hips":[0,0],"chest":[-2.4,-97.6],"neck":[-5.6,-158.3],"head":[-1.9,-190.1],"shR":[48.9,-131.4],"elR":[96,-67.7],"haR":[84.3,-28.9],"shL":[-58.1,-133.7],"elL":[-100.8,-68.9],"haL":[-80.9,-69.1],"hipR":[26.2,9.5],"knR":[64.4,124.7],"ftR":[124.3,224.7],"hipL":[-27.2,6.1],"knL":[-79,106.7],"ftL":[-71.7,228.1]},{"rootY":12.1,"hips":[0,0],"chest":[-0.8,-97.9],"neck":[-2.5,-160.5],"head":[3.9,-191.8],"shR":[51.6,-133.9],"elR":[101.4,-76],"haR":[79.9,-53.9],"shL":[-55.8,-137.5],"elL":[-109.1,-83.4],"haL":[-89.8,-96.3],"hipR":[26.1,9.9],"knR":[67.2,125.2],"ftR":[116.5,229.6],"hipL":[-27.3,5.7],"knL":[-71.9,111.6],"ftL":[-68.8,233.3]},{"rootY":7.9,"hips":[0,0],"chest":[0.2,-98],"neck":[-0.3,-162],"head":[7.6,-193.9],"shR":[53.6,-138.7],"elR":[103,-88],"haR":[75.7,-83.3],"shL":[-54.1,-139.8],"elL":[-120,-106.7],"haL":[-102.4,-133.2],"hipR":[26,10.1],"knR":[68,125.6],"ftR":[99.1,233.8],"hipL":[-27.4,5.5],"knL":[-68.3,114.7],"ftL":[-69.2,236.1]},{"rootY":6.9,"hips":[0,0],"chest":[0.8,-98],"neck":[0.7,-163.2],"head":[8.4,-196.5],"shR":[53.9,-143.8],"elR":[104,-104.1],"haR":[72.9,-114.2],"shL":[-53.6,-143.8],"elL":[-126.7,-134.3],"haL":[-113.1,-172.1],"hipR":[25.6,10.7],"knR":[67.2,126.4],"ftR":[77.5,237.4],"hipL":[-27.3,4.9],"knL":[-66,116],"ftL":[-75.7,236.3]},{"rootY":8.8,"hips":[0,0],"chest":[1.4,-98.2],"neck":[1.9,-164.4],"head":[7.8,-198.9],"shR":[54.1,-148.1],"elR":[106.3,-122.7],"haR":[72.8,-144.7],"shL":[-52.5,-149.5],"elL":[-127,-161.1],"haL":[-122.2,-206.6],"hipR":[24.8,11.5],"knR":[65.6,127.4],"ftR":[60.2,240],"hipL":[-27,4],"knL":[-60.9,117.6],"ftL":[-85.6,234.9]},{"rootY":12,"hips":[0,0],"chest":[2.1,-98.3],"neck":[3.6,-164.8],"head":[6.5,-200.2],"shR":[54.9,-151.7],"elR":[109.9,-140.1],"haR":[75.5,-173],"shL":[-50.3,-154.2],"elL":[-121.8,-182.8],"haL":[-130.8,-233.9],"hipR":[24.1,12],"knR":[64.5,127.6],"ftR":[52.3,240],"hipL":[-26.5,3.5],"knL":[-55.2,119.6],"ftL":[-92.8,233.2]},{"rootY":13.5,"hips":[0,0],"chest":[2.6,-98.2],"neck":[4,-164.2],"head":[2.8,-200],"shR":[54.4,-154.8],"elR":[113.6,-149.9],"haR":[81.3,-193.3],"shL":[-48.4,-157.9],"elL":[-118.1,-192.5],"haL":[-136.8,-249],"hipR":[23.8,12.2],"knR":[62.8,128.1],"ftR":[50.6,239.4],"hipL":[-26.3,3.3],"knL":[-55,120.1],"ftL":[-95.5,233]},{"rootY":11.6,"hips":[0,0],"chest":[2,-98.4],"neck":[0.8,-163.7],"head":[-4,-199.4],"shR":[50.8,-156.7],"elR":[113.4,-147.9],"haR":[88.8,-200.8],"shL":[-49.3,-161.2],"elL":[-122.4,-187.6],"haL":[-139.8,-250.8],"hipR":[24.4,11.8],"knR":[58.8,129.4],"ftR":[48.9,241],"hipL":[-26.8,3.6],"knL":[-60.8,119.4],"ftL":[-97.6,234.9]},{"rootY":7.8,"hips":[0,0],"chest":[0,-99.1],"neck":[-5.6,-164.1],"head":[-12.3,-199.4],"shR":[45.3,-156.2],"elR":[106.8,-136.5],"haR":[95,-194.5],"shL":[-55.3,-160.1],"elL":[-131.1,-171.9],"haL":[-145.9,-238.4],"hipR":[25.4,10.7],"knR":[52.3,130.7],"ftR":[46.4,243.9],"hipL":[-27.3,4.8],"knL":[-65.9,119.9],"ftL":[-101.2,237.7]},{"rootY":5,"hips":[0,0],"chest":[-2.6,-99.7],"neck":[-11.9,-164.9],"head":[-19.4,-199.8],"shR":[40.5,-154.2],"elR":[97.9,-121.7],"haR":[98.6,-175.2],"shL":[-62.8,-154.5],"elL":[-138.1,-149.4],"haL":[-154.3,-214.9],"hipR":[26.3,9.3],"knR":[47,130.8],"ftR":[48.3,244.4],"hipL":[-27.2,6.2],"knL":[-66,122.2],"ftL":[-101.7,240.7]},{"rootY":4.4,"hips":[0,0],"chest":[-4.2,-99.9],"neck":[-16,-165.3],"head":[-23.4,-199.9],"shR":[37.6,-151.1],"elR":[93.4,-108.7],"haR":[99.8,-145.9],"shL":[-67.3,-146.2],"elL":[-138.5,-123.6],"haL":[-159.7,-182.5],"hipR":[26.6,8.5],"knR":[46.5,129.8],"ftR":[58.5,241.9],"hipL":[-26.9,7],"knL":[-63.6,124.1],"ftL":[-94.5,243.3]},{"rootY":6.9,"hips":[0,0],"chest":[-4.7,-99.6],"neck":[-18.3,-165.2],"head":[-24.4,-199.7],"shR":[36,-146.5],"elR":[93.8,-101],"haR":[96.4,-115.9],"shL":[-68.1,-137.6],"elL":[-132.4,-99.1],"haL":[-157.2,-141.9],"hipR":[26.6,8.1],"knR":[50.2,128.5],"ftR":[74.6,237.2],"hipL":[-26.6,7.5],"knL":[-65.1,123.3],"ftL":[-82.5,242.7]},{"rootY":13.4,"hips":[0,0],"chest":[-5.2,-98.9],"neck":[-19.3,-164.7],"head":[-23.5,-199.4],"shR":[34.5,-141.9],"elR":[95,-97.8],"haR":[88.9,-90.5],"shL":[-67.3,-131.8],"elL":[-125.2,-82.7],"haL":[-145.2,-102],"hipR":[26.6,7.2],"knR":[54.1,126.9],"ftR":[90.4,229.3],"hipL":[-26,8.5],"knL":[-71.7,119.7],"ftL":[-74.6,236.6]},{"rootY":20.8,"hips":[0,0],"chest":[-5,-98.1],"neck":[-18.2,-163.8],"head":[-20.3,-199],"shR":[34.9,-137.3],"elR":[96.8,-95],"haR":[82.7,-75.4],"shL":[-65.5,-128.5],"elL":[-120.4,-74.5],"haL":[-130,-68.6],"hipR":[26.4,6.6],"knR":[57.3,125.9],"ftR":[101.6,219.8],"hipL":[-25.7,9],"knL":[-76.5,116.2],"ftL":[-72.1,229.4]},{"rootY":24.4,"hips":[0,0],"chest":[-4,-97.6],"neck":[-14.7,-162.9],"head":[-14.9,-198.5],"shR":[38,-133.5],"elR":[99.8,-89.2],"haR":[81.1,-68.5],"shL":[-62.3,-126.5],"elL":[-117.7,-71.4],"haL":[-117.9,-47.2],"hipR":[26.6,6.8],"knR":[61.1,125],"ftR":[107.6,214],"hipL":[-26,8.8],"knL":[-75.9,115.8],"ftL":[-70.5,226.3]},{"rootY":21.2,"hips":[0,0],"chest":[-3.1,-97.6],"neck":[-9.8,-162.6],"head":[-8.1,-198.2],"shR":[42.9,-131.5],"elR":[104.5,-84.3],"haR":[87.6,-71.2],"shL":[-59.1,-126.3],"elL":[-115.6,-71],"haL":[-112.2,-39.9],"hipR":[26.9,6.9],"knR":[64.7,124.1],"ftR":[110.7,215.5],"hipL":[-26.4,8.8],"knL":[-70.7,119.1],"ftL":[-67.7,228.3]},{"rootY":13.4,"hips":[0,0],"chest":[-3.1,-97.9],"neck":[-5.3,-163.1],"head":[-1.4,-198.6],"shR":[47.4,-132.1],"elR":[110.9,-86.7],"haR":[96.1,-86.2],"shL":[-56.8,-129.1],"elL":[-116.1,-76.5],"haL":[-113.9,-51.4],"hipR":[27.1,6.7],"knR":[66.8,123.3],"ftR":[110.2,220.6],"hipL":[-26.4,9],"knL":[-64.2,123.1],"ftL":[-66.9,232.8]},{"rootY":4.8,"hips":[0,0],"chest":[-4.2,-98.2],"neck":[-2.6,-164],"head":[3.7,-198.9],"shR":[50,-134.1],"elR":[118.7,-98.1],"haR":[103.5,-111.6],"shL":[-56,-133.7],"elL":[-121.8,-89.8],"haL":[-119.5,-80.8],"hipR":[26.9,6.5],"knR":[67.5,122.8],"ftR":[103.1,224.1],"hipL":[-26.2,9.2],"knL":[-58.6,125.8],"ftL":[-72.4,236.3]},{"rootY":-1.7,"hips":[0,0],"chest":[-6.2,-98.1],"neck":[-2.3,-164.7],"head":[6.5,-198.6],"shR":[50.5,-137.7],"elR":[124.2,-116.6],"haR":[108.3,-141.2],"shL":[-56.4,-137.2],"elL":[-129.3,-110.9],"haL":[-124.6,-119.6],"hipR":[26.1,6.8],"knR":[68.5,122.3],"ftR":[89.5,226.2],"hipL":[-25.6,8.8],"knL":[-53.9,126.5],"ftL":[-84.8,234.8]},{"rootY":-3.5,"hips":[0,0],"chest":[-8.8,-98],"neck":[-4.8,-165.8],"head":[6.9,-197.7],"shR":[48.6,-144.4],"elR":[124.7,-140.3],"haR":[111.1,-170.1],"shL":[-58.3,-142.1],"elL":[-131.3,-136.9],"haL":[-126.3,-160.2],"hipR":[24.8,7.4],"knR":[68.7,121.8],"ftR":[75.4,230.6],"hipL":[-24.5,8.3],"knL":[-50.6,125.6],"ftL":[-100.1,227.6]}]} \ No newline at end of file diff --git a/ink-theater/mocap/clips/dance_glide.json b/ink-theater/mocap/clips/dance_glide.json new file mode 100644 index 00000000..13b1a76d --- /dev/null +++ b/ink-theater/mocap/clips/dance_glide.json @@ -0,0 +1 @@ +{"name":"dance_glide","fps":30,"height":520,"groundY":336,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[0.3,-87],"neck":[0.3,-87],"head":[-1.4,-154.3],"shR":[-66.4,-98.5],"elR":[-180.7,-82.5],"haR":[-231.4,-75.3],"shL":[71.5,-97.4],"elL":[182.3,-81.8],"haL":[232.2,-74.8],"hipR":[-32.8,35.3],"knR":[-30.4,171.1],"ftR":[-27.5,335.7],"hipL":[34,35.3],"knL":[31.6,171.1],"ftL":[28.7,335.1]},{"rootY":-0.1,"hips":[0,0],"chest":[4.4,-86.4],"neck":[4.4,-86.4],"head":[3.1,-155.3],"shR":[-59.4,-99.3],"elR":[-69.9,2.2],"haR":[-69.5,53.5],"shL":[68.8,-95.4],"elL":[111.7,5.8],"haL":[102.4,55.2],"hipR":[-27.5,39.2],"knR":[-15.5,174.5],"ftR":[81.2,275],"hipL":[28.7,39.5],"knL":[-11.5,165.3],"ftL":[-21.6,316.3]},{"rootY":-0.4,"hips":[0,0],"chest":[3.9,-86.3],"neck":[3.9,-86.3],"head":[2.2,-155.4],"shR":[-59.9,-99.4],"elR":[-71.5,1.1],"haR":[-69.6,52.3],"shL":[68.2,-95.1],"elL":[112.7,5.6],"haL":[102.3,54.8],"hipR":[-27.4,39],"knR":[-15.2,174.3],"ftR":[81.9,275.3],"hipL":[28.4,39.7],"knL":[-12.1,165.6],"ftL":[-21.5,316.7]},{"rootY":-0.8,"hips":[0,0],"chest":[3.6,-86.3],"neck":[3.6,-86.3],"head":[1.7,-155.5],"shR":[-60,-99.3],"elR":[-73.4,0],"haR":[-69.9,51],"shL":[67.6,-95],"elL":[114.3,5],"haL":[102.1,53.9],"hipR":[-27.1,38.7],"knR":[-15,174],"ftR":[82.8,275.7],"hipL":[28.1,40],"knL":[-12.6,165.8],"ftL":[-21.4,316.9]},{"rootY":-1.1,"hips":[0,0],"chest":[3.4,-86.2],"neck":[3.4,-86.2],"head":[1.1,-155.4],"shR":[-60.1,-99.5],"elR":[-75.6,-1.4],"haR":[-70.2,49.4],"shL":[67.1,-94.5],"elL":[116.7,4.4],"haL":[102.5,52.8],"hipR":[-26.7,38.7],"knR":[-14.7,174],"ftR":[83.5,276.1],"hipL":[27.7,40],"knL":[-13.9,165.8],"ftL":[-21.1,317.2]},{"rootY":-1.3,"hips":[0,0],"chest":[3.3,-86.1],"neck":[3.3,-86.1],"head":[1,-155.4],"shR":[-60,-99.6],"elR":[-77.3,-2.4],"haR":[-70.6,48.1],"shL":[66.6,-94.1],"elL":[119,3.6],"haL":[102.7,51.4],"hipR":[-26.6,38.4],"knR":[-13.5,173.6],"ftR":[84.8,275.7],"hipL":[27.4,40.2],"knL":[-14.7,166],"ftL":[-20.7,317.4]},{"rootY":-1.6,"hips":[0,0],"chest":[3.5,-86],"neck":[3.5,-86],"head":[1.3,-155.4],"shR":[-59.5,-99.8],"elR":[-78.1,-3.2],"haR":[-70.4,47.1],"shL":[66.5,-93.5],"elL":[120.9,3.4],"haL":[102.8,50.5],"hipR":[-26,38.3],"knR":[-12.8,173.4],"ftR":[86.1,276.3],"hipL":[27.1,40.3],"knL":[-16,166.1],"ftL":[-19.8,317.7]},{"rootY":-1.5,"hips":[0,0],"chest":[3.7,-85.8],"neck":[3.7,-85.8],"head":[1.7,-155.2],"shR":[-59.2,-100],"elR":[-79.1,-4],"haR":[-70.9,46.3],"shL":[66.6,-92.9],"elL":[122.9,3],"haL":[103.7,49.7],"hipR":[-25.8,38.1],"knR":[-11.1,173.1],"ftR":[87.5,275.9],"hipL":[26.8,40.5],"knL":[-15.3,166.5],"ftL":[-19.2,317.8]},{"rootY":-1.6,"hips":[0,0],"chest":[4.1,-85.7],"neck":[4.1,-85.7],"head":[2.2,-155.2],"shR":[-58.5,-100.5],"elR":[-78.4,-4.4],"haR":[-70.8,46],"shL":[66.9,-92.2],"elL":[124.3,3.1],"haL":[104.5,49.5],"hipR":[-25.9,37.9],"knR":[-8.9,172.6],"ftR":[88.7,275.6],"hipL":[26.6,40.7],"knL":[-15.3,166.9],"ftL":[-18.1,317.9]},{"rootY":-1.8,"hips":[0,0],"chest":[4.9,-85.5],"neck":[4.9,-85.5],"head":[3,-154.9],"shR":[-57.7,-100.3],"elR":[-76.6,-4],"haR":[-70.4,46.6],"shL":[67.8,-92.1],"elL":[124.9,3.3],"haL":[105,49.6],"hipR":[-25.8,37.8],"knR":[-6.9,172.1],"ftR":[88.6,275.2],"hipL":[26.8,40.8],"knL":[-15.2,167.1],"ftL":[-16.9,318]},{"rootY":-1.7,"hips":[0,0],"chest":[6.2,-85.4],"neck":[6.2,-85.4],"head":[4,-154.6],"shR":[-56.6,-100.5],"elR":[-73.9,-3.4],"haR":[-69.8,47.6],"shL":[69.4,-91.7],"elL":[125.2,4.3],"haL":[105.8,50.7],"hipR":[-26.2,37.7],"knR":[-4.4,171.4],"ftR":[86.9,274.5],"hipL":[26.6,40.9],"knL":[-14.4,167.6],"ftL":[-15.8,318.3]},{"rootY":-1.8,"hips":[0,0],"chest":[6.8,-85.4],"neck":[6.8,-85.4],"head":[4.4,-154.7],"shR":[-56.2,-100.7],"elR":[-70.7,-2.6],"haR":[-69.7,48.6],"shL":[70.6,-91.6],"elL":[123.3,5.7],"haL":[105.5,52.3],"hipR":[-27.2,37.1],"knR":[-3.9,170],"ftR":[82,274.1],"hipL":[26.6,41.4],"knL":[-15.4,168],"ftL":[-14.9,318.5]},{"rootY":-1.8,"hips":[0,0],"chest":[7.6,-85.4],"neck":[7.6,-85.4],"head":[4.8,-154.6],"shR":[-55.8,-100.6],"elR":[-67.3,-0.8],"haR":[-69.4,50.4],"shL":[72,-91.9],"elL":[119.9,7.3],"haL":[105,54.4],"hipR":[-27.8,37],"knR":[-4.5,169.1],"ftR":[74.5,273.7],"hipL":[26.8,41.5],"knL":[-15.3,168.2],"ftL":[-14.2,318.5]},{"rootY":-2.2,"hips":[0,0],"chest":[7.9,-85.6],"neck":[7.9,-85.6],"head":[4.6,-154.7],"shR":[-55.9,-100.4],"elR":[-63.9,1.6],"haR":[-70,52.4],"shL":[73.1,-92.6],"elL":[113.7,9.1],"haL":[103.8,56.9],"hipR":[-29.2,36.4],"knR":[-7.7,168],"ftR":[63.4,271.8],"hipL":[26.6,42],"knL":[-15.8,168.9],"ftL":[-13.8,319]},{"rootY":-3.6,"hips":[0,0],"chest":[8.4,-85.6],"neck":[8.4,-85.6],"head":[4.2,-154.7],"shR":[-56,-100],"elR":[-61.7,4.8],"haR":[-71,54.6],"shL":[74.3,-93.2],"elL":[105.9,11],"haL":[102.9,59.4],"hipR":[-30,35.9],"knR":[-14.1,167.5],"ftR":[48.5,269.6],"hipL":[26.2,42.5],"knL":[-14.6,170.1],"ftL":[-13.8,320.1]},{"rootY":-4.3,"hips":[0,0],"chest":[8.4,-85.8],"neck":[8.4,-85.8],"head":[3.3,-154.7],"shR":[-56.6,-99.4],"elR":[-62.5,8.1],"haR":[-74,56.5],"shL":[75.2,-94.4],"elL":[97,11.9],"haL":[101.8,60.7],"hipR":[-31.3,34.9],"knR":[-22.8,165.9],"ftR":[31.9,266.6],"hipL":[25.6,43.3],"knL":[-16.4,170.9],"ftL":[-14.5,320.9]},{"rootY":-4.9,"hips":[0,0],"chest":[8.2,-86],"neck":[8.2,-86],"head":[2.1,-154.8],"shR":[-57.4,-98.9],"elR":[-66.6,10.1],"haR":[-78.6,57.5],"shL":[75.9,-95.3],"elL":[91.4,12.2],"haL":[101.1,61],"hipR":[-32.2,34.6],"knR":[-31.1,165],"ftR":[12.1,264.7],"hipL":[25.5,43.5],"knL":[-15.8,171.6],"ftL":[-15.7,321.5]},{"rootY":-5.3,"hips":[0,0],"chest":[7.8,-86.1],"neck":[7.8,-86.1],"head":[0.8,-154.8],"shR":[-58.5,-97.9],"elR":[-73.1,11.5],"haR":[-86.2,57.8],"shL":[76.1,-96.8],"elL":[88.9,10.7],"haL":[101.2,59.5],"hipR":[-33.3,34.2],"knR":[-40.1,164],"ftR":[-11.2,263.4],"hipL":[25.4,43.8],"knL":[-14.9,172.3],"ftL":[-17.5,321.8]},{"rootY":-5.4,"hips":[0,0],"chest":[7.2,-86.2],"neck":[7.2,-86.2],"head":[-0.7,-154.9],"shR":[-59.5,-97.1],"elR":[-81.1,11.3],"haR":[-95.7,56],"shL":[76.3,-97.9],"elL":[90.3,8.6],"haL":[105.5,56.7],"hipR":[-34.4,34],"knR":[-48.7,162.9],"ftR":[-36.3,262.3],"hipL":[25.5,44],"knL":[-15.9,172.3],"ftL":[-19.3,321.7]},{"rootY":-5.2,"hips":[0,0],"chest":[6.2,-86.3],"neck":[6.2,-86.3],"head":[-2.5,-154.9],"shR":[-61,-96.1],"elR":[-92.1,10.1],"haR":[-108.8,52.6],"shL":[75.9,-99.2],"elL":[95.5,5.3],"haL":[114.2,51.6],"hipR":[-35.3,33.6],"knR":[-57.5,162],"ftR":[-62,261.9],"hipL":[25.7,44.2],"knL":[-15.1,172.6],"ftL":[-21.8,321.4]},{"rootY":-4.7,"hips":[0,0],"chest":[4.9,-86.4],"neck":[4.9,-86.4],"head":[-4.7,-154.7],"shR":[-62.5,-94.8],"elR":[-105.5,7.7],"haR":[-126.4,47.2],"shL":[74.8,-100.7],"elL":[103.6,-0.1],"haL":[126.5,43.1],"hipR":[-35.8,33.7],"knR":[-67.3,161.1],"ftR":[-87.4,261.5],"hipL":[26,44.2],"knL":[-15.4,172.4],"ftL":[-24.8,320.8]},{"rootY":-3.9,"hips":[0,0],"chest":[3.6,-86.5],"neck":[3.6,-86.5],"head":[-6.9,-154.7],"shR":[-64,-93.4],"elR":[-120.6,2.8],"haR":[-146.7,38.5],"shL":[73.5,-102.3],"elL":[113.8,-8.4],"haL":[141.8,29.7],"hipR":[-36,34.2],"knR":[-74.4,161.3],"ftR":[-111.1,262.2],"hipL":[26.8,43.8],"knL":[-15.5,171.8],"ftL":[-27.5,320]},{"rootY":-2.8,"hips":[0,0],"chest":[2.6,-86.5],"neck":[2.6,-86.5],"head":[-8.5,-154.7],"shR":[-65,-91.7],"elR":[-134.3,-3.7],"haR":[-167.6,27.3],"shL":[72.4,-104.1],"elL":[125.7,-20.5],"haL":[159.2,11.2],"hipR":[-36.1,34.8],"knR":[-78.4,162.2],"ftR":[-132.5,264],"hipL":[27.7,43.4],"knL":[-14.1,171.5],"ftL":[-30.5,319]},{"rootY":-1.8,"hips":[0,0],"chest":[1.7,-86.5],"neck":[1.7,-86.5],"head":[-10.3,-154.7],"shR":[-65.9,-90.1],"elR":[-147.8,-12.3],"haR":[-188.4,12.9],"shL":[71.1,-105.8],"elL":[137.9,-35.7],"haL":[176.7,-11.9],"hipR":[-36.2,35.5],"knR":[-78.8,164],"ftR":[-149.9,267.4],"hipL":[28.7,42.9],"knL":[-12.1,171.2],"ftL":[-33,318.3]},{"rootY":-1,"hips":[0,0],"chest":[0.9,-86.4],"neck":[0.9,-86.4],"head":[-12.2,-154.6],"shR":[-66.4,-88.1],"elR":[-160.6,-23.7],"haR":[-207.1,-4.7],"shL":[69.9,-107.7],"elL":[149.1,-54.9],"haL":[192.2,-40.3],"hipR":[-36.4,35.7],"knR":[-77.4,165.2],"ftR":[-162.1,272.7],"hipL":[29.2,42.7],"knL":[-11.1,171],"ftL":[-35.9,317.5]},{"rootY":-0.4,"hips":[0,0],"chest":[0.4,-86.4],"neck":[0.4,-86.4],"head":[-13.5,-154.4],"shR":[-66.6,-86],"elR":[-171.2,-37.9],"haR":[-220.9,-25.2],"shL":[68.7,-109.6],"elL":[158,-77],"haL":[204.3,-72.2],"hipR":[-36.2,36.1],"knR":[-73.7,165.7],"ftR":[-166.8,279.4],"hipL":[30,42.4],"knL":[-9.7,170.5],"ftL":[-38.9,316.9]},{"rootY":0,"hips":[0,0],"chest":[-0.4,-86.3],"neck":[-0.4,-86.3],"head":[-15,-154.3],"shR":[-66.9,-84],"elR":[-178.1,-53.6],"haR":[-228.1,-47.5],"shL":[67.1,-111.4],"elL":[164.1,-100.3],"haL":[211.4,-105.9],"hipR":[-35.8,36.6],"knR":[-65.8,165.3],"ftR":[-162.5,286.3],"hipL":[30.8,41.9],"knL":[-7.9,170.1],"ftL":[-41.7,316.5]},{"rootY":0,"hips":[0,0],"chest":[-1.1,-86.1],"neck":[-1.1,-86.1],"head":[-16.3,-154.3],"shR":[-66.9,-82.6],"elR":[-180.3,-71.1],"haR":[-227.8,-70.7],"shL":[65.5,-112.7],"elL":[165.5,-124.1],"haL":[212.2,-139.6],"hipR":[-35.2,36.7],"knR":[-55.3,162.7],"ftR":[-150.4,292.2],"hipL":[31.1,41.7],"knL":[-6.6,170],"ftL":[-44.9,316.2]},{"rootY":-0.2,"hips":[0,0],"chest":[-1.5,-86],"neck":[-1.5,-86],"head":[-17.2,-154.1],"shR":[-66.4,-80.9],"elR":[-177.2,-88.5],"haR":[-219.6,-92.8],"shL":[64.2,-113.9],"elL":[163,-147],"haL":[206.9,-171.4],"hipR":[-34.1,36.9],"knR":[-39.1,159.8],"ftR":[-130.4,296.2],"hipL":[31.3,41.4],"knL":[-3.5,170.1],"ftL":[-47.5,316]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-86],"neck":[-1.3,-86],"head":[-17.1,-154.1],"shR":[-65,-79.8],"elR":[-168.7,-100.1],"haR":[-204.7,-111.3],"shL":[63.3,-114.9],"elL":[157.6,-167.3],"haL":[196.3,-199.6],"hipR":[-32.4,37.3],"knR":[-24.9,153.2],"ftR":[-104.7,297.2],"hipL":[31.6,41],"knL":[-1.4,169.9],"ftL":[-50.1,315.6]},{"rootY":-0.2,"hips":[0,0],"chest":[-0.3,-86],"neck":[-0.3,-86],"head":[-16.4,-154.1],"shR":[-62.9,-79.1],"elR":[-156.3,-110.4],"haR":[-184.8,-128.2],"shL":[63.4,-115.7],"elL":[150.5,-183.8],"haL":[182.2,-222.2],"hipR":[-30.1,38],"knR":[-10.3,145.2],"ftR":[-75.2,295.3],"hipL":[32.1,40.2],"knL":[0.3,169.6],"ftL":[-52.1,315.2]},{"rootY":0.2,"hips":[0,0],"chest":[0.7,-86],"neck":[0.7,-86],"head":[-15.9,-153.9],"shR":[-60.4,-78.6],"elR":[-141.7,-118.5],"haR":[-161.6,-142.5],"shL":[63.4,-116.3],"elL":[141.5,-196.3],"haL":[165.3,-239],"hipR":[-27.7,38.6],"knR":[5.3,135.8],"ftR":[-41.5,290.4],"hipL":[32.4,39.4],"knL":[1.6,169],"ftL":[-55.8,314.1]},{"rootY":1,"hips":[0,0],"chest":[1.5,-86.1],"neck":[1.5,-86.1],"head":[-15,-154],"shR":[-58.1,-78.5],"elR":[-124.7,-125.7],"haR":[-135.8,-155.2],"shL":[63,-116.5],"elL":[131.4,-204.3],"haL":[146.8,-249.7],"hipR":[-25.1,38.9],"knR":[20.3,126.9],"ftR":[-7.5,284.2],"hipL":[32.6,38.8],"knL":[1.6,168.6],"ftL":[-61.3,312.4]},{"rootY":2.3,"hips":[0,0],"chest":[1.3,-86.2],"neck":[1.3,-86.2],"head":[-14.8,-154.1],"shR":[-56.6,-78.4],"elR":[-106.1,-131.1],"haR":[-109.9,-165.9],"shL":[61.4,-117],"elL":[118.5,-208.7],"haL":[126.3,-255.2],"hipR":[-23.1,39],"knR":[32.9,119.7],"ftR":[23,278.4],"hipL":[32.2,38.5],"knL":[0.9,168.4],"ftL":[-68.3,310.7]},{"rootY":3.3,"hips":[0,0],"chest":[1,-86.3],"neck":[1,-86.3],"head":[-14.9,-154.3],"shR":[-55.1,-78.1],"elR":[-90,-137.1],"haR":[-86.2,-174.9],"shL":[59.5,-117.6],"elL":[104.5,-211.1],"haL":[106,-257.2],"hipR":[-21,39.2],"knR":[43.7,115],"ftR":[49.8,274.3],"hipL":[31.5,38.3],"knL":[0.3,168.2],"ftL":[-74.9,308.4]},{"rootY":5.2,"hips":[0,0],"chest":[1,-86.4],"neck":[1,-86.4],"head":[-14.3,-154.4],"shR":[-53.2,-77.7],"elR":[-75,-142.2],"haR":[-65,-182.1],"shL":[57.7,-118.2],"elL":[93.5,-212.1],"haL":[88.4,-256.3],"hipR":[-18.3,39.4],"knR":[51.1,112.2],"ftR":[72.9,272.4],"hipL":[30.5,37.9],"knL":[1.4,168.1],"ftL":[-80.1,304.7]},{"rootY":6.8,"hips":[0,0],"chest":[0.9,-86.5],"neck":[0.9,-86.5],"head":[-14,-154.6],"shR":[-50.8,-76.6],"elR":[-61.9,-145.3],"haR":[-46.4,-186.9],"shL":[55.2,-119.5],"elL":[84.2,-213.1],"haL":[72.5,-254.3],"hipR":[-14.7,40.2],"knR":[59.1,112.9],"ftR":[89.9,273.8],"hipL":[29.6,36.8],"knL":[4.7,167.6],"ftL":[-84.2,299.7]},{"rootY":9,"hips":[0,0],"chest":[-0.4,-86.5],"neck":[-0.4,-86.5],"head":[-15.6,-154.5],"shR":[-48.9,-75.6],"elR":[-50.6,-147.9],"haR":[-31.1,-190.8],"shL":[50.8,-120.6],"elL":[75.4,-214.3],"haL":[59.2,-252.2],"hipR":[-10.8,40.2],"knR":[66.7,115.4],"ftR":[99,276.9],"hipL":[28,36.4],"knL":[7.4,167.6],"ftL":[-89.5,293.4]},{"rootY":10.5,"hips":[0,0],"chest":[-2.5,-86.4],"neck":[-2.5,-86.4],"head":[-18.5,-154.2],"shR":[-47.4,-74.9],"elR":[-42.4,-150.9],"haR":[-19.6,-194.6],"shL":[44.9,-121.3],"elL":[67.2,-215.7],"haL":[48.1,-250.6],"hipR":[-7.3,40.4],"knR":[73.3,120.9],"ftR":[100.7,281.9],"hipL":[26.7,35.8],"knL":[10.5,167.9],"ftL":[-95.3,288.1]},{"rootY":10.5,"hips":[0,0],"chest":[-6.1,-86.2],"neck":[-6.1,-86.2],"head":[-23.1,-153.5],"shR":[-46.9,-74.6],"elR":[-36.1,-154],"haR":[-12,-198.5],"shL":[37,-121.4],"elL":[57.7,-217.2],"haL":[36.3,-249],"hipR":[-4.3,40.2],"knR":[80.1,127.7],"ftR":[95.9,288.7],"hipL":[24.7,35.8],"knL":[11.5,168.7],"ftL":[-102.2,282.9]},{"rootY":11.1,"hips":[0,0],"chest":[-10,-85.7],"neck":[-10,-85.7],"head":[-28.3,-152.7],"shR":[-47.3,-74.3],"elR":[-32.3,-156.8],"haR":[-8.1,-201.9],"shL":[29.2,-121],"elL":[49.2,-218.9],"haL":[26.9,-247.2],"hipR":[-1.6,40.5],"knR":[83.9,134.2],"ftR":[86.9,295.7],"hipL":[22.6,35.4],"knL":[15.6,169.2],"ftL":[-107,276.1]},{"rootY":11.9,"hips":[0,0],"chest":[-13.6,-85.1],"neck":[-13.6,-85.1],"head":[-32.7,-151.8],"shR":[-47.3,-73.7],"elR":[-29.6,-159.3],"haR":[-6.6,-204.9],"shL":[21.8,-120.5],"elL":[40.5,-220.3],"haL":[18.9,-246.6],"hipR":[1.3,40],"knR":[85.9,138.2],"ftR":[76.7,299.1],"hipL":[20.7,35.6],"knL":[23.8,170.1],"ftL":[-106.7,269.4]},{"rootY":13,"hips":[0,0],"chest":[-15.4,-84.8],"neck":[-15.4,-84.8],"head":[-35.6,-151.3],"shR":[-44.5,-74.4],"elR":[-26.1,-163.7],"haR":[-3.9,-209.1],"shL":[15.2,-119.6],"elL":[32.9,-220.9],"haL":[13.6,-247.5],"hipR":[3.9,39.5],"knR":[87.2,139.8],"ftR":[71.3,299.2],"hipL":[19.4,35.7],"knL":[34.8,169.8],"ftL":[-98.5,264.3]},{"rootY":13.6,"hips":[0,0],"chest":[-16.3,-84.7],"neck":[-16.3,-84.7],"head":[-37.4,-150.8],"shR":[-42,-75.3],"elR":[-23,-167],"haR":[-1.8,-212.3],"shL":[10.8,-118.4],"elL":[28.8,-221.1],"haL":[10.9,-248.5],"hipR":[5.5,37.3],"knR":[86.7,140.7],"ftR":[68.1,298.7],"hipL":[18.2,37.7],"knL":[46.7,170.2],"ftL":[-84.6,262.4]},{"rootY":15.1,"hips":[0,0],"chest":[-16.5,-84.6],"neck":[-16.5,-84.6],"head":[-37.6,-150.8],"shR":[-39,-75.9],"elR":[-18.2,-168.8],"haR":[-0.1,-215.3],"shL":[7.6,-117.8],"elL":[26.7,-222.2],"haL":[9.6,-250.3],"hipR":[6,36.6],"knR":[87,141.2],"ftR":[65.4,297.8],"hipL":[18.4,38.1],"knL":[57.1,168.2],"ftL":[-70.9,259.6]},{"rootY":17.3,"hips":[0,0],"chest":[-16.8,-84.5],"neck":[-16.8,-84.5],"head":[-38.2,-150.6],"shR":[-37.7,-76.7],"elR":[-14.6,-169.2],"haR":[2.1,-215.9],"shL":[5.9,-116.9],"elL":[26.9,-222.6],"haL":[10.7,-251.4],"hipR":[5.9,36.5],"knR":[88.3,140.7],"ftR":[62.7,296.1],"hipL":[18.3,38.2],"knL":[66,165.4],"ftL":[-59.8,257.6]},{"rootY":19.1,"hips":[0,0],"chest":[-17,-84.5],"neck":[-17,-84.5],"head":[-38.3,-150.7],"shR":[-37.3,-78.2],"elR":[-12.5,-169.6],"haR":[5,-215.8],"shL":[5.2,-115.5],"elL":[29,-221.5],"haL":[14.2,-251.2],"hipR":[5.8,36.3],"knR":[89.5,140],"ftR":[60.7,294.5],"hipL":[18.2,38.5],"knL":[73.3,162.4],"ftL":[-51.3,257.8]},{"rootY":18.6,"hips":[0,0],"chest":[-16.7,-84.6],"neck":[-16.7,-84.6],"head":[-36.9,-151.2],"shR":[-36.9,-78.5],"elR":[-11.2,-167.7],"haR":[9.3,-212.4],"shL":[5.8,-115.3],"elL":[32.7,-221.1],"haL":[18.4,-251.5],"hipR":[6.2,36],"knR":[89.9,140.2],"ftR":[59.6,294.4],"hipL":[18.2,38.6],"knL":[77.8,160],"ftL":[-44.5,262.7]},{"rootY":16.3,"hips":[0,0],"chest":[-16.1,-84.7],"neck":[-16.1,-84.7],"head":[-35,-151.7],"shR":[-38.1,-78.3],"elR":[-11.4,-164.3],"haR":[13,-206.6],"shL":[8.4,-115.6],"elL":[39.3,-219.7],"haL":[25.2,-248.8],"hipR":[5.9,35.7],"knR":[89,140.8],"ftR":[58,295.4],"hipL":[18.7,38.7],"knL":[78.6,159],"ftL":[-38.2,271.8]},{"rootY":14.2,"hips":[0,0],"chest":[-15.4,-84.8],"neck":[-15.4,-84.8],"head":[-35,-151.5],"shR":[-39.5,-79.6],"elR":[-9,-161.2],"haR":[18.6,-201.2],"shL":[11.4,-114.5],"elL":[46.5,-216.4],"haL":[31.9,-242.8],"hipR":[4.5,35.9],"knR":[87.6,140.9],"ftR":[57.8,295.9],"hipL":[19.6,38.7],"knL":[75.4,159],"ftL":[-33.1,282]},{"rootY":11.3,"hips":[0,0],"chest":[-13.9,-85],"neck":[-13.9,-85],"head":[-31.9,-152.2],"shR":[-42.4,-78.2],"elR":[-7.8,-152.1],"haR":[22.8,-189.4],"shL":[17.7,-116],"elL":[57.6,-214.6],"haL":[41.1,-238.6],"hipR":[1.9,36.2],"knR":[85.8,140.3],"ftR":[57.3,296.4],"hipL":[21.1,38.6],"knL":[68,160.3],"ftL":[-29.2,291.5]},{"rootY":8.7,"hips":[0,0],"chest":[-11.6,-85.3],"neck":[-11.6,-85.3],"head":[-26.8,-153.3],"shR":[-43.8,-80.5],"elR":[-3,-146.4],"haR":[29.4,-182.3],"shL":[24.2,-114.3],"elL":[69.1,-207.4],"haL":[49.5,-230.5],"hipR":[-1.5,36.8],"knR":[84,138],"ftR":[58.2,295.2],"hipL":[23.9,38.1],"knL":[57.9,161.5],"ftL":[-27.3,298.1]},{"rootY":8.7,"hips":[0,0],"chest":[-9.1,-85.6],"neck":[-9.1,-85.6],"head":[-22.7,-154],"shR":[-47,-80.4],"elR":[0.6,-133.8],"haR":[32.5,-169.3],"shL":[32.9,-114.9],"elL":[82.7,-200.1],"haL":[60.3,-224.1],"hipR":[-6,37],"knR":[76.3,135.3],"ftR":[58.2,292.9],"hipL":[26.4,38.2],"knL":[47.1,162.3],"ftL":[-27.2,303.1]},{"rootY":6.9,"hips":[0,0],"chest":[-6.1,-86.1],"neck":[-6.1,-86.1],"head":[-18.4,-154.7],"shR":[-48.6,-83.5],"elR":[7.7,-122.8],"haR":[39.3,-161.6],"shL":[41,-112.5],"elL":[95.6,-186.6],"haL":[72.4,-215],"hipR":[-11.1,36.3],"knR":[68.5,134.3],"ftR":[55.3,296],"hipL":[28.8,38.9],"knL":[39.8,164.1],"ftL":[-27.4,307.3]},{"rootY":6.6,"hips":[0,0],"chest":[-3.3,-86.5],"neck":[-3.3,-86.5],"head":[-15.2,-155.3],"shR":[-52.3,-83.4],"elR":[10.8,-108.9],"haR":[40.6,-150.3],"shL":[50.6,-112.8],"elL":[107,-172.1],"haL":[86.4,-206.3],"hipR":[-14.6,36.1],"knR":[58.9,134.3],"ftR":[51.5,298.2],"hipL":[30.2,39.2],"knL":[34.4,164.2],"ftL":[-28.8,309.4]},{"rootY":6.6,"hips":[0,0],"chest":[-0.8,-86.7],"neck":[-0.8,-86.7],"head":[-10.6,-156],"shR":[-52.3,-84.9],"elR":[18,-97.3],"haR":[46,-139.8],"shL":[56.1,-111.6],"elL":[111.2,-154.5],"haL":[96.2,-193.5],"hipR":[-17.6,36],"knR":[49.3,132.6],"ftR":[43.1,297.1],"hipL":[30.9,39.5],"knL":[35.3,163.1],"ftL":[-24.9,309.1]},{"rootY":6.2,"hips":[0,0],"chest":[0.9,-86.8],"neck":[0.9,-86.8],"head":[-6.8,-156.3],"shR":[-54.7,-84.6],"elR":[20.8,-87],"haR":[47.1,-127.1],"shL":[61.4,-111.8],"elL":[111.3,-138.7],"haL":[104.3,-180.7],"hipR":[-19.8,36.7],"knR":[38.7,131.6],"ftR":[26.3,295.3],"hipL":[31.5,39.3],"knL":[36.6,162.2],"ftL":[-21.5,308.9]},{"rootY":5.1,"hips":[0,0],"chest":[1.4,-86.8],"neck":[1.4,-86.8],"head":[-4.9,-156.6],"shR":[-54.9,-85.7],"elR":[21.3,-82.2],"haR":[46,-116.3],"shL":[63.2,-110.4],"elL":[106.8,-123.6],"haL":[110.1,-165.7],"hipR":[-22.2,37.2],"knR":[32.2,136.9],"ftR":[-2.9,293.9],"hipL":[31.9,39.3],"knL":[36.4,161.9],"ftL":[-20.3,309.4]},{"rootY":6.2,"hips":[0,0],"chest":[2,-86.8],"neck":[2,-86.8],"head":[-4.7,-156.6],"shR":[-55.1,-87.5],"elR":[16.6,-81.8],"haR":[38.5,-108.3],"shL":[64.8,-108.5],"elL":[105.9,-109.5],"haL":[116.5,-148.1],"hipR":[-24.3,37.5],"knR":[18.1,143.3],"ftR":[-38.9,291.5],"hipL":[32.4,39.4],"knL":[35.4,160.9],"ftL":[-19.9,308.1]},{"rootY":6.8,"hips":[0,0],"chest":[1.6,-86.8],"neck":[1.6,-86.8],"head":[-4.5,-156.6],"shR":[-55.2,-89.1],"elR":[7.3,-83.7],"haR":[24.2,-100.8],"shL":[64.6,-106.9],"elL":[108,-98.4],"haL":[124.5,-131.3],"hipR":[-26,37.9],"knR":[6.7,149.5],"ftR":[-65.7,289.5],"hipL":[32.9,39.3],"knL":[34.5,160.2],"ftL":[-19.7,307.5]},{"rootY":7.2,"hips":[0,0],"chest":[1.3,-86.8],"neck":[1.3,-86.8],"head":[-4,-156.7],"shR":[-56.5,-89.7],"elR":[-9.2,-88.4],"haR":[1.7,-93.4],"shL":[65.4,-106.3],"elL":[112.9,-91.5],"haL":[134.9,-117.3],"hipR":[-26.5,38.9],"knR":[-8.4,156.7],"ftR":[-97.1,288.5],"hipL":[34.3,38.4],"knL":[34.7,159.6],"ftL":[-19.4,306.9]},{"rootY":8.3,"hips":[0,0],"chest":[0.6,-86.7],"neck":[0.6,-86.7],"head":[-4.8,-156.6],"shR":[-58.4,-89.6],"elR":[-33.7,-90.3],"haR":[-28.5,-86],"shL":[65.5,-106.3],"elL":[120,-87],"haL":[146.6,-105.3],"hipR":[-26.8,39.7],"knR":[-23.8,164.6],"ftR":[-128.5,286.3],"hipL":[34.8,37.9],"knL":[34.1,158.7],"ftL":[-20.1,305.7]},{"rootY":9,"hips":[0,0],"chest":[-0.4,-86.7],"neck":[-0.4,-86.7],"head":[-5.6,-156.6],"shR":[-60,-89.3],"elR":[-58.4,-87.9],"haR":[-60,-78],"shL":[65.1,-106.4],"elL":[127.7,-83.5],"haL":[157.7,-96.5],"hipR":[-27.6,39.4],"knR":[-129.3,128.2],"ftR":[-154.9,283.2],"hipL":[34.2,38.4],"knL":[33.6,158.4],"ftL":[-20.8,304.8]},{"rootY":9.7,"hips":[0,0],"chest":[-0.2,-86.5],"neck":[-0.2,-86.5],"head":[-5.8,-156.3],"shR":[-60.9,-89.7],"elR":[-81.7,-85],"haR":[-92.5,-73.5],"shL":[66.1,-105.6],"elL":[138.2,-78.9],"haL":[170.4,-87.6],"hipR":[-28.7,39.4],"knR":[-134.6,124.5],"ftR":[-173.1,280.6],"hipL":[33.8,38.8],"knL":[32.8,158.1],"ftL":[-21.1,304.1]},{"rootY":10.3,"hips":[0,0],"chest":[0.6,-86.3],"neck":[0.6,-86.3],"head":[-5.5,-156.1],"shR":[-60.6,-89.7],"elR":[-102.3,-82.4],"haR":[-122.9,-70.3],"shL":[67.4,-105.2],"elL":[147.7,-76],"haL":[183.4,-80.5],"hipR":[-30,39.6],"knR":[-58.5,170.8],"ftR":[-180.6,280],"hipL":[33.5,38.9],"knL":[31.9,157.6],"ftL":[-21,303.3]},{"rootY":10.8,"hips":[0,0],"chest":[1.7,-86.1],"neck":[1.7,-86.1],"head":[-4.6,-155.7],"shR":[-60.4,-89.5],"elR":[-121.3,-81.6],"haR":[-150.8,-69],"shL":[69.2,-104.7],"elL":[157.9,-72.1],"haL":[195.9,-73.8],"hipR":[-31.3,39.4],"knR":[-63.5,170.9],"ftR":[-179.2,280.2],"hipL":[33.2,39.3],"knL":[31.6,157.4],"ftL":[-20.6,302.5]},{"rootY":11,"hips":[0,0],"chest":[3,-85.6],"neck":[3,-85.6],"head":[-3.3,-155.2],"shR":[-59.9,-89.8],"elR":[-136.9,-82.8],"haR":[-173.6,-70.7],"shL":[71.3,-103.4],"elL":[166.5,-69.5],"haL":[207.3,-68.9],"hipR":[-32.2,39.3],"knR":[-63.1,171.5],"ftR":[-172,279.5],"hipL":[33,39.4],"knL":[31.6,157.6],"ftL":[-19.8,302.2]},{"rootY":11.3,"hips":[0,0],"chest":[4.2,-85],"neck":[4.2,-85],"head":[-1.8,-154.5],"shR":[-59.6,-90.7],"elR":[-148.9,-85.1],"haR":[-191.4,-74.8],"shL":[73.5,-101.2],"elL":[173.8,-67.7],"haL":[217.4,-66.2],"hipR":[-32.3,39.6],"knR":[-60.3,171.1],"ftR":[-158.4,277.5],"hipL":[33.5,39],"knL":[31.1,157.3],"ftL":[-18.7,301.7]},{"rootY":11.9,"hips":[0,0],"chest":[5.3,-84.3],"neck":[5.3,-84.3],"head":[0.3,-153.7],"shR":[-59.2,-91.4],"elR":[-158.2,-89.3],"haR":[-204.8,-81.2],"shL":[75.4,-98.6],"elL":[180,-66.9],"haL":[225.6,-65.3],"hipR":[-32.3,39.8],"knR":[-56.4,170],"ftR":[-139.1,274.2],"hipL":[34.1,38.6],"knL":[29.8,156.6],"ftL":[-17.7,301.1]},{"rootY":12.3,"hips":[0,0],"chest":[6.9,-83.2],"neck":[6.9,-83.2],"head":[2.9,-152.6],"shR":[-58.3,-91.9],"elR":[-163.9,-95.3],"haR":[-213,-89.6],"shL":[77.7,-95.7],"elL":[184.6,-66.5],"haL":[231.6,-65.5],"hipR":[-31.9,39.9],"knR":[-49.3,168.5],"ftR":[-114.7,270.1],"hipL":[34.8,38.1],"knL":[28.6,156.2],"ftL":[-15.7,300.9]},{"rootY":12.6,"hips":[0,0],"chest":[7.6,-82.1],"neck":[7.6,-82.1],"head":[4.5,-151.6],"shR":[-57.9,-92.9],"elR":[-167.3,-102.3],"haR":[-217.8,-99.3],"shL":[79,-92.3],"elL":[187.6,-66],"haL":[235.4,-65.6],"hipR":[-32,39.2],"knR":[-42.2,166.1],"ftR":[-86.9,264.9],"hipL":[34.7,38.4],"knL":[26.4,156.3],"ftL":[-13.3,301]},{"rootY":13,"hips":[0,0],"chest":[8.7,-80.9],"neck":[8.7,-80.9],"head":[7,-150.4],"shR":[-57.1,-93.4],"elR":[-168.3,-109.8],"haR":[-219.3,-109.5],"shL":[80.4,-89],"elL":[189.7,-65.2],"haL":[238.1,-65.6],"hipR":[-31.4,38.8],"knR":[-35.1,164.4],"ftR":[-55.8,258.8],"hipL":[34.8,38.5],"knL":[23.9,156.4],"ftL":[-10.2,301.4]},{"rootY":13.4,"hips":[0,0],"chest":[9.6,-79.7],"neck":[9.6,-79.7],"head":[9.1,-149.2],"shR":[-56.4,-93.8],"elR":[-167.6,-117.2],"haR":[-218.8,-120],"shL":[81.3,-85.8],"elL":[191.1,-64.6],"haL":[239.8,-66],"hipR":[-30.1,38.7],"knR":[-26.3,163],"ftR":[-25.4,253.4],"hipL":[35.1,38.4],"knL":[20.7,155.7],"ftL":[-8.1,300.3]},{"rootY":15,"hips":[0,0],"chest":[9.1,-79],"neck":[9.1,-79],"head":[9.5,-148.6],"shR":[-56.7,-95.4],"elR":[-167.1,-125.8],"haR":[-217.9,-131.7],"shL":[80.6,-82.5],"elL":[190.9,-63.9],"haL":[239.3,-66],"hipR":[-30.5,37.6],"knR":[-17.8,159.6],"ftR":[2.3,247.1],"hipL":[34,39.3],"knL":[16.5,155.1],"ftL":[-7.2,299.4]},{"rootY":15.9,"hips":[0,0],"chest":[8.8,-78.4],"neck":[8.8,-78.4],"head":[10.2,-148.1],"shR":[-56.6,-96.7],"elR":[-165.6,-132.9],"haR":[-215.9,-141.8],"shL":[79.9,-79.9],"elL":[190.5,-63.1],"haL":[238.6,-65.8],"hipR":[-29.6,37.2],"knR":[-8.5,157.2],"ftR":[27.5,242.3],"hipL":[33.7,39.6],"knL":[13.6,154.8],"ftL":[-6,298.8]},{"rootY":16.5,"hips":[0,0],"chest":[8.6,-77.9],"neck":[8.6,-77.9],"head":[10.8,-147.6],"shR":[-56.3,-98],"elR":[-163.8,-139.1],"haR":[-213.3,-151],"shL":[79,-77.5],"elL":[189.7,-61.8],"haL":[237.3,-64.9],"hipR":[-28.6,37.2],"knR":[-1.1,156.7],"ftR":[49.3,240.6],"hipL":[33.5,39.6],"knL":[12.1,154.8],"ftL":[-4.6,298.1]},{"rootY":16.8,"hips":[0,0],"chest":[8.7,-77.5],"neck":[8.7,-77.5],"head":[11.5,-147.3],"shR":[-55.7,-98.9],"elR":[-161.6,-143.8],"haR":[-210.3,-158.4],"shL":[78.2,-75.5],"elL":[188.7,-59.8],"haL":[235.6,-63],"hipR":[-26.8,37.6],"knR":[6.2,157.5],"ftR":[67.7,240.9],"hipL":[33.7,39.1],"knL":[11.6,154.8],"ftL":[-3.6,297.9]},{"rootY":17.3,"hips":[0,0],"chest":[6.5,-78.2],"neck":[6.5,-78.2],"head":[10.1,-147.9],"shR":[-57.4,-100.7],"elR":[-162.3,-148.4],"haR":[-210.2,-164.9],"shL":[75.1,-74.5],"elL":[184.9,-58.3],"haL":[231,-61.4],"hipR":[-26.8,36.9],"knR":[8.5,156.9],"ftR":[79.9,242.8],"hipL":[33.1,39.7],"knL":[8.7,155.3],"ftL":[-4.3,297.3]},{"rootY":18.1,"hips":[0,0],"chest":[4.8,-78.4],"neck":[4.8,-78.4],"head":[9.5,-148.2],"shR":[-58.1,-102.2],"elR":[-162.4,-151.2],"haR":[-209.7,-169.3],"shL":[72.2,-73.5],"elL":[181.2,-56.5],"haL":[226.3,-58.9],"hipR":[-26.2,37.2],"knR":[11.9,158.8],"ftR":[89.1,247.4],"hipL":[33,39.5],"knL":[6.4,154.7],"ftL":[-4.2,296.3]},{"rootY":18.6,"hips":[0,0],"chest":[4.7,-77.6],"neck":[4.7,-77.6],"head":[9.2,-147.3],"shR":[-57.9,-102.4],"elR":[-162.1,-151.9],"haR":[-208.8,-170.7],"shL":[71.9,-71.2],"elL":[179.5,-52.4],"haL":[223.3,-54.1],"hipR":[-25.1,38],"knR":[15.4,161.7],"ftR":[95.5,252.6],"hipL":[33.3,38.9],"knL":[5.9,154.5],"ftL":[-4.1,296.2]},{"rootY":19.2,"hips":[0,0],"chest":[4.1,-76.8],"neck":[4.1,-76.8],"head":[8.9,-146.6],"shR":[-58,-101.8],"elR":[-162.6,-150.4],"haR":[-208.8,-169.8],"shL":[70.3,-70.5],"elL":[175.7,-49.3],"haL":[218.4,-50.2],"hipR":[-24.9,38.1],"knR":[15.2,163.8],"ftR":[98.7,257.5],"hipL":[32.8,39.1],"knL":[5.5,154.6],"ftL":[-4.9,295.7]},{"rootY":19.6,"hips":[0,0],"chest":[3.7,-76.4],"neck":[3.7,-76.4],"head":[8.5,-146.3],"shR":[-57.8,-102.2],"elR":[-163.5,-148.6],"haR":[-209.4,-168.5],"shL":[69.3,-69.5],"elL":[171.9,-45.5],"haL":[213.2,-45],"hipR":[-24.3,38.6],"knR":[15.9,165.1],"ftR":[101.4,259.5],"hipL":[32.8,38.8],"knL":[6.6,154.8],"ftL":[-5.3,295]},{"rootY":20.3,"hips":[0,0],"chest":[2.5,-76.7],"neck":[2.5,-76.7],"head":[7.4,-146.5],"shR":[-58.5,-103],"elR":[-165.1,-147.3],"haR":[-210.8,-167.4],"shL":[67.5,-69],"elL":[166.6,-41.9],"haL":[205.4,-40.3],"hipR":[-25,38.6],"knR":[14.9,164.9],"ftR":[101.1,259],"hipL":[32.4,39],"knL":[7,155],"ftL":[-6.4,294.3]},{"rootY":21.6,"hips":[0,0],"chest":[1.9,-76.7],"neck":[1.9,-76.7],"head":[6.8,-146.5],"shR":[-59.1,-102.7],"elR":[-166.2,-145.5],"haR":[-211.8,-165.9],"shL":[66.6,-69.1],"elL":[161.9,-39.4],"haL":[198.1,-36.5],"hipR":[-25.1,38.8],"knR":[15.6,164.5],"ftR":[99.8,258.1],"hipL":[32.7,38.8],"knL":[6.7,154.2],"ftL":[-7.6,292.7]},{"rootY":22,"hips":[0,0],"chest":[1.2,-76],"neck":[1.2,-76],"head":[5.9,-145.8],"shR":[-59.8,-101.5],"elR":[-167,-144.2],"haR":[-212,-165.5],"shL":[65.5,-69.1],"elL":[157.9,-38.8],"haL":[192,-35.7],"hipR":[-26,38.1],"knR":[15.9,162.2],"ftR":[98.5,255.5],"hipL":[32.5,39.4],"knL":[4,153.1],"ftL":[-9.8,291.1]},{"rootY":22.6,"hips":[0,0],"chest":[0.4,-75.1],"neck":[0.4,-75.1],"head":[4.6,-144.9],"shR":[-60.5,-100],"elR":[-167.1,-143.9],"haR":[-211.6,-166.5],"shL":[64,-68.8],"elL":[155.2,-40.6],"haL":[187.5,-38.4],"hipR":[-26.5,37],"knR":[15.8,159.4],"ftR":[98.2,249.5],"hipL":[32,40.1],"knL":[0.2,152.6],"ftL":[-12.1,290.4]},{"rootY":19.7,"hips":[0,0],"chest":[-0.4,-73.9],"neck":[-0.4,-73.9],"head":[4.2,-143.6],"shR":[-61,-98.9],"elR":[-166.8,-144.7],"haR":[-210.7,-168.8],"shL":[62.3,-67.3],"elL":[153.8,-43.3],"haL":[186.3,-42.3],"hipR":[-25.7,35.7],"knR":[17.7,154.8],"ftR":[101.7,237.7],"hipL":[31.3,40.7],"knL":[-2.8,154.1],"ftL":[-12.8,292.7]},{"rootY":15.2,"hips":[0,0],"chest":[-1.7,-73.3],"neck":[-1.7,-73.3],"head":[3.3,-142.8],"shR":[-62.2,-98.2],"elR":[-166.8,-146.9],"haR":[-209.6,-173],"shL":[60.7,-66.6],"elL":[154.2,-47],"haL":[186.7,-47.9],"hipR":[-25.2,33.5],"knR":[20.9,145.1],"ftR":[108.8,216.1],"hipL":[30,41.9],"knL":[-5.9,156.7],"ftL":[-13.5,296.5]},{"rootY":8.7,"hips":[0,0],"chest":[-2.6,-72.8],"neck":[-2.6,-72.8],"head":[2.6,-142.1],"shR":[-62.6,-98.1],"elR":[-165.4,-150.3],"haR":[-207.1,-178.3],"shL":[59,-65.3],"elL":[155.6,-50],"haL":[189.2,-52.2],"hipR":[-23.7,31.8],"knR":[24.4,133.8],"ftR":[118.7,186.4],"hipL":[29,42.6],"knL":[-8.1,160.5],"ftL":[-13,302.1]},{"rootY":1.9,"hips":[0,0],"chest":[-3.5,-72.9],"neck":[-3.5,-72.9],"head":[1.9,-142.1],"shR":[-63.1,-98.5],"elR":[-163.8,-154.6],"haR":[-204,-184.7],"shL":[57.4,-65],"elL":[156.6,-53],"haL":[191.8,-56.2],"hipR":[-23.2,29],"knR":[27.1,119.1],"ftR":[128.8,148.7],"hipL":[27.4,43.8],"knL":[-11,164.3],"ftL":[-10.9,307.8]},{"rootY":-6.7,"hips":[0,0],"chest":[-4.2,-72.8],"neck":[-4.2,-72.8],"head":[1.6,-141.9],"shR":[-62.9,-99.4],"elR":[-161.7,-158.8],"haR":[-200.3,-190.8],"shL":[55.7,-63.9],"elL":[157.5,-54.3],"haL":[194.3,-58],"hipR":[-23.5,25.2],"knR":[29,102.2],"ftR":[137.4,109],"hipL":[25.1,45.4],"knL":[-14.1,167.9],"ftL":[-7.4,314]},{"rootY":-17.3,"hips":[0,0],"chest":[-4,-71.8],"neck":[-4,-71.8],"head":[2.3,-140.8],"shR":[-61.7,-99.2],"elR":[-158.5,-161.6],"haR":[-195.6,-195.1],"shL":[54.9,-62.2],"elL":[159.2,-52.6],"haL":[198.3,-56.3],"hipR":[-22.2,23],"knR":[30.1,88.7],"ftR":[144.8,70.4],"hipL":[23.3,46.4],"knL":[-15.2,171.3],"ftL":[-5.7,319.9]},{"rootY":-27.4,"hips":[0,0],"chest":[-3.9,-71.2],"neck":[-3.9,-71.2],"head":[2.8,-140.2],"shR":[-60.8,-99.8],"elR":[-155.9,-164.3],"haR":[-191.8,-199],"shL":[54.4,-60.6],"elL":[160.5,-49.4],"haL":[201,-52.3],"hipR":[-22.1,19.2],"knR":[29.7,72.7],"ftR":[150.1,32.4],"hipL":[21.2,47.5],"knL":[-18.7,173.3],"ftL":[-4.1,324.5]},{"rootY":-37.7,"hips":[0,0],"chest":[-3.8,-70.5],"neck":[-3.8,-70.5],"head":[3.5,-139.4],"shR":[-60,-99.9],"elR":[-153.5,-165.9],"haR":[-188.3,-201.8],"shL":[54.1,-59.1],"elL":[161.3,-44.8],"haL":[203.2,-46.3],"hipR":[-22.4,15.3],"knR":[26.8,56.5],"ftR":[153.3,-0.8],"hipL":[18.6,48.5],"knL":[-22.7,174.7],"ftL":[-2.4,328.3]},{"rootY":-46.8,"hips":[0,0],"chest":[-4.2,-69.9],"neck":[-4.2,-69.9],"head":[3.7,-138.8],"shR":[-59,-100.8],"elR":[-151.3,-167.8],"haR":[-184.9,-204.8],"shL":[52.5,-57.1],"elL":[160.4,-38],"haL":[203.7,-37.4],"hipR":[-23.5,10.7],"knR":[24.2,38.5],"ftR":[154.7,-31.7],"hipL":[16,49.1],"knL":[-25.3,175.6],"ftL":[-0.8,331.9]},{"rootY":-54,"hips":[0,0],"chest":[-4.2,-69.5],"neck":[-4.2,-69.5],"head":[4.7,-138.3],"shR":[-57.5,-101.8],"elR":[-148.7,-169.8],"haR":[-181.6,-207.6],"shL":[51.2,-55.3],"elL":[158.7,-30.6],"haL":[203,-27.8],"hipR":[-23.7,8],"knR":[20.4,21.3],"ftR":[154.8,-57.4],"hipL":[13.9,49.4],"knL":[-25,177.2],"ftL":[3.1,335.2]},{"rootY":-59.1,"hips":[0,0],"chest":[-4,-69.5],"neck":[-4,-69.5],"head":[5.9,-138.2],"shR":[-56.5,-102.6],"elR":[-146.7,-171.1],"haR":[-178.9,-209.9],"shL":[50.7,-54.8],"elL":[157.4,-24.8],"haL":[202.2,-19.3],"hipR":[-23.7,4.3],"knR":[17.4,5.3],"ftR":[153.5,-79.3],"hipL":[12.5,49.2],"knL":[-19.9,179],"ftL":[7.9,338.3]},{"rootY":-60.4,"hips":[0,0],"chest":[-4.5,-70.6],"neck":[-4.5,-70.6],"head":[6.2,-139.2],"shR":[-55.6,-104.4],"elR":[-144.9,-173.8],"haR":[-176.5,-213.5],"shL":[49,-55.4],"elL":[154.7,-20.6],"haL":[199.6,-12.6],"hipR":[-26,-1.4],"knR":[14.7,-9.1],"ftR":[150.8,-97.7],"hipL":[9.9,48.1],"knL":[-16.1,179.4],"ftL":[10.8,339.9]},{"rootY":-60.7,"hips":[0,0],"chest":[-3.5,-71.1],"neck":[-3.5,-71.1],"head":[8,-139.5],"shR":[-53.8,-105.7],"elR":[-142,-176.4],"haR":[-172.8,-217],"shL":[49.4,-55.1],"elL":[153.4,-15.2],"haL":[198.5,-5.8],"hipR":[-24.8,-2.1],"knR":[14.5,-16.6],"ftR":[148.3,-110.5],"hipL":[10,48],"knL":[-11.8,180.8],"ftL":[12.1,342.1]},{"rootY":-59.5,"hips":[0,0],"chest":[-2.8,-71.4],"neck":[-2.8,-71.4],"head":[9.5,-139.6],"shR":[-52.8,-106.9],"elR":[-139.9,-178.7],"haR":[-169.8,-220],"shL":[50.1,-54.3],"elL":[153,-11.4],"haL":[198.1,-0.7],"hipR":[-24.3,-2.8],"knR":[16.1,-19.7],"ftR":[145.8,-119.5],"hipL":[10,47.8],"knL":[-9.4,181.4],"ftL":[11,343.3]},{"rootY":-57.6,"hips":[0,0],"chest":[-2,-71.2],"neck":[-2,-71.2],"head":[11.1,-139.1],"shR":[-52.1,-107.5],"elR":[-138.6,-180],"haR":[-167.8,-222],"shL":[51.1,-52.8],"elL":[153.4,-8.4],"haL":[198.2,3.1],"hipR":[-24.6,-3.3],"knR":[17.8,-17.9],"ftR":[144.4,-121.4],"hipL":[9.6,47.6],"knL":[-11,181.1],"ftL":[9.2,343]},{"rootY":-56.1,"hips":[0,0],"chest":[-1.1,-70.3],"neck":[-1.1,-70.3],"head":[12.5,-138],"shR":[-51.3,-107.6],"elR":[-137.3,-180],"haR":[-166.2,-222.3],"shL":[52.2,-50.3],"elL":[153.8,-4.7],"haL":[198.7,7.4],"hipR":[-23.9,-2.1],"knR":[19.8,-13.6],"ftR":[146.2,-116.4],"hipL":[10.4,47.9],"knL":[-13.8,180.7],"ftL":[8.5,342]},{"rootY":-54.7,"hips":[0,0],"chest":[-0.8,-69.8],"neck":[-0.8,-69.8],"head":[13.6,-137.1],"shR":[-51.6,-107.5],"elR":[-137.8,-179.6],"haR":[-166.9,-221.7],"shL":[52.8,-48.8],"elL":[154.4,-2.9],"haL":[199,9.7],"hipR":[-23.9,-0.7],"knR":[20,-7.6],"ftR":[149.6,-104],"hipL":[10.8,48.2],"knL":[-17,180],"ftL":[8,340.6]},{"rootY":-53.3,"hips":[0,0],"chest":[-1.3,-69.3],"neck":[-1.3,-69.3],"head":[12.9,-136.7],"shR":[-52.5,-107.2],"elR":[-139.6,-178.3],"haR":[-169.2,-220],"shL":[52.6,-47.5],"elL":[154.2,-1.7],"haL":[198.7,11.4],"hipR":[-25.4,-0.9],"knR":[19.3,-1.2],"ftR":[153.6,-86.7],"hipL":[9.9,48.3],"knL":[-20.6,179.2],"ftL":[7.2,339.2]},{"rootY":-53.3,"hips":[0,0],"chest":[-0.5,-68.8],"neck":[-0.5,-68.8],"head":[13,-136.3],"shR":[-52.4,-106.2],"elR":[-141,-175.9],"haR":[-171.6,-217],"shL":[53.9,-47.1],"elL":[155.5,-1.2],"haL":[199.4,12.3],"hipR":[-22.4,3.6],"knR":[19.7,8],"ftR":[158,-65],"hipL":[11.3,49.5],"knL":[-21.9,180],"ftL":[7.3,339.1]},{"rootY":-52.1,"hips":[0,0],"chest":[-0.3,-69.3],"neck":[-0.3,-69.3],"head":[12.2,-137.1],"shR":[-52.6,-106.5],"elR":[-143.5,-174.3],"haR":[-175.2,-214.4],"shL":[54.1,-47.5],"elL":[155.9,-2.1],"haL":[199.3,11.4],"hipR":[-22.6,3.9],"knR":[19.4,16.2],"ftR":[159.9,-44.4],"hipL":[11,49.7],"knL":[-24.4,179.4],"ftL":[6.4,338]},{"rootY":-52.3,"hips":[0,0],"chest":[0,-69.3],"neck":[0,-69.3],"head":[11.2,-137.7],"shR":[-52.8,-105.8],"elR":[-146.1,-171.3],"haR":[-179.2,-210.3],"shL":[55,-48.3],"elL":[156.6,-3],"haL":[199.7,10.4],"hipR":[-22.7,4.4],"knR":[19.4,25.6],"ftR":[160.6,-23.5],"hipL":[10.7,49.9],"knL":[-25.7,179.4],"ftL":[5.9,337.7]},{"rootY":-51,"hips":[0,0],"chest":[0,-69.7],"neck":[0,-69.7],"head":[9.7,-138.5],"shR":[-53.5,-105],"elR":[-148.9,-168],"haR":[-183.4,-205.9],"shL":[55.4,-50.1],"elL":[156.7,-4.4],"haL":[199.4,9.3],"hipR":[-23,5.3],"knR":[18.6,34.4],"ftR":[158.8,-5.2],"hipL":[10.4,50.1],"knL":[-28.2,178.7],"ftL":[3.5,337.1]},{"rootY":-50.4,"hips":[0,0],"chest":[-0.9,-70],"neck":[-0.9,-70],"head":[7.8,-139.2],"shR":[-55.1,-103.9],"elR":[-153.1,-163.7],"haR":[-189.2,-200],"shL":[55,-52.2],"elL":[154.9,-4.3],"haL":[197.2,10.2],"hipR":[-23.4,6.6],"knR":[17.8,43.5],"ftR":[155.7,13.5],"hipL":[10.2,50.4],"knL":[-32.1,177.6],"ftL":[0.6,335.4]},{"rootY":-47.9,"hips":[0,0],"chest":[-2.7,-71],"neck":[-2.7,-71],"head":[4.4,-140.4],"shR":[-58,-102.9],"elR":[-158.9,-158.5],"haR":[-196.7,-193.1],"shL":[53.6,-55.5],"elL":[151.3,-4.3],"haL":[192.9,11.8],"hipR":[-24.6,6.9],"knR":[14.9,51.7],"ftR":[149.4,31.1],"hipL":[10.2,50.4],"knL":[-36.2,175.9],"ftL":[-6.2,334.2]},{"rootY":-42.9,"hips":[0,0],"chest":[-5.1,-72.1],"neck":[-5.1,-72.1],"head":[0.3,-141.5],"shR":[-61.3,-102.1],"elR":[-164.6,-153.5],"haR":[-204.2,-186],"shL":[51.6,-58.7],"elL":[146.9,-3.3],"haL":[187.1,14.6],"hipR":[-24.9,9.7],"knR":[11.8,62],"ftR":[141.2,49.1],"hipL":[10.9,50.6],"knL":[-31,174.7],"ftL":[-18.8,332.4]},{"rootY":-34.4,"hips":[0,0],"chest":[-8.1,-73.4],"neck":[-8.1,-73.4],"head":[-4.2,-142.3],"shR":[-65.4,-101.2],"elR":[-170.9,-147.7],"haR":[-211.8,-178.2],"shL":[49.1,-62],"elL":[140.8,-1.8],"haL":[180,17.9],"hipR":[-25.7,11.6],"knR":[9,72.3],"ftR":[131.1,67.5],"hipL":[11.3,50.6],"knL":[-28.6,173.5],"ftL":[-31,329.4]},{"rootY":-24.3,"hips":[0,0],"chest":[-11,-74.3],"neck":[-11,-74.3],"head":[-9.1,-143.2],"shR":[-69.4,-99.7],"elR":[-176.7,-140.7],"haR":[-218.4,-169.4],"shL":[46.5,-65.3],"elL":[134,0.5],"haL":[172,22.2],"hipR":[-26.8,13.5],"knR":[8.3,82.4],"ftR":[119.2,88.7],"hipL":[11.2,50.8],"knL":[-31,172.6],"ftL":[-36.1,326.8]},{"rootY":-12.3,"hips":[0,0],"chest":[-12.3,-74.9],"neck":[-12.3,-74.9],"head":[-11.7,-143.7],"shR":[-71.4,-98.3],"elR":[-179.6,-133.7],"haR":[-221.7,-160.6],"shL":[45.2,-67.5],"elL":[128.1,3.6],"haL":[164.5,27.9],"hipR":[-26.8,15.3],"knR":[8.8,93],"ftR":[107.6,112.9],"hipL":[11.8,50.6],"knL":[-31,171],"ftL":[-36.5,323.2]},{"rootY":-3.5,"hips":[0,0],"chest":[-12.3,-74],"neck":[-12.3,-74],"head":[-12.6,-142.8],"shR":[-71.9,-96.3],"elR":[-180.5,-125.7],"haR":[-222.6,-150.5],"shL":[45.1,-67.3],"elL":[122.6,10.2],"haL":[157.5,37.6],"hipR":[-24.9,19.7],"knR":[6.9,110.7],"ftR":[97.5,144.4],"hipL":[15.2,49.5],"knL":[-23.6,165],"ftL":[-38.9,313.6]},{"rootY":4.2,"hips":[0,0],"chest":[-11.2,-74],"neck":[-11.2,-74],"head":[-11.6,-142.7],"shR":[-71.4,-95.8],"elR":[-179.1,-121.1],"haR":[-220.6,-144.1],"shL":[46.8,-67.5],"elL":[118.9,16],"haL":[151.9,46.9],"hipR":[-23.2,23.7],"knR":[4,127.1],"ftR":[89.2,177.4],"hipL":[19.2,47.9],"knL":[-16.2,160.9],"ftL":[-39.1,307.2]},{"rootY":6.3,"hips":[0,0],"chest":[-11.4,-74],"neck":[-11.4,-74],"head":[-11.8,-142.6],"shR":[-71.6,-95.7],"elR":[-176.6,-119.4],"haR":[-217.3,-141.7],"shL":[46.4,-67.6],"elL":[113.2,21.2],"haL":[144.3,55.6],"hipR":[-22.9,26.6],"knR":[2.3,139],"ftR":[81.2,211.5],"hipL":[20.9,46.8],"knL":[-10.6,159.6],"ftL":[-40.1,304.8]},{"rootY":9.4,"hips":[0,0],"chest":[-12.1,-75],"neck":[-12.1,-75],"head":[-12.7,-143.3],"shR":[-71.7,-97.5],"elR":[-174.1,-122.5],"haR":[-212.5,-145.6],"shL":[45.3,-67.8],"elL":[105.5,26.1],"haL":[135.1,63.7],"hipR":[-24.9,26.4],"knR":[-1.7,146.7],"ftR":[76,236.4],"hipL":[19.7,47.3],"knL":[-13.5,156.9],"ftL":[-41.4,302.1]},{"rootY":11.3,"hips":[0,0],"chest":[-11.5,-76.1],"neck":[-11.5,-76.1],"head":[-12.8,-144.2],"shR":[-70.9,-99.1],"elR":[-168.9,-128.6],"haR":[-205,-153.4],"shL":[45.8,-68.7],"elL":[99.9,29.2],"haL":[127.5,69.5],"hipR":[-25.1,27.8],"knR":[-6.3,155.3],"ftR":[73.5,256],"hipL":[19.2,47],"knL":[-16.8,154.8],"ftL":[-42.3,300.2]},{"rootY":10.4,"hips":[0,0],"chest":[-9.6,-77.3],"neck":[-9.6,-77.3],"head":[-11.7,-145.3],"shR":[-67.8,-101.3],"elR":[-162.4,-136.1],"haR":[-194.2,-163.6],"shL":[46.6,-69.2],"elL":[94.8,31.6],"haL":[120.4,74.1],"hipR":[-25.6,28.9],"knR":[-10,160.8],"ftR":[72.1,272.1],"hipL":[18.8,46.7],"knL":[-20.7,153.6],"ftL":[-42.8,300.6]},{"rootY":9.7,"hips":[0,0],"chest":[-7.5,-79.1],"neck":[-7.5,-79.1],"head":[-10.5,-147.1],"shR":[-64.8,-104.3],"elR":[-156.6,-145.9],"haR":[-183.2,-176.6],"shL":[47.8,-70.2],"elL":[90.3,32.7],"haL":[113.8,77],"hipR":[-26.1,30.3],"knR":[-11.8,164.4],"ftR":[70.9,282.7],"hipL":[18.8,46.2],"knL":[-24.8,152.9],"ftL":[-43.1,301.4]},{"rootY":9.1,"hips":[0,0],"chest":[-5.3,-80.4],"neck":[-5.3,-80.4],"head":[-8.6,-148.3],"shR":[-61.9,-106],"elR":[-150.1,-156.2],"haR":[-171.1,-190],"shL":[49.7,-71.6],"elL":[86,32.9],"haL":[107.5,78.5],"hipR":[-26.1,32.5],"knR":[-12.5,167.5],"ftR":[70.5,289.6],"hipL":[19.3,45],"knL":[-26.9,152.1],"ftL":[-43.2,301.9]},{"rootY":9.5,"hips":[0,0],"chest":[-3.1,-81.9],"neck":[-3.1,-81.9],"head":[-6.6,-149.9],"shR":[-58.9,-107.8],"elR":[-142.8,-166.7],"haR":[-158.2,-202.7],"shL":[51.2,-73.3],"elL":[82.8,32],"haL":[102.1,78.6],"hipR":[-26.2,33.7],"knR":[-14.9,169],"ftR":[68.7,293.9],"hipL":[19.1,44.2],"knL":[-27.3,151.7],"ftL":[-43.2,301.8]},{"rootY":9.5,"hips":[0,0],"chest":[-3,-82.3],"neck":[-3,-82.3],"head":[-6.2,-150.4],"shR":[-57.4,-108.5],"elR":[-136.6,-176.5],"haR":[-146.5,-214.3],"shL":[49.9,-74.3],"elL":[78.5,30.9],"haL":[94.5,78.6],"hipR":[-27.2,34.4],"knR":[-16.6,169.5],"ftR":[68.6,296.4],"hipL":[19.3,43.7],"knL":[-28.1,150],"ftL":[-44.7,301.4]},{"rootY":9.1,"hips":[0,0],"chest":[-2.2,-83.7],"neck":[-2.2,-83.7],"head":[-5.2,-151.9],"shR":[-56,-109.7],"elR":[-131.5,-185.4],"haR":[-135.4,-224.6],"shL":[50.2,-76.2],"elL":[77.2,28.4],"haL":[90.2,76.8],"hipR":[-27,34.9],"knR":[-16.4,170],"ftR":[69.5,297.8],"hipL":[18.7,43.3],"knL":[-28.7,149.7],"ftL":[-45.3,301.3]},{"rootY":10.8,"hips":[0,0],"chest":[-1.8,-84.3],"neck":[-1.8,-84.3],"head":[-4.4,-152.5],"shR":[-54.7,-110.3],"elR":[-128.4,-194],"haR":[-125.3,-233.5],"shL":[49.6,-77.1],"elL":[75.9,26.6],"haL":[86.5,75.3],"hipR":[-27,35.3],"knR":[-16.3,170.1],"ftR":[69.3,298.6],"hipL":[18.5,43],"knL":[-29.3,147.8],"ftL":[-46.9,300]},{"rootY":11.7,"hips":[0,0],"chest":[-1.6,-84.4],"neck":[-1.6,-84.4],"head":[-4,-152.8],"shR":[-53.4,-109.5],"elR":[-124.3,-198.7],"haR":[-115.6,-237.7],"shL":[48.5,-78.9],"elL":[76.3,23.7],"haL":[85.3,72.5],"hipR":[-27.1,35.2],"knR":[-15.1,170],"ftR":[68.8,300.7],"hipL":[19,43],"knL":[-28.4,146.6],"ftL":[-48.9,299.5]},{"rootY":12.4,"hips":[0,0],"chest":[-2.2,-84.5],"neck":[-2.2,-84.5],"head":[-4.6,-153.1],"shR":[-53.6,-109.2],"elR":[-122.8,-201.4],"haR":[-109.5,-239.1],"shL":[47.3,-79.4],"elL":[84.5,19.8],"haL":[87.6,69.4],"hipR":[-26.4,35.7],"knR":[-14.7,170.4],"ftR":[67.6,303.2],"hipL":[19.1,42.6],"knL":[-28.9,144.8],"ftL":[-51.6,298.6]},{"rootY":12.8,"hips":[0,0],"chest":[-3.6,-84.4],"neck":[-3.6,-84.4],"head":[-6.8,-153.1],"shR":[-54.6,-107.9],"elR":[-123.7,-199.8],"haR":[-107.4,-235.7],"shL":[45,-81],"elL":[90.3,15.9],"haL":[87.1,65],"hipR":[-26.9,35.4],"knR":[-17.6,170.1],"ftR":[64.4,303.9],"hipL":[18.3,42.8],"knL":[-30.3,142.8],"ftL":[-54,297.6]},{"rootY":12.8,"hips":[0,0],"chest":[-4.4,-84.4],"neck":[-4.4,-84.4],"head":[-8.2,-153.1],"shR":[-53.7,-107],"elR":[-123.7,-195.1],"haR":[-106.3,-229.6],"shL":[41.7,-81.9],"elL":[93,13.9],"haL":[85.9,62.3],"hipR":[-27.8,34.3],"knR":[-19.7,169.1],"ftR":[61.4,304.9],"hipL":[17.2,43.6],"knL":[-31.2,140.8],"ftL":[-55.7,296]},{"rootY":12.7,"hips":[0,0],"chest":[-4.2,-84.6],"neck":[-4.2,-84.6],"head":[-8.5,-153.3],"shR":[-52.2,-106],"elR":[-122.7,-187.6],"haR":[-106.8,-222.4],"shL":[39.8,-83.4],"elL":[96.8,11.3],"haL":[86.7,58.9],"hipR":[-27.8,34],"knR":[-21.3,168.7],"ftR":[59.6,305.4],"hipL":[17.2,43.9],"knL":[-29.6,137.2],"ftL":[-56.3,292.3]},{"rootY":12,"hips":[0,0],"chest":[-4.1,-84.8],"neck":[-4.1,-84.8],"head":[-9.3,-153.6],"shR":[-52.1,-104.7],"elR":[-121.9,-176.4],"haR":[-109.6,-212.5],"shL":[39.7,-85.4],"elL":[101.6,7.6],"haL":[86.3,53],"hipR":[-27.9,34.5],"knR":[-22.1,168.9],"ftR":[58.5,305.9],"hipL":[17.9,43.6],"knL":[-27.9,133.9],"ftL":[-56.5,289.8]},{"rootY":11,"hips":[0,0],"chest":[-4.4,-84.6],"neck":[-4.4,-84.6],"head":[-9.7,-153.4],"shR":[-51.8,-103.5],"elR":[-119.5,-162.1],"haR":[-112.3,-200.5],"shL":[38.6,-86.5],"elL":[103.7,4.3],"haL":[85.4,48.3],"hipR":[-27.9,35.3],"knR":[-20.7,169.1],"ftR":[58,306.7],"hipL":[18.7,42.9],"knL":[-26.5,130.3],"ftL":[-57.7,287.4]},{"rootY":9.9,"hips":[0,0],"chest":[-4.9,-84.6],"neck":[-4.9,-84.6],"head":[-9.9,-153.4],"shR":[-51.9,-102.7],"elR":[-115.9,-144.6],"haR":[-115.1,-185.7],"shL":[37.5,-87.6],"elL":[104,-0.7],"haL":[82.5,42.3],"hipR":[-28.4,35.4],"knR":[-19.5,168.9],"ftR":[57.9,307.4],"hipL":[18.7,42.7],"knL":[-25.6,126.6],"ftL":[-61.3,283.7]},{"rootY":8.4,"hips":[0,0],"chest":[-4.6,-84.9],"neck":[-4.6,-84.9],"head":[-9.5,-153.8],"shR":[-51.5,-101.3],"elR":[-110.1,-124.6],"haR":[-117.8,-168],"shL":[37.8,-89.9],"elL":[104.4,-8.9],"haL":[79.4,32.9],"hipR":[-28,36.2],"knR":[-17.8,169.7],"ftR":[58.2,308.7],"hipL":[19.7,42.1],"knL":[-22.7,123.6],"ftL":[-63.4,279.9]},{"rootY":8,"hips":[0,0],"chest":[-3.6,-85.3],"neck":[-3.6,-85.3],"head":[-8.7,-154.2],"shR":[-50.6,-100.4],"elR":[-102.4,-105.1],"haR":[-119.6,-149.1],"shL":[38.7,-91.9],"elL":[103.2,-19.6],"haL":[74.7,21.1],"hipR":[-28.5,35.5],"knR":[-16.1,168.8],"ftR":[58.7,308.9],"hipL":[18.9,42.6],"knL":[-22.1,120.9],"ftL":[-62.9,277.5]},{"rootY":6.4,"hips":[0,0],"chest":[-2.6,-85.5],"neck":[-2.6,-85.5],"head":[-6.7,-154.5],"shR":[-48.7,-99],"elR":[-93.7,-86],"haR":[-119.8,-128.7],"shL":[38.9,-94.2],"elL":[98.8,-33.3],"haL":[67,5.9],"hipR":[-28.3,36.1],"knR":[-14.8,169.5],"ftR":[59.5,309.9],"hipL":[19.1,42.1],"knL":[-20.7,119.5],"ftL":[-60.7,276.6]},{"rootY":6,"hips":[0,0],"chest":[-2,-85.4],"neck":[-2,-85.4],"head":[-5,-154.4],"shR":[-48.3,-98.2],"elR":[-87,-69.5],"haR":[-119.7,-108.8],"shL":[40.3,-95.2],"elL":[93.2,-50.2],"haL":[58.4,-13.9],"hipR":[-28,37],"knR":[-13.7,170.2],"ftR":[60.5,310.2],"hipL":[20.3,41.3],"knL":[-17.9,117.2],"ftL":[-58.3,274.5]},{"rootY":6.1,"hips":[0,0],"chest":[-0.9,-85.4],"neck":[-0.9,-85.4],"head":[-2.9,-154.3],"shR":[-48.4,-97.9],"elR":[-81.5,-57.6],"haR":[-119.2,-90.8],"shL":[43.2,-95.7],"elL":[88.7,-69],"haL":[51.4,-37.6],"hipR":[-28,37.1],"knR":[-12.3,169.9],"ftR":[61.8,310],"hipL":[20.3,41.2],"knL":[-16.8,114.7],"ftL":[-55.9,272.7]},{"rootY":5.6,"hips":[0,0],"chest":[0.2,-85.4],"neck":[0.2,-85.4],"head":[-1.1,-154],"shR":[-46.7,-97],"elR":[-76.6,-48.8],"haR":[-116.3,-74.8],"shL":[44,-97],"elL":[81.8,-90.4],"haL":[42.7,-65.6],"hipR":[-27.9,37.3],"knR":[-12.1,170.2],"ftR":[62.6,309.9],"hipL":[20.9,41.1],"knL":[-14.5,113.3],"ftL":[-53.8,271.5]},{"rootY":5.3,"hips":[0,0],"chest":[1.3,-85.4],"neck":[1.3,-85.4],"head":[0.7,-153.5],"shR":[-47,-98],"elR":[-74.2,-43.7],"haR":[-113.8,-62.7],"shL":[47,-96.1],"elL":[76.8,-108.6],"haL":[36.8,-92.1],"hipR":[-27.3,37.6],"knR":[-10.7,170.4],"ftR":[63.4,310.5],"hipL":[21.4,40.9],"knL":[-12.2,111.9],"ftL":[-52,270.2]},{"rootY":5,"hips":[0,0],"chest":[1.6,-85.2],"neck":[1.6,-85.2],"head":[2.4,-152.1],"shR":[-47.8,-98.7],"elR":[-74.3,-40.3],"haR":[-112.6,-51.8],"shL":[49.2,-95.1],"elL":[71.4,-123.1],"haL":[31.3,-116.8],"hipR":[-27.3,37.4],"knR":[-9.9,170.2],"ftR":[63.8,310.6],"hipL":[21.3,41.1],"knL":[-10.5,111],"ftL":[-50.6,269.4]},{"rootY":4.8,"hips":[0,0],"chest":[1.7,-84.9],"neck":[1.7,-84.9],"head":[4.3,-150.2],"shR":[-47.4,-98.5],"elR":[-74.4,-36.7],"haR":[-108.9,-41.2],"shL":[49.3,-94.9],"elL":[66.4,-135.5],"haL":[27.4,-141.3],"hipR":[-27.1,37.3],"knR":[-9.9,170.1],"ftR":[64,310.5],"hipL":[21.1,41.2],"knL":[-9.4,110.5],"ftL":[-49.2,269.1]},{"rootY":5.1,"hips":[0,0],"chest":[1.4,-84.6],"neck":[1.4,-84.6],"head":[6.2,-148.1],"shR":[-47.2,-98],"elR":[-75.2,-34.8],"haR":[-106.1,-32.3],"shL":[48.8,-94.8],"elL":[60.3,-144.8],"haL":[23.5,-161.8],"hipR":[-27.1,37.1],"knR":[-9.6,169.7],"ftR":[64.2,310.3],"hipL":[20.8,41.4],"knL":[-8.8,109.5],"ftL":[-48.1,268.4]},{"rootY":5.5,"hips":[0,0],"chest":[1.5,-84.3],"neck":[1.5,-84.3],"head":[8.4,-145.9],"shR":[-46.4,-97.8],"elR":[-75.7,-32.6],"haR":[-102.7,-24.7],"shL":[48.6,-94.6],"elL":[53.4,-152.3],"haL":[19.9,-179.4],"hipR":[-26.5,37.2],"knR":[-9.9,169.8],"ftR":[64.3,310.3],"hipL":[20.8,41.3],"knL":[-8,109.1],"ftL":[-47.1,268]},{"rootY":5.4,"hips":[0,0],"chest":[1.5,-84.2],"neck":[1.5,-84.2],"head":[10.2,-144.3],"shR":[-45.6,-97.6],"elR":[-76.1,-30.6],"haR":[-99.8,-18.1],"shL":[48.2,-94.7],"elL":[46.3,-158.1],"haL":[16.8,-192.9],"hipR":[-26.1,37.1],"knR":[-10.7,170.1],"ftR":[64.3,310.3],"hipL":[20.8,41.4],"knL":[-6.9,109.2],"ftL":[-46.6,268]},{"rootY":5.8,"hips":[0,0],"chest":[1.3,-83.9],"neck":[1.3,-83.9],"head":[11.1,-143],"shR":[-45.6,-97.3],"elR":[-77.7,-28.1],"haR":[-98.8,-12.2],"shL":[47.9,-94.6],"elL":[39.2,-162.9],"haL":[14.1,-203.1],"hipR":[-26.3,36.8],"knR":[-10.4,169.7],"ftR":[64,310.4],"hipL":[20.8,41.8],"knL":[-6.2,109],"ftL":[-46.8,267.5]},{"rootY":6,"hips":[0,0],"chest":[1.2,-83.8],"neck":[1.2,-83.8],"head":[12.2,-141.8],"shR":[-45.1,-96.9],"elR":[-78,-25.6],"haR":[-97.6,-7.4],"shL":[47.3,-94.7],"elL":[32.9,-167.9],"haL":[11.4,-211.5],"hipR":[-26.2,36.5],"knR":[-11.4,169.6],"ftR":[63.7,310.2],"hipL":[20.9,42],"knL":[-6.1,108.9],"ftL":[-47.1,267.3]},{"rootY":6.4,"hips":[0,0],"chest":[1.2,-83.6],"neck":[1.2,-83.6],"head":[12.7,-141.1],"shR":[-44.5,-97],"elR":[-77.3,-24.1],"haR":[-96.2,-4.2],"shL":[47,-94.2],"elL":[28.5,-172.3],"haL":[9.5,-217.9],"hipR":[-26,36.3],"knR":[-12.6,169.5],"ftR":[63.2,310.1],"hipL":[20.8,42.2],"knL":[-6.3,108.6],"ftL":[-47.2,267]},{"rootY":6.1,"hips":[0,0],"chest":[1,-83],"neck":[1,-83],"head":[13.3,-140],"shR":[-44.7,-96.4],"elR":[-78.1,-22],"haR":[-96.1,-0.9],"shL":[46.8,-93.8],"elL":[25.4,-176.1],"haL":[7.9,-222.6],"hipR":[-24.9,37.1],"knR":[-12,170.1],"ftR":[63.3,310.6],"hipL":[21.2,41.6],"knL":[-5.9,109],"ftL":[-47.3,267.4]},{"rootY":6.3,"hips":[0,0],"chest":[0.6,-82.8],"neck":[0.6,-82.8],"head":[13.4,-139.8],"shR":[-44.7,-96.3],"elR":[-78.1,-21.5],"haR":[-95.7,0.6],"shL":[46.1,-93.5],"elL":[24,-179.1],"haL":[6.7,-225.9],"hipR":[-25.1,36.8],"knR":[-12.8,169.8],"ftR":[62.9,310.5],"hipL":[20.9,41.8],"knL":[-6,108.9],"ftL":[-47.2,267.4]},{"rootY":6.2,"hips":[0,0],"chest":[0.5,-82.8],"neck":[0.5,-82.8],"head":[13.4,-139.9],"shR":[-45,-96.4],"elR":[-78.6,-21],"haR":[-95.7,1.6],"shL":[46.4,-93.3],"elL":[23.4,-180.8],"haL":[5.9,-227.6],"hipR":[-24.9,36.8],"knR":[-12.4,169.8],"ftR":[63,310.5],"hipL":[20.9,41.8],"knL":[-6,109.1],"ftL":[-47.1,267.6]},{"rootY":6.4,"hips":[0,0],"chest":[0.1,-82.8],"neck":[0.1,-82.8],"head":[12.8,-140.5],"shR":[-45.3,-96.6],"elR":[-79.4,-21.5],"haR":[-96.2,1.3],"shL":[46.2,-93.1],"elL":[22.5,-181.8],"haL":[4.7,-228.6],"hipR":[-25.4,36.3],"knR":[-13.3,169.5],"ftR":[62.5,310.4],"hipL":[20.8,42.2],"knL":[-6,109.1],"ftL":[-47.2,267.5]},{"rootY":6.5,"hips":[0,0],"chest":[-0.1,-82.5],"neck":[-0.1,-82.5],"head":[11.9,-140.6],"shR":[-45.9,-96.3],"elR":[-80.5,-22.5],"haR":[-97.5,-0.3],"shL":[46.3,-92.8],"elL":[22.2,-181.4],"haL":[4,-228],"hipR":[-25.3,36.4],"knR":[-12.9,169.4],"ftR":[62.3,310.8],"hipL":[20.9,42.1],"knL":[-6.9,109],"ftL":[-47.3,267.7]},{"rootY":6.8,"hips":[0,0],"chest":[-0.5,-82.5],"neck":[-0.5,-82.5],"head":[10.9,-141.2],"shR":[-46.3,-95.6],"elR":[-82.4,-23.8],"haR":[-99.8,-2.7],"shL":[45.8,-93.7],"elL":[22.5,-182.4],"haL":[3.4,-228.7],"hipR":[-25.5,36],"knR":[-13.6,169],"ftR":[62,310.2],"hipL":[20.8,42.4],"knL":[-7.5,109.1],"ftL":[-47.5,267.9]},{"rootY":7,"hips":[0,0],"chest":[-1.1,-82.4],"neck":[-1.1,-82.4],"head":[9.6,-141.6],"shR":[-47.4,-95.5],"elR":[-84.9,-26.4],"haR":[-102.7,-6.7],"shL":[45.7,-93.5],"elL":[22.9,-182.5],"haL":[3.9,-228.8],"hipR":[-25.5,35.9],"knR":[-13.9,168.8],"ftR":[61.8,309.9],"hipL":[20.9,42.5],"knL":[-7.5,109.2],"ftL":[-48.1,267.9]},{"rootY":6.9,"hips":[0,0],"chest":[-1.7,-82.4],"neck":[-1.7,-82.4],"head":[8.6,-141.7],"shR":[-48.8,-96.2],"elR":[-88.2,-29.8],"haR":[-106.3,-11.5],"shL":[46.1,-92.7],"elL":[24.3,-181.3],"haL":[5.7,-227.8],"hipR":[-25.2,36.1],"knR":[-14.1,169],"ftR":[61.2,310.4],"hipL":[20.6,42.4],"knL":[-7.6,109.3],"ftL":[-48.4,268]},{"rootY":7.2,"hips":[0,0],"chest":[-2.5,-82.5],"neck":[-2.5,-82.5],"head":[7.4,-142.4],"shR":[-49.9,-96.8],"elR":[-90.9,-33.5],"haR":[-109.6,-16.8],"shL":[45.7,-92.3],"elL":[26.1,-181.1],"haL":[7.9,-227.8],"hipR":[-26.3,35.3],"knR":[-15.2,168.5],"ftR":[60.7,309.9],"hipL":[20.2,43],"knL":[-6.9,108.7],"ftL":[-48,267.3]},{"rootY":7,"hips":[0,0],"chest":[-3.1,-82.5],"neck":[-3.1,-82.5],"head":[6.9,-143],"shR":[-50.1,-96.7],"elR":[-92.3,-35.5],"haR":[-112.6,-20.4],"shL":[44.5,-92.4],"elL":[28.2,-180.1],"haL":[10.6,-227],"hipR":[-26.2,35.6],"knR":[-16,168.9],"ftR":[60.4,310.1],"hipL":[21,42.8],"knL":[-5,109],"ftL":[-47.5,267.3]},{"rootY":7.4,"hips":[0,0],"chest":[-4,-82.6],"neck":[-4,-82.6],"head":[6,-144],"shR":[-51.1,-97.3],"elR":[-94.7,-36.9],"haR":[-116.3,-23.1],"shL":[43.8,-92],"elL":[31.9,-176.5],"haL":[14.8,-223.7],"hipR":[-26.9,35.2],"knR":[-15.9,168.3],"ftR":[60.4,309.4],"hipL":[21,43.1],"knL":[-4.7,108.6],"ftL":[-46.7,267]},{"rootY":7.1,"hips":[0,0],"chest":[-4.4,-82.5],"neck":[-4.4,-82.5],"head":[6.2,-144.7],"shR":[-51.6,-96.7],"elR":[-94.7,-34.7],"haR":[-118.9,-22.2],"shL":[43,-92.4],"elL":[37.6,-171.6],"haL":[19.5,-218.6],"hipR":[-26.2,36],"knR":[-14.3,168.6],"ftR":[61.1,309.6],"hipL":[21.4,42.5],"knL":[-3.8,108.8],"ftL":[-46,267.2]},{"rootY":6.7,"hips":[0,0],"chest":[-5,-82.4],"neck":[-5,-82.4],"head":[6.3,-145.3],"shR":[-50.9,-96.5],"elR":[-92.2,-30.2],"haR":[-119.4,-18.4],"shL":[40.6,-92.2],"elL":[43,-162.6],"haL":[23.5,-209.1],"hipR":[-25.4,36.9],"knR":[-13,169.1],"ftR":[61.5,310.1],"hipL":[22.1,41.7],"knL":[-3.1,109.3],"ftL":[-45.5,267.7]},{"rootY":6.7,"hips":[0,0],"chest":[-6.2,-82.5],"neck":[-6.2,-82.5],"head":[5.8,-146],"shR":[-52.3,-95.6],"elR":[-90.6,-23.8],"haR":[-120,-11.9],"shL":[39.3,-93.4],"elL":[49.5,-150.7],"haL":[28.5,-196.5],"hipR":[-25.6,36.7],"knR":[-12.6,168.8],"ftR":[61.5,310.1],"hipL":[21.9,41.9],"knL":[-3.2,109.4],"ftL":[-45.5,267.9]},{"rootY":6.7,"hips":[0,0],"chest":[-6.8,-82.9],"neck":[-6.8,-82.9],"head":[6.5,-147.7],"shR":[-52.8,-95.1],"elR":[-88.5,-17],"haR":[-119.1,-3.3],"shL":[37.9,-94.6],"elL":[54.6,-134.9],"haL":[33.1,-180.2],"hipR":[-25.4,36.8],"knR":[-12.7,169],"ftR":[61.8,310.1],"hipL":[22.2,41.8],"knL":[-2.6,109.6],"ftL":[-45.7,267.8]},{"rootY":6.4,"hips":[0,0],"chest":[-7.8,-83.1],"neck":[-7.8,-83.1],"head":[5.9,-148.8],"shR":[-53.7,-94.3],"elR":[-85.5,-10.3],"haR":[-116.9,6.4],"shL":[36.3,-95.8],"elL":[58.3,-116.6],"haL":[37.2,-161.3],"hipR":[-25.2,37],"knR":[-12.6,169.3],"ftR":[62.2,310],"hipL":[22.4,41.7],"knL":[-2.5,110.2],"ftL":[-46.6,268.1]},{"rootY":6.6,"hips":[0,0],"chest":[-8.5,-83.2],"neck":[-8.5,-83.2],"head":[5.1,-149.3],"shR":[-55.6,-95],"elR":[-82.6,-5.1],"haR":[-114.4,15.3],"shL":[36.6,-95.1],"elL":[64.1,-93.8],"haL":[43.6,-136.8],"hipR":[-25,37.1],"knR":[-12.6,169.4],"ftR":[62.6,309.8],"hipL":[22.4,41.5],"knL":[-3,111],"ftL":[-48.3,268.4]},{"rootY":7,"hips":[0,0],"chest":[-9.2,-83.3],"neck":[-9.2,-83.3],"head":[3.8,-150.1],"shR":[-56.3,-94.6],"elR":[-78.9,0.2],"haR":[-109.8,24.8],"shL":[35.4,-95.7],"elL":[68.7,-70.7],"haL":[48.8,-110],"hipR":[-24.7,37.4],"knR":[-13.5,170],"ftR":[62.4,310.1],"hipL":[22.6,41.2],"knL":[-3.5,111.8],"ftL":[-50.8,268.5]},{"rootY":7.2,"hips":[0,0],"chest":[-10.2,-83.3],"neck":[-10.2,-83.3],"head":[2.3,-150.3],"shR":[-57.1,-94.5],"elR":[-75.5,4.8],"haR":[-104.4,33.9],"shL":[33.7,-95.5],"elL":[70.1,-48],"haL":[51.7,-81],"hipR":[-24.8,37.3],"knR":[-12.4,169.7],"ftR":[63.2,309.3],"hipL":[22.3,41.3],"knL":[-5.3,112.6],"ftL":[-54.2,268.6]},{"rootY":7.9,"hips":[0,0],"chest":[-10.8,-83.3],"neck":[-10.8,-83.3],"head":[1.2,-150.7],"shR":[-58.4,-94.4],"elR":[-73.1,8.3],"haR":[-99.1,42.3],"shL":[33.4,-95.5],"elL":[70.5,-29.2],"haL":[54.6,-53],"hipR":[-24.8,37.1],"knR":[-12.9,169.7],"ftR":[63.7,308.8],"hipL":[21.9,41.5],"knL":[-6.9,114.1],"ftL":[-57.3,269.2]},{"rootY":8.7,"hips":[0,0],"chest":[-11.3,-83.6],"neck":[-11.3,-83.6],"head":[0.2,-151.1],"shR":[-59.6,-94.4],"elR":[-71.4,11.5],"haR":[-93.5,49.4],"shL":[33.2,-95.7],"elL":[70.2,-13.8],"haL":[57.1,-26.5],"hipR":[-24.8,36.9],"knR":[-12.7,169.6],"ftR":[64.3,308.3],"hipL":[21.6,41.7],"knL":[-8.8,115.6],"ftL":[-60.2,269.9]},{"rootY":9.7,"hips":[0,0],"chest":[-11.5,-83.8],"neck":[-11.5,-83.8],"head":[-0.5,-151.5],"shR":[-60.3,-94.7],"elR":[-68.5,13.7],"haR":[-87.2,54.8],"shL":[33.2,-95.5],"elL":[69.4,-2.8],"haL":[58.5,-3.2],"hipR":[-24.9,36.6],"knR":[-12,169.3],"ftR":[65.3,307.4],"hipL":[21.3,42],"knL":[-11.7,118],"ftL":[-62.7,271.8]},{"rootY":10.5,"hips":[0,0],"chest":[-11,-84.4],"neck":[-11,-84.4],"head":[-0.6,-152.2],"shR":[-60.3,-95.3],"elR":[-64.9,15.1],"haR":[-81.2,58.5],"shL":[33.6,-95.8],"elL":[67.7,4.7],"haL":[59.8,16.5],"hipR":[-25.1,36.1],"knR":[-10.7,169.1],"ftR":[67.2,306.1],"hipL":[20.5,42.4],"knL":[-14.4,121.6],"ftL":[-64.6,274.7]},{"rootY":11.4,"hips":[0,0],"chest":[-10.4,-84.9],"neck":[-10.4,-84.9],"head":[0.1,-152.8],"shR":[-60.7,-96.3],"elR":[-64,16.1],"haR":[-76.8,61.2],"shL":[35,-95.4],"elL":[66.3,9.6],"haL":[61.9,33.4],"hipR":[-24.4,36.1],"knR":[-9.5,169.3],"ftR":[69.1,305.4],"hipL":[20.4,42.4],"knL":[-17.6,126.1],"ftL":[-65.2,279.1]},{"rootY":12.6,"hips":[0,0],"chest":[-9.1,-85.4],"neck":[-9.1,-85.4],"head":[1.3,-153.4],"shR":[-59.3,-97.4],"elR":[-57.7,16],"haR":[-70,62.3],"shL":[36,-95.1],"elL":[64.1,12.7],"haL":[64.6,46.6],"hipR":[-24,35.8],"knR":[-9.4,169.3],"ftR":[71.9,303.3],"hipL":[20.3,42.7],"knL":[-20.4,130.3],"ftL":[-64,283.1]},{"rootY":14.9,"hips":[0,0],"chest":[-8.1,-85.6],"neck":[-8.1,-85.6],"head":[2.1,-153.5],"shR":[-57.4,-96.9],"elR":[-53.3,17],"haR":[-64.6,64.4],"shL":[35.8,-96],"elL":[61,13],"haL":[66.3,54.7],"hipR":[-23.7,35.7],"knR":[-8.3,169.4],"ftR":[74.7,301.4],"hipL":[20.1,42.7],"knL":[-24.7,133.3],"ftL":[-61.6,286.5]},{"rootY":17.1,"hips":[0,0],"chest":[-6.1,-85.8],"neck":[-6.1,-85.8],"head":[4.2,-153.6],"shR":[-54.8,-97.3],"elR":[-47.8,16.9],"haR":[-58.7,64.9],"shL":[37.2,-96.2],"elL":[58.7,13.2],"haL":[68.7,59.5],"hipR":[-23.3,35.4],"knR":[-7.3,169.4],"ftR":[78.5,299.2],"hipL":[19.7,42.9],"knL":[-27.6,135.6],"ftL":[-57.7,288.8]},{"rootY":19.4,"hips":[0,0],"chest":[-4.2,-85.9],"neck":[-4.2,-85.9],"head":[6.6,-153.5],"shR":[-52.2,-97.1],"elR":[-44.2,17.2],"haR":[-54.4,65.5],"shL":[38.5,-96.8],"elL":[57.6,12.1],"haL":[70.4,60.2],"hipR":[-22.4,35.4],"knR":[-6.1,169.7],"ftR":[81.7,297.3],"hipL":[19.4,42.9],"knL":[-30.3,136.7],"ftL":[-54.8,289.3]},{"rootY":21.7,"hips":[0,0],"chest":[-2.8,-86.1],"neck":[-2.8,-86.1],"head":[8.6,-153.5],"shR":[-50.7,-98],"elR":[-41.6,16.3],"haR":[-51.8,64.7],"shL":[40.2,-96.4],"elL":[58.5,11.6],"haL":[72.9,59.9],"hipR":[-23.1,35.5],"knR":[-3.1,169.6],"ftR":[85.8,294.9],"hipL":[18.9,42.9],"knL":[-32.1,137.3],"ftL":[-52.1,288.9]},{"rootY":23.6,"hips":[0,0],"chest":[-0.6,-86.2],"neck":[-0.6,-86.2],"head":[11.8,-153.4],"shR":[-48.2,-98],"elR":[-40,16.3],"haR":[-50.3,64.7],"shL":[42.4,-96.8],"elL":[61.3,9.2],"haL":[75.8,57.4],"hipR":[-22.6,35.2],"knR":[0.2,169],"ftR":[90.8,292.6],"hipL":[18,43.1],"knL":[-33.7,137.4],"ftL":[-48.3,287.3]},{"rootY":25.8,"hips":[0,0],"chest":[0.8,-86.2],"neck":[0.8,-86.2],"head":[14.1,-153.1],"shR":[-47.1,-98.8],"elR":[-40.4,15.6],"haR":[-51.3,63.8],"shL":[44.4,-95.9],"elL":[64.2,8.1],"haL":[78.2,56.5],"hipR":[-22.2,35.6],"knR":[2.6,169.1],"ftR":[94.7,290.3],"hipL":[17.5,42.8],"knL":[-35.1,136.8],"ftL":[-45.1,284.8]}]} \ No newline at end of file diff --git a/ink-theater/mocap/clips/dance_spin.json b/ink-theater/mocap/clips/dance_spin.json new file mode 100644 index 00000000..29256d27 --- /dev/null +++ b/ink-theater/mocap/clips/dance_spin.json @@ -0,0 +1 @@ +{"name":"dance_spin","fps":30,"height":520,"groundY":336,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[0.3,-87],"neck":[0.3,-87],"head":[-1.4,-154.3],"shR":[-66.4,-98.5],"elR":[-180.7,-82.5],"haR":[-231.4,-75.3],"shL":[71.5,-97.4],"elL":[182.3,-81.8],"haL":[232.2,-74.8],"hipR":[-32.8,35.3],"knR":[-30.4,171.1],"ftR":[-27.5,335.7],"hipL":[34,35.3],"knL":[31.6,171.1],"ftL":[28.7,335.1]},{"rootY":0.3,"hips":[0,0],"chest":[-0.4,-86.4],"neck":[-0.4,-86.4],"head":[-4.7,-154.9],"shR":[-68.2,-91.5],"elR":[-84.1,15.3],"haR":[-93.3,65.6],"shL":[69.1,-103.8],"elL":[88.1,-3.6],"haL":[95.4,45.8],"hipR":[-34.9,37.4],"knR":[-6.5,167],"ftR":[19.1,322.5],"hipL":[30.9,41.1],"knL":[20.1,174.6],"ftL":[-39.7,279.9]},{"rootY":0.4,"hips":[0,0],"chest":[-0.5,-86.4],"neck":[-0.5,-86.4],"head":[-5.8,-154.4],"shR":[-68.2,-91.6],"elR":[-83.8,15.4],"haR":[-92.7,65.7],"shL":[69,-103.9],"elL":[87.8,-3.5],"haL":[95.2,45.9],"hipR":[-35.1,37.3],"knR":[-6.8,167],"ftR":[19.1,322.4],"hipL":[30.8,41.2],"knL":[19.9,174.7],"ftL":[-39.5,279.9]},{"rootY":0.6,"hips":[0,0],"chest":[-0.5,-86.4],"neck":[-0.5,-86.4],"head":[-7.1,-154.5],"shR":[-68.2,-91.5],"elR":[-83.1,16.2],"haR":[-92,66.5],"shL":[69,-104.1],"elL":[87.2,-3.4],"haL":[94.9,46],"hipR":[-35.1,37.2],"knR":[-7.2,167.1],"ftR":[18.9,322.3],"hipL":[30.8,41.3],"knL":[19.5,174.6],"ftL":[-39.7,279.6]},{"rootY":0.5,"hips":[0,0],"chest":[-0.6,-86.4],"neck":[-0.6,-86.4],"head":[-8.3,-154.2],"shR":[-68.3,-91.4],"elR":[-82.6,16.5],"haR":[-91.2,66.8],"shL":[69,-104.3],"elL":[86.7,-3.5],"haL":[94.4,45.9],"hipR":[-35.2,37.1],"knR":[-7.6,166.9],"ftR":[18.8,322.2],"hipL":[30.7,41.4],"knL":[19.2,174.6],"ftL":[-39.9,279.5]},{"rootY":0.5,"hips":[0,0],"chest":[-0.5,-86.4],"neck":[-0.5,-86.4],"head":[-9.4,-153.8],"shR":[-68.1,-91.4],"elR":[-81.5,16.7],"haR":[-90.1,67.1],"shL":[69.2,-104.4],"elL":[86.5,-3.5],"haL":[94.1,45.9],"hipR":[-35.1,37.2],"knR":[-7.3,166.8],"ftR":[18.7,322],"hipL":[30.9,41.3],"knL":[19,174.3],"ftL":[-39.6,279.7]},{"rootY":0.7,"hips":[0,0],"chest":[-0.7,-86.4],"neck":[-0.7,-86.4],"head":[-10.7,-153.6],"shR":[-68.3,-91.5],"elR":[-80.7,16.7],"haR":[-89,67.1],"shL":[69,-104.3],"elL":[86,-3.4],"haL":[93.4,46],"hipR":[-35.2,37.2],"knR":[-7.7,167],"ftR":[18.7,322],"hipL":[30.8,41.3],"knL":[19,174.4],"ftL":[-39.5,279.8]},{"rootY":0.4,"hips":[0,0],"chest":[-0.9,-86.4],"neck":[-0.9,-86.4],"head":[-11.6,-153.3],"shR":[-68.5,-91.6],"elR":[-79.6,17.1],"haR":[-87.8,67.5],"shL":[68.8,-104.3],"elL":[85.1,-3.4],"haL":[92.4,46.1],"hipR":[-35.2,37.1],"knR":[-7.8,166.8],"ftR":[18.4,321.9],"hipL":[30.7,41.4],"knL":[18.7,174.4],"ftL":[-39.7,279.9]},{"rootY":0.4,"hips":[0,0],"chest":[-1.1,-86.4],"neck":[-1.1,-86.4],"head":[-12.2,-153.4],"shR":[-68.6,-91.7],"elR":[-78.6,17],"haR":[-86.4,67.5],"shL":[68.7,-104.1],"elL":[84.4,-3.3],"haL":[91.5,46.2],"hipR":[-35.3,37.1],"knR":[-7.8,166.9],"ftR":[18.4,321.9],"hipL":[30.6,41.4],"knL":[18.7,174.4],"ftL":[-39.9,279.6]},{"rootY":0.5,"hips":[0,0],"chest":[-1.3,-86.4],"neck":[-1.3,-86.4],"head":[-13.1,-153.1],"shR":[-68.8,-91.7],"elR":[-77.6,17],"haR":[-85.1,67.6],"shL":[68.6,-104],"elL":[83.4,-3.6],"haL":[90,46.1],"hipR":[-35.3,37],"knR":[-7.9,167],"ftR":[18.4,322],"hipL":[30.6,41.4],"knL":[18.5,174.5],"ftL":[-40.2,279.3]},{"rootY":0.4,"hips":[0,0],"chest":[-1.6,-86.4],"neck":[-1.6,-86.4],"head":[-13.8,-152.9],"shR":[-69,-91.9],"elR":[-77,16.7],"haR":[-84,67.4],"shL":[68.3,-103.9],"elL":[82.9,-3.9],"haL":[89,45.9],"hipR":[-35.5,36.9],"knR":[-8.2,166.8],"ftR":[18.2,321.8],"hipL":[30.4,41.6],"knL":[18.2,174.6],"ftL":[-40.6,279.4]},{"rootY":0.4,"hips":[0,0],"chest":[-1.6,-86.4],"neck":[-1.6,-86.4],"head":[-13.6,-153.1],"shR":[-69.1,-91.9],"elR":[-76.4,16.7],"haR":[-83.2,67.4],"shL":[68.3,-103.8],"elL":[82.5,-4.1],"haL":[88.1,45.8],"hipR":[-35.5,36.8],"knR":[-8.4,166.9],"ftR":[18.1,321.9],"hipL":[30.3,41.6],"knL":[18.5,174.8],"ftL":[-40.9,279.2]},{"rootY":0.4,"hips":[0,0],"chest":[-1.5,-86.4],"neck":[-1.5,-86.4],"head":[-13.4,-153.1],"shR":[-69,-91.5],"elR":[-76,17.1],"haR":[-82.9,67.8],"shL":[68.4,-103.9],"elL":[82,-4.7],"haL":[87.4,45.3],"hipR":[-35.5,36.8],"knR":[-8.2,166.9],"ftR":[18.3,321.8],"hipL":[30.3,41.6],"knL":[18.8,174.9],"ftL":[-41.1,279.1]},{"rootY":0.6,"hips":[0,0],"chest":[-1.8,-86.5],"neck":[-1.8,-86.5],"head":[-13.5,-153.1],"shR":[-69.2,-91.4],"elR":[-76.9,16.7],"haR":[-83.9,67.4],"shL":[68,-104],"elL":[81.3,-5.4],"haL":[86.4,44.8],"hipR":[-35.6,36.8],"knR":[-9,166.9],"ftR":[17.9,321.6],"hipL":[30.3,41.7],"knL":[18.2,174.8],"ftL":[-41.9,278.5]},{"rootY":0.8,"hips":[0,0],"chest":[-1.2,-86.4],"neck":[-1.2,-86.4],"head":[-12.4,-153.4],"shR":[-68.6,-91.7],"elR":[-76.9,16],"haR":[-84,66.7],"shL":[68.7,-103.7],"elL":[81.6,-5.9],"haL":[86.6,44.3],"hipR":[-35.3,37.1],"knR":[-7.2,167],"ftR":[18.9,321.8],"hipL":[30.6,41.4],"knL":[19.4,174.7],"ftL":[-41.5,278.8]},{"rootY":0.9,"hips":[0,0],"chest":[-1.5,-86.5],"neck":[-1.5,-86.5],"head":[-12.4,-153.5],"shR":[-68.8,-91.7],"elR":[-77.9,15.8],"haR":[-85.3,66.4],"shL":[68.5,-103.7],"elL":[81.3,-6.4],"haL":[86.2,43.8],"hipR":[-35.3,37],"knR":[-7.5,167.1],"ftR":[18.5,321.8],"hipL":[30.6,41.5],"knL":[19.4,174.7],"ftL":[-41.6,278.4]},{"rootY":0.8,"hips":[0,0],"chest":[-1.4,-86.4],"neck":[-1.4,-86.4],"head":[-11.8,-153.6],"shR":[-68.7,-91.7],"elR":[-78.7,15],"haR":[-85.8,65.7],"shL":[68.6,-103.6],"elL":[81.4,-6.5],"haL":[86.3,43.7],"hipR":[-35.2,37.1],"knR":[-7.1,167.1],"ftR":[18.6,321.9],"hipL":[30.7,41.4],"knL":[19.5,174.5],"ftL":[-41,278.7]},{"rootY":0.6,"hips":[0,0],"chest":[-1.2,-86.4],"neck":[-1.2,-86.4],"head":[-11.1,-153.7],"shR":[-68.4,-91.7],"elR":[-79.1,14.8],"haR":[-86.1,65.5],"shL":[68.8,-103.4],"elL":[81.3,-6.9],"haL":[86.3,43.3],"hipR":[-35.1,37.2],"knR":[-6.1,166.9],"ftR":[18.9,322],"hipL":[30.7,41.2],"knL":[20,174.6],"ftL":[-40.8,279.2]},{"rootY":0.7,"hips":[0,0],"chest":[-1,-86.4],"neck":[-1,-86.4],"head":[-10.5,-153.9],"shR":[-68.3,-91.7],"elR":[-79.8,14.5],"haR":[-86.5,65.2],"shL":[69,-103.4],"elL":[81.3,-7.1],"haL":[86.4,43.1],"hipR":[-35,37.4],"knR":[-5.3,166.8],"ftR":[19.2,321.9],"hipL":[30.9,41],"knL":[19.8,174.4],"ftL":[-40.8,279.1]},{"rootY":0.6,"hips":[0,0],"chest":[-1,-86.4],"neck":[-1,-86.4],"head":[-10.1,-154.1],"shR":[-68.1,-91.8],"elR":[-80.5,14],"haR":[-87.2,64.8],"shL":[69.1,-103.2],"elL":[81.2,-6.9],"haL":[86.5,43.3],"hipR":[-34.9,37.4],"knR":[-4.7,166.5],"ftR":[18.8,321.8],"hipL":[31,41],"knL":[19.4,174.3],"ftL":[-41.3,279]},{"rootY":0.8,"hips":[0,0],"chest":[-1.7,-86.3],"neck":[-1.7,-86.3],"head":[-10.6,-154.1],"shR":[-68.8,-91.8],"elR":[-82.3,13.7],"haR":[-88.6,64.5],"shL":[68.4,-103.1],"elL":[80.3,-7],"haL":[85.7,43.2],"hipR":[-35.2,37.2],"knR":[-6.7,166.9],"ftR":[18.3,321.9],"hipL":[30.6,41.2],"knL":[19.1,174.5],"ftL":[-42.3,278.6]},{"rootY":0.5,"hips":[0,0],"chest":[-2.1,-86.4],"neck":[-2.1,-86.4],"head":[-10.5,-154.2],"shR":[-69.2,-91.6],"elR":[-83.6,14],"haR":[-89.9,64.8],"shL":[68,-103.2],"elL":[80,-6.9],"haL":[85.4,43.2],"hipR":[-35.4,36.9],"knR":[-7.7,166.7],"ftR":[17.6,321.8],"hipL":[30.4,41.5],"knL":[18.5,174.7],"ftL":[-43,278.7]},{"rootY":0.4,"hips":[0,0],"chest":[-1.8,-86.4],"neck":[-1.8,-86.4],"head":[-9.8,-154.4],"shR":[-68.9,-91.4],"elR":[-84.2,14],"haR":[-90.4,64.9],"shL":[68.3,-103.3],"elL":[80.3,-7],"haL":[85.8,43.1],"hipR":[-35.2,37.2],"knR":[-7,166.8],"ftR":[17.8,321.9],"hipL":[30.7,41.2],"knL":[18.9,174.4],"ftL":[-42.9,278.8]},{"rootY":0.7,"hips":[0,0],"chest":[-2.2,-86.4],"neck":[-2.2,-86.4],"head":[-10.1,-154.4],"shR":[-69.4,-91.2],"elR":[-86.2,13.9],"haR":[-92,64.8],"shL":[67.8,-103.5],"elL":[80.1,-7.3],"haL":[85.4,42.8],"hipR":[-35.5,36.9],"knR":[-8.4,166.9],"ftR":[17.5,321.8],"hipL":[30.3,41.5],"knL":[18.6,174.8],"ftL":[-43.3,278.6]},{"rootY":0.6,"hips":[0,0],"chest":[-2.4,-86.4],"neck":[-2.4,-86.4],"head":[-9.8,-154.7],"shR":[-69.5,-91.3],"elR":[-87.6,13.6],"haR":[-93.1,64.5],"shL":[67.7,-103.3],"elL":[80,-7.3],"haL":[85.4,42.9],"hipR":[-35.4,36.9],"knR":[-8.5,166.7],"ftR":[17.1,321.6],"hipL":[30.3,41.5],"knL":[18.5,174.8],"ftL":[-43.6,278.6]},{"rootY":0.7,"hips":[0,0],"chest":[-2.2,-86.3],"neck":[-2.2,-86.3],"head":[-9.3,-154.8],"shR":[-69.3,-91.4],"elR":[-88.9,13],"haR":[-94,63.9],"shL":[67.9,-103.2],"elL":[80.2,-7.3],"haL":[85.6,42.9],"hipR":[-35.4,37],"knR":[-8.2,166.7],"ftR":[17.4,321.6],"hipL":[30.4,41.4],"knL":[19,174.8],"ftL":[-43.5,278.5]},{"rootY":0.6,"hips":[0,0],"chest":[-2.1,-86.3],"neck":[-2.1,-86.3],"head":[-9.1,-154.8],"shR":[-69.2,-91.3],"elR":[-90.1,13],"haR":[-95.2,64],"shL":[68,-103.3],"elL":[80.7,-7.4],"haL":[86,42.7],"hipR":[-35.3,37],"knR":[-7.9,166.7],"ftR":[17.3,321.7],"hipL":[30.5,41.4],"knL":[19.4,174.8],"ftL":[-43.2,278.6]},{"rootY":0.9,"hips":[0,0],"chest":[-1.9,-86.3],"neck":[-1.9,-86.3],"head":[-8.7,-154.9],"shR":[-69,-91.3],"elR":[-91.6,12.8],"haR":[-96.5,63.8],"shL":[68.2,-103.4],"elL":[81.1,-7.4],"haL":[86.5,42.8],"hipR":[-35.2,37.1],"knR":[-7.5,166.9],"ftR":[17.9,322],"hipL":[30.6,41.3],"knL":[19.8,174.8],"ftL":[-42.7,278.6]},{"rootY":0.8,"hips":[0,0],"chest":[-1.7,-86.3],"neck":[-1.7,-86.3],"head":[-8.8,-154.9],"shR":[-68.8,-91.3],"elR":[-92.9,12.6],"haR":[-97.8,63.5],"shL":[68.3,-103.4],"elL":[81.6,-7.2],"haL":[87.1,43],"hipR":[-35.2,37.1],"knR":[-7.1,166.9],"ftR":[18,322],"hipL":[30.7,41.3],"knL":[19.7,174.7],"ftL":[-41.9,278.9]},{"rootY":0.8,"hips":[0,0],"chest":[-1.6,-86.3],"neck":[-1.6,-86.3],"head":[-8.6,-154.9],"shR":[-68.8,-91.1],"elR":[-94.3,12.6],"haR":[-99.1,63.5],"shL":[68.4,-103.5],"elL":[81.9,-7],"haL":[87.4,43.1],"hipR":[-35.2,37.2],"knR":[-7.3,166.9],"ftR":[17.9,322],"hipL":[30.8,41.3],"knL":[19.5,174.6],"ftL":[-41.5,279.1]},{"rootY":0.9,"hips":[0,0],"chest":[-1.8,-86.4],"neck":[-1.8,-86.4],"head":[-8.8,-155],"shR":[-69,-91.1],"elR":[-95.9,12.7],"haR":[-100.6,63.5],"shL":[68.2,-103.7],"elL":[81.8,-7],"haL":[87.5,43.1],"hipR":[-35.3,37.1],"knR":[-7.6,166.9],"ftR":[17.7,322.1],"hipL":[30.7,41.4],"knL":[19.2,174.6],"ftL":[-41.6,279.4]},{"rootY":1.1,"hips":[0,0],"chest":[-2.1,-86.3],"neck":[-2.1,-86.3],"head":[-9.5,-154.8],"shR":[-69.3,-91],"elR":[-97.1,12.8],"haR":[-101.8,63.6],"shL":[67.8,-103.9],"elL":[81.6,-6.7],"haL":[87.5,43.4],"hipR":[-35.4,37],"knR":[-7.8,166.8],"ftR":[17.4,321.9],"hipL":[30.6,41.5],"knL":[18.9,174.7],"ftL":[-42.1,278.9]},{"rootY":1.2,"hips":[0,0],"chest":[-2.4,-86.3],"neck":[-2.4,-86.3],"head":[-9.7,-154.8],"shR":[-69.6,-90.9],"elR":[-98.2,12.7],"haR":[-102.8,63.4],"shL":[67.5,-104],"elL":[81.6,-6.6],"haL":[87.4,43.5],"hipR":[-35.5,36.9],"knR":[-7.9,166.7],"ftR":[17.1,321.8],"hipL":[30.5,41.6],"knL":[18.6,174.8],"ftL":[-42.7,278.9]},{"rootY":1.2,"hips":[0,0],"chest":[-2.7,-86.4],"neck":[-2.7,-86.4],"head":[-10.2,-154.9],"shR":[-69.9,-91.1],"elR":[-98.9,12.8],"haR":[-103.4,63.5],"shL":[67.2,-104],"elL":[81.6,-6.5],"haL":[87.6,43.5],"hipR":[-35.5,36.8],"knR":[-8.5,166.8],"ftR":[16.7,321.8],"hipL":[30.4,41.6],"knL":[18.5,174.7],"ftL":[-43.3,278.8]},{"rootY":1.1,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-10.9,-154.7],"shR":[-70.4,-90.9],"elR":[-99.6,13.3],"haR":[-104,63.9],"shL":[66.6,-104.3],"elL":[81.3,-6.3],"haL":[87.3,43.7],"hipR":[-35.7,36.6],"knR":[-9.5,166.8],"ftR":[16.2,321.8],"hipL":[30.2,41.8],"knL":[18.2,174.9],"ftL":[-43.8,278.8]},{"rootY":1,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-10.7,-154.9],"shR":[-70.4,-90.6],"elR":[-99.4,13.9],"haR":[-103.7,64.5],"shL":[66.5,-104.7],"elL":[81.3,-6.4],"haL":[87.4,43.6],"hipR":[-35.5,36.9],"knR":[-9.4,167],"ftR":[16,321.9],"hipL":[30.5,41.6],"knL":[18.1,174.6],"ftL":[-43.9,278.8]},{"rootY":1,"hips":[0,0],"chest":[-3,-86.4],"neck":[-3,-86.4],"head":[-11,-154.8],"shR":[-70.3,-90.4],"elR":[-98.2,14.5],"haR":[-102.7,65.1],"shL":[66.6,-104.9],"elL":[81.8,-6.5],"haL":[87.9,43.6],"hipR":[-35.4,36.9],"knR":[-9.1,166.9],"ftR":[15.9,321.8],"hipL":[30.5,41.6],"knL":[17.9,174.6],"ftL":[-43.9,278.7]},{"rootY":0.8,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-11.6,-154.6],"shR":[-70.4,-90.2],"elR":[-96.9,15.3],"haR":[-101.7,65.9],"shL":[66.4,-105.2],"elL":[81.8,-6.5],"haL":[88,43.5],"hipR":[-35.5,36.9],"knR":[-9,166.6],"ftR":[15.5,321.7],"hipL":[30.5,41.6],"knL":[17.6,174.6],"ftL":[-44,279.1]},{"rootY":0.8,"hips":[0,0],"chest":[-3.1,-86.4],"neck":[-3.1,-86.4],"head":[-11.9,-154.6],"shR":[-70.4,-89.9],"elR":[-94.8,16],"haR":[-99.7,66.5],"shL":[66.4,-105.4],"elL":[81.8,-6.5],"haL":[88.1,43.5],"hipR":[-35.4,36.9],"knR":[-8.7,166.6],"ftR":[15.6,321.7],"hipL":[30.5,41.6],"knL":[17.5,174.6],"ftL":[-44,278.9]},{"rootY":1.1,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-11.7,-154.7],"shR":[-70.5,-89.8],"elR":[-92,17.2],"haR":[-97.1,67.7],"shL":[66.3,-105.6],"elL":[81.8,-6.4],"haL":[88.1,43.6],"hipR":[-35.3,37],"knR":[-8.6,166.9],"ftR":[15.7,322],"hipL":[30.6,41.5],"knL":[17.8,174.6],"ftL":[-43.8,278.8]},{"rootY":1,"hips":[0,0],"chest":[-3.2,-86.4],"neck":[-3.2,-86.4],"head":[-12.1,-154.6],"shR":[-70.5,-89.7],"elR":[-89,17.9],"haR":[-94.4,68.4],"shL":[66.3,-105.7],"elL":[81.7,-6.2],"haL":[88.1,43.7],"hipR":[-35.3,37],"knR":[-8.6,167],"ftR":[15.7,322.1],"hipL":[30.7,41.5],"knL":[17.8,174.6],"ftL":[-43.6,278.9]},{"rootY":1.1,"hips":[0,0],"chest":[-3.4,-86.4],"neck":[-3.4,-86.4],"head":[-12.6,-154.5],"shR":[-70.7,-89.8],"elR":[-86,18.6],"haR":[-91.9,69.2],"shL":[66.1,-105.7],"elL":[81.5,-5.8],"haL":[87.9,44.1],"hipR":[-35.4,37],"knR":[-9.3,167.1],"ftR":[15.7,322],"hipL":[30.7,41.6],"knL":[17.7,174.6],"ftL":[-43.8,278.5]},{"rootY":1.1,"hips":[0,0],"chest":[-3.6,-86.4],"neck":[-3.6,-86.4],"head":[-13,-154.5],"shR":[-71,-89.7],"elR":[-83.6,19],"haR":[-89.4,69.6],"shL":[65.8,-105.9],"elL":[81.1,-5.9],"haL":[87.3,44.1],"hipR":[-35.4,36.9],"knR":[-10.2,167.2],"ftR":[15.3,322],"hipL":[30.6,41.7],"knL":[17.3,174.5],"ftL":[-44.3,278.4]},{"rootY":1.2,"hips":[0,0],"chest":[-3.5,-86.4],"neck":[-3.5,-86.4],"head":[-13.1,-154.4],"shR":[-70.9,-89.5],"elR":[-81.1,19.6],"haR":[-87.1,70.3],"shL":[65.9,-106.2],"elL":[80.9,-6.2],"haL":[86.9,43.7],"hipR":[-35.3,37],"knR":[-9.3,167.2],"ftR":[15.5,321.9],"hipL":[30.7,41.6],"knL":[17.5,174.5],"ftL":[-44.2,278.2]},{"rootY":1.1,"hips":[0,0],"chest":[-3.4,-86.4],"neck":[-3.4,-86.4],"head":[-13,-154.5],"shR":[-70.8,-89.5],"elR":[-78.6,20.2],"haR":[-84.8,70.9],"shL":[65.9,-106.2],"elL":[80.7,-6.1],"haL":[86.6,43.8],"hipR":[-35.3,37],"knR":[-9.4,167.1],"ftR":[15.6,321.9],"hipL":[30.7,41.6],"knL":[17.6,174.6],"ftL":[-44.2,278.4]},{"rootY":1.2,"hips":[0,0],"chest":[-3.7,-86.5],"neck":[-3.7,-86.5],"head":[-13.3,-154.5],"shR":[-71.1,-89.6],"elR":[-76.8,20.4],"haR":[-83,71.2],"shL":[65.7,-106.1],"elL":[80.2,-5.7],"haL":[86.2,44.2],"hipR":[-35.5,36.8],"knR":[-9.9,167.1],"ftR":[15.5,321.9],"hipL":[30.5,41.7],"knL":[17.4,174.7],"ftL":[-44.3,278.2]},{"rootY":1.2,"hips":[0,0],"chest":[-3.8,-86.5],"neck":[-3.8,-86.5],"head":[-13.4,-154.5],"shR":[-71.3,-89.5],"elR":[-75.2,20.6],"haR":[-81.2,71.5],"shL":[65.5,-106.1],"elL":[80,-5.6],"haL":[85.8,44.3],"hipR":[-35.5,36.8],"knR":[-10.1,167.1],"ftR":[15.7,321.9],"hipL":[30.5,41.7],"knL":[17.4,174.7],"ftL":[-44,278.7]},{"rootY":1.1,"hips":[0,0],"chest":[-3.9,-86.5],"neck":[-3.9,-86.5],"head":[-13.4,-154.6],"shR":[-71.4,-89.7],"elR":[-73.4,20.8],"haR":[-79.3,71.6],"shL":[65.5,-105.9],"elL":[79.9,-5.3],"haL":[85.5,44.6],"hipR":[-35.6,36.7],"knR":[-9.9,167],"ftR":[15.8,321.9],"hipL":[30.4,41.8],"knL":[17.5,174.9],"ftL":[-43.8,279.1]},{"rootY":1,"hips":[0,0],"chest":[-3.9,-86.5],"neck":[-3.9,-86.5],"head":[-13.4,-154.6],"shR":[-71.4,-89.8],"elR":[-71.9,20.7],"haR":[-77.5,71.6],"shL":[65.5,-105.9],"elL":[79.7,-5.1],"haL":[85.2,44.9],"hipR":[-35.7,36.6],"knR":[-9.9,166.9],"ftR":[15.9,321.8],"hipL":[30.2,41.9],"knL":[17.9,175.1],"ftL":[-43.5,279.3]},{"rootY":1.1,"hips":[0,0],"chest":[-4.1,-86.5],"neck":[-4.1,-86.5],"head":[-13.6,-154.6],"shR":[-71.6,-89.8],"elR":[-70.8,21],"haR":[-76.2,71.9],"shL":[65.3,-105.9],"elL":[79.4,-5.2],"haL":[84.8,44.8],"hipR":[-36,36.4],"knR":[-11.8,166.9],"ftR":[15.4,321.8],"hipL":[30,42.1],"knL":[17.6,175.2],"ftL":[-43.6,279.2]},{"rootY":1.3,"hips":[0,0],"chest":[-4,-86.5],"neck":[-4,-86.5],"head":[-13.3,-154.6],"shR":[-71.5,-89.6],"elR":[-69.9,21.3],"haR":[-75,72.2],"shL":[65.4,-106],"elL":[79.4,-5.2],"haL":[84.8,44.8],"hipR":[-36,36.4],"knR":[-11.7,166.9],"ftR":[15.6,321.9],"hipL":[30.1,42.1],"knL":[17.4,175.1],"ftL":[-43.1,279.1]},{"rootY":0.9,"hips":[0,0],"chest":[-4,-86.5],"neck":[-4,-86.5],"head":[-13.3,-154.7],"shR":[-71.5,-90],"elR":[-69,21.1],"haR":[-74,71.9],"shL":[65.5,-105.7],"elL":[79.6,-5.1],"haL":[84.9,44.9],"hipR":[-35.9,36.5],"knR":[-11.4,166.7],"ftR":[15.5,321.8],"hipL":[30.2,42],"knL":[17.4,175],"ftL":[-42.4,279.5]},{"rootY":1,"hips":[0,0],"chest":[-3.9,-86.5],"neck":[-3.9,-86.5],"head":[-13,-154.7],"shR":[-71.4,-89.8],"elR":[-68.5,21.4],"haR":[-73.4,72.3],"shL":[65.5,-105.8],"elL":[79.7,-5.2],"haL":[84.9,44.9],"hipR":[-35.9,36.5],"knR":[-11.1,166.7],"ftR":[15.6,321.9],"hipL":[30.3,42],"knL":[17.5,175],"ftL":[-42,279.6]},{"rootY":0.9,"hips":[0,0],"chest":[-4,-86.5],"neck":[-4,-86.5],"head":[-12.9,-154.8],"shR":[-71.6,-89.9],"elR":[-68.6,21.4],"haR":[-73.6,72.2],"shL":[65.4,-105.7],"elL":[79.8,-5.2],"haL":[85,44.8],"hipR":[-36.1,36.3],"knR":[-11.6,166.6],"ftR":[15.5,321.9],"hipL":[30,42.2],"knL":[17.4,175.2],"ftL":[-42.1,279.8]},{"rootY":0.7,"hips":[0,0],"chest":[-4,-86.5],"neck":[-4,-86.5],"head":[-12.8,-154.9],"shR":[-71.6,-90.1],"elR":[-68.8,21.2],"haR":[-73.9,72],"shL":[65.4,-105.6],"elL":[79.9,-5.1],"haL":[85.1,44.9],"hipR":[-36.1,36.3],"knR":[-11.9,166.5],"ftR":[15.4,321.8],"hipL":[30,42.2],"knL":[17.3,175.2],"ftL":[-42.1,280]},{"rootY":1,"hips":[0,0],"chest":[-3.9,-86.5],"neck":[-3.9,-86.5],"head":[-12.7,-154.9],"shR":[-71.5,-90.2],"elR":[-69.2,21],"haR":[-74.6,71.8],"shL":[65.6,-105.4],"elL":[80,-5],"haL":[85.4,45.1],"hipR":[-36.2,36.2],"knR":[-12.1,166.5],"ftR":[15.5,321.8],"hipL":[30,42.2],"knL":[17.4,175.4],"ftL":[-42.1,280]},{"rootY":1,"hips":[0,0],"chest":[-3.8,-86.5],"neck":[-3.8,-86.5],"head":[-12.4,-154.9],"shR":[-71.4,-90.3],"elR":[-69.8,20.8],"haR":[-75.5,71.6],"shL":[65.7,-105.3],"elL":[80.2,-4.9],"haL":[85.6,45.1],"hipR":[-36.1,36.3],"knR":[-11.7,166.4],"ftR":[15.7,321.8],"hipL":[30.1,42.2],"knL":[17.5,175.4],"ftL":[-42,280]},{"rootY":0.8,"hips":[0,0],"chest":[-3.6,-86.6],"neck":[-3.6,-86.6],"head":[-12.1,-155],"shR":[-71.2,-90.3],"elR":[-70.6,20.7],"haR":[-76.2,71.5],"shL":[65.8,-105.4],"elL":[80.3,-5.1],"haL":[85.7,45],"hipR":[-35.8,36.6],"knR":[-10.7,166.5],"ftR":[15.7,321.8],"hipL":[30.4,42],"knL":[17.7,175],"ftL":[-41.9,279.8]},{"rootY":1.2,"hips":[0,0],"chest":[-3.4,-86.5],"neck":[-3.4,-86.5],"head":[-11.9,-154.9],"shR":[-71,-90.2],"elR":[-71.7,20.4],"haR":[-77.3,71.2],"shL":[66.1,-105.4],"elL":[80.7,-5.1],"haL":[86,44.9],"hipR":[-35.7,36.7],"knR":[-10.2,166.7],"ftR":[16.2,321.9],"hipL":[30.4,41.9],"knL":[18,175.1],"ftL":[-41.7,279.8]},{"rootY":1.2,"hips":[0,0],"chest":[-3.1,-86.5],"neck":[-3.1,-86.5],"head":[-11.8,-154.9],"shR":[-70.8,-90.2],"elR":[-73.3,20.1],"haR":[-78.8,70.9],"shL":[66.3,-105.4],"elL":[81,-5.1],"haL":[86.1,45],"hipR":[-35.7,36.6],"knR":[-10.3,166.7],"ftR":[16.3,321.9],"hipL":[30.4,41.9],"knL":[17.9,175.1],"ftL":[-41.8,279.8]},{"rootY":1.2,"hips":[0,0],"chest":[-3.1,-86.6],"neck":[-3.1,-86.6],"head":[-11.9,-154.9],"shR":[-70.7,-90.3],"elR":[-75.3,19.7],"haR":[-81,70.6],"shL":[66.4,-105.3],"elL":[81,-5.1],"haL":[86,45],"hipR":[-35.7,36.6],"knR":[-10.6,166.7],"ftR":[15.9,322],"hipL":[30.4,41.9],"knL":[17.8,175.2],"ftL":[-42,279.6]},{"rootY":1.3,"hips":[0,0],"chest":[-3,-86.5],"neck":[-3,-86.5],"head":[-11.9,-154.9],"shR":[-70.6,-90.3],"elR":[-77.6,19.3],"haR":[-83.4,70.2],"shL":[66.5,-105.2],"elL":[81.1,-4.9],"haL":[86,45.2],"hipR":[-35.7,36.6],"knR":[-11.2,166.7],"ftR":[15.7,321.9],"hipL":[30.4,41.9],"knL":[17.6,175.2],"ftL":[-42.4,279.4]},{"rootY":1.4,"hips":[0,0],"chest":[-3.3,-86.5],"neck":[-3.3,-86.5],"head":[-12.2,-154.8],"shR":[-70.9,-90.4],"elR":[-80.9,18.6],"haR":[-86.8,69.5],"shL":[66.2,-105.1],"elL":[80.7,-4.9],"haL":[85.6,45.2],"hipR":[-35.9,36.4],"knR":[-12,166.7],"ftR":[15.1,321.9],"hipL":[30.1,42.1],"knL":[17.1,175.3],"ftL":[-43.1,279.1]},{"rootY":1.3,"hips":[0,0],"chest":[-3.2,-86.6],"neck":[-3.2,-86.6],"head":[-12.1,-154.9],"shR":[-70.8,-90.6],"elR":[-83.6,17.8],"haR":[-89.6,68.7],"shL":[66.4,-104.9],"elL":[80.7,-4.7],"haL":[85.7,45.4],"hipR":[-35.9,36.4],"knR":[-11.9,166.7],"ftR":[15.2,321.9],"hipL":[30.2,42.1],"knL":[17.2,175.3],"ftL":[-43.3,279.2]},{"rootY":1.2,"hips":[0,0],"chest":[-2.8,-86.5],"neck":[-2.8,-86.5],"head":[-11.6,-154.9],"shR":[-70.3,-90.9],"elR":[-85.9,17.2],"haR":[-92.5,68],"shL":[66.9,-104.5],"elL":[81.2,-4.5],"haL":[86.2,45.6],"hipR":[-35.8,36.6],"knR":[-11,166.6],"ftR":[15.8,321.9],"hipL":[30.3,41.9],"knL":[17.9,175.4],"ftL":[-43,279.3]},{"rootY":1,"hips":[0,0],"chest":[-2.5,-86.5],"neck":[-2.5,-86.5],"head":[-11.2,-154.9],"shR":[-70.1,-90.9],"elR":[-88.4,16.6],"haR":[-95.7,67.3],"shL":[67.2,-104.3],"elL":[81.8,-4.3],"haL":[86.7,45.8],"hipR":[-35.6,36.8],"knR":[-10.2,166.6],"ftR":[16,322.1],"hipL":[30.4,41.7],"knL":[18.2,175.3],"ftL":[-42.9,279.7]},{"rootY":1,"hips":[0,0],"chest":[-2.7,-86.5],"neck":[-2.7,-86.5],"head":[-11.3,-154.9],"shR":[-70.2,-91.1],"elR":[-91.6,15.8],"haR":[-99.3,66.4],"shL":[67.1,-104.1],"elL":[81.9,-4.2],"haL":[86.9,45.9],"hipR":[-35.7,36.6],"knR":[-10.6,166.5],"ftR":[15.8,322.1],"hipL":[30.3,41.9],"knL":[18.1,175.5],"ftL":[-43.1,279.7]},{"rootY":1,"hips":[0,0],"chest":[-2.5,-86.5],"neck":[-2.5,-86.5],"head":[-11,-154.9],"shR":[-70.1,-91],"elR":[-94.3,15.1],"haR":[-102.8,65.6],"shL":[67.2,-104.2],"elL":[82.1,-4.1],"haL":[87.3,46],"hipR":[-35.7,36.7],"knR":[-10.5,166.6],"ftR":[15.9,322.2],"hipL":[30.3,41.8],"knL":[18.1,175.4],"ftL":[-43,279.8]},{"rootY":1,"hips":[0,0],"chest":[-2.6,-86.4],"neck":[-2.6,-86.4],"head":[-11.1,-154.8],"shR":[-70.1,-91.3],"elR":[-96.9,14],"haR":[-106.2,64.3],"shL":[67.2,-103.8],"elL":[82.6,-4],"haL":[87.7,46.1],"hipR":[-35.7,36.7],"knR":[-10.3,166.4],"ftR":[16.1,322.1],"hipL":[30.3,41.8],"knL":[18,175.5],"ftL":[-42.8,280]},{"rootY":0.7,"hips":[0,0],"chest":[-2.5,-86.4],"neck":[-2.5,-86.4],"head":[-11,-154.9],"shR":[-70,-91.2],"elR":[-99.4,13.3],"haR":[-109.5,63.5],"shL":[67.3,-103.9],"elL":[82.6,-4.4],"haL":[87.9,45.7],"hipR":[-35.6,36.7],"knR":[-9.9,166.2],"ftR":[15.6,321.9],"hipL":[30.4,41.8],"knL":[18.1,175.4],"ftL":[-42.5,279.9]},{"rootY":0.7,"hips":[0,0],"chest":[-2.3,-86.4],"neck":[-2.3,-86.4],"head":[-10.9,-154.9],"shR":[-69.8,-91],"elR":[-101.7,12.6],"haR":[-112.6,62.7],"shL":[67.4,-104.1],"elL":[82.8,-4.6],"haL":[88.1,45.4],"hipR":[-35.6,36.8],"knR":[-9.8,166.3],"ftR":[16,321.9],"hipL":[30.5,41.7],"knL":[18.6,175.4],"ftL":[-41.9,280.2]},{"rootY":0.6,"hips":[0,0],"chest":[-2.6,-86.4],"neck":[-2.6,-86.4],"head":[-11.2,-154.9],"shR":[-70.1,-90.9],"elR":[-103.5,12.1],"haR":[-115.2,62],"shL":[67.2,-104],"elL":[82.7,-4.8],"haL":[88,45.3],"hipR":[-35.6,36.8],"knR":[-10,166.3],"ftR":[15.8,322],"hipL":[30.5,41.7],"knL":[18.6,175.4],"ftL":[-41.6,280.3]},{"rootY":0.4,"hips":[0,0],"chest":[-2.8,-86.3],"neck":[-2.8,-86.3],"head":[-11.5,-154.9],"shR":[-70.3,-90.6],"elR":[-104,12.3],"haR":[-116.8,61.9],"shL":[66.9,-104.2],"elL":[82.2,-4.8],"haL":[87.8,45.3],"hipR":[-35.7,36.7],"knR":[-10.7,166],"ftR":[15.4,321.9],"hipL":[30.4,41.8],"knL":[18.6,175.5],"ftL":[-41.7,280.6]},{"rootY":0.6,"hips":[0,0],"chest":[-3,-86.3],"neck":[-3,-86.3],"head":[-11.9,-154.8],"shR":[-70.5,-90.5],"elR":[-103.3,12.9],"haR":[-116.9,62.2],"shL":[66.7,-104.2],"elL":[82.1,-5.1],"haL":[87.5,45],"hipR":[-35.7,36.7],"knR":[-10.6,166.2],"ftR":[15.4,322],"hipL":[30.4,41.7],"knL":[18.8,175.5],"ftL":[-42,280.4]},{"rootY":0.8,"hips":[0,0],"chest":[-3.1,-86.3],"neck":[-3.1,-86.3],"head":[-12.1,-154.8],"shR":[-70.5,-90.3],"elR":[-101.1,13.8],"haR":[-114.8,63],"shL":[66.6,-104.2],"elL":[81.9,-5.5],"haL":[87.2,44.7],"hipR":[-35.7,36.7],"knR":[-10.5,166.2],"ftR":[15.6,322.1],"hipL":[30.5,41.7],"knL":[19.3,175.7],"ftL":[-42.1,280.1]},{"rootY":0.8,"hips":[0,0],"chest":[-3.3,-86.2],"neck":[-3.3,-86.2],"head":[-12.3,-154.8],"shR":[-70.7,-90.3],"elR":[-97.7,14.9],"haR":[-111,64],"shL":[66.5,-104.2],"elL":[81.5,-5.3],"haL":[86.9,44.8],"hipR":[-35.6,36.8],"knR":[-10,166.1],"ftR":[15.7,322.1],"hipL":[30.5,41.7],"knL":[19.6,175.7],"ftL":[-42.1,280.1]},{"rootY":1.2,"hips":[0,0],"chest":[-3.7,-86.3],"neck":[-3.7,-86.3],"head":[-12.9,-154.9],"shR":[-71,-90.2],"elR":[-92.7,16.8],"haR":[-105.8,65.7],"shL":[66,-104.4],"elL":[80.9,-5.5],"haL":[86,44.6],"hipR":[-35.6,36.7],"knR":[-10.7,166.3],"ftR":[15.3,322],"hipL":[30.7,41.8],"knL":[19.1,175.5],"ftL":[-42.7,278.9]},{"rootY":0.9,"hips":[0,0],"chest":[-3.7,-86.2],"neck":[-3.7,-86.2],"head":[-12.8,-154.8],"shR":[-70.9,-90.4],"elR":[-86.6,18.1],"haR":[-96.5,67.6],"shL":[66.1,-104.1],"elL":[80.3,-5],"haL":[85.4,45.1],"hipR":[-35.5,36.9],"knR":[-9.7,166.2],"ftR":[15.8,322.1],"hipL":[30.7,41.7],"knL":[19.7,175.7],"ftL":[-42.5,279.6]},{"rootY":0.8,"hips":[0,0],"chest":[-4.2,-86.2],"neck":[-4.2,-86.2],"head":[-13.3,-154.8],"shR":[-71.4,-90.6],"elR":[-81.4,19.5],"haR":[-88,69.4],"shL":[65.7,-104],"elL":[79.6,-4.8],"haL":[84.4,45.4],"hipR":[-35.6,36.7],"knR":[-11,166.1],"ftR":[15.2,321.9],"hipL":[30.6,41.9],"knL":[19.2,175.7],"ftL":[-43,279.2]},{"rootY":0.6,"hips":[0,0],"chest":[-3.3,-86.1],"neck":[-3.3,-86.1],"head":[-12.5,-154.7],"shR":[-70.5,-90.5],"elR":[-75.7,20.6],"haR":[-80,70.8],"shL":[66.5,-103.9],"elL":[80.1,-4.4],"haL":[84.6,45.7],"hipR":[-35.2,37.1],"knR":[-8.6,165.9],"ftR":[16.2,322.1],"hipL":[31,41.5],"knL":[20.2,175.6],"ftL":[-42.3,279.9]},{"rootY":0.8,"hips":[0,0],"chest":[-3.2,-86.3],"neck":[-3.2,-86.3],"head":[-12.7,-154.8],"shR":[-70.3,-90.2],"elR":[-72,21.8],"haR":[-74.2,72.2],"shL":[66.6,-104.3],"elL":[79.8,-4.7],"haL":[84,45.5],"hipR":[-35.4,37],"knR":[-9.5,166],"ftR":[16.2,322],"hipL":[30.8,41.6],"knL":[20.2,175.9],"ftL":[-42.6,279.9]},{"rootY":0.5,"hips":[0,0],"chest":[-3.3,-86.3],"neck":[-3.3,-86.3],"head":[-12.8,-154.8],"shR":[-70.5,-90.1],"elR":[-70.8,21.7],"haR":[-73.5,72.4],"shL":[66.5,-104.4],"elL":[80.3,-4.6],"haL":[83.9,45.7],"hipR":[-35.4,36.9],"knR":[-9.6,165.9],"ftR":[15.9,322],"hipL":[30.7,41.7],"knL":[20.1,175.9],"ftL":[-43,279.9]},{"rootY":0.8,"hips":[0,0],"chest":[-3.3,-86.3],"neck":[-3.3,-86.3],"head":[-13.1,-154.8],"shR":[-70.6,-89.9],"elR":[-73.2,21.4],"haR":[-77,72.3],"shL":[66.4,-104.7],"elL":[80.8,-4.8],"haL":[83.8,45.4],"hipR":[-35.7,36.6],"knR":[-11,165.8],"ftR":[15.5,321.8],"hipL":[30.4,42],"knL":[19.4,176.1],"ftL":[-43.9,279.2]},{"rootY":0.8,"hips":[0,0],"chest":[-2.6,-86.3],"neck":[-2.6,-86.3],"head":[-13,-154.8],"shR":[-69.9,-90.2],"elR":[-79.9,19.8],"haR":[-82.6,71],"shL":[67.1,-104.6],"elL":[82.9,-4.6],"haL":[85.3,45.7],"hipR":[-35.4,36.9],"knR":[-9.7,165.8],"ftR":[16.1,322],"hipL":[30.7,41.7],"knL":[19.9,176.1],"ftL":[-44,279.8]},{"rootY":0.6,"hips":[0,0],"chest":[-2.7,-86.4],"neck":[-2.7,-86.4],"head":[-13.5,-154.8],"shR":[-70.1,-90],"elR":[-94.4,17],"haR":[-94,67.7],"shL":[66.9,-104.9],"elL":[84.4,-5.2],"haL":[86.2,45.1],"hipR":[-35.6,36.7],"knR":[-10.8,165.6],"ftR":[15.3,321.9],"hipL":[30.5,41.9],"knL":[19.7,176.4],"ftL":[-45,279.4]},{"rootY":0.9,"hips":[0,0],"chest":[-2.6,-86.4],"neck":[-2.6,-86.4],"head":[-14.2,-154.7],"shR":[-70.2,-89.8],"elR":[-111.7,11.8],"haR":[-107.5,61.1],"shL":[66.9,-105.3],"elL":[86.6,-6.4],"haL":[87.7,43.9],"hipR":[-35.7,36.6],"knR":[-11.6,165.7],"ftR":[14.9,322],"hipL":[30.4,42],"knL":[19.5,176.5],"ftL":[-46.3,278.7]},{"rootY":1.2,"hips":[0,0],"chest":[-2.4,-86.5],"neck":[-2.4,-86.5],"head":[-14.7,-154.6],"shR":[-70.2,-89.3],"elR":[-129.7,3.6],"haR":[-121.5,51.2],"shL":[66.7,-106],"elL":[89.9,-7.8],"haL":[89.8,42.5],"hipR":[-35.8,36.5],"knR":[-11.6,165.6],"ftR":[14.7,322],"hipL":[30.3,42.1],"knL":[19.3,176.6],"ftL":[-47.4,278.4]},{"rootY":1.2,"hips":[0,0],"chest":[-2.3,-86.6],"neck":[-2.3,-86.6],"head":[-15.3,-154.4],"shR":[-70.2,-88.7],"elR":[-144.9,-6.2],"haR":[-131.9,38.3],"shL":[66.4,-106.8],"elL":[93.5,-9.7],"haL":[92.3,40.6],"hipR":[-36,36.2],"knR":[-11.8,165],"ftR":[14.1,321.6],"hipL":[30.1,42.3],"knL":[18.8,176.7],"ftL":[-48.1,278.4]},{"rootY":1.4,"hips":[0,0],"chest":[-2.1,-86.6],"neck":[-2.1,-86.6],"head":[-15.9,-154.2],"shR":[-70.1,-87.8],"elR":[-155.4,-14.3],"haR":[-137.5,25],"shL":[66.1,-107.9],"elL":[97.1,-11.5],"haL":[95.3,38.7],"hipR":[-36.4,36],"knR":[-12.6,164.8],"ftR":[14.2,321.3],"hipL":[29.8,42.5],"knL":[18.4,177],"ftL":[-48,278.3]},{"rootY":1.8,"hips":[0,0],"chest":[-2.1,-86.6],"neck":[-2.1,-86.6],"head":[-16.7,-153.9],"shR":[-70.1,-87.7],"elR":[-159.9,-18.8],"haR":[-139.6,11.3],"shL":[65.9,-108.2],"elL":[99.5,-11.7],"haL":[97.6,38.5],"hipR":[-36.5,35.9],"knR":[-13.4,164.8],"ftR":[14.6,321.3],"hipL":[29.7,42.6],"knL":[17.9,177],"ftL":[-47,278.5]},{"rootY":1.7,"hips":[0,0],"chest":[-1.9,-86.6],"neck":[-1.9,-86.6],"head":[-17.1,-153.7],"shR":[-69.8,-87.7],"elR":[-159.1,-17],"haR":[-138.2,-1.3],"shL":[66.1,-108.3],"elL":[101.1,-10.9],"haL":[99.4,39.2],"hipR":[-36.5,35.9],"knR":[-13.7,164.7],"ftR":[15,321.1],"hipL":[29.8,42.6],"knL":[17.2,176.8],"ftL":[-45.1,278.9]},{"rootY":1.9,"hips":[0,0],"chest":[-1.3,-86.5],"neck":[-1.3,-86.5],"head":[-17,-153.5],"shR":[-69.3,-87.9],"elR":[-152.5,-9.3],"haR":[-131.7,-10.8],"shL":[66.7,-108.4],"elL":[101.5,-10.2],"haL":[100,39.7],"hipR":[-36.6,35.7],"knR":[-14.8,164.9],"ftR":[15.8,321.1],"hipL":[29.6,42.7],"knL":[17,177],"ftL":[-43.3,279.3]},{"rootY":1.5,"hips":[0,0],"chest":[-1,-86.5],"neck":[-1,-86.5],"head":[-16.9,-153.6],"shR":[-69,-88],"elR":[-139.9,2.9],"haR":[-121.3,-15.5],"shL":[67.2,-108.4],"elL":[101.5,-9.5],"haL":[99.8,40.2],"hipR":[-36.7,35.6],"knR":[-15,164.8],"ftR":[16.4,321],"hipL":[29.6,42.8],"knL":[16.9,177.1],"ftL":[-41.6,280.1]},{"rootY":1.7,"hips":[0,0],"chest":[-0.8,-86.4],"neck":[-0.8,-86.4],"head":[-16.2,-154.1],"shR":[-68.8,-87.5],"elR":[-123.4,14],"haR":[-108.5,-17.6],"shL":[67.2,-109],"elL":[100.6,-9.4],"haL":[98.9,40.1],"hipR":[-36.7,35.6],"knR":[-16,164.9],"ftR":[17.3,320.8],"hipL":[29.5,42.8],"knL":[17.6,177.2],"ftL":[-40.5,280.1]},{"rootY":1.9,"hips":[0,0],"chest":[-0.2,-86.3],"neck":[-0.2,-86.3],"head":[-15.5,-154.2],"shR":[-68.2,-86.8],"elR":[-108.1,19.6],"haR":[-96.7,-20.4],"shL":[67.7,-109.7],"elL":[100.3,-9.3],"haL":[99.2,40.2],"hipR":[-36.4,36],"knR":[-14.7,164.8],"ftR":[18.9,320.8],"hipL":[29.9,42.5],"knL":[18.8,177.2],"ftL":[-39.3,280.1]},{"rootY":2.2,"hips":[0,0],"chest":[-0.6,-86.3],"neck":[-0.6,-86.3],"head":[-16,-153.9],"shR":[-68.5,-85.8],"elR":[-96.1,19],"haR":[-87.9,-27.4],"shL":[67,-110.7],"elL":[99.1,-9.7],"haL":[98.8,39.9],"hipR":[-36.5,35.9],"knR":[-15.3,165.1],"ftR":[19.4,320.8],"hipL":[29.9,42.5],"knL":[19.2,177.2],"ftL":[-38.8,280]},{"rootY":1.8,"hips":[0,0],"chest":[-0.6,-86.1],"neck":[-0.6,-86.1],"head":[-15.8,-153.3],"shR":[-68.5,-84.2],"elR":[-87.8,13.3],"haR":[-82.2,-36.3],"shL":[66.4,-112.3],"elL":[98.7,-11.2],"haL":[98.8,38.4],"hipR":[-36.3,36.1],"knR":[-14.6,165.1],"ftR":[20,320.9],"hipL":[30.1,42.4],"knL":[19.8,177],"ftL":[-37.9,280.6]},{"rootY":1.7,"hips":[0,0],"chest":[-0.8,-86.1],"neck":[-0.8,-86.1],"head":[-16.1,-152],"shR":[-68.7,-82.5],"elR":[-82.9,2.5],"haR":[-78.5,-48.4],"shL":[65.6,-113.8],"elL":[99.1,-12.9],"haL":[98.7,36.6],"hipR":[-36.2,36.2],"knR":[-12.7,164.9],"ftR":[20.4,320.9],"hipL":[30.2,42.3],"knL":[20.4,177],"ftL":[-37.3,280.9]},{"rootY":1.4,"hips":[0,0],"chest":[-2.1,-86],"neck":[-2.1,-86],"head":[-17.4,-151],"shR":[-69.8,-81.8],"elR":[-80.4,-14.2],"haR":[-76.6,-65.1],"shL":[64.1,-114.5],"elL":[98.6,-13.9],"haL":[98.1,35.5],"hipR":[-35.9,36.5],"knR":[-11.6,165.2],"ftR":[20,321.4],"hipL":[30.6,42],"knL":[20.8,176.6],"ftL":[-37.6,281]},{"rootY":1,"hips":[0,0],"chest":[-3.4,-86],"neck":[-3.4,-86],"head":[-18.6,-149.4],"shR":[-71,-81.3],"elR":[-79.9,-33.7],"haR":[-76.1,-83.5],"shL":[62.6,-115],"elL":[98.1,-14.9],"haL":[97.7,34.5],"hipR":[-35.8,36.6],"knR":[-11.1,165.4],"ftR":[19.8,321.7],"hipL":[30.6,42],"knL":[21.2,176.5],"ftL":[-37.9,281.3]},{"rootY":0.7,"hips":[0,0],"chest":[-4.3,-85.9],"neck":[-4.3,-85.9],"head":[-19.3,-147.9],"shR":[-71.7,-80.2],"elR":[-79.6,-54.1],"haR":[-75.1,-102.7],"shL":[61.3,-115.9],"elL":[97.6,-16.4],"haL":[97.6,33.1],"hipR":[-35,37.3],"knR":[-8.7,165.8],"ftR":[20,322.2],"hipL":[31.3,41.4],"knL":[21.7,175.9],"ftL":[-37.7,281.5]},{"rootY":0.4,"hips":[0,0],"chest":[-5.4,-85.8],"neck":[-5.4,-85.8],"head":[-20.4,-146.7],"shR":[-72.6,-79.8],"elR":[-78.8,-74.5],"haR":[-73.7,-121.9],"shL":[59.9,-116.1],"elL":[96.5,-17.2],"haL":[97.2,32.2],"hipR":[-34.9,37.3],"knR":[-8.1,165.9],"ftR":[20.2,322.6],"hipL":[31.4,41.3],"knL":[21.8,175.9],"ftL":[-38.1,282]},{"rootY":-0.1,"hips":[0,0],"chest":[-6.5,-85.6],"neck":[-6.5,-85.6],"head":[-21.7,-144.8],"shR":[-73.5,-79.6],"elR":[-77.5,-93],"haR":[-72,-139.1],"shL":[58.6,-116],"elL":[95.8,-18.1],"haL":[97.3,31.3],"hipR":[-34.7,37.5],"knR":[-7.4,166],"ftR":[20,322.8],"hipL":[31.5,41.2],"knL":[21.6,175.8],"ftL":[-38.9,282.1]},{"rootY":-0.3,"hips":[0,0],"chest":[-8,-85.4],"neck":[-8,-85.4],"head":[-22.7,-143.5],"shR":[-74.7,-78.6],"elR":[-76.1,-108.1],"haR":[-70,-153.8],"shL":[56.6,-116.6],"elL":[94.1,-19.5],"haL":[96.5,30],"hipR":[-34.7,37.4],"knR":[-8.9,166.3],"ftR":[19.2,322.9],"hipL":[31.4,41.3],"knL":[20.8,175.6],"ftL":[-40.1,281.9]},{"rootY":-0.3,"hips":[0,0],"chest":[-9,-85.2],"neck":[-9,-85.2],"head":[-23.7,-142.3],"shR":[-75.3,-77.8],"elR":[-73.5,-120.5],"haR":[-67.4,-166.1],"shL":[55.1,-117],"elL":[93.2,-20.7],"haL":[96.4,28.8],"hipR":[-34.9,37.3],"knR":[-9.1,166.4],"ftR":[19.4,323.1],"hipL":[31.2,41.4],"knL":[20.9,175.8],"ftL":[-40.6,282.2]},{"rootY":-0.8,"hips":[0,0],"chest":[-9.2,-85],"neck":[-9.2,-85],"head":[-24.1,-141.3],"shR":[-75.2,-77.1],"elR":[-69.6,-129.5],"haR":[-63.8,-175.6],"shL":[54.6,-117.4],"elL":[93.4,-22],"haL":[97.4,27.5],"hipR":[-34.1,38],"knR":[-6.3,166.5],"ftR":[20.1,323.4],"hipL":[31.8,40.7],"knL":[21.9,175.3],"ftL":[-40.1,282.8]},{"rootY":-0.8,"hips":[0,0],"chest":[-9.9,-84.8],"neck":[-9.9,-84.8],"head":[-24.7,-140.6],"shR":[-75.8,-76.7],"elR":[-65.3,-136.2],"haR":[-60.1,-183.3],"shL":[53.6,-117.3],"elL":[93.5,-23.4],"haL":[97.8,26.1],"hipR":[-33.9,38.1],"knR":[-5.2,166.5],"ftR":[20.5,323.4],"hipL":[32,40.6],"knL":[22.6,175.2],"ftL":[-39.5,282.6]},{"rootY":-0.4,"hips":[0,0],"chest":[-10.6,-84.6],"neck":[-10.6,-84.6],"head":[-25.6,-139.9],"shR":[-76.2,-76.6],"elR":[-60.5,-140.5],"haR":[-56,-188.9],"shL":[52.7,-117.1],"elL":[94.2,-24.7],"haL":[98.5,24.7],"hipR":[-34,38.1],"knR":[-5.2,166.5],"ftR":[21,323.3],"hipL":[31.8,40.6],"knL":[23.2,175.3],"ftL":[-39.4,282.2]},{"rootY":-0.3,"hips":[0,0],"chest":[-11.5,-84.5],"neck":[-11.5,-84.5],"head":[-26,-140.1],"shR":[-77,-76.7],"elR":[-55.2,-140.9],"haR":[-51.5,-190.5],"shL":[51.7,-116.8],"elL":[95.9,-26.3],"haL":[99.2,23.1],"hipR":[-33.9,38.2],"knR":[-4.9,166.3],"ftR":[20.7,322.9],"hipL":[32.1,40.5],"knL":[23.3,175.1],"ftL":[-39.8,281.5]},{"rootY":-0.2,"hips":[0,0],"chest":[-12.4,-84.4],"neck":[-12.4,-84.4],"head":[-26.3,-141.5],"shR":[-78,-77.3],"elR":[-50.3,-137.7],"haR":[-46.2,-188.2],"shL":[51.2,-116.1],"elL":[98.6,-28.4],"haL":[99.7,20.6],"hipR":[-34,38.1],"knR":[-4.3,166],"ftR":[21.1,322.6],"hipL":[31.9,40.6],"knL":[23.9,175.3],"ftL":[-39.8,281.7]},{"rootY":0,"hips":[0,0],"chest":[-12.8,-84.4],"neck":[-12.8,-84.4],"head":[-25.9,-142],"shR":[-78.9,-77.5],"elR":[-47.3,-126.8],"haR":[-41.3,-177.3],"shL":[51.3,-115.8],"elL":[101.4,-31.1],"haL":[100.5,17],"hipR":[-33.9,38.2],"knR":[-4.5,166.2],"ftR":[21.6,322.6],"hipL":[32,40.5],"knL":[24.6,175.2],"ftL":[-39.4,281.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-12.9,-84.6],"neck":[-12.9,-84.6],"head":[-25,-145.3],"shR":[-79.4,-79.4],"elR":[-46.2,-108.4],"haR":[-37,-158.7],"shL":[52.1,-114.4],"elL":[103.7,-31.3],"haL":[101.4,15.2],"hipR":[-34,38.1],"knR":[-3.7,165.8],"ftR":[21.8,322.3],"hipL":[32,40.6],"knL":[25,175.3],"ftL":[-38.8,281.4]},{"rootY":-0.2,"hips":[0,0],"chest":[-12,-84.9],"neck":[-12,-84.9],"head":[-24.6,-146],"shR":[-79,-81.8],"elR":[-47.5,-83.3],"haR":[-33.6,-132.5],"shL":[54.2,-112.6],"elL":[104.8,-30.1],"haL":[102.6,13.6],"hipR":[-34.4,37.8],"knR":[-2.6,165.3],"ftR":[22.7,321.8],"hipL":[31.6,40.9],"knL":[25.3,175.7],"ftL":[-37.6,282]},{"rootY":0,"hips":[0,0],"chest":[-10.2,-85.3],"neck":[-10.2,-85.3],"head":[-22.7,-147.8],"shR":[-77.4,-85.5],"elR":[-50.7,-54.6],"haR":[-31.3,-101.8],"shL":[57.3,-109.7],"elL":[103.7,-25.3],"haL":[103.7,14.9],"hipR":[-33.8,38.4],"knR":[-1.7,165.6],"ftR":[23.4,322],"hipL":[32.4,40.3],"knL":[25.1,175],"ftL":[-36.6,281.6]},{"rootY":0.1,"hips":[0,0],"chest":[-8.2,-85.6],"neck":[-8.2,-85.6],"head":[-20.5,-148.1],"shR":[-75.6,-86.8],"elR":[-56.6,-22.7],"haR":[-32.8,-65.8],"shL":[59.9,-108.9],"elL":[99.6,-20.3],"haL":[103.3,16.7],"hipR":[-33.7,38.4],"knR":[-2.1,165.7],"ftR":[24,322],"hipL":[32.5,40.3],"knL":[25,175],"ftL":[-35.9,281.6]},{"rootY":0.3,"hips":[0,0],"chest":[-6.2,-85.8],"neck":[-6.2,-85.8],"head":[-18.7,-148.5],"shR":[-73.4,-88.5],"elR":[-63.5,4.4],"haR":[-38.1,-32],"shL":[62.3,-107.6],"elL":[94.3,-15.3],"haL":[103,20.1],"hipR":[-34.2,38],"knR":[-4.4,165.8],"ftR":[24.1,321.8],"hipL":[32.1,40.7],"knL":[25.1,175.4],"ftL":[-35.5,281.8]},{"rootY":0.7,"hips":[0,0],"chest":[-3.7,-85.9],"neck":[-3.7,-85.9],"head":[-16.9,-148.5],"shR":[-70.6,-88.5],"elR":[-71.1,22.4],"haR":[-47.8,-1],"shL":[64.6,-107.7],"elL":[89.1,-14.4],"haL":[103.3,22],"hipR":[-34.4,37.9],"knR":[-6.3,165.9],"ftR":[24.3,321.7],"hipL":[31.9,40.8],"knL":[25.1,175.6],"ftL":[-34.8,281.7]},{"rootY":1.1,"hips":[0,0],"chest":[-2.5,-85.5],"neck":[-2.5,-85.5],"head":[-17.1,-147.2],"shR":[-69.2,-87.7],"elR":[-77.5,27.3],"haR":[-60.6,22.3],"shL":[65.5,-107.8],"elL":[84.5,-16],"haL":[104,23.5],"hipR":[-34.8,37.5],"knR":[-8.9,166],"ftR":[23.9,321.9],"hipL":[31.4,41.1],"knL":[25.1,176.1],"ftL":[-34.8,281.2]},{"rootY":1.1,"hips":[0,0],"chest":[-2,-85.4],"neck":[-2,-85.4],"head":[-18.6,-146.9],"shR":[-68.8,-86.6],"elR":[-79.3,22.9],"haR":[-74.3,36.9],"shL":[65.9,-108.4],"elL":[82.9,-21.4],"haL":[104.8,21.8],"hipR":[-35.4,37],"knR":[-11,165.4],"ftR":[23.2,321.3],"hipL":[30.9,41.5],"knL":[24.7,176.5],"ftL":[-35.8,281.7]},{"rootY":1.1,"hips":[0,0],"chest":[-1.8,-85.2],"neck":[-1.8,-85.2],"head":[-20,-146.1],"shR":[-69,-84.8],"elR":[-81.3,15.1],"haR":[-87.8,44.5],"shL":[66,-109.7],"elL":[84.1,-28.5],"haL":[107.3,16.3],"hipR":[-35.4,37],"knR":[-10.3,165.2],"ftR":[22.9,321.3],"hipL":[30.9,41.4],"knL":[24.4,176.5],"ftL":[-38.2,281.3]},{"rootY":0.9,"hips":[0,0],"chest":[-1.7,-84.7],"neck":[-1.7,-84.7],"head":[-20.5,-144.5],"shR":[-69.3,-83.1],"elR":[-85.6,5.7],"haR":[-100.8,44.4],"shL":[65.8,-110.1],"elL":[88.6,-36.3],"haL":[113.8,6.6],"hipR":[-34.5,37.8],"knR":[-7.5,165.8],"ftR":[23.2,322.1],"hipL":[31.7,40.8],"knL":[24.3,175.7],"ftL":[-40.2,280.2]},{"rootY":0,"hips":[0,0],"chest":[-2.1,-83.7],"neck":[-2.1,-83.7],"head":[-21.6,-143.4],"shR":[-69.9,-80.5],"elR":[-91.8,-2.2],"haR":[-113.8,40.7],"shL":[64.7,-110.5],"elL":[95.4,-45.8],"haL":[123.4,-8],"hipR":[-34.6,37.8],"knR":[-7.9,165.3],"ftR":[21.9,322.3],"hipL":[31.8,40.7],"knL":[23.5,175.7],"ftL":[-42.3,281.4]},{"rootY":-0.4,"hips":[0,0],"chest":[-2.8,-82.6],"neck":[-2.8,-82.6],"head":[-22.9,-141.9],"shR":[-70.6,-77.6],"elR":[-99.9,-8.7],"haR":[-127.4,34.4],"shL":[63.1,-111],"elL":[104.3,-56.3],"haL":[135.6,-25.8],"hipR":[-34.5,37.9],"knR":[-8,165.1],"ftR":[21.1,322.5],"hipL":[31.9,40.6],"knL":[23.2,175.6],"ftL":[-44.3,281.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-3.2,-81.7],"neck":[-3.2,-81.7],"head":[-23.7,-140.7],"shR":[-70.8,-74.7],"elR":[-108.3,-14.1],"haR":[-140.1,25.1],"shL":[61.7,-111.7],"elL":[115,-69.2],"haL":[150.3,-47.1],"hipR":[-33.6,38.6],"knR":[-5.2,165.3],"ftR":[20.8,323],"hipL":[32.7,40],"knL":[23.6,175.1],"ftL":[-45.3,281]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.7,-79.9],"neck":[-4.7,-79.9],"head":[-25.4,-138.5],"shR":[-72,-70.5],"elR":[-118.4,-16.8],"haR":[-153.6,16],"shL":[58.9,-111.9],"elL":[124.4,-83.6],"haL":[163.9,-69.6],"hipR":[-33.9,38.4],"knR":[-7.1,164.8],"ftR":[19.4,322.7],"hipL":[32.3,40.2],"knL":[23.6,175.5],"ftL":[-47,281.1]},{"rootY":0,"hips":[0,0],"chest":[-5.3,-78.5],"neck":[-5.3,-78.5],"head":[-26.5,-137.2],"shR":[-72.2,-66.8],"elR":[-128.6,-18.5],"haR":[-166.6,7.5],"shL":[57,-112.2],"elL":[134.4,-98.6],"haL":[178,-92.1],"hipR":[-34,38.3],"knR":[-7.7,164.3],"ftR":[18.5,322.6],"hipL":[32.2,40.3],"knL":[24,175.8],"ftL":[-48.7,280.7]},{"rootY":-0.1,"hips":[0,0],"chest":[-6.7,-76.9],"neck":[-6.7,-76.9],"head":[-28.3,-135.4],"shR":[-73.2,-63.5],"elR":[-139,-20.7],"haR":[-179.6,-0.2],"shL":[54.5,-111.8],"elL":[142.4,-112.7],"haL":[189.1,-112.7],"hipR":[-34.1,38.1],"knR":[-8.1,163.7],"ftR":[16.6,322.5],"hipL":[32,40.5],"knL":[23.4,176],"ftL":[-51.1,280.4]},{"rootY":0.2,"hips":[0,0],"chest":[-7.9,-75.4],"neck":[-7.9,-75.4],"head":[-30.1,-134],"shR":[-74.1,-60.6],"elR":[-149.4,-22.9],"haR":[-192.8,-6],"shL":[52.3,-111.2],"elL":[148.7,-124.8],"haL":[197.4,-130.6],"hipR":[-34.4,37.9],"knR":[-9.2,163],"ftR":[15.2,322.2],"hipL":[31.7,40.6],"knL":[22.9,176.1],"ftL":[-53.9,279.6]},{"rootY":0.9,"hips":[0,0],"chest":[-8.5,-74],"neck":[-8.5,-74],"head":[-31.3,-132.9],"shR":[-74.3,-58.1],"elR":[-158.6,-24.5],"haR":[-204.5,-10.1],"shL":[50.9,-110.5],"elL":[153,-134.8],"haL":[202.3,-144.8],"hipR":[-34.1,38.2],"knR":[-9.5,162.7],"ftR":[14.6,322.2],"hipL":[32.1,40.3],"knL":[22.5,175.8],"ftL":[-56.3,278.5]},{"rootY":0.9,"hips":[0,0],"chest":[-9.8,-72.7],"neck":[-9.8,-72.7],"head":[-33,-131.8],"shR":[-75.3,-56.1],"elR":[-168,-24.7],"haR":[-216,-12.1],"shL":[49,-109.5],"elL":[154.1,-141.7],"haL":[202.7,-154.2],"hipR":[-34.5,37.9],"knR":[-11.4,162.1],"ftR":[12.5,321.8],"hipL":[31.7,40.7],"knL":[21.6,176],"ftL":[-58.8,278.4]},{"rootY":1.3,"hips":[0,0],"chest":[-10.5,-71],"neck":[-10.5,-71],"head":[-33.7,-130.5],"shR":[-75.8,-53.5],"elR":[-175.6,-23.3],"haR":[-225.1,-11.8],"shL":[47.5,-108.3],"elL":[153,-145.6],"haL":[199.6,-158.7],"hipR":[-34.6,37.8],"knR":[-12.6,161.3],"ftR":[11.4,321.4],"hipL":[31.6,40.7],"knL":[21.2,176],"ftL":[-60.8,277.7]},{"rootY":1.5,"hips":[0,0],"chest":[-11.4,-69.8],"neck":[-11.4,-69.8],"head":[-34.7,-129.5],"shR":[-76.5,-51.8],"elR":[-181.8,-20.4],"haR":[-231.9,-9.8],"shL":[46.4,-107.1],"elL":[149.5,-146.3],"haL":[192.5,-158.6],"hipR":[-34.8,37.6],"knR":[-13.9,160.7],"ftR":[9.9,321.1],"hipL":[31.4,40.9],"knL":[20.9,176.2],"ftL":[-62.2,277.3]},{"rootY":1.9,"hips":[0,0],"chest":[-11.8,-68.9],"neck":[-11.8,-68.9],"head":[-35.1,-129.1],"shR":[-76.8,-50.7],"elR":[-185.3,-16.2],"haR":[-235.1,-6],"shL":[45.8,-106.1],"elL":[143.9,-143.9],"haL":[181.9,-153.9],"hipR":[-34.7,37.7],"knR":[-14.1,160.2],"ftR":[9.5,320.8],"hipL":[31.5,40.9],"knL":[21.5,176],"ftL":[-62.5,276.8]},{"rootY":2.2,"hips":[0,0],"chest":[-12.4,-68.2],"neck":[-12.4,-68.2],"head":[-36,-128.8],"shR":[-77.4,-50],"elR":[-185.5,-9.6],"haR":[-234.8,0.1],"shL":[45.2,-105.1],"elL":[136,-137.9],"haL":[167.6,-144.6],"hipR":[-34.7,37.7],"knR":[-15.6,159.7],"ftR":[8.3,320.4],"hipL":[31.6,40.8],"knL":[21.7,175.9],"ftL":[-63.2,276.1]},{"rootY":2.6,"hips":[0,0],"chest":[-12.5,-67.6],"neck":[-12.5,-67.6],"head":[-36.3,-128.4],"shR":[-77.4,-49.2],"elR":[-180.6,-2.9],"haR":[-228.5,8],"shL":[44.9,-104.2],"elL":[125.9,-128.7],"haL":[150.1,-131.5],"hipR":[-34.8,37.6],"knR":[-16.4,159],"ftR":[7.7,320],"hipL":[31.6,40.9],"knL":[21.8,175.8],"ftL":[-63.3,276]},{"rootY":3.4,"hips":[0,0],"chest":[-12.4,-67.6],"neck":[-12.4,-67.6],"head":[-36.3,-128.8],"shR":[-77.4,-49.9],"elR":[-171.1,1.9],"haR":[-216.8,15.3],"shL":[45.4,-103.2],"elL":[114.6,-113.8],"haL":[130.2,-113.5],"hipR":[-35.3,37],"knR":[-21,157.8],"ftR":[6.3,319],"hipL":[31.2,41.2],"knL":[21.1,175.8],"ftL":[-63.5,276.1]},{"rootY":3.7,"hips":[0,0],"chest":[-11.9,-67.7],"neck":[-11.9,-67.7],"head":[-35.9,-129.3],"shR":[-77.3,-51],"elR":[-158.2,5.6],"haR":[-200,23.5],"shL":[46.4,-102.1],"elL":[99.1,-94],"haL":[106.6,-91.5],"hipR":[-35.6,36.7],"knR":[-22.5,157.3],"ftR":[6.1,318.5],"hipL":[31,41.4],"knL":[20.8,175.9],"ftL":[-62.9,275.7]},{"rootY":4,"hips":[0,0],"chest":[-10.9,-68],"neck":[-10.9,-68],"head":[-34.5,-130.4],"shR":[-76.3,-51.7],"elR":[-141,9.1],"haR":[-177.2,32.4],"shL":[47.7,-102.2],"elL":[76.4,-73],"haL":[78.8,-68.5],"hipR":[-35.4,36.9],"knR":[-22.7,157.6],"ftR":[6.9,318.5],"hipL":[31.2,41.4],"knL":[20.9,175.8],"ftL":[-61.5,275.7]},{"rootY":4,"hips":[0,0],"chest":[-10,-68.5],"neck":[-10,-68.5],"head":[-33.6,-131.2],"shR":[-75.7,-53.2],"elR":[-122.4,10.7],"haR":[-150.5,39.7],"shL":[49.4,-101.7],"elL":[54.3,-58.2],"haL":[50.6,-48.9],"hipR":[-35.7,36.6],"knR":[-24.9,157.2],"ftR":[6.7,317.9],"hipL":[30.9,41.7],"knL":[20.3,176],"ftL":[-60.8,275.9]},{"rootY":3.9,"hips":[0,0],"chest":[-9.3,-69.5],"neck":[-9.3,-69.5],"head":[-32.8,-132.6],"shR":[-75.3,-55.2],"elR":[-103.8,12.2],"haR":[-120.9,46.2],"shL":[50.7,-101.7],"elL":[33.4,-44.9],"haL":[23.5,-30.4],"hipR":[-36,36.3],"knR":[-27.2,157.5],"ftR":[6.3,317.7],"hipL":[30.5,42],"knL":[18.8,176.3],"ftL":[-60.8,275.5]},{"rootY":4.2,"hips":[0,0],"chest":[-8.1,-70.8],"neck":[-8.1,-70.8],"head":[-31,-134.6],"shR":[-74.3,-57.3],"elR":[-83.1,12.4],"haR":[-88,49.4],"shL":[52.1,-102.6],"elL":[18.6,-36],"haL":[1,-17],"hipR":[-35.9,36.4],"knR":[-28.2,157.5],"ftR":[6.6,317.1],"hipL":[30.6,42],"knL":[17.8,176.2],"ftL":[-60.9,274.3]},{"rootY":5.9,"hips":[0,0],"chest":[-6.1,-71.6],"neck":[-6.1,-71.6],"head":[-28.7,-135.9],"shR":[-72.5,-59.6],"elR":[-59.7,11.4],"haR":[-55.4,48.4],"shL":[54.8,-101.9],"elL":[11.8,-28.3],"haL":[-15.1,-6.9],"hipR":[-35.7,36.5],"knR":[-25.6,156.4],"ftR":[9.1,315.7],"hipL":[30.8,41.9],"knL":[17.6,175.5],"ftL":[-60.8,271.5]},{"rootY":8.3,"hips":[0,0],"chest":[-3.8,-72.8],"neck":[-3.8,-72.8],"head":[-26.3,-137.5],"shR":[-70.5,-62],"elR":[-36.2,8.4],"haR":[-25.3,42.6],"shL":[57.6,-102],"elL":[5.1,-23.9],"haL":[-27.5,-1.2],"hipR":[-35.8,36.5],"knR":[-24.5,155.1],"ftR":[11.9,313.5],"hipL":[30.7,42],"knL":[17.8,174.8],"ftL":[-62.9,265.8]},{"rootY":10.6,"hips":[0,0],"chest":[-2.9,-74.7],"neck":[-2.9,-74.7],"head":[-24.4,-140.2],"shR":[-69.8,-65.2],"elR":[-15.4,3.6],"haR":[0.7,34.9],"shL":[59.4,-102.7],"elL":[-1.2,-23.2],"haL":[-36.5,0.2],"hipR":[-35.8,36.6],"knR":[-26.1,153.9],"ftR":[13.2,310.4],"hipL":[30.7,42],"knL":[18,174.2],"ftL":[-67.1,259.2]},{"rootY":14.2,"hips":[0,0],"chest":[-2.2,-76.8],"neck":[-2.2,-76.8],"head":[-23.5,-142.7],"shR":[-69.5,-69.3],"elR":[0.5,1.1],"haR":[20.3,26.6],"shL":[61.3,-102.8],"elL":[0.2,-22.1],"haL":[-39.8,-1.5],"hipR":[-36.1,36.4],"knR":[-26.3,151.9],"ftR":[15.4,306.7],"hipL":[30.4,42.1],"knL":[18.3,173.2],"ftL":[-70.2,254.4]},{"rootY":18.5,"hips":[0,0],"chest":[-1.3,-78.1],"neck":[-1.3,-78.1],"head":[-21.8,-144.2],"shR":[-68.8,-70.6],"elR":[5.8,0.4],"haR":[31.5,18.6],"shL":[63,-104.2],"elL":[6.9,-22.3],"haL":[-37.7,-7.2],"hipR":[-36.2,36.1],"knR":[-25.3,149.6],"ftR":[17.4,302],"hipL":[30.2,42.2],"knL":[19.4,172.1],"ftL":[-73.7,251.3]},{"rootY":23.2,"hips":[0,0],"chest":[-1.1,-79.2],"neck":[-1.1,-79.2],"head":[-20.3,-145.6],"shR":[-68.8,-72.4],"elR":[-0.1,7.2],"haR":[34.4,13.9],"shL":[64.4,-105.1],"elL":[20.3,-26],"haL":[-28.6,-18],"hipR":[-36.3,35.7],"knR":[-23.1,147],"ftR":[19.9,297],"hipL":[30.2,42.2],"knL":[21.6,171],"ftL":[-76.5,250.8]},{"rootY":26.4,"hips":[0,0],"chest":[-1.8,-80.2],"neck":[-1.8,-80.2],"head":[-19.5,-146.8],"shR":[-69.2,-73.7],"elR":[-12.7,13.4],"haR":[29.5,10],"shL":[64.8,-106],"elL":[38.8,-32.6],"haL":[-11.6,-30.5],"hipR":[-35.9,35.2],"knR":[-20.3,145.7],"ftR":[22.4,293.6],"hipL":[30.2,42.1],"knL":[25,170.2],"ftL":[-79,252.9]},{"rootY":28.6,"hips":[0,0],"chest":[-1.7,-80.9],"neck":[-1.7,-80.9],"head":[-18,-147.7],"shR":[-68.4,-73.4],"elR":[-26.4,17.8],"haR":[20.9,8.7],"shL":[65,-107.8],"elL":[69.8,-43.4],"haL":[19.8,-41.7],"hipR":[-35.2,35.3],"knR":[-16.4,144.4],"ftR":[25.4,290.9],"hipL":[30.7,41.9],"knL":[28.4,169.6],"ftL":[-79.8,256.8]},{"rootY":27.7,"hips":[0,0],"chest":[-1.3,-80.8],"neck":[-1.3,-80.8],"head":[-16,-147.9],"shR":[-66,-73.2],"elR":[-38.9,20],"haR":[10.7,8.7],"shL":[65.1,-108.6],"elL":[109.8,-57.4],"haL":[59.9,-49.7],"hipR":[-33.6,35.8],"knR":[-10.9,146],"ftR":[29.8,291.9],"hipL":[31.2,41.6],"knL":[32.1,169.9],"ftL":[-80.3,260.2]},{"rootY":22.7,"hips":[0,0],"chest":[0.2,-81],"neck":[0.2,-81],"head":[-14.3,-148],"shR":[-61.5,-71.1],"elR":[-51.3,24.2],"haR":[-1.1,14.6],"shL":[64.8,-110.9],"elL":[145.1,-78.8],"haL":[99.2,-60.9],"hipR":[-32.5,36],"knR":[-4.7,149.3],"ftR":[32.9,296.5],"hipL":[31,41.6],"knL":[32.7,171],"ftL":[-78.8,268.1]},{"rootY":14.5,"hips":[0,0],"chest":[2.7,-81],"neck":[2.7,-81],"head":[-12.5,-147.7],"shR":[-55,-69.5],"elR":[-63.4,27.4],"haR":[-12.4,24.6],"shL":[64.2,-112.8],"elL":[168.1,-98.7],"haL":[131.5,-74.4],"hipR":[-30,37.2],"knR":[3.4,155],"ftR":[35.6,304.8],"hipL":[31.2,40.8],"knL":[31.3,171.9],"ftL":[-76.6,277]},{"rootY":5.8,"hips":[0,0],"chest":[5.5,-80.4],"neck":[5.5,-80.4],"head":[-11.1,-146.8],"shR":[-47.9,-67.2],"elR":[-74.5,29.1],"haR":[-23.7,35.8],"shL":[63.6,-113.8],"elL":[175.5,-115.3],"haL":[153.5,-88.5],"hipR":[-28.4,37.9],"knR":[11.6,159],"ftR":[34.7,312.3],"hipL":[29.9,40.5],"knL":[28.2,172.8],"ftL":[-72.9,287.4]},{"rootY":-3.5,"hips":[0,0],"chest":[8,-80.1],"neck":[8,-80.1],"head":[-10.1,-146.7],"shR":[-40,-66.3],"elR":[-83.7,26.9],"haR":[-35.2,43],"shL":[61.4,-114.7],"elL":[165.6,-129.7],"haL":[162.6,-101.6],"hipR":[-24.8,39.8],"knR":[18.5,163.9],"ftR":[23.9,319.5],"hipL":[29,38.8],"knL":[23.3,172.7],"ftL":[-70.1,297]},{"rootY":-13.1,"hips":[0,0],"chest":[10.7,-79.7],"neck":[10.7,-79.7],"head":[-9,-145.8],"shR":[-31.9,-63.3],"elR":[-86.4,25],"haR":[-41.9,49.1],"shL":[59,-117.1],"elL":[144.3,-139.6],"haL":[159.8,-115.4],"hipR":[-21.8,41.1],"knR":[22,167.9],"ftR":[10.7,325.6],"hipL":[26.9,37.4],"knL":[18.6,172.2],"ftL":[-66.1,305.9]},{"rootY":-21.2,"hips":[0,0],"chest":[13.1,-78.7],"neck":[13.1,-78.7],"head":[-9.2,-143.9],"shR":[-24.8,-59.8],"elR":[-85.6,24.7],"haR":[-46.4,54.1],"shL":[56.5,-118.7],"elL":[112.3,-145.7],"haL":[144.2,-125.4],"hipR":[-20.4,41.2],"knR":[20.6,169.9],"ftR":[-0.1,328.9],"hipL":[22.6,37.3],"knL":[14.6,172.2],"ftL":[-63.9,311.9]},{"rootY":-27.3,"hips":[0,0],"chest":[14.9,-77.8],"neck":[14.9,-77.8],"head":[-9.6,-142.1],"shR":[-17.5,-56.4],"elR":[-82.3,23.5],"haR":[-48.2,56.5],"shL":[53.2,-120.2],"elL":[75.6,-148.3],"haL":[118.9,-135],"hipR":[-18.5,40.9],"knR":[19.2,171.2],"ftR":[-9.2,330.8],"hipL":[17.9,37.5],"knL":[13.1,172.4],"ftL":[-62.4,315.9]},{"rootY":-31.2,"hips":[0,0],"chest":[17,-77.9],"neck":[17,-77.9],"head":[-9,-141.2],"shR":[-9.7,-53.9],"elR":[-75.9,21.9],"haR":[-46.9,57.5],"shL":[50.1,-122.7],"elL":[43.7,-149.3],"haL":[93.3,-143.3],"hipR":[-15.4,41.4],"knR":[19.6,172.6],"ftR":[-16.5,332],"hipL":[14,36.9],"knL":[13.5,172],"ftL":[-58.8,318.7]},{"rootY":-33.5,"hips":[0,0],"chest":[19.4,-77.9],"neck":[19.4,-77.9],"head":[-7.8,-139.9],"shR":[1.9,-53.7],"elR":[-62.6,20.4],"haR":[-38.3,56.6],"shL":[43.9,-123.4],"elL":[10.6,-147.7],"haL":[60.5,-149.9],"hipR":[-11.2,42.2],"knR":[22.6,173.8],"ftR":[-18.5,332.7],"hipL":[10.4,35.9],"knL":[15.1,170.8],"ftL":[-52.4,320.4]},{"rootY":-34.5,"hips":[0,0],"chest":[21.6,-78.1],"neck":[21.6,-78.1],"head":[-6.6,-138.7],"shR":[10.9,-52.5],"elR":[-47.9,21.5],"haR":[-27.8,58],"shL":[39.5,-125.1],"elL":[-16,-145],"haL":[29.5,-154.9],"hipR":[-6.2,41.7],"knR":[24.9,173.8],"ftR":[-19.2,332.2],"hipL":[5.3,36.7],"knL":[17.7,171.3],"ftL":[-45.6,322.4]},{"rootY":-34.9,"hips":[0,0],"chest":[22.4,-78.4],"neck":[22.4,-78.4],"head":[-7.1,-136.7],"shR":[20.1,-51.6],"elR":[-29.7,25.8],"haR":[-13.2,60.6],"shL":[32.7,-126.6],"elL":[-39.7,-142.4],"haL":[-2.5,-159.2],"hipR":[-0.5,41.2],"knR":[25,174.4],"ftR":[-21.6,332.3],"hipL":[0.5,37.4],"knL":[18.8,171.6],"ftL":[-42,323.2]},{"rootY":-34.9,"hips":[0,0],"chest":[24.5,-78.8],"neck":[24.5,-78.8],"head":[-5.4,-135],"shR":[33,-52],"elR":[-5.8,26.2],"haR":[9.4,59.8],"shL":[24.5,-127.5],"elL":[-60.4,-138.6],"haL":[-33.6,-161.1],"hipR":[5,40.4],"knR":[26.2,174.1],"ftR":[-22.6,331.4],"hipL":[-5.5,38.2],"knL":[18,171.9],"ftL":[-36,325.6]},{"rootY":-34.9,"hips":[0,0],"chest":[26.4,-78.9],"neck":[26.4,-78.9],"head":[-3.6,-132.3],"shR":[45.9,-53],"elR":[19.5,25.2],"haR":[34.3,57.2],"shL":[15.6,-127],"elL":[-79,-133],"haL":[-64.2,-159.6],"hipR":[10.5,40.4],"knR":[26.8,174.7],"ftR":[-22.9,331],"hipL":[-11.3,38.2],"knL":[15.7,171.3],"ftL":[-30.3,326.4]},{"rootY":-36.2,"hips":[0,0],"chest":[27.3,-79.3],"neck":[27.3,-79.3],"head":[0.1,-131.3],"shR":[55.5,-52.5],"elR":[42.6,27.6],"haR":[58.6,58.8],"shL":[8.5,-128.3],"elL":[-94.1,-128.9],"haL":[-92.1,-157.4],"hipR":[15.8,40.1],"knR":[26.2,175],"ftR":[-22.1,330.5],"hipL":[-15.7,38.5],"knL":[13.9,170.8],"ftL":[-24.6,327.3]},{"rootY":-35.4,"hips":[0,0],"chest":[28.2,-79.8],"neck":[28.2,-79.8],"head":[4.9,-130.3],"shR":[66.8,-54],"elR":[68.3,27.3],"haR":[87,58],"shL":[-0.9,-128.1],"elL":[-108.6,-123.6],"haL":[-118.7,-153.2],"hipR":[20.4,40.2],"knR":[28.8,175],"ftR":[-16.4,330.7],"hipL":[-20.7,38.5],"knL":[10.2,169.4],"ftL":[-16.5,327.4]},{"rootY":-35.2,"hips":[0,0],"chest":[27.9,-80.4],"neck":[27.9,-80.4],"head":[10.2,-129.9],"shR":[75,-54.5],"elR":[96.7,32.7],"haR":[115.3,61.5],"shL":[-9.4,-128.9],"elL":[-120.7,-119.3],"haL":[-141,-147.2],"hipR":[25,39.1],"knR":[29.6,174.1],"ftR":[-12.5,329.5],"hipL":[-23.5,39.5],"knL":[8.1,169.4],"ftL":[-9.9,328.2]},{"rootY":-34,"hips":[0,0],"chest":[27.9,-80.6],"neck":[27.9,-80.6],"head":[17.3,-128.4],"shR":[83.3,-57.2],"elR":[112.9,28.4],"haR":[139.6,59],"shL":[-18.1,-127.1],"elL":[-128.2,-112],"haL":[-157.9,-139.5],"hipR":[30.2,37.9],"knR":[29.6,173],"ftR":[-6.4,328.5],"hipL":[-25.7,40.7],"knL":[5.1,168.8],"ftL":[-2.8,327.9]},{"rootY":-32.7,"hips":[0,0],"chest":[26,-81.5],"neck":[26,-81.5],"head":[24.3,-128.6],"shR":[87.7,-60.5],"elR":[130.9,27.8],"haR":[162.1,58.5],"shL":[-26.9,-126],"elL":[-132.7,-105.6],"haL":[-170.6,-132],"hipR":[33.1,37.7],"knR":[27.8,172.6],"ftR":[0.6,327.5],"hipL":[-28.4,40.7],"knL":[-1.6,167.5],"ftL":[3.3,327.3]},{"rootY":-31.5,"hips":[0,0],"chest":[24.1,-81.8],"neck":[24.1,-81.8],"head":[32.6,-127.8],"shR":[89.1,-62.9],"elR":[143.2,27.6],"haR":[178,58.6],"shL":[-33.4,-124.4],"elL":[-129.8,-97.2],"haL":[-173,-121.6],"hipR":[35.4,36.9],"knR":[26.1,171.6],"ftR":[10.7,326.2],"hipL":[-29.8,41.4],"knL":[-8.3,166],"ftL":[7.4,326.1]},{"rootY":-30.3,"hips":[0,0],"chest":[23.3,-82],"neck":[23.3,-82],"head":[43.5,-127.2],"shR":[88.6,-65.2],"elR":[149.6,26.2],"haR":[187.8,57.5],"shL":[-36.2,-122.5],"elL":[-119.7,-88.4],"haL":[-165.4,-109.4],"hipR":[36.9,35.2],"knR":[25,170],"ftR":[20.9,324.6],"hipL":[-29.4,42.7],"knL":[-17,165.2],"ftL":[7.7,325.3]},{"rootY":-28.3,"hips":[0,0],"chest":[17.6,-82.8],"neck":[17.6,-82.8],"head":[49.8,-128.7],"shR":[80.5,-68.7],"elR":[146.9,23.2],"haR":[187,54.7],"shL":[-41.3,-121.1],"elL":[-107.3,-81.3],"haL":[-152.1,-98.5],"hipR":[34.6,35.5],"knR":[16,169.5],"ftR":[22.7,323.6],"hipL":[-30.1,42.4],"knL":[-30.4,164.1],"ftL":[-0.5,324.8]},{"rootY":-25.3,"hips":[0,0],"chest":[11.9,-83.7],"neck":[11.9,-83.7],"head":[53,-129.6],"shR":[68.2,-72.1],"elR":[138.3,19.4],"haR":[179,50.1],"shL":[-43,-119.4],"elL":[-90.1,-75.6],"haL":[-131.2,-89.5],"hipR":[30.8,35.7],"knR":[7.4,168.9],"ftR":[24.3,321.5],"hipL":[-29.4,42.1],"knL":[-42.1,164.6],"ftL":[-8.1,325.1]},{"rootY":-21.8,"hips":[0,0],"chest":[6.3,-84.3],"neck":[6.3,-84.3],"head":[53.3,-132.1],"shR":[54,-75.1],"elR":[125.9,14.8],"haR":[165.9,44.3],"shL":[-42.1,-117.7],"elL":[-69.5,-70.2],"haL":[-104.1,-81.3],"hipR":[26.4,35.1],"knR":[-1.2,167.7],"ftR":[26.3,319],"hipL":[-26.4,42.6],"knL":[-50.3,165.6],"ftL":[-13.1,325.4]},{"rootY":-18.6,"hips":[0,0],"chest":[0.6,-84.7],"neck":[0.6,-84.7],"head":[46.7,-136.5],"shR":[38.2,-78.3],"elR":[109.7,9.3],"haR":[147.3,37.2],"shL":[-39.7,-115.5],"elL":[-47.7,-65.2],"haL":[-74.1,-73.5],"hipR":[21,34.8],"knR":[-11.6,166.5],"ftR":[27.4,316.5],"hipL":[-23.3,42.8],"knL":[-58.4,165.9],"ftL":[-18.1,324.8]},{"rootY":-16.8,"hips":[0,0],"chest":[-3,-85.3],"neck":[-3,-85.3],"head":[39.6,-139.2],"shR":[23.1,-76.6],"elR":[91.3,8.5],"haR":[125,34.6],"shL":[-33.4,-117.9],"elL":[-22.6,-64.4],"haL":[-40,-70.3],"hipR":[14.2,35.2],"knR":[-20,166.7],"ftR":[31.1,315.2],"hipL":[-19.4,42.5],"knL":[-63.5,166.2],"ftL":[-18.5,323.1]},{"rootY":-13.7,"hips":[0,0],"chest":[-7.7,-85.4],"neck":[-7.7,-85.4],"head":[28.1,-142.4],"shR":[6.5,-82.3],"elR":[70,0.9],"haR":[98.4,25.5],"shL":[-27.4,-112.6],"elL":[0.7,-57.3],"haL":[-7.5,-61.1],"hipR":[8.2,31],"knR":[-26,162.1],"ftR":[32.6,310.5],"hipL":[-14.4,45.2],"knL":[-72.5,166.6],"ftL":[-25.2,322.5]},{"rootY":-14.1,"hips":[0,0],"chest":[-9.4,-85.4],"neck":[-9.4,-85.4],"head":[19.4,-144.9],"shR":[-10.2,-85.6],"elR":[45.9,-4.3],"haR":[69.3,19.3],"shL":[-15,-109.2],"elL":[29.7,-52],"haL":[30.2,-53.1],"hipR":[-0.2,33.8],"knR":[-30.1,165.9],"ftR":[38.8,312.1],"hipL":[-9.3,43.5],"knL":[-68.9,165.4],"ftL":[-25.7,320.6]},{"rootY":-13.8,"hips":[0,0],"chest":[-11.5,-85.5],"neck":[-11.5,-85.5],"head":[9.5,-147.1],"shR":[-24.3,-87.5],"elR":[23.6,-7.7],"haR":[40.9,15],"shL":[-5.7,-107.4],"elL":[52.6,-49.3],"haL":[61.7,-47.5],"hipR":[-7.8,34],"knR":[-34,166.5],"ftR":[40.9,311.4],"hipL":[-4.7,43.2],"knL":[-65,164.7],"ftL":[-32,321.7]},{"rootY":-14.3,"hips":[0,0],"chest":[-13,-85.4],"neck":[-13,-85.4],"head":[2.6,-148.6],"shR":[-36.8,-87.7],"elR":[0.7,-10.1],"haR":[11.7,11.9],"shL":[3.7,-106.8],"elL":[70,-45.8],"haL":[89.2,-42],"hipR":[-13.5,34],"knR":[-34.1,167.3],"ftR":[43.2,312.2],"hipL":[0.8,43.3],"knL":[-57.9,164.5],"ftL":[-38.2,323.7]},{"rootY":-14.6,"hips":[0,0],"chest":[-13.6,-85.5],"neck":[-13.6,-85.5],"head":[-3.2,-149.9],"shR":[-46.9,-88.7],"elR":[-21.5,-11.1],"haR":[-16.7,10.9],"shL":[13,-105.7],"elL":[88.2,-42.1],"haL":[115,-34.9],"hipR":[-20,33.3],"knR":[-33.5,167.4],"ftR":[46.5,311.4],"hipL":[5.2,43.8],"knL":[-51.2,164.4],"ftL":[-42,324.8]}]} \ No newline at end of file diff --git a/ink-theater/mocap/clips/jump.json b/ink-theater/mocap/clips/jump.json new file mode 100644 index 00000000..7d9089c6 --- /dev/null +++ b/ink-theater/mocap/clips/jump.json @@ -0,0 +1 @@ +{"name":"jump","fps":30,"height":520,"groundY":343,"frameCount":104,"frames":[{"rootY":0,"hips":[0,0],"chest":[-1.2,-77.7],"neck":[-1.2,-77.7],"head":[-0.5,-145.7],"shR":[-58.5,-104.8],"elR":[-175.8,-88.3],"haR":[-245.6,-78.5],"shL":[66.8,-101.8],"elL":[170.6,-87.2],"haL":[241.4,-77.3],"hipR":[-31.3,37.8],"knR":[-28.8,181.7],"ftR":[-26,340.9],"hipL":[30.5,37.8],"knL":[27.9,185.4],"ftL":[25.2,343]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[10.8,-145.8],"shR":[-54.5,-107.2],"elR":[-68.8,9.9],"haR":[-82.2,74.4],"shL":[70,-99.6],"elL":[68.4,5.1],"haL":[77.1,73.3],"hipR":[-31.9,38.4],"knR":[-30.2,182.2],"ftR":[-39,336.6],"hipL":[29.4,38],"knL":[30.6,185.6],"ftL":[40.8,338.2]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[10.8,-145.8],"shR":[-54.5,-107.3],"elR":[-68.8,9.8],"haR":[-82.2,74.3],"shL":[70.1,-99.5],"elL":[68.4,5.2],"haL":[77.2,73.3],"hipR":[-32,38.4],"knR":[-30.2,182.2],"ftR":[-39,336.6],"hipL":[29.4,38],"knL":[30.5,185.6],"ftL":[40.8,338.1]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[10.9,-145.8],"shR":[-54.5,-107.3],"elR":[-68.8,9.8],"haR":[-82.1,74.4],"shL":[70.1,-99.5],"elL":[68.5,5.2],"haL":[77.3,73.3],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-39,336.6],"hipL":[29.3,38.1],"knL":[30.5,185.6],"ftL":[40.8,338.1]},{"rootY":0.1,"hips":[0,0],"chest":[0.9,-77.9],"neck":[0.9,-77.9],"head":[10.9,-145.8],"shR":[-54.5,-107.4],"elR":[-68.8,9.8],"haR":[-82,74.3],"shL":[70.1,-99.4],"elL":[68.4,5.3],"haL":[77.3,73.4],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-39,336.6],"hipL":[29.4,38],"knL":[30.5,185.6],"ftL":[40.8,338.1]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[11,-145.8],"shR":[-54.5,-107.4],"elR":[-68.8,9.8],"haR":[-82,74.2],"shL":[70.1,-99.4],"elL":[68.3,5.3],"haL":[77.1,73.5],"hipR":[-32,38.3],"knR":[-30.3,182.2],"ftR":[-39,336.5],"hipL":[29.3,38],"knL":[30.5,185.6],"ftL":[40.7,338.1]},{"rootY":0.1,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[11.1,-145.8],"shR":[-54.4,-107.5],"elR":[-68.6,9.7],"haR":[-81.8,74],"shL":[70.2,-99.3],"elL":[68.4,5.4],"haL":[77.2,73.6],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-38.9,336.5],"hipL":[29.3,38.1],"knL":[30.5,185.6],"ftL":[40.9,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[11.1,-145.8],"shR":[-54.3,-107.5],"elR":[-68.6,9.7],"haR":[-81.7,74],"shL":[70.3,-99.2],"elL":[68.4,5.4],"haL":[77.2,73.6],"hipR":[-32.1,38.3],"knR":[-30.2,182.2],"ftR":[-38.8,336.5],"hipL":[29.3,38.1],"knL":[30.5,185.6],"ftL":[40.9,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[11,-145.8],"shR":[-54.3,-107.5],"elR":[-68.6,9.6],"haR":[-81.7,73.9],"shL":[70.3,-99.2],"elL":[68.4,5.5],"haL":[77.1,73.6],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-38.8,336.5],"hipL":[29.3,38.1],"knL":[30.6,185.6],"ftL":[40.9,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[11.1,-145.8],"shR":[-54.3,-107.5],"elR":[-68.6,9.6],"haR":[-81.7,73.9],"shL":[70.3,-99.2],"elL":[68.4,5.5],"haL":[77.1,73.6],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-38.8,336.5],"hipL":[29.3,38.1],"knL":[30.6,185.7],"ftL":[41,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[11,-145.8],"shR":[-54.3,-107.5],"elR":[-68.6,9.6],"haR":[-81.7,73.9],"shL":[70.3,-99.2],"elL":[68.4,5.5],"haL":[77,73.6],"hipR":[-32.1,38.2],"knR":[-30.2,182.1],"ftR":[-38.7,336.4],"hipL":[29.2,38.2],"knL":[30.5,185.7],"ftL":[41,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[10.9,-145.8],"shR":[-54.2,-107.6],"elR":[-68.5,9.6],"haR":[-81.6,73.9],"shL":[70.4,-99.1],"elL":[68.3,5.6],"haL":[76.9,73.8],"hipR":[-32.1,38.2],"knR":[-30.1,182.1],"ftR":[-38.7,336.4],"hipL":[29.3,38.1],"knL":[30.6,185.7],"ftL":[41,338]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[10.8,-145.8],"shR":[-54.3,-107.7],"elR":[-68.5,9.5],"haR":[-81.6,73.9],"shL":[70.3,-99.1],"elL":[68.2,5.6],"haL":[76.8,73.8],"hipR":[-32,38.3],"knR":[-30.2,182.2],"ftR":[-38.8,336.4],"hipL":[29.4,38.1],"knL":[30.6,185.6],"ftL":[41,337.9]},{"rootY":0.3,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[10.6,-145.9],"shR":[-54.3,-107.6],"elR":[-68.5,9.5],"haR":[-81.6,73.9],"shL":[70.3,-99.1],"elL":[68.2,5.6],"haL":[76.7,73.8],"hipR":[-32,38.3],"knR":[-30.1,182.2],"ftR":[-38.8,336.4],"hipL":[29.3,38.1],"knL":[30.7,185.6],"ftL":[41,338]},{"rootY":0.2,"hips":[0,0],"chest":[1,-77.9],"neck":[1,-77.9],"head":[10.5,-145.8],"shR":[-54.3,-107.7],"elR":[-68.5,9.5],"haR":[-81.6,73.9],"shL":[70.3,-99.1],"elL":[68.2,5.6],"haL":[76.7,73.8],"hipR":[-31.9,38.4],"knR":[-30.1,182.3],"ftR":[-38.9,336.4],"hipL":[29.5,38],"knL":[30.8,185.5],"ftL":[40.9,337.9]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-77.9],"neck":[1.1,-77.9],"head":[10.4,-145.9],"shR":[-54.3,-107.7],"elR":[-68.5,9.4],"haR":[-81.6,73.9],"shL":[70.3,-99.1],"elL":[68.2,5.6],"haL":[76.7,73.9],"hipR":[-31.9,38.4],"knR":[-30,182.3],"ftR":[-38.9,336.4],"hipL":[29.5,38],"knL":[30.9,185.5],"ftL":[40.9,337.9]},{"rootY":0.2,"hips":[0,0],"chest":[0.9,-77.9],"neck":[0.9,-77.9],"head":[10.1,-145.9],"shR":[-54.5,-107.7],"elR":[-68.5,9.3],"haR":[-81.9,73.7],"shL":[70.2,-99],"elL":[68.1,5.6],"haL":[76.7,73.9],"hipR":[-31.9,38.4],"knR":[-30,182.3],"ftR":[-38.9,336.3],"hipL":[29.5,38],"knL":[30.8,185.5],"ftL":[40.9,337.9]},{"rootY":0.3,"hips":[0,0],"chest":[0.8,-77.9],"neck":[0.8,-77.9],"head":[9.9,-145.9],"shR":[-54.6,-107.8],"elR":[-68.7,9.3],"haR":[-81.9,73.8],"shL":[70.1,-99.1],"elL":[68.1,5.6],"haL":[76.7,73.9],"hipR":[-31.8,38.4],"knR":[-30.1,182.3],"ftR":[-39,336.3],"hipL":[29.6,37.9],"knL":[30.8,185.5],"ftL":[40.8,337.9]},{"rootY":0.4,"hips":[0,0],"chest":[0.9,-77.9],"neck":[0.9,-77.9],"head":[9.8,-145.9],"shR":[-54.7,-107.6],"elR":[-68.8,9.4],"haR":[-82,74.1],"shL":[70,-99.3],"elL":[68.1,5.3],"haL":[76.8,73.7],"hipR":[-31.8,38.4],"knR":[-30.2,182.3],"ftR":[-39.1,336.3],"hipL":[29.5,38],"knL":[30.7,185.5],"ftL":[40.8,337.9]},{"rootY":0.3,"hips":[0,0],"chest":[0.9,-77.9],"neck":[0.9,-77.9],"head":[9.7,-145.9],"shR":[-54.7,-107.5],"elR":[-68.8,9.4],"haR":[-81.8,74.3],"shL":[70,-99.3],"elL":[68.3,5.3],"haL":[77,73.7],"hipR":[-31.7,38.6],"knR":[-30,182.5],"ftR":[-39.3,336.4],"hipL":[29.7,37.9],"knL":[30.7,185.4],"ftL":[40.6,337.7]},{"rootY":0.3,"hips":[0,0],"chest":[0.8,-77.9],"neck":[0.8,-77.9],"head":[9.4,-145.9],"shR":[-54.8,-107.5],"elR":[-68.9,9.4],"haR":[-82,74.3],"shL":[69.9,-99.4],"elL":[68.3,5.2],"haL":[77.1,73.6],"hipR":[-31.6,38.6],"knR":[-29.9,182.5],"ftR":[-39.4,336.5],"hipL":[29.8,37.9],"knL":[30.7,185.5],"ftL":[40.5,337.8]},{"rootY":0.1,"hips":[0,0],"chest":[0.6,-77.8],"neck":[0.6,-77.8],"head":[9.2,-145.9],"shR":[-55,-107.5],"elR":[-69.1,9.2],"haR":[-82.1,74.2],"shL":[69.7,-99.4],"elL":[68.3,5.1],"haL":[77.1,73.6],"hipR":[-31.8,38.5],"knR":[-30,182.4],"ftR":[-39.6,336.6],"hipL":[29.6,38.2],"knL":[30.4,185.9],"ftL":[40.4,337.8]},{"rootY":0.1,"hips":[0,0],"chest":[0.4,-77.8],"neck":[0.4,-77.8],"head":[8.9,-145.8],"shR":[-55.3,-107.4],"elR":[-69.3,9.2],"haR":[-82.2,74.5],"shL":[69.5,-99.5],"elL":[68.4,5],"haL":[77.4,73.7],"hipR":[-31.8,38.5],"knR":[-29.7,182.4],"ftR":[-39.6,336.6],"hipL":[29.7,38.5],"knL":[30.4,186.1],"ftL":[40.4,337.9]},{"rootY":0,"hips":[0,0],"chest":[0.1,-77.6],"neck":[0.1,-77.6],"head":[8.4,-145.7],"shR":[-55.7,-107.3],"elR":[-69.7,9],"haR":[-82.6,74.5],"shL":[69.1,-99.4],"elL":[68.3,4.9],"haL":[77.4,73.8],"hipR":[-31.8,38.6],"knR":[-30,182.4],"ftR":[-40.2,336.7],"hipL":[29.7,38.6],"knL":[30,186.2],"ftL":[39.9,337.9]},{"rootY":0.3,"hips":[0,0],"chest":[-0.3,-77.4],"neck":[-0.3,-77.4],"head":[7.9,-145.6],"shR":[-56.1,-107.2],"elR":[-70.3,8.7],"haR":[-83,74.3],"shL":[68.7,-99.3],"elL":[68.3,4.9],"haL":[77.7,73.7],"hipR":[-31.8,38.7],"knR":[-30.4,182.4],"ftR":[-41.2,336.8],"hipL":[29.6,38.6],"knL":[29.4,186.2],"ftL":[39.2,337.6]},{"rootY":0.5,"hips":[0,0],"chest":[-0.9,-77.1],"neck":[-0.9,-77.1],"head":[7.3,-145.2],"shR":[-56.8,-106.9],"elR":[-71.1,8.6],"haR":[-83.8,74.4],"shL":[68,-99.1],"elL":[68.3,4.8],"haL":[77.7,73.6],"hipR":[-32,38.5],"knR":[-30.9,182.2],"ftR":[-42.2,336.6],"hipL":[29.4,38.8],"knL":[28.4,186.3],"ftL":[38.6,337.2]},{"rootY":0.9,"hips":[0,0],"chest":[-1.5,-76.6],"neck":[-1.5,-76.6],"head":[6.4,-144.7],"shR":[-57.7,-106.2],"elR":[-72.2,8.7],"haR":[-84.8,74.7],"shL":[67.3,-99],"elL":[68.2,4.4],"haL":[78,73.2],"hipR":[-32.2,38.4],"knR":[-30.9,181.9],"ftR":[-43.2,336.2],"hipL":[29.1,39.1],"knL":[27.4,186.4],"ftL":[37.8,336.8]},{"rootY":1.6,"hips":[0,0],"chest":[-1.8,-75.8],"neck":[-1.8,-75.8],"head":[5.8,-143.8],"shR":[-58.1,-105.1],"elR":[-73,8.9],"haR":[-85.5,75.2],"shL":[66.8,-98.4],"elL":[68.6,4.3],"haL":[78.5,73.2],"hipR":[-31.7,38.8],"knR":[-29.6,181.8],"ftR":[-43.7,335.5],"hipL":[29.6,38.9],"knL":[27.4,185.8],"ftL":[37.3,336.2]},{"rootY":2.4,"hips":[0,0],"chest":[-2.3,-74.7],"neck":[-2.3,-74.7],"head":[4.8,-142.5],"shR":[-58.8,-103.9],"elR":[-74.4,9],"haR":[-86.7,75.4],"shL":[66.2,-97.5],"elL":[69.2,4.4],"haL":[79.1,73.4],"hipR":[-31.2,39.2],"knR":[-28.4,181.4],"ftR":[-44.4,334.3],"hipL":[30.1,38.7],"knL":[26.8,185.1],"ftL":[36.5,335.3]},{"rootY":3.7,"hips":[0,0],"chest":[-2.5,-73.5],"neck":[-2.5,-73.5],"head":[4.3,-141],"shR":[-59.1,-102.4],"elR":[-75.4,9.4],"haR":[-87.6,76.3],"shL":[65.8,-96.2],"elL":[70.3,4.5],"haL":[80.2,73.7],"hipR":[-30.6,39.6],"knR":[-27,180.9],"ftR":[-44.7,333],"hipL":[30.6,38.4],"knL":[26.8,184.2],"ftL":[36.1,334.1]},{"rootY":5,"hips":[0,0],"chest":[-2.8,-72.1],"neck":[-2.8,-72.1],"head":[3.4,-139.2],"shR":[-59.6,-100.6],"elR":[-76.5,10],"haR":[-88.7,77.2],"shL":[65.3,-94.9],"elL":[71.5,4.7],"haL":[81.3,74.3],"hipR":[-30.1,40],"knR":[-26.1,180.2],"ftR":[-45.6,331.6],"hipL":[31.1,38.2],"knL":[26.8,183.2],"ftL":[35.5,332.9]},{"rootY":6.3,"hips":[0,0],"chest":[-3.3,-70.6],"neck":[-3.3,-70.6],"head":[2.5,-137.2],"shR":[-60.2,-98.9],"elR":[-77.3,10.5],"haR":[-89.7,78],"shL":[64.7,-93.2],"elL":[72.7,5.2],"haL":[82.7,75.2],"hipR":[-29.8,40.2],"knR":[-25.3,179.5],"ftR":[-46.5,330.3],"hipL":[31.5,38],"knL":[27.2,182.1],"ftL":[34.7,331.6]},{"rootY":7.7,"hips":[0,0],"chest":[-3.5,-69.1],"neck":[-3.5,-69.1],"head":[1.9,-135.2],"shR":[-60.6,-97],"elR":[-77.8,11.1],"haR":[-90.5,79],"shL":[64.4,-91.9],"elL":[73.9,5.6],"haL":[84.5,75.8],"hipR":[-29.7,40.2],"knR":[-24.6,178.7],"ftR":[-47,328.9],"hipL":[31.7,37.9],"knL":[27.6,181.2],"ftL":[34.3,330.4]},{"rootY":9,"hips":[0,0],"chest":[-3.6,-67.8],"neck":[-3.6,-67.8],"head":[1.5,-133.3],"shR":[-61,-95.1],"elR":[-78.2,11.6],"haR":[-91,79.8],"shL":[64.1,-90.8],"elL":[75,5.4],"haL":[86.4,75.7],"hipR":[-29.3,40.5],"knR":[-23.7,178.2],"ftR":[-47.5,327.6],"hipL":[32.1,37.7],"knL":[28.2,180.2],"ftL":[33.9,329.2]},{"rootY":10,"hips":[0,0],"chest":[-3.9,-66.6],"neck":[-3.9,-66.6],"head":[0.9,-131.6],"shR":[-61.4,-93.5],"elR":[-78.2,11.5],"haR":[-91.4,80.1],"shL":[63.7,-89.7],"elL":[76.1,4.9],"haL":[88.4,75.3],"hipR":[-29.1,40.6],"knR":[-23.3,177.7],"ftR":[-47.9,326.6],"hipL":[32.3,37.5],"knL":[28.1,179.5],"ftL":[33.5,328.2]},{"rootY":10.8,"hips":[0,0],"chest":[-4,-65.5],"neck":[-4,-65.5],"head":[0.7,-130],"shR":[-61.6,-92],"elR":[-78.3,10.7],"haR":[-91.6,79.6],"shL":[63.6,-88.7],"elL":[77.2,3.8],"haL":[90.8,74],"hipR":[-28.6,41],"knR":[-22.9,177.5],"ftR":[-47.9,325.7],"hipL":[32.8,37.1],"knL":[28.3,178.8],"ftL":[33.2,327.4]},{"rootY":11.1,"hips":[0,0],"chest":[-4.1,-64.5],"neck":[-4.1,-64.5],"head":[0.3,-128.8],"shR":[-61.8,-90.5],"elR":[-78.3,9.5],"haR":[-91.6,78.7],"shL":[63.4,-87.9],"elL":[78.2,1.8],"haL":[93.2,71.5],"hipR":[-28.5,41],"knR":[-23.2,177.3],"ftR":[-48.2,325.3],"hipL":[33,37],"knL":[28.2,178.7],"ftL":[32.9,327.1]},{"rootY":11.2,"hips":[0,0],"chest":[-4.2,-63.4],"neck":[-4.2,-63.4],"head":[0,-127.5],"shR":[-62,-89.1],"elR":[-78.6,7.2],"haR":[-91.8,76.4],"shL":[63.2,-86.9],"elL":[79.1,-0.8],"haL":[95.9,67.6],"hipR":[-28.3,41],"knR":[-23.5,177.3],"ftR":[-48.4,325.1],"hipL":[33.1,36.9],"knL":[28.5,178.7],"ftL":[32.8,326.9]},{"rootY":11.6,"hips":[0,0],"chest":[-4.3,-62.4],"neck":[-4.3,-62.4],"head":[-0.3,-126.3],"shR":[-62.1,-87.9],"elR":[-79,4.5],"haR":[-92.2,73.2],"shL":[63.2,-85.7],"elL":[80.4,-4.2],"haL":[98.9,62.1],"hipR":[-28.4,40.9],"knR":[-23.5,177.2],"ftR":[-48.5,324.6],"hipL":[33.1,37],"knL":[29.2,178.5],"ftL":[32.9,326.4]},{"rootY":12,"hips":[0,0],"chest":[-4.4,-61.3],"neck":[-4.4,-61.3],"head":[-0.5,-125],"shR":[-62.3,-86.5],"elR":[-79.3,1.4],"haR":[-92.9,68.9],"shL":[63,-84.4],"elL":[81.3,-8.1],"haL":[101.6,55.1],"hipR":[-28.4,40.8],"knR":[-23.6,177.1],"ftR":[-48.6,324.1],"hipL":[33.1,37],"knL":[29.3,178.4],"ftL":[32.8,325.9]},{"rootY":12.8,"hips":[0,0],"chest":[-4.4,-60.1],"neck":[-4.4,-60.1],"head":[-0.5,-123.5],"shR":[-62.3,-85.1],"elR":[-79.3,-2.2],"haR":[-93.6,63.5],"shL":[63,-83.1],"elL":[82.1,-12.3],"haL":[103.8,47],"hipR":[-28.4,40.8],"knR":[-23.2,176.9],"ftR":[-48.6,323.1],"hipL":[33.1,36.9],"knL":[29.6,178.1],"ftL":[32.9,324.8]},{"rootY":14.7,"hips":[0,0],"chest":[-4.3,-58.9],"neck":[-4.3,-58.9],"head":[-0.3,-121.9],"shR":[-62.3,-83.3],"elR":[-79,-5.5],"haR":[-94,57.8],"shL":[63.1,-81.9],"elL":[82.7,-16.6],"haL":[105.6,38.7],"hipR":[-28.2,40.8],"knR":[-22.8,176.3],"ftR":[-48.6,321.4],"hipL":[33.3,36.8],"knL":[29.8,177.2],"ftL":[33.2,322.9]},{"rootY":17.6,"hips":[0,0],"chest":[-4,-57.4],"neck":[-4,-57.4],"head":[0,-120.1],"shR":[-62,-81.2],"elR":[-78.9,-8],"haR":[-94.2,52.8],"shL":[63.4,-80.3],"elL":[83.2,-19.5],"haL":[107,32.1],"hipR":[-27.9,41],"knR":[-21.9,175.3],"ftR":[-48.1,318.7],"hipL":[33.6,36.4],"knL":[30.9,175.7],"ftL":[33.7,320.3]},{"rootY":21,"hips":[0,0],"chest":[-3.7,-56],"neck":[-3.7,-56],"head":[0.4,-118.3],"shR":[-61.7,-79.3],"elR":[-78.7,-10],"haR":[-94.4,48.4],"shL":[63.7,-79.1],"elL":[83.2,-22.5],"haL":[107.4,26.5],"hipR":[-27.5,41.3],"knR":[-21.2,174],"ftR":[-47.4,315.5],"hipL":[34.1,35.8],"knL":[32,173.9],"ftL":[34.4,317]},{"rootY":25.3,"hips":[0,0],"chest":[-3.6,-54.7],"neck":[-3.6,-54.7],"head":[0.6,-116.7],"shR":[-61.6,-77.3],"elR":[-78.4,-10.2],"haR":[-94.3,46],"shL":[63.8,-78.1],"elL":[82.2,-23.7],"haL":[106.7,23.6],"hipR":[-27.2,41.5],"knR":[-20.8,172.1],"ftR":[-46.5,311.3],"hipL":[34.3,35.5],"knL":[32.8,172.1],"ftL":[34.9,313.1]},{"rootY":29.7,"hips":[0,0],"chest":[-3.3,-53.6],"neck":[-3.3,-53.6],"head":[0.9,-115.2],"shR":[-61.3,-75.6],"elR":[-77.8,-8.7],"haR":[-93.3,45.9],"shL":[64,-77.3],"elL":[81.7,-23.1],"haL":[105.7,23.9],"hipR":[-26.7,41.8],"knR":[-20,170.3],"ftR":[-45.4,306.6],"hipL":[34.7,35.1],"knL":[33.9,170.2],"ftL":[35.7,309]},{"rootY":33.9,"hips":[0,0],"chest":[-3.6,-53.6],"neck":[-3.6,-53.6],"head":[0.2,-115.1],"shR":[-61.7,-74.9],"elR":[-78,-5.7],"haR":[-93.5,48.1],"shL":[63.6,-77.8],"elL":[80.4,-21.5],"haL":[103.6,26.7],"hipR":[-25.9,42.4],"knR":[-19.9,169.9],"ftR":[-45.3,302.5],"hipL":[35.4,34.4],"knL":[34.8,168.7],"ftL":[35.4,304.8]},{"rootY":38.7,"hips":[0,0],"chest":[-3.5,-53.6],"neck":[-3.5,-53.6],"head":[0,-115.5],"shR":[-61.7,-74.5],"elR":[-77.6,-1.3],"haR":[-92.6,52.7],"shL":[63.6,-78.4],"elL":[79.4,-18.1],"haL":[101.5,32.5],"hipR":[-26.2,42.3],"knR":[-19.3,168.3],"ftR":[-44.5,297],"hipL":[35.2,34.6],"knL":[35.6,167.5],"ftL":[35.8,300.5]},{"rootY":43.9,"hips":[0,0],"chest":[-4.2,-53.4],"neck":[-4.2,-53.4],"head":[-1.1,-115.7],"shR":[-62.5,-73.8],"elR":[-78,4.3],"haR":[-92.4,60.2],"shL":[62.7,-78.9],"elL":[77.3,-14],"haL":[98.1,40.8],"hipR":[-25.6,42.8],"knR":[-19.5,166.9],"ftR":[-44.1,291.2],"hipL":[35.7,34.1],"knL":[35.5,165.4],"ftL":[35.3,294.3]},{"rootY":49.8,"hips":[0,0],"chest":[-4.2,-53.7],"neck":[-4.2,-53.7],"head":[-1.3,-116.6],"shR":[-62.6,-73.7],"elR":[-77.4,10.2],"haR":[-90.9,69.5],"shL":[62.5,-79.9],"elL":[76.1,-9.3],"haL":[95.1,50.3],"hipR":[-25.7,42.8],"knR":[-19.6,164.8],"ftR":[-43.5,283.5],"hipL":[35.6,34.2],"knL":[35.5,163.5],"ftL":[36,287.6]},{"rootY":55.7,"hips":[0,0],"chest":[-4.3,-54],"neck":[-4.3,-54],"head":[-1.8,-117.6],"shR":[-62.9,-73.9],"elR":[-76.8,16.4],"haR":[-88.9,80.3],"shL":[62.3,-80.8],"elL":[74.8,-3.5],"haL":[91.7,60.9],"hipR":[-25.5,43],"knR":[-20.5,161.9],"ftR":[-43.7,274.5],"hipL":[35.7,34.1],"knL":[34.9,161],"ftL":[36.9,279.3]},{"rootY":61.2,"hips":[0,0],"chest":[-4.6,-55],"neck":[-4.6,-55],"head":[-2.3,-119.2],"shR":[-63.2,-75],"elR":[-75.9,22.8],"haR":[-86.3,90.9],"shL":[61.9,-82.1],"elL":[74.1,3],"haL":[87.9,71.4],"hipR":[-25.1,43.3],"knR":[-22.3,159.3],"ftR":[-44.3,265.1],"hipL":[36,33.9],"knL":[34.4,158.8],"ftL":[36.7,270.8]},{"rootY":66.4,"hips":[0,0],"chest":[-4.7,-57],"neck":[-4.7,-57],"head":[-2.6,-122.2],"shR":[-63.3,-77.3],"elR":[-74.5,28.1],"haR":[-81.9,98.1],"shL":[61.7,-84.6],"elL":[73.6,8.3],"haL":[83.7,79.1],"hipR":[-24.3,43.8],"knR":[-24.5,157.6],"ftR":[-44.5,256.3],"hipL":[36.7,33.3],"knL":[34.2,158],"ftL":[36.8,264.3]},{"rootY":70.5,"hips":[0,0],"chest":[-4.7,-59.7],"neck":[-4.7,-59.7],"head":[-3,-126.1],"shR":[-63.4,-80.4],"elR":[-72.6,31.8],"haR":[-78,99.6],"shL":[61.6,-88],"elL":[73.1,11.2],"haL":[79.4,78.6],"hipR":[-25.2,43.3],"knR":[-25,157.4],"ftR":[-44.3,249.6],"hipL":[35.9,34.1],"knL":[34.1,159.6],"ftL":[37.5,259.8]},{"rootY":71,"hips":[0,0],"chest":[-4.5,-62.8],"neck":[-4.5,-62.8],"head":[-3,-130.4],"shR":[-63.2,-83.8],"elR":[-73.5,32.8],"haR":[-76.2,91.3],"shL":[61.7,-91.9],"elL":[77.2,11.2],"haL":[77.9,63.6],"hipR":[-25.8,42.9],"knR":[-24.3,161],"ftR":[-45.8,247.2],"hipL":[35.5,34.7],"knL":[33.1,163.5],"ftL":[37.5,257.4]},{"rootY":68.3,"hips":[0,0],"chest":[-3.3,-65.2],"neck":[-3.3,-65.2],"head":[-1.7,-133.5],"shR":[-62.1,-87.1],"elR":[-77.4,30.1],"haR":[-77.8,70.4],"shL":[62.9,-94.4],"elL":[86.9,6.5],"haL":[82,33.9],"hipR":[-26.4,42.5],"knR":[-21.8,165.4],"ftR":[-45.4,249.3],"hipL":[35,35.2],"knL":[35.1,167.4],"ftL":[37.9,259.8]},{"rootY":60,"hips":[0,0],"chest":[-2.7,-68],"neck":[-2.7,-68],"head":[-1,-136.5],"shR":[-61.5,-91.2],"elR":[-84.2,19.7],"haR":[-82.2,35],"shL":[63.8,-96.5],"elL":[98.9,-6.3],"haL":[88.8,-7.4],"hipR":[-27.2,41.9],"knR":[-22.1,172.3],"ftR":[-45.1,256.7],"hipL":[34.3,35.7],"knL":[38.2,174.4],"ftL":[37.5,266.8]},{"rootY":46.6,"hips":[0,0],"chest":[-2.8,-71.3],"neck":[-2.8,-71.3],"head":[-0.8,-139.7],"shR":[-61.5,-95.5],"elR":[-93.8,2.7],"haR":[-89,-5.9],"shL":[63.9,-99.5],"elL":[108.5,-25],"haL":[96.2,-48.8],"hipR":[-27.6,41.6],"knR":[-25.5,179.3],"ftR":[-45.8,267.9],"hipL":[33.9,35.8],"knL":[40.8,180.3],"ftL":[38.1,276.2]},{"rootY":27.3,"hips":[0,0],"chest":[-3.3,-74.6],"neck":[-3.3,-74.6],"head":[-1.2,-142.4],"shR":[-62.1,-98.9],"elR":[-104.3,-16.6],"haR":[-96.9,-40.3],"shL":[63.2,-103.1],"elL":[115.2,-43.3],"haL":[102.9,-80.8],"hipR":[-27.7,41.5],"knR":[-28.2,184.4],"ftR":[-48.3,280.8],"hipL":[33.8,35.6],"knL":[41.3,183],"ftL":[41.1,286]},{"rootY":2.7,"hips":[0,0],"chest":[-4.3,-77.3],"neck":[-4.3,-77.3],"head":[-2.7,-144.3],"shR":[-63.1,-100.8],"elR":[-113.3,-31.6],"haR":[-105.5,-62.2],"shL":[62.2,-105.8],"elL":[117,-54.7],"haL":[107,-98.7],"hipR":[-28.8,40.7],"knR":[-28.5,184.4],"ftR":[-53.6,294],"hipL":[32.9,36.5],"knL":[39.9,183],"ftL":[46.2,297.1]},{"rootY":-21.4,"hips":[0,0],"chest":[-5.5,-77.7],"neck":[-5.5,-77.7],"head":[-4.3,-144.1],"shR":[-64,-101.6],"elR":[-119,-38.8],"haR":[-113.4,-71.8],"shL":[61.3,-104.4],"elL":[115.9,-54.5],"haL":[110.2,-101],"hipR":[-30,39.8],"knR":[-29.3,182.1],"ftR":[-59,302.7],"hipL":[31.8,37.6],"knL":[38.2,182.3],"ftL":[52,305.8]},{"rootY":-40.6,"hips":[0,0],"chest":[-5.9,-77.5],"neck":[-5.9,-77.5],"head":[-4.8,-143.5],"shR":[-64.4,-101.3],"elR":[-121.8,-38.1],"haR":[-120.4,-69],"shL":[61,-103.6],"elL":[114.4,-47.3],"haL":[114.7,-92.3],"hipR":[-30.2,39.6],"knR":[-26.9,182.5],"ftR":[-57.5,302.2],"hipL":[31.6,37.7],"knL":[37.8,183.4],"ftL":[51.1,306.1]},{"rootY":-56.4,"hips":[0,0],"chest":[-5,-77.7],"neck":[-5,-77.7],"head":[-3.9,-143.7],"shR":[-63.5,-101.7],"elR":[-121.6,-32.5],"haR":[-125.1,-57.6],"shL":[61.9,-103.7],"elL":[112,-37.2],"haL":[120.5,-76.3],"hipR":[-29.4,39.8],"knR":[-23.9,183.6],"ftR":[-51.3,299.2],"hipL":[32.4,36.5],"knL":[38.7,183.5],"ftL":[48.4,305.4]},{"rootY":-69.3,"hips":[0,0],"chest":[-4.8,-77.8],"neck":[-4.8,-77.8],"head":[-4,-144.2],"shR":[-63.2,-102.1],"elR":[-120.9,-26],"haR":[-129.8,-42.3],"shL":[62.2,-104],"elL":[108.2,-27.4],"haL":[124.9,-55.2],"hipR":[-29,39.5],"knR":[-24,183.2],"ftR":[-47.8,301.2],"hipL":[32.7,35.6],"knL":[40,183],"ftL":[47.3,308.9]},{"rootY":-78.8,"hips":[0,0],"chest":[-4.7,-77.8],"neck":[-4.7,-77.8],"head":[-3.9,-144.7],"shR":[-63.1,-102.3],"elR":[-119.7,-19.3],"haR":[-133.2,-24.7],"shL":[62.2,-104.2],"elL":[103.5,-20.2],"haL":[127.2,-33.1],"hipR":[-28.4,39.6],"knR":[-24.4,182.8],"ftR":[-46.1,309],"hipL":[33.2,34.8],"knL":[41.1,182.1],"ftL":[47.2,315.3]},{"rootY":-84.2,"hips":[0,0],"chest":[-4.8,-77.8],"neck":[-4.8,-77.8],"head":[-4.1,-145.1],"shR":[-63.2,-102.3],"elR":[-117.9,-13],"haR":[-135.1,-6.7],"shL":[62.2,-104.5],"elL":[99.7,-14.7],"haL":[126.8,-10.6],"hipR":[-29.3,39.2],"knR":[-24.7,181.2],"ftR":[-43.8,318],"hipL":[32.4,35.6],"knL":[40.7,182.2],"ftL":[47.6,323.4]},{"rootY":-85.7,"hips":[0,0],"chest":[-4.8,-77.7],"neck":[-4.8,-77.7],"head":[-4.3,-145.4],"shR":[-63.3,-102.2],"elR":[-116.2,-7.1],"haR":[-135.6,10.8],"shL":[62,-104.8],"elL":[97.1,-10.9],"haL":[124.4,10],"hipR":[-29.4,39.1],"knR":[-24.7,180.1],"ftR":[-42,325.8],"hipL":[32.4,35.7],"knL":[39.8,181],"ftL":[48.3,328.8]},{"rootY":-83.7,"hips":[0,0],"chest":[-4.9,-77.6],"neck":[-4.9,-77.6],"head":[-4.5,-145.6],"shR":[-63.4,-102.2],"elR":[-114.3,-2],"haR":[-134.8,26.9],"shL":[62,-104.9],"elL":[94.9,-8],"haL":[120.5,28.4],"hipR":[-29.6,38.8],"knR":[-25.3,179],"ftR":[-41.5,331.5],"hipL":[32.2,35.8],"knL":[39.1,179.5],"ftL":[50.1,332.4]},{"rootY":-77.8,"hips":[0,0],"chest":[-4.6,-77.5],"neck":[-4.6,-77.5],"head":[-4.2,-145.7],"shR":[-63.1,-102.2],"elR":[-111.7,2],"haR":[-132.9,40.8],"shL":[62.3,-104.9],"elL":[92.6,-5.7],"haL":[116.8,42.9],"hipR":[-29.8,38.5],"knR":[-26.2,177.8],"ftR":[-41,334.5],"hipL":[32,36],"knL":[38.8,177.7],"ftL":[52.5,333.6]},{"rootY":-67.9,"hips":[0,0],"chest":[-4.2,-77.4],"neck":[-4.2,-77.4],"head":[-3.9,-145.8],"shR":[-62.6,-102.4],"elR":[-108.7,5],"haR":[-129.8,51.9],"shL":[62.8,-104.6],"elL":[89.9,-3.6],"haL":[111.9,53.8],"hipR":[-29.5,38.6],"knR":[-27.1,176.8],"ftR":[-40.5,335.3],"hipL":[32.2,35.7],"knL":[39,175.3],"ftL":[53.8,332.2]},{"rootY":-53.8,"hips":[0,0],"chest":[-3.9,-77.3],"neck":[-3.9,-77.3],"head":[-3.3,-145.9],"shR":[-62.2,-102.7],"elR":[-105.4,7.1],"haR":[-125.9,60.5],"shL":[63.2,-104.3],"elL":[87.3,-2.3],"haL":[106.9,60.7],"hipR":[-29,39],"knR":[-28,175.6],"ftR":[-41.1,334.1],"hipL":[32.7,35],"knL":[39.9,173],"ftL":[55.1,329.3]},{"rootY":-35,"hips":[0,0],"chest":[-4.3,-77.4],"neck":[-4.3,-77.4],"head":[-3.8,-146.1],"shR":[-62.5,-102.9],"elR":[-102.1,8.7],"haR":[-121.5,66.8],"shL":[62.9,-104.2],"elL":[83.7,-2.1],"haL":[101.4,64],"hipR":[-28.9,39],"knR":[-29,173.6],"ftR":[-42.8,331.5],"hipL":[32.8,34.5],"knL":[40.6,170.8],"ftL":[55.4,326.5]},{"rootY":-11.7,"hips":[0,0],"chest":[-5,-77.6],"neck":[-5,-77.6],"head":[-3.7,-146.3],"shR":[-63.2,-102.9],"elR":[-99.1,10],"haR":[-117.3,71.3],"shL":[62.2,-104.3],"elL":[79.7,-2.8],"haL":[96.3,64.9],"hipR":[-29.6,38.2],"knR":[-29.3,169.3],"ftR":[-43.6,327.6],"hipL":[32.1,34.2],"knL":[39.8,167.6],"ftL":[53.8,324.2]},{"rootY":17.4,"hips":[0,0],"chest":[-5,-77.6],"neck":[-5,-77.6],"head":[-3.5,-146.3],"shR":[-63.1,-102.9],"elR":[-94.9,11.1],"haR":[-112.4,74.2],"shL":[62.3,-104.1],"elL":[76.6,-3.4],"haL":[92.3,65.2],"hipR":[-29.7,37.5],"knR":[-27.8,159.9],"ftR":[-40.4,317.2],"hipL":[31.9,33.1],"knL":[40.3,159.5],"ftL":[49.4,315.4]},{"rootY":42.4,"hips":[0,0],"chest":[-3.7,-77.6],"neck":[-3.7,-77.6],"head":[-1.6,-146.3],"shR":[-61.6,-103.1],"elR":[-87.3,12.3],"haR":[-103.8,77.1],"shL":[63.8,-103.9],"elL":[74.2,-3.6],"haL":[88.9,65.7],"hipR":[-27.1,37.6],"knR":[-23.8,144.3],"ftR":[-37.1,294],"hipL":[34.1,28.9],"knL":[41.2,143.7],"ftL":[48,293.3]},{"rootY":59.8,"hips":[0,0],"chest":[-3.3,-77.4],"neck":[-3.3,-77.4],"head":[-0.5,-146.2],"shR":[-61.5,-102.7],"elR":[-80.1,14.1],"haR":[-95.7,80.8],"shL":[63.9,-104.3],"elL":[71.9,-2.1],"haL":[85.8,68.1],"hipR":[-26.3,36.6],"knR":[-24.3,133.2],"ftR":[-32.6,275],"hipL":[34.6,26.3],"knL":[43.3,132.1],"ftL":[48.6,274.1]},{"rootY":69.8,"hips":[0,0],"chest":[-3.9,-77.3],"neck":[-3.9,-77.3],"head":[-1.2,-146.1],"shR":[-62,-102.8],"elR":[-73.5,15],"haR":[-87.6,83.2],"shL":[63.4,-103.9],"elL":[68.6,-0.6],"haL":[82.6,69.5],"hipR":[-27.6,36.2],"knR":[-27.3,131.8],"ftR":[-30.8,268.3],"hipL":[33.6,27.4],"knL":[46.3,132.2],"ftL":[46.6,269.6]},{"rootY":77.4,"hips":[0,0],"chest":[-4.3,-77.4],"neck":[-4.3,-77.4],"head":[-1.1,-146.1],"shR":[-62.2,-103.1],"elR":[-69.2,15.1],"haR":[-80,84],"shL":[63.2,-103.6],"elL":[67.8,-0.3],"haL":[81.3,69.8],"hipR":[-27.8,36.4],"knR":[-29.1,128.9],"ftR":[-30.5,260.8],"hipL":[33.3,27.9],"knL":[47.6,129.6],"ftL":[47.4,262.3]},{"rootY":80.1,"hips":[0,0],"chest":[-3.4,-77.4],"neck":[-3.4,-77.4],"head":[0,-146.2],"shR":[-61.3,-103.2],"elR":[-66.1,14.7],"haR":[-74.1,83.6],"shL":[64,-103.7],"elL":[68.9,-0.5],"haL":[82.4,69.4],"hipR":[-27.7,36.3],"knR":[-29.3,129],"ftR":[-28.5,257.7],"hipL":[33.4,27.7],"knL":[47,129.4],"ftL":[48.4,259.4]},{"rootY":79.4,"hips":[0,0],"chest":[-3,-77.4],"neck":[-3,-77.4],"head":[1.1,-146.1],"shR":[-60.7,-103.7],"elR":[-64.5,14.1],"haR":[-70.5,83.1],"shL":[64.6,-103.4],"elL":[70.7,-0.1],"haL":[84,69.3],"hipR":[-28.1,36.4],"knR":[-29,131],"ftR":[-27.2,258.4],"hipL":[33.1,28.3],"knL":[45.1,131.7],"ftL":[49.1,260]},{"rootY":76.9,"hips":[0,0],"chest":[-2.5,-77.5],"neck":[-2.5,-77.5],"head":[2,-146.1],"shR":[-60.1,-104],"elR":[-62.8,13.7],"haR":[-68.2,82.9],"shL":[65.2,-103.1],"elL":[72.1,0.5],"haL":[85.8,69.5],"hipR":[-28.2,36.7],"knR":[-28.2,133.4],"ftR":[-26.1,261.1],"hipL":[33,28.6],"knL":[42.3,134.5],"ftL":[49.6,262.3]},{"rootY":72.4,"hips":[0,0],"chest":[-2.3,-77.5],"neck":[-2.3,-77.5],"head":[2.2,-146.2],"shR":[-59.8,-104.2],"elR":[-62.2,13.6],"haR":[-68.1,83],"shL":[65.5,-102.9],"elL":[73.5,0.9],"haL":[87.5,69.5],"hipR":[-28.6,37],"knR":[-27.8,136.9],"ftR":[-25.3,265.5],"hipL":[32.5,29.4],"knL":[39.6,138.7],"ftL":[50.3,266.6]},{"rootY":66.8,"hips":[0,0],"chest":[-2.5,-77.5],"neck":[-2.5,-77.5],"head":[2.4,-146.2],"shR":[-59.8,-104.4],"elR":[-63.6,13.5],"haR":[-69.8,82.8],"shL":[65.4,-102.7],"elL":[74.7,1.3],"haL":[88.8,69.5],"hipR":[-29,37.4],"knR":[-27.8,141.3],"ftR":[-24.8,271.3],"hipL":[32.1,30.2],"knL":[37.3,143.4],"ftL":[50.8,272]},{"rootY":60.4,"hips":[0,0],"chest":[-2.8,-77.5],"neck":[-2.8,-77.5],"head":[2.3,-146.2],"shR":[-59.9,-104.7],"elR":[-65.2,13.3],"haR":[-72,82.4],"shL":[65.1,-102.5],"elL":[75.7,1.5],"haL":[90,69.5],"hipR":[-29.1,37.7],"knR":[-28.1,146],"ftR":[-24.6,277.7],"hipL":[31.9,30.6],"knL":[35.7,148.3],"ftL":[51.4,278.2]},{"rootY":53.8,"hips":[0,0],"chest":[-3,-77.5],"neck":[-3,-77.5],"head":[2.3,-146.2],"shR":[-60,-104.7],"elR":[-66.8,13.3],"haR":[-74.5,82],"shL":[64.9,-102.5],"elL":[75.9,1.5],"haL":[90.1,69.2],"hipR":[-29.5,37.8],"knR":[-28.4,150.6],"ftR":[-24.7,284.4],"hipL":[31.5,31.2],"knL":[34.4,153.2],"ftL":[51.8,284.7]},{"rootY":47.3,"hips":[0,0],"chest":[-3.1,-77.6],"neck":[-3.1,-77.6],"head":[2.7,-146.2],"shR":[-59.9,-104.7],"elR":[-68.2,13.3],"haR":[-76.9,81.5],"shL":[64.7,-102.5],"elL":[76,1.5],"haL":[89.9,69.1],"hipR":[-29.5,38.1],"knR":[-28.4,155],"ftR":[-24.5,290.8],"hipL":[31.5,31.6],"knL":[33.6,157.6],"ftL":[52,290.9]},{"rootY":40.7,"hips":[0,0],"chest":[-3.3,-77.6],"neck":[-3.3,-77.6],"head":[2.7,-146.2],"shR":[-59.9,-104.7],"elR":[-68.9,13.3],"haR":[-79.3,80.9],"shL":[64.5,-102.5],"elL":[75.4,1.6],"haL":[88.9,69.1],"hipR":[-29.8,38.2],"knR":[-27.8,159.4],"ftR":[-24.5,297.2],"hipL":[31.1,32.2],"knL":[32.5,162],"ftL":[52.1,297.2]},{"rootY":34.8,"hips":[0,0],"chest":[-3.4,-77.6],"neck":[-3.4,-77.6],"head":[2.7,-146.2],"shR":[-59.8,-104.6],"elR":[-70.1,13.3],"haR":[-81.8,80.3],"shL":[64.3,-102.6],"elL":[74.5,1.6],"haL":[87.4,69.1],"hipR":[-30.2,38.3],"knR":[-26.7,163.1],"ftR":[-24.5,303.1],"hipL":[30.7,32.8],"knL":[31.8,166],"ftL":[52.4,302.9]},{"rootY":29.4,"hips":[0,0],"chest":[-3.4,-77.7],"neck":[-3.4,-77.7],"head":[2.7,-146.2],"shR":[-59.7,-104.5],"elR":[-71,13.4],"haR":[-84,79.9],"shL":[64.1,-102.8],"elL":[73.5,1.5],"haL":[85.6,69.2],"hipR":[-30.3,38.5],"knR":[-25.8,166.5],"ftR":[-24.6,308.2],"hipL":[30.6,33.4],"knL":[31.3,169.5],"ftL":[52.4,308.1]},{"rootY":24.5,"hips":[0,0],"chest":[-3.5,-77.7],"neck":[-3.5,-77.7],"head":[2.9,-146.2],"shR":[-59.6,-104.4],"elR":[-72,13.4],"haR":[-85.9,79.5],"shL":[64,-102.9],"elL":[72.6,1.4],"haL":[83.9,69.3],"hipR":[-30.4,38.7],"knR":[-25.2,169.6],"ftR":[-24.7,312.8],"hipL":[30.4,33.7],"knL":[31.5,172.6],"ftL":[52.8,312.9]},{"rootY":20,"hips":[0,0],"chest":[-3.4,-77.7],"neck":[-3.4,-77.7],"head":[3.1,-146.3],"shR":[-59.4,-104.3],"elR":[-72.8,13.4],"haR":[-87.7,79.1],"shL":[63.9,-103],"elL":[71.7,1.4],"haL":[82.3,69.5],"hipR":[-30.4,38.8],"knR":[-24.9,172.4],"ftR":[-24.9,317.2],"hipL":[30.3,34],"knL":[32.1,175.2],"ftL":[53.1,317.1]},{"rootY":16.2,"hips":[0,0],"chest":[-3.6,-77.7],"neck":[-3.6,-77.7],"head":[3.2,-146.2],"shR":[-59.3,-104.3],"elR":[-73.6,13.3],"haR":[-89.2,78.7],"shL":[63.8,-102.9],"elL":[70.7,1.6],"haL":[80.8,69.9],"hipR":[-30.5,38.9],"knR":[-24.9,174.6],"ftR":[-24.9,320.9],"hipL":[30.1,34.4],"knL":[32.9,177.4],"ftL":[53.1,320.8]},{"rootY":13.1,"hips":[0,0],"chest":[-3.6,-77.8],"neck":[-3.6,-77.8],"head":[3.5,-146.2],"shR":[-59.3,-104.2],"elR":[-74,13.3],"haR":[-90.2,78.6],"shL":[63.7,-103],"elL":[70,1.5],"haL":[79.7,69.8],"hipR":[-30.3,39.2],"knR":[-24.9,176.6],"ftR":[-25.2,323.8],"hipL":[30.3,34.5],"knL":[33.7,179],"ftL":[53.1,324.1]},{"rootY":10.5,"hips":[0,0],"chest":[-3.7,-77.8],"neck":[-3.7,-77.8],"head":[3.6,-146.2],"shR":[-59.2,-104.2],"elR":[-74.5,13.3],"haR":[-91.2,78.4],"shL":[63.6,-103],"elL":[69.5,1.6],"haL":[78.9,70],"hipR":[-30.2,39.4],"knR":[-24.6,178.2],"ftR":[-25.5,326.2],"hipL":[30.4,34.7],"knL":[34.1,180.2],"ftL":[53,326.5]},{"rootY":8.6,"hips":[0,0],"chest":[-3.7,-77.8],"neck":[-3.7,-77.8],"head":[3.7,-146.2],"shR":[-59.2,-104.1],"elR":[-74.6,13.3],"haR":[-91.7,78.4],"shL":[63.6,-103],"elL":[69.2,1.5],"haL":[78.3,70],"hipR":[-30.4,39.3],"knR":[-24.2,179.2],"ftR":[-25.6,328],"hipL":[30.3,35.1],"knL":[34.1,181.3],"ftL":[52.8,328.3]},{"rootY":7,"hips":[0,0],"chest":[-3.6,-77.8],"neck":[-3.6,-77.8],"head":[3.9,-146.2],"shR":[-59.2,-104.1],"elR":[-74.6,13.3],"haR":[-92.1,78.5],"shL":[63.7,-103.1],"elL":[69.1,1.5],"haL":[78,70],"hipR":[-30.6,39.2],"knR":[-23.8,179.9],"ftR":[-25.5,329.2],"hipL":[30.1,35.5],"knL":[34.2,182.2],"ftL":[52.6,330]},{"rootY":5.7,"hips":[0,0],"chest":[-3.3,-77.8],"neck":[-3.3,-77.8],"head":[4.2,-146.2],"shR":[-58.9,-104.2],"elR":[-74.2,13.3],"haR":[-91.7,78.6],"shL":[64,-103],"elL":[69.2,1.5],"haL":[78.1,70.1],"hipR":[-30.7,39.2],"knR":[-23.3,180.5],"ftR":[-25.3,330.3],"hipL":[30.2,35.7],"knL":[34.3,182.8],"ftL":[52.5,331.2]},{"rootY":4.9,"hips":[0,0],"chest":[-3.1,-77.8],"neck":[-3.1,-77.8],"head":[4.5,-146.2],"shR":[-58.7,-104.3],"elR":[-73.8,13.2],"haR":[-91.2,78.7],"shL":[64.3,-102.9],"elL":[69.6,1.7],"haL":[78.7,70.3],"hipR":[-30.6,39.3],"knR":[-23,181],"ftR":[-25.1,331],"hipL":[30.3,35.7],"knL":[34.5,183],"ftL":[52.3,332]},{"rootY":4.2,"hips":[0,0],"chest":[-2.9,-77.8],"neck":[-2.9,-77.8],"head":[4.9,-146.2],"shR":[-58.6,-104.3],"elR":[-73.5,13.2],"haR":[-90.6,79.1],"shL":[64.5,-102.9],"elL":[69.8,1.6],"haL":[79.1,70.1],"hipR":[-30.5,39.3],"knR":[-23,181.4],"ftR":[-25.1,331.4],"hipL":[30.4,35.8],"knL":[34.7,183.3],"ftL":[52.1,332.6]},{"rootY":3.9,"hips":[0,0],"chest":[-2.9,-77.8],"neck":[-2.9,-77.8],"head":[5,-146.2],"shR":[-58.5,-104.5],"elR":[-72.9,13],"haR":[-89.7,79.1],"shL":[64.6,-102.7],"elL":[70.4,1.8],"haL":[79.9,70.3],"hipR":[-30.7,39.2],"knR":[-23.2,181.5],"ftR":[-25.4,331.6],"hipL":[30.2,36],"knL":[34.6,183.6],"ftL":[52,333]},{"rootY":3.8,"hips":[0,0],"chest":[-2.8,-77.8],"neck":[-2.8,-77.8],"head":[5.4,-146.2],"shR":[-58.3,-104.7],"elR":[-72.4,12.8],"haR":[-88.6,79.1],"shL":[64.9,-102.5],"elL":[70.9,2],"haL":[80.8,70.5],"hipR":[-30.8,39.1],"knR":[-23.1,181.6],"ftR":[-25.4,331.6],"hipL":[30.2,36.2],"knL":[34.7,183.7],"ftL":[52.2,333.4]},{"rootY":3.8,"hips":[0,0],"chest":[-2.5,-77.9],"neck":[-2.5,-77.9],"head":[5.9,-146.1],"shR":[-58,-104.7],"elR":[-71.6,12.8],"haR":[-87.7,79.1],"shL":[65.2,-102.4],"elL":[71.3,2],"haL":[81.6,70.5],"hipR":[-30.6,39.2],"knR":[-22.8,181.8],"ftR":[-25.4,331.6],"hipL":[30.4,36.1],"knL":[35,183.6],"ftL":[52.4,333.4]},{"rootY":3.7,"hips":[0,0],"chest":[-2.3,-77.9],"neck":[-2.3,-77.9],"head":[6.3,-146.1],"shR":[-57.7,-104.9],"elR":[-70.7,12.6],"haR":[-86.1,79.3],"shL":[65.5,-102.2],"elL":[71.9,2.1],"haL":[82.4,70.8],"hipR":[-30.6,39.2],"knR":[-22.6,181.9],"ftR":[-25.4,331.7],"hipL":[30.4,36],"knL":[35.3,183.6],"ftL":[52.3,333.5]},{"rootY":3.4,"hips":[0,0],"chest":[-2.2,-77.9],"neck":[-2.2,-77.9],"head":[6.5,-146.1],"shR":[-57.6,-105],"elR":[-70.2,12.5],"haR":[-85.6,79.2],"shL":[65.5,-102.1],"elL":[72,2.2],"haL":[82.8,70.9],"hipR":[-30.8,39.1],"knR":[-22.8,181.9],"ftR":[-25.7,331.9],"hipL":[30.3,36.2],"knL":[35,183.8],"ftL":[51.9,333.6]}]} \ No newline at end of file diff --git a/ink-theater/mocap/clips/jumping.json b/ink-theater/mocap/clips/jumping.json deleted file mode 100644 index 974b380e..00000000 --- a/ink-theater/mocap/clips/jumping.json +++ /dev/null @@ -1 +0,0 @@ -{"name":"jumping","fps":30,"height":520,"groundY":256,"frameCount":164,"frames":[{"rootY":0,"hips":[0,0],"chest":[-0.2,-99.2],"neck":[-2.2,-165.9],"head":[-4.2,-200.9],"shR":[52.2,-141.8],"elR":[130.3,-129.5],"haR":[198.1,-119.5],"shL":[-54.7,-136.9],"elL":[-131.7,-118.3],"haL":[-199.1,-101],"hipR":[26.7,7.3],"knR":[24.3,130.4],"ftR":[20.3,255],"hipL":[-26.5,8.4],"knL":[-30.4,131.3],"ftL":[-33.6,255.7]},{"rootY":0,"hips":[0,0],"chest":[-0.4,-99.2],"neck":[-2.4,-165.9],"head":[-4.4,-200.8],"shR":[52.1,-141.8],"elR":[130.1,-129.6],"haR":[197.9,-119.6],"shL":[-54.9,-136.8],"elL":[-131.9,-118.1],"haL":[-199.3,-100.8],"hipR":[26.7,7.2],"knR":[24.3,130.4],"ftR":[20.3,255],"hipL":[-26.5,8.4],"knL":[-30.4,131.3],"ftL":[-33.5,255.7]},{"rootY":-0.1,"hips":[0,0],"chest":[-0.5,-99.2],"neck":[-2.8,-165.8],"head":[-4.8,-200.8],"shR":[51.8,-141.8],"elR":[129.9,-129.7],"haR":[197.7,-119.8],"shL":[-55.2,-136.7],"elL":[-132.1,-117.9],"haL":[-199.5,-100.5],"hipR":[26.7,7.2],"knR":[24.3,130.3],"ftR":[20.3,255],"hipL":[-26.5,8.5],"knL":[-30.3,131.4],"ftL":[-33.4,255.8]},{"rootY":-0.1,"hips":[0,0],"chest":[-0.7,-99.2],"neck":[-3.1,-165.8],"head":[-5.3,-200.8],"shR":[51.5,-141.9],"elR":[129.6,-129.9],"haR":[197.4,-120],"shL":[-55.5,-136.5],"elL":[-132.4,-117.6],"haL":[-199.7,-100.2],"hipR":[26.8,7.1],"knR":[24.2,130.2],"ftR":[20.1,255],"hipL":[-26.5,8.5],"knL":[-30.3,131.5],"ftL":[-33.3,255.8]},{"rootY":-0.1,"hips":[0,0],"chest":[-0.9,-99.2],"neck":[-3.4,-165.8],"head":[-5.7,-200.7],"shR":[51.2,-141.9],"elR":[129.3,-130],"haR":[197.1,-120.3],"shL":[-55.7,-136.4],"elL":[-132.6,-117.4],"haL":[-199.9,-99.8],"hipR":[26.8,7.1],"knR":[24.1,130.2],"ftR":[19.9,255],"hipL":[-26.4,8.6],"knL":[-30.2,131.5],"ftL":[-33.2,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-1,-99.2],"neck":[-3.7,-165.7],"head":[-6.1,-200.7],"shR":[51,-142],"elR":[129.1,-130.2],"haR":[196.9,-120.5],"shL":[-55.9,-136.2],"elL":[-132.8,-117.1],"haL":[-200.1,-99.4],"hipR":[26.8,7],"knR":[24,130.2],"ftR":[19.7,255.1],"hipL":[-26.4,8.6],"knL":[-30.1,131.5],"ftL":[-33.1,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-1.1,-99.2],"neck":[-4,-165.7],"head":[-6.4,-200.6],"shR":[50.7,-142.1],"elR":[128.9,-130.4],"haR":[196.7,-120.8],"shL":[-56.1,-136.1],"elL":[-133,-116.7],"haL":[-200.2,-98.8],"hipR":[26.8,7],"knR":[23.9,130.1],"ftR":[19.5,255.1],"hipL":[-26.4,8.6],"knL":[-30.1,131.6],"ftL":[-33,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-1.2,-99.2],"neck":[-4.3,-165.7],"head":[-6.8,-200.6],"shR":[50.5,-142.1],"elR":[128.7,-130.6],"haR":[196.5,-121],"shL":[-56.3,-135.9],"elL":[-133.1,-116.3],"haL":[-200.3,-98.2],"hipR":[26.8,7],"knR":[23.8,130.1],"ftR":[19.4,255.1],"hipL":[-26.4,8.7],"knL":[-30,131.6],"ftL":[-32.9,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-99.2],"neck":[-4.4,-165.6],"head":[-7.1,-200.5],"shR":[50.4,-142.1],"elR":[128.6,-130.7],"haR":[196.4,-121.3],"shL":[-56.4,-135.7],"elL":[-133.1,-115.8],"haL":[-200.3,-97.6],"hipR":[26.8,6.9],"knR":[23.8,130.1],"ftR":[19.5,255.1],"hipL":[-26.4,8.7],"knL":[-30,131.7],"ftL":[-32.8,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-99.2],"neck":[-4.5,-165.6],"head":[-7.3,-200.5],"shR":[50.3,-142.1],"elR":[128.6,-130.8],"haR":[196.4,-121.5],"shL":[-56.5,-135.6],"elL":[-133.1,-115.4],"haL":[-200.2,-96.9],"hipR":[26.8,6.9],"knR":[23.9,130.1],"ftR":[19.7,255.1],"hipL":[-26.4,8.7],"knL":[-29.9,131.7],"ftL":[-32.6,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.2],"neck":[-4.6,-165.6],"head":[-7.4,-200.4],"shR":[50.3,-142.1],"elR":[128.5,-130.9],"haR":[196.3,-121.7],"shL":[-56.5,-135.5],"elL":[-133.1,-115.1],"haL":[-200.1,-96.3],"hipR":[26.8,6.9],"knR":[24,130.1],"ftR":[19.9,255.1],"hipL":[-26.4,8.7],"knL":[-29.8,131.7],"ftL":[-32.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.2],"neck":[-4.7,-165.6],"head":[-7.6,-200.4],"shR":[50.2,-142.1],"elR":[128.5,-131.1],"haR":[196.3,-121.9],"shL":[-56.6,-135.3],"elL":[-133.1,-114.7],"haL":[-200.1,-95.8],"hipR":[26.8,6.9],"knR":[24.1,130.1],"ftR":[20,255.1],"hipL":[-26.4,8.7],"knL":[-29.7,131.7],"ftL":[-32.2,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.2],"neck":[-4.8,-165.5],"head":[-7.7,-200.3],"shR":[50.1,-142.2],"elR":[128.4,-131.2],"haR":[196.2,-122],"shL":[-56.7,-135.2],"elL":[-133.1,-114.5],"haL":[-200.1,-95.4],"hipR":[26.8,6.9],"knR":[24.2,130.1],"ftR":[20.2,255.1],"hipL":[-26.4,8.7],"knL":[-29.6,131.7],"ftL":[-32,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.5,-99.2],"neck":[-4.9,-165.5],"head":[-7.8,-200.3],"shR":[50,-142.2],"elR":[128.3,-131.3],"haR":[196.1,-122.2],"shL":[-56.7,-135.1],"elL":[-133.2,-114.3],"haL":[-200.1,-95.2],"hipR":[26.8,6.9],"knR":[24.3,130.1],"ftR":[20.3,255.1],"hipL":[-26.4,8.7],"knL":[-29.5,131.7],"ftL":[-31.9,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.5,-99.2],"neck":[-5,-165.5],"head":[-7.9,-200.3],"shR":[50,-142.1],"elR":[128.3,-131.3],"haR":[196.1,-122.4],"shL":[-56.8,-135],"elL":[-133.2,-114.1],"haL":[-200.1,-95],"hipR":[26.7,6.9],"knR":[24.3,130.1],"ftR":[20.5,255.1],"hipL":[-26.4,8.7],"knL":[-29.4,131.7],"ftL":[-31.8,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.6,-99.2],"neck":[-5.1,-165.5],"head":[-8,-200.2],"shR":[49.9,-142.1],"elR":[128.2,-131.4],"haR":[196.1,-122.5],"shL":[-56.8,-135],"elL":[-133.2,-114.1],"haL":[-200.1,-94.9],"hipR":[26.7,6.9],"knR":[24.4,130.1],"ftR":[20.6,255.1],"hipL":[-26.4,8.7],"knL":[-29.4,131.7],"ftL":[-31.6,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.6,-99.2],"neck":[-5.1,-165.4],"head":[-8.1,-200.2],"shR":[49.9,-142.1],"elR":[128.2,-131.5],"haR":[196,-122.7],"shL":[-56.8,-134.9],"elL":[-133.3,-114.1],"haL":[-200.2,-95],"hipR":[26.7,6.9],"knR":[24.5,130.1],"ftR":[20.7,255.1],"hipL":[-26.4,8.7],"knL":[-29.3,131.7],"ftL":[-31.5,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.6,-99.2],"neck":[-5.2,-165.4],"head":[-8.2,-200.2],"shR":[49.8,-142.1],"elR":[128.2,-131.6],"haR":[196,-122.9],"shL":[-56.9,-134.8],"elL":[-133.3,-114.1],"haL":[-200.3,-95.1],"hipR":[26.7,6.9],"knR":[24.5,130.1],"ftR":[20.8,255.1],"hipL":[-26.4,8.7],"knL":[-29.2,131.7],"ftL":[-31.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.7,-99.2],"neck":[-5.2,-165.4],"head":[-8.2,-200.1],"shR":[49.8,-142],"elR":[128.1,-131.6],"haR":[195.9,-122.9],"shL":[-56.9,-134.7],"elL":[-133.4,-114.1],"haL":[-200.4,-95.2],"hipR":[26.7,6.9],"knR":[24.5,130.1],"ftR":[20.9,255.1],"hipL":[-26.4,8.7],"knL":[-29.2,131.7],"ftL":[-31.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.2],"neck":[-5.3,-165.3],"head":[-8.2,-200.1],"shR":[49.7,-142],"elR":[128.1,-131.6],"haR":[195.9,-123],"shL":[-57,-134.7],"elL":[-133.5,-114.2],"haL":[-200.5,-95.4],"hipR":[26.7,6.9],"knR":[24.6,130.1],"ftR":[20.9,255.1],"hipL":[-26.3,8.7],"knL":[-29.1,131.7],"ftL":[-31.3,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.1],"neck":[-5.3,-165.3],"head":[-8.2,-200.1],"shR":[49.7,-141.9],"elR":[128,-131.6],"haR":[195.9,-122.9],"shL":[-57,-134.7],"elL":[-133.5,-114.3],"haL":[-200.5,-95.6],"hipR":[26.7,6.9],"knR":[24.6,130.1],"ftR":[21,255.1],"hipL":[-26.3,8.7],"knL":[-29.1,131.7],"ftL":[-31.3,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.1],"neck":[-5.3,-165.3],"head":[-8.2,-200],"shR":[49.7,-141.8],"elR":[128,-131.5],"haR":[195.8,-122.8],"shL":[-57,-134.6],"elL":[-133.6,-114.3],"haL":[-200.6,-95.7],"hipR":[26.7,6.9],"knR":[24.6,130.1],"ftR":[21,255.1],"hipL":[-26.3,8.7],"knL":[-29,131.7],"ftL":[-31.2,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.1],"neck":[-5.3,-165.3],"head":[-8.1,-200],"shR":[49.7,-141.8],"elR":[128,-131.4],"haR":[195.8,-122.7],"shL":[-57,-134.6],"elL":[-133.6,-114.4],"haL":[-200.6,-95.8],"hipR":[26.7,6.9],"knR":[24.7,130.1],"ftR":[21.1,255.1],"hipL":[-26.3,8.7],"knL":[-29,131.7],"ftL":[-31.2,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.9,-99.1],"neck":[-5.3,-165.3],"head":[-8.1,-200],"shR":[49.7,-141.7],"elR":[128,-131.2],"haR":[195.8,-122.4],"shL":[-57,-134.6],"elL":[-133.6,-114.4],"haL":[-200.6,-95.9],"hipR":[26.7,6.9],"knR":[24.7,130.1],"ftR":[21.1,255.1],"hipL":[-26.3,8.7],"knL":[-29,131.7],"ftL":[-31.1,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.9,-99.1],"neck":[-5.2,-165.2],"head":[-7.9,-199.9],"shR":[49.7,-141.5],"elR":[128,-131],"haR":[195.8,-122.1],"shL":[-56.9,-134.6],"elL":[-133.5,-114.4],"haL":[-200.6,-95.9],"hipR":[26.7,6.9],"knR":[24.7,130.1],"ftR":[21.2,255.1],"hipL":[-26.3,8.7],"knL":[-28.9,131.7],"ftL":[-31.1,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.9,-99.1],"neck":[-5.2,-165.2],"head":[-7.8,-199.9],"shR":[49.8,-141.4],"elR":[128.1,-130.7],"haR":[195.8,-121.7],"shL":[-56.9,-134.6],"elL":[-133.5,-114.3],"haL":[-200.6,-95.8],"hipR":[26.7,6.9],"knR":[24.7,130.1],"ftR":[21.2,255.1],"hipL":[-26.3,8.7],"knL":[-28.9,131.7],"ftL":[-31,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.9,-99.1],"neck":[-5.1,-165.1],"head":[-7.6,-199.8],"shR":[49.8,-141.2],"elR":[128.1,-130.4],"haR":[195.8,-121.2],"shL":[-56.8,-134.6],"elL":[-133.4,-114.2],"haL":[-200.5,-95.6],"hipR":[26.7,6.9],"knR":[24.8,130.1],"ftR":[21.3,255.1],"hipL":[-26.3,8.7],"knL":[-28.9,131.7],"ftL":[-30.9,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.8,-99.1],"neck":[-4.9,-165.1],"head":[-7.4,-199.7],"shR":[49.9,-141.1],"elR":[128.2,-130.1],"haR":[195.9,-120.8],"shL":[-56.7,-134.6],"elL":[-133.3,-114.1],"haL":[-200.3,-95.4],"hipR":[26.7,6.9],"knR":[24.8,130.1],"ftR":[21.4,255.1],"hipL":[-26.3,8.7],"knL":[-28.9,131.7],"ftL":[-30.9,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.7,-99.1],"neck":[-4.8,-165.1],"head":[-7.2,-199.7],"shR":[50.1,-141],"elR":[128.3,-129.8],"haR":[195.9,-120.3],"shL":[-56.6,-134.6],"elL":[-133.1,-114],"haL":[-200.1,-95.2],"hipR":[26.7,6.9],"knR":[24.8,130.1],"ftR":[21.4,255.1],"hipL":[-26.3,8.7],"knL":[-28.8,131.7],"ftL":[-30.8,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.7,-99.1],"neck":[-4.6,-165],"head":[-6.9,-199.7],"shR":[50.2,-140.8],"elR":[128.4,-129.4],"haR":[196,-119.8],"shL":[-56.4,-134.6],"elL":[-133,-113.9],"haL":[-200,-95],"hipR":[26.7,6.9],"knR":[24.9,130.1],"ftR":[21.5,255.1],"hipL":[-26.3,8.7],"knL":[-28.8,131.7],"ftL":[-30.7,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.6,-99.1],"neck":[-4.4,-165],"head":[-6.7,-199.6],"shR":[50.3,-140.7],"elR":[128.5,-129.1],"haR":[196.1,-119.3],"shL":[-56.3,-134.6],"elL":[-132.8,-113.8],"haL":[-199.8,-94.9],"hipR":[26.7,6.9],"knR":[24.9,130.1],"ftR":[21.6,255.1],"hipL":[-26.3,8.7],"knL":[-28.8,131.7],"ftL":[-30.6,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.5,-99.1],"neck":[-4.2,-165],"head":[-6.4,-199.6],"shR":[50.4,-140.6],"elR":[128.6,-128.8],"haR":[196.2,-118.8],"shL":[-56.2,-134.6],"elL":[-132.6,-113.8],"haL":[-199.6,-94.7],"hipR":[26.7,6.9],"knR":[24.9,130.1],"ftR":[21.6,255.1],"hipL":[-26.3,8.7],"knL":[-28.7,131.7],"ftL":[-30.6,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.5,-99.1],"neck":[-4.1,-164.9],"head":[-6.2,-199.5],"shR":[50.6,-140.4],"elR":[128.7,-128.5],"haR":[196.2,-118.4],"shL":[-56,-134.6],"elL":[-132.5,-113.8],"haL":[-199.5,-94.6],"hipR":[26.7,6.9],"knR":[25,130.1],"ftR":[21.7,255.1],"hipL":[-26.3,8.7],"knL":[-28.7,131.7],"ftL":[-30.5,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.1],"neck":[-3.9,-164.9],"head":[-5.9,-199.5],"shR":[50.7,-140.3],"elR":[128.8,-128.1],"haR":[196.3,-117.9],"shL":[-55.9,-134.6],"elL":[-132.3,-113.6],"haL":[-199.3,-94.4],"hipR":[26.7,6.9],"knR":[25,130.1],"ftR":[21.8,255.1],"hipL":[-26.4,8.7],"knL":[-28.7,131.7],"ftL":[-30.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.4,-99.1],"neck":[-3.6,-164.9],"head":[-5.6,-199.4],"shR":[50.9,-140],"elR":[128.9,-127.6],"haR":[196.4,-117],"shL":[-55.7,-134.6],"elL":[-132,-113.2],"haL":[-198.8,-93.6],"hipR":[26.7,6.9],"knR":[25.1,130.1],"ftR":[21.8,255.1],"hipL":[-26.4,8.7],"knL":[-28.7,131.7],"ftL":[-30.4,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-99.1],"neck":[-3.2,-164.9],"head":[-5.2,-199.4],"shR":[51.1,-139.6],"elR":[129,-126.6],"haR":[196.3,-115.5],"shL":[-55.4,-134.5],"elL":[-131.4,-112.2],"haL":[-197.9,-91.7],"hipR":[26.7,6.9],"knR":[25.1,130.1],"ftR":[22,255.1],"hipL":[-26.4,8.7],"knL":[-28.6,131.7],"ftL":[-30.3,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.3,-99.1],"neck":[-2.8,-164.8],"head":[-4.7,-199.3],"shR":[51.4,-138.9],"elR":[129.1,-125],"haR":[196.2,-113.2],"shL":[-54.9,-134.3],"elL":[-130.5,-110.5],"haL":[-196.5,-88.4],"hipR":[26.8,6.9],"knR":[25.2,130.1],"ftR":[22.1,255.1],"hipL":[-26.4,8.7],"knL":[-28.6,131.7],"ftL":[-30.1,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.2,-99.1],"neck":[-2.3,-164.8],"head":[-4.1,-199.2],"shR":[51.7,-138.2],"elR":[129.1,-122.9],"haR":[195.8,-109.9],"shL":[-54.4,-134],"elL":[-129.3,-107.8],"haL":[-194.5,-83.6],"hipR":[26.8,6.9],"knR":[25.3,130.1],"ftR":[22.3,255.1],"hipL":[-26.4,8.7],"knL":[-28.5,131.7],"ftL":[-29.8,256]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.1,-99.1],"neck":[-1.8,-164.8],"head":[-3.6,-199.1],"shR":[52,-137.3],"elR":[129,-120.2],"haR":[195.1,-105.3],"shL":[-53.9,-133.5],"elL":[-127.6,-104.2],"haL":[-191.8,-77.3],"hipR":[26.7,7],"knR":[25.5,130.1],"ftR":[22.6,255.1],"hipL":[-26.4,8.7],"knL":[-28.3,131.7],"ftL":[-29.6,255.9]},{"rootY":-0.3,"hips":[0,0],"chest":[-1.1,-99.1],"neck":[-1.2,-164.7],"head":[-2.9,-198.9],"shR":[52.2,-136.1],"elR":[128.5,-116.7],"haR":[193.7,-99.2],"shL":[-53.3,-132.9],"elL":[-125.2,-99.5],"haL":[-187.8,-69.1],"hipR":[26.7,6.9],"knR":[25.7,130.1],"ftR":[22.8,255],"hipL":[-26.4,8.7],"knL":[-28.2,131.7],"ftL":[-29.3,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-1,-99.1],"neck":[-0.6,-164.5],"head":[-2.2,-198.7],"shR":[52.5,-134.9],"elR":[127.6,-112.2],"haR":[191.1,-91.1],"shL":[-52.8,-132.4],"elL":[-121.9,-93.6],"haL":[-181.8,-58.5],"hipR":[26.7,6.9],"knR":[25.8,130],"ftR":[23.1,254.9],"hipL":[-26.4,8.7],"knL":[-28.1,131.6],"ftL":[-29.1,255.9]},{"rootY":-0.2,"hips":[0,0],"chest":[-0.9,-99.1],"neck":[0,-164.3],"head":[-1.5,-198.3],"shR":[52.8,-133.6],"elR":[125.9,-106.5],"haR":[186.2,-80.3],"shL":[-52.2,-132.3],"elL":[-117.1,-86.7],"haL":[-172.6,-45.5],"hipR":[26.7,6.9],"knR":[26,130],"ftR":[23.3,254.8],"hipL":[-26.4,8.7],"knL":[-28,131.6],"ftL":[-28.8,255.8]},{"rootY":0,"hips":[0,0],"chest":[-0.7,-99.1],"neck":[0.6,-164],"head":[-0.9,-197.8],"shR":[53,-132.7],"elR":[122.9,-100.4],"haR":[177.6,-67.3],"shL":[-51.9,-132.7],"elL":[-110.6,-79.4],"haL":[-159.5,-31.2],"hipR":[26.7,6.9],"knR":[26.1,129.9],"ftR":[23.5,254.6],"hipL":[-26.4,8.7],"knL":[-27.9,131.5],"ftL":[-28.6,255.6]},{"rootY":0.2,"hips":[0,0],"chest":[-0.6,-99.1],"neck":[0.9,-163.6],"head":[-0.6,-197.3],"shR":[53.2,-132.2],"elR":[118.6,-94.3],"haR":[164.7,-53.2],"shL":[-51.8,-133.2],"elL":[-102.6,-72.5],"haL":[-143,-17.4],"hipR":[26.8,6.9],"knR":[26,129.7],"ftR":[23.6,254.4],"hipL":[-26.4,8.7],"knL":[-27.9,131.4],"ftL":[-28.6,255.4]},{"rootY":0.5,"hips":[0,0],"chest":[-0.7,-99.1],"neck":[0.9,-163.2],"head":[-0.6,-196.6],"shR":[53.2,-132],"elR":[113,-88.3],"haR":[148.3,-39.5],"shL":[-52,-133.5],"elL":[-94,-66.6],"haL":[-125.4,-5.6],"hipR":[26.8,6.7],"knR":[25.8,129.4],"ftR":[23.4,254.1],"hipL":[-26.4,8.9],"knL":[-28,131.3],"ftL":[-28.6,255.1]},{"rootY":0.8,"hips":[0,0],"chest":[-0.9,-99],"neck":[0.5,-162.8],"head":[-0.9,-196],"shR":[52.9,-131.7],"elR":[106.1,-82.5],"haR":[130.7,-27.7],"shL":[-52.4,-133.5],"elL":[-86,-62.2],"haL":[-109.1,2.7],"hipR":[26.9,6.5],"knR":[25.4,129.1],"ftR":[23,253.7],"hipL":[-26.3,9.1],"knL":[-28,131.2],"ftL":[-28.7,254.7]},{"rootY":1.2,"hips":[0,0],"chest":[-1.4,-98.9],"neck":[0.2,-162.4],"head":[-1.2,-195.4],"shR":[52.3,-130.9],"elR":[98.6,-77.7],"haR":[114.1,-19.2],"shL":[-52.8,-133.7],"elL":[-79.6,-60.5],"haL":[-95.6,6.9],"hipR":[27,6.2],"knR":[25,128.7],"ftR":[22.6,253.3],"hipL":[-26.2,9.3],"knL":[-28.1,131],"ftL":[-29.2,254.3]},{"rootY":1.6,"hips":[0,0],"chest":[-1.9,-98.8],"neck":[0.1,-161.8],"head":[-1.4,-194.6],"shR":[51.9,-129.9],"elR":[91.3,-75.4],"haR":[100.1,-14.4],"shL":[-53.3,-134.6],"elL":[-74.9,-61.7],"haL":[-85.3,7.1],"hipR":[27,6],"knR":[24.7,128.3],"ftR":[22.1,252.9],"hipL":[-26.2,9.5],"knL":[-28.4,130.9],"ftL":[-30.1,253.9]},{"rootY":1.9,"hips":[0,0],"chest":[-2.2,-98.7],"neck":[0.3,-161.1],"head":[-1.1,-193.7],"shR":[51.8,-129.5],"elR":[85.3,-76.5],"haR":[89.9,-12.8],"shL":[-53.4,-135.9],"elL":[-71.5,-65.3],"haL":[-78.5,4.2],"hipR":[27,5.9],"knR":[24.7,128],"ftR":[21.9,252.6],"hipL":[-26.1,9.6],"knL":[-28.8,130.7],"ftL":[-30.6,253.6]},{"rootY":2,"hips":[0,0],"chest":[-2.1,-98.5],"neck":[0.6,-160],"head":[-0.5,-192.4],"shR":[52.1,-129.6],"elR":[81.2,-80.3],"haR":[83.8,-13.4],"shL":[-53.3,-136.8],"elL":[-69.4,-70.1],"haL":[-75.3,-0.8],"hipR":[27,5.8],"knR":[24.7,127.9],"ftR":[21.9,252.5],"hipL":[-26.2,9.6],"knL":[-29.3,130.5],"ftL":[-30.7,253.5]},{"rootY":1.9,"hips":[0,0],"chest":[-1.8,-98.1],"neck":[1.1,-158.5],"head":[0.4,-190.5],"shR":[52.6,-129.6],"elR":[78.9,-85.6],"haR":[81.2,-16.3],"shL":[-53,-137],"elL":[-68.5,-75.6],"haL":[-74.8,-8],"hipR":[27,5.9],"knR":[24.8,127.8],"ftR":[22.2,252.4],"hipL":[-26.2,9.6],"knL":[-29.6,130.3],"ftL":[-30.5,253.5]},{"rootY":2.1,"hips":[0,0],"chest":[-1.3,-97.3],"neck":[1.8,-156.3],"head":[1.4,-187.9],"shR":[53.3,-129],"elR":[77.5,-91.8],"haR":[80.9,-22.2],"shL":[-52.4,-136.8],"elL":[-68.4,-82.2],"haL":[-75.5,-18],"hipR":[27,6],"knR":[25.1,127.7],"ftR":[22.6,252.2],"hipL":[-26.3,9.4],"knL":[-29.6,129.9],"ftL":[-30,253.3]},{"rootY":2.5,"hips":[0,0],"chest":[-0.7,-96.2],"neck":[2.6,-153.2],"head":[2.5,-184.1],"shR":[54.1,-127.8],"elR":[76.4,-99.1],"haR":[81.3,-31.7],"shL":[-51.7,-136.6],"elL":[-68.5,-89.8],"haL":[-76.4,-30.7],"hipR":[26.9,6.2],"knR":[25.6,127.2],"ftR":[23.2,251.6],"hipL":[-26.4,9.1],"knL":[-29.5,129.3],"ftL":[-29.4,252.9]},{"rootY":3.4,"hips":[0,0],"chest":[-0.2,-94.6],"neck":[3.4,-148.8],"head":[3.8,-178.9],"shR":[55,-126.1],"elR":[75.7,-107.4],"haR":[81.7,-43.9],"shL":[-50.8,-135.4],"elL":[-68.5,-97.7],"haL":[-77.4,-44.8],"hipR":[26.9,6.4],"knR":[26.3,126.4],"ftR":[24,250.5],"hipL":[-26.5,8.9],"knL":[-29.9,128.3],"ftL":[-28.9,252]},{"rootY":5,"hips":[0,0],"chest":[0.3,-92.3],"neck":[4.2,-142.9],"head":[4.9,-171.9],"shR":[55.8,-123.5],"elR":[75.8,-115.7],"haR":[82,-57.3],"shL":[-49.9,-131.8],"elL":[-68.7,-104.9],"haL":[-78.1,-58.3],"hipR":[26.9,6.4],"knR":[27.1,125],"ftR":[24.6,248.8],"hipL":[-26.5,8.8],"knL":[-31.2,126.9],"ftL":[-28.7,250.5]},{"rootY":7.3,"hips":[0,0],"chest":[0.5,-89.4],"neck":[4.7,-135.3],"head":[5.7,-163.2],"shR":[56.4,-119.3],"elR":[76.2,-122.7],"haR":[82.2,-70.1],"shL":[-49.4,-125.1],"elL":[-69.1,-110.6],"haL":[-78.2,-69.4],"hipR":[26.9,6.1],"knR":[28,123],"ftR":[24.8,246.5],"hipL":[-26.5,9],"knL":[-33.6,125],"ftL":[-28.5,248.1]},{"rootY":10.4,"hips":[0,0],"chest":[0.4,-85.7],"neck":[5,-126.2],"head":[6.2,-152.7],"shR":[56.7,-113],"elR":[76.7,-126.8],"haR":[82.4,-80.3],"shL":[-49.2,-116.1],"elL":[-69.7,-113.8],"haL":[-78.2,-76.4],"hipR":[27,5.5],"knR":[29,120.2],"ftR":[24.8,243.6],"hipL":[-26.3,9.4],"knL":[-36.6,122.4],"ftL":[-28.2,244.9]},{"rootY":14.2,"hips":[0,0],"chest":[0.1,-81.5],"neck":[5.2,-115.9],"head":[6.5,-141],"shR":[56.9,-104.5],"elR":[77.6,-126.4],"haR":[82.5,-85.8],"shL":[-49.2,-105.7],"elL":[-70.7,-113.3],"haL":[-78.3,-77.9],"hipR":[27.1,4.7],"knR":[29.5,116.7],"ftR":[25,239.8],"hipL":[-26.1,10],"knL":[-39.7,119.3],"ftL":[-28.1,240.8]},{"rootY":18.9,"hips":[0,0],"chest":[0,-76.8],"neck":[5.5,-104.7],"head":[6.7,-128.6],"shR":[57.4,-94.4],"elR":[78.9,-121.4],"haR":[82.6,-85.8],"shL":[-49,-94.3],"elL":[-72.4,-107.9],"haL":[-79,-73.9],"hipR":[27.2,4],"knR":[28.7,112.7],"ftR":[25.1,235.2],"hipL":[-25.9,10.5],"knL":[-42.7,115.6],"ftL":[-28.3,236]},{"rootY":24.8,"hips":[0,0],"chest":[0.6,-71.8],"neck":[6.4,-93.1],"head":[7.2,-116.2],"shR":[58.4,-83],"elR":[79.9,-112.7],"haR":[82.7,-80.2],"shL":[-48.4,-81.6],"elL":[-74.8,-98.1],"haL":[-80.2,-65.1],"hipR":[27.1,3.7],"knR":[27.9,108.2],"ftR":[25,229.5],"hipL":[-25.9,10.5],"knL":[-45.4,111.2],"ftL":[-28.2,230.3]},{"rootY":31.6,"hips":[0,0],"chest":[1.9,-67.2],"neck":[7.7,-82.2],"head":[8.1,-104.7],"shR":[59.8,-71],"elR":[80.4,-100.2],"haR":[84.6,-68],"shL":[-47.3,-68.9],"elL":[-77.3,-84.9],"haL":[-83,-50.9],"hipR":[27,4],"knR":[28.8,103.4],"ftR":[25.2,222.9],"hipL":[-26.1,10],"knL":[-48.4,106.2],"ftL":[-27.9,223.5]},{"rootY":39,"hips":[0,0],"chest":[3.4,-63.3],"neck":[8.7,-73.2],"head":[9,-94.9],"shR":[60.6,-59.3],"elR":[81.8,-82.1],"haR":[90.6,-47.7],"shL":[-46.3,-58.5],"elL":[-80.3,-68.4],"haL":[-88.4,-30.7],"hipR":[26.9,4.5],"knR":[31.7,98.7],"ftR":[25.9,215.8],"hipL":[-26.3,9.3],"knL":[-52.1,101.3],"ftL":[-27.6,216.2]},{"rootY":46.4,"hips":[0,0],"chest":[4.1,-60.1],"neck":[9.2,-66.4],"head":[9.6,-87.9],"shR":[60,-49.2],"elR":[85.7,-57.2],"haR":[101.3,-18.8],"shL":[-45.8,-51],"elL":[-84.4,-47.5],"haL":[-97.6,-5.1],"hipR":[26.8,4.8],"knR":[34.5,94.4],"ftR":[26.1,208.5],"hipL":[-26.4,8.9],"knL":[-56.3,97.1],"ftL":[-27.7,208.8]},{"rootY":53.2,"hips":[0,0],"chest":[4.1,-57.6],"neck":[9.6,-62.2],"head":[10.1,-84.1],"shR":[58.7,-42.1],"elR":[91.8,-28.5],"haR":[114.9,16.9],"shL":[-45.1,-45.3],"elL":[-88.7,-23.2],"haL":[-109.9,23.3],"hipR":[26.8,4.7],"knR":[36.3,91.4],"ftR":[25.6,201.9],"hipL":[-26.4,8.9],"knL":[-60.4,94.3],"ftL":[-27.7,202]},{"rootY":59.1,"hips":[0,0],"chest":[4.2,-56],"neck":[10.8,-60.7],"head":[11.2,-83.6],"shR":[58.6,-38],"elR":[99,-2.3],"haR":[126.8,53.7],"shL":[-43.5,-40.2],"elL":[-91.8,0.2],"haL":[-121.4,52],"hipR":[26.8,4.3],"knR":[38.6,89.4],"ftR":[25.5,196.1],"hipL":[-26.3,9.3],"knL":[-63.7,92.9],"ftL":[-27.7,196.2]},{"rootY":64.1,"hips":[0,0],"chest":[4.8,-55.7],"neck":[12.6,-62.2],"head":[13,-86.5],"shR":[60.4,-37.2],"elR":[106.1,16.2],"haR":[132.2,80.9],"shL":[-40.8,-37.3],"elL":[-92.4,16.8],"haL":[-125.6,76.1],"hipR":[26.7,3.8],"knR":[43.7,88.1],"ftR":[26.5,191],"hipL":[-26.1,9.8],"knL":[-66.5,92.7],"ftL":[-27.3,191.2]},{"rootY":68.1,"hips":[0,0],"chest":[5.6,-56.9],"neck":[14.3,-66.3],"head":[14.7,-92.4],"shR":[62.6,-39.5],"elR":[109.3,24],"haR":[126,85.1],"shL":[-37.9,-38.1],"elL":[-89.2,22.4],"haL":[-116.2,85.5],"hipR":[26.7,3.2],"knR":[51.3,88.4],"ftR":[27.3,186.7],"hipL":[-25.9,10.4],"knL":[-69.4,94.1],"ftL":[-26.3,186.9]},{"rootY":70.5,"hips":[0,0],"chest":[5.9,-59.2],"neck":[15.1,-72.3],"head":[15.5,-100.4],"shR":[63.5,-44.4],"elR":[105.6,19.4],"haR":[106.9,60.9],"shL":[-35.7,-42.8],"elL":[-81.9,16],"haL":[-92.1,69],"hipR":[26.6,2.9],"knR":[58.4,91.6],"ftR":[26.9,184.3],"hipL":[-25.8,10.7],"knL":[-72.4,97.6],"ftL":[-25.3,183.9]},{"rootY":69.5,"hips":[0,0],"chest":[5.8,-62.2],"neck":[15,-79.7],"head":[15.3,-109.9],"shR":[63.4,-52.1],"elR":[97,3.7],"haR":[82.2,15.4],"shL":[-34.9,-51.6],"elL":[-73.2,-1.1],"haL":[-61.9,28],"hipR":[26.7,2.8],"knR":[62.5,97.7],"ftR":[26.1,184.6],"hipL":[-25.8,10.8],"knL":[-75.4,102.5],"ftL":[-25.6,183.2]},{"rootY":64.5,"hips":[0,0],"chest":[5.5,-65.4],"neck":[14.1,-89.3],"head":[14.5,-121.4],"shR":[63.2,-63.3],"elR":[89.2,-23.5],"haR":[63.1,-35.7],"shL":[-35.4,-64.2],"elL":[-67.9,-28.6],"haL":[-38.3,-24.4],"hipR":[26.8,2.8],"knR":[63,105.8],"ftR":[25.4,186.9],"hipL":[-25.8,10.6],"knL":[-78,108.7],"ftL":[-27.5,184.9]},{"rootY":55.6,"hips":[0,0],"chest":[4.7,-69.7],"neck":[12.6,-101.6],"head":[13.3,-135.2],"shR":[62.4,-77.3],"elR":[87.2,-59.3],"haR":[55,-81.6],"shL":[-36.7,-80.6],"elL":[-68.8,-64.7],"haL":[-29.8,-76.9],"hipR":[26.9,3],"knR":[60.3,114.9],"ftR":[24.3,191],"hipL":[-25.9,10.5],"knL":[-78.9,115.9],"ftL":[-30.4,189]},{"rootY":42.4,"hips":[0,0],"chest":[3.6,-76.1],"neck":[10.9,-116.4],"head":[12.2,-150.9],"shR":[61.3,-94.2],"elR":[90.3,-92.8],"haR":[57.6,-119.2],"shL":[-37.5,-99.7],"elL":[-74.5,-101.5],"haL":[-36.7,-123.3],"hipR":[26.9,3.5],"knR":[54.4,122.6],"ftR":[24.6,197.9],"hipL":[-26,10.2],"knL":[-75.2,122.4],"ftL":[-34.8,196.5]},{"rootY":24.4,"hips":[0,0],"chest":[2.4,-84],"neck":[9.4,-131.9],"head":[11.1,-166.9],"shR":[60.4,-110.5],"elR":[94.8,-113.3],"haR":[67.2,-146.5],"shL":[-38.6,-118.2],"elL":[-82.5,-129.8],"haL":[-54.5,-158.9],"hipR":[27,3.9],"knR":[45.4,125.3],"ftR":[27.8,207.1],"hipL":[-26.1,10],"knL":[-65.9,126.1],"ftL":[-42.9,206.4]},{"rootY":3.9,"hips":[0,0],"chest":[1.2,-91],"neck":[8.1,-145.4],"head":[10.2,-180.7],"shR":[59.6,-124],"elR":[97.6,-118.6],"haR":[80.8,-162.2],"shL":[-41.3,-132.3],"elL":[-91.3,-146.1],"haL":[-77.3,-179],"hipR":[27,3.9],"knR":[36.7,121.9],"ftR":[32,214.6],"hipL":[-26,10],"knL":[-54.4,126],"ftL":[-52,214.7]},{"rootY":-16.8,"hips":[0,0],"chest":[-0.5,-94.9],"neck":[6.6,-153.6],"head":[9.5,-188.7],"shR":[58.3,-131.2],"elR":[98.1,-113.7],"haR":[95.7,-162.2],"shL":[-45.4,-137.2],"elL":[-98.3,-149.9],"haL":[-99.2,-180],"hipR":[27.1,3.4],"knR":[34.1,119.2],"ftR":[33.9,217.7],"hipL":[-25.9,10.4],"knL":[-48.9,125.9],"ftL":[-56,218.6]},{"rootY":-36.8,"hips":[0,0],"chest":[-2.7,-95.4],"neck":[4.6,-155],"head":[8.9,-189.7],"shR":[56.4,-127.7],"elR":[99.6,-102.3],"haR":[106.2,-142.3],"shL":[-48.8,-132],"elL":[-101.7,-140.7],"haL":[-115.2,-160.4],"hipR":[27,2.7],"knR":[38.3,122.4],"ftR":[35.4,219],"hipL":[-25.6,11.1],"knL":[-52.2,129.6],"ftL":[-54.2,218.9]},{"rootY":-51.3,"hips":[0,0],"chest":[-2.5,-94],"neck":[4.4,-152],"head":[9.4,-185.5],"shR":[56.2,-122.4],"elR":[103.2,-89.4],"haR":[113.1,-107.2],"shL":[-48.6,-125.6],"elL":[-100.9,-122.7],"haL":[-122.2,-125.6],"hipR":[26.9,2.9],"knR":[46.2,124.5],"ftR":[41.5,219.6],"hipL":[-25.6,11.1],"knL":[-57,130.1],"ftL":[-50,216.1]},{"rootY":-61.8,"hips":[0,0],"chest":[-1,-91.8],"neck":[5.5,-146],"head":[10.2,-177.7],"shR":[57.3,-115.9],"elR":[106.4,-73.2],"haR":[119.4,-60.9],"shL":[-46.7,-118.5],"elL":[-98.6,-96.7],"haL":[-123.3,-78.2],"hipR":[26.8,3.6],"knR":[50.3,121.4],"ftR":[51.9,224.2],"hipL":[-25.8,10.8],"knL":[-57,124.8],"ftL":[-49,216.8]},{"rootY":-69.1,"hips":[0,0],"chest":[-0.4,-88.7],"neck":[5.9,-138],"head":[10.3,-166.9],"shR":[57.4,-107.5],"elR":[107.6,-52.9],"haR":[125.9,-13.6],"shL":[-45.7,-108.8],"elL":[-97.2,-67.1],"haL":[-123.2,-26.9],"hipR":[26.8,3.9],"knR":[51,115.3],"ftR":[61.5,231],"hipL":[-25.7,10.8],"knL":[-53.8,116.4],"ftL":[-51.2,223.2]},{"rootY":-71,"hips":[0,0],"chest":[-1,-85.4],"neck":[5.3,-128.9],"head":[9.4,-154.7],"shR":[56.4,-98.1],"elR":[106.5,-36.7],"haR":[129.3,20.5],"shL":[-46.5,-98.1],"elL":[-97.1,-41.6],"haL":[-123.6,14.8],"hipR":[26.8,3.7],"knR":[52.1,109.3],"ftR":[66.3,233.1],"hipL":[-25.5,11.2],"knL":[-51.2,110.2],"ftL":[-52.5,230.7]},{"rootY":-65.9,"hips":[0,0],"chest":[-1.8,-82.5],"neck":[4.6,-120.2],"head":[8.5,-143.1],"shR":[55.6,-90.5],"elR":[101.4,-33.4],"haR":[125.2,32],"shL":[-48,-89.8],"elL":[-96,-26.7],"haL":[-121.4,37.9],"hipR":[26.8,3.8],"knR":[53.5,104.9],"ftR":[66.9,228.2],"hipL":[-25.3,11.3],"knL":[-49.3,107.8],"ftL":[-51,233.1]},{"rootY":-53.6,"hips":[0,0],"chest":[-2.3,-81],"neck":[4.3,-113.9],"head":[7.9,-134.4],"shR":[55.1,-87.6],"elR":[92.1,-43.2],"haR":[112.6,20.6],"shL":[-48.8,-85.5],"elL":[-91.3,-24.4],"haL":[-113.9,39.8],"hipR":[26.9,4],"knR":[53.5,101.3],"ftR":[67.1,219.1],"hipL":[-25.3,11.3],"knL":[-46.5,106.9],"ftL":[-48.9,228.1]},{"rootY":-34.4,"hips":[0,0],"chest":[-3.3,-81.2],"neck":[3.5,-111.8],"head":[6.8,-130.3],"shR":[54.2,-89.9],"elR":[80.9,-59],"haR":[96.5,-2.6],"shL":[-50.1,-85.9],"elL":[-84.7,-30.3],"haL":[-103.8,28.1],"hipR":[27,3.8],"knR":[52.5,97.5],"ftR":[68.5,210.5],"hipL":[-25,11.7],"knL":[-43.8,106.2],"ftL":[-48.7,220]},{"rootY":-9.6,"hips":[0,0],"chest":[-5.3,-82.5],"neck":[1.1,-113.6],"head":[4.4,-131.1],"shR":[52.3,-95.9],"elR":[72.4,-71.4],"haR":[85.5,-20.1],"shL":[-52.7,-89.6],"elL":[-80.7,-35.8],"haL":[-97.6,18.4],"hipR":[27.2,3.4],"knR":[51.2,93.3],"ftR":[68.5,205.7],"hipL":[-24.7,12],"knL":[-43.8,103.8],"ftL":[-48.5,214.8]},{"rootY":19,"hips":[0,0],"chest":[-7.7,-83.4],"neck":[-2.5,-116.5],"head":[0.9,-134.6],"shR":[49.4,-101.2],"elR":[70.4,-73.4],"haR":[85.7,-20.6],"shL":[-55.6,-91.2],"elL":[-81.6,-32.9],"haL":[-98.7,23.1],"hipR":[27.3,3.4],"knR":[50.5,85.1],"ftR":[65.5,203],"hipL":[-24.6,12],"knL":[-47.5,94.6],"ftL":[-45.2,210.9]},{"rootY":51.7,"hips":[0,0],"chest":[-10.1,-83.6],"neck":[-6.1,-119.8],"head":[-3.1,-139.7],"shR":[46.5,-103.5],"elR":[75.3,-67.7],"haR":[96.7,-8.8],"shL":[-57.8,-89.8],"elL":[-86.1,-24.2],"haL":[-104.8,37.7],"hipR":[27.3,2.9],"knR":[52.3,66.4],"ftR":[60.3,191.1],"hipL":[-24.2,12.4],"knL":[-52,72.4],"ftL":[-38.4,196]},{"rootY":82.9,"hips":[0,0],"chest":[-12,-82.2],"neck":[-8.8,-120.9],"head":[-6.6,-142.8],"shR":[44.6,-101.5],"elR":[84.1,-57.7],"haR":[110.3,6.1],"shL":[-58.9,-87],"elL":[-89.8,-15.5],"haL":[-109.3,51],"hipR":[27.4,2.1],"knR":[56.2,44.2],"ftR":[55.5,167.3],"hipL":[-23.6,12.9],"knL":[-53.9,47],"ftL":[-34.3,169.4]},{"rootY":104.9,"hips":[0,0],"chest":[-13.5,-80.1],"neck":[-10.4,-118.9],"head":[-8.8,-141.3],"shR":[43.5,-97.4],"elR":[92.5,-47.2],"haR":[118,16.7],"shL":[-60.1,-84.9],"elL":[-90,-11.9],"haL":[-107.7,54.7],"hipR":[27.4,1.1],"knR":[59.3,25.7],"ftR":[52.5,142.5],"hipL":[-23,13.6],"knL":[-54.6,26.9],"ftL":[-35.3,143.9]},{"rootY":116.6,"hips":[0,0],"chest":[-14.2,-78.7],"neck":[-11,-116.1],"head":[-9.3,-137.9],"shR":[43.1,-95.5],"elR":[97.3,-41.2],"haR":[117.4,17],"shL":[-61.2,-85.1],"elL":[-87.5,-16.3],"haL":[-100.9,45.1],"hipR":[27.4,0.6],"knR":[61.2,15],"ftR":[51.4,127.3],"hipL":[-22.7,14.1],"knL":[-55.1,16.2],"ftL":[-38.1,129.7]},{"rootY":120.8,"hips":[0,0],"chest":[-14.2,-78.7],"neck":[-10.9,-114.6],"head":[-8.9,-135.8],"shR":[43,-96.7],"elR":[98.6,-40.6],"haR":[112.3,9.5],"shL":[-61.4,-86.3],"elL":[-85.6,-25],"haL":[-94.8,29.1],"hipR":[27.4,0.7],"knR":[62.4,14.4],"ftR":[51,123],"hipL":[-22.9,14.1],"knL":[-55.7,14.3],"ftL":[-39.1,125]},{"rootY":120,"hips":[0,0],"chest":[-13.7,-78.9],"neck":[-10.6,-114.3],"head":[-8.4,-135.4],"shR":[43.2,-97.8],"elR":[98.9,-41.4],"haR":[108.2,2],"shL":[-61.3,-87.3],"elL":[-86.6,-32],"haL":[-94,16.3],"hipR":[27.5,1],"knR":[63.2,20.1],"ftR":[50.6,123.8],"hipL":[-23.2,14],"knL":[-56.8,17.3],"ftL":[-38.8,124.4]},{"rootY":114,"hips":[0,0],"chest":[-13.2,-79],"neck":[-10.3,-114.3],"head":[-8.1,-135.3],"shR":[43.4,-97],"elR":[99.5,-41.3],"haR":[107.4,-0.4],"shL":[-61.5,-88],"elL":[-90.4,-34.8],"haL":[-97.9,11.6],"hipR":[27.5,1],"knR":[63.3,26.9],"ftR":[50.8,127.1],"hipL":[-23.4,14.1],"knL":[-58.1,23.2],"ftL":[-38.9,127.6]},{"rootY":102.8,"hips":[0,0],"chest":[-12.7,-79.2],"neck":[-9.9,-114.2],"head":[-7.5,-134.9],"shR":[43.8,-95.2],"elR":[99.9,-40.6],"haR":[109.5,2.5],"shL":[-61.7,-88.4],"elL":[-96.3,-33.4],"haL":[-103.6,13.7],"hipR":[27.5,1.2],"knR":[62.8,34.7],"ftR":[51.9,134.7],"hipL":[-23.6,14],"knL":[-58.7,32.6],"ftL":[-39.2,136.3]},{"rootY":88.1,"hips":[0,0],"chest":[-12,-79.6],"neck":[-9.4,-114.1],"head":[-6.6,-134.4],"shR":[44.2,-93.7],"elR":[98.9,-40.7],"haR":[112.4,7.4],"shL":[-61.7,-88.3],"elL":[-102.9,-29.9],"haL":[-109,19.1],"hipR":[27.5,1.8],"knR":[61.9,45.3],"ftR":[53.3,146.4],"hipL":[-23.9,13.5],"knL":[-58.1,45.4],"ftL":[-38.9,149.1]},{"rootY":72.1,"hips":[0,0],"chest":[-11.1,-79.8],"neck":[-8.7,-113.8],"head":[-5.4,-134],"shR":[44.7,-92.3],"elR":[96.3,-41.7],"haR":[114.3,11.7],"shL":[-61.5,-88.1],"elL":[-107.9,-27],"haL":[-113.8,24.8],"hipR":[27.5,2.6],"knR":[60.3,58],"ftR":[53.7,159.5],"hipL":[-24.4,12.7],"knL":[-56.8,59.1],"ftL":[-38,163.3]},{"rootY":56.5,"hips":[0,0],"chest":[-9.9,-79.8],"neck":[-7.6,-113.4],"head":[-4.1,-133.6],"shR":[45.4,-90.5],"elR":[93.3,-43.1],"haR":[114.4,15.1],"shL":[-61,-88.7],"elL":[-110,-26.6],"haL":[-117.6,29.5],"hipR":[27.4,3.2],"knR":[57.9,69.5],"ftR":[51.4,173.2],"hipL":[-24.8,12.2],"knL":[-55.2,72],"ftL":[-37.1,177.9]},{"rootY":41.9,"hips":[0,0],"chest":[-8.7,-79.7],"neck":[-5.9,-112.9],"head":[-2.6,-133.1],"shR":[46.3,-88.6],"elR":[90.4,-44.3],"haR":[112.9,17.9],"shL":[-59.9,-89.9],"elL":[-109.2,-28.5],"haL":[-120,32.6],"hipR":[27.3,3.5],"knR":[55.6,79.1],"ftR":[45.3,189.1],"hipL":[-25,12],"knL":[-53.5,83.4],"ftL":[-36.5,192.3]},{"rootY":29.3,"hips":[0,0],"chest":[-7.3,-79.7],"neck":[-3.7,-112.7],"head":[-0.9,-132.9],"shR":[47.7,-87.4],"elR":[87.8,-45.2],"haR":[110,19.9],"shL":[-58.1,-90.6],"elL":[-106.7,-31.5],"haL":[-121.4,33.7],"hipR":[27.1,3.7],"knR":[54.3,88.9],"ftR":[37.1,206.1],"hipL":[-25.1,11.7],"knL":[-52,93.1],"ftL":[-36,204.7]},{"rootY":19.3,"hips":[0,0],"chest":[-5.4,-80.3],"neck":[-1.3,-113.5],"head":[0.4,-133.8],"shR":[49.5,-87.6],"elR":[85.2,-46.2],"haR":[105.9,20.5],"shL":[-55.9,-91.6],"elL":[-103.1,-34.7],"haL":[-122.1,32.3],"hipR":[27,4.2],"knR":[53,99.2],"ftR":[30.3,220.1],"hipL":[-25.4,11.2],"knL":[-51.5,100.7],"ftL":[-36,214.2]},{"rootY":11.6,"hips":[0,0],"chest":[-3.3,-81.5],"neck":[0.9,-115.7],"head":[1.2,-136.2],"shR":[51.4,-89.1],"elR":[82.7,-47.7],"haR":[100.6,19.5],"shL":[-53.8,-94],"elL":[-98.4,-37.3],"haL":[-121.8,27.8],"hipR":[26.8,4.9],"knR":[50.8,107.2],"ftR":[27.4,229.3],"hipL":[-25.7,10.4],"knL":[-51.4,106.2],"ftL":[-37.2,221.4]},{"rootY":5.5,"hips":[0,0],"chest":[-1.5,-82.8],"neck":[2.5,-118.8],"head":[1.6,-139.7],"shR":[52.9,-91.7],"elR":[80.4,-49.7],"haR":[95.2,17],"shL":[-52,-97.2],"elL":[-93.2,-39.6],"haL":[-119.7,21.2],"hipR":[26.7,5.6],"knR":[48.1,112.8],"ftR":[27.2,235.5],"hipL":[-26,9.8],"knL":[-50.1,109.8],"ftL":[-40,226.5]},{"rootY":0.7,"hips":[0,0],"chest":[-0.1,-84],"neck":[3.6,-121.8],"head":[1.8,-143.8],"shR":[54,-94.6],"elR":[78.1,-52.2],"haR":[90.6,13.5],"shL":[-50.7,-99.8],"elL":[-88.8,-42.6],"haL":[-116.3,14.8],"hipR":[26.5,6.3],"knR":[45.2,117.2],"ftR":[27.3,240.5],"hipL":[-26.3,9],"knL":[-47.2,111.5],"ftL":[-43.5,228.8]},{"rootY":-2.9,"hips":[0,0],"chest":[1,-84.9],"neck":[4.1,-124.4],"head":[1.7,-147.8],"shR":[54.7,-97.2],"elR":[76.1,-54.7],"haR":[87,10],"shL":[-49.8,-101.3],"elL":[-85.7,-45.2],"haL":[-112.6,10.2],"hipR":[26.3,7.1],"knR":[42.5,120.7],"ftR":[26.7,244.4],"hipL":[-26.5,8.3],"knL":[-44.3,112.2],"ftL":[-46.3,229.8]},{"rootY":-5.9,"hips":[0,0],"chest":[1.9,-85.8],"neck":[4.2,-126.5],"head":[1.5,-151.3],"shR":[55.2,-99.3],"elR":[74.9,-56.7],"haR":[84.3,7.4],"shL":[-49.2,-102],"elL":[-83.2,-46.7],"haL":[-109.1,7.7],"hipR":[26.2,7.6],"knR":[40,123.2],"ftR":[26.3,247.4],"hipL":[-26.7,7.7],"knL":[-42.1,113.4],"ftL":[-47.4,233.1]},{"rootY":-8.1,"hips":[0,0],"chest":[2.2,-86.8],"neck":[4.1,-128.8],"head":[1.3,-155],"shR":[55.4,-101.8],"elR":[74.4,-58.1],"haR":[82.7,5.5],"shL":[-48.8,-102.8],"elL":[-80.8,-47.2],"haL":[-105.3,6.7],"hipR":[26.1,7.7],"knR":[37.8,124.9],"ftR":[26.6,249.4],"hipL":[-26.8,7.6],"knL":[-40,116.6],"ftL":[-47.8,239.2]},{"rootY":-9,"hips":[0,0],"chest":[1.3,-88.1],"neck":[3.8,-132],"head":[1.2,-159.4],"shR":[55.1,-105.3],"elR":[73.8,-59.7],"haR":[82,4.2],"shL":[-48.9,-104.3],"elL":[-78.5,-47.8],"haL":[-101.1,6.6],"hipR":[26.1,7.3],"knR":[36.2,125.8],"ftR":[26.9,250.5],"hipL":[-26.6,8],"knL":[-37.3,121.2],"ftL":[-48.2,245.3]},{"rootY":-8.9,"hips":[0,0],"chest":[-0.4,-89.6],"neck":[3.1,-135.9],"head":[0.9,-164.6],"shR":[54.1,-109.6],"elR":[72.2,-61.4],"haR":[81.6,3.5],"shL":[-49.3,-106.2],"elL":[-76.5,-48.3],"haL":[-97,7.3],"hipR":[26,6.5],"knR":[34.8,126.2],"ftR":[26.5,250.9],"hipL":[-26.1,8.8],"knL":[-34.8,125.2],"ftL":[-47.9,249.2]},{"rootY":-8.2,"hips":[0,0],"chest":[-2.4,-91],"neck":[2.1,-140],"head":[0.2,-169.9],"shR":[52.5,-114],"elR":[69.5,-62.6],"haR":[81.2,3.3],"shL":[-49.7,-107.9],"elL":[-74.9,-47.9],"haL":[-93.4,9.2],"hipR":[25.7,5.7],"knR":[33,126.4],"ftR":[25.5,251.3],"hipL":[-25.5,9.6],"knL":[-33.3,128.2],"ftL":[-46.6,251.7]},{"rootY":-7.3,"hips":[0,0],"chest":[-4.1,-92.2],"neck":[1,-143.8],"head":[-0.7,-174.9],"shR":[50.8,-117.7],"elR":[66.8,-63.2],"haR":[80.5,3.3],"shL":[-49.8,-109.1],"elL":[-73.4,-46.5],"haL":[-90.4,12.3],"hipR":[25.5,5.1],"knR":[30.4,126.9],"ftR":[24,251.9],"hipL":[-25.1,10.2],"knL":[-32.9,130.2],"ftL":[-44.8,253.6]},{"rootY":-6.4,"hips":[0,0],"chest":[-5.1,-93.3],"neck":[0.1,-146.9],"head":[-1.5,-179.2],"shR":[49.5,-120.5],"elR":[64.9,-63.4],"haR":[79.7,3.5],"shL":[-49.6,-110.2],"elL":[-71.8,-44.6],"haL":[-87.4,16.5],"hipR":[25.4,4.9],"knR":[27.4,127.6],"ftR":[22.9,252.8],"hipL":[-25,10.4],"knL":[-32.8,131.3],"ftL":[-43.6,254.8]},{"rootY":-5.4,"hips":[0,0],"chest":[-5.2,-94.3],"neck":[-0.3,-149.6],"head":[-2.1,-182.8],"shR":[48.9,-122.2],"elR":[64.1,-63.1],"haR":[79.1,4.1],"shL":[-49.1,-111.4],"elL":[-70,-42.7],"haL":[-84,20.9],"hipR":[25.1,5.2],"knR":[25.2,128.3],"ftR":[22.5,253.6],"hipL":[-24.9,10.1],"knL":[-32,131.7],"ftL":[-42.6,255.2]},{"rootY":-4.1,"hips":[0,0],"chest":[-4.8,-95.2],"neck":[0.2,-151.9],"head":[-1.9,-185.9],"shR":[49.1,-123.2],"elR":[64.3,-62.3],"haR":[79.2,5.1],"shL":[-48,-112.5],"elL":[-68,-41],"haL":[-80.4,24.8],"hipR":[24.7,5.6],"knR":[24.8,128.7],"ftR":[23,254],"hipL":[-24.8,9.7],"knL":[-30.4,131.9],"ftL":[-41.2,255.3]},{"rootY":-3,"hips":[0,0],"chest":[-4.3,-95.8],"neck":[1.2,-153.9],"head":[-1.3,-188.4],"shR":[49.6,-124],"elR":[64.9,-61.2],"haR":[80.1,6.5],"shL":[-46.2,-113.3],"elL":[-65.7,-39.6],"haL":[-76.5,28],"hipR":[24.2,5.9],"knR":[25.8,129.1],"ftR":[23.9,254.4],"hipL":[-24.5,9.4],"knL":[-28.6,132],"ftL":[-39.3,255.4]},{"rootY":-2.3,"hips":[0,0],"chest":[-4.2,-96.3],"neck":[2,-155.6],"head":[-0.7,-190.4],"shR":[49.6,-124.8],"elR":[64.9,-60.2],"haR":[81,7.6],"shL":[-44.3,-113.8],"elL":[-63.2,-38.4],"haL":[-72.4,30.3],"hipR":[23.9,6.2],"knR":[26.8,129.3],"ftR":[24.6,254.5],"hipL":[-24.3,9.2],"knL":[-27.4,132],"ftL":[-37.9,255.4]},{"rootY":-2,"hips":[0,0],"chest":[-4.8,-96.8],"neck":[2.3,-157],"head":[-0.4,-192.1],"shR":[49.1,-125.5],"elR":[63.8,-59.5],"haR":[81.1,8.2],"shL":[-43,-114.4],"elL":[-60.6,-37.7],"haL":[-68.2,31.7],"hipR":[23.7,6.3],"knR":[27.3,129.4],"ftR":[25.1,254.5],"hipL":[-24.1,9.1],"knL":[-26.6,132.1],"ftL":[-37.1,255.2]},{"rootY":-1.8,"hips":[0,0],"chest":[-5.6,-97.2],"neck":[2.1,-158.1],"head":[-0.3,-193.5],"shR":[48.2,-126.3],"elR":[62.3,-59.2],"haR":[80.6,8.3],"shL":[-42.2,-115.4],"elL":[-57.7,-37.7],"haL":[-63.7,31.9],"hipR":[23.5,6.2],"knR":[27.6,129.3],"ftR":[25.7,254.4],"hipL":[-23.8,9.3],"knL":[-25.9,132.2],"ftL":[-36.6,255.1]},{"rootY":-1.5,"hips":[0,0],"chest":[-6.6,-97.5],"neck":[2,-159],"head":[-0.1,-194.6],"shR":[47.3,-126.9],"elR":[61,-58.9],"haR":[79.9,8.3],"shL":[-41.6,-116.4],"elL":[-54.5,-38.2],"haL":[-58.7,31.4],"hipR":[23.1,6.1],"knR":[27.9,129.1],"ftR":[26.5,254.3],"hipL":[-23.3,9.4],"knL":[-24.8,132.4],"ftL":[-35.8,255.1]},{"rootY":-1.2,"hips":[0,0],"chest":[-7.5,-97.6],"neck":[1.9,-159.8],"head":[0.1,-195.5],"shR":[46.2,-126.9],"elR":[59.6,-58.3],"haR":[79.3,8.7],"shL":[-40.7,-116.9],"elL":[-51.3,-38.7],"haL":[-53.3,30.6],"hipR":[22.6,6],"knR":[27.9,129.1],"ftR":[27.1,254.3],"hipL":[-22.8,9.5],"knL":[-23.6,132.5],"ftL":[-35.1,255.2]},{"rootY":-1.1,"hips":[0,0],"chest":[-8.5,-97.8],"neck":[1.8,-160.4],"head":[0.2,-196.2],"shR":[44.7,-126.3],"elR":[57.9,-57.1],"haR":[78.7,9.5],"shL":[-39.5,-116.8],"elL":[-48.2,-39.1],"haL":[-47.5,29.6],"hipR":[22.2,6],"knR":[27.3,129.1],"ftR":[27.6,254.3],"hipL":[-22.4,9.5],"knL":[-22.9,132.6],"ftL":[-34.6,255.3]},{"rootY":-1.2,"hips":[0,0],"chest":[-9.3,-97.9],"neck":[1.8,-161],"head":[0.2,-196.9],"shR":[43.3,-125.6],"elR":[56.1,-55.9],"haR":[77.9,10.4],"shL":[-38.2,-116.8],"elL":[-44.7,-39.7],"haL":[-41.4,28.3],"hipR":[21.9,6.1],"knR":[26.8,129.1],"ftR":[28,254.4],"hipL":[-22,9.5],"knL":[-22.8,132.7],"ftL":[-34.3,255.5]},{"rootY":-1.3,"hips":[0,0],"chest":[-10,-98],"neck":[1.9,-161.4],"head":[0.3,-197.3],"shR":[42.2,-125.4],"elR":[54.6,-55.2],"haR":[76.8,11],"shL":[-36.9,-117.2],"elL":[-40.8,-40.6],"haL":[-35.4,26.5],"hipR":[21.5,6.2],"knR":[26.5,129.3],"ftR":[28.5,254.6],"hipL":[-21.7,9.4],"knL":[-23.1,132.6],"ftL":[-33.9,255.7]},{"rootY":-1.4,"hips":[0,0],"chest":[-10.6,-98],"neck":[1.9,-161.7],"head":[0.5,-197.6],"shR":[41.5,-125.7],"elR":[53.3,-55.1],"haR":[75.5,11.1],"shL":[-35.9,-117.9],"elL":[-36.6,-41.9],"haL":[-29.6,24.6],"hipR":[21.1,6.3],"knR":[26.5,129.4],"ftR":[28.9,254.7],"hipL":[-21.3,9.2],"knL":[-23.4,132.4],"ftL":[-33.6,255.9]},{"rootY":-1.5,"hips":[0,0],"chest":[-11.3,-98],"neck":[1.8,-161.8],"head":[0.5,-197.8],"shR":[40.7,-126],"elR":[52,-55],"haR":[74.3,11.1],"shL":[-35,-118.4],"elL":[-33,-43.1],"haL":[-24.3,22.8],"hipR":[20.9,6.4],"knR":[26.5,129.5],"ftR":[29,254.8],"hipL":[-21,9.2],"knL":[-23.6,132.3],"ftL":[-33.5,255.9]},{"rootY":-1.5,"hips":[0,0],"chest":[-11.9,-97.9],"neck":[1.6,-162],"head":[0.4,-198],"shR":[39.8,-125.8],"elR":[50.9,-54.6],"haR":[73.4,11.4],"shL":[-34.3,-118.8],"elL":[-30.2,-44],"haL":[-19.5,21.5],"hipR":[20.7,6.5],"knR":[26.5,129.5],"ftR":[29.1,254.8],"hipL":[-20.7,9.2],"knL":[-23.8,132.2],"ftL":[-33.5,256]},{"rootY":-1.5,"hips":[0,0],"chest":[-12.5,-97.9],"neck":[1.4,-162.2],"head":[0.3,-198.3],"shR":[38.9,-125.5],"elR":[50,-54.2],"haR":[72.7,11.8],"shL":[-33.8,-119.2],"elL":[-27.9,-44.6],"haL":[-15.4,20.6],"hipR":[20.6,6.5],"knR":[26.2,129.5],"ftR":[29.1,254.8],"hipL":[-20.6,9.2],"knL":[-23.9,132.2],"ftL":[-33.5,256]},{"rootY":-1.4,"hips":[0,0],"chest":[-13,-97.9],"neck":[1.2,-162.4],"head":[0.2,-198.4],"shR":[38.3,-125.3],"elR":[49.4,-53.8],"haR":[72,12.2],"shL":[-33.6,-119.6],"elL":[-26.2,-45],"haL":[-12.3,20],"hipR":[20.5,6.5],"knR":[26,129.5],"ftR":[29.1,254.8],"hipL":[-20.5,9.2],"knL":[-24.2,132.2],"ftL":[-33.6,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-13.4,-97.9],"neck":[1,-162.5],"head":[0.1,-198.5],"shR":[37.9,-125.2],"elR":[48.9,-53.7],"haR":[71.4,12.4],"shL":[-33.7,-119.9],"elL":[-25.3,-45.2],"haL":[-10.3,19.8],"hipR":[20.4,6.5],"knR":[25.9,129.5],"ftR":[29,254.8],"hipL":[-20.4,9.2],"knL":[-24.6,132.1],"ftL":[-33.7,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-13.8,-97.9],"neck":[0.6,-162.6],"head":[-0.1,-198.6],"shR":[37.6,-125.3],"elR":[48.5,-53.7],"haR":[70.8,12.5],"shL":[-34,-120],"elL":[-25.1,-45],"haL":[-9.6,20],"hipR":[20.4,6.5],"knR":[25.8,129.5],"ftR":[28.7,254.8],"hipL":[-20.3,9.2],"knL":[-25,132.1],"ftL":[-34,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.1,-97.9],"neck":[0.2,-162.6],"head":[-0.4,-198.7],"shR":[37.4,-125.5],"elR":[48.2,-53.8],"haR":[70.3,12.4],"shL":[-34.6,-120],"elL":[-25.8,-44.7],"haL":[-10.1,20.6],"hipR":[20.5,6.5],"knR":[25.7,129.5],"ftR":[28.4,254.8],"hipL":[-20.4,9.2],"knL":[-25.1,132.1],"ftL":[-34.3,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.4,-97.9],"neck":[-0.2,-162.7],"head":[-0.7,-198.8],"shR":[37.3,-125.6],"elR":[48.2,-53.9],"haR":[70.2,12.4],"shL":[-35.3,-119.9],"elL":[-27.1,-44.3],"haL":[-11.8,21.3],"hipR":[20.7,6.5],"knR":[25.5,129.6],"ftR":[27.9,254.8],"hipL":[-20.5,9.2],"knL":[-25.2,132.1],"ftL":[-34.7,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.5,-97.9],"neck":[-0.6,-162.7],"head":[-1,-198.8],"shR":[37.3,-125.7],"elR":[48.5,-53.9],"haR":[70.3,12.4],"shL":[-36.1,-119.9],"elL":[-28.9,-44],"haL":[-14.4,22],"hipR":[20.9,6.5],"knR":[25.5,129.6],"ftR":[27.5,254.8],"hipL":[-20.7,9.2],"knL":[-25.3,132.1],"ftL":[-35.1,256]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.6,-97.9],"neck":[-1,-162.8],"head":[-1.3,-198.8],"shR":[37.4,-125.6],"elR":[49,-53.9],"haR":[70.6,12.5],"shL":[-37.1,-120],"elL":[-31.3,-43.7],"haL":[-17.7,22.6],"hipR":[21.1,6.5],"knR":[25.5,129.6],"ftR":[27.1,254.8],"hipL":[-20.8,9.2],"knL":[-25.7,132.1],"ftL":[-35.5,256]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.6,-97.9],"neck":[-1.4,-162.8],"head":[-1.6,-198.9],"shR":[37.5,-125.4],"elR":[49.5,-53.7],"haR":[71.2,12.7],"shL":[-38.3,-120],"elL":[-34.1,-43.4],"haL":[-21.7,23.2],"hipR":[21.3,6.4],"knR":[25.5,129.6],"ftR":[26.6,254.8],"hipL":[-21.1,9.2],"knL":[-26.2,132.1],"ftL":[-36,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.7,-97.9],"neck":[-1.9,-162.9],"head":[-2,-199],"shR":[37.4,-125.2],"elR":[50,-53.4],"haR":[72.1,12.8],"shL":[-39.5,-120],"elL":[-37.4,-43.2],"haL":[-26.3,23.7],"hipR":[21.7,6.4],"knR":[25.4,129.6],"ftR":[25.9,254.8],"hipL":[-21.4,9.2],"knL":[-26.7,132.1],"ftL":[-36.5,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-14.8,-97.9],"neck":[-2.5,-162.9],"head":[-2.4,-199],"shR":[37.3,-125.1],"elR":[50.5,-53.2],"haR":[73.1,12.8],"shL":[-40.8,-120],"elL":[-41,-43],"haL":[-31.3,24.1],"hipR":[22,6.4],"knR":[25.2,129.6],"ftR":[25.2,254.8],"hipL":[-21.7,9.2],"knL":[-27.3,132.1],"ftL":[-37.2,256.1]},{"rootY":-1.4,"hips":[0,0],"chest":[-15,-97.8],"neck":[-3.2,-162.9],"head":[-2.9,-199],"shR":[37.2,-124.9],"elR":[51.1,-53],"haR":[74.2,12.8],"shL":[-42.2,-119.9],"elL":[-44.7,-42.7],"haL":[-36.4,24.6],"hipR":[22.2,6.4],"knR":[25.1,129.6],"ftR":[24.5,254.8],"hipL":[-21.9,9.2],"knL":[-27.8,132.1],"ftL":[-37.9,256]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.2,-97.8],"neck":[-3.9,-162.9],"head":[-3.5,-199],"shR":[37,-124.7],"elR":[51.8,-52.8],"haR":[75.1,12.9],"shL":[-43.6,-119.6],"elL":[-48.4,-42.5],"haL":[-41.3,25],"hipR":[22.5,6.4],"knR":[24.9,129.6],"ftR":[23.6,254.8],"hipL":[-22.1,9.2],"knL":[-28.3,132.1],"ftL":[-38.7,256]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.4,-97.7],"neck":[-4.7,-162.9],"head":[-4.2,-199],"shR":[36.8,-124.5],"elR":[52.4,-52.5],"haR":[75.8,13.1],"shL":[-45,-119.4],"elL":[-51.8,-42.2],"haL":[-46,25.4],"hipR":[22.9,6.4],"knR":[24.6,129.6],"ftR":[22.7,254.7],"hipL":[-22.4,9.2],"knL":[-28.8,132],"ftL":[-39.6,255.9]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.6,-97.6],"neck":[-5.6,-162.8],"head":[-5,-198.9],"shR":[36.6,-124.2],"elR":[53,-52],"haR":[76.3,13.4],"shL":[-46.5,-119.1],"elL":[-55,-41.9],"haL":[-50.3,25.7],"hipR":[23.2,6.4],"knR":[24.3,129.6],"ftR":[21.8,254.7],"hipL":[-22.7,9.2],"knL":[-29.5,132],"ftL":[-40.5,255.9]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.8,-97.5],"neck":[-6.6,-162.8],"head":[-5.9,-198.9],"shR":[36.4,-124.1],"elR":[53.5,-51.7],"haR":[76.6,13.8],"shL":[-48,-118.8],"elL":[-57.9,-41.7],"haL":[-54.1,26],"hipR":[23.6,6.4],"knR":[23.9,129.6],"ftR":[20.9,254.6],"hipL":[-23,9.2],"knL":[-30.2,132],"ftL":[-41.4,255.8]},{"rootY":-1.3,"hips":[0,0],"chest":[-15.9,-97.4],"neck":[-7.5,-162.7],"head":[-6.7,-198.8],"shR":[36.3,-124],"elR":[54.2,-51.4],"haR":[76.9,14],"shL":[-49.3,-118.5],"elL":[-60.3,-41.4],"haL":[-57.3,26.3],"hipR":[23.9,6.4],"knR":[23.6,129.6],"ftR":[20.1,254.6],"hipL":[-23.3,9.2],"knL":[-30.8,132],"ftL":[-42.2,255.7]},{"rootY":-1.2,"hips":[0,0],"chest":[-15.9,-97.3],"neck":[-8.2,-162.7],"head":[-7.2,-198.8],"shR":[36.4,-124.1],"elR":[55.1,-51.3],"haR":[77.5,14.1],"shL":[-50.3,-118.2],"elL":[-62.2,-41.1],"haL":[-59.9,26.7],"hipR":[24.1,6.4],"knR":[23.5,129.6],"ftR":[19.5,254.5],"hipL":[-23.4,9.2],"knL":[-31.1,132],"ftL":[-42.8,255.7]},{"rootY":-1.2,"hips":[0,0],"chest":[-15.8,-97.3],"neck":[-8.7,-162.7],"head":[-7.6,-198.8],"shR":[36.5,-124.2],"elR":[56.2,-51.3],"haR":[78.3,14],"shL":[-51.1,-117.9],"elL":[-63.7,-40.8],"haL":[-62,27],"hipR":[24.2,6.4],"knR":[23.6,129.6],"ftR":[19.1,254.5],"hipL":[-23.5,9.2],"knL":[-31.2,132],"ftL":[-43.2,255.6]},{"rootY":-1.1,"hips":[0,0],"chest":[-15.8,-97.3],"neck":[-9.1,-162.7],"head":[-7.9,-198.8],"shR":[36.6,-124.3],"elR":[57.1,-51.3],"haR":[79.3,13.7],"shL":[-51.6,-117.7],"elL":[-64.9,-40.6],"haL":[-63.7,27.2],"hipR":[24.3,6.4],"knR":[23.6,129.6],"ftR":[18.8,254.4],"hipL":[-23.6,9.2],"knL":[-31.3,132],"ftL":[-43.5,255.5]},{"rootY":-1.1,"hips":[0,0],"chest":[-15.9,-97.2],"neck":[-9.4,-162.7],"head":[-8.1,-198.8],"shR":[36.5,-124.3],"elR":[57.9,-51.3],"haR":[80.3,13.3],"shL":[-52,-117.4],"elL":[-65.9,-40.4],"haL":[-65,27.4],"hipR":[24.3,6.4],"knR":[23.6,129.6],"ftR":[18.5,254.4],"hipL":[-23.7,9.2],"knL":[-31.5,132],"ftL":[-43.7,255.5]},{"rootY":-1,"hips":[0,0],"chest":[-16.1,-97.1],"neck":[-9.7,-162.6],"head":[-8.2,-198.7],"shR":[36.3,-124.1],"elR":[58.5,-51.2],"haR":[81.6,12.8],"shL":[-52.3,-117.2],"elL":[-66.5,-40.2],"haL":[-65.8,27.6],"hipR":[24.4,6.4],"knR":[23.5,129.6],"ftR":[18.3,254.3],"hipL":[-23.7,9.2],"knL":[-31.6,131.9],"ftL":[-43.9,255.5]},{"rootY":-1,"hips":[0,0],"chest":[-16.3,-97.1],"neck":[-9.7,-162.6],"head":[-8.2,-198.7],"shR":[36.1,-123.9],"elR":[58.8,-51.1],"haR":[82.9,12.3],"shL":[-52.4,-117.4],"elL":[-66,-40.4],"haL":[-65.4,27.6],"hipR":[24.4,6.4],"knR":[23.5,129.6],"ftR":[18.2,254.3],"hipL":[-23.7,9.2],"knL":[-31.8,132],"ftL":[-44.1,255.5]},{"rootY":-0.9,"hips":[0,0],"chest":[-16.6,-97.1],"neck":[-9.6,-162.6],"head":[-7.9,-198.7],"shR":[35.8,-123.8],"elR":[58.8,-50.9],"haR":[84.3,11.8],"shL":[-52.2,-118.1],"elL":[-64.1,-41],"haL":[-63.2,27.2],"hipR":[24.4,6.4],"knR":[23.7,129.6],"ftR":[18.3,254.2],"hipL":[-23.7,9.3],"knL":[-31.9,132],"ftL":[-44.1,255.6]},{"rootY":-0.9,"hips":[0,0],"chest":[-16.8,-97.1],"neck":[-9.3,-162.6],"head":[-7.5,-198.7],"shR":[35.3,-123.7],"elR":[58.4,-50.8],"haR":[85.8,11.1],"shL":[-51.5,-119],"elL":[-60.6,-41.8],"haL":[-59.1,26.6],"hipR":[24.4,6.4],"knR":[24,129.6],"ftR":[18.3,254.2],"hipL":[-23.7,9.3],"knL":[-31.9,132],"ftL":[-44.2,255.6]},{"rootY":-0.8,"hips":[0,0],"chest":[-17.1,-97],"neck":[-9,-162.5],"head":[-7.1,-198.7],"shR":[34.8,-123.7],"elR":[57.8,-50.9],"haR":[86.9,10.3],"shL":[-50.3,-119.6],"elL":[-55.8,-42.5],"haL":[-52.6,25.8],"hipR":[24.4,6.4],"knR":[24.4,129.6],"ftR":[18.2,254.1],"hipL":[-23.7,9.2],"knL":[-32,131.9],"ftL":[-44.3,255.5]},{"rootY":-0.8,"hips":[0,0],"chest":[-17.5,-96.9],"neck":[-8.8,-162.5],"head":[-6.8,-198.7],"shR":[34.1,-123.9],"elR":[56.6,-51.2],"haR":[87.6,9.4],"shL":[-48.7,-119.9],"elL":[-50.2,-43.2],"haL":[-43.8,24.6],"hipR":[24.1,6.5],"knR":[24.9,129.7],"ftR":[18.1,254],"hipL":[-23.5,9.1],"knL":[-32,131.8],"ftL":[-44.4,255.4]},{"rootY":-0.7,"hips":[0,0],"chest":[-18.1,-96.9],"neck":[-8.6,-162.5],"head":[-6.5,-198.7],"shR":[33,-124.2],"elR":[54.9,-51.7],"haR":[87.5,8.5],"shL":[-46.8,-119.9],"elL":[-43.7,-44.1],"haL":[-32.9,22.8],"hipR":[23.8,6.6],"knR":[25.4,129.7],"ftR":[17.8,253.8],"hipL":[-23.2,9.1],"knL":[-31.7,131.8],"ftL":[-44.7,255.2]},{"rootY":-0.5,"hips":[0,0],"chest":[-18.8,-96.8],"neck":[-8.4,-162.6],"head":[-6.3,-198.8],"shR":[31.5,-124.2],"elR":[52.5,-52.2],"haR":[86.9,7.6],"shL":[-44.6,-119.6],"elL":[-36.6,-45.2],"haL":[-20.4,20.1],"hipR":[23.3,6.6],"knR":[25.8,129.6],"ftR":[17.4,253.6],"hipL":[-22.7,9.1],"knL":[-31.3,131.8],"ftL":[-45,255]},{"rootY":-0.3,"hips":[0,0],"chest":[-19.5,-96.8],"neck":[-8.3,-162.7],"head":[-6.2,-198.9],"shR":[29.5,-124.1],"elR":[49.4,-52.5],"haR":[85.4,6.9],"shL":[-42.2,-119.3],"elL":[-29.1,-46.6],"haL":[-7.1,16.7],"hipR":[22.7,6.5],"knR":[25.8,129.5],"ftR":[16.9,253.5],"hipL":[-22.2,9.1],"knL":[-30.9,131.8],"ftL":[-45.5,254.7]},{"rootY":-0.1,"hips":[0,0],"chest":[-20.5,-96.7],"neck":[-8.4,-162.8],"head":[-6.3,-199],"shR":[26.9,-124],"elR":[45.3,-52.8],"haR":[82.4,6.4],"shL":[-39.6,-119.2],"elL":[-21.2,-48.3],"haL":[6.1,12.9],"hipR":[22.1,6.4],"knR":[25.4,129.4],"ftR":[16.1,253.3],"hipL":[-21.5,9.3],"knL":[-30.4,131.9],"ftL":[-46.1,254.5]},{"rootY":0,"hips":[0,0],"chest":[-21.6,-96.5],"neck":[-8.8,-162.8],"head":[-6.7,-199.1],"shR":[23.6,-124],"elR":[40.1,-52.9],"haR":[78.1,5.7],"shL":[-36.9,-119.3],"elL":[-13.1,-50.3],"haL":[18.9,8.9],"hipR":[21.3,6.2],"knR":[24.7,129.2],"ftR":[15.2,253.2],"hipL":[-20.6,9.4],"knL":[-29.9,132.1],"ftL":[-46.9,254.2]},{"rootY":0.2,"hips":[0,0],"chest":[-22.8,-96.3],"neck":[-9.2,-162.9],"head":[-7.1,-199.1],"shR":[19.6,-123.8],"elR":[34,-53.1],"haR":[72.7,4.7],"shL":[-33.9,-119.7],"elL":[-5.2,-52.4],"haL":[31,4.9],"hipR":[20.4,6],"knR":[24.1,129],"ftR":[14.2,253],"hipL":[-19.6,9.6],"knL":[-29.3,132.3],"ftL":[-47.8,253.9]},{"rootY":0.4,"hips":[0,0],"chest":[-23.9,-96.2],"neck":[-9.6,-163],"head":[-7.4,-199.2],"shR":[15.4,-123.5],"elR":[27,-53.3],"haR":[66,3.6],"shL":[-30.5,-120],"elL":[2.6,-54.3],"haL":[42.3,1.3],"hipR":[19.4,5.8],"knR":[23.6,128.8],"ftR":[13.1,252.8],"hipL":[-18.5,9.8],"knL":[-28.6,132.4],"ftL":[-48.8,253.5]},{"rootY":0.6,"hips":[0,0],"chest":[-24.8,-96],"neck":[-9.8,-163],"head":[-7.6,-199.3],"shR":[11.3,-123.4],"elR":[19.6,-53.5],"haR":[57.7,2.8],"shL":[-27.1,-120.2],"elL":[9.8,-55.6],"haL":[52.4,-1.6],"hipR":[18.2,5.8],"knR":[23.4,128.6],"ftR":[12.2,252.5],"hipL":[-17.3,9.8],"knL":[-27.8,132.4],"ftL":[-49.8,253]},{"rootY":0.8,"hips":[0,0],"chest":[-25.4,-95.9],"neck":[-10,-163.1],"head":[-7.7,-199.4],"shR":[7.3,-123.4],"elR":[12.6,-53.8],"haR":[48.5,2.2],"shL":[-23.8,-120.1],"elL":[15.9,-56.3],"haL":[61,-3.6],"hipR":[17,5.8],"knR":[23.3,128.5],"ftR":[11.3,252.4],"hipL":[-16.2,9.8],"knL":[-27.1,132.3],"ftL":[-50.8,252.4]},{"rootY":0.9,"hips":[0,0],"chest":[-25.9,-95.7],"neck":[-10.3,-163.1],"head":[-7.9,-199.4],"shR":[3.5,-123.6],"elR":[5.8,-54.1],"haR":[38.4,1.8],"shL":[-21,-119.9],"elL":[21,-56.6],"haL":[67.6,-4.8],"hipR":[16,5.8],"knR":[23.1,128.4],"ftR":[10.4,252.2],"hipL":[-15.2,9.8],"knL":[-26.4,132.3],"ftL":[-51.8,251.8]},{"rootY":1,"hips":[0,0],"chest":[-26.2,-95.6],"neck":[-10.5,-163.1],"head":[-7.9,-199.4],"shR":[0,-124.1],"elR":[-1.5,-54.6],"haR":[26.6,1.8],"shL":[-18.5,-119.8],"elL":[25.2,-56.6],"haL":[72.5,-5.2],"hipR":[15.2,5.8],"knR":[22.6,128.3],"ftR":[9.4,252],"hipL":[-14.4,9.8],"knL":[-25.6,132.3],"ftL":[-52.8,251.3]},{"rootY":1.1,"hips":[0,0],"chest":[-26.4,-95.5],"neck":[-10.7,-163.1],"head":[-7.8,-199.3],"shR":[-2.9,-124.7],"elR":[-8.7,-55.2],"haR":[13.7,2.2],"shL":[-16.4,-120],"elL":[28.7,-56.7],"haL":[75.7,-4.9],"hipR":[14.6,5.7],"knR":[22,128.3],"ftR":[8.6,252],"hipL":[-13.7,9.9],"knL":[-24.7,132.5],"ftL":[-53.7,250.9]},{"rootY":1.1,"hips":[0,0],"chest":[-26.5,-95.4],"neck":[-10.6,-163],"head":[-7.6,-199.2],"shR":[-4.8,-125.3],"elR":[-14,-55.5],"haR":[3.4,2.6],"shL":[-14.8,-120.2],"elL":[31.1,-56.7],"haL":[77.4,-4.4],"hipR":[14.2,5.7],"knR":[21.5,128.2],"ftR":[8,252],"hipL":[-13.3,9.9],"knL":[-24,132.6],"ftL":[-54.2,250.5]}]} \ No newline at end of file diff --git a/ink-theater/mocap/clips/kick.json b/ink-theater/mocap/clips/kick.json new file mode 100644 index 00000000..d09c5b46 --- /dev/null +++ b/ink-theater/mocap/clips/kick.json @@ -0,0 +1 @@ +{"name":"kick","fps":30,"height":520,"groundY":343,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[0.6,-87.6],"neck":[0.6,-87.6],"head":[0.4,-152.5],"shR":[-58.7,-112.6],"elR":[-171.2,-96.8],"haR":[-238.3,-87.4],"shL":[65.5,-107.1],"elL":[168.9,-92.6],"haL":[234.9,-83.3],"hipR":[-23.1,36.4],"knR":[-20.5,186.4],"ftR":[-17.8,340.7],"hipL":[27.2,36.4],"knL":[24.7,179.8],"ftL":[21.8,343.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.9,-87.5],"neck":[6.9,-87.5],"head":[13.3,-152.4],"shR":[-32.2,-108.8],"elR":[-33.7,4.3],"haR":[-63.2,64.9],"shL":[62.6,-110.4],"elL":[70.1,-6.5],"haL":[57,52.4],"hipR":[-31,34.6],"knR":[-64.3,179.9],"ftR":[-51.8,320.6],"hipL":[8.7,38.3],"knL":[-5,180.7],"ftL":[38.3,325.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.9,-87.5],"neck":[6.9,-87.5],"head":[13.5,-152.4],"shR":[-32.3,-108.7],"elR":[-34.3,4.5],"haR":[-64.3,64.9],"shL":[62.7,-110.4],"elL":[70,-6.6],"haL":[56.9,52.5],"hipR":[-30.9,34.6],"knR":[-64.5,180],"ftR":[-52.1,320.6],"hipL":[8.7,38.3],"knL":[-5.2,180.6],"ftL":[38,325.1]},{"rootY":0.2,"hips":[0,0],"chest":[7.1,-87.5],"neck":[7.1,-87.5],"head":[14,-152.3],"shR":[-32.2,-108.8],"elR":[-34.8,4.4],"haR":[-65,64.8],"shL":[62.9,-110.4],"elL":[69.8,-6.5],"haL":[56.9,52.7],"hipR":[-30.9,34.7],"knR":[-64.5,180],"ftR":[-52.2,320.5],"hipL":[8.9,38.2],"knL":[-5,180.6],"ftL":[37.9,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.1,-87.5],"neck":[7.1,-87.5],"head":[14.2,-152.3],"shR":[-32.6,-108.6],"elR":[-35.2,4.6],"haR":[-65.6,64.7],"shL":[63.1,-110.5],"elL":[69.8,-6.6],"haL":[57,52.7],"hipR":[-30.8,34.8],"knR":[-64.6,180],"ftR":[-52.4,320.5],"hipL":[9,38.2],"knL":[-5,180.5],"ftL":[37.8,324.9]},{"rootY":0.2,"hips":[0,0],"chest":[7.2,-87.5],"neck":[7.2,-87.5],"head":[14.5,-152.3],"shR":[-32.7,-108.6],"elR":[-35.2,4.5],"haR":[-65.6,64.6],"shL":[63.3,-110.5],"elL":[69.9,-6.5],"haL":[57.3,53],"hipR":[-30.7,34.8],"knR":[-64.4,180.1],"ftR":[-52.4,320.4],"hipL":[9.3,38.1],"knL":[-4.8,180.5],"ftL":[37.7,325]},{"rootY":0.2,"hips":[0,0],"chest":[7.2,-87.5],"neck":[7.2,-87.5],"head":[14.5,-152.3],"shR":[-32.8,-108.7],"elR":[-35.1,4.5],"haR":[-65.5,64.4],"shL":[63.5,-110.4],"elL":[69.6,-6.4],"haL":[57.3,53.2],"hipR":[-30.8,34.8],"knR":[-64.1,180.2],"ftR":[-52.4,320.5],"hipL":[9.5,38.2],"knL":[-4.5,180.5],"ftL":[37.6,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.3,-87.5],"neck":[7.3,-87.5],"head":[14.9,-152.2],"shR":[-33.6,-109.3],"elR":[-35.7,3.8],"haR":[-65.9,63.8],"shL":[64.3,-109.9],"elL":[70.1,-5.9],"haL":[58,53.8],"hipR":[-30.7,34.9],"knR":[-63.9,180.3],"ftR":[-52.4,320.4],"hipL":[9.7,38.1],"knL":[-4.3,180.4],"ftL":[37.6,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.2,-87.5],"neck":[7.2,-87.5],"head":[15.1,-152.2],"shR":[-34.1,-109.7],"elR":[-36.1,3.5],"haR":[-65.9,63.6],"shL":[64.5,-109.5],"elL":[70.1,-5.5],"haL":[58.5,54.3],"hipR":[-30.9,34.7],"knR":[-63.8,180.2],"ftR":[-52.5,320.3],"hipL":[9.7,38.1],"knL":[-4.2,180.4],"ftL":[37.3,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.4,-87.5],"neck":[7.4,-87.5],"head":[15.4,-152.2],"shR":[-34.3,-109.6],"elR":[-35.9,3.7],"haR":[-65.3,63.8],"shL":[64.9,-109.6],"elL":[70.6,-5.6],"haL":[59.1,54.4],"hipR":[-31,34.7],"knR":[-63.8,180.2],"ftR":[-52.4,320.4],"hipL":[9.7,38.2],"knL":[-4.2,180.4],"ftL":[37.4,325]},{"rootY":0.4,"hips":[0,0],"chest":[7.4,-87.5],"neck":[7.4,-87.5],"head":[15.8,-152.1],"shR":[-34.6,-109.6],"elR":[-35.9,3.7],"haR":[-65,64],"shL":[65.2,-109.6],"elL":[70.8,-5.5],"haL":[59.4,54.5],"hipR":[-31.1,34.5],"knR":[-63.9,180.1],"ftR":[-52.4,320.3],"hipL":[9.6,38.2],"knL":[-4.3,180.5],"ftL":[37.4,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[7.5,-87.5],"neck":[7.5,-87.5],"head":[16,-152.1],"shR":[-34.6,-109.5],"elR":[-35.5,3.8],"haR":[-64.3,64.1],"shL":[65.4,-109.6],"elL":[71.1,-5.5],"haL":[60.4,55.2],"hipR":[-31.2,34.4],"knR":[-63.8,180.1],"ftR":[-52.3,320.3],"hipL":[9.5,38.3],"knL":[-4.3,180.6],"ftL":[37.3,324.9]},{"rootY":0.3,"hips":[0,0],"chest":[7.5,-87.5],"neck":[7.5,-87.5],"head":[16.1,-152.1],"shR":[-35.1,-109.3],"elR":[-35.7,4.1],"haR":[-64.1,64.5],"shL":[65.8,-109.7],"elL":[71.4,-5.6],"haL":[60.6,54.8],"hipR":[-31.3,34.4],"knR":[-63.7,180],"ftR":[-52.3,320.3],"hipL":[9.6,38.4],"knL":[-4.3,180.6],"ftL":[37.4,325]},{"rootY":0.4,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[16.3,-152.1],"shR":[-34.8,-109.6],"elR":[-35.3,3.8],"haR":[-63.5,64.2],"shL":[65.8,-109.5],"elL":[71.4,-5.3],"haL":[60.8,55.2],"hipR":[-31.3,34.4],"knR":[-63.6,180.1],"ftR":[-52.2,320.2],"hipL":[9.7,38.3],"knL":[-4,180.6],"ftL":[37.4,325]},{"rootY":0.3,"hips":[0,0],"chest":[7.8,-87.4],"neck":[7.8,-87.4],"head":[17,-152],"shR":[-34.8,-109.7],"elR":[-35.1,3.8],"haR":[-63.2,64],"shL":[66.2,-109.4],"elL":[71.7,-5.2],"haL":[61.1,55.3],"hipR":[-31.1,34.6],"knR":[-63.5,180.2],"ftR":[-52.1,320.3],"hipL":[10,38.2],"knL":[-3.7,180.5],"ftL":[37.5,325]},{"rootY":0.4,"hips":[0,0],"chest":[7.9,-87.4],"neck":[7.9,-87.4],"head":[17.2,-152],"shR":[-34.9,-109.6],"elR":[-35,3.9],"haR":[-62.9,64],"shL":[66.4,-109.4],"elL":[71.7,-5.2],"haL":[61.3,55.5],"hipR":[-31,34.7],"knR":[-63.3,180.3],"ftR":[-51.9,320.3],"hipL":[10.3,38.1],"knL":[-3.2,180.3],"ftL":[37.7,325]},{"rootY":0.4,"hips":[0,0],"chest":[8,-87.4],"neck":[8,-87.4],"head":[17.4,-152],"shR":[-35,-109.7],"elR":[-35.2,3.8],"haR":[-63,63.9],"shL":[66.6,-109.2],"elL":[71.5,-5],"haL":[61.4,55.7],"hipR":[-31,34.6],"knR":[-63.4,180.3],"ftR":[-51.9,320.2],"hipL":[10.4,38],"knL":[-2.9,180.3],"ftL":[37.8,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[7.9,-87.4],"neck":[7.9,-87.4],"head":[17.4,-152],"shR":[-35.2,-109.9],"elR":[-35.5,3.6],"haR":[-63.3,63.7],"shL":[66.8,-109.1],"elL":[71.6,-4.8],"haL":[61.4,55.7],"hipR":[-31,34.6],"knR":[-63.3,180.3],"ftR":[-51.8,320.2],"hipL":[10.4,38.1],"knL":[-2.9,180.4],"ftL":[37.9,325]},{"rootY":0.4,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[17.3,-152],"shR":[-35.8,-109.4],"elR":[-36.3,4.1],"haR":[-64,64.2],"shL":[67,-109.2],"elL":[71.6,-5],"haL":[62.7,56.6],"hipR":[-30.9,34.7],"knR":[-63.1,180.4],"ftR":[-51.8,320.3],"hipL":[10.8,38.1],"knL":[-2.6,180.4],"ftL":[38,325.1]},{"rootY":0.5,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[17.5,-151.9],"shR":[-36.3,-110.1],"elR":[-37,3.4],"haR":[-64.7,63.4],"shL":[67.3,-108.9],"elL":[71.6,-4.6],"haL":[62.7,57],"hipR":[-31,34.6],"knR":[-62.9,180.4],"ftR":[-51.7,320.1],"hipL":[11,38.1],"knL":[-1.9,180.4],"ftL":[38.1,325.1]},{"rootY":0.4,"hips":[0,0],"chest":[7.8,-87.5],"neck":[7.8,-87.5],"head":[17.6,-151.9],"shR":[-36.4,-110.1],"elR":[-37.6,3.4],"haR":[-65.2,63.6],"shL":[67.4,-108.8],"elL":[71.4,-4.6],"haL":[62.4,56.7],"hipR":[-30.9,34.7],"knR":[-62.5,180.6],"ftR":[-51.5,320.1],"hipL":[11.5,38.1],"knL":[-1.4,180.3],"ftL":[38.2,325.2]},{"rootY":0.3,"hips":[0,0],"chest":[7.8,-87.5],"neck":[7.8,-87.5],"head":[17.8,-151.9],"shR":[-36.7,-110],"elR":[-38,3.4],"haR":[-65.6,63.6],"shL":[67.6,-108.9],"elL":[71.6,-4.6],"haL":[62.5,56.4],"hipR":[-30.8,34.8],"knR":[-62,180.8],"ftR":[-51.3,320.2],"hipL":[12,38.1],"knL":[-0.4,180.3],"ftL":[38.4,325.4]},{"rootY":0.3,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[17.8,-151.9],"shR":[-37.4,-110.2],"elR":[-39,3.2],"haR":[-66.4,63.6],"shL":[67.9,-108.7],"elL":[72,-4.4],"haL":[62.9,56.4],"hipR":[-30.9,34.7],"knR":[-61.8,180.8],"ftR":[-51.1,320],"hipL":[12.1,38.1],"knL":[0,180.4],"ftL":[38.4,325.4]},{"rootY":0.3,"hips":[0,0],"chest":[7.6,-87.5],"neck":[7.6,-87.5],"head":[17.4,-151.9],"shR":[-38,-110.3],"elR":[-39.8,3.1],"haR":[-66.8,63.6],"shL":[68.2,-108.7],"elL":[72.5,-4.4],"haL":[63.2,56.2],"hipR":[-31,34.5],"knR":[-61.2,180.7],"ftR":[-50.8,320.1],"hipL":[12.1,38.3],"knL":[0.3,180.5],"ftL":[38.6,325.6]},{"rootY":0.2,"hips":[0,0],"chest":[7.7,-87.5],"neck":[7.7,-87.5],"head":[17.8,-151.9],"shR":[-39,-110.8],"elR":[-41,2.6],"haR":[-67.9,63.3],"shL":[69,-108.4],"elL":[73.4,-4.1],"haL":[64,56.2],"hipR":[-30.9,34.7],"knR":[-60.7,180.9],"ftR":[-50.5,320.2],"hipL":[12.5,38.3],"knL":[0.7,180.5],"ftL":[38.8,325.6]},{"rootY":0.1,"hips":[0,0],"chest":[7.5,-87.5],"neck":[7.5,-87.5],"head":[17.7,-152],"shR":[-39.6,-110.7],"elR":[-41.6,2.6],"haR":[-68.3,63.4],"shL":[69.1,-108.4],"elL":[74,-4.2],"haL":[64.6,55.9],"hipR":[-30.9,34.6],"knR":[-60.1,181],"ftR":[-50.1,320.2],"hipL":[12.8,38.4],"knL":[1.4,180.5],"ftL":[39.2,325.7]},{"rootY":0,"hips":[0,0],"chest":[7.4,-87.5],"neck":[7.4,-87.5],"head":[17.6,-152],"shR":[-40.5,-110.7],"elR":[-42.7,2.7],"haR":[-69.2,63.5],"shL":[69.3,-108.5],"elL":[74.7,-4.3],"haL":[65.4,55.6],"hipR":[-31,34.6],"knR":[-59.5,181.1],"ftR":[-49.7,320.2],"hipL":[13,38.5],"knL":[1.9,180.6],"ftL":[39.4,325.9]},{"rootY":0.1,"hips":[0,0],"chest":[7.3,-87.5],"neck":[7.3,-87.5],"head":[17.4,-152.1],"shR":[-41.3,-110.7],"elR":[-43.8,2.5],"haR":[-70.4,63.4],"shL":[69.5,-108.5],"elL":[75.4,-4.3],"haL":[66.7,55.3],"hipR":[-30.8,34.7],"knR":[-59.1,181.3],"ftR":[-49.3,320.3],"hipL":[13.5,38.3],"knL":[2.4,180.4],"ftL":[39.8,325.8]},{"rootY":0,"hips":[0,0],"chest":[7.1,-87.5],"neck":[7.1,-87.5],"head":[17.1,-152.2],"shR":[-42,-110.6],"elR":[-44.3,2.6],"haR":[-71.3,63.2],"shL":[69.5,-108.7],"elL":[76.5,-4.6],"haL":[68.5,54.8],"hipR":[-30.5,34.9],"knR":[-58.7,181.5],"ftR":[-49,320.4],"hipL":[14,38.2],"knL":[3.3,180.3],"ftL":[40,325.8]},{"rootY":0,"hips":[0,0],"chest":[6.8,-87.5],"neck":[6.8,-87.5],"head":[16.8,-152.2],"shR":[-42.9,-110.4],"elR":[-45.2,2.7],"haR":[-73,62.9],"shL":[69.5,-108.9],"elL":[78.2,-4.9],"haL":[71,54.1],"hipR":[-30.5,34.9],"knR":[-58.2,181.6],"ftR":[-48.5,320.3],"hipL":[14.2,38.2],"knL":[3.8,180.3],"ftL":[40.3,325.8]},{"rootY":0,"hips":[0,0],"chest":[6.5,-87.6],"neck":[6.5,-87.6],"head":[16.3,-152.3],"shR":[-43.7,-110.1],"elR":[-46.2,2.8],"haR":[-74.9,62.4],"shL":[69.3,-109.2],"elL":[79.9,-5.5],"haL":[74.1,53.2],"hipR":[-30.7,34.7],"knR":[-58.1,181.5],"ftR":[-48.2,320.2],"hipL":[14,38.3],"knL":[4,180.4],"ftL":[40.5,325.9]},{"rootY":0.1,"hips":[0,0],"chest":[6.1,-87.6],"neck":[6.1,-87.6],"head":[15.6,-152.3],"shR":[-44.7,-110.3],"elR":[-47.3,2.5],"haR":[-77.2,61.5],"shL":[69.2,-109.2],"elL":[81.7,-5.7],"haL":[77.4,52.3],"hipR":[-30.7,34.7],"knR":[-57.8,181.5],"ftR":[-47.9,320.1],"hipL":[14.1,38.3],"knL":[4.1,180.4],"ftL":[40.7,325.9]},{"rootY":0,"hips":[0,0],"chest":[5.9,-87.6],"neck":[5.9,-87.6],"head":[15.2,-152.3],"shR":[-45.2,-110.4],"elR":[-48.8,2.4],"haR":[-79.7,60.9],"shL":[69.1,-109.2],"elL":[83.3,-6.1],"haL":[81.2,51.6],"hipR":[-30.7,34.7],"knR":[-57.3,181.5],"ftR":[-47.4,320.2],"hipL":[14.1,38.5],"knL":[4.3,180.4],"ftL":[41.1,325.9]},{"rootY":-0.1,"hips":[0,0],"chest":[5.7,-87.6],"neck":[5.7,-87.6],"head":[14.8,-152.3],"shR":[-45.5,-110],"elR":[-50.4,2.7],"haR":[-82.1,60.8],"shL":[68.8,-109.6],"elL":[84.5,-6.8],"haL":[84.7,50.4],"hipR":[-30.6,34.8],"knR":[-57.3,181.6],"ftR":[-47.2,320.3],"hipL":[14.3,38.4],"knL":[4.7,180.4],"ftL":[41.1,325.8]},{"rootY":0,"hips":[0,0],"chest":[5.6,-87.6],"neck":[5.6,-87.6],"head":[14.3,-152.3],"shR":[-45.9,-109.9],"elR":[-52.1,2.7],"haR":[-84.3,60.7],"shL":[68.7,-109.8],"elL":[85.7,-7.4],"haL":[88.1,49.3],"hipR":[-30.6,34.7],"knR":[-57,181.6],"ftR":[-46.8,320.3],"hipL":[14.3,38.4],"knL":[4.9,180.3],"ftL":[41.2,325.9]},{"rootY":-0.1,"hips":[0,0],"chest":[5.5,-87.6],"neck":[5.5,-87.6],"head":[14,-152.3],"shR":[-46,-109.5],"elR":[-53.9,3.1],"haR":[-86.5,60.9],"shL":[68.3,-110.2],"elL":[85.8,-8.1],"haL":[90.4,48.3],"hipR":[-30.5,34.9],"knR":[-57.8,181.5],"ftR":[-47.1,320.3],"hipL":[14.2,38.3],"knL":[4.2,180.3],"ftL":[41,325.9]},{"rootY":-0.1,"hips":[0,0],"chest":[5.3,-87.6],"neck":[5.3,-87.6],"head":[13.5,-152.3],"shR":[-46.1,-109.3],"elR":[-54.7,3.3],"haR":[-87.7,61],"shL":[68.1,-110.4],"elL":[86.5,-8.5],"haL":[92.6,47.7],"hipR":[-30.5,34.9],"knR":[-58,181.5],"ftR":[-47,320.4],"hipL":[14,38.2],"knL":[3.6,180.2],"ftL":[41.1,325.8]},{"rootY":-0.1,"hips":[0,0],"chest":[4.9,-87.7],"neck":[4.9,-87.7],"head":[12.8,-152.4],"shR":[-46.3,-109.1],"elR":[-55.4,3.6],"haR":[-88.7,61.1],"shL":[67.6,-110.5],"elL":[86.3,-9],"haL":[93.7,47.1],"hipR":[-30.6,34.8],"knR":[-58.3,181.4],"ftR":[-47,320.5],"hipL":[13.7,38.3],"knL":[3.2,180.3],"ftL":[41.1,325.8]},{"rootY":-0.1,"hips":[0,0],"chest":[4.6,-87.7],"neck":[4.6,-87.7],"head":[12.2,-152.4],"shR":[-46.5,-108.7],"elR":[-55.2,4],"haR":[-89.2,61.2],"shL":[67.2,-110.8],"elL":[85.7,-9.5],"haL":[93.9,46.7],"hipR":[-30.5,34.9],"knR":[-59,181.4],"ftR":[-47.3,320.6],"hipL":[13.6,38.2],"knL":[2.8,180.3],"ftL":[40.8,325.6]},{"rootY":-0.2,"hips":[0,0],"chest":[4.5,-87.7],"neck":[4.5,-87.7],"head":[11.7,-152.4],"shR":[-46.1,-108.2],"elR":[-54.3,4.6],"haR":[-88.7,61.2],"shL":[66.6,-111.4],"elL":[85,-10.1],"haL":[93.4,46],"hipR":[-30.6,34.9],"knR":[-59.6,181.2],"ftR":[-47.8,320.7],"hipL":[13,38.3],"knL":[1.7,180.4],"ftL":[40.5,325.7]},{"rootY":-0.3,"hips":[0,0],"chest":[4.2,-87.7],"neck":[4.2,-87.7],"head":[11.1,-152.5],"shR":[-45.7,-107.7],"elR":[-53.4,5.1],"haR":[-88.5,61.3],"shL":[66,-111.6],"elL":[84.4,-10.5],"haL":[92.3,45.7],"hipR":[-30.7,34.8],"knR":[-59.8,181.1],"ftR":[-47.8,320.8],"hipL":[12.7,38.4],"knL":[1.4,180.5],"ftL":[40.6,325.8]},{"rootY":-0.3,"hips":[0,0],"chest":[4,-87.7],"neck":[4,-87.7],"head":[10.8,-152.6],"shR":[-45,-107.7],"elR":[-51.8,5.2],"haR":[-87.8,60.8],"shL":[65.3,-111.7],"elL":[83.4,-10.6],"haL":[90.4,45.6],"hipR":[-30.3,35.2],"knR":[-60.6,181.2],"ftR":[-48.4,321],"hipL":[12.8,38.2],"knL":[1.1,180.3],"ftL":[40.2,325.6]},{"rootY":-0.5,"hips":[0,0],"chest":[4,-87.7],"neck":[4,-87.7],"head":[10.6,-152.6],"shR":[-44.1,-107.5],"elR":[-49.6,5.6],"haR":[-86.3,60.7],"shL":[64.7,-111.9],"elL":[82,-10.8],"haL":[87.9,45.2],"hipR":[-30.3,35.3],"knR":[-61.2,181.1],"ftR":[-48.9,321.3],"hipL":[12.5,38.3],"knL":[0.4,180.3],"ftL":[39.9,325.8]},{"rootY":-0.5,"hips":[0,0],"chest":[3.9,-87.8],"neck":[3.9,-87.8],"head":[10.5,-152.7],"shR":[-42.9,-107.3],"elR":[-47.5,5.8],"haR":[-84.9,60.6],"shL":[63.9,-112],"elL":[80.4,-11],"haL":[84.8,44.7],"hipR":[-30.3,35.3],"knR":[-62.2,180.8],"ftR":[-49.5,321.4],"hipL":[11.7,38.4],"knL":[-1.1,180.5],"ftL":[39.8,325.8]},{"rootY":-0.6,"hips":[0,0],"chest":[4,-87.7],"neck":[4,-87.7],"head":[10.4,-152.8],"shR":[-41.3,-107.3],"elR":[-45.1,5.9],"haR":[-83.1,60.5],"shL":[63.2,-112.1],"elL":[79.1,-11.2],"haL":[81.6,44.2],"hipR":[-30.1,35.4],"knR":[-63.2,180.7],"ftR":[-50.1,321.6],"hipL":[11.2,38.4],"knL":[-2.2,180.5],"ftL":[39.6,325.8]},{"rootY":-0.6,"hips":[0,0],"chest":[4.2,-87.7],"neck":[4.2,-87.7],"head":[10.4,-152.8],"shR":[-39.4,-107.7],"elR":[-42.5,5.5],"haR":[-80.9,60.1],"shL":[62.3,-111.8],"elL":[77,-11],"haL":[77.4,44],"hipR":[-29.9,35.5],"knR":[-64.3,180.5],"ftR":[-51,321.9],"hipL":[10.6,38.3],"knL":[-3.2,180.4],"ftL":[39.4,325.6]},{"rootY":-0.6,"hips":[0,0],"chest":[4.2,-87.7],"neck":[4.2,-87.7],"head":[10.4,-152.9],"shR":[-37.3,-107.4],"elR":[-40,5.8],"haR":[-78.6,60.6],"shL":[60.9,-112],"elL":[74.1,-11.2],"haL":[72.2,43.3],"hipR":[-29.8,35.6],"knR":[-65.4,180.2],"ftR":[-51.6,322],"hipL":[9.8,38.4],"knL":[-4.5,180.5],"ftL":[39.4,325.6]},{"rootY":-0.5,"hips":[0,0],"chest":[4.1,-87.7],"neck":[4.1,-87.7],"head":[10.1,-152.9],"shR":[-34.9,-107],"elR":[-37.3,6.3],"haR":[-75.9,61.3],"shL":[59.2,-112.3],"elL":[70.5,-11.5],"haL":[66.3,42.5],"hipR":[-29.7,35.6],"knR":[-66.6,179.9],"ftR":[-52.5,321.9],"hipL":[8.9,38.4],"knL":[-5.9,180.5],"ftL":[39.2,325.7]},{"rootY":-0.5,"hips":[0,0],"chest":[3.9,-87.7],"neck":[3.9,-87.7],"head":[9.9,-152.9],"shR":[-32.4,-106.6],"elR":[-34.5,6.7],"haR":[-73,62.2],"shL":[57.2,-112.6],"elL":[67.3,-11.6],"haL":[60.3,42.1],"hipR":[-29.4,35.7],"knR":[-67.7,179.7],"ftR":[-53.2,322],"hipL":[8.4,38.3],"knL":[-6.7,180.5],"ftL":[39.1,325.7]},{"rootY":-0.4,"hips":[0,0],"chest":[3.8,-87.7],"neck":[3.8,-87.7],"head":[10,-152.9],"shR":[-31,-107.2],"elR":[-32.8,6],"haR":[-70.8,62],"shL":[55.9,-112.2],"elL":[64.2,-11.2],"haL":[54.3,41.7],"hipR":[-29.2,35.8],"knR":[-68.6,179.4],"ftR":[-53.7,322],"hipL":[7.9,38.3],"knL":[-7.6,180.5],"ftL":[39,325.6]},{"rootY":-0.4,"hips":[0,0],"chest":[3.8,-87.7],"neck":[3.8,-87.7],"head":[10,-152.9],"shR":[-28.5,-107.2],"elR":[-29.8,6.1],"haR":[-67.1,62.7],"shL":[54.2,-112.2],"elL":[61,-11.2],"haL":[48,41.3],"hipR":[-29.2,35.8],"knR":[-68.4,179.4],"ftR":[-53.9,322],"hipL":[7.4,38.3],"knL":[-8.3,180.5],"ftL":[39.1,325.6]},{"rootY":-0.2,"hips":[0,0],"chest":[4.1,-87.7],"neck":[4.1,-87.7],"head":[10.4,-152.8],"shR":[-26.1,-107],"elR":[-26.5,6.2],"haR":[-63,63.2],"shL":[52.8,-112.2],"elL":[58.3,-11.2],"haL":[42.3,40.8],"hipR":[-29.1,35.8],"knR":[-68.4,179.4],"ftR":[-53.8,322],"hipL":[7,38.2],"knL":[-8.5,180.5],"ftL":[39.1,325.3]},{"rootY":0,"hips":[0,0],"chest":[4,-87.7],"neck":[4,-87.7],"head":[10.2,-152.9],"shR":[-24.2,-106.8],"elR":[-23.3,6.3],"haR":[-58.8,63.8],"shL":[51.3,-112.4],"elL":[55.2,-11.4],"haL":[36.3,39.5],"hipR":[-29.1,35.8],"knR":[-68.8,179.2],"ftR":[-54.1,321.7],"hipL":[6.7,38],"knL":[-9,180.3],"ftL":[39,325.1]},{"rootY":0.2,"hips":[0,0],"chest":[4.2,-87.6],"neck":[4.2,-87.6],"head":[10.3,-152.8],"shR":[-22.3,-106.6],"elR":[-19.6,6.3],"haR":[-54.2,64.2],"shL":[49.8,-112.7],"elL":[52.2,-11.6],"haL":[30.6,38.4],"hipR":[-29.2,35.7],"knR":[-68.9,179.1],"ftR":[-54.2,321.5],"hipL":[6.3,38],"knL":[-9.5,180.3],"ftL":[38.9,324.9]},{"rootY":0.3,"hips":[0,0],"chest":[4,-87.6],"neck":[4,-87.6],"head":[9.8,-152.9],"shR":[-21.4,-106.5],"elR":[-17.3,6.2],"haR":[-51.3,64.2],"shL":[48.5,-112.9],"elL":[49.7,-11.8],"haL":[25.7,37.3],"hipR":[-29.9,35],"knR":[-68.9,178.6],"ftR":[-54.3,321],"hipL":[5.4,38.4],"knL":[-10.5,180.7],"ftL":[38.8,324.9]},{"rootY":0.5,"hips":[0,0],"chest":[4.8,-87.6],"neck":[4.8,-87.6],"head":[10,-152.8],"shR":[-19.1,-106.2],"elR":[-14.5,6.5],"haR":[-47.2,64.7],"shL":[48.2,-113],"elL":[48.6,-11.6],"haL":[22.9,36.9],"hipR":[-29.2,35.7],"knR":[-69.2,179],"ftR":[-54.2,321],"hipL":[6.1,37.7],"knL":[-9.3,180.1],"ftL":[38.9,324.6]},{"rootY":0.7,"hips":[0,0],"chest":[5,-87.6],"neck":[5,-87.6],"head":[10,-152.9],"shR":[-18.4,-106.5],"elR":[-13.7,6],"haR":[-45.5,64.4],"shL":[48.1,-112.7],"elL":[48,-12.2],"haL":[20.3,35.2],"hipR":[-29.3,35.6],"knR":[-69.1,179],"ftR":[-54.1,320.9],"hipL":[5.8,37.8],"knL":[-9.5,180.2],"ftL":[38.9,324.5]},{"rootY":0.6,"hips":[0,0],"chest":[5.3,-87.5],"neck":[5.3,-87.5],"head":[9.5,-152.9],"shR":[-17.9,-106.8],"elR":[-13.3,5.6],"haR":[-44.8,63.9],"shL":[48.2,-112.4],"elL":[47.6,-11.3],"haL":[19.5,35.8],"hipR":[-29.3,35.6],"knR":[-68.9,179],"ftR":[-53.9,320.9],"hipL":[5.7,37.8],"knL":[-9.5,180.3],"ftL":[39,324.5]},{"rootY":0.7,"hips":[0,0],"chest":[5.7,-87.5],"neck":[5.7,-87.5],"head":[9.7,-152.8],"shR":[-17.3,-106.9],"elR":[-13.4,5.5],"haR":[-44.9,63.5],"shL":[48.4,-112.3],"elL":[47.4,-11.6],"haL":[18.8,35],"hipR":[-29,35.9],"knR":[-69.2,179.2],"ftR":[-53.8,320.8],"hipL":[6.1,37.4],"knL":[-8.9,179.9],"ftL":[39,324.4]},{"rootY":0.7,"hips":[0,0],"chest":[6,-87.5],"neck":[6,-87.5],"head":[9.6,-152.8],"shR":[-17.1,-106.9],"elR":[-14.3,5.4],"haR":[-46.4,63],"shL":[48.9,-112.2],"elL":[48.4,-11.2],"haL":[20,35.4],"hipR":[-28.9,36],"knR":[-69.3,179.3],"ftR":[-53.7,320.7],"hipL":[6.4,37.3],"knL":[-8.3,179.8],"ftL":[39.2,324.3]},{"rootY":0.7,"hips":[0,0],"chest":[6.2,-87.5],"neck":[6.2,-87.5],"head":[9.7,-152.7],"shR":[-17.5,-107.1],"elR":[-15.9,5.1],"haR":[-49.2,62.1],"shL":[49.4,-112.1],"elL":[49.8,-10.8],"haL":[22.3,35.9],"hipR":[-29.2,35.8],"knR":[-68.9,179.2],"ftR":[-53.2,320.6],"hipL":[6.1,37.5],"knL":[-8.4,180],"ftL":[39.6,324.3]},{"rootY":0.6,"hips":[0,0],"chest":[6.3,-87.5],"neck":[6.3,-87.5],"head":[10,-152.7],"shR":[-18.6,-107.3],"elR":[-18.3,4.8],"haR":[-53.1,61],"shL":[50.6,-111.8],"elL":[51.2,-10.8],"haL":[25.2,36.4],"hipR":[-29.6,35.5],"knR":[-68.3,179.2],"ftR":[-52.9,320.8],"hipL":[6.1,37.8],"knL":[-8.6,180.3],"ftL":[39.7,324.4]},{"rootY":0.5,"hips":[0,0],"chest":[6.3,-87.4],"neck":[6.3,-87.4],"head":[9.9,-152.7],"shR":[-20,-107.5],"elR":[-20.9,4.3],"haR":[-57.7,59.7],"shL":[51.8,-111.5],"elL":[53.4,-10.5],"haL":[29.1,37.2],"hipR":[-30,35.1],"knR":[-67.2,179.1],"ftR":[-52.4,320.7],"hipL":[6.2,38.3],"knL":[-8.6,180.7],"ftL":[39.8,324.7]},{"rootY":0.5,"hips":[0,0],"chest":[6.7,-87.4],"neck":[6.7,-87.4],"head":[10.4,-152.7],"shR":[-20.9,-107.8],"elR":[-24.8,4.2],"haR":[-62.9,58.8],"shL":[53.4,-111.2],"elL":[55.9,-10.1],"haL":[33.8,38.2],"hipR":[-30.2,35],"knR":[-67,179.2],"ftR":[-51.9,320.7],"hipL":[6.4,38.2],"knL":[-8,180.6],"ftL":[40.3,324.5]},{"rootY":0.4,"hips":[0,0],"chest":[7.2,-87.4],"neck":[7.2,-87.4],"head":[11.3,-152.6],"shR":[-22.8,-108.4],"elR":[-28.2,3.5],"haR":[-68.3,57.2],"shL":[55.9,-110.6],"elL":[59.3,-9.3],"haL":[39.8,39.6],"hipR":[-30,35.4],"knR":[-65.8,179.7],"ftR":[-51,320.7],"hipL":[7.9,38],"knL":[-5.5,180.4],"ftL":[40.5,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[7.4,-87.4],"neck":[7.4,-87.4],"head":[11.6,-152.6],"shR":[-24.8,-108.7],"elR":[-32.4,3.1],"haR":[-74,56],"shL":[58,-110.2],"elL":[62.2,-8.5],"haL":[45.7,40.7],"hipR":[-30,35.4],"knR":[-65.1,180],"ftR":[-50.6,320.7],"hipL":[8.8,37.9],"knL":[-4.6,180.3],"ftL":[40.7,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[7.7,-87.4],"neck":[7.7,-87.4],"head":[12.2,-152.5],"shR":[-26.7,-108.7],"elR":[-36.5,3],"haR":[-79.5,55.1],"shL":[60,-110.1],"elL":[65,-8.3],"haL":[51.6,41.8],"hipR":[-29.9,35.5],"knR":[-64.1,180.4],"ftR":[-50,320.7],"hipL":[9.7,37.9],"knL":[-3.4,180.3],"ftL":[41,324.9]},{"rootY":0.2,"hips":[0,0],"chest":[8.2,-87.3],"neck":[8.2,-87.3],"head":[12.8,-152.5],"shR":[-27.9,-108.2],"elR":[-39.9,3.5],"haR":[-84.1,54.8],"shL":[62,-110.4],"elL":[67.7,-8.6],"haL":[57.4,42.1],"hipR":[-30.1,35.4],"knR":[-63,180.6],"ftR":[-49.3,320.6],"hipL":[10.3,38],"knL":[-2.3,180.4],"ftL":[41.3,325.1]},{"rootY":0.1,"hips":[0,0],"chest":[8.2,-87.4],"neck":[8.2,-87.4],"head":[13.6,-152.4],"shR":[-31.1,-109.3],"elR":[-45.4,2.3],"haR":[-90.3,53.1],"shL":[64.3,-109.6],"elL":[70.7,-7.5],"haL":[63.5,44],"hipR":[-30.1,35.4],"knR":[-62,180.8],"ftR":[-48.9,320.6],"hipL":[11.3,38.1],"knL":[-1.1,180.3],"ftL":[41.4,325.3]},{"rootY":0.1,"hips":[0,0],"chest":[8.2,-87.4],"neck":[8.2,-87.4],"head":[13.4,-152.5],"shR":[-33.2,-109],"elR":[-49.9,2.4],"haR":[-95.3,52.6],"shL":[65.6,-109.8],"elL":[73.3,-7.2],"haL":[69.2,45],"hipR":[-30.2,35.4],"knR":[-61.1,181],"ftR":[-48.5,320.5],"hipL":[12,38.1],"knL":[-0.2,180.3],"ftL":[41.3,325.3]},{"rootY":0.1,"hips":[0,0],"chest":[8.3,-87.4],"neck":[8.3,-87.4],"head":[13.7,-152.4],"shR":[-35.4,-109.8],"elR":[-54,1.5],"haR":[-99.6,51.1],"shL":[67.4,-109.2],"elL":[76,-6.4],"haL":[74.9,46.4],"hipR":[-29.8,35.6],"knR":[-60.2,181.4],"ftR":[-48.1,320.6],"hipL":[13.2,37.9],"knL":[1.6,180],"ftL":[41.4,325.4]},{"rootY":0.1,"hips":[0,0],"chest":[7.6,-87.5],"neck":[7.6,-87.5],"head":[13.5,-152.4],"shR":[-38.2,-111.2],"elR":[-58.4,0.2],"haR":[-103.9,49.3],"shL":[68.3,-108.1],"elL":[78.4,-5.3],"haL":[80.3,47.8],"hipR":[-30.1,35.3],"knR":[-59.3,181.4],"ftR":[-47.7,320.5],"hipL":[13.6,38.1],"knL":[2.4,180.1],"ftL":[41.4,325.4]},{"rootY":0.1,"hips":[0,0],"chest":[7.4,-87.5],"neck":[7.4,-87.5],"head":[13.9,-152.5],"shR":[-40.7,-110.3],"elR":[-62.2,0.9],"haR":[-107.4,49.2],"shL":[69.3,-108.8],"elL":[80.6,-5.8],"haL":[85.1,47.4],"hipR":[-29.9,35.4],"knR":[-58.2,181.7],"ftR":[-47.3,320.4],"hipL":[14.7,38.1],"knL":[4.1,180],"ftL":[41.4,325.7]},{"rootY":0.1,"hips":[0,0],"chest":[7.2,-87.5],"neck":[7.2,-87.5],"head":[14.2,-152.5],"shR":[-43.3,-109.8],"elR":[-66.1,1.3],"haR":[-110.6,49.2],"shL":[70.1,-109.2],"elL":[82.2,-6.1],"haL":[89.5,47.4],"hipR":[-29.2,35.8],"knR":[-57.5,182.2],"ftR":[-47.3,320.6],"hipL":[16.4,37.7],"knL":[5.8,179.4],"ftL":[41.1,325.6]},{"rootY":0.1,"hips":[0,0],"chest":[7,-87.5],"neck":[7,-87.5],"head":[14.4,-152.5],"shR":[-45.3,-110.5],"elR":[-69.1,0.5],"haR":[-112.7,47.8],"shL":[70.8,-108.9],"elL":[83.6,-5.7],"haL":[93.7,48],"hipR":[-29.7,35.4],"knR":[-55.9,182.1],"ftR":[-46.4,320.3],"hipL":[16.4,38.1],"knL":[6.8,179.7],"ftL":[41.7,325.9]},{"rootY":0,"hips":[0,0],"chest":[6.8,-87.5],"neck":[6.8,-87.5],"head":[14.5,-152.5],"shR":[-47.2,-110.4],"elR":[-71.9,0.4],"haR":[-114.3,47.3],"shL":[71.2,-108.9],"elL":[84.6,-5.8],"haL":[97.4,48.1],"hipR":[-29.7,35.1],"knR":[-54.7,182.1],"ftR":[-46,320.4],"hipL":[17,38.3],"knL":[8,179.7],"ftL":[42.2,326.3]},{"rootY":-0.2,"hips":[0,0],"chest":[6.7,-87.6],"neck":[6.7,-87.6],"head":[14.2,-152.5],"shR":[-48.6,-110.6],"elR":[-74,0.1],"haR":[-115.3,46.7],"shL":[71.6,-108.9],"elL":[85.5,-5.7],"haL":[100.6,48.3],"hipR":[-29.6,35.1],"knR":[-53.1,182.4],"ftR":[-45.2,320.4],"hipL":[17.9,38.5],"knL":[9.9,179.7],"ftL":[42.5,326.5]},{"rootY":-0.4,"hips":[0,0],"chest":[6.7,-87.6],"neck":[6.7,-87.6],"head":[14.2,-152.6],"shR":[-50,-110.9],"elR":[-75.9,-0.3],"haR":[-115.5,45.9],"shL":[71.8,-108.7],"elL":[86.4,-5.6],"haL":[104,48.7],"hipR":[-29.1,35.2],"knR":[-51.7,182.7],"ftR":[-44.6,320.6],"hipL":[19,38.5],"knL":[11.7,179.6],"ftL":[42.8,326.8]},{"rootY":-0.7,"hips":[0,0],"chest":[6.9,-87.5],"neck":[6.9,-87.5],"head":[14.5,-152.5],"shR":[-51,-110.4],"elR":[-77.3,0.1],"haR":[-115.6,46.1],"shL":[72,-109],"elL":[87,-5.9],"haL":[106.6,47.7],"hipR":[-28.7,35.3],"knR":[-50.2,183],"ftR":[-44,320.7],"hipL":[19.8,38.6],"knL":[13.1,179.4],"ftL":[43.1,327.2]},{"rootY":-0.8,"hips":[0,0],"chest":[6.3,-87.6],"neck":[6.3,-87.6],"head":[14.7,-152.4],"shR":[-52.2,-111.3],"elR":[-78.6,-0.8],"haR":[-115.2,45.1],"shL":[71.5,-108.3],"elL":[87.3,-5.3],"haL":[108.5,48],"hipR":[-28.2,35.4],"knR":[-48.9,183.2],"ftR":[-43.6,320.8],"hipL":[20.9,38.6],"knL":[14.9,179.1],"ftL":[43.2,327.4]},{"rootY":-0.9,"hips":[0,0],"chest":[5.9,-87.6],"neck":[5.9,-87.6],"head":[14.6,-152.4],"shR":[-53.2,-111.7],"elR":[-79.8,-1.3],"haR":[-114.6,44.5],"shL":[70.9,-108.2],"elL":[87.2,-5.2],"haL":[110.1,48.4],"hipR":[-27.8,35.4],"knR":[-48.1,183.3],"ftR":[-43.3,320.8],"hipL":[21.5,38.6],"knL":[16,178.9],"ftL":[43,327.5]},{"rootY":-1,"hips":[0,0],"chest":[5.7,-87.6],"neck":[5.7,-87.6],"head":[14.7,-152.4],"shR":[-54,-111.5],"elR":[-80.7,-1.2],"haR":[-113.8,44.6],"shL":[70.3,-108.5],"elL":[86.7,-5.5],"haL":[111.1,47.8],"hipR":[-27.5,35.5],"knR":[-47.5,183.4],"ftR":[-43.3,320.8],"hipL":[22.1,38.6],"knL":[17.1,178.7],"ftL":[42.7,327.5]},{"rootY":-1.1,"hips":[0,0],"chest":[5.5,-87.6],"neck":[5.5,-87.6],"head":[14.3,-152.5],"shR":[-54.5,-111.7],"elR":[-80.9,-1.4],"haR":[-112.4,44.4],"shL":[69.8,-108.5],"elL":[86,-5.4],"haL":[111.6,47.5],"hipR":[-27.5,35.4],"knR":[-46.7,183.4],"ftR":[-42.9,320.8],"hipL":[22.2,38.8],"knL":[17.7,178.6],"ftL":[43,327.8]},{"rootY":-1.3,"hips":[0,0],"chest":[5.1,-87.6],"neck":[5.1,-87.6],"head":[14.1,-152.4],"shR":[-55.2,-111.7],"elR":[-81.1,-1.4],"haR":[-111,44.4],"shL":[69.1,-108.7],"elL":[85.2,-5.6],"haL":[111.4,47.6],"hipR":[-27.3,35.4],"knR":[-46.2,183.5],"ftR":[-42.9,321],"hipL":[22.5,38.8],"knL":[18.2,178.5],"ftL":[42.9,327.9]},{"rootY":-1.5,"hips":[0,0],"chest":[5.1,-87.6],"neck":[5.1,-87.6],"head":[13.8,-152.5],"shR":[-55.4,-111.6],"elR":[-80.2,-1.2],"haR":[-108.9,44.5],"shL":[68.7,-108.8],"elL":[84.4,-5.6],"haL":[110.9,47.8],"hipR":[-27.4,35.3],"knR":[-45.4,183.4],"ftR":[-42.6,321.1],"hipL":[22.4,39],"knL":[19,178.5],"ftL":[43.1,328]},{"rootY":-1.6,"hips":[0,0],"chest":[4.7,-87.6],"neck":[4.7,-87.6],"head":[13.5,-152.4],"shR":[-55.8,-111.3],"elR":[-79.6,-0.6],"haR":[-106.9,44.8],"shL":[68.2,-109.1],"elL":[83.1,-5.8],"haL":[109.8,48],"hipR":[-27.2,35.4],"knR":[-45.8,183.5],"ftR":[-43.1,321.3],"hipL":[22.6,39],"knL":[18.7,178.4],"ftL":[42.5,328.1]},{"rootY":-1.7,"hips":[0,0],"chest":[4.5,-87.6],"neck":[4.5,-87.6],"head":[13,-152.5],"shR":[-56.2,-111.1],"elR":[-78.3,-0.1],"haR":[-104.4,45.2],"shL":[67.8,-109.2],"elL":[82,-5.8],"haL":[108.3,48.6],"hipR":[-27.2,35.4],"knR":[-45.9,183.5],"ftR":[-43.4,321.4],"hipL":[22.6,39],"knL":[18.4,178.4],"ftL":[42.3,328.2]},{"rootY":-1.8,"hips":[0,0],"chest":[4.6,-87.6],"neck":[4.6,-87.6],"head":[12.6,-152.5],"shR":[-56.1,-111],"elR":[-76.6,0.4],"haR":[-101.5,45.8],"shL":[67.9,-109.5],"elL":[81.2,-6],"haL":[106.8,49.3],"hipR":[-27.5,35.3],"knR":[-45.9,183.4],"ftR":[-43.4,321.5],"hipL":[22.3,39.2],"knL":[18.1,178.5],"ftL":[42.4,328.3]},{"rootY":-1.8,"hips":[0,0],"chest":[4.3,-87.6],"neck":[4.3,-87.6],"head":[11.7,-152.6],"shR":[-56.3,-110.9],"elR":[-75.1,0.8],"haR":[-99.1,46.7],"shL":[67.8,-109.8],"elL":[80.2,-6.2],"haL":[105,50],"hipR":[-27.5,35.5],"knR":[-46.7,183.4],"ftR":[-44,321.6],"hipL":[22.2,39.1],"knL":[17.3,178.5],"ftL":[41.8,328.3]},{"rootY":-1.8,"hips":[0,0],"chest":[4.2,-87.6],"neck":[4.2,-87.6],"head":[11.1,-152.6],"shR":[-56.4,-110.8],"elR":[-73.3,1.3],"haR":[-96.6,47.7],"shL":[67.9,-109.8],"elL":[79.5,-6.2],"haL":[103.1,50.8],"hipR":[-27.6,35.6],"knR":[-47.3,183.3],"ftR":[-44.4,321.7],"hipL":[22.1,39.1],"knL":[16.6,178.5],"ftL":[41.4,328.3]},{"rootY":-1.7,"hips":[0,0],"chest":[3.8,-87.6],"neck":[3.8,-87.6],"head":[10.1,-152.6],"shR":[-56.6,-110.6],"elR":[-71.8,1.8],"haR":[-94.8,49.1],"shL":[67.7,-110.1],"elL":[78.5,-6.3],"haL":[100.5,51.7],"hipR":[-27.8,35.5],"knR":[-48.6,183.1],"ftR":[-45.3,321.6],"hipL":[21.6,39],"knL":[15.3,178.5],"ftL":[40.5,328.1]},{"rootY":-1.7,"hips":[0,0],"chest":[3.5,-87.5],"neck":[3.5,-87.5],"head":[9.7,-152.6],"shR":[-56.7,-110.3],"elR":[-70,2.4],"haR":[-93.2,50.8],"shL":[67.6,-110.4],"elL":[77.8,-6.6],"haL":[98.2,52.3],"hipR":[-28,35.6],"knR":[-49.8,182.9],"ftR":[-46.3,321.5],"hipL":[21.2,38.9],"knL":[13.8,178.5],"ftL":[39.6,328]},{"rootY":-1.7,"hips":[0,0],"chest":[3.1,-87.5],"neck":[3.1,-87.5],"head":[8.2,-152.6],"shR":[-56.8,-110.2],"elR":[-68.3,2.8],"haR":[-91.9,52.5],"shL":[67.4,-110.6],"elL":[76.9,-6.7],"haL":[95.5,52.7],"hipR":[-28,35.8],"knR":[-51.3,182.8],"ftR":[-47.7,321.5],"hipL":[20.9,38.8],"knL":[11.9,178.4],"ftL":[38.3,327.8]},{"rootY":-1.7,"hips":[0,0],"chest":[2.8,-87.5],"neck":[2.8,-87.5],"head":[7,-152.5],"shR":[-56.5,-109.9],"elR":[-66.6,3.2],"haR":[-90.8,54.2],"shL":[67.2,-111],"elL":[76.2,-7.1],"haL":[92.7,53],"hipR":[-28.3,35.8],"knR":[-52.8,182.5],"ftR":[-49.1,321.5],"hipL":[20.1,38.8],"knL":[10.2,178.4],"ftL":[37,327.8]},{"rootY":-1.8,"hips":[0,0],"chest":[2.5,-87.4],"neck":[2.5,-87.4],"head":[5.4,-152.5],"shR":[-56.2,-109.8],"elR":[-64.7,3.5],"haR":[-89.9,56],"shL":[66.7,-111.3],"elL":[75.2,-7.3],"haL":[89.7,53],"hipR":[-28.4,36],"knR":[-54.9,182.2],"ftR":[-51.1,321.7],"hipL":[19.7,38.6],"knL":[8.2,178.3],"ftL":[35.4,327.7]},{"rootY":-1.7,"hips":[0,0],"chest":[2.2,-87.4],"neck":[2.2,-87.4],"head":[4.1,-152.3],"shR":[-55.6,-109.6],"elR":[-62.6,3.7],"haR":[-88.9,57.6],"shL":[66.1,-111.5],"elL":[74.4,-7.5],"haL":[86.6,53],"hipR":[-28.6,36.1],"knR":[-57.2,181.8],"ftR":[-53.6,322],"hipL":[18.8,38.6],"knL":[5.8,178.3],"ftL":[33.8,327.8]},{"rootY":-1.5,"hips":[0,0],"chest":[1.7,-87.3],"neck":[1.7,-87.3],"head":[2.8,-152],"shR":[-54.8,-109.5],"elR":[-60.5,3.9],"haR":[-88.2,58.9],"shL":[65.1,-111.6],"elL":[73.4,-7.6],"haL":[83.5,52.9],"hipR":[-28.6,36.3],"knR":[-60.1,181.2],"ftR":[-56.3,322.1],"hipL":[18.1,38.5],"knL":[3.2,178.1],"ftL":[32,327.5]},{"rootY":-1,"hips":[0,0],"chest":[1.2,-87.2],"neck":[1.2,-87.2],"head":[1.1,-151.8],"shR":[-53.7,-109.5],"elR":[-58.2,3.9],"haR":[-87.2,59.6],"shL":[63.9,-111.6],"elL":[72.4,-7.7],"haL":[80.4,52.8],"hipR":[-28.6,36.5],"knR":[-62.9,180.6],"ftR":[-58.7,321.8],"hipL":[17.2,38.4],"knL":[0.5,178],"ftL":[30.5,327.2]},{"rootY":-0.5,"hips":[0,0],"chest":[0.9,-87.1],"neck":[0.9,-87.1],"head":[-0.1,-151.6],"shR":[-52.3,-109.4],"elR":[-55.4,3.8],"haR":[-85.7,60.3],"shL":[62.5,-111.7],"elL":[72,-7.8],"haL":[77.9,52.5],"hipR":[-28.4,36.7],"knR":[-65.6,179.9],"ftR":[-60.9,321.5],"hipL":[16.5,38.1],"knL":[-2.2,177.6],"ftL":[29,326.8]},{"rootY":-0.1,"hips":[0,0],"chest":[0.6,-87],"neck":[0.6,-87],"head":[-1.8,-151.1],"shR":[-50.8,-109.6],"elR":[-52.4,3.5],"haR":[-84,60.6],"shL":[61,-111.5],"elL":[71,-7.6],"haL":[75,52.6],"hipR":[-28.3,36.8],"knR":[-67.9,179.2],"ftR":[-62.8,321.1],"hipL":[15.7,38],"knL":[-4.1,177.5],"ftL":[27.5,326.5]},{"rootY":0.1,"hips":[0,0],"chest":[0.3,-86.9],"neck":[0.3,-86.9],"head":[-3.2,-150.8],"shR":[-48.9,-109.7],"elR":[-48.9,3.2],"haR":[-81.3,60.6],"shL":[59.2,-111.3],"elL":[69.5,-7.4],"haL":[72,52.8],"hipR":[-28.3,36.9],"knR":[-69.9,178.5],"ftR":[-64.7,320.8],"hipL":[14.6,37.8],"knL":[-6.3,177.3],"ftL":[25.8,326.3]},{"rootY":0.2,"hips":[0,0],"chest":[0,-86.8],"neck":[0,-86.8],"head":[-4.8,-150.4],"shR":[-47,-109.9],"elR":[-44.9,2.7],"haR":[-77.9,60.6],"shL":[57.3,-111],"elL":[68,-7.2],"haL":[69.1,52.9],"hipR":[-28.3,36.9],"knR":[-70.9,178.2],"ftR":[-65.7,320.7],"hipL":[13.8,37.7],"knL":[-8,177.2],"ftL":[24.5,326.2]},{"rootY":0.1,"hips":[0,0],"chest":[-0.4,-86.8],"neck":[-0.4,-86.8],"head":[-6.1,-150.2],"shR":[-45.6,-110],"elR":[-41.4,2.2],"haR":[-74.6,60.6],"shL":[55.5,-110.9],"elL":[66,-7.1],"haL":[66,52.7],"hipR":[-28.2,36.9],"knR":[-72,178],"ftR":[-67,320.9],"hipL":[12.9,37.7],"knL":[-10,177.3],"ftL":[23.3,326.1]},{"rootY":0.2,"hips":[0,0],"chest":[-0.6,-86.7],"neck":[-0.6,-86.7],"head":[-6.8,-149.9],"shR":[-43.8,-110.4],"elR":[-37.7,1.4],"haR":[-70.6,60.3],"shL":[53.5,-110.6],"elL":[63.5,-6.8],"haL":[62.3,52.7],"hipR":[-28.1,37],"knR":[-72.9,177.7],"ftR":[-68.4,320.9],"hipL":[12.1,37.7],"knL":[-11.6,177.3],"ftL":[22,326.1]},{"rootY":0.2,"hips":[0,0],"chest":[-1.3,-86.6],"neck":[-1.3,-86.6],"head":[-8.5,-149.7],"shR":[-42.4,-110.1],"elR":[-34.1,1],"haR":[-66.3,60.6],"shL":[51.1,-110.6],"elL":[60.9,-6.8],"haL":[58.3,52.5],"hipR":[-27.9,37.1],"knR":[-74,177.5],"ftR":[-69.8,321.1],"hipL":[11.5,37.6],"knL":[-13.2,177.3],"ftL":[20.9,325.9]},{"rootY":0.1,"hips":[0,0],"chest":[-1.8,-86.5],"neck":[-1.8,-86.5],"head":[-9.7,-149.6],"shR":[-41.3,-110.4],"elR":[-30.8,0.1],"haR":[-62.1,60.2],"shL":[49,-110.1],"elL":[57.7,-6.4],"haL":[53.8,52.5],"hipR":[-27.8,37.1],"knR":[-74.8,177.3],"ftR":[-70.8,321.2],"hipL":[10.7,37.8],"knL":[-14.7,177.4],"ftL":[19.9,325.9]},{"rootY":0.1,"hips":[0,0],"chest":[-2.3,-86.4],"neck":[-2.3,-86.4],"head":[-10.9,-149.4],"shR":[-39.6,-110.7],"elR":[-27,-0.8],"haR":[-56.9,59.9],"shL":[46.7,-109.7],"elL":[54.2,-6],"haL":[48.7,52.6],"hipR":[-27.6,37.2],"knR":[-75.7,177],"ftR":[-71.8,321.3],"hipL":[10,37.8],"knL":[-16.2,177.5],"ftL":[19.1,326]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-86.2],"neck":[-3.2,-86.2],"head":[-12.1,-149.1],"shR":[-39.1,-111.4],"elR":[-24.2,-2.2],"haR":[-52.5,59.1],"shL":[44.8,-108.8],"elL":[51.3,-5.2],"haL":[44.9,53.9],"hipR":[-27.6,37],"knR":[-76.2,176.7],"ftR":[-72.3,321.4],"hipL":[9.3,38.2],"knL":[-17.3,177.8],"ftL":[18.6,326.2]},{"rootY":0,"hips":[0,0],"chest":[-3.4,-86.2],"neck":[-3.4,-86.2],"head":[-12.9,-149.1],"shR":[-37.4,-110.8],"elR":[-20.8,-2],"haR":[-47.4,59.6],"shL":[42.5,-109.3],"elL":[47.8,-5.6],"haL":[38.9,52.1],"hipR":[-27.5,37],"knR":[-77.5,176.4],"ftR":[-73.4,321.3],"hipL":[8.3,38.2],"knL":[-19.1,178],"ftL":[17.9,325.9]},{"rootY":-0.1,"hips":[0,0],"chest":[-3.8,-86],"neck":[-3.8,-86],"head":[-14.2,-148.7],"shR":[-36.4,-110.9],"elR":[-18.1,-2.5],"haR":[-42.8,59.6],"shL":[40.6,-109],"elL":[44.5,-5.4],"haL":[33.9,51.9],"hipR":[-27.2,37],"knR":[-78.3,176.1],"ftR":[-73.9,321.1],"hipL":[7.8,38.3],"knL":[-20.2,178.1],"ftL":[17.6,325.9]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.6,-85.9],"neck":[-4.6,-85.9],"head":[-15.4,-148.4],"shR":[-37.2,-111.5],"elR":[-17,-3.7],"haR":[-40.1,58.5],"shL":[39.6,-108.2],"elL":[42.1,-4.6],"haL":[29.6,52.4],"hipR":[-27.2,36.9],"knR":[-79.2,175.7],"ftR":[-74.2,320.8],"hipL":[7.4,38.6],"knL":[-20.5,178.5],"ftL":[17.2,326.2]},{"rootY":-0.3,"hips":[0,0],"chest":[-5,-85.7],"neck":[-5,-85.7],"head":[-16,-148.3],"shR":[-36.7,-111.9],"elR":[-14.6,-4.4],"haR":[-36.3,58],"shL":[38.2,-107.5],"elL":[39.6,-4.1],"haL":[25.2,52.9],"hipR":[-26.7,37.2],"knR":[-80,175.5],"ftR":[-74.7,320.6],"hipL":[7.5,38.5],"knL":[-20.7,178.5],"ftL":[17.2,326.1]},{"rootY":-0.4,"hips":[0,0],"chest":[-5.5,-85.5],"neck":[-5.5,-85.5],"head":[-17.2,-147.9],"shR":[-36.8,-111.8],"elR":[-13.1,-4.7],"haR":[-33.7,57.9],"shL":[37,-107.3],"elL":[37.2,-3.8],"haL":[20.9,52.7],"hipR":[-26.6,37.2],"knR":[-80.6,175.3],"ftR":[-75,320.2],"hipL":[7.2,38.8],"knL":[-21.2,178.7],"ftL":[17.1,326.1]},{"rootY":-0.4,"hips":[0,0],"chest":[-5.8,-85.3],"neck":[-5.8,-85.3],"head":[-18.2,-147.4],"shR":[-36.1,-111.9],"elR":[-10.6,-5.1],"haR":[-30.9,57.7],"shL":[35.5,-106.9],"elL":[34.2,-3.3],"haL":[16.3,53],"hipR":[-26.4,37.2],"knR":[-81,175],"ftR":[-74.8,319.8],"hipL":[7.2,38.9],"knL":[-20.8,179],"ftL":[17.2,326.1]},{"rootY":-0.4,"hips":[0,0],"chest":[-6.4,-85.1],"neck":[-6.4,-85.1],"head":[-19.1,-147.1],"shR":[-36.3,-112.3],"elR":[-9.5,-5.8],"haR":[-29.2,57.1],"shL":[34.4,-106.2],"elL":[31.6,-2.7],"haL":[12.3,53.2],"hipR":[-26.5,37],"knR":[-81.4,174.6],"ftR":[-73.6,319.5],"hipL":[6.7,39.2],"knL":[-21.2,179.3],"ftL":[17.6,326]},{"rootY":-0.5,"hips":[0,0],"chest":[-7,-84.9],"neck":[-7,-84.9],"head":[-20,-146.8],"shR":[-36.3,-112.3],"elR":[-8.8,-5.7],"haR":[-28,57.1],"shL":[33,-105.8],"elL":[28.5,-2.3],"haL":[8.3,53.4],"hipR":[-26.4,36.9],"knR":[-81.9,174.2],"ftR":[-72.4,318.9],"hipL":[6.7,39.5],"knL":[-21.3,179.7],"ftL":[18,326.2]},{"rootY":-0.5,"hips":[0,0],"chest":[-7,-84.6],"neck":[-7,-84.6],"head":[-20.6,-146.3],"shR":[-36.4,-112.4],"elR":[-7.7,-6.4],"haR":[-27.2,56.4],"shL":[32.8,-105.2],"elL":[27.1,-1.7],"haL":[5.7,53.7],"hipR":[-26,37.2],"knR":[-82.4,174.1],"ftR":[-70.6,318.3],"hipL":[7.2,39.5],"knL":[-20.2,179.8],"ftL":[19.1,326.1]},{"rootY":-0.3,"hips":[0,0],"chest":[-7.2,-84.7],"neck":[-7.2,-84.7],"head":[-21,-146.3],"shR":[-36.4,-112.8],"elR":[-7.3,-7],"haR":[-27,55.9],"shL":[32.5,-104.9],"elL":[25.8,-1.4],"haL":[3.4,53.6],"hipR":[-25.8,37.2],"knR":[-83.5,173.6],"ftR":[-69,317.1],"hipL":[6.6,39.4],"knL":[-20.5,180],"ftL":[20.5,325.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-7.8,-84],"neck":[-7.8,-84],"head":[-22.1,-145.4],"shR":[-36.8,-112.2],"elR":[-7.6,-6.3],"haR":[-27.5,56.5],"shL":[31.2,-104.2],"elL":[23.4,-0.8],"haL":[0.3,54],"hipR":[-25.7,37.3],"knR":[-83.2,173.4],"ftR":[-67.1,316.5],"hipL":[8.1,39.9],"knL":[-18.1,180.5],"ftL":[21.6,326.1]},{"rootY":-0.2,"hips":[0,0],"chest":[-8.1,-83.8],"neck":[-8.1,-83.8],"head":[-22.7,-145.1],"shR":[-36.9,-112.4],"elR":[-7.8,-6.7],"haR":[-28.4,56],"shL":[30.8,-103.6],"elL":[22.1,-0.2],"haL":[-1.6,54.4],"hipR":[-25.5,37.4],"knR":[-83.8,173.1],"ftR":[-65.4,315.3],"hipL":[8.4,39.9],"knL":[-17.1,180.7],"ftL":[23.1,325.7]},{"rootY":0.2,"hips":[0,0],"chest":[-8.3,-83.6],"neck":[-8.3,-83.6],"head":[-23.2,-144.7],"shR":[-37.5,-112.4],"elR":[-8.2,-6.9],"haR":[-30,55.6],"shL":[30.6,-103.3],"elL":[21.1,0],"haL":[-2.7,54.6],"hipR":[-25.2,37.6],"knR":[-84.6,172.9],"ftR":[-63.5,313.9],"hipL":[8.9,39.9],"knL":[-15.3,181],"ftL":[24.9,325.2]},{"rootY":0.4,"hips":[0,0],"chest":[-8.8,-83.3],"neck":[-8.8,-83.3],"head":[-24,-144.3],"shR":[-38.5,-112.2],"elR":[-9.2,-6.8],"haR":[-32,55.5],"shL":[30.6,-102.7],"elL":[20.5,0.6],"haL":[-3.2,54.9],"hipR":[-25.4,37.5],"knR":[-84.5,172.7],"ftR":[-61.4,312.5],"hipL":[9.1,40.2],"knL":[-14.4,181.5],"ftL":[27,325.2]},{"rootY":0.6,"hips":[0,0],"chest":[-8.8,-83.2],"neck":[-8.8,-83.2],"head":[-24.1,-144.1],"shR":[-39.2,-112.5],"elR":[-10.6,-7.2],"haR":[-34.1,54.7],"shL":[31,-102.4],"elL":[20.7,0.9],"haL":[-2.7,55.4],"hipR":[-25.2,37.5],"knR":[-84.8,172.6],"ftR":[-58.8,311],"hipL":[9.3,40.3],"knL":[-12.9,181.9],"ftL":[29.9,324.6]},{"rootY":1.3,"hips":[0,0],"chest":[-8.9,-82.9],"neck":[-8.9,-82.9],"head":[-24.6,-143.7],"shR":[-39.3,-112.2],"elR":[-11.5,-7.2],"haR":[-36.1,54.2],"shL":[30.9,-102.1],"elL":[20.8,1.1],"haL":[-2.2,55.6],"hipR":[-25.1,37.6],"knR":[-84.4,172.9],"ftR":[-55.6,309.5],"hipL":[10,40.4],"knL":[-10.6,182.3],"ftL":[32.8,324]},{"rootY":2.2,"hips":[0,0],"chest":[-8.9,-83.1],"neck":[-8.9,-83.1],"head":[-24.6,-143.7],"shR":[-40.3,-112.6],"elR":[-12.7,-8],"haR":[-38.6,53],"shL":[31.8,-102],"elL":[21.6,1.2],"haL":[-0.2,55.6],"hipR":[-25.1,37.5],"knR":[-84.3,173],"ftR":[-51.8,307.6],"hipL":[9.6,40.5],"knL":[-9.4,182.7],"ftL":[36.3,322.8]},{"rootY":3,"hips":[0,0],"chest":[-9.1,-82.5],"neck":[-9.1,-82.5],"head":[-24.9,-143.1],"shR":[-42.7,-112.6],"elR":[-15,-8.4],"haR":[-42.1,52.1],"shL":[33.8,-100.9],"elL":[24,2],"haL":[3.6,56.4],"hipR":[-24.9,37.8],"knR":[-82.9,173.6],"ftR":[-46.7,305.9],"hipL":[10.9,40.6],"knL":[-6,183],"ftL":[40.3,322.1]},{"rootY":4,"hips":[0,0],"chest":[-8.9,-82.3],"neck":[-8.9,-82.3],"head":[-24.8,-142.9],"shR":[-43,-112.6],"elR":[-16,-8.8],"haR":[-44.6,51.2],"shL":[34.5,-100.5],"elL":[25.9,2.3],"haL":[7.2,56.5],"hipR":[-24.9,37.7],"knR":[-81.6,174.3],"ftR":[-41.7,304],"hipL":[11.4,40.8],"knL":[-3.2,183.5],"ftL":[44.8,321]},{"rootY":5.2,"hips":[0,0],"chest":[-8.9,-82],"neck":[-8.9,-82],"head":[-24.7,-142.5],"shR":[-43.2,-112.4],"elR":[-16.5,-9.4],"haR":[-46.8,50],"shL":[34.7,-100.2],"elL":[28.2,2.4],"haL":[11.2,56.3],"hipR":[-24.9,37.7],"knR":[-79.8,175],"ftR":[-37,302.1],"hipL":[11.8,41.1],"knL":[-0.7,183.9],"ftL":[49.5,319.6]},{"rootY":6.8,"hips":[0,0],"chest":[-8.5,-81.8],"neck":[-8.5,-81.8],"head":[-24.2,-142.1],"shR":[-43.1,-112.2],"elR":[-17.3,-9.4],"haR":[-49.5,49.3],"shL":[35.3,-99.8],"elL":[31.9,2.3],"haL":[17.2,55.7],"hipR":[-25.4,37.4],"knR":[-77.4,175.8],"ftR":[-31.2,299.7],"hipL":[11.8,41.4],"knL":[2.5,184.5],"ftL":[55,317.6]},{"rootY":8.6,"hips":[0,0],"chest":[-7.7,-81.3],"neck":[-7.7,-81.3],"head":[-23.2,-141.6],"shR":[-42.1,-111.6],"elR":[-18.2,-8.9],"haR":[-52.2,48.9],"shL":[36,-99.6],"elL":[37,2.2],"haL":[25.1,54.5],"hipR":[-25.7,37],"knR":[-73.9,176.7],"ftR":[-24.7,297.3],"hipL":[11.8,42],"knL":[4.9,185.2],"ftL":[60.8,315.1]},{"rootY":10.9,"hips":[0,0],"chest":[-8,-81.5],"neck":[-8,-81.5],"head":[-23.2,-141.7],"shR":[-43.3,-111.9],"elR":[-22.1,-9],"haR":[-58.3,47.8],"shL":[36.5,-99.5],"elL":[42.3,1.4],"haL":[34.2,52.3],"hipR":[-26.5,36.5],"knR":[-71.6,177.5],"ftR":[-19.2,293.9],"hipL":[11.2,42.2],"knL":[4.8,185.4],"ftL":[65.9,309.7]},{"rootY":12.9,"hips":[0,0],"chest":[-8.2,-81.1],"neck":[-8.2,-81.1],"head":[-23,-141.2],"shR":[-44.1,-111.8],"elR":[-27.4,-8.1],"haR":[-65.9,47.4],"shL":[37.1,-98.9],"elL":[48.6,0.4],"haL":[45,49.7],"hipR":[-27.2,36.1],"knR":[-68.7,178.2],"ftR":[-14.2,289.9],"hipL":[11.2,42.6],"knL":[4.5,185.7],"ftL":[71.1,300.8]},{"rootY":15,"hips":[0,0],"chest":[-8.9,-80.7],"neck":[-8.9,-80.7],"head":[-23.3,-140.6],"shR":[-45.6,-111.3],"elR":[-34.2,-7.3],"haR":[-75.5,46.4],"shL":[36.7,-98.7],"elL":[55.5,-1.9],"haL":[57.2,45.1],"hipR":[-28,35.7],"knR":[-66.6,178.8],"ftR":[-10.4,285.5],"hipL":[12,42.9],"knL":[1.9,184.4],"ftL":[72,287.3]},{"rootY":17.9,"hips":[0,0],"chest":[-9.4,-80.4],"neck":[-9.4,-80.4],"head":[-23.3,-140.3],"shR":[-48.6,-110.5],"elR":[-44.6,-6],"haR":[-89.2,44.9],"shL":[38.1,-99],"elL":[64.9,-6.3],"haL":[73.1,37.7],"hipR":[-28.6,35.4],"knR":[-65.3,179.2],"ftR":[-6.8,280.9],"hipL":[12.2,43.2],"knL":[-1.8,180.2],"ftL":[66.7,272.3]},{"rootY":20.8,"hips":[0,0],"chest":[-10.2,-80.2],"neck":[-10.2,-80.2],"head":[-23,-140.2],"shR":[-52.3,-109.6],"elR":[-58.9,-5.2],"haR":[-107.6,41],"shL":[39.5,-99.7],"elL":[74.5,-12.2],"haL":[90,27.9],"hipR":[-29.7,34.5],"knR":[-63.4,179.6],"ftR":[-2.5,277.3],"hipL":[11.3,43.7],"knL":[-5,172.7],"ftL":[56,260.3]},{"rootY":22.6,"hips":[0,0],"chest":[-10.7,-79.8],"neck":[-10.7,-79.8],"head":[-22.5,-140.1],"shR":[-54.6,-108.8],"elR":[-74,-4.9],"haR":[-126.6,33.7],"shL":[40.7,-99.6],"elL":[86.9,-18.9],"haL":[109,14.6],"hipR":[-29.8,34.4],"knR":[-58.7,181.1],"ftR":[2.9,275.6],"hipL":[11.5,43.9],"knL":[-6.9,161.3],"ftL":[41.4,256]},{"rootY":20.9,"hips":[0,0],"chest":[-10.4,-79.9],"neck":[-10.4,-79.9],"head":[-21.4,-140.4],"shR":[-56.4,-108.8],"elR":[-88.5,-6.2],"haR":[-143.2,21.3],"shL":[43.1,-99.9],"elL":[100.3,-28.3],"haL":[129.8,-1.4],"hipR":[-30.1,34],"knR":[-50.7,182.6],"ftR":[9.6,277.2],"hipL":[11.2,44.2],"knL":[-10.2,149.4],"ftL":[26.5,260.6]},{"rootY":16.3,"hips":[0,0],"chest":[-9.3,-80.5],"neck":[-9.3,-80.5],"head":[-20.1,-141],"shR":[-56.8,-108.7],"elR":[-100.1,-8],"haR":[-153.8,6.5],"shL":[45.8,-101.1],"elL":[113.6,-37.6],"haL":[149.5,-18.3],"hipR":[-30.8,33.4],"knR":[-40.7,182.2],"ftR":[15.3,280],"hipL":[10.6,44.6],"knL":[-15.2,141.4],"ftL":[12.1,272.7]},{"rootY":9.6,"hips":[0,0],"chest":[-7.7,-80.9],"neck":[-7.7,-80.9],"head":[-18.4,-141.7],"shR":[-56,-107.7],"elR":[-108.5,-9.8],"haR":[-158.1,-6.9],"shL":[48,-103],"elL":[123.3,-46.5],"haL":[166.5,-34.1],"hipR":[-31.9,32.2],"knR":[-33.9,178.4],"ftR":[16.7,281.5],"hipL":[9.3,45.3],"knL":[-20.9,139.2],"ftL":[-1.5,287.7]},{"rootY":1.2,"hips":[0,0],"chest":[-5.7,-82],"neck":[-5.7,-82],"head":[-17,-143],"shR":[-54.4,-106.5],"elR":[-115.1,-11.8],"haR":[-159.8,-17.8],"shL":[50.4,-106.1],"elL":[133.3,-54.9],"haL":[181.6,-48.7],"hipR":[-32.9,31.2],"knR":[-30.8,172.2],"ftR":[9.3,283.3],"hipL":[8,45.6],"knL":[-25.4,143.1],"ftL":[-14.3,302.7]},{"rootY":-5.2,"hips":[0,0],"chest":[-2.8,-83.3],"neck":[-2.8,-83.3],"head":[-14.3,-144.8],"shR":[-51.7,-105.4],"elR":[-118.9,-14.1],"haR":[-159.5,-26.7],"shL":[53.2,-109.6],"elL":[142.1,-64.3],"haL":[194.7,-63.6],"hipR":[-33.6,30.6],"knR":[-29.7,164.2],"ftR":[2.6,276.6],"hipL":[7.2,45.5],"knL":[-27.4,149.3],"ftL":[-25.3,312.7]},{"rootY":-6.7,"hips":[0,0],"chest":[0,-84.7],"neck":[0,-84.7],"head":[-11.6,-146.7],"shR":[-50.4,-105.6],"elR":[-120.6,-16.4],"haR":[-159.8,-33.6],"shL":[57.5,-111.7],"elL":[151.2,-73.2],"haL":[206.4,-77.3],"hipR":[-35.2,29.2],"knR":[-33.6,157.1],"ftR":[0.8,255.8],"hipL":[5.2,45.4],"knL":[-30.3,153.3],"ftL":[-34.1,315.6]},{"rootY":-2.9,"hips":[0,0],"chest":[2.6,-86],"neck":[2.6,-86],"head":[-8.6,-148.5],"shR":[-48.3,-105.3],"elR":[-119.4,-16.7],"haR":[-159.3,-36],"shL":[60.8,-113.9],"elL":[158.2,-82.6],"haL":[214.5,-90.8],"hipR":[-36.8,27.7],"knR":[-43.1,151.2],"ftR":[-2.8,226.7],"hipL":[3.5,44.9],"knL":[-32.4,153.5],"ftL":[-41.2,315.2]},{"rootY":5.7,"hips":[0,0],"chest":[5.5,-86.6],"neck":[5.5,-86.6],"head":[-5,-149.5],"shR":[-46.1,-104.3],"elR":[-116.1,-14.9],"haR":[-158.4,-33.9],"shL":[64.8,-115],"elL":[164.6,-89.2],"haL":[221.1,-101.6],"hipR":[-37.8,26.9],"knR":[-54.8,147.1],"ftR":[-9.9,194.8],"hipL":[3.6,44.1],"knL":[-29.1,151],"ftL":[-46.4,313.1]},{"rootY":18.4,"hips":[0,0],"chest":[8,-86.9],"neck":[8,-86.9],"head":[-1.5,-150.3],"shR":[-44.2,-103.4],"elR":[-110.7,-11.3],"haR":[-156.9,-28.3],"shL":[68.1,-115.4],"elL":[168.7,-91.8],"haL":[224.3,-108.4],"hipR":[-38.6,25.8],"knR":[-69.4,144.1],"ftR":[-21.8,164.3],"hipL":[3.4,43.3],"knL":[-23.8,148.1],"ftL":[-52.5,308]},{"rootY":29,"hips":[0,0],"chest":[9.4,-87],"neck":[9.4,-87],"head":[-0.1,-150.4],"shR":[-43.5,-103],"elR":[-101,-5],"haR":[-153.2,-17.3],"shL":[70.4,-115],"elL":[169.5,-87.8],"haL":[223.8,-107.4],"hipR":[-38.6,25.6],"knR":[-86,145.3],"ftR":[-39.7,146.2],"hipL":[4.3,41.7],"knL":[-21,142.8],"ftL":[-50.4,298.1]},{"rootY":37.7,"hips":[0,0],"chest":[9.3,-87.1],"neck":[9.3,-87.1],"head":[-1.5,-150.3],"shR":[-43.5,-102.9],"elR":[-87.7,1.7],"haR":[-145.4,0.3],"shL":[70.4,-115.1],"elL":[164.9,-77],"haL":[217.4,-97],"hipR":[-37.5,26.6],"knR":[-104.4,149.1],"ftR":[-63.3,145.1],"hipL":[6.3,39.4],"knL":[-19.2,139.5],"ftL":[-46.1,289]},{"rootY":42.8,"hips":[0,0],"chest":[7.3,-87.3],"neck":[7.3,-87.3],"head":[-4.7,-150],"shR":[-45.1,-102.5],"elR":[-74.4,7],"haR":[-133.7,20.7],"shL":[67.9,-115.9],"elL":[154.3,-63.5],"haL":[205.1,-80],"hipR":[-36.1,28],"knR":[-122.2,148.8],"ftR":[-90.5,165.4],"hipL":[8.1,36.8],"knL":[-19.8,140.2],"ftL":[-46.3,284]},{"rootY":46,"hips":[0,0],"chest":[3.8,-87.4],"neck":[3.8,-87.4],"head":[-9.2,-149.8],"shR":[-47.5,-101.4],"elR":[-60.9,10.8],"haR":[-118.2,38.5],"shL":[63.3,-117.3],"elL":[139.6,-52.7],"haL":[187.5,-61.3],"hipR":[-35,28.7],"knR":[-134.1,140.4],"ftR":[-119.6,204],"hipL":[9.6,34.7],"knL":[-22.1,141.3],"ftL":[-47.1,280.7]},{"rootY":48.2,"hips":[0,0],"chest":[1.2,-87.4],"neck":[1.2,-87.4],"head":[-12.8,-149.5],"shR":[-49,-100.7],"elR":[-46.7,11.4],"haR":[-98.4,51.6],"shL":[59.1,-118.6],"elL":[123.8,-43.8],"haL":[166.6,-41.7],"hipR":[-33.2,29.6],"knR":[-133.3,130.9],"ftR":[-148.3,248.9],"hipL":[12.2,31.7],"knL":[-22.5,142.1],"ftL":[-46.1,277.7]},{"rootY":47.4,"hips":[0,0],"chest":[-0.6,-87.3],"neck":[-0.6,-87.3],"head":[-15.8,-149.2],"shR":[-49,-99.3],"elR":[-33,10.8],"haR":[-76.6,61.6],"shL":[55,-120.3],"elL":[106.6,-36],"haL":[139.6,-22.9],"hipR":[-31.7,30.7],"knR":[-123.4,124.8],"ftR":[-169.4,270.8],"hipL":[13.6,29.6],"knL":[-22.6,144.9],"ftL":[-44.9,278.5]},{"rootY":41.8,"hips":[0,0],"chest":[-1.3,-87.2],"neck":[-1.3,-87.2],"head":[-17,-149],"shR":[-47.4,-98.7],"elR":[-18.7,8.2],"haR":[-53.6,66.1],"shL":[52.1,-121],"elL":[89.2,-29.4],"haL":[110.3,-6.1],"hipR":[-31,31.5],"knR":[-114.7,117.7],"ftR":[-158.6,259],"hipL":[14,28.9],"knL":[-21.9,149.8],"ftL":[-43.7,283.7]},{"rootY":39.1,"hips":[0,0],"chest":[-2.6,-87.2],"neck":[-2.6,-87.2],"head":[-18.5,-149.1],"shR":[-45.9,-98],"elR":[-7.3,5.6],"haR":[-33,68.3],"shL":[48.3,-122.1],"elL":[69,-25.2],"haL":[77.3,5.9],"hipR":[-30.7,32.1],"knR":[-105,107.4],"ftR":[-142,233.5],"hipL":[14.3,29.6],"knL":[-22.3,152.6],"ftL":[-42.6,287.3]},{"rootY":36.8,"hips":[0,0],"chest":[-2.6,-87.3],"neck":[-2.6,-87.3],"head":[-18.2,-149.5],"shR":[-42.7,-97.5],"elR":[3.9,2.8],"haR":[-13.4,67.7],"shL":[45.3,-122.9],"elL":[50.7,-23.2],"haL":[44.3,13.2],"hipR":[-28.2,33.2],"knR":[-90,97.1],"ftR":[-111.8,216.9],"hipL":[16.9,26.2],"knL":[-23,152.2],"ftL":[-39.4,287.1]},{"rootY":36.7,"hips":[0,0],"chest":[-3.8,-87.3],"neck":[-3.8,-87.3],"head":[-19.1,-149.9],"shR":[-40.6,-97.8],"elR":[12.1,-0.6],"haR":[1.5,64.9],"shL":[41.7,-122.8],"elL":[35.5,-22.1],"haL":[12.5,16.8],"hipR":[-27.5,33],"knR":[-72.9,83.9],"ftR":[-70.2,203],"hipL":[18.5,25.8],"knL":[-21.6,153.8],"ftL":[-38.6,287.3]},{"rootY":34.5,"hips":[0,0],"chest":[-2.2,-87.4],"neck":[-2.2,-87.4],"head":[-17.6,-150.2],"shR":[-35.9,-98.2],"elR":[19.8,-2.5],"haR":[15.1,62.6],"shL":[40.7,-122.8],"elL":[25.3,-22.3],"haL":[-13.1,16.2],"hipR":[-27,32.6],"knR":[-53.1,72.2],"ftR":[-30.6,193.9],"hipL":[20,26],"knL":[-17.1,156.3],"ftL":[-35.5,289.6]},{"rootY":31.3,"hips":[0,0],"chest":[-0.8,-87.4],"neck":[-0.8,-87.4],"head":[-16,-150.3],"shR":[-31.4,-98.1],"elR":[24.6,-2.3],"haR":[24.8,61.9],"shL":[39.8,-122.8],"elL":[17,-23.6],"haL":[-33.5,12.1],"hipR":[-27.4,32.2],"knR":[-33.2,66.2],"ftR":[3.4,188.9],"hipL":[20.3,27.8],"knL":[-14.4,159.7],"ftL":[-32.4,292]},{"rootY":29.3,"hips":[0,0],"chest":[0.2,-87.5],"neck":[0.2,-87.5],"head":[-14.3,-150.7],"shR":[-28.8,-98.3],"elR":[27,-2.3],"haR":[30.3,60.9],"shL":[39.8,-122.8],"elL":[8.9,-25.7],"haL":[-48.9,5.8],"hipR":[-25.6,33],"knR":[-15.9,63.5],"ftR":[31.6,187.2],"hipL":[22.5,27.1],"knL":[-10.2,161],"ftL":[-32,293.5]},{"rootY":25.9,"hips":[0,0],"chest":[0.3,-87.5],"neck":[0.3,-87.5],"head":[-13.2,-151],"shR":[-29.2,-98.8],"elR":[27.4,-3.3],"haR":[31.5,59.2],"shL":[40.7,-122.2],"elL":[0.7,-28.2],"haL":[-60.5,-1.7],"hipR":[-24.6,33],"knR":[-1.6,66.3],"ftR":[56.2,191.8],"hipL":[24.2,27.7],"knL":[-4.8,164],"ftL":[-31.9,297.3]},{"rootY":23.7,"hips":[0,0],"chest":[0.8,-87.6],"neck":[0.8,-87.6],"head":[-11.8,-151.4],"shR":[-30.5,-97.6],"elR":[26.7,-2.7],"haR":[30.9,59.5],"shL":[42.6,-123.4],"elL":[-7.2,-33.4],"haL":[-69.4,-11.2],"hipR":[-22.3,34],"knR":[11.5,74.6],"ftR":[75.8,201.6],"hipL":[27.3,28.4],"knL":[1.5,165.8],"ftL":[-31.2,298.4]},{"rootY":20.5,"hips":[0,0],"chest":[1.4,-87.6],"neck":[1.4,-87.6],"head":[-10.8,-151.7],"shR":[-33.8,-97.5],"elR":[23.1,-3],"haR":[26.5,59.5],"shL":[45.7,-123.6],"elL":[-12.2,-37.9],"haL":[-74.6,-19.8],"hipR":[-20.8,34.5],"knR":[23.3,85.9],"ftR":[88.9,216.7],"hipL":[29.2,29.7],"knL":[7.3,168.2],"ftL":[-30.3,300.9]},{"rootY":18.4,"hips":[0,0],"chest":[1.6,-87.6],"neck":[1.6,-87.6],"head":[-10.1,-151.9],"shR":[-36.3,-96.5],"elR":[18.3,-1.5],"haR":[20.8,61.3],"shL":[47.3,-124.5],"elL":[-15.9,-41.9],"haL":[-78.9,-27.9],"hipR":[-18.8,35.4],"knR":[32.5,97.3],"ftR":[93.3,234.3],"hipL":[31.2,30.4],"knL":[11.3,169.9],"ftL":[-31,302.9]},{"rootY":17,"hips":[0,0],"chest":[1.7,-87.5],"neck":[1.7,-87.5],"head":[-9.5,-151.9],"shR":[-41.8,-97.1],"elR":[8.7,-1.1],"haR":[9.7,62.4],"shL":[51.6,-123.7],"elL":[-14.2,-43.3],"haL":[-77.2,-32.8],"hipR":[-14.9,36.3],"knR":[41,108.6],"ftR":[90.9,253],"hipL":[34.4,28.9],"knL":[13.7,169.4],"ftL":[-33.5,303.2]},{"rootY":15.9,"hips":[0,0],"chest":[2.2,-87.3],"neck":[2.2,-87.3],"head":[-8.7,-151.8],"shR":[-45.8,-97.8],"elR":[-3.2,1.1],"haR":[-4.5,65],"shL":[55.3,-122.5],"elL":[-11.4,-43.3],"haL":[-74.7,-35.4],"hipR":[-16.5,35.6],"knR":[47.8,120.2],"ftR":[85.2,269.7],"hipL":[32.9,31.7],"knL":[15.2,172.9],"ftL":[-33.4,305.7]},{"rootY":16.5,"hips":[0,0],"chest":[0,-87.4],"neck":[0,-87.4],"head":[-10.6,-152],"shR":[-51.7,-97.5],"elR":[-18.3,3.9],"haR":[-24.2,68.4],"shL":[55.7,-122.5],"elL":[-9.1,-43.6],"haL":[-72.3,-36.5],"hipR":[-13,36.5],"knR":[49.6,133.7],"ftR":[72.5,286.3],"hipL":[35.2,31.1],"knL":[16.4,172.2],"ftL":[-37.7,302.4]},{"rootY":17.9,"hips":[0,0],"chest":[-1.4,-87.3],"neck":[-1.4,-87.3],"head":[-11.2,-152.1],"shR":[-56,-98.1],"elR":[-32.9,5.8],"haR":[-45.3,70.4],"shL":[56.4,-121.5],"elL":[-3.6,-42.8],"haL":[-67.7,-35.3],"hipR":[-12.3,36.6],"knR":[48.5,145.7],"ftR":[59.8,299],"hipL":[35.2,32],"knL":[17.2,173.2],"ftL":[-41.4,300.6]},{"rootY":17.9,"hips":[0,0],"chest":[-1.8,-87.2],"neck":[-1.8,-87.2],"head":[-11.3,-152],"shR":[-59.5,-98.8],"elR":[-48,7.4],"haR":[-67.5,71.2],"shL":[57.6,-120.4],"elL":[4.9,-41.5],"haL":[-60.3,-31.4],"hipR":[-11.6,35.9],"knR":[50.5,151.2],"ftR":[61.4,304.6],"hipL":[34.7,33.1],"knL":[19,174.6],"ftL":[-43.3,299.4]},{"rootY":19.3,"hips":[0,0],"chest":[-1.3,-87.6],"neck":[-1.3,-87.6],"head":[-10.4,-152.4],"shR":[-60.8,-98],"elR":[-60.7,10.4],"haR":[-88,71.9],"shL":[58.7,-120.7],"elL":[15.7,-41.7],"haL":[-49.2,-26.7],"hipR":[-13,35.4],"knR":[48.1,152.6],"ftR":[64.4,305.2],"hipL":[33.7,34],"knL":[18.2,175.3],"ftL":[-44.9,297.5]},{"rootY":21.4,"hips":[0,0],"chest":[0.5,-87.7],"neck":[0.5,-87.7],"head":[-8.4,-152.5],"shR":[-60.8,-97.4],"elR":[-70.6,12],"haR":[-105.7,70],"shL":[60.1,-121.4],"elL":[29.1,-41.4],"haL":[-33.1,-21.5],"hipR":[-12.5,35.6],"knR":[47.6,153.1],"ftR":[65,305.4],"hipL":[34.1,33.6],"knL":[17.4,174.7],"ftL":[-44.7,295.5]},{"rootY":22.5,"hips":[0,0],"chest":[0,-87.6],"neck":[0,-87.6],"head":[-7.6,-152.6],"shR":[-62.3,-99.4],"elR":[-79.9,10.8],"haR":[-121.2,63.7],"shL":[60.1,-119.9],"elL":[42,-38.6],"haL":[-13,-14],"hipR":[-11.7,35.4],"knR":[49.7,151.8],"ftR":[65.1,304],"hipL":[34.6,33.2],"knL":[17.8,174.4],"ftL":[-44.1,294.9]},{"rootY":22.8,"hips":[0,0],"chest":[-0.3,-87.5],"neck":[-0.3,-87.5],"head":[-6.3,-152.6],"shR":[-63.1,-100.5],"elR":[-88.3,9.4],"haR":[-133.2,56.4],"shL":[59.9,-119],"elL":[52.6,-35.4],"haL":[11.5,-6.6],"hipR":[-11.4,34.7],"knR":[51.7,151],"ftR":[65.9,303.1],"hipL":[34.3,33.6],"knL":[19.6,175],"ftL":[-42.7,294.9]},{"rootY":22.9,"hips":[0,0],"chest":[-0.4,-87.6],"neck":[-0.4,-87.6],"head":[-4.6,-152.8],"shR":[-63.3,-101.8],"elR":[-95.3,7],"haR":[-141.3,46.8],"shL":[60,-117.7],"elL":[61.1,-32.5],"haL":[40.8,-0.3],"hipR":[-10.3,34.7],"knR":[54.5,150.7],"ftR":[67.9,303],"hipL":[34.7,33.4],"knL":[22.3,175],"ftL":[-39.9,294.9]},{"rootY":21.9,"hips":[0,0],"chest":[-0.7,-87.6],"neck":[-0.7,-87.6],"head":[-3.3,-152.9],"shR":[-63.7,-103.4],"elR":[-101.9,3.6],"haR":[-147.1,35.8],"shL":[59.8,-116.3],"elL":[69.5,-30.5],"haL":[71.1,1.9],"hipR":[-9.3,34.8],"knR":[56.4,151.5],"ftR":[69.9,304.1],"hipL":[35,33.3],"knL":[24.4,175],"ftL":[-37.4,296]},{"rootY":20.5,"hips":[0,0],"chest":[-0.6,-87.6],"neck":[-0.6,-87.6],"head":[-1.6,-152.9],"shR":[-63.6,-104.2],"elR":[-108.1,0.3],"haR":[-150.2,25],"shL":[59.4,-115.3],"elL":[80.6,-29.8],"haL":[101.2,1.3],"hipR":[-9,34.9],"knR":[57,152.8],"ftR":[72.8,305.5],"hipL":[34.9,33.5],"knL":[25.9,175.5],"ftL":[-34.5,298.4]},{"rootY":19.3,"hips":[0,0],"chest":[-0.2,-87.7],"neck":[-0.2,-87.7],"head":[0.1,-152.9],"shR":[-62.9,-105.6],"elR":[-113.1,-3.7],"haR":[-150.2,14.5],"shL":[59.3,-114.3],"elL":[93.5,-30.6],"haL":[130.6,-2.3],"hipR":[-8.7,35.4],"knR":[56.8,154],"ftR":[75.5,306.5],"hipL":[35,33.5],"knL":[26.2,175.7],"ftL":[-31.4,300.6]},{"rootY":17.9,"hips":[0,0],"chest":[0.4,-87.7],"neck":[0.4,-87.7],"head":[2,-152.9],"shR":[-62,-106.6],"elR":[-116.6,-7.1],"haR":[-149.3,5.6],"shL":[59.3,-113.5],"elL":[107.1,-31],"haL":[155,-6.9],"hipR":[-8.6,36],"knR":[55.3,155],"ftR":[77.2,307.3],"hipL":[35.1,33.5],"knL":[25.8,175.7],"ftL":[-28.5,303.3]},{"rootY":16.8,"hips":[0,0],"chest":[1.6,-87.7],"neck":[1.6,-87.7],"head":[4.3,-152.8],"shR":[-60.4,-107.6],"elR":[-118.4,-10.2],"haR":[-147,-1.6],"shL":[60,-112.8],"elL":[120.1,-32.5],"haL":[175.9,-11],"hipR":[-9.4,36.5],"knR":[53.3,155.3],"ftR":[77.9,307.4],"hipL":[34.8,33.7],"knL":[25.5,176.2],"ftL":[-25.1,306.4]},{"rootY":16.1,"hips":[0,0],"chest":[3,-87.7],"neck":[3,-87.7],"head":[6.9,-152.6],"shR":[-58.4,-108.6],"elR":[-118.6,-13],"haR":[-143.5,-6.9],"shL":[61.3,-111.9],"elL":[129.8,-34.1],"haL":[190.2,-14.6],"hipR":[-10.2,36.8],"knR":[50.2,155.7],"ftR":[75.6,307.8],"hipL":[34.6,33.9],"knL":[25.5,176.6],"ftL":[-21.9,308.9]},{"rootY":15.9,"hips":[0,0],"chest":[4.4,-87.6],"neck":[4.4,-87.6],"head":[9.3,-152.4],"shR":[-56.4,-109.5],"elR":[-117.7,-15],"haR":[-139.8,-10],"shL":[62.7,-111.4],"elL":[135,-36.4],"haL":[198.3,-18.2],"hipR":[-11,37.2],"knR":[46.6,155.7],"ftR":[70.5,308],"hipL":[34.4,34.2],"knL":[25,176.9],"ftL":[-19,311]},{"rootY":15.1,"hips":[0,0],"chest":[5.6,-87.5],"neck":[5.6,-87.5],"head":[11.7,-151.9],"shR":[-54.8,-109.9],"elR":[-116.2,-16.1],"haR":[-135.9,-10.5],"shL":[63.5,-111.1],"elL":[134.7,-38.4],"haL":[199.1,-21.3],"hipR":[-11.6,37.4],"knR":[42.7,155.5],"ftR":[60.9,308.5],"hipL":[34.1,34.4],"knL":[24.1,177.2],"ftL":[-16.7,312.7]}]} \ No newline at end of file diff --git a/ink-theater/mocap/clips/march.json b/ink-theater/mocap/clips/march.json new file mode 100644 index 00000000..22b7ef4f --- /dev/null +++ b/ink-theater/mocap/clips/march.json @@ -0,0 +1 @@ +{"name":"march","fps":30,"height":520,"groundY":342,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[1.1,-86.1],"neck":[1.1,-86.1],"head":[2,-151.3],"shR":[-51.8,-120.1],"elR":[-155.8,-105.5],"haR":[-222.9,-96.1],"shL":[58.6,-114],"elL":[159.3,-99.8],"haL":[225.6,-90.5],"hipR":[-21.8,38.1],"knR":[-19.3,184.4],"ftR":[-16.5,341.7],"hipL":[25.5,38.1],"knL":[22.9,183.4],"ftL":[20.2,338.8]},{"rootY":1.2,"hips":[0,0],"chest":[-6.3,-84.4],"neck":[-6.3,-84.4],"head":[-27.5,-144.7],"shR":[46.2,-120.7],"elR":[65.5,-17.5],"haR":[73.1,36.4],"shL":[-63.6,-112.6],"elL":[-58.1,-16.3],"haL":[-67.7,49],"hipR":[27.5,34.4],"knR":[17.9,175.6],"ftR":[12.4,313.9],"hipL":[-19.2,41.9],"knL":[-28.3,162.4],"ftL":[-38.2,316.8]},{"rootY":2.8,"hips":[0,0],"chest":[-6.7,-84.2],"neck":[-6.7,-84.2],"head":[-28.7,-144.1],"shR":[45.2,-121.3],"elR":[65.2,-18.2],"haR":[73,34.5],"shL":[-64.1,-111.7],"elL":[-56.9,-15.8],"haL":[-66.6,50.2],"hipR":[27.6,34.3],"knR":[18.6,175],"ftR":[14.5,308.9],"hipL":[-19.1,42],"knL":[-27.4,163.1],"ftL":[-36.6,318.2]},{"rootY":1.7,"hips":[0,0],"chest":[-7.8,-84],"neck":[-7.8,-84],"head":[-30.3,-143.6],"shR":[43.6,-121.7],"elR":[64,-18.7],"haR":[72.1,33.8],"shL":[-65.3,-110.9],"elL":[-56.4,-15.3],"haL":[-65.8,51],"hipR":[26.6,35],"knR":[18,175.5],"ftR":[16.2,304.2],"hipL":[-20.2,41.6],"knL":[-27.8,163],"ftL":[-35.3,318.3]},{"rootY":0.4,"hips":[0,0],"chest":[-8.7,-83.9],"neck":[-8.7,-83.9],"head":[-31.7,-143.4],"shR":[42.2,-122.3],"elR":[62.6,-19.4],"haR":[70.8,33.8],"shL":[-66.1,-110],"elL":[-55.8,-14.7],"haL":[-64.8,51.6],"hipR":[25.5,35.5],"knR":[16.9,177],"ftR":[17.8,297.6],"hipL":[-21.4,41.3],"knL":[-28.8,164.2],"ftL":[-34,319.5]},{"rootY":-0.2,"hips":[0,0],"chest":[-9,-84],"neck":[-9,-84],"head":[-32.6,-143.1],"shR":[41.7,-122.4],"elR":[62.3,-19.7],"haR":[70.2,34.5],"shL":[-66.2,-110],"elL":[-54.8,-15.3],"haL":[-63.4,50.8],"hipR":[25,35.5],"knR":[16.7,178.9],"ftR":[18.5,289.7],"hipL":[-21.8,41.1],"knL":[-30.1,165.8],"ftL":[-32.3,320.5]},{"rootY":-0.3,"hips":[0,0],"chest":[-9.4,-84],"neck":[-9.4,-84],"head":[-33,-143.4],"shR":[41.2,-122.6],"elR":[62.1,-20],"haR":[69.5,35.2],"shL":[-66.5,-109.9],"elL":[-54.4,-15.7],"haL":[-62.7,50.4],"hipR":[23.8,35.8],"knR":[16.9,181.1],"ftR":[18.3,280.7],"hipL":[-23,40.5],"knL":[-32.1,166.9],"ftL":[-30.4,320.6]},{"rootY":-0.1,"hips":[0,0],"chest":[-9.3,-84.2],"neck":[-9.3,-84.2],"head":[-33,-143.5],"shR":[41.4,-122.6],"elR":[62,-20.1],"haR":[68.8,35.9],"shL":[-66.3,-110],"elL":[-54.1,-16.5],"haL":[-62.4,49.8],"hipR":[22.1,36.4],"knR":[18.4,182.6],"ftR":[19,272],"hipL":[-24.8,39.4],"knL":[-32.7,168],"ftL":[-26.9,319.9]},{"rootY":0.8,"hips":[0,0],"chest":[-9.2,-84.3],"neck":[-9.2,-84.3],"head":[-32.4,-143.8],"shR":[41.9,-122.3],"elR":[61.4,-19.8],"haR":[67.9,37.4],"shL":[-66.1,-110.7],"elL":[-54.5,-16.9],"haL":[-62.6,49.5],"hipR":[20.2,36.9],"knR":[20.9,182.7],"ftR":[19.5,265],"hipL":[-26.7,37.9],"knL":[-31.7,168.8],"ftL":[-23.1,318.6]},{"rootY":1.9,"hips":[0,0],"chest":[-9.2,-84.3],"neck":[-9.2,-84.3],"head":[-31.8,-144],"shR":[42.4,-121.6],"elR":[60,-18.9],"haR":[66.5,39.5],"shL":[-66,-111.4],"elL":[-55.6,-17.1],"haL":[-64.1,49.3],"hipR":[19.9,36.8],"knR":[23,180.6],"ftR":[17.8,259.3],"hipL":[-27.1,37.4],"knL":[-29.8,169.9],"ftL":[-21.1,317.6]},{"rootY":2.2,"hips":[0,0],"chest":[-8.9,-84.4],"neck":[-8.9,-84.4],"head":[-30.7,-144.4],"shR":[43.1,-121.2],"elR":[57.9,-18.3],"haR":[64.6,41.6],"shL":[-65.7,-112],"elL":[-56.7,-16.3],"haL":[-65.9,50],"hipR":[19.5,37],"knR":[25.1,177.3],"ftR":[17.7,258.8],"hipL":[-27.6,36.6],"knL":[-28.3,171.5],"ftL":[-19.3,317.2]},{"rootY":2.3,"hips":[0,0],"chest":[-8.3,-84.5],"neck":[-8.3,-84.5],"head":[-29,-144.5],"shR":[44,-121],"elR":[55.5,-17.7],"haR":[62.4,43.5],"shL":[-65.1,-112.4],"elL":[-57.7,-15.4],"haL":[-67.7,50.7],"hipR":[19.3,37.3],"knR":[26.4,173.3],"ftR":[18.6,263.7],"hipL":[-27.9,36],"knL":[-26.3,173.5],"ftL":[-17.5,317.1]},{"rootY":1.1,"hips":[0,0],"chest":[-7.5,-84.6],"neck":[-7.5,-84.6],"head":[-27,-145.2],"shR":[45.2,-120.6],"elR":[53.4,-17],"haR":[60.4,45.3],"shL":[-64.5,-112.9],"elL":[-59,-15],"haL":[-69.6,50.7],"hipR":[19,37.4],"knR":[26.7,169.2],"ftR":[18.6,273.6],"hipL":[-28.1,35.7],"knL":[-24.4,174.6],"ftL":[-15.6,317.2]},{"rootY":0,"hips":[0,0],"chest":[-6.9,-84.7],"neck":[-6.9,-84.7],"head":[-25.1,-145.7],"shR":[46.3,-120],"elR":[51.8,-16.4],"haR":[58.2,47.2],"shL":[-63.9,-113.7],"elL":[-60.5,-15.1],"haL":[-71.5,50],"hipR":[18.8,37.6],"knR":[26.6,165.2],"ftR":[18.9,286.1],"hipL":[-28.4,35.4],"knL":[-22.9,176.3],"ftL":[-14,317.6]},{"rootY":-1.2,"hips":[0,0],"chest":[-6.4,-84.7],"neck":[-6.4,-84.7],"head":[-23.4,-146.4],"shR":[47,-119.3],"elR":[50.5,-15.8],"haR":[56.5,48.7],"shL":[-63.4,-114.2],"elL":[-62.9,-15.1],"haL":[-74,49.1],"hipR":[18.6,37.9],"knR":[26.6,162.3],"ftR":[20.3,298.7],"hipL":[-28.6,35],"knL":[-21.3,177.8],"ftL":[-12.4,318.3]},{"rootY":-3.2,"hips":[0,0],"chest":[-5.8,-84.7],"neck":[-5.8,-84.7],"head":[-21,-146.8],"shR":[47.7,-118.8],"elR":[49.2,-15.6],"haR":[54.6,49.3],"shL":[-62.8,-114.8],"elL":[-65.8,-15.3],"haL":[-76.4,47.7],"hipR":[18.8,38.2],"knR":[25.8,161],"ftR":[22.3,310],"hipL":[-28.4,35.2],"knL":[-20.5,179.2],"ftL":[-12,319.7]},{"rootY":-4.9,"hips":[0,0],"chest":[-5.7,-84.6],"neck":[-5.7,-84.6],"head":[-18.8,-147.4],"shR":[48,-118.2],"elR":[48,-15.3],"haR":[52.7,50.1],"shL":[-62.6,-115.4],"elL":[-69.7,-15.9],"haL":[-79.4,45.3],"hipR":[18.4,38.6],"knR":[24.3,161.7],"ftR":[25.3,317.7],"hipL":[-28.8,35.1],"knL":[-20.8,179.9],"ftL":[-12,320.6]},{"rootY":-4.1,"hips":[0,0],"chest":[-5.4,-84.7],"neck":[-5.4,-84.7],"head":[-18.2,-146.9],"shR":[48.2,-117.7],"elR":[46.4,-15.1],"haR":[51,50.7],"shL":[-62.2,-116],"elL":[-73.6,-16.3],"haL":[-82.7,43],"hipR":[18.1,38.9],"knR":[22.6,162.9],"ftR":[28.3,319.9],"hipL":[-29,35],"knL":[-21.3,180],"ftL":[-12.5,319.8]},{"rootY":-3.4,"hips":[0,0],"chest":[-4.9,-84.7],"neck":[-4.9,-84.7],"head":[-16.7,-147.1],"shR":[48.7,-117.6],"elR":[45.2,-15.2],"haR":[49.7,50.7],"shL":[-61.5,-116.3],"elL":[-76.8,-16.7],"haL":[-85.1,40.7],"hipR":[17.3,39.2],"knR":[21.8,164.1],"ftR":[30.4,318.6],"hipL":[-29.7,34.6],"knL":[-22,179],"ftL":[-13.2,319.1]},{"rootY":-2,"hips":[0,0],"chest":[-4.5,-84.7],"neck":[-4.5,-84.7],"head":[-15.4,-147.5],"shR":[49.1,-117.1],"elR":[44,-15],"haR":[48.5,51.1],"shL":[-60.8,-116.8],"elL":[-79.6,-17.4],"haL":[-87.3,38.4],"hipR":[17.3,39.4],"knR":[21.9,164.4],"ftR":[30.6,317.3],"hipL":[-29.7,34.7],"knL":[-22.6,178.6],"ftL":[-13.8,317.5]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.1,-84.6],"neck":[-4.1,-84.6],"head":[-14.1,-147.4],"shR":[49.6,-116.5],"elR":[43.1,-14.5],"haR":[48,52],"shL":[-60,-117.3],"elL":[-81.2,-18.1],"haL":[-88.7,35.8],"hipR":[17.4,39.7],"knR":[22.7,163.1],"ftR":[29.8,317],"hipL":[-29.6,34.6],"knL":[-22.8,177.7],"ftL":[-15.3,314.3]},{"rootY":1.5,"hips":[0,0],"chest":[-3.5,-84.5],"neck":[-3.5,-84.5],"head":[-12.8,-147.5],"shR":[50.1,-116.1],"elR":[42.1,-14.2],"haR":[47.1,52.5],"shL":[-59.2,-117.7],"elL":[-81.6,-18.6],"haL":[-89.5,33.8],"hipR":[17.4,39.8],"knR":[22.6,162.4],"ftR":[28.5,318],"hipL":[-29.6,34.5],"knL":[-23,176.4],"ftL":[-16.6,310.7]},{"rootY":1,"hips":[0,0],"chest":[-3,-84.5],"neck":[-3,-84.5],"head":[-11.3,-147.6],"shR":[50.6,-115.5],"elR":[41.7,-13.5],"haR":[46.9,53.5],"shL":[-58.3,-118.3],"elL":[-80.9,-19.2],"haL":[-89.5,32.3],"hipR":[17.5,39.8],"knR":[22,162.5],"ftR":[27.4,319.1],"hipL":[-29.5,34.7],"knL":[-23.3,175.1],"ftL":[-17.9,306.7]},{"rootY":-0.8,"hips":[0,0],"chest":[-2.2,-84.5],"neck":[-2.2,-84.5],"head":[-9.6,-147.8],"shR":[51.5,-114.8],"elR":[41.6,-12.7],"haR":[47.1,54.5],"shL":[-57,-118.9],"elL":[-79.1,-19.8],"haL":[-88.3,31.6],"hipR":[18.7,39.5],"knR":[22.8,163.5],"ftR":[27.6,320.5],"hipL":[-28.4,35.5],"knL":[-22.9,175.5],"ftL":[-19.7,302.6]},{"rootY":-2.6,"hips":[0,0],"chest":[-1.8,-84.5],"neck":[-1.8,-84.5],"head":[-8.4,-148],"shR":[51.9,-114.3],"elR":[41.5,-12.4],"haR":[47.2,54.9],"shL":[-56.2,-119.4],"elL":[-78.2,-20.5],"haL":[-87.3,31.4],"hipR":[19.8,39.2],"knR":[23.3,165],"ftR":[25.3,322.2],"hipL":[-27.3,36.2],"knL":[-23.1,176.5],"ftL":[-22.8,297.5]},{"rootY":-4.4,"hips":[0,0],"chest":[-1.7,-84.6],"neck":[-1.7,-84.6],"head":[-8,-148.4],"shR":[51.9,-114.2],"elR":[41.2,-12.2],"haR":[47.1,55.1],"shL":[-55.9,-119.7],"elL":[-78.1,-20.9],"haL":[-86.4,31.7],"hipR":[20.3,39],"knR":[23.2,167.1],"ftR":[23.6,324],"hipL":[-26.8,36.3],"knL":[-23.6,178.1],"ftL":[-25,291.7]},{"rootY":-5.3,"hips":[0,0],"chest":[-1.5,-84.7],"neck":[-1.5,-84.7],"head":[-7.4,-148.8],"shR":[52,-113.9],"elR":[41.6,-12],"haR":[47.7,55.1],"shL":[-55.6,-120],"elL":[-77.9,-21.5],"haL":[-85.1,32.2],"hipR":[21.2,38.6],"knR":[23,168.6],"ftR":[21.1,324.8],"hipL":[-26,36.7],"knL":[-24.4,180.3],"ftL":[-26,286.1]},{"rootY":-5.4,"hips":[0,0],"chest":[-1.5,-84.8],"neck":[-1.5,-84.8],"head":[-7.1,-149.1],"shR":[52.1,-113.7],"elR":[42.4,-11.9],"haR":[48.9,55.1],"shL":[-55.6,-120.2],"elL":[-78.2,-22.1],"haL":[-83.8,32.2],"hipR":[22.1,38],"knR":[21.7,169.7],"ftR":[18.4,324.5],"hipL":[-25.1,36.9],"knL":[-26.1,181.9],"ftL":[-27.6,278.6]},{"rootY":-4.6,"hips":[0,0],"chest":[-1.9,-84.8],"neck":[-1.9,-84.8],"head":[-7.6,-149.2],"shR":[51.8,-114],"elR":[43.5,-11.8],"haR":[50.3,54.9],"shL":[-56.1,-119.9],"elL":[-78.5,-22.1],"haL":[-82.7,32.7],"hipR":[22.9,37.2],"knR":[19.6,170.6],"ftR":[15.2,323.5],"hipL":[-24.3,37],"knL":[-28.3,182.2],"ftL":[-28.9,271.1]},{"rootY":-3.5,"hips":[0,0],"chest":[-2.2,-84.8],"neck":[-2.2,-84.8],"head":[-8.8,-149.8],"shR":[51.7,-114.5],"elR":[45.3,-11.8],"haR":[52.5,54.6],"shL":[-56.8,-119.6],"elL":[-77.6,-21.7],"haL":[-81.3,33.8],"hipR":[23.6,36.4],"knR":[17.3,171.7],"ftR":[12.7,322.4],"hipL":[-23.6,37],"knL":[-30.6,181.2],"ftL":[-29.2,264.6]},{"rootY":-3.3,"hips":[0,0],"chest":[-2.6,-84.9],"neck":[-2.6,-84.9],"head":[-9.4,-149.9],"shR":[51.6,-114.7],"elR":[47.2,-11.3],"haR":[55.1,54.7],"shL":[-57.4,-119.6],"elL":[-74.8,-21.3],"haL":[-78.5,35.2],"hipR":[24.6,35.4],"knR":[16.1,172.9],"ftR":[11.1,321.9],"hipL":[-22.5,37.6],"knL":[-32.5,179.5],"ftL":[-29.7,263.1]},{"rootY":-3.4,"hips":[0,0],"chest":[-3.1,-85.1],"neck":[-3.1,-85.1],"head":[-10,-150.3],"shR":[51.5,-114.9],"elR":[49.2,-10.9],"haR":[57.7,54.8],"shL":[-58,-119.5],"elL":[-71.5,-20.8],"haL":[-75.9,36.9],"hipR":[25,34.9],"knR":[15.6,174.6],"ftR":[10.1,322],"hipL":[-22.2,37.9],"knL":[-33.3,176.9],"ftL":[-30,266.1]},{"rootY":-4.2,"hips":[0,0],"chest":[-3.4,-85.2],"neck":[-3.4,-85.2],"head":[-10.6,-150.5],"shR":[51.5,-115.2],"elR":[51.2,-10.8],"haR":[60.4,54.4],"shL":[-58.5,-119.3],"elL":[-68.2,-20.3],"haL":[-73.1,38.7],"hipR":[25.5,34.5],"knR":[15.4,176.3],"ftR":[9.6,322.2],"hipL":[-21.6,38.3],"knL":[-33.3,173.9],"ftL":[-30,273.5]},{"rootY":-4.4,"hips":[0,0],"chest":[-3.6,-85.2],"neck":[-3.6,-85.2],"head":[-11.4,-150.6],"shR":[51.5,-115.7],"elR":[53.3,-11.1],"haR":[62.9,53.3],"shL":[-58.9,-118.8],"elL":[-65.3,-19.8],"haL":[-70.6,40.5],"hipR":[26.4,33.8],"knR":[15.6,177.4],"ftR":[9.2,322.4],"hipL":[-20.6,38.8],"knL":[-32.5,170.9],"ftL":[-29.1,282.8]},{"rootY":-5.5,"hips":[0,0],"chest":[-3.6,-85.2],"neck":[-3.6,-85.2],"head":[-12.5,-150.5],"shR":[51.5,-116.1],"elR":[55.6,-11.5],"haR":[65.3,52],"shL":[-59.1,-118.1],"elL":[-63.3,-19.5],"haL":[-68.7,41.8],"hipR":[26.7,33.8],"knR":[15.4,178.5],"ftR":[9.2,322.7],"hipL":[-20.3,39.2],"knL":[-31.1,168],"ftL":[-28,293.8]},{"rootY":-7,"hips":[0,0],"chest":[-3,-85.3],"neck":[-3,-85.3],"head":[-12.8,-150.6],"shR":[52.1,-116.8],"elR":[58.8,-12.3],"haR":[68.1,49.8],"shL":[-58.5,-117.7],"elL":[-61.1,-19.5],"haL":[-66.2,43.1],"hipR":[26.7,33.8],"knR":[16.7,179.5],"ftR":[10.1,323.2],"hipL":[-20.2,39.5],"knL":[-28.8,166.7],"ftL":[-26.2,304.7]},{"rootY":-7.7,"hips":[0,0],"chest":[-3,-85.3],"neck":[-3,-85.3],"head":[-14.2,-150.4],"shR":[51.9,-117.3],"elR":[61.4,-13],"haR":[70.3,48.8],"shL":[-58.5,-117.2],"elL":[-59.7,-19.4],"haL":[-64.8,44.1],"hipR":[27,33.8],"knR":[17.1,179.7],"ftR":[10.1,323.6],"hipL":[-19.9,40],"knL":[-27.1,165.7],"ftL":[-25.8,313.5]},{"rootY":-7,"hips":[0,0],"chest":[-3.2,-85.1],"neck":[-3.2,-85.1],"head":[-15.5,-150.1],"shR":[51.6,-117.7],"elR":[63.9,-13.6],"haR":[72,46.3],"shL":[-58.7,-116.4],"elL":[-58.3,-19.1],"haL":[-63.8,45.2],"hipR":[28.1,33.4],"knR":[17.4,178.9],"ftR":[9.7,322.9],"hipL":[-18.6,40.9],"knL":[-24.8,165.4],"ftL":[-26.7,319.2]},{"rootY":-6.6,"hips":[0,0],"chest":[-3.6,-85],"neck":[-3.6,-85],"head":[-16.6,-149.9],"shR":[50.9,-118.1],"elR":[66,-14.3],"haR":[73.2,44.3],"shL":[-59.1,-116],"elL":[-57.1,-19.2],"haL":[-63.1,45.8],"hipR":[28.1,33.7],"knR":[17.9,178.3],"ftR":[10,322.4],"hipL":[-18.6,41.3],"knL":[-22.8,165.9],"ftL":[-27.7,321.3]},{"rootY":-5.2,"hips":[0,0],"chest":[-3.9,-84.9],"neck":[-3.9,-84.9],"head":[-17.5,-149.7],"shR":[50.3,-118.6],"elR":[67.3,-15.1],"haR":[74.1,42],"shL":[-59.5,-115.3],"elL":[-55.3,-18.6],"haL":[-62.2,47.1],"hipR":[28.6,33.6],"knR":[19.1,176.7],"ftR":[10.8,320.9],"hipL":[-18,41.7],"knL":[-21.1,165.5],"ftL":[-27.5,319.9]},{"rootY":-3.2,"hips":[0,0],"chest":[-4.2,-84.8],"neck":[-4.2,-84.8],"head":[-18.3,-149.4],"shR":[49.8,-118.8],"elR":[68.4,-15.5],"haR":[75.1,40.3],"shL":[-59.7,-114.9],"elL":[-53.9,-18.2],"haL":[-61.5,47.9],"hipR":[28.7,33.6],"knR":[20,175.2],"ftR":[12.5,317.9],"hipL":[-17.8,41.9],"knL":[-21,164.9],"ftL":[-27.1,319]},{"rootY":-1.3,"hips":[0,0],"chest":[-4.9,-84.6],"neck":[-4.9,-84.6],"head":[-19.4,-149.1],"shR":[48.9,-119],"elR":[68.2,-15.8],"haR":[75,38.9],"shL":[-60.4,-114.4],"elL":[-53.1,-18],"haL":[-61.1,48.3],"hipR":[28.3,33.8],"knR":[20.2,174.5],"ftR":[14.4,313.9],"hipL":[-18.2,42],"knL":[-21.9,164.1],"ftL":[-25.9,319.1]},{"rootY":-1.8,"hips":[0,0],"chest":[-5.8,-84.3],"neck":[-5.8,-84.3],"head":[-20.6,-148.9],"shR":[47.4,-119.4],"elR":[66.9,-16.3],"haR":[74.1,38],"shL":[-61.3,-113.7],"elL":[-53.3,-17],"haL":[-61.3,49.5],"hipR":[27.5,34.2],"knR":[19.7,174.1],"ftR":[16,309.5],"hipL":[-19.2,41.8],"knL":[-22.4,162.9],"ftL":[-24.4,318.3]},{"rootY":-3,"hips":[0,0],"chest":[-7,-84.2],"neck":[-7,-84.2],"head":[-22.1,-148.7],"shR":[45.8,-119.8],"elR":[64.8,-16.7],"haR":[72.4,37.8],"shL":[-62.4,-113.1],"elL":[-53.8,-16],"haL":[-62.1,50.5],"hipR":[26.2,34.9],"knR":[18.5,175.7],"ftR":[17.4,303.4],"hipL":[-20.6,41.4],"knL":[-23.4,164.2],"ftL":[-22.8,319.7]},{"rootY":-4.8,"hips":[0,0],"chest":[-7.3,-84.4],"neck":[-7.3,-84.4],"head":[-22.6,-148.8],"shR":[45.2,-120.2],"elR":[63.5,-17.1],"haR":[71.3,38.2],"shL":[-62.6,-112.9],"elL":[-53.7,-15.9],"haL":[-62.3,50.5],"hipR":[25.7,35],"knR":[18.9,177.5],"ftR":[19.6,296],"hipL":[-21.1,41.1],"knL":[-23.4,166.7],"ftL":[-20.2,321.8]},{"rootY":-6.4,"hips":[0,0],"chest":[-7.5,-84.4],"neck":[-7.5,-84.4],"head":[-22.6,-148.9],"shR":[45.1,-120.3],"elR":[62.9,-17.3],"haR":[70.4,39],"shL":[-62.6,-112.7],"elL":[-53.6,-15.8],"haL":[-62.6,50.5],"hipR":[25.3,35.1],"knR":[20.6,180],"ftR":[20.9,289],"hipL":[-21.6,40.9],"knL":[-23.8,169],"ftL":[-17.9,323.4]},{"rootY":-7.2,"hips":[0,0],"chest":[-8.1,-84.5],"neck":[-8.1,-84.5],"head":[-23,-149],"shR":[44.6,-120.3],"elR":[62.1,-17.3],"haR":[69.1,39.9],"shL":[-63.2,-112.8],"elL":[-54.5,-16.2],"haL":[-63.8,50],"hipR":[24.1,35.6],"knR":[23,181.9],"ftR":[22,280.5],"hipL":[-22.9,40.2],"knL":[-24.6,170.8],"ftL":[-15.6,324.1]},{"rootY":-7.3,"hips":[0,0],"chest":[-8.5,-84.5],"neck":[-8.5,-84.5],"head":[-23,-149.1],"shR":[44.3,-120.1],"elR":[61.1,-17.2],"haR":[67.6,40.8],"shL":[-63.7,-112.9],"elL":[-56.5,-16.3],"haL":[-65.8,49.7],"hipR":[22.4,36.3],"knR":[25.1,182.1],"ftR":[23.6,272.8],"hipL":[-24.6,39.1],"knL":[-25.7,171.9],"ftL":[-13,323.8]},{"rootY":-6.8,"hips":[0,0],"chest":[-8.3,-84.6],"neck":[-8.3,-84.6],"head":[-22.3,-149.3],"shR":[44.8,-119.8],"elR":[60.4,-16.8],"haR":[66.5,42],"shL":[-63.5,-113.6],"elL":[-58,-16.2],"haL":[-67.6,49.3],"hipR":[21.1,36.5],"knR":[27.8,180.5],"ftR":[25.1,266.5],"hipL":[-25.9,38],"knL":[-25.1,172.9],"ftL":[-9.8,323]},{"rootY":-6.2,"hips":[0,0],"chest":[-8.4,-84.7],"neck":[-8.4,-84.7],"head":[-21.8,-149.5],"shR":[45.1,-119.5],"elR":[58.5,-16.4],"haR":[64.5,42.9],"shL":[-63.5,-114.1],"elL":[-60,-15.8],"haL":[-70.2,49.3],"hipR":[20.5,36.4],"knR":[29.2,177.3],"ftR":[25.3,263],"hipL":[-26.5,37.4],"knL":[-24.1,174.3],"ftL":[-7.8,322.4]},{"rootY":-5.7,"hips":[0,0],"chest":[-8.2,-84.9],"neck":[-8.2,-84.9],"head":[-21.1,-149.8],"shR":[45.6,-119.2],"elR":[56.7,-15.9],"haR":[62.6,44.2],"shL":[-63.2,-114.5],"elL":[-62,-15.1],"haL":[-72.9,49.3],"hipR":[19.4,36.8],"knR":[29.2,173.4],"ftR":[26.1,263.9],"hipL":[-27.7,36.4],"knL":[-23.1,175.3],"ftL":[-5.5,321.8]},{"rootY":-6.2,"hips":[0,0],"chest":[-7.8,-85],"neck":[-7.8,-85],"head":[-20.2,-150],"shR":[46.3,-119],"elR":[54.8,-15.3],"haR":[60.5,46.2],"shL":[-62.8,-115],"elL":[-64,-14.6],"haL":[-75.6,49.1],"hipR":[18.6,37.1],"knR":[27,169.7],"ftR":[26.7,270.5],"hipL":[-28.4,36],"knL":[-22.8,176.1],"ftL":[-4,321.3]},{"rootY":-5.6,"hips":[0,0],"chest":[-7.4,-85.2],"neck":[-7.4,-85.2],"head":[-19,-150.2],"shR":[47,-118.6],"elR":[53,-14.8],"haR":[58.7,47.7],"shL":[-62.3,-115.3],"elL":[-65.4,-14.3],"haL":[-77.9,48.4],"hipR":[17.8,37.2],"knR":[24,165.7],"ftR":[26.6,279.9],"hipL":[-29.1,35.5],"knL":[-22.3,177.1],"ftL":[-2.4,320.5]},{"rootY":-5.3,"hips":[0,0],"chest":[-7.3,-85.2],"neck":[-7.3,-85.2],"head":[-18.1,-150.4],"shR":[47.3,-118.2],"elR":[51.3,-14.3],"haR":[56.8,49.2],"shL":[-62.2,-115.8],"elL":[-67.3,-14.6],"haL":[-80.4,47],"hipR":[17.2,37.3],"knR":[20.1,162.3],"ftR":[24.5,291.2],"hipL":[-29.6,35.2],"knL":[-21.6,178.1],"ftL":[-0.5,320.1]},{"rootY":-5.7,"hips":[0,0],"chest":[-7.2,-85.3],"neck":[-7.2,-85.3],"head":[-17.5,-150.4],"shR":[47.7,-117.7],"elR":[50.4,-13.9],"haR":[55.5,50.3],"shL":[-62.1,-116.3],"elL":[-69.1,-15],"haL":[-82.4,45.1],"hipR":[16.2,37.8],"knR":[16.8,160.8],"ftR":[21.8,303.1],"hipL":[-30.4,34.9],"knL":[-21.2,178.8],"ftL":[1.1,320]},{"rootY":-6.4,"hips":[0,0],"chest":[-7.1,-85.3],"neck":[-7.1,-85.3],"head":[-16.7,-150.5],"shR":[48.1,-117.2],"elR":[49.9,-13.5],"haR":[54.5,51.3],"shL":[-61.7,-117],"elL":[-70.7,-15.7],"haL":[-83.7,42.6],"hipR":[15.5,38],"knR":[13.5,161.1],"ftR":[18.3,313.4],"hipL":[-30.9,34.8],"knL":[-20.5,179.4],"ftL":[2.9,320.2]},{"rootY":-7,"hips":[0,0],"chest":[-7,-85.3],"neck":[-7,-85.3],"head":[-15.7,-150.6],"shR":[48.5,-116.8],"elR":[49.7,-13.2],"haR":[53.6,52.1],"shL":[-61.4,-117.4],"elL":[-72.9,-16.4],"haL":[-84.8,39.7],"hipR":[15,38.4],"knR":[10.8,162.6],"ftR":[14.1,319.5],"hipL":[-31.3,34.9],"knL":[-19.4,179.6],"ftL":[4.7,320.1]},{"rootY":-6.6,"hips":[0,0],"chest":[-6.7,-85.4],"neck":[-6.7,-85.4],"head":[-14.7,-150.7],"shR":[48.9,-116.6],"elR":[49.4,-13.3],"haR":[52.9,52.3],"shL":[-61,-117.9],"elL":[-74.3,-17.1],"haL":[-85.6,36.8],"hipR":[14,38.7],"knR":[7.8,164.7],"ftR":[10.8,321.1],"hipL":[-32,34.6],"knL":[-18.4,178.8],"ftL":[6.2,319.3]},{"rootY":-5.3,"hips":[0,0],"chest":[-6.9,-85.4],"neck":[-6.9,-85.4],"head":[-14.3,-150.7],"shR":[49,-116.1],"elR":[48.7,-13.2],"haR":[51.9,52.7],"shL":[-60.9,-118.4],"elL":[-75.9,-17.8],"haL":[-86.4,33.7],"hipR":[13.8,39],"knR":[4.5,165.1],"ftR":[7,319.4],"hipL":[-32.1,34.7],"knL":[-18,178.1],"ftL":[6,318.2]},{"rootY":-3,"hips":[0,0],"chest":[-6.7,-85.3],"neck":[-6.7,-85.3],"head":[-13.5,-150.7],"shR":[49.3,-115.8],"elR":[48.6,-13],"haR":[51.6,53.1],"shL":[-60.6,-118.7],"elL":[-76.9,-18.3],"haL":[-86.8,31.3],"hipR":[13.5,39.2],"knR":[3.7,164.3],"ftR":[4.3,319],"hipL":[-32.3,34.7],"knL":[-17.8,177.3],"ftL":[6.6,315]},{"rootY":-1.4,"hips":[0,0],"chest":[-6.4,-85.2],"neck":[-6.4,-85.2],"head":[-12.7,-150.7],"shR":[49.7,-115.5],"elR":[48.2,-13.1],"haR":[51.4,53.3],"shL":[-60.2,-118.9],"elL":[-77.3,-18.7],"haL":[-86.6,29.5],"hipR":[13.3,39.2],"knR":[2,163],"ftR":[3.5,319],"hipL":[-32.5,34.5],"knL":[-17,175.8],"ftL":[7.1,311.7]},{"rootY":-1.4,"hips":[0,0],"chest":[-6,-85.2],"neck":[-6,-85.2],"head":[-11,-150.7],"shR":[50.7,-114.6],"elR":[48.1,-12],"haR":[51.7,54.6],"shL":[-59.2,-120.1],"elL":[-75.9,-19.8],"haL":[-85.3,28.5],"hipR":[13.4,39.2],"knR":[0.8,162.6],"ftR":[4.1,319.3],"hipL":[-32.4,34.7],"knL":[-15.9,174.9],"ftL":[7.9,307.9]},{"rootY":-2.2,"hips":[0,0],"chest":[-5.4,-85.2],"neck":[-5.4,-85.2],"head":[-9.4,-150.6],"shR":[51.4,-114.1],"elR":[48,-11.6],"haR":[52.1,55.3],"shL":[-58.6,-120.2],"elL":[-74,-19.8],"haL":[-83.8,29.3],"hipR":[14.8,38.9],"knR":[1,163.3],"ftR":[4.9,320.5],"hipL":[-31.2,35.7],"knL":[-15.3,175.8],"ftL":[7.9,303.4]},{"rootY":-4,"hips":[0,0],"chest":[-5.1,-85.1],"neck":[-5.1,-85.1],"head":[-8.8,-150.6],"shR":[52.2,-113.3],"elR":[48.2,-10.9],"haR":[52.6,55.9],"shL":[-57.7,-121.1],"elL":[-71.9,-20.7],"haL":[-81.8,30.2],"hipR":[15,39],"knR":[1.7,165.4],"ftR":[6.1,322.5],"hipL":[-31,35.9],"knL":[-15.9,176.3],"ftL":[6.8,298.6]},{"rootY":-6.1,"hips":[0,0],"chest":[-4.5,-85.1],"neck":[-4.5,-85.1],"head":[-7.7,-150.6],"shR":[53.1,-112.7],"elR":[49,-10.4],"haR":[53.5,56.4],"shL":[-56.7,-121.8],"elL":[-69.8,-21.6],"haL":[-79.5,31.2],"hipR":[15.4,38.7],"knR":[2.6,167.7],"ftR":[7,324.3],"hipL":[-30.6,36.2],"knL":[-17.8,177.9],"ftL":[6.1,293.1]},{"rootY":-8.5,"hips":[0,0],"chest":[-4,-85.1],"neck":[-4,-85.1],"head":[-6.9,-150.6],"shR":[53.6,-112.5],"elR":[49.9,-10.3],"haR":[54.3,56.4],"shL":[-56.2,-121.6],"elL":[-68.9,-22],"haL":[-78,33.3],"hipR":[16.4,38.3],"knR":[3.1,170.1],"ftR":[7,326],"hipL":[-29.8,36.9],"knL":[-21.6,180.7],"ftL":[4,288.3]},{"rootY":-9.4,"hips":[0,0],"chest":[-3.9,-85],"neck":[-3.9,-85],"head":[-6.8,-150.6],"shR":[53.7,-112.5],"elR":[50.9,-10.4],"haR":[55,56.1],"shL":[-56,-121.6],"elL":[-67.9,-22.3],"haL":[-76.4,34.7],"hipR":[17.4,37.7],"knR":[3.5,171.7],"ftR":[7.1,326.6],"hipL":[-28.8,37.4],"knL":[-26.3,182.4],"ftL":[2.6,281.7]},{"rootY":-9.9,"hips":[0,0],"chest":[-3.9,-85],"neck":[-3.9,-85],"head":[-6.9,-150.6],"shR":[53.6,-112.7],"elR":[52.4,-10.5],"haR":[56.2,55.7],"shL":[-55.8,-121.5],"elL":[-66.8,-22.7],"haL":[-74.9,35.7],"hipR":[18.3,37],"knR":[3,173],"ftR":[7.1,326.7],"hipL":[-27.9,37.9],"knL":[-31.9,183],"ftL":[0.7,275.5]},{"rootY":-10,"hips":[0,0],"chest":[-4.4,-84.9],"neck":[-4.4,-84.9],"head":[-7.6,-150.5],"shR":[52.8,-113],"elR":[53.3,-10.5],"haR":[56.9,55.3],"shL":[-56.4,-120.9],"elL":[-65.9,-22.7],"haL":[-73.9,36.8],"hipR":[19,36.2],"knR":[1.8,173.9],"ftR":[6.7,326.1],"hipL":[-27.2,38.2],"knL":[-37.9,182.2],"ftL":[-1.4,269.7]},{"rootY":-9.2,"hips":[0,0],"chest":[-4.8,-84.8],"neck":[-4.8,-84.8],"head":[-8.3,-150.4],"shR":[52.2,-113.4],"elR":[54.4,-10.5],"haR":[58,54.8],"shL":[-56.6,-120.6],"elL":[-63.8,-22.8],"haL":[-72.2,37.9],"hipR":[19.2,35.7],"knR":[1.5,174.9],"ftR":[7.1,325.4],"hipL":[-26.9,38.4],"knL":[-43.9,179.9],"ftL":[-4,267]},{"rootY":-9.3,"hips":[0,0],"chest":[-5.3,-84.8],"neck":[-5.3,-84.8],"head":[-9.4,-150.4],"shR":[51.5,-113.7],"elR":[55.2,-10.4],"haR":[59.1,54.4],"shL":[-56.7,-120.3],"elL":[-60.9,-22.6],"haL":[-70.3,39.2],"hipR":[19.2,35.5],"knR":[1.5,176.1],"ftR":[8,325],"hipL":[-26.7,38.6],"knL":[-48.5,177.1],"ftL":[-7.5,269.3]},{"rootY":-9.2,"hips":[0,0],"chest":[-5.6,-84.8],"neck":[-5.6,-84.8],"head":[-10.6,-150.4],"shR":[50.6,-113.8],"elR":[55.9,-10.2],"haR":[60.1,53.9],"shL":[-56.3,-120.4],"elL":[-57.1,-22.8],"haL":[-67.7,39.8],"hipR":[19.6,35.1],"knR":[1.7,177.2],"ftR":[9.4,324.4],"hipL":[-26.1,39.1],"knL":[-51.8,174.2],"ftL":[-12.1,275.2]},{"rootY":-9.2,"hips":[0,0],"chest":[-6,-84.7],"neck":[-6,-84.7],"head":[-11.8,-150.4],"shR":[49.7,-114.1],"elR":[57,-10.5],"haR":[61.3,52.9],"shL":[-56.1,-120],"elL":[-53.6,-22],"haL":[-65.2,41.5],"hipR":[20.3,34.5],"knR":[2.5,177.7],"ftR":[11,323.7],"hipL":[-25.2,39.7],"knL":[-54,171.4],"ftL":[-17.1,284.3]},{"rootY":-9.9,"hips":[0,0],"chest":[-6,-84.7],"neck":[-6,-84.7],"head":[-12.6,-150.4],"shR":[48.9,-114.5],"elR":[58.6,-10.7],"haR":[62.5,51.9],"shL":[-55.5,-119.7],"elL":[-50.4,-21.6],"haL":[-62.8,42.5],"hipR":[20.4,34.3],"knR":[4.2,178.6],"ftR":[13.4,323.3],"hipL":[-24.9,40],"knL":[-54.6,169.1],"ftL":[-21.9,295.3]},{"rootY":-11.1,"hips":[0,0],"chest":[-6.2,-84.7],"neck":[-6.2,-84.7],"head":[-13.9,-150.2],"shR":[48,-115],"elR":[60,-11.3],"haR":[63.5,50.4],"shL":[-55.1,-119],"elL":[-48.3,-21.2],"haL":[-60.6,43.5],"hipR":[20.8,34],"knR":[6.5,179.2],"ftR":[15.7,323.3],"hipL":[-24.2,40.6],"knL":[-54.6,167.8],"ftL":[-28,306.7]},{"rootY":-11.6,"hips":[0,0],"chest":[-7.8,-84.4],"neck":[-7.8,-84.4],"head":[-16.3,-149.9],"shR":[45.6,-115.2],"elR":[60.1,-11.5],"haR":[62.6,49.3],"shL":[-56.2,-118.4],"elL":[-47.8,-21],"haL":[-60.2,43.9],"hipR":[21.2,33.8],"knR":[7,179.4],"ftR":[16.7,323.5],"hipL":[-23.6,41],"knL":[-54.5,167.1],"ftL":[-37.3,316.2]},{"rootY":-12.4,"hips":[0,0],"chest":[-8.1,-84.5],"neck":[-8.1,-84.5],"head":[-16.9,-149.9],"shR":[44.5,-115.8],"elR":[61.3,-12.4],"haR":[62.7,47.6],"shL":[-55.5,-117.8],"elL":[-45.9,-20.7],"haL":[-58.2,44.4],"hipR":[20.1,34.6],"knR":[9.9,180.5],"ftR":[20.7,324.1],"hipL":[-24.5,40.8],"knL":[-52.9,168.1],"ftL":[-44.8,322.6]},{"rootY":-11.8,"hips":[0,0],"chest":[-7.8,-84.7],"neck":[-7.8,-84.7],"head":[-17.1,-150.1],"shR":[44.1,-116.5],"elR":[63.3,-13.3],"haR":[63.6,45.9],"shL":[-55,-117.6],"elL":[-44.2,-20.9],"haL":[-56.6,44.3],"hipR":[20,34.6],"knR":[14.4,179.9],"ftR":[25,323.9],"hipL":[-24.4,41.1],"knL":[-51,168.6],"ftL":[-52.1,324.1]},{"rootY":-10.4,"hips":[0,0],"chest":[-7.4,-84.9],"neck":[-7.4,-84.9],"head":[-17,-150.2],"shR":[43.9,-117.1],"elR":[64.2,-14.1],"haR":[63.8,43.7],"shL":[-54.2,-117.4],"elL":[-42.2,-20.7],"haL":[-54.5,44.6],"hipR":[19.5,34.9],"knR":[19.3,178.9],"ftR":[30.1,323],"hipL":[-24.7,41.1],"knL":[-50.8,167.4],"ftL":[-56.3,322]},{"rootY":-7.5,"hips":[0,0],"chest":[-8.7,-84.5],"neck":[-8.7,-84.5],"head":[-18.5,-149.8],"shR":[42,-117.1],"elR":[63.1,-14.3],"haR":[61.9,42.2],"shL":[-55.3,-116.7],"elL":[-41.9,-20.1],"haL":[-54.6,45.2],"hipR":[21.4,33.8],"knR":[20,177.1],"ftR":[31.5,319.9],"hipL":[-22.3,42.4],"knL":[-51.3,166.5],"ftL":[-59.5,320.7]},{"rootY":-5,"hips":[0,0],"chest":[-10.2,-84.4],"neck":[-10.2,-84.4],"head":[-19.8,-149.7],"shR":[40,-117.2],"elR":[61.3,-14.4],"haR":[59.9,41.2],"shL":[-56.6,-116.5],"elL":[-41.8,-19.7],"haL":[-54.4,45.7],"hipR":[20.6,34.2],"knR":[20.3,177],"ftR":[35.1,316.4],"hipL":[-23,42.1],"knL":[-51.9,166],"ftL":[-57.1,320.9]},{"rootY":-4,"hips":[0,0],"chest":[-10.4,-84.3],"neck":[-10.4,-84.3],"head":[-19.6,-149.7],"shR":[38.9,-117.7],"elR":[60.1,-15],"haR":[58.6,40.2],"shL":[-55.7,-115.6],"elL":[-39.8,-18.4],"haL":[-52,47.3],"hipR":[21.4,33.8],"knR":[22.6,175.5],"ftR":[39.3,312.4],"hipL":[-22.5,42.3],"knL":[-51.1,166.1],"ftL":[-52.9,321.5]},{"rootY":-5.5,"hips":[0,0],"chest":[-11.3,-84.3],"neck":[-11.3,-84.3],"head":[-20.5,-149.6],"shR":[37.4,-118.6],"elR":[57.4,-15.6],"haR":[56,39.8],"shL":[-56.3,-114.5],"elL":[-39.3,-17.1],"haL":[-51.3,48.7],"hipR":[19.9,35.1],"knR":[21.7,176.7],"ftR":[43.3,308.5],"hipL":[-24.1,41.5],"knL":[-50.6,166.7],"ftL":[-48.3,322.2]},{"rootY":-7.4,"hips":[0,0],"chest":[-11.2,-84.5],"neck":[-11.2,-84.5],"head":[-20.8,-149.6],"shR":[37.2,-119],"elR":[55.6,-15.7],"haR":[54.2,40],"shL":[-56.3,-114.4],"elL":[-38.8,-16.4],"haL":[-50.3,49.5],"hipR":[18.7,35.5],"knR":[20.1,178.3],"ftR":[47.2,302.2],"hipL":[-25.1,41.1],"knL":[-50.2,168.7],"ftL":[-42.6,323.9]},{"rootY":-8.9,"hips":[0,0],"chest":[-11,-84.7],"neck":[-11,-84.7],"head":[-20.1,-149.8],"shR":[37.6,-119.1],"elR":[55.4,-15.6],"haR":[53.3,40.9],"shL":[-55.9,-114.6],"elL":[-37.8,-16.8],"haL":[-48.8,49.1],"hipR":[18.5,35.2],"knR":[19.1,179.6],"ftR":[49.6,294.8],"hipL":[-25.2,40.9],"knL":[-49.8,170.9],"ftL":[-38,325.5]},{"rootY":-9.4,"hips":[0,0],"chest":[-10.7,-84.8],"neck":[-10.7,-84.8],"head":[-19.3,-150],"shR":[38.2,-119.2],"elR":[55.5,-15.7],"haR":[52.8,41.2],"shL":[-55.6,-114.5],"elL":[-38,-16.4],"haL":[-48.3,49.7],"hipR":[17.6,35.3],"knR":[18,181.2],"ftR":[50.8,287.5],"hipL":[-26,40.4],"knL":[-49.5,172.3],"ftL":[-32.7,326]},{"rootY":-9.2,"hips":[0,0],"chest":[-10.9,-84.9],"neck":[-10.9,-84.9],"head":[-18.8,-150.1],"shR":[38.3,-119.2],"elR":[55.1,-15.7],"haR":[51.6,41.2],"shL":[-55.7,-114.6],"elL":[-38.5,-16.8],"haL":[-49.2,48.9],"hipR":[15.3,36.4],"knR":[16.2,182.7],"ftR":[51.5,280.1],"hipL":[-28.1,39.2],"knL":[-48.7,172.9],"ftL":[-26.4,325.3]},{"rootY":-7.9,"hips":[0,0],"chest":[-10.5,-85],"neck":[-10.5,-85],"head":[-17.7,-150.3],"shR":[39.1,-119],"elR":[54.9,-15.5],"haR":[50.3,41.6],"shL":[-55.4,-114.8],"elL":[-40.1,-16.8],"haL":[-51.1,48.5],"hipR":[13.6,36.6],"knR":[14.7,181.8],"ftR":[51.6,272.6],"hipL":[-29.5,38.1],"knL":[-47.5,173.2],"ftL":[-20.1,323.9]},{"rootY":-6.4,"hips":[0,0],"chest":[-10.3,-85],"neck":[-10.3,-85],"head":[-16.9,-150.3],"shR":[39.8,-118.3],"elR":[54.1,-14.6],"haR":[49.2,43.1],"shL":[-55,-115.7],"elL":[-42.6,-16.7],"haL":[-54.9,48.1],"hipR":[13.7,36],"knR":[12.3,178.9],"ftR":[49.1,266.5],"hipL":[-29.4,38.1],"knL":[-46.2,174],"ftL":[-15.6,322.6]},{"rootY":-4.9,"hips":[0,0],"chest":[-10.3,-85],"neck":[-10.3,-85],"head":[-16.2,-150.3],"shR":[40,-117.8],"elR":[52.7,-14.1],"haR":[47.4,44.5],"shL":[-54.8,-116.3],"elL":[-44.8,-16.6],"haL":[-59.1,47.4],"hipR":[13.1,35.8],"knR":[8.7,175.4],"ftR":[45.5,263.8],"hipL":[-30,37.6],"knL":[-45.4,174.4],"ftL":[-11.5,320.8]},{"rootY":-3.5,"hips":[0,0],"chest":[-10.4,-85],"neck":[-10.4,-85],"head":[-15.3,-150.6],"shR":[40.3,-117.2],"elR":[50.6,-13.3],"haR":[46.1,46.5],"shL":[-54.8,-117],"elL":[-47,-16.9],"haL":[-63.7,45.8],"hipR":[11.1,36.7],"knR":[4,171.9],"ftR":[42.5,266.6],"hipL":[-31.6,36.4],"knL":[-44.2,174.5],"ftL":[-7.4,319.3]},{"rootY":-2.7,"hips":[0,0],"chest":[-9.5,-85.2],"neck":[-9.5,-85.2],"head":[-13.8,-150.8],"shR":[41.5,-117],"elR":[49.7,-12.8],"haR":[45.9,48.2],"shL":[-53.8,-117.5],"elL":[-48.3,-17],"haL":[-67.6,44],"hipR":[9.8,37],"knR":[-0.7,168.6],"ftR":[39.1,273.2],"hipL":[-32.6,35.6],"knL":[-42.2,175.2],"ftL":[-2.4,318.1]},{"rootY":-2.4,"hips":[0,0],"chest":[-9.4,-85.2],"neck":[-9.4,-85.2],"head":[-13.4,-150.7],"shR":[41.9,-116.6],"elR":[48.1,-12.3],"haR":[45.2,49.8],"shL":[-53.3,-117.7],"elL":[-50.2,-17.1],"haL":[-72,41.9],"hipR":[9.1,36.9],"knR":[-7.2,165.1],"ftR":[32.5,283],"hipL":[-33,35.3],"knL":[-40.3,176.3],"ftL":[0.9,317.9]},{"rootY":-3.2,"hips":[0,0],"chest":[-9.2,-85.3],"neck":[-9.2,-85.3],"head":[-12.3,-150.9],"shR":[42.4,-116.4],"elR":[47.6,-12.1],"haR":[45.4,51],"shL":[-52.5,-117.8],"elL":[-51.8,-17.2],"haL":[-76.1,39.6],"hipR":[7.6,37.4],"knR":[-12.6,163],"ftR":[25.1,294.6],"hipL":[-33.9,34.6],"knL":[-37.4,176.9],"ftL":[5.3,317.7]},{"rootY":-4.5,"hips":[0,0],"chest":[-9.4,-85.3],"neck":[-9.4,-85.3],"head":[-11.7,-150.9],"shR":[42.4,-115.7],"elR":[47.3,-11.6],"haR":[45.2,52.1],"shL":[-52.5,-118.5],"elL":[-54.4,-18],"haL":[-80.5,36.9],"hipR":[7.7,37.6],"knR":[-17.3,162.2],"ftR":[15.5,306],"hipL":[-33.6,35],"knL":[-34.7,178.4],"ftL":[7.9,319.2]},{"rootY":-6.6,"hips":[0,0],"chest":[-8.7,-85.4],"neck":[-8.7,-85.4],"head":[-10.5,-151],"shR":[43.3,-115.3],"elR":[48.5,-11.4],"haR":[46.5,52.8],"shL":[-51.3,-119],"elL":[-55.6,-18.7],"haL":[-83.8,34.2],"hipR":[5.1,38],"knR":[-19.8,163.5],"ftR":[7.6,316],"hipL":[-34.8,33.9],"knL":[-31.3,178.3],"ftL":[12.6,319.2]},{"rootY":-8.3,"hips":[0,0],"chest":[-8.7,-85.4],"neck":[-8.7,-85.4],"head":[-9.8,-151.1],"shR":[43.3,-115],"elR":[49.7,-11.4],"haR":[47.1,53.4],"shL":[-50.8,-119.1],"elL":[-57.3,-19],"haL":[-86.7,32.2],"hipR":[6.6,37.8],"knR":[-22,164.7],"ftR":[-2.5,320.7],"hipL":[-33.4,35.3],"knL":[-28.5,180.2],"ftL":[13.9,320.9]},{"rootY":-5.4,"hips":[0,0],"chest":[-8.9,-85.4],"neck":[-8.9,-85.4],"head":[-9.2,-151.1],"shR":[42.8,-114.8],"elR":[49.9,-11.5],"haR":[47.1,53.5],"shL":[-49.8,-119.4],"elL":[-58.2,-19.7],"haL":[-89.2,29.7],"hipR":[4.3,38.4],"knR":[-19.7,169.6],"ftR":[-4.4,324.8],"hipL":[-34.3,34.5],"knL":[-28.3,179.5],"ftL":[16,318.1]},{"rootY":-4.4,"hips":[0,0],"chest":[-9.4,-85.3],"neck":[-9.4,-85.3],"head":[-9,-151.1],"shR":[41.9,-114.3],"elR":[49.9,-11.4],"haR":[46.9,53.9],"shL":[-49.5,-119.9],"elL":[-59.3,-20.4],"haL":[-91.7,27.9],"hipR":[3.3,38.6],"knR":[-18.9,171.4],"ftR":[-14.7,324.6],"hipL":[-34.3,34.5],"knL":[-28.5,179.6],"ftL":[17.5,316.4]},{"rootY":-2.5,"hips":[0,0],"chest":[-9.2,-85.3],"neck":[-9.2,-85.3],"head":[-8.7,-150.8],"shR":[41.1,-114.3],"elR":[50.2,-11.8],"haR":[47,53.9],"shL":[-47.8,-119.7],"elL":[-58.5,-20.4],"haL":[-92.3,26.8],"hipR":[3,38.5],"knR":[-20.7,170.6],"ftR":[-17.3,323.8],"hipL":[-33.9,34.8],"knL":[-27.5,179.9],"ftL":[20.6,314.7]},{"rootY":0.8,"hips":[0,0],"chest":[-10.3,-85.2],"neck":[-10.3,-85.2],"head":[-9.2,-151],"shR":[39.3,-114.3],"elR":[48.9,-12.3],"haR":[45.9,53.5],"shL":[-47.6,-119.4],"elL":[-57.6,-20.2],"haL":[-93.6,26.4],"hipR":[1,38.9],"knR":[-25.5,170.1],"ftR":[-16.3,324.3],"hipL":[-34.7,33.8],"knL":[-28.4,178.9],"ftL":[22.9,310.3]},{"rootY":3.3,"hips":[0,0],"chest":[-11,-85.1],"neck":[-11,-85.1],"head":[-9.4,-150.8],"shR":[37.5,-114.1],"elR":[47.3,-11.7],"haR":[44.6,54.8],"shL":[-47.6,-120],"elL":[-56.2,-20.7],"haL":[-92.9,25.9],"hipR":[-0.4,38.8],"knR":[-29.5,170.7],"ftR":[-14.6,325.6],"hipL":[-34.7,33.6],"knL":[-29.5,178.7],"ftL":[24.9,306.2]},{"rootY":2.7,"hips":[0,0],"chest":[-11.3,-85.1],"neck":[-11.3,-85.1],"head":[-9.1,-150.8],"shR":[36.1,-113.9],"elR":[45.7,-11.5],"haR":[43.6,55.4],"shL":[-46.9,-120.4],"elL":[-53.4,-20.4],"haL":[-91.9,27.8],"hipR":[-1.4,38.8],"knR":[-34.6,170.2],"ftR":[-18.9,325.4],"hipL":[-34.3,33.7],"knL":[-29.4,178.6],"ftL":[27.2,303.9]},{"rootY":-2.7,"hips":[0,0],"chest":[-11.7,-85],"neck":[-11.7,-85],"head":[-9.1,-150.7],"shR":[34,-113.8],"elR":[44.2,-11.4],"haR":[42.7,55.7],"shL":[-44.5,-120],"elL":[-47.7,-20],"haL":[-86.4,29.8],"hipR":[-1.5,38.3],"knR":[-43.8,166.3],"ftR":[-26.4,321.8],"hipL":[-33.5,34.4],"knL":[-24.7,178.4],"ftL":[28.8,305.4]},{"rootY":-4,"hips":[0,0],"chest":[-11.9,-85],"neck":[-11.9,-85],"head":[-9.1,-150.8],"shR":[32,-114.2],"elR":[43.1,-11.7],"haR":[41.7,55.5],"shL":[-42.7,-119.6],"elL":[-39.9,-21.9],"haL":[-77.2,28.3],"hipR":[-1.5,38.2],"knR":[-45.6,166.8],"ftR":[-24.2,322.4],"hipL":[-32.8,35],"knL":[-25.4,178.7],"ftL":[28.8,302.6]},{"rootY":-5.5,"hips":[0,0],"chest":[-12.2,-85],"neck":[-12.2,-85],"head":[-9.3,-150.7],"shR":[29.8,-114],"elR":[42,-11.3],"haR":[39.7,55.8],"shL":[-41.1,-119.9],"elL":[-37,-20.3],"haL":[-72.8,34.5],"hipR":[-2.2,37.8],"knR":[-47.3,168.3],"ftR":[-21.9,323.5],"hipL":[-32,35.5],"knL":[-26.1,179],"ftL":[29.2,300.1]},{"rootY":-6.7,"hips":[0,0],"chest":[-12.4,-84.9],"neck":[-12.4,-84.9],"head":[-9.4,-150.7],"shR":[26.9,-114.4],"elR":[40.3,-11.6],"haR":[36.7,55.3],"shL":[-38.3,-119.4],"elL":[-31.4,-20],"haL":[-64.2,37.7],"hipR":[-2.8,37.6],"knR":[-48,170],"ftR":[-19.3,324.5],"hipL":[-31.1,36],"knL":[-26.6,179.3],"ftL":[31.3,297.7]},{"rootY":-7.7,"hips":[0,0],"chest":[-13.4,-84.8],"neck":[-13.4,-84.8],"head":[-10.5,-150.7],"shR":[24.4,-113.6],"elR":[39.2,-10.6],"haR":[33.9,55.9],"shL":[-37.8,-120.2],"elL":[-29.1,-21],"haL":[-58.3,39],"hipR":[-3.4,37.2],"knR":[-48.3,171.3],"ftR":[-17.1,325.2],"hipL":[-29.4,37.1],"knL":[-28.3,180.5],"ftL":[34,295.5]},{"rootY":-8.2,"hips":[0,0],"chest":[-14.4,-84.6],"neck":[-14.4,-84.6],"head":[-11.2,-150.5],"shR":[20.4,-112.8],"elR":[38.3,-9.8],"haR":[30,56.1],"shL":[-36,-120.8],"elL":[-24.1,-22.1],"haL":[-49.9,39.7],"hipR":[-4.8,37.3],"knR":[-49.6,172.4],"ftR":[-15.5,325.5],"hipL":[-28.1,37.4],"knL":[-29.6,181],"ftL":[39,292]},{"rootY":-8.9,"hips":[0,0],"chest":[-15.6,-84.4],"neck":[-15.6,-84.4],"head":[-13.1,-150.3],"shR":[16,-112.5],"elR":[35.3,-9.5],"haR":[24.8,55.6],"shL":[-34.4,-120.7],"elL":[-20.7,-21.9],"haL":[-42.7,41.2],"hipR":[-6.4,37.3],"knR":[-50.2,173.6],"ftR":[-13.8,325.9],"hipL":[-26.6,37.8],"knL":[-30.4,181.6],"ftL":[46.1,288.4]},{"rootY":-9.2,"hips":[0,0],"chest":[-17.5,-84],"neck":[-17.5,-84],"head":[-15.2,-149.9],"shR":[11.1,-111.4],"elR":[31.8,-8.5],"haR":[18.8,55.6],"shL":[-34.2,-121.4],"elL":[-16.8,-23.2],"haL":[-37.1,40.3],"hipR":[-7.8,37.6],"knR":[-51.5,174.8],"ftR":[-12.6,326.2],"hipL":[-25.4,37.9],"knL":[-32,181.6],"ftL":[54,284.5]},{"rootY":-10.1,"hips":[0,0],"chest":[-18.9,-83.8],"neck":[-18.9,-83.8],"head":[-16.4,-149.6],"shR":[4.9,-111.1],"elR":[27.1,-8.6],"haR":[11.9,54.6],"shL":[-31.7,-121.3],"elL":[-11.7,-23.6],"haL":[-30.7,40.2],"hipR":[-9,37.7],"knR":[-52.4,175.8],"ftR":[-12,326.7],"hipL":[-23.7,38.2],"knL":[-34.5,181.8],"ftL":[60.6,283.4]},{"rootY":-10.8,"hips":[0,0],"chest":[-19.6,-83.6],"neck":[-19.6,-83.6],"head":[-18.2,-149.4],"shR":[-0.8,-110.6],"elR":[22.5,-8.6],"haR":[5.1,53.6],"shL":[-28.6,-121.6],"elL":[-5.2,-24.9],"haL":[-24.1,38.8],"hipR":[-10.6,38.1],"knR":[-53.5,176.8],"ftR":[-11.1,327.1],"hipL":[-21.7,38.3],"knL":[-35.7,181.8],"ftL":[66.1,284.2]},{"rootY":-11.1,"hips":[0,0],"chest":[-20.5,-83.4],"neck":[-20.5,-83.4],"head":[-19.2,-149.2],"shR":[-6.9,-110.6],"elR":[17.9,-9.6],"haR":[-1.8,51.9],"shL":[-25.1,-121.2],"elL":[1.4,-25.1],"haL":[-18.2,38.2],"hipR":[-12.2,38.3],"knR":[-54.7,177.7],"ftR":[-10.1,327.4],"hipL":[-19.8,38.2],"knL":[-36,181.7],"ftL":[70.5,286.5]},{"rootY":-11.4,"hips":[0,0],"chest":[-20.8,-83.4],"neck":[-20.8,-83.4],"head":[-19.8,-149.1],"shR":[-12.1,-110.4],"elR":[12.3,-10],"haR":[-8.9,50.8],"shL":[-20.9,-121.4],"elL":[7.9,-25.6],"haL":[-13,37.1],"hipR":[-14.1,38.2],"knR":[-55.5,178.4],"ftR":[-8.5,327.4],"hipL":[-18.1,38.3],"knL":[-35,181.5],"ftL":[73.6,290]},{"rootY":-11.7,"hips":[0,0],"chest":[-20.6,-83.4],"neck":[-20.6,-83.4],"head":[-20.4,-149.4],"shR":[-16.8,-109.8],"elR":[7.4,-10.1],"haR":[-15.8,50.2],"shL":[-16.1,-122.1],"elL":[14.6,-26.5],"haL":[-7.5,35.5],"hipR":[-15.6,38.6],"knR":[-56.5,179],"ftR":[-7,327.4],"hipL":[-15.4,38.3],"knL":[-31.9,181.8],"ftL":[75.9,293.6]},{"rootY":-11.2,"hips":[0,0],"chest":[-20.7,-83.4],"neck":[-20.7,-83.4],"head":[-20.4,-149.3],"shR":[-20.9,-109.4],"elR":[2.6,-10.5],"haR":[-22.5,49.4],"shL":[-12.1,-122.3],"elL":[19.8,-26.7],"haL":[-3.3,34.6],"hipR":[-17.6,38.4],"knR":[-57.1,179.3],"ftR":[-5.6,327.2],"hipL":[-13.2,38.3],"knL":[-28.3,181.8],"ftL":[75.3,296.9]},{"rootY":-11,"hips":[0,0],"chest":[-19.9,-83.6],"neck":[-19.9,-83.6],"head":[-19.4,-149.5],"shR":[-24.7,-109.6],"elR":[-2.1,-11.3],"haR":[-28.8,48.3],"shL":[-7.8,-122.5],"elL":[24.5,-26.6],"haL":[0.7,34],"hipR":[-19.3,38.4],"knR":[-57.6,179.5],"ftR":[-4.3,326.9],"hipL":[-10.6,38.4],"knL":[-23.7,182.3],"ftL":[72.8,300.7]},{"rootY":-10.4,"hips":[0,0],"chest":[-19.7,-83.6],"neck":[-19.7,-83.6],"head":[-18.5,-149.5],"shR":[-28.7,-109.8],"elR":[-7.5,-11.3],"haR":[-35.4,48.1],"shL":[-3.3,-122.3],"elL":[28.6,-26.1],"haL":[4.6,33.9],"hipR":[-21.2,38.1],"knR":[-59,179.1],"ftR":[-3.8,326],"hipL":[-7.9,38.8],"knL":[-18.6,183.1],"ftL":[67.6,304.4]},{"rootY":-10.2,"hips":[0,0],"chest":[-19.2,-83.6],"neck":[-19.2,-83.6],"head":[-18.8,-149.6],"shR":[-32.1,-109],"elR":[-12.2,-10.6],"haR":[-41.5,48.8],"shL":[0.7,-122.9],"elL":[32,-26.2],"haL":[7.9,33.2],"hipR":[-22.7,38.1],"knR":[-60.3,178.7],"ftR":[-3,325],"hipL":[-5.1,39],"knL":[-13.4,183.5],"ftL":[59.7,307.7]},{"rootY":-1.9,"hips":[0,0],"chest":[-18,-83.8],"neck":[-18,-83.8],"head":[-16.7,-149.7],"shR":[-35.5,-109.3],"elR":[-18,-10.2],"haR":[-47.4,49.4],"shL":[6.2,-122.8],"elL":[36.4,-25.8],"haL":[13.3,33.5],"hipR":[-23.7,38.4],"knR":[-52.9,180.5],"ftR":[4.3,324.3],"hipL":[-2.5,38.6],"knL":[-14.2,182.6],"ftL":[50.3,302.8]},{"rootY":-1.2,"hips":[0,0],"chest":[-17.1,-83.8],"neck":[-17.1,-83.8],"head":[-15.2,-149.6],"shR":[-38.7,-109.4],"elR":[-22.5,-9.8],"haR":[-52.8,49.9],"shL":[10.8,-122.8],"elL":[40.2,-25.5],"haL":[17.2,33.4],"hipR":[-24.8,38.4],"knR":[-52.9,180.3],"ftR":[5.2,324.1],"hipL":[0.7,38.7],"knL":[-10.8,183],"ftL":[44.2,304.6]},{"rootY":-0.9,"hips":[0,0],"chest":[-16,-83.8],"neck":[-16,-83.8],"head":[-14.1,-149.5],"shR":[-42,-109.3],"elR":[-27.4,-9],"haR":[-58.2,50.8],"shL":[15.7,-122.7],"elL":[44.1,-25.1],"haL":[21.8,33.6],"hipR":[-25.4,38.7],"knR":[-53.3,180.1],"ftR":[6.6,324.2],"hipL":[4.1,38.4],"knL":[-8.8,182.8],"ftL":[40.1,308.8]},{"rootY":-0.5,"hips":[0,0],"chest":[-14.5,-83.9],"neck":[-14.5,-83.9],"head":[-12.5,-149.7],"shR":[-44.9,-109.7],"elR":[-31.4,-9.2],"haR":[-62.4,50.9],"shL":[20.8,-122.7],"elL":[48.9,-25.1],"haL":[26.1,33.4],"hipR":[-25.9,38.7],"knR":[-55.1,179.5],"ftR":[6.7,323.2],"hipL":[6,38.2],"knL":[-7.5,182.6],"ftL":[38.8,311]},{"rootY":0,"hips":[0,0],"chest":[-12.7,-83.9],"neck":[-12.7,-83.9],"head":[-11.2,-149.7],"shR":[-47.2,-110],"elR":[-34.4,-9.2],"haR":[-65.3,51],"shL":[26.3,-122.4],"elL":[53.2,-24.6],"haL":[33,33.5],"hipR":[-26.2,38.7],"knR":[-56.3,178.8],"ftR":[8.7,321.5],"hipL":[8.1,38.1],"knL":[-4,182.6],"ftL":[39.4,313.4]},{"rootY":1.1,"hips":[0,0],"chest":[-11.3,-84.2],"neck":[-11.3,-84.2],"head":[-9.4,-149.9],"shR":[-49.9,-111.1],"elR":[-38.6,-10.1],"haR":[-68.8,50.3],"shL":[30.8,-121.9],"elL":[56.8,-23.9],"haL":[38,33.9],"hipR":[-26.2,38.8],"knR":[-57.7,178.4],"ftR":[9.2,320.6],"hipL":[9.9,37.9],"knL":[-2.2,182.3],"ftL":[39.3,314.2]},{"rootY":1.8,"hips":[0,0],"chest":[-9.9,-83.8],"neck":[-9.9,-83.8],"head":[-7.5,-149.5],"shR":[-51.4,-109.6],"elR":[-41.9,-8.4],"haR":[-71,52],"shL":[34.3,-122.4],"elL":[59.3,-24.3],"haL":[42.5,33.3],"hipR":[-26.1,38.9],"knR":[-57.2,178.4],"ftR":[9.4,320.8],"hipL":[12.1,37.7],"knL":[0.2,181.7],"ftL":[37.1,314.3]},{"rootY":1.8,"hips":[0,0],"chest":[-9.3,-83.8],"neck":[-9.3,-83.8],"head":[-6.1,-149.5],"shR":[-53.4,-110.3],"elR":[-45.7,-8.9],"haR":[-73.3,51.4],"shL":[37.1,-121.8],"elL":[60.6,-23.5],"haL":[47.1,34],"hipR":[-25.8,39],"knR":[-59.2,177.6],"ftR":[7.2,320],"hipL":[14.1,37.4],"knL":[1.4,181],"ftL":[34.5,314.4]},{"rootY":2.2,"hips":[0,0],"chest":[-8.8,-83.7],"neck":[-8.8,-83.7],"head":[-4.8,-149.4],"shR":[-55.6,-110.9],"elR":[-49.5,-9.3],"haR":[-75.6,50.7],"shL":[40.1,-121],"elL":[61.8,-22.4],"haL":[52.3,35.3],"hipR":[-25.5,39.1],"knR":[-61.3,176.4],"ftR":[5.3,318.7],"hipL":[15.7,37.1],"knL":[2.3,180.1],"ftL":[32.3,314.3]},{"rootY":2.5,"hips":[0,0],"chest":[-7.8,-83.6],"neck":[-7.8,-83.6],"head":[-3.1,-149.2],"shR":[-56.8,-111.2],"elR":[-52.7,-9.7],"haR":[-76.8,49.8],"shL":[42.7,-120.5],"elL":[62.6,-21.7],"haL":[57.5,35.4],"hipR":[-25.2,39.1],"knR":[-63.3,174.9],"ftR":[3.8,316.6],"hipL":[16.9,36.8],"knL":[3.4,179.4],"ftL":[30.3,314.4]},{"rootY":2.7,"hips":[0,0],"chest":[-6.5,-83.5],"neck":[-6.5,-83.5],"head":[-0.8,-149.1],"shR":[-57.4,-111.2],"elR":[-55.7,-9.7],"haR":[-77.9,49.3],"shL":[45.2,-120.2],"elL":[63.7,-21.5],"haL":[63.2,36.6],"hipR":[-24.9,39],"knR":[-63.7,173.9],"ftR":[3.5,314.6],"hipL":[18.2,36.6],"knL":[4.8,179],"ftL":[29,314.9]},{"rootY":-6.3,"hips":[0,0],"chest":[-5.8,-83.7],"neck":[-5.8,-83.7],"head":[0.7,-149.3],"shR":[-58.6,-114],"elR":[-58.5,-12.1],"haR":[-78.8,46.4],"shL":[47.9,-118.6],"elL":[65,-19.5],"haL":[69.6,39.2],"hipR":[-24.8,38.9],"knR":[-66.7,172.1],"ftR":[-17.7,314],"hipL":[19.1,36.6],"knL":[9.1,180.4],"ftL":[28.7,320.5]},{"rootY":-6.3,"hips":[0,0],"chest":[-4.1,-84],"neck":[-4.1,-84],"head":[3.2,-149.4],"shR":[-57,-113.2],"elR":[-58.5,-11],"haR":[-77.4,47.1],"shL":[49.9,-119.1],"elL":[66,-20.2],"haL":[74.7,39.4],"hipR":[-24.3,38.9],"knR":[-62.1,173.3],"ftR":[-21.6,314.2],"hipL":[20.3,36.4],"knL":[12.6,180.8],"ftL":[28.2,324.1]},{"rootY":-6.9,"hips":[0,0],"chest":[-2.5,-84.1],"neck":[-2.5,-84.1],"head":[5.5,-149.6],"shR":[-55.9,-113.6],"elR":[-58.3,-11],"haR":[-75.7,47.1],"shL":[52.1,-118.9],"elL":[67.6,-20],"haL":[80.4,40.6],"hipR":[-24.2,38.6],"knR":[-55.4,175.2],"ftR":[-26.7,316.3],"hipL":[21,36.5],"knL":[14.1,180.9],"ftL":[28.3,324.5]},{"rootY":-6.6,"hips":[0,0],"chest":[-1.2,-84.2],"neck":[-1.2,-84.2],"head":[7.7,-149.5],"shR":[-55.1,-114.3],"elR":[-57.8,-11.5],"haR":[-73.8,46.5],"shL":[54,-118.3],"elL":[69.6,-19.6],"haL":[85.5,41.7],"hipR":[-23.8,38.4],"knR":[-46.9,177.4],"ftR":[-29.7,319.1],"hipL":[22.4,36.6],"knL":[16.3,180.9],"ftL":[29.5,324.5]},{"rootY":-6.6,"hips":[0,0],"chest":[0.6,-84.5],"neck":[0.6,-84.5],"head":[10.6,-149.6],"shR":[-53.6,-115.2],"elR":[-56.8,-12.3],"haR":[-71.1,45.8],"shL":[56.3,-117.8],"elL":[72.3,-19.3],"haL":[90.4,42.4],"hipR":[-23,38.2],"knR":[-37.3,179.6],"ftR":[-30.3,321.5],"hipL":[23.8,36.8],"knL":[19.8,181],"ftL":[31.3,324.7]},{"rootY":-6.3,"hips":[0,0],"chest":[1.9,-84.5],"neck":[1.9,-84.5],"head":[12.9,-149.5],"shR":[-52.4,-115.9],"elR":[-56,-13],"haR":[-68.9,45.4],"shL":[58,-116.9],"elL":[74.4,-18.8],"haL":[94.4,43.3],"hipR":[-22.2,38.4],"knR":[-31.2,181.2],"ftR":[-30.6,323.2],"hipL":[24.7,36.6],"knL":[21.6,180.8],"ftL":[32.1,324.4]},{"rootY":-6.5,"hips":[0,0],"chest":[2.9,-84.4],"neck":[2.9,-84.4],"head":[14.5,-149.3],"shR":[-51.6,-116.2],"elR":[-55.8,-13.3],"haR":[-66.6,45.8],"shL":[58.9,-116.4],"elL":[75.1,-18.3],"haL":[96.5,44.1],"hipR":[-22.3,38.1],"knR":[-28,181.4],"ftR":[-28.1,323.7],"hipL":[24.8,36.9],"knL":[22.8,181.1],"ftL":[33.2,324.8]},{"rootY":-6.9,"hips":[0,0],"chest":[3.1,-84.7],"neck":[3.1,-84.7],"head":[15.2,-149.4],"shR":[-51.5,-116.9],"elR":[-56.1,-14],"haR":[-65.4,45.6],"shL":[59.1,-116.3],"elL":[74.3,-18],"haL":[96.5,44.7],"hipR":[-22.2,37.7],"knR":[-26.1,181.4],"ftR":[-26,323.4],"hipL":[25.1,37.1],"knL":[23.9,181.4],"ftL":[33.8,324.9]},{"rootY":-7.2,"hips":[0,0],"chest":[3.7,-84.6],"neck":[3.7,-84.6],"head":[16,-149.3],"shR":[-50.9,-117.2],"elR":[-56.3,-14.4],"haR":[-64.2,45.8],"shL":[59.6,-115.8],"elL":[73,-17.6],"haL":[95.4,45.2],"hipR":[-21.9,37.6],"knR":[-25.1,181.4],"ftR":[-24.2,323.1],"hipL":[25.4,37.4],"knL":[25.6,181.6],"ftL":[35.2,325.3]},{"rootY":-7.1,"hips":[0,0],"chest":[4.3,-84.6],"neck":[4.3,-84.6],"head":[16.8,-149.3],"shR":[-50.4,-117.1],"elR":[-56.3,-14.5],"haR":[-63,46.3],"shL":[60,-115.9],"elL":[71.2,-17.7],"haL":[93.1,45.3],"hipR":[-22,37.7],"knR":[-26.5,181.6],"ftR":[-24.3,323.5],"hipL":[25.3,37.3],"knL":[25.7,181.6],"ftL":[35.8,325]},{"rootY":-7,"hips":[0,0],"chest":[5.3,-84.6],"neck":[5.3,-84.6],"head":[17.6,-149.2],"shR":[-49.5,-117.1],"elR":[-55.6,-14.6],"haR":[-61.4,46.6],"shL":[60.8,-115.5],"elL":[69.5,-17.9],"haL":[90.6,45.4],"hipR":[-21.2,37.8],"knR":[-25.7,182],"ftR":[-22.9,323.5],"hipL":[26.1,37.3],"knL":[28.5,181.7],"ftL":[38,325.1]},{"rootY":-6.9,"hips":[0,0],"chest":[5.4,-84.6],"neck":[5.4,-84.6],"head":[18,-149.2],"shR":[-49.3,-117.4],"elR":[-55.1,-14.7],"haR":[-60.5,46.8],"shL":[60.8,-115.8],"elL":[67.4,-18.4],"haL":[87.3,45.3],"hipR":[-21.5,37.8],"knR":[-26.6,182.1],"ftR":[-22.4,323.6],"hipL":[25.8,37.3],"knL":[28.2,181.8],"ftL":[38.9,324.9]},{"rootY":-6.6,"hips":[0,0],"chest":[5.5,-84.4],"neck":[5.5,-84.4],"head":[18,-148.9],"shR":[-49,-117.6],"elR":[-54.1,-15],"haR":[-58.8,46.8],"shL":[61.1,-115.1],"elL":[65.4,-18],"haL":[84,46.1],"hipR":[-21.6,37.6],"knR":[-25.2,182.3],"ftR":[-19.8,323.6],"hipL":[25.7,37.7],"knL":[29.2,182.1],"ftL":[40.6,324.8]},{"rootY":-6.5,"hips":[0,0],"chest":[6,-84.7],"neck":[6,-84.7],"head":[18.4,-149.4],"shR":[-48.6,-117.7],"elR":[-53.3,-15.2],"haR":[-57.9,46.8],"shL":[61.4,-115.5],"elL":[63.3,-18.7],"haL":[80.5,45.7],"hipR":[-21.9,37.3],"knR":[-22.6,182.3],"ftR":[-16.9,323.3],"hipL":[25.4,38.1],"knL":[30.4,182.5],"ftL":[42.9,324.6]},{"rootY":-6.4,"hips":[0,0],"chest":[6.9,-84.8],"neck":[6.9,-84.8],"head":[19.4,-149.4],"shR":[-47.6,-117.9],"elR":[-52.1,-15.2],"haR":[-56,47.4],"shL":[62.4,-115.8],"elL":[62.1,-19],"haL":[77.9,45.7],"hipR":[-21.1,37.2],"knR":[-18.1,182.6],"ftR":[-13.1,322.7],"hipL":[26,38.5],"knL":[33,182.6],"ftL":[46.4,324]},{"rootY":-5.9,"hips":[0,0],"chest":[6.3,-84.5],"neck":[6.3,-84.5],"head":[18.4,-149.3],"shR":[-48.2,-117.6],"elR":[-52.3,-15.1],"haR":[-56.1,47.4],"shL":[61.8,-115.3],"elL":[59.4,-18.8],"haL":[73.6,46.1],"hipR":[-23.2,36.8],"knR":[-20.5,182],"ftR":[-13.3,323.1],"hipL":[24,38.7],"knL":[29.3,182.9],"ftL":[45.6,322.6]},{"rootY":-5.5,"hips":[0,0],"chest":[6.5,-84.4],"neck":[6.5,-84.4],"head":[18.6,-149.2],"shR":[-48,-117.5],"elR":[-52.1,-15.1],"haR":[-55.7,47.6],"shL":[62.1,-115.6],"elL":[58.4,-19.1],"haL":[71,45.9],"hipR":[-23.8,36.4],"knR":[-19.5,181.7],"ftR":[-11.4,322.9],"hipL":[23.4,39.2],"knL":[29,182.9],"ftL":[47.1,320.5]},{"rootY":-5,"hips":[0,0],"chest":[7.9,-84.3],"neck":[7.9,-84.3],"head":[19.9,-149.1],"shR":[-46.7,-117.3],"elR":[-50.9,-14.9],"haR":[-54.5,48.3],"shL":[63.5,-115.5],"elL":[58.9,-19.3],"haL":[69.9,45.6],"hipR":[-23.2,35.8],"knR":[-14.8,181.4],"ftR":[-6.4,322],"hipL":[23.7,39.7],"knL":[32,182.4],"ftL":[50.9,317]},{"rootY":-4.5,"hips":[0,0],"chest":[8.4,-84],"neck":[8.4,-84],"head":[20.5,-149],"shR":[-46,-117.3],"elR":[-50.4,-15],"haR":[-54,48.5],"shL":[64.2,-115],"elL":[59.4,-18.8],"haL":[69,46],"hipR":[-23.7,35.3],"knR":[-13.1,180.9],"ftR":[-3.5,321.8],"hipL":[23.1,40.2],"knL":[32.6,180.9],"ftL":[54.1,311.8]},{"rootY":-4.1,"hips":[0,0],"chest":[8.4,-84.1],"neck":[8.4,-84.1],"head":[20.6,-149.1],"shR":[-45.9,-117.7],"elR":[-50.5,-15.3],"haR":[-54.4,48.5],"shL":[64.2,-115.2],"elL":[59.6,-18.9],"haL":[68.3,45.5],"hipR":[-24.6,34.7],"knR":[-12.5,180.3],"ftR":[-1,321.3],"hipL":[22.2,40.5],"knL":[32.6,178.3],"ftL":[57.2,304.5]},{"rootY":-3.4,"hips":[0,0],"chest":[7.2,-83.6],"neck":[7.2,-83.6],"head":[19.4,-148.6],"shR":[-46.9,-117.5],"elR":[-51.8,-15.4],"haR":[-55.9,48.3],"shL":[63.2,-114.5],"elL":[59,-18.2],"haL":[66.7,45.3],"hipR":[-26.7,34.2],"knR":[-15.7,179.7],"ftR":[-0.6,321.2],"hipL":[20.2,40.7],"knL":[29.5,174.1],"ftL":[57.5,297]},{"rootY":-2.5,"hips":[0,0],"chest":[7,-83.6],"neck":[7,-83.6],"head":[19.2,-148.6],"shR":[-47.1,-117.6],"elR":[-52.5,-15.5],"haR":[-56.8,48.2],"shL":[63,-114.5],"elL":[59.2,-18.5],"haL":[66.5,44],"hipR":[-27.3,33.4],"knR":[-14.4,178.8],"ftR":[2.4,319.7],"hipL":[19.4,40.9],"knL":[29.7,170.1],"ftL":[58.7,290.6]},{"rootY":-1.1,"hips":[0,0],"chest":[6.6,-83.5],"neck":[6.6,-83.5],"head":[19.2,-148.5],"shR":[-47.3,-117.6],"elR":[-52.9,-15.8],"haR":[-57.2,47.9],"shL":[62.8,-114.4],"elL":[59,-18.7],"haL":[66.5,42.7],"hipR":[-27.5,33.3],"knR":[-14,178.7],"ftR":[4.4,318.8],"hipL":[19.2,40.7],"knL":[29,166.3],"ftL":[57.3,287.6]},{"rootY":-1.2,"hips":[0,0],"chest":[6.6,-83.4],"neck":[6.6,-83.4],"head":[19.3,-148.3],"shR":[-47.4,-117.3],"elR":[-53,-15.6],"haR":[-57.4,47.9],"shL":[62.7,-114.3],"elL":[58.9,-18.8],"haL":[67,41.6],"hipR":[-27.5,33.4],"knR":[-13.4,178.9],"ftR":[6.1,318.5],"hipL":[19.3,40.5],"knL":[29.1,163.4],"ftL":[54.4,288.4]},{"rootY":-1.3,"hips":[0,0],"chest":[6.2,-83.1],"neck":[6.2,-83.1],"head":[19.3,-148],"shR":[-47.7,-117.3],"elR":[-53,-15.6],"haR":[-57.5,47.9],"shL":[62.3,-113.9],"elL":[58.2,-18.5],"haL":[67.2,41.4],"hipR":[-27.6,33.5],"knR":[-13,179],"ftR":[7.3,318.6],"hipL":[19.2,40.6],"knL":[29,160.6],"ftL":[50.4,292.4]},{"rootY":-2.6,"hips":[0,0],"chest":[5.6,-83.1],"neck":[5.6,-83.1],"head":[18.9,-148],"shR":[-48.3,-117.4],"elR":[-53.6,-15.9],"haR":[-58,47.8],"shL":[61.7,-113.6],"elL":[57.2,-18.6],"haL":[67,41.4],"hipR":[-27.4,34],"knR":[-12.9,179.6],"ftR":[7.8,319.7],"hipL":[19.4,40.7],"knL":[28.3,159.6],"ftL":[45.5,298.9]},{"rootY":-3.7,"hips":[0,0],"chest":[5.7,-83.5],"neck":[5.7,-83.5],"head":[19.4,-148.2],"shR":[-48.4,-117.5],"elR":[-54,-16.2],"haR":[-58.2,47.7],"shL":[61.5,-114.2],"elL":[56.6,-19.3],"haL":[67,41],"hipR":[-27.1,34.2],"knR":[-11.5,179.5],"ftR":[9.2,320],"hipL":[19.8,40.9],"knL":[28.5,159.8],"ftL":[41.7,306.2]},{"rootY":-5.9,"hips":[0,0],"chest":[5.1,-83.3],"neck":[5.1,-83.3],"head":[18.7,-148.1],"shR":[-48.9,-117.4],"elR":[-54.9,-16.3],"haR":[-58.7,47.9],"shL":[60.6,-114],"elL":[55.3,-19.5],"haL":[66.2,41.1],"hipR":[-27.3,34.7],"knR":[-12.1,179.9],"ftR":[9.1,321.2],"hipL":[19.5,41.1],"knL":[26.3,161],"ftL":[36.8,312.8]},{"rootY":-7.5,"hips":[0,0],"chest":[4.5,-83.2],"neck":[4.5,-83.2],"head":[18.4,-147.9],"shR":[-49.5,-117.3],"elR":[-56.2,-16.4],"haR":[-59.2,47.9],"shL":[60,-113.8],"elL":[54.2,-19.9],"haL":[66.1,41.4],"hipR":[-27.4,35.1],"knR":[-12.4,180],"ftR":[8.9,322],"hipL":[19.4,41.2],"knL":[24.1,163.1],"ftL":[32.6,317.7]},{"rootY":-8.7,"hips":[0,0],"chest":[3.9,-83.3],"neck":[3.9,-83.3],"head":[18.2,-147.8],"shR":[-50.1,-117.2],"elR":[-57.3,-16.4],"haR":[-59.6,48],"shL":[59.3,-114.1],"elL":[53,-20.7],"haL":[65.3,41.2],"hipR":[-28,35.2],"knR":[-12.6,179.5],"ftR":[8.5,321.7],"hipL":[18.8,41.7],"knL":[21.6,164.8],"ftL":[29,320.2]},{"rootY":-8.7,"hips":[0,0],"chest":[3.9,-83.1],"neck":[3.9,-83.1],"head":[18.3,-147.6],"shR":[-50.3,-116.7],"elR":[-58,-15.7],"haR":[-60.6,48.5],"shL":[59.1,-114.4],"elL":[52.2,-21.7],"haL":[64.4,41],"hipR":[-27.9,35.4],"knR":[-12,178.6],"ftR":[9.1,321.5],"hipL":[18.9,41.8],"knL":[20.2,165.7],"ftL":[26.3,320.6]},{"rootY":-7.3,"hips":[0,0],"chest":[3.5,-82.5],"neck":[3.5,-82.5],"head":[18,-146.9],"shR":[-50.5,-116.4],"elR":[-58.7,-15.2],"haR":[-61.2,48.6],"shL":[58.8,-113.3],"elL":[51.6,-21.7],"haL":[63.8,41.8],"hipR":[-28.3,35.2],"knR":[-11.8,177.4],"ftR":[8.7,320.1],"hipL":[18.4,42.1],"knL":[18.3,165.8],"ftL":[23.3,320.2]},{"rootY":-5.4,"hips":[0,0],"chest":[3.4,-82.7],"neck":[3.4,-82.7],"head":[17.9,-147.1],"shR":[-50.6,-116.5],"elR":[-58.9,-15.1],"haR":[-61.4,48.2],"shL":[58.7,-114.1],"elL":[51.3,-23.1],"haL":[63.5,41.2],"hipR":[-28.2,35.3],"knR":[-12,176.9],"ftR":[8.7,318.5],"hipL":[18.4,42.2],"knL":[16.8,165.9],"ftL":[20.8,320.4]},{"rootY":-3.2,"hips":[0,0],"chest":[3.3,-82.5],"neck":[3.3,-82.5],"head":[18.1,-146.8],"shR":[-50.9,-116],"elR":[-59.3,-14.4],"haR":[-61.5,48.1],"shL":[58.6,-113.9],"elL":[51.1,-23.4],"haL":[63.2,41.6],"hipR":[-28.6,35.1],"knR":[-12.2,175.9],"ftR":[8.1,316.1],"hipL":[18,42.5],"knL":[15.5,166.2],"ftL":[18.9,321.4]},{"rootY":-3.1,"hips":[0,0],"chest":[3.3,-82.5],"neck":[3.3,-82.5],"head":[18,-146.9],"shR":[-50.9,-116.1],"elR":[-58.7,-14.2],"haR":[-61.5,47.8],"shL":[58.5,-114],"elL":[51,-23.2],"haL":[62.7,42.4],"hipR":[-28,35.5],"knR":[-11.8,174.6],"ftR":[7.5,314.3],"hipL":[18.7,42.4],"knL":[14.3,164.6],"ftL":[17.5,320]},{"rootY":-3,"hips":[0,0],"chest":[3.1,-82.1],"neck":[3.1,-82.1],"head":[17.9,-146.4],"shR":[-50.8,-115.9],"elR":[-58.1,-13.9],"haR":[-61.4,47.6],"shL":[58.6,-113.3],"elL":[51.1,-22],"haL":[62.7,44],"hipR":[-27.7,35.8],"knR":[-12.1,173.8],"ftR":[6,311.6],"hipL":[19.1,42.3],"knL":[13.2,164.4],"ftL":[16.2,319.8]},{"rootY":-3.9,"hips":[0,0],"chest":[2.7,-81.8],"neck":[2.7,-81.8],"head":[17.6,-146.1],"shR":[-51.2,-115.9],"elR":[-58.4,-13.9],"haR":[-61.9,47.4],"shL":[58.4,-113],"elL":[51,-21.2],"haL":[62.4,44.7],"hipR":[-27.8,35.8],"knR":[-13.7,174.1],"ftR":[3,307.5],"hipL":[19,42.4],"knL":[12.3,165.8],"ftL":[14.8,321]},{"rootY":-5.7,"hips":[0,0],"chest":[2.8,-82.2],"neck":[2.8,-82.2],"head":[17.3,-146.6],"shR":[-51.2,-116.2],"elR":[-58.8,-14.2],"haR":[-62.3,47.1],"shL":[58.6,-113.4],"elL":[51.7,-21.1],"haL":[62.5,44.6],"hipR":[-27.7,36],"knR":[-15.8,175.2],"ftR":[0.2,302.9],"hipL":[19.1,42.1],"knL":[11.9,168],"ftL":[13.3,322.8]},{"rootY":-7.3,"hips":[0,0],"chest":[2.9,-83.1],"neck":[2.9,-83.1],"head":[16.9,-147.6],"shR":[-51.3,-116.9],"elR":[-59.2,-15.1],"haR":[-63,46],"shL":[58.8,-114],"elL":[52.7,-21.3],"haL":[63.1,44.2],"hipR":[-27.2,36.3],"knR":[-18.5,177.6],"ftR":[-3,297.2],"hipL":[19.6,41.6],"knL":[12.1,170.1],"ftL":[11.7,324.2]},{"rootY":-8.6,"hips":[0,0],"chest":[2.7,-83.2],"neck":[2.7,-83.2],"head":[16.1,-147.9],"shR":[-51.3,-117.2],"elR":[-58.9,-15.2],"haR":[-63.3,45.7],"shL":[59,-114.1],"elL":[54.1,-21.2],"haL":[64.2,44.4],"hipR":[-26.5,36.6],"knR":[-22.1,180.4],"ftR":[-6.8,291.6],"hipL":[20.4,40.9],"knL":[12.8,171.8],"ftL":[10.2,324.7]},{"rootY":-7.6,"hips":[0,0],"chest":[3.1,-83.7],"neck":[3.1,-83.7],"head":[15.9,-148.5],"shR":[-51,-117.1],"elR":[-58.4,-15.2],"haR":[-63.4,45.5],"shL":[59.5,-114.5],"elL":[56,-21.4],"haL":[66.3,44.3],"hipR":[-25.7,36.8],"knR":[-25.5,182.5],"ftR":[-9.6,285.2],"hipL":[21.3,40.1],"knL":[13.4,172.5],"ftL":[8.7,323.9]},{"rootY":-7.1,"hips":[0,0],"chest":[3,-83.7],"neck":[3,-83.7],"head":[15.6,-148.6],"shR":[-51.1,-117.1],"elR":[-57.5,-14.8],"haR":[-63.4,45.6],"shL":[59.5,-115],"elL":[58.4,-20.9],"haL":[68.6,45],"hipR":[-24.6,37.2],"knR":[-29.2,183.4],"ftR":[-13.9,277.4],"hipL":[22.5,39],"knL":[13.4,173.5],"ftL":[7.7,323.3]},{"rootY":-5.2,"hips":[0,0],"chest":[3,-84],"neck":[3,-84],"head":[15.2,-148.9],"shR":[-51,-117.1],"elR":[-56.1,-14.6],"haR":[-63.4,45.8],"shL":[59.6,-115.4],"elL":[61.4,-20],"haL":[71.7,46.1],"hipR":[-23.7,37.4],"knR":[-32.7,182.7],"ftR":[-18,268],"hipL":[23.4,37.8],"knL":[13.1,173.9],"ftL":[6.3,321.6]},{"rootY":-4.2,"hips":[0,0],"chest":[3.2,-84.3],"neck":[3.2,-84.3],"head":[14.9,-149.4],"shR":[-50.8,-116.7],"elR":[-54.1,-14.1],"haR":[-62.9,46.3],"shL":[59.6,-116],"elL":[64.1,-19.1],"haL":[74.9,46.9],"hipR":[-22.5,37.7],"knR":[-35.6,180.2],"ftR":[-19.2,263.9],"hipL":[24.7,36.6],"knL":[13.4,174.4],"ftL":[5.5,320.4]},{"rootY":-3.4,"hips":[0,0],"chest":[2.4,-84.3],"neck":[2.4,-84.3],"head":[13.9,-149.4],"shR":[-51.4,-116.7],"elR":[-52.6,-13.9],"haR":[-62.5,47.1],"shL":[58.8,-116.2],"elL":[65.7,-17.8],"haL":[77,48],"hipR":[-21.7,38],"knR":[-38.9,176.3],"ftR":[-21.9,263.5],"hipL":[25.3,35.6],"knL":[13,175.1],"ftL":[4.2,319.5]},{"rootY":-3.2,"hips":[0,0],"chest":[2.4,-84.5],"neck":[2.4,-84.5],"head":[13.5,-149.7],"shR":[-51.3,-116.6],"elR":[-50.5,-14],"haR":[-61.1,47.7],"shL":[58.7,-116.7],"elL":[67.8,-17.3],"haL":[79.1,47.7],"hipR":[-20.7,38.1],"knR":[-38.5,172],"ftR":[-23,267.6],"hipL":[26.4,35.1],"knL":[14.2,175.8],"ftL":[4.4,319]},{"rootY":-3.1,"hips":[0,0],"chest":[1.9,-84.6],"neck":[1.9,-84.6],"head":[12.7,-149.9],"shR":[-51.8,-116.5],"elR":[-49.4,-13.9],"haR":[-60,48.9],"shL":[58.1,-117.1],"elL":[69.2,-16.9],"haL":[80.6,47.1],"hipR":[-20.2,38.2],"knR":[-37.9,167.8],"ftR":[-25.3,276.3],"hipL":[26.9,34.7],"knL":[14.4,176.9],"ftL":[3.9,318.8]},{"rootY":-3.3,"hips":[0,0],"chest":[1.8,-84.7],"neck":[1.8,-84.7],"head":[12.1,-150],"shR":[-51.8,-115.8],"elR":[-48.2,-13.5],"haR":[-58.6,50.3],"shL":[57.6,-117.8],"elL":[70.6,-17.3],"haL":[81.3,44.8],"hipR":[-20,38.4],"knR":[-36.7,163.2],"ftR":[-27.1,287.3],"hipL":[27,34.5],"knL":[13.5,177.6],"ftL":[3,318.4]},{"rootY":-4.2,"hips":[0,0],"chest":[1.6,-84.6],"neck":[1.6,-84.6],"head":[11.2,-150],"shR":[-52,-115.2],"elR":[-47.2,-13.4],"haR":[-57.2,51.1],"shL":[57.2,-118],"elL":[72.2,-17.5],"haL":[81.3,42],"hipR":[-20,38.7],"knR":[-34.8,160.1],"ftR":[-28.6,298.9],"hipL":[27,34.6],"knL":[13.2,178.5],"ftL":[2.5,318.9]}]} \ No newline at end of file diff --git a/ink-theater/mocap/clips/run.json b/ink-theater/mocap/clips/run.json new file mode 100644 index 00000000..e522cb01 --- /dev/null +++ b/ink-theater/mocap/clips/run.json @@ -0,0 +1 @@ +{"name":"run","fps":30,"height":520,"groundY":345,"frameCount":38,"frames":[{"rootY":0,"hips":[0,0],"chest":[-0.1,-78.3],"neck":[-0.1,-78.3],"head":[0.8,-147.2],"shR":[-62.2,-107.2],"elR":[-178.8,-90.8],"haR":[-251.1,-80.6],"shL":[63.5,-104.3],"elL":[173.6,-88.9],"haL":[245.1,-78.8],"hipR":[-31.4,37.4],"knR":[-28.8,187],"ftR":[-26.1,343.4],"hipL":[31.7,37.4],"knL":[29,189.2],"ftL":[26.3,344.6]},{"rootY":4.5,"hips":[0,0],"chest":[4.7,-75.6],"neck":[4.7,-75.6],"head":[11.9,-144.3],"shR":[-55.1,-110.3],"elR":[-84.8,-7.9],"haR":[-79.1,42.7],"shL":[70.1,-99.4],"elL":[75.5,4.8],"haL":[60.3,6.5],"hipR":[-32.9,36.1],"knR":[-38.4,185.5],"ftR":[-30.1,178.3],"hipL":[30.1,39.3],"knL":[15.4,179.1],"ftL":[3.3,323.8]},{"rootY":8.2,"hips":[0,0],"chest":[5.5,-75],"neck":[5.5,-75],"head":[12.5,-143.5],"shR":[-54.1,-110.2],"elR":[-77.4,-10.3],"haR":[-81,45.7],"shL":[71.2,-98.8],"elL":[77.8,10.7],"haL":[57.2,-1],"hipR":[-31.1,37.9],"knR":[-45.3,180.7],"ftR":[-31.1,181.7],"hipL":[31.9,38],"knL":[15.3,183.5],"ftL":[2.9,319.7]},{"rootY":5.6,"hips":[0,0],"chest":[4.7,-75],"neck":[4.7,-75],"head":[10.8,-143.6],"shR":[-54.7,-110.1],"elR":[-72.4,-13.6],"haR":[-82,45.1],"shL":[70.5,-98.8],"elL":[78.7,11.9],"haL":[53.7,-8.5],"hipR":[-30.5,38.5],"knR":[-45,170],"ftR":[-32.4,200],"hipL":[32.6,37.7],"knL":[16,187.9],"ftL":[1.5,316]},{"rootY":-0.4,"hips":[0,0],"chest":[4.7,-74.9],"neck":[4.7,-74.9],"head":[9.5,-143.7],"shR":[-54.6,-109],"elR":[-67.8,-17],"haR":[-80.3,42.8],"shL":[70.2,-99.6],"elL":[81.9,11],"haL":[52.1,-14.9],"hipR":[-29,39.5],"knR":[-39.4,160.3],"ftR":[-31.8,228.3],"hipL":[33.8,36.9],"knL":[19.4,187.5],"ftL":[3.9,310]},{"rootY":-8,"hips":[0,0],"chest":[4,-75.3],"neck":[4,-75.3],"head":[7.2,-144.3],"shR":[-55.1,-108.4],"elR":[-63.1,-21],"haR":[-77.7,39.7],"shL":[69,-101],"elL":[85.9,8.9],"haL":[50.9,-20.4],"hipR":[-29.2,39.6],"knR":[-31.9,154.5],"ftR":[-30.4,260.8],"hipL":[33.7,37.2],"knL":[22.4,183.6],"ftL":[9.2,305.1]},{"rootY":-14.3,"hips":[0,0],"chest":[2.9,-75.7],"neck":[2.9,-75.7],"head":[4.8,-145.1],"shR":[-56.1,-107.2],"elR":[-58.7,-24.2],"haR":[-75.7,37.5],"shL":[67,-103],"elL":[89.9,5.8],"haL":[50.1,-23.5],"hipR":[-29.6,39.7],"knR":[-28,153.7],"ftR":[-29.4,290.2],"hipL":[33.4,37.3],"knL":[23.8,173.6],"ftL":[14.6,298.4]},{"rootY":-20.1,"hips":[0,0],"chest":[1.3,-76],"neck":[1.3,-76],"head":[1.5,-145.5],"shR":[-57.7,-106.8],"elR":[-55.5,-27.1],"haR":[-74.3,34.7],"shL":[65.2,-103.8],"elL":[93.4,3.7],"haL":[50.1,-23],"hipR":[-28.9,40.4],"knR":[-25.4,159.4],"ftR":[-28.5,312.6],"hipL":[34,36.7],"knL":[26.8,158.9],"ftL":[19.3,284]},{"rootY":-21.4,"hips":[0,0],"chest":[0.1,-76.1],"neck":[0.1,-76.1],"head":[-0.6,-145.6],"shR":[-59.2,-106.5],"elR":[-53.9,-26.8],"haR":[-73.7,34.1],"shL":[63.6,-104.4],"elL":[95.4,2],"haL":[50.7,-19.7],"hipR":[-27.2,41.6],"knR":[-21.1,167.2],"ftR":[-24.9,323.5],"hipL":[35.5,35.2],"knL":[24.7,163.6],"ftL":[20.8,261.4]},{"rootY":-18.9,"hips":[0,0],"chest":[-1,-76.2],"neck":[-1,-76.2],"head":[-2.1,-145.6],"shR":[-60.9,-105.5],"elR":[-55.8,-22.2],"haR":[-75.3,37.2],"shL":[61.8,-106],"elL":[94.5,-0.8],"haL":[50.4,-13.6],"hipR":[-27.5,41.5],"knR":[-19.1,172.8],"ftR":[-18.1,328.1],"hipL":[35.2,35.2],"knL":[22,171.8],"ftL":[24,235.3]},{"rootY":-13,"hips":[0,0],"chest":[-2.6,-76.2],"neck":[-2.6,-76.2],"head":[-3.8,-145.6],"shR":[-62.9,-104.3],"elR":[-61.3,-16.1],"haR":[-78.9,39.8],"shL":[59.6,-107.1],"elL":[92.2,-3.9],"haL":[51,-4.8],"hipR":[-29.4,40.1],"knR":[-19,176.7],"ftR":[-9.5,332.5],"hipL":[33.5,36.4],"knL":[21.9,180.5],"ftL":[24.9,205.6]},{"rootY":-4.6,"hips":[0,0],"chest":[-3.1,-76.1],"neck":[-3.1,-76.1],"head":[-5.2,-145.3],"shR":[-64,-104.6],"elR":[-67.1,-8.8],"haR":[-81.5,38.6],"shL":[59.8,-106.4],"elL":[91.3,-6],"haL":[55.5,6.3],"hipR":[-31.8,38.2],"knR":[-16.4,175.9],"ftR":[-0.9,329.9],"hipL":[31.1,37.8],"knL":[32.3,188],"ftL":[25.7,178.4]},{"rootY":4.3,"hips":[0,0],"chest":[-3.7,-75.5],"neck":[-3.7,-75.5],"head":[-6.4,-144.6],"shR":[-65,-104.2],"elR":[-73.5,-0.1],"haR":[-82.5,35.3],"shL":[59.1,-106],"elL":[87.7,-10.1],"haL":[59.5,14.3],"hipR":[-34,36.3],"knR":[-13.5,174.6],"ftR":[2.2,320.5],"hipL":[28.7,39.2],"knL":[46.6,189.7],"ftL":[27.3,163.4]},{"rootY":7.7,"hips":[0,0],"chest":[-4.1,-75.2],"neck":[-4.1,-75.2],"head":[-6.9,-143.9],"shR":[-65.6,-104],"elR":[-79,6.9],"haR":[-81.6,29.5],"shL":[58.8,-105.7],"elL":[83.6,-15.6],"haL":[62.2,18.5],"hipR":[-34.9,35.5],"knR":[-13.7,179.3],"ftR":[2.2,316.2],"hipL":[27.8,40.3],"knL":[55.1,183.3],"ftL":[29.4,165.8]},{"rootY":6.4,"hips":[0,0],"chest":[-3.8,-75.2],"neck":[-3.8,-75.2],"head":[-6.5,-144.1],"shR":[-66.3,-103.5],"elR":[-83.1,10.2],"haR":[-78.6,20.5],"shL":[59,-106.1],"elL":[80.6,-20.2],"haL":[63.1,17.9],"hipR":[-34.9,35.3],"knR":[-13.4,183],"ftR":[2,311.1],"hipL":[27.9,40.5],"knL":[52.4,171.1],"ftL":[30.2,183.3]},{"rootY":0.7,"hips":[0,0],"chest":[-3.4,-75.6],"neck":[-3.4,-75.6],"head":[-4.9,-144.8],"shR":[-66.2,-104.3],"elR":[-85.6,10.2],"haR":[-73.8,10.4],"shL":[59.6,-105.7],"elL":[77.7,-23],"haL":[63.7,16],"hipR":[-36.1,34.7],"knR":[-16.6,182.2],"ftR":[-0.9,304.8],"hipL":[26.3,41.2],"knL":[44,162.3],"ftL":[29.8,211.7]},{"rootY":-5.8,"hips":[0,0],"chest":[-4.1,-76.1],"neck":[-4.1,-76.1],"head":[-3.8,-145.7],"shR":[-66.8,-105.4],"elR":[-89.3,9.1],"haR":[-70.7,3.8],"shL":[58.9,-105.6],"elL":[71.6,-25.8],"haL":[62.6,13.6],"hipR":[-35.5,35.1],"knR":[-20.1,177.4],"ftR":[-7.9,297.6],"hipL":[27.2,41],"knL":[33.4,156.1],"ftL":[29.4,245.2]},{"rootY":-12.2,"hips":[0,0],"chest":[-3.7,-76.8],"neck":[-3.7,-76.8],"head":[-1.7,-146.5],"shR":[-66.1,-106.9],"elR":[-92.8,6.7],"haR":[-68.3,0.5],"shL":[59.3,-105.2],"elL":[65.9,-28],"haL":[61.7,11.5],"hipR":[-35,35.2],"knR":[-25.2,162.6],"ftR":[-16.5,289.6],"hipL":[27.8,40.7],"knL":[27.3,154.8],"ftL":[29.7,279.6]},{"rootY":-17.1,"hips":[0,0],"chest":[-3.1,-77.1],"neck":[-3.1,-77.1],"head":[-0.1,-146.9],"shR":[-64.9,-108.4],"elR":[-95.1,4.1],"haR":[-65.6,-0.8],"shL":[60,-104],"elL":[62.1,-27.8],"haL":[61,10.1],"hipR":[-34.9,35.3],"knR":[-28.6,154.4],"ftR":[-23.1,276],"hipL":[27.9,41],"knL":[23.9,158.9],"ftL":[29.9,306.7]},{"rootY":-17.4,"hips":[0,0],"chest":[-1.6,-76.9],"neck":[-1.6,-76.9],"head":[2.4,-146.8],"shR":[-63.1,-109],"elR":[-95.1,2.4],"haR":[-63.4,2.4],"shL":[61.7,-103.1],"elL":[60.8,-24.6],"haL":[60.9,9.9],"hipR":[-36.3,34.2],"knR":[-23.5,162.9],"ftR":[-27.5,254.8],"hipL":[26.3,41.8],"knL":[21.6,166.9],"ftL":[28.5,322]},{"rootY":-13.9,"hips":[0,0],"chest":[-0.5,-77.1],"neck":[-0.5,-77.1],"head":[4.3,-146.7],"shR":[-61.5,-109.8],"elR":[-94.3,0.1],"haR":[-63.8,8.7],"shL":[63.3,-102.8],"elL":[61.3,-19.1],"haL":[60.9,11.1],"hipR":[-35.2,34.5],"knR":[-19,168.4],"ftR":[-29.3,229.3],"hipL":[27.4,41.5],"knL":[24,172.5],"ftL":[25.5,327.3]},{"rootY":-7.6,"hips":[0,0],"chest":[1,-77],"neck":[1,-77],"head":[6.2,-146.6],"shR":[-59.5,-110.6],"elR":[-92.4,-2.2],"haR":[-66.7,17.4],"shL":[65.3,-101.6],"elL":[65.1,-11],"haL":[61.9,12],"hipR":[-34.1,35.4],"knR":[-19.4,177.4],"ftR":[-29.4,206.2],"hipL":[28.7,40.3],"knL":[24.2,176.4],"ftL":[18.9,331.5]},{"rootY":-0.1,"hips":[0,0],"chest":[2.3,-77],"neck":[2.3,-77],"head":[7.9,-146.5],"shR":[-58,-111.1],"elR":[-89.1,-4],"haR":[-70.4,26.1],"shL":[67,-101.1],"elL":[70.1,-2.4],"haL":[61.5,8.9],"hipR":[-33,35.8],"knR":[-26,183.5],"ftR":[-27.5,186.2],"hipL":[29.9,39.5],"knL":[23.5,176.9],"ftL":[12.6,329.8]},{"rootY":4.6,"hips":[0,0],"chest":[4.5,-76.3],"neck":[4.5,-76.3],"head":[10.9,-145.6],"shR":[-55.5,-111],"elR":[-81.6,-6.6],"haR":[-72.3,32.6],"shL":[69.6,-100.2],"elL":[76.1,6.1],"haL":[61.6,3.1],"hipR":[-29.9,38.6],"knR":[-33.9,187.8],"ftR":[-26.9,180.9],"hipL":[33.2,36.5],"knL":[22,177.9],"ftL":[11.1,323.6]},{"rootY":5.1,"hips":[0,0],"chest":[3.6,-76.1],"neck":[3.6,-76.1],"head":[10.1,-145.2],"shR":[-56.2,-110.9],"elR":[-77.5,-10.7],"haR":[-75.6,35.1],"shL":[69,-99.9],"elL":[78,10.2],"haL":[57.6,-5.1],"hipR":[-30.8,38.2],"knR":[-37.5,181.4],"ftR":[-27,188.6],"hipL":[32.2,37.4],"knL":[19.5,184.5],"ftL":[10.7,322.1]},{"rootY":0.8,"hips":[0,0],"chest":[3.1,-76],"neck":[3.1,-76],"head":[9.3,-145.2],"shR":[-56.3,-111],"elR":[-74,-14.5],"haR":[-75.8,33.6],"shL":[68.9,-99.6],"elL":[77.8,11.3],"haL":[54.6,-14.4],"hipR":[-30,39.1],"knR":[-37,171.7],"ftR":[-27.2,209],"hipL":[33,36.8],"knL":[18.7,187.6],"ftL":[10.8,318.1]},{"rootY":-7.4,"hips":[0,0],"chest":[3.2,-76.1],"neck":[3.2,-76.1],"head":[8.2,-145.5],"shR":[-56,-110.1],"elR":[-70.6,-17.4],"haR":[-75.6,32.4],"shL":[68.8,-100.5],"elL":[77.5,10.2],"haL":[50.9,-23.4],"hipR":[-29.3,39.5],"knR":[-33.7,163.5],"ftR":[-26.8,238.3],"hipL":[33.7,36.6],"knL":[20.7,187],"ftL":[13,313.5]},{"rootY":-15.9,"hips":[0,0],"chest":[3.4,-76.3],"neck":[3.4,-76.3],"head":[7.5,-145.9],"shR":[-55.6,-109.3],"elR":[-66.5,-20.9],"haR":[-74.4,30.5],"shL":[68.6,-101.5],"elL":[78,8.7],"haL":[48.2,-30.3],"hipR":[-29.8,39.3],"knR":[-29.2,158.1],"ftR":[-25.2,269.7],"hipL":[33.3,37.1],"knL":[22.9,183.6],"ftL":[17.4,308.7]},{"rootY":-22.4,"hips":[0,0],"chest":[2.6,-76.6],"neck":[2.6,-76.6],"head":[5.8,-146.3],"shR":[-56.3,-108.5],"elR":[-62.3,-24.4],"haR":[-72.9,28.4],"shL":[67.5,-102.7],"elL":[78.8,7.1],"haL":[45,-35.3],"hipR":[-30.5,39.2],"knR":[-27.5,156.3],"ftR":[-25.6,296.6],"hipL":[32.5,37.6],"knL":[24.7,175.5],"ftL":[20.4,301.7]},{"rootY":-27.4,"hips":[0,0],"chest":[0.9,-76.7],"neck":[0.9,-76.7],"head":[3.8,-146.5],"shR":[-57.6,-108],"elR":[-58.9,-27.5],"haR":[-71.6,26.5],"shL":[65.8,-102.7],"elL":[80.1,6.8],"haL":[42.8,-36.2],"hipR":[-30.4,39.6],"knR":[-26.7,160.4],"ftR":[-27.6,314.9],"hipL":[32.6,37.3],"knL":[28,161.5],"ftL":[23.3,288.7]},{"rootY":-27.9,"hips":[0,0],"chest":[0,-76.9],"neck":[0,-76.9],"head":[3,-146.8],"shR":[-58.6,-108.2],"elR":[-57.2,-28.8],"haR":[-70.3,24.7],"shL":[64.7,-103.3],"elL":[81.6,6.2],"haL":[42,-33.7],"hipR":[-29,40.6],"knR":[-24.2,166.3],"ftR":[-28,322.2],"hipL":[33.8,36],"knL":[24.8,162.1],"ftL":[23.1,267.9]},{"rootY":-25.2,"hips":[0,0],"chest":[-1.5,-77.3],"neck":[-1.5,-77.3],"head":[1.7,-147.1],"shR":[-60.5,-108.1],"elR":[-59,-26.7],"haR":[-71.3,24.6],"shL":[62.9,-104.4],"elL":[82.3,5.1],"haL":[41.7,-27.9],"hipR":[-29.2,40.5],"knR":[-25.7,170.6],"ftR":[-24.4,324.8],"hipL":[33.5,35.8],"knL":[18.6,169.8],"ftL":[23.5,242.7]},{"rootY":-18.4,"hips":[0,0],"chest":[-2.4,-77.5],"neck":[-2.4,-77.5],"head":[0.5,-147.2],"shR":[-61.6,-108],"elR":[-63.9,-21.6],"haR":[-74,25.4],"shL":[61.9,-105.1],"elL":[83.1,3.4],"haL":[44,-19.2],"hipR":[-30.9,39.2],"knR":[-25.1,175.3],"ftR":[-17.3,329.8],"hipL":[31.6,36.7],"knL":[15.1,178.7],"ftL":[22.4,212.9]},{"rootY":-8.2,"hips":[0,0],"chest":[-2.6,-77.6],"neck":[-2.6,-77.6],"head":[-0.1,-147.4],"shR":[-62.1,-107.9],"elR":[-69.8,-14.5],"haR":[-76.8,24.8],"shL":[61.7,-105.1],"elL":[83.6,1.4],"haL":[48.4,-8.7],"hipR":[-31.8,38.2],"knR":[-24.5,177],"ftR":[-10.6,332.8],"hipL":[30.8,36.8],"knL":[20.7,185.6],"ftL":[21,183.2]},{"rootY":1.3,"hips":[0,0],"chest":[-2.3,-77.5],"neck":[-2.3,-77.5],"head":[-0.5,-147.3],"shR":[-62.2,-107.6],"elR":[-74.8,-6.2],"haR":[-77.9,22],"shL":[62,-105.1],"elL":[83.3,-1.3],"haL":[54.3,2.3],"hipR":[-33.1,36.7],"knR":[-20.6,177.1],"ftR":[-3.4,328.1],"hipL":[29.6,37.3],"knL":[33.3,189.1],"ftL":[21.2,163.9]},{"rootY":7.2,"hips":[0,0],"chest":[-3.2,-77.1],"neck":[-3.2,-77.1],"head":[-1.9,-146.8],"shR":[-63.8,-106.7],"elR":[-80.7,2],"haR":[-79.1,16.9],"shL":[60.8,-105.5],"elL":[79.7,-5.1],"haL":[58.5,12],"hipR":[-36.7,33.3],"knR":[-21.7,176.9],"ftR":[-3.3,320.3],"hipL":[25.5,40.7],"knL":[45.1,187.5],"ftL":[22.3,162.5]},{"rootY":8.1,"hips":[0,0],"chest":[-1.9,-77.2],"neck":[-1.9,-77.2],"head":[-0.7,-146.6],"shR":[-63.7,-106.1],"elR":[-82.9,6.8],"haR":[-76.6,7.9],"shL":[61.7,-106.3],"elL":[76.8,-9.8],"haL":[62.2,16.1],"hipR":[-36,34],"knR":[-20.2,180.9],"ftR":[-5,315.3],"hipL":[26.5,40.4],"knL":[43.6,176.2],"ftL":[23.3,175.7]},{"rootY":3.6,"hips":[0,0],"chest":[-1.9,-77],"neck":[-1.9,-77],"head":[-0.8,-146.7],"shR":[-64.1,-106.4],"elR":[-83.7,8.6],"haR":[-73.1,-3.4],"shL":[61.7,-105.8],"elL":[73.9,-12.2],"haL":[63.1,17.1],"hipR":[-37.2,32.9],"knR":[-20.9,181.7],"ftR":[-7.5,309.1],"hipL":[25.1,41.2],"knL":[36.2,164.2],"ftL":[23.4,201.2]}]} \ No newline at end of file diff --git a/ink-theater/mocap/clips/shuffle.json b/ink-theater/mocap/clips/shuffle.json new file mode 100644 index 00000000..e5899b06 --- /dev/null +++ b/ink-theater/mocap/clips/shuffle.json @@ -0,0 +1 @@ +{"name":"shuffle","fps":30,"height":520,"groundY":256,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.2],"neck":[-3.8,-168.3],"head":[-1.6,-203.7],"shR":[50.1,-147],"elR":[128.4,-146.4],"haR":[193.7,-148.9],"shL":[-57.7,-145.7],"elL":[-134.6,-146.3],"haL":[-203,-146.3],"hipR":[26.6,7.9],"knR":[30.4,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.2],"neck":[-3.8,-168.3],"head":[-1.7,-203.6],"shR":[50.1,-147],"elR":[128.4,-146.4],"haR":[193.6,-148.7],"shL":[-57.7,-145.5],"elL":[-134.6,-145.9],"haL":[-203.1,-145.7],"hipR":[26.6,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-3.9,-168.3],"head":[-1.8,-203.6],"shR":[50.1,-146.9],"elR":[128.3,-146.4],"haR":[193.6,-148.6],"shL":[-57.7,-145.3],"elL":[-134.7,-145.3],"haL":[-203.2,-144.8],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.8],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-3.9,-168.3],"head":[-1.9,-203.6],"shR":[50,-146.9],"elR":[128.3,-146.4],"haR":[193.5,-148.6],"shL":[-57.7,-145],"elL":[-134.8,-144.6],"haL":[-203.3,-143.7],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.8],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-4.1,-168.2],"head":[-2,-203.6],"shR":[49.9,-146.9],"elR":[128.2,-146.4],"haR":[193.4,-148.6],"shL":[-57.8,-144.8],"elL":[-134.9,-143.9],"haL":[-203.5,-142.6],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.2,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-4.3,-168.2],"head":[-2.2,-203.6],"shR":[49.8,-147.1],"elR":[128.1,-146.4],"haR":[193.4,-148.6],"shL":[-58,-144.7],"elL":[-135.1,-143.3],"haL":[-203.7,-141.5],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.2,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.1],"neck":[-4.5,-168.2],"head":[-2.5,-203.5],"shR":[49.6,-147.2],"elR":[127.9,-146.5],"haR":[193.3,-148.5],"shL":[-58.1,-144.5],"elL":[-135.3,-142.6],"haL":[-203.9,-140.5],"hipR":[26.5,7.9],"knR":[30.4,129.6],"ftR":[30.1,254.7],"hipL":[-26.8,7.7],"knL":[-23.6,130.8],"ftL":[-20.5,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.4,-100.1],"neck":[-4.7,-168.1],"head":[-2.8,-203.5],"shR":[49.4,-147.2],"elR":[127.8,-146.6],"haR":[193.3,-148.5],"shL":[-58.3,-144.3],"elL":[-135.4,-142],"haL":[-204.1,-139.5],"hipR":[26.5,7.9],"knR":[30.4,129.6],"ftR":[30,254.7],"hipL":[-26.8,7.7],"knL":[-23.6,130.8],"ftL":[-20.6,256]},{"rootY":0,"hips":[0,0],"chest":[-3.5,-100.1],"neck":[-4.9,-168.1],"head":[-3.1,-203.5],"shR":[49.3,-147.3],"elR":[127.6,-146.7],"haR":[193.2,-148.5],"shL":[-58.5,-144.1],"elL":[-135.6,-141.5],"haL":[-204.3,-138.7],"hipR":[26.5,7.9],"knR":[30.3,129.6],"ftR":[29.9,254.7],"hipL":[-26.8,7.7],"knL":[-23.7,130.8],"ftL":[-20.7,256]},{"rootY":0,"hips":[0,0],"chest":[-3.7,-100.1],"neck":[-5.2,-168.1],"head":[-3.4,-203.5],"shR":[49,-147.3],"elR":[127.4,-146.8],"haR":[193.1,-148.7],"shL":[-58.7,-143.8],"elL":[-135.8,-141],"haL":[-204.5,-138],"hipR":[26.5,7.9],"knR":[30.3,129.6],"ftR":[29.7,254.7],"hipL":[-26.8,7.7],"knL":[-23.7,130.8],"ftL":[-20.8,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.8,-100.1],"neck":[-5.4,-168.1],"head":[-3.7,-203.5],"shR":[48.8,-147.3],"elR":[127.2,-146.9],"haR":[193,-149],"shL":[-58.9,-143.6],"elL":[-136,-140.6],"haL":[-204.7,-137.4],"hipR":[26.5,7.9],"knR":[30.2,129.6],"ftR":[29.6,254.7],"hipL":[-26.8,7.7],"knL":[-23.8,130.9],"ftL":[-21,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4,-100.1],"neck":[-5.7,-168.1],"head":[-4,-203.5],"shR":[48.6,-147.3],"elR":[127,-147.1],"haR":[192.9,-149.3],"shL":[-59.1,-143.3],"elL":[-136.3,-140.2],"haL":[-205,-137],"hipR":[26.5,7.9],"knR":[30.1,129.6],"ftR":[29.4,254.7],"hipL":[-26.8,7.7],"knL":[-23.9,130.9],"ftL":[-21.1,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4.1,-100.1],"neck":[-6,-168.1],"head":[-4.4,-203.5],"shR":[48.4,-147.3],"elR":[126.8,-147.3],"haR":[192.8,-149.7],"shL":[-59.3,-143.1],"elL":[-136.5,-139.9],"haL":[-205.2,-136.6],"hipR":[26.5,7.8],"knR":[30,129.6],"ftR":[29.3,254.7],"hipL":[-26.7,7.7],"knL":[-23.9,130.9],"ftL":[-21.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4.2,-100.1],"neck":[-6.3,-168],"head":[-4.8,-203.5],"shR":[48.1,-147.3],"elR":[126.6,-147.5],"haR":[192.6,-150],"shL":[-59.5,-142.8],"elL":[-136.8,-139.7],"haL":[-205.5,-136.3],"hipR":[26.5,7.8],"knR":[29.9,129.6],"ftR":[29,254.8],"hipL":[-26.7,7.7],"knL":[-24,130.9],"ftL":[-21.5,256.1]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.2,-100.1],"neck":[-6.7,-168],"head":[-5.2,-203.5],"shR":[47.8,-147.4],"elR":[126.3,-147.7],"haR":[192.4,-150.3],"shL":[-59.8,-142.6],"elL":[-137.1,-139.4],"haL":[-205.9,-136.1],"hipR":[26.5,7.8],"knR":[29.8,129.6],"ftR":[28.8,254.8],"hipL":[-26.7,7.8],"knL":[-24.2,130.9],"ftL":[-21.8,256.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.4,-100.1],"neck":[-7.1,-168],"head":[-5.7,-203.5],"shR":[47.5,-147.4],"elR":[126.1,-147.9],"haR":[192.1,-150.6],"shL":[-60.1,-142.2],"elL":[-137.4,-139.2],"haL":[-206.2,-135.8],"hipR":[26.5,7.8],"knR":[29.6,129.6],"ftR":[28.4,254.8],"hipL":[-26.7,7.8],"knL":[-24.3,131],"ftL":[-22.1,256.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.5,-100.1],"neck":[-7.5,-167.9],"head":[-6.1,-203.4],"shR":[47.2,-147.3],"elR":[125.8,-148],"haR":[191.8,-150.9],"shL":[-60.4,-141.9],"elL":[-137.7,-138.9],"haL":[-206.5,-135.5],"hipR":[26.6,7.7],"knR":[29.4,129.7],"ftR":[28.1,254.9],"hipL":[-26.7,7.8],"knL":[-24.5,131],"ftL":[-22.5,256.3]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.6,-100.1],"neck":[-7.8,-167.9],"head":[-6.5,-203.4],"shR":[47,-147.2],"elR":[125.5,-148.1],"haR":[191.6,-151.1],"shL":[-60.6,-141.7],"elL":[-137.9,-138.6],"haL":[-206.7,-135.2],"hipR":[26.6,7.7],"knR":[29.2,129.7],"ftR":[27.7,254.9],"hipL":[-26.7,7.9],"knL":[-24.7,131.1],"ftL":[-22.9,256.3]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.7,-100.1],"neck":[-7.9,-167.9],"head":[-6.9,-203.4],"shR":[46.8,-147.1],"elR":[125.4,-148.2],"haR":[191.4,-151.3],"shL":[-60.7,-141.5],"elL":[-138,-138.4],"haL":[-206.8,-134.9],"hipR":[26.6,7.6],"knR":[29,129.8],"ftR":[27.4,255],"hipL":[-26.7,7.9],"knL":[-24.9,131.1],"ftL":[-23.2,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.7,-100.1],"neck":[-8.1,-167.9],"head":[-7.2,-203.4],"shR":[46.7,-147.1],"elR":[125.2,-148.2],"haR":[191.2,-151.5],"shL":[-60.8,-141.4],"elL":[-138.1,-138.1],"haL":[-207,-134.6],"hipR":[26.6,7.6],"knR":[28.8,129.8],"ftR":[27.1,255.1],"hipL":[-26.7,8],"knL":[-25,131.1],"ftL":[-23.6,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.9,-100.1],"neck":[-8.2,-167.9],"head":[-7.4,-203.5],"shR":[46.5,-147],"elR":[125.1,-148.3],"haR":[191,-151.7],"shL":[-60.9,-141.3],"elL":[-138.3,-138],"haL":[-207.1,-134.3],"hipR":[26.6,7.6],"knR":[28.5,129.9],"ftR":[26.7,255.1],"hipL":[-26.7,8],"knL":[-25.2,131.2],"ftL":[-23.9,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.3,-167.9],"head":[-7.7,-203.5],"shR":[46.4,-147],"elR":[125,-148.4],"haR":[190.9,-151.9],"shL":[-61,-141.2],"elL":[-138.4,-137.9],"haL":[-207.3,-134.2],"hipR":[26.6,7.6],"knR":[28.3,129.9],"ftR":[26.4,255.2],"hipL":[-26.7,8],"knL":[-25.3,131.2],"ftL":[-24.2,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.4,-167.9],"head":[-7.9,-203.5],"shR":[46.4,-147],"elR":[124.9,-148.6],"haR":[190.8,-152.1],"shL":[-61.1,-141.2],"elL":[-138.6,-137.8],"haL":[-207.5,-134.2],"hipR":[26.6,7.5],"knR":[28.1,129.9],"ftR":[26.1,255.2],"hipL":[-26.7,8],"knL":[-25.5,131.2],"ftL":[-24.5,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.5,-167.8],"head":[-8.2,-203.4],"shR":[46.3,-147],"elR":[124.8,-148.7],"haR":[190.7,-152.3],"shL":[-61.1,-141.2],"elL":[-138.8,-137.8],"haL":[-207.8,-134.1],"hipR":[26.6,7.5],"knR":[27.9,130],"ftR":[25.8,255.3],"hipL":[-26.7,8.1],"knL":[-25.7,131.2],"ftL":[-24.9,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.6,-167.8],"head":[-8.4,-203.4],"shR":[46.2,-147],"elR":[124.7,-148.8],"haR":[190.6,-152.5],"shL":[-61.2,-141.2],"elL":[-139,-137.7],"haL":[-208.1,-134],"hipR":[26.6,7.5],"knR":[27.7,130],"ftR":[25.5,255.3],"hipL":[-26.7,8.1],"knL":[-25.9,131.3],"ftL":[-25.3,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.7,-167.7],"head":[-8.5,-203.3],"shR":[46.2,-147],"elR":[124.7,-148.9],"haR":[190.7,-152.7],"shL":[-61.2,-141.1],"elL":[-139.1,-137.6],"haL":[-208.3,-133.8],"hipR":[26.6,7.4],"knR":[27.5,130],"ftR":[25.3,255.3],"hipL":[-26.7,8.1],"knL":[-26,131.3],"ftL":[-25.5,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.8,-100.1],"neck":[-8.6,-167.7],"head":[-8.5,-203.3],"shR":[46.2,-146.9],"elR":[124.8,-149],"haR":[190.8,-152.9],"shL":[-61.1,-141],"elL":[-139.1,-137.4],"haL":[-208.3,-133.5],"hipR":[26.7,7.4],"knR":[27.4,130.1],"ftR":[25.2,255.4],"hipL":[-26.7,8.1],"knL":[-26.1,131.3],"ftL":[-25.7,256.5]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.6,-100.1],"neck":[-8.5,-167.7],"head":[-8.4,-203.3],"shR":[46.3,-146.8],"elR":[124.9,-149],"haR":[190.9,-152.9],"shL":[-61,-140.9],"elL":[-139,-137.1],"haL":[-208.3,-133.1],"hipR":[26.7,7.4],"knR":[27.3,130.1],"ftR":[25.2,255.4],"hipL":[-26.7,8.1],"knL":[-26.1,131.3],"ftL":[-25.7,256.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.4,-100.2],"neck":[-8.3,-167.7],"head":[-8.3,-203.2],"shR":[46.5,-146.7],"elR":[125,-148.8],"haR":[191,-152.7],"shL":[-60.8,-140.8],"elL":[-138.8,-136.7],"haL":[-208.1,-132.5],"hipR":[26.7,7.4],"knR":[27.3,130.1],"ftR":[25.3,255.4],"hipL":[-26.7,8.1],"knL":[-26,131.3],"ftL":[-25.6,256.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.2,-100.2],"neck":[-8,-167.7],"head":[-8.1,-203.2],"shR":[46.8,-146.6],"elR":[125.2,-148.6],"haR":[191,-152.2],"shL":[-60.5,-140.8],"elL":[-138.5,-136.3],"haL":[-207.8,-131.8],"hipR":[26.7,7.4],"knR":[27.4,130.1],"ftR":[25.5,255.4],"hipL":[-26.7,8.1],"knL":[-25.9,131.3],"ftL":[-25.3,256.5]},{"rootY":-0.5,"hips":[0,0],"chest":[-4,-100.2],"neck":[-7.9,-167.6],"head":[-8,-203.1],"shR":[46.9,-146.4],"elR":[125.1,-148.1],"haR":[190.6,-151.5],"shL":[-60.4,-140.6],"elL":[-138.2,-136],"haL":[-207.4,-131.3],"hipR":[26.7,7.4],"knR":[27.6,130.1],"ftR":[25.8,255.4],"hipL":[-26.7,8.1],"knL":[-25.8,131.3],"ftL":[-25,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4,-100.1],"neck":[-7.9,-167.3],"head":[-8.1,-202.9],"shR":[46.9,-146.3],"elR":[124.8,-147.6],"haR":[189.8,-150.4],"shL":[-60.5,-140.5],"elL":[-138,-135.6],"haL":[-207,-130.7],"hipR":[26.7,7.4],"knR":[27.7,130.1],"ftR":[26.1,255.4],"hipL":[-26.7,8.2],"knL":[-25.6,131.3],"ftL":[-24.7,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.2,-100],"neck":[-8,-167.1],"head":[-8.2,-202.7],"shR":[46.7,-146.3],"elR":[124.1,-147],"haR":[188.4,-149.2],"shL":[-60.7,-140.5],"elL":[-137.7,-135.5],"haL":[-206.5,-130.4],"hipR":[26.8,7.3],"knR":[27.9,130.1],"ftR":[26.4,255.4],"hipL":[-26.7,8.2],"knL":[-25.5,131.4],"ftL":[-24.4,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.3,-100],"neck":[-8,-166.9],"head":[-8.3,-202.5],"shR":[46.6,-146.3],"elR":[123.3,-146.5],"haR":[186.5,-148.1],"shL":[-60.8,-140.5],"elL":[-137.1,-135.6],"haL":[-205.5,-130.5],"hipR":[26.8,7.3],"knR":[28.2,130],"ftR":[26.9,255.3],"hipL":[-26.6,8.3],"knL":[-25.2,131.4],"ftL":[-23.8,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.3,-99.9],"neck":[-8,-166.8],"head":[-8.4,-202.4],"shR":[46.5,-146.3],"elR":[122.1,-146.1],"haR":[183.9,-147.3],"shL":[-60.9,-140.6],"elL":[-136.2,-135.9],"haL":[-204,-131.2],"hipR":[26.7,7.2],"knR":[28.6,130],"ftR":[27.5,255.3],"hipL":[-26.6,8.3],"knL":[-24.8,131.4],"ftL":[-23.1,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.3,-99.9],"neck":[-8,-166.6],"head":[-8.4,-202.3],"shR":[46.5,-146.1],"elR":[120.5,-145.8],"haR":[180.3,-146.9],"shL":[-60.9,-140.6],"elL":[-134.9,-136.5],"haL":[-201.6,-132.2],"hipR":[26.7,7.2],"knR":[29,129.9],"ftR":[28.4,255.2],"hipL":[-26.6,8.4],"knL":[-24.3,131.5],"ftL":[-22.3,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.4,-99.8],"neck":[-7.8,-166.6],"head":[-8.2,-202.3],"shR":[46.5,-146.1],"elR":[118.4,-145.6],"haR":[175.5,-146.5],"shL":[-60.9,-141.1],"elL":[-132.9,-137.3],"haL":[-198.3,-133.3],"hipR":[26.7,7.1],"knR":[29.5,129.9],"ftR":[29.4,255.2],"hipL":[-26.5,8.5],"knL":[-23.7,131.5],"ftL":[-21.2,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.4,-99.8],"neck":[-7.5,-166.5],"head":[-7.9,-202.3],"shR":[46.6,-146.1],"elR":[115.9,-145.6],"haR":[169.7,-146.5],"shL":[-60.8,-141.8],"elL":[-129.8,-138.3],"haL":[-193.5,-134.5],"hipR":[26.7,7.1],"knR":[30.2,129.8],"ftR":[30.8,255.2],"hipL":[-26.5,8.5],"knL":[-22.9,131.6],"ftL":[-19.8,256.3]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.3,-99.7],"neck":[-7.2,-166.5],"head":[-7.6,-202.4],"shR":[46.8,-146.1],"elR":[112.7,-145.7],"haR":[162.6,-146.9],"shL":[-60.6,-142.5],"elL":[-125.7,-139.5],"haL":[-186.9,-135.8],"hipR":[26.6,7.1],"knR":[31.1,129.8],"ftR":[32.4,255.1],"hipL":[-26.5,8.5],"knL":[-22,131.6],"ftL":[-18.2,256.2]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.2,-99.6],"neck":[-6.9,-166.4],"head":[-7.2,-202.4],"shR":[46.9,-145.9],"elR":[108.7,-146],"haR":[154,-147.7],"shL":[-60.4,-143.3],"elL":[-121,-140.7],"haL":[-178.7,-137.5],"hipR":[26.6,7.1],"knR":[32.4,129.6],"ftR":[34.1,254.9],"hipL":[-26.4,8.5],"knL":[-21.1,131.5],"ftL":[-16.4,256.1]},{"rootY":0.1,"hips":[0,0],"chest":[-4.1,-99.6],"neck":[-6.7,-166.5],"head":[-6.7,-202.5],"shR":[47,-146],"elR":[104.1,-146.5],"haR":[144.2,-148.6],"shL":[-60.4,-144.2],"elL":[-115.7,-142.3],"haL":[-169,-139.7],"hipR":[26.6,7.3],"knR":[34,129.4],"ftR":[36,254.5],"hipL":[-26.5,8.3],"knL":[-20.4,131.3],"ftL":[-14.5,255.7]},{"rootY":0.8,"hips":[0,0],"chest":[-4.1,-99.7],"neck":[-6.7,-166.7],"head":[-6.4,-202.7],"shR":[47,-146.5],"elR":[99.2,-147.2],"haR":[133.5,-149.7],"shL":[-60.4,-145.4],"elL":[-110,-144.4],"haL":[-158.1,-142.5],"hipR":[26.4,7.8],"knR":[35.8,129],"ftR":[38,253.6],"hipL":[-26.7,7.8],"knL":[-19.7,130.7],"ftL":[-12.5,255]},{"rootY":1.8,"hips":[0,0],"chest":[-4.1,-99.6],"neck":[-7,-166.7],"head":[-6.3,-202.8],"shR":[46.8,-147],"elR":[93.9,-148],"haR":[122.2,-150.9],"shL":[-60.5,-146.3],"elL":[-104,-146.4],"haL":[-146.5,-145.6],"hipR":[26.3,8.5],"knR":[36.9,128.3],"ftR":[39.7,252],"hipL":[-26.9,7.1],"knL":[-19.1,129.9],"ftL":[-10.6,254]},{"rootY":2.5,"hips":[0,0],"chest":[-4.1,-99.3],"neck":[-7.5,-166.5],"head":[-6.7,-202.7],"shR":[46.4,-147.3],"elR":[88.3,-148.4],"haR":[110.5,-151.7],"shL":[-60.9,-146.7],"elL":[-98.1,-147.9],"haL":[-134.6,-148.3],"hipR":[26.1,9.1],"knR":[37.5,127.3],"ftR":[40.5,249.7],"hipL":[-27,6.5],"knL":[-18.6,129.4],"ftL":[-9.2,253.2]},{"rootY":2.8,"hips":[0,0],"chest":[-4.4,-99.1],"neck":[-8.1,-166.3],"head":[-7.3,-202.5],"shR":[45.9,-147.2],"elR":[82.6,-148.4],"haR":[98.9,-152.1],"shL":[-61.3,-146.7],"elL":[-92.4,-149.1],"haL":[-122.7,-150.5],"hipR":[26.1,9.3],"knR":[37.6,125.9],"ftR":[40.2,247],"hipL":[-27,6.3],"knL":[-18.1,129.1],"ftL":[-8.1,252.9]},{"rootY":3,"hips":[0,0],"chest":[-4.7,-98.9],"neck":[-8.5,-166.3],"head":[-7.9,-202.5],"shR":[45.4,-147.1],"elR":[77,-148.2],"haR":[88.1,-152.1],"shL":[-61.6,-146.8],"elL":[-86.9,-150.1],"haL":[-111.4,-152.5],"hipR":[26.1,9.3],"knR":[37.2,124.3],"ftR":[39,244.4],"hipL":[-27,6.3],"knL":[-17.7,129.1],"ftL":[-7.2,252.7]},{"rootY":3,"hips":[0,0],"chest":[-5.2,-98.7],"neck":[-9,-166.3],"head":[-8.7,-202.5],"shR":[44.9,-146.8],"elR":[71.5,-147.7],"haR":[78.4,-151.7],"shL":[-62,-146.8],"elL":[-81.7,-151],"haL":[-101.1,-154.4],"hipR":[26.1,9.2],"knR":[36.4,122.8],"ftR":[37.5,242.5],"hipL":[-27,6.4],"knL":[-17.5,129.2],"ftL":[-6.6,252.6]},{"rootY":3,"hips":[0,0],"chest":[-5.7,-98.6],"neck":[-9.7,-166.2],"head":[-9.6,-202.4],"shR":[44.2,-146.7],"elR":[66.3,-147],"haR":[69.8,-150.8],"shL":[-62.5,-146.7],"elL":[-77,-152],"haL":[-92.1,-156.1],"hipR":[26.2,9.1],"knR":[35.5,121.5],"ftR":[36.1,241.4],"hipL":[-27,6.5],"knL":[-17.5,129.4],"ftL":[-6.4,252.5]},{"rootY":3,"hips":[0,0],"chest":[-6.2,-98.5],"neck":[-10.3,-166.1],"head":[-10.4,-202.3],"shR":[43.5,-146.8],"elR":[61.5,-146.1],"haR":[62.5,-149.2],"shL":[-62.9,-147],"elL":[-72.7,-152.8],"haL":[-84.3,-157.4],"hipR":[26.2,9],"knR":[34.8,120.2],"ftR":[35.4,240.9],"hipL":[-27,6.6],"knL":[-17.5,129.4],"ftL":[-6.2,252.5]},{"rootY":3,"hips":[0,0],"chest":[-6.5,-98.5],"neck":[-10.9,-166.1],"head":[-11.2,-202.4],"shR":[42.9,-147.1],"elR":[57.5,-145.1],"haR":[56.3,-147.2],"shL":[-63.2,-147.6],"elL":[-68.8,-153.6],"haL":[-77.4,-158.1],"hipR":[26.2,9],"knR":[34.5,118.9],"ftR":[35.3,240.8],"hipL":[-27,6.6],"knL":[-17.5,129.4],"ftL":[-5.9,252.4]},{"rootY":2.9,"hips":[0,0],"chest":[-6.7,-98.5],"neck":[-11.4,-166.2],"head":[-12.2,-202.4],"shR":[42.5,-147.2],"elR":[54.2,-144.2],"haR":[51.1,-145.1],"shL":[-63.4,-148.1],"elL":[-65.4,-154],"haL":[-71.5,-158.4],"hipR":[26.2,9],"knR":[34.4,117.8],"ftR":[35.3,241.1],"hipL":[-27,6.6],"knL":[-17.5,129.5],"ftL":[-5.8,252.3]},{"rootY":2.9,"hips":[0,0],"chest":[-7.1,-98.4],"neck":[-12,-166.1],"head":[-13.3,-202.4],"shR":[41.9,-147],"elR":[51.4,-143.3],"haR":[46.6,-143.3],"shL":[-63.8,-148.2],"elL":[-62.9,-154.1],"haL":[-66.7,-158.4],"hipR":[26.3,8.8],"knR":[34.2,117.2],"ftR":[35.1,241.6],"hipL":[-26.9,6.8],"knL":[-17.6,129.7],"ftL":[-6.1,252.3]},{"rootY":2.8,"hips":[0,0],"chest":[-7.3,-98.3],"neck":[-12.5,-166],"head":[-14.5,-202.2],"shR":[41.3,-146.8],"elR":[49.1,-142.6],"haR":[42.9,-142.2],"shL":[-64.1,-148.1],"elL":[-61,-153.8],"haL":[-62.8,-158],"hipR":[26.4,8.7],"knR":[33.8,116.9],"ftR":[34.8,242],"hipL":[-26.9,7],"knL":[-17.9,129.9],"ftL":[-6.6,252.4]},{"rootY":2.9,"hips":[0,0],"chest":[-7.2,-98.2],"neck":[-12.7,-165.9],"head":[-15.5,-202.2],"shR":[41.1,-146.7],"elR":[47.5,-142.4],"haR":[40,-142.1],"shL":[-64.2,-148.2],"elL":[-59.3,-153.5],"haL":[-59.5,-157.2],"hipR":[26.5,8.6],"knR":[33.5,116.8],"ftR":[34.4,242.2],"hipL":[-26.9,7.1],"knL":[-18.3,129.9],"ftL":[-7,252.2]},{"rootY":3.1,"hips":[0,0],"chest":[-6.7,-98.3],"neck":[-12.6,-166],"head":[-16.3,-202.2],"shR":[41.2,-146.6],"elR":[46.4,-142.8],"haR":[37.6,-143],"shL":[-63.9,-148.5],"elL":[-57.6,-153],"haL":[-56.7,-155.8],"hipR":[26.5,8.6],"knR":[33.2,117],"ftR":[34,242],"hipL":[-27,7],"knL":[-18.6,129.9],"ftL":[-7.4,252]},{"rootY":3.3,"hips":[0,0],"chest":[-6.2,-98.3],"neck":[-12.4,-166.1],"head":[-17.3,-202.1],"shR":[41.4,-146.7],"elR":[45.7,-143.6],"haR":[35.5,-144.6],"shL":[-63.6,-148.7],"elL":[-56.1,-151.9],"haL":[-54.7,-153.6],"hipR":[26.5,8.6],"knR":[32.7,117.2],"ftR":[33.6,241.7],"hipL":[-27,7],"knL":[-19.2,130],"ftL":[-8.1,251.7]},{"rootY":3.5,"hips":[0,0],"chest":[-5.6,-98.3],"neck":[-12.3,-166.1],"head":[-18.5,-201.9],"shR":[41.5,-146.9],"elR":[45.1,-144.7],"haR":[33.5,-146.7],"shL":[-63.4,-148.6],"elL":[-54.8,-150.4],"haL":[-53.4,-150.4],"hipR":[26.6,8.6],"knR":[32,117.6],"ftR":[32.9,241.5],"hipL":[-27,7.1],"knL":[-19.9,130],"ftL":[-9,251.5]},{"rootY":3.8,"hips":[0,0],"chest":[-4.8,-98.4],"neck":[-12,-166.1],"head":[-19.7,-201.6],"shR":[41.8,-147.3],"elR":[44.8,-146.3],"haR":[31.9,-149.4],"shL":[-63.1,-148.3],"elL":[-53.7,-148.4],"haL":[-52.5,-146.8],"hipR":[26.6,8.6],"knR":[31.3,118.1],"ftR":[32.4,241.6],"hipL":[-27,7],"knL":[-20.4,130],"ftL":[-10,251.3]},{"rootY":4.1,"hips":[0,0],"chest":[-3.8,-98.5],"neck":[-11.4,-166.3],"head":[-20.6,-201.4],"shR":[42.3,-147.7],"elR":[44.6,-148.2],"haR":[30.8,-152.6],"shL":[-62.5,-147.6],"elL":[-52.7,-146.2],"haL":[-51.9,-142.9],"hipR":[26.5,8.8],"knR":[30.7,118.7],"ftR":[31.9,242.1],"hipL":[-27.1,6.9],"knL":[-20.8,129.8],"ftL":[-10.9,251]},{"rootY":4.5,"hips":[0,0],"chest":[-2.7,-98.6],"neck":[-10.7,-166.4],"head":[-21.5,-201.1],"shR":[43.1,-147.8],"elR":[44.6,-150.2],"haR":[29.9,-155.9],"shL":[-61.8,-146.6],"elL":[-51.9,-143.9],"haL":[-51.6,-139.2],"hipR":[26.5,8.9],"knR":[30.2,119.3],"ftR":[31.5,242.8],"hipL":[-27.1,6.7],"knL":[-21.2,129.5],"ftL":[-12,250.7]},{"rootY":5,"hips":[0,0],"chest":[-1.5,-98.7],"neck":[-9.9,-166.5],"head":[-22.3,-200.6],"shR":[44,-147.9],"elR":[44.8,-151.9],"haR":[29.1,-159.2],"shL":[-61,-145.9],"elL":[-51.2,-141.9],"haL":[-51.6,-135.8],"hipR":[26.4,9.1],"knR":[29.4,119.9],"ftR":[30.7,243.9],"hipL":[-27.1,6.6],"knL":[-21.7,129.1],"ftL":[-13.3,250.2]},{"rootY":5.5,"hips":[0,0],"chest":[-0.3,-98.8],"neck":[-8.9,-166.6],"head":[-23,-200.1],"shR":[45,-147.9],"elR":[45.2,-153.5],"haR":[28.7,-162.2],"shL":[-60.1,-145.5],"elL":[-50.5,-140.2],"haL":[-51.7,-132.8],"hipR":[26.4,9.2],"knR":[28.5,120.9],"ftR":[29.2,245.5],"hipL":[-27.2,6.4],"knL":[-22.3,128.7],"ftL":[-14.8,249.5]},{"rootY":5.9,"hips":[0,0],"chest":[1,-99],"neck":[-7.8,-166.8],"head":[-23.6,-199.5],"shR":[46.1,-147.6],"elR":[45.7,-154.7],"haR":[28.4,-164.9],"shL":[-59,-144.9],"elL":[-49.9,-138.7],"haL":[-51.9,-130.4],"hipR":[26.4,9.2],"knR":[27.5,122.3],"ftR":[27,247.2],"hipL":[-27.1,6.5],"knL":[-23.2,128.5],"ftL":[-16.7,248.8]},{"rootY":6,"hips":[0,0],"chest":[2.2,-99],"neck":[-6.5,-166.9],"head":[-24.2,-198.6],"shR":[47.3,-146.6],"elR":[46.3,-155.4],"haR":[28.3,-167],"shL":[-57.9,-144],"elL":[-49.4,-137.1],"haL":[-52.2,-128.3],"hipR":[26.5,8.8],"knR":[26.3,123.6],"ftR":[24.6,248.6],"hipL":[-27.1,6.8],"knL":[-24.4,128.6],"ftL":[-18.9,248.2]},{"rootY":5.9,"hips":[0,0],"chest":[3.6,-99],"neck":[-4.9,-166.9],"head":[-24.4,-197.4],"shR":[48.8,-146.1],"elR":[47.3,-156],"haR":[28.7,-168.8],"shL":[-56.3,-143],"elL":[-48.7,-135.7],"haL":[-52.3,-126.6],"hipR":[26.6,8.6],"knR":[25.1,124.2],"ftR":[22.3,249.3],"hipL":[-27,7.1],"knL":[-25.6,128.6],"ftL":[-21.2,247.2]},{"rootY":5.8,"hips":[0,0],"chest":[5.7,-99],"neck":[-2.7,-167],"head":[-23.8,-196.3],"shR":[50.8,-146.8],"elR":[49,-157.4],"haR":[30.2,-170.9],"shL":[-54.2,-142.7],"elL":[-47.5,-134.9],"haL":[-51.9,-125.4],"hipR":[26.5,8.8],"knR":[23.7,124.2],"ftR":[20.6,249.4],"hipL":[-27.1,6.8],"knL":[-26.7,128],"ftL":[-23.2,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[8.1,-99],"neck":[-0.5,-167.1],"head":[-22.6,-195.5],"shR":[53,-148.4],"elR":[51.1,-159.7],"haR":[32.4,-173.5],"shL":[-51.8,-143],"elL":[-46,-134.5],"haL":[-51.1,-124.4],"hipR":[26.3,9.5],"knR":[22.1,124.1],"ftR":[19.3,249.4],"hipL":[-27.2,6.1],"knL":[-27.8,127.2],"ftL":[-24.8,243.8]},{"rootY":5.7,"hips":[0,0],"chest":[10.1,-98.9],"neck":[1.2,-167.1],"head":[-21.3,-195],"shR":[54.4,-149.6],"elR":[52.8,-162.3],"haR":[34.4,-176.6],"shL":[-50,-143.2],"elL":[-44.9,-134.1],"haL":[-50.3,-123.4],"hipR":[26.1,10],"knR":[20,124.5],"ftR":[17.8,249.5],"hipL":[-27.3,5.5],"knL":[-29.5,126.6],"ftL":[-26.7,242.1]},{"rootY":5.5,"hips":[0,0],"chest":[11.3,-98.9],"neck":[2.2,-167.1],"head":[-20.1,-195],"shR":[55.2,-150],"elR":[54,-164.4],"haR":[36,-179.8],"shL":[-49.1,-143.1],"elL":[-44.5,-133.7],"haL":[-49.9,-122.7],"hipR":[26,10],"knR":[17.7,125.2],"ftR":[16,249.7],"hipL":[-27.2,5.5],"knL":[-31.5,126.5],"ftL":[-28.9,240.7]},{"rootY":5.4,"hips":[0,0],"chest":[11.6,-98.9],"neck":[2.9,-167.2],"head":[-18.7,-195.4],"shR":[55.5,-149.8],"elR":[54.8,-165.8],"haR":[37,-182.7],"shL":[-48.6,-143.5],"elL":[-44.5,-133.6],"haL":[-50.1,-122.2],"hipR":[26.1,9.8],"knR":[16,125.8],"ftR":[13.8,249.9],"hipL":[-27.1,5.8],"knL":[-33.4,126.7],"ftL":[-31,239.1]},{"rootY":5.4,"hips":[0,0],"chest":[11.8,-98.9],"neck":[3.7,-167.4],"head":[-16.9,-196.1],"shR":[55.9,-149.7],"elR":[55.6,-166.8],"haR":[37.8,-184.8],"shL":[-48,-144.4],"elL":[-44.4,-134],"haL":[-50.4,-122.1],"hipR":[26.1,9.6],"knR":[15.2,126.5],"ftR":[11.9,250.2],"hipL":[-27,5.9],"knL":[-35.1,126.8],"ftL":[-32.8,237.1]},{"rootY":5.4,"hips":[0,0],"chest":[12.1,-98.8],"neck":[4.5,-167.5],"head":[-14.8,-196.9],"shR":[56.4,-149.9],"elR":[56,-167.4],"haR":[38.1,-185.9],"shL":[-47.3,-145.1],"elL":[-44.1,-134.5],"haL":[-50.7,-122.3],"hipR":[26.1,9.7],"knR":[14.9,127.3],"ftR":[10.4,250.6],"hipL":[-27.1,5.9],"knL":[-37.4,127.1],"ftL":[-34.6,234.2]},{"rootY":5.4,"hips":[0,0],"chest":[12.2,-98.8],"neck":[4.9,-167.6],"head":[-13,-197.9],"shR":[56.8,-150.2],"elR":[55.7,-167.9],"haR":[37.6,-186.2],"shL":[-46.9,-145.2],"elL":[-44,-134.8],"haL":[-51,-122.9],"hipR":[26.1,9.7],"knR":[14.4,128],"ftR":[9,250.7],"hipL":[-27.1,5.9],"knL":[-40.7,127.5],"ftL":[-36.9,230.5]},{"rootY":5.5,"hips":[0,0],"chest":[12.1,-98.8],"neck":[4.6,-167.6],"head":[-11.5,-198.9],"shR":[56.7,-150.8],"elR":[54.6,-168.2],"haR":[36.5,-185.9],"shL":[-47.1,-144.7],"elL":[-44.3,-135],"haL":[-51.3,-123.7],"hipR":[26.1,9.6],"knR":[13.6,128.3],"ftR":[7.7,250.5],"hipL":[-27.1,6],"knL":[-44.7,127.7],"ftL":[-39.5,226.6]},{"rootY":5.6,"hips":[0,0],"chest":[11.9,-98.8],"neck":[4.3,-167.6],"head":[-10.4,-199.6],"shR":[56.4,-151.3],"elR":[53.2,-168.2],"haR":[35.2,-185.1],"shL":[-47.3,-144.2],"elL":[-44.8,-135],"haL":[-51.6,-124.2],"hipR":[26.2,9.5],"knR":[12.8,128.6],"ftR":[6.8,250.2],"hipL":[-27.1,6.1],"knL":[-48.7,127.3],"ftL":[-42,223.8]},{"rootY":5.4,"hips":[0,0],"chest":[11.9,-98.6],"neck":[4.2,-167.4],"head":[-9.5,-199.9],"shR":[56.4,-151.6],"elR":[52,-167.7],"haR":[33.8,-183.6],"shL":[-47.2,-143.8],"elL":[-45.2,-134.7],"haL":[-51.7,-124.2],"hipR":[26.2,9.6],"knR":[12.8,129],"ftR":[6.3,250],"hipL":[-27.1,6],"knL":[-52.2,126.6],"ftL":[-44.8,223.8]},{"rootY":5.1,"hips":[0,0],"chest":[12,-98.5],"neck":[4.3,-167.2],"head":[-8.9,-200],"shR":[56.5,-152],"elR":[51,-166.9],"haR":[32.6,-181.3],"shL":[-47.1,-143.6],"elL":[-45.4,-134.4],"haL":[-51.8,-123.8],"hipR":[26.2,9.6],"knR":[13.5,129.6],"ftR":[6.2,250],"hipL":[-27.2,6],"knL":[-55.5,125.6],"ftL":[-49,226.5]},{"rootY":4.8,"hips":[0,0],"chest":[12,-98.3],"neck":[4.4,-167.1],"head":[-8.6,-199.9],"shR":[56.6,-152.3],"elR":[50.2,-165.7],"haR":[31.4,-178.8],"shL":[-47,-143.6],"elL":[-45.5,-134.2],"haL":[-51.9,-123.5],"hipR":[26.2,9.7],"knR":[14.4,130.2],"ftR":[5.9,250.2],"hipL":[-27.2,5.9],"knL":[-58.5,124.5],"ftL":[-54.8,230.6]},{"rootY":4.7,"hips":[0,0],"chest":[11.9,-98.2],"neck":[4.3,-167],"head":[-8.5,-199.8],"shR":[56.6,-152.6],"elR":[49.7,-164.7],"haR":[30.7,-176.5],"shL":[-46.9,-143.7],"elL":[-45.5,-134.1],"haL":[-51.9,-123.4],"hipR":[26.2,9.8],"knR":[15,130.8],"ftR":[5.5,250.2],"hipL":[-27.3,5.8],"knL":[-60.9,123.3],"ftL":[-61.6,234.6]},{"rootY":4.9,"hips":[0,0],"chest":[12,-98.1],"neck":[4.4,-166.8],"head":[-8.4,-199.7],"shR":[56.7,-152.8],"elR":[49.5,-163.8],"haR":[30.4,-174.4],"shL":[-46.8,-143.7],"elL":[-45.3,-134.2],"haL":[-51.8,-123.4],"hipR":[26.1,10],"knR":[15.4,131.1],"ftR":[5.6,249.9],"hipL":[-27.4,5.6],"knL":[-62.2,122.1],"ftL":[-68.7,237.8]},{"rootY":5.3,"hips":[0,0],"chest":[12.3,-98],"neck":[4.8,-166.7],"head":[-8,-199.6],"shR":[57.1,-152.9],"elR":[49.7,-162.9],"haR":[30.7,-172.7],"shL":[-46.4,-143.6],"elL":[-44.9,-134.1],"haL":[-51.6,-123.5],"hipR":[26,10.1],"knR":[15.9,131.4],"ftR":[6.1,249.4],"hipL":[-27.4,5.4],"knL":[-62.5,121],"ftL":[-75.4,240.1]},{"rootY":5.9,"hips":[0,0],"chest":[12.6,-97.9],"neck":[5.3,-166.6],"head":[-7.5,-199.6],"shR":[57.6,-152.8],"elR":[50.3,-162],"haR":[31.5,-171.1],"shL":[-45.9,-143.4],"elL":[-44.3,-134],"haL":[-51.1,-123.4],"hipR":[25.9,10.3],"knR":[16.5,131.7],"ftR":[6.9,248.7],"hipL":[-27.4,5.3],"knL":[-62.1,120.1],"ftL":[-81,241.4]},{"rootY":6.4,"hips":[0,0],"chest":[12.9,-97.8],"neck":[5.9,-166.5],"head":[-6.8,-199.6],"shR":[58.2,-152.4],"elR":[51.2,-161],"haR":[32.7,-169.6],"shL":[-45.3,-143.2],"elL":[-43.6,-133.8],"haL":[-50.5,-123],"hipR":[25.9,10.4],"knR":[17.4,132.1],"ftR":[8.1,248.2],"hipL":[-27.4,5.1],"knL":[-61.2,119.4],"ftL":[-84.7,241.8]},{"rootY":6.7,"hips":[0,0],"chest":[13.2,-97.6],"neck":[6.6,-166.4],"head":[-5.9,-199.6],"shR":[58.9,-152.1],"elR":[52.4,-160],"haR":[34.4,-168],"shL":[-44.7,-143.2],"elL":[-42.9,-133.5],"haL":[-49.8,-122.5],"hipR":[25.8,10.5],"knR":[18.5,132.5],"ftR":[9.6,247.8],"hipL":[-27.4,5.1],"knL":[-59.8,118.9],"ftL":[-86.4,241.4]},{"rootY":6.9,"hips":[0,0],"chest":[13.4,-97.5],"neck":[7.2,-166.3],"head":[-4.9,-199.7],"shR":[59.7,-151.8],"elR":[53.5,-159.1],"haR":[36.2,-166.6],"shL":[-44.1,-143.2],"elL":[-42.1,-133.2],"haL":[-48.9,-122],"hipR":[25.8,10.5],"knR":[19.8,132.9],"ftR":[11.5,247.4],"hipL":[-27.4,5],"knL":[-58.2,118.3],"ftL":[-86.1,240.2]},{"rootY":7.1,"hips":[0,0],"chest":[13.5,-97.4],"neck":[7.7,-166.2],"head":[-3.9,-199.9],"shR":[60.2,-151.7],"elR":[54.6,-158.3],"haR":[38.2,-165.3],"shL":[-43.7,-143.1],"elL":[-41.4,-133.2],"haL":[-47.9,-122],"hipR":[25.8,10.5],"knR":[21.2,133.2],"ftR":[13.6,246.9],"hipL":[-27.4,5.1],"knL":[-56.3,117.6],"ftL":[-83.7,238.7]},{"rootY":7.3,"hips":[0,0],"chest":[13.2,-97.3],"neck":[7.7,-166.2],"head":[-3,-200.3],"shR":[60.3,-151.7],"elR":[55.5,-157.8],"haR":[39.9,-164.2],"shL":[-43.7,-142.7],"elL":[-41,-133.4],"haL":[-47.1,-122.6],"hipR":[25.7,10.4],"knR":[22.8,133.3],"ftR":[15.8,246.4],"hipL":[-27.3,5.2],"knL":[-54.1,117.1],"ftL":[-79.8,237.6]},{"rootY":7.5,"hips":[0,0],"chest":[12.5,-97.4],"neck":[7.1,-166.3],"head":[-2.3,-200.9],"shR":[59.8,-151.7],"elR":[56,-157.4],"haR":[41.4,-163.2],"shL":[-44.3,-142.2],"elL":[-41.2,-133.9],"haL":[-46.6,-124],"hipR":[25.7,10.2],"knR":[24.6,133.3],"ftR":[18.1,245.7],"hipL":[-27.2,5.4],"knL":[-51.5,116.9],"ftL":[-75.1,236.9]},{"rootY":7.9,"hips":[0,0],"chest":[11.3,-97.4],"neck":[6.1,-166.5],"head":[-1.6,-201.5],"shR":[58.9,-151.5],"elR":[56.1,-157],"haR":[42.6,-162.5],"shL":[-45.2,-141.9],"elL":[-42,-134.9],"haL":[-46.6,-126.2],"hipR":[25.8,9.9],"knR":[26.3,133.1],"ftR":[20.5,244.8],"hipL":[-27.1,5.7],"knL":[-48.4,117.2],"ftL":[-69.8,236.7]},{"rootY":8.5,"hips":[0,0],"chest":[10,-97.5],"neck":[5,-166.7],"head":[-0.9,-202],"shR":[58.1,-151.2],"elR":[55.9,-156.6],"haR":[43.4,-162],"shL":[-46.3,-141.9],"elL":[-43.1,-136.5],"haL":[-47,-129.3],"hipR":[25.8,9.6],"knR":[28,132.8],"ftR":[23.2,243.4],"hipL":[-27,6],"knL":[-44.9,117.9],"ftL":[-63.2,237.3]},{"rootY":9.3,"hips":[0,0],"chest":[8.7,-97.5],"neck":[4.3,-166.8],"head":[-0.1,-202.4],"shR":[57.5,-150.7],"elR":[55.9,-156.1],"haR":[44.1,-161.5],"shL":[-47.1,-142.2],"elL":[-43.8,-138.3],"haL":[-47.3,-132.9],"hipR":[25.9,9.4],"knR":[30.1,132.3],"ftR":[26.3,241.6],"hipL":[-26.9,6.2],"knL":[-40.8,119.5],"ftL":[-55.3,239.2]},{"rootY":10,"hips":[0,0],"chest":[7.6,-97.4],"neck":[3.8,-166.8],"head":[1,-202.6],"shR":[57.2,-149.6],"elR":[56.2,-155.2],"haR":[45.1,-160.8],"shL":[-47.6,-142.2],"elL":[-44.1,-140.4],"haL":[-47.4,-136.8],"hipR":[25.8,9.4],"knR":[32.8,131.9],"ftR":[30.2,239.6],"hipL":[-26.8,6.2],"knL":[-36.7,121.5],"ftL":[-47.4,241.5]},{"rootY":10.5,"hips":[0,0],"chest":[6.8,-97],"neck":[3.4,-166.5],"head":[2.1,-202.3],"shR":[56.9,-147.4],"elR":[56.8,-153.6],"haR":[46.6,-160],"shL":[-48,-141.6],"elL":[-44,-142.3],"haL":[-46.9,-141],"hipR":[25.4,10],"knR":[36,131.8],"ftR":[34.9,237.3],"hipL":[-26.8,5.6],"knL":[-33.6,122.9],"ftL":[-41,243.4]},{"rootY":10.4,"hips":[0,0],"chest":[6.3,-96.1],"neck":[2.6,-165.7],"head":[3.3,-201.5],"shR":[56.5,-144.9],"elR":[57.5,-151.7],"haR":[48.4,-158.7],"shL":[-48.4,-140.4],"elL":[-43.7,-143.7],"haL":[-45.8,-145],"hipR":[25,11.2],"knR":[39.2,132.1],"ftR":[39.9,234.5],"hipL":[-26.9,4.3],"knL":[-31.3,123],"ftL":[-36.3,244.5]},{"rootY":9.5,"hips":[0,0],"chest":[6.2,-94.9],"neck":[1.2,-164.6],"head":[4.3,-200.2],"shR":[55.6,-143.9],"elR":[58.1,-149.8],"haR":[49.8,-156.2],"shL":[-49.2,-138.8],"elL":[-43.7,-144.7],"haL":[-44.6,-148.2],"hipR":[24.5,12.4],"knR":[41.9,132.3],"ftR":[44.9,231.2],"hipL":[-27,3],"knL":[-28.9,122.8],"ftL":[-32.1,245.6]},{"rootY":8,"hips":[0,0],"chest":[5.4,-93.9],"neck":[-1,-163.6],"head":[4.6,-199],"shR":[53.9,-144.6],"elR":[57.9,-148.3],"haR":[50.6,-152.7],"shL":[-50.9,-137.4],"elL":[-44.4,-145.5],"haL":[-44,-151],"hipR":[24.2,13],"knR":[44.3,132.4],"ftR":[49.1,227.5],"hipL":[-27,2.4],"knL":[-26.9,123.3],"ftL":[-28.1,247.2]},{"rootY":6.6,"hips":[0,0],"chest":[3.6,-93.2],"neck":[-3.5,-162.9],"head":[4.3,-197.8],"shR":[51.6,-145.5],"elR":[56.7,-147],"haR":[50.9,-149.3],"shL":[-53.2,-136.7],"elL":[-45.8,-146.7],"haL":[-44.1,-154],"hipR":[24,13.1],"knR":[47,132.8],"ftR":[51.7,222.7],"hipL":[-26.8,2.2],"knL":[-25.6,124.2],"ftL":[-24.9,248.6]},{"rootY":6.3,"hips":[0,0],"chest":[1.5,-92.8],"neck":[-5.7,-162.5],"head":[3.5,-197],"shR":[49.5,-145.3],"elR":[55.4,-146],"haR":[51,-147.3],"shL":[-55.3,-136.9],"elL":[-47,-149],"haL":[-44.5,-158.2],"hipR":[23.7,13.5],"knR":[50.3,133.5],"ftR":[52.5,216.4],"hipL":[-26.6,1.7],"knL":[-24.7,124.3],"ftL":[-22.5,249]},{"rootY":6.8,"hips":[0,0],"chest":[0,-92.5],"neck":[-7.2,-162.2],"head":[2.3,-196.6],"shR":[48.2,-144.5],"elR":[54.7,-145],"haR":[50.9,-146.2],"shL":[-56.8,-137.5],"elL":[-47.5,-151.7],"haL":[-44.7,-162.8],"hipR":[23.3,14.3],"knR":[53.5,133.7],"ftR":[51.7,209.8],"hipL":[-26.5,0.8],"knL":[-24,123.8],"ftL":[-20.4,248.6]},{"rootY":7.1,"hips":[0,0],"chest":[-1,-92.3],"neck":[-8.5,-161.9],"head":[0.5,-196.5],"shR":[47.1,-144.1],"elR":[54.4,-143.5],"haR":[50.3,-144.1],"shL":[-57.9,-137.3],"elL":[-47.5,-153.4],"haL":[-44.4,-166.2],"hipR":[23.1,14.7],"knR":[55.4,132.9],"ftR":[49.7,205.5],"hipL":[-26.5,0.3],"knL":[-23.6,123.4],"ftL":[-18.7,248.3]},{"rootY":6.8,"hips":[0,0],"chest":[-1.9,-92.1],"neck":[-9.8,-161.7],"head":[-1.7,-196.7],"shR":[45.9,-144.5],"elR":[53.9,-141.7],"haR":[49.5,-140.7],"shL":[-59,-136.4],"elL":[-47.3,-153.8],"haL":[-43.3,-167.8],"hipR":[23.2,14.5],"knR":[55.9,131.1],"ftR":[47.1,205.4],"hipL":[-26.6,0.4],"knL":[-23.3,123.6],"ftL":[-17.8,248.6]},{"rootY":6.2,"hips":[0,0],"chest":[-2.8,-92.2],"neck":[-11.1,-161.7],"head":[-4.2,-197],"shR":[44.7,-145.1],"elR":[53,-140],"haR":[48.8,-137],"shL":[-60.2,-135.5],"elL":[-46.9,-153.5],"haL":[-41.1,-167.9],"hipR":[23.5,14.2],"knR":[55.5,128.7],"ftR":[45.4,209.5],"hipL":[-26.7,0.9],"knL":[-22.8,124],"ftL":[-17.6,249.2]},{"rootY":5.8,"hips":[0,0],"chest":[-3.7,-92.4],"neck":[-12.3,-161.8],"head":[-6.6,-197.4],"shR":[43.4,-145.5],"elR":[51.6,-138.7],"haR":[48.1,-134.1],"shL":[-61.4,-135],"elL":[-46.1,-153.1],"haL":[-38.1,-167.7],"hipR":[23.8,13.9],"knR":[54.4,125.9],"ftR":[45.6,216.6],"hipL":[-26.8,1.2],"knL":[-22.3,124.3],"ftL":[-17.6,249.6]},{"rootY":5.5,"hips":[0,0],"chest":[-4.5,-92.5],"neck":[-13.3,-161.8],"head":[-8.7,-197.6],"shR":[42.3,-145.5],"elR":[50.2,-137.6],"haR":[47,-131.6],"shL":[-62.4,-134.7],"elL":[-45,-152.6],"haL":[-35.1,-167.2],"hipR":[24,13.6],"knR":[53,123.3],"ftR":[47.8,225.3],"hipL":[-26.9,1.6],"knL":[-22.1,124.7],"ftL":[-17.7,249.9]},{"rootY":5.3,"hips":[0,0],"chest":[-4.9,-92.5],"neck":[-13.9,-161.8],"head":[-10.1,-197.7],"shR":[41.6,-145.4],"elR":[49.3,-136.3],"haR":[46,-129.2],"shL":[-63,-134.6],"elL":[-43.7,-152.1],"haL":[-32.2,-166.4],"hipR":[24.2,13.3],"knR":[52.4,121.2],"ftR":[50.9,234.4],"hipL":[-27,1.8],"knL":[-22.1,124.9],"ftL":[-17.7,250.1]},{"rootY":5.3,"hips":[0,0],"chest":[-4.7,-92.5],"neck":[-13.8,-161.7],"head":[-10.7,-197.8],"shR":[41.6,-145.2],"elR":[49.1,-134.9],"haR":[45.3,-126.8],"shL":[-63,-134.6],"elL":[-42.3,-151.5],"haL":[-29.8,-165.2],"hipR":[24.4,13.2],"knR":[52.9,120.2],"ftR":[54.5,241.5],"hipL":[-27.1,2],"knL":[-22.4,125.1],"ftL":[-17.8,250.2]},{"rootY":5.3,"hips":[0,0],"chest":[-4.1,-92.6],"neck":[-13.3,-161.8],"head":[-10.5,-197.9],"shR":[42,-144.9],"elR":[49.2,-133.4],"haR":[44.9,-124.6],"shL":[-62.7,-134.5],"elL":[-41.2,-150.7],"haL":[-28,-163.7],"hipR":[24.5,13.1],"knR":[53.7,119.9],"ftR":[58.5,244.9],"hipL":[-27.2,2.1],"knL":[-22.6,125.1],"ftL":[-18,250.3]},{"rootY":5.2,"hips":[0,0],"chest":[-3.4,-92.8],"neck":[-12.4,-161.9],"head":[-9.7,-198.1],"shR":[42.5,-144.1],"elR":[48.9,-132],"haR":[44,-122.6],"shL":[-62.1,-134.6],"elL":[-40.6,-149.8],"haL":[-27.2,-162],"hipR":[24.6,12.9],"knR":[53.1,120.5],"ftR":[62.9,244.6],"hipL":[-27.3,2.3],"knL":[-22.8,125.3],"ftL":[-18.4,250.3]},{"rootY":5.3,"hips":[0,0],"chest":[-2.9,-92.9],"neck":[-11.3,-162.1],"head":[-8.8,-198.2],"shR":[43.2,-143.3],"elR":[48.3,-130.8],"haR":[42.3,-121],"shL":[-61.5,-135.2],"elL":[-40.4,-149.1],"haL":[-27.4,-160.2],"hipR":[24.7,12.9],"knR":[51,121.7],"ftR":[66.8,241.5],"hipL":[-27.4,2.4],"knL":[-23.3,125.3],"ftL":[-19.4,250.3]},{"rootY":5.6,"hips":[0,0],"chest":[-2.3,-92.9],"neck":[-9.9,-162.2],"head":[-7.8,-198.4],"shR":[44.1,-142.8],"elR":[47.6,-129.9],"haR":[40.2,-120],"shL":[-60.8,-136.6],"elL":[-40.5,-148.9],"haL":[-28.4,-158.7],"hipR":[24.7,12.9],"knR":[49.3,122.1],"ftR":[69.9,237.4],"hipL":[-27.5,2.3],"knL":[-23.9,125.2],"ftL":[-20.8,250]},{"rootY":5.8,"hips":[0,0],"chest":[-1.6,-92.8],"neck":[-8.5,-162.3],"head":[-6.8,-198.5],"shR":[45,-142.4],"elR":[47,-129.1],"haR":[38.2,-119.2],"shL":[-60,-137.7],"elL":[-40.6,-148.7],"haL":[-29.8,-157.3],"hipR":[24.8,12.8],"knR":[49.6,121.1],"ftR":[72.5,234.2],"hipL":[-27.6,2.4],"knL":[-24.8,125.3],"ftL":[-22.6,249.8]},{"rootY":5.8,"hips":[0,0],"chest":[-1.1,-92.7],"neck":[-7.2,-162.2],"head":[-5.8,-198.5],"shR":[45.8,-141.8],"elR":[46.5,-128.5],"haR":[36.3,-118.8],"shL":[-59.2,-138.2],"elL":[-40.7,-148.4],"haL":[-31.3,-156.2],"hipR":[25,12.4],"knR":[51.3,118.9],"ftR":[74.6,232.5],"hipL":[-27.7,2.8],"knL":[-25.8,125.5],"ftL":[-24.7,249.7]},{"rootY":5.9,"hips":[0,0],"chest":[-0.8,-92.3],"neck":[-6.3,-161.9],"head":[-5.2,-198.2],"shR":[46.3,-141],"elR":[45.9,-128.1],"haR":[34.4,-119],"shL":[-58.7,-138.8],"elL":[-41.1,-148.3],"haL":[-32.8,-155.5],"hipR":[25.2,12],"knR":[52.8,116.4],"ftR":[75.5,232.3],"hipL":[-27.6,3.2],"knL":[-27.2,125.7],"ftL":[-27.3,249.6]},{"rootY":6.2,"hips":[0,0],"chest":[-0.5,-92.1],"neck":[-5.7,-161.7],"head":[-4.9,-198],"shR":[46.6,-140.2],"elR":[45.1,-128.1],"haR":[32.5,-119.9],"shL":[-58.4,-139.9],"elL":[-41.8,-148.7],"haL":[-34.4,-155.3],"hipR":[25.4,11.6],"knR":[53,113.9],"ftR":[74.8,232.8],"hipL":[-27.6,3.7],"knL":[-28.9,125.7],"ftL":[-30.6,249.2]},{"rootY":6.9,"hips":[0,0],"chest":[-0.1,-91.9],"neck":[-5.2,-161.6],"head":[-4.8,-197.9],"shR":[46.8,-139.6],"elR":[44.4,-128.6],"haR":[30.9,-121.6],"shL":[-58.1,-140.8],"elL":[-42.5,-149.3],"haL":[-36,-155.6],"hipR":[25.5,11.3],"knR":[51.4,111.6],"ftR":[72.9,233.2],"hipL":[-27.6,4],"knL":[-30.9,125.4],"ftL":[-34.5,248.4]},{"rootY":8.3,"hips":[0,0],"chest":[0.5,-91.7],"neck":[-4.7,-161.5],"head":[-4.9,-197.7],"shR":[47.3,-139.3],"elR":[44.1,-129.8],"haR":[29.7,-124.1],"shL":[-57.6,-140.9],"elL":[-43.1,-149.9],"haL":[-37.7,-156.6],"hipR":[25.6,11.2],"knR":[48.2,110.6],"ftR":[70.1,233.7],"hipL":[-27.6,4.1],"knL":[-33.1,124.7],"ftL":[-38.9,247]},{"rootY":10.3,"hips":[0,0],"chest":[1.6,-91.5],"neck":[-4,-161.2],"head":[-5.1,-197.4],"shR":[47.9,-139.2],"elR":[44.2,-131.5],"haR":[29,-127.5],"shL":[-56.9,-140.4],"elL":[-43.4,-150.5],"haL":[-39,-158.1],"hipR":[25.5,11.3],"knR":[44.3,111.8],"ftR":[66.3,235.2],"hipL":[-27.6,4.1],"knL":[-35.5,123.7],"ftL":[-43.7,244.9]},{"rootY":12.9,"hips":[0,0],"chest":[2.9,-91.4],"neck":[-3.5,-161.1],"head":[-5.6,-197.2],"shR":[48.6,-139.1],"elR":[44.4,-133.8],"haR":[28.4,-132.4],"shL":[-56.2,-139.7],"elL":[-43.9,-150.9],"haL":[-40.3,-159.6],"hipR":[25.5,11.3],"knR":[39.3,113.9],"ftR":[60.9,236.8],"hipL":[-27.6,4],"knL":[-38.2,122.8],"ftL":[-49.2,242.2]},{"rootY":16,"hips":[0,0],"chest":[3.7,-91.6],"neck":[-3.4,-161.4],"head":[-6.8,-197.2],"shR":[48.7,-138.9],"elR":[44.1,-136.9],"haR":[26.7,-139.3],"shL":[-55.9,-138.3],"elL":[-44.8,-150.6],"haL":[-42.3,-160],"hipR":[25.6,11.1],"knR":[32.3,115],"ftR":[54,236.6],"hipL":[-27.6,4.3],"knL":[-41.5,122.3],"ftL":[-55.7,238.9]},{"rootY":18.6,"hips":[0,0],"chest":[3.3,-92],"neck":[-4.2,-161.7],"head":[-8.8,-197.2],"shR":[47.9,-138.7],"elR":[43.2,-140.8],"haR":[23.4,-148.5],"shL":[-56.3,-135.9],"elL":[-46.2,-148.3],"haL":[-44.8,-157.3],"hipR":[26,10.2],"knR":[23.7,114.6],"ftR":[46.2,234.6],"hipL":[-27.4,5.3],"knL":[-45.1,122.6],"ftL":[-62.9,235.3]},{"rootY":19.5,"hips":[0,0],"chest":[1.7,-92.2],"neck":[-5.8,-161.9],"head":[-10.9,-197.2],"shR":[46.2,-138.7],"elR":[41.9,-145.2],"haR":[19.3,-158.8],"shL":[-57.3,-133.3],"elL":[-47.4,-143.8],"haL":[-46.2,-150.5],"hipR":[26.5,8.9],"knR":[16.3,114.6],"ftR":[38.6,233.3],"hipL":[-27.1,6.6],"knL":[-48.3,123.9],"ftL":[-69.5,231.7]},{"rootY":18.2,"hips":[0,0],"chest":[-0.4,-92.5],"neck":[-8,-162.2],"head":[-12.4,-197.5],"shR":[44.2,-139.5],"elR":[40.9,-150],"haR":[15.4,-169.3],"shL":[-59,-132],"elL":[-47.9,-138.1],"haL":[-45.5,-140.8],"hipR":[26.9,7.6],"knR":[12,115.9],"ftR":[31.7,234.6],"hipL":[-26.7,8],"knL":[-51.1,126.3],"ftL":[-73.8,227.8]},{"rootY":15.7,"hips":[0,0],"chest":[-2.4,-93.2],"neck":[-10.2,-162.8],"head":[-13.1,-198.3],"shR":[42.3,-141.2],"elR":[40,-155.3],"haR":[12.3,-179.5],"shL":[-60.9,-132.2],"elL":[-47.9,-133.1],"haL":[-43.5,-131.2],"hipR":[27.1,6.4],"knR":[10.1,117.8],"ftR":[25.7,237.3],"hipL":[-26.4,9.1],"knL":[-54,128.5],"ftL":[-75.1,222.9]},{"rootY":13.4,"hips":[0,0],"chest":[-3.6,-94],"neck":[-11.6,-163.6],"head":[-12.9,-199.2],"shR":[41.3,-143.7],"elR":[39.4,-161],"haR":[10.8,-189],"shL":[-62.3,-133.2],"elL":[-47.6,-129.5],"haL":[-41.3,-123.7],"hipR":[27.3,5.6],"knR":[8.8,119.4],"ftR":[21,239.6],"hipL":[-26,10],"knL":[-56.3,129.4],"ftL":[-73.6,217.2]},{"rootY":11.7,"hips":[0,0],"chest":[-3.9,-94.6],"neck":[-11.8,-164.2],"head":[-11.8,-199.9],"shR":[41.4,-146],"elR":[39.6,-166.3],"haR":[11.1,-196.8],"shL":[-62.6,-134],"elL":[-47.1,-127.1],"haL":[-39.7,-118.3],"hipR":[27.3,5.1],"knR":[8.2,120.6],"ftR":[17.7,241.1],"hipL":[-25.8,10.4],"knL":[-57.1,128.8],"ftL":[-70.2,212]},{"rootY":10.6,"hips":[0,0],"chest":[-3.5,-95],"neck":[-11,-164.7],"head":[-9.9,-200.5],"shR":[42.3,-147.4],"elR":[40.6,-170.2],"haR":[12.6,-202.2],"shL":[-62,-134.5],"elL":[-46.7,-125.2],"haL":[-38.8,-114.4],"hipR":[27.3,5.1],"knR":[8.7,121.6],"ftR":[15.5,242.2],"hipL":[-25.8,10.5],"knL":[-57.2,126.9],"ftL":[-66,209.1]},{"rootY":9.9,"hips":[0,0],"chest":[-2.8,-95.3],"neck":[-9.7,-164.9],"head":[-7.8,-200.8],"shR":[43.4,-147.7],"elR":[42,-172.1],"haR":[14.5,-204.7],"shL":[-61,-135.1],"elL":[-46.6,-123.9],"haL":[-38.8,-111.6],"hipR":[27.3,5.3],"knR":[9.9,122.6],"ftR":[13.8,243],"hipL":[-25.9,10.3],"knL":[-57.3,124.3],"ftL":[-61.9,209.7]},{"rootY":9.3,"hips":[0,0],"chest":[-2.3,-95.4],"neck":[-8.3,-165],"head":[-5.7,-201],"shR":[44.6,-147.3],"elR":[43.5,-171.9],"haR":[16.6,-204.4],"shL":[-60,-135.9],"elL":[-46.7,-123.2],"haL":[-39.7,-109.9],"hipR":[27.3,5.5],"knR":[11.1,123.3],"ftR":[12.4,243.5],"hipL":[-26,10.1],"knL":[-57.6,121.6],"ftL":[-58.7,213.4]},{"rootY":8.8,"hips":[0,0],"chest":[-1.8,-95.4],"neck":[-7.1,-165],"head":[-3.8,-201],"shR":[45.8,-146.9],"elR":[45.4,-170.1],"haR":[18.9,-201.8],"shL":[-59.1,-136.9],"elL":[-46.8,-123.2],"haL":[-40.9,-109.1],"hipR":[27.3,5.6],"knR":[12,124.1],"ftR":[11.3,244],"hipL":[-26.1,10],"knL":[-57.4,119.4],"ftL":[-57.2,219.1]},{"rootY":8.1,"hips":[0,0],"chest":[-1.6,-95.2],"neck":[-6.3,-164.8],"head":[-2.1,-200.7],"shR":[46.6,-146.8],"elR":[47.3,-167.4],"haR":[21.3,-197.2],"shL":[-58.5,-137.6],"elL":[-47,-123.4],"haL":[-41.9,-108.7],"hipR":[27.3,5.7],"knR":[12.9,125.1],"ftR":[10.5,244.7],"hipL":[-26.1,9.8],"knL":[-56.8,117.6],"ftL":[-57.6,225.2]},{"rootY":7.4,"hips":[0,0],"chest":[-1.8,-95],"neck":[-5.9,-164.4],"head":[-0.7,-200.3],"shR":[47,-146.7],"elR":[48.7,-164.3],"haR":[23.5,-191.5],"shL":[-58.3,-138.4],"elL":[-47.3,-123.6],"haL":[-42.5,-108.6],"hipR":[27.3,5.8],"knR":[13.8,126],"ftR":[9.7,245.5],"hipL":[-26.2,9.8],"knL":[-56,116.2],"ftL":[-59.5,230.4]},{"rootY":6.8,"hips":[0,0],"chest":[-2.1,-94.8],"neck":[-5.5,-164.2],"head":[0.6,-200],"shR":[47.3,-146.3],"elR":[49.4,-161],"haR":[25.5,-185.2],"shL":[-58.2,-139.3],"elL":[-47.8,-123.8],"haL":[-43,-108.5],"hipR":[27.3,5.8],"knR":[14.6,126.7],"ftR":[9.2,246.1],"hipL":[-26.2,9.7],"knL":[-55,115],"ftL":[-61.8,234.1]},{"rootY":6.4,"hips":[0,0],"chest":[-2.1,-94.7],"neck":[-4.9,-164.1],"head":[2,-199.8],"shR":[47.8,-145.7],"elR":[49.8,-157.5],"haR":[27.3,-178.6],"shL":[-57.8,-140.2],"elL":[-48,-124.2],"haL":[-43.5,-108.5],"hipR":[27.3,5.9],"knR":[15.2,127.3],"ftR":[9.1,246.5],"hipL":[-26.2,9.7],"knL":[-53.7,113.9],"ftL":[-63.3,236.2]},{"rootY":6.1,"hips":[0,0],"chest":[-1.8,-94.8],"neck":[-4,-164],"head":[3.3,-199.6],"shR":[48.5,-145.2],"elR":[50.3,-154.1],"haR":[28.7,-172],"shL":[-57.1,-140.8],"elL":[-47.8,-124.6],"haL":[-43.7,-108.7],"hipR":[27.3,6],"knR":[16,127.9],"ftR":[9.3,246.7],"hipL":[-26.2,9.5],"knL":[-52.1,113],"ftL":[-63.9,237.1]},{"rootY":6,"hips":[0,0],"chest":[-1.6,-94.8],"neck":[-3.1,-164],"head":[4.4,-199.6],"shR":[49.3,-144.9],"elR":[50.9,-150.9],"haR":[29.7,-165.7],"shL":[-56.2,-141.4],"elL":[-47.4,-125.1],"haL":[-43.8,-109],"hipR":[27.2,6.2],"knR":[16.7,128.4],"ftR":[9.8,246.7],"hipL":[-26.2,9.3],"knL":[-50.5,112.5],"ftL":[-63.9,237.1]},{"rootY":6.1,"hips":[0,0],"chest":[-1.4,-94.9],"neck":[-2.5,-164.1],"head":[5.2,-199.6],"shR":[49.9,-144.7],"elR":[51.3,-148.1],"haR":[30.4,-160.1],"shL":[-55.5,-141.9],"elL":[-46.9,-125.6],"haL":[-43.7,-109.5],"hipR":[27.2,6.3],"knR":[17.4,128.8],"ftR":[10.4,246.5],"hipL":[-26.2,9.2],"knL":[-48.6,112.8],"ftL":[-62.9,236.7]},{"rootY":6.3,"hips":[0,0],"chest":[-1.4,-95.2],"neck":[-2.1,-164.3],"head":[5.8,-199.7],"shR":[50.3,-144.2],"elR":[51.5,-145.4],"haR":[30.8,-155.1],"shL":[-55.1,-142.4],"elL":[-46.6,-126.2],"haL":[-43.5,-109.9],"hipR":[27.2,6.2],"knR":[18.1,129],"ftR":[11,246.3],"hipL":[-26.2,9.3],"knL":[-46.3,113.8],"ftL":[-60.6,236]},{"rootY":6.6,"hips":[0,0],"chest":[-1.7,-95.6],"neck":[-2.1,-164.6],"head":[6,-200],"shR":[50.3,-143.7],"elR":[51.4,-143.1],"haR":[31.1,-150.8],"shL":[-55,-142.8],"elL":[-46.5,-126.7],"haL":[-43.3,-110.4],"hipR":[27.3,6],"knR":[18.9,128.9],"ftR":[11.7,245.9],"hipL":[-26.2,9.6],"knL":[-43.6,115.4],"ftL":[-57.2,235]},{"rootY":7.1,"hips":[0,0],"chest":[-2.2,-95.9],"neck":[-2.5,-164.9],"head":[5.9,-200.2],"shR":[49.9,-143.2],"elR":[51,-140.9],"haR":[31.1,-147],"shL":[-55.3,-143],"elL":[-46.7,-127.3],"haL":[-43.2,-111.6],"hipR":[27.4,5.7],"knR":[19.8,128.5],"ftR":[12.4,245.4],"hipL":[-26.1,9.9],"knL":[-40.5,117.6],"ftL":[-52.5,234.6]},{"rootY":7.7,"hips":[0,0],"chest":[-2.7,-96.2],"neck":[-2.8,-165.2],"head":[5.8,-200.5],"shR":[49.5,-142.6],"elR":[50.7,-138.6],"haR":[30.9,-143.1],"shL":[-55.6,-143],"elL":[-46.9,-128.3],"haL":[-43,-113.5],"hipR":[27.4,5.5],"knR":[20.9,127.9],"ftR":[13.6,244.7],"hipL":[-26,10.1],"knL":[-36.4,120.3],"ftL":[-45.7,235.9]},{"rootY":8.5,"hips":[0,0],"chest":[-3.2,-96.7],"neck":[-3,-165.7],"head":[5.8,-200.9],"shR":[49.3,-141.4],"elR":[50.5,-135.1],"haR":[30.6,-138.2],"shL":[-55.8,-142.5],"elL":[-46.8,-129.6],"haL":[-43.1,-116],"hipR":[27.4,5.6],"knR":[22,127.3],"ftR":[15.1,243.6],"hipL":[-26.1,10],"knL":[-31.5,123.4],"ftL":[-37.1,238.4]},{"rootY":9.4,"hips":[0,0],"chest":[-4,-97.1],"neck":[-3.2,-166.1],"head":[5.8,-201.3],"shR":[49,-139.6],"elR":[50.3,-130.4],"haR":[30.5,-131.4],"shL":[-56,-141.9],"elL":[-47.2,-131.1],"haL":[-43.2,-119.7],"hipR":[27.3,5.8],"knR":[23.2,126.9],"ftR":[16.8,242.2],"hipL":[-26.2,9.8],"knL":[-27.4,125.5],"ftL":[-29.6,240.4]},{"rootY":10.3,"hips":[0,0],"chest":[-4.2,-97.4],"neck":[-2.8,-166.3],"head":[5.9,-201.5],"shR":[48.9,-137.6],"elR":[49.8,-124.8],"haR":[31.1,-122.3],"shL":[-56.1,-141.2],"elL":[-48,-133],"haL":[-42.7,-125],"hipR":[27.1,6.6],"knR":[24.7,127],"ftR":[19.1,240.6],"hipL":[-26.4,9.1],"knL":[-25.3,125.7],"ftL":[-24.9,241]},{"rootY":10.5,"hips":[0,0],"chest":[-2.5,-97.2],"neck":[-1.1,-166.1],"head":[6.9,-201.4],"shR":[50.1,-135.7],"elR":[49.6,-119],"haR":[32.9,-111.1],"shL":[-54.8,-140.6],"elL":[-48.3,-135.6],"haL":[-41.4,-131.5],"hipR":[26.7,8.1],"knR":[26.7,127.9],"ftR":[22.7,239.1],"hipL":[-26.9,7.5],"knL":[-24.4,124.5],"ftL":[-21.7,241.4]},{"rootY":9.3,"hips":[0,0],"chest":[1.2,-96.9],"neck":[2,-165.8],"head":[8.9,-201.3],"shR":[52.9,-135.1],"elR":[49.8,-113.7],"haR":[35,-99],"shL":[-51.9,-140.3],"elL":[-47.6,-139.1],"haL":[-39.7,-139],"hipR":[26.1,9.9],"knR":[29.2,129.1],"ftR":[27.2,237.4],"hipL":[-27.3,5.8],"knL":[-22.9,123.8],"ftL":[-18.1,242.7]},{"rootY":7.4,"hips":[0,0],"chest":[5,-96.7],"neck":[5.6,-165.8],"head":[10.9,-201.5],"shR":[56.2,-136.2],"elR":[50.1,-109.3],"haR":[36.2,-87.8],"shL":[-48.5,-140.5],"elL":[-46.7,-143.4],"haL":[-38.5,-147.4],"hipR":[25.7,10.9],"knR":[32.1,130],"ftR":[31.7,235],"hipL":[-27.5,4.6],"knL":[-20.9,124.2],"ftL":[-13.7,244.6]},{"rootY":5.9,"hips":[0,0],"chest":[7.6,-96.9],"neck":[8.3,-166.1],"head":[12.3,-201.9],"shR":[58.6,-137.8],"elR":[50.6,-105.9],"haR":[36.5,-79.4],"shL":[-46,-141.4],"elL":[-46.1,-148.7],"haL":[-37.9,-157.2],"hipR":[25.3,11.5],"knR":[35.5,130.9],"ftR":[35.8,231.8],"hipL":[-27.5,4.1],"knL":[-19.2,124.7],"ftL":[-10,246]},{"rootY":5.3,"hips":[0,0],"chest":[8.9,-97.1],"neck":[10,-166.3],"head":[13.5,-202.1],"shR":[60.1,-138.2],"elR":[51.7,-103],"haR":[37,-73.7],"shL":[-44.6,-142.5],"elL":[-45.6,-154.6],"haL":[-37.1,-167.5],"hipR":[24.9,12.2],"knR":[40,132.5],"ftR":[40.3,227.2],"hipL":[-27.6,3.2],"knL":[-17.7,124.5],"ftL":[-6.8,246.6]},{"rootY":5.5,"hips":[0,0],"chest":[9.6,-97.2],"neck":[10.9,-166.3],"head":[14.6,-202],"shR":[60.9,-137.3],"elR":[52.9,-100.1],"haR":[38,-69.6],"shL":[-43.8,-143.5],"elL":[-45.2,-160.1],"haL":[-35.5,-176.9],"hipR":[24.3,13.3],"knR":[45.6,134],"ftR":[45.7,220.7],"hipL":[-27.6,2.1],"knL":[-16.2,123.8],"ftL":[-3.7,246.6]},{"rootY":6.1,"hips":[0,0],"chest":[9.7,-97],"neck":[11.3,-166.1],"head":[15.4,-201.7],"shR":[61.3,-136.2],"elR":[53.7,-97.6],"haR":[38.6,-66.5],"shL":[-43.4,-144.6],"elL":[-44.5,-164.8],"haL":[-33.4,-184.6],"hipR":[23.6,14.4],"knR":[50.8,134.5],"ftR":[51.4,213],"hipL":[-27.5,0.8],"knL":[-14.8,122.9],"ftL":[-0.5,246.1]},{"rootY":6.7,"hips":[0,0],"chest":[9.4,-96.8],"neck":[11.2,-165.8],"head":[15.5,-201.4],"shR":[61.3,-135.6],"elR":[53.7,-95.7],"haR":[38.1,-64],"shL":[-43.4,-145.3],"elL":[-43.5,-167.9],"haL":[-31.7,-189.7],"hipR":[23,15.2],"knR":[53.4,133.3],"ftR":[55.4,206.2],"hipL":[-27.4,-0.2],"knL":[-13.8,122.2],"ftL":[1.6,245.7]},{"rootY":6.6,"hips":[0,0],"chest":[8.8,-96.7],"neck":[10.4,-165.5],"head":[14.7,-201.1],"shR":[60.8,-135.5],"elR":[53,-94.4],"haR":[36.9,-61.8],"shL":[-43.9,-145.3],"elL":[-42.5,-169],"haL":[-30.6,-191.7],"hipR":[22.8,15.4],"knR":[53,131.1],"ftR":[56.6,201.8],"hipL":[-27.4,-0.5],"knL":[-13.2,121.8],"ftL":[2.5,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[7.5,-96.8],"neck":[8.6,-165.5],"head":[12.8,-201.2],"shR":[59.5,-136],"elR":[51.6,-93.7],"haR":[35.7,-60],"shL":[-45.3,-144.9],"elL":[-42.1,-168],"haL":[-30.2,-190.1],"hipR":[23.1,15.1],"knR":[50,128.3],"ftR":[55.1,201.6],"hipL":[-27.5,-0.1],"knL":[-12.9,122.2],"ftL":[2.2,246.5]},{"rootY":4.6,"hips":[0,0],"chest":[5.6,-97],"neck":[6.1,-165.7],"head":[10.3,-201.4],"shR":[57.4,-137],"elR":[50,-93.9],"haR":[34.9,-59.1],"shL":[-47.5,-144.7],"elL":[-42.5,-165.4],"haL":[-30.4,-185.2],"hipR":[23.7,14.3],"knR":[45.9,125.1],"ftR":[51.8,206.1],"hipL":[-27.6,0.8],"knL":[-13.2,123.2],"ftL":[1.4,247.6]},{"rootY":3.5,"hips":[0,0],"chest":[3.4,-97.2],"neck":[3.3,-165.7],"head":[7.6,-201.5],"shR":[55,-138.1],"elR":[48.5,-95],"haR":[34.8,-60],"shL":[-49.9,-144.9],"elL":[-43,-161.9],"haL":[-30.7,-178.2],"hipR":[24.3,13.6],"knR":[41.8,121.5],"ftR":[48.5,213.5],"hipL":[-27.7,1.7],"knL":[-13.9,124.1],"ftL":[0.2,248.6]},{"rootY":3,"hips":[0,0],"chest":[1.6,-97.1],"neck":[0.7,-165.6],"head":[5.1,-201.4],"shR":[52.8,-138.7],"elR":[47.6,-96.7],"haR":[35.3,-62.4],"shL":[-52.1,-144.6],"elL":[-43.3,-157.5],"haL":[-31.1,-169.8],"hipR":[24.5,13.2],"knR":[38.6,118.1],"ftR":[46.2,221.5],"hipL":[-27.8,2.1],"knL":[-14.5,124.6],"ftL":[-0.9,249.1]},{"rootY":2.8,"hips":[0,0],"chest":[0.4,-97],"neck":[-1.3,-165.3],"head":[3,-201.2],"shR":[51.2,-139],"elR":[47.2,-98.7],"haR":[36.2,-65.7],"shL":[-53.8,-143.4],"elL":[-43.5,-151.9],"haL":[-31.2,-160],"hipR":[24.7,13.1],"knR":[36.8,115.5],"ftR":[44.9,229.1],"hipL":[-27.8,2.2],"knL":[-15,124.8],"ftL":[-1.7,249.3]},{"rootY":3,"hips":[0,0],"chest":[0,-96.9],"neck":[-2.6,-165.1],"head":[1.5,-201.1],"shR":[50.4,-139.3],"elR":[47.7,-100.8],"haR":[37.5,-69.4],"shL":[-54.6,-142],"elL":[-43.3,-145.5],"haL":[-31.2,-149.1],"hipR":[24.7,13.1],"knR":[36.1,114],"ftR":[43.5,235.4],"hipL":[-27.8,2.3],"knL":[-15.3,124.8],"ftL":[-2.2,249.2]},{"rootY":3.3,"hips":[0,0],"chest":[0.3,-96.8],"neck":[-3,-164.9],"head":[0.4,-201],"shR":[50.3,-139.5],"elR":[49.1,-103],"haR":[39.2,-73.7],"shL":[-54.7,-141],"elL":[-42.3,-139.4],"haL":[-31.3,-138.1],"hipR":[24.6,13.2],"knR":[35.6,113.9],"ftR":[41.4,238.9],"hipL":[-27.8,2.1],"knL":[-15.4,124.6],"ftL":[-2.5,248.9]},{"rootY":3.9,"hips":[0,0],"chest":[0.7,-96.8],"neck":[-3.1,-164.7],"head":[-0.5,-200.9],"shR":[50.5,-139.5],"elR":[50.9,-105.1],"haR":[41.1,-78.5],"shL":[-54.3,-140.3],"elL":[-40.6,-134.2],"haL":[-31.7,-127.5],"hipR":[24.6,13.3],"knR":[34.7,115.1],"ftR":[38.7,238.8],"hipL":[-27.9,2],"knL":[-15.5,124.3],"ftL":[-2.8,248.3]},{"rootY":4.7,"hips":[0,0],"chest":[1.2,-96.7],"neck":[-3.3,-164.6],"head":[-1.6,-200.9],"shR":[50.6,-139.3],"elR":[52.7,-107.1],"haR":[42.9,-83.3],"shL":[-54.2,-139.1],"elL":[-39.2,-129.1],"haL":[-32.3,-117.5],"hipR":[24.6,13.3],"knR":[32.5,117.3],"ftR":[35.4,235.5],"hipL":[-27.9,2],"knL":[-15.8,124],"ftL":[-3.3,247.7]},{"rootY":5.7,"hips":[0,0],"chest":[1.5,-96.6],"neck":[-3.5,-164.5],"head":[-2.8,-200.8],"shR":[50.6,-139.4],"elR":[54.3,-109.1],"haR":[44.6,-88.2],"shL":[-54.4,-137.7],"elL":[-38.9,-123.8],"haL":[-32.6,-108.2],"hipR":[24.5,13.3],"knR":[28.7,119.1],"ftR":[30.8,231.1],"hipL":[-27.9,2],"knL":[-16.4,123.7],"ftL":[-4.2,246.7]},{"rootY":7.1,"hips":[0,0],"chest":[1.7,-96.5],"neck":[-3.7,-164.5],"head":[-3.8,-200.8],"shR":[50.6,-139.4],"elR":[55.9,-111.3],"haR":[46.4,-93.3],"shL":[-54.5,-136.6],"elL":[-38.7,-119.1],"haL":[-32.9,-100.7],"hipR":[24.5,13.4],"knR":[25,119.4],"ftR":[24.9,228.6],"hipL":[-27.9,2],"knL":[-17.2,123.4],"ftL":[-5.4,245.4]},{"rootY":8.6,"hips":[0,0],"chest":[1.7,-96.4],"neck":[-3.7,-164.4],"head":[-4.5,-200.7],"shR":[50.7,-139.4],"elR":[57.7,-113.4],"haR":[48.2,-98.6],"shL":[-54.4,-136.3],"elL":[-38.3,-116.3],"haL":[-33,-95.7],"hipR":[24.6,13.2],"knR":[22.4,118.8],"ftR":[19.1,228.8],"hipL":[-27.9,2.1],"knL":[-18,123.1],"ftL":[-6.6,243.7]},{"rootY":10.2,"hips":[0,0],"chest":[1.6,-96.4],"neck":[-3.4,-164.5],"head":[-5,-200.8],"shR":[50.9,-139.6],"elR":[59.4,-115.7],"haR":[50.2,-103.8],"shL":[-54.2,-136.6],"elL":[-38.1,-115.3],"haL":[-33.1,-93.3],"hipR":[24.8,12.9],"knR":[21,118.7],"ftR":[15.2,231],"hipL":[-27.8,2.5],"knL":[-18.9,123.1],"ftL":[-7.8,241.8]},{"rootY":12,"hips":[0,0],"chest":[1.7,-96.8],"neck":[-3.1,-164.9],"head":[-5.1,-201.2],"shR":[51.2,-139.7],"elR":[61,-118.6],"haR":[52.5,-109.6],"shL":[-53.9,-136.9],"elL":[-38.6,-115.4],"haL":[-34,-93.6],"hipR":[25.1,12.2],"knR":[19.8,119.6],"ftR":[12.6,234.1],"hipL":[-27.7,3.3],"knL":[-20.2,123.6],"ftL":[-9.1,239.9]},{"rootY":13.8,"hips":[0,0],"chest":[1.3,-97.3],"neck":[-3.3,-165.4],"head":[-5.3,-201.6],"shR":[50.7,-139],"elR":[61.7,-122.6],"haR":[54.6,-117.2],"shL":[-54.3,-136.1],"elL":[-41,-116.5],"haL":[-37.2,-96.7],"hipR":[25.7,10.9],"knR":[17.5,120.9],"ftR":[8.5,236.4],"hipL":[-27.5,4.6],"knL":[-22.3,124.7],"ftL":[-11.3,237.9]},{"rootY":14.5,"hips":[0,0],"chest":[-1.1,-97.4],"neck":[-4.4,-165.6],"head":[-5.9,-201.7],"shR":[48.8,-137.1],"elR":[61.4,-126.9],"haR":[55.4,-126.7],"shL":[-55.8,-134.9],"elL":[-45.8,-118.6],"haL":[-43.5,-102.3],"hipR":[26.6,8.6],"knR":[14.7,121.8],"ftR":[2.6,237.5],"hipL":[-27,7],"knL":[-24.6,126.4],"ftL":[-14.7,236]},{"rootY":13.9,"hips":[0,0],"chest":[-5.6,-97.3],"neck":[-5.7,-165.8],"head":[-5.8,-201.7],"shR":[46.6,-135.9],"elR":[61.2,-130.9],"haR":[55.5,-136.3],"shL":[-58.2,-135.9],"elL":[-52.2,-122.5],"haL":[-51.8,-109.3],"hipR":[27.3,5.9],"knR":[13,121.8],"ftR":[-1.6,238],"hipL":[-26.2,9.7],"knL":[-26.3,128.3],"ftL":[-18.1,233.7]},{"rootY":12,"hips":[0,0],"chest":[-9.1,-97.7],"neck":[-6.4,-166.3],"head":[-4.3,-202.2],"shR":[45.6,-136.7],"elR":[62.7,-134.2],"haR":[56.1,-144.7],"shL":[-59.9,-140.5],"elL":[-58.3,-128.8],"haL":[-60,-117.7],"hipR":[27.6,4.5],"knR":[12.5,121.5],"ftR":[-2.5,239],"hipL":[-25.7,11],"knL":[-27.7,130.6],"ftL":[-19.6,229.9]},{"rootY":9.9,"hips":[0,0],"chest":[-10.2,-98.4],"neck":[-6.5,-166.9],"head":[-2,-202.5],"shR":[45.7,-138.7],"elR":[65.3,-136.9],"haR":[57.7,-152.1],"shL":[-60.2,-145.7],"elL":[-63,-136.5],"haL":[-67,-128.2],"hipR":[27.6,4.1],"knR":[12.7,121.8],"ftR":[-2.2,240.8],"hipL":[-25.5,11.4],"knL":[-29.5,132.9],"ftL":[-19.2,224.1]},{"rootY":8.3,"hips":[0,0],"chest":[-10.4,-98.8],"neck":[-6.5,-167.1],"head":[0.3,-202.5],"shR":[46,-139.9],"elR":[68,-139.5],"haR":[59.4,-159.4],"shL":[-59.9,-148.4],"elL":[-66.8,-144.3],"haL":[-72.7,-140.8],"hipR":[27.7,3.7],"knR":[12.5,122.2],"ftR":[-2.8,242.3],"hipL":[-25.3,11.8],"knL":[-33.3,134.5],"ftL":[-18.1,216.8]},{"rootY":7.2,"hips":[0,0],"chest":[-10.4,-98.8],"neck":[-5.8,-166.9],"head":[2.4,-202.1],"shR":[46.4,-139.6],"elR":[70.2,-141.9],"haR":[61.1,-165.6],"shL":[-59.6,-149],"elL":[-69.9,-151.1],"haL":[-76.7,-153],"hipR":[27.8,2.8],"knR":[12.2,122.3],"ftR":[-3.3,243.3],"hipL":[-25,12.5],"knL":[-38.3,134.9],"ftL":[-17.2,210.3]},{"rootY":6.1,"hips":[0,0],"chest":[-10.5,-98.6],"neck":[-4.4,-166.6],"head":[4.8,-201.6],"shR":[47.1,-138.6],"elR":[72.1,-143.1],"haR":[63.1,-169.3],"shL":[-59,-149.6],"elL":[-72,-156.4],"haL":[-79,-162.7],"hipR":[27.9,2.1],"knR":[12.4,122.5],"ftR":[-2.6,244.2],"hipL":[-24.6,13.2],"knL":[-43.1,134.2],"ftL":[-17,207]},{"rootY":4.9,"hips":[0,0],"chest":[-10.1,-98.4],"neck":[-2.7,-166.2],"head":[7.3,-201.1],"shR":[48.2,-137.6],"elR":[73.5,-142.8],"haR":[65.2,-169.8],"shL":[-57.9,-151],"elL":[-73,-160.8],"haL":[-80,-170.2],"hipR":[27.9,1.9],"knR":[12.7,122.9],"ftR":[-1.6,245.4],"hipL":[-24.5,13.4],"knL":[-47.1,132.6],"ftL":[-18.2,207.6]},{"rootY":3.6,"hips":[0,0],"chest":[-9.2,-98.2],"neck":[-1.1,-165.9],"head":[9.6,-200.6],"shR":[49.4,-136.8],"elR":[74.3,-141.4],"haR":[67,-167.8],"shL":[-56.5,-152.3],"elL":[-72.9,-164.8],"haL":[-80.1,-176.6],"hipR":[27.9,1.9],"knR":[13,123.4],"ftR":[-1.4,246.6],"hipL":[-24.5,13.3],"knL":[-50.1,130.4],"ftL":[-21.2,211.5]},{"rootY":2.5,"hips":[0,0],"chest":[-7.9,-98.1],"neck":[0.6,-165.7],"head":[11.6,-200.3],"shR":[50.7,-136.3],"elR":[75.1,-139.8],"haR":[68.5,-164.2],"shL":[-55.1,-153],"elL":[-71.9,-168.4],"haL":[-79,-182.4],"hipR":[27.9,2.1],"knR":[13.2,123.9],"ftR":[-1.4,247.6],"hipL":[-24.6,13.2],"knL":[-52.3,127.7],"ftL":[-25.2,217.4]},{"rootY":1.7,"hips":[0,0],"chest":[-6.7,-98],"neck":[2.2,-165.5],"head":[13.3,-200.1],"shR":[52.1,-136.1],"elR":[75.7,-138.2],"haR":[69.7,-159.5],"shL":[-53.7,-153.6],"elL":[-70.4,-171.4],"haL":[-77.1,-187],"hipR":[27.8,2.3],"knR":[13.6,124.3],"ftR":[-1,248.4],"hipL":[-24.7,13.1],"knL":[-53.7,125],"ftL":[-29.5,224.5]},{"rootY":1.2,"hips":[0,0],"chest":[-5.8,-97.9],"neck":[3.5,-165.4],"head":[14.6,-200],"shR":[53.1,-136],"elR":[75.6,-136.5],"haR":[70.5,-153.6],"shL":[-52.5,-154.4],"elL":[-68.8,-173.6],"haL":[-74.9,-190.4],"hipR":[27.8,2.5],"knR":[13.9,124.7],"ftR":[-0.4,249.1],"hipL":[-24.8,12.9],"knL":[-54.3,122.5],"ftL":[-34.2,231.7]},{"rootY":0.8,"hips":[0,0],"chest":[-5.2,-97.9],"neck":[4.2,-165.3],"head":[15.6,-199.8],"shR":[53.7,-136],"elR":[74.8,-134.1],"haR":[71.1,-146.4],"shL":[-51.8,-155.1],"elL":[-67.6,-175.3],"haL":[-72.7,-193.1],"hipR":[27.8,2.6],"knR":[14,125],"ftR":[-0.2,249.5],"hipL":[-24.8,12.7],"knL":[-53.4,120.5],"ftL":[-39.6,237.9]}]} \ No newline at end of file diff --git a/ink-theater/mocap/clips/sit.json b/ink-theater/mocap/clips/sit.json new file mode 100644 index 00000000..49d23ade --- /dev/null +++ b/ink-theater/mocap/clips/sit.json @@ -0,0 +1 @@ +{"name":"sit","fps":30,"height":520,"groundY":343,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[-1.2,-77.7],"neck":[-1.2,-77.7],"head":[-0.5,-145.7],"shR":[-58.5,-104.8],"elR":[-175.8,-88.3],"haR":[-245.6,-78.5],"shL":[66.8,-101.8],"elL":[170.6,-87.2],"haL":[241.4,-77.3],"hipR":[-31.3,37.8],"knR":[-28.8,181.7],"ftR":[-26,340.9],"hipL":[30.5,37.8],"knL":[27.9,185.4],"ftL":[25.2,343]},{"rootY":0,"hips":[0,0],"chest":[-6.9,-77.6],"neck":[-6.9,-77.6],"head":[-11.8,-146],"shR":[-17,-104.6],"elR":[8.8,9.2],"haR":[-16.1,74.9],"shL":[10.1,-102.7],"elL":[23,1.3],"haL":[16.4,71.3],"hipR":[-13.3,38],"knR":[-33,179.8],"ftR":[9.7,332.5],"hipL":[-3.7,38.4],"knL":[-16.3,185.5],"ftL":[32.2,335.4]},{"rootY":-0.1,"hips":[0,0],"chest":[-7,-77.5],"neck":[-7,-77.5],"head":[-12.1,-146],"shR":[-17.1,-104.5],"elR":[8.8,9.4],"haR":[-15.4,75.3],"shL":[9.7,-102.8],"elL":[22.3,1.2],"haL":[15,71],"hipR":[-13.1,38],"knR":[-32.5,179.8],"ftR":[10.3,332.5],"hipL":[-3.7,38.4],"knL":[-15.9,185.6],"ftL":[32.8,335.4]},{"rootY":-0.1,"hips":[0,0],"chest":[-7.4,-77.5],"neck":[-7.4,-77.5],"head":[-12.5,-146],"shR":[-17.2,-104.4],"elR":[9,9.5],"haR":[-14.5,75.6],"shL":[9.1,-102.9],"elL":[21.5,1.2],"haL":[13.1,70.8],"hipR":[-13,37.9],"knR":[-32,179.9],"ftR":[10.6,332.6],"hipL":[-3.6,38.5],"knL":[-15.8,185.7],"ftL":[33.4,335.3]},{"rootY":-0.1,"hips":[0,0],"chest":[-7.3,-77.5],"neck":[-7.3,-77.5],"head":[-12.9,-145.9],"shR":[-17.1,-104.2],"elR":[9.6,9.5],"haR":[-14,75.7],"shL":[8.9,-103.1],"elL":[20.9,0.9],"haL":[11.2,70.4],"hipR":[-12.6,38.3],"knR":[-31.8,180.2],"ftR":[11.3,332.8],"hipL":[-3.4,38.3],"knL":[-15,185.5],"ftL":[34.1,335.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-7.7,-77.5],"neck":[-7.7,-77.5],"head":[-13.6,-145.9],"shR":[-17.2,-104],"elR":[9,10],"haR":[-13.8,76.3],"shL":[8.2,-103.2],"elL":[19.9,0.9],"haL":[8.7,70.2],"hipR":[-12.6,38],"knR":[-31.9,179.9],"ftR":[11.5,332.4],"hipL":[-3.6,38.5],"knL":[-14.7,185.7],"ftL":[34.5,335.4]},{"rootY":0,"hips":[0,0],"chest":[-7.6,-77.5],"neck":[-7.6,-77.5],"head":[-14.3,-145.8],"shR":[-16.3,-103.8],"elR":[9.5,10.4],"haR":[-13.1,76.8],"shL":[7.3,-103.6],"elL":[19.2,0.5],"haL":[6.2,69.6],"hipR":[-12.4,38.1],"knR":[-31.8,179.9],"ftR":[12.1,332.3],"hipL":[-3.7,38.4],"knL":[-14.2,185.7],"ftL":[35.3,335.3]},{"rootY":0.1,"hips":[0,0],"chest":[-7.2,-77.5],"neck":[-7.2,-77.5],"head":[-14.5,-145.6],"shR":[-15,-103.8],"elR":[10,10.6],"haR":[-12.9,76.9],"shL":[6.7,-103.6],"elL":[18.8,0.5],"haL":[4.1,69.1],"hipR":[-12.2,38.2],"knR":[-31.6,180],"ftR":[12.8,332.3],"hipL":[-3.8,38.3],"knL":[-13.6,185.7],"ftL":[36.2,335.2]},{"rootY":0.2,"hips":[0,0],"chest":[-6.8,-77.6],"neck":[-6.8,-77.6],"head":[-15,-145.4],"shR":[-13.1,-103.5],"elR":[10.3,11.4],"haR":[-12.9,77.6],"shL":[5.6,-104],"elL":[19.4,-0.1],"haL":[2.7,68.1],"hipR":[-11.9,38.3],"knR":[-31.7,180],"ftR":[13.5,332.2],"hipL":[-4.3,38.2],"knL":[-12.8,185.6],"ftL":[37.5,335]},{"rootY":0.3,"hips":[0,0],"chest":[-6.7,-77.6],"neck":[-6.7,-77.6],"head":[-16,-145],"shR":[-10.9,-103.4],"elR":[10.8,11.9],"haR":[-13.5,77.6],"shL":[3.7,-104],"elL":[18.2,-0.3],"haL":[-0.2,67.5],"hipR":[-11.5,38.3],"knR":[-31.7,179.9],"ftR":[13.8,332],"hipL":[-4.9,38.2],"knL":[-12.6,185.6],"ftL":[38.3,334.8]},{"rootY":0.5,"hips":[0,0],"chest":[-6.3,-77.6],"neck":[-6.3,-77.6],"head":[-16.6,-144.7],"shR":[-7.9,-103.3],"elR":[12.7,12.4],"haR":[-13.1,77.4],"shL":[1.6,-104.2],"elL":[16.9,-0.6],"haL":[-2.9,66.8],"hipR":[-10.8,38.3],"knR":[-31.3,179.8],"ftR":[15,331.8],"hipL":[-5.5,38.2],"knL":[-12,185.7],"ftL":[39.5,334.6]},{"rootY":0.7,"hips":[0,0],"chest":[-5.8,-77.7],"neck":[-5.8,-77.7],"head":[-17.1,-144.5],"shR":[-4.9,-103.2],"elR":[15.1,12.8],"haR":[-12.6,77],"shL":[-0.5,-104.4],"elL":[15.1,-0.8],"haL":[-5.6,66.4],"hipR":[-10.1,38.4],"knR":[-31.4,179.8],"ftR":[15.8,331.6],"hipL":[-6.4,38],"knL":[-11.3,185.6],"ftL":[41.1,334.2]},{"rootY":1,"hips":[0,0],"chest":[-5.1,-77.7],"neck":[-5.1,-77.7],"head":[-17.2,-144.4],"shR":[-1.8,-103.3],"elR":[17.9,12.8],"haR":[-11.8,76],"shL":[-2.3,-104.3],"elL":[13.5,-0.8],"haL":[-7.6,66.4],"hipR":[-9.3,37.9],"knR":[-30.4,179.4],"ftR":[17.3,331.2],"hipL":[-7.4,38.5],"knL":[-11.4,186.1],"ftL":[43.1,333.9]},{"rootY":1.5,"hips":[0,0],"chest":[-4.4,-77.7],"neck":[-4.4,-77.7],"head":[-17.1,-144.3],"shR":[1.7,-103.1],"elR":[21.5,13.1],"haR":[-9.8,75.4],"shL":[-4.5,-104.6],"elL":[11.8,-1.2],"haL":[-9,66.2],"hipR":[-8.4,37.8],"knR":[-30,179.3],"ftR":[18.4,330.9],"hipL":[-8.5,38.5],"knL":[-11.4,186.2],"ftL":[44.5,333.4]},{"rootY":1.8,"hips":[0,0],"chest":[-3.7,-77.8],"neck":[-3.7,-77.8],"head":[-16.7,-144.2],"shR":[5.3,-102.6],"elR":[25.2,13.6],"haR":[-7.5,75.1],"shL":[-6.8,-105.2],"elL":[9,-1.8],"haL":[-11.1,65.8],"hipR":[-7.5,37.8],"knR":[-29.4,179.3],"ftR":[19.9,330.6],"hipL":[-9.7,38.4],"knL":[-11.6,186.1],"ftL":[46,332.7]},{"rootY":2.3,"hips":[0,0],"chest":[-3.2,-77.8],"neck":[-3.2,-77.8],"head":[-16.7,-144.2],"shR":[9.2,-102.3],"elR":[28.9,14],"haR":[-4.3,74.9],"shL":[-10,-105.6],"elL":[5.6,-2.2],"haL":[-13.7,65.6],"hipR":[-6.7,37.6],"knR":[-28.7,179],"ftR":[21,330.2],"hipL":[-10.4,38.7],"knL":[-13.4,186.3],"ftL":[46.7,331.8]},{"rootY":2.8,"hips":[0,0],"chest":[-2.5,-77.8],"neck":[-2.5,-77.8],"head":[-16.2,-144.2],"shR":[11.9,-102.2],"elR":[31.8,14.2],"haR":[-1.3,74.9],"shL":[-11.6,-105.7],"elL":[4,-2.4],"haL":[-14.9,65.4],"hipR":[-6.2,37.7],"knR":[-28.5,179.1],"ftR":[22.6,329.9],"hipL":[-11.5,38.4],"knL":[-15.2,185.9],"ftL":[47.4,330.4]},{"rootY":3.4,"hips":[0,0],"chest":[-2,-77.8],"neck":[-2,-77.8],"head":[-15.8,-144.2],"shR":[13.9,-102.3],"elR":[33.7,14.2],"haR":[1.5,75],"shL":[-12.7,-105.7],"elL":[2.6,-2.4],"haL":[-16.2,65.4],"hipR":[-5.6,37.4],"knR":[-27.7,178.8],"ftR":[24.1,329.4],"hipL":[-12.3,38.6],"knL":[-19,185.9],"ftL":[47.6,328.5]},{"rootY":3.8,"hips":[0,0],"chest":[-1.8,-77.8],"neck":[-1.8,-77.8],"head":[-15.8,-144.1],"shR":[15.5,-102.4],"elR":[36,14.1],"haR":[5.2,75.1],"shL":[-13.9,-105.5],"elL":[1.3,-2.3],"haL":[-17.8,65.5],"hipR":[-4.9,37.1],"knR":[-27.2,178.5],"ftR":[25.2,328.8],"hipL":[-13.2,38.8],"knL":[-23.8,185.7],"ftL":[47.7,326]},{"rootY":3.9,"hips":[0,0],"chest":[-1.7,-77.8],"neck":[-1.7,-77.8],"head":[-15.9,-144],"shR":[16.9,-102],"elR":[38.4,14.4],"haR":[9.5,76],"shL":[-15.4,-105.9],"elL":[-0.8,-2.7],"haL":[-20.5,64.8],"hipR":[-4.9,37.3],"knR":[-26.2,178.9],"ftR":[26.6,329.1],"hipL":[-13.8,38.5],"knL":[-30.8,184.5],"ftL":[47.1,321.4]},{"rootY":4.6,"hips":[0,0],"chest":[-1.7,-77.8],"neck":[-1.7,-77.8],"head":[-16.2,-143.9],"shR":[17.4,-101.8],"elR":[40.1,14.3],"haR":[13.7,76.8],"shL":[-16,-106.1],"elL":[-2.1,-2.8],"haL":[-22.9,64.3],"hipR":[-5,37.2],"knR":[-26,178.7],"ftR":[27.9,328.5],"hipL":[-13.9,38.5],"knL":[-38.2,183.4],"ftL":[45.4,316.8]},{"rootY":4.9,"hips":[0,0],"chest":[-2,-77.8],"neck":[-2,-77.8],"head":[-16.8,-143.7],"shR":[17.5,-101.6],"elR":[42.1,14.2],"haR":[18.4,77.6],"shL":[-16.7,-106.3],"elL":[-2.9,-3.1],"haL":[-25.2,63.6],"hipR":[-4.8,37.1],"knR":[-25.4,178.7],"ftR":[29.1,328.2],"hipL":[-14.4,38.5],"knL":[-46.9,181.6],"ftL":[42.3,311.3]},{"rootY":5.1,"hips":[0,0],"chest":[-2.1,-77.7],"neck":[-2.1,-77.7],"head":[-17.2,-143.6],"shR":[17.5,-101.6],"elR":[44,13.8],"haR":[22.9,78.1],"shL":[-17.1,-106.3],"elL":[-2.9,-3.2],"haL":[-27.1,63],"hipR":[-4.5,36.7],"knR":[-24.1,178.4],"ftR":[30.5,327.8],"hipL":[-14.9,38.8],"knL":[-55.6,179.7],"ftL":[38,306.1]},{"rootY":5.3,"hips":[0,0],"chest":[-2.4,-77.7],"neck":[-2.4,-77.7],"head":[-17.9,-143.5],"shR":[17.1,-101.8],"elR":[45.7,13.1],"haR":[27,78.3],"shL":[-17.6,-106],"elL":[-2.8,-3],"haL":[-28.8,62.5],"hipR":[-4.1,37],"knR":[-23.6,178.7],"ftR":[31.9,327.7],"hipL":[-15.6,38.5],"knL":[-63.1,177.4],"ftL":[32.5,302]},{"rootY":5.6,"hips":[0,0],"chest":[-2.8,-77.6],"neck":[-2.8,-77.6],"head":[-18.9,-143.3],"shR":[16.5,-101.8],"elR":[46.7,12.6],"haR":[30.3,78.6],"shL":[-18,-105.9],"elL":[-2.3,-3],"haL":[-29.6,62.1],"hipR":[-3.6,37.2],"knR":[-23.5,178.8],"ftR":[33,327.4],"hipL":[-16.3,38.2],"knL":[-70.1,175.1],"ftL":[24.9,300]},{"rootY":5.9,"hips":[0,0],"chest":[-3.1,-77.6],"neck":[-3.1,-77.6],"head":[-19.6,-143.1],"shR":[16.2,-102],"elR":[47.7,12.1],"haR":[33.2,78.6],"shL":[-18.5,-105.6],"elL":[-1.9,-2.9],"haL":[-29.9,62],"hipR":[-3.1,37.2],"knR":[-23.2,178.9],"ftR":[34.6,326.9],"hipL":[-16.7,38.2],"knL":[-75.9,173.1],"ftL":[16.3,299.7]},{"rootY":6.2,"hips":[0,0],"chest":[-3.5,-77.5],"neck":[-3.5,-77.5],"head":[-20.6,-142.9],"shR":[15.8,-102.1],"elR":[48.7,11.6],"haR":[35.6,78.4],"shL":[-19.6,-105.5],"elL":[-1.6,-3],"haL":[-29.8,61.8],"hipR":[-2.7,37.4],"knR":[-22.9,178.9],"ftR":[36.3,326.5],"hipL":[-17.2,38],"knL":[-80.7,171.2],"ftL":[6.4,301.2]},{"rootY":6.5,"hips":[0,0],"chest":[-4,-77.5],"neck":[-4,-77.5],"head":[-21.6,-142.7],"shR":[15.5,-102.2],"elR":[49.5,11.1],"haR":[37.2,78.1],"shL":[-20.7,-105.2],"elL":[-1.5,-3],"haL":[-29.2,62.1],"hipR":[-2.3,37.4],"knR":[-22,179],"ftR":[38,326.1],"hipL":[-17.6,38],"knL":[-84.4,169.6],"ftL":[-4.7,304]},{"rootY":6.7,"hips":[0,0],"chest":[-4.5,-77.5],"neck":[-4.5,-77.5],"head":[-22.8,-142.5],"shR":[15.1,-102.5],"elR":[49.7,10.6],"haR":[38,77.6],"shL":[-21.7,-104.9],"elL":[-1.6,-2.8],"haL":[-28.2,62.8],"hipR":[-1.7,37.3],"knR":[-20.7,179],"ftR":[40.2,325.7],"hipL":[-17.9,38.1],"knL":[-86.5,168.8],"ftL":[-16.7,308.5]},{"rootY":7.1,"hips":[0,0],"chest":[-4.9,-77.5],"neck":[-4.9,-77.5],"head":[-23.8,-142.3],"shR":[14.9,-102.9],"elR":[49.9,10.1],"haR":[38.4,76.9],"shL":[-22.9,-104.4],"elL":[-1.9,-2.5],"haL":[-26.7,63.8],"hipR":[-1,37.2],"knR":[-18.7,179.1],"ftR":[41.8,325.8],"hipL":[-18,38.3],"knL":[-87.9,168.1],"ftL":[-30.3,313.4]},{"rootY":6.4,"hips":[0,0],"chest":[-5.4,-77.4],"neck":[-5.4,-77.4],"head":[-25,-142],"shR":[14.7,-103.2],"elR":[50.1,9.7],"haR":[38.4,76.2],"shL":[-24.3,-104],"elL":[-2.5,-2.3],"haL":[-25.2,64.7],"hipR":[-0.2,37.1],"knR":[-16.6,179.1],"ftR":[44.8,325.5],"hipL":[-18.1,38.5],"knL":[-87,168.8],"ftL":[-43.9,319.2]},{"rootY":5.8,"hips":[0,0],"chest":[-6,-77.4],"neck":[-6,-77.4],"head":[-26.2,-141.7],"shR":[15,-103.4],"elR":[50.7,9.4],"haR":[38.7,75.7],"shL":[-26.6,-103.8],"elL":[-4.1,-2.2],"haL":[-24.4,65.6],"hipR":[0.7,37.1],"knR":[-14.1,179.4],"ftR":[47.3,325.6],"hipL":[-18.4,38.7],"knL":[-85.7,169.5],"ftL":[-57.6,323.8]},{"rootY":5.2,"hips":[0,0],"chest":[-6.4,-77.4],"neck":[-6.4,-77.4],"head":[-27.4,-141.5],"shR":[15.1,-104],"elR":[51.2,8.7],"haR":[38.4,74.7],"shL":[-28.4,-103.2],"elL":[-5.1,-1.7],"haL":[-23,66.7],"hipR":[1.7,36.9],"knR":[-10.4,179.5],"ftR":[49.9,326.1],"hipL":[-18.6,38.9],"knL":[-83.7,170.7],"ftL":[-69,327.1]},{"rootY":5,"hips":[0,0],"chest":[-6.9,-77.4],"neck":[-6.9,-77.4],"head":[-28.6,-141.3],"shR":[14.9,-104.8],"elR":[51.9,7.5],"haR":[38,73.1],"shL":[-30,-102.2],"elL":[-5.9,-0.9],"haL":[-21.4,68.1],"hipR":[2.6,36.9],"knR":[-7.1,179.7],"ftR":[52.9,326.2],"hipL":[-18.9,39],"knL":[-82.7,171.2],"ftL":[-78.6,328.6]},{"rootY":4.7,"hips":[0,0],"chest":[-7.4,-77.3],"neck":[-7.4,-77.3],"head":[-29.8,-141],"shR":[14.6,-105.5],"elR":[52.5,6.4],"haR":[37.5,71.5],"shL":[-31.5,-101.3],"elL":[-6.6,-0.1],"haL":[-20.2,69.3],"hipR":[3.3,37],"knR":[-4.1,179.8],"ftR":[55.8,326.2],"hipL":[-19.1,39],"knL":[-80,172.3],"ftL":[-83.9,329.8]},{"rootY":4.7,"hips":[0,0],"chest":[-8,-77.3],"neck":[-8,-77.3],"head":[-31.2,-140.8],"shR":[14.2,-106.3],"elR":[53.3,5.1],"haR":[37.2,69.8],"shL":[-32.9,-100.3],"elL":[-7.7,0.8],"haL":[-19.4,70.5],"hipR":[4,36.6],"knR":[-0.7,179.5],"ftR":[59,325.9],"hipL":[-19,39.4],"knL":[-79.3,172.8],"ftL":[-87,330.2]},{"rootY":5,"hips":[0,0],"chest":[-8.7,-77.3],"neck":[-8.7,-77.3],"head":[-32.6,-140.5],"shR":[13.9,-106.9],"elR":[53.8,4.2],"haR":[36.8,68.5],"shL":[-34.7,-99.5],"elL":[-9,1.6],"haL":[-19.5,71.4],"hipR":[4.7,36.4],"knR":[2.2,179.4],"ftR":[62.2,325.4],"hipL":[-18.8,39.7],"knL":[-78.1,173.4],"ftL":[-86.2,330.7]},{"rootY":5.7,"hips":[0,0],"chest":[-9.5,-77.2],"neck":[-9.5,-77.2],"head":[-34.1,-140.1],"shR":[12,-108.2],"elR":[53.5,2.2],"haR":[36.2,66.2],"shL":[-35.2,-97.7],"elL":[-9.4,3.4],"haL":[-19.1,73.4],"hipR":[5.1,36.3],"knR":[4.4,179.2],"ftR":[66.2,324.5],"hipL":[-18.7,39.9],"knL":[-76.5,174],"ftL":[-82,331.5]},{"rootY":5.8,"hips":[0,0],"chest":[-10.4,-77.1],"neck":[-10.4,-77.1],"head":[-35.8,-139.7],"shR":[10.6,-109.1],"elR":[53.2,0.8],"haR":[36.3,64.7],"shL":[-36.3,-96.4],"elL":[-10.3,4.7],"haL":[-19.7,74.9],"hipR":[5.5,36.2],"knR":[6.6,179.1],"ftR":[69.3,323.8],"hipL":[-18.3,40.1],"knL":[-74.9,174.8],"ftL":[-77.8,332.4]},{"rootY":5,"hips":[0,0],"chest":[-11.4,-77],"neck":[-11.4,-77],"head":[-37.8,-139.1],"shR":[8.6,-110.2],"elR":[52.5,-0.9],"haR":[36.3,63.1],"shL":[-36.8,-94.7],"elL":[-10.8,6.5],"haL":[-20.2,76.7],"hipR":[5.6,36.3],"knR":[8.8,179],"ftR":[73.4,323.1],"hipL":[-17.8,40.2],"knL":[-73.6,175.3],"ftL":[-74.5,332.8]},{"rootY":4.1,"hips":[0,0],"chest":[-12.5,-76.8],"neck":[-12.5,-76.8],"head":[-40,-138.3],"shR":[6.3,-110.9],"elR":[51.5,-2.2],"haR":[36.4,61.9],"shL":[-37.3,-93.4],"elL":[-10.8,7.8],"haL":[-21,78],"hipR":[5.5,36.5],"knR":[9.6,179.2],"ftR":[76.7,322],"hipL":[-17.4,40.1],"knL":[-71.2,176.1],"ftL":[-70.1,333.7]},{"rootY":3.3,"hips":[0,0],"chest":[-13.2,-76.7],"neck":[-13.2,-76.7],"head":[-41.5,-137.6],"shR":[3.9,-111.9],"elR":[50.9,-4.3],"haR":[36.8,60.2],"shL":[-36.6,-91.7],"elL":[-9.8,9.5],"haL":[-21.2,79.6],"hipR":[5.8,36.4],"knR":[11,179],"ftR":[80.3,320.8],"hipL":[-16.7,40.4],"knL":[-68.9,177.1],"ftL":[-65.5,334.6]},{"rootY":2.5,"hips":[0,0],"chest":[-13.7,-76.5],"neck":[-13.7,-76.5],"head":[-42.7,-137],"shR":[2.3,-112.5],"elR":[51.8,-6.1],"haR":[38.3,58.7],"shL":[-36.4,-90.7],"elL":[-8.9,10.3],"haL":[-21.9,80.3],"hipR":[6,36.2],"knR":[13.5,178.9],"ftR":[84.2,319.8],"hipL":[-16.4,40.6],"knL":[-66.9,178],"ftL":[-60.6,335.4]},{"rootY":1.7,"hips":[0,0],"chest":[-13.8,-76.5],"neck":[-13.8,-76.5],"head":[-43.5,-136.4],"shR":[1.5,-112.9],"elR":[52.8,-7.9],"haR":[39.8,57.2],"shL":[-35.9,-89.9],"elL":[-7.8,11],"haL":[-22.7,80.7],"hipR":[6.4,35.9],"knR":[16.9,178.4],"ftR":[88.8,318.9],"hipL":[-16.3,40.8],"knL":[-64.4,179],"ftL":[-55.4,336.3]},{"rootY":0.8,"hips":[0,0],"chest":[-13.5,-76.5],"neck":[-13.5,-76.5],"head":[-43.6,-136.1],"shR":[1.6,-113.5],"elR":[53.2,-9.1],"haR":[40.7,56],"shL":[-35.3,-89.1],"elL":[-6.8,11.7],"haL":[-23.5,81],"hipR":[6.5,35.8],"knR":[19.7,178.4],"ftR":[93.3,317.9],"hipL":[-16.5,40.9],"knL":[-61.3,180],"ftL":[-49.3,337.1]},{"rootY":0.4,"hips":[0,0],"chest":[-13.1,-76.5],"neck":[-13.1,-76.5],"head":[-43.2,-135.9],"shR":[1.8,-114],"elR":[52.9,-9.7],"haR":[40.9,55.2],"shL":[-34.3,-88.6],"elL":[-5.8,12.3],"haL":[-24,81.3],"hipR":[6.6,35.8],"knR":[21.3,178.3],"ftR":[98.1,316.1],"hipL":[-16.7,40.9],"knL":[-58,181],"ftL":[-42.9,337.8]},{"rootY":0.1,"hips":[0,0],"chest":[-12.4,-76.6],"neck":[-12.4,-76.6],"head":[-42.4,-135.8],"shR":[2.7,-114.6],"elR":[52.3,-10],"haR":[40.4,54.4],"shL":[-33.4,-87.9],"elL":[-5.4,13.1],"haL":[-24.6,81.8],"hipR":[6.8,36],"knR":[20.9,178.7],"ftR":[101.8,314.1],"hipL":[-16.9,40.7],"knL":[-55,181.8],"ftL":[-36.5,338.1]},{"rootY":0.2,"hips":[0,0],"chest":[-11.9,-76.6],"neck":[-11.9,-76.6],"head":[-41.6,-135.9],"shR":[3.3,-114.9],"elR":[51.6,-9.8],"haR":[39.2,53.7],"shL":[-32.6,-87.6],"elL":[-5.4,13.6],"haL":[-25.2,82.2],"hipR":[6.7,36.3],"knR":[18.5,179.4],"ftR":[104.6,311.6],"hipL":[-17.4,40.4],"knL":[-53.7,181.9],"ftL":[-31.1,337.7]},{"rootY":0.6,"hips":[0,0],"chest":[-11.4,-76.7],"neck":[-11.4,-76.7],"head":[-40.8,-136],"shR":[4.6,-115.1],"elR":[51.3,-9.6],"haR":[37.8,53.2],"shL":[-32.8,-87.3],"elL":[-6.6,14.2],"haL":[-26.8,82.7],"hipR":[6.3,36.3],"knR":[13.9,180],"ftR":[105.4,308.4],"hipL":[-17.8,40.3],"knL":[-53,182.1],"ftL":[-26.5,337.3]},{"rootY":0.8,"hips":[0,0],"chest":[-11.3,-76.7],"neck":[-11.3,-76.7],"head":[-40.4,-136.1],"shR":[5.1,-115.3],"elR":[50.3,-9.3],"haR":[35,52.6],"shL":[-32.5,-87.1],"elL":[-7.9,14.8],"haL":[-28.1,83.3],"hipR":[5.9,36.6],"knR":[7.2,180.6],"ftR":[103.7,305.4],"hipL":[-18.5,39.8],"knL":[-52.3,182],"ftL":[-22.6,336.7]},{"rootY":1.3,"hips":[0,0],"chest":[-10.8,-76.7],"neck":[-10.8,-76.7],"head":[-39.8,-136.2],"shR":[6,-115.5],"elR":[49.1,-8.9],"haR":[32.1,52.3],"shL":[-32.3,-86.8],"elL":[-9.1,15.4],"haL":[-29.5,83.9],"hipR":[5.4,37.1],"knR":[0.1,180.9],"ftR":[100.9,302.5],"hipL":[-19.2,39.3],"knL":[-50.9,182],"ftL":[-18.4,336.1]},{"rootY":1.4,"hips":[0,0],"chest":[-10.3,-76.7],"neck":[-10.3,-76.7],"head":[-39.1,-136.3],"shR":[7.1,-115.5],"elR":[48.6,-8.5],"haR":[29.6,52],"shL":[-32,-86.9],"elL":[-10.4,15.7],"haL":[-31.1,84.1],"hipR":[4.9,37.3],"knR":[-6.5,180.7],"ftR":[97.1,300.1],"hipL":[-19.7,39],"knL":[-49.6,182.1],"ftL":[-14.6,335.6]},{"rootY":1.7,"hips":[0,0],"chest":[-9.7,-76.8],"neck":[-9.7,-76.8],"head":[-38.3,-136.4],"shR":[8.1,-115.5],"elR":[48.4,-8.1],"haR":[27.3,51.7],"shL":[-31.4,-86.9],"elL":[-11.2,15.9],"haL":[-32.6,84.1],"hipR":[4.3,37.1],"knR":[-12.6,179.9],"ftR":[91.2,299.1],"hipL":[-19.7,38.9],"knL":[-48.3,182.4],"ftL":[-10.8,335.3]},{"rootY":2,"hips":[0,0],"chest":[-9.2,-76.8],"neck":[-9.2,-76.8],"head":[-37.6,-136.4],"shR":[8.5,-115.4],"elR":[48.2,-7.8],"haR":[25.3,51.5],"shL":[-30.2,-87.1],"elL":[-11.3,16],"haL":[-33.8,83.8],"hipR":[3.4,37],"knR":[-18.5,179],"ftR":[83,300.1],"hipL":[-19.4,38.9],"knL":[-47.1,182.6],"ftL":[-7.2,335]},{"rootY":2.6,"hips":[0,0],"chest":[-8.8,-76.8],"neck":[-8.8,-76.8],"head":[-36.9,-136.5],"shR":[8.6,-115.2],"elR":[48.2,-7.4],"haR":[23.9,51.4],"shL":[-29.1,-87.3],"elL":[-11.2,16],"haL":[-34.9,83.4],"hipR":[2.5,36.9],"knR":[-24.3,177.9],"ftR":[72.2,303.1],"hipL":[-19.2,38.9],"knL":[-46.8,182.7],"ftL":[-4.6,334.4]},{"rootY":3.2,"hips":[0,0],"chest":[-8.4,-76.8],"neck":[-8.4,-76.8],"head":[-36.6,-136.6],"shR":[8.2,-115.1],"elR":[47.8,-7.2],"haR":[22.7,51.5],"shL":[-27.7,-87.4],"elL":[-11,16.1],"haL":[-36.2,82.9],"hipR":[1.8,36.7],"knR":[-30,176.5],"ftR":[59.5,306.9],"hipL":[-18.9,39],"knL":[-46,182.8],"ftL":[-1.5,333.8]},{"rootY":4,"hips":[0,0],"chest":[-8.2,-76.7],"neck":[-8.2,-76.7],"head":[-36.3,-136.5],"shR":[7.7,-115.1],"elR":[47.3,-7.1],"haR":[21.6,51.8],"shL":[-26.4,-87.4],"elL":[-9.8,16.1],"haL":[-36.6,82.3],"hipR":[1,37],"knR":[-35.4,175.3],"ftR":[45.9,311.1],"hipL":[-18.8,38.7],"knL":[-45.6,182.6],"ftL":[1.7,332.8]},{"rootY":4.8,"hips":[0,0],"chest":[-8.5,-76.7],"neck":[-8.5,-76.7],"head":[-36.5,-136.4],"shR":[6.5,-115],"elR":[46.2,-7],"haR":[20.1,52],"shL":[-25.3,-87.3],"elL":[-8.7,16.1],"haL":[-37,81.7],"hipR":[0,37.5],"knR":[-41.5,173.8],"ftR":[31.3,314.6],"hipL":[-18.5,38.2],"knL":[-44.8,182.4],"ftL":[3.5,332.2]},{"rootY":4.9,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-36.7,-136.3],"shR":[5.5,-114.8],"elR":[45.1,-6.9],"haR":[18.9,52.5],"shL":[-24.1,-87.6],"elL":[-7.7,15.9],"haL":[-36.9,81],"hipR":[-0.8,37.7],"knR":[-46.9,172.3],"ftR":[17.6,317.5],"hipL":[-18.3,37.9],"knL":[-42.9,182.5],"ftL":[5.8,332.2]},{"rootY":4.5,"hips":[0,0],"chest":[-8.5,-76.7],"neck":[-8.5,-76.7],"head":[-36.8,-136.1],"shR":[4.3,-114.9],"elR":[44.1,-7.1],"haR":[17.6,52.4],"shL":[-22.5,-87.5],"elL":[-6.7,16],"haL":[-36.4,80.9],"hipR":[-1.6,37.8],"knR":[-51.5,170.8],"ftR":[4.5,319.8],"hipL":[-17.9,37.7],"knL":[-40.5,182.8],"ftL":[8,332.6]},{"rootY":4.1,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-36.6,-136],"shR":[3.3,-114.6],"elR":[43.6,-7.2],"haR":[16.8,52.4],"shL":[-21.2,-87.8],"elL":[-5.3,15.7],"haL":[-35.1,80.4],"hipR":[-2.2,38.3],"knR":[-55.9,169.6],"ftR":[-8.8,321.7],"hipL":[-17.2,37.4],"knL":[-37.6,182.9],"ftL":[10.1,333]},{"rootY":3.7,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-36.5,-136],"shR":[1.6,-114.4],"elR":[42,-7.3],"haR":[15,52.4],"shL":[-18.9,-88.1],"elL":[-2.6,15.3],"haL":[-31.8,80.2],"hipR":[-3.2,38.4],"knR":[-59.3,168.7],"ftR":[-21.4,322.8],"hipL":[-16.3,37.3],"knL":[-35,183.2],"ftL":[12.2,333.5]},{"rootY":3.1,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-36.5,-136],"shR":[0.2,-114.1],"elR":[40.4,-7.1],"haR":[13.2,52.7],"shL":[-17.3,-88.6],"elL":[-0.5,14.7],"haL":[-28.7,79.9],"hipR":[-4.6,38.2],"knR":[-61.7,168.1],"ftR":[-32.9,323.4],"hipL":[-15.4,37.4],"knL":[-32.6,183.7],"ftL":[14.3,334]},{"rootY":2.2,"hips":[0,0],"chest":[-8.6,-76.6],"neck":[-8.6,-76.6],"head":[-36.3,-136.1],"shR":[-1.3,-113.9],"elR":[38.6,-7],"haR":[11.5,52.8],"shL":[-15.6,-88.9],"elL":[1.8,14.4],"haL":[-25,80],"hipR":[-5.7,38.2],"knR":[-63.6,167.7],"ftR":[-43.6,323.4],"hipL":[-14.2,37.4],"knL":[-29.4,184.1],"ftL":[16.7,334.7]},{"rootY":1.6,"hips":[0,0],"chest":[-8.7,-76.7],"neck":[-8.7,-76.7],"head":[-36.1,-136.2],"shR":[-3.3,-113.7],"elR":[36.6,-7.1],"haR":[9.5,52.8],"shL":[-13.1,-89.2],"elL":[5.2,13.8],"haL":[-19.9,79.9],"hipR":[-6.8,37.9],"knR":[-64.4,167.7],"ftR":[-52.5,323.2],"hipL":[-12.7,37.8],"knL":[-26.1,184.7],"ftL":[19.2,335.5]},{"rootY":1.1,"hips":[0,0],"chest":[-8.5,-76.6],"neck":[-8.5,-76.6],"head":[-35.7,-136.2],"shR":[-5.3,-113.3],"elR":[34.4,-7.1],"haR":[7.2,53.2],"shL":[-10.4,-89.7],"elL":[8.9,13.2],"haL":[-14.5,79.7],"hipR":[-8.1,37.7],"knR":[-64.7,168],"ftR":[-59.4,322.6],"hipL":[-11.3,38],"knL":[-22.6,185.2],"ftL":[21.5,336.4]},{"rootY":0.8,"hips":[0,0],"chest":[-8,-76.5],"neck":[-8,-76.5],"head":[-34.9,-136.2],"shR":[-6.9,-112.8],"elR":[32.3,-6.8],"haR":[5.2,53.8],"shL":[-7.4,-90.2],"elL":[13,12.5],"haL":[-8.3,79.5],"hipR":[-9.2,39],"knR":[-65.3,169.7],"ftR":[-64.2,322.3],"hipL":[-9.3,37],"knL":[-16.4,184.5],"ftL":[24.6,336.5]},{"rootY":0.4,"hips":[0,0],"chest":[-7.7,-76.6],"neck":[-7.7,-76.6],"head":[-34.2,-136.3],"shR":[-9,-112.4],"elR":[29.5,-6.5],"haR":[2.5,54.4],"shL":[-4,-90.9],"elL":[17.5,11.6],"haL":[-1.5,78.9],"hipR":[-10.6,38.7],"knR":[-63.1,171.1],"ftR":[-67.4,322.4],"hipL":[-7.5,37.3],"knL":[-13.7,184.8],"ftL":[28.1,336.6]},{"rootY":0.7,"hips":[0,0],"chest":[-7.5,-76.7],"neck":[-7.5,-76.7],"head":[-33.4,-136.5],"shR":[-11,-112.2],"elR":[26.8,-6.5],"haR":[-0.2,54.7],"shL":[-1,-91.4],"elL":[21.5,10.9],"haL":[5,78.5],"hipR":[-12.6,38.1],"knR":[-61.4,172],"ftR":[-68.3,322.7],"hipL":[-6.2,37.8],"knL":[-11.7,185.2],"ftL":[31.5,336.5]},{"rootY":1.4,"hips":[0,0],"chest":[-7,-76.8],"neck":[-7,-76.8],"head":[-32.2,-136.6],"shR":[-13.4,-112],"elR":[23.5,-6.4],"haR":[-3.4,55.3],"shL":[3.1,-91.9],"elL":[26.8,10.1],"haL":[12.7,77.9],"hipR":[-14.2,37.8],"knR":[-59.6,173.3],"ftR":[-66.6,323.6],"hipL":[-4.4,38.1],"knL":[-9.4,185.4],"ftL":[35.6,336]},{"rootY":2.3,"hips":[0,0],"chest":[-6.3,-76.9],"neck":[-6.3,-76.9],"head":[-30.7,-136.9],"shR":[-15.5,-111.9],"elR":[20.7,-6.4],"haR":[-6.2,55.7],"shL":[7.3,-92.4],"elL":[31.9,9.4],"haL":[20.5,77.2],"hipR":[-15.8,37.9],"knR":[-57.2,174.9],"ftR":[-61.1,325.3],"hipL":[-2.2,38.2],"knL":[-6.9,185.2],"ftL":[40,335.1]},{"rootY":3.4,"hips":[0,0],"chest":[-5.9,-77],"neck":[-5.9,-77],"head":[-29.8,-137.1],"shR":[-17.9,-111.6],"elR":[17.3,-6.1],"haR":[-9.6,56.4],"shL":[11.4,-92.8],"elL":[37.5,8.6],"haL":[28.4,76.3],"hipR":[-17.1,38.5],"knR":[-54.9,177],"ftR":[-54.8,327.5],"hipL":[0.5,37.7],"knL":[-2.5,184.5],"ftL":[44.3,334.1]},{"rootY":4.4,"hips":[0,0],"chest":[-6.1,-77],"neck":[-6.1,-77],"head":[-29,-137.1],"shR":[-21.6,-111],"elR":[12.7,-5.7],"haR":[-13.9,57.4],"shL":[15.3,-93.8],"elL":[42.6,7.3],"haL":[35.7,74.7],"hipR":[-18.5,38.5],"knR":[-52.6,178.2],"ftR":[-48.9,329.4],"hipL":[2.4,37.9],"knL":[0.9,184.1],"ftL":[48.2,333.3]},{"rootY":5.1,"hips":[0,0],"chest":[-6.8,-77.1],"neck":[-6.8,-77.1],"head":[-29,-137.1],"shR":[-25.5,-110.8],"elR":[7.3,-5.4],"haR":[-18.7,58.4],"shL":[18.1,-94.2],"elL":[47,6.4],"haL":[42.1,73.1],"hipR":[-19.5,38.7],"knR":[-50.7,179.2],"ftR":[-43.7,330.6],"hipL":[4,37.7],"knL":[4.4,183.4],"ftL":[52.1,332.2]},{"rootY":5.2,"hips":[0,0],"chest":[-8.5,-77],"neck":[-8.5,-77],"head":[-31,-136.7],"shR":[-30.3,-109.3],"elR":[0.3,-4.1],"haR":[-24.8,60.5],"shL":[19,-95.8],"elL":[49.6,4.3],"haL":[46.4,70.5],"hipR":[-20.5,38.6],"knR":[-52.2,179],"ftR":[-42.4,330.6],"hipL":[5.2,37.8],"knL":[5.2,183.1],"ftL":[53.9,331.2]},{"rootY":5,"hips":[0,0],"chest":[-10.1,-76.8],"neck":[-10.1,-76.8],"head":[-33.2,-136.5],"shR":[-35,-107.8],"elR":[-6.9,-2.8],"haR":[-31.5,62.2],"shL":[19.6,-97.4],"elL":[52.7,2],"haL":[50.5,67.8],"hipR":[-21.7,38.2],"knR":[-52.4,178.7],"ftR":[-40.7,330.6],"hipL":[6.9,38.3],"knL":[4,182.8],"ftL":[54.7,330.4]},{"rootY":3.9,"hips":[0,0],"chest":[-11.1,-76.7],"neck":[-11.1,-76.7],"head":[-34.8,-136],"shR":[-39.3,-106.4],"elR":[-13.7,-1.4],"haR":[-38.4,63.6],"shL":[21.5,-98.8],"elL":[57.4,-0.4],"haL":[56.1,65.2],"hipR":[-22.4,39.2],"knR":[-50.7,179.9],"ftR":[-38.3,331.5],"hipL":[9.8,37.5],"knL":[5.4,181.3],"ftL":[54.6,329.5]},{"rootY":2.9,"hips":[0,0],"chest":[-12.2,-76.5],"neck":[-12.2,-76.5],"head":[-36.4,-135.5],"shR":[-43.5,-105],"elR":[-20.2,-0.7],"haR":[-45.6,64.1],"shL":[22.9,-100],"elL":[61,-2.3],"haL":[60.9,63.2],"hipR":[-23.5,39.5],"knR":[-48.9,180.5],"ftR":[-36.1,332],"hipL":[12.2,37.2],"knL":[5.9,180.1],"ftL":[53.9,328.9]},{"rootY":2.4,"hips":[0,0],"chest":[-13.7,-76.2],"neck":[-13.7,-76.2],"head":[-38.2,-135],"shR":[-48.1,-103.6],"elR":[-27,1.2],"haR":[-53.3,65.6],"shL":[24,-101.1],"elL":[64.1,-4.3],"haL":[65.7,61.3],"hipR":[-24.7,39.1],"knR":[-47.7,180.2],"ftR":[-35,332.2],"hipL":[14,37.8],"knL":[6.3,179.7],"ftL":[53,329.2]},{"rootY":1.2,"hips":[0,0],"chest":[-14.1,-76.2],"neck":[-14.1,-76.2],"head":[-38.6,-134.8],"shR":[-50.7,-102.5],"elR":[-32.2,1.6],"haR":[-59.6,65.7],"shL":[25.7,-102.2],"elL":[67.9,-6.4],"haL":[70.7,58.9],"hipR":[-24.8,39.8],"knR":[-46.2,181.1],"ftR":[-33.2,333.3],"hipL":[15.6,37],"knL":[10.4,179],"ftL":[55.3,329.1]},{"rootY":0.6,"hips":[0,0],"chest":[-14.6,-76],"neck":[-14.6,-76],"head":[-39.2,-134.4],"shR":[-53.5,-101.6],"elR":[-37.4,1.2],"haR":[-66.2,64.9],"shL":[27.2,-103],"elL":[71.2,-8],"haL":[75.6,56.8],"hipR":[-25.1,40.1],"knR":[-45.2,181.5],"ftR":[-32.3,334],"hipL":[16.7,36.7],"knL":[14,178.5],"ftL":[58.9,328.7]},{"rootY":0.2,"hips":[0,0],"chest":[-15,-75.9],"neck":[-15,-75.9],"head":[-39.6,-134],"shR":[-55.4,-100.9],"elR":[-43.5,2.7],"haR":[-72.9,66.1],"shL":[28.2,-103.5],"elL":[73.6,-9.3],"haL":[79.8,55.2],"hipR":[-25.5,40.1],"knR":[-44.4,181.4],"ftR":[-31.6,334.2],"hipL":[17.7,36.8],"knL":[17.1,178.2],"ftL":[63.6,328.1]},{"rootY":-0.1,"hips":[0,0],"chest":[-15.2,-75.8],"neck":[-15.2,-75.8],"head":[-39.8,-133.5],"shR":[-57.4,-100.8],"elR":[-48.5,2.7],"haR":[-79.4,65.5],"shL":[29.8,-103.5],"elL":[77,-10.3],"haL":[84.4,53.3],"hipR":[-25.3,40.5],"knR":[-43.9,181.6],"ftR":[-31.4,334.4],"hipL":[18.9,36.4],"knL":[20.4,177.6],"ftL":[69.8,326.7]},{"rootY":-0.3,"hips":[0,0],"chest":[-15.7,-75.7],"neck":[-15.7,-75.7],"head":[-40.2,-133],"shR":[-59.1,-100.3],"elR":[-52.2,3.4],"haR":[-84.5,65.7],"shL":[30.1,-103.7],"elL":[78.9,-11.6],"haL":[87.4,51.7],"hipR":[-25.5,40.7],"knR":[-43.6,181.8],"ftR":[-31.7,334.5],"hipL":[20,36.2],"knL":[22.8,176.8],"ftL":[76.2,324.9]},{"rootY":0.4,"hips":[0,0],"chest":[-16.4,-75.5],"neck":[-16.4,-75.5],"head":[-40.8,-132.4],"shR":[-60.8,-99.4],"elR":[-55.8,3.5],"haR":[-89.6,65.2],"shL":[29.9,-104.2],"elL":[80.6,-13.4],"haL":[89.2,49.2],"hipR":[-25.8,40.8],"knR":[-44.1,181.4],"ftR":[-32.8,334],"hipL":[20.9,36.2],"knL":[24.1,176.1],"ftL":[81.4,322.9]},{"rootY":0.9,"hips":[0,0],"chest":[-16.9,-75.3],"neck":[-16.9,-75.3],"head":[-41,-131.5],"shR":[-61,-98],"elR":[-58.3,4.1],"haR":[-93.6,65.1],"shL":[28.1,-105.2],"elL":[80.4,-15.9],"haL":[88.1,46],"hipR":[-26,40.9],"knR":[-44.6,181.2],"ftR":[-34.4,333.6],"hipL":[21.9,36.2],"knL":[25.2,175.1],"ftL":[86.1,320.4]},{"rootY":1.3,"hips":[0,0],"chest":[-17.7,-75],"neck":[-17.7,-75],"head":[-42.3,-130.6],"shR":[-64.5,-98],"elR":[-63.3,3.5],"haR":[-99.6,63.8],"shL":[30.1,-104.5],"elL":[83.8,-16.5],"haL":[90,44.6],"hipR":[-26,41],"knR":[-45.3,180.9],"ftR":[-36.3,333.2],"hipL":[22.6,36.1],"knL":[26.7,174.4],"ftL":[89.2,318.8]},{"rootY":1.7,"hips":[0,0],"chest":[-18.2,-74.7],"neck":[-18.2,-74.7],"head":[-42.8,-129.8],"shR":[-66.2,-97.6],"elR":[-66.8,3.5],"haR":[-103.9,63.2],"shL":[30.6,-104.4],"elL":[85.3,-17.7],"haL":[89.6,42.5],"hipR":[-25.9,41.2],"knR":[-46.2,180.7],"ftR":[-38.2,332.8],"hipL":[23.4,35.8],"knL":[28.8,174.2],"ftL":[91.2,318.3]},{"rootY":2.3,"hips":[0,0],"chest":[-18.5,-74.5],"neck":[-18.5,-74.5],"head":[-43.4,-128.9],"shR":[-67.8,-97.3],"elR":[-70.4,3.4],"haR":[-107.9,62.3],"shL":[31.3,-104],"elL":[86.6,-18.2],"haL":[88.4,40.9],"hipR":[-25.7,41.4],"knR":[-47.5,180.4],"ftR":[-40.4,332.2],"hipL":[24,35.7],"knL":[30.8,174.4],"ftL":[92,319]},{"rootY":3,"hips":[0,0],"chest":[-18.9,-74.2],"neck":[-18.9,-74.2],"head":[-43.5,-128],"shR":[-68.9,-96.9],"elR":[-73.6,3.4],"haR":[-111.3,61.6],"shL":[31.5,-103.9],"elL":[87.3,-19.1],"haL":[86.4,38.9],"hipR":[-25.6,41.5],"knR":[-49.4,179.9],"ftR":[-43.2,331.4],"hipL":[24.4,35.7],"knL":[32.3,175],"ftL":[90.9,320.8]},{"rootY":4.1,"hips":[0,0],"chest":[-19,-74],"neck":[-19,-74],"head":[-43.5,-127.2],"shR":[-69.7,-96.6],"elR":[-75.3,2.7],"haR":[-113,60.2],"shL":[31.7,-103.5],"elL":[87.9,-19.6],"haL":[84.2,37.4],"hipR":[-25.4,41.6],"knR":[-51.4,179.3],"ftR":[-46.1,330.4],"hipL":[24.8,35.7],"knL":[33.4,175.7],"ftL":[89.3,322.6]},{"rootY":5.2,"hips":[0,0],"chest":[-19.1,-73.7],"neck":[-19.1,-73.7],"head":[-43.4,-126.3],"shR":[-70.4,-96.4],"elR":[-77.9,2.7],"haR":[-115.3,59.4],"shL":[32,-102.9],"elL":[88.3,-19.6],"haL":[81.7,36.5],"hipR":[-25.3,41.6],"knR":[-53.7,178.6],"ftR":[-49.4,329.4],"hipL":[25,35.7],"knL":[33.3,176.2],"ftL":[86.9,324]},{"rootY":6,"hips":[0,0],"chest":[-19.2,-73.3],"neck":[-19.2,-73.3],"head":[-43.2,-125.3],"shR":[-71.2,-96.2],"elR":[-80.4,2.9],"haR":[-117.1,59],"shL":[32.7,-102.2],"elL":[88.9,-19],"haL":[79.4,36.3],"hipR":[-25.4,41.5],"knR":[-55.7,177.9],"ftR":[-52.8,328.7],"hipL":[25.2,35.9],"knL":[32.7,176.5],"ftL":[83.8,325.1]},{"rootY":7,"hips":[0,0],"chest":[-19.2,-72.9],"neck":[-19.2,-72.9],"head":[-42.6,-124.2],"shR":[-71.9,-96.1],"elR":[-82.4,3.1],"haR":[-118.2,58.7],"shL":[33.4,-101.3],"elL":[89.4,-17.7],"haL":[77,37.1],"hipR":[-25.5,41.4],"knR":[-57.8,177.2],"ftR":[-56.3,327.8],"hipL":[25.3,36],"knL":[31.6,176.7],"ftL":[79.9,326.3]},{"rootY":7.7,"hips":[0,0],"chest":[-19,-72.6],"neck":[-19,-72.6],"head":[-41.7,-123],"shR":[-72.5,-95.9],"elR":[-84.3,3.1],"haR":[-118.7,58.3],"shL":[34.4,-100.5],"elL":[89.9,-16.2],"haL":[74.9,38.2],"hipR":[-25.5,41.4],"knR":[-59.7,176.6],"ftR":[-59.6,327.1],"hipL":[25.7,36.2],"knL":[30.4,176.7],"ftL":[76,327.1]},{"rootY":8.5,"hips":[0,0],"chest":[-18.8,-72.1],"neck":[-18.8,-72.1],"head":[-40.8,-121.7],"shR":[-72.8,-95.8],"elR":[-86.7,3.7],"haR":[-119.2,59],"shL":[35.3,-99.4],"elL":[90.3,-14.5],"haL":[72.7,39.6],"hipR":[-25.6,41.3],"knR":[-61.2,175.9],"ftR":[-62.7,326.3],"hipL":[25.9,36.4],"knL":[28.9,176.4],"ftL":[72.6,327.3]},{"rootY":9.4,"hips":[0,0],"chest":[-18.4,-71.7],"neck":[-18.4,-71.7],"head":[-39.8,-120.4],"shR":[-73,-95.6],"elR":[-87.4,3.1],"haR":[-117.8,58.4],"shL":[36.3,-98.4],"elL":[90.6,-12.5],"haL":[70.6,41.2],"hipR":[-25.8,41.1],"knR":[-63,175],"ftR":[-65.8,325.4],"hipL":[25.9,36.7],"knL":[27.2,176.1],"ftL":[70,327.2]},{"rootY":10.4,"hips":[0,0],"chest":[-18.1,-71.1],"neck":[-18.1,-71.1],"head":[-38.8,-119],"shR":[-73.2,-95.4],"elR":[-88.7,2.8],"haR":[-116.8,58.3],"shL":[37.6,-97],"elL":[91.3,-10.3],"haL":[68.9,43.2],"hipR":[-26,40.9],"knR":[-64.6,174.1],"ftR":[-68.6,324.5],"hipL":[26,37],"knL":[25.7,175.5],"ftL":[68.2,326.7]},{"rootY":11.4,"hips":[0,0],"chest":[-17.5,-70.7],"neck":[-17.5,-70.7],"head":[-37.5,-117.7],"shR":[-73.2,-95.3],"elR":[-89.7,2.4],"haR":[-115.5,57.9],"shL":[39,-95.8],"elL":[91.4,-8],"haL":[67.1,45.3],"hipR":[-26.1,40.7],"knR":[-66,173.2],"ftR":[-71.1,323.6],"hipL":[26.1,37.2],"knL":[24.2,174.9],"ftL":[65.9,326.2]},{"rootY":12.5,"hips":[0,0],"chest":[-16.9,-70.3],"neck":[-16.9,-70.3],"head":[-36,-116.3],"shR":[-72.6,-95.3],"elR":[-90.2,1.8],"haR":[-114,57.5],"shL":[40.1,-94.7],"elL":[91.2,-5.7],"haL":[65,47.4],"hipR":[-26.3,40.6],"knR":[-67.6,172.3],"ftR":[-73.3,322.6],"hipL":[26.3,37.3],"knL":[22.7,173.8],"ftL":[63.7,325.2]},{"rootY":13.4,"hips":[0,0],"chest":[-16.1,-69.9],"neck":[-16.1,-69.9],"head":[-34.5,-115.4],"shR":[-72.1,-95.2],"elR":[-90.6,1.4],"haR":[-112.6,57.2],"shL":[41.4,-93.7],"elL":[91.3,-3.8],"haL":[63.2,49.1],"hipR":[-26.6,40.4],"knR":[-69.4,171.3],"ftR":[-75.4,321.5],"hipL":[26.3,37.6],"knL":[21.5,172.6],"ftL":[61.7,324.2]},{"rootY":15,"hips":[0,0],"chest":[-15.3,-69.6],"neck":[-15.3,-69.6],"head":[-32.8,-114.5],"shR":[-71.3,-95.5],"elR":[-91.2,0.8],"haR":[-111.3,56.6],"shL":[42.8,-92.5],"elL":[91.4,-1.7],"haL":[61.3,50.7],"hipR":[-27,40.1],"knR":[-71.5,169.9],"ftR":[-77.3,320],"hipL":[26.4,38],"knL":[20.6,171.3],"ftL":[59.9,322.9]},{"rootY":16.4,"hips":[0,0],"chest":[-14.4,-69.3],"neck":[-14.4,-69.3],"head":[-31.1,-113.9],"shR":[-70.4,-95.7],"elR":[-91.5,0.1],"haR":[-110,56.1],"shL":[44.3,-91.5],"elL":[91.5,0.2],"haL":[59.7,52.2],"hipR":[-27.6,39.7],"knR":[-73.7,168.5],"ftR":[-79.1,318.6],"hipL":[26.2,38.4],"knL":[19.7,170],"ftL":[58.5,321.6]},{"rootY":17.8,"hips":[0,0],"chest":[-13.5,-69.1],"neck":[-13.5,-69.1],"head":[-29.4,-113.3],"shR":[-69.5,-96],"elR":[-91.4,-0.7],"haR":[-108.7,55.5],"shL":[45.6,-90.5],"elL":[91.5,2],"haL":[57.8,53.6],"hipR":[-28.1,39.4],"knR":[-75.8,167.2],"ftR":[-80.7,317.2],"hipL":[26.1,38.7],"knL":[19,168.8],"ftL":[57.2,320.4]},{"rootY":19.2,"hips":[0,0],"chest":[-12.6,-68.9],"neck":[-12.6,-68.9],"head":[-27.6,-112.9],"shR":[-68.6,-96.3],"elR":[-91.5,-1.5],"haR":[-107.6,55],"shL":[47.2,-89.5],"elL":[92,3.7],"haL":[56.4,54.8],"hipR":[-28.4,39.2],"knR":[-77.3,166],"ftR":[-82.1,315.8],"hipL":[25.9,38.9],"knL":[18.1,167.4],"ftL":[55.8,319]},{"rootY":20.5,"hips":[0,0],"chest":[-11.8,-68.8],"neck":[-11.8,-68.8],"head":[-26.1,-112.8],"shR":[-67.8,-96.8],"elR":[-91.5,-2.2],"haR":[-106.6,54.5],"shL":[48.6,-88.7],"elL":[92.3,5],"haL":[55.1,55.9],"hipR":[-28.6,39.1],"knR":[-79.1,164.8],"ftR":[-83.3,314.5],"hipL":[25.7,39],"knL":[17,166.3],"ftL":[54.6,317.7]},{"rootY":21.8,"hips":[0,0],"chest":[-11.2,-68.7],"neck":[-11.2,-68.7],"head":[-24.6,-112.8],"shR":[-67.1,-97.1],"elR":[-91.4,-2.9],"haR":[-105.6,54],"shL":[49.7,-88],"elL":[92.5,6.3],"haL":[53.7,56.9],"hipR":[-28.8,39],"knR":[-80.3,163.7],"ftR":[-84.4,313.2],"hipL":[25.6,39.1],"knL":[15.7,165.1],"ftL":[53.3,316.3]},{"rootY":23.3,"hips":[0,0],"chest":[-10.7,-68.5],"neck":[-10.7,-68.5],"head":[-23.5,-112.7],"shR":[-66.5,-97.4],"elR":[-91.7,-3.4],"haR":[-105.1,53.8],"shL":[50.6,-87.1],"elL":[92.7,7.5],"haL":[52.6,57.8],"hipR":[-28.9,38.9],"knR":[-81.5,162.5],"ftR":[-85.5,311.9],"hipL":[25.4,39.1],"knL":[14.4,163.8],"ftL":[52.2,314.9]},{"rootY":24.5,"hips":[0,0],"chest":[-10.2,-68.4],"neck":[-10.2,-68.4],"head":[-22.5,-112.8],"shR":[-65.8,-97.8],"elR":[-91.7,-4],"haR":[-104.7,53.2],"shL":[51.5,-86.4],"elL":[92.5,8.5],"haL":[51.5,58.4],"hipR":[-29.1,38.8],"knR":[-82.5,161.4],"ftR":[-86.4,310.6],"hipL":[25.2,39.2],"knL":[13.3,162.8],"ftL":[51.2,313.8]},{"rootY":25.9,"hips":[0,0],"chest":[-9.8,-68.4],"neck":[-9.8,-68.4],"head":[-21.4,-112.9],"shR":[-65.1,-98.1],"elR":[-92,-4.6],"haR":[-104.7,52.5],"shL":[51.6,-86.1],"elL":[91.4,9.1],"haL":[49.5,58.6],"hipR":[-29.1,38.8],"knR":[-83.4,160.3],"ftR":[-87.3,309.2],"hipL":[25.1,39.2],"knL":[12.4,161.6],"ftL":[50.3,312.4]},{"rootY":27.2,"hips":[0,0],"chest":[-9.4,-68.3],"neck":[-9.4,-68.3],"head":[-20.7,-113],"shR":[-64.7,-98.2],"elR":[-92,-4.4],"haR":[-104.7,52.7],"shL":[52.2,-85.6],"elL":[90.8,10],"haL":[48.4,58.9],"hipR":[-29.4,38.6],"knR":[-84.1,159.1],"ftR":[-87.8,307.9],"hipL":[24.9,39.4],"knL":[11.7,160.4],"ftL":[49.5,311.1]},{"rootY":28.5,"hips":[0,0],"chest":[-9.2,-68.2],"neck":[-9.2,-68.2],"head":[-20.1,-113.1],"shR":[-64.4,-98.4],"elR":[-92,-4.6],"haR":[-104.9,52.3],"shL":[52.6,-85.1],"elL":[90.2,10.8],"haL":[47.2,59.2],"hipR":[-29.6,38.5],"knR":[-84.9,158],"ftR":[-88.3,306.5],"hipL":[24.9,39.4],"knL":[11.2,159.2],"ftL":[48.9,309.8]},{"rootY":29.8,"hips":[0,0],"chest":[-9,-68.1],"neck":[-9,-68.1],"head":[-19.7,-113.2],"shR":[-64.1,-98.6],"elR":[-92.1,-4.6],"haR":[-105.1,52.1],"shL":[52.9,-84.8],"elL":[89.7,11.4],"haL":[46.2,59.3],"hipR":[-29.8,38.4],"knR":[-85.9,156.8],"ftR":[-88.9,305.2],"hipL":[24.9,39.5],"knL":[10.8,157.9],"ftL":[48.3,308.6]},{"rootY":31.1,"hips":[0,0],"chest":[-8.5,-68],"neck":[-8.5,-68],"head":[-18.9,-113.2],"shR":[-63.5,-98.5],"elR":[-92.3,-4.6],"haR":[-105.3,51.9],"shL":[53.4,-84.5],"elL":[89.3,12.1],"haL":[45.3,59.6],"hipR":[-30,38.4],"knR":[-86.9,155.6],"ftR":[-89.1,303.9],"hipL":[24.8,39.5],"knL":[10.9,156.5],"ftL":[48.1,307.3]},{"rootY":32.4,"hips":[0,0],"chest":[-8.2,-68.1],"neck":[-8.2,-68.1],"head":[-18.3,-113.4],"shR":[-63.2,-98.7],"elR":[-92.6,-4.6],"haR":[-105.6,51.7],"shL":[54.1,-84.6],"elL":[89.4,12.5],"haL":[45.1,59.6],"hipR":[-30.3,38.3],"knR":[-88,154.4],"ftR":[-89.1,302.5],"hipL":[24.9,39.5],"knL":[11.2,155.3],"ftL":[48.1,306]},{"rootY":33.9,"hips":[0,0],"chest":[-7.6,-68.2],"neck":[-7.6,-68.2],"head":[-17.6,-113.8],"shR":[-62.6,-98.9],"elR":[-92.6,-4.6],"haR":[-105.5,51.4],"shL":[54.8,-84.6],"elL":[89.5,13],"haL":[45,59.7],"hipR":[-30.5,38.3],"knR":[-89.1,153.1],"ftR":[-88.9,301],"hipL":[24.8,39.5],"knL":[11.7,153.8],"ftL":[48.3,304.5]},{"rootY":35.3,"hips":[0,0],"chest":[-7.1,-68.5],"neck":[-7.1,-68.5],"head":[-16.9,-114.4],"shR":[-62.2,-99.1],"elR":[-92.9,-4.2],"haR":[-105.6,51.3],"shL":[55.4,-85.3],"elL":[89.6,12.7],"haL":[44.9,59.1],"hipR":[-30.9,38.2],"knR":[-90.1,151.8],"ftR":[-88.7,299.4],"hipL":[24.6,39.5],"knL":[12.2,152.3],"ftL":[48.6,303]},{"rootY":37,"hips":[0,0],"chest":[-7,-69],"neck":[-7,-69],"head":[-16.6,-115.3],"shR":[-62.2,-99.3],"elR":[-93.5,-3.7],"haR":[-105.9,51.2],"shL":[55.6,-86.2],"elL":[89.5,12.2],"haL":[44.7,58.2],"hipR":[-31.3,38],"knR":[-91.3,150.4],"ftR":[-88.7,297.6],"hipL":[24.5,39.5],"knL":[12.6,150.8],"ftL":[48.6,301.4]},{"rootY":38.6,"hips":[0,0],"chest":[-6.8,-69.6],"neck":[-6.8,-69.6],"head":[-16.3,-116.6],"shR":[-62.1,-99.6],"elR":[-93.7,-2.8],"haR":[-106,51.4],"shL":[56,-87.5],"elL":[89.6,11.3],"haL":[44.8,56.8],"hipR":[-31.5,38.1],"knR":[-92.2,149.2],"ftR":[-88.4,295.8],"hipL":[24.6,39.2],"knL":[13.3,149.3],"ftL":[48.8,299.9]},{"rootY":40,"hips":[0,0],"chest":[-6.7,-70.2],"neck":[-6.7,-70.2],"head":[-16.2,-118.2],"shR":[-62.2,-100],"elR":[-94.2,-1.8],"haR":[-106.1,51.6],"shL":[56.2,-88.9],"elL":[89.5,10.3],"haL":[44.7,55.2],"hipR":[-31.6,38.2],"knR":[-93.2,148],"ftR":[-88.2,294.1],"hipL":[24.6,38.9],"knL":[14.1,147.9],"ftL":[48.9,298.5]},{"rootY":41.1,"hips":[0,0],"chest":[-6.7,-71],"neck":[-6.7,-71],"head":[-16,-120],"shR":[-62.3,-100.3],"elR":[-94.8,-0.6],"haR":[-106.4,52],"shL":[56.2,-90.5],"elL":[89,8.9],"haL":[44.2,53.3],"hipR":[-31.9,38.2],"knR":[-94.5,146.5],"ftR":[-88.3,292.4],"hipL":[24.4,38.6],"knL":[14.7,146.7],"ftL":[48.9,297.3]},{"rootY":42.2,"hips":[0,0],"chest":[-6.7,-71.7],"neck":[-6.7,-71.7],"head":[-16,-122.1],"shR":[-62.4,-100.4],"elR":[-95.8,1],"haR":[-107,52.7],"shL":[56,-92.4],"elL":[88.1,7.4],"haL":[43.5,51.5],"hipR":[-32,38.2],"knR":[-95.6,145.2],"ftR":[-88.3,290.8],"hipL":[24.3,38.2],"knL":[14.9,145.6],"ftL":[48.9,296.2]},{"rootY":43.3,"hips":[0,0],"chest":[-6.8,-72.4],"neck":[-6.8,-72.4],"head":[-16,-124.1],"shR":[-62.5,-100.8],"elR":[-96.9,2.5],"haR":[-107.3,53.3],"shL":[55.9,-94],"elL":[86.9,6.1],"haL":[42.6,49.7],"hipR":[-32,38.3],"knR":[-97.1,143.9],"ftR":[-88.6,289.3],"hipL":[24.2,37.8],"knL":[15,144.4],"ftL":[48.6,295.1]},{"rootY":44.5,"hips":[0,0],"chest":[-6.9,-73],"neck":[-6.9,-73],"head":[-16.1,-126.1],"shR":[-62.6,-101],"elR":[-97.9,4.1],"haR":[-107.6,54],"shL":[55.6,-95.5],"elL":[85.5,4.8],"haL":[41.2,48],"hipR":[-32.3,38.1],"knR":[-98.4,142.2],"ftR":[-89.2,287.6],"hipL":[23.9,37.5],"knL":[14.8,143.2],"ftL":[48.2,294]},{"rootY":45.4,"hips":[0,0],"chest":[-6.9,-73.7],"neck":[-6.9,-73.7],"head":[-16.3,-128.1],"shR":[-62.4,-101.6],"elR":[-98.9,5],"haR":[-107.8,53.9],"shL":[55.4,-96.7],"elL":[84.2,3.8],"haL":[39.7,46.5],"hipR":[-32.5,38],"knR":[-99.7,141],"ftR":[-89.8,286.3],"hipL":[23.8,37.1],"knL":[14.4,142.1],"ftL":[47.5,292.8]},{"rootY":46.7,"hips":[0,0],"chest":[-6.8,-74.2],"neck":[-6.8,-74.2],"head":[-16.2,-130],"shR":[-62,-101.9],"elR":[-99.7,5.9],"haR":[-107.7,53.6],"shL":[55.4,-97.6],"elL":[82.8,3.1],"haL":[38,45.3],"hipR":[-32.8,37.8],"knR":[-101,139.2],"ftR":[-90.5,284.6],"hipL":[23.2,37],"knL":[13.8,140.8],"ftL":[46.8,291.6]},{"rootY":47.7,"hips":[0,0],"chest":[-6.5,-74.8],"neck":[-6.5,-74.8],"head":[-15.9,-131.8],"shR":[-61.5,-102.3],"elR":[-101.1,6.1],"haR":[-107.6,52.4],"shL":[55.6,-98.7],"elL":[82.1,1.8],"haL":[36.4,43.3],"hipR":[-32.9,37.8],"knR":[-102.4,137.9],"ftR":[-91.3,283.3],"hipL":[23.1,36.4],"knL":[13.3,139.8],"ftL":[46.1,290.5]},{"rootY":48.9,"hips":[0,0],"chest":[-6.2,-75.2],"neck":[-6.2,-75.2],"head":[-15.5,-133.3],"shR":[-61,-102.7],"elR":[-102.7,5.9],"haR":[-107.5,50.7],"shL":[55.9,-99.4],"elL":[81.9,0.7],"haL":[35.1,41.4],"hipR":[-33.4,37.4],"knR":[-103.6,136.2],"ftR":[-92.1,281.7],"hipL":[22.5,36.1],"knL":[12.7,138.5],"ftL":[45.5,289.3]},{"rootY":50.3,"hips":[0,0],"chest":[-5.9,-75.7],"neck":[-5.9,-75.7],"head":[-14.9,-134.7],"shR":[-60.5,-102.9],"elR":[-104.9,5.4],"haR":[-107.4,48.8],"shL":[56.2,-100.3],"elL":[82.2,-0.6],"haL":[34.4,39.3],"hipR":[-33.8,37],"knR":[-104.9,134.3],"ftR":[-93.1,279.9],"hipL":[22.1,35.8],"knL":[11.9,137],"ftL":[44.6,287.8]},{"rootY":51.3,"hips":[0,0],"chest":[-5.5,-76.1],"neck":[-5.5,-76.1],"head":[-14.2,-136.1],"shR":[-59.9,-103.2],"elR":[-107.4,4.4],"haR":[-107.4,46.4],"shL":[56.5,-101.1],"elL":[83.3,-2.4],"haL":[34.3,36.8],"hipR":[-34,36.8],"knR":[-106.3,132.9],"ftR":[-94,278.5],"hipL":[21.8,35.2],"knL":[10.9,135.8],"ftL":[43.6,286.6]},{"rootY":52.5,"hips":[0,0],"chest":[-5.3,-76.4],"neck":[-5.3,-76.4],"head":[-13.5,-137.3],"shR":[-59.4,-103.3],"elR":[-110.2,3],"haR":[-107.6,43.5],"shL":[56.7,-101.8],"elL":[85,-4.4],"haL":[34.9,34.1],"hipR":[-34.4,36.4],"knR":[-107.7,131.1],"ftR":[-95.2,276.8],"hipL":[21.4,34.8],"knL":[9.8,134.7],"ftL":[42.5,285.4]},{"rootY":53.5,"hips":[0,0],"chest":[-5.2,-76.7],"neck":[-5.2,-76.7],"head":[-12.9,-138.5],"shR":[-59.1,-103.3],"elR":[-113.4,1.5],"haR":[-108.2,40.3],"shL":[56.8,-102.4],"elL":[87.4,-6.8],"haL":[36,31.4],"hipR":[-34.8,36],"knR":[-108.9,129.2],"ftR":[-96.5,275],"hipL":[20.9,34.4],"knL":[8.5,133.5],"ftL":[41.2,284.3]},{"rootY":54.2,"hips":[0,0],"chest":[-5.1,-76.8],"neck":[-5.1,-76.8],"head":[-12.3,-139.5],"shR":[-58.9,-103.2],"elR":[-116.2,0],"haR":[-108.7,37.2],"shL":[56.9,-103],"elL":[90.3,-9.4],"haL":[37.8,28.4],"hipR":[-35.4,35.4],"knR":[-110.1,127.7],"ftR":[-97.8,273.8],"hipL":[20.2,34],"knL":[7.2,132.4],"ftL":[40,283.2]},{"rootY":54.8,"hips":[0,0],"chest":[-4.8,-77],"neck":[-4.8,-77],"head":[-11.5,-140.5],"shR":[-58.4,-103],"elR":[-118.5,-1.5],"haR":[-109,34.3],"shL":[57.1,-103.5],"elL":[93.6,-12.2],"haL":[40.3,25.6],"hipR":[-35.7,35],"knR":[-111.3,126.4],"ftR":[-99.3,272.6],"hipL":[20,33.4],"knL":[6,131.1],"ftL":[38.9,281.9]},{"rootY":55.6,"hips":[0,0],"chest":[-4.8,-77],"neck":[-4.8,-77],"head":[-11,-141.3],"shR":[-58.2,-103],"elR":[-120.7,-2.9],"haR":[-109.9,31.8],"shL":[57.1,-103.7],"elL":[96.8,-14.9],"haL":[43.1,23.3],"hipR":[-36.2,34.4],"knR":[-112.4,124.6],"ftR":[-100.9,271.1],"hipL":[19.4,33.1],"knL":[4.7,129.7],"ftL":[37.6,280.4]},{"rootY":56.2,"hips":[0,0],"chest":[-4.5,-77.1],"neck":[-4.5,-77.1],"head":[-10.2,-141.9],"shR":[-57.7,-102.9],"elR":[-122.2,-4.3],"haR":[-110.4,29.7],"shL":[57.3,-104],"elL":[100.1,-17.4],"haL":[46.2,21.4],"hipR":[-36.2,34.3],"knR":[-113.6,123],"ftR":[-102.3,269.7],"hipL":[19.4,32.3],"knL":[3.9,127.7],"ftL":[36.3,278.7]},{"rootY":56.8,"hips":[0,0],"chest":[-4.1,-77.2],"neck":[-4.1,-77.2],"head":[-9.2,-142.5],"shR":[-57.2,-102.8],"elR":[-123.7,-5.8],"haR":[-111,27.8],"shL":[57.7,-104.1],"elL":[103.5,-19.9],"haL":[49.5,19.6],"hipR":[-35.4,35],"knR":[-115.1,121.4],"ftR":[-104.1,268.5],"hipL":[20.3,31.2],"knL":[3.1,125],"ftL":[34.8,276.2]},{"rootY":57.3,"hips":[0,0],"chest":[-4.1,-77.2],"neck":[-4.1,-77.2],"head":[-8.7,-142.8],"shR":[-57,-102.8],"elR":[-125.6,-7.6],"haR":[-111.9,25.9],"shL":[57.6,-104.2],"elL":[106.4,-22.4],"haL":[52.5,18.1],"hipR":[-36.8,33.5],"knR":[-116.1,119.4],"ftR":[-105.3,266.8],"hipL":[18.6,31.7],"knL":[1.9,122.5],"ftL":[34,273.6]},{"rootY":57.8,"hips":[0,0],"chest":[-3.7,-77.2],"neck":[-3.7,-77.2],"head":[-7.7,-143.2],"shR":[-56.3,-103],"elR":[-127,-9.8],"haR":[-112.4,23.8],"shL":[58,-104],"elL":[110.2,-24.9],"haL":[56.1,16.5],"hipR":[-36.9,33.2],"knR":[-117.3,117.6],"ftR":[-106.8,265.2],"hipL":[18.4,31],"knL":[1.5,119.8],"ftL":[33.2,271]},{"rootY":58.2,"hips":[0,0],"chest":[-3.6,-77.2],"neck":[-3.6,-77.2],"head":[-7,-143.4],"shR":[-56,-103.1],"elR":[-129,-12.4],"haR":[-113.3,21.2],"shL":[58,-103.8],"elL":[113.9,-27.7],"haL":[59.9,14.7],"hipR":[-37.3,32.8],"knR":[-118.6,115.5],"ftR":[-108.7,263.4],"hipL":[17.9,30.9],"knL":[0.7,116.9],"ftL":[32.6,268.2]},{"rootY":58.7,"hips":[0,0],"chest":[-3.2,-77.2],"neck":[-3.2,-77.2],"head":[-6.3,-143.6],"shR":[-55.6,-103.4],"elR":[-131.4,-15.9],"haR":[-114.6,17.9],"shL":[58.5,-103.5],"elL":[118.5,-31],"haL":[64.5,12.3],"hipR":[-37.7,32.3],"knR":[-119.6,113.6],"ftR":[-110.1,261.8],"hipL":[17.4,30.7],"knL":[0.1,114.6],"ftL":[32.2,265.9]},{"rootY":58.9,"hips":[0,0],"chest":[-2.8,-77.2],"neck":[-2.8,-77.2],"head":[-5.4,-143.6],"shR":[-55,-103.7],"elR":[-133.7,-20],"haR":[-116.1,14.1],"shL":[59,-103.2],"elL":[123.2,-34.9],"haL":[69.3,9.1],"hipR":[-37.4,32.5],"knR":[-120.7,112.2],"ftR":[-111.4,260.3],"hipL":[17.8,30],"knL":[-0.3,112.8],"ftL":[31.9,264.2]},{"rootY":59.2,"hips":[0,0],"chest":[-2.6,-77.2],"neck":[-2.6,-77.2],"head":[-4.8,-143.7],"shR":[-54.6,-103.9],"elR":[-136,-24.1],"haR":[-117.8,10.6],"shL":[59.3,-103],"elL":[127.5,-38.7],"haL":[73.9,6.4],"hipR":[-37.7,32.2],"knR":[-121.5,110.5],"ftR":[-112.4,258.9],"hipL":[17.4,30],"knL":[-1,111.4],"ftL":[31.8,262.8]},{"rootY":59.4,"hips":[0,0],"chest":[-2.4,-77.2],"neck":[-2.4,-77.2],"head":[-4.2,-143.6],"shR":[-54.3,-104.1],"elR":[-138,-28.4],"haR":[-119.2,7.2],"shL":[59.7,-102.7],"elL":[131,-42],"haL":[77.9,4.1],"hipR":[-37.9,32],"knR":[-122.2,109.3],"ftR":[-113.1,257.8],"hipL":[17.2,30],"knL":[-1.5,110.6],"ftL":[31.6,261.9]},{"rootY":59.6,"hips":[0,0],"chest":[-2.1,-77.2],"neck":[-2.1,-77.2],"head":[-3.9,-143.4],"shR":[-53.9,-104.3],"elR":[-139.5,-32.5],"haR":[-120.1,4.4],"shL":[60,-102.5],"elL":[133.9,-44.5],"haL":[81.5,2.6],"hipR":[-38,31.9],"knR":[-122.6,108.4],"ftR":[-113.5,256.9],"hipL":[17,30.1],"knL":[-2.1,110.3],"ftL":[31.4,261.5]},{"rootY":59.8,"hips":[0,0],"chest":[-1.9,-77.3],"neck":[-1.9,-77.3],"head":[-3.7,-143.3],"shR":[-53.6,-104.5],"elR":[-140.7,-35.7],"haR":[-120.5,2.9],"shL":[60.3,-102.3],"elL":[135.7,-46],"haL":[83.8,1.8],"hipR":[-38,31.8],"knR":[-122.9,107.7],"ftR":[-113.8,256.3],"hipL":[16.9,30.1],"knL":[-2.6,110.1],"ftL":[31.3,261.2]},{"rootY":59.8,"hips":[0,0],"chest":[-1.8,-77.3],"neck":[-1.8,-77.3],"head":[-3.4,-143],"shR":[-53.3,-104.8],"elR":[-141.3,-38],"haR":[-120.1,2.4],"shL":[60.6,-102],"elL":[136.6,-46.6],"haL":[85.1,2],"hipR":[-38.1,31.7],"knR":[-123.1,107.2],"ftR":[-113.9,255.8],"hipL":[16.8,30.1],"knL":[-2.8,110.2],"ftL":[31.1,261.2]},{"rootY":59.8,"hips":[0,0],"chest":[-1.7,-77.3],"neck":[-1.7,-77.3],"head":[-3.4,-142.7],"shR":[-53.2,-105],"elR":[-141.6,-39.1],"haR":[-119.3,2.7],"shL":[60.9,-101.8],"elL":[136.7,-45.8],"haL":[85.9,3.8],"hipR":[-38.2,31.6],"knR":[-123.3,106.7],"ftR":[-114.5,255.3],"hipL":[16.8,30.2],"knL":[-3.1,110.1],"ftL":[30.7,261.1]},{"rootY":60.1,"hips":[0,0],"chest":[-1.5,-77.3],"neck":[-1.5,-77.3],"head":[-3.3,-142.3],"shR":[-53,-105.1],"elR":[-141.3,-38.7],"haR":[-117.8,4.3],"shL":[61.1,-101.6],"elL":[135.9,-44.3],"haL":[85.3,5.8],"hipR":[-37.4,32.4],"knR":[-123.9,106.3],"ftR":[-115,254.9],"hipL":[17.8,29.6],"knL":[-3.1,109.7],"ftL":[30.4,260.8]},{"rootY":60.1,"hips":[0,0],"chest":[-1.9,-77.2],"neck":[-1.9,-77.2],"head":[-3.7,-142],"shR":[-53.3,-105.2],"elR":[-140.9,-37.4],"haR":[-116.5,6.6],"shL":[60.6,-101.5],"elL":[133.8,-42.3],"haL":[83.7,8.4],"hipR":[-38.7,31.1],"knR":[-124.1,105.4],"ftR":[-115.4,254.1],"hipL":[16.1,30.5],"knL":[-3.7,109.8],"ftL":[30.1,260.6]},{"rootY":60.5,"hips":[0,0],"chest":[-1.6,-77.2],"neck":[-1.6,-77.2],"head":[-3.6,-141.9],"shR":[-53.1,-105.3],"elR":[-139.6,-35.4],"haR":[-114.5,9.5],"shL":[60.9,-101.3],"elL":[132.1,-39.5],"haL":[82.6,11.8],"hipR":[-38.4,31.4],"knR":[-124.4,104.6],"ftR":[-115.8,253.4],"hipL":[16.5,30.3],"knL":[-3.7,109.2],"ftL":[30.2,260.1]},{"rootY":60.5,"hips":[0,0],"chest":[-1.8,-77.2],"neck":[-1.8,-77.2],"head":[-3.7,-141.9],"shR":[-53.4,-105.4],"elR":[-138.6,-33.3],"haR":[-112.7,12.5],"shL":[60.7,-101.1],"elL":[129.9,-36.7],"haL":[80.6,15],"hipR":[-38.4,31.4],"knR":[-125,103.7],"ftR":[-116.4,252.7],"hipL":[16.4,30.2],"knL":[-3.9,109],"ftL":[30.1,259.9]},{"rootY":60.8,"hips":[0,0],"chest":[-1.9,-77.1],"neck":[-1.9,-77.1],"head":[-3.7,-141.8],"shR":[-53.8,-105.3],"elR":[-137.3,-30.8],"haR":[-110.7,15.8],"shL":[60.4,-101.1],"elL":[127.7,-34.1],"haL":[78.6,17.8],"hipR":[-38.3,31.5],"knR":[-125.5,102.9],"ftR":[-116.9,252],"hipL":[16.6,30.1],"knL":[-4.1,108.6],"ftL":[29.9,259.6]},{"rootY":60.8,"hips":[0,0],"chest":[-2,-77],"neck":[-2,-77],"head":[-4,-141.8],"shR":[-54.1,-105.2],"elR":[-135.6,-28.6],"haR":[-108,18.3],"shL":[60.2,-101],"elL":[125.6,-31.5],"haL":[76.3,20.1],"hipR":[-38,31.8],"knR":[-125.9,102.4],"ftR":[-117.5,251.7],"hipL":[17,29.9],"knL":[-4.2,108.3],"ftL":[29.8,259.3]},{"rootY":60.8,"hips":[0,0],"chest":[-2.1,-77],"neck":[-2.1,-77],"head":[-4,-141.8],"shR":[-54.5,-105.2],"elR":[-134.4,-26.9],"haR":[-106.7,20],"shL":[60.1,-101],"elL":[124.5,-29.7],"haL":[74.6,21.3],"hipR":[-37.9,31.9],"knR":[-126.3,102],"ftR":[-117.9,251.3],"hipL":[17.1,30],"knL":[-4.2,108.2],"ftL":[29.6,259.3]},{"rootY":61,"hips":[0,0],"chest":[-2.4,-76.9],"neck":[-2.4,-76.9],"head":[-4.1,-141.9],"shR":[-55,-105.1],"elR":[-133.9,-26],"haR":[-106.6,20.8],"shL":[59.8,-100.8],"elL":[123.6,-28.6],"haL":[73.6,22.2],"hipR":[-37.7,32.2],"knR":[-126.6,101.7],"ftR":[-118.3,251],"hipL":[17.3,30],"knL":[-4.2,108.2],"ftL":[29.4,259.3]},{"rootY":60.9,"hips":[0,0],"chest":[-2.7,-76.9],"neck":[-2.7,-76.9],"head":[-4,-141.9],"shR":[-55.4,-105.1],"elR":[-134.2,-25.7],"haR":[-107,21.5],"shL":[59.5,-100.7],"elL":[123,-28.1],"haL":[73.3,23.1],"hipR":[-37.8,32.2],"knR":[-126.5,101.8],"ftR":[-118.4,251.1],"hipL":[17.2,30.2],"knL":[-4.2,108.5],"ftL":[29.3,259.5]},{"rootY":60.9,"hips":[0,0],"chest":[-2.9,-76.8],"neck":[-2.9,-76.8],"head":[-3.9,-142],"shR":[-55.6,-105.2],"elR":[-134.6,-25.5],"haR":[-107.1,22.5],"shL":[59.1,-100.5],"elL":[122.6,-27.8],"haL":[73.4,23.9],"hipR":[-37.8,32.2],"knR":[-126.4,101.9],"ftR":[-118.3,251.2],"hipL":[17.1,30.6],"knL":[-4.2,108.7],"ftL":[29.3,259.7]},{"rootY":60.9,"hips":[0,0],"chest":[-3.2,-76.7],"neck":[-3.2,-76.7],"head":[-3.5,-142.3],"shR":[-55.9,-105.3],"elR":[-135.4,-25.9],"haR":[-107.6,22.9],"shL":[58.9,-100.1],"elL":[122.6,-27.6],"haL":[73.7,24.3],"hipR":[-37.7,32.3],"knR":[-126.2,102],"ftR":[-118.2,251.2],"hipL":[17.3,30.7],"knL":[-4.1,108.7],"ftL":[29.3,259.7]},{"rootY":60.9,"hips":[0,0],"chest":[-3.3,-76.6],"neck":[-3.3,-76.6],"head":[-3.2,-142.5],"shR":[-56.2,-105.4],"elR":[-136.3,-26.3],"haR":[-108,23.1],"shL":[58.7,-99.7],"elL":[122.4,-27.3],"haL":[73.7,25],"hipR":[-37.7,32.3],"knR":[-126.1,102],"ftR":[-117.9,251.2],"hipL":[17.3,30.8],"knL":[-4,108.7],"ftL":[29.4,259.7]},{"rootY":60.9,"hips":[0,0],"chest":[-3.4,-76.6],"neck":[-3.4,-76.6],"head":[-3,-142.7],"shR":[-56.2,-105.4],"elR":[-137,-26.7],"haR":[-108.1,23.1],"shL":[58.4,-99.6],"elL":[122.3,-27.4],"haL":[73.7,25.1],"hipR":[-37.7,32.4],"knR":[-125.9,102],"ftR":[-117.6,251],"hipL":[17.3,31],"knL":[-4,108.7],"ftL":[29.6,259.6]},{"rootY":60.8,"hips":[0,0],"chest":[-3.5,-76.5],"neck":[-3.5,-76.5],"head":[-2.8,-143],"shR":[-56.4,-105.5],"elR":[-137.7,-27],"haR":[-108.3,23.2],"shL":[58.3,-99.3],"elL":[122.1,-27],"haL":[73.7,25.6],"hipR":[-37.5,32.7],"knR":[-125.8,102.2],"ftR":[-117.4,251.1],"hipL":[17.6,31],"knL":[-3.9,108.7],"ftL":[29.8,259.5]},{"rootY":60.7,"hips":[0,0],"chest":[-3.6,-76.5],"neck":[-3.6,-76.5],"head":[-3.1,-143.1],"shR":[-56.6,-105.4],"elR":[-138.5,-27.4],"haR":[-108.6,23.3],"shL":[58.3,-99.2],"elL":[122,-27],"haL":[73.8,25.7],"hipR":[-37.6,32.5],"knR":[-125.6,102.2],"ftR":[-117.3,251],"hipL":[17.5,31.3],"knL":[-3.9,108.8],"ftL":[30,259.5]},{"rootY":60.7,"hips":[0,0],"chest":[-3.7,-76.4],"neck":[-3.7,-76.4],"head":[-3.5,-143.3],"shR":[-56.9,-105.4],"elR":[-139.1,-27.6],"haR":[-108.9,23.5],"shL":[58.3,-98.9],"elL":[122,-26.6],"haL":[73.9,26.3],"hipR":[-37.6,32.6],"knR":[-125.4,102.3],"ftR":[-117.2,250.9],"hipL":[17.5,31.4],"knL":[-3.9,109],"ftL":[30.3,259.5]},{"rootY":60.7,"hips":[0,0],"chest":[-3.6,-76.3],"neck":[-3.6,-76.3],"head":[-3.8,-143.4],"shR":[-57,-105.2],"elR":[-139.6,-27.7],"haR":[-109,23.6],"shL":[58.4,-99.1],"elL":[122.1,-26.7],"haL":[74.1,26.3],"hipR":[-37.4,32.7],"knR":[-125.1,102.5],"ftR":[-117,250.9],"hipL":[17.7,31.3],"knL":[-3.9,109],"ftL":[30.5,259.5]},{"rootY":60.6,"hips":[0,0],"chest":[-3.8,-76.3],"neck":[-3.8,-76.3],"head":[-5,-143.5],"shR":[-57.2,-105],"elR":[-140,-27.8],"haR":[-109.1,23.6],"shL":[58.1,-99.3],"elL":[122.2,-27],"haL":[74.2,26.1],"hipR":[-37.5,32.7],"knR":[-124.8,102.6],"ftR":[-116.9,251],"hipL":[17.7,31.6],"knL":[-4.1,108.9],"ftL":[30.4,259.4]},{"rootY":60.5,"hips":[0,0],"chest":[-4,-76.2],"neck":[-4,-76.2],"head":[-6,-143.6],"shR":[-57.7,-104.7],"elR":[-140.6,-27.8],"haR":[-109.4,23.8],"shL":[58,-99.5],"elL":[122.3,-27.1],"haL":[74.4,25.9],"hipR":[-37.6,32.6],"knR":[-124.6,102.8],"ftR":[-117,251.2],"hipL":[17.6,31.7],"knL":[-4.2,109.1],"ftL":[30.3,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-4.1,-76.2],"neck":[-4.1,-76.2],"head":[-7.3,-143.5],"shR":[-58.1,-104.3],"elR":[-141,-27.7],"haR":[-109.5,23.8],"shL":[57.8,-99.7],"elL":[122.4,-27.2],"haL":[74.4,25.9],"hipR":[-37.4,32.8],"knR":[-124.6,102.8],"ftR":[-117.1,251.2],"hipL":[17.8,31.7],"knL":[-4.4,109.1],"ftL":[30.3,259.6]},{"rootY":60.5,"hips":[0,0],"chest":[-4.3,-76.1],"neck":[-4.3,-76.1],"head":[-8.5,-143.5],"shR":[-58.6,-104],"elR":[-141.3,-27.5],"haR":[-109.5,23.8],"shL":[57.7,-99.9],"elL":[122.6,-27.3],"haL":[74.6,25.7],"hipR":[-37.4,32.8],"knR":[-124.6,102.9],"ftR":[-117.1,251.2],"hipL":[17.8,31.6],"knL":[-4.5,109],"ftL":[30.3,259.5]},{"rootY":60.4,"hips":[0,0],"chest":[-4.4,-76],"neck":[-4.4,-76],"head":[-9.6,-143.4],"shR":[-58.9,-103.7],"elR":[-141.4,-27.3],"haR":[-109.5,23.9],"shL":[57.6,-100],"elL":[122.8,-27.4],"haL":[74.7,25.5],"hipR":[-37.5,32.7],"knR":[-124.5,102.9],"ftR":[-117.1,251.2],"hipL":[17.8,31.7],"knL":[-4.5,109],"ftL":[30.3,259.5]},{"rootY":60.5,"hips":[0,0],"chest":[-4.4,-75.9],"neck":[-4.4,-75.9],"head":[-10.1,-143.3],"shR":[-59,-103.3],"elR":[-141.2,-27],"haR":[-109.2,24.1],"shL":[57.4,-100.3],"elL":[123,-27.6],"haL":[74.9,25.4],"hipR":[-37.4,32.8],"knR":[-124.4,102.8],"ftR":[-117,251.1],"hipL":[17.8,31.7],"knL":[-4.3,108.9],"ftL":[30.3,259.5]},{"rootY":60.4,"hips":[0,0],"chest":[-4.6,-75.9],"neck":[-4.6,-75.9],"head":[-10.4,-143.3],"shR":[-59.4,-103.1],"elR":[-141.3,-26.9],"haR":[-109.3,24.2],"shL":[57.1,-100.3],"elL":[123.3,-27.6],"haL":[75.2,25.3],"hipR":[-37.3,32.9],"knR":[-124.4,103],"ftR":[-117,251.2],"hipL":[18,31.6],"knL":[-4.2,108.9],"ftL":[30.3,259.5]},{"rootY":60.4,"hips":[0,0],"chest":[-4.8,-75.8],"neck":[-4.8,-75.8],"head":[-10.8,-143.3],"shR":[-59.6,-103],"elR":[-141.3,-26.6],"haR":[-109.1,24.1],"shL":[56.8,-100.3],"elL":[123.5,-27.5],"haL":[75.2,25.2],"hipR":[-37.3,32.9],"knR":[-124.4,102.9],"ftR":[-117.1,251.2],"hipL":[18,31.7],"knL":[-4.1,108.9],"ftL":[30.3,259.5]},{"rootY":60.5,"hips":[0,0],"chest":[-4.8,-75.8],"neck":[-4.8,-75.8],"head":[-10.8,-143.3],"shR":[-59.6,-102.9],"elR":[-141,-26.5],"haR":[-108.9,24.1],"shL":[56.6,-100.3],"elL":[123.9,-27.6],"haL":[75.5,25.1],"hipR":[-37.3,32.9],"knR":[-124.4,103],"ftR":[-117,251.2],"hipL":[18,31.7],"knL":[-3.7,109],"ftL":[30.3,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-4.9,-75.8],"neck":[-4.9,-75.8],"head":[-11,-143.2],"shR":[-59.7,-102.9],"elR":[-140.6,-26.3],"haR":[-108.8,24.2],"shL":[56.4,-100.3],"elL":[123.9,-27.5],"haL":[75.5,25.1],"hipR":[-37.2,33],"knR":[-124.2,103],"ftR":[-116.9,251.3],"hipL":[18.2,31.6],"knL":[-3.6,108.9],"ftL":[30.5,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-5,-75.8],"neck":[-5,-75.8],"head":[-10.9,-143.2],"shR":[-59.7,-102.9],"elR":[-140.1,-26],"haR":[-108.6,24.4],"shL":[56.3,-100.3],"elL":[124.1,-27.5],"haL":[75.6,25.1],"hipR":[-37.1,33.2],"knR":[-124.2,103.1],"ftR":[-116.9,251.3],"hipL":[18.3,31.6],"knL":[-3.4,109],"ftL":[30.4,259.7]},{"rootY":60.4,"hips":[0,0],"chest":[-5,-75.8],"neck":[-5,-75.8],"head":[-10.9,-143.3],"shR":[-59.7,-102.9],"elR":[-139.8,-25.9],"haR":[-108.4,24.3],"shL":[56.2,-100.3],"elL":[124.2,-27.5],"haL":[75.7,25],"hipR":[-37,33.3],"knR":[-124.2,103.1],"ftR":[-116.9,251.3],"hipL":[18.5,31.6],"knL":[-3.4,108.9],"ftL":[30.6,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-5.1,-75.8],"neck":[-5.1,-75.8],"head":[-10.7,-143.3],"shR":[-59.6,-103],"elR":[-139.3,-25.7],"haR":[-108.1,24.3],"shL":[56.2,-100.3],"elL":[124.3,-27.5],"haL":[75.7,24.8],"hipR":[-36.8,33.4],"knR":[-124.2,103.1],"ftR":[-116.8,251.3],"hipL":[18.6,31.5],"knL":[-3.3,108.9],"ftL":[30.6,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-5,-75.9],"neck":[-5,-75.9],"head":[-10.5,-143.3],"shR":[-59.6,-103],"elR":[-138.8,-25.5],"haR":[-107.9,24.3],"shL":[56.2,-100.4],"elL":[124.4,-27.7],"haL":[75.7,24.7],"hipR":[-36.6,33.6],"knR":[-124.3,103.2],"ftR":[-116.8,251.4],"hipL":[18.9,31.3],"knL":[-3.3,108.9],"ftL":[30.6,259.6]},{"rootY":60.4,"hips":[0,0],"chest":[-5.1,-75.9],"neck":[-5.1,-75.9],"head":[-10.5,-143.4],"shR":[-59.6,-103.1],"elR":[-138.5,-25.5],"haR":[-107.8,24.1],"shL":[56.1,-100.4],"elL":[124.5,-27.6],"haL":[75.8,24.7],"hipR":[-36.6,33.6],"knR":[-124.4,103.3],"ftR":[-116.8,251.4],"hipL":[18.9,31.3],"knL":[-3.4,109],"ftL":[30.6,259.7]}]} \ No newline at end of file diff --git a/ink-theater/mocap/clips/walk.json b/ink-theater/mocap/clips/walk.json new file mode 100644 index 00000000..98c59d92 --- /dev/null +++ b/ink-theater/mocap/clips/walk.json @@ -0,0 +1 @@ +{"name":"walk","fps":30,"height":520,"groundY":344,"frameCount":86,"frames":[{"rootY":0,"hips":[0,0],"chest":[0.6,-84.9],"neck":[0.6,-84.9],"head":[1.5,-149.1],"shR":[-71.5,-100.6],"elR":[-174.2,-86.2],"haR":[-242.9,-76.5],"shL":[73.7,-103.6],"elL":[173,-89.6],"haL":[241.5,-80],"hipR":[-33.2,37.2],"knR":[-30.5,193.6],"ftR":[-27.9,342.4],"hipL":[34.2,37.2],"knL":[31.4,193.7],"ftL":[28.8,344]},{"rootY":0.7,"hips":[0,0],"chest":[-5.8,-84.6],"neck":[-5.8,-84.6],"head":[-7.3,-148.9],"shR":[-78.3,-97],"elR":[-92.1,2.9],"haR":[-91.3,39.8],"shL":[66,-107.6],"elL":[61.1,-12.8],"haL":[72.2,55.4],"hipR":[-36.8,35],"knR":[-14.6,185.3],"ftR":[9.1,317.4],"hipL":[29.5,37.8],"knL":[5.4,172],"ftL":[-8.4,320.6]},{"rootY":2.9,"hips":[0,0],"chest":[-4.6,-84.8],"neck":[-4.6,-84.8],"head":[-6.4,-148.9],"shR":[-77,-97.1],"elR":[-90.6,2.9],"haR":[-90.1,41.3],"shL":[67.1,-107.8],"elL":[61.5,-12.6],"haL":[72.1,55.7],"hipR":[-36.8,35.1],"knR":[-14.7,184.1],"ftR":[9.3,311.3],"hipL":[29.5,37.9],"knL":[3.6,172.2],"ftL":[-9.9,321.8]},{"rootY":3.8,"hips":[0,0],"chest":[-4,-84.8],"neck":[-4,-84.8],"head":[-5.5,-148.8],"shR":[-76.3,-98.1],"elR":[-88.1,2.4],"haR":[-88.2,44.1],"shL":[68,-106.8],"elL":[62.4,-10.8],"haL":[72.4,57.7],"hipR":[-36.9,34.9],"knR":[-15.7,184],"ftR":[8.1,303.8],"hipL":[29.4,38],"knL":[2.8,171.7],"ftL":[-8.7,321.3]},{"rootY":3.6,"hips":[0,0],"chest":[-2.9,-84.9],"neck":[-2.9,-84.9],"head":[-3.4,-148.8],"shR":[-75.1,-98.6],"elR":[-84.8,2.6],"haR":[-85.7,48.5],"shL":[69.3,-106.4],"elL":[64.2,-9.3],"haL":[73.8,59.2],"hipR":[-35.5,36.1],"knR":[-18,188.2],"ftR":[4.3,295.5],"hipL":[31,36.9],"knL":[4.4,172],"ftL":[-7.6,320.9]},{"rootY":2,"hips":[0,0],"chest":[-3,-84.9],"neck":[-3,-84.9],"head":[-2.9,-148.7],"shR":[-75,-99.1],"elR":[-82.8,2.7],"haR":[-83.9,53.1],"shL":[69.4,-105.9],"elL":[64.8,-7.9],"haL":[74.2,60.6],"hipR":[-35.7,36],"knR":[-22.7,190.8],"ftR":[-2.9,287.7],"hipL":[30.7,37],"knL":[3.4,174.4],"ftL":[-7.8,322.1]},{"rootY":0.6,"hips":[0,0],"chest":[-2.8,-84.9],"neck":[-2.8,-84.9],"head":[-2.6,-148.6],"shR":[-74.7,-99.1],"elR":[-80.9,3.3],"haR":[-82.7,58.1],"shL":[69.5,-105.9],"elL":[65.4,-7.2],"haL":[74.4,60.8],"hipR":[-35,36.7],"knR":[-26.4,192.9],"ftR":[-9.8,279.5],"hipL":[31.4,36.2],"knL":[3.5,177.4],"ftL":[-7.6,323.9]},{"rootY":-0.7,"hips":[0,0],"chest":[-2.4,-84.9],"neck":[-2.4,-84.9],"head":[-2,-148.6],"shR":[-74.1,-99.1],"elR":[-78.9,3.7],"haR":[-81.5,61.9],"shL":[69.9,-105.9],"elL":[67.2,-6.7],"haL":[75.3,60.3],"hipR":[-34,37.5],"knR":[-28.4,193.1],"ftR":[-14.1,272.3],"hipL":[32.5,35.2],"knL":[4.8,179.6],"ftL":[-6.8,325.2]},{"rootY":-2.8,"hips":[0,0],"chest":[-2.4,-84.9],"neck":[-2.4,-84.9],"head":[-2.1,-148.5],"shR":[-74.1,-98.8],"elR":[-77.2,4.5],"haR":[-80.6,65.5],"shL":[69.8,-106.2],"elL":[68.2,-6.6],"haL":[75.5,58.5],"hipR":[-33.8,37.5],"knR":[-30.4,190.8],"ftR":[-17.9,269.4],"hipL":[32.7,35],"knL":[5.4,182.4],"ftL":[-6.7,326.7]},{"rootY":-4.2,"hips":[0,0],"chest":[-2.4,-84.9],"neck":[-2.4,-84.9],"head":[-2.2,-148.6],"shR":[-74.2,-98.2],"elR":[-76.1,5.4],"haR":[-79.6,68.6],"shL":[69.6,-106.8],"elL":[69.7,-6.8],"haL":[75.2,55.4],"hipR":[-33.4,37.5],"knR":[-30.9,187.3],"ftR":[-22.4,270.9],"hipL":[33.4,34.9],"knL":[6.5,184.6],"ftL":[-6.7,327.8]},{"rootY":-5.4,"hips":[0,0],"chest":[-2.1,-84.9],"neck":[-2.1,-84.9],"head":[-2.3,-148.7],"shR":[-74.1,-98.1],"elR":[-74.9,5.4],"haR":[-78.3,70.4],"shL":[70,-106.9],"elL":[71.6,-6.7],"haL":[75.1,51.5],"hipR":[-33.2,37.3],"knR":[-29.2,182.8],"ftR":[-26.9,276.6],"hipL":[34,35.2],"knL":[7.5,186.4],"ftL":[-6.1,328.4]},{"rootY":-5.1,"hips":[0,0],"chest":[-1.6,-84.9],"neck":[-1.6,-84.9],"head":[-2.2,-148.7],"shR":[-73.8,-97.8],"elR":[-73.5,5.2],"haR":[-76.8,71.6],"shL":[70.3,-107.2],"elL":[73.8,-7],"haL":[74.8,46.6],"hipR":[-32.7,37.4],"knR":[-26.7,178.5],"ftR":[-31.6,285.8],"hipL":[34.6,35.1],"knL":[8.8,187.6],"ftL":[-5.5,328]},{"rootY":-4.7,"hips":[0,0],"chest":[-0.9,-84.9],"neck":[-0.9,-84.9],"head":[-1.6,-148.8],"shR":[-73.2,-97.5],"elR":[-72.2,4.5],"haR":[-75.2,71.9],"shL":[71,-107.5],"elL":[76.1,-7.4],"haL":[74.4,40.8],"hipR":[-32.4,37.3],"knR":[-23.7,175],"ftR":[-34.6,297],"hipL":[34.9,35.1],"knL":[10,188.7],"ftL":[-4.5,327.3]},{"rootY":-5.3,"hips":[0,0],"chest":[-0.2,-84.9],"neck":[-0.2,-84.9],"head":[-1.1,-148.8],"shR":[-72.6,-97],"elR":[-70.6,3.9],"haR":[-73.4,72.2],"shL":[71.5,-108],"elL":[78.2,-7.9],"haL":[74.1,35.1],"hipR":[-31.6,37.7],"knR":[-21.3,172.9],"ftR":[-36,308.4],"hipL":[35.7,34.9],"knL":[11.8,189.4],"ftL":[-3.9,327.3]},{"rootY":-5.9,"hips":[0,0],"chest":[0.3,-84.9],"neck":[0.3,-84.9],"head":[-0.9,-148.8],"shR":[-72.2,-97.2],"elR":[-68.7,2.5],"haR":[-71.2,71.5],"shL":[72.1,-107.9],"elL":[80.4,-7.9],"haL":[74.3,30.1],"hipR":[-31,38.1],"knR":[-19.7,172.5],"ftR":[-34.5,317.3],"hipL":[36.3,34.6],"knL":[13.5,189.5],"ftL":[-3,327.1]},{"rootY":-5.8,"hips":[0,0],"chest":[0.2,-84.9],"neck":[0.2,-84.9],"head":[-0.8,-148.7],"shR":[-72.3,-97],"elR":[-67.3,1.5],"haR":[-69.4,70.8],"shL":[71.9,-108.1],"elL":[81.5,-8.2],"haL":[73.5,25.8],"hipR":[-30.8,38],"knR":[-19.2,172.2],"ftR":[-29.4,320.6],"hipL":[36.4,34.8],"knL":[14.7,189.3],"ftL":[-2.6,326.4]},{"rootY":-5.6,"hips":[0,0],"chest":[-0.2,-84.9],"neck":[-0.2,-84.9],"head":[-1,-148.7],"shR":[-72.8,-96.8],"elR":[-66.3,0.7],"haR":[-68.1,70],"shL":[71.5,-108.2],"elL":[81.8,-8.5],"haL":[73.1,23.2],"hipR":[-30.7,37.8],"knR":[-19.9,171.4],"ftR":[-22.8,319.6],"hipL":[36.5,35],"knL":[15.6,187.8],"ftL":[-2.7,325]},{"rootY":-5.1,"hips":[0,0],"chest":[0.1,-84.9],"neck":[0.1,-84.9],"head":[-1.2,-148.7],"shR":[-72.6,-96.3],"elR":[-64.8,0.8],"haR":[-66.5,69.9],"shL":[71.7,-108.8],"elL":[82.3,-9],"haL":[73.1,22],"hipR":[-30.1,38.2],"knR":[-19.1,170.5],"ftR":[-17.6,317.9],"hipL":[37,34.8],"knL":[16.5,185.2],"ftL":[-2,322]},{"rootY":-3.5,"hips":[0,0],"chest":[0.4,-84.9],"neck":[0.4,-84.9],"head":[-1.1,-148.6],"shR":[-72.4,-95.7],"elR":[-63.5,1.1],"haR":[-65.3,70.1],"shL":[71.7,-109.4],"elL":[81.9,-9.6],"haL":[72.9,22.9],"hipR":[-30.3,37.9],"knR":[-16.6,171.5],"ftR":[-14.3,319.3],"hipL":[36.8,35],"knL":[17.2,185],"ftL":[-0.1,316.8]},{"rootY":-1.8,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[-1.1,-148.5],"shR":[-72.4,-95.5],"elR":[-62.7,1.7],"haR":[-64.3,70.5],"shL":[71.6,-109.4],"elL":[81.4,-9.7],"haL":[73.3,25.7],"hipR":[-30,38.1],"knR":[-13.6,171.9],"ftR":[-12.1,320.6],"hipL":[37,34.8],"knL":[18.1,184.1],"ftL":[2.1,310.2]},{"rootY":-1.7,"hips":[0,0],"chest":[-0.6,-85],"neck":[-0.6,-85],"head":[-2.3,-148.3],"shR":[-73.3,-95.1],"elR":[-63.2,2.7],"haR":[-64.7,71.5],"shL":[70.7,-109.7],"elL":[79.4,-10],"haL":[73,30.5],"hipR":[-31.4,36.9],"knR":[-13.6,171.6],"ftR":[-11.5,320.3],"hipL":[35.8,35.8],"knL":[17.9,185.6],"ftL":[3.7,302.5]},{"rootY":-1.9,"hips":[0,0],"chest":[-1.2,-84.9],"neck":[-1.2,-84.9],"head":[-2.9,-148.2],"shR":[-73.9,-94.4],"elR":[-63.8,4.2],"haR":[-65.6,73.2],"shL":[69.9,-110.3],"elL":[76.7,-10.4],"haL":[73.1,36],"hipR":[-32,36.4],"knR":[-13,172.7],"ftR":[-10.9,320.7],"hipL":[35.2,35.9],"knL":[19.1,187.8],"ftL":[6.4,292.8]},{"rootY":-2.7,"hips":[0,0],"chest":[-1.1,-84.9],"neck":[-1.1,-84.9],"head":[-3.1,-148],"shR":[-73.8,-94.7],"elR":[-64.2,4.9],"haR":[-66.4,74.1],"shL":[70.1,-109.9],"elL":[75.1,-10],"haL":[74.3,42.8],"hipR":[-32.6,36],"knR":[-11.9,174.6],"ftR":[-9.1,321.3],"hipL":[34.7,36.6],"knL":[22.4,191.3],"ftL":[11.3,284.7]},{"rootY":-5,"hips":[0,0],"chest":[-0.8,-84.9],"neck":[-0.8,-84.9],"head":[-2.8,-148],"shR":[-73.6,-95.1],"elR":[-64.8,5.6],"haR":[-67.6,74.9],"shL":[70.5,-109.6],"elL":[73.7,-9.7],"haL":[75.5,48.8],"hipR":[-32.9,35.5],"knR":[-12.4,177.7],"ftR":[-8,323],"hipL":[34.3,37],"knL":[25.5,193.3],"ftL":[15.1,276.3]},{"rootY":-6.5,"hips":[0,0],"chest":[-1.2,-84.9],"neck":[-1.2,-84.9],"head":[-2.8,-148],"shR":[-74,-95.6],"elR":[-66.4,6],"haR":[-69.5,75.1],"shL":[70.3,-109.1],"elL":[72.4,-9.1],"haL":[76.7,53.7],"hipR":[-33.7,34.9],"knR":[-14.4,180.4],"ftR":[-7.9,324.6],"hipL":[33.6,37.4],"knL":[27.5,193],"ftL":[15.3,270]},{"rootY":-8.3,"hips":[0,0],"chest":[-1,-84.9],"neck":[-1,-84.9],"head":[-2,-148.2],"shR":[-73.7,-96.5],"elR":[-67.6,6],"haR":[-71.2,74.3],"shL":[70.8,-108.2],"elL":[71.9,-8.3],"haL":[78.2,57.5],"hipR":[-34.1,34.7],"knR":[-14.9,182.9],"ftR":[-7.1,326.2],"hipL":[33.2,37.5],"knL":[29.1,190.3],"ftL":[16.1,268.6]},{"rootY":-9.7,"hips":[0,0],"chest":[-0.9,-84.9],"neck":[-0.9,-84.9],"head":[-1.3,-148.4],"shR":[-73.6,-97.1],"elR":[-70.2,6.2],"haR":[-73.6,72.9],"shL":[71,-107.7],"elL":[71.4,-7.9],"haL":[78.5,59.4],"hipR":[-34.5,34.6],"knR":[-15.5,185.1],"ftR":[-6.6,327.2],"hipL":[32.8,37.1],"knL":[29.2,185.9],"ftL":[18.2,272.5]},{"rootY":-9.4,"hips":[0,0],"chest":[-1.6,-84.9],"neck":[-1.6,-84.9],"head":[-1.8,-148.6],"shR":[-74.1,-98.3],"elR":[-73.7,5.3],"haR":[-76.7,69.5],"shL":[70.7,-106.6],"elL":[70.9,-7.3],"haL":[78.9,60.8],"hipR":[-35.3,34.4],"knR":[-17.6,186.4],"ftR":[-6.6,326.8],"hipL":[32,37.5],"knL":[27.1,181.2],"ftL":[20.5,280.6]},{"rootY":-8.9,"hips":[0,0],"chest":[-1.8,-84.9],"neck":[-1.8,-84.9],"head":[-1.3,-148.7],"shR":[-74.2,-98.8],"elR":[-77.4,4.8],"haR":[-78.5,64.8],"shL":[70.6,-106],"elL":[70.7,-7.8],"haL":[78.8,60.6],"hipR":[-35.3,34.8],"knR":[-18.5,187.9],"ftR":[-6.5,326.4],"hipL":[31.9,37.2],"knL":[24.5,175.9],"ftL":[22.1,290.9]},{"rootY":-8.7,"hips":[0,0],"chest":[-2.4,-84.9],"neck":[-2.4,-84.9],"head":[-1.6,-148.8],"shR":[-74.7,-99.1],"elR":[-81.1,4.1],"haR":[-82.1,59.5],"shL":[70.1,-105.8],"elL":[69.6,-8.7],"haL":[78.1,59.9],"hipR":[-35.9,34.5],"knR":[-19.9,189],"ftR":[-6.9,326.2],"hipL":[31.2,37.4],"knL":[21.5,172.3],"ftL":[22.3,302.5]},{"rootY":-9.7,"hips":[0,0],"chest":[-2.8,-84.9],"neck":[-2.8,-84.9],"head":[-2.3,-148.9],"shR":[-75,-99.5],"elR":[-84.8,3],"haR":[-84.3,52.2],"shL":[69.8,-105.4],"elL":[68.7,-9.4],"haL":[77,59.2],"hipR":[-35.9,34.7],"knR":[-20.7,190.2],"ftR":[-6.9,327],"hipL":[31.1,37.2],"knL":[19,170.1],"ftL":[21.5,313.1]},{"rootY":-10.3,"hips":[0,0],"chest":[-3.1,-84.9],"neck":[-3.1,-84.9],"head":[-2.7,-149],"shR":[-75.3,-99.6],"elR":[-87.9,2],"haR":[-86.1,44.8],"shL":[69.5,-105.3],"elL":[67.2,-10.4],"haL":[75.4,58.3],"hipR":[-36.3,34.5],"knR":[-21.7,190.2],"ftR":[-7.9,326.8],"hipL":[30.6,37.6],"knL":[17,170.4],"ftL":[19.2,319.8]},{"rootY":-10.1,"hips":[0,0],"chest":[-3.4,-84.9],"neck":[-3.4,-84.9],"head":[-3.4,-148.9],"shR":[-75.5,-99.4],"elR":[-91.1,1],"haR":[-87.8,37.8],"shL":[69.2,-105.5],"elL":[65.8,-11.4],"haL":[73.7,57.3],"hipR":[-36.8,34.2],"knR":[-22.6,189.2],"ftR":[-8.2,325.6],"hipL":[29.9,37.9],"knL":[15.4,171],"ftL":[16.7,321.1]},{"rootY":-9.6,"hips":[0,0],"chest":[-3.3,-84.9],"neck":[-3.3,-84.9],"head":[-4.2,-149],"shR":[-75.4,-99.6],"elR":[-92.3,-0.2],"haR":[-88.5,31.6],"shL":[69.3,-105.3],"elL":[64.8,-11.7],"haL":[72.4,56.9],"hipR":[-36.9,34.3],"knR":[-23.3,187.4],"ftR":[-9.3,323.9],"hipL":[29.7,37.7],"knL":[14.3,171.1],"ftL":[13.6,319.8]},{"rootY":-8.4,"hips":[0,0],"chest":[-3.5,-84.9],"neck":[-3.5,-84.9],"head":[-5,-148.9],"shR":[-75.5,-99.5],"elR":[-93.6,-1.1],"haR":[-89.6,26.8],"shL":[69.1,-105.3],"elL":[63.8,-11.5],"haL":[70.9,57.2],"hipR":[-37.3,34],"knR":[-24,184.9],"ftR":[-10.3,319.8],"hipL":[29.2,37.9],"knL":[13.3,171.6],"ftL":[11.7,320.1]},{"rootY":-7.3,"hips":[0,0],"chest":[-2.6,-84.9],"neck":[-2.6,-84.9],"head":[-4.4,-149],"shR":[-74.6,-99.6],"elR":[-93.2,-1.4],"haR":[-89.7,24.1],"shL":[70,-105.3],"elL":[64.2,-10.6],"haL":[70.6,58],"hipR":[-37.1,34.3],"knR":[-24.1,184.3],"ftR":[-10.9,314.2],"hipL":[29.3,37.6],"knL":[12.9,172.8],"ftL":[10.4,322.4]},{"rootY":-7.2,"hips":[0,0],"chest":[-1.7,-84.9],"neck":[-1.7,-84.9],"head":[-4.2,-149],"shR":[-73.6,-99.5],"elR":[-91.9,-1.1],"haR":[-88.9,24.3],"shL":[71,-105.2],"elL":[64.5,-9.7],"haL":[70.5,59.1],"hipR":[-36.7,34.6],"knR":[-24.3,182.5],"ftR":[-12.4,308.4],"hipL":[29.8,37.2],"knL":[12.6,172.4],"ftL":[8.9,322.7]},{"rootY":-7.4,"hips":[0,0],"chest":[-0.9,-84.9],"neck":[-0.9,-84.9],"head":[-3.5,-149.1],"shR":[-72.7,-99.9],"elR":[-89.2,-0.6],"haR":[-87,26.8],"shL":[71.9,-104.6],"elL":[65.6,-7.9],"haL":[71.5,61],"hipR":[-36.6,34.5],"knR":[-24.9,183.9],"ftR":[-14.6,299.9],"hipL":[30.1,37.4],"knL":[13.7,172.9],"ftL":[9.2,322.8]},{"rootY":-8.4,"hips":[0,0],"chest":[-0.5,-84.9],"neck":[-0.5,-84.9],"head":[-2.8,-149.1],"shR":[-72.3,-100.3],"elR":[-87,0.3],"haR":[-85.5,31.8],"shL":[72.5,-104.1],"elL":[66.8,-6.2],"haL":[72.7,62.8],"hipR":[-35.4,35.4],"knR":[-26.6,188],"ftR":[-18.5,291.9],"hipL":[31.4,36.4],"knL":[14.5,174.4],"ftL":[8.8,323.4]},{"rootY":-10.4,"hips":[0,0],"chest":[-0.6,-85],"neck":[-0.6,-85],"head":[-3,-149.1],"shR":[-72.4,-100.3],"elR":[-85.6,1.1],"haR":[-84.7,37.5],"shL":[72.5,-104],"elL":[67.2,-5.5],"haL":[73.5,63.1],"hipR":[-35.1,35.8],"knR":[-28.8,191.3],"ftR":[-23.9,283.9],"hipL":[31.8,36.3],"knL":[13.8,177.6],"ftL":[7.2,325.5]},{"rootY":-12.3,"hips":[0,0],"chest":[0.1,-85],"neck":[0.1,-85],"head":[-2.6,-149.2],"shR":[-71.7,-99.4],"elR":[-82.9,2.6],"haR":[-83,44.9],"shL":[72.8,-104.9],"elL":[68.6,-5.9],"haL":[74.8,61.5],"hipR":[-33.6,37.3],"knR":[-29.9,193.6],"ftR":[-26.2,276.7],"hipL":[33.2,34.9],"knL":[13.7,179.9],"ftL":[6.1,326.8]},{"rootY":-14.1,"hips":[0,0],"chest":[-0.3,-85],"neck":[-0.3,-85],"head":[-3.2,-149.2],"shR":[-72,-99.7],"elR":[-81.3,2.9],"haR":[-82.5,51],"shL":[72.6,-104.7],"elL":[70.3,-5.3],"haL":[76.2,60],"hipR":[-33,37.5],"knR":[-30.9,192.6],"ftR":[-26.5,272.1],"hipL":[34,34.3],"knL":[14.5,182.4],"ftL":[5.2,328.3]},{"rootY":-15.8,"hips":[0,0],"chest":[-0.4,-85],"neck":[-0.4,-85],"head":[-3.4,-149.3],"shR":[-72.3,-98.8],"elR":[-79.5,4.4],"haR":[-81.8,58.3],"shL":[72.1,-105.6],"elL":[71.6,-5.9],"haL":[76.7,56.1],"hipR":[-33,37.3],"knR":[-31.6,189.3],"ftR":[-27.6,271.8],"hipL":[34.1,34.5],"knL":[14.6,184.9],"ftL":[4.1,329.6]},{"rootY":-16.2,"hips":[0,0],"chest":[-0.5,-85],"neck":[-0.5,-85],"head":[-4,-149.3],"shR":[-72.6,-98.4],"elR":[-77.3,5.1],"haR":[-80.8,63.8],"shL":[71.9,-106],"elL":[73.6,-6],"haL":[77.3,51.5],"hipR":[-32.6,37.1],"knR":[-31,185.1],"ftR":[-29.4,276.7],"hipL":[34.6,34.4],"knL":[14.6,186.4],"ftL":[2.9,329.4]},{"rootY":-15.6,"hips":[0,0],"chest":[-0.4,-85],"neck":[-0.4,-85],"head":[-4,-149.3],"shR":[-72.6,-97.9],"elR":[-75.5,5.6],"haR":[-79.3,68.5],"shL":[71.9,-106.6],"elL":[76.1,-6.5],"haL":[78.2,45.2],"hipR":[-32.2,37.2],"knR":[-29,180.4],"ftR":[-30.6,285.1],"hipL":[35.1,34.5],"knL":[15.2,187.6],"ftL":[2.6,328.9]},{"rootY":-14.5,"hips":[0,0],"chest":[-0.3,-85],"neck":[-0.3,-85],"head":[-4.4,-149.4],"shR":[-72.7,-97.4],"elR":[-73.4,5.9],"haR":[-78.2,71.7],"shL":[71.9,-107.1],"elL":[78.4,-7],"haL":[78.7,38.4],"hipR":[-31.9,36.9],"knR":[-26.6,176.2],"ftR":[-32.3,295.7],"hipL":[35.4,34.7],"knL":[15.6,188.8],"ftL":[1.8,328.1]},{"rootY":-14.5,"hips":[0,0],"chest":[0.2,-85],"neck":[0.2,-85],"head":[-3.7,-149.4],"shR":[-72.4,-97.1],"elR":[-71.2,5.5],"haR":[-76.2,73.4],"shL":[72.2,-107.5],"elL":[81.2,-7.6],"haL":[79.6,31.4],"hipR":[-30.9,37.2],"knR":[-23.9,174.2],"ftR":[-33.1,307.9],"hipL":[36.4,34.1],"knL":[16.6,189.1],"ftL":[1.7,327.2]},{"rootY":-15.2,"hips":[0,0],"chest":[0.4,-85],"neck":[0.4,-85],"head":[-3.8,-149.4],"shR":[-72.3,-96.9],"elR":[-69.3,4.8],"haR":[-74.1,73.8],"shL":[72.4,-107.7],"elL":[83.2,-8],"haL":[79.9,25],"hipR":[-30.4,37.4],"knR":[-21.9,173.5],"ftR":[-33.4,317.7],"hipL":[36.8,34.2],"knL":[17.5,189.6],"ftL":[1.5,327.4]},{"rootY":-15.1,"hips":[0,0],"chest":[0.7,-85],"neck":[0.7,-85],"head":[-3.4,-149.4],"shR":[-72.2,-96.5],"elR":[-67.8,3.9],"haR":[-72.3,73.1],"shL":[72.5,-108.1],"elL":[85.1,-8.6],"haL":[80.5,19.4],"hipR":[-30.3,37.2],"knR":[-20.3,173.7],"ftR":[-29.8,322.1],"hipL":[36.8,34.6],"knL":[18.4,189.5],"ftL":[2.1,326.7]},{"rootY":-15.1,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[-3.6,-149.4],"shR":[-72.5,-96.4],"elR":[-66.4,2.7],"haR":[-70.1,71.6],"shL":[72.1,-108.3],"elL":[85.8,-8.9],"haL":[80.6,15.8],"hipR":[-29.8,37.5],"knR":[-20.7,173],"ftR":[-24.2,321.2],"hipL":[37.2,34.5],"knL":[18.7,187.6],"ftL":[1.4,325.2]},{"rootY":-13.9,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[-3.5,-149.3],"shR":[-72.7,-96.1],"elR":[-65.1,1.7],"haR":[-67.9,69.9],"shL":[71.9,-108.6],"elL":[86.2,-9.3],"haL":[80.6,13.9],"hipR":[-29.3,37.6],"knR":[-20.2,171.8],"ftR":[-17.6,319.2],"hipL":[37.5,34.5],"knL":[19.3,185],"ftL":[2,321.7]},{"rootY":-12.1,"hips":[0,0],"chest":[0.4,-85],"neck":[0.4,-85],"head":[-3.2,-149.2],"shR":[-72.5,-95.8],"elR":[-63.9,1.1],"haR":[-66.1,68.8],"shL":[72,-108.8],"elL":[86,-9.5],"haL":[80.9,14.6],"hipR":[-29.8,37.4],"knR":[-17.5,171.6],"ftR":[-14,319.5],"hipL":[37.1,34.8],"knL":[19.6,183.2],"ftL":[2.9,316.7]},{"rootY":-10.5,"hips":[0,0],"chest":[0.7,-85],"neck":[0.7,-85],"head":[-2.8,-149.1],"shR":[-72.1,-95.8],"elR":[-62.5,0.9],"haR":[-63.8,68.4],"shL":[72.3,-108.8],"elL":[85.8,-9.5],"haL":[81,17.5],"hipR":[-29.4,37.7],"knR":[-14.2,172.7],"ftR":[-11.4,321.3],"hipL":[37.5,34.4],"knL":[20.5,182],"ftL":[4.5,309.4]},{"rootY":-9.5,"hips":[0,0],"chest":[-0.2,-84.9],"neck":[-0.2,-84.9],"head":[-3.3,-149.1],"shR":[-72.9,-95.3],"elR":[-62.6,1.6],"haR":[-63.6,69.3],"shL":[71.3,-109.1],"elL":[83.6,-9.8],"haL":[80.2,22],"hipR":[-30.9,36.4],"knR":[-13.2,172],"ftR":[-11,320.7],"hipL":[36.1,35.6],"knL":[20.8,184.3],"ftL":[6,301.5]},{"rootY":-9,"hips":[0,0],"chest":[-0.3,-84.9],"neck":[-0.3,-84.9],"head":[-3.5,-149],"shR":[-72.8,-95.1],"elR":[-62.4,2.8],"haR":[-63.6,70.8],"shL":[71.2,-109.1],"elL":[81.2,-9.9],"haL":[79.7,29.2],"hipR":[-32,35.6],"knR":[-12.4,171.9],"ftR":[-10,319.7],"hipL":[35.1,36.2],"knL":[22.7,187.6],"ftL":[8.9,291.4]},{"rootY":-9.3,"hips":[0,0],"chest":[0.2,-84.9],"neck":[0.2,-84.9],"head":[-2.6,-149],"shR":[-72.3,-95.2],"elR":[-62.4,4],"haR":[-64.4,72.6],"shL":[71.7,-109.1],"elL":[79.1,-9.7],"haL":[79.2,36.8],"hipR":[-32.3,35.3],"knR":[-10.4,173.6],"ftR":[-8.2,320],"hipL":[34.9,36.3],"knL":[26.5,190.8],"ftL":[13.6,281.9]},{"rootY":-10.3,"hips":[0,0],"chest":[0.6,-85],"neck":[0.6,-85],"head":[-1.5,-149.1],"shR":[-71.9,-96],"elR":[-62.4,4.4],"haR":[-65,73.6],"shL":[72.3,-108.4],"elL":[77.4,-8.9],"haL":[79.3,44.8],"hipR":[-32.9,34.9],"knR":[-9.3,176.1],"ftR":[-6.5,321.1],"hipL":[34.2,37],"knL":[30.5,193.5],"ftL":[17.1,272.7]},{"rootY":-11.7,"hips":[0,0],"chest":[0.1,-85],"neck":[0.1,-85],"head":[-1.1,-149.2],"shR":[-72.4,-96.9],"elR":[-63.7,4.6],"haR":[-66.9,73.9],"shL":[72.1,-107.5],"elL":[74.8,-7.8],"haL":[78.6,52],"hipR":[-33.2,34.8],"knR":[-10.6,178.9],"ftR":[-6.7,322.6],"hipL":[34,37.1],"knL":[32.5,192.8],"ftL":[16.5,266.6]},{"rootY":-13.4,"hips":[0,0],"chest":[-0.4,-85],"neck":[-0.4,-85],"head":[-1.1,-149.2],"shR":[-72.8,-97.6],"elR":[-65.6,5],"haR":[-69.2,73.7],"shL":[71.8,-107],"elL":[71.9,-7],"haL":[77.5,57.3],"hipR":[-33.4,34.5],"knR":[-12.3,181.7],"ftR":[-7.3,323.6],"hipL":[33.8,36.8],"knL":[32.5,190.2],"ftL":[15.7,265.5]},{"rootY":-14.8,"hips":[0,0],"chest":[-0.1,-85],"neck":[-0.1,-85],"head":[-0.3,-149.3],"shR":[-72.4,-98.4],"elR":[-67.4,4.9],"haR":[-71.1,72],"shL":[72.3,-106.1],"elL":[70.3,-6.3],"haL":[76.5,60.6],"hipR":[-34,34.6],"knR":[-13.7,184.4],"ftR":[-7.2,325.4],"hipL":[33.4,36.7],"knL":[32,186.3],"ftL":[18,269.7]},{"rootY":-15.7,"hips":[0,0],"chest":[-0.4,-85],"neck":[-0.4,-85],"head":[0.2,-149.4],"shR":[-72.5,-98.9],"elR":[-70.6,4.7],"haR":[-73.9,69],"shL":[72.2,-105.7],"elL":[68.5,-6.1],"haL":[74.8,62.1],"hipR":[-34.9,34.3],"knR":[-15.7,186.1],"ftR":[-7.5,325.9],"hipL":[32.4,37.1],"knL":[30.4,181.9],"ftL":[20.6,278.2]},{"rootY":-15.7,"hips":[0,0],"chest":[-0.8,-85],"neck":[-0.8,-85],"head":[0.2,-149.4],"shR":[-72.7,-99.6],"elR":[-74.1,3.7],"haR":[-77.2,64.1],"shL":[72,-105],"elL":[67.1,-6.1],"haL":[73.1,62.7],"hipR":[-35.1,34.6],"knR":[-17.3,187.9],"ftR":[-7.7,325.8],"hipL":[32.2,36.8],"knL":[27.7,176.9],"ftL":[22.6,289]},{"rootY":-16.2,"hips":[0,0],"chest":[-1.1,-85],"neck":[-1.1,-85],"head":[0.2,-149.3],"shR":[-72.8,-100.2],"elR":[-77.6,2.4],"haR":[-80.1,57.4],"shL":[71.8,-104.5],"elL":[65.7,-6.7],"haL":[71.3,62.3],"hipR":[-35.3,34.7],"knR":[-19.3,189.5],"ftR":[-8.6,326.2],"hipL":[31.9,36.9],"knL":[25.2,173.1],"ftL":[24.3,301.1]},{"rootY":-16.8,"hips":[0,0],"chest":[-1.6,-85],"neck":[-1.6,-85],"head":[0.2,-149.3],"shR":[-73.2,-100.4],"elR":[-81.1,1.2],"haR":[-82.5,50],"shL":[71.3,-104.3],"elL":[64,-7.8],"haL":[69.1,61.2],"hipR":[-36.1,34.2],"knR":[-21.2,189.9],"ftR":[-9.6,326.4],"hipL":[31,37.5],"knL":[23.3,171.1],"ftL":[25.8,312.6]},{"rootY":-18,"hips":[0,0],"chest":[-1.8,-85],"neck":[-1.8,-85],"head":[-0.1,-149.2],"shR":[-73.3,-100.5],"elR":[-84.1,-0.3],"haR":[-84.5,42.5],"shL":[71.1,-104.2],"elL":[62.9,-8.9],"haL":[67.7,60.1],"hipR":[-36.4,34.3],"knR":[-22.5,189.9],"ftR":[-10.6,326.6],"hipL":[30.6,37.9],"knL":[21.6,171.1],"ftL":[26.5,320]},{"rootY":-17.7,"hips":[0,0],"chest":[-1.9,-84.9],"neck":[-1.9,-84.9],"head":[0.2,-149.1],"shR":[-73.5,-100.6],"elR":[-86.6,-1.7],"haR":[-86,34.9],"shL":[71,-104.2],"elL":[61.9,-9.5],"haL":[66.5,59.4],"hipR":[-36.8,34.2],"knR":[-23.9,188.7],"ftR":[-11.9,325.6],"hipL":[30.1,38.2],"knL":[20,171.8],"ftL":[26.2,321.9]},{"rootY":-16.7,"hips":[0,0],"chest":[-1.9,-84.9],"neck":[-1.9,-84.9],"head":[0,-149],"shR":[-73.4,-100.7],"elR":[-88.1,-3.1],"haR":[-86.7,28.3],"shL":[71,-104.1],"elL":[61.5,-9.5],"haL":[65.8,59.3],"hipR":[-37,34.1],"knR":[-24.8,186.7],"ftR":[-12.6,323.4],"hipL":[29.7,38.2],"knL":[19.3,172],"ftL":[24.1,320.9]},{"rootY":-15.4,"hips":[0,0],"chest":[-2.2,-84.9],"neck":[-2.2,-84.9],"head":[-0.2,-148.9],"shR":[-73.6,-100.9],"elR":[-89,-4.2],"haR":[-87.1,23.5],"shL":[70.8,-104],"elL":[61.2,-9.4],"haL":[65.4,59.4],"hipR":[-36.9,34.3],"knR":[-25.6,184.7],"ftR":[-14.5,319.2],"hipL":[29.8,37.7],"knL":[18.5,172.5],"ftL":[21.3,321.4]},{"rootY":-14.3,"hips":[0,0],"chest":[-2.1,-84.9],"neck":[-2.1,-84.9],"head":[0,-148.8],"shR":[-73.5,-100.9],"elR":[-89.6,-4.6],"haR":[-87,20.3],"shL":[70.9,-103.9],"elL":[61.5,-8.7],"haL":[65.6,60.3],"hipR":[-37.2,34.1],"knR":[-26.5,182.7],"ftR":[-16.3,313.6],"hipL":[29.4,38.1],"knL":[17.4,173.2],"ftL":[18,323]},{"rootY":-14.2,"hips":[0,0],"chest":[-1.8,-85],"neck":[-1.8,-85],"head":[0.3,-148.8],"shR":[-73.3,-100.8],"elR":[-89.1,-3.9],"haR":[-86.5,20.4],"shL":[71.2,-103.9],"elL":[62.3,-7.6],"haL":[66.5,61.4],"hipR":[-35.8,35.3],"knR":[-27.2,182.8],"ftR":[-19.9,307.7],"hipL":[31,37],"knL":[16.5,172.1],"ftL":[16.4,322.4]},{"rootY":-12.7,"hips":[0,0],"chest":[-1.7,-84.9],"neck":[-1.7,-84.9],"head":[1,-148.7],"shR":[-73.4,-100.7],"elR":[-87.9,-2.8],"haR":[-85.2,23.1],"shL":[71.4,-103.9],"elL":[63.1,-6.5],"haL":[67.7,62.6],"hipR":[-35.6,35.1],"knR":[-28.2,185.2],"ftR":[-22.5,297.3],"hipL":[31.4,37],"knL":[16.8,171.5],"ftL":[15.1,321.3]},{"rootY":-14.3,"hips":[0,0],"chest":[-1.9,-85],"neck":[-1.9,-85],"head":[1.2,-148.7],"shR":[-73.8,-100.5],"elR":[-86.7,-1.1],"haR":[-84.3,28.3],"shL":[71.1,-104.1],"elL":[63.8,-5.7],"haL":[68.9,63],"hipR":[-35,35.7],"knR":[-30.8,189],"ftR":[-27.9,288.9],"hipL":[32.1,36.4],"knL":[16.2,173.2],"ftL":[12.9,321.8]},{"rootY":-16.1,"hips":[0,0],"chest":[-2,-84.9],"neck":[-2,-84.9],"head":[1,-148.6],"shR":[-74,-100.2],"elR":[-85.7,0],"haR":[-83,34.2],"shL":[70.9,-104.3],"elL":[64.9,-5.5],"haL":[70.7,62.3],"hipR":[-34.2,36.5],"knR":[-32.5,192.3],"ftR":[-33,280.5],"hipL":[32.7,35.6],"knL":[15.2,176.1],"ftL":[10.6,323.6]},{"rootY":-17.9,"hips":[0,0],"chest":[-1.9,-84.9],"neck":[-1.9,-84.9],"head":[1.1,-148.7],"shR":[-73.8,-99.9],"elR":[-84,1],"haR":[-81.5,40.9],"shL":[71,-104.6],"elL":[66.7,-5.4],"haL":[72.4,60.8],"hipR":[-33,37.4],"knR":[-33,193.8],"ftR":[-33.9,273],"hipL":[33.9,34.3],"knL":[15,178.6],"ftL":[9,324.9]},{"rootY":-20,"hips":[0,0],"chest":[-2,-84.9],"neck":[-2,-84.9],"head":[0.6,-148.7],"shR":[-73.8,-99.6],"elR":[-81.6,2.1],"haR":[-80.6,48.1],"shL":[70.7,-105.1],"elL":[68.3,-5.5],"haL":[73.8,58.1],"hipR":[-33.8,36.7],"knR":[-32.5,191.4],"ftR":[-31.2,268.3],"hipL":[33.1,34.9],"knL":[14.4,181.8],"ftL":[8.7,326.9]},{"rootY":-21.5,"hips":[0,0],"chest":[-2.1,-85],"neck":[-2.1,-85],"head":[-0.1,-148.8],"shR":[-74.1,-98.8],"elR":[-80,3.8],"haR":[-80.1,55.7],"shL":[70.3,-105.9],"elL":[70.2,-6],"haL":[75,54.2],"hipR":[-32.7,37.4],"knR":[-32.6,189],"ftR":[-32.6,268],"hipL":[34.5,34.3],"knL":[15.4,184.5],"ftL":[6.7,328.9]},{"rootY":-22.3,"hips":[0,0],"chest":[-1.5,-85],"neck":[-1.5,-85],"head":[0.3,-148.9],"shR":[-73.7,-98.3],"elR":[-77.9,5],"haR":[-78.7,61.9],"shL":[70.9,-106.4],"elL":[73.2,-6.4],"haL":[76.4,49.9],"hipR":[-32.6,37.1],"knR":[-29.9,184.3],"ftR":[-31.3,272.9],"hipL":[34.7,34.4],"knL":[16,186.2],"ftL":[6.3,329.2]},{"rootY":-21.7,"hips":[0,0],"chest":[-1.2,-85],"neck":[-1.2,-85],"head":[0.3,-149],"shR":[-73.6,-97.8],"elR":[-75.4,5.8],"haR":[-77.2,67.4],"shL":[71,-107],"elL":[75.3,-6.8],"haL":[77.2,44.4],"hipR":[-31.7,37.3],"knR":[-27.2,180],"ftR":[-31.3,281.7],"hipL":[35.6,34.2],"knL":[16.6,187],"ftL":[5.2,328]},{"rootY":-21.9,"hips":[0,0],"chest":[-0.9,-84.9],"neck":[-0.9,-84.9],"head":[0.6,-149],"shR":[-73.5,-97.2],"elR":[-72.8,6.4],"haR":[-75.9,71.3],"shL":[71.1,-107.5],"elL":[77.5,-7.4],"haL":[78,37.9],"hipR":[-30.8,37.7],"knR":[-24.8,177.1],"ftR":[-32.6,293.8],"hipL":[36.5,33.5],"knL":[17.3,187.9],"ftL":[4,327.5]},{"rootY":-21.1,"hips":[0,0],"chest":[0.2,-85],"neck":[0.2,-85],"head":[1.3,-149.1],"shR":[-72.6,-97],"elR":[-70.1,6.1],"haR":[-73.3,73.6],"shL":[72.1,-107.7],"elL":[80,-7.7],"haL":[79,32.1],"hipR":[-30.2,37.9],"knR":[-21.6,174.9],"ftR":[-30.6,306.5],"hipL":[37,33.3],"knL":[18,188.4],"ftL":[4.2,326.4]},{"rootY":-21.2,"hips":[0,0],"chest":[-0.2,-84.9],"neck":[-0.2,-84.9],"head":[0.5,-149.1],"shR":[-72.9,-97.7],"elR":[-68.3,4.7],"haR":[-71.5,73.6],"shL":[71.9,-107.3],"elL":[81.1,-7.4],"haL":[79.1,27],"hipR":[-30.8,37.2],"knR":[-19.9,174],"ftR":[-27.3,317.9],"hipL":[36.4,34.9],"knL":[18.4,190.3],"ftL":[3.9,326]},{"rootY":-22,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[0.8,-149.1],"shR":[-72.6,-97.1],"elR":[-66,4.1],"haR":[-69,73.4],"shL":[72.2,-107.8],"elL":[82.2,-8],"haL":[79.3,21.9],"hipR":[-31.6,36.4],"knR":[-17.9,174],"ftR":[-20.8,322.6],"hipL":[35.6,35.8],"knL":[19,191.4],"ftL":[3.9,326.3]},{"rootY":-22.4,"hips":[0,0],"chest":[0.5,-85],"neck":[0.5,-85],"head":[0.8,-149],"shR":[-72.5,-96.8],"elR":[-64,2.7],"haR":[-65.9,71.7],"shL":[72.3,-107.9],"elL":[83.1,-8.2],"haL":[79.8,18.9],"hipR":[-30.8,37],"knR":[-16.7,174.3],"ftR":[-14,322.4],"hipL":[36.3,35.6],"knL":[19.5,190.4],"ftL":[3,325.1]},{"rootY":-20.8,"hips":[0,0],"chest":[0.3,-85],"neck":[0.3,-85],"head":[0.5,-148.9],"shR":[-72.8,-96.8],"elR":[-62.6,1],"haR":[-64.4,69.7],"shL":[72,-108.2],"elL":[82.6,-8.4],"haL":[79.2,17.9],"hipR":[-29.2,38],"knR":[-14.7,174.5],"ftR":[-7.3,321.6],"hipL":[37.5,34.7],"knL":[20.3,188.1],"ftL":[2.9,321.6]},{"rootY":-19.4,"hips":[0,0],"chest":[0.4,-85],"neck":[0.4,-85],"head":[0.6,-148.9],"shR":[-72.7,-96.4],"elR":[-61.1,0.3],"haR":[-62.2,68],"shL":[72,-108.3],"elL":[81.9,-8.5],"haL":[79.2,18.8],"hipR":[-31,36.5],"knR":[-11.8,174.2],"ftR":[-3.1,321.5],"hipL":[35.9,36.1],"knL":[20.7,189],"ftL":[5,317.3]},{"rootY":-17.1,"hips":[0,0],"chest":[0.4,-85],"neck":[0.4,-85],"head":[0.4,-148.8],"shR":[-72.8,-96.2],"elR":[-60,-0.1],"haR":[-61.3,67.6],"shL":[72,-108.5],"elL":[81.1,-8.8],"haL":[79.6,21.5],"hipR":[-30.7,36.6],"knR":[-8.1,173.7],"ftR":[-0.7,322.2],"hipL":[36.2,35.8],"knL":[21.8,188.1],"ftL":[6.5,309.6]}]} \ No newline at end of file diff --git a/ink-theater/mocap/clips/wave.json b/ink-theater/mocap/clips/wave.json new file mode 100644 index 00000000..2bd4467f --- /dev/null +++ b/ink-theater/mocap/clips/wave.json @@ -0,0 +1 @@ +{"name":"wave","fps":30,"height":520,"groundY":284,"frameCount":180,"frames":[{"rootY":0,"hips":[0,0],"chest":[3.1,-86],"neck":[3.7,-146.1],"head":[2.6,-177.8],"shR":[61.2,-143.1],"elR":[139.1,-124.1],"haR":[222.8,-109],"shL":[-55.1,-141.8],"elL":[-130,-112.1],"haL":[-215.5,-84.1],"hipR":[29.3,7.8],"knR":[37.3,164],"ftR":[48.3,283.2],"hipL":[-28.9,9.2],"knL":[-38.3,165.3],"ftL":[-49.4,284.2]},{"rootY":0,"hips":[0,0],"chest":[3,-86],"neck":[3.4,-146.1],"head":[2.3,-177.8],"shR":[61,-143.2],"elR":[139,-124.5],"haR":[222.7,-109.5],"shL":[-55.3,-141.7],"elL":[-130.2,-111.9],"haL":[-215.6,-83.7],"hipR":[29.3,7.7],"knR":[37.4,163.9],"ftR":[48.2,283.1],"hipL":[-28.8,9.3],"knL":[-38.5,165.3],"ftL":[-49.7,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.1,-146.1],"head":[1.8,-177.8],"shR":[60.6,-143.5],"elR":[138.7,-125.1],"haR":[222.4,-110.6],"shL":[-55.6,-141.4],"elL":[-130.5,-111.5],"haL":[-215.9,-83.2],"hipR":[29.3,7.6],"knR":[37.5,163.8],"ftR":[48,283],"hipL":[-28.8,9.4],"knL":[-38.8,165.4],"ftL":[-50.2,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.7,-85.9],"neck":[2.7,-146.1],"head":[1.3,-177.8],"shR":[60.2,-143.8],"elR":[138.4,-125.9],"haR":[222.2,-112],"shL":[-56,-141.2],"elL":[-130.8,-111.1],"haL":[-216.2,-82.6],"hipR":[29.3,7.5],"knR":[37.4,163.7],"ftR":[47.7,282.9],"hipL":[-28.8,9.5],"knL":[-39.1,165.5],"ftL":[-50.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-85.9],"neck":[2.3,-146.2],"head":[0.8,-177.8],"shR":[59.9,-144.2],"elR":[138.1,-126.8],"haR":[222.1,-113.4],"shL":[-56.4,-141],"elL":[-131,-110.6],"haL":[-216.3,-81.9],"hipR":[29.3,7.5],"knR":[37.1,163.7],"ftR":[47.2,282.9],"hipL":[-28.8,9.5],"knL":[-39.4,165.5],"ftL":[-51.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.9],"neck":[2,-146.2],"head":[0.4,-177.8],"shR":[59.5,-144.6],"elR":[138,-127.7],"haR":[222,-114.9],"shL":[-56.6,-140.8],"elL":[-131.1,-110.1],"haL":[-216.4,-81.1],"hipR":[29.4,7.5],"knR":[36.9,163.7],"ftR":[46.8,282.9],"hipL":[-28.8,9.5],"knL":[-39.6,165.5],"ftL":[-51.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[1.8,-146.2],"head":[0.1,-177.8],"shR":[59.3,-144.9],"elR":[137.8,-128.6],"haR":[222,-116.3],"shL":[-56.8,-140.6],"elL":[-131.2,-109.6],"haL":[-216.3,-80.2],"hipR":[29.4,7.4],"knR":[36.8,163.7],"ftR":[46.5,282.9],"hipL":[-28.8,9.5],"knL":[-39.8,165.5],"ftL":[-51.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.3,-85.9],"neck":[1.5,-146.2],"head":[-0.3,-177.9],"shR":[59,-145.3],"elR":[137.6,-129.4],"haR":[221.9,-117.5],"shL":[-57.1,-140.4],"elL":[-131.3,-109.1],"haL":[-216.3,-79.2],"hipR":[29.4,7.4],"knR":[36.5,163.7],"ftR":[46.1,283],"hipL":[-28.8,9.5],"knL":[-39.9,165.5],"ftL":[-52,284.4]},{"rootY":0,"hips":[0,0],"chest":[2.2,-86],"neck":[1.2,-146.3],"head":[-0.6,-177.9],"shR":[58.6,-145.6],"elR":[137.3,-130],"haR":[221.7,-118.4],"shL":[-57.4,-140.4],"elL":[-131.5,-108.8],"haL":[-216.3,-78.4],"hipR":[29.3,7.5],"knR":[36,163.8],"ftR":[45.5,283.1],"hipL":[-28.8,9.5],"knL":[-40.1,165.4],"ftL":[-52.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[2,-86],"neck":[0.9,-146.3],"head":[-1,-177.9],"shR":[58.3,-146],"elR":[137,-130.6],"haR":[221.4,-119.1],"shL":[-57.7,-140.4],"elL":[-131.7,-108.4],"haL":[-216.3,-77.8],"hipR":[29.3,7.6],"knR":[35.7,163.9],"ftR":[45,283.2],"hipL":[-28.8,9.4],"knL":[-40.3,165.4],"ftL":[-52.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.9,-86],"neck":[0.6,-146.3],"head":[-1.4,-177.9],"shR":[57.9,-146.3],"elR":[136.6,-131],"haR":[221,-119.6],"shL":[-58,-140.3],"elL":[-131.9,-108.2],"haL":[-216.5,-77.3],"hipR":[29.3,7.5],"knR":[35.7,163.9],"ftR":[44.8,283.2],"hipL":[-28.8,9.4],"knL":[-40.4,165.4],"ftL":[-52.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.7,-86],"neck":[0.2,-146.3],"head":[-1.8,-177.9],"shR":[57.5,-146.5],"elR":[136.3,-131.3],"haR":[220.7,-120],"shL":[-58.3,-140.3],"elL":[-132.2,-108.1],"haL":[-216.7,-77],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[44.7,283.2],"hipL":[-28.8,9.5],"knL":[-40.5,165.4],"ftL":[-52.7,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.6,-86.1],"neck":[-0.1,-146.3],"head":[-2.2,-177.9],"shR":[57.2,-146.8],"elR":[136,-131.7],"haR":[220.4,-120.4],"shL":[-58.6,-140.3],"elL":[-132.5,-108.1],"haL":[-217,-76.9],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[44.6,283.2],"hipL":[-28.8,9.5],"knL":[-40.6,165.5],"ftL":[-52.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.5,-86.2],"neck":[-0.3,-146.3],"head":[-2.6,-177.9],"shR":[56.9,-147],"elR":[135.7,-132.1],"haR":[220.2,-120.8],"shL":[-58.9,-140.3],"elL":[-132.7,-108.1],"haL":[-217.3,-76.9],"hipR":[29.3,7.5],"knR":[35.7,163.8],"ftR":[44.6,283.2],"hipL":[-28.8,9.5],"knL":[-40.6,165.4],"ftL":[-52.9,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.4,-86.2],"neck":[-0.5,-146.4],"head":[-2.9,-178],"shR":[56.6,-147.2],"elR":[135.5,-132.6],"haR":[220.2,-121.4],"shL":[-59.1,-140.2],"elL":[-133,-108.2],"haL":[-217.5,-77],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.7,283.1],"hipL":[-28.8,9.5],"knL":[-40.6,165.5],"ftL":[-52.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.3,-86.3],"neck":[-0.7,-146.4],"head":[-3.1,-178],"shR":[56.5,-147.3],"elR":[135.4,-133],"haR":[220.2,-122],"shL":[-59.2,-140.2],"elL":[-133.1,-108.2],"haL":[-217.7,-77],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.8,283.1],"hipL":[-28.8,9.5],"knL":[-40.5,165.5],"ftL":[-52.8,284.2]},{"rootY":0,"hips":[0,0],"chest":[1.2,-86.4],"neck":[-0.8,-146.4],"head":[-3.3,-178],"shR":[56.3,-147.5],"elR":[135.3,-133.5],"haR":[220.1,-122.6],"shL":[-59.3,-140.1],"elL":[-133.2,-108.2],"haL":[-217.8,-77.1],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.9,283.1],"hipL":[-28.8,9.5],"knL":[-40.4,165.5],"ftL":[-52.6,284.2]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.4],"neck":[-0.9,-146.4],"head":[-3.5,-178],"shR":[56.1,-147.7],"elR":[135.2,-133.9],"haR":[220,-123],"shL":[-59.5,-140.2],"elL":[-133.3,-108.2],"haL":[-217.9,-77],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[45.2,283.1],"hipL":[-28.8,9.5],"knL":[-40.3,165.5],"ftL":[-52.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.4],"neck":[-1,-146.4],"head":[-3.6,-178],"shR":[55.9,-147.9],"elR":[135,-134.2],"haR":[219.7,-123.2],"shL":[-59.6,-140.2],"elL":[-133.4,-108.3],"haL":[-217.9,-76.9],"hipR":[29.3,7.5],"knR":[36,163.8],"ftR":[45.5,283],"hipL":[-28.8,9.5],"knL":[-40.3,165.5],"ftL":[-52.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.4],"neck":[-1.1,-146.4],"head":[-3.7,-177.9],"shR":[55.7,-148.2],"elR":[134.8,-134.4],"haR":[219.4,-123.1],"shL":[-59.6,-140.4],"elL":[-133.5,-108.3],"haL":[-217.9,-76.7],"hipR":[29.3,7.5],"knR":[36.1,163.8],"ftR":[45.7,283],"hipL":[-28.8,9.5],"knL":[-40.2,165.5],"ftL":[-52,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.2,-146.4],"head":[-3.9,-177.9],"shR":[55.6,-148.5],"elR":[134.6,-134.4],"haR":[219,-122.8],"shL":[-59.7,-140.5],"elL":[-133.5,-108.2],"haL":[-217.8,-76.5],"hipR":[29.3,7.5],"knR":[36.2,163.8],"ftR":[46,283],"hipL":[-28.8,9.5],"knL":[-40,165.5],"ftL":[-51.8,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.2,-146.4],"head":[-4,-177.9],"shR":[55.4,-148.7],"elR":[134.3,-134.4],"haR":[218.6,-122.2],"shL":[-59.8,-140.6],"elL":[-133.4,-108.1],"haL":[-217.7,-76.1],"hipR":[29.3,7.5],"knR":[36.4,163.8],"ftR":[46.3,283],"hipL":[-28.8,9.5],"knL":[-39.9,165.5],"ftL":[-51.5,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.3,-146.4],"head":[-4,-178],"shR":[55.3,-148.8],"elR":[134.1,-134.1],"haR":[218.2,-121.4],"shL":[-59.8,-140.7],"elL":[-133.4,-107.9],"haL":[-217.5,-75.5],"hipR":[29.3,7.5],"knR":[36.5,163.8],"ftR":[46.5,283],"hipL":[-28.8,9.5],"knL":[-39.7,165.6],"ftL":[-51.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.6],"neck":[-1.3,-146.5],"head":[-4.1,-178],"shR":[55.2,-148.8],"elR":[133.9,-133.8],"haR":[217.8,-120.6],"shL":[-59.9,-140.8],"elL":[-133.3,-107.7],"haL":[-217.3,-75],"hipR":[29.3,7.5],"knR":[36.6,163.8],"ftR":[46.6,283],"hipL":[-28.8,9.5],"knL":[-39.5,165.6],"ftL":[-51.1,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.6],"neck":[-1.2,-146.5],"head":[-4.1,-178],"shR":[55.1,-148.8],"elR":[133.7,-133.5],"haR":[217.4,-119.8],"shL":[-59.9,-140.8],"elL":[-133.2,-107.4],"haL":[-217.1,-74.6],"hipR":[29.3,7.5],"knR":[36.6,163.8],"ftR":[46.8,283],"hipL":[-28.8,9.5],"knL":[-39.4,165.6],"ftL":[-50.9,284.2]},{"rootY":-0.1,"hips":[0,0],"chest":[1.2,-86.6],"neck":[-1.1,-146.5],"head":[-4,-178],"shR":[55.2,-148.7],"elR":[133.7,-133.2],"haR":[217.2,-119.3],"shL":[-59.8,-140.7],"elL":[-133.1,-107.2],"haL":[-216.8,-74.3],"hipR":[29.4,7.5],"knR":[37,163.8],"ftR":[47.2,282.9],"hipL":[-28.8,9.5],"knL":[-39.2,165.6],"ftL":[-50.7,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1.3,-86.5],"neck":[-0.9,-146.5],"head":[-3.9,-178],"shR":[55.4,-148.5],"elR":[133.8,-132.9],"haR":[217.1,-118.9],"shL":[-59.6,-140.7],"elL":[-132.9,-107.2],"haL":[-216.6,-74.2],"hipR":[29.4,7.4],"knR":[37.7,163.7],"ftR":[47.8,282.9],"hipL":[-28.7,9.6],"knL":[-39,165.7],"ftL":[-50.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[1.4,-86.5],"neck":[-0.7,-146.4],"head":[-3.6,-178],"shR":[55.6,-148.3],"elR":[134,-132.8],"haR":[217.2,-118.8],"shL":[-59.4,-140.8],"elL":[-132.7,-107.4],"haL":[-216.5,-74.5],"hipR":[29.4,7.4],"knR":[38.3,163.6],"ftR":[48.5,282.8],"hipL":[-28.7,9.6],"knL":[-38.9,165.7],"ftL":[-50,284.5]},{"rootY":-0.2,"hips":[0,0],"chest":[1.4,-86.4],"neck":[-0.5,-146.4],"head":[-3.4,-177.9],"shR":[55.7,-148.3],"elR":[134.1,-132.8],"haR":[217.2,-118.8],"shL":[-59.2,-141],"elL":[-132.7,-107.8],"haL":[-216.5,-75.2],"hipR":[29.4,7.4],"knR":[38.7,163.6],"ftR":[48.9,282.8],"hipL":[-28.8,9.5],"knL":[-38.9,165.7],"ftL":[-49.7,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.5,-86.4],"neck":[-0.3,-146.4],"head":[-3.2,-177.9],"shR":[55.8,-148.5],"elR":[134.2,-133],"haR":[217.2,-119],"shL":[-59.1,-141.2],"elL":[-132.7,-108.3],"haL":[-216.7,-76.1],"hipR":[29.3,7.5],"knR":[39,163.7],"ftR":[49.3,282.9],"hipL":[-28.8,9.5],"knL":[-38.8,165.6],"ftL":[-49.4,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.5,-86.3],"neck":[-0.2,-146.4],"head":[-3,-177.9],"shR":[56,-148.5],"elR":[134.4,-133.1],"haR":[217.5,-119.3],"shL":[-58.9,-141.2],"elL":[-132.7,-108.8],"haL":[-216.9,-77.1],"hipR":[29.3,7.5],"knR":[39.3,163.7],"ftR":[49.9,282.9],"hipL":[-28.8,9.4],"knL":[-38.7,165.6],"ftL":[-48.9,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.6,-86.3],"neck":[0,-146.4],"head":[-2.7,-178],"shR":[56.3,-148.3],"elR":[134.7,-133.1],"haR":[217.9,-119.6],"shL":[-58.7,-141.3],"elL":[-132.7,-109.3],"haL":[-217.1,-78.2],"hipR":[29.3,7.6],"knR":[39.6,163.7],"ftR":[50.4,282.9],"hipL":[-28.8,9.4],"knL":[-38.3,165.6],"ftL":[-48.5,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.7,-86.3],"neck":[0.2,-146.4],"head":[-2.5,-178],"shR":[56.6,-148.2],"elR":[135.1,-133.1],"haR":[218.3,-119.9],"shL":[-58.5,-141.3],"elL":[-132.7,-109.8],"haL":[-217.3,-79.1],"hipR":[29.3,7.6],"knR":[39.8,163.7],"ftR":[50.9,282.9],"hipL":[-28.8,9.4],"knL":[-38,165.6],"ftL":[-48,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.8,-86.3],"neck":[0.3,-146.5],"head":[-2.3,-178.1],"shR":[56.8,-148.1],"elR":[135.4,-133],"haR":[218.7,-120],"shL":[-58.4,-141.3],"elL":[-132.7,-110],"haL":[-217.4,-79.8],"hipR":[29.3,7.6],"knR":[39.9,163.7],"ftR":[51.3,282.8],"hipL":[-28.8,9.4],"knL":[-37.5,165.5],"ftL":[-47.5,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.9,-86.3],"neck":[0.5,-146.6],"head":[-2,-178.2],"shR":[57.1,-148],"elR":[135.7,-132.8],"haR":[219.2,-119.8],"shL":[-58.2,-141.2],"elL":[-132.6,-110.2],"haL":[-217.4,-80.3],"hipR":[29.3,7.7],"knR":[40,163.8],"ftR":[51.8,282.8],"hipL":[-28.8,9.3],"knL":[-37.1,165.5],"ftL":[-47,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2,-86.3],"neck":[0.7,-146.6],"head":[-1.8,-178.2],"shR":[57.4,-147.7],"elR":[136,-132.4],"haR":[219.8,-119.6],"shL":[-58,-141.1],"elL":[-132.5,-110.2],"haL":[-217.4,-80.7],"hipR":[29.3,7.7],"knR":[40.1,163.8],"ftR":[52.2,282.8],"hipL":[-28.8,9.3],"knL":[-36.7,165.5],"ftL":[-46.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.1,-86.3],"neck":[0.8,-146.7],"head":[-1.5,-178.3],"shR":[57.7,-147.4],"elR":[136.4,-132.1],"haR":[220.4,-119.2],"shL":[-57.9,-141],"elL":[-132.4,-110.4],"haL":[-217.5,-81.1],"hipR":[29.3,7.8],"knR":[40.3,163.8],"ftR":[52.7,282.8],"hipL":[-28.8,9.2],"knL":[-36.5,165.4],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.2,-86.3],"neck":[1,-146.7],"head":[-1.3,-178.3],"shR":[57.9,-147.3],"elR":[136.6,-131.8],"haR":[220.7,-118.6],"shL":[-57.7,-141.1],"elL":[-132.4,-110.6],"haL":[-217.4,-81.6],"hipR":[29.2,7.8],"knR":[40.6,163.8],"ftR":[53.1,282.8],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.3],"neck":[1.1,-146.7],"head":[-1,-178.3],"shR":[58.1,-147.3],"elR":[136.8,-131.4],"haR":[221,-118],"shL":[-57.6,-141.2],"elL":[-132.3,-110.8],"haL":[-217.4,-82.1],"hipR":[29.2,7.8],"knR":[40.9,163.8],"ftR":[53.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.2,165.4],"ftL":[-45.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.3,-146.7],"head":[-0.8,-178.3],"shR":[58.3,-147.1],"elR":[137,-131.1],"haR":[221.3,-117.5],"shL":[-57.4,-141.3],"elL":[-132.2,-111.2],"haL":[-217.4,-82.7],"hipR":[29.2,7.9],"knR":[41.1,163.9],"ftR":[53.6,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-45.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.2],"neck":[1.4,-146.6],"head":[-0.6,-178.3],"shR":[58.5,-146.9],"elR":[137.2,-130.7],"haR":[221.6,-117],"shL":[-57.3,-141.3],"elL":[-132.2,-111.4],"haL":[-217.4,-83.3],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.8,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-45,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.2],"neck":[1.5,-146.6],"head":[-0.4,-178.3],"shR":[58.7,-146.7],"elR":[137.4,-130.3],"haR":[221.9,-116.6],"shL":[-57.1,-141.3],"elL":[-132.2,-111.7],"haL":[-217.5,-84],"hipR":[29.2,7.9],"knR":[41.3,163.9],"ftR":[54,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.7,-146.6],"head":[-0.2,-178.3],"shR":[58.9,-146.5],"elR":[137.6,-130],"haR":[222.2,-116.1],"shL":[-57,-141.4],"elL":[-132.1,-112],"haL":[-217.5,-84.5],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54.1,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.8,-146.6],"head":[0,-178.3],"shR":[59.1,-146.3],"elR":[137.8,-129.7],"haR":[222.5,-115.6],"shL":[-56.8,-141.5],"elL":[-132,-112.3],"haL":[-217.5,-84.9],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[2,-146.6],"head":[0.2,-178.3],"shR":[59.3,-146.1],"elR":[138,-129.3],"haR":[222.8,-115.2],"shL":[-56.6,-141.7],"elL":[-131.9,-112.6],"haL":[-217.3,-85.3],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.1],"neck":[2.2,-146.6],"head":[0.4,-178.2],"shR":[59.6,-146],"elR":[138.2,-129],"haR":[223.1,-114.7],"shL":[-56.4,-141.8],"elL":[-131.7,-112.8],"haL":[-217.1,-85.5],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-86.1],"neck":[2.4,-146.5],"head":[0.7,-178.2],"shR":[59.9,-145.8],"elR":[138.5,-128.7],"haR":[223.5,-114.2],"shL":[-56.2,-141.9],"elL":[-131.5,-112.9],"haL":[-216.9,-85.8],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.6,-86.1],"neck":[2.7,-146.5],"head":[1,-178.2],"shR":[60.2,-145.6],"elR":[138.8,-128.4],"haR":[223.8,-113.9],"shL":[-55.9,-141.8],"elL":[-131.2,-112.9],"haL":[-216.7,-86],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.1,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.7,-86],"neck":[2.9,-146.5],"head":[1.2,-178.2],"shR":[60.4,-145.4],"elR":[139,-128],"haR":[224.2,-113.5],"shL":[-55.7,-141.8],"elL":[-131,-112.9],"haL":[-216.5,-86.1],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-44.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.7,-86],"neck":[3,-146.5],"head":[1.4,-178.2],"shR":[60.6,-145.1],"elR":[139.3,-127.7],"haR":[224.5,-113.1],"shL":[-55.6,-141.8],"elL":[-130.9,-112.9],"haL":[-216.4,-86.1],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.9,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-44.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.2,-146.5],"head":[1.6,-178.2],"shR":[60.8,-144.8],"elR":[139.4,-127.3],"haR":[224.8,-112.6],"shL":[-55.5,-141.8],"elL":[-130.8,-113],"haL":[-216.3,-86.2],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.7,282.9],"hipL":[-28.8,9.1],"knL":[-36.1,165.3],"ftL":[-45,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.2,-146.5],"head":[1.8,-178.2],"shR":[60.9,-144.7],"elR":[139.5,-127],"haR":[225,-112.2],"shL":[-55.4,-141.8],"elL":[-130.7,-113],"haL":[-216.2,-86.3],"hipR":[29.2,7.9],"knR":[41.1,163.9],"ftR":[53.6,282.9],"hipL":[-28.8,9.1],"knL":[-36.2,165.3],"ftL":[-45.1,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.3,-146.5],"head":[1.9,-178.2],"shR":[61,-144.5],"elR":[139.6,-126.6],"haR":[225.2,-111.6],"shL":[-55.3,-141.8],"elL":[-130.7,-113.1],"haL":[-216.2,-86.5],"hipR":[29.2,7.9],"knR":[41,163.9],"ftR":[53.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.3,165.3],"ftL":[-45.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.4,-146.4],"head":[2.1,-178.1],"shR":[61.1,-144.2],"elR":[139.7,-126.2],"haR":[225.4,-111.1],"shL":[-55.2,-141.8],"elL":[-130.6,-113.2],"haL":[-216.2,-86.8],"hipR":[29.2,7.9],"knR":[40.9,163.9],"ftR":[53.2,282.9],"hipL":[-28.8,9.1],"knL":[-36.4,165.3],"ftL":[-45.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.5,-146.4],"head":[2.2,-178.1],"shR":[61.3,-143.9],"elR":[139.8,-125.8],"haR":[225.5,-110.5],"shL":[-55.1,-141.8],"elL":[-130.6,-113.3],"haL":[-216.2,-87],"hipR":[29.2,7.9],"knR":[40.9,163.9],"ftR":[53.1,283],"hipL":[-28.8,9.1],"knL":[-36.5,165.3],"ftL":[-45.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.6,-146.4],"head":[2.3,-178.1],"shR":[61.4,-143.7],"elR":[139.9,-125.3],"haR":[225.6,-109.8],"shL":[-55,-141.8],"elL":[-130.5,-113.4],"haL":[-216.2,-87.1],"hipR":[29.2,7.9],"knR":[40.8,163.9],"ftR":[52.9,283],"hipL":[-28.8,9.1],"knL":[-36.6,165.3],"ftL":[-45.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.7,-146.4],"head":[2.5,-178.1],"shR":[61.5,-143.5],"elR":[140,-124.8],"haR":[225.7,-109],"shL":[-54.9,-141.8],"elL":[-130.4,-113.5],"haL":[-216.1,-87.3],"hipR":[29.2,7.9],"knR":[40.7,163.9],"ftR":[52.7,283],"hipL":[-28.8,9.1],"knL":[-36.7,165.3],"ftL":[-45.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3,-85.9],"neck":[3.9,-146.4],"head":[2.7,-178.1],"shR":[61.7,-143.3],"elR":[140.1,-124.4],"haR":[225.8,-108.4],"shL":[-54.8,-141.9],"elL":[-130.3,-113.6],"haL":[-216,-87.4],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.6,283],"hipL":[-28.8,9.1],"knL":[-36.8,165.3],"ftL":[-45.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.1,-85.9],"neck":[4.1,-146.4],"head":[2.9,-178.1],"shR":[61.9,-143.1],"elR":[140.3,-124.1],"haR":[225.9,-107.9],"shL":[-54.6,-142],"elL":[-130.1,-113.7],"haL":[-215.8,-87.6],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.5,283],"hipL":[-28.8,9.1],"knL":[-36.8,165.3],"ftL":[-46,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.1,-85.9],"neck":[4.3,-146.3],"head":[3.2,-178.1],"shR":[62.2,-142.9],"elR":[140.5,-123.9],"haR":[226.1,-107.7],"shL":[-54.3,-142.1],"elL":[-129.9,-113.9],"haL":[-215.6,-87.8],"hipR":[29.2,7.8],"knR":[40.4,163.9],"ftR":[52.5,283],"hipL":[-28.8,9.1],"knL":[-36.9,165.3],"ftL":[-46.1,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.2,-85.9],"neck":[4.6,-146.3],"head":[3.5,-178],"shR":[62.4,-142.6],"elR":[140.8,-123.8],"haR":[226.3,-107.9],"shL":[-54.1,-142.2],"elL":[-129.7,-114.2],"haL":[-215.5,-88.2],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.4,283],"hipL":[-28.8,9.1],"knL":[-36.9,165.3],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.3,-85.9],"neck":[4.8,-146.3],"head":[3.8,-178],"shR":[62.6,-142.3],"elR":[141.1,-123.9],"haR":[226.5,-108.3],"shL":[-53.9,-142.3],"elL":[-129.6,-114.5],"haL":[-215.4,-88.7],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.3,283],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.4,-85.9],"neck":[4.9,-146.3],"head":[4,-178],"shR":[62.8,-142.2],"elR":[141.3,-124],"haR":[226.5,-108.8],"shL":[-53.7,-142.4],"elL":[-129.5,-114.8],"haL":[-215.3,-89.3],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.2,283],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-46.3,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.5,-85.9],"neck":[5,-146.2],"head":[4.2,-177.9],"shR":[62.8,-142.1],"elR":[141.4,-124.2],"haR":[226.5,-109.3],"shL":[-53.6,-142.6],"elL":[-129.5,-115.2],"haL":[-215.3,-89.8],"hipR":[29.2,7.8],"knR":[40.2,163.9],"ftR":[52.1,283],"hipL":[-28.8,9.2],"knL":[-37,165.4],"ftL":[-46.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.5,-85.9],"neck":[4.9,-146.2],"head":[4.2,-177.9],"shR":[62.8,-142],"elR":[141.3,-124.4],"haR":[226.3,-109.8],"shL":[-53.7,-142.8],"elL":[-129.6,-115.5],"haL":[-215.4,-90.2],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[52,283],"hipL":[-28.8,9.2],"knL":[-37,165.4],"ftL":[-46.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.4,-85.9],"neck":[4.8,-146.2],"head":[4.1,-177.9],"shR":[62.6,-142.1],"elR":[141.2,-124.5],"haR":[226,-110.1],"shL":[-53.8,-142.9],"elL":[-129.7,-115.6],"haL":[-215.6,-90.4],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[51.8,283],"hipL":[-28.8,9.2],"knL":[-37.1,165.4],"ftL":[-46.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.3,-85.9],"neck":[4.6,-146.2],"head":[3.9,-177.9],"shR":[62.4,-142.1],"elR":[140.9,-124.5],"haR":[225.5,-110.3],"shL":[-54,-143],"elL":[-129.9,-115.6],"haL":[-215.8,-90.4],"hipR":[29.3,7.8],"knR":[40,163.9],"ftR":[51.6,282.9],"hipL":[-28.8,9.2],"knL":[-37.2,165.4],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.2,-86],"neck":[4.3,-146.2],"head":[3.6,-177.9],"shR":[62.2,-142],"elR":[140.6,-124.4],"haR":[225.1,-110.4],"shL":[-54.3,-142.9],"elL":[-130.1,-115.4],"haL":[-215.9,-89.9],"hipR":[29.3,7.7],"knR":[39.9,163.8],"ftR":[51.4,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-47,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.1,-86],"neck":[4.1,-146.2],"head":[3.4,-177.9],"shR":[62,-141.8],"elR":[140.3,-123.7],"haR":[224.6,-110.6],"shL":[-54.5,-142.7],"elL":[-130.2,-114.8],"haL":[-215.9,-88.9],"hipR":[29.3,7.7],"knR":[39.8,163.8],"ftR":[51.2,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-47.2,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.9,-86],"neck":[4,-146.2],"head":[3.1,-177.9],"shR":[62,-141.6],"elR":[139.9,-121.8],"haR":[223.9,-111.2],"shL":[-54.6,-142.2],"elL":[-130.1,-113.9],"haL":[-215.7,-87.3],"hipR":[29.3,7.7],"knR":[39.7,163.8],"ftR":[51.1,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.5],"ftL":[-47.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.8,-86],"neck":[3.9,-146.2],"head":[2.9,-177.8],"shR":[62,-141.3],"elR":[139,-118.4],"haR":[222.5,-112.1],"shL":[-54.7,-141.5],"elL":[-130,-112.5],"haL":[-215.4,-85.1],"hipR":[29.3,7.7],"knR":[39.6,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-86],"neck":[3.7,-146.2],"head":[2.6,-177.8],"shR":[61.9,-140.9],"elR":[137.7,-114.8],"haR":[220.2,-113.1],"shL":[-54.9,-140.7],"elL":[-129.8,-110.8],"haL":[-214.7,-82.1],"hipR":[29.3,7.7],"knR":[39.5,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-86],"neck":[3.5,-146.1],"head":[2.3,-177.7],"shR":[61.8,-140.4],"elR":[136.8,-112.6],"haR":[217.4,-114.7],"shL":[-55.1,-140.1],"elL":[-129.4,-108.8],"haL":[-213.8,-78.4],"hipR":[29.2,7.7],"knR":[39.5,163.8],"ftR":[51.1,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.3,-146.1],"head":[2,-177.7],"shR":[61.6,-140.2],"elR":[136.4,-112.1],"haR":[214.6,-116.8],"shL":[-55.2,-139.5],"elL":[-128.9,-106.7],"haL":[-212.7,-74.7],"hipR":[29.2,7.7],"knR":[39.5,163.9],"ftR":[51.2,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.3,-146.1],"head":[1.7,-177.6],"shR":[61.5,-140.7],"elR":[136,-112.3],"haR":[211.8,-119.6],"shL":[-55.3,-138.9],"elL":[-128.4,-104.8],"haL":[-211.6,-71.4],"hipR":[29.2,7.8],"knR":[39.7,163.9],"ftR":[51.4,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-47.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.2,-146],"head":[1.4,-177.6],"shR":[61.3,-141.6],"elR":[135.3,-113],"haR":[209.2,-122.5],"shL":[-55.4,-138.3],"elL":[-128,-103.1],"haL":[-210.6,-68.5],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[51.6,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-47,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-85.8],"neck":[2.9,-145.9],"head":[0.8,-177.5],"shR":[60.8,-142.5],"elR":[134.5,-114.3],"haR":[206.8,-124.9],"shL":[-55.7,-137.8],"elL":[-127.8,-101.7],"haL":[-210,-65.9],"hipR":[29.2,7.8],"knR":[40.5,163.8],"ftR":[51.7,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-46.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-85.8],"neck":[2.5,-145.9],"head":[0.1,-177.4],"shR":[60.2,-143.2],"elR":[133.9,-116.2],"haR":[204.8,-126.6],"shL":[-56.2,-137.4],"elL":[-127.8,-100.3],"haL":[-209.5,-63.5],"hipR":[29.2,7.8],"knR":[41,163.8],"ftR":[51.8,282.9],"hipL":[-28.8,9.2],"knL":[-37.4,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-85.7],"neck":[1.9,-145.8],"head":[-0.7,-177.3],"shR":[59.3,-144],"elR":[133.4,-118.6],"haR":[203.1,-127.7],"shL":[-56.8,-136.9],"elL":[-128,-99.1],"haL":[-209.3,-61.4],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-85.7],"neck":[1.3,-145.8],"head":[-1.5,-177.3],"shR":[58.5,-144.7],"elR":[132.7,-120.6],"haR":[201.9,-128.2],"shL":[-57.4,-136.5],"elL":[-128.3,-98.1],"haL":[-209.4,-59.8],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[0.7,-145.8],"head":[-2.3,-177.3],"shR":[57.6,-145.2],"elR":[131.7,-122],"haR":[201,-127.9],"shL":[-58,-136.1],"elL":[-128.8,-97.4],"haL":[-209.8,-58.7],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.7,282.9],"hipL":[-28.8,9.3],"knL":[-37.1,165.6],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[0.1,-145.8],"head":[-3.1,-177.3],"shR":[56.8,-145.5],"elR":[130.6,-123.2],"haR":[200.4,-126.9],"shL":[-58.6,-135.7],"elL":[-129.3,-96.9],"haL":[-210.3,-58.1],"hipR":[29.3,7.6],"knR":[41.2,163.7],"ftR":[51.7,282.8],"hipL":[-28.8,9.3],"knL":[-37,165.6],"ftL":[-46.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[-0.4,-145.8],"head":[-3.8,-177.3],"shR":[56.1,-145.9],"elR":[129.8,-124.5],"haR":[200.2,-125.1],"shL":[-59.1,-135.4],"elL":[-129.8,-96.6],"haL":[-211,-58],"hipR":[29.3,7.6],"knR":[41.2,163.6],"ftR":[51.7,282.8],"hipL":[-28.8,9.4],"knL":[-37,165.6],"ftL":[-46.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[-0.8,-145.8],"head":[-4.3,-177.3],"shR":[55.6,-146.1],"elR":[129.2,-125.6],"haR":[200.3,-123.3],"shL":[-59.4,-135],"elL":[-130.1,-96.6],"haL":[-211.7,-58.2],"hipR":[29.3,7.6],"knR":[41.2,163.7],"ftR":[51.7,282.9],"hipL":[-28.8,9.3],"knL":[-36.9,165.6],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-85.7],"neck":[-0.9,-145.8],"head":[-4.5,-177.4],"shR":[55.3,-146.2],"elR":[128.9,-125.9],"haR":[200.6,-121.9],"shL":[-59.5,-134.8],"elL":[-130.4,-96.7],"haL":[-212.2,-58.8],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-36.8,165.6],"ftL":[-46.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.7,-85.7],"neck":[-0.9,-145.8],"head":[-4.6,-177.4],"shR":[55.2,-145.8],"elR":[129,-125.6],"haR":[201.1,-120.7],"shL":[-59.4,-134.6],"elL":[-130.3,-96.9],"haL":[-212.4,-59.3],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[51.9,282.9],"hipL":[-28.8,9.3],"knL":[-36.8,165.5],"ftL":[-46.5,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.8,-85.6],"neck":[-0.7,-145.9],"head":[-4.4,-177.4],"shR":[55.4,-145.3],"elR":[129.3,-125.2],"haR":[202,-119.4],"shL":[-59.2,-134.5],"elL":[-130,-96.9],"haL":[-212.1,-59.3],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[52.1,282.9],"hipL":[-28.8,9.3],"knL":[-36.6,165.5],"ftL":[-46.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.4,-145.9],"head":[-4.2,-177.4],"shR":[55.6,-144.9],"elR":[129.8,-125.3],"haR":[203.1,-118],"shL":[-58.8,-134.3],"elL":[-129.4,-96.5],"haL":[-211.3,-58.7],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[52.3,282.9],"hipL":[-28.9,9.2],"knL":[-36.5,165.5],"ftL":[-46.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.4,-85.6],"neck":[-0.1,-145.9],"head":[-3.9,-177.5],"shR":[55.8,-144.9],"elR":[130.1,-125.6],"haR":[204.4,-116.6],"shL":[-58.4,-134.1],"elL":[-128.6,-95.9],"haL":[-210.3,-57.5],"hipR":[29.3,7.8],"knR":[41.4,163.8],"ftR":[52.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.4,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.8,-85.6],"neck":[0.1,-146],"head":[-3.8,-177.5],"shR":[55.9,-145],"elR":[130.3,-125.8],"haR":[205.4,-115.6],"shL":[-58.1,-133.7],"elL":[-127.9,-95],"haL":[-209.3,-56.1],"hipR":[29.3,7.8],"knR":[41.3,163.8],"ftR":[52.5,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[4,-85.6],"neck":[0.2,-146],"head":[-3.8,-177.5],"shR":[55.9,-144.7],"elR":[130.5,-125.6],"haR":[206.2,-114.8],"shL":[-57.9,-133.2],"elL":[-127.4,-94.1],"haL":[-208.5,-54.8],"hipR":[29.3,7.8],"knR":[41.1,163.8],"ftR":[52.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[4.1,-85.6],"neck":[0.2,-146],"head":[-3.9,-177.5],"shR":[55.8,-144.3],"elR":[130.6,-125.1],"haR":[206.6,-114.3],"shL":[-57.9,-132.8],"elL":[-127.1,-93.3],"haL":[-207.9,-53.5],"hipR":[29.2,7.8],"knR":[40.9,163.8],"ftR":[52.3,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.3],"ftL":[-46.1,284.4]},{"rootY":0,"hips":[0,0],"chest":[4,-85.6],"neck":[-0.1,-146],"head":[-4.2,-177.6],"shR":[55.6,-143.8],"elR":[130.5,-124.5],"haR":[206.7,-114],"shL":[-58.1,-132.5],"elL":[-126.9,-92.4],"haL":[-207.3,-51.8],"hipR":[29.2,7.8],"knR":[40.7,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.4,165.3],"ftL":[-46.4,284.4]},{"rootY":0,"hips":[0,0],"chest":[3.8,-85.6],"neck":[-0.4,-146.1],"head":[-4.6,-177.6],"shR":[55.4,-143.6],"elR":[130.3,-124.1],"haR":[206.3,-113.7],"shL":[-58.4,-132.2],"elL":[-126.7,-91.3],"haL":[-206.6,-49.8],"hipR":[29.2,7.8],"knR":[40.3,163.7],"ftR":[51.5,282.9],"hipL":[-28.8,9.2],"knL":[-36.6,165.3],"ftL":[-46.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.7,-85.7],"neck":[-0.7,-146.1],"head":[-5,-177.6],"shR":[55.1,-143.6],"elR":[129.8,-123.9],"haR":[205.7,-113.7],"shL":[-58.7,-131.9],"elL":[-126.4,-90.1],"haL":[-205.8,-47.5],"hipR":[29.3,7.8],"knR":[39.9,163.7],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-47.2,284.4]},{"rootY":0,"hips":[0,0],"chest":[3.6,-85.7],"neck":[-1,-146.1],"head":[-5.4,-177.6],"shR":[54.8,-143.3],"elR":[129.5,-123.1],"haR":[204.8,-114.3],"shL":[-58.9,-131.2],"elL":[-126.1,-88.5],"haL":[-205,-44.9],"hipR":[29.3,7.8],"knR":[39.5,163.7],"ftR":[50.7,282.9],"hipL":[-28.8,9.2],"knL":[-37.3,165.3],"ftL":[-47.7,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.4,-85.6],"neck":[-1.2,-146.1],"head":[-5.7,-177.5],"shR":[54.8,-142.1],"elR":[129.4,-120.4],"haR":[202.6,-115],"shL":[-59,-130.2],"elL":[-125.3,-86.2],"haL":[-203.4,-41.2],"hipR":[29.3,7.8],"knR":[39.2,163.7],"ftR":[50.3,282.9],"hipL":[-28.8,9.2],"knL":[-37.6,165.3],"ftL":[-48.1,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.2,-85.6],"neck":[-1.1,-146],"head":[-5.8,-177.5],"shR":[55.1,-139.7],"elR":[129.7,-116],"haR":[198.4,-114.9],"shL":[-58.8,-129],"elL":[-123.5,-82.8],"haL":[-200.4,-35.6],"hipR":[29.3,7.7],"knR":[38.9,163.7],"ftR":[50,282.9],"hipL":[-28.8,9.2],"knL":[-37.8,165.3],"ftL":[-48.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.9,-146],"head":[-5.7,-177.5],"shR":[55.4,-137.2],"elR":[130.1,-111.1],"haR":[191.9,-113.1],"shL":[-58.3,-127.6],"elL":[-120.4,-78.2],"haL":[-195.2,-27.8],"hipR":[29.3,7.7],"knR":[38.6,163.7],"ftR":[49.8,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.2],"ftL":[-48.6,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.7,-146],"head":[-5.4,-177.5],"shR":[55.8,-135.4],"elR":[130.4,-107.1],"haR":[184,-109],"shL":[-57.7,-126],"elL":[-116,-72.6],"haL":[-187.5,-17.8],"hipR":[29.3,7.7],"knR":[38.3,163.7],"ftR":[49.7,282.8],"hipL":[-28.8,9.3],"knL":[-38,165.2],"ftL":[-48.7,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.4,-146],"head":[-5,-177.5],"shR":[56.2,-134.2],"elR":[130.3,-104],"haR":[176.4,-103.7],"shL":[-57.1,-124.8],"elL":[-109.9,-66.3],"haL":[-176,-5.8],"hipR":[29.3,7.7],"knR":[38.2,163.7],"ftR":[49.7,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.2],"ftL":[-48.7,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3,-85.6],"neck":[0.2,-146],"head":[-4.3,-177.5],"shR":[56.6,-133.1],"elR":[129.8,-100.4],"haR":[171,-99.2],"shL":[-56.4,-124.4],"elL":[-102.1,-60.2],"haL":[-160.1,7.1],"hipR":[29.3,7.7],"knR":[38.3,163.7],"ftR":[50,282.8],"hipL":[-28.8,9.3],"knL":[-37.8,165.2],"ftL":[-48.4,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[2.9,-85.6],"neck":[1,-146.1],"head":[-3.3,-177.6],"shR":[57.3,-132.4],"elR":[128.6,-96],"haR":[167.5,-97.2],"shL":[-55.7,-124.7],"elL":[-93.3,-55],"haL":[-141.4,19.1],"hipR":[29.3,7.7],"knR":[38.5,163.7],"ftR":[50.5,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.1],"ftL":[-47.9,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.2,-85.6],"neck":[2.3,-146.1],"head":[-2,-177.6],"shR":[58.4,-132.1],"elR":[126.7,-91],"haR":[164.5,-99.4],"shL":[-54.4,-124.8],"elL":[-84.3,-50.9],"haL":[-122,29.1],"hipR":[29.2,7.8],"knR":[38.7,163.8],"ftR":[51.2,282.8],"hipL":[-28.9,9.2],"knL":[-37.3,165],"ftL":[-47.2,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[4,-85.5],"neck":[4,-146],"head":[-0.1,-177.5],"shR":[59.9,-131.9],"elR":[124.7,-86],"haR":[161.3,-105.7],"shL":[-52.6,-124.4],"elL":[-75,-47.5],"haL":[-102.7,36.9],"hipR":[29.2,7.9],"knR":[38.8,163.9],"ftR":[52.1,282.8],"hipL":[-28.9,9.1],"knL":[-36.9,165],"ftL":[-46.4,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[5,-85.3],"neck":[5.8,-145.8],"head":[1.7,-177.3],"shR":[61.5,-131.8],"elR":[121.9,-81.4],"haR":[157.9,-114.4],"shL":[-50.7,-123.7],"elL":[-65.8,-44.8],"haL":[-84.7,42.4],"hipR":[29.2,8],"knR":[39,163.9],"ftR":[52.9,282.8],"hipL":[-28.9,9],"knL":[-36.4,164.9],"ftL":[-45.7,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[5.9,-85.2],"neck":[7.1,-145.6],"head":[3.1,-177.1],"shR":[62.7,-132.3],"elR":[117.5,-78.6],"haR":[153.4,-124.3],"shL":[-49.3,-123.1],"elL":[-59.1,-43.3],"haL":[-72.2,45.2],"hipR":[29.2,8.1],"knR":[38.9,164],"ftR":[53.3,282.8],"hipL":[-28.9,8.9],"knL":[-36.2,164.8],"ftL":[-45.3,284]},{"rootY":0.1,"hips":[0,0],"chest":[6.4,-85.1],"neck":[7.5,-145.5],"head":[3.6,-177],"shR":[63.1,-133.3],"elR":[112.7,-79.1],"haR":[146.3,-135.2],"shL":[-48.9,-123],"elL":[-57,-43.1],"haL":[-69.5,45.6],"hipR":[29.2,8.1],"knR":[38.6,164],"ftR":[53.1,282.8],"hipL":[-28.9,8.9],"knL":[-36.4,164.8],"ftL":[-45.5,284]},{"rootY":0.1,"hips":[0,0],"chest":[6.5,-85.2],"neck":[7.3,-145.5],"head":[3.6,-177],"shR":[62.7,-134.2],"elR":[112.3,-82.9],"haR":[135.1,-144.9],"shL":[-49,-122.9],"elL":[-59.5,-43.4],"haL":[-75.4,44.7],"hipR":[29.2,8],"knR":[38.3,163.9],"ftR":[52.5,282.7],"hipL":[-28.9,9],"knL":[-36.7,164.8],"ftL":[-46.1,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.4,-85.2],"neck":[6.8,-145.5],"head":[3.7,-177.1],"shR":[62,-135.3],"elR":[118.4,-90.6],"haR":[120.9,-150.3],"shL":[-49.2,-122.3],"elL":[-63.9,-43.6],"haL":[-84.1,43.6],"hipR":[29.2,7.9],"knR":[38,163.9],"ftR":[51.9,282.7],"hipL":[-28.9,9],"knL":[-37.1,164.9],"ftL":[-46.7,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.5,-85.1],"neck":[6.2,-145.4],"head":[3.7,-177.1],"shR":[61.1,-136.5],"elR":[126.5,-103.5],"haR":[107.3,-150.5],"shL":[-49.5,-121.3],"elL":[-68.3,-43.6],"haL":[-91.6,42.6],"hipR":[29.2,7.9],"knR":[37.7,163.9],"ftR":[51.3,282.7],"hipL":[-28.9,9.1],"knL":[-37.3,164.9],"ftL":[-47.2,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.9,-85],"neck":[5.5,-145.4],"head":[3.5,-177.1],"shR":[60,-137.2],"elR":[130.6,-118.2],"haR":[98.2,-149.1],"shL":[-50,-120.5],"elL":[-72.2,-43.8],"haL":[-98,41.6],"hipR":[29.2,7.9],"knR":[37.5,163.8],"ftR":[50.7,282.8],"hipL":[-28.9,9.1],"knL":[-37.6,164.9],"ftL":[-47.8,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[7.3,-85],"neck":[4.6,-145.4],"head":[2.9,-177.1],"shR":[58.4,-137.6],"elR":[129.1,-125.9],"haR":[92.7,-150.7],"shL":[-50.7,-120],"elL":[-75.5,-44],"haL":[-103.9,40.3],"hipR":[29.2,7.9],"knR":[37.1,163.8],"ftR":[49.9,282.8],"hipL":[-28.9,9.1],"knL":[-38.1,164.9],"ftL":[-48.5,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[7.4,-85.2],"neck":[3.6,-145.5],"head":[2,-177.3],"shR":[56.7,-138.4],"elR":[123.9,-121.7],"haR":[90,-154.2],"shL":[-51.3,-119.5],"elL":[-77.7,-43.9],"haL":[-108.3,39.2],"hipR":[29.3,7.8],"knR":[36.7,163.8],"ftR":[49,282.8],"hipL":[-28.9,9.2],"knL":[-38.6,165],"ftL":[-49.4,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[7.2,-85.3],"neck":[2.9,-145.7],"head":[1.1,-177.4],"shR":[55.5,-139.3],"elR":[114.5,-110.8],"haR":[87.1,-157.5],"shL":[-51.9,-119.1],"elL":[-78.4,-43.5],"haL":[-110.2,38.5],"hipR":[29.3,7.7],"knR":[36.3,163.7],"ftR":[48.3,282.8],"hipL":[-28.9,9.2],"knL":[-38.8,165.1],"ftL":[-50,284.2]},{"rootY":0.2,"hips":[0,0],"chest":[6.9,-85.4],"neck":[2.6,-145.7],"head":[0.7,-177.4],"shR":[55,-139.8],"elR":[103.3,-102.2],"haR":[84,-160.5],"shL":[-52.3,-119.2],"elL":[-77.9,-43.2],"haL":[-110,37.8],"hipR":[29.3,7.6],"knR":[36.1,163.6],"ftR":[47.8,282.7],"hipL":[-28.8,9.3],"knL":[-38.8,165.2],"ftL":[-50.5,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[6.9,-85.4],"neck":[2.7,-145.7],"head":[0.8,-177.4],"shR":[54.8,-139.4],"elR":[97.7,-99.6],"haR":[80.2,-159.2],"shL":[-52.6,-119.7],"elL":[-76.8,-43.2],"haL":[-108,37.4],"hipR":[29.3,7.6],"knR":[36,163.6],"ftR":[47.7,282.7],"hipL":[-28.8,9.4],"knL":[-38.7,165.3],"ftL":[-50.7,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[7,-85.4],"neck":[3,-145.6],"head":[1.3,-177.3],"shR":[54.8,-138.9],"elR":[101.1,-102.2],"haR":[75.1,-152.1],"shL":[-52.5,-120.3],"elL":[-75,-43.1],"haL":[-104.2,37.5],"hipR":[29.3,7.6],"knR":[36.1,163.6],"ftR":[48,282.7],"hipL":[-28.8,9.4],"knL":[-38.5,165.3],"ftL":[-50.4,284.2]},{"rootY":0.2,"hips":[0,0],"chest":[7.2,-85.3],"neck":[3.4,-145.5],"head":[1.9,-177.2],"shR":[54.9,-138.6],"elR":[108,-108.6],"haR":[71.3,-143.6],"shL":[-52.1,-120.2],"elL":[-72.8,-42.5],"haL":[-99.2,38.5],"hipR":[29.3,7.7],"knR":[36.4,163.7],"ftR":[48.6,282.7],"hipL":[-28.8,9.3],"knL":[-38.3,165.2],"ftL":[-49.8,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[7.5,-85.2],"neck":[3.6,-145.3],"head":[2.2,-177.1],"shR":[55,-138.4],"elR":[111.7,-114.8],"haR":[68,-136.3],"shL":[-51.7,-119.5],"elL":[-70.5,-41.3],"haL":[-94.1,40],"hipR":[29.3,7.8],"knR":[36.8,163.8],"ftR":[49.1,282.8],"hipL":[-28.9,9.2],"knL":[-38.1,165.2],"ftL":[-49.2,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[7.7,-85.2],"neck":[3.5,-145.3],"head":[2.2,-177],"shR":[54.8,-138.3],"elR":[110.8,-115.2],"haR":[64.9,-131.9],"shL":[-51.6,-119],"elL":[-68.4,-40.4],"haL":[-89.3,41.5],"hipR":[29.3,7.8],"knR":[37.1,163.8],"ftR":[49.6,282.9],"hipL":[-28.9,9.2],"knL":[-38,165.1],"ftL":[-48.8,284.2]},{"rootY":0,"hips":[0,0],"chest":[7.6,-85.2],"neck":[3.5,-145.3],"head":[2,-177],"shR":[54.9,-138.2],"elR":[106.2,-107.5],"haR":[60.3,-132],"shL":[-51.6,-118.8],"elL":[-66.7,-39.9],"haL":[-84.9,42.8],"hipR":[29.3,7.8],"knR":[37.2,163.9],"ftR":[49.8,282.9],"hipL":[-28.9,9.2],"knL":[-38,165.1],"ftL":[-48.6,284.2]},{"rootY":0,"hips":[0,0],"chest":[7.2,-85.4],"neck":[3.5,-145.3],"head":[1.8,-177],"shR":[55.4,-138.2],"elR":[97.6,-96.3],"haR":[55.1,-135.7],"shL":[-51.8,-118.9],"elL":[-65.5,-39.9],"haL":[-81.1,44.1],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50,282.9],"hipL":[-28.9,9.2],"knL":[-37.8,165.1],"ftL":[-48.5,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.8,-85.4],"neck":[3.6,-145.3],"head":[1.8,-177],"shR":[56,-138.5],"elR":[87.1,-88.4],"haR":[50.7,-140.4],"shL":[-51.9,-119.1],"elL":[-65,-40],"haL":[-78.3,45.3],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50.1,282.8],"hipL":[-28.9,9.2],"knL":[-37.7,165.2],"ftL":[-48.4,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.6,-85.4],"neck":[3.8,-145.2],"head":[1.9,-176.9],"shR":[56.5,-138.6],"elR":[80.3,-85.4],"haR":[46.7,-143.4],"shL":[-52,-119.3],"elL":[-65.1,-40.2],"haL":[-76.4,46.4],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50.2,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.2],"ftL":[-48.3,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.6,-85.4],"neck":[3.9,-145.2],"head":[2,-176.9],"shR":[56.7,-138.5],"elR":[81.4,-86.1],"haR":[41.2,-141.7],"shL":[-52.1,-119.6],"elL":[-65.2,-40.5],"haL":[-75.4,47.2],"hipR":[29.2,7.8],"knR":[37.2,163.9],"ftR":[50.5,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.2],"ftL":[-48,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.5,-85.4],"neck":[3.8,-145.3],"head":[2.1,-177],"shR":[56.9,-138.5],"elR":[87.9,-89.7],"haR":[35.8,-136.1],"shL":[-52.1,-119.7],"elL":[-65.3,-40.5],"haL":[-75.3,47.5],"hipR":[29.2,7.8],"knR":[37.4,163.9],"ftR":[50.9,282.8],"hipL":[-28.8,9.2],"knL":[-37.4,165.1],"ftL":[-47.7,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.4,-85.4],"neck":[3.6,-145.3],"head":[2,-177],"shR":[57,-138.9],"elR":[93.9,-95.4],"haR":[31,-129.6],"shL":[-52.2,-119.4],"elL":[-65.6,-40.4],"haL":[-76.1,47.7],"hipR":[29.2,7.9],"knR":[37.6,163.9],"ftR":[51.2,282.8],"hipL":[-28.8,9.1],"knL":[-37.3,165.1],"ftL":[-47.3,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.3,-85.4],"neck":[3.1,-145.3],"head":[1.6,-177],"shR":[56.6,-139.1],"elR":[96.8,-100.4],"haR":[28.4,-124.7],"shL":[-52.6,-119],"elL":[-66.4,-40.1],"haL":[-77.5,47.7],"hipR":[29.2,7.9],"knR":[37.8,163.9],"ftR":[51.4,282.8],"hipL":[-28.9,9.1],"knL":[-37.2,165.1],"ftL":[-47.2,284.2]},{"rootY":0,"hips":[0,0],"chest":[6,-85.4],"neck":[2.3,-145.3],"head":[0.9,-177],"shR":[55.7,-138.8],"elR":[96.8,-101.8],"haR":[28.5,-124.7],"shL":[-53.1,-118.7],"elL":[-67.4,-39.8],"haL":[-79.2,47.7],"hipR":[29.2,7.9],"knR":[37.8,163.9],"ftR":[51.4,282.8],"hipL":[-28.8,9.1],"knL":[-37.1,165.1],"ftL":[-47.2,284.2]},{"rootY":0,"hips":[0,0],"chest":[5.7,-85.5],"neck":[1.5,-145.3],"head":[0.1,-177],"shR":[54.7,-138.4],"elR":[94.7,-99.2],"haR":[29.5,-127.4],"shL":[-53.9,-118.5],"elL":[-68.6,-39.7],"haL":[-80.8,47.4],"hipR":[29.2,7.8],"knR":[37.8,163.9],"ftR":[51.2,282.8],"hipL":[-28.8,9.2],"knL":[-37.2,165.2],"ftL":[-47.3,284.2]},{"rootY":0,"hips":[0,0],"chest":[5.3,-85.5],"neck":[0.8,-145.3],"head":[-0.6,-177],"shR":[53.9,-138.7],"elR":[90.8,-95.2],"haR":[30,-131.3],"shL":[-54.5,-118.4],"elL":[-69.8,-39.6],"haL":[-82.2,47],"hipR":[29.3,7.8],"knR":[37.8,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37.1,165.2],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[5,-85.5],"neck":[0.4,-145.2],"head":[-1.1,-176.9],"shR":[53.5,-139.3],"elR":[86.1,-91.8],"haR":[30.7,-137.2],"shL":[-54.9,-118.3],"elL":[-70.9,-39.6],"haL":[-83.2,46.6],"hipR":[29.3,7.8],"knR":[37.9,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37.1,165.3],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.9,-85.5],"neck":[0.3,-145.2],"head":[-1.3,-176.9],"shR":[53.3,-139.8],"elR":[82.1,-90.1],"haR":[32.8,-143.8],"shL":[-55.1,-118.2],"elL":[-71.9,-39.7],"haL":[-83.7,46.1],"hipR":[29.3,7.7],"knR":[38.1,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37,165.3],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.5],"neck":[0.4,-145.2],"head":[-1.3,-176.8],"shR":[53.4,-140],"elR":[81.5,-90.6],"haR":[34.6,-146.6],"shL":[-55.2,-118.4],"elL":[-72.5,-39.9],"haL":[-83.8,45.7],"hipR":[29.3,7.8],"knR":[38.2,163.9],"ftR":[51.3,282.8],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-47.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.5],"neck":[0.4,-145.1],"head":[-1.2,-176.8],"shR":[53.7,-139.9],"elR":[86,-93.2],"haR":[34.7,-142.9],"shL":[-55.2,-118.5],"elL":[-72.8,-40],"haL":[-83.5,45.4],"hipR":[29.3,7.8],"knR":[38.4,163.9],"ftR":[51.7,282.8],"hipL":[-28.9,9.2],"knL":[-36.7,165.3],"ftL":[-46.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.4],"neck":[0.5,-145.1],"head":[-1,-176.7],"shR":[54,-139.2],"elR":[93.7,-97.4],"haR":[35.8,-135.3],"shL":[-55,-118.3],"elL":[-72.7,-39.8],"haL":[-83,45.3],"hipR":[29.3,7.8],"knR":[38.7,163.9],"ftR":[52.2,282.8],"hipL":[-28.9,9.2],"knL":[-36.5,165.3],"ftL":[-46.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.4],"neck":[0.6,-145],"head":[-0.9,-176.7],"shR":[54.2,-137.6],"elR":[101.2,-101.5],"haR":[37.5,-125.2],"shL":[-54.8,-118],"elL":[-72.4,-39.4],"haL":[-82.3,45.5],"hipR":[29.2,7.9],"knR":[38.9,164],"ftR":[52.7,282.8],"hipL":[-28.9,9.1],"knL":[-36.3,165.3],"ftL":[-45.9,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.3],"neck":[0.5,-145],"head":[-1,-176.7],"shR":[54,-135.5],"elR":[105.9,-103.9],"haR":[38.5,-111.7],"shL":[-54.7,-117.6],"elL":[-72,-38.9],"haL":[-81.6,45.8],"hipR":[29.2,7.9],"knR":[39.1,164],"ftR":[53,282.8],"hipL":[-28.9,9.1],"knL":[-36.1,165.2],"ftL":[-45.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.3],"neck":[0.3,-145],"head":[-1.2,-176.7],"shR":[53.8,-133.6],"elR":[108.2,-102.8],"haR":[40.5,-97.5],"shL":[-54.8,-117.3],"elL":[-71.5,-38.5],"haL":[-80.9,46.2],"hipR":[29.2,7.9],"knR":[39.2,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.6,-85.2],"neck":[0.1,-145],"head":[-1.6,-176.7],"shR":[53.5,-132.3],"elR":[110,-98],"haR":[46.4,-85.3],"shL":[-54.8,-117],"elL":[-71.1,-38.1],"haL":[-80.2,46.5],"hipR":[29.2,7.9],"knR":[39.3,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.5,-85.1],"neck":[0,-145],"head":[-1.9,-176.6],"shR":[53.4,-131],"elR":[110.9,-90.4],"haR":[55.3,-73.6],"shL":[-54.8,-116.6],"elL":[-70.7,-37.6],"haL":[-79.5,47],"hipR":[29.2,7.9],"knR":[39.4,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.3,-85],"neck":[-0.2,-144.9],"head":[-2.4,-176.5],"shR":[53.3,-129.4],"elR":[108.7,-81.3],"haR":[62.6,-57.5],"shL":[-54.8,-116.2],"elL":[-70.4,-37.2],"haL":[-78.9,47.5],"hipR":[29.2,7.9],"knR":[39.5,164],"ftR":[53,282.9],"hipL":[-28.9,9.1],"knL":[-36.1,165.2],"ftL":[-45.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.9],"neck":[-0.3,-144.8],"head":[-2.8,-176.4],"shR":[53,-127.3],"elR":[103.4,-71.8],"haR":[67.4,-35.7],"shL":[-55,-116],"elL":[-70.2,-37],"haL":[-78.4,48],"hipR":[29.2,7.9],"knR":[39.5,164],"ftR":[52.9,282.9],"hipL":[-28.9,9.1],"knL":[-36.2,165.2],"ftL":[-45.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.9],"neck":[-0.4,-144.6],"head":[-3.1,-176.2],"shR":[52.8,-125.2],"elR":[96.8,-62.9],"haR":[72.4,-15.1],"shL":[-55.2,-116.2],"elL":[-70,-37.1],"haL":[-78,48.4],"hipR":[29.2,7.9],"knR":[39.6,164],"ftR":[52.7,282.9],"hipL":[-28.9,9.1],"knL":[-36.4,165.2],"ftL":[-45.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.8],"neck":[-0.3,-144.5],"head":[-3.2,-176.1],"shR":[52.7,-123.6],"elR":[91.1,-56.1],"haR":[79.4,1],"shL":[-55.3,-116.5],"elL":[-69.9,-37.3],"haL":[-77.9,48.5],"hipR":[29.3,7.9],"knR":[39.6,163.9],"ftR":[52.5,282.9],"hipL":[-28.9,9.1],"knL":[-36.5,165.3],"ftL":[-46,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.1,-84.8],"neck":[-0.2,-144.5],"head":[-3.2,-176.1],"shR":[52.9,-122.5],"elR":[87.2,-52],"haR":[87.1,14.5],"shL":[-55.4,-116.7],"elL":[-69.9,-37.6],"haL":[-77.9,48.6],"hipR":[29.3,7.9],"knR":[39.7,163.9],"ftR":[52.3,282.9],"hipL":[-28.9,9.1],"knL":[-36.6,165.3],"ftL":[-46.1,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.1,-84.8],"neck":[0.1,-144.3],"head":[-3,-175.9],"shR":[53.1,-121.9],"elR":[85.1,-49.7],"haR":[93.2,25.7],"shL":[-55.3,-116.8],"elL":[-69.9,-37.8],"haL":[-78.2,48.7],"hipR":[29.3,7.8],"knR":[39.8,163.9],"ftR":[52.1,282.9],"hipL":[-28.9,9.2],"knL":[-36.6,165.3],"ftL":[-46.2,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.7],"neck":[0.4,-144.3],"head":[-2.8,-175.8],"shR":[53.3,-121.6],"elR":[84.3,-48.1],"haR":[97.7,32.8],"shL":[-55.1,-116.9],"elL":[-70,-38],"haL":[-78.8,48.7],"hipR":[29.3,7.8],"knR":[40,163.9],"ftR":[52,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.3,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.3,-84.7],"neck":[0.6,-144.3],"head":[-2.6,-175.9],"shR":[53.6,-121.5],"elR":[84.3,-47.3],"haR":[101.3,36.3],"shL":[-54.8,-116.8],"elL":[-70.1,-38.1],"haL":[-79.5,48.8],"hipR":[29.3,7.8],"knR":[40.3,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.3,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.4,-84.8],"neck":[0.8,-144.4],"head":[-2.4,-176],"shR":[54.1,-121.5],"elR":[84.4,-46.8],"haR":[103.9,38.3],"shL":[-54.5,-116.7],"elL":[-70.1,-38.1],"haL":[-80.4,48.8],"hipR":[29.3,7.8],"knR":[40.5,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.9,165.4],"ftL":[-46.3,284.5]},{"rootY":0,"hips":[0,0],"chest":[4.4,-84.8],"neck":[0.9,-144.5],"head":[-2.2,-176.1],"shR":[54.7,-121.3],"elR":[84.3,-46.3],"haR":[105.2,39.7],"shL":[-54.2,-116.5],"elL":[-70.2,-38],"haL":[-81.2,48.9],"hipR":[29.3,7.8],"knR":[40.6,163.8],"ftR":[51.8,282.9],"hipL":[-28.9,9.2],"knL":[-36.9,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[4.2,-84.9],"neck":[1.1,-144.6],"head":[-2,-176.2],"shR":[55.3,-121],"elR":[84.1,-45.9],"haR":[106.1,40.5],"shL":[-53.9,-116.4],"elL":[-70.2,-38],"haL":[-81.9,48.9],"hipR":[29.2,7.8],"knR":[40.7,163.8],"ftR":[51.8,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[3.9,-85],"neck":[1.3,-144.7],"head":[-1.7,-176.4],"shR":[55.8,-120.8],"elR":[84.1,-45.8],"haR":[106.7,40.8],"shL":[-53.5,-116.4],"elL":[-70.3,-38.1],"haL":[-82.4,48.9],"hipR":[29.3,7.8],"knR":[40.7,163.8],"ftR":[51.7,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[3.5,-85.1],"neck":[1.5,-144.9],"head":[-1.5,-176.6],"shR":[56.2,-120.5],"elR":[83.7,-45.7],"haR":[106.7,41],"shL":[-53.2,-116.4],"elL":[-70.3,-38.2],"haL":[-82.6,48.9],"hipR":[29.3,7.8],"knR":[40.5,163.8],"ftR":[51.6,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[3,-85.2],"neck":[1.5,-145.1],"head":[-1.3,-176.7],"shR":[56.5,-120.4],"elR":[82.7,-45.4],"haR":[105.9,41.3],"shL":[-53,-116.5],"elL":[-70.4,-38.2],"haL":[-82.7,49],"hipR":[29.3,7.8],"knR":[40.2,163.8],"ftR":[51.5,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[2.6,-85.2],"neck":[1.4,-145.1],"head":[-1.4,-176.8],"shR":[56.5,-120.3],"elR":[81.5,-45.1],"haR":[104.7,41.7],"shL":[-53,-116.4],"elL":[-70.6,-38.1],"haL":[-82.6,49],"hipR":[29.3,7.7],"knR":[39.9,163.8],"ftR":[51.3,282.9],"hipL":[-28.9,9.2],"knL":[-37,165.4],"ftL":[-46.9,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[2.2,-85.2],"neck":[1.2,-145.1],"head":[-1.6,-176.8],"shR":[56.4,-120.2],"elR":[80.6,-44.8],"haR":[103.6,42],"shL":[-53,-116.2],"elL":[-70.7,-37.9],"haL":[-82.3,49.1],"hipR":[29.3,7.7],"knR":[39.6,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.2,165.4],"ftL":[-47.2,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.9,-85.2],"neck":[0.9,-145.1],"head":[-1.9,-176.8],"shR":[56.2,-120.1],"elR":[80.1,-44.5],"haR":[102.6,42.3],"shL":[-53.1,-116],"elL":[-70.8,-37.6],"haL":[-81.8,49.1],"hipR":[29.3,7.7],"knR":[39.3,163.8],"ftR":[50.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.4],"ftL":[-47.4,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.5,-85.2],"neck":[0.5,-145.1],"head":[-2.2,-176.8],"shR":[55.9,-119.9],"elR":[79.7,-44.3],"haR":[101.7,42.5],"shL":[-53.2,-115.7],"elL":[-70.9,-37.2],"haL":[-81.2,49],"hipR":[29.3,7.7],"knR":[38.9,163.8],"ftR":[50.6,282.9],"hipL":[-28.8,9.3],"knL":[-37.6,165.3],"ftL":[-47.6,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-85.2],"neck":[0.1,-145.1],"head":[-2.6,-176.8],"shR":[55.5,-119.9],"elR":[79.5,-44.1],"haR":[101.2,42.3],"shL":[-53.4,-115.4],"elL":[-70.8,-36.7],"haL":[-80.4,48.9],"hipR":[29.3,7.7],"knR":[38.4,163.8],"ftR":[50.4,282.9],"hipL":[-28.8,9.3],"knL":[-37.7,165.3],"ftL":[-47.8,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.8,-85.2],"neck":[-0.3,-145.2],"head":[-2.9,-176.9],"shR":[55.2,-120],"elR":[79.3,-44.1],"haR":[101,41.9],"shL":[-53.5,-115],"elL":[-70.7,-36.3],"haL":[-79.4,48.7],"hipR":[29.3,7.7],"knR":[37.9,163.8],"ftR":[50.2,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.3],"ftL":[-48,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.5,-85.2],"neck":[-0.6,-145.2],"head":[-3.3,-176.9],"shR":[54.9,-120],"elR":[79.3,-44.1],"haR":[101.1,41.4],"shL":[-53.6,-114.6],"elL":[-70.4,-35.8],"haL":[-78.4,48.5],"hipR":[29.3,7.7],"knR":[37.6,163.8],"ftR":[50.1,282.8],"hipL":[-28.8,9.3],"knL":[-38,165.3],"ftL":[-48.1,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-85.2],"neck":[-0.9,-145.2],"head":[-3.5,-176.9],"shR":[54.8,-120.1],"elR":[79.5,-44.1],"haR":[101.4,40.8],"shL":[-53.6,-114.3],"elL":[-70.1,-35.4],"haL":[-77.2,48.3],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.1,282.8],"hipL":[-28.8,9.3],"knL":[-38.1,165.3],"ftL":[-48.1,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.2,-85.2],"neck":[-1,-145.2],"head":[-3.5,-176.9],"shR":[54.7,-120.2],"elR":[80,-44.2],"haR":[102,40.1],"shL":[-53.5,-114.2],"elL":[-69.8,-35.2],"haL":[-76.1,48],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.2,282.8],"hipL":[-28.7,9.3],"knL":[-38.1,165.3],"ftL":[-48,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.1,-85.1],"neck":[-1,-145.2],"head":[-3.5,-176.9],"shR":[54.8,-120.2],"elR":[80.6,-44.3],"haR":[102.7,39.3],"shL":[-53.4,-114.1],"elL":[-69.6,-35.1],"haL":[-75.1,47.8],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.4,282.8],"hipL":[-28.7,9.3],"knL":[-38,165.2],"ftL":[-47.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.1,-85],"neck":[-0.8,-145.1],"head":[-3.4,-176.8],"shR":[55,-120.2],"elR":[81.2,-44.4],"haR":[103.3,38.6],"shL":[-53.1,-114],"elL":[-69.3,-35],"haL":[-74.2,47.7],"hipR":[29.2,7.7],"knR":[37.5,163.8],"ftR":[50.7,282.8],"hipL":[-28.7,9.3],"knL":[-37.9,165.2],"ftL":[-47.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.2,-85],"neck":[-0.6,-145.1],"head":[-3.2,-176.8],"shR":[55.2,-120.1],"elR":[81.6,-44.3],"haR":[103.9,38.3],"shL":[-52.9,-114],"elL":[-69.1,-35],"haL":[-73.7,47.7],"hipR":[29.2,7.7],"knR":[37.6,163.9],"ftR":[51,282.8],"hipL":[-28.7,9.2],"knL":[-37.8,165.2],"ftL":[-47.2,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.3,-84.9],"neck":[-0.4,-145.1],"head":[-3,-176.8],"shR":[55.4,-119.9],"elR":[81.7,-44],"haR":[104.4,38.2],"shL":[-52.6,-114],"elL":[-68.9,-35],"haL":[-73.6,47.8],"hipR":[29.2,7.8],"knR":[37.8,163.9],"ftR":[51.3,282.8],"hipL":[-28.7,9.2],"knL":[-37.6,165.1],"ftL":[-46.9,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.4,-84.9],"neck":[-0.2,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.7],"elR":[81.5,-43.6],"haR":[104.5,38.6],"shL":[-52.4,-114],"elL":[-68.8,-35],"haL":[-73.8,48.1],"hipR":[29.2,7.8],"knR":[38.1,163.9],"ftR":[51.5,282.8],"hipL":[-28.7,9.2],"knL":[-37.5,165.1],"ftL":[-46.7,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.9],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.5],"elR":[81,-43.2],"haR":[104.1,39.3],"shL":[-52.3,-114],"elL":[-68.7,-35.1],"haL":[-74.3,48.4],"hipR":[29.2,7.8],"knR":[38.3,163.9],"ftR":[51.7,282.8],"hipL":[-28.7,9.2],"knL":[-37.4,165.1],"ftL":[-46.5,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.3],"elR":[80.3,-42.8],"haR":[103.5,40.2],"shL":[-52.4,-114.1],"elL":[-68.8,-35.1],"haL":[-75,48.8],"hipR":[29.2,7.8],"knR":[38.5,163.9],"ftR":[51.8,282.8],"hipL":[-28.7,9.2],"knL":[-37.3,165.1],"ftL":[-46.3,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.3,-119.1],"elR":[79.7,-42.5],"haR":[102.7,41.1],"shL":[-52.4,-114.1],"elL":[-69,-35.2],"haL":[-75.9,49.1],"hipR":[29.2,7.8],"knR":[38.7,163.9],"ftR":[52,282.8],"hipL":[-28.7,9.2],"knL":[-37.2,165.1],"ftL":[-46.2,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.2,-145],"head":[-2.9,-176.7],"shR":[55.2,-119],"elR":[79.3,-42.2],"haR":[102.1,41.8],"shL":[-52.5,-114.1],"elL":[-69.2,-35.2],"haL":[-76.7,49.5],"hipR":[29.2,7.8],"knR":[39,163.9],"ftR":[52.1,282.8],"hipL":[-28.7,9.2],"knL":[-37.2,165.1],"ftL":[-46.1,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.7],"neck":[-0.2,-144.9],"head":[-2.9,-176.6],"shR":[55.1,-118.9],"elR":[78.9,-42],"haR":[101.6,42.5],"shL":[-52.6,-114.1],"elL":[-69.3,-35.2],"haL":[-77.6,49.9],"hipR":[29.2,7.8],"knR":[39.3,163.9],"ftR":[52.1,282.9],"hipL":[-28.7,9.2],"knL":[-37.1,165.1],"ftL":[-46,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.6],"neck":[-0.2,-144.9],"head":[-2.9,-176.6],"shR":[55.1,-118.8],"elR":[78.4,-41.9],"haR":[101.2,43.1],"shL":[-52.7,-114],"elL":[-69.3,-35.1],"haL":[-78.2,50.2],"hipR":[29.2,7.8],"knR":[39.7,163.9],"ftR":[52.2,282.9],"hipL":[-28.8,9.1],"knL":[-37,165.1],"ftL":[-45.8,284.3]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.6],"neck":[-0.3,-144.8],"head":[-3,-176.5],"shR":[55,-118.9],"elR":[77.7,-41.7],"haR":[101.1,43.5],"shL":[-52.8,-113.9],"elL":[-69.3,-35],"haL":[-78.7,50.5],"hipR":[29.2,7.8],"knR":[40,163.8],"ftR":[52.4,282.9],"hipL":[-28.8,9.2],"knL":[-36.9,165.1],"ftL":[-45.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.5],"neck":[-0.4,-144.8],"head":[-3.2,-176.5],"shR":[54.9,-118.9],"elR":[77.1,-41.7],"haR":[101,43.8],"shL":[-52.9,-113.8],"elL":[-69.3,-34.9],"haL":[-79.1,50.9],"hipR":[29.2,7.8],"knR":[40.2,163.8],"ftR":[52.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.8,165.1],"ftL":[-45.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.5],"neck":[-0.6,-144.8],"head":[-3.3,-176.5],"shR":[54.8,-119],"elR":[76.6,-41.5],"haR":[100.9,44],"shL":[-53,-113.6],"elL":[-69.2,-34.7],"haL":[-79.2,51.3],"hipR":[29.2,7.9],"knR":[40.2,163.9],"ftR":[52.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.8,165.1],"ftL":[-45.4,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.5],"neck":[-0.7,-144.8],"head":[-3.5,-176.4],"shR":[54.7,-118.9],"elR":[76.1,-41.4],"haR":[100.7,44.3],"shL":[-52.9,-113.4],"elL":[-69,-34.4],"haL":[-79.1,51.7],"hipR":[29.2,7.9],"knR":[40.1,163.9],"ftR":[52.4,283],"hipL":[-28.8,9.1],"knL":[-36.7,165],"ftL":[-45.3,284.3]}]} \ No newline at end of file diff --git a/ink-theater/mocap/clips/wave_hello.json b/ink-theater/mocap/clips/wave_hello.json deleted file mode 100644 index a1478f5d..00000000 --- a/ink-theater/mocap/clips/wave_hello.json +++ /dev/null @@ -1 +0,0 @@ -{"name":"wave_hello","fps":30,"height":520,"groundY":284,"frameCount":210,"frames":[{"rootY":0,"hips":[0,0],"chest":[3.1,-86],"neck":[3.7,-146.1],"head":[2.6,-177.8],"shR":[61.2,-143.1],"elR":[139.1,-124.1],"haR":[222.8,-109],"shL":[-55.1,-141.8],"elL":[-130,-112.1],"haL":[-215.5,-84.1],"hipR":[29.3,7.8],"knR":[37.3,164],"ftR":[48.3,283.2],"hipL":[-28.9,9.2],"knL":[-38.3,165.3],"ftL":[-49.4,284.2]},{"rootY":0,"hips":[0,0],"chest":[3,-86],"neck":[3.4,-146.1],"head":[2.3,-177.8],"shR":[61,-143.2],"elR":[139,-124.5],"haR":[222.7,-109.5],"shL":[-55.3,-141.7],"elL":[-130.2,-111.9],"haL":[-215.6,-83.7],"hipR":[29.3,7.7],"knR":[37.4,163.9],"ftR":[48.2,283.1],"hipL":[-28.8,9.3],"knL":[-38.5,165.3],"ftL":[-49.7,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.1,-146.1],"head":[1.8,-177.8],"shR":[60.6,-143.5],"elR":[138.7,-125.1],"haR":[222.4,-110.6],"shL":[-55.6,-141.4],"elL":[-130.5,-111.5],"haL":[-215.9,-83.2],"hipR":[29.3,7.6],"knR":[37.5,163.8],"ftR":[48,283],"hipL":[-28.8,9.4],"knL":[-38.8,165.4],"ftL":[-50.2,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.7,-85.9],"neck":[2.7,-146.1],"head":[1.3,-177.8],"shR":[60.2,-143.8],"elR":[138.4,-125.9],"haR":[222.2,-112],"shL":[-56,-141.2],"elL":[-130.8,-111.1],"haL":[-216.2,-82.6],"hipR":[29.3,7.5],"knR":[37.4,163.7],"ftR":[47.7,282.9],"hipL":[-28.8,9.5],"knL":[-39.1,165.5],"ftL":[-50.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-85.9],"neck":[2.3,-146.2],"head":[0.8,-177.8],"shR":[59.9,-144.2],"elR":[138.1,-126.8],"haR":[222.1,-113.4],"shL":[-56.4,-141],"elL":[-131,-110.6],"haL":[-216.3,-81.9],"hipR":[29.3,7.5],"knR":[37.1,163.7],"ftR":[47.2,282.9],"hipL":[-28.8,9.5],"knL":[-39.4,165.5],"ftL":[-51.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.9],"neck":[2,-146.2],"head":[0.4,-177.8],"shR":[59.5,-144.6],"elR":[138,-127.7],"haR":[222,-114.9],"shL":[-56.6,-140.8],"elL":[-131.1,-110.1],"haL":[-216.4,-81.1],"hipR":[29.4,7.5],"knR":[36.9,163.7],"ftR":[46.8,282.9],"hipL":[-28.8,9.5],"knL":[-39.6,165.5],"ftL":[-51.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[1.8,-146.2],"head":[0.1,-177.8],"shR":[59.3,-144.9],"elR":[137.8,-128.6],"haR":[222,-116.3],"shL":[-56.8,-140.6],"elL":[-131.2,-109.6],"haL":[-216.3,-80.2],"hipR":[29.4,7.4],"knR":[36.8,163.7],"ftR":[46.5,282.9],"hipL":[-28.8,9.5],"knL":[-39.8,165.5],"ftL":[-51.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.3,-85.9],"neck":[1.5,-146.2],"head":[-0.3,-177.9],"shR":[59,-145.3],"elR":[137.6,-129.4],"haR":[221.9,-117.5],"shL":[-57.1,-140.4],"elL":[-131.3,-109.1],"haL":[-216.3,-79.2],"hipR":[29.4,7.4],"knR":[36.5,163.7],"ftR":[46.1,283],"hipL":[-28.8,9.5],"knL":[-39.9,165.5],"ftL":[-52,284.4]},{"rootY":0,"hips":[0,0],"chest":[2.2,-86],"neck":[1.2,-146.3],"head":[-0.6,-177.9],"shR":[58.6,-145.6],"elR":[137.3,-130],"haR":[221.7,-118.4],"shL":[-57.4,-140.4],"elL":[-131.5,-108.8],"haL":[-216.3,-78.4],"hipR":[29.3,7.5],"knR":[36,163.8],"ftR":[45.5,283.1],"hipL":[-28.8,9.5],"knL":[-40.1,165.4],"ftL":[-52.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[2,-86],"neck":[0.9,-146.3],"head":[-1,-177.9],"shR":[58.3,-146],"elR":[137,-130.6],"haR":[221.4,-119.1],"shL":[-57.7,-140.4],"elL":[-131.7,-108.4],"haL":[-216.3,-77.8],"hipR":[29.3,7.6],"knR":[35.7,163.9],"ftR":[45,283.2],"hipL":[-28.8,9.4],"knL":[-40.3,165.4],"ftL":[-52.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.9,-86],"neck":[0.6,-146.3],"head":[-1.4,-177.9],"shR":[57.9,-146.3],"elR":[136.6,-131],"haR":[221,-119.6],"shL":[-58,-140.3],"elL":[-131.9,-108.2],"haL":[-216.5,-77.3],"hipR":[29.3,7.5],"knR":[35.7,163.9],"ftR":[44.8,283.2],"hipL":[-28.8,9.4],"knL":[-40.4,165.4],"ftL":[-52.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.7,-86],"neck":[0.2,-146.3],"head":[-1.8,-177.9],"shR":[57.5,-146.5],"elR":[136.3,-131.3],"haR":[220.7,-120],"shL":[-58.3,-140.3],"elL":[-132.2,-108.1],"haL":[-216.7,-77],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[44.7,283.2],"hipL":[-28.8,9.5],"knL":[-40.5,165.4],"ftL":[-52.7,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.6,-86.1],"neck":[-0.1,-146.3],"head":[-2.2,-177.9],"shR":[57.2,-146.8],"elR":[136,-131.7],"haR":[220.4,-120.4],"shL":[-58.6,-140.3],"elL":[-132.5,-108.1],"haL":[-217,-76.9],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[44.6,283.2],"hipL":[-28.8,9.5],"knL":[-40.6,165.5],"ftL":[-52.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.5,-86.2],"neck":[-0.3,-146.3],"head":[-2.6,-177.9],"shR":[56.9,-147],"elR":[135.7,-132.1],"haR":[220.2,-120.8],"shL":[-58.9,-140.3],"elL":[-132.7,-108.1],"haL":[-217.3,-76.9],"hipR":[29.3,7.5],"knR":[35.7,163.8],"ftR":[44.6,283.2],"hipL":[-28.8,9.5],"knL":[-40.6,165.4],"ftL":[-52.9,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.4,-86.2],"neck":[-0.5,-146.4],"head":[-2.9,-178],"shR":[56.6,-147.2],"elR":[135.5,-132.6],"haR":[220.2,-121.4],"shL":[-59.1,-140.2],"elL":[-133,-108.2],"haL":[-217.5,-77],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.7,283.1],"hipL":[-28.8,9.5],"knL":[-40.6,165.5],"ftL":[-52.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.3,-86.3],"neck":[-0.7,-146.4],"head":[-3.1,-178],"shR":[56.5,-147.3],"elR":[135.4,-133],"haR":[220.2,-122],"shL":[-59.2,-140.2],"elL":[-133.1,-108.2],"haL":[-217.7,-77],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.8,283.1],"hipL":[-28.8,9.5],"knL":[-40.5,165.5],"ftL":[-52.8,284.2]},{"rootY":0,"hips":[0,0],"chest":[1.2,-86.4],"neck":[-0.8,-146.4],"head":[-3.3,-178],"shR":[56.3,-147.5],"elR":[135.3,-133.5],"haR":[220.1,-122.6],"shL":[-59.3,-140.1],"elL":[-133.2,-108.2],"haL":[-217.8,-77.1],"hipR":[29.3,7.5],"knR":[35.6,163.8],"ftR":[44.9,283.1],"hipL":[-28.8,9.5],"knL":[-40.4,165.5],"ftL":[-52.6,284.2]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.4],"neck":[-0.9,-146.4],"head":[-3.5,-178],"shR":[56.1,-147.7],"elR":[135.2,-133.9],"haR":[220,-123],"shL":[-59.5,-140.2],"elL":[-133.3,-108.2],"haL":[-217.9,-77],"hipR":[29.3,7.5],"knR":[35.8,163.8],"ftR":[45.2,283.1],"hipL":[-28.8,9.5],"knL":[-40.3,165.5],"ftL":[-52.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.4],"neck":[-1,-146.4],"head":[-3.6,-178],"shR":[55.9,-147.9],"elR":[135,-134.2],"haR":[219.7,-123.2],"shL":[-59.6,-140.2],"elL":[-133.4,-108.3],"haL":[-217.9,-76.9],"hipR":[29.3,7.5],"knR":[36,163.8],"ftR":[45.5,283],"hipL":[-28.8,9.5],"knL":[-40.3,165.5],"ftL":[-52.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.4],"neck":[-1.1,-146.4],"head":[-3.7,-177.9],"shR":[55.7,-148.2],"elR":[134.8,-134.4],"haR":[219.4,-123.1],"shL":[-59.6,-140.4],"elL":[-133.5,-108.3],"haL":[-217.9,-76.7],"hipR":[29.3,7.5],"knR":[36.1,163.8],"ftR":[45.7,283],"hipL":[-28.8,9.5],"knL":[-40.2,165.5],"ftL":[-52,284.3]},{"rootY":0,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.2,-146.4],"head":[-3.9,-177.9],"shR":[55.6,-148.5],"elR":[134.6,-134.4],"haR":[219,-122.8],"shL":[-59.7,-140.5],"elL":[-133.5,-108.2],"haL":[-217.8,-76.5],"hipR":[29.3,7.5],"knR":[36.2,163.8],"ftR":[46,283],"hipL":[-28.8,9.5],"knL":[-40,165.5],"ftL":[-51.8,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.2,-146.4],"head":[-4,-177.9],"shR":[55.4,-148.7],"elR":[134.3,-134.4],"haR":[218.6,-122.2],"shL":[-59.8,-140.6],"elL":[-133.4,-108.1],"haL":[-217.7,-76.1],"hipR":[29.3,7.5],"knR":[36.4,163.8],"ftR":[46.3,283],"hipL":[-28.8,9.5],"knL":[-39.9,165.5],"ftL":[-51.5,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1,-86.5],"neck":[-1.3,-146.4],"head":[-4,-178],"shR":[55.3,-148.8],"elR":[134.1,-134.1],"haR":[218.2,-121.4],"shL":[-59.8,-140.7],"elL":[-133.4,-107.9],"haL":[-217.5,-75.5],"hipR":[29.3,7.5],"knR":[36.5,163.8],"ftR":[46.5,283],"hipL":[-28.8,9.5],"knL":[-39.7,165.6],"ftL":[-51.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.6],"neck":[-1.3,-146.5],"head":[-4.1,-178],"shR":[55.2,-148.8],"elR":[133.9,-133.8],"haR":[217.8,-120.6],"shL":[-59.9,-140.8],"elL":[-133.3,-107.7],"haL":[-217.3,-75],"hipR":[29.3,7.5],"knR":[36.6,163.8],"ftR":[46.6,283],"hipL":[-28.8,9.5],"knL":[-39.5,165.6],"ftL":[-51.1,284.3]},{"rootY":0,"hips":[0,0],"chest":[1.1,-86.6],"neck":[-1.2,-146.5],"head":[-4.1,-178],"shR":[55.1,-148.8],"elR":[133.7,-133.5],"haR":[217.4,-119.8],"shL":[-59.9,-140.8],"elL":[-133.2,-107.4],"haL":[-217.1,-74.6],"hipR":[29.3,7.5],"knR":[36.6,163.8],"ftR":[46.8,283],"hipL":[-28.8,9.5],"knL":[-39.4,165.6],"ftL":[-50.9,284.2]},{"rootY":-0.1,"hips":[0,0],"chest":[1.2,-86.6],"neck":[-1.1,-146.5],"head":[-4,-178],"shR":[55.2,-148.7],"elR":[133.7,-133.2],"haR":[217.2,-119.3],"shL":[-59.8,-140.7],"elL":[-133.1,-107.2],"haL":[-216.8,-74.3],"hipR":[29.4,7.5],"knR":[37,163.8],"ftR":[47.2,282.9],"hipL":[-28.8,9.5],"knL":[-39.2,165.6],"ftL":[-50.7,284.3]},{"rootY":-0.1,"hips":[0,0],"chest":[1.3,-86.5],"neck":[-0.9,-146.5],"head":[-3.9,-178],"shR":[55.4,-148.5],"elR":[133.8,-132.9],"haR":[217.1,-118.9],"shL":[-59.6,-140.7],"elL":[-132.9,-107.2],"haL":[-216.6,-74.2],"hipR":[29.4,7.4],"knR":[37.7,163.7],"ftR":[47.8,282.9],"hipL":[-28.7,9.6],"knL":[-39,165.7],"ftL":[-50.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[1.4,-86.5],"neck":[-0.7,-146.4],"head":[-3.6,-178],"shR":[55.6,-148.3],"elR":[134,-132.8],"haR":[217.2,-118.8],"shL":[-59.4,-140.8],"elL":[-132.7,-107.4],"haL":[-216.5,-74.5],"hipR":[29.4,7.4],"knR":[38.3,163.6],"ftR":[48.5,282.8],"hipL":[-28.7,9.6],"knL":[-38.9,165.7],"ftL":[-50,284.5]},{"rootY":-0.2,"hips":[0,0],"chest":[1.4,-86.4],"neck":[-0.5,-146.4],"head":[-3.4,-177.9],"shR":[55.7,-148.3],"elR":[134.1,-132.8],"haR":[217.2,-118.8],"shL":[-59.2,-141],"elL":[-132.7,-107.8],"haL":[-216.5,-75.2],"hipR":[29.4,7.4],"knR":[38.7,163.6],"ftR":[48.9,282.8],"hipL":[-28.8,9.5],"knL":[-38.9,165.7],"ftL":[-49.7,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.5,-86.4],"neck":[-0.3,-146.4],"head":[-3.2,-177.9],"shR":[55.8,-148.5],"elR":[134.2,-133],"haR":[217.2,-119],"shL":[-59.1,-141.2],"elL":[-132.7,-108.3],"haL":[-216.7,-76.1],"hipR":[29.3,7.5],"knR":[39,163.7],"ftR":[49.3,282.9],"hipL":[-28.8,9.5],"knL":[-38.8,165.6],"ftL":[-49.4,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.5,-86.3],"neck":[-0.2,-146.4],"head":[-3,-177.9],"shR":[56,-148.5],"elR":[134.4,-133.1],"haR":[217.5,-119.3],"shL":[-58.9,-141.2],"elL":[-132.7,-108.8],"haL":[-216.9,-77.1],"hipR":[29.3,7.5],"knR":[39.3,163.7],"ftR":[49.9,282.9],"hipL":[-28.8,9.4],"knL":[-38.7,165.6],"ftL":[-48.9,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.6,-86.3],"neck":[0,-146.4],"head":[-2.7,-178],"shR":[56.3,-148.3],"elR":[134.7,-133.1],"haR":[217.9,-119.6],"shL":[-58.7,-141.3],"elL":[-132.7,-109.3],"haL":[-217.1,-78.2],"hipR":[29.3,7.6],"knR":[39.6,163.7],"ftR":[50.4,282.9],"hipL":[-28.8,9.4],"knL":[-38.3,165.6],"ftL":[-48.5,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.7,-86.3],"neck":[0.2,-146.4],"head":[-2.5,-178],"shR":[56.6,-148.2],"elR":[135.1,-133.1],"haR":[218.3,-119.9],"shL":[-58.5,-141.3],"elL":[-132.7,-109.8],"haL":[-217.3,-79.1],"hipR":[29.3,7.6],"knR":[39.8,163.7],"ftR":[50.9,282.9],"hipL":[-28.8,9.4],"knL":[-38,165.6],"ftL":[-48,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.8,-86.3],"neck":[0.3,-146.5],"head":[-2.3,-178.1],"shR":[56.8,-148.1],"elR":[135.4,-133],"haR":[218.7,-120],"shL":[-58.4,-141.3],"elL":[-132.7,-110],"haL":[-217.4,-79.8],"hipR":[29.3,7.6],"knR":[39.9,163.7],"ftR":[51.3,282.8],"hipL":[-28.8,9.4],"knL":[-37.5,165.5],"ftL":[-47.5,284.5]},{"rootY":-0.3,"hips":[0,0],"chest":[1.9,-86.3],"neck":[0.5,-146.6],"head":[-2,-178.2],"shR":[57.1,-148],"elR":[135.7,-132.8],"haR":[219.2,-119.8],"shL":[-58.2,-141.2],"elL":[-132.6,-110.2],"haL":[-217.4,-80.3],"hipR":[29.3,7.7],"knR":[40,163.8],"ftR":[51.8,282.8],"hipL":[-28.8,9.3],"knL":[-37.1,165.5],"ftL":[-47,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2,-86.3],"neck":[0.7,-146.6],"head":[-1.8,-178.2],"shR":[57.4,-147.7],"elR":[136,-132.4],"haR":[219.8,-119.6],"shL":[-58,-141.1],"elL":[-132.5,-110.2],"haL":[-217.4,-80.7],"hipR":[29.3,7.7],"knR":[40.1,163.8],"ftR":[52.2,282.8],"hipL":[-28.8,9.3],"knL":[-36.7,165.5],"ftL":[-46.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.1,-86.3],"neck":[0.8,-146.7],"head":[-1.5,-178.3],"shR":[57.7,-147.4],"elR":[136.4,-132.1],"haR":[220.4,-119.2],"shL":[-57.9,-141],"elL":[-132.4,-110.4],"haL":[-217.5,-81.1],"hipR":[29.3,7.8],"knR":[40.3,163.8],"ftR":[52.7,282.8],"hipL":[-28.8,9.2],"knL":[-36.5,165.4],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.2,-86.3],"neck":[1,-146.7],"head":[-1.3,-178.3],"shR":[57.9,-147.3],"elR":[136.6,-131.8],"haR":[220.7,-118.6],"shL":[-57.7,-141.1],"elL":[-132.4,-110.6],"haL":[-217.4,-81.6],"hipR":[29.2,7.8],"knR":[40.6,163.8],"ftR":[53.1,282.8],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.3],"neck":[1.1,-146.7],"head":[-1,-178.3],"shR":[58.1,-147.3],"elR":[136.8,-131.4],"haR":[221,-118],"shL":[-57.6,-141.2],"elL":[-132.3,-110.8],"haL":[-217.4,-82.1],"hipR":[29.2,7.8],"knR":[40.9,163.8],"ftR":[53.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.2,165.4],"ftL":[-45.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.3,-146.7],"head":[-0.8,-178.3],"shR":[58.3,-147.1],"elR":[137,-131.1],"haR":[221.3,-117.5],"shL":[-57.4,-141.3],"elL":[-132.2,-111.2],"haL":[-217.4,-82.7],"hipR":[29.2,7.9],"knR":[41.1,163.9],"ftR":[53.6,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-45.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.2],"neck":[1.4,-146.6],"head":[-0.6,-178.3],"shR":[58.5,-146.9],"elR":[137.2,-130.7],"haR":[221.6,-117],"shL":[-57.3,-141.3],"elL":[-132.2,-111.4],"haL":[-217.4,-83.3],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.8,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-45,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.2],"neck":[1.5,-146.6],"head":[-0.4,-178.3],"shR":[58.7,-146.7],"elR":[137.4,-130.3],"haR":[221.9,-116.6],"shL":[-57.1,-141.3],"elL":[-132.2,-111.7],"haL":[-217.5,-84],"hipR":[29.2,7.9],"knR":[41.3,163.9],"ftR":[54,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.7,-146.6],"head":[-0.2,-178.3],"shR":[58.9,-146.5],"elR":[137.6,-130],"haR":[222.2,-116.1],"shL":[-57,-141.4],"elL":[-132.1,-112],"haL":[-217.5,-84.5],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54.1,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[1.8,-146.6],"head":[0,-178.3],"shR":[59.1,-146.3],"elR":[137.8,-129.7],"haR":[222.5,-115.6],"shL":[-56.8,-141.5],"elL":[-132,-112.3],"haL":[-217.5,-84.9],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.3,-86.2],"neck":[2,-146.6],"head":[0.2,-178.3],"shR":[59.3,-146.1],"elR":[138,-129.3],"haR":[222.8,-115.2],"shL":[-56.6,-141.7],"elL":[-131.9,-112.6],"haL":[-217.3,-85.3],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.8,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-86.1],"neck":[2.2,-146.6],"head":[0.4,-178.2],"shR":[59.6,-146],"elR":[138.2,-129],"haR":[223.1,-114.7],"shL":[-56.4,-141.8],"elL":[-131.7,-112.8],"haL":[-217.1,-85.5],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.6,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-86.1],"neck":[2.4,-146.5],"head":[0.7,-178.2],"shR":[59.9,-145.8],"elR":[138.5,-128.7],"haR":[223.5,-114.2],"shL":[-56.2,-141.9],"elL":[-131.5,-112.9],"haL":[-216.9,-85.8],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.2,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.6,-86.1],"neck":[2.7,-146.5],"head":[1,-178.2],"shR":[60.2,-145.6],"elR":[138.8,-128.4],"haR":[223.8,-113.9],"shL":[-55.9,-141.8],"elL":[-131.2,-112.9],"haL":[-216.7,-86],"hipR":[29.2,7.9],"knR":[41.5,163.9],"ftR":[54.1,282.9],"hipL":[-28.9,9.1],"knL":[-35.9,165.3],"ftL":[-44.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.7,-86],"neck":[2.9,-146.5],"head":[1.2,-178.2],"shR":[60.4,-145.4],"elR":[139,-128],"haR":[224.2,-113.5],"shL":[-55.7,-141.8],"elL":[-131,-112.9],"haL":[-216.5,-86.1],"hipR":[29.2,7.9],"knR":[41.4,163.9],"ftR":[54,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-44.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.7,-86],"neck":[3,-146.5],"head":[1.4,-178.2],"shR":[60.6,-145.1],"elR":[139.3,-127.7],"haR":[224.5,-113.1],"shL":[-55.6,-141.8],"elL":[-130.9,-112.9],"haL":[-216.4,-86.1],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.9,282.9],"hipL":[-28.9,9.1],"knL":[-36,165.3],"ftL":[-44.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.2,-146.5],"head":[1.6,-178.2],"shR":[60.8,-144.8],"elR":[139.4,-127.3],"haR":[224.8,-112.6],"shL":[-55.5,-141.8],"elL":[-130.8,-113],"haL":[-216.3,-86.2],"hipR":[29.2,7.9],"knR":[41.2,163.9],"ftR":[53.7,282.9],"hipL":[-28.8,9.1],"knL":[-36.1,165.3],"ftL":[-45,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.2,-146.5],"head":[1.8,-178.2],"shR":[60.9,-144.7],"elR":[139.5,-127],"haR":[225,-112.2],"shL":[-55.4,-141.8],"elL":[-130.7,-113],"haL":[-216.2,-86.3],"hipR":[29.2,7.9],"knR":[41.1,163.9],"ftR":[53.6,282.9],"hipL":[-28.8,9.1],"knL":[-36.2,165.3],"ftL":[-45.1,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.8,-86],"neck":[3.3,-146.5],"head":[1.9,-178.2],"shR":[61,-144.5],"elR":[139.6,-126.6],"haR":[225.2,-111.6],"shL":[-55.3,-141.8],"elL":[-130.7,-113.1],"haL":[-216.2,-86.5],"hipR":[29.2,7.9],"knR":[41,163.9],"ftR":[53.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.3,165.3],"ftL":[-45.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.4,-146.4],"head":[2.1,-178.1],"shR":[61.1,-144.2],"elR":[139.7,-126.2],"haR":[225.4,-111.1],"shL":[-55.2,-141.8],"elL":[-130.6,-113.2],"haL":[-216.2,-86.8],"hipR":[29.2,7.9],"knR":[40.9,163.9],"ftR":[53.2,282.9],"hipL":[-28.8,9.1],"knL":[-36.4,165.3],"ftL":[-45.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.5,-146.4],"head":[2.2,-178.1],"shR":[61.3,-143.9],"elR":[139.8,-125.8],"haR":[225.5,-110.5],"shL":[-55.1,-141.8],"elL":[-130.6,-113.3],"haL":[-216.2,-87],"hipR":[29.2,7.9],"knR":[40.9,163.9],"ftR":[53.1,283],"hipL":[-28.8,9.1],"knL":[-36.5,165.3],"ftL":[-45.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.6,-146.4],"head":[2.3,-178.1],"shR":[61.4,-143.7],"elR":[139.9,-125.3],"haR":[225.6,-109.8],"shL":[-55,-141.8],"elL":[-130.5,-113.4],"haL":[-216.2,-87.1],"hipR":[29.2,7.9],"knR":[40.8,163.9],"ftR":[52.9,283],"hipL":[-28.8,9.1],"knL":[-36.6,165.3],"ftL":[-45.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.9,-85.9],"neck":[3.7,-146.4],"head":[2.5,-178.1],"shR":[61.5,-143.5],"elR":[140,-124.8],"haR":[225.7,-109],"shL":[-54.9,-141.8],"elL":[-130.4,-113.5],"haL":[-216.1,-87.3],"hipR":[29.2,7.9],"knR":[40.7,163.9],"ftR":[52.7,283],"hipL":[-28.8,9.1],"knL":[-36.7,165.3],"ftL":[-45.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3,-85.9],"neck":[3.9,-146.4],"head":[2.7,-178.1],"shR":[61.7,-143.3],"elR":[140.1,-124.4],"haR":[225.8,-108.4],"shL":[-54.8,-141.9],"elL":[-130.3,-113.6],"haL":[-216,-87.4],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.6,283],"hipL":[-28.8,9.1],"knL":[-36.8,165.3],"ftL":[-45.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.1,-85.9],"neck":[4.1,-146.4],"head":[2.9,-178.1],"shR":[61.9,-143.1],"elR":[140.3,-124.1],"haR":[225.9,-107.9],"shL":[-54.6,-142],"elL":[-130.1,-113.7],"haL":[-215.8,-87.6],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.5,283],"hipL":[-28.8,9.1],"knL":[-36.8,165.3],"ftL":[-46,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.1,-85.9],"neck":[4.3,-146.3],"head":[3.2,-178.1],"shR":[62.2,-142.9],"elR":[140.5,-123.9],"haR":[226.1,-107.7],"shL":[-54.3,-142.1],"elL":[-129.9,-113.9],"haL":[-215.6,-87.8],"hipR":[29.2,7.8],"knR":[40.4,163.9],"ftR":[52.5,283],"hipL":[-28.8,9.1],"knL":[-36.9,165.3],"ftL":[-46.1,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.2,-85.9],"neck":[4.6,-146.3],"head":[3.5,-178],"shR":[62.4,-142.6],"elR":[140.8,-123.8],"haR":[226.3,-107.9],"shL":[-54.1,-142.2],"elL":[-129.7,-114.2],"haL":[-215.5,-88.2],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.4,283],"hipL":[-28.8,9.1],"knL":[-36.9,165.3],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.3,-85.9],"neck":[4.8,-146.3],"head":[3.8,-178],"shR":[62.6,-142.3],"elR":[141.1,-123.9],"haR":[226.5,-108.3],"shL":[-53.9,-142.3],"elL":[-129.6,-114.5],"haL":[-215.4,-88.7],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.3,283],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-46.2,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.4,-85.9],"neck":[4.9,-146.3],"head":[4,-178],"shR":[62.8,-142.2],"elR":[141.3,-124],"haR":[226.5,-108.8],"shL":[-53.7,-142.4],"elL":[-129.5,-114.8],"haL":[-215.3,-89.3],"hipR":[29.2,7.8],"knR":[40.3,163.9],"ftR":[52.2,283],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-46.3,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.5,-85.9],"neck":[5,-146.2],"head":[4.2,-177.9],"shR":[62.8,-142.1],"elR":[141.4,-124.2],"haR":[226.5,-109.3],"shL":[-53.6,-142.6],"elL":[-129.5,-115.2],"haL":[-215.3,-89.8],"hipR":[29.2,7.8],"knR":[40.2,163.9],"ftR":[52.1,283],"hipL":[-28.8,9.2],"knL":[-37,165.4],"ftL":[-46.4,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.5,-85.9],"neck":[4.9,-146.2],"head":[4.2,-177.9],"shR":[62.8,-142],"elR":[141.3,-124.4],"haR":[226.3,-109.8],"shL":[-53.7,-142.8],"elL":[-129.6,-115.5],"haL":[-215.4,-90.2],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[52,283],"hipL":[-28.8,9.2],"knL":[-37,165.4],"ftL":[-46.5,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.4,-85.9],"neck":[4.8,-146.2],"head":[4.1,-177.9],"shR":[62.6,-142.1],"elR":[141.2,-124.5],"haR":[226,-110.1],"shL":[-53.8,-142.9],"elL":[-129.7,-115.6],"haL":[-215.6,-90.4],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[51.8,283],"hipL":[-28.8,9.2],"knL":[-37.1,165.4],"ftL":[-46.7,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.3,-85.9],"neck":[4.6,-146.2],"head":[3.9,-177.9],"shR":[62.4,-142.1],"elR":[140.9,-124.5],"haR":[225.5,-110.3],"shL":[-54,-143],"elL":[-129.9,-115.6],"haL":[-215.8,-90.4],"hipR":[29.3,7.8],"knR":[40,163.9],"ftR":[51.6,282.9],"hipL":[-28.8,9.2],"knL":[-37.2,165.4],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[3.2,-86],"neck":[4.3,-146.2],"head":[3.6,-177.9],"shR":[62.2,-142],"elR":[140.6,-124.4],"haR":[225.1,-110.4],"shL":[-54.3,-142.9],"elL":[-130.1,-115.4],"haL":[-215.9,-89.9],"hipR":[29.3,7.7],"knR":[39.9,163.8],"ftR":[51.4,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-47,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.1,-86],"neck":[4.1,-146.2],"head":[3.4,-177.9],"shR":[62,-141.8],"elR":[140.3,-123.7],"haR":[224.6,-110.6],"shL":[-54.5,-142.7],"elL":[-130.2,-114.8],"haL":[-215.9,-88.9],"hipR":[29.3,7.7],"knR":[39.8,163.8],"ftR":[51.2,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-47.2,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.9,-86],"neck":[4,-146.2],"head":[3.1,-177.9],"shR":[62,-141.6],"elR":[139.9,-121.8],"haR":[223.9,-111.2],"shL":[-54.6,-142.2],"elL":[-130.1,-113.9],"haL":[-215.7,-87.3],"hipR":[29.3,7.7],"knR":[39.7,163.8],"ftR":[51.1,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.5],"ftL":[-47.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.8,-86],"neck":[3.9,-146.2],"head":[2.9,-177.8],"shR":[62,-141.3],"elR":[139,-118.4],"haR":[222.5,-112.1],"shL":[-54.7,-141.5],"elL":[-130,-112.5],"haL":[-215.4,-85.1],"hipR":[29.3,7.7],"knR":[39.6,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-86],"neck":[3.7,-146.2],"head":[2.6,-177.8],"shR":[61.9,-140.9],"elR":[137.7,-114.8],"haR":[220.2,-113.1],"shL":[-54.9,-140.7],"elL":[-129.8,-110.8],"haL":[-214.7,-82.1],"hipR":[29.3,7.7],"knR":[39.5,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-86],"neck":[3.5,-146.1],"head":[2.3,-177.7],"shR":[61.8,-140.4],"elR":[136.8,-112.6],"haR":[217.4,-114.7],"shL":[-55.1,-140.1],"elL":[-129.4,-108.8],"haL":[-213.8,-78.4],"hipR":[29.2,7.7],"knR":[39.5,163.8],"ftR":[51.1,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.4,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.3,-146.1],"head":[2,-177.7],"shR":[61.6,-140.2],"elR":[136.4,-112.1],"haR":[214.6,-116.8],"shL":[-55.2,-139.5],"elL":[-128.9,-106.7],"haL":[-212.7,-74.7],"hipR":[29.2,7.7],"knR":[39.5,163.9],"ftR":[51.2,282.9],"hipL":[-28.8,9.3],"knL":[-37.5,165.5],"ftL":[-47.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.3,-146.1],"head":[1.7,-177.6],"shR":[61.5,-140.7],"elR":[136,-112.3],"haR":[211.8,-119.6],"shL":[-55.3,-138.9],"elL":[-128.4,-104.8],"haL":[-211.6,-71.4],"hipR":[29.2,7.8],"knR":[39.7,163.9],"ftR":[51.4,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-47.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.4,-85.9],"neck":[3.2,-146],"head":[1.4,-177.6],"shR":[61.3,-141.6],"elR":[135.3,-113],"haR":[209.2,-122.5],"shL":[-55.4,-138.3],"elL":[-128,-103.1],"haL":[-210.6,-68.5],"hipR":[29.2,7.8],"knR":[40.1,163.9],"ftR":[51.6,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-47,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-85.8],"neck":[2.9,-145.9],"head":[0.8,-177.5],"shR":[60.8,-142.5],"elR":[134.5,-114.3],"haR":[206.8,-124.9],"shL":[-55.7,-137.8],"elL":[-127.8,-101.7],"haL":[-210,-65.9],"hipR":[29.2,7.8],"knR":[40.5,163.8],"ftR":[51.7,282.9],"hipL":[-28.8,9.2],"knL":[-37.5,165.4],"ftL":[-46.9,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.4,-85.8],"neck":[2.5,-145.9],"head":[0.1,-177.4],"shR":[60.2,-143.2],"elR":[133.9,-116.2],"haR":[204.8,-126.6],"shL":[-56.2,-137.4],"elL":[-127.8,-100.3],"haL":[-209.5,-63.5],"hipR":[29.2,7.8],"knR":[41,163.8],"ftR":[51.8,282.9],"hipL":[-28.8,9.2],"knL":[-37.4,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-85.7],"neck":[1.9,-145.8],"head":[-0.7,-177.3],"shR":[59.3,-144],"elR":[133.4,-118.6],"haR":[203.1,-127.7],"shL":[-56.8,-136.9],"elL":[-128,-99.1],"haL":[-209.3,-61.4],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.2,"hips":[0,0],"chest":[2.5,-85.7],"neck":[1.3,-145.8],"head":[-1.5,-177.3],"shR":[58.5,-144.7],"elR":[132.7,-120.6],"haR":[201.9,-128.2],"shL":[-57.4,-136.5],"elL":[-128.3,-98.1],"haL":[-209.4,-59.8],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.3,165.5],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[0.7,-145.8],"head":[-2.3,-177.3],"shR":[57.6,-145.2],"elR":[131.7,-122],"haR":[201,-127.9],"shL":[-58,-136.1],"elL":[-128.8,-97.4],"haL":[-209.8,-58.7],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.7,282.9],"hipL":[-28.8,9.3],"knL":[-37.1,165.6],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[0.1,-145.8],"head":[-3.1,-177.3],"shR":[56.8,-145.5],"elR":[130.6,-123.2],"haR":[200.4,-126.9],"shL":[-58.6,-135.7],"elL":[-129.3,-96.9],"haL":[-210.3,-58.1],"hipR":[29.3,7.6],"knR":[41.2,163.7],"ftR":[51.7,282.8],"hipL":[-28.8,9.3],"knL":[-37,165.6],"ftL":[-46.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[-0.4,-145.8],"head":[-3.8,-177.3],"shR":[56.1,-145.9],"elR":[129.8,-124.5],"haR":[200.2,-125.1],"shL":[-59.1,-135.4],"elL":[-129.8,-96.6],"haL":[-211,-58],"hipR":[29.3,7.6],"knR":[41.2,163.6],"ftR":[51.7,282.8],"hipL":[-28.8,9.4],"knL":[-37,165.6],"ftL":[-46.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.5,-85.7],"neck":[-0.8,-145.8],"head":[-4.3,-177.3],"shR":[55.6,-146.1],"elR":[129.2,-125.6],"haR":[200.3,-123.3],"shL":[-59.4,-135],"elL":[-130.1,-96.6],"haL":[-211.7,-58.2],"hipR":[29.3,7.6],"knR":[41.2,163.7],"ftR":[51.7,282.9],"hipL":[-28.8,9.3],"knL":[-36.9,165.6],"ftL":[-46.8,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.6,-85.7],"neck":[-0.9,-145.8],"head":[-4.5,-177.4],"shR":[55.3,-146.2],"elR":[128.9,-125.9],"haR":[200.6,-121.9],"shL":[-59.5,-134.8],"elL":[-130.4,-96.7],"haL":[-212.2,-58.8],"hipR":[29.3,7.7],"knR":[41.3,163.7],"ftR":[51.8,282.9],"hipL":[-28.8,9.3],"knL":[-36.8,165.6],"ftL":[-46.7,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.7,-85.7],"neck":[-0.9,-145.8],"head":[-4.6,-177.4],"shR":[55.2,-145.8],"elR":[129,-125.6],"haR":[201.1,-120.7],"shL":[-59.4,-134.6],"elL":[-130.3,-96.9],"haL":[-212.4,-59.3],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[51.9,282.9],"hipL":[-28.8,9.3],"knL":[-36.8,165.5],"ftL":[-46.5,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[2.8,-85.6],"neck":[-0.7,-145.9],"head":[-4.4,-177.4],"shR":[55.4,-145.3],"elR":[129.3,-125.2],"haR":[202,-119.4],"shL":[-59.2,-134.5],"elL":[-130,-96.9],"haL":[-212.1,-59.3],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[52.1,282.9],"hipL":[-28.8,9.3],"knL":[-36.6,165.5],"ftL":[-46.3,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.4,-145.9],"head":[-4.2,-177.4],"shR":[55.6,-144.9],"elR":[129.8,-125.3],"haR":[203.1,-118],"shL":[-58.8,-134.3],"elL":[-129.4,-96.5],"haL":[-211.3,-58.7],"hipR":[29.3,7.7],"knR":[41.4,163.7],"ftR":[52.3,282.9],"hipL":[-28.9,9.2],"knL":[-36.5,165.5],"ftL":[-46.1,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.4,-85.6],"neck":[-0.1,-145.9],"head":[-3.9,-177.5],"shR":[55.8,-144.9],"elR":[130.1,-125.6],"haR":[204.4,-116.6],"shL":[-58.4,-134.1],"elL":[-128.6,-95.9],"haL":[-210.3,-57.5],"hipR":[29.3,7.8],"knR":[41.4,163.8],"ftR":[52.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.4,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[3.8,-85.6],"neck":[0.1,-146],"head":[-3.8,-177.5],"shR":[55.9,-145],"elR":[130.3,-125.8],"haR":[205.4,-115.6],"shL":[-58.1,-133.7],"elL":[-127.9,-95],"haL":[-209.3,-56.1],"hipR":[29.3,7.8],"knR":[41.3,163.8],"ftR":[52.5,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[4,-85.6],"neck":[0.2,-146],"head":[-3.8,-177.5],"shR":[55.9,-144.7],"elR":[130.5,-125.6],"haR":[206.2,-114.8],"shL":[-57.9,-133.2],"elL":[-127.4,-94.1],"haL":[-208.5,-54.8],"hipR":[29.3,7.8],"knR":[41.1,163.8],"ftR":[52.4,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.4],"ftL":[-45.9,284.4]},{"rootY":-0.1,"hips":[0,0],"chest":[4.1,-85.6],"neck":[0.2,-146],"head":[-3.9,-177.5],"shR":[55.8,-144.3],"elR":[130.6,-125.1],"haR":[206.6,-114.3],"shL":[-57.9,-132.8],"elL":[-127.1,-93.3],"haL":[-207.9,-53.5],"hipR":[29.2,7.8],"knR":[40.9,163.8],"ftR":[52.3,282.9],"hipL":[-28.9,9.2],"knL":[-36.3,165.3],"ftL":[-46.1,284.4]},{"rootY":0,"hips":[0,0],"chest":[4,-85.6],"neck":[-0.1,-146],"head":[-4.2,-177.6],"shR":[55.6,-143.8],"elR":[130.5,-124.5],"haR":[206.7,-114],"shL":[-58.1,-132.5],"elL":[-126.9,-92.4],"haL":[-207.3,-51.8],"hipR":[29.2,7.8],"knR":[40.7,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.4,165.3],"ftL":[-46.4,284.4]},{"rootY":0,"hips":[0,0],"chest":[3.8,-85.6],"neck":[-0.4,-146.1],"head":[-4.6,-177.6],"shR":[55.4,-143.6],"elR":[130.3,-124.1],"haR":[206.3,-113.7],"shL":[-58.4,-132.2],"elL":[-126.7,-91.3],"haL":[-206.6,-49.8],"hipR":[29.2,7.8],"knR":[40.3,163.7],"ftR":[51.5,282.9],"hipL":[-28.8,9.2],"knL":[-36.6,165.3],"ftL":[-46.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.7,-85.7],"neck":[-0.7,-146.1],"head":[-5,-177.6],"shR":[55.1,-143.6],"elR":[129.8,-123.9],"haR":[205.7,-113.7],"shL":[-58.7,-131.9],"elL":[-126.4,-90.1],"haL":[-205.8,-47.5],"hipR":[29.3,7.8],"knR":[39.9,163.7],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-47.2,284.4]},{"rootY":0,"hips":[0,0],"chest":[3.6,-85.7],"neck":[-1,-146.1],"head":[-5.4,-177.6],"shR":[54.8,-143.3],"elR":[129.5,-123.1],"haR":[204.8,-114.3],"shL":[-58.9,-131.2],"elL":[-126.1,-88.5],"haL":[-205,-44.9],"hipR":[29.3,7.8],"knR":[39.5,163.7],"ftR":[50.7,282.9],"hipL":[-28.8,9.2],"knL":[-37.3,165.3],"ftL":[-47.7,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.4,-85.6],"neck":[-1.2,-146.1],"head":[-5.7,-177.5],"shR":[54.8,-142.1],"elR":[129.4,-120.4],"haR":[202.6,-115],"shL":[-59,-130.2],"elL":[-125.3,-86.2],"haL":[-203.4,-41.2],"hipR":[29.3,7.8],"knR":[39.2,163.7],"ftR":[50.3,282.9],"hipL":[-28.8,9.2],"knL":[-37.6,165.3],"ftL":[-48.1,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.2,-85.6],"neck":[-1.1,-146],"head":[-5.8,-177.5],"shR":[55.1,-139.7],"elR":[129.7,-116],"haR":[198.4,-114.9],"shL":[-58.8,-129],"elL":[-123.5,-82.8],"haL":[-200.4,-35.6],"hipR":[29.3,7.7],"knR":[38.9,163.7],"ftR":[50,282.9],"hipL":[-28.8,9.2],"knL":[-37.8,165.3],"ftL":[-48.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.9,-146],"head":[-5.7,-177.5],"shR":[55.4,-137.2],"elR":[130.1,-111.1],"haR":[191.9,-113.1],"shL":[-58.3,-127.6],"elL":[-120.4,-78.2],"haL":[-195.2,-27.8],"hipR":[29.3,7.7],"knR":[38.6,163.7],"ftR":[49.8,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.2],"ftL":[-48.6,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.7,-146],"head":[-5.4,-177.5],"shR":[55.8,-135.4],"elR":[130.4,-107.1],"haR":[184,-109],"shL":[-57.7,-126],"elL":[-116,-72.6],"haL":[-187.5,-17.8],"hipR":[29.3,7.7],"knR":[38.3,163.7],"ftR":[49.7,282.8],"hipL":[-28.8,9.3],"knL":[-38,165.2],"ftL":[-48.7,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.1,-85.6],"neck":[-0.4,-146],"head":[-5,-177.5],"shR":[56.2,-134.2],"elR":[130.3,-104],"haR":[176.4,-103.7],"shL":[-57.1,-124.8],"elL":[-109.9,-66.3],"haL":[-176,-5.8],"hipR":[29.3,7.7],"knR":[38.2,163.7],"ftR":[49.7,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.2],"ftL":[-48.7,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3,-85.6],"neck":[0.2,-146],"head":[-4.3,-177.5],"shR":[56.6,-133.1],"elR":[129.8,-100.4],"haR":[171,-99.2],"shL":[-56.4,-124.4],"elL":[-102.1,-60.2],"haL":[-160.1,7.1],"hipR":[29.3,7.7],"knR":[38.3,163.7],"ftR":[50,282.8],"hipL":[-28.8,9.3],"knL":[-37.8,165.2],"ftL":[-48.4,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[2.9,-85.6],"neck":[1,-146.1],"head":[-3.3,-177.6],"shR":[57.3,-132.4],"elR":[128.6,-96],"haR":[167.5,-97.2],"shL":[-55.7,-124.7],"elL":[-93.3,-55],"haL":[-141.4,19.1],"hipR":[29.3,7.7],"knR":[38.5,163.7],"ftR":[50.5,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.1],"ftL":[-47.9,284.3]},{"rootY":0.1,"hips":[0,0],"chest":[3.2,-85.6],"neck":[2.3,-146.1],"head":[-2,-177.6],"shR":[58.4,-132.1],"elR":[126.7,-91],"haR":[164.5,-99.4],"shL":[-54.4,-124.8],"elL":[-84.3,-50.9],"haL":[-122,29.1],"hipR":[29.2,7.8],"knR":[38.7,163.8],"ftR":[51.2,282.8],"hipL":[-28.9,9.2],"knL":[-37.3,165],"ftL":[-47.2,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[4,-85.5],"neck":[4,-146],"head":[-0.1,-177.5],"shR":[59.9,-131.9],"elR":[124.7,-86],"haR":[161.3,-105.7],"shL":[-52.6,-124.4],"elL":[-75,-47.5],"haL":[-102.7,36.9],"hipR":[29.2,7.9],"knR":[38.8,163.9],"ftR":[52.1,282.8],"hipL":[-28.9,9.1],"knL":[-36.9,165],"ftL":[-46.4,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[5,-85.3],"neck":[5.8,-145.8],"head":[1.7,-177.3],"shR":[61.5,-131.8],"elR":[121.9,-81.4],"haR":[157.9,-114.4],"shL":[-50.7,-123.7],"elL":[-65.8,-44.8],"haL":[-84.7,42.4],"hipR":[29.2,8],"knR":[39,163.9],"ftR":[52.9,282.8],"hipL":[-28.9,9],"knL":[-36.4,164.9],"ftL":[-45.7,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[5.9,-85.2],"neck":[7.1,-145.6],"head":[3.1,-177.1],"shR":[62.7,-132.3],"elR":[117.5,-78.6],"haR":[153.4,-124.3],"shL":[-49.3,-123.1],"elL":[-59.1,-43.3],"haL":[-72.2,45.2],"hipR":[29.2,8.1],"knR":[38.9,164],"ftR":[53.3,282.8],"hipL":[-28.9,8.9],"knL":[-36.2,164.8],"ftL":[-45.3,284]},{"rootY":0.1,"hips":[0,0],"chest":[6.4,-85.1],"neck":[7.5,-145.5],"head":[3.6,-177],"shR":[63.1,-133.3],"elR":[112.7,-79.1],"haR":[146.3,-135.2],"shL":[-48.9,-123],"elL":[-57,-43.1],"haL":[-69.5,45.6],"hipR":[29.2,8.1],"knR":[38.6,164],"ftR":[53.1,282.8],"hipL":[-28.9,8.9],"knL":[-36.4,164.8],"ftL":[-45.5,284]},{"rootY":0.1,"hips":[0,0],"chest":[6.5,-85.2],"neck":[7.3,-145.5],"head":[3.6,-177],"shR":[62.7,-134.2],"elR":[112.3,-82.9],"haR":[135.1,-144.9],"shL":[-49,-122.9],"elL":[-59.5,-43.4],"haL":[-75.4,44.7],"hipR":[29.2,8],"knR":[38.3,163.9],"ftR":[52.5,282.7],"hipL":[-28.9,9],"knL":[-36.7,164.8],"ftL":[-46.1,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.4,-85.2],"neck":[6.8,-145.5],"head":[3.7,-177.1],"shR":[62,-135.3],"elR":[118.4,-90.6],"haR":[120.9,-150.3],"shL":[-49.2,-122.3],"elL":[-63.9,-43.6],"haL":[-84.1,43.6],"hipR":[29.2,7.9],"knR":[38,163.9],"ftR":[51.9,282.7],"hipL":[-28.9,9],"knL":[-37.1,164.9],"ftL":[-46.7,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.5,-85.1],"neck":[6.2,-145.4],"head":[3.7,-177.1],"shR":[61.1,-136.5],"elR":[126.5,-103.5],"haR":[107.3,-150.5],"shL":[-49.5,-121.3],"elL":[-68.3,-43.6],"haL":[-91.6,42.6],"hipR":[29.2,7.9],"knR":[37.7,163.9],"ftR":[51.3,282.7],"hipL":[-28.9,9.1],"knL":[-37.3,164.9],"ftL":[-47.2,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[6.9,-85],"neck":[5.5,-145.4],"head":[3.5,-177.1],"shR":[60,-137.2],"elR":[130.6,-118.2],"haR":[98.2,-149.1],"shL":[-50,-120.5],"elL":[-72.2,-43.8],"haL":[-98,41.6],"hipR":[29.2,7.9],"knR":[37.5,163.8],"ftR":[50.7,282.8],"hipL":[-28.9,9.1],"knL":[-37.6,164.9],"ftL":[-47.8,284.1]},{"rootY":0.2,"hips":[0,0],"chest":[7.3,-85],"neck":[4.6,-145.4],"head":[2.9,-177.1],"shR":[58.4,-137.6],"elR":[129.1,-125.9],"haR":[92.7,-150.7],"shL":[-50.7,-120],"elL":[-75.5,-44],"haL":[-103.9,40.3],"hipR":[29.2,7.9],"knR":[37.1,163.8],"ftR":[49.9,282.8],"hipL":[-28.9,9.1],"knL":[-38.1,164.9],"ftL":[-48.5,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[7.4,-85.2],"neck":[3.6,-145.5],"head":[2,-177.3],"shR":[56.7,-138.4],"elR":[123.9,-121.7],"haR":[90,-154.2],"shL":[-51.3,-119.5],"elL":[-77.7,-43.9],"haL":[-108.3,39.2],"hipR":[29.3,7.8],"knR":[36.7,163.8],"ftR":[49,282.8],"hipL":[-28.9,9.2],"knL":[-38.6,165],"ftL":[-49.4,284.1]},{"rootY":0.1,"hips":[0,0],"chest":[7.2,-85.3],"neck":[2.9,-145.7],"head":[1.1,-177.4],"shR":[55.5,-139.3],"elR":[114.5,-110.8],"haR":[87.1,-157.5],"shL":[-51.9,-119.1],"elL":[-78.4,-43.5],"haL":[-110.2,38.5],"hipR":[29.3,7.7],"knR":[36.3,163.7],"ftR":[48.3,282.8],"hipL":[-28.9,9.2],"knL":[-38.8,165.1],"ftL":[-50,284.2]},{"rootY":0.2,"hips":[0,0],"chest":[6.9,-85.4],"neck":[2.6,-145.7],"head":[0.7,-177.4],"shR":[55,-139.8],"elR":[103.3,-102.2],"haR":[84,-160.5],"shL":[-52.3,-119.2],"elL":[-77.9,-43.2],"haL":[-110,37.8],"hipR":[29.3,7.6],"knR":[36.1,163.6],"ftR":[47.8,282.7],"hipL":[-28.8,9.3],"knL":[-38.8,165.2],"ftL":[-50.5,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[6.9,-85.4],"neck":[2.7,-145.7],"head":[0.8,-177.4],"shR":[54.8,-139.4],"elR":[97.7,-99.6],"haR":[80.2,-159.2],"shL":[-52.6,-119.7],"elL":[-76.8,-43.2],"haL":[-108,37.4],"hipR":[29.3,7.6],"knR":[36,163.6],"ftR":[47.7,282.7],"hipL":[-28.8,9.4],"knL":[-38.7,165.3],"ftL":[-50.7,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[7,-85.4],"neck":[3,-145.6],"head":[1.3,-177.3],"shR":[54.8,-138.9],"elR":[101.1,-102.2],"haR":[75.1,-152.1],"shL":[-52.5,-120.3],"elL":[-75,-43.1],"haL":[-104.2,37.5],"hipR":[29.3,7.6],"knR":[36.1,163.6],"ftR":[48,282.7],"hipL":[-28.8,9.4],"knL":[-38.5,165.3],"ftL":[-50.4,284.2]},{"rootY":0.2,"hips":[0,0],"chest":[7.2,-85.3],"neck":[3.4,-145.5],"head":[1.9,-177.2],"shR":[54.9,-138.6],"elR":[108,-108.6],"haR":[71.3,-143.6],"shL":[-52.1,-120.2],"elL":[-72.8,-42.5],"haL":[-99.2,38.5],"hipR":[29.3,7.7],"knR":[36.4,163.7],"ftR":[48.6,282.7],"hipL":[-28.8,9.3],"knL":[-38.3,165.2],"ftL":[-49.8,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[7.5,-85.2],"neck":[3.6,-145.3],"head":[2.2,-177.1],"shR":[55,-138.4],"elR":[111.7,-114.8],"haR":[68,-136.3],"shL":[-51.7,-119.5],"elL":[-70.5,-41.3],"haL":[-94.1,40],"hipR":[29.3,7.8],"knR":[36.8,163.8],"ftR":[49.1,282.8],"hipL":[-28.9,9.2],"knL":[-38.1,165.2],"ftL":[-49.2,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[7.7,-85.2],"neck":[3.5,-145.3],"head":[2.2,-177],"shR":[54.8,-138.3],"elR":[110.8,-115.2],"haR":[64.9,-131.9],"shL":[-51.6,-119],"elL":[-68.4,-40.4],"haL":[-89.3,41.5],"hipR":[29.3,7.8],"knR":[37.1,163.8],"ftR":[49.6,282.9],"hipL":[-28.9,9.2],"knL":[-38,165.1],"ftL":[-48.8,284.2]},{"rootY":0,"hips":[0,0],"chest":[7.6,-85.2],"neck":[3.5,-145.3],"head":[2,-177],"shR":[54.9,-138.2],"elR":[106.2,-107.5],"haR":[60.3,-132],"shL":[-51.6,-118.8],"elL":[-66.7,-39.9],"haL":[-84.9,42.8],"hipR":[29.3,7.8],"knR":[37.2,163.9],"ftR":[49.8,282.9],"hipL":[-28.9,9.2],"knL":[-38,165.1],"ftL":[-48.6,284.2]},{"rootY":0,"hips":[0,0],"chest":[7.2,-85.4],"neck":[3.5,-145.3],"head":[1.8,-177],"shR":[55.4,-138.2],"elR":[97.6,-96.3],"haR":[55.1,-135.7],"shL":[-51.8,-118.9],"elL":[-65.5,-39.9],"haL":[-81.1,44.1],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50,282.9],"hipL":[-28.9,9.2],"knL":[-37.8,165.1],"ftL":[-48.5,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.8,-85.4],"neck":[3.6,-145.3],"head":[1.8,-177],"shR":[56,-138.5],"elR":[87.1,-88.4],"haR":[50.7,-140.4],"shL":[-51.9,-119.1],"elL":[-65,-40],"haL":[-78.3,45.3],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50.1,282.8],"hipL":[-28.9,9.2],"knL":[-37.7,165.2],"ftL":[-48.4,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.6,-85.4],"neck":[3.8,-145.2],"head":[1.9,-176.9],"shR":[56.5,-138.6],"elR":[80.3,-85.4],"haR":[46.7,-143.4],"shL":[-52,-119.3],"elL":[-65.1,-40.2],"haL":[-76.4,46.4],"hipR":[29.3,7.8],"knR":[37.1,163.9],"ftR":[50.2,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.2],"ftL":[-48.3,284.2]},{"rootY":0.1,"hips":[0,0],"chest":[6.6,-85.4],"neck":[3.9,-145.2],"head":[2,-176.9],"shR":[56.7,-138.5],"elR":[81.4,-86.1],"haR":[41.2,-141.7],"shL":[-52.1,-119.6],"elL":[-65.2,-40.5],"haL":[-75.4,47.2],"hipR":[29.2,7.8],"knR":[37.2,163.9],"ftR":[50.5,282.8],"hipL":[-28.8,9.2],"knL":[-37.6,165.2],"ftL":[-48,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.5,-85.4],"neck":[3.8,-145.3],"head":[2.1,-177],"shR":[56.9,-138.5],"elR":[87.9,-89.7],"haR":[35.8,-136.1],"shL":[-52.1,-119.7],"elL":[-65.3,-40.5],"haL":[-75.3,47.5],"hipR":[29.2,7.8],"knR":[37.4,163.9],"ftR":[50.9,282.8],"hipL":[-28.8,9.2],"knL":[-37.4,165.1],"ftL":[-47.7,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.4,-85.4],"neck":[3.6,-145.3],"head":[2,-177],"shR":[57,-138.9],"elR":[93.9,-95.4],"haR":[31,-129.6],"shL":[-52.2,-119.4],"elL":[-65.6,-40.4],"haL":[-76.1,47.7],"hipR":[29.2,7.9],"knR":[37.6,163.9],"ftR":[51.2,282.8],"hipL":[-28.8,9.1],"knL":[-37.3,165.1],"ftL":[-47.3,284.2]},{"rootY":0,"hips":[0,0],"chest":[6.3,-85.4],"neck":[3.1,-145.3],"head":[1.6,-177],"shR":[56.6,-139.1],"elR":[96.8,-100.4],"haR":[28.4,-124.7],"shL":[-52.6,-119],"elL":[-66.4,-40.1],"haL":[-77.5,47.7],"hipR":[29.2,7.9],"knR":[37.8,163.9],"ftR":[51.4,282.8],"hipL":[-28.9,9.1],"knL":[-37.2,165.1],"ftL":[-47.2,284.2]},{"rootY":0,"hips":[0,0],"chest":[6,-85.4],"neck":[2.3,-145.3],"head":[0.9,-177],"shR":[55.7,-138.8],"elR":[96.8,-101.8],"haR":[28.5,-124.7],"shL":[-53.1,-118.7],"elL":[-67.4,-39.8],"haL":[-79.2,47.7],"hipR":[29.2,7.9],"knR":[37.8,163.9],"ftR":[51.4,282.8],"hipL":[-28.8,9.1],"knL":[-37.1,165.1],"ftL":[-47.2,284.2]},{"rootY":0,"hips":[0,0],"chest":[5.7,-85.5],"neck":[1.5,-145.3],"head":[0.1,-177],"shR":[54.7,-138.4],"elR":[94.7,-99.2],"haR":[29.5,-127.4],"shL":[-53.9,-118.5],"elL":[-68.6,-39.7],"haL":[-80.8,47.4],"hipR":[29.2,7.8],"knR":[37.8,163.9],"ftR":[51.2,282.8],"hipL":[-28.8,9.2],"knL":[-37.2,165.2],"ftL":[-47.3,284.2]},{"rootY":0,"hips":[0,0],"chest":[5.3,-85.5],"neck":[0.8,-145.3],"head":[-0.6,-177],"shR":[53.9,-138.7],"elR":[90.8,-95.2],"haR":[30,-131.3],"shL":[-54.5,-118.4],"elL":[-69.8,-39.6],"haL":[-82.2,47],"hipR":[29.3,7.8],"knR":[37.8,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37.1,165.2],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[5,-85.5],"neck":[0.4,-145.2],"head":[-1.1,-176.9],"shR":[53.5,-139.3],"elR":[86.1,-91.8],"haR":[30.7,-137.2],"shL":[-54.9,-118.3],"elL":[-70.9,-39.6],"haL":[-83.2,46.6],"hipR":[29.3,7.8],"knR":[37.9,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37.1,165.3],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.9,-85.5],"neck":[0.3,-145.2],"head":[-1.3,-176.9],"shR":[53.3,-139.8],"elR":[82.1,-90.1],"haR":[32.8,-143.8],"shL":[-55.1,-118.2],"elL":[-71.9,-39.7],"haL":[-83.7,46.1],"hipR":[29.3,7.7],"knR":[38.1,163.9],"ftR":[51.1,282.8],"hipL":[-28.8,9.2],"knL":[-37,165.3],"ftL":[-47.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.5],"neck":[0.4,-145.2],"head":[-1.3,-176.8],"shR":[53.4,-140],"elR":[81.5,-90.6],"haR":[34.6,-146.6],"shL":[-55.2,-118.4],"elL":[-72.5,-39.9],"haL":[-83.8,45.7],"hipR":[29.3,7.8],"knR":[38.2,163.9],"ftR":[51.3,282.8],"hipL":[-28.8,9.2],"knL":[-36.9,165.3],"ftL":[-47.2,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.5],"neck":[0.4,-145.1],"head":[-1.2,-176.8],"shR":[53.7,-139.9],"elR":[86,-93.2],"haR":[34.7,-142.9],"shL":[-55.2,-118.5],"elL":[-72.8,-40],"haL":[-83.5,45.4],"hipR":[29.3,7.8],"knR":[38.4,163.9],"ftR":[51.7,282.8],"hipL":[-28.9,9.2],"knL":[-36.7,165.3],"ftL":[-46.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.4],"neck":[0.5,-145.1],"head":[-1,-176.7],"shR":[54,-139.2],"elR":[93.7,-97.4],"haR":[35.8,-135.3],"shL":[-55,-118.3],"elL":[-72.7,-39.8],"haL":[-83,45.3],"hipR":[29.3,7.8],"knR":[38.7,163.9],"ftR":[52.2,282.8],"hipL":[-28.9,9.2],"knL":[-36.5,165.3],"ftL":[-46.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.4],"neck":[0.6,-145],"head":[-0.9,-176.7],"shR":[54.2,-137.6],"elR":[101.2,-101.5],"haR":[37.5,-125.2],"shL":[-54.8,-118],"elL":[-72.4,-39.4],"haL":[-82.3,45.5],"hipR":[29.2,7.9],"knR":[38.9,164],"ftR":[52.7,282.8],"hipL":[-28.9,9.1],"knL":[-36.3,165.3],"ftL":[-45.9,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.3],"neck":[0.5,-145],"head":[-1,-176.7],"shR":[54,-135.5],"elR":[105.9,-103.9],"haR":[38.5,-111.7],"shL":[-54.7,-117.6],"elL":[-72,-38.9],"haL":[-81.6,45.8],"hipR":[29.2,7.9],"knR":[39.1,164],"ftR":[53,282.8],"hipL":[-28.9,9.1],"knL":[-36.1,165.2],"ftL":[-45.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.8,-85.3],"neck":[0.3,-145],"head":[-1.2,-176.7],"shR":[53.8,-133.6],"elR":[108.2,-102.8],"haR":[40.5,-97.5],"shL":[-54.8,-117.3],"elL":[-71.5,-38.5],"haL":[-80.9,46.2],"hipR":[29.2,7.9],"knR":[39.2,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.6,-85.2],"neck":[0.1,-145],"head":[-1.6,-176.7],"shR":[53.5,-132.3],"elR":[110,-98],"haR":[46.4,-85.3],"shL":[-54.8,-117],"elL":[-71.1,-38.1],"haL":[-80.2,46.5],"hipR":[29.2,7.9],"knR":[39.3,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.5,-85.1],"neck":[0,-145],"head":[-1.9,-176.6],"shR":[53.4,-131],"elR":[110.9,-90.4],"haR":[55.3,-73.6],"shL":[-54.8,-116.6],"elL":[-70.7,-37.6],"haL":[-79.5,47],"hipR":[29.2,7.9],"knR":[39.4,164],"ftR":[53.2,282.8],"hipL":[-28.9,9.1],"knL":[-36,165.2],"ftL":[-45.3,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.3,-85],"neck":[-0.2,-144.9],"head":[-2.4,-176.5],"shR":[53.3,-129.4],"elR":[108.7,-81.3],"haR":[62.6,-57.5],"shL":[-54.8,-116.2],"elL":[-70.4,-37.2],"haL":[-78.9,47.5],"hipR":[29.2,7.9],"knR":[39.5,164],"ftR":[53,282.9],"hipL":[-28.9,9.1],"knL":[-36.1,165.2],"ftL":[-45.4,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.9],"neck":[-0.3,-144.8],"head":[-2.8,-176.4],"shR":[53,-127.3],"elR":[103.4,-71.8],"haR":[67.4,-35.7],"shL":[-55,-116],"elL":[-70.2,-37],"haL":[-78.4,48],"hipR":[29.2,7.9],"knR":[39.5,164],"ftR":[52.9,282.9],"hipL":[-28.9,9.1],"knL":[-36.2,165.2],"ftL":[-45.6,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.9],"neck":[-0.4,-144.6],"head":[-3.1,-176.2],"shR":[52.8,-125.2],"elR":[96.8,-62.9],"haR":[72.4,-15.1],"shL":[-55.2,-116.2],"elL":[-70,-37.1],"haL":[-78,48.4],"hipR":[29.2,7.9],"knR":[39.6,164],"ftR":[52.7,282.9],"hipL":[-28.9,9.1],"knL":[-36.4,165.2],"ftL":[-45.8,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.8],"neck":[-0.3,-144.5],"head":[-3.2,-176.1],"shR":[52.7,-123.6],"elR":[91.1,-56.1],"haR":[79.4,1],"shL":[-55.3,-116.5],"elL":[-69.9,-37.3],"haL":[-77.9,48.5],"hipR":[29.3,7.9],"knR":[39.6,163.9],"ftR":[52.5,282.9],"hipL":[-28.9,9.1],"knL":[-36.5,165.3],"ftL":[-46,284.3]},{"rootY":0,"hips":[0,0],"chest":[4.1,-84.8],"neck":[-0.2,-144.5],"head":[-3.2,-176.1],"shR":[52.9,-122.5],"elR":[87.2,-52],"haR":[87.1,14.5],"shL":[-55.4,-116.7],"elL":[-69.9,-37.6],"haL":[-77.9,48.6],"hipR":[29.3,7.9],"knR":[39.7,163.9],"ftR":[52.3,282.9],"hipL":[-28.9,9.1],"knL":[-36.6,165.3],"ftL":[-46.1,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.1,-84.8],"neck":[0.1,-144.3],"head":[-3,-175.9],"shR":[53.1,-121.9],"elR":[85.1,-49.7],"haR":[93.2,25.7],"shL":[-55.3,-116.8],"elL":[-69.9,-37.8],"haL":[-78.2,48.7],"hipR":[29.3,7.8],"knR":[39.8,163.9],"ftR":[52.1,282.9],"hipL":[-28.9,9.2],"knL":[-36.6,165.3],"ftL":[-46.2,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.2,-84.7],"neck":[0.4,-144.3],"head":[-2.8,-175.8],"shR":[53.3,-121.6],"elR":[84.3,-48.1],"haR":[97.7,32.8],"shL":[-55.1,-116.9],"elL":[-70,-38],"haL":[-78.8,48.7],"hipR":[29.3,7.8],"knR":[40,163.9],"ftR":[52,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.3,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.3,-84.7],"neck":[0.6,-144.3],"head":[-2.6,-175.9],"shR":[53.6,-121.5],"elR":[84.3,-47.3],"haR":[101.3,36.3],"shL":[-54.8,-116.8],"elL":[-70.1,-38.1],"haL":[-79.5,48.8],"hipR":[29.3,7.8],"knR":[40.3,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.3,284.4]},{"rootY":0,"hips":[0,0],"chest":[4.4,-84.8],"neck":[0.8,-144.4],"head":[-2.4,-176],"shR":[54.1,-121.5],"elR":[84.4,-46.8],"haR":[103.9,38.3],"shL":[-54.5,-116.7],"elL":[-70.1,-38.1],"haL":[-80.4,48.8],"hipR":[29.3,7.8],"knR":[40.5,163.8],"ftR":[51.9,282.9],"hipL":[-28.9,9.2],"knL":[-36.9,165.4],"ftL":[-46.3,284.5]},{"rootY":0,"hips":[0,0],"chest":[4.4,-84.8],"neck":[0.9,-144.5],"head":[-2.2,-176.1],"shR":[54.7,-121.3],"elR":[84.3,-46.3],"haR":[105.2,39.7],"shL":[-54.2,-116.5],"elL":[-70.2,-38],"haL":[-81.2,48.9],"hipR":[29.3,7.8],"knR":[40.6,163.8],"ftR":[51.8,282.9],"hipL":[-28.9,9.2],"knL":[-36.9,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[4.2,-84.9],"neck":[1.1,-144.6],"head":[-2,-176.2],"shR":[55.3,-121],"elR":[84.1,-45.9],"haR":[106.1,40.5],"shL":[-53.9,-116.4],"elL":[-70.2,-38],"haL":[-81.9,48.9],"hipR":[29.2,7.8],"knR":[40.7,163.8],"ftR":[51.8,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[3.9,-85],"neck":[1.3,-144.7],"head":[-1.7,-176.4],"shR":[55.8,-120.8],"elR":[84.1,-45.8],"haR":[106.7,40.8],"shL":[-53.5,-116.4],"elL":[-70.3,-38.1],"haL":[-82.4,48.9],"hipR":[29.3,7.8],"knR":[40.7,163.8],"ftR":[51.7,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.4,284.4]},{"rootY":0.1,"hips":[0,0],"chest":[3.5,-85.1],"neck":[1.5,-144.9],"head":[-1.5,-176.6],"shR":[56.2,-120.5],"elR":[83.7,-45.7],"haR":[106.7,41],"shL":[-53.2,-116.4],"elL":[-70.3,-38.2],"haL":[-82.6,48.9],"hipR":[29.3,7.8],"knR":[40.5,163.8],"ftR":[51.6,282.9],"hipL":[-28.9,9.2],"knL":[-36.7,165.4],"ftL":[-46.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[3,-85.2],"neck":[1.5,-145.1],"head":[-1.3,-176.7],"shR":[56.5,-120.4],"elR":[82.7,-45.4],"haR":[105.9,41.3],"shL":[-53,-116.5],"elL":[-70.4,-38.2],"haL":[-82.7,49],"hipR":[29.3,7.8],"knR":[40.2,163.8],"ftR":[51.5,282.9],"hipL":[-28.9,9.2],"knL":[-36.8,165.4],"ftL":[-46.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[2.6,-85.2],"neck":[1.4,-145.1],"head":[-1.4,-176.8],"shR":[56.5,-120.3],"elR":[81.5,-45.1],"haR":[104.7,41.7],"shL":[-53,-116.4],"elL":[-70.6,-38.1],"haL":[-82.6,49],"hipR":[29.3,7.7],"knR":[39.9,163.8],"ftR":[51.3,282.9],"hipL":[-28.9,9.2],"knL":[-37,165.4],"ftL":[-46.9,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[2.2,-85.2],"neck":[1.2,-145.1],"head":[-1.6,-176.8],"shR":[56.4,-120.2],"elR":[80.6,-44.8],"haR":[103.6,42],"shL":[-53,-116.2],"elL":[-70.7,-37.9],"haL":[-82.3,49.1],"hipR":[29.3,7.7],"knR":[39.6,163.8],"ftR":[51,282.9],"hipL":[-28.8,9.3],"knL":[-37.2,165.4],"ftL":[-47.2,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.9,-85.2],"neck":[0.9,-145.1],"head":[-1.9,-176.8],"shR":[56.2,-120.1],"elR":[80.1,-44.5],"haR":[102.6,42.3],"shL":[-53.1,-116],"elL":[-70.8,-37.6],"haL":[-81.8,49.1],"hipR":[29.3,7.7],"knR":[39.3,163.8],"ftR":[50.8,282.9],"hipL":[-28.8,9.3],"knL":[-37.4,165.4],"ftL":[-47.4,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.5,-85.2],"neck":[0.5,-145.1],"head":[-2.2,-176.8],"shR":[55.9,-119.9],"elR":[79.7,-44.3],"haR":[101.7,42.5],"shL":[-53.2,-115.7],"elL":[-70.9,-37.2],"haL":[-81.2,49],"hipR":[29.3,7.7],"knR":[38.9,163.8],"ftR":[50.6,282.9],"hipL":[-28.8,9.3],"knL":[-37.6,165.3],"ftL":[-47.6,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[1.1,-85.2],"neck":[0.1,-145.1],"head":[-2.6,-176.8],"shR":[55.5,-119.9],"elR":[79.5,-44.1],"haR":[101.2,42.3],"shL":[-53.4,-115.4],"elL":[-70.8,-36.7],"haL":[-80.4,48.9],"hipR":[29.3,7.7],"knR":[38.4,163.8],"ftR":[50.4,282.9],"hipL":[-28.8,9.3],"knL":[-37.7,165.3],"ftL":[-47.8,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.8,-85.2],"neck":[-0.3,-145.2],"head":[-2.9,-176.9],"shR":[55.2,-120],"elR":[79.3,-44.1],"haR":[101,41.9],"shL":[-53.5,-115],"elL":[-70.7,-36.3],"haL":[-79.4,48.7],"hipR":[29.3,7.7],"knR":[37.9,163.8],"ftR":[50.2,282.8],"hipL":[-28.8,9.3],"knL":[-37.9,165.3],"ftL":[-48,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.5,-85.2],"neck":[-0.6,-145.2],"head":[-3.3,-176.9],"shR":[54.9,-120],"elR":[79.3,-44.1],"haR":[101.1,41.4],"shL":[-53.6,-114.6],"elL":[-70.4,-35.8],"haL":[-78.4,48.5],"hipR":[29.3,7.7],"knR":[37.6,163.8],"ftR":[50.1,282.8],"hipL":[-28.8,9.3],"knL":[-38,165.3],"ftL":[-48.1,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-85.2],"neck":[-0.9,-145.2],"head":[-3.5,-176.9],"shR":[54.8,-120.1],"elR":[79.5,-44.1],"haR":[101.4,40.8],"shL":[-53.6,-114.3],"elL":[-70.1,-35.4],"haL":[-77.2,48.3],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.1,282.8],"hipL":[-28.8,9.3],"knL":[-38.1,165.3],"ftL":[-48.1,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.2,-85.2],"neck":[-1,-145.2],"head":[-3.5,-176.9],"shR":[54.7,-120.2],"elR":[80,-44.2],"haR":[102,40.1],"shL":[-53.5,-114.2],"elL":[-69.8,-35.2],"haL":[-76.1,48],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.2,282.8],"hipL":[-28.7,9.3],"knL":[-38.1,165.3],"ftL":[-48,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.1,-85.1],"neck":[-1,-145.2],"head":[-3.5,-176.9],"shR":[54.8,-120.2],"elR":[80.6,-44.3],"haR":[102.7,39.3],"shL":[-53.4,-114.1],"elL":[-69.6,-35.1],"haL":[-75.1,47.8],"hipR":[29.2,7.7],"knR":[37.4,163.8],"ftR":[50.4,282.8],"hipL":[-28.7,9.3],"knL":[-38,165.2],"ftL":[-47.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.1,-85],"neck":[-0.8,-145.1],"head":[-3.4,-176.8],"shR":[55,-120.2],"elR":[81.2,-44.4],"haR":[103.3,38.6],"shL":[-53.1,-114],"elL":[-69.3,-35],"haL":[-74.2,47.7],"hipR":[29.2,7.7],"knR":[37.5,163.8],"ftR":[50.7,282.8],"hipL":[-28.7,9.3],"knL":[-37.9,165.2],"ftL":[-47.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.2,-85],"neck":[-0.6,-145.1],"head":[-3.2,-176.8],"shR":[55.2,-120.1],"elR":[81.6,-44.3],"haR":[103.9,38.3],"shL":[-52.9,-114],"elL":[-69.1,-35],"haL":[-73.7,47.7],"hipR":[29.2,7.7],"knR":[37.6,163.9],"ftR":[51,282.8],"hipL":[-28.7,9.2],"knL":[-37.8,165.2],"ftL":[-47.2,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.3,-84.9],"neck":[-0.4,-145.1],"head":[-3,-176.8],"shR":[55.4,-119.9],"elR":[81.7,-44],"haR":[104.4,38.2],"shL":[-52.6,-114],"elL":[-68.9,-35],"haL":[-73.6,47.8],"hipR":[29.2,7.8],"knR":[37.8,163.9],"ftR":[51.3,282.8],"hipL":[-28.7,9.2],"knL":[-37.6,165.1],"ftL":[-46.9,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.4,-84.9],"neck":[-0.2,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.7],"elR":[81.5,-43.6],"haR":[104.5,38.6],"shL":[-52.4,-114],"elL":[-68.8,-35],"haL":[-73.8,48.1],"hipR":[29.2,7.8],"knR":[38.1,163.9],"ftR":[51.5,282.8],"hipL":[-28.7,9.2],"knL":[-37.5,165.1],"ftL":[-46.7,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.9],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.5],"elR":[81,-43.2],"haR":[104.1,39.3],"shL":[-52.3,-114],"elL":[-68.7,-35.1],"haL":[-74.3,48.4],"hipR":[29.2,7.8],"knR":[38.3,163.9],"ftR":[51.7,282.8],"hipL":[-28.7,9.2],"knL":[-37.4,165.1],"ftL":[-46.5,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.5,-119.3],"elR":[80.3,-42.8],"haR":[103.5,40.2],"shL":[-52.4,-114.1],"elL":[-68.8,-35.1],"haL":[-75,48.8],"hipR":[29.2,7.8],"knR":[38.5,163.9],"ftR":[51.8,282.8],"hipL":[-28.7,9.2],"knL":[-37.3,165.1],"ftL":[-46.3,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.1,-145],"head":[-2.8,-176.7],"shR":[55.3,-119.1],"elR":[79.7,-42.5],"haR":[102.7,41.1],"shL":[-52.4,-114.1],"elL":[-69,-35.2],"haL":[-75.9,49.1],"hipR":[29.2,7.8],"knR":[38.7,163.9],"ftR":[52,282.8],"hipL":[-28.7,9.2],"knL":[-37.2,165.1],"ftL":[-46.2,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.8],"neck":[-0.2,-145],"head":[-2.9,-176.7],"shR":[55.2,-119],"elR":[79.3,-42.2],"haR":[102.1,41.8],"shL":[-52.5,-114.1],"elL":[-69.2,-35.2],"haL":[-76.7,49.5],"hipR":[29.2,7.8],"knR":[39,163.9],"ftR":[52.1,282.8],"hipL":[-28.7,9.2],"knL":[-37.2,165.1],"ftL":[-46.1,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.7],"neck":[-0.2,-144.9],"head":[-2.9,-176.6],"shR":[55.1,-118.9],"elR":[78.9,-42],"haR":[101.6,42.5],"shL":[-52.6,-114.1],"elL":[-69.3,-35.2],"haL":[-77.6,49.9],"hipR":[29.2,7.8],"knR":[39.3,163.9],"ftR":[52.1,282.9],"hipL":[-28.7,9.2],"knL":[-37.1,165.1],"ftL":[-46,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.6],"neck":[-0.2,-144.9],"head":[-2.9,-176.6],"shR":[55.1,-118.8],"elR":[78.4,-41.9],"haR":[101.2,43.1],"shL":[-52.7,-114],"elL":[-69.3,-35.1],"haL":[-78.2,50.2],"hipR":[29.2,7.8],"knR":[39.7,163.9],"ftR":[52.2,282.9],"hipL":[-28.8,9.1],"knL":[-37,165.1],"ftL":[-45.8,284.3]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.6],"neck":[-0.3,-144.8],"head":[-3,-176.5],"shR":[55,-118.9],"elR":[77.7,-41.7],"haR":[101.1,43.5],"shL":[-52.8,-113.9],"elL":[-69.3,-35],"haL":[-78.7,50.5],"hipR":[29.2,7.8],"knR":[40,163.8],"ftR":[52.4,282.9],"hipL":[-28.8,9.2],"knL":[-36.9,165.1],"ftL":[-45.7,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.5],"neck":[-0.4,-144.8],"head":[-3.2,-176.5],"shR":[54.9,-118.9],"elR":[77.1,-41.7],"haR":[101,43.8],"shL":[-52.9,-113.8],"elL":[-69.3,-34.9],"haL":[-79.1,50.9],"hipR":[29.2,7.8],"knR":[40.2,163.8],"ftR":[52.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.8,165.1],"ftL":[-45.5,284.4]},{"rootY":0.2,"hips":[0,0],"chest":[0.5,-84.5],"neck":[-0.6,-144.8],"head":[-3.3,-176.5],"shR":[54.8,-119],"elR":[76.6,-41.5],"haR":[100.9,44],"shL":[-53,-113.6],"elL":[-69.2,-34.7],"haL":[-79.2,51.3],"hipR":[29.2,7.9],"knR":[40.2,163.9],"ftR":[52.4,282.9],"hipL":[-28.8,9.1],"knL":[-36.8,165.1],"ftL":[-45.4,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.5],"neck":[-0.7,-144.8],"head":[-3.5,-176.4],"shR":[54.7,-118.9],"elR":[76.1,-41.4],"haR":[100.7,44.3],"shL":[-52.9,-113.4],"elL":[-69,-34.4],"haL":[-79.1,51.7],"hipR":[29.2,7.9],"knR":[40.1,163.9],"ftR":[52.4,283],"hipL":[-28.8,9.1],"knL":[-36.7,165],"ftL":[-45.3,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.4],"neck":[-0.7,-144.8],"head":[-3.6,-176.4],"shR":[54.6,-118.9],"elR":[75.6,-41.2],"haR":[100.2,44.5],"shL":[-52.9,-113.2],"elL":[-68.6,-34.2],"haL":[-78.8,52.1],"hipR":[29.2,7.9],"knR":[40.3,163.9],"ftR":[52.7,282.9],"hipL":[-28.8,9.1],"knL":[-36.7,165],"ftL":[-45.1,284.3]},{"rootY":0.2,"hips":[0,0],"chest":[0.4,-84.4],"neck":[-0.8,-144.7],"head":[-3.8,-176.4],"shR":[54.6,-118.9],"elR":[75.1,-41.1],"haR":[99.7,44.6],"shL":[-52.8,-113],"elL":[-68.2,-33.9],"haL":[-78.3,52.5],"hipR":[29.2,7.9],"knR":[40.5,163.9],"ftR":[52.9,282.9],"hipL":[-28.8,9.1],"knL":[-36.6,165],"ftL":[-45,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-84.3],"neck":[-0.8,-144.7],"head":[-3.9,-176.3],"shR":[54.7,-119],"elR":[74.6,-41],"haR":[99.2,44.5],"shL":[-52.7,-112.9],"elL":[-67.7,-33.7],"haL":[-77.6,52.8],"hipR":[29.1,7.9],"knR":[40.5,163.9],"ftR":[52.9,282.9],"hipL":[-28.8,9.1],"knL":[-36.5,165],"ftL":[-44.8,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.2,-84.3],"neck":[-0.8,-144.7],"head":[-4,-176.3],"shR":[54.7,-119.1],"elR":[74.3,-41],"haR":[98.8,44.3],"shL":[-52.7,-112.8],"elL":[-67.3,-33.5],"haL":[-76.9,53],"hipR":[29.1,8],"knR":[40.4,163.9],"ftR":[52.9,282.9],"hipL":[-28.8,9],"knL":[-36.5,164.9],"ftL":[-44.7,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-84.3],"neck":[-0.8,-144.7],"head":[-4.1,-176.3],"shR":[54.8,-119.1],"elR":[74.3,-40.9],"haR":[98.6,44.2],"shL":[-52.5,-112.7],"elL":[-66.9,-33.4],"haL":[-76.2,53.1],"hipR":[29.1,7.9],"knR":[40.5,163.9],"ftR":[53.2,282.9],"hipL":[-28.8,9],"knL":[-36.4,164.9],"ftL":[-44.6,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.3,-84.3],"neck":[-0.7,-144.7],"head":[-4.1,-176.3],"shR":[54.9,-119.1],"elR":[74.3,-40.9],"haR":[98.6,44],"shL":[-52.4,-112.6],"elL":[-66.6,-33.2],"haL":[-75.6,53.1],"hipR":[29.1,7.9],"knR":[40.8,163.8],"ftR":[53.5,282.8],"hipL":[-28.8,9.1],"knL":[-36.2,165],"ftL":[-44.5,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.4,-84.2],"neck":[-0.6,-144.6],"head":[-4.1,-176.3],"shR":[54.9,-119.1],"elR":[74.5,-40.9],"haR":[98.8,43.8],"shL":[-52.3,-112.5],"elL":[-66.5,-33.1],"haL":[-75.3,53],"hipR":[29.1,7.9],"knR":[40.9,163.8],"ftR":[53.7,282.8],"hipL":[-28.7,9.1],"knL":[-36.1,165],"ftL":[-44.4,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[0.5,-84.2],"neck":[-0.7,-144.6],"head":[-4.2,-176.3],"shR":[54.8,-119.1],"elR":[74.9,-41],"haR":[99.1,43.5],"shL":[-52.4,-112.4],"elL":[-66.6,-33.1],"haL":[-75.2,52.9],"hipR":[29.1,7.9],"knR":[40.8,163.8],"ftR":[53.6,282.8],"hipL":[-28.8,9.1],"knL":[-36,165],"ftL":[-44.4,284.2]},{"rootY":0.4,"hips":[0,0],"chest":[0.5,-84.3],"neck":[-0.9,-144.7],"head":[-4.4,-176.3],"shR":[54.6,-119.1],"elR":[75.3,-41.2],"haR":[99.1,43.2],"shL":[-52.5,-112.4],"elL":[-66.8,-33],"haL":[-75.3,52.6],"hipR":[29.1,7.9],"knR":[40.5,163.9],"ftR":[53.3,282.9],"hipL":[-28.8,9],"knL":[-36,164.9],"ftL":[-44.5,284.2]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-1.2,-144.8],"head":[-4.6,-176.4],"shR":[54.3,-119.1],"elR":[75.7,-41.4],"haR":[99.1,42.9],"shL":[-52.7,-112.3],"elL":[-67,-32.9],"haL":[-75.6,52.3],"hipR":[29.1,8],"knR":[40,164],"ftR":[52.9,283],"hipL":[-28.8,9],"knL":[-36,164.9],"ftL":[-44.7,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-1.5,-144.8],"head":[-4.9,-176.4],"shR":[54,-119.2],"elR":[75.8,-41.6],"haR":[99,42.6],"shL":[-53,-112.1],"elL":[-67.2,-32.7],"haL":[-76,52.1],"hipR":[29.1,8],"knR":[39.6,164.1],"ftR":[52.5,283],"hipL":[-28.8,9],"knL":[-36.1,164.8],"ftL":[-44.9,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-1.7,-144.8],"head":[-5.2,-176.4],"shR":[53.7,-119.3],"elR":[75.7,-41.8],"haR":[98.9,42.5],"shL":[-53.2,-111.9],"elL":[-67.4,-32.5],"haL":[-76.4,51.9],"hipR":[29.1,8],"knR":[39.4,164],"ftR":[52.3,283],"hipL":[-28.8,9],"knL":[-36.2,164.8],"ftL":[-45.1,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-1.9,-144.7],"head":[-5.5,-176.3],"shR":[53.6,-119.5],"elR":[75.4,-41.9],"haR":[98.6,42.4],"shL":[-53.3,-111.7],"elL":[-67.6,-32.3],"haL":[-76.7,51.9],"hipR":[29.2,8],"knR":[39.3,164],"ftR":[52.3,282.9],"hipL":[-28.8,9],"knL":[-36.3,164.9],"ftL":[-45.3,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-2.1,-144.7],"head":[-5.8,-176.3],"shR":[53.4,-119.6],"elR":[75.3,-42.1],"haR":[98.4,42.3],"shL":[-53.5,-111.6],"elL":[-67.7,-32.2],"haL":[-77,51.9],"hipR":[29.2,7.9],"knR":[39.1,164],"ftR":[52.1,282.9],"hipL":[-28.8,9],"knL":[-36.4,164.9],"ftL":[-45.6,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-2.4,-144.7],"head":[-6.1,-176.3],"shR":[53.3,-119.8],"elR":[75.3,-42.3],"haR":[98.4,42],"shL":[-53.7,-111.5],"elL":[-67.9,-32.1],"haL":[-77.3,52],"hipR":[29.2,8],"knR":[38.6,164],"ftR":[51.7,283],"hipL":[-28.8,9],"knL":[-36.5,164.8],"ftL":[-45.8,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.5,-84.4],"neck":[-2.5,-144.7],"head":[-6.4,-176.3],"shR":[53.2,-120.1],"elR":[75.4,-42.6],"haR":[98.5,41.7],"shL":[-53.8,-111.4],"elL":[-68,-32],"haL":[-77.4,52.2],"hipR":[29.1,8],"knR":[38.3,164],"ftR":[51.3,283],"hipL":[-28.8,9],"knL":[-36.7,164.8],"ftL":[-46.1,284]},{"rootY":0.5,"hips":[0,0],"chest":[0.4,-84.4],"neck":[-2.7,-144.7],"head":[-6.7,-176.3],"shR":[53.1,-120.3],"elR":[75.5,-42.8],"haR":[98.6,41.4],"shL":[-53.9,-111.3],"elL":[-68.1,-31.9],"haL":[-77.5,52.5],"hipR":[29.1,8],"knR":[38.1,164],"ftR":[51.1,283],"hipL":[-28.8,9],"knL":[-36.8,164.8],"ftL":[-46.4,284]},{"rootY":0.5,"hips":[0,0],"chest":[0.3,-84.4],"neck":[-2.9,-144.7],"head":[-6.9,-176.3],"shR":[53,-120.5],"elR":[75.6,-43.1],"haR":[98.8,41],"shL":[-54,-111.2],"elL":[-68.2,-31.8],"haL":[-77.4,52.7],"hipR":[29.2,7.9],"knR":[38,164],"ftR":[50.9,283],"hipL":[-28.8,9.1],"knL":[-37,164.9],"ftL":[-46.7,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0.1,-84.4],"neck":[-3.1,-144.7],"head":[-7.3,-176.2],"shR":[52.8,-120.6],"elR":[75.7,-43.3],"haR":[99.1,40.6],"shL":[-54.2,-111.2],"elL":[-68.2,-31.8],"haL":[-77.2,53],"hipR":[29.2,7.9],"knR":[37.8,164],"ftR":[50.6,283],"hipL":[-28.8,9.1],"knL":[-37.2,164.9],"ftL":[-47,284.1]},{"rootY":0.5,"hips":[0,0],"chest":[0,-84.3],"neck":[-3.4,-144.7],"head":[-7.6,-176.2],"shR":[52.7,-120.8],"elR":[75.8,-43.6],"haR":[99.5,40.3],"shL":[-54.4,-111.2],"elL":[-68.2,-31.7],"haL":[-77,53.2],"hipR":[29.2,7.9],"knR":[37.7,164],"ftR":[50.3,283],"hipL":[-28.8,9.1],"knL":[-37.4,164.9],"ftL":[-47.3,284.1]},{"rootY":0.4,"hips":[0,0],"chest":[-0.1,-84.3],"neck":[-3.7,-144.6],"head":[-8.1,-176.1],"shR":[52.5,-121],"elR":[75.7,-43.8],"haR":[99.7,40],"shL":[-54.6,-111],"elL":[-68.3,-31.5],"haL":[-76.7,53.6],"hipR":[29.2,7.8],"knR":[37.7,163.9],"ftR":[50.1,282.9],"hipL":[-28.8,9.2],"knL":[-37.6,165],"ftL":[-47.7,284.2]},{"rootY":0.4,"hips":[0,0],"chest":[-0.3,-84.3],"neck":[-4.1,-144.6],"head":[-8.6,-176.1],"shR":[52.2,-121.3],"elR":[75.6,-44.1],"haR":[99.8,39.7],"shL":[-54.9,-110.8],"elL":[-68.6,-31.3],"haL":[-76.4,54],"hipR":[29.2,7.7],"knR":[37.8,163.8],"ftR":[49.9,282.9],"hipL":[-28.7,9.3],"knL":[-37.9,165.1],"ftL":[-48.1,284.2]},{"rootY":0.3,"hips":[0,0],"chest":[-0.6,-84.3],"neck":[-4.5,-144.6],"head":[-9.2,-176.1],"shR":[51.8,-121.5],"elR":[75.4,-44.5],"haR":[99.9,39.3],"shL":[-55.3,-110.6],"elL":[-68.9,-31.1],"haL":[-76.2,54.3],"hipR":[29.2,7.7],"knR":[37.8,163.7],"ftR":[49.6,282.8],"hipL":[-28.7,9.3],"knL":[-38.1,165.1],"ftL":[-48.5,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[-0.9,-84.3],"neck":[-5.1,-144.6],"head":[-9.8,-176.1],"shR":[51.3,-121.8],"elR":[75.2,-44.8],"haR":[100,39],"shL":[-55.9,-110.6],"elL":[-69.2,-31.1],"haL":[-75.8,54.5],"hipR":[29.2,7.6],"knR":[37.7,163.7],"ftR":[49.2,282.8],"hipL":[-28.7,9.4],"knL":[-38.4,165.2],"ftL":[-48.9,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[-1.2,-84.3],"neck":[-5.6,-144.6],"head":[-10.4,-176],"shR":[50.9,-122],"elR":[75.1,-45.1],"haR":[100.1,38.7],"shL":[-56.4,-110.6],"elL":[-69.6,-31],"haL":[-75.6,54.7],"hipR":[29.3,7.6],"knR":[37.7,163.7],"ftR":[48.9,282.8],"hipL":[-28.7,9.4],"knL":[-38.6,165.2],"ftL":[-49.3,284.3]},{"rootY":0.3,"hips":[0,0],"chest":[-1.4,-84.3],"neck":[-6,-144.6],"head":[-10.9,-176],"shR":[50.5,-122.2],"elR":[74.9,-45.4],"haR":[100.2,38.4],"shL":[-56.8,-110.5],"elL":[-70,-31],"haL":[-75.4,54.8],"hipR":[29.3,7.5],"knR":[37.6,163.7],"ftR":[48.6,282.8],"hipL":[-28.7,9.4],"knL":[-38.8,165.3],"ftL":[-49.6,284.4]},{"rootY":0.3,"hips":[0,0],"chest":[-1.5,-84.3],"neck":[-6.4,-144.6],"head":[-11.4,-176],"shR":[50.3,-122.5],"elR":[74.8,-45.7],"haR":[100.2,38.1],"shL":[-57,-110.4],"elL":[-70.4,-30.9],"haL":[-75.5,54.9],"hipR":[29.3,7.5],"knR":[37.4,163.7],"ftR":[48,282.9],"hipL":[-28.7,9.4],"knL":[-38.9,165.3],"ftL":[-49.9,284.3]},{"rootY":0.4,"hips":[0,0],"chest":[-1.5,-84.4],"neck":[-6.5,-144.6],"head":[-11.6,-176],"shR":[50.1,-122.7],"elR":[74.7,-45.9],"haR":[100.2,37.9],"shL":[-57.2,-110.4],"elL":[-70.7,-30.9],"haL":[-75.8,54.8],"hipR":[29.2,7.6],"knR":[37.1,163.8],"ftR":[47.5,283],"hipL":[-28.7,9.4],"knL":[-39.1,165.2],"ftL":[-50.1,284.3]},{"rootY":0.4,"hips":[0,0],"chest":[-1.4,-84.4],"neck":[-6.5,-144.7],"head":[-11.8,-176],"shR":[50.1,-122.9],"elR":[74.8,-46.2],"haR":[100.3,37.7],"shL":[-57.2,-110.4],"elL":[-70.9,-30.9],"haL":[-76.1,54.8],"hipR":[29.2,7.7],"knR":[37,163.9],"ftR":[47.3,283.1],"hipL":[-28.7,9.3],"knL":[-39.1,165.2],"ftL":[-50.1,284.2]},{"rootY":0.4,"hips":[0,0],"chest":[-1.3,-84.5],"neck":[-6.5,-144.7],"head":[-11.8,-176.1],"shR":[50.2,-123.1],"elR":[74.9,-46.4],"haR":[100.3,37.5],"shL":[-57.2,-110.4],"elL":[-70.9,-30.9],"haL":[-76.3,54.8],"hipR":[29.2,7.7],"knR":[37.2,163.9],"ftR":[47.3,283.1],"hipL":[-28.7,9.3],"knL":[-39.1,165.2],"ftL":[-50.1,284.2]}]} \ No newline at end of file diff --git a/ink-theater/mocap/clips/zombie.json b/ink-theater/mocap/clips/zombie.json deleted file mode 100644 index f9e24ba2..00000000 --- a/ink-theater/mocap/clips/zombie.json +++ /dev/null @@ -1 +0,0 @@ -{"name":"zombie","fps":30,"height":520,"groundY":256,"frameCount":779,"frames":[{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.2],"neck":[-3.8,-168.3],"head":[-1.6,-203.7],"shR":[50.1,-147],"elR":[128.4,-146.4],"haR":[193.7,-148.9],"shL":[-57.7,-145.7],"elL":[-134.6,-146.3],"haL":[-203,-146.3],"hipR":[26.6,7.9],"knR":[30.4,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.2],"neck":[-3.8,-168.3],"head":[-1.7,-203.6],"shR":[50.1,-147],"elR":[128.4,-146.4],"haR":[193.6,-148.7],"shL":[-57.7,-145.5],"elL":[-134.6,-145.9],"haL":[-203.1,-145.7],"hipR":[26.6,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-3.9,-168.3],"head":[-1.8,-203.6],"shR":[50.1,-146.9],"elR":[128.3,-146.4],"haR":[193.6,-148.6],"shL":[-57.7,-145.3],"elL":[-134.7,-145.3],"haL":[-203.2,-144.8],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.8],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-3.9,-168.3],"head":[-1.9,-203.6],"shR":[50,-146.9],"elR":[128.3,-146.4],"haR":[193.5,-148.6],"shL":[-57.7,-145],"elL":[-134.8,-144.6],"haL":[-203.3,-143.7],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.3,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.8],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-4.1,-168.2],"head":[-2,-203.6],"shR":[49.9,-146.9],"elR":[128.2,-146.4],"haR":[193.4,-148.6],"shL":[-57.8,-144.8],"elL":[-134.9,-143.9],"haL":[-203.5,-142.6],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.2,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.2,-100.2],"neck":[-4.3,-168.2],"head":[-2.2,-203.6],"shR":[49.8,-147.1],"elR":[128.1,-146.4],"haR":[193.4,-148.6],"shL":[-58,-144.7],"elL":[-135.1,-143.3],"haL":[-203.7,-141.5],"hipR":[26.5,7.9],"knR":[30.5,129.6],"ftR":[30.2,254.7],"hipL":[-26.8,7.7],"knL":[-23.5,130.9],"ftL":[-20.4,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.3,-100.1],"neck":[-4.5,-168.2],"head":[-2.5,-203.5],"shR":[49.6,-147.2],"elR":[127.9,-146.5],"haR":[193.3,-148.5],"shL":[-58.1,-144.5],"elL":[-135.3,-142.6],"haL":[-203.9,-140.5],"hipR":[26.5,7.9],"knR":[30.4,129.6],"ftR":[30.1,254.7],"hipL":[-26.8,7.7],"knL":[-23.6,130.8],"ftL":[-20.5,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.4,-100.1],"neck":[-4.7,-168.1],"head":[-2.8,-203.5],"shR":[49.4,-147.2],"elR":[127.8,-146.6],"haR":[193.3,-148.5],"shL":[-58.3,-144.3],"elL":[-135.4,-142],"haL":[-204.1,-139.5],"hipR":[26.5,7.9],"knR":[30.4,129.6],"ftR":[30,254.7],"hipL":[-26.8,7.7],"knL":[-23.6,130.8],"ftL":[-20.6,256]},{"rootY":0,"hips":[0,0],"chest":[-3.5,-100.1],"neck":[-4.9,-168.1],"head":[-3.1,-203.5],"shR":[49.3,-147.3],"elR":[127.6,-146.7],"haR":[193.2,-148.5],"shL":[-58.5,-144.1],"elL":[-135.6,-141.5],"haL":[-204.3,-138.7],"hipR":[26.5,7.9],"knR":[30.3,129.6],"ftR":[29.9,254.7],"hipL":[-26.8,7.7],"knL":[-23.7,130.8],"ftL":[-20.7,256]},{"rootY":0,"hips":[0,0],"chest":[-3.7,-100.1],"neck":[-5.2,-168.1],"head":[-3.4,-203.5],"shR":[49,-147.3],"elR":[127.4,-146.8],"haR":[193.1,-148.7],"shL":[-58.7,-143.8],"elL":[-135.8,-141],"haL":[-204.5,-138],"hipR":[26.5,7.9],"knR":[30.3,129.6],"ftR":[29.7,254.7],"hipL":[-26.8,7.7],"knL":[-23.7,130.8],"ftL":[-20.8,256.1]},{"rootY":0,"hips":[0,0],"chest":[-3.8,-100.1],"neck":[-5.4,-168.1],"head":[-3.7,-203.5],"shR":[48.8,-147.3],"elR":[127.2,-146.9],"haR":[193,-149],"shL":[-58.9,-143.6],"elL":[-136,-140.6],"haL":[-204.7,-137.4],"hipR":[26.5,7.9],"knR":[30.2,129.6],"ftR":[29.6,254.7],"hipL":[-26.8,7.7],"knL":[-23.8,130.9],"ftL":[-21,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4,-100.1],"neck":[-5.7,-168.1],"head":[-4,-203.5],"shR":[48.6,-147.3],"elR":[127,-147.1],"haR":[192.9,-149.3],"shL":[-59.1,-143.3],"elL":[-136.3,-140.2],"haL":[-205,-137],"hipR":[26.5,7.9],"knR":[30.1,129.6],"ftR":[29.4,254.7],"hipL":[-26.8,7.7],"knL":[-23.9,130.9],"ftL":[-21.1,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4.1,-100.1],"neck":[-6,-168.1],"head":[-4.4,-203.5],"shR":[48.4,-147.3],"elR":[126.8,-147.3],"haR":[192.8,-149.7],"shL":[-59.3,-143.1],"elL":[-136.5,-139.9],"haL":[-205.2,-136.6],"hipR":[26.5,7.8],"knR":[30,129.6],"ftR":[29.3,254.7],"hipL":[-26.7,7.7],"knL":[-23.9,130.9],"ftL":[-21.3,256.1]},{"rootY":0,"hips":[0,0],"chest":[-4.2,-100.1],"neck":[-6.3,-168],"head":[-4.8,-203.5],"shR":[48.1,-147.3],"elR":[126.6,-147.5],"haR":[192.6,-150],"shL":[-59.5,-142.8],"elL":[-136.8,-139.7],"haL":[-205.5,-136.3],"hipR":[26.5,7.8],"knR":[29.9,129.6],"ftR":[29,254.8],"hipL":[-26.7,7.7],"knL":[-24,130.9],"ftL":[-21.5,256.1]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.2,-100.1],"neck":[-6.7,-168],"head":[-5.2,-203.5],"shR":[47.8,-147.4],"elR":[126.3,-147.7],"haR":[192.4,-150.3],"shL":[-59.8,-142.6],"elL":[-137.1,-139.4],"haL":[-205.9,-136.1],"hipR":[26.5,7.8],"knR":[29.8,129.6],"ftR":[28.8,254.8],"hipL":[-26.7,7.8],"knL":[-24.2,130.9],"ftL":[-21.8,256.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.4,-100.1],"neck":[-7.1,-168],"head":[-5.7,-203.5],"shR":[47.5,-147.4],"elR":[126.1,-147.9],"haR":[192.1,-150.6],"shL":[-60.1,-142.2],"elL":[-137.4,-139.2],"haL":[-206.2,-135.8],"hipR":[26.5,7.8],"knR":[29.6,129.6],"ftR":[28.4,254.8],"hipL":[-26.7,7.8],"knL":[-24.3,131],"ftL":[-22.1,256.2]},{"rootY":-0.1,"hips":[0,0],"chest":[-4.5,-100.1],"neck":[-7.5,-167.9],"head":[-6.1,-203.4],"shR":[47.2,-147.3],"elR":[125.8,-148],"haR":[191.8,-150.9],"shL":[-60.4,-141.9],"elL":[-137.7,-138.9],"haL":[-206.5,-135.5],"hipR":[26.6,7.7],"knR":[29.4,129.7],"ftR":[28.1,254.9],"hipL":[-26.7,7.8],"knL":[-24.5,131],"ftL":[-22.5,256.3]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.6,-100.1],"neck":[-7.8,-167.9],"head":[-6.5,-203.4],"shR":[47,-147.2],"elR":[125.5,-148.1],"haR":[191.6,-151.1],"shL":[-60.6,-141.7],"elL":[-137.9,-138.6],"haL":[-206.7,-135.2],"hipR":[26.6,7.7],"knR":[29.2,129.7],"ftR":[27.7,254.9],"hipL":[-26.7,7.9],"knL":[-24.7,131.1],"ftL":[-22.9,256.3]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.7,-100.1],"neck":[-7.9,-167.9],"head":[-6.9,-203.4],"shR":[46.8,-147.1],"elR":[125.4,-148.2],"haR":[191.4,-151.3],"shL":[-60.7,-141.5],"elL":[-138,-138.4],"haL":[-206.8,-134.9],"hipR":[26.6,7.6],"knR":[29,129.8],"ftR":[27.4,255],"hipL":[-26.7,7.9],"knL":[-24.9,131.1],"ftL":[-23.2,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.7,-100.1],"neck":[-8.1,-167.9],"head":[-7.2,-203.4],"shR":[46.7,-147.1],"elR":[125.2,-148.2],"haR":[191.2,-151.5],"shL":[-60.8,-141.4],"elL":[-138.1,-138.1],"haL":[-207,-134.6],"hipR":[26.6,7.6],"knR":[28.8,129.8],"ftR":[27.1,255.1],"hipL":[-26.7,8],"knL":[-25,131.1],"ftL":[-23.6,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.9,-100.1],"neck":[-8.2,-167.9],"head":[-7.4,-203.5],"shR":[46.5,-147],"elR":[125.1,-148.3],"haR":[191,-151.7],"shL":[-60.9,-141.3],"elL":[-138.3,-138],"haL":[-207.1,-134.3],"hipR":[26.6,7.6],"knR":[28.5,129.9],"ftR":[26.7,255.1],"hipL":[-26.7,8],"knL":[-25.2,131.2],"ftL":[-23.9,256.4]},{"rootY":-0.3,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.3,-167.9],"head":[-7.7,-203.5],"shR":[46.4,-147],"elR":[125,-148.4],"haR":[190.9,-151.9],"shL":[-61,-141.2],"elL":[-138.4,-137.9],"haL":[-207.3,-134.2],"hipR":[26.6,7.6],"knR":[28.3,129.9],"ftR":[26.4,255.2],"hipL":[-26.7,8],"knL":[-25.3,131.2],"ftL":[-24.2,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.4,-167.9],"head":[-7.9,-203.5],"shR":[46.4,-147],"elR":[124.9,-148.6],"haR":[190.8,-152.1],"shL":[-61.1,-141.2],"elL":[-138.6,-137.8],"haL":[-207.5,-134.2],"hipR":[26.6,7.5],"knR":[28.1,129.9],"ftR":[26.1,255.2],"hipL":[-26.7,8],"knL":[-25.5,131.2],"ftL":[-24.5,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.5,-167.8],"head":[-8.2,-203.4],"shR":[46.3,-147],"elR":[124.8,-148.7],"haR":[190.7,-152.3],"shL":[-61.1,-141.2],"elL":[-138.8,-137.8],"haL":[-207.8,-134.1],"hipR":[26.6,7.5],"knR":[27.9,130],"ftR":[25.8,255.3],"hipL":[-26.7,8.1],"knL":[-25.7,131.2],"ftL":[-24.9,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.6,-167.8],"head":[-8.4,-203.4],"shR":[46.2,-147],"elR":[124.7,-148.8],"haR":[190.6,-152.5],"shL":[-61.2,-141.2],"elL":[-139,-137.7],"haL":[-208.1,-134],"hipR":[26.6,7.5],"knR":[27.7,130],"ftR":[25.5,255.3],"hipL":[-26.7,8.1],"knL":[-25.9,131.3],"ftL":[-25.3,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-5,-100.1],"neck":[-8.7,-167.7],"head":[-8.5,-203.3],"shR":[46.2,-147],"elR":[124.7,-148.9],"haR":[190.7,-152.7],"shL":[-61.2,-141.1],"elL":[-139.1,-137.6],"haL":[-208.3,-133.8],"hipR":[26.6,7.4],"knR":[27.5,130],"ftR":[25.3,255.3],"hipL":[-26.7,8.1],"knL":[-26,131.3],"ftL":[-25.5,256.5]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.8,-100.1],"neck":[-8.6,-167.7],"head":[-8.5,-203.3],"shR":[46.2,-146.9],"elR":[124.8,-149],"haR":[190.8,-152.9],"shL":[-61.1,-141],"elL":[-139.1,-137.4],"haL":[-208.3,-133.5],"hipR":[26.7,7.4],"knR":[27.4,130.1],"ftR":[25.2,255.4],"hipL":[-26.7,8.1],"knL":[-26.1,131.3],"ftL":[-25.7,256.5]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.6,-100.1],"neck":[-8.5,-167.7],"head":[-8.4,-203.3],"shR":[46.3,-146.8],"elR":[124.9,-149],"haR":[190.9,-152.9],"shL":[-61,-140.9],"elL":[-139,-137.1],"haL":[-208.3,-133.1],"hipR":[26.7,7.4],"knR":[27.3,130.1],"ftR":[25.2,255.4],"hipL":[-26.7,8.1],"knL":[-26.1,131.3],"ftL":[-25.7,256.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.4,-100.2],"neck":[-8.3,-167.7],"head":[-8.3,-203.2],"shR":[46.5,-146.7],"elR":[125,-148.8],"haR":[191,-152.7],"shL":[-60.8,-140.8],"elL":[-138.8,-136.7],"haL":[-208.1,-132.5],"hipR":[26.7,7.4],"knR":[27.3,130.1],"ftR":[25.3,255.4],"hipL":[-26.7,8.1],"knL":[-26,131.3],"ftL":[-25.6,256.6]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.2,-100.2],"neck":[-8,-167.7],"head":[-8.1,-203.2],"shR":[46.8,-146.6],"elR":[125.2,-148.6],"haR":[191,-152.2],"shL":[-60.5,-140.8],"elL":[-138.5,-136.3],"haL":[-207.8,-131.8],"hipR":[26.7,7.4],"knR":[27.4,130.1],"ftR":[25.5,255.4],"hipL":[-26.7,8.1],"knL":[-25.9,131.3],"ftL":[-25.3,256.5]},{"rootY":-0.5,"hips":[0,0],"chest":[-4,-100.2],"neck":[-7.9,-167.6],"head":[-8,-203.1],"shR":[46.9,-146.4],"elR":[125.1,-148.1],"haR":[190.6,-151.5],"shL":[-60.4,-140.6],"elL":[-138.2,-136],"haL":[-207.4,-131.3],"hipR":[26.7,7.4],"knR":[27.6,130.1],"ftR":[25.8,255.4],"hipL":[-26.7,8.1],"knL":[-25.8,131.3],"ftL":[-25,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4,-100.1],"neck":[-7.9,-167.3],"head":[-8.1,-202.9],"shR":[46.9,-146.3],"elR":[124.8,-147.6],"haR":[189.8,-150.4],"shL":[-60.5,-140.5],"elL":[-138,-135.6],"haL":[-207,-130.7],"hipR":[26.7,7.4],"knR":[27.7,130.1],"ftR":[26.1,255.4],"hipL":[-26.7,8.2],"knL":[-25.6,131.3],"ftL":[-24.7,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.2,-100],"neck":[-8,-167.1],"head":[-8.2,-202.7],"shR":[46.7,-146.3],"elR":[124.1,-147],"haR":[188.4,-149.2],"shL":[-60.7,-140.5],"elL":[-137.7,-135.5],"haL":[-206.5,-130.4],"hipR":[26.8,7.3],"knR":[27.9,130.1],"ftR":[26.4,255.4],"hipL":[-26.7,8.2],"knL":[-25.5,131.4],"ftL":[-24.4,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.3,-100],"neck":[-8,-166.9],"head":[-8.3,-202.5],"shR":[46.6,-146.3],"elR":[123.3,-146.5],"haR":[186.5,-148.1],"shL":[-60.8,-140.5],"elL":[-137.1,-135.6],"haL":[-205.5,-130.5],"hipR":[26.8,7.3],"knR":[28.2,130],"ftR":[26.9,255.3],"hipL":[-26.6,8.3],"knL":[-25.2,131.4],"ftL":[-23.8,256.4]},{"rootY":-0.5,"hips":[0,0],"chest":[-4.3,-99.9],"neck":[-8,-166.8],"head":[-8.4,-202.4],"shR":[46.5,-146.3],"elR":[122.1,-146.1],"haR":[183.9,-147.3],"shL":[-60.9,-140.6],"elL":[-136.2,-135.9],"haL":[-204,-131.2],"hipR":[26.7,7.2],"knR":[28.6,130],"ftR":[27.5,255.3],"hipL":[-26.6,8.3],"knL":[-24.8,131.4],"ftL":[-23.1,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.3,-99.9],"neck":[-8,-166.6],"head":[-8.4,-202.3],"shR":[46.5,-146.1],"elR":[120.5,-145.8],"haR":[180.3,-146.9],"shL":[-60.9,-140.6],"elL":[-134.9,-136.5],"haL":[-201.6,-132.2],"hipR":[26.7,7.2],"knR":[29,129.9],"ftR":[28.4,255.2],"hipL":[-26.6,8.4],"knL":[-24.3,131.5],"ftL":[-22.3,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.4,-99.8],"neck":[-7.8,-166.6],"head":[-8.2,-202.3],"shR":[46.5,-146.1],"elR":[118.4,-145.6],"haR":[175.5,-146.5],"shL":[-60.9,-141.1],"elL":[-132.9,-137.3],"haL":[-198.3,-133.3],"hipR":[26.7,7.1],"knR":[29.5,129.9],"ftR":[29.4,255.2],"hipL":[-26.5,8.5],"knL":[-23.7,131.5],"ftL":[-21.2,256.3]},{"rootY":-0.4,"hips":[0,0],"chest":[-4.4,-99.8],"neck":[-7.5,-166.5],"head":[-7.9,-202.3],"shR":[46.6,-146.1],"elR":[115.9,-145.6],"haR":[169.7,-146.5],"shL":[-60.8,-141.8],"elL":[-129.8,-138.3],"haL":[-193.5,-134.5],"hipR":[26.7,7.1],"knR":[30.2,129.8],"ftR":[30.8,255.2],"hipL":[-26.5,8.5],"knL":[-22.9,131.6],"ftL":[-19.8,256.3]},{"rootY":-0.3,"hips":[0,0],"chest":[-4.3,-99.7],"neck":[-7.2,-166.5],"head":[-7.6,-202.4],"shR":[46.8,-146.1],"elR":[112.7,-145.7],"haR":[162.6,-146.9],"shL":[-60.6,-142.5],"elL":[-125.7,-139.5],"haL":[-186.9,-135.8],"hipR":[26.6,7.1],"knR":[31.1,129.8],"ftR":[32.4,255.1],"hipL":[-26.5,8.5],"knL":[-22,131.6],"ftL":[-18.2,256.2]},{"rootY":-0.2,"hips":[0,0],"chest":[-4.2,-99.6],"neck":[-6.9,-166.4],"head":[-7.2,-202.4],"shR":[46.9,-145.9],"elR":[108.7,-146],"haR":[154,-147.7],"shL":[-60.4,-143.3],"elL":[-121,-140.7],"haL":[-178.7,-137.5],"hipR":[26.6,7.1],"knR":[32.4,129.6],"ftR":[34.1,254.9],"hipL":[-26.4,8.5],"knL":[-21.1,131.5],"ftL":[-16.4,256.1]},{"rootY":0.1,"hips":[0,0],"chest":[-4.1,-99.6],"neck":[-6.7,-166.5],"head":[-6.7,-202.5],"shR":[47,-146],"elR":[104.1,-146.5],"haR":[144.2,-148.6],"shL":[-60.4,-144.2],"elL":[-115.7,-142.3],"haL":[-169,-139.7],"hipR":[26.6,7.3],"knR":[34,129.4],"ftR":[36,254.5],"hipL":[-26.5,8.3],"knL":[-20.4,131.3],"ftL":[-14.5,255.7]},{"rootY":0.8,"hips":[0,0],"chest":[-4.1,-99.7],"neck":[-6.7,-166.7],"head":[-6.4,-202.7],"shR":[47,-146.5],"elR":[99.2,-147.2],"haR":[133.5,-149.7],"shL":[-60.4,-145.4],"elL":[-110,-144.4],"haL":[-158.1,-142.5],"hipR":[26.4,7.8],"knR":[35.8,129],"ftR":[38,253.6],"hipL":[-26.7,7.8],"knL":[-19.7,130.7],"ftL":[-12.5,255]},{"rootY":1.8,"hips":[0,0],"chest":[-4.1,-99.6],"neck":[-7,-166.7],"head":[-6.3,-202.8],"shR":[46.8,-147],"elR":[93.9,-148],"haR":[122.2,-150.9],"shL":[-60.5,-146.3],"elL":[-104,-146.4],"haL":[-146.5,-145.6],"hipR":[26.3,8.5],"knR":[36.9,128.3],"ftR":[39.7,252],"hipL":[-26.9,7.1],"knL":[-19.1,129.9],"ftL":[-10.6,254]},{"rootY":2.5,"hips":[0,0],"chest":[-4.1,-99.3],"neck":[-7.5,-166.5],"head":[-6.7,-202.7],"shR":[46.4,-147.3],"elR":[88.3,-148.4],"haR":[110.5,-151.7],"shL":[-60.9,-146.7],"elL":[-98.1,-147.9],"haL":[-134.6,-148.3],"hipR":[26.1,9.1],"knR":[37.5,127.3],"ftR":[40.5,249.7],"hipL":[-27,6.5],"knL":[-18.6,129.4],"ftL":[-9.2,253.2]},{"rootY":2.8,"hips":[0,0],"chest":[-4.4,-99.1],"neck":[-8.1,-166.3],"head":[-7.3,-202.5],"shR":[45.9,-147.2],"elR":[82.6,-148.4],"haR":[98.9,-152.1],"shL":[-61.3,-146.7],"elL":[-92.4,-149.1],"haL":[-122.7,-150.5],"hipR":[26.1,9.3],"knR":[37.6,125.9],"ftR":[40.2,247],"hipL":[-27,6.3],"knL":[-18.1,129.1],"ftL":[-8.1,252.9]},{"rootY":3,"hips":[0,0],"chest":[-4.7,-98.9],"neck":[-8.5,-166.3],"head":[-7.9,-202.5],"shR":[45.4,-147.1],"elR":[77,-148.2],"haR":[88.1,-152.1],"shL":[-61.6,-146.8],"elL":[-86.9,-150.1],"haL":[-111.4,-152.5],"hipR":[26.1,9.3],"knR":[37.2,124.3],"ftR":[39,244.4],"hipL":[-27,6.3],"knL":[-17.7,129.1],"ftL":[-7.2,252.7]},{"rootY":3,"hips":[0,0],"chest":[-5.2,-98.7],"neck":[-9,-166.3],"head":[-8.7,-202.5],"shR":[44.9,-146.8],"elR":[71.5,-147.7],"haR":[78.4,-151.7],"shL":[-62,-146.8],"elL":[-81.7,-151],"haL":[-101.1,-154.4],"hipR":[26.1,9.2],"knR":[36.4,122.8],"ftR":[37.5,242.5],"hipL":[-27,6.4],"knL":[-17.5,129.2],"ftL":[-6.6,252.6]},{"rootY":3,"hips":[0,0],"chest":[-5.7,-98.6],"neck":[-9.7,-166.2],"head":[-9.6,-202.4],"shR":[44.2,-146.7],"elR":[66.3,-147],"haR":[69.8,-150.8],"shL":[-62.5,-146.7],"elL":[-77,-152],"haL":[-92.1,-156.1],"hipR":[26.2,9.1],"knR":[35.5,121.5],"ftR":[36.1,241.4],"hipL":[-27,6.5],"knL":[-17.5,129.4],"ftL":[-6.4,252.5]},{"rootY":3,"hips":[0,0],"chest":[-6.2,-98.5],"neck":[-10.3,-166.1],"head":[-10.4,-202.3],"shR":[43.5,-146.8],"elR":[61.5,-146.1],"haR":[62.5,-149.2],"shL":[-62.9,-147],"elL":[-72.7,-152.8],"haL":[-84.3,-157.4],"hipR":[26.2,9],"knR":[34.8,120.2],"ftR":[35.4,240.9],"hipL":[-27,6.6],"knL":[-17.5,129.4],"ftL":[-6.2,252.5]},{"rootY":3,"hips":[0,0],"chest":[-6.5,-98.5],"neck":[-10.9,-166.1],"head":[-11.2,-202.4],"shR":[42.9,-147.1],"elR":[57.5,-145.1],"haR":[56.3,-147.2],"shL":[-63.2,-147.6],"elL":[-68.8,-153.6],"haL":[-77.4,-158.1],"hipR":[26.2,9],"knR":[34.5,118.9],"ftR":[35.3,240.8],"hipL":[-27,6.6],"knL":[-17.5,129.4],"ftL":[-5.9,252.4]},{"rootY":2.9,"hips":[0,0],"chest":[-6.7,-98.5],"neck":[-11.4,-166.2],"head":[-12.2,-202.4],"shR":[42.5,-147.2],"elR":[54.2,-144.2],"haR":[51.1,-145.1],"shL":[-63.4,-148.1],"elL":[-65.4,-154],"haL":[-71.5,-158.4],"hipR":[26.2,9],"knR":[34.4,117.8],"ftR":[35.3,241.1],"hipL":[-27,6.6],"knL":[-17.5,129.5],"ftL":[-5.8,252.3]},{"rootY":2.9,"hips":[0,0],"chest":[-7.1,-98.4],"neck":[-12,-166.1],"head":[-13.3,-202.4],"shR":[41.9,-147],"elR":[51.4,-143.3],"haR":[46.6,-143.3],"shL":[-63.8,-148.2],"elL":[-62.9,-154.1],"haL":[-66.7,-158.4],"hipR":[26.3,8.8],"knR":[34.2,117.2],"ftR":[35.1,241.6],"hipL":[-26.9,6.8],"knL":[-17.6,129.7],"ftL":[-6.1,252.3]},{"rootY":2.8,"hips":[0,0],"chest":[-7.3,-98.3],"neck":[-12.5,-166],"head":[-14.5,-202.2],"shR":[41.3,-146.8],"elR":[49.1,-142.6],"haR":[42.9,-142.2],"shL":[-64.1,-148.1],"elL":[-61,-153.8],"haL":[-62.8,-158],"hipR":[26.4,8.7],"knR":[33.8,116.9],"ftR":[34.8,242],"hipL":[-26.9,7],"knL":[-17.9,129.9],"ftL":[-6.6,252.4]},{"rootY":2.9,"hips":[0,0],"chest":[-7.2,-98.2],"neck":[-12.7,-165.9],"head":[-15.5,-202.2],"shR":[41.1,-146.7],"elR":[47.5,-142.4],"haR":[40,-142.1],"shL":[-64.2,-148.2],"elL":[-59.3,-153.5],"haL":[-59.5,-157.2],"hipR":[26.5,8.6],"knR":[33.5,116.8],"ftR":[34.4,242.2],"hipL":[-26.9,7.1],"knL":[-18.3,129.9],"ftL":[-7,252.2]},{"rootY":3.1,"hips":[0,0],"chest":[-6.7,-98.3],"neck":[-12.6,-166],"head":[-16.3,-202.2],"shR":[41.2,-146.6],"elR":[46.4,-142.8],"haR":[37.6,-143],"shL":[-63.9,-148.5],"elL":[-57.6,-153],"haL":[-56.7,-155.8],"hipR":[26.5,8.6],"knR":[33.2,117],"ftR":[34,242],"hipL":[-27,7],"knL":[-18.6,129.9],"ftL":[-7.4,252]},{"rootY":3.3,"hips":[0,0],"chest":[-6.2,-98.3],"neck":[-12.4,-166.1],"head":[-17.3,-202.1],"shR":[41.4,-146.7],"elR":[45.7,-143.6],"haR":[35.5,-144.6],"shL":[-63.6,-148.7],"elL":[-56.1,-151.9],"haL":[-54.7,-153.6],"hipR":[26.5,8.6],"knR":[32.7,117.2],"ftR":[33.6,241.7],"hipL":[-27,7],"knL":[-19.2,130],"ftL":[-8.1,251.7]},{"rootY":3.5,"hips":[0,0],"chest":[-5.6,-98.3],"neck":[-12.3,-166.1],"head":[-18.5,-201.9],"shR":[41.5,-146.9],"elR":[45.1,-144.7],"haR":[33.5,-146.7],"shL":[-63.4,-148.6],"elL":[-54.8,-150.4],"haL":[-53.4,-150.4],"hipR":[26.6,8.6],"knR":[32,117.6],"ftR":[32.9,241.5],"hipL":[-27,7.1],"knL":[-19.9,130],"ftL":[-9,251.5]},{"rootY":3.8,"hips":[0,0],"chest":[-4.8,-98.4],"neck":[-12,-166.1],"head":[-19.7,-201.6],"shR":[41.8,-147.3],"elR":[44.8,-146.3],"haR":[31.9,-149.4],"shL":[-63.1,-148.3],"elL":[-53.7,-148.4],"haL":[-52.5,-146.8],"hipR":[26.6,8.6],"knR":[31.3,118.1],"ftR":[32.4,241.6],"hipL":[-27,7],"knL":[-20.4,130],"ftL":[-10,251.3]},{"rootY":4.1,"hips":[0,0],"chest":[-3.8,-98.5],"neck":[-11.4,-166.3],"head":[-20.6,-201.4],"shR":[42.3,-147.7],"elR":[44.6,-148.2],"haR":[30.8,-152.6],"shL":[-62.5,-147.6],"elL":[-52.7,-146.2],"haL":[-51.9,-142.9],"hipR":[26.5,8.8],"knR":[30.7,118.7],"ftR":[31.9,242.1],"hipL":[-27.1,6.9],"knL":[-20.8,129.8],"ftL":[-10.9,251]},{"rootY":4.5,"hips":[0,0],"chest":[-2.7,-98.6],"neck":[-10.7,-166.4],"head":[-21.5,-201.1],"shR":[43.1,-147.8],"elR":[44.6,-150.2],"haR":[29.9,-155.9],"shL":[-61.8,-146.6],"elL":[-51.9,-143.9],"haL":[-51.6,-139.2],"hipR":[26.5,8.9],"knR":[30.2,119.3],"ftR":[31.5,242.8],"hipL":[-27.1,6.7],"knL":[-21.2,129.5],"ftL":[-12,250.7]},{"rootY":5,"hips":[0,0],"chest":[-1.5,-98.7],"neck":[-9.9,-166.5],"head":[-22.3,-200.6],"shR":[44,-147.9],"elR":[44.8,-151.9],"haR":[29.1,-159.2],"shL":[-61,-145.9],"elL":[-51.2,-141.9],"haL":[-51.6,-135.8],"hipR":[26.4,9.1],"knR":[29.4,119.9],"ftR":[30.7,243.9],"hipL":[-27.1,6.6],"knL":[-21.7,129.1],"ftL":[-13.3,250.2]},{"rootY":5.5,"hips":[0,0],"chest":[-0.3,-98.8],"neck":[-8.9,-166.6],"head":[-23,-200.1],"shR":[45,-147.9],"elR":[45.2,-153.5],"haR":[28.7,-162.2],"shL":[-60.1,-145.5],"elL":[-50.5,-140.2],"haL":[-51.7,-132.8],"hipR":[26.4,9.2],"knR":[28.5,120.9],"ftR":[29.2,245.5],"hipL":[-27.2,6.4],"knL":[-22.3,128.7],"ftL":[-14.8,249.5]},{"rootY":5.9,"hips":[0,0],"chest":[1,-99],"neck":[-7.8,-166.8],"head":[-23.6,-199.5],"shR":[46.1,-147.6],"elR":[45.7,-154.7],"haR":[28.4,-164.9],"shL":[-59,-144.9],"elL":[-49.9,-138.7],"haL":[-51.9,-130.4],"hipR":[26.4,9.2],"knR":[27.5,122.3],"ftR":[27,247.2],"hipL":[-27.1,6.5],"knL":[-23.2,128.5],"ftL":[-16.7,248.8]},{"rootY":6,"hips":[0,0],"chest":[2.2,-99],"neck":[-6.5,-166.9],"head":[-24.2,-198.6],"shR":[47.3,-146.6],"elR":[46.3,-155.4],"haR":[28.3,-167],"shL":[-57.9,-144],"elL":[-49.4,-137.1],"haL":[-52.2,-128.3],"hipR":[26.5,8.8],"knR":[26.3,123.6],"ftR":[24.6,248.6],"hipL":[-27.1,6.8],"knL":[-24.4,128.6],"ftL":[-18.9,248.2]},{"rootY":5.9,"hips":[0,0],"chest":[3.6,-99],"neck":[-4.9,-166.9],"head":[-24.4,-197.4],"shR":[48.8,-146.1],"elR":[47.3,-156],"haR":[28.7,-168.8],"shL":[-56.3,-143],"elL":[-48.7,-135.7],"haL":[-52.3,-126.6],"hipR":[26.6,8.6],"knR":[25.1,124.2],"ftR":[22.3,249.3],"hipL":[-27,7.1],"knL":[-25.6,128.6],"ftL":[-21.2,247.2]},{"rootY":5.8,"hips":[0,0],"chest":[5.7,-99],"neck":[-2.7,-167],"head":[-23.8,-196.3],"shR":[50.8,-146.8],"elR":[49,-157.4],"haR":[30.2,-170.9],"shL":[-54.2,-142.7],"elL":[-47.5,-134.9],"haL":[-51.9,-125.4],"hipR":[26.5,8.8],"knR":[23.7,124.2],"ftR":[20.6,249.4],"hipL":[-27.1,6.8],"knL":[-26.7,128],"ftL":[-23.2,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[8.1,-99],"neck":[-0.5,-167.1],"head":[-22.6,-195.5],"shR":[53,-148.4],"elR":[51.1,-159.7],"haR":[32.4,-173.5],"shL":[-51.8,-143],"elL":[-46,-134.5],"haL":[-51.1,-124.4],"hipR":[26.3,9.5],"knR":[22.1,124.1],"ftR":[19.3,249.4],"hipL":[-27.2,6.1],"knL":[-27.8,127.2],"ftL":[-24.8,243.8]},{"rootY":5.7,"hips":[0,0],"chest":[10.1,-98.9],"neck":[1.2,-167.1],"head":[-21.3,-195],"shR":[54.4,-149.6],"elR":[52.8,-162.3],"haR":[34.4,-176.6],"shL":[-50,-143.2],"elL":[-44.9,-134.1],"haL":[-50.3,-123.4],"hipR":[26.1,10],"knR":[20,124.5],"ftR":[17.8,249.5],"hipL":[-27.3,5.5],"knL":[-29.5,126.6],"ftL":[-26.7,242.1]},{"rootY":5.5,"hips":[0,0],"chest":[11.3,-98.9],"neck":[2.2,-167.1],"head":[-20.1,-195],"shR":[55.2,-150],"elR":[54,-164.4],"haR":[36,-179.8],"shL":[-49.1,-143.1],"elL":[-44.5,-133.7],"haL":[-49.9,-122.7],"hipR":[26,10],"knR":[17.7,125.2],"ftR":[16,249.7],"hipL":[-27.2,5.5],"knL":[-31.5,126.5],"ftL":[-28.9,240.7]},{"rootY":5.4,"hips":[0,0],"chest":[11.6,-98.9],"neck":[2.9,-167.2],"head":[-18.7,-195.4],"shR":[55.5,-149.8],"elR":[54.8,-165.8],"haR":[37,-182.7],"shL":[-48.6,-143.5],"elL":[-44.5,-133.6],"haL":[-50.1,-122.2],"hipR":[26.1,9.8],"knR":[16,125.8],"ftR":[13.8,249.9],"hipL":[-27.1,5.8],"knL":[-33.4,126.7],"ftL":[-31,239.1]},{"rootY":5.4,"hips":[0,0],"chest":[11.8,-98.9],"neck":[3.7,-167.4],"head":[-16.9,-196.1],"shR":[55.9,-149.7],"elR":[55.6,-166.8],"haR":[37.8,-184.8],"shL":[-48,-144.4],"elL":[-44.4,-134],"haL":[-50.4,-122.1],"hipR":[26.1,9.6],"knR":[15.2,126.5],"ftR":[11.9,250.2],"hipL":[-27,5.9],"knL":[-35.1,126.8],"ftL":[-32.8,237.1]},{"rootY":5.4,"hips":[0,0],"chest":[12.1,-98.8],"neck":[4.5,-167.5],"head":[-14.8,-196.9],"shR":[56.4,-149.9],"elR":[56,-167.4],"haR":[38.1,-185.9],"shL":[-47.3,-145.1],"elL":[-44.1,-134.5],"haL":[-50.7,-122.3],"hipR":[26.1,9.7],"knR":[14.9,127.3],"ftR":[10.4,250.6],"hipL":[-27.1,5.9],"knL":[-37.4,127.1],"ftL":[-34.6,234.2]},{"rootY":5.4,"hips":[0,0],"chest":[12.2,-98.8],"neck":[4.9,-167.6],"head":[-13,-197.9],"shR":[56.8,-150.2],"elR":[55.7,-167.9],"haR":[37.6,-186.2],"shL":[-46.9,-145.2],"elL":[-44,-134.8],"haL":[-51,-122.9],"hipR":[26.1,9.7],"knR":[14.4,128],"ftR":[9,250.7],"hipL":[-27.1,5.9],"knL":[-40.7,127.5],"ftL":[-36.9,230.5]},{"rootY":5.5,"hips":[0,0],"chest":[12.1,-98.8],"neck":[4.6,-167.6],"head":[-11.5,-198.9],"shR":[56.7,-150.8],"elR":[54.6,-168.2],"haR":[36.5,-185.9],"shL":[-47.1,-144.7],"elL":[-44.3,-135],"haL":[-51.3,-123.7],"hipR":[26.1,9.6],"knR":[13.6,128.3],"ftR":[7.7,250.5],"hipL":[-27.1,6],"knL":[-44.7,127.7],"ftL":[-39.5,226.6]},{"rootY":5.6,"hips":[0,0],"chest":[11.9,-98.8],"neck":[4.3,-167.6],"head":[-10.4,-199.6],"shR":[56.4,-151.3],"elR":[53.2,-168.2],"haR":[35.2,-185.1],"shL":[-47.3,-144.2],"elL":[-44.8,-135],"haL":[-51.6,-124.2],"hipR":[26.2,9.5],"knR":[12.8,128.6],"ftR":[6.8,250.2],"hipL":[-27.1,6.1],"knL":[-48.7,127.3],"ftL":[-42,223.8]},{"rootY":5.4,"hips":[0,0],"chest":[11.9,-98.6],"neck":[4.2,-167.4],"head":[-9.5,-199.9],"shR":[56.4,-151.6],"elR":[52,-167.7],"haR":[33.8,-183.6],"shL":[-47.2,-143.8],"elL":[-45.2,-134.7],"haL":[-51.7,-124.2],"hipR":[26.2,9.6],"knR":[12.8,129],"ftR":[6.3,250],"hipL":[-27.1,6],"knL":[-52.2,126.6],"ftL":[-44.8,223.8]},{"rootY":5.1,"hips":[0,0],"chest":[12,-98.5],"neck":[4.3,-167.2],"head":[-8.9,-200],"shR":[56.5,-152],"elR":[51,-166.9],"haR":[32.6,-181.3],"shL":[-47.1,-143.6],"elL":[-45.4,-134.4],"haL":[-51.8,-123.8],"hipR":[26.2,9.6],"knR":[13.5,129.6],"ftR":[6.2,250],"hipL":[-27.2,6],"knL":[-55.5,125.6],"ftL":[-49,226.5]},{"rootY":4.8,"hips":[0,0],"chest":[12,-98.3],"neck":[4.4,-167.1],"head":[-8.6,-199.9],"shR":[56.6,-152.3],"elR":[50.2,-165.7],"haR":[31.4,-178.8],"shL":[-47,-143.6],"elL":[-45.5,-134.2],"haL":[-51.9,-123.5],"hipR":[26.2,9.7],"knR":[14.4,130.2],"ftR":[5.9,250.2],"hipL":[-27.2,5.9],"knL":[-58.5,124.5],"ftL":[-54.8,230.6]},{"rootY":4.7,"hips":[0,0],"chest":[11.9,-98.2],"neck":[4.3,-167],"head":[-8.5,-199.8],"shR":[56.6,-152.6],"elR":[49.7,-164.7],"haR":[30.7,-176.5],"shL":[-46.9,-143.7],"elL":[-45.5,-134.1],"haL":[-51.9,-123.4],"hipR":[26.2,9.8],"knR":[15,130.8],"ftR":[5.5,250.2],"hipL":[-27.3,5.8],"knL":[-60.9,123.3],"ftL":[-61.6,234.6]},{"rootY":4.9,"hips":[0,0],"chest":[12,-98.1],"neck":[4.4,-166.8],"head":[-8.4,-199.7],"shR":[56.7,-152.8],"elR":[49.5,-163.8],"haR":[30.4,-174.4],"shL":[-46.8,-143.7],"elL":[-45.3,-134.2],"haL":[-51.8,-123.4],"hipR":[26.1,10],"knR":[15.4,131.1],"ftR":[5.6,249.9],"hipL":[-27.4,5.6],"knL":[-62.2,122.1],"ftL":[-68.7,237.8]},{"rootY":5.3,"hips":[0,0],"chest":[12.3,-98],"neck":[4.8,-166.7],"head":[-8,-199.6],"shR":[57.1,-152.9],"elR":[49.7,-162.9],"haR":[30.7,-172.7],"shL":[-46.4,-143.6],"elL":[-44.9,-134.1],"haL":[-51.6,-123.5],"hipR":[26,10.1],"knR":[15.9,131.4],"ftR":[6.1,249.4],"hipL":[-27.4,5.4],"knL":[-62.5,121],"ftL":[-75.4,240.1]},{"rootY":5.9,"hips":[0,0],"chest":[12.6,-97.9],"neck":[5.3,-166.6],"head":[-7.5,-199.6],"shR":[57.6,-152.8],"elR":[50.3,-162],"haR":[31.5,-171.1],"shL":[-45.9,-143.4],"elL":[-44.3,-134],"haL":[-51.1,-123.4],"hipR":[25.9,10.3],"knR":[16.5,131.7],"ftR":[6.9,248.7],"hipL":[-27.4,5.3],"knL":[-62.1,120.1],"ftL":[-81,241.4]},{"rootY":6.4,"hips":[0,0],"chest":[12.9,-97.8],"neck":[5.9,-166.5],"head":[-6.8,-199.6],"shR":[58.2,-152.4],"elR":[51.2,-161],"haR":[32.7,-169.6],"shL":[-45.3,-143.2],"elL":[-43.6,-133.8],"haL":[-50.5,-123],"hipR":[25.9,10.4],"knR":[17.4,132.1],"ftR":[8.1,248.2],"hipL":[-27.4,5.1],"knL":[-61.2,119.4],"ftL":[-84.7,241.8]},{"rootY":6.7,"hips":[0,0],"chest":[13.2,-97.6],"neck":[6.6,-166.4],"head":[-5.9,-199.6],"shR":[58.9,-152.1],"elR":[52.4,-160],"haR":[34.4,-168],"shL":[-44.7,-143.2],"elL":[-42.9,-133.5],"haL":[-49.8,-122.5],"hipR":[25.8,10.5],"knR":[18.5,132.5],"ftR":[9.6,247.8],"hipL":[-27.4,5.1],"knL":[-59.8,118.9],"ftL":[-86.4,241.4]},{"rootY":6.9,"hips":[0,0],"chest":[13.4,-97.5],"neck":[7.2,-166.3],"head":[-4.9,-199.7],"shR":[59.7,-151.8],"elR":[53.5,-159.1],"haR":[36.2,-166.6],"shL":[-44.1,-143.2],"elL":[-42.1,-133.2],"haL":[-48.9,-122],"hipR":[25.8,10.5],"knR":[19.8,132.9],"ftR":[11.5,247.4],"hipL":[-27.4,5],"knL":[-58.2,118.3],"ftL":[-86.1,240.2]},{"rootY":7.1,"hips":[0,0],"chest":[13.5,-97.4],"neck":[7.7,-166.2],"head":[-3.9,-199.9],"shR":[60.2,-151.7],"elR":[54.6,-158.3],"haR":[38.2,-165.3],"shL":[-43.7,-143.1],"elL":[-41.4,-133.2],"haL":[-47.9,-122],"hipR":[25.8,10.5],"knR":[21.2,133.2],"ftR":[13.6,246.9],"hipL":[-27.4,5.1],"knL":[-56.3,117.6],"ftL":[-83.7,238.7]},{"rootY":7.3,"hips":[0,0],"chest":[13.2,-97.3],"neck":[7.7,-166.2],"head":[-3,-200.3],"shR":[60.3,-151.7],"elR":[55.5,-157.8],"haR":[39.9,-164.2],"shL":[-43.7,-142.7],"elL":[-41,-133.4],"haL":[-47.1,-122.6],"hipR":[25.7,10.4],"knR":[22.8,133.3],"ftR":[15.8,246.4],"hipL":[-27.3,5.2],"knL":[-54.1,117.1],"ftL":[-79.8,237.6]},{"rootY":7.5,"hips":[0,0],"chest":[12.5,-97.4],"neck":[7.1,-166.3],"head":[-2.3,-200.9],"shR":[59.8,-151.7],"elR":[56,-157.4],"haR":[41.4,-163.2],"shL":[-44.3,-142.2],"elL":[-41.2,-133.9],"haL":[-46.6,-124],"hipR":[25.7,10.2],"knR":[24.6,133.3],"ftR":[18.1,245.7],"hipL":[-27.2,5.4],"knL":[-51.5,116.9],"ftL":[-75.1,236.9]},{"rootY":7.9,"hips":[0,0],"chest":[11.3,-97.4],"neck":[6.1,-166.5],"head":[-1.6,-201.5],"shR":[58.9,-151.5],"elR":[56.1,-157],"haR":[42.6,-162.5],"shL":[-45.2,-141.9],"elL":[-42,-134.9],"haL":[-46.6,-126.2],"hipR":[25.8,9.9],"knR":[26.3,133.1],"ftR":[20.5,244.8],"hipL":[-27.1,5.7],"knL":[-48.4,117.2],"ftL":[-69.8,236.7]},{"rootY":8.5,"hips":[0,0],"chest":[10,-97.5],"neck":[5,-166.7],"head":[-0.9,-202],"shR":[58.1,-151.2],"elR":[55.9,-156.6],"haR":[43.4,-162],"shL":[-46.3,-141.9],"elL":[-43.1,-136.5],"haL":[-47,-129.3],"hipR":[25.8,9.6],"knR":[28,132.8],"ftR":[23.2,243.4],"hipL":[-27,6],"knL":[-44.9,117.9],"ftL":[-63.2,237.3]},{"rootY":9.3,"hips":[0,0],"chest":[8.7,-97.5],"neck":[4.3,-166.8],"head":[-0.1,-202.4],"shR":[57.5,-150.7],"elR":[55.9,-156.1],"haR":[44.1,-161.5],"shL":[-47.1,-142.2],"elL":[-43.8,-138.3],"haL":[-47.3,-132.9],"hipR":[25.9,9.4],"knR":[30.1,132.3],"ftR":[26.3,241.6],"hipL":[-26.9,6.2],"knL":[-40.8,119.5],"ftL":[-55.3,239.2]},{"rootY":10,"hips":[0,0],"chest":[7.6,-97.4],"neck":[3.8,-166.8],"head":[1,-202.6],"shR":[57.2,-149.6],"elR":[56.2,-155.2],"haR":[45.1,-160.8],"shL":[-47.6,-142.2],"elL":[-44.1,-140.4],"haL":[-47.4,-136.8],"hipR":[25.8,9.4],"knR":[32.8,131.9],"ftR":[30.2,239.6],"hipL":[-26.8,6.2],"knL":[-36.7,121.5],"ftL":[-47.4,241.5]},{"rootY":10.5,"hips":[0,0],"chest":[6.8,-97],"neck":[3.4,-166.5],"head":[2.1,-202.3],"shR":[56.9,-147.4],"elR":[56.8,-153.6],"haR":[46.6,-160],"shL":[-48,-141.6],"elL":[-44,-142.3],"haL":[-46.9,-141],"hipR":[25.4,10],"knR":[36,131.8],"ftR":[34.9,237.3],"hipL":[-26.8,5.6],"knL":[-33.6,122.9],"ftL":[-41,243.4]},{"rootY":10.4,"hips":[0,0],"chest":[6.3,-96.1],"neck":[2.6,-165.7],"head":[3.3,-201.5],"shR":[56.5,-144.9],"elR":[57.5,-151.7],"haR":[48.4,-158.7],"shL":[-48.4,-140.4],"elL":[-43.7,-143.7],"haL":[-45.8,-145],"hipR":[25,11.2],"knR":[39.2,132.1],"ftR":[39.9,234.5],"hipL":[-26.9,4.3],"knL":[-31.3,123],"ftL":[-36.3,244.5]},{"rootY":9.5,"hips":[0,0],"chest":[6.2,-94.9],"neck":[1.2,-164.6],"head":[4.3,-200.2],"shR":[55.6,-143.9],"elR":[58.1,-149.8],"haR":[49.8,-156.2],"shL":[-49.2,-138.8],"elL":[-43.7,-144.7],"haL":[-44.6,-148.2],"hipR":[24.5,12.4],"knR":[41.9,132.3],"ftR":[44.9,231.2],"hipL":[-27,3],"knL":[-28.9,122.8],"ftL":[-32.1,245.6]},{"rootY":8,"hips":[0,0],"chest":[5.4,-93.9],"neck":[-1,-163.6],"head":[4.6,-199],"shR":[53.9,-144.6],"elR":[57.9,-148.3],"haR":[50.6,-152.7],"shL":[-50.9,-137.4],"elL":[-44.4,-145.5],"haL":[-44,-151],"hipR":[24.2,13],"knR":[44.3,132.4],"ftR":[49.1,227.5],"hipL":[-27,2.4],"knL":[-26.9,123.3],"ftL":[-28.1,247.2]},{"rootY":6.6,"hips":[0,0],"chest":[3.6,-93.2],"neck":[-3.5,-162.9],"head":[4.3,-197.8],"shR":[51.6,-145.5],"elR":[56.7,-147],"haR":[50.9,-149.3],"shL":[-53.2,-136.7],"elL":[-45.8,-146.7],"haL":[-44.1,-154],"hipR":[24,13.1],"knR":[47,132.8],"ftR":[51.7,222.7],"hipL":[-26.8,2.2],"knL":[-25.6,124.2],"ftL":[-24.9,248.6]},{"rootY":6.3,"hips":[0,0],"chest":[1.5,-92.8],"neck":[-5.7,-162.5],"head":[3.5,-197],"shR":[49.5,-145.3],"elR":[55.4,-146],"haR":[51,-147.3],"shL":[-55.3,-136.9],"elL":[-47,-149],"haL":[-44.5,-158.2],"hipR":[23.7,13.5],"knR":[50.3,133.5],"ftR":[52.5,216.4],"hipL":[-26.6,1.7],"knL":[-24.7,124.3],"ftL":[-22.5,249]},{"rootY":6.8,"hips":[0,0],"chest":[0,-92.5],"neck":[-7.2,-162.2],"head":[2.3,-196.6],"shR":[48.2,-144.5],"elR":[54.7,-145],"haR":[50.9,-146.2],"shL":[-56.8,-137.5],"elL":[-47.5,-151.7],"haL":[-44.7,-162.8],"hipR":[23.3,14.3],"knR":[53.5,133.7],"ftR":[51.7,209.8],"hipL":[-26.5,0.8],"knL":[-24,123.8],"ftL":[-20.4,248.6]},{"rootY":7.1,"hips":[0,0],"chest":[-1,-92.3],"neck":[-8.5,-161.9],"head":[0.5,-196.5],"shR":[47.1,-144.1],"elR":[54.4,-143.5],"haR":[50.3,-144.1],"shL":[-57.9,-137.3],"elL":[-47.5,-153.4],"haL":[-44.4,-166.2],"hipR":[23.1,14.7],"knR":[55.4,132.9],"ftR":[49.7,205.5],"hipL":[-26.5,0.3],"knL":[-23.6,123.4],"ftL":[-18.7,248.3]},{"rootY":6.8,"hips":[0,0],"chest":[-1.9,-92.1],"neck":[-9.8,-161.7],"head":[-1.7,-196.7],"shR":[45.9,-144.5],"elR":[53.9,-141.7],"haR":[49.5,-140.7],"shL":[-59,-136.4],"elL":[-47.3,-153.8],"haL":[-43.3,-167.8],"hipR":[23.2,14.5],"knR":[55.9,131.1],"ftR":[47.1,205.4],"hipL":[-26.6,0.4],"knL":[-23.3,123.6],"ftL":[-17.8,248.6]},{"rootY":6.2,"hips":[0,0],"chest":[-2.8,-92.2],"neck":[-11.1,-161.7],"head":[-4.2,-197],"shR":[44.7,-145.1],"elR":[53,-140],"haR":[48.8,-137],"shL":[-60.2,-135.5],"elL":[-46.9,-153.5],"haL":[-41.1,-167.9],"hipR":[23.5,14.2],"knR":[55.5,128.7],"ftR":[45.4,209.5],"hipL":[-26.7,0.9],"knL":[-22.8,124],"ftL":[-17.6,249.2]},{"rootY":5.8,"hips":[0,0],"chest":[-3.7,-92.4],"neck":[-12.3,-161.8],"head":[-6.6,-197.4],"shR":[43.4,-145.5],"elR":[51.6,-138.7],"haR":[48.1,-134.1],"shL":[-61.4,-135],"elL":[-46.1,-153.1],"haL":[-38.1,-167.7],"hipR":[23.8,13.9],"knR":[54.4,125.9],"ftR":[45.6,216.6],"hipL":[-26.8,1.2],"knL":[-22.3,124.3],"ftL":[-17.6,249.6]},{"rootY":5.5,"hips":[0,0],"chest":[-4.5,-92.5],"neck":[-13.3,-161.8],"head":[-8.7,-197.6],"shR":[42.3,-145.5],"elR":[50.2,-137.6],"haR":[47,-131.6],"shL":[-62.4,-134.7],"elL":[-45,-152.6],"haL":[-35.1,-167.2],"hipR":[24,13.6],"knR":[53,123.3],"ftR":[47.8,225.3],"hipL":[-26.9,1.6],"knL":[-22.1,124.7],"ftL":[-17.7,249.9]},{"rootY":5.3,"hips":[0,0],"chest":[-4.9,-92.5],"neck":[-13.9,-161.8],"head":[-10.1,-197.7],"shR":[41.6,-145.4],"elR":[49.3,-136.3],"haR":[46,-129.2],"shL":[-63,-134.6],"elL":[-43.7,-152.1],"haL":[-32.2,-166.4],"hipR":[24.2,13.3],"knR":[52.4,121.2],"ftR":[50.9,234.4],"hipL":[-27,1.8],"knL":[-22.1,124.9],"ftL":[-17.7,250.1]},{"rootY":5.3,"hips":[0,0],"chest":[-4.7,-92.5],"neck":[-13.8,-161.7],"head":[-10.7,-197.8],"shR":[41.6,-145.2],"elR":[49.1,-134.9],"haR":[45.3,-126.8],"shL":[-63,-134.6],"elL":[-42.3,-151.5],"haL":[-29.8,-165.2],"hipR":[24.4,13.2],"knR":[52.9,120.2],"ftR":[54.5,241.5],"hipL":[-27.1,2],"knL":[-22.4,125.1],"ftL":[-17.8,250.2]},{"rootY":5.3,"hips":[0,0],"chest":[-4.1,-92.6],"neck":[-13.3,-161.8],"head":[-10.5,-197.9],"shR":[42,-144.9],"elR":[49.2,-133.4],"haR":[44.9,-124.6],"shL":[-62.7,-134.5],"elL":[-41.2,-150.7],"haL":[-28,-163.7],"hipR":[24.5,13.1],"knR":[53.7,119.9],"ftR":[58.5,244.9],"hipL":[-27.2,2.1],"knL":[-22.6,125.1],"ftL":[-18,250.3]},{"rootY":5.2,"hips":[0,0],"chest":[-3.4,-92.8],"neck":[-12.4,-161.9],"head":[-9.7,-198.1],"shR":[42.5,-144.1],"elR":[48.9,-132],"haR":[44,-122.6],"shL":[-62.1,-134.6],"elL":[-40.6,-149.8],"haL":[-27.2,-162],"hipR":[24.6,12.9],"knR":[53.1,120.5],"ftR":[62.9,244.6],"hipL":[-27.3,2.3],"knL":[-22.8,125.3],"ftL":[-18.4,250.3]},{"rootY":5.3,"hips":[0,0],"chest":[-2.9,-92.9],"neck":[-11.3,-162.1],"head":[-8.8,-198.2],"shR":[43.2,-143.3],"elR":[48.3,-130.8],"haR":[42.3,-121],"shL":[-61.5,-135.2],"elL":[-40.4,-149.1],"haL":[-27.4,-160.2],"hipR":[24.7,12.9],"knR":[51,121.7],"ftR":[66.8,241.5],"hipL":[-27.4,2.4],"knL":[-23.3,125.3],"ftL":[-19.4,250.3]},{"rootY":5.6,"hips":[0,0],"chest":[-2.3,-92.9],"neck":[-9.9,-162.2],"head":[-7.8,-198.4],"shR":[44.1,-142.8],"elR":[47.6,-129.9],"haR":[40.2,-120],"shL":[-60.8,-136.6],"elL":[-40.5,-148.9],"haL":[-28.4,-158.7],"hipR":[24.7,12.9],"knR":[49.3,122.1],"ftR":[69.9,237.4],"hipL":[-27.5,2.3],"knL":[-23.9,125.2],"ftL":[-20.8,250]},{"rootY":5.8,"hips":[0,0],"chest":[-1.6,-92.8],"neck":[-8.5,-162.3],"head":[-6.8,-198.5],"shR":[45,-142.4],"elR":[47,-129.1],"haR":[38.2,-119.2],"shL":[-60,-137.7],"elL":[-40.6,-148.7],"haL":[-29.8,-157.3],"hipR":[24.8,12.8],"knR":[49.6,121.1],"ftR":[72.5,234.2],"hipL":[-27.6,2.4],"knL":[-24.8,125.3],"ftL":[-22.6,249.8]},{"rootY":5.8,"hips":[0,0],"chest":[-1.1,-92.7],"neck":[-7.2,-162.2],"head":[-5.8,-198.5],"shR":[45.8,-141.8],"elR":[46.5,-128.5],"haR":[36.3,-118.8],"shL":[-59.2,-138.2],"elL":[-40.7,-148.4],"haL":[-31.3,-156.2],"hipR":[25,12.4],"knR":[51.3,118.9],"ftR":[74.6,232.5],"hipL":[-27.7,2.8],"knL":[-25.8,125.5],"ftL":[-24.7,249.7]},{"rootY":5.9,"hips":[0,0],"chest":[-0.8,-92.3],"neck":[-6.3,-161.9],"head":[-5.2,-198.2],"shR":[46.3,-141],"elR":[45.9,-128.1],"haR":[34.4,-119],"shL":[-58.7,-138.8],"elL":[-41.1,-148.3],"haL":[-32.8,-155.5],"hipR":[25.2,12],"knR":[52.8,116.4],"ftR":[75.5,232.3],"hipL":[-27.6,3.2],"knL":[-27.2,125.7],"ftL":[-27.3,249.6]},{"rootY":6.2,"hips":[0,0],"chest":[-0.5,-92.1],"neck":[-5.7,-161.7],"head":[-4.9,-198],"shR":[46.6,-140.2],"elR":[45.1,-128.1],"haR":[32.5,-119.9],"shL":[-58.4,-139.9],"elL":[-41.8,-148.7],"haL":[-34.4,-155.3],"hipR":[25.4,11.6],"knR":[53,113.9],"ftR":[74.8,232.8],"hipL":[-27.6,3.7],"knL":[-28.9,125.7],"ftL":[-30.6,249.2]},{"rootY":6.9,"hips":[0,0],"chest":[-0.1,-91.9],"neck":[-5.2,-161.6],"head":[-4.8,-197.9],"shR":[46.8,-139.6],"elR":[44.4,-128.6],"haR":[30.9,-121.6],"shL":[-58.1,-140.8],"elL":[-42.5,-149.3],"haL":[-36,-155.6],"hipR":[25.5,11.3],"knR":[51.4,111.6],"ftR":[72.9,233.2],"hipL":[-27.6,4],"knL":[-30.9,125.4],"ftL":[-34.5,248.4]},{"rootY":8.3,"hips":[0,0],"chest":[0.5,-91.7],"neck":[-4.7,-161.5],"head":[-4.9,-197.7],"shR":[47.3,-139.3],"elR":[44.1,-129.8],"haR":[29.7,-124.1],"shL":[-57.6,-140.9],"elL":[-43.1,-149.9],"haL":[-37.7,-156.6],"hipR":[25.6,11.2],"knR":[48.2,110.6],"ftR":[70.1,233.7],"hipL":[-27.6,4.1],"knL":[-33.1,124.7],"ftL":[-38.9,247]},{"rootY":10.3,"hips":[0,0],"chest":[1.6,-91.5],"neck":[-4,-161.2],"head":[-5.1,-197.4],"shR":[47.9,-139.2],"elR":[44.2,-131.5],"haR":[29,-127.5],"shL":[-56.9,-140.4],"elL":[-43.4,-150.5],"haL":[-39,-158.1],"hipR":[25.5,11.3],"knR":[44.3,111.8],"ftR":[66.3,235.2],"hipL":[-27.6,4.1],"knL":[-35.5,123.7],"ftL":[-43.7,244.9]},{"rootY":12.9,"hips":[0,0],"chest":[2.9,-91.4],"neck":[-3.5,-161.1],"head":[-5.6,-197.2],"shR":[48.6,-139.1],"elR":[44.4,-133.8],"haR":[28.4,-132.4],"shL":[-56.2,-139.7],"elL":[-43.9,-150.9],"haL":[-40.3,-159.6],"hipR":[25.5,11.3],"knR":[39.3,113.9],"ftR":[60.9,236.8],"hipL":[-27.6,4],"knL":[-38.2,122.8],"ftL":[-49.2,242.2]},{"rootY":16,"hips":[0,0],"chest":[3.7,-91.6],"neck":[-3.4,-161.4],"head":[-6.8,-197.2],"shR":[48.7,-138.9],"elR":[44.1,-136.9],"haR":[26.7,-139.3],"shL":[-55.9,-138.3],"elL":[-44.8,-150.6],"haL":[-42.3,-160],"hipR":[25.6,11.1],"knR":[32.3,115],"ftR":[54,236.6],"hipL":[-27.6,4.3],"knL":[-41.5,122.3],"ftL":[-55.7,238.9]},{"rootY":18.6,"hips":[0,0],"chest":[3.3,-92],"neck":[-4.2,-161.7],"head":[-8.8,-197.2],"shR":[47.9,-138.7],"elR":[43.2,-140.8],"haR":[23.4,-148.5],"shL":[-56.3,-135.9],"elL":[-46.2,-148.3],"haL":[-44.8,-157.3],"hipR":[26,10.2],"knR":[23.7,114.6],"ftR":[46.2,234.6],"hipL":[-27.4,5.3],"knL":[-45.1,122.6],"ftL":[-62.9,235.3]},{"rootY":19.5,"hips":[0,0],"chest":[1.7,-92.2],"neck":[-5.8,-161.9],"head":[-10.9,-197.2],"shR":[46.2,-138.7],"elR":[41.9,-145.2],"haR":[19.3,-158.8],"shL":[-57.3,-133.3],"elL":[-47.4,-143.8],"haL":[-46.2,-150.5],"hipR":[26.5,8.9],"knR":[16.3,114.6],"ftR":[38.6,233.3],"hipL":[-27.1,6.6],"knL":[-48.3,123.9],"ftL":[-69.5,231.7]},{"rootY":18.2,"hips":[0,0],"chest":[-0.4,-92.5],"neck":[-8,-162.2],"head":[-12.4,-197.5],"shR":[44.2,-139.5],"elR":[40.9,-150],"haR":[15.4,-169.3],"shL":[-59,-132],"elL":[-47.9,-138.1],"haL":[-45.5,-140.8],"hipR":[26.9,7.6],"knR":[12,115.9],"ftR":[31.7,234.6],"hipL":[-26.7,8],"knL":[-51.1,126.3],"ftL":[-73.8,227.8]},{"rootY":15.7,"hips":[0,0],"chest":[-2.4,-93.2],"neck":[-10.2,-162.8],"head":[-13.1,-198.3],"shR":[42.3,-141.2],"elR":[40,-155.3],"haR":[12.3,-179.5],"shL":[-60.9,-132.2],"elL":[-47.9,-133.1],"haL":[-43.5,-131.2],"hipR":[27.1,6.4],"knR":[10.1,117.8],"ftR":[25.7,237.3],"hipL":[-26.4,9.1],"knL":[-54,128.5],"ftL":[-75.1,222.9]},{"rootY":13.4,"hips":[0,0],"chest":[-3.6,-94],"neck":[-11.6,-163.6],"head":[-12.9,-199.2],"shR":[41.3,-143.7],"elR":[39.4,-161],"haR":[10.8,-189],"shL":[-62.3,-133.2],"elL":[-47.6,-129.5],"haL":[-41.3,-123.7],"hipR":[27.3,5.6],"knR":[8.8,119.4],"ftR":[21,239.6],"hipL":[-26,10],"knL":[-56.3,129.4],"ftL":[-73.6,217.2]},{"rootY":11.7,"hips":[0,0],"chest":[-3.9,-94.6],"neck":[-11.8,-164.2],"head":[-11.8,-199.9],"shR":[41.4,-146],"elR":[39.6,-166.3],"haR":[11.1,-196.8],"shL":[-62.6,-134],"elL":[-47.1,-127.1],"haL":[-39.7,-118.3],"hipR":[27.3,5.1],"knR":[8.2,120.6],"ftR":[17.7,241.1],"hipL":[-25.8,10.4],"knL":[-57.1,128.8],"ftL":[-70.2,212]},{"rootY":10.6,"hips":[0,0],"chest":[-3.5,-95],"neck":[-11,-164.7],"head":[-9.9,-200.5],"shR":[42.3,-147.4],"elR":[40.6,-170.2],"haR":[12.6,-202.2],"shL":[-62,-134.5],"elL":[-46.7,-125.2],"haL":[-38.8,-114.4],"hipR":[27.3,5.1],"knR":[8.7,121.6],"ftR":[15.5,242.2],"hipL":[-25.8,10.5],"knL":[-57.2,126.9],"ftL":[-66,209.1]},{"rootY":9.9,"hips":[0,0],"chest":[-2.8,-95.3],"neck":[-9.7,-164.9],"head":[-7.8,-200.8],"shR":[43.4,-147.7],"elR":[42,-172.1],"haR":[14.5,-204.7],"shL":[-61,-135.1],"elL":[-46.6,-123.9],"haL":[-38.8,-111.6],"hipR":[27.3,5.3],"knR":[9.9,122.6],"ftR":[13.8,243],"hipL":[-25.9,10.3],"knL":[-57.3,124.3],"ftL":[-61.9,209.7]},{"rootY":9.3,"hips":[0,0],"chest":[-2.3,-95.4],"neck":[-8.3,-165],"head":[-5.7,-201],"shR":[44.6,-147.3],"elR":[43.5,-171.9],"haR":[16.6,-204.4],"shL":[-60,-135.9],"elL":[-46.7,-123.2],"haL":[-39.7,-109.9],"hipR":[27.3,5.5],"knR":[11.1,123.3],"ftR":[12.4,243.5],"hipL":[-26,10.1],"knL":[-57.6,121.6],"ftL":[-58.7,213.4]},{"rootY":8.8,"hips":[0,0],"chest":[-1.8,-95.4],"neck":[-7.1,-165],"head":[-3.8,-201],"shR":[45.8,-146.9],"elR":[45.4,-170.1],"haR":[18.9,-201.8],"shL":[-59.1,-136.9],"elL":[-46.8,-123.2],"haL":[-40.9,-109.1],"hipR":[27.3,5.6],"knR":[12,124.1],"ftR":[11.3,244],"hipL":[-26.1,10],"knL":[-57.4,119.4],"ftL":[-57.2,219.1]},{"rootY":8.1,"hips":[0,0],"chest":[-1.6,-95.2],"neck":[-6.3,-164.8],"head":[-2.1,-200.7],"shR":[46.6,-146.8],"elR":[47.3,-167.4],"haR":[21.3,-197.2],"shL":[-58.5,-137.6],"elL":[-47,-123.4],"haL":[-41.9,-108.7],"hipR":[27.3,5.7],"knR":[12.9,125.1],"ftR":[10.5,244.7],"hipL":[-26.1,9.8],"knL":[-56.8,117.6],"ftL":[-57.6,225.2]},{"rootY":7.4,"hips":[0,0],"chest":[-1.8,-95],"neck":[-5.9,-164.4],"head":[-0.7,-200.3],"shR":[47,-146.7],"elR":[48.7,-164.3],"haR":[23.5,-191.5],"shL":[-58.3,-138.4],"elL":[-47.3,-123.6],"haL":[-42.5,-108.6],"hipR":[27.3,5.8],"knR":[13.8,126],"ftR":[9.7,245.5],"hipL":[-26.2,9.8],"knL":[-56,116.2],"ftL":[-59.5,230.4]},{"rootY":6.8,"hips":[0,0],"chest":[-2.1,-94.8],"neck":[-5.5,-164.2],"head":[0.6,-200],"shR":[47.3,-146.3],"elR":[49.4,-161],"haR":[25.5,-185.2],"shL":[-58.2,-139.3],"elL":[-47.8,-123.8],"haL":[-43,-108.5],"hipR":[27.3,5.8],"knR":[14.6,126.7],"ftR":[9.2,246.1],"hipL":[-26.2,9.7],"knL":[-55,115],"ftL":[-61.8,234.1]},{"rootY":6.4,"hips":[0,0],"chest":[-2.1,-94.7],"neck":[-4.9,-164.1],"head":[2,-199.8],"shR":[47.8,-145.7],"elR":[49.8,-157.5],"haR":[27.3,-178.6],"shL":[-57.8,-140.2],"elL":[-48,-124.2],"haL":[-43.5,-108.5],"hipR":[27.3,5.9],"knR":[15.2,127.3],"ftR":[9.1,246.5],"hipL":[-26.2,9.7],"knL":[-53.7,113.9],"ftL":[-63.3,236.2]},{"rootY":6.1,"hips":[0,0],"chest":[-1.8,-94.8],"neck":[-4,-164],"head":[3.3,-199.6],"shR":[48.5,-145.2],"elR":[50.3,-154.1],"haR":[28.7,-172],"shL":[-57.1,-140.8],"elL":[-47.8,-124.6],"haL":[-43.7,-108.7],"hipR":[27.3,6],"knR":[16,127.9],"ftR":[9.3,246.7],"hipL":[-26.2,9.5],"knL":[-52.1,113],"ftL":[-63.9,237.1]},{"rootY":6,"hips":[0,0],"chest":[-1.6,-94.8],"neck":[-3.1,-164],"head":[4.4,-199.6],"shR":[49.3,-144.9],"elR":[50.9,-150.9],"haR":[29.7,-165.7],"shL":[-56.2,-141.4],"elL":[-47.4,-125.1],"haL":[-43.8,-109],"hipR":[27.2,6.2],"knR":[16.7,128.4],"ftR":[9.8,246.7],"hipL":[-26.2,9.3],"knL":[-50.5,112.5],"ftL":[-63.9,237.1]},{"rootY":6.1,"hips":[0,0],"chest":[-1.4,-94.9],"neck":[-2.5,-164.1],"head":[5.2,-199.6],"shR":[49.9,-144.7],"elR":[51.3,-148.1],"haR":[30.4,-160.1],"shL":[-55.5,-141.9],"elL":[-46.9,-125.6],"haL":[-43.7,-109.5],"hipR":[27.2,6.3],"knR":[17.4,128.8],"ftR":[10.4,246.5],"hipL":[-26.2,9.2],"knL":[-48.6,112.8],"ftL":[-62.9,236.7]},{"rootY":6.3,"hips":[0,0],"chest":[-1.4,-95.2],"neck":[-2.1,-164.3],"head":[5.8,-199.7],"shR":[50.3,-144.2],"elR":[51.5,-145.4],"haR":[30.8,-155.1],"shL":[-55.1,-142.4],"elL":[-46.6,-126.2],"haL":[-43.5,-109.9],"hipR":[27.2,6.2],"knR":[18.1,129],"ftR":[11,246.3],"hipL":[-26.2,9.3],"knL":[-46.3,113.8],"ftL":[-60.6,236]},{"rootY":6.6,"hips":[0,0],"chest":[-1.7,-95.6],"neck":[-2.1,-164.6],"head":[6,-200],"shR":[50.3,-143.7],"elR":[51.4,-143.1],"haR":[31.1,-150.8],"shL":[-55,-142.8],"elL":[-46.5,-126.7],"haL":[-43.3,-110.4],"hipR":[27.3,6],"knR":[18.9,128.9],"ftR":[11.7,245.9],"hipL":[-26.2,9.6],"knL":[-43.6,115.4],"ftL":[-57.2,235]},{"rootY":7.1,"hips":[0,0],"chest":[-2.2,-95.9],"neck":[-2.5,-164.9],"head":[5.9,-200.2],"shR":[49.9,-143.2],"elR":[51,-140.9],"haR":[31.1,-147],"shL":[-55.3,-143],"elL":[-46.7,-127.3],"haL":[-43.2,-111.6],"hipR":[27.4,5.7],"knR":[19.8,128.5],"ftR":[12.4,245.4],"hipL":[-26.1,9.9],"knL":[-40.5,117.6],"ftL":[-52.5,234.6]},{"rootY":7.7,"hips":[0,0],"chest":[-2.7,-96.2],"neck":[-2.8,-165.2],"head":[5.8,-200.5],"shR":[49.5,-142.6],"elR":[50.7,-138.6],"haR":[30.9,-143.1],"shL":[-55.6,-143],"elL":[-46.9,-128.3],"haL":[-43,-113.5],"hipR":[27.4,5.5],"knR":[20.9,127.9],"ftR":[13.6,244.7],"hipL":[-26,10.1],"knL":[-36.4,120.3],"ftL":[-45.7,235.9]},{"rootY":8.5,"hips":[0,0],"chest":[-3.2,-96.7],"neck":[-3,-165.7],"head":[5.8,-200.9],"shR":[49.3,-141.4],"elR":[50.5,-135.1],"haR":[30.6,-138.2],"shL":[-55.8,-142.5],"elL":[-46.8,-129.6],"haL":[-43.1,-116],"hipR":[27.4,5.6],"knR":[22,127.3],"ftR":[15.1,243.6],"hipL":[-26.1,10],"knL":[-31.5,123.4],"ftL":[-37.1,238.4]},{"rootY":9.4,"hips":[0,0],"chest":[-4,-97.1],"neck":[-3.2,-166.1],"head":[5.8,-201.3],"shR":[49,-139.6],"elR":[50.3,-130.4],"haR":[30.5,-131.4],"shL":[-56,-141.9],"elL":[-47.2,-131.1],"haL":[-43.2,-119.7],"hipR":[27.3,5.8],"knR":[23.2,126.9],"ftR":[16.8,242.2],"hipL":[-26.2,9.8],"knL":[-27.4,125.5],"ftL":[-29.6,240.4]},{"rootY":10.3,"hips":[0,0],"chest":[-4.2,-97.4],"neck":[-2.8,-166.3],"head":[5.9,-201.5],"shR":[48.9,-137.6],"elR":[49.8,-124.8],"haR":[31.1,-122.3],"shL":[-56.1,-141.2],"elL":[-48,-133],"haL":[-42.7,-125],"hipR":[27.1,6.6],"knR":[24.7,127],"ftR":[19.1,240.6],"hipL":[-26.4,9.1],"knL":[-25.3,125.7],"ftL":[-24.9,241]},{"rootY":10.5,"hips":[0,0],"chest":[-2.5,-97.2],"neck":[-1.1,-166.1],"head":[6.9,-201.4],"shR":[50.1,-135.7],"elR":[49.6,-119],"haR":[32.9,-111.1],"shL":[-54.8,-140.6],"elL":[-48.3,-135.6],"haL":[-41.4,-131.5],"hipR":[26.7,8.1],"knR":[26.7,127.9],"ftR":[22.7,239.1],"hipL":[-26.9,7.5],"knL":[-24.4,124.5],"ftL":[-21.7,241.4]},{"rootY":9.3,"hips":[0,0],"chest":[1.2,-96.9],"neck":[2,-165.8],"head":[8.9,-201.3],"shR":[52.9,-135.1],"elR":[49.8,-113.7],"haR":[35,-99],"shL":[-51.9,-140.3],"elL":[-47.6,-139.1],"haL":[-39.7,-139],"hipR":[26.1,9.9],"knR":[29.2,129.1],"ftR":[27.2,237.4],"hipL":[-27.3,5.8],"knL":[-22.9,123.8],"ftL":[-18.1,242.7]},{"rootY":7.4,"hips":[0,0],"chest":[5,-96.7],"neck":[5.6,-165.8],"head":[10.9,-201.5],"shR":[56.2,-136.2],"elR":[50.1,-109.3],"haR":[36.2,-87.8],"shL":[-48.5,-140.5],"elL":[-46.7,-143.4],"haL":[-38.5,-147.4],"hipR":[25.7,10.9],"knR":[32.1,130],"ftR":[31.7,235],"hipL":[-27.5,4.6],"knL":[-20.9,124.2],"ftL":[-13.7,244.6]},{"rootY":5.9,"hips":[0,0],"chest":[7.6,-96.9],"neck":[8.3,-166.1],"head":[12.3,-201.9],"shR":[58.6,-137.8],"elR":[50.6,-105.9],"haR":[36.5,-79.4],"shL":[-46,-141.4],"elL":[-46.1,-148.7],"haL":[-37.9,-157.2],"hipR":[25.3,11.5],"knR":[35.5,130.9],"ftR":[35.8,231.8],"hipL":[-27.5,4.1],"knL":[-19.2,124.7],"ftL":[-10,246]},{"rootY":5.3,"hips":[0,0],"chest":[8.9,-97.1],"neck":[10,-166.3],"head":[13.5,-202.1],"shR":[60.1,-138.2],"elR":[51.7,-103],"haR":[37,-73.7],"shL":[-44.6,-142.5],"elL":[-45.6,-154.6],"haL":[-37.1,-167.5],"hipR":[24.9,12.2],"knR":[40,132.5],"ftR":[40.3,227.2],"hipL":[-27.6,3.2],"knL":[-17.7,124.5],"ftL":[-6.8,246.6]},{"rootY":5.5,"hips":[0,0],"chest":[9.6,-97.2],"neck":[10.9,-166.3],"head":[14.6,-202],"shR":[60.9,-137.3],"elR":[52.9,-100.1],"haR":[38,-69.6],"shL":[-43.8,-143.5],"elL":[-45.2,-160.1],"haL":[-35.5,-176.9],"hipR":[24.3,13.3],"knR":[45.6,134],"ftR":[45.7,220.7],"hipL":[-27.6,2.1],"knL":[-16.2,123.8],"ftL":[-3.7,246.6]},{"rootY":6.1,"hips":[0,0],"chest":[9.7,-97],"neck":[11.3,-166.1],"head":[15.4,-201.7],"shR":[61.3,-136.2],"elR":[53.7,-97.6],"haR":[38.6,-66.5],"shL":[-43.4,-144.6],"elL":[-44.5,-164.8],"haL":[-33.4,-184.6],"hipR":[23.6,14.4],"knR":[50.8,134.5],"ftR":[51.4,213],"hipL":[-27.5,0.8],"knL":[-14.8,122.9],"ftL":[-0.5,246.1]},{"rootY":6.7,"hips":[0,0],"chest":[9.4,-96.8],"neck":[11.2,-165.8],"head":[15.5,-201.4],"shR":[61.3,-135.6],"elR":[53.7,-95.7],"haR":[38.1,-64],"shL":[-43.4,-145.3],"elL":[-43.5,-167.9],"haL":[-31.7,-189.7],"hipR":[23,15.2],"knR":[53.4,133.3],"ftR":[55.4,206.2],"hipL":[-27.4,-0.2],"knL":[-13.8,122.2],"ftL":[1.6,245.7]},{"rootY":6.6,"hips":[0,0],"chest":[8.8,-96.7],"neck":[10.4,-165.5],"head":[14.7,-201.1],"shR":[60.8,-135.5],"elR":[53,-94.4],"haR":[36.9,-61.8],"shL":[-43.9,-145.3],"elL":[-42.5,-169],"haL":[-30.6,-191.7],"hipR":[22.8,15.4],"knR":[53,131.1],"ftR":[56.6,201.8],"hipL":[-27.4,-0.5],"knL":[-13.2,121.8],"ftL":[2.5,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[7.5,-96.8],"neck":[8.6,-165.5],"head":[12.8,-201.2],"shR":[59.5,-136],"elR":[51.6,-93.7],"haR":[35.7,-60],"shL":[-45.3,-144.9],"elL":[-42.1,-168],"haL":[-30.2,-190.1],"hipR":[23.1,15.1],"knR":[50,128.3],"ftR":[55.1,201.6],"hipL":[-27.5,-0.1],"knL":[-12.9,122.2],"ftL":[2.2,246.5]},{"rootY":4.6,"hips":[0,0],"chest":[5.6,-97],"neck":[6.1,-165.7],"head":[10.3,-201.4],"shR":[57.4,-137],"elR":[50,-93.9],"haR":[34.9,-59.1],"shL":[-47.5,-144.7],"elL":[-42.5,-165.4],"haL":[-30.4,-185.2],"hipR":[23.7,14.3],"knR":[45.9,125.1],"ftR":[51.8,206.1],"hipL":[-27.6,0.8],"knL":[-13.2,123.2],"ftL":[1.4,247.6]},{"rootY":3.5,"hips":[0,0],"chest":[3.4,-97.2],"neck":[3.3,-165.7],"head":[7.6,-201.5],"shR":[55,-138.1],"elR":[48.5,-95],"haR":[34.8,-60],"shL":[-49.9,-144.9],"elL":[-43,-161.9],"haL":[-30.7,-178.2],"hipR":[24.3,13.6],"knR":[41.8,121.5],"ftR":[48.5,213.5],"hipL":[-27.7,1.7],"knL":[-13.9,124.1],"ftL":[0.2,248.6]},{"rootY":3,"hips":[0,0],"chest":[1.6,-97.1],"neck":[0.7,-165.6],"head":[5.1,-201.4],"shR":[52.8,-138.7],"elR":[47.6,-96.7],"haR":[35.3,-62.4],"shL":[-52.1,-144.6],"elL":[-43.3,-157.5],"haL":[-31.1,-169.8],"hipR":[24.5,13.2],"knR":[38.6,118.1],"ftR":[46.2,221.5],"hipL":[-27.8,2.1],"knL":[-14.5,124.6],"ftL":[-0.9,249.1]},{"rootY":2.8,"hips":[0,0],"chest":[0.4,-97],"neck":[-1.3,-165.3],"head":[3,-201.2],"shR":[51.2,-139],"elR":[47.2,-98.7],"haR":[36.2,-65.7],"shL":[-53.8,-143.4],"elL":[-43.5,-151.9],"haL":[-31.2,-160],"hipR":[24.7,13.1],"knR":[36.8,115.5],"ftR":[44.9,229.1],"hipL":[-27.8,2.2],"knL":[-15,124.8],"ftL":[-1.7,249.3]},{"rootY":3,"hips":[0,0],"chest":[0,-96.9],"neck":[-2.6,-165.1],"head":[1.5,-201.1],"shR":[50.4,-139.3],"elR":[47.7,-100.8],"haR":[37.5,-69.4],"shL":[-54.6,-142],"elL":[-43.3,-145.5],"haL":[-31.2,-149.1],"hipR":[24.7,13.1],"knR":[36.1,114],"ftR":[43.5,235.4],"hipL":[-27.8,2.3],"knL":[-15.3,124.8],"ftL":[-2.2,249.2]},{"rootY":3.3,"hips":[0,0],"chest":[0.3,-96.8],"neck":[-3,-164.9],"head":[0.4,-201],"shR":[50.3,-139.5],"elR":[49.1,-103],"haR":[39.2,-73.7],"shL":[-54.7,-141],"elL":[-42.3,-139.4],"haL":[-31.3,-138.1],"hipR":[24.6,13.2],"knR":[35.6,113.9],"ftR":[41.4,238.9],"hipL":[-27.8,2.1],"knL":[-15.4,124.6],"ftL":[-2.5,248.9]},{"rootY":3.9,"hips":[0,0],"chest":[0.7,-96.8],"neck":[-3.1,-164.7],"head":[-0.5,-200.9],"shR":[50.5,-139.5],"elR":[50.9,-105.1],"haR":[41.1,-78.5],"shL":[-54.3,-140.3],"elL":[-40.6,-134.2],"haL":[-31.7,-127.5],"hipR":[24.6,13.3],"knR":[34.7,115.1],"ftR":[38.7,238.8],"hipL":[-27.9,2],"knL":[-15.5,124.3],"ftL":[-2.8,248.3]},{"rootY":4.7,"hips":[0,0],"chest":[1.2,-96.7],"neck":[-3.3,-164.6],"head":[-1.6,-200.9],"shR":[50.6,-139.3],"elR":[52.7,-107.1],"haR":[42.9,-83.3],"shL":[-54.2,-139.1],"elL":[-39.2,-129.1],"haL":[-32.3,-117.5],"hipR":[24.6,13.3],"knR":[32.5,117.3],"ftR":[35.4,235.5],"hipL":[-27.9,2],"knL":[-15.8,124],"ftL":[-3.3,247.7]},{"rootY":5.7,"hips":[0,0],"chest":[1.5,-96.6],"neck":[-3.5,-164.5],"head":[-2.8,-200.8],"shR":[50.6,-139.4],"elR":[54.3,-109.1],"haR":[44.6,-88.2],"shL":[-54.4,-137.7],"elL":[-38.9,-123.8],"haL":[-32.6,-108.2],"hipR":[24.5,13.3],"knR":[28.7,119.1],"ftR":[30.8,231.1],"hipL":[-27.9,2],"knL":[-16.4,123.7],"ftL":[-4.2,246.7]},{"rootY":7.1,"hips":[0,0],"chest":[1.7,-96.5],"neck":[-3.7,-164.5],"head":[-3.8,-200.8],"shR":[50.6,-139.4],"elR":[55.9,-111.3],"haR":[46.4,-93.3],"shL":[-54.5,-136.6],"elL":[-38.7,-119.1],"haL":[-32.9,-100.7],"hipR":[24.5,13.4],"knR":[25,119.4],"ftR":[24.9,228.6],"hipL":[-27.9,2],"knL":[-17.2,123.4],"ftL":[-5.4,245.4]},{"rootY":8.6,"hips":[0,0],"chest":[1.7,-96.4],"neck":[-3.7,-164.4],"head":[-4.5,-200.7],"shR":[50.7,-139.4],"elR":[57.7,-113.4],"haR":[48.2,-98.6],"shL":[-54.4,-136.3],"elL":[-38.3,-116.3],"haL":[-33,-95.7],"hipR":[24.6,13.2],"knR":[22.4,118.8],"ftR":[19.1,228.8],"hipL":[-27.9,2.1],"knL":[-18,123.1],"ftL":[-6.6,243.7]},{"rootY":10.2,"hips":[0,0],"chest":[1.6,-96.4],"neck":[-3.4,-164.5],"head":[-5,-200.8],"shR":[50.9,-139.6],"elR":[59.4,-115.7],"haR":[50.2,-103.8],"shL":[-54.2,-136.6],"elL":[-38.1,-115.3],"haL":[-33.1,-93.3],"hipR":[24.8,12.9],"knR":[21,118.7],"ftR":[15.2,231],"hipL":[-27.8,2.5],"knL":[-18.9,123.1],"ftL":[-7.8,241.8]},{"rootY":12,"hips":[0,0],"chest":[1.7,-96.8],"neck":[-3.1,-164.9],"head":[-5.1,-201.2],"shR":[51.2,-139.7],"elR":[61,-118.6],"haR":[52.5,-109.6],"shL":[-53.9,-136.9],"elL":[-38.6,-115.4],"haL":[-34,-93.6],"hipR":[25.1,12.2],"knR":[19.8,119.6],"ftR":[12.6,234.1],"hipL":[-27.7,3.3],"knL":[-20.2,123.6],"ftL":[-9.1,239.9]},{"rootY":13.8,"hips":[0,0],"chest":[1.3,-97.3],"neck":[-3.3,-165.4],"head":[-5.3,-201.6],"shR":[50.7,-139],"elR":[61.7,-122.6],"haR":[54.6,-117.2],"shL":[-54.3,-136.1],"elL":[-41,-116.5],"haL":[-37.2,-96.7],"hipR":[25.7,10.9],"knR":[17.5,120.9],"ftR":[8.5,236.4],"hipL":[-27.5,4.6],"knL":[-22.3,124.7],"ftL":[-11.3,237.9]},{"rootY":14.5,"hips":[0,0],"chest":[-1.1,-97.4],"neck":[-4.4,-165.6],"head":[-5.9,-201.7],"shR":[48.8,-137.1],"elR":[61.4,-126.9],"haR":[55.4,-126.7],"shL":[-55.8,-134.9],"elL":[-45.8,-118.6],"haL":[-43.5,-102.3],"hipR":[26.6,8.6],"knR":[14.7,121.8],"ftR":[2.6,237.5],"hipL":[-27,7],"knL":[-24.6,126.4],"ftL":[-14.7,236]},{"rootY":13.9,"hips":[0,0],"chest":[-5.6,-97.3],"neck":[-5.7,-165.8],"head":[-5.8,-201.7],"shR":[46.6,-135.9],"elR":[61.2,-130.9],"haR":[55.5,-136.3],"shL":[-58.2,-135.9],"elL":[-52.2,-122.5],"haL":[-51.8,-109.3],"hipR":[27.3,5.9],"knR":[13,121.8],"ftR":[-1.6,238],"hipL":[-26.2,9.7],"knL":[-26.3,128.3],"ftL":[-18.1,233.7]},{"rootY":12,"hips":[0,0],"chest":[-9.1,-97.7],"neck":[-6.4,-166.3],"head":[-4.3,-202.2],"shR":[45.6,-136.7],"elR":[62.7,-134.2],"haR":[56.1,-144.7],"shL":[-59.9,-140.5],"elL":[-58.3,-128.8],"haL":[-60,-117.7],"hipR":[27.6,4.5],"knR":[12.5,121.5],"ftR":[-2.5,239],"hipL":[-25.7,11],"knL":[-27.7,130.6],"ftL":[-19.6,229.9]},{"rootY":9.9,"hips":[0,0],"chest":[-10.2,-98.4],"neck":[-6.5,-166.9],"head":[-2,-202.5],"shR":[45.7,-138.7],"elR":[65.3,-136.9],"haR":[57.7,-152.1],"shL":[-60.2,-145.7],"elL":[-63,-136.5],"haL":[-67,-128.2],"hipR":[27.6,4.1],"knR":[12.7,121.8],"ftR":[-2.2,240.8],"hipL":[-25.5,11.4],"knL":[-29.5,132.9],"ftL":[-19.2,224.1]},{"rootY":8.3,"hips":[0,0],"chest":[-10.4,-98.8],"neck":[-6.5,-167.1],"head":[0.3,-202.5],"shR":[46,-139.9],"elR":[68,-139.5],"haR":[59.4,-159.4],"shL":[-59.9,-148.4],"elL":[-66.8,-144.3],"haL":[-72.7,-140.8],"hipR":[27.7,3.7],"knR":[12.5,122.2],"ftR":[-2.8,242.3],"hipL":[-25.3,11.8],"knL":[-33.3,134.5],"ftL":[-18.1,216.8]},{"rootY":7.2,"hips":[0,0],"chest":[-10.4,-98.8],"neck":[-5.8,-166.9],"head":[2.4,-202.1],"shR":[46.4,-139.6],"elR":[70.2,-141.9],"haR":[61.1,-165.6],"shL":[-59.6,-149],"elL":[-69.9,-151.1],"haL":[-76.7,-153],"hipR":[27.8,2.8],"knR":[12.2,122.3],"ftR":[-3.3,243.3],"hipL":[-25,12.5],"knL":[-38.3,134.9],"ftL":[-17.2,210.3]},{"rootY":6.1,"hips":[0,0],"chest":[-10.5,-98.6],"neck":[-4.4,-166.6],"head":[4.8,-201.6],"shR":[47.1,-138.6],"elR":[72.1,-143.1],"haR":[63.1,-169.3],"shL":[-59,-149.6],"elL":[-72,-156.4],"haL":[-79,-162.7],"hipR":[27.9,2.1],"knR":[12.4,122.5],"ftR":[-2.6,244.2],"hipL":[-24.6,13.2],"knL":[-43.1,134.2],"ftL":[-17,207]},{"rootY":4.9,"hips":[0,0],"chest":[-10.1,-98.4],"neck":[-2.7,-166.2],"head":[7.3,-201.1],"shR":[48.2,-137.6],"elR":[73.5,-142.8],"haR":[65.2,-169.8],"shL":[-57.9,-151],"elL":[-73,-160.8],"haL":[-80,-170.2],"hipR":[27.9,1.9],"knR":[12.7,122.9],"ftR":[-1.6,245.4],"hipL":[-24.5,13.4],"knL":[-47.1,132.6],"ftL":[-18.2,207.6]},{"rootY":3.6,"hips":[0,0],"chest":[-9.2,-98.2],"neck":[-1.1,-165.9],"head":[9.6,-200.6],"shR":[49.4,-136.8],"elR":[74.3,-141.4],"haR":[67,-167.8],"shL":[-56.5,-152.3],"elL":[-72.9,-164.8],"haL":[-80.1,-176.6],"hipR":[27.9,1.9],"knR":[13,123.4],"ftR":[-1.4,246.6],"hipL":[-24.5,13.3],"knL":[-50.1,130.4],"ftL":[-21.2,211.5]},{"rootY":2.5,"hips":[0,0],"chest":[-7.9,-98.1],"neck":[0.6,-165.7],"head":[11.6,-200.3],"shR":[50.7,-136.3],"elR":[75.1,-139.8],"haR":[68.5,-164.2],"shL":[-55.1,-153],"elL":[-71.9,-168.4],"haL":[-79,-182.4],"hipR":[27.9,2.1],"knR":[13.2,123.9],"ftR":[-1.4,247.6],"hipL":[-24.6,13.2],"knL":[-52.3,127.7],"ftL":[-25.2,217.4]},{"rootY":1.7,"hips":[0,0],"chest":[-6.7,-98],"neck":[2.2,-165.5],"head":[13.3,-200.1],"shR":[52.1,-136.1],"elR":[75.7,-138.2],"haR":[69.7,-159.5],"shL":[-53.7,-153.6],"elL":[-70.4,-171.4],"haL":[-77.1,-187],"hipR":[27.8,2.3],"knR":[13.6,124.3],"ftR":[-1,248.4],"hipL":[-24.7,13.1],"knL":[-53.7,125],"ftL":[-29.5,224.5]},{"rootY":1.2,"hips":[0,0],"chest":[-5.8,-97.9],"neck":[3.5,-165.4],"head":[14.6,-200],"shR":[53.1,-136],"elR":[75.6,-136.5],"haR":[70.5,-153.6],"shL":[-52.5,-154.4],"elL":[-68.8,-173.6],"haL":[-74.9,-190.4],"hipR":[27.8,2.5],"knR":[13.9,124.7],"ftR":[-0.4,249.1],"hipL":[-24.8,12.9],"knL":[-54.3,122.5],"ftL":[-34.2,231.7]},{"rootY":0.8,"hips":[0,0],"chest":[-5.2,-97.9],"neck":[4.2,-165.3],"head":[15.6,-199.8],"shR":[53.7,-136],"elR":[74.8,-134.1],"haR":[71.1,-146.4],"shL":[-51.8,-155.1],"elL":[-67.6,-175.3],"haL":[-72.7,-193.1],"hipR":[27.8,2.6],"knR":[14,125],"ftR":[-0.2,249.5],"hipL":[-24.8,12.7],"knL":[-53.4,120.5],"ftL":[-39.6,237.9]},{"rootY":0.5,"hips":[0,0],"chest":[-4.8,-98],"neck":[4.9,-165.2],"head":[16.8,-199.5],"shR":[54.1,-136.2],"elR":[73.4,-131.1],"haR":[71.8,-137.6],"shL":[-51.2,-155.5],"elL":[-66.5,-176.9],"haL":[-70.2,-195.5],"hipR":[27.8,2.8],"knR":[14.2,125.3],"ftR":[0.1,249.8],"hipL":[-24.9,12.6],"knL":[-50.3,119.3],"ftL":[-44.5,242.3]},{"rootY":0.4,"hips":[0,0],"chest":[-4.6,-98],"neck":[5.7,-165.1],"head":[18.1,-199.3],"shR":[54.6,-136.4],"elR":[71.7,-127.4],"haR":[72.9,-127.4],"shL":[-50.5,-156.2],"elL":[-65.3,-178.6],"haL":[-67.5,-197.8],"hipR":[27.8,2.9],"knR":[14.8,125.4],"ftR":[1.1,250],"hipL":[-25,12.5],"knL":[-45.8,119],"ftL":[-47,244.3]},{"rootY":0.5,"hips":[0,0],"chest":[-4.6,-98.1],"neck":[6.5,-164.9],"head":[19.3,-198.9],"shR":[55.1,-136.2],"elR":[69.9,-123],"haR":[74,-116.4],"shL":[-49.8,-157.1],"elL":[-63.7,-180.4],"haL":[-64.9,-200],"hipR":[27.8,3],"knR":[15.5,125.5],"ftR":[2.3,250.1],"hipL":[-25,12.4],"knL":[-40.9,119.1],"ftL":[-46.2,243.5]},{"rootY":0.7,"hips":[0,0],"chest":[-4.7,-98.1],"neck":[7,-164.8],"head":[19.9,-198.8],"shR":[55.2,-135.6],"elR":[68.4,-117.9],"haR":[74.4,-105.3],"shL":[-49.2,-157.8],"elL":[-61.8,-182.1],"haL":[-62.5,-202.4],"hipR":[27.8,3.1],"knR":[16.1,125.6],"ftR":[3.4,249.9],"hipL":[-25,12.4],"knL":[-36.6,119.3],"ftL":[-42.6,240.6]},{"rootY":1.1,"hips":[0,0],"chest":[-4.9,-98.1],"neck":[7.1,-164.8],"head":[19.9,-198.8],"shR":[55.2,-135],"elR":[67.3,-112.4],"haR":[74.1,-94.5],"shL":[-48.9,-158.3],"elL":[-60,-183.6],"haL":[-60,-204.9],"hipR":[27.8,3.1],"knR":[16.7,125.5],"ftR":[4.4,249.6],"hipL":[-25.1,12.4],"knL":[-32.5,119.4],"ftL":[-37.2,236.7]},{"rootY":1.8,"hips":[0,0],"chest":[-5.2,-98.2],"neck":[7,-164.9],"head":[19.3,-199.1],"shR":[55,-134.4],"elR":[66.6,-107.1],"haR":[73.6,-84.6],"shL":[-49,-158.4],"elL":[-58.4,-184.7],"haL":[-57.6,-206.8],"hipR":[27.7,3.1],"knR":[17.3,125.3],"ftR":[5.4,249],"hipL":[-25,12.4],"knL":[-28.8,119.2],"ftL":[-31.2,233.3]},{"rootY":2.8,"hips":[0,0],"chest":[-5.8,-98.3],"neck":[6.3,-165.1],"head":[17.8,-199.6],"shR":[54.5,-133.9],"elR":[65.8,-102.5],"haR":[73.1,-76.3],"shL":[-49.6,-158],"elL":[-57.2,-185],"haL":[-55.7,-207.9],"hipR":[27.7,3.2],"knR":[17.9,125.2],"ftR":[6.1,248.2],"hipL":[-25.1,12.3],"knL":[-26,118.9],"ftL":[-26,231.7]},{"rootY":4.1,"hips":[0,0],"chest":[-6.6,-98.4],"neck":[4.8,-165.5],"head":[15.4,-200.2],"shR":[53.6,-134.2],"elR":[64.8,-99.4],"haR":[72.2,-70.1],"shL":[-50.8,-157.3],"elL":[-56.7,-184.6],"haL":[-54.2,-207.8],"hipR":[27.6,3.3],"knR":[18.2,124.8],"ftR":[6.3,246.8],"hipL":[-25.1,12.2],"knL":[-24.2,119.7],"ftL":[-22.5,233.4]},{"rootY":5.8,"hips":[0,0],"chest":[-7.8,-98.4],"neck":[2.7,-166],"head":[12.2,-201],"shR":[52.5,-135.7],"elR":[64,-98.4],"haR":[71.1,-66.9],"shL":[-52.5,-156.4],"elL":[-56.9,-183.2],"haL":[-53,-206.2],"hipR":[27.5,3.3],"knR":[18.9,124.4],"ftR":[6.7,244.9],"hipL":[-25,12.1],"knL":[-22.6,122.1],"ftL":[-19.8,237.4]},{"rootY":7.7,"hips":[0,0],"chest":[-8.8,-98.6],"neck":[0.9,-166.6],"head":[9,-202],"shR":[51.6,-137.1],"elR":[63.4,-99.2],"haR":[70.8,-67.1],"shL":[-54,-154.3],"elL":[-56.7,-180.2],"haL":[-51.3,-202.1],"hipR":[27.2,3.9],"knR":[20.7,124.8],"ftR":[8.1,242.8],"hipL":[-25.1,11.6],"knL":[-20.9,124.9],"ftL":[-16.6,241.2]},{"rootY":8.9,"hips":[0,0],"chest":[-8.3,-98.7],"neck":[-0.1,-167.2],"head":[6.8,-202.8],"shR":[51.6,-137.8],"elR":[63.7,-101.1],"haR":[71.9,-69.8],"shL":[-54.4,-150.4],"elL":[-55.2,-174.1],"haL":[-48.4,-193.4],"hipR":[26.6,6.3],"knR":[23.6,127],"ftR":[10.9,240.9],"hipL":[-25.9,9.3],"knL":[-19.5,125.9],"ftL":[-12.5,243]},{"rootY":8.4,"hips":[0,0],"chest":[-5.3,-98.2],"neck":[-0.3,-167.3],"head":[5.3,-203],"shR":[52.7,-139.5],"elR":[65.1,-103.9],"haR":[73.7,-73.6],"shL":[-53.2,-146.4],"elL":[-52,-164.4],"haL":[-44.5,-179.1],"hipR":[25.7,9.6],"knR":[27.7,130.2],"ftR":[15.3,238.1],"hipL":[-26.8,6],"knL":[-18.4,124.8],"ftL":[-8.5,243.5]},{"rootY":6.3,"hips":[0,0],"chest":[-1.8,-97.5],"neck":[-0.2,-166.9],"head":[3.9,-202.8],"shR":[54.2,-143.7],"elR":[66.9,-108.2],"haR":[74.9,-78.3],"shL":[-51.7,-144.1],"elL":[-47.9,-152.8],"haL":[-40.6,-160.1],"hipR":[25,11.4],"knR":[33,132.9],"ftR":[20.9,232.5],"hipL":[-27.1,4.1],"knL":[-16.9,123.9],"ftL":[-5.8,244.9]},{"rootY":4.2,"hips":[0,0],"chest":[0,-97.1],"neck":[0.2,-166.5],"head":[2.2,-202.7],"shR":[55,-149.1],"elR":[68.7,-114.4],"haR":[76.1,-85.7],"shL":[-50.4,-143.9],"elL":[-43.2,-142.2],"haL":[-37.6,-140.7],"hipR":[24.7,11.7],"knR":[38.7,134],"ftR":[28,224.2],"hipL":[-27,3.8],"knL":[-15.6,124.4],"ftL":[-3.8,246.9]},{"rootY":3.4,"hips":[0,0],"chest":[0.4,-96.9],"neck":[0.6,-166.3],"head":[0.6,-202.6],"shR":[55.1,-152.6],"elR":[70.6,-121.9],"haR":[78.1,-97],"shL":[-49.1,-144.7],"elL":[-38.3,-134.2],"haL":[-34.5,-125.1],"hipR":[24.3,12.1],"knR":[43.6,133],"ftR":[35.6,215.3],"hipL":[-26.7,3.4],"knL":[-14.3,124.8],"ftL":[-1.5,248]},{"rootY":3.6,"hips":[0,0],"chest":[0.1,-96.5],"neck":[0,-165.9],"head":[-1.1,-202.2],"shR":[54.5,-152.8],"elR":[72.6,-128.7],"haR":[80,-110.1],"shL":[-48.6,-144.6],"elL":[-34.7,-127.8],"haL":[-31.2,-113.5],"hipR":[23.9,12.9],"knR":[47,130.5],"ftR":[40.8,208.4],"hipL":[-26.7,2.5],"knL":[-13.6,124.4],"ftL":[0.3,247.9]},{"rootY":3.6,"hips":[0,0],"chest":[-0.6,-96],"neck":[-1.8,-165.3],"head":[-3.4,-201.6],"shR":[53,-151.9],"elR":[74.7,-133.8],"haR":[81.2,-122.1],"shL":[-49.3,-142.7],"elL":[-33.5,-122.4],"haL":[-29,-104.8],"hipR":[23.9,13.4],"knR":[48.6,127.3],"ftR":[42.9,205.5],"hipL":[-26.9,1.9],"knL":[-13.6,124.1],"ftL":[0.9,247.9]},{"rootY":3.1,"hips":[0,0],"chest":[-1.3,-95.6],"neck":[-4.4,-164.8],"head":[-6.1,-201.1],"shR":[50.8,-152.5],"elR":[76.8,-137.7],"haR":[81.9,-132.3],"shL":[-51.3,-139.8],"elL":[-34.5,-118],"haL":[-28.3,-98.1],"hipR":[24.2,13.2],"knR":[48.6,123.7],"ftR":[43.6,208.3],"hipL":[-27.2,2.1],"knL":[-13.7,124.4],"ftL":[0.5,248.6]},{"rootY":2.1,"hips":[0,0],"chest":[-2.3,-95.5],"neck":[-7.1,-164.5],"head":[-9,-200.8],"shR":[48.4,-154],"elR":[78.3,-141.8],"haR":[82.6,-142],"shL":[-53.9,-137.3],"elL":[-36.8,-114.8],"haL":[-28.9,-93.6],"hipR":[24.7,12.6],"knR":[47.5,120.1],"ftR":[45.2,215.4],"hipL":[-27.3,2.8],"knL":[-13.8,125.2],"ftL":[0,249.6]},{"rootY":1.1,"hips":[0,0],"chest":[-3.4,-95.6],"neck":[-9.5,-164.3],"head":[-11.7,-200.6],"shR":[46.1,-154.6],"elR":[78.5,-147.1],"haR":[82.9,-151.7],"shL":[-56.5,-135.9],"elL":[-39.5,-112.9],"haL":[-30.3,-91],"hipR":[25.1,12],"knR":[46.2,117.1],"ftR":[47.6,224.5],"hipL":[-27.4,3.5],"knL":[-14.1,125.9],"ftL":[-0.6,250.5]},{"rootY":0.5,"hips":[0,0],"chest":[-4.2,-95.7],"neck":[-11.2,-164.2],"head":[-13.8,-200.4],"shR":[44.6,-154.5],"elR":[78,-153],"haR":[82.7,-161.2],"shL":[-58.6,-135.7],"elL":[-42.1,-112.1],"haL":[-32.4,-89.8],"hipR":[25.4,11.5],"knR":[45.4,115.4],"ftR":[50.1,233],"hipL":[-27.5,4],"knL":[-14.5,126.5],"ftL":[-1.2,251.1]},{"rootY":0.3,"hips":[0,0],"chest":[-4.2,-95.8],"neck":[-11.8,-164.1],"head":[-15.2,-200.3],"shR":[44.1,-154.5],"elR":[77.9,-158.3],"haR":[82.3,-169.7],"shL":[-59.5,-135.9],"elL":[-43.8,-111.8],"haL":[-34.9,-89.1],"hipR":[25.5,11.3],"knR":[45.5,114.5],"ftR":[52.4,238.3],"hipL":[-27.5,4.2],"knL":[-14.7,126.7],"ftL":[-1.5,251.2]},{"rootY":0.5,"hips":[0,0],"chest":[-3.6,-96],"neck":[-11.4,-164.2],"head":[-15.9,-200.2],"shR":[44.6,-154.7],"elR":[78.5,-161.9],"haR":[82,-176.6],"shL":[-59.4,-136],"elL":[-44.6,-111.5],"haL":[-37.6,-88.1],"hipR":[25.5,11.3],"knR":[45.7,114.4],"ftR":[53.9,239.2],"hipL":[-27.5,4.2],"knL":[-14.6,126.6],"ftL":[-1.3,251]},{"rootY":1,"hips":[0,0],"chest":[-2.7,-96.1],"neck":[-10.6,-164.2],"head":[-16.4,-200],"shR":[45.3,-154.9],"elR":[79.5,-164.3],"haR":[81.5,-182],"shL":[-58.9,-136.2],"elL":[-45,-111],"haL":[-40.4,-86.7],"hipR":[25.4,11.6],"knR":[44.7,115.1],"ftR":[53.7,235.7],"hipL":[-27.5,3.9],"knL":[-14.4,126.2],"ftL":[-0.8,250.4]},{"rootY":1.8,"hips":[0,0],"chest":[-1.9,-96.1],"neck":[-10.1,-164.2],"head":[-16.9,-199.8],"shR":[45.8,-155.3],"elR":[80.3,-166.3],"haR":[80.6,-186.1],"shL":[-58.6,-136.4],"elL":[-45.6,-110.3],"haL":[-43.2,-85],"hipR":[25.2,11.9],"knR":[41.7,115.3],"ftR":[51.8,229.2],"hipL":[-27.6,3.5],"knL":[-14.4,125.7],"ftL":[-0.7,249.4]},{"rootY":2.5,"hips":[0,0],"chest":[-1.3,-96.2],"neck":[-10.1,-164.1],"head":[-17.5,-199.6],"shR":[45.8,-155.8],"elR":[80.6,-167.8],"haR":[79.5,-188.6],"shL":[-58.7,-136.2],"elL":[-46.8,-109.2],"haL":[-45.8,-82.8],"hipR":[25.2,12.1],"knR":[38.3,114.2],"ftR":[48.4,222.6],"hipL":[-27.6,3.3],"knL":[-14.7,125.4],"ftL":[-1.1,248.5]},{"rootY":3.1,"hips":[0,0],"chest":[-1.2,-96.3],"neck":[-10.5,-164.1],"head":[-18.2,-199.4],"shR":[45.4,-156.3],"elR":[80.3,-168.7],"haR":[78.6,-189.7],"shL":[-59,-135.8],"elL":[-48.1,-107.7],"haL":[-48,-80.4],"hipR":[25.3,11.9],"knR":[35.5,112.3],"ftR":[43.7,217.7],"hipL":[-27.6,3.6],"knL":[-15.3,125.6],"ftL":[-1.7,247.8]},{"rootY":3.3,"hips":[0,0],"chest":[-1.4,-96.4],"neck":[-10.9,-164.2],"head":[-18.8,-199.5],"shR":[44.9,-156.6],"elR":[79.6,-169],"haR":[77.7,-189.8],"shL":[-59.6,-135.7],"elL":[-49.3,-106.3],"haL":[-49.7,-77.7],"hipR":[25.5,11.4],"knR":[33.2,110.1],"ftR":[37.8,215.2],"hipL":[-27.6,4.1],"knL":[-15.9,126.1],"ftL":[-2.1,247.4]},{"rootY":3.4,"hips":[0,0],"chest":[-1.4,-96.7],"neck":[-11.1,-164.4],"head":[-19.2,-199.6],"shR":[44.8,-156.4],"elR":[78.6,-168.6],"haR":[76.8,-188.9],"shL":[-60,-136],"elL":[-50.3,-105],"haL":[-50.9,-74.9],"hipR":[25.7,10.9],"knR":[30.8,108.7],"ftR":[30.8,215],"hipL":[-27.5,4.6],"knL":[-16.4,126.5],"ftL":[-2.5,246.9]},{"rootY":3.6,"hips":[0,0],"chest":[-1,-97.1],"neck":[-10.7,-164.7],"head":[-19.5,-199.8],"shR":[45.2,-155.7],"elR":[78,-167.5],"haR":[75.9,-187.4],"shL":[-60,-136.4],"elL":[-50.8,-103.9],"haL":[-51.8,-72.5],"hipR":[25.8,10.6],"knR":[28,108.7],"ftR":[23.5,216.6],"hipL":[-27.5,5],"knL":[-17.2,126.8],"ftL":[-3.1,246]},{"rootY":4.1,"hips":[0,0],"chest":[-0.3,-97.5],"neck":[-9.8,-165.1],"head":[-19.7,-199.9],"shR":[46.2,-155],"elR":[77.8,-165.9],"haR":[75,-185.2],"shL":[-59.4,-137.1],"elL":[-50.7,-103.5],"haL":[-52.4,-70.7],"hipR":[26,10.2],"knR":[24.9,109.9],"ftR":[16.2,220.4],"hipL":[-27.4,5.4],"knL":[-18,126.9],"ftL":[-3.8,244.8]},{"rootY":5,"hips":[0,0],"chest":[0.8,-97.9],"neck":[-8.2,-165.6],"head":[-19.7,-200],"shR":[47.8,-153.9],"elR":[78.4,-164],"haR":[74.6,-182.8],"shL":[-58.2,-138],"elL":[-50.2,-103.6],"haL":[-52.9,-69.5],"hipR":[26.1,9.9],"knR":[21.8,112.8],"ftR":[9.9,226.7],"hipL":[-27.3,5.7],"knL":[-18.7,126.9],"ftL":[-4.1,243.1]},{"rootY":6.2,"hips":[0,0],"chest":[2.7,-98.3],"neck":[-6,-166],"head":[-19.3,-199.7],"shR":[50,-151.9],"elR":[79.6,-162.1],"haR":[75,-180.5],"shL":[-56.3,-138.5],"elL":[-49.6,-103.4],"haL":[-53.4,-68.7],"hipR":[26.1,9.7],"knR":[18.3,117.3],"ftR":[4.7,234.4],"hipL":[-27.2,5.9],"knL":[-19.8,126.8],"ftL":[-4.4,240.9]},{"rootY":7.4,"hips":[0,0],"chest":[4.8,-98.6],"neck":[-3.7,-166.2],"head":[-18.9,-199.2],"shR":[52.1,-149.1],"elR":[80.6,-159.9],"haR":[75.7,-178.5],"shL":[-54.5,-137.4],"elL":[-49.7,-102.3],"haL":[-54.9,-68.2],"hipR":[26.3,8.9],"knR":[14.4,122],"ftR":[0.1,240.5],"hipL":[-26.8,6.7],"knL":[-21.8,127.5],"ftL":[-5.2,238.5]},{"rootY":8,"hips":[0,0],"chest":[5.8,-98.5],"neck":[-1.9,-166.3],"head":[-18.2,-198.7],"shR":[53.2,-147],"elR":[81,-157.6],"haR":[76.3,-176.4],"shL":[-53.1,-135.8],"elL":[-50.6,-101.3],"haL":[-57.5,-68.2],"hipR":[26.8,7],"knR":[11.5,124.6],"ftR":[-3.3,242.8],"hipL":[-26.2,8.6],"knL":[-24.6,129.3],"ftL":[-6.4,235.6]},{"rootY":7.7,"hips":[0,0],"chest":[4.9,-98.4],"neck":[-0.6,-166.4],"head":[-16.6,-198.9],"shR":[53.5,-146.3],"elR":[80.8,-155],"haR":[76.5,-173.3],"shL":[-52.6,-135.9],"elL":[-52.2,-101.3],"haL":[-60.4,-68.2],"hipR":[27.3,5],"knR":[11,124.2],"ftR":[-4.6,242.9],"hipL":[-25.6,10.6],"knL":[-28.4,132],"ftL":[-8.1,231]},{"rootY":6.2,"hips":[0,0],"chest":[2.8,-98.4],"neck":[-0.6,-166.4],"head":[-14.7,-199.8],"shR":[52.8,-146.2],"elR":[79.7,-151.9],"haR":[75.9,-168.7],"shL":[-53.5,-138.3],"elL":[-54.8,-102],"haL":[-63.4,-67.9],"hipR":[27.6,3.9],"knR":[11.2,123.2],"ftR":[-4.9,243.6],"hipL":[-25.2,11.6],"knL":[-33.4,134.2],"ftL":[-11.8,223.8]},{"rootY":4.8,"hips":[0,0],"chest":[0.6,-98.4],"neck":[-2.1,-166.2],"head":[-13.1,-200.8],"shR":[51.1,-146.2],"elR":[77.4,-149],"haR":[74.2,-163.3],"shL":[-55.6,-141.3],"elL":[-58.2,-103.1],"haL":[-66.8,-68.1],"hipR":[27.6,3.6],"knR":[11.2,123.4],"ftR":[-5.5,245.2],"hipL":[-25.2,11.8],"knL":[-38.9,134],"ftL":[-17.5,215.1]},{"rootY":3.7,"hips":[0,0],"chest":[-1.3,-98.2],"neck":[-4.5,-165.9],"head":[-11.8,-201.5],"shR":[48.9,-146.4],"elR":[74.3,-146.5],"haR":[71.7,-158],"shL":[-57.9,-142.1],"elL":[-61.7,-103.6],"haL":[-70.4,-68.9],"hipR":[27.5,3.5],"knR":[10.5,124.2],"ftR":[-6.4,246.5],"hipL":[-25,12],"knL":[-43.9,131.4],"ftL":[-23.5,207.7]},{"rootY":2.8,"hips":[0,0],"chest":[-2.5,-97.9],"neck":[-6.2,-165.6],"head":[-10.2,-201.7],"shR":[47.4,-146.9],"elR":[71.1,-144.8],"haR":[69.6,-153.3],"shL":[-59.5,-140.6],"elL":[-64.4,-103.4],"haL":[-73.5,-69.8],"hipR":[27.5,3.3],"knR":[10.4,124.6],"ftR":[-6.4,247.4],"hipL":[-25,12.1],"knL":[-47.3,127.7],"ftL":[-27.7,203.5]},{"rootY":2.2,"hips":[0,0],"chest":[-3,-97.6],"neck":[-6.7,-165.2],"head":[-8.2,-201.4],"shR":[46.8,-147.6],"elR":[68.7,-144],"haR":[68,-149.5],"shL":[-59.9,-139],"elL":[-66.3,-102.9],"haL":[-75.8,-70.3],"hipR":[27.6,3.2],"knR":[10.8,124.8],"ftR":[-5.8,248.1],"hipL":[-25,12.3],"knL":[-49.1,123.9],"ftL":[-30.5,203.6]},{"rootY":1.9,"hips":[0,0],"chest":[-3,-97.4],"neck":[-6.3,-164.7],"head":[-6.4,-201],"shR":[47,-147.8],"elR":[67.3,-143.1],"haR":[66.5,-146.4],"shL":[-59.6,-138.7],"elL":[-67.6,-102.7],"haL":[-77.5,-70.2],"hipR":[27.7,3.2],"knR":[11.2,125],"ftR":[-5.3,248.7],"hipL":[-25.1,12.3],"knL":[-49.8,120.1],"ftL":[-33.6,207.8]},{"rootY":1.6,"hips":[0,0],"chest":[-2.4,-97.1],"neck":[-5.2,-164.3],"head":[-4.8,-200.5],"shR":[48,-147],"elR":[67.2,-141.2],"haR":[65.1,-143.1],"shL":[-58.8,-139.2],"elL":[-67.9,-102.7],"haL":[-78.2,-69.8],"hipR":[27.7,3.2],"knR":[11.3,125.2],"ftR":[-4.9,249.2],"hipL":[-25.1,12.2],"knL":[-49.6,116.7],"ftL":[-37.4,215.1]},{"rootY":1.2,"hips":[0,0],"chest":[-1.7,-97.1],"neck":[-3.7,-164.2],"head":[-3.4,-200.3],"shR":[49.3,-145.8],"elR":[68.1,-138.4],"haR":[64.5,-139.3],"shL":[-57.6,-139.8],"elL":[-67,-102.9],"haL":[-77.8,-69.7],"hipR":[27.7,3.4],"knR":[11.7,125.5],"ftR":[-4.1,249.7],"hipL":[-25.2,12.1],"knL":[-48.7,114.6],"ftL":[-41.2,224]},{"rootY":0.8,"hips":[0,0],"chest":[-1,-97.2],"neck":[-2.4,-164.2],"head":[-2.3,-200.3],"shR":[50.5,-145],"elR":[69,-135.7],"haR":[64.8,-135.7],"shL":[-56.4,-140.4],"elL":[-65.5,-103.2],"haL":[-76.5,-69.7],"hipR":[27.7,3.6],"knR":[12.3,125.8],"ftR":[-2.9,250.2],"hipL":[-25.3,11.9],"knL":[-48,114],"ftL":[-44.9,232.5]},{"rootY":0.6,"hips":[0,0],"chest":[-0.4,-97.3],"neck":[-1.5,-164.2],"head":[-1.7,-200.3],"shR":[51.3,-144.8],"elR":[69.3,-134],"haR":[65.7,-132.6],"shL":[-55.6,-140.9],"elL":[-64.3,-103.5],"haL":[-75.3,-69.9],"hipR":[27.7,3.7],"knR":[13,126],"ftR":[-1.9,250.4],"hipL":[-25.3,11.8],"knL":[-47.5,114.5],"ftL":[-48.1,238.5]},{"rootY":0.7,"hips":[0,0],"chest":[-0.1,-97.3],"neck":[-1.1,-164.2],"head":[-1.3,-200.3],"shR":[51.7,-144.7],"elR":[69.6,-132.8],"haR":[66.7,-130.1],"shL":[-55.2,-141],"elL":[-63.4,-103.6],"haL":[-74.4,-69.9],"hipR":[27.7,3.6],"knR":[13.6,126],"ftR":[-1,250.3],"hipL":[-25.3,11.8],"knL":[-46.3,115.7],"ftL":[-50.2,240.9]},{"rootY":1,"hips":[0,0],"chest":[0.2,-97.4],"neck":[-0.7,-164.2],"head":[-0.9,-200.3],"shR":[52.1,-144.5],"elR":[70.5,-132],"haR":[68.2,-127.9],"shL":[-54.8,-140.8],"elL":[-62.5,-103.5],"haL":[-73.2,-69.9],"hipR":[27.6,3.6],"knR":[14.3,126],"ftR":[0.2,250],"hipL":[-25.3,11.9],"knL":[-43.8,117.5],"ftL":[-50.8,239.7]},{"rootY":1.5,"hips":[0,0],"chest":[0.5,-97.5],"neck":[-0.3,-164.4],"head":[-0.1,-200.5],"shR":[52.5,-144.7],"elR":[71.5,-131.5],"haR":[70.2,-126.2],"shL":[-54.4,-140.8],"elL":[-61.6,-103.4],"haL":[-71.9,-69.8],"hipR":[27.6,3.7],"knR":[15.3,126],"ftR":[1.8,249.6],"hipL":[-25.3,11.8],"knL":[-40.2,119],"ftL":[-49.9,236.2]},{"rootY":2.1,"hips":[0,0],"chest":[0.6,-97.6],"neck":[0,-164.5],"head":[0.6,-200.7],"shR":[52.8,-144.8],"elR":[72.2,-131],"haR":[72.2,-125],"shL":[-54.1,-140.8],"elL":[-61,-103.2],"haL":[-71,-69.5],"hipR":[27.6,3.9],"knR":[16.3,126.1],"ftR":[3.5,248.9],"hipL":[-25.4,11.6],"knL":[-37,119.3],"ftL":[-46.9,232.5]},{"rootY":2.8,"hips":[0,0],"chest":[0.4,-97.8],"neck":[0.1,-164.7],"head":[1.3,-200.9],"shR":[52.9,-144.5],"elR":[72.7,-130.6],"haR":[74,-124.2],"shL":[-54,-140.8],"elL":[-60.5,-103.1],"haL":[-70.5,-69.3],"hipR":[27.6,4.1],"knR":[17.3,126.2],"ftR":[5.3,248],"hipL":[-25.4,11.5],"knL":[-34.2,118.2],"ftL":[-41.3,230.3]},{"rootY":3.8,"hips":[0,0],"chest":[0.2,-97.9],"neck":[0.2,-165],"head":[2,-201.2],"shR":[53,-144.2],"elR":[73.5,-130.2],"haR":[75.7,-123.6],"shL":[-53.9,-140.9],"elL":[-60.1,-103.2],"haL":[-70.1,-69.4],"hipR":[27.6,4.3],"knR":[18.4,126.2],"ftR":[7.4,247],"hipL":[-25.5,11.2],"knL":[-31.3,117.4],"ftL":[-34.1,230.5]},{"rootY":4.8,"hips":[0,0],"chest":[0,-98],"neck":[0.1,-165.3],"head":[2.9,-201.5],"shR":[53.1,-144.4],"elR":[74.6,-129.9],"haR":[77.4,-123.1],"shL":[-53.9,-140.9],"elL":[-59.6,-103.5],"haL":[-69.6,-69.9],"hipR":[27.5,4.8],"knR":[19.8,126.3],"ftR":[9.8,245.6],"hipL":[-25.8,10.7],"knL":[-27.5,119.3],"ftL":[-27,233.3]},{"rootY":6.1,"hips":[0,0],"chest":[-0.8,-98.1],"neck":[-0.8,-165.7],"head":[3.3,-201.8],"shR":[52.5,-144.8],"elR":[75.1,-130],"haR":[79.1,-122.8],"shL":[-54.4,-140.2],"elL":[-59.4,-104.2],"haL":[-69.6,-71.4],"hipR":[27.4,5.4],"knR":[21.8,126.7],"ftR":[12.3,243.7],"hipL":[-26,10.2],"knL":[-22.9,123.2],"ftL":[-20.1,237.5]},{"rootY":7.5,"hips":[0,0],"chest":[-2.7,-97.9],"neck":[-2.8,-165.8],"head":[3,-201.7],"shR":[51,-143.9],"elR":[74.9,-129.9],"haR":[80.7,-123.2],"shL":[-55.7,-138.6],"elL":[-59.7,-105.1],"haL":[-70.1,-74.1],"hipR":[27.1,6.1],"knR":[24.1,127.2],"ftR":[14.7,240.9],"hipL":[-26.2,9.5],"knL":[-19.6,126.3],"ftL":[-12.9,240.4]},{"rootY":7.9,"hips":[0,0],"chest":[-4.4,-97.4],"neck":[-4.6,-165.6],"head":[2.6,-201.2],"shR":[49.6,-141.8],"elR":[75.3,-128.9],"haR":[82.9,-123.1],"shL":[-56.6,-136.7],"elL":[-59.3,-106.1],"haL":[-69.6,-77.2],"hipR":[26.8,7.4],"knR":[26.5,128.4],"ftR":[17.7,237.6],"hipL":[-26.5,8.3],"knL":[-16.9,126.5],"ftL":[-6.2,241.9]},{"rootY":6.4,"hips":[0,0],"chest":[-4.5,-96.9],"neck":[-5,-165.4],"head":[2.5,-200.9],"shR":[49.4,-140.8],"elR":[76.9,-126.8],"haR":[86,-120.9],"shL":[-56.3,-136.2],"elL":[-57.9,-107.2],"haL":[-67.3,-79.8],"hipR":[26.3,8.9],"knR":[29,130.5],"ftR":[21.8,233.4],"hipL":[-27,6.7],"knL":[-15,125.2],"ftL":[-2.5,243.4]},{"rootY":3.6,"hips":[0,0],"chest":[-3.4,-96.9],"neck":[-4.6,-165.6],"head":[2,-201.3],"shR":[50.2,-142.9],"elR":[79.2,-125.4],"haR":[89.8,-117.2],"shL":[-55.6,-137.5],"elL":[-56.4,-109.1],"haL":[-64.1,-82.4],"hipR":[26,9.7],"knR":[31.6,132.4],"ftR":[26.3,226.9],"hipL":[-27.1,5.9],"knL":[-14.5,125.3],"ftL":[-1.5,245.5]},{"rootY":1.5,"hips":[0,0],"chest":[-2.3,-97.2],"neck":[-3.9,-166.1],"head":[1.2,-202.1],"shR":[51.2,-146.3],"elR":[81.6,-126.2],"haR":[94.5,-115.2],"shL":[-54.7,-139.7],"elL":[-54.6,-112.3],"haL":[-60.6,-86.5],"hipR":[25.8,9.9],"knR":[34.9,132.6],"ftR":[30.6,218.2],"hipL":[-27.1,5.7],"knL":[-13.9,126],"ftL":[-0.2,247.3]},{"rootY":1.1,"hips":[0,0],"chest":[-1.9,-97.4],"neck":[-3.6,-166.3],"head":[-0.1,-202.4],"shR":[51.6,-147.9],"elR":[83.9,-128.1],"haR":[99.6,-116.5],"shL":[-54.2,-140.8],"elL":[-52.9,-115.6],"haL":[-57.3,-92],"hipR":[25.5,10.5],"knR":[38.4,130.7],"ftR":[33.6,209.5],"hipL":[-27.1,5.1],"knL":[-12.5,125.8],"ftL":[2.4,247.7]},{"rootY":1.5,"hips":[0,0],"chest":[-2.1,-97.1],"neck":[-4.5,-165.9],"head":[-2,-202.1],"shR":[50.9,-147.3],"elR":[85.4,-129.3],"haR":[103.4,-118.9],"shL":[-54.5,-139.7],"elL":[-51.9,-117.5],"haL":[-54.6,-96.6],"hipR":[25.2,11.4],"knR":[41.8,127.8],"ftR":[34.5,203.8],"hipL":[-27.3,4.1],"knL":[-11.5,125.1],"ftL":[4.3,247.5]},{"rootY":1.3,"hips":[0,0],"chest":[-2.8,-96.7],"neck":[-6.7,-165.3],"head":[-4.9,-201.6],"shR":[49.1,-146.6],"elR":[86,-129.5],"haR":[105.5,-120.2],"shL":[-55.8,-137.3],"elL":[-52.3,-117.1],"haL":[-53.2,-98.2],"hipR":[25.2,11.9],"knR":[44.2,124.8],"ftR":[34.3,203.8],"hipL":[-27.6,3.5],"knL":[-11.5,124.8],"ftL":[4.2,247.8]},{"rootY":0.5,"hips":[0,0],"chest":[-3.7,-96.4],"neck":[-9.5,-164.9],"head":[-8.4,-201.2],"shR":[46.8,-147.5],"elR":[85.8,-130.1],"haR":[106.9,-121],"shL":[-57.5,-135.1],"elL":[-53.8,-115.1],"haL":[-53.1,-96.5],"hipR":[25.3,11.9],"knR":[45.1,121.4],"ftR":[35.1,208.9],"hipL":[-27.7,3.6],"knL":[-12,125.2],"ftL":[3.2,248.5]},{"rootY":-0.7,"hips":[0,0],"chest":[-4.7,-96.2],"neck":[-12.3,-164.5],"head":[-12.2,-200.9],"shR":[44.5,-148.8],"elR":[85.2,-132.1],"haR":[108.5,-123.1],"shL":[-59.5,-133.4],"elL":[-55.9,-112.1],"haL":[-54.5,-92.6],"hipR":[25.4,11.7],"knR":[44.5,117.9],"ftR":[38,217],"hipL":[-27.7,3.8],"knL":[-12.5,125.7],"ftL":[2,249.4]},{"rootY":-1.9,"hips":[0,0],"chest":[-5.7,-96.1],"neck":[-14.8,-164.2],"head":[-16,-200.5],"shR":[42.3,-149.2],"elR":[84.5,-135],"haR":[109.6,-127.2],"shL":[-61.5,-131.9],"elL":[-58.1,-108.8],"haL":[-57.6,-87.4],"hipR":[25.5,11.3],"knR":[43.5,114.9],"ftR":[42.2,225.8],"hipL":[-27.6,4.2],"knL":[-13.3,126.3],"ftL":[0.6,250.3]},{"rootY":-2.9,"hips":[0,0],"chest":[-6.3,-96.1],"neck":[-16.9,-163.8],"head":[-19.7,-200.1],"shR":[40.6,-149.5],"elR":[84.2,-138.1],"haR":[110.1,-132.1],"shL":[-63.4,-130.7],"elL":[-60.7,-105.2],"haL":[-62.4,-81.1],"hipR":[25.7,10.9],"knR":[42.9,113],"ftR":[46.4,233.3],"hipL":[-27.5,4.6],"knL":[-14.1,126.9],"ftL":[-0.9,251.3]},{"rootY":-3.4,"hips":[0,0],"chest":[-6.3,-96.2],"neck":[-18.2,-163.6],"head":[-23,-199.6],"shR":[39.4,-150.2],"elR":[84.2,-141],"haR":[110.1,-136.8],"shL":[-64.8,-129.9],"elL":[-63.5,-101.5],"haL":[-68.3,-74.1],"hipR":[25.8,10.5],"knR":[42.7,112.3],"ftR":[49.8,237.2],"hipL":[-27.4,5],"knL":[-14.5,127.4],"ftL":[-1.8,251.9]},{"rootY":-3.5,"hips":[0,0],"chest":[-5.7,-96.4],"neck":[-19.1,-163.4],"head":[-25.7,-199.1],"shR":[38.6,-150.8],"elR":[84.3,-143.5],"haR":[110.1,-141],"shL":[-65.7,-128.9],"elL":[-66.5,-97.7],"haL":[-74.6,-67.2],"hipR":[25.8,10.5],"knR":[42.1,112.1],"ftR":[51.7,235.8],"hipL":[-27.4,5.1],"knL":[-14.5,127.6],"ftL":[-1.8,252.1]},{"rootY":-3.3,"hips":[0,0],"chest":[-5,-96.4],"neck":[-19.8,-163],"head":[-27.9,-198.5],"shR":[37.9,-151],"elR":[84,-145.5],"haR":[109.4,-144.6],"shL":[-66.3,-127.4],"elL":[-69.7,-93.8],"haL":[-80.9,-61],"hipR":[25.7,10.6],"knR":[40.9,111.3],"ftR":[51.6,229.7],"hipL":[-27.4,4.9],"knL":[-14.2,127.4],"ftL":[-1.6,252.1]},{"rootY":-2.9,"hips":[0,0],"chest":[-4.5,-96.4],"neck":[-20.6,-162.6],"head":[-29.7,-197.8],"shR":[37,-151.1],"elR":[83.1,-146.9],"haR":[107.5,-147.2],"shL":[-66.9,-125.7],"elL":[-73,-90],"haL":[-86.8,-55.5],"hipR":[25.6,10.8],"knR":[39.4,109.4],"ftR":[49.8,221.2],"hipL":[-27.4,4.8],"knL":[-14.1,127.2],"ftL":[-1.8,251.9]},{"rootY":-2.8,"hips":[0,0],"chest":[-4.1,-96.3],"neck":[-21.3,-162.2],"head":[-31.1,-197.2],"shR":[36.2,-151.4],"elR":[81.8,-147.7],"haR":[104.8,-148.5],"shL":[-67.3,-124.5],"elL":[-75.8,-86.8],"haL":[-91.9,-50.7],"hipR":[25.5,10.9],"knR":[37.9,106.5],"ftR":[47,213.2],"hipL":[-27.4,4.7],"knL":[-14.1,127.1],"ftL":[-2.3,251.8]},{"rootY":-2.8,"hips":[0,0],"chest":[-3.7,-96.3],"neck":[-21.7,-161.9],"head":[-32,-196.7],"shR":[35.6,-151.5],"elR":[80.1,-148],"haR":[101.7,-148.8],"shL":[-67.6,-123.9],"elL":[-78,-84.5],"haL":[-95.8,-46.8],"hipR":[25.4,10.8],"knR":[36.4,103.4],"ftR":[43.5,207.2],"hipL":[-27.3,4.7],"knL":[-14.3,127],"ftL":[-3,251.8]},{"rootY":-2.8,"hips":[0,0],"chest":[-3.6,-96.3],"neck":[-22,-161.7],"head":[-32.7,-196.4],"shR":[34.9,-151.4],"elR":[78.1,-147.8],"haR":[98.2,-148.3],"shL":[-68.1,-123.8],"elL":[-79.8,-83.1],"haL":[-98.8,-44.1],"hipR":[25.4,10.6],"knR":[34.6,100.8],"ftR":[39.2,203.6],"hipL":[-27.2,5],"knL":[-14.6,127.1],"ftL":[-3.9,251.9]},{"rootY":-2.9,"hips":[0,0],"chest":[-3.8,-96.4],"neck":[-22.5,-161.7],"head":[-33.4,-196.3],"shR":[34,-151.2],"elR":[75.9,-146.9],"haR":[94.3,-146.9],"shL":[-68.8,-124],"elL":[-81.5,-82.2],"haL":[-101.2,-42.4],"hipR":[25.5,10.2],"knR":[32.4,99.4],"ftR":[34.2,203.1],"hipL":[-27.1,5.3],"knL":[-15.2,127.3],"ftL":[-4.9,252]},{"rootY":-2.9,"hips":[0,0],"chest":[-4,-96.7],"neck":[-23,-161.8],"head":[-34,-196.5],"shR":[33.2,-150.9],"elR":[73.7,-145.5],"haR":[90.2,-144.7],"shL":[-69.3,-124.3],"elL":[-83.1,-81.7],"haL":[-103.1,-41.3],"hipR":[25.6,10],"knR":[29.8,100.1],"ftR":[28.4,205.6],"hipL":[-26.9,5.6],"knL":[-15.9,127.5],"ftL":[-5.9,252]},{"rootY":-2.7,"hips":[0,0],"chest":[-4.2,-97.1],"neck":[-23.5,-162.1],"head":[-34.5,-196.7],"shR":[32.4,-150.2],"elR":[71.3,-143.7],"haR":[86.1,-142.1],"shL":[-69.8,-124.3],"elL":[-84.5,-81.4],"haL":[-104.9,-40.8],"hipR":[25.7,9.9],"knR":[26.4,102.7],"ftR":[21.6,209.8],"hipL":[-26.9,5.8],"knL":[-16.8,127.5],"ftL":[-7.1,251.6]},{"rootY":-1.9,"hips":[0,0],"chest":[-4.7,-97.6],"neck":[-24,-162.4],"head":[-34.9,-197.1],"shR":[31.5,-149.3],"elR":[69,-141.6],"haR":[82.1,-139.1],"shL":[-70.2,-124.2],"elL":[-85.8,-81.3],"haL":[-106.6,-40.8],"hipR":[25.8,9.6],"knR":[22.9,106.7],"ftR":[14.9,215.9],"hipL":[-26.8,6],"knL":[-17.7,127.5],"ftL":[-8.3,251]},{"rootY":-0.7,"hips":[0,0],"chest":[-4.6,-98],"neck":[-23.9,-162.8],"head":[-34.4,-197.6],"shR":[31.4,-148.4],"elR":[67.2,-139.4],"haR":[78.8,-135.8],"shL":[-70.1,-124.4],"elL":[-86.5,-81.5],"haL":[-107.8,-41.1],"hipR":[25.9,9.4],"knR":[19.9,112.1],"ftR":[9.9,225.3],"hipL":[-26.7,6.2],"knL":[-18.5,127.3],"ftL":[-9.1,249.8]},{"rootY":1.1,"hips":[0,0],"chest":[-3,-98.4],"neck":[-22.6,-163.2],"head":[-32.8,-198.1],"shR":[32.3,-147.1],"elR":[66.4,-137.1],"haR":[76.7,-132.6],"shL":[-68.6,-124.4],"elL":[-86.4,-81.8],"haL":[-108.4,-41.9],"hipR":[25.7,9.6],"knR":[17.6,118.9],"ftR":[7.1,236.2],"hipL":[-26.5,6],"knL":[-19.5,126.8],"ftL":[-9.2,247.9]},{"rootY":3.1,"hips":[0,0],"chest":[-0.9,-98.8],"neck":[-20.7,-163.7],"head":[-30.5,-198.5],"shR":[33.7,-145],"elR":[65.7,-134.7],"haR":[75.2,-129.5],"shL":[-66.3,-123.7],"elL":[-86.2,-82.4],"haL":[-109.5,-43.8],"hipR":[25.8,9.1],"knR":[15.6,124.5],"ftR":[4.8,244.3],"hipL":[-26.1,6.5],"knL":[-20.9,126.8],"ftL":[-9.6,245.8]},{"rootY":4.8,"hips":[0,0],"chest":[-0.6,-98.6],"neck":[-18.9,-164.1],"head":[-28.2,-199],"shR":[34.3,-143],"elR":[64.2,-132],"haR":[73,-126.2],"shL":[-64.7,-123.6],"elL":[-87.3,-84.1],"haL":[-112.4,-47.2],"hipR":[26.5,6.6],"knR":[14.5,126.1],"ftR":[2.3,246.7],"hipL":[-25.5,9],"knL":[-22.8,128.4],"ftL":[-10.9,244]},{"rootY":5.1,"hips":[0,0],"chest":[-3.4,-98.2],"neck":[-18,-164.8],"head":[-26.4,-199.9],"shR":[34,-142.7],"elR":[61.6,-129.1],"haR":[69.3,-121.7],"shL":[-65.6,-126.2],"elL":[-90.3,-87.9],"haL":[-117.3,-51.9],"hipR":[27.3,3.6],"knR":[13.9,123.9],"ftR":[0.2,245.8],"hipL":[-24.7,11.8],"knL":[-26.9,131.1],"ftL":[-13.1,241.1]},{"rootY":4,"hips":[0,0],"chest":[-6.1,-98.1],"neck":[-17.1,-165.4],"head":[-24.2,-200.8],"shR":[34.3,-143.9],"elR":[59.3,-126.3],"haR":[65.4,-116.3],"shL":[-67.4,-131.5],"elL":[-93.5,-93.8],"haL":[-122.1,-58.5],"hipR":[27.6,2.5],"knR":[13.9,122.5],"ftR":[-0.5,245.9],"hipL":[-24.4,12.8],"knL":[-32.4,133.9],"ftL":[-15.5,234.7]},{"rootY":2.7,"hips":[0,0],"chest":[-6.8,-98],"neck":[-16,-165.6],"head":[-21.3,-201.4],"shR":[35.4,-145.1],"elR":[57.8,-124.4],"haR":[62,-112.1],"shL":[-68,-137.1],"elL":[-96.1,-101.3],"haL":[-126.4,-68.4],"hipR":[27.5,2.8],"knR":[14.1,123.2],"ftR":[-0.5,247.4],"hipL":[-24.6,12.6],"knL":[-37.3,135],"ftL":[-18.6,224.5]},{"rootY":2.1,"hips":[0,0],"chest":[-6.7,-97.7],"neck":[-15.1,-165.5],"head":[-18.7,-201.6],"shR":[36.1,-145.1],"elR":[56.4,-123.4],"haR":[58.7,-110.1],"shL":[-67.8,-140],"elL":[-98.7,-109.2],"haL":[-130.5,-81.5],"hipR":[27.4,2.6],"knR":[13.6,123.8],"ftR":[-1.1,248.2],"hipL":[-24.5,12.8],"knL":[-42.6,134.1],"ftL":[-22.7,214]},{"rootY":2.2,"hips":[0,0],"chest":[-6.9,-97.1],"neck":[-14.1,-165.2],"head":[-16.2,-201.5],"shR":[36.6,-143.9],"elR":[55.3,-122.6],"haR":[55.7,-109.5],"shL":[-67.2,-140.3],"elL":[-100.8,-116.8],"haL":[-133.7,-95.7],"hipR":[27.5,1.7],"knR":[13.3,123.6],"ftR":[-1.5,248],"hipL":[-24.2,13.5],"knL":[-47.8,131.6],"ftL":[-26.2,206.8]},{"rootY":2.3,"hips":[0,0],"chest":[-6.8,-96.7],"neck":[-12.4,-165.1],"head":[-13.2,-201.4],"shR":[37.4,-142.6],"elR":[54.7,-121.5],"haR":[53.5,-108.9],"shL":[-66,-140.2],"elL":[-102,-123.6],"haL":[-135,-108.7],"hipR":[27.7,1.3],"knR":[13.8,123.4],"ftR":[-0.9,247.9],"hipL":[-24.1,13.9],"knL":[-51.1,128],"ftL":[-28.4,204.7]},{"rootY":2.1,"hips":[0,0],"chest":[-5.9,-96.4],"neck":[-10.1,-164.9],"head":[-9.7,-201.3],"shR":[39.2,-141.4],"elR":[55.1,-119.9],"haR":[52.4,-107.5],"shL":[-64.2,-141.2],"elL":[-102,-129.6],"haL":[-134.5,-119.5],"hipR":[27.8,1.6],"knR":[14.8,124],"ftR":[0.6,248.2],"hipL":[-24.3,13.6],"knL":[-51.6,124],"ftL":[-29.9,207.9]},{"rootY":1.8,"hips":[0,0],"chest":[-4.5,-96.2],"neck":[-7.3,-164.8],"head":[-6.1,-201.2],"shR":[41.5,-140.3],"elR":[56.2,-118],"haR":[52.1,-105.5],"shL":[-61.8,-142.8],"elL":[-100.8,-134.9],"haL":[-133.1,-128.5],"hipR":[27.8,2.2],"knR":[15.8,124.7],"ftR":[2.5,248.4],"hipL":[-24.7,13.1],"knL":[-50.1,120.3],"ftL":[-31.7,215.3]},{"rootY":1.6,"hips":[0,0],"chest":[-3.2,-96.1],"neck":[-4.4,-164.8],"head":[-2.5,-201.1],"shR":[43.9,-139.4],"elR":[57.3,-116.2],"haR":[52.3,-103.6],"shL":[-59.5,-144.3],"elL":[-98.8,-139.8],"haL":[-131.3,-136.4],"hipR":[27.7,2.7],"knR":[16.6,125.3],"ftR":[4.8,248.1],"hipL":[-24.9,12.6],"knL":[-47.6,117.4],"ftL":[-34.1,224.6]},{"rootY":1.7,"hips":[0,0],"chest":[-2.2,-96.1],"neck":[-1.9,-164.9],"head":[0.8,-201.1],"shR":[46.1,-138.9],"elR":[57.9,-115],"haR":[52.9,-102.1],"shL":[-57.4,-145.8],"elL":[-96.4,-144],"haL":[-129.3,-142.7],"hipR":[27.7,3.2],"knR":[17.7,125.9],"ftR":[7.2,247.5],"hipL":[-25.1,12.2],"knL":[-45.1,115.9],"ftL":[-37,233.8]},{"rootY":2.1,"hips":[0,0],"chest":[-1.7,-96.1],"neck":[-0.2,-164.9],"head":[3.6,-201],"shR":[47.5,-138.2],"elR":[57.9,-113.8],"haR":[53.4,-100.5],"shL":[-55.9,-147.1],"elL":[-94.4,-147],"haL":[-127.4,-146.9],"hipR":[27.7,3.4],"knR":[18.8,126.3],"ftR":[9.2,246.7],"hipL":[-25.2,12],"knL":[-43.1,116.2],"ftL":[-40.1,240.5]},{"rootY":2.4,"hips":[0,0],"chest":[-1.8,-96.1],"neck":[0.9,-164.9],"head":[5.8,-200.9],"shR":[48.4,-137.1],"elR":[57.8,-112.3],"haR":[53.9,-98.3],"shL":[-55.2,-147.8],"elL":[-93,-148.5],"haL":[-125.8,-149.1],"hipR":[27.7,3.5],"knR":[19.6,126.4],"ftR":[10.8,245.7],"hipL":[-25.2,12],"knL":[-41.4,117.4],"ftL":[-43.1,242.1]},{"rootY":2.9,"hips":[0,0],"chest":[-2.1,-96.3],"neck":[1.7,-165],"head":[7.6,-200.9],"shR":[49,-135.8],"elR":[58.3,-110.5],"haR":[54.9,-96],"shL":[-54.6,-147.9],"elL":[-91.8,-148.9],"haL":[-124.1,-150],"hipR":[27.7,3.4],"knR":[20.6,126.4],"ftR":[12.5,244.7],"hipL":[-25.2,12],"knL":[-38.3,119.1],"ftL":[-45.2,237.9]},{"rootY":3.7,"hips":[0,0],"chest":[-2.4,-96.4],"neck":[2.1,-165],"head":[8.7,-200.8],"shR":[49.4,-135],"elR":[58.9,-109.2],"haR":[56.2,-94.1],"shL":[-54.4,-147.7],"elL":[-90.7,-148.9],"haL":[-122.5,-150],"hipR":[27.7,3.3],"knR":[21.8,126.1],"ftR":[14.1,243.7],"hipL":[-25.2,12.1],"knL":[-35.9,119.8],"ftL":[-46.3,230.8]},{"rootY":4.4,"hips":[0,0],"chest":[-2.9,-96.5],"neck":[1.8,-165.1],"head":[8.7,-200.8],"shR":[49.2,-134.6],"elR":[59.1,-108.5],"haR":[57.2,-92.7],"shL":[-54.8,-147.4],"elL":[-89.7,-148.2],"haL":[-121.1,-148.8],"hipR":[27.7,3.2],"knR":[22.8,125.7],"ftR":[15.5,242.4],"hipL":[-25.1,12.2],"knL":[-35.7,118.1],"ftL":[-46.5,226.1]},{"rootY":4.9,"hips":[0,0],"chest":[-3.5,-96.6],"neck":[1.2,-165.2],"head":[8.3,-200.8],"shR":[48.7,-134.6],"elR":[59.2,-108.1],"haR":[58.2,-91.7],"shL":[-55.4,-147.2],"elL":[-88.6,-146.8],"haL":[-119.4,-146.3],"hipR":[27.7,3.2],"knR":[23.7,125.4],"ftR":[16.8,240.9],"hipL":[-25.1,12.2],"knL":[-35.7,115.5],"ftL":[-45.3,224.9]},{"rootY":5.2,"hips":[0,0],"chest":[-4,-96.7],"neck":[0.7,-165.3],"head":[7.7,-200.9],"shR":[48.6,-134.8],"elR":[59.9,-107.9],"haR":[59.7,-91],"shL":[-55.8,-147],"elL":[-87.3,-144.9],"haL":[-117.2,-142.9],"hipR":[27.7,3.4],"knR":[25,125.5],"ftR":[18.4,239],"hipL":[-25.2,12],"knL":[-35,113.7],"ftL":[-43.1,225.7]},{"rootY":5.4,"hips":[0,0],"chest":[-4.1,-96.8],"neck":[0.3,-165.5],"head":[7.1,-201.2],"shR":[49,-135.4],"elR":[61.3,-107.9],"haR":[61.6,-90.6],"shL":[-55.9,-146.7],"elL":[-85.7,-142.8],"haL":[-114.8,-139.1],"hipR":[27.6,3.9],"knR":[26.7,125.9],"ftR":[20.4,236.7],"hipL":[-25.3,11.6],"knL":[-34,113.4],"ftL":[-40.7,228]},{"rootY":5.8,"hips":[0,0],"chest":[-4.3,-96.9],"neck":[-0.3,-165.7],"head":[6.2,-201.5],"shR":[49.4,-136.4],"elR":[63.4,-108.5],"haR":[64.1,-90.9],"shL":[-56.1,-146.3],"elL":[-83.8,-140.9],"haL":[-112.2,-135.7],"hipR":[27.4,4.3],"knR":[28.5,126.1],"ftR":[22.7,233.6],"hipL":[-25.4,11.2],"knL":[-32.8,115.1],"ftL":[-38.5,232.7]},{"rootY":7,"hips":[0,0],"chest":[-4.4,-97],"neck":[-0.8,-166],"head":[5.3,-201.8],"shR":[49.8,-137.3],"elR":[66.1,-109.8],"haR":[67.7,-92.4],"shL":[-56.2,-145.7],"elL":[-81.6,-139.3],"haL":[-108.9,-132.9],"hipR":[27.2,4.9],"knR":[30.6,126.5],"ftR":[25.7,229.7],"hipL":[-25.5,10.7],"knL":[-30.9,118.2],"ftL":[-35.7,238.5]},{"rootY":8.6,"hips":[0,0],"chest":[-3.4,-97],"neck":[-0.2,-166.1],"head":[5.3,-201.9],"shR":[50.9,-137.2],"elR":[69.6,-111.7],"haR":[73.7,-95.4],"shL":[-55.1,-144],"elL":[-78.2,-137.4],"haL":[-104,-130.9],"hipR":[26.7,6.6],"knR":[34.2,127.7],"ftR":[30.1,225.6],"hipL":[-26,9.1],"knL":[-27.6,120.1],"ftL":[-31.3,242.4]},{"rootY":9.6,"hips":[0,0],"chest":[0,-96.7],"neck":[1.9,-166],"head":[6.7,-201.8],"shR":[53.7,-136.6],"elR":[74.1,-114.1],"haR":[81.9,-99.9],"shL":[-52,-141],"elL":[-73.1,-134.6],"haL":[-97,-128.3],"hipR":[25.7,9.6],"knR":[40.6,130],"ftR":[36.6,221.1],"hipL":[-26.8,6.1],"knL":[-23.4,119.6],"ftL":[-25.3,243.4]},{"rootY":9,"hips":[0,0],"chest":[4.9,-96],"neck":[4.8,-165.4],"head":[8.6,-201.4],"shR":[57.4,-137.1],"elR":[79.1,-117.8],"haR":[90.3,-105.6],"shL":[-47.9,-138],"elL":[-66.9,-130.6],"haL":[-88.9,-123.1],"hipR":[24.3,12.4],"knR":[48.4,132.1],"ftR":[45,215.6],"hipL":[-27.1,3],"knL":[-19.8,119],"ftL":[-19.5,243.6]},{"rootY":7.2,"hips":[0,0],"chest":[8.3,-95.2],"neck":[7,-164.7],"head":[9.3,-200.8],"shR":[60.6,-139.3],"elR":[83.7,-122.8],"haR":[96.4,-112.8],"shL":[-45,-136.3],"elL":[-61.3,-125.8],"haL":[-81.3,-115],"hipR":[23,14.2],"knR":[53.7,133.4],"ftR":[54.1,209.7],"hipL":[-26.7,1],"knL":[-18.2,120.3],"ftL":[-15.4,245.1]},{"rootY":5.8,"hips":[0,0],"chest":[8.9,-94.9],"neck":[7.5,-164.4],"head":[8.1,-200.5],"shR":[61.7,-142.4],"elR":[87.1,-129.3],"haR":[99.7,-122.7],"shL":[-44.3,-136.1],"elL":[-57.5,-121.3],"haL":[-75.3,-106],"hipR":[22.3,14.8],"knR":[54.1,133.5],"ftR":[60.6,204.7],"hipL":[-26.1,0.3],"knL":[-18.6,122],"ftL":[-13.6,246.8]},{"rootY":5.2,"hips":[0,0],"chest":[8.2,-94.9],"neck":[6.3,-164.3],"head":[5.4,-200.4],"shR":[61,-144.2],"elR":[89.4,-135.9],"haR":[101.2,-134],"shL":[-44.9,-135.8],"elL":[-54.7,-117],"haL":[-70.5,-97.5],"hipR":[22.4,14.9],"knR":[51.2,132.8],"ftR":[62.4,200.8],"hipL":[-26.2,0.2],"knL":[-19.1,122.6],"ftL":[-13.1,247.4]},{"rootY":4.8,"hips":[0,0],"chest":[7.1,-95.2],"neck":[4.1,-164.3],"head":[2.2,-200.5],"shR":[59.4,-144.8],"elR":[90.4,-141.5],"haR":[101.4,-144.9],"shL":[-46,-134.6],"elL":[-52.3,-112],"haL":[-65.7,-89.1],"hipR":[22.9,14.8],"knR":[47,131.3],"ftR":[60.6,200.2],"hipL":[-26.7,0.3],"knL":[-18.7,122.5],"ftL":[-13.4,247.7]},{"rootY":4.3,"hips":[0,0],"chest":[5.5,-95.6],"neck":[1.2,-164.3],"head":[-1.6,-200.5],"shR":[56.9,-145.7],"elR":[90,-146],"haR":[100.2,-154],"shL":[-48.2,-133.4],"elL":[-50.9,-106.4],"haL":[-61.1,-79.8],"hipR":[23.5,14.2],"knR":[42,128.6],"ftR":[56.9,204.3],"hipL":[-27,1],"knL":[-19.1,123.1],"ftL":[-14.6,248.3]},{"rootY":3.5,"hips":[0,0],"chest":[3.7,-95.7],"neck":[-1.6,-164.2],"head":[-5,-200.4],"shR":[54.3,-147.1],"elR":[88.9,-150],"haR":[98.5,-161.4],"shL":[-50.6,-132.3],"elL":[-50,-100.6],"haL":[-56.6,-69.7],"hipR":[23.8,13.6],"knR":[37.9,125.2],"ftR":[53.4,212.3],"hipL":[-27,1.6],"knL":[-19.6,124],"ftL":[-16,249.1]},{"rootY":3.1,"hips":[0,0],"chest":[2.4,-95.7],"neck":[-4,-164],"head":[-7.8,-200.2],"shR":[52.3,-148.3],"elR":[87.8,-153.9],"haR":[96.8,-167.7],"shL":[-52.4,-131],"elL":[-48.7,-95.2],"haL":[-52.4,-60.2],"hipR":[23.8,13.4],"knR":[36.4,121.6],"ftR":[50.6,221.8],"hipL":[-26.9,1.9],"knL":[-19.8,124.6],"ftL":[-17,249.5]},{"rootY":3.3,"hips":[0,0],"chest":[1.5,-95.7],"neck":[-5.9,-163.8],"head":[-10.1,-199.9],"shR":[50.6,-149.2],"elR":[86.4,-157.5],"haR":[94.9,-172.9],"shL":[-53.5,-129.4],"elL":[-46.9,-90.5],"haL":[-48.7,-51.8],"hipR":[23.8,13.3],"knR":[37.8,118.1],"ftR":[48.8,230.3],"hipL":[-26.8,2],"knL":[-19.8,124.7],"ftL":[-17.8,249.1]},{"rootY":3.7,"hips":[0,0],"chest":[0.6,-95.6],"neck":[-7.5,-163.5],"head":[-11.9,-199.6],"shR":[49.2,-150],"elR":[84.9,-160.1],"haR":[92.4,-176.7],"shL":[-54.5,-127.9],"elL":[-45.3,-86.1],"haL":[-45.5,-44.3],"hipR":[23.8,13.3],"knR":[40.5,114.9],"ftR":[47.7,235.7],"hipL":[-26.7,1.9],"knL":[-20,124.9],"ftL":[-18.7,248.7]},{"rootY":4,"hips":[0,0],"chest":[-0.2,-95.3],"neck":[-8.7,-163.1],"head":[-13.6,-199.1],"shR":[48,-150.6],"elR":[83.4,-161.3],"haR":[89.6,-178.5],"shL":[-55.3,-126.7],"elL":[-44.2,-81.8],"haL":[-42.9,-37.2],"hipR":[23.8,13.3],"knR":[42.9,112.7],"ftR":[47.4,237.7],"hipL":[-26.6,1.9],"knL":[-20.6,125],"ftL":[-19.9,248.4]},{"rootY":4.2,"hips":[0,0],"chest":[-0.7,-95.1],"neck":[-9.7,-162.7],"head":[-15.3,-198.6],"shR":[47.2,-150.9],"elR":[82.2,-161.4],"haR":[86.7,-179],"shL":[-56,-125.8],"elL":[-43.6,-78.2],"haL":[-41.2,-31],"hipR":[23.7,13.4],"knR":[44,111.5],"ftR":[47.8,235.8],"hipL":[-26.5,1.8],"knL":[-21.5,124.8],"ftL":[-21.2,248]},{"rootY":4.8,"hips":[0,0],"chest":[-0.6,-95],"neck":[-10.4,-162.5],"head":[-16.9,-198.3],"shR":[46.6,-151.1],"elR":[81.5,-161],"haR":[83.9,-178.9],"shL":[-56.5,-125.1],"elL":[-43.2,-75.5],"haL":[-40.1,-26.3],"hipR":[23.8,13.5],"knR":[43.7,110.7],"ftR":[48.7,230.3],"hipL":[-26.6,1.7],"knL":[-22.6,124.5],"ftL":[-22.7,247.2]},{"rootY":5.6,"hips":[0,0],"chest":[-0.1,-95],"neck":[-10.8,-162.4],"head":[-18.4,-197.9],"shR":[46.2,-151.3],"elR":[81,-160.6],"haR":[81.2,-178.4],"shL":[-56.7,-124.3],"elL":[-42.9,-73.5],"haL":[-39.6,-22.9],"hipR":[23.9,13.5],"knR":[41.9,109.8],"ftR":[49.4,223],"hipL":[-26.8,1.7],"knL":[-23.8,124.2],"ftL":[-24.5,246.4]},{"rootY":6.4,"hips":[0,0],"chest":[0.6,-95],"neck":[-11.1,-162.2],"head":[-19.5,-197.5],"shR":[46,-151.4],"elR":[80.4,-159.9],"haR":[78.6,-177.5],"shL":[-56.7,-123.3],"elL":[-42.9,-71.8],"haL":[-39.6,-20.3],"hipR":[23.9,13.6],"knR":[39.6,108.9],"ftR":[48.8,216.3],"hipL":[-26.9,1.6],"knL":[-25.1,123.8],"ftL":[-26.4,245.4]},{"rootY":7.3,"hips":[0,0],"chest":[1.4,-95],"neck":[-11,-162.1],"head":[-20.3,-197.2],"shR":[46,-151.3],"elR":[79.8,-158.9],"haR":[76.3,-175.9],"shL":[-56.6,-122.4],"elL":[-43.1,-70.4],"haL":[-40.2,-18.3],"hipR":[24,13.6],"knR":[37.2,108.5],"ftR":[46.4,212],"hipL":[-27,1.6],"knL":[-26.3,123.2],"ftL":[-28.3,244.2]},{"rootY":8.2,"hips":[0,0],"chest":[2.5,-95.2],"neck":[-10.7,-162.1],"head":[-20.5,-197.1],"shR":[46.3,-151],"elR":[79.2,-157.4],"haR":[74.3,-173.6],"shL":[-56.2,-121.8],"elL":[-43.5,-69.4],"haL":[-41,-16.7],"hipR":[24,13.7],"knR":[34.9,108.8],"ftR":[43,210.3],"hipL":[-27.2,1.5],"knL":[-27.5,122.5],"ftL":[-30.2,242.8]},{"rootY":9,"hips":[0,0],"chest":[4,-95.5],"neck":[-9.8,-162.3],"head":[-20.2,-197.1],"shR":[47,-150.4],"elR":[79,-155.2],"haR":[72.5,-170.7],"shL":[-55.3,-121.5],"elL":[-43.9,-68.5],"haL":[-41.8,-15.2],"hipR":[24,13.8],"knR":[33.3,110],"ftR":[40.4,211.4],"hipL":[-27.3,1.4],"knL":[-28.7,121.9],"ftL":[-32,241.3]},{"rootY":9.7,"hips":[0,0],"chest":[5.9,-95.8],"neck":[-8.3,-162.5],"head":[-19.1,-197.3],"shR":[48.3,-149.1],"elR":[79.6,-151.8],"haR":[71.3,-167],"shL":[-53.9,-121.2],"elL":[-44,-67.6],"haL":[-42.7,-13.7],"hipR":[24.1,13.8],"knR":[33.1,112.2],"ftR":[39.7,216.2],"hipL":[-27.5,1.5],"knL":[-29.7,121.5],"ftL":[-33.8,239.7]},{"rootY":10.6,"hips":[0,0],"chest":[8.1,-96.3],"neck":[-6.4,-162.9],"head":[-17.3,-197.6],"shR":[49.8,-147.4],"elR":[80.9,-147],"haR":[70.8,-161.9],"shL":[-51.8,-121],"elL":[-44.1,-66.6],"haL":[-43.7,-12.1],"hipR":[24.1,13.7],"knR":[34,115.2],"ftR":[40.2,224.5],"hipL":[-27.6,1.6],"knL":[-30.8,121],"ftL":[-35.6,237.9]},{"rootY":11.6,"hips":[0,0],"chest":[10.5,-96.7],"neck":[-4.4,-163.4],"head":[-15.1,-198.1],"shR":[51.4,-145.3],"elR":[82.1,-140.9],"haR":[70.7,-154.5],"shL":[-49.7,-120.9],"elL":[-44.3,-65.7],"haL":[-45.2,-10.4],"hipR":[24.2,13.5],"knR":[34.3,119],"ftR":[40.4,232.9],"hipL":[-27.7,1.7],"knL":[-32.1,120.6],"ftL":[-37.6,235.8]},{"rootY":12.4,"hips":[0,0],"chest":[12.7,-97],"neck":[-2.9,-163.5],"head":[-12.8,-198.3],"shR":[52.6,-142],"elR":[82.4,-132.5],"haR":[70.4,-142.5],"shL":[-47.7,-120.3],"elL":[-45.2,-63.9],"haL":[-47.9,-7.7],"hipR":[24.6,12.9],"knR":[33,122.7],"ftR":[39,238.4],"hipL":[-27.7,2.4],"knL":[-33.7,120.6],"ftL":[-40.1,233.9]},{"rootY":12.2,"hips":[0,0],"chest":[13.9,-96.9],"neck":[-1.9,-163.4],"head":[-10.6,-198.4],"shR":[52.8,-137.7],"elR":[81.1,-121.3],"haR":[69.1,-124.2],"shL":[-46,-118.7],"elL":[-46.9,-61],"haL":[-52.5,-4.2],"hipR":[25.2,11.5],"knR":[30.3,125.2],"ftR":[35.7,240.5],"hipL":[-27.6,3.9],"knL":[-35.8,121.6],"ftL":[-43.5,232.3]},{"rootY":11.1,"hips":[0,0],"chest":[13.5,-97.1],"neck":[-0.8,-164],"head":[-8,-199.1],"shR":[52.6,-134.2],"elR":[78.6,-108.2],"haR":[67.4,-100.8],"shL":[-44.7,-118.2],"elL":[-49.4,-59.2],"haL":[-58.1,-1.8],"hipR":[25.8,9.8],"knR":[28,125.7],"ftR":[31.8,241.2],"hipL":[-27.3,5.6],"knL":[-37.7,122.9],"ftL":[-47,230.4]},{"rootY":9.6,"hips":[0,0],"chest":[11.5,-98.5],"neck":[1.3,-165.8],"head":[-4.6,-200.9],"shR":[53,-133],"elR":[75.3,-95.6],"haR":[66.3,-75.1],"shL":[-44.4,-121.2],"elL":[-52.1,-60.5],"haL":[-63.4,-2.4],"hipR":[25.8,8.7],"knR":[26.9,125],"ftR":[28.6,242.4],"hipL":[-26.9,6.7],"knL":[-39.2,124],"ftL":[-50,228]},{"rootY":8,"hips":[0,0],"chest":[8.2,-99.7],"neck":[3.4,-166.9],"head":[-0.7,-202.1],"shR":[53.8,-133.3],"elR":[71.6,-84.7],"haR":[65.8,-50.5],"shL":[-46.1,-127.3],"elL":[-55.7,-64.4],"haL":[-68.8,-5.3],"hipR":[25.7,8.1],"knR":[26,124.8],"ftR":[25.6,244],"hipL":[-26.7,7.2],"knL":[-40.7,125.4],"ftL":[-52.7,225.1]},{"rootY":6.4,"hips":[0,0],"chest":[5.1,-99.9],"neck":[4.3,-166.2],"head":[3,-201.8],"shR":[53.5,-132.6],"elR":[67.6,-74.9],"haR":[65.6,-28.6],"shL":[-48.5,-133.3],"elL":[-60.8,-68.2],"haL":[-75.8,-8.6],"hipR":[26,7.6],"knR":[24.4,125.1],"ftR":[22.1,245.5],"hipL":[-26.6,7.8],"knL":[-43.4,127.5],"ftL":[-55.9,221.5]},{"rootY":5.3,"hips":[0,0],"chest":[2.3,-99.8],"neck":[3.9,-164.9],"head":[6.3,-200.6],"shR":[51.8,-129.9],"elR":[63.8,-65.3],"haR":[64.9,-10.6],"shL":[-50.5,-136.2],"elL":[-67,-70.7],"haL":[-85,-11.8],"hipR":[26.6,6.7],"knR":[22.4,125.4],"ftR":[18.1,246.4],"hipL":[-26.4,8.7],"knL":[-47.3,129.5],"ftL":[-59,216.7]},{"rootY":4.8,"hips":[0,0],"chest":[-0.3,-99.6],"neck":[3,-163.8],"head":[9.5,-199.2],"shR":[49.6,-126.3],"elR":[60.6,-57.1],"haR":[63.1,2.9],"shL":[-52.3,-137.1],"elL":[-73.4,-73.4],"haL":[-95.3,-16.5],"hipR":[27.1,5.7],"knR":[20.6,125.5],"ftR":[14.4,247],"hipL":[-26.2,9.6],"knL":[-51.5,130.2],"ftL":[-60.9,211.4]},{"rootY":4.3,"hips":[0,0],"chest":[-2,-99.5],"neck":[2.9,-162.8],"head":[13.3,-197.6],"shR":[48.2,-122.8],"elR":[58.1,-50.8],"haR":[60.6,12],"shL":[-53.3,-138.4],"elL":[-79.1,-77.5],"haL":[-105,-23.4],"hipR":[27.3,5.1],"knR":[19.3,125.9],"ftR":[11.8,247.8],"hipL":[-26,10.2],"knL":[-54.6,129.6],"ftL":[-60.5,208.2]},{"rootY":3.2,"hips":[0,0],"chest":[-2.4,-99.2],"neck":[4.6,-161.9],"head":[17.9,-195.6],"shR":[48.8,-119.6],"elR":[56.8,-46.2],"haR":[58.2,17.9],"shL":[-52.5,-140.8],"elL":[-83.2,-83.3],"haL":[-113.3,-32.4],"hipR":[27.4,5.1],"knR":[18.9,126.4],"ftR":[10.8,248.9],"hipL":[-26,10.3],"knL":[-55.7,128.6],"ftL":[-58.2,209.4]},{"rootY":1.6,"hips":[0,0],"chest":[-1.3,-98.9],"neck":[8,-160.8],"head":[23.2,-193.6],"shR":[51.2,-117],"elR":[56.9,-42.9],"haR":[56.2,21.4],"shL":[-49.7,-143.3],"elL":[-85.8,-90],"haL":[-120.2,-43.1],"hipR":[27.3,5.5],"knR":[19.2,127.1],"ftR":[11.1,250.4],"hipL":[-26.1,9.9],"knL":[-55.3,127.7],"ftL":[-55.6,214.6]},{"rootY":0.1,"hips":[0,0],"chest":[0.7,-98.7],"neck":[11.9,-159.9],"head":[27.8,-192],"shR":[54.2,-114.9],"elR":[57.7,-40.6],"haR":[54.1,23.1],"shL":[-46.2,-144.9],"elL":[-87.5,-97.2],"haL":[-125.8,-55.3],"hipR":[27.2,6.2],"knR":[19.7,128],"ftR":[11.9,252],"hipL":[-26.3,9.3],"knL":[-54.2,126.6],"ftL":[-54.3,222.1]},{"rootY":-1.1,"hips":[0,0],"chest":[2.7,-98.3],"neck":[14.9,-158.9],"head":[31,-190.5],"shR":[56.5,-113.2],"elR":[58.3,-38.8],"haR":[51.2,23.8],"shL":[-43.4,-145.8],"elL":[-88.8,-104.4],"haL":[-130.1,-68.1],"hipR":[27.1,6.8],"knR":[19.9,128.9],"ftR":[12.6,253.4],"hipL":[-26.5,8.8],"knL":[-53.4,125.3],"ftL":[-54.6,230.3]},{"rootY":-1.8,"hips":[0,0],"chest":[4,-98],"neck":[16.4,-158],"head":[32.8,-189.1],"shR":[57.5,-112],"elR":[57.9,-37.5],"haR":[47.5,23.7],"shL":[-41.9,-146.5],"elL":[-90.1,-111.2],"haL":[-133.1,-80.1],"hipR":[27,7],"knR":[20,129.5],"ftR":[12.8,254.1],"hipL":[-26.6,8.6],"knL":[-53.3,124.2],"ftL":[-56.1,238]},{"rootY":-1.9,"hips":[0,0],"chest":[4.1,-98],"neck":[16.6,-157.4],"head":[33.6,-187.8],"shR":[57.3,-111.5],"elR":[56.3,-37.1],"haR":[43.2,22.8],"shL":[-41.7,-147.4],"elL":[-91.6,-117.1],"haL":[-135.3,-90.4],"hipR":[27.1,6.7],"knR":[20,129.4],"ftR":[12.7,254.2],"hipL":[-26.4,8.9],"knL":[-53.5,123.3],"ftL":[-58.2,244]},{"rootY":-1.4,"hips":[0,0],"chest":[3.2,-98.1],"neck":[15.7,-157.1],"head":[33.7,-186.5],"shR":[56.2,-111.4],"elR":[53.7,-37.2],"haR":[38.6,21.3],"shL":[-42.5,-148.3],"elL":[-93.4,-121.9],"haL":[-136.9,-98.3],"hipR":[27.3,6.1],"knR":[19.8,128.9],"ftR":[12.3,253.8],"hipL":[-26.2,9.5],"knL":[-53.1,122.7],"ftL":[-60.6,247.1]},{"rootY":-0.7,"hips":[0,0],"chest":[1.7,-98.1],"neck":[14,-156.7],"head":[33.1,-185],"shR":[54.5,-110.8],"elR":[50.7,-37.1],"haR":[34.3,19.9],"shL":[-44,-148.8],"elL":[-95.4,-125.1],"haL":[-138,-103.5],"hipR":[27.4,5.3],"knR":[19.6,128.2],"ftR":[11.8,253.2],"hipL":[-25.8,10.2],"knL":[-51.7,122.5],"ftL":[-63.2,247.1]},{"rootY":0.1,"hips":[0,0],"chest":[-0.1,-97.9],"neck":[12.1,-156.2],"head":[32.1,-183.6],"shR":[52.6,-110],"elR":[47.9,-36.7],"haR":[30.6,18.9],"shL":[-45.6,-149.1],"elL":[-96.9,-126.5],"haL":[-138.5,-105.5],"hipR":[27.5,4.5],"knR":[19.5,127.5],"ftR":[11.4,252.5],"hipL":[-25.5,10.9],"knL":[-49.8,122.4],"ftL":[-64.8,244.5]},{"rootY":0.7,"hips":[0,0],"chest":[-1.8,-97.8],"neck":[10.2,-155.8],"head":[30.8,-182.6],"shR":[51,-109.6],"elR":[45.6,-36.2],"haR":[27.5,18.3],"shL":[-47.2,-148.9],"elL":[-97.6,-125.9],"haL":[-138.2,-104.4],"hipR":[27.6,4],"knR":[19.6,126.9],"ftR":[11.4,252],"hipL":[-25.3,11.4],"knL":[-47.7,121.9],"ftL":[-63.5,241.1]},{"rootY":1.1,"hips":[0,0],"chest":[-3.3,-97.8],"neck":[8.4,-155.6],"head":[29.1,-182.1],"shR":[49.7,-109.7],"elR":[43.9,-35.8],"haR":[25.3,18.3],"shL":[-48.9,-148.1],"elL":[-97.6,-123.3],"haL":[-137,-100.4],"hipR":[27.7,3.6],"knR":[19.8,126.5],"ftR":[11.6,251.5],"hipL":[-25.2,11.8],"knL":[-45.1,121.1],"ftL":[-59.4,238.3]},{"rootY":1.8,"hips":[0,0],"chest":[-4.8,-97.7],"neck":[6.3,-155.5],"head":[26.9,-182.1],"shR":[48.4,-110.2],"elR":[42.7,-35.7],"haR":[24.5,19],"shL":[-50.8,-146.7],"elL":[-97.1,-118.8],"haL":[-134.8,-93.4],"hipR":[27.7,3.3],"knR":[20.2,126.2],"ftR":[12.1,250.8],"hipL":[-25.1,12.1],"knL":[-42.5,120.6],"ftL":[-54.2,236.7]},{"rootY":2.8,"hips":[0,0],"chest":[-6.5,-97.5],"neck":[3.9,-155.7],"head":[24,-182.8],"shR":[46.9,-111.2],"elR":[42,-36.1],"haR":[25,20],"shL":[-52.9,-145.1],"elL":[-96.5,-112.9],"haL":[-131.9,-83.9],"hipR":[27.8,2.8],"knR":[20.7,125.6],"ftR":[12.6,249.7],"hipL":[-24.9,12.5],"knL":[-40.1,120.9],"ftL":[-49.1,237]},{"rootY":4.3,"hips":[0,0],"chest":[-8.5,-97.6],"neck":[1.2,-156.2],"head":[20.5,-184.1],"shR":[45.4,-112.8],"elR":[41.8,-37.2],"haR":[26.8,21],"shL":[-55.4,-143.2],"elL":[-95.5,-105.9],"haL":[-128,-72.5],"hipR":[27.8,2.2],"knR":[21.2,124.9],"ftR":[13.2,248.1],"hipL":[-24.7,13.1],"knL":[-36.7,122.6],"ftL":[-43,239.3]},{"rootY":5.5,"hips":[0,0],"chest":[-10.7,-97.6],"neck":[-1.6,-156.7],"head":[17,-185.5],"shR":[43.7,-113.9],"elR":[42.7,-37.8],"haR":[31.1,22.8],"shL":[-57.8,-140.1],"elL":[-93.6,-97],"haL":[-122.5,-58.9],"hipR":[27.8,2.1],"knR":[22.1,124.6],"ftR":[14.5,246.7],"hipL":[-24.7,13.1],"knL":[-31.2,125.7],"ftL":[-35.5,242.7]},{"rootY":6,"hips":[0,0],"chest":[-12,-97.1],"neck":[-3.8,-156.6],"head":[13.9,-186.3],"shR":[41.9,-113.3],"elR":[45.4,-36.9],"haR":[39.1,25.6],"shL":[-59.3,-135.2],"elL":[-90.1,-85.9],"haL":[-114.6,-42.6],"hipR":[27.5,3.6],"knR":[23.5,125.3],"ftR":[17.2,246.1],"hipL":[-25.2,11.8],"knL":[-26,128.9],"ftL":[-28,245.7]},{"rootY":5.8,"hips":[0,0],"chest":[-11.7,-96.3],"neck":[-5.1,-156.5],"head":[11.3,-187],"shR":[41.1,-113.1],"elR":[50,-36.9],"haR":[50.1,26.9],"shL":[-59.2,-130.7],"elL":[-85,-74.6],"haL":[-104.2,-25.5],"hipR":[27.1,6.1],"knR":[25.4,126.6],"ftR":[20.8,245.2],"hipL":[-26.1,9.6],"knL":[-24.2,129.9],"ftL":[-22.9,247]},{"rootY":4.6,"hips":[0,0],"chest":[-9.7,-96.4],"neck":[-4.9,-157.1],"head":[9.6,-188.2],"shR":[43,-115.9],"elR":[56.9,-40],"haR":[63.4,24.4],"shL":[-57.6,-128.1],"elL":[-77.9,-65.1],"haL":[-92,-10.3],"hipR":[26.8,7.7],"knR":[28.3,128.5],"ftR":[25.1,243.1],"hipL":[-26.7,7.9],"knL":[-23.4,129.2],"ftL":[-19.6,247.9]},{"rootY":2.8,"hips":[0,0],"chest":[-7.6,-97.3],"neck":[-3.6,-158],"head":[8,-189.6],"shR":[46.6,-121.8],"elR":[66.3,-46.6],"haR":[79,17.6],"shL":[-55.4,-127],"elL":[-70.2,-58.6],"haL":[-80.4,1.2],"hipR":[26.7,8],"knR":[31.8,130.3],"ftR":[29.6,238.4],"hipL":[-26.8,7.6],"knL":[-21.7,129],"ftL":[-16.2,249.5]},{"rootY":1.5,"hips":[0,0],"chest":[-6.2,-98],"neck":[-1.9,-158.8],"head":[6.1,-190.4],"shR":[49.7,-127.3],"elR":[77.8,-54.5],"haR":[98.3,7.6],"shL":[-53.3,-126.9],"elL":[-63,-54.8],"haL":[-71.2,8.7],"hipR":[26.5,8.2],"knR":[35.3,131],"ftR":[34.8,230.5],"hipL":[-26.8,7.5],"knL":[-19.5,128.9],"ftL":[-12,251]},{"rootY":1.3,"hips":[0,0],"chest":[-5,-98],"neck":[-0.3,-159],"head":[3.9,-190.2],"shR":[51.5,-129.6],"elR":[90.5,-61.8],"haR":[120.1,-4.8],"shL":[-51.1,-126.5],"elL":[-57.2,-52.3],"haL":[-65.1,13.5],"hipR":[25.8,9.3],"knR":[38.9,130.5],"ftR":[40.5,221.1],"hipL":[-26.8,6.3],"knL":[-17.6,128.3],"ftL":[-8,251.4]},{"rootY":1.9,"hips":[0,0],"chest":[-3.7,-97.6],"neck":[0.5,-159],"head":[1.2,-189.7],"shR":[52.3,-130.2],"elR":[102.2,-69.8],"haR":[140.6,-20.5],"shL":[-49.4,-125.3],"elL":[-54.1,-50],"haL":[-62.6,16.9],"hipR":[25,10.8],"knR":[41.6,129],"ftR":[44.7,212.8],"hipL":[-26.8,4.7],"knL":[-16.4,127.2],"ftL":[-5.2,250.8]},{"rootY":2.4,"hips":[0,0],"chest":[-2.5,-97.6],"neck":[0.1,-159.1],"head":[-1.7,-189.5],"shR":[52.4,-131.8],"elR":[111.4,-79.8],"haR":[157.2,-39.2],"shL":[-48.6,-123.4],"elL":[-54.1,-47.6],"haL":[-63.3,19.7],"hipR":[24.6,11.7],"knR":[42.7,126.5],"ftR":[46.5,207.7],"hipL":[-26.9,3.8],"knL":[-15.6,126.4],"ftL":[-3.5,250.4]},{"rootY":2.1,"hips":[0,0],"chest":[-2.2,-97.7],"neck":[-1.5,-159.3],"head":[-5,-189.5],"shR":[51.7,-134.5],"elR":[117.8,-91.6],"haR":[169.7,-59.7],"shL":[-49.2,-121.1],"elL":[-57,-45.2],"haL":[-66.5,22],"hipR":[24.8,11.7],"knR":[42,123.6],"ftR":[46.2,207.5],"hipL":[-27.1,3.8],"knL":[-15.2,126.4],"ftL":[-2.9,250.7]},{"rootY":1.4,"hips":[0,0],"chest":[-2.9,-97.8],"neck":[-4.1,-159.5],"head":[-8.6,-189.5],"shR":[50.2,-137],"elR":[121.8,-103.8],"haR":[178.4,-80.9],"shL":[-51,-119.4],"elL":[-61.7,-43.6],"haL":[-71.2,23.2],"hipR":[25.1,11.3],"knR":[40.1,121],"ftR":[45.1,211.9],"hipL":[-27.2,4.2],"knL":[-15.4,126.8],"ftL":[-3.5,251.5]},{"rootY":0.7,"hips":[0,0],"chest":[-3.9,-97.8],"neck":[-6.8,-159.6],"head":[-12.3,-189.5],"shR":[48.4,-139.2],"elR":[123.9,-115.8],"haR":[183.5,-102],"shL":[-53.2,-119],"elL":[-66.6,-43.4],"haL":[-76.7,22.9],"hipR":[25.3,11],"knR":[37.8,118.7],"ftR":[44.4,218.9],"hipL":[-27.3,4.5],"knL":[-16,127.2],"ftL":[-4.7,252]},{"rootY":0.3,"hips":[0,0],"chest":[-4.8,-97.9],"neck":[-8.9,-159.8],"head":[-15.5,-189.5],"shR":[46.8,-141.4],"elR":[124.5,-127.1],"haR":[185.1,-122.2],"shL":[-55.2,-119.1],"elL":[-71.1,-44],"haL":[-82.8,21.7],"hipR":[25.6,10.7],"knR":[36.3,116.5],"ftR":[44.3,226.6],"hipL":[-27.3,4.8],"knL":[-16.8,127.6],"ftL":[-5.9,252.4]},{"rootY":0.2,"hips":[0,0],"chest":[-5.3,-98],"neck":[-10.4,-159.9],"head":[-18.2,-189.4],"shR":[45.7,-143.3],"elR":[124.4,-136.8],"haR":[183.9,-140.1],"shL":[-56.3,-118.9],"elL":[-75,-44.7],"haL":[-89.3,20.3],"hipR":[25.7,10.5],"knR":[35.9,114.9],"ftR":[44.5,233.6],"hipL":[-27.4,5.1],"knL":[-17.6,127.9],"ftL":[-7,252.6]},{"rootY":0.4,"hips":[0,0],"chest":[-5.1,-98],"neck":[-11.2,-160.1],"head":[-20.4,-189.2],"shR":[45.2,-144.6],"elR":[124.1,-144.3],"haR":[181,-155.1],"shL":[-56.8,-118.8],"elL":[-77.9,-45.6],"haL":[-94.9,18.6],"hipR":[25.8,10.4],"knR":[36.4,114.4],"ftR":[44.6,238.3],"hipL":[-27.4,5.2],"knL":[-18.5,127.9],"ftL":[-8.2,252.3]},{"rootY":0.9,"hips":[0,0],"chest":[-4.3,-98.1],"neck":[-11.3,-160.2],"head":[-21.8,-189],"shR":[45.4,-145.2],"elR":[124.1,-149.9],"haR":[177.1,-167.2],"shL":[-56.9,-119.2],"elL":[-79.9,-46.9],"haL":[-99,16.7],"hipR":[25.8,10.5],"knR":[36.9,114.3],"ftR":[44.1,239.2],"hipL":[-27.4,5],"knL":[-19.3,127.8],"ftL":[-9.2,251.8]},{"rootY":1.6,"hips":[0,0],"chest":[-3.2,-98.2],"neck":[-10.7,-160.4],"head":[-22.5,-188.9],"shR":[46.2,-145.5],"elR":[124.5,-153.4],"haR":[172.6,-176],"shL":[-56.5,-119.8],"elL":[-81,-48.1],"haL":[-101.7,14.9],"hipR":[25.8,10.6],"knR":[36.9,114.4],"ftR":[43,236.3],"hipL":[-27.5,4.9],"knL":[-19.8,127.5],"ftL":[-10.1,251]},{"rootY":2.3,"hips":[0,0],"chest":[-1.7,-98.3],"neck":[-9.7,-160.6],"head":[-22.7,-189.1],"shR":[47.3,-145.5],"elR":[125.5,-154.4],"haR":[167.7,-181.1],"shL":[-55.8,-120.4],"elL":[-81.4,-49.1],"haL":[-103.1,13.5],"hipR":[25.7,10.9],"knR":[35.8,114.5],"ftR":[41.4,231.6],"hipL":[-27.5,4.7],"knL":[-20.1,126.8],"ftL":[-11,250.1]},{"rootY":2.9,"hips":[0,0],"chest":[0,-98.3],"neck":[-8.4,-161],"head":[-22.4,-189.4],"shR":[48.7,-145.3],"elR":[126.9,-152.7],"haR":[162.8,-182.4],"shL":[-54.6,-120.9],"elL":[-81.1,-49.9],"haL":[-103.2,12.4],"hipR":[25.6,11.2],"knR":[34.1,114.3],"ftR":[39.1,227],"hipL":[-27.6,4.3],"knL":[-20.5,126],"ftL":[-12.2,248.8]},{"rootY":3.6,"hips":[0,0],"chest":[1.8,-98.4],"neck":[-6.9,-161.3],"head":[-21.8,-189.9],"shR":[50.3,-144.6],"elR":[128.5,-148.7],"haR":[158.6,-180],"shL":[-53.3,-121.4],"elL":[-80.2,-50.4],"haL":[-102.4,11.6],"hipR":[25.4,11.5],"knR":[31.3,114.6],"ftR":[35.1,223.5],"hipL":[-27.6,3.9],"knL":[-21.2,125.1],"ftL":[-13.6,247.4]},{"rootY":4.3,"hips":[0,0],"chest":[3.6,-98.5],"neck":[-5,-161.7],"head":[-20.5,-190.5],"shR":[52,-143.3],"elR":[130,-143],"haR":[155.7,-174],"shL":[-51.6,-121.9],"elL":[-78.9,-50.8],"haL":[-101,11],"hipR":[25.3,11.8],"knR":[27.9,115.5],"ftR":[29.7,222.5],"hipL":[-27.6,3.6],"knL":[-22,124.2],"ftL":[-15,245.7]},{"rootY":5.2,"hips":[0,0],"chest":[5.7,-98.5],"neck":[-2.3,-162.2],"head":[-18.2,-191.4],"shR":[54.2,-141.6],"elR":[131.3,-135.7],"haR":[154.6,-164.5],"shL":[-49.4,-123],"elL":[-76.8,-51.7],"haL":[-98.9,10.2],"hipR":[25.1,12],"knR":[25.7,117.4],"ftR":[25.5,225.8],"hipL":[-27.5,3.4],"knL":[-23.3,123.7],"ftL":[-16.3,243.7]},{"rootY":6.9,"hips":[0,0],"chest":[8.4,-98.5],"neck":[1.1,-162.9],"head":[-14.9,-192.8],"shR":[56.8,-139.5],"elR":[132,-127.4],"haR":[154.8,-152.7],"shL":[-46.8,-125],"elL":[-74.4,-53.7],"haL":[-97,8.5],"hipR":[24.9,12.2],"knR":[25.1,120.7],"ftR":[24.1,233],"hipL":[-27.2,3.2],"knL":[-25.8,123.6],"ftL":[-17.5,241.1]},{"rootY":9.5,"hips":[0,0],"chest":[11.2,-98.7],"neck":[4.9,-163.6],"head":[-10.8,-194.6],"shR":[59.1,-136.3],"elR":[131.7,-118.6],"haR":[155.6,-139.6],"shL":[-43.7,-126.7],"elL":[-72.9,-56],"haL":[-97.4,6],"hipR":[24.7,11.9],"knR":[24.7,124.2],"ftR":[23.7,239.9],"hipL":[-26.7,3.5],"knL":[-29.8,124],"ftL":[-19.1,237.8]},{"rootY":11.8,"hips":[0,0],"chest":[13.3,-98.5],"neck":[9,-163.8],"head":[-5.6,-196.2],"shR":[60.1,-131.1],"elR":[129.2,-109.1],"haR":[156.1,-123.4],"shL":[-40.1,-126.7],"elL":[-73.1,-57.6],"haL":[-101.6,3.1],"hipR":[25.2,10.2],"knR":[23.3,126.3],"ftR":[22.1,243.1],"hipL":[-26.1,5.3],"knL":[-33.7,125.3],"ftL":[-21.5,234.7]},{"rootY":12.3,"hips":[0,0],"chest":[14.5,-97.8],"neck":[13.4,-163.2],"head":[1,-197],"shR":[60.4,-125.6],"elR":[123.7,-98.8],"haR":[154.4,-102.5],"shL":[-36.8,-127.3],"elL":[-74.8,-60.5],"haL":[-108.2,-1.7],"hipR":[26.2,7.6],"knR":[21.4,126.3],"ftR":[19.5,243.3],"hipL":[-25.7,8],"knL":[-37.3,127.4],"ftL":[-24.4,231.4]},{"rootY":10.5,"hips":[0,0],"chest":[15.4,-97.4],"neck":[18.1,-162.8],"head":[9.3,-197.9],"shR":[60.9,-121.9],"elR":[115.7,-88.8],"haR":[147.8,-79.7],"shL":[-34.4,-131.2],"elL":[-77.3,-67.4],"haL":[-115.8,-10.9],"hipR":[26.8,6.4],"knR":[20.8,125.9],"ftR":[18.2,244.2],"hipL":[-25.7,9.2],"knL":[-42,129],"ftL":[-27.7,226.7]},{"rootY":7.6,"hips":[0,0],"chest":[16.2,-97.6],"neck":[21.3,-163],"head":[17.6,-199],"shR":[61.4,-120.7],"elR":[106.2,-80.7],"haR":[135.2,-59],"shL":[-33.3,-137.6],"elL":[-82.1,-78.1],"haL":[-126.3,-25.5],"hipR":[26.8,6.9],"knR":[21,126.8],"ftR":[17.8,246.8],"hipL":[-26,8.7],"knL":[-48.6,129.2],"ftL":[-32.8,220.3]},{"rootY":5.1,"hips":[0,0],"chest":[15.9,-97.9],"neck":[21.5,-163.5],"head":[24.1,-199.5],"shR":[60.5,-121.2],"elR":[96,-75.1],"haR":[117.1,-43.7],"shL":[-34.1,-142.4],"elL":[-90.5,-90],"haL":[-141.2,-43.9],"hipR":[26.4,7.5],"knR":[20.5,128],"ftR":[16.4,249.3],"hipL":[-26,8.1],"knL":[-56.7,127.4],"ftL":[-40.3,213.5]},{"rootY":3.6,"hips":[0,0],"chest":[14.4,-98],"neck":[19.8,-163.6],"head":[29,-198.3],"shR":[58.4,-121.7],"elR":[85.7,-72],"haR":[96.5,-34.9],"shL":[-36.2,-143.8],"elL":[-100.1,-101.4],"haL":[-156.9,-64.1],"hipR":[26.2,7.5],"knR":[19.5,128.5],"ftR":[14,250.7],"hipL":[-25.9,8.1],"knL":[-64.8,124],"ftL":[-48.5,208.3]},{"rootY":2.9,"hips":[0,0],"chest":[13,-98],"neck":[19,-163.2],"head":[33.4,-195.8],"shR":[57,-121.5],"elR":[75.2,-71],"haR":[76.6,-32.2],"shL":[-37.5,-144.7],"elL":[-106.8,-113],"haL":[-167.9,-85],"hipR":[26.3,7.3],"knR":[18.6,128.7],"ftR":[12,251.3],"hipL":[-25.9,8.3],"knL":[-71,120.2],"ftL":[-55.7,206.6]},{"rootY":2.6,"hips":[0,0],"chest":[12.5,-97.8],"neck":[20.5,-162.5],"head":[37.7,-193.5],"shR":[57.2,-120.1],"elR":[65.3,-71.1],"haR":[59,-34.2],"shL":[-36.7,-147.6],"elL":[-108.8,-125.7],"haL":[-172.3,-106.4],"hipR":[26.5,7.3],"knR":[18.1,129],"ftR":[11,251.9],"hipL":[-26,8.4],"knL":[-74.1,116.9],"ftL":[-62.1,209.3]},{"rootY":2.2,"hips":[0,0],"chest":[13.4,-97.5],"neck":[23.7,-161.6],"head":[41.4,-192.1],"shR":[58.5,-117.2],"elR":[58.1,-70.9],"haR":[44.3,-38.6],"shL":[-33.9,-150.8],"elL":[-106.9,-138.3],"haL":[-171.1,-127.2],"hipR":[26.6,7.3],"knR":[17.7,129.3],"ftR":[10.7,252.5],"hipL":[-26.2,8.4],"knL":[-73.9,114.8],"ftL":[-68.3,215.4]},{"rootY":1.6,"hips":[0,0],"chest":[14.9,-97.1],"neck":[27.2,-160.6],"head":[44.3,-191.5],"shR":[60.1,-114.2],"elR":[54.4,-70.2],"haR":[34,-43.6],"shL":[-30.7,-152.7],"elL":[-103,-148.7],"haL":[-165.9,-145.1],"hipR":[26.6,7.5],"knR":[17.8,129.7],"ftR":[10.9,253.1],"hipL":[-26.3,8.2],"knL":[-70.9,114.1],"ftL":[-74,223.6]},{"rootY":0.7,"hips":[0,0],"chest":[16.3,-96.9],"neck":[29.7,-160],"head":[46.3,-191.2],"shR":[61.9,-112.6],"elR":[53.6,-69.8],"haR":[28.4,-48.8],"shL":[-28.3,-153.7],"elL":[-98.3,-156.4],"haL":[-157.9,-158.3],"hipR":[26.6,7.8],"knR":[18.4,130.2],"ftR":[11.7,254],"hipL":[-26.5,7.8],"knL":[-66.7,114.4],"ftL":[-78.4,231.7]},{"rootY":0,"hips":[0,0],"chest":[16.8,-96.9],"neck":[31,-159.8],"head":[47.4,-191.2],"shR":[63.9,-112.5],"elR":[54.4,-70.4],"haR":[27,-54.3],"shL":[-27,-154.8],"elL":[-93.4,-161.6],"haL":[-148.8,-166.9],"hipR":[26.6,8.1],"knR":[19.3,130.6],"ftR":[12.6,254.7],"hipL":[-26.7,7.5],"knL":[-62.8,115],"ftL":[-81.1,237.2]},{"rootY":-0.4,"hips":[0,0],"chest":[16.3,-97],"neck":[31.3,-159.8],"head":[47.6,-191.4],"shR":[65.5,-113.2],"elR":[56.2,-71.8],"haR":[29.1,-59.4],"shL":[-26.7,-155.8],"elL":[-88.6,-164.4],"haL":[-139.3,-171.2],"hipR":[26.6,8.1],"knR":[20,130.6],"ftR":[13.4,255.1],"hipL":[-26.7,7.5],"knL":[-59.5,115.8],"ftL":[-82,239.1]},{"rootY":-0.4,"hips":[0,0],"chest":[15.3,-97.1],"neck":[30.8,-160],"head":[47.2,-191.6],"shR":[66.6,-114.2],"elR":[59.2,-73.7],"haR":[34,-63.1],"shL":[-27.3,-156],"elL":[-83.7,-164.8],"haL":[-129.3,-171.7],"hipR":[26.8,7.8],"knR":[20.6,130.4],"ftR":[14.2,255.2],"hipL":[-26.7,7.8],"knL":[-56.3,116.6],"ftL":[-80.8,238.2]},{"rootY":-0.3,"hips":[0,0],"chest":[13.9,-97.2],"neck":[29.8,-160.2],"head":[46.4,-191.6],"shR":[67.6,-115.5],"elR":[63.6,-75.6],"haR":[41.2,-64.3],"shL":[-28.3,-155.6],"elL":[-78.3,-162.9],"haL":[-118.1,-168.7],"hipR":[26.9,7.5],"knR":[21.3,130.2],"ftR":[15.4,255.2],"hipL":[-26.7,8.2],"knL":[-53,116.8],"ftL":[-77.2,235.9]},{"rootY":-0.2,"hips":[0,0],"chest":[12.3,-97.2],"neck":[28.7,-160.2],"head":[45.4,-191.6],"shR":[68.4,-116.7],"elR":[69,-76.3],"haR":[50.9,-63.3],"shL":[-29.3,-154.9],"elL":[-72.4,-159.2],"haL":[-105.9,-162.4],"hipR":[27,7.2],"knR":[21.9,130.1],"ftR":[16.9,255.2],"hipL":[-26.6,8.5],"knL":[-49.6,116.1],"ftL":[-71.7,233.6]},{"rootY":0,"hips":[0,0],"chest":[10.4,-97.2],"neck":[27.5,-160.2],"head":[44.1,-191.7],"shR":[68.9,-117.4],"elR":[75.2,-75.8],"haR":[62.9,-60.5],"shL":[-30.2,-154],"elL":[-66.5,-154.2],"haL":[-93.5,-153.8],"hipR":[27.1,6.8],"knR":[22.7,129.9],"ftR":[18.5,255],"hipL":[-26.5,8.8],"knL":[-46.1,115.1],"ftL":[-65.4,232.1]},{"rootY":0.3,"hips":[0,0],"chest":[8,-97.1],"neck":[25.9,-160.1],"head":[42.3,-191.7],"shR":[68.9,-118],"elR":[81.9,-74.6],"haR":[77,-56.2],"shL":[-31.2,-152.7],"elL":[-60.5,-148.4],"haL":[-81.2,-143.9],"hipR":[27.1,6.3],"knR":[23.7,129.5],"ftR":[20.2,254.7],"hipL":[-26.2,9.3],"knL":[-42,114.6],"ftL":[-59.1,231.9]},{"rootY":0.7,"hips":[0,0],"chest":[5.1,-97.1],"neck":[23.8,-160.1],"head":[40.1,-191.9],"shR":[68.2,-118.9],"elR":[88.9,-73.4],"haR":[92.5,-51.2],"shL":[-32.2,-151.2],"elL":[-54.3,-142.1],"haL":[-69,-133.5],"hipR":[26.9,5.8],"knR":[24.8,129],"ftR":[22,254.3],"hipL":[-25.7,9.8],"knL":[-37.5,115.1],"ftL":[-53.1,232.7]},{"rootY":1.3,"hips":[0,0],"chest":[1.7,-97],"neck":[21,-160.3],"head":[37.3,-192.2],"shR":[66.4,-120],"elR":[95.6,-72.5],"haR":[108.7,-46.4],"shL":[-33.4,-149.7],"elL":[-48,-135.7],"haL":[-57.3,-123],"hipR":[26.7,5.2],"knR":[25.8,128.4],"ftR":[23.9,253.6],"hipL":[-25.1,10.4],"knL":[-32.5,116.6],"ftL":[-47.7,234.4]},{"rootY":2.2,"hips":[0,0],"chest":[-2.4,-96.9],"neck":[17.5,-160.6],"head":[33.5,-192.7],"shR":[63.3,-121.1],"elR":[101.4,-72.1],"haR":[124.7,-42.6],"shL":[-34.8,-148.3],"elL":[-42,-129.7],"haL":[-46.2,-113.1],"hipR":[26.3,4.4],"knR":[26.6,127.6],"ftR":[25.4,252.7],"hipL":[-24.2,11.1],"knL":[-27.6,119.4],"ftL":[-42.6,237.5]},{"rootY":3.6,"hips":[0,0],"chest":[-7.2,-96.6],"neck":[12.9,-160.8],"head":[28.6,-193.2],"shR":[58.7,-122.3],"elR":[105.9,-72.3],"haR":[139.3,-40.2],"shL":[-36.6,-146.7],"elL":[-36.4,-123.9],"haL":[-35.6,-103.7],"hipR":[25.6,3.5],"knR":[27.1,126.5],"ftR":[26.7,251.4],"hipL":[-23,11.9],"knL":[-23.5,123.1],"ftL":[-37.8,242.1]},{"rootY":4.8,"hips":[0,0],"chest":[-12.5,-96.4],"neck":[7.7,-161],"head":[22.9,-193.8],"shR":[52.7,-122.7],"elR":[108,-73.3],"haR":[151.5,-39.8],"shL":[-38.6,-143.9],"elL":[-30.8,-117.8],"haL":[-24.6,-94.7],"hipR":[24.8,2.7],"knR":[27.3,125.5],"ftR":[27.9,250.1],"hipL":[-21.9,12.6],"knL":[-19.9,126.4],"ftL":[-33.8,246.7]},{"rootY":5.4,"hips":[0,0],"chest":[-17.3,-96.3],"neck":[2.9,-161.2],"head":[17.1,-194.6],"shR":[46,-122.4],"elR":[107.7,-75],"haR":[160.3,-41.9],"shL":[-39.7,-140.3],"elL":[-24.4,-111.5],"haL":[-12.6,-86.1],"hipR":[23.9,2.6],"knR":[28,125.1],"ftR":[29.7,249.3],"hipL":[-21.1,12.8],"knL":[-15.1,127.7],"ftL":[-30.8,249.4]},{"rootY":5.5,"hips":[0,0],"chest":[-19.9,-96.5],"neck":[-0.3,-161.9],"head":[12.4,-196],"shR":[40.6,-123.4],"elR":[105.7,-78.1],"haR":[164.9,-46.6],"shL":[-38.7,-137.3],"elL":[-16.4,-106.1],"haL":[1.2,-78.6],"hipR":[22.8,3.2],"knR":[30.2,125.5],"ftR":[32.8,249],"hipL":[-20.7,12.2],"knL":[-8.9,127.3],"ftL":[-27.7,249.7]},{"rootY":5.2,"hips":[0,0],"chest":[-19.5,-97],"neck":[-1.1,-162.8],"head":[9.6,-197.6],"shR":[38.2,-126.9],"elR":[103.3,-83.4],"haR":[165.9,-53.3],"shL":[-35,-135.3],"elL":[-6.3,-102.1],"haL":[16.8,-72.5],"hipR":[21,4.3],"knR":[34,126.3],"ftR":[37,248.8],"hipL":[-19.8,11.2],"knL":[-3.6,126.9],"ftL":[-23.7,249.7]},{"rootY":4.7,"hips":[0,0],"chest":[-17.1,-97.6],"neck":[0.5,-163.3],"head":[8.7,-198.6],"shR":[38.4,-132],"elR":[101.6,-91],"haR":[164.8,-61.4],"shL":[-28.9,-133.1],"elL":[5.4,-98.5],"haL":[33.5,-67.7],"hipR":[18.1,5.5],"knR":[37.9,126.6],"ftR":[41.2,248.5],"hipL":[-17.8,10.1],"knL":[0.2,127.2],"ftL":[-19,250.5]},{"rootY":3.8,"hips":[0,0],"chest":[-14.4,-98],"neck":[3.2,-163.1],"head":[9,-198.8],"shR":[38.7,-136.2],"elR":[100.2,-99.5],"haR":[162.4,-71.2],"shL":[-21.7,-129.7],"elL":[18,-94.6],"haL":[50.7,-63.2],"hipR":[14.9,6.1],"knR":[40,126.2],"ftR":[44.3,248.2],"hipL":[-15.2,9.5],"knL":[2.9,128.1],"ftL":[-14.5,251.8]},{"rootY":2.5,"hips":[0,0],"chest":[-12.6,-98.1],"neck":[5.7,-162.6],"head":[9.6,-198.3],"shR":[37.5,-138],"elR":[96.9,-107.1],"haR":[158.1,-82.4],"shL":[-14.7,-125.5],"elL":[30.5,-90.2],"haL":[67.7,-58.5],"hipR":[12.3,5.9],"knR":[38.3,125.6],"ftR":[45.8,248.3],"hipL":[-13.1,9.7],"knL":[4.5,129.2],"ftL":[-11.2,253.1]},{"rootY":1,"hips":[0,0],"chest":[-12.1,-97.9],"neck":[7.2,-161.9],"head":[9.9,-197.6],"shR":[34.7,-138.3],"elR":[90.8,-113.5],"haR":[151.2,-94.2],"shL":[-8.6,-121.9],"elL":[42,-86.1],"haL":[84.1,-53.7],"hipR":[10.4,5.4],"knR":[33.2,125.4],"ftR":[46.4,248.3],"hipL":[-11.6,10.1],"knL":[3.9,130.4],"ftL":[-9.2,254.7]},{"rootY":-0.5,"hips":[0,0],"chest":[-12.1,-97.4],"neck":[8.4,-161.1],"head":[10.4,-196.8],"shR":[31.6,-138.6],"elR":[82.9,-119.3],"haR":[142.4,-106.2],"shL":[-2.8,-119.4],"elL":[53,-82.9],"haL":[100,-49.7],"hipR":[8.5,5],"knR":[28.7,125.1],"ftR":[46.3,247.5],"hipL":[-10,10.4],"knL":[1,131.8],"ftL":[-7.8,256.5]},{"rootY":-1.7,"hips":[0,0],"chest":[-11.9,-96.8],"neck":[9.8,-160.2],"head":[11.5,-195.9],"shR":[28.5,-139.2],"elR":[74.9,-125.4],"haR":[133,-118.2],"shL":[3.4,-117.6],"elL":[63.8,-80.7],"haL":[115.6,-47.3],"hipR":[6.2,4.8],"knR":[27.5,124.1],"ftR":[44.7,245.9],"hipL":[-7.8,10.6],"knL":[-3.1,133],"ftL":[-6.4,257.8]},{"rootY":-2.3,"hips":[0,0],"chest":[-11,-96.4],"neck":[11.7,-159.7],"head":[13.5,-195.3],"shR":[25.6,-139.9],"elR":[67.3,-132],"haR":[123.6,-130.3],"shL":[10,-116.2],"elL":[74.8,-79.9],"haL":[130.8,-47],"hipR":[3.9,4.7],"knR":[28.9,122.3],"ftR":[41.4,243.5],"hipL":[-5.5,10.7],"knL":[-5.9,133.5],"ftL":[-4.9,258.4]},{"rootY":-2.3,"hips":[0,0],"chest":[-9.8,-96.2],"neck":[13.8,-159.5],"head":[16,-194.9],"shR":[22.7,-140.7],"elR":[59.5,-138.4],"haR":[113.8,-141.9],"shL":[16.7,-115.5],"elL":[85.3,-80.4],"haL":[144.6,-48.4],"hipR":[2,4.9],"knR":[30.4,120.3],"ftR":[36.9,240.5],"hipL":[-3.6,10.6],"knL":[-5.8,133.5],"ftL":[-3.4,258.5]},{"rootY":-2.4,"hips":[0,0],"chest":[-8.9,-96.1],"neck":[15.6,-159.5],"head":[18.3,-194.4],"shR":[19.6,-141.6],"elR":[51.2,-143.8],"haR":[103.4,-152.3],"shL":[23,-115.3],"elL":[94.2,-81.7],"haL":[156,-50.9],"hipR":[0.3,5.1],"knR":[30.7,118.4],"ftR":[31.2,237.5],"hipL":[-1.8,10.4],"knL":[-3.7,133.4],"ftL":[-2.3,258.5]},{"rootY":-2.5,"hips":[0,0],"chest":[-8.5,-96.1],"neck":[16.8,-159.6],"head":[20.4,-194],"shR":[16.2,-142.6],"elR":[42.5,-148.2],"haR":[92.4,-161.2],"shL":[28.4,-115.6],"elL":[101,-83.5],"haL":[164.3,-54],"hipR":[-1.7,5.1],"knR":[29,116.6],"ftR":[24.5,234.9],"hipL":[0.3,10.4],"knL":[-1,133.5],"ftL":[-1.8,258.7]},{"rootY":-2.7,"hips":[0,0],"chest":[-8,-96.1],"neck":[17.5,-159.9],"head":[22,-193.7],"shR":[12.4,-143.5],"elR":[33.5,-152.1],"haR":[81.1,-168.9],"shL":[33.2,-116.2],"elL":[105.8,-85.8],"haL":[169.6,-57.7],"hipR":[-4,5],"knR":[25,115.2],"ftR":[17.4,232.9],"hipL":[2.7,10.5],"knL":[1.8,133.6],"ftL":[-1.9,258.8]},{"rootY":-2.8,"hips":[0,0],"chest":[-7.4,-96],"neck":[18,-160.2],"head":[23.6,-193.5],"shR":[8.2,-144.5],"elR":[24.1,-155.7],"haR":[69.5,-175.8],"shL":[37.7,-116.7],"elL":[109.3,-88.2],"haL":[172.4,-61.7],"hipR":[-6.3,4.9],"knR":[19.1,114.2],"ftR":[10,231.9],"hipL":[5,10.6],"knL":[4.4,133.7],"ftL":[-2.4,258.8]},{"rootY":-2.5,"hips":[0,0],"chest":[-6.6,-95.9],"neck":[18.7,-160.4],"head":[25.2,-193.4],"shR":[4.2,-145.3],"elR":[14.5,-159],"haR":[57.6,-182.5],"shL":[42.3,-117.2],"elL":[111.8,-90.5],"haL":[173.3,-65.6],"hipR":[-8.4,4.9],"knR":[12.4,113.8],"ftR":[2.3,231.7],"hipL":[7.2,10.6],"knL":[6.9,133.7],"ftL":[-2.9,258.6]},{"rootY":-2.1,"hips":[0,0],"chest":[-5.7,-96],"neck":[19.6,-160.7],"head":[27.1,-193.3],"shR":[0.3,-145.8],"elR":[4.7,-162],"haR":[45.6,-189],"shL":[46.9,-118],"elL":[113.3,-92.7],"haL":[172.4,-68.8],"hipR":[-10.5,5.1],"knR":[5.8,114],"ftR":[-5.7,232.2],"hipL":[9.3,10.4],"knL":[8.9,133.5],"ftL":[-3.6,258.2]},{"rootY":-1.5,"hips":[0,0],"chest":[-4.8,-96.4],"neck":[20.5,-161.4],"head":[28.9,-193.4],"shR":[-3.4,-146.3],"elR":[-5.5,-164.8],"haR":[33.4,-195.4],"shL":[51.2,-119.2],"elL":[113.7,-94.8],"haL":[169.8,-71.1],"hipR":[-12.6,5.6],"knR":[-0.3,114.5],"ftR":[-13.1,233.3],"hipL":[11.4,10],"knL":[10.1,133.1],"ftL":[-4.4,257.6]},{"rootY":-0.8,"hips":[0,0],"chest":[-3.9,-96.9],"neck":[21.2,-162.2],"head":[30.6,-193.7],"shR":[-7.1,-147],"elR":[-16,-167.5],"haR":[21,-201.5],"shL":[55.2,-120.8],"elL":[113.2,-96.9],"haL":[166.1,-73],"hipR":[-14.6,6.1],"knR":[-5.6,115.3],"ftR":[-18.7,235.3],"hipL":[13.5,9.5],"knL":[11.3,132.6],"ftL":[-5.4,256.8]},{"rootY":0.1,"hips":[0,0],"chest":[-3.1,-97.5],"neck":[21.8,-163],"head":[32.1,-194.2],"shR":[-11,-147.7],"elR":[-26.7,-169.9],"haR":[8.5,-207],"shL":[58.7,-122.5],"elL":[112,-98.8],"haL":[161.6,-74.6],"hipR":[-16.6,6.7],"knR":[-9.7,116.5],"ftR":[-21.7,237.9],"hipL":[15.5,9],"knL":[13.7,132.1],"ftL":[-6.2,255.7]},{"rootY":1,"hips":[0,0],"chest":[-2.3,-98.1],"neck":[22,-163.8],"head":[33.3,-194.7],"shR":[-15.2,-148.1],"elR":[-37.5,-171.7],"haR":[-4,-211.4],"shL":[61.7,-124.4],"elL":[110.1,-100.3],"haL":[156.1,-75.7],"hipR":[-18.4,7.1],"knR":[-12.9,117.8],"ftR":[-22.2,240.5],"hipL":[17.4,8.6],"knL":[17,131.7],"ftL":[-7,254.5]},{"rootY":2,"hips":[0,0],"chest":[-1.8,-98.5],"neck":[21.5,-164.5],"head":[33.6,-195.3],"shR":[-19.6,-148.3],"elR":[-48.4,-172.4],"haR":[-16.7,-214.2],"shL":[63.9,-126.5],"elL":[107.2,-101.3],"haL":[149.1,-75.9],"hipR":[-20,7.2],"knR":[-15,119.5],"ftR":[-20.6,243.1],"hipL":[19,8.4],"knL":[20.4,131.5],"ftL":[-7.9,253.3]},{"rootY":3,"hips":[0,0],"chest":[-1.3,-98.9],"neck":[20.4,-165.1],"head":[33.1,-196],"shR":[-24.2,-148.3],"elR":[-58.9,-172],"haR":[-29.2,-215.4],"shL":[65.2,-128.5],"elL":[103.3,-101.9],"haL":[141.1,-75.3],"hipR":[-21.4,7.4],"knR":[-15.3,121.5],"ftR":[-16.3,245.8],"hipL":[20.4,8.2],"knL":[23.2,131.3],"ftL":[-8.8,251.7]},{"rootY":4.2,"hips":[0,0],"chest":[-1.1,-99.1],"neck":[18.8,-165.5],"head":[31.8,-196.6],"shR":[-28.6,-148],"elR":[-68.4,-170.4],"haR":[-40.9,-215.2],"shL":[65.6,-130],"elL":[98.4,-102.1],"haL":[132.3,-74.2],"hipR":[-22.5,7.5],"knR":[-14,123.2],"ftR":[-10.7,247.9],"hipL":[21.6,8.1],"knL":[25.9,131.1],"ftL":[-9.4,249.8]},{"rootY":5.1,"hips":[0,0],"chest":[-1.3,-99.3],"neck":[16.6,-165.9],"head":[29.7,-197.1],"shR":[-33,-147.1],"elR":[-77,-167.8],"haR":[-51.7,-213.7],"shL":[64.7,-131.2],"elL":[92.9,-101.6],"haL":[122.9,-72.6],"hipR":[-23.6,7.4],"knR":[-12.7,124.1],"ftR":[-6.9,248.9],"hipL":[22.6,8.2],"knL":[28.5,131],"ftL":[-9.1,247.3]},{"rootY":5.5,"hips":[0,0],"chest":[-1.8,-99.5],"neck":[13.5,-166],"head":[26.6,-197.5],"shR":[-37.4,-146],"elR":[-84.6,-163.9],"haR":[-61.5,-210.8],"shL":[62.8,-132.2],"elL":[86.8,-100.7],"haL":[113,-70.6],"hipR":[-24.6,7.2],"knR":[-13.1,124.1],"ftR":[-7,249],"hipL":[23.5,8.4],"knL":[31.2,131],"ftL":[-7.1,244.2]},{"rootY":5.5,"hips":[0,0],"chest":[-2.4,-99.5],"neck":[10.2,-166.1],"head":[22.7,-198.1],"shR":[-41.6,-145.6],"elR":[-90.9,-159.4],"haR":[-70.2,-206.4],"shL":[60.4,-133.5],"elL":[80.3,-100.3],"haL":[102.8,-69.1],"hipR":[-25.5,7.2],"knR":[-14.9,123.7],"ftR":[-9.3,248.8],"hipL":[24.5,8.4],"knL":[34.4,130.6],"ftL":[-2.5,239.8]},{"rootY":5.4,"hips":[0,0],"chest":[-2.8,-99.4],"neck":[7.7,-166.2],"head":[18.9,-199.1],"shR":[-44.9,-145.9],"elR":[-95,-155.3],"haR":[-77.4,-200.9],"shL":[58.5,-135],"elL":[74.2,-101],"haL":[93.3,-69.1],"hipR":[-26,7.5],"knR":[-16.4,123.6],"ftR":[-10.6,248.8],"hipL":[25.4,8.1],"knL":[38.8,129.7],"ftL":[6.3,234.1]},{"rootY":5.4,"hips":[0,0],"chest":[-2.6,-99.4],"neck":[6.6,-166.4],"head":[15.7,-200.2],"shR":[-46.7,-146.7],"elR":[-96.8,-152.6],"haR":[-82.8,-195.1],"shL":[57.3,-136.2],"elL":[69.5,-102.8],"haL":[85.7,-71.5],"hipR":[-26.4,7.9],"knR":[-16.3,123.9],"ftR":[-10.2,248.9],"hipL":[26.2,7.6],"knL":[44.2,128.3],"ftL":[19.7,227.6]},{"rootY":5.6,"hips":[0,0],"chest":[-1.9,-99.3],"neck":[6.4,-166.5],"head":[13.5,-201],"shR":[-47.5,-147.6],"elR":[-96.8,-151.1],"haR":[-86.6,-189.1],"shL":[56.8,-136.8],"elL":[66.5,-105.5],"haL":[80.2,-76],"hipR":[-26.6,8.1],"knR":[-15.3,124],"ftR":[-9.5,248.7],"hipL":[26.6,7.5],"knL":[50,127],"ftL":[37.2,221.3]},{"rootY":5.9,"hips":[0,0],"chest":[-1.1,-99.2],"neck":[6.5,-166.5],"head":[12,-201.5],"shR":[-47.8,-148.3],"elR":[-95.8,-149.9],"haR":[-89.1,-182.6],"shL":[56.5,-137.4],"elL":[64.9,-108.9],"haL":[76.7,-82],"hipR":[-26.7,8.1],"knR":[-14.6,124.1],"ftR":[-8.8,248.3],"hipL":[26.8,7.5],"knL":[55.5,126.1],"ftL":[56.5,215.9]},{"rootY":6.3,"hips":[0,0],"chest":[-0.4,-99.1],"neck":[6.4,-166.5],"head":[10.9,-201.7],"shR":[-47.9,-148.3],"elR":[-94.2,-148],"haR":[-90.6,-175.4],"shL":[56.3,-138.5],"elL":[64.2,-112.8],"haL":[74.5,-88.9],"hipR":[-26.7,8.1],"knR":[-14.5,124.4],"ftR":[-7.9,248],"hipL":[26.8,7.5],"knL":[60.1,125.4],"ftL":[74.8,211.4]},{"rootY":6.3,"hips":[0,0],"chest":[0,-98.9],"neck":[6,-166.4],"head":[10.3,-201.7],"shR":[-48,-147.4],"elR":[-92.7,-144.8],"haR":[-91.1,-167.4],"shL":[56.2,-140.3],"elL":[64,-117.3],"haL":[73.1,-96.1],"hipR":[-26.7,8.1],"knR":[-14.3,124.8],"ftR":[-6.8,247.9],"hipL":[26.9,7.6],"knL":[64,124.8],"ftL":[90.3,208.1]},{"rootY":6.1,"hips":[0,0],"chest":[0,-98.7],"neck":[5.2,-166.2],"head":[9.8,-201.6],"shR":[-48.2,-146.1],"elR":[-91.5,-140.5],"haR":[-90.9,-158.4],"shL":[55.9,-142.5],"elL":[63.8,-121.8],"haL":[72.3,-102.9],"hipR":[-26.8,7.9],"knR":[-14.1,125.4],"ftR":[-6.1,248.2],"hipL":[26.8,7.8],"knL":[67.1,124.2],"ftL":[102.6,206.5]},{"rootY":5.6,"hips":[0,0],"chest":[-0.2,-98.4],"neck":[4,-166],"head":[9.1,-201.3],"shR":[-48.4,-145],"elR":[-90.2,-135.4],"haR":[-90,-148.2],"shL":[55.2,-144.8],"elL":[63.1,-126],"haL":[71.7,-109.1],"hipR":[-26.9,7.7],"knR":[-14.3,126.1],"ftR":[-5.9,248.7],"hipL":[26.8,8],"knL":[69.6,123.2],"ftL":[111.9,207.5]},{"rootY":5.1,"hips":[0,0],"chest":[-0.5,-98.2],"neck":[2.8,-165.9],"head":[8,-201.2],"shR":[-48.8,-144],"elR":[-88,-130.3],"haR":[-88.4,-137.5],"shL":[54.2,-146.8],"elL":[62.1,-130],"haL":[71.2,-114.7],"hipR":[-26.9,7.5],"knR":[-14.8,126.8],"ftR":[-6,249.2],"hipL":[26.7,8.1],"knL":[71.6,121.7],"ftL":[118.5,211]},{"rootY":4.9,"hips":[0,0],"chest":[-0.9,-98],"neck":[1.6,-165.8],"head":[6.3,-201.2],"shR":[-49.4,-143.1],"elR":[-84.9,-125.8],"haR":[-86.5,-126.9],"shL":[53.2,-148.7],"elL":[61.1,-133.8],"haL":[70.6,-120.2],"hipR":[-26.9,7.5],"knR":[-15.3,127.4],"ftR":[-6.3,249.5],"hipL":[26.7,8.1],"knL":[73.3,119.8],"ftL":[122.8,216.3]},{"rootY":4.9,"hips":[0,0],"chest":[-1.4,-97.8],"neck":[0.2,-165.7],"head":[4.1,-201.2],"shR":[-50.2,-142.2],"elR":[-81.7,-121.6],"haR":[-84.4,-116.7],"shL":[52,-150.4],"elL":[60.3,-137.5],"haL":[69.6,-125.8],"hipR":[-26.8,7.6],"knR":[-15.7,127.7],"ftR":[-7.2,249.5],"hipL":[26.7,8.1],"knL":[74.5,117.9],"ftL":[124.8,222.3]},{"rootY":5,"hips":[0,0],"chest":[-2.1,-97.6],"neck":[-1.4,-165.5],"head":[1.6,-201.2],"shR":[-51.2,-141.4],"elR":[-78.8,-117.5],"haR":[-82.2,-107],"shL":[50.7,-152],"elL":[59.4,-141.1],"haL":[68.3,-131.3],"hipR":[-26.8,7.7],"knR":[-16.2,128.1],"ftR":[-8.6,249.4],"hipL":[26.7,7.9],"knL":[74.9,116.3],"ftL":[124.3,227.8]},{"rootY":5.2,"hips":[0,0],"chest":[-2.9,-97.3],"neck":[-3.1,-165.2],"head":[-1.3,-201.1],"shR":[-52.3,-140.5],"elR":[-76.4,-113.1],"haR":[-79.7,-97.7],"shL":[49.2,-153.6],"elL":[58.5,-144.6],"haL":[66.7,-136.6],"hipR":[-26.8,7.8],"knR":[-16.9,128.6],"ftR":[-10.2,249.2],"hipL":[26.7,7.8],"knL":[73.9,115.5],"ftL":[121,231.4]},{"rootY":5.4,"hips":[0,0],"chest":[-3.6,-97.1],"neck":[-4.8,-165],"head":[-4.2,-201],"shR":[-53.3,-139.3],"elR":[-74.5,-108.6],"haR":[-76.9,-89.2],"shL":[47.6,-155.2],"elL":[57.3,-148],"haL":[65.2,-141.7],"hipR":[-26.8,7.9],"knR":[-17.7,129],"ftR":[-12.2,249],"hipL":[26.7,7.8],"knL":[71.1,115.6],"ftL":[115.1,232.2]},{"rootY":5.8,"hips":[0,0],"chest":[-3.9,-96.9],"neck":[-6.2,-164.8],"head":[-6.9,-200.9],"shR":[-54.2,-137.8],"elR":[-72.9,-104.3],"haR":[-73.9,-81.8],"shL":[46.3,-156.8],"elL":[56.2,-151.2],"haL":[63.8,-146.5],"hipR":[-26.8,7.8],"knR":[-18.6,129.3],"ftR":[-14.3,248.7],"hipL":[26.7,7.8],"knL":[66.6,116.2],"ftL":[107.1,230.7]},{"rootY":6.1,"hips":[0,0],"chest":[-3.5,-96.6],"neck":[-7,-164.5],"head":[-9,-200.6],"shR":[-54.6,-135.9],"elR":[-70.9,-100.4],"haR":[-70.6,-75.8],"shL":[45.3,-158.4],"elL":[55.5,-154.3],"haL":[63,-150.7],"hipR":[-26.9,7.5],"knR":[-19.5,129.5],"ftR":[-16.3,248.4],"hipL":[26.6,8.1],"knL":[62,116.4],"ftL":[98.2,228.4]},{"rootY":6.3,"hips":[0,0],"chest":[-2.3,-96.2],"neck":[-7.2,-164.1],"head":[-10.5,-200.1],"shR":[-54.3,-133.9],"elR":[-68.8,-96.6],"haR":[-67,-70.9],"shL":[44.8,-160.1],"elL":[55.1,-156.9],"haL":[62.4,-154.1],"hipR":[-27.1,6.9],"knR":[-20.7,129.4],"ftR":[-17.9,248.1],"hipL":[26.5,8.7],"knL":[57.6,115.9],"ftL":[89.6,227]},{"rootY":6.7,"hips":[0,0],"chest":[-0.4,-96],"neck":[-6.7,-163.7],"head":[-11.1,-199.7],"shR":[-53.5,-131.6],"elR":[-66.6,-93.1],"haR":[-63.5,-67.1],"shL":[44.8,-161.5],"elL":[54.8,-158.9],"haL":[61.9,-156.6],"hipR":[-27.2,6.2],"knR":[-22,129.1],"ftR":[-19.4,247.8],"hipL":[26.2,9.4],"knL":[53.9,115.1],"ftL":[82.1,226.9]},{"rootY":7,"hips":[0,0],"chest":[1.9,-95.8],"neck":[-5.6,-163.4],"head":[-11.2,-199.2],"shR":[-52.3,-129.5],"elR":[-64.5,-89.9],"haR":[-60.4,-64],"shL":[45.2,-162.4],"elL":[54.2,-160.3],"haL":[60.6,-158.3],"hipR":[-27.4,5.4],"knR":[-23.4,128.5],"ftR":[-20.9,247.4],"hipL":[25.9,10],"knL":[50.8,114.4],"ftL":[75.4,227.9]},{"rootY":7.5,"hips":[0,0],"chest":[4,-95.6],"neck":[-4.5,-163],"head":[-11,-198.7],"shR":[-51.2,-127.8],"elR":[-63,-87.2],"haR":[-58.6,-61.3],"shL":[45.6,-162.9],"elL":[52.9,-161],"haL":[58,-159.1],"hipR":[-27.5,4.9],"knR":[-24.7,128],"ftR":[-22.6,246.9],"hipL":[25.6,10.6],"knL":[47.8,113.9],"ftL":[68.6,230]},{"rootY":8.1,"hips":[0,0],"chest":[5.7,-95.6],"neck":[-3.7,-162.8],"head":[-11,-198.3],"shR":[-50.5,-126.7],"elR":[-62.5,-85.2],"haR":[-58.4,-59],"shL":[45.7,-163.3],"elL":[50.7,-161.2],"haL":[53.7,-159.2],"hipR":[-27.5,4.5],"knR":[-26.1,127.6],"ftR":[-24.9,246.2],"hipL":[25.4,10.9],"knL":[44.2,113.9],"ftL":[61,233.5]},{"rootY":9,"hips":[0,0],"chest":[7.1,-95.7],"neck":[-3.2,-162.8],"head":[-10.9,-198.1],"shR":[-50,-126],"elR":[-63.1,-84],"haR":[-59.7,-57.3],"shL":[45.6,-163.5],"elL":[47.7,-161.2],"haL":[48,-158.8],"hipR":[-27.4,4.4],"knR":[-27.5,127.3],"ftR":[-27.6,245.1],"hipL":[25.3,11],"knL":[39.9,115.3],"ftL":[52.8,237.9]},{"rootY":10.1,"hips":[0,0],"chest":[8.2,-96.1],"neck":[-2.9,-163.1],"head":[-10.7,-198.4],"shR":[-49.7,-125.2],"elR":[-64.3,-83.3],"haR":[-62.4,-56.4],"shL":[45.6,-163.5],"elL":[44,-160.8],"haL":[41.4,-158.2],"hipR":[-27.3,4.6],"knR":[-29.3,127.4],"ftR":[-30.9,243.8],"hipL":[25.3,10.9],"knL":[34.8,117.3],"ftL":[45.6,241.5]},{"rootY":10.9,"hips":[0,0],"chest":[9,-96.6],"neck":[-2.8,-163.5],"head":[-10.4,-198.7],"shR":[-49.5,-124.4],"elR":[-66,-82.9],"haR":[-66.4,-56.2],"shL":[45.3,-163.1],"elL":[39.9,-159.9],"haL":[34.3,-156.9],"hipR":[-27.2,5],"knR":[-31.2,127.7],"ftR":[-34.6,242.5],"hipL":[25.5,10.5],"knL":[29.3,118.3],"ftL":[40.4,242.9]},{"rootY":11.1,"hips":[0,0],"chest":[9.4,-96.8],"neck":[-2.6,-163.6],"head":[-9.7,-198.9],"shR":[-49.4,-124.1],"elR":[-68,-82.8],"haR":[-70.8,-56.4],"shL":[45,-162.5],"elL":[36.1,-158.3],"haL":[27.6,-154.4],"hipR":[-27.1,5.3],"knR":[-33.1,127.7],"ftR":[-38.5,240.7],"hipL":[25.6,10.3],"knL":[24.7,118],"ftL":[36.8,242.7]},{"rootY":10.7,"hips":[0,0],"chest":[9.6,-96.9],"neck":[-2.1,-163.7],"head":[-8.4,-199],"shR":[-49.4,-124.7],"elR":[-70.5,-83.1],"haR":[-74.8,-57.2],"shL":[45,-162.1],"elL":[33,-156.1],"haL":[21.6,-150.6],"hipR":[-27.1,5.3],"knR":[-34.6,127.6],"ftR":[-42,238.6],"hipL":[25.6,10.3],"knL":[22.5,118],"ftL":[33.6,242.7]},{"rootY":9.7,"hips":[0,0],"chest":[9.7,-97],"neck":[-1.5,-163.9],"head":[-6.8,-199.4],"shR":[-49.5,-125.9],"elR":[-73.3,-84.2],"haR":[-78.3,-58.7],"shL":[45.2,-161.3],"elL":[30.3,-153.3],"haL":[16.3,-146.1],"hipR":[-26.9,5.5],"knR":[-36.1,127.7],"ftR":[-45.1,236.3],"hipL":[25.5,10.1],"knL":[21.7,119.1],"ftL":[30.1,243.8]},{"rootY":8.5,"hips":[0,0],"chest":[9.6,-97.3],"neck":[-1,-164.4],"head":[-5.2,-200],"shR":[-49.8,-127.2],"elR":[-76.1,-86],"haR":[-81.8,-61.3],"shL":[45.3,-160.1],"elL":[27.9,-150.2],"haL":[11.8,-141.5],"hipR":[-26.7,6],"knR":[-38.1,128.3],"ftR":[-48.1,233.7],"hipL":[25.6,9.7],"knL":[20.7,120.7],"ftL":[26.5,245.3]},{"rootY":7.1,"hips":[0,0],"chest":[9.5,-97.7],"neck":[-0.5,-164.9],"head":[-3.3,-200.6],"shR":[-50.1,-128.7],"elR":[-78.7,-88.5],"haR":[-85.5,-65.5],"shL":[45.4,-158.7],"elL":[25.9,-147.3],"haL":[8.4,-137.3],"hipR":[-26.4,6.6],"knR":[-40,129],"ftR":[-51,230.2],"hipL":[25.7,9.1],"knL":[19.3,122.1],"ftL":[23.5,246.6]},{"rootY":6,"hips":[0,0],"chest":[9.5,-98],"neck":[0.5,-165.2],"head":[-0.9,-201.1],"shR":[-50,-130.5],"elR":[-81.2,-92],"haR":[-89,-71.6],"shL":[45.7,-157.3],"elL":[24.7,-144.9],"haL":[6.3,-134],"hipR":[-26.1,7.1],"knR":[-41.3,129.3],"ftR":[-52.2,225.5],"hipL":[25.8,8.5],"knL":[18.3,123.1],"ftL":[20.9,247.6]},{"rootY":5.2,"hips":[0,0],"chest":[9.8,-98.1],"neck":[2,-165.5],"head":[2,-201.5],"shR":[-49.6,-132.7],"elR":[-83.7,-96.5],"haR":[-91.9,-79.1],"shL":[46.6,-155.9],"elL":[24.3,-143.1],"haL":[5,-131.8],"hipR":[-25.8,7.6],"knR":[-41.7,129.1],"ftR":[-50.4,221.3],"hipL":[25.8,8.1],"knL":[17.8,124.1],"ftL":[18.9,248.4]},{"rootY":4.6,"hips":[0,0],"chest":[10.4,-98],"neck":[3.8,-165.5],"head":[5.1,-201.5],"shR":[-48.7,-134.7],"elR":[-85.8,-101.1],"haR":[-94.1,-87.5],"shL":[48,-154.1],"elL":[25.2,-141.3],"haL":[4.5,-130.1],"hipR":[-25.6,7.8],"knR":[-42.2,128.5],"ftR":[-46.1,220],"hipL":[25.7,7.8],"knL":[17.5,125.1],"ftL":[17.5,249.3]},{"rootY":3.8,"hips":[0,0],"chest":[11.2,-97.9],"neck":[5.7,-165.3],"head":[8.1,-201.4],"shR":[-47.6,-136.5],"elR":[-87.8,-105],"haR":[-95.5,-96.6],"shL":[49.9,-151.9],"elL":[27.5,-139.3],"haL":[4.1,-128.8],"hipR":[-25.5,7.8],"knR":[-42.9,127.5],"ftR":[-41.7,222.8],"hipL":[25.5,7.9],"knL":[17,126.1],"ftL":[16.7,250.2]},{"rootY":3,"hips":[0,0],"chest":[12.3,-97.7],"neck":[7.4,-165.1],"head":[10.5,-201.1],"shR":[-46.4,-138.1],"elR":[-89.6,-108],"haR":[-96,-106.1],"shL":[52,-149.9],"elL":[30.7,-137.3],"haL":[3.7,-128.4],"hipR":[-25.4,7.5],"knR":[-44.3,126.2],"ftR":[-39.5,227.8],"hipL":[25.3,8.1],"knL":[16.7,127.1],"ftL":[16.1,251]},{"rootY":2.5,"hips":[0,0],"chest":[13.3,-97.6],"neck":[8.8,-164.9],"head":[12.3,-201],"shR":[-45.2,-139.1],"elR":[-91.2,-110.5],"haR":[-95.5,-116],"shL":[54,-148.3],"elL":[34,-135.3],"haL":[3.1,-129.1],"hipR":[-25.4,7.4],"knR":[-45.9,125.1],"ftR":[-39.6,233],"hipL":[25.1,8.3],"knL":[16.6,127.8],"ftL":[15.5,251.6]},{"rootY":2.1,"hips":[0,0],"chest":[13.9,-97.4],"neck":[9.9,-164.7],"head":[13.6,-200.8],"shR":[-44.3,-139.6],"elR":[-92.3,-112.4],"haR":[-94.2,-125.7],"shL":[55.6,-147],"elL":[37.1,-133.6],"haL":[2.8,-130.9],"hipR":[-25.4,7.4],"knR":[-47.2,124.2],"ftR":[-41.5,238],"hipL":[25.1,8.3],"knL":[16.6,128.3],"ftL":[15,252]},{"rootY":1.9,"hips":[0,0],"chest":[14.2,-97.3],"neck":[10.5,-164.5],"head":[14.3,-200.6],"shR":[-43.9,-140],"elR":[-92.9,-113.5],"haR":[-92.3,-134.7],"shL":[56.6,-146.1],"elL":[39.7,-132],"haL":[2.9,-133.2],"hipR":[-25.4,7.6],"knR":[-47.8,123.7],"ftR":[-44.3,242.5],"hipL":[25.2,8.1],"knL":[16.5,128.5],"ftL":[14.5,252.2]},{"rootY":1.7,"hips":[0,0],"chest":[14.1,-97.2],"neck":[10.7,-164.3],"head":[14.7,-200.4],"shR":[-43.7,-140.6],"elR":[-93.3,-114.2],"haR":[-90.1,-142.5],"shL":[57.4,-145.7],"elL":[42.1,-130.6],"haL":[3.3,-135.6],"hipR":[-25.4,7.8],"knR":[-47.6,123.3],"ftR":[-47.2,245.8],"hipL":[25.3,7.9],"knL":[16.6,128.8],"ftL":[14.1,252.5]},{"rootY":1.5,"hips":[0,0],"chest":[13.8,-97.1],"neck":[10.9,-164.1],"head":[14.9,-200.2],"shR":[-43.7,-141.3],"elR":[-93.5,-114.9],"haR":[-87.7,-148.6],"shL":[58.1,-145.6],"elL":[44.2,-129.5],"haL":[4.2,-138],"hipR":[-25.5,7.9],"knR":[-46.8,122.9],"ftR":[-49.8,247.5],"hipL":[25.5,7.8],"knL":[17.1,129.1],"ftL":[14,252.8]},{"rootY":1.2,"hips":[0,0],"chest":[13.4,-97],"neck":[11,-163.8],"head":[15.1,-200],"shR":[-43.7,-141.7],"elR":[-93.5,-115.6],"haR":[-85.3,-153.2],"shL":[58.7,-145.3],"elL":[46.3,-128.6],"haL":[5.4,-140.2],"hipR":[-25.7,8],"knR":[-45.9,122.5],"ftR":[-51.4,247.7],"hipL":[25.7,7.7],"knL":[17.9,129.5],"ftL":[14.2,253.2]},{"rootY":0.9,"hips":[0,0],"chest":[13,-96.9],"neck":[11,-163.6],"head":[15.1,-199.7],"shR":[-43.8,-141.6],"elR":[-93.4,-116.3],"haR":[-83,-156.3],"shL":[59.2,-145],"elL":[48.4,-127.9],"haL":[7,-142.4],"hipR":[-25.9,8.1],"knR":[-45,121.9],"ftR":[-52.1,246.7],"hipL":[26,7.6],"knL":[18.8,129.7],"ftL":[14.7,253.5]},{"rootY":0.8,"hips":[0,0],"chest":[12.4,-96.7],"neck":[10.8,-163.4],"head":[15,-199.5],"shR":[-43.9,-141.6],"elR":[-93.3,-116.9],"haR":[-80.9,-158.1],"shL":[59.6,-145],"elL":[50.3,-127.7],"haL":[8.7,-144.5],"hipR":[-26.1,8.2],"knR":[-44.2,120.9],"ftR":[-52.2,245],"hipL":[26.2,7.4],"knL":[19.5,129.8],"ftL":[15.2,253.7]},{"rootY":0.8,"hips":[0,0],"chest":[11.8,-96.7],"neck":[10.6,-163.3],"head":[14.8,-199.4],"shR":[-44.1,-141.5],"elR":[-93,-117.5],"haR":[-79.2,-158.5],"shL":[59.9,-145.2],"elL":[52.1,-127.9],"haL":[10.6,-146.7],"hipR":[-26.2,8.4],"knR":[-43.2,119.8],"ftR":[-51.9,242.9],"hipL":[26.4,7.3],"knL":[20.2,129.9],"ftL":[15.9,253.7]},{"rootY":0.8,"hips":[0,0],"chest":[10.9,-96.6],"neck":[10.1,-163.3],"head":[14.3,-199.4],"shR":[-44.5,-141.2],"elR":[-92.3,-117.7],"haR":[-77.9,-157.5],"shL":[60,-145.4],"elL":[53.8,-128.6],"haL":[12.6,-148.9],"hipR":[-26.2,8.6],"knR":[-42.2,118.7],"ftR":[-51,241.1],"hipL":[26.6,7],"knL":[21,129.8],"ftL":[16.8,253.7]},{"rootY":0.9,"hips":[0,0],"chest":[9.8,-96.6],"neck":[9.3,-163.2],"head":[13.7,-199.3],"shR":[-45.1,-140.6],"elR":[-91.4,-117],"haR":[-76.7,-155.3],"shL":[59.9,-145.6],"elL":[55.6,-129.4],"haL":[14.7,-150.9],"hipR":[-26.3,8.9],"knR":[-40.9,117.9],"ftR":[-49.4,239.7],"hipL":[26.7,6.8],"knL":[21.8,129.8],"ftL":[17.9,253.7]},{"rootY":1,"hips":[0,0],"chest":[8.6,-96.6],"neck":[8.3,-163.2],"head":[12.9,-199.3],"shR":[-45.9,-139.9],"elR":[-90.6,-115.3],"haR":[-75.4,-152.3],"shL":[59.5,-146],"elL":[57.6,-130],"haL":[16.9,-152.9],"hipR":[-26.3,9.1],"knR":[-39.6,117.3],"ftR":[-47.3,238.6],"hipL":[26.9,6.6],"knL":[22.7,129.7],"ftL":[19.1,253.6]},{"rootY":1.2,"hips":[0,0],"chest":[7.3,-96.7],"neck":[7.1,-163.2],"head":[11.8,-199.3],"shR":[-46.7,-139.1],"elR":[-89.7,-112.8],"haR":[-73.7,-148.9],"shL":[58.9,-146.7],"elL":[59.8,-130.6],"haL":[19.1,-154.7],"hipR":[-26.3,9.3],"knR":[-38,117.1],"ftR":[-44.8,238.2],"hipL":[27.1,6.3],"knL":[23.6,129.5],"ftL":[20.5,253.4]},{"rootY":1.6,"hips":[0,0],"chest":[5.9,-96.8],"neck":[5.8,-163.2],"head":[10.6,-199.3],"shR":[-47.4,-138.1],"elR":[-88.7,-109.7],"haR":[-71.4,-145.3],"shL":[58.2,-147.1],"elL":[62.1,-130.9],"haL":[21.4,-156.1],"hipR":[-26.3,9.5],"knR":[-36.2,117.4],"ftR":[-42,238.4],"hipL":[27.2,6.1],"knL":[24.6,129.3],"ftL":[22.1,253.1]},{"rootY":1.9,"hips":[0,0],"chest":[4.5,-97],"neck":[4.3,-163.3],"head":[9.2,-199.3],"shR":[-48.2,-136.8],"elR":[-87.4,-106.1],"haR":[-68.8,-141.8],"shL":[57.3,-147.4],"elL":[64.4,-131],"haL":[23.6,-157],"hipR":[-26.2,9.6],"knR":[-34.4,117.7],"ftR":[-39,239],"hipL":[27.3,6],"knL":[25.8,129.1],"ftL":[24.1,252.7]},{"rootY":2.5,"hips":[0,0],"chest":[3.1,-97.2],"neck":[2.6,-163.3],"head":[7.4,-199.4],"shR":[-49.1,-135.6],"elR":[-86.2,-102.6],"haR":[-66.1,-138.9],"shL":[56.1,-148],"elL":[66.4,-131],"haL":[25.7,-157.8],"hipR":[-26.2,9.8],"knR":[-32.5,118.3],"ftR":[-36,240.2],"hipL":[27.3,5.9],"knL":[26.9,128.9],"ftL":[26.2,252.2]},{"rootY":3.3,"hips":[0,0],"chest":[1.5,-97.4],"neck":[0.9,-163.4],"head":[5.4,-199.5],"shR":[-50.1,-134.5],"elR":[-85.2,-99.7],"haR":[-63.5,-136.7],"shL":[54.7,-148.8],"elL":[68.1,-131.2],"haL":[27.3,-158.8],"hipR":[-26.1,10],"knR":[-30.5,119.5],"ftR":[-33,242.3],"hipL":[27.4,5.6],"knL":[28.2,128.4],"ftL":[28.5,251.4]},{"rootY":4.2,"hips":[0,0],"chest":[-0.2,-97.6],"neck":[-0.9,-163.5],"head":[3.1,-199.6],"shR":[-51,-133.2],"elR":[-84.3,-97.3],"haR":[-60.8,-135.1],"shL":[53.4,-148.9],"elL":[69.6,-131.9],"haL":[28.7,-159.8],"hipR":[-26,10.3],"knR":[-28.2,121.3],"ftR":[-30,244.9],"hipL":[27.4,5.3],"knL":[29.6,127.8],"ftL":[31.2,250.4]},{"rootY":5.1,"hips":[0,0],"chest":[-1.5,-97.9],"neck":[-2.7,-163.6],"head":[0.7,-199.7],"shR":[-51.7,-131.7],"elR":[-83.4,-95.1],"haR":[-58,-133.4],"shL":[52.2,-148.3],"elL":[71.1,-133.1],"haL":[30,-160.3],"hipR":[-26,10.1],"knR":[-25.7,122.4],"ftR":[-26.8,246.7],"hipL":[27.3,5.5],"knL":[31.2,127.5],"ftL":[34.5,249.5]},{"rootY":5.9,"hips":[0,0],"chest":[-1.8,-98.2],"neck":[-4.2,-163.7],"head":[-1.8,-199.9],"shR":[-52,-130.7],"elR":[-82,-92.7],"haR":[-54.9,-131.6],"shL":[51.2,-148.4],"elL":[72.8,-134.9],"haL":[31.6,-160.8],"hipR":[-26.3,9.4],"knR":[-23.3,121.7],"ftR":[-23.4,246.7],"hipL":[27.2,6.3],"knL":[33.1,127.8],"ftL":[38.3,248.7]},{"rootY":6.6,"hips":[0,0],"chest":[-1.4,-98.5],"neck":[-4.7,-163.7],"head":[-4,-199.9],"shR":[-51.5,-130.5],"elR":[-79.8,-90],"haR":[-51.6,-129.4],"shL":[51,-149.8],"elL":[74.5,-137.2],"haL":[33.1,-161.2],"hipR":[-26.6,8.5],"knR":[-21.1,120.4],"ftR":[-19.5,245.7],"hipL":[27,7.2],"knL":[35.5,129],"ftL":[42.3,247.1]},{"rootY":6.9,"hips":[0,0],"chest":[-0.4,-98.5],"neck":[-3.7,-163.4],"head":[-5.8,-199.7],"shR":[-49.9,-130.8],"elR":[-76.6,-86.6],"haR":[-48,-126.4],"shL":[51.7,-151.5],"elL":[76,-139.4],"haL":[34.6,-160.4],"hipR":[-26.8,7.8],"knR":[-18.9,120],"ftR":[-15.3,245.3],"hipL":[26.8,7.8],"knL":[38.4,130.2],"ftL":[46.1,243.9]},{"rootY":6.4,"hips":[0,0],"chest":[0.5,-98.5],"neck":[-2.1,-163.1],"head":[-7.3,-199],"shR":[-48,-130.9],"elR":[-72.6,-82.7],"haR":[-44.2,-122.4],"shL":[53,-152.3],"elL":[77.1,-140.5],"haL":[36.1,-158],"hipR":[-26.9,7.4],"knR":[-16.9,120.7],"ftR":[-11.5,245.9],"hipL":[26.6,8.3],"knL":[41,130.6],"ftL":[49.2,239.6]},{"rootY":5.1,"hips":[0,0],"chest":[1.2,-98.4],"neck":[-1.2,-162.7],"head":[-9.2,-198.1],"shR":[-46.7,-130.6],"elR":[-68.7,-78.7],"haR":[-40.6,-118.4],"shL":[53.9,-152.4],"elL":[77.4,-140.6],"haL":[37.5,-154.4],"hipR":[-26.9,7.2],"knR":[-15.8,122.1],"ftR":[-8.7,247.1],"hipL":[26.4,8.4],"knL":[43,130.3],"ftL":[51.1,235.9]},{"rootY":3.6,"hips":[0,0],"chest":[1.3,-98.4],"neck":[-1.5,-162.5],"head":[-11.8,-197.3],"shR":[-46.6,-130.2],"elR":[-65.7,-75.8],"haR":[-37.6,-115.4],"shL":[53.7,-152.5],"elL":[76.6,-140.9],"haL":[38.6,-151.2],"hipR":[-26.9,7.2],"knR":[-16.1,123.5],"ftR":[-7,248.3],"hipL":[26.5,8.4],"knL":[44.3,129.6],"ftL":[52,233.8]},{"rootY":2.4,"hips":[0,0],"chest":[0.7,-98.4],"neck":[-2.8,-162.4],"head":[-14.6,-196.7],"shR":[-47.4,-129.8],"elR":[-63.9,-74.7],"haR":[-35.2,-113.8],"shL":[52.7,-152.7],"elL":[74.7,-142.4],"haL":[39.7,-149],"hipR":[-26.9,7.4],"knR":[-16.8,124.7],"ftR":[-6,249.3],"hipL":[26.6,8.3],"knL":[45.3,128.8],"ftL":[52.7,233.5]},{"rootY":1.7,"hips":[0,0],"chest":[0,-98.4],"neck":[-4.4,-162.4],"head":[-17.2,-196.2],"shR":[-48.9,-129.4],"elR":[-63.3,-75.6],"haR":[-33,-112.5],"shL":[51.3,-153],"elL":[72,-144.6],"haL":[41.1,-147.4],"hipR":[-26.8,7.6],"knR":[-17.2,125.7],"ftR":[-5.1,250],"hipL":[26.7,8.1],"knL":[46.5,127.9],"ftL":[54.1,234.8]},{"rootY":1.1,"hips":[0,0],"chest":[-0.7,-98.3],"neck":[-5.9,-162.4],"head":[-19.5,-195.7],"shR":[-50.5,-129],"elR":[-63.3,-77.8],"haR":[-31.2,-110.2],"shL":[49.8,-153.3],"elL":[68.8,-146.2],"haL":[43,-145.5],"hipR":[-26.8,7.7],"knR":[-17.2,126.4],"ftR":[-4.2,250.5],"hipL":[26.7,8],"knL":[48,126.9],"ftL":[56.2,237.2]},{"rootY":0.8,"hips":[0,0],"chest":[-1.1,-98.3],"neck":[-7.1,-162.3],"head":[-21.4,-195.3],"shR":[-52,-128.8],"elR":[-63.4,-80.7],"haR":[-30.6,-107.3],"shL":[48.6,-153.6],"elL":[64.6,-146.8],"haL":[45.7,-142.5],"hipR":[-26.8,7.7],"knR":[-17.1,127],"ftR":[-3.2,250.7],"hipL":[26.7,8],"knL":[49.5,126],"ftL":[58.7,240.2]},{"rootY":0.7,"hips":[0,0],"chest":[-1.4,-98.2],"neck":[-7.9,-162.2],"head":[-22.8,-194.8],"shR":[-53.1,-128.8],"elR":[-63.4,-83.6],"haR":[-31.1,-104.4],"shL":[47.5,-154],"elL":[59.4,-146],"haL":[49.1,-138.4],"hipR":[-26.8,7.7],"knR":[-16.9,127.4],"ftR":[-2.3,250.9],"hipL":[26.7,8],"knL":[50.6,125],"ftL":[61,243]},{"rootY":0.7,"hips":[0,0],"chest":[-1.5,-98.1],"neck":[-8.4,-162.1],"head":[-23.8,-194.3],"shR":[-53.8,-129],"elR":[-63.6,-86.2],"haR":[-32.4,-102],"shL":[46.6,-154.6],"elL":[54.6,-144],"haL":[52.3,-133.7],"hipR":[-26.8,7.8],"knR":[-16.8,127.9],"ftR":[-1.6,250.9],"hipL":[26.8,7.9],"knL":[51.1,123.8],"ftL":[62.8,245.1]},{"rootY":0.8,"hips":[0,0],"chest":[-1.5,-98.1],"neck":[-8.8,-162],"head":[-24.8,-193.9],"shR":[-54.5,-129.1],"elR":[-64.3,-88.5],"haR":[-34,-100.4],"shL":[45.6,-155.5],"elL":[51.5,-141.5],"haL":[54.5,-128.8],"hipR":[-26.8,7.9],"knR":[-16.7,128.2],"ftR":[-1,250.8],"hipL":[26.8,7.8],"knL":[50.9,122.7],"ftL":[63.8,246.1]},{"rootY":0.9,"hips":[0,0],"chest":[-1.2,-98.1],"neck":[-9.1,-161.9],"head":[-25.5,-193.5],"shR":[-55,-129.1],"elR":[-65.1,-91],"haR":[-35.4,-99.2],"shL":[45,-156.3],"elL":[50.2,-139],"haL":[55.8,-123.8],"hipR":[-26.8,7.8],"knR":[-16.8,128.5],"ftR":[-0.5,250.7],"hipL":[26.8,7.9],"knL":[50.1,121.7],"ftL":[63.7,246.1]},{"rootY":0.9,"hips":[0,0],"chest":[-0.7,-98],"neck":[-9,-161.9],"head":[-25.9,-193.2],"shR":[-55.3,-129],"elR":[-65.7,-93.5],"haR":[-36.8,-98.3],"shL":[44.8,-156.5],"elL":[50.1,-136.4],"haL":[56.6,-118.9],"hipR":[-26.9,7.5],"knR":[-16.9,128.7],"ftR":[-0.1,250.7],"hipL":[26.7,8.1],"knL":[49.2,120.7],"ftL":[62.7,245.3]},{"rootY":1,"hips":[0,0],"chest":[-0.2,-97.9],"neck":[-8.7,-161.8],"head":[-25.8,-193],"shR":[-55.3,-129.2],"elR":[-65.7,-95.5],"haR":[-38.3,-97.6],"shL":[45.2,-156],"elL":[50.6,-133.7],"haL":[57.3,-114.3],"hipR":[-27,7.3],"knR":[-16.8,129],"ftR":[0.4,250.5],"hipL":[26.7,8.4],"knL":[48.1,119.5],"ftL":[61.1,243.8]},{"rootY":1.2,"hips":[0,0],"chest":[0.3,-97.9],"neck":[-8.2,-161.9],"head":[-25.5,-193],"shR":[-55.1,-129.7],"elR":[-65.7,-97.2],"haR":[-39.9,-97],"shL":[45.8,-155.3],"elL":[51.1,-131.1],"haL":[57.8,-110.1],"hipR":[-27,7.2],"knR":[-16.8,129.2],"ftR":[0.8,250.3],"hipL":[26.6,8.5],"knL":[46.6,117.9],"ftL":[58.8,241.6]},{"rootY":1.5,"hips":[0,0],"chest":[0.9,-97.8],"neck":[-7.5,-161.9],"head":[-24.7,-193.2],"shR":[-54.8,-130.5],"elR":[-65.6,-99],"haR":[-41.5,-96.9],"shL":[46.5,-154.5],"elL":[51.5,-128.9],"haL":[58,-106.4],"hipR":[-27,7.1],"knR":[-16.9,129.4],"ftR":[1.2,249.9],"hipL":[26.5,8.6],"knL":[44.6,116.3],"ftL":[55.4,239.2]},{"rootY":2.1,"hips":[0,0],"chest":[1.5,-97.8],"neck":[-6.4,-162],"head":[-23.5,-193.4],"shR":[-54.3,-131.4],"elR":[-65.6,-101],"haR":[-42.8,-97.4],"shL":[47.5,-153.7],"elL":[52.1,-126.9],"haL":[58,-103.4],"hipR":[-27,7],"knR":[-16.9,129.5],"ftR":[1.6,249.4],"hipL":[26.5,8.7],"knL":[42,115.1],"ftL":[50.6,237]},{"rootY":2.7,"hips":[0,0],"chest":[2.2,-97.9],"neck":[-5.1,-162.2],"head":[-21.8,-193.9],"shR":[-53.5,-132.5],"elR":[-65.6,-102.9],"haR":[-43.7,-98.2],"shL":[48.7,-152.8],"elL":[52.7,-125],"haL":[57.8,-100.6],"hipR":[-27,6.9],"knR":[-17,129.5],"ftR":[1.8,248.6],"hipL":[26.4,8.8],"knL":[38.8,114.4],"ftL":[44.5,235.1]},{"rootY":3.4,"hips":[0,0],"chest":[3.1,-98.1],"neck":[-3.6,-162.5],"head":[-19.9,-194.5],"shR":[-52.5,-133.5],"elR":[-65.4,-104.4],"haR":[-44.3,-99.3],"shL":[50.2,-151.9],"elL":[53.3,-123.3],"haL":[57.7,-98.1],"hipR":[-27,6.7],"knR":[-17.1,129.5],"ftR":[2,247.7],"hipL":[26.3,9],"knL":[35,114.2],"ftL":[37.4,233.4]},{"rootY":4.3,"hips":[0,0],"chest":[4,-98.3],"neck":[-2,-162.9],"head":[-17.8,-195.2],"shR":[-51.5,-134.5],"elR":[-65.4,-105.9],"haR":[-44.8,-100.7],"shL":[51.7,-150.8],"elL":[53.9,-121.5],"haL":[57.6,-95.7],"hipR":[-26.9,6.6],"knR":[-17.1,129.4],"ftR":[2.3,246.8],"hipL":[26.3,9.1],"knL":[30.6,114.1],"ftL":[29.5,232.3]},{"rootY":5.4,"hips":[0,0],"chest":[4.6,-98.4],"neck":[-0.1,-163.3],"head":[-15.4,-195.9],"shR":[-50.3,-136],"elR":[-65.1,-107.9],"haR":[-45,-102],"shL":[53.5,-149.2],"elL":[54.6,-119.6],"haL":[57.4,-93.4],"hipR":[-26.9,6.7],"knR":[-16.9,129.3],"ftR":[2.5,245.8],"hipL":[26.3,9],"knL":[25.7,114.9],"ftL":[20.5,233]},{"rootY":6.5,"hips":[0,0],"chest":[5.3,-98.5],"neck":[2,-163.8],"head":[-12.9,-196.7],"shR":[-48.9,-138.2],"elR":[-64.4,-110.6],"haR":[-45,-103.1],"shL":[55.4,-147.3],"elL":[55.6,-117.3],"haL":[57.4,-90.8],"hipR":[-26.7,6.8],"knR":[-16.9,129.2],"ftR":[2.3,244.3],"hipL":[26.2,8.8],"knL":[20.5,117.6],"ftL":[11.5,236.2]},{"rootY":8,"hips":[0,0],"chest":[6.5,-98.8],"neck":[4.5,-164.5],"head":[-10,-197.6],"shR":[-47.3,-140.2],"elR":[-63.1,-113.7],"haR":[-44.9,-104.7],"shL":[57.6,-145.1],"elL":[56.7,-114.9],"haL":[57.8,-88],"hipR":[-26.4,7.1],"knR":[-17.8,129.1],"ftR":[2,242.1],"hipL":[26.1,8.6],"knL":[15.9,121.1],"ftL":[4.6,240.1]},{"rootY":9.4,"hips":[0,0],"chest":[7.7,-98.9],"neck":[7.3,-165],"head":[-6.6,-198.5],"shR":[-45.5,-140.9],"elR":[-62.1,-116.4],"haR":[-45.2,-107.1],"shL":[59.7,-142.2],"elL":[57.8,-111.9],"haL":[58.4,-84.7],"hipR":[-25.8,7.9],"knR":[-19.5,129.9],"ftR":[1.4,239.4],"hipL":[26.2,7.7],"knL":[13.5,123.3],"ftL":[0.9,242.3]},{"rootY":9.7,"hips":[0,0],"chest":[8.1,-98.7],"neck":[10.2,-164.9],"head":[-2.8,-198.8],"shR":[-43.8,-140.8],"elR":[-61.7,-118.1],"haR":[-45.8,-109.3],"shL":[61.2,-138.4],"elL":[58.4,-107.8],"haL":[58.7,-80.2],"hipR":[-25,9.6],"knR":[-22.2,131.7],"ftR":[0.4,236.3],"hipL":[26.4,5.9],"knL":[13.2,123.5],"ftL":[-0.3,243]},{"rootY":8.3,"hips":[0,0],"chest":[7.6,-98.4],"neck":[12.6,-164.5],"head":[1.2,-199],"shR":[-42.6,-141.6],"elR":[-61.6,-118.7],"haR":[-46.5,-110.4],"shL":[62.1,-134.2],"elL":[58.6,-102.6],"haL":[58.8,-73.9],"hipR":[-24.4,10.9],"knR":[-25.7,133.5],"ftR":[-2,232],"hipL":[26.5,4.6],"knL":[13.2,123.3],"ftL":[-0.2,244.2]},{"rootY":5.5,"hips":[0,0],"chest":[7.2,-98.3],"neck":[14.2,-164.3],"head":[5.5,-199.5],"shR":[-41.7,-143.7],"elR":[-61.4,-119.2],"haR":[-47.1,-111.7],"shL":[62.5,-130.9],"elL":[58.7,-97.4],"haL":[59.2,-66.8],"hipR":[-24.2,10.8],"knR":[-29.3,133.8],"ftR":[-6.3,226.6],"hipL":[26.2,4.7],"knL":[13.2,124.6],"ftL":[0.3,246.9]},{"rootY":2.9,"hips":[0,0],"chest":[7.1,-98.5],"neck":[14.7,-164.5],"head":[9.6,-200.4],"shR":[-41.2,-145.8],"elR":[-61.6,-119.8],"haR":[-48.3,-115.2],"shL":[62.7,-129.5],"elL":[58.7,-93.9],"haL":[59.7,-60.7],"hipR":[-24.2,9.9],"knR":[-32.8,132.8],"ftR":[-11.3,221.9],"hipL":[25.7,5.7],"knL":[13.2,126.5],"ftL":[0.7,249.6]},{"rootY":1.1,"hips":[0,0],"chest":[7.3,-98.5],"neck":[14.8,-164.6],"head":[13.6,-200.9],"shR":[-41,-146.3],"elR":[-62.4,-120.5],"haR":[-49.8,-121.2],"shL":[63.1,-129.7],"elL":[58.4,-92.1],"haL":[60.1,-56.6],"hipR":[-24.4,9.3],"knR":[-36.4,131.7],"ftR":[-14.9,219.7],"hipL":[25.5,6.3],"knL":[13.4,127.7],"ftL":[1.3,251.4]},{"rootY":0.1,"hips":[0,0],"chest":[7.4,-98.3],"neck":[15,-164.5],"head":[17.2,-200.7],"shR":[-40.6,-146.2],"elR":[-63.4,-121.2],"haR":[-50.8,-128.3],"shL":[63.7,-130.5],"elL":[58.1,-91.4],"haL":[60.2,-54.1],"hipR":[-24.7,9.1],"knR":[-40.1,131],"ftR":[-17.1,221],"hipL":[25.6,6.5],"knL":[13.6,128.2],"ftL":[1.8,252.4]},{"rootY":-0.5,"hips":[0,0],"chest":[7.3,-98.2],"neck":[15.5,-164.3],"head":[20.2,-200.2],"shR":[-40.2,-146.6],"elR":[-64,-122.4],"haR":[-51.4,-135.1],"shL":[64.3,-130.7],"elL":[58.1,-90.7],"haL":[60.1,-52.6],"hipR":[-25,9.1],"knR":[-44.1,130.4],"ftR":[-20.4,226.2],"hipL":[25.9,6.5],"knL":[13.9,128.5],"ftL":[2,253]},{"rootY":-0.9,"hips":[0,0],"chest":[7.1,-97.9],"neck":[16.1,-164],"head":[22.5,-199.6],"shR":[-39.5,-147.2],"elR":[-64.2,-124.3],"haR":[-52,-141.1],"shL":[64.9,-129.8],"elL":[58.3,-89.7],"haL":[60.1,-51.4],"hipR":[-25.2,9.1],"knR":[-47.9,129.6],"ftR":[-26.8,233.4],"hipL":[26,6.6],"knL":[14,128.9],"ftL":[1.9,253.5]},{"rootY":-1.1,"hips":[0,0],"chest":[7,-97.5],"neck":[16.7,-163.6],"head":[23.9,-199],"shR":[-38.8,-147.3],"elR":[-64,-126.7],"haR":[-52.4,-146.2],"shL":[65.3,-128.6],"elL":[59,-88.6],"haL":[60.5,-50.4],"hipR":[-25.4,9.1],"knR":[-51,128.8],"ftR":[-35.7,240.4],"hipL":[26.1,6.6],"knL":[13.9,129.1],"ftL":[1.7,253.8]},{"rootY":-1,"hips":[0,0],"chest":[7,-97.2],"neck":[17.1,-163.3],"head":[24.6,-198.6],"shR":[-38.3,-147.3],"elR":[-63.7,-129],"haR":[-52.2,-150.4],"shL":[65.7,-127.9],"elL":[59.8,-87.9],"haL":[61.1,-49.7],"hipR":[-25.5,9.1],"knR":[-53.3,127.9],"ftR":[-45.8,245.8],"hipL":[26.2,6.5],"knL":[13.6,129],"ftL":[1.3,253.7]},{"rootY":-0.9,"hips":[0,0],"chest":[7,-96.9],"neck":[17.3,-163.1],"head":[24.7,-198.4],"shR":[-38,-147.2],"elR":[-63.2,-130.8],"haR":[-51.6,-153],"shL":[66.1,-127.8],"elL":[60.5,-87.5],"haL":[61.9,-49.2],"hipR":[-25.6,9.1],"knR":[-55,126.8],"ftR":[-55.7,249],"hipL":[26.2,6.6],"knL":[13.4,129.1],"ftL":[0.8,253.7]},{"rootY":-0.9,"hips":[0,0],"chest":[7.3,-96.8],"neck":[17.3,-163],"head":[24.5,-198.4],"shR":[-37.8,-146.9],"elR":[-62.6,-131.7],"haR":[-50.7,-154.1],"shL":[66.4,-128],"elL":[60.9,-87.5],"haL":[63,-48.9],"hipR":[-25.7,8.9],"knR":[-56.3,125.2],"ftR":[-64.4,249.5],"hipL":[26.2,6.8],"knL":[13.2,129.3],"ftL":[0.3,253.6]},{"rootY":-1,"hips":[0,0],"chest":[7.7,-96.6],"neck":[17.5,-162.9],"head":[24.2,-198.4],"shR":[-37.5,-146.3],"elR":[-62,-131.9],"haR":[-49.9,-153.8],"shL":[66.8,-128.4],"elL":[61.5,-87.9],"haL":[64.3,-49.1],"hipR":[-26,8.6],"knR":[-57.1,123.3],"ftR":[-71.2,247.8],"hipL":[26.3,7],"knL":[13.1,129.5],"ftL":[0.1,253.6]},{"rootY":-1,"hips":[0,0],"chest":[8.1,-96.5],"neck":[17.6,-162.8],"head":[23.9,-198.3],"shR":[-37.2,-145.7],"elR":[-61.5,-131.7],"haR":[-49,-152.6],"shL":[67.2,-129.2],"elL":[62.2,-88.6],"haL":[65.8,-49.8],"hipR":[-26.2,8.4],"knR":[-57.5,120.9],"ftR":[-76,244.3],"hipL":[26.4,7.3],"knL":[13.3,129.7],"ftL":[0,253.4]},{"rootY":-0.8,"hips":[0,0],"chest":[8.2,-96.4],"neck":[17.5,-162.8],"head":[23.5,-198.4],"shR":[-37,-145.4],"elR":[-60.9,-131],"haR":[-48,-150.6],"shL":[67.6,-130.1],"elL":[63,-89.5],"haL":[67.4,-50.8],"hipR":[-26.4,8.1],"knR":[-57.5,118.2],"ftR":[-78.9,239.8],"hipL":[26.4,7.5],"knL":[13.7,130],"ftL":[-0.1,253.1]},{"rootY":-0.5,"hips":[0,0],"chest":[8.2,-96.2],"neck":[17.2,-162.7],"head":[23,-198.4],"shR":[-36.8,-145.1],"elR":[-60,-129.8],"haR":[-47.1,-148.1],"shL":[67.7,-131],"elL":[63.9,-90.4],"haL":[68.9,-51.9],"hipR":[-26.7,7.8],"knR":[-57,115.3],"ftR":[-79.7,235],"hipL":[26.5,7.8],"knL":[14.3,130.4],"ftL":[-0.1,252.6]},{"rootY":-0.3,"hips":[0,0],"chest":[8.1,-96.1],"neck":[17,-162.7],"head":[22.6,-198.3],"shR":[-36.6,-144.8],"elR":[-59.1,-128.4],"haR":[-46.1,-145.4],"shL":[67.9,-131.8],"elL":[64.7,-91.2],"haL":[70.4,-52.8],"hipR":[-26.8,7.4],"knR":[-55.6,112.5],"ftR":[-78,230.3],"hipL":[26.5,8.2],"knL":[15.1,130.8],"ftL":[0,252]},{"rootY":0.1,"hips":[0,0],"chest":[7.8,-96],"neck":[16.8,-162.6],"head":[22.2,-198.3],"shR":[-36.5,-144.4],"elR":[-58.2,-127.4],"haR":[-45.2,-142.8],"shL":[68,-132.5],"elL":[65.5,-92],"haL":[71.7,-53.7],"hipR":[-27,7.1],"knR":[-53,110.2],"ftR":[-74.1,226.2],"hipL":[26.5,8.5],"knL":[16,131.1],"ftL":[0.2,251.3]},{"rootY":0.7,"hips":[0,0],"chest":[7.1,-96],"neck":[16.4,-162.6],"head":[21.6,-198.3],"shR":[-36.5,-144.1],"elR":[-57.6,-126.8],"haR":[-44.4,-140.2],"shL":[67.7,-133],"elL":[66.1,-92.7],"haL":[72.7,-54.7],"hipR":[-27.1,6.9],"knR":[-49.7,108.6],"ftR":[-68.8,222.9],"hipL":[26.5,8.7],"knL":[16.9,131.4],"ftL":[0.2,250.3]},{"rootY":1.5,"hips":[0,0],"chest":[6.4,-96.1],"neck":[15.8,-162.7],"head":[20.8,-198.4],"shR":[-36.7,-143.7],"elR":[-57,-126.2],"haR":[-43.8,-137.7],"shL":[67.3,-133.4],"elL":[66.6,-93.2],"haL":[73.7,-55.5],"hipR":[-27.1,6.8],"knR":[-45.9,107.9],"ftR":[-62.2,220.5],"hipL":[26.5,8.8],"knL":[17.6,131.4],"ftL":[0.1,249.2]},{"rootY":2.3,"hips":[0,0],"chest":[5.6,-96.3],"neck":[15.1,-162.9],"head":[19.8,-198.7],"shR":[-37,-143.5],"elR":[-56.5,-125.4],"haR":[-43.4,-135.2],"shL":[66.7,-133.9],"elL":[67,-93.7],"haL":[74.6,-56],"hipR":[-27,6.9],"knR":[-41.4,108],"ftR":[-53.8,219.8],"hipL":[26.5,8.7],"knL":[18.2,131.1],"ftL":[0,247.7]},{"rootY":3.4,"hips":[0,0],"chest":[4.4,-96.6],"neck":[14.1,-163.2],"head":[18.7,-199.1],"shR":[-37.6,-143.2],"elR":[-56.2,-124.9],"haR":[-43.1,-132.7],"shL":[65.9,-134.5],"elL":[67.3,-94.2],"haL":[75.6,-56.6],"hipR":[-26.9,7.1],"knR":[-36.2,109],"ftR":[-44.1,220.4],"hipL":[26.5,8.5],"knL":[18.6,130.7],"ftL":[-0.1,246]},{"rootY":4.6,"hips":[0,0],"chest":[3.2,-97.1],"neck":[12.9,-163.6],"head":[17.2,-199.6],"shR":[-38.2,-142.6],"elR":[-56,-124.4],"haR":[-42.8,-130.2],"shL":[64.8,-135.1],"elL":[67.4,-94.8],"haL":[76.7,-57.3],"hipR":[-26.8,7.1],"knR":[-30.9,110.2],"ftR":[-34,221.9],"hipL":[26.4,8.5],"knL":[18.7,130.3],"ftL":[-0.6,244.3]},{"rootY":6,"hips":[0,0],"chest":[2.1,-97.5],"neck":[11.5,-164.1],"head":[15.3,-200.2],"shR":[-39,-141.7],"elR":[-56,-123.6],"haR":[-42.7,-127.6],"shL":[63.7,-135.8],"elL":[67.5,-95.4],"haL":[77.8,-58],"hipR":[-26.7,7.1],"knR":[-25.6,111.6],"ftR":[-23.7,224.3],"hipL":[26.2,8.5],"knL":[18.8,129.8],"ftL":[-1.3,242.3]},{"rootY":7.7,"hips":[0,0],"chest":[0.9,-98.1],"neck":[9.9,-164.7],"head":[12.8,-200.8],"shR":[-40.1,-141],"elR":[-56.4,-122.8],"haR":[-43.1,-124.6],"shL":[62.3,-136.8],"elL":[67.2,-96.4],"haL":[78.6,-58.9],"hipR":[-26.5,7.4],"knR":[-20.3,113.7],"ftR":[-13.2,228.6],"hipL":[26.1,8.3],"knL":[18.9,128.9],"ftL":[-2.1,239.6]},{"rootY":10,"hips":[0,0],"chest":[-0.7,-98.6],"neck":[8,-165.3],"head":[9.5,-201.5],"shR":[-41.5,-140.2],"elR":[-56.8,-122],"haR":[-43.9,-121.4],"shL":[60.6,-137.4],"elL":[66.7,-97.4],"haL":[79.2,-60.2],"hipR":[-26.3,7.6],"knR":[-15,116],"ftR":[-3.4,233.7],"hipL":[25.9,8.1],"knL":[19.1,127.8],"ftL":[-3,236.3]},{"rootY":12.3,"hips":[0,0],"chest":[-1.6,-98.9],"neck":[6.5,-165.6],"head":[5.9,-201.9],"shR":[-42.3,-138.3],"elR":[-56.8,-120.2],"haR":[-44.4,-117.2],"shL":[59.1,-136.6],"elL":[66.7,-97.5],"haL":[80.1,-61.2],"hipR":[-26.2,7],"knR":[-10.3,116.8],"ftR":[3,237.6],"hipL":[25.4,8.6],"knL":[20.2,127.7],"ftL":[-3.7,232.6]},{"rootY":12.8,"hips":[0,0],"chest":[-0.7,-98.9],"neck":[6.1,-165.5],"head":[2.3,-201.6],"shR":[-41.6,-136.1],"elR":[-56,-116.3],"haR":[-44.1,-110.1],"shL":[58.9,-135.4],"elL":[67.3,-96.2],"haL":[80.6,-59.8],"hipR":[-26.3,6],"knR":[-6.9,116.2],"ftR":[4.4,239.4],"hipL":[24.9,9.6],"knL":[23.8,128.9],"ftL":[-2.9,228.2]},{"rootY":10.7,"hips":[0,0],"chest":[1.5,-98.8],"neck":[6.9,-165],"head":[-0.8,-200.5],"shR":[-40.3,-135],"elR":[-54.1,-110.7],"haR":[-43.3,-99.3],"shL":[60.2,-135.4],"elL":[68,-94.1],"haL":[80,-56],"hipR":[-26.2,5.4],"knR":[-6.1,116.5],"ftR":[2.8,240.9],"hipL":[24.6,10.1],"knL":[29.7,130.6],"ftL":[1.3,223.6]},{"rootY":7.3,"hips":[0,0],"chest":[2.9,-98.7],"neck":[7.8,-164.8],"head":[-3.5,-199.3],"shR":[-39.6,-136],"elR":[-51.2,-106.1],"haR":[-42.4,-87],"shL":[61.5,-137],"elL":[68.4,-93.1],"haL":[78.7,-53.1],"hipR":[-26,5.6],"knR":[-7,118.7],"ftR":[1.4,243.6],"hipL":[24.5,9.9],"knL":[36.3,131.3],"ftL":[9,220]},{"rootY":4.7,"hips":[0,0],"chest":[2.5,-98.8],"neck":[7.5,-165],"head":[-5.6,-198.7],"shR":[-39.9,-137.8],"elR":[-48,-103.3],"haR":[-41.9,-76.8],"shL":[61.5,-138.7],"elL":[68.2,-94.4],"haL":[77.8,-54.3],"hipR":[-25.9,6.1],"knR":[-7.9,121.6],"ftR":[0.6,246.6],"hipL":[24.6,9.5],"knL":[42,130.8],"ftL":[17.7,218.1]},{"rootY":3.2,"hips":[0,0],"chest":[1.3,-98.8],"neck":[5.9,-165.3],"head":[-7.1,-199],"shR":[-40.8,-138.2],"elR":[-45.8,-100.7],"haR":[-41.1,-69.8],"shL":[60.2,-139.5],"elL":[67.7,-97.3],"haL":[78,-59.1],"hipR":[-25.9,6.1],"knR":[-8.5,123.4],"ftR":[-0.3,248.5],"hipL":[24.7,9.5],"knL":[47.2,130.2],"ftL":[26.2,218.3]},{"rootY":2.3,"hips":[0,0],"chest":[0.2,-98.8],"neck":[4.3,-165.5],"head":[-7.7,-199.5],"shR":[-41.9,-137.4],"elR":[-45,-97.5],"haR":[-39.7,-64.1],"shL":[58.8,-139.8],"elL":[67.5,-100.9],"haL":[79.3,-65.4],"hipR":[-26.1,6],"knR":[-8.8,124.2],"ftR":[-1.3,249.3],"hipL":[24.8,9.6],"knL":[52.4,129.4],"ftL":[35.5,221.2]},{"rootY":1.8,"hips":[0,0],"chest":[-0.9,-98.7],"neck":[3.1,-165.6],"head":[-7.6,-199.9],"shR":[-43.2,-136.9],"elR":[-45.3,-94.2],"haR":[-38.4,-58.6],"shL":[57.7,-140.4],"elL":[67.6,-104.6],"haL":[80.9,-71.8],"hipR":[-26.1,6.1],"knR":[-8.7,124.9],"ftR":[-1.9,249.8],"hipL":[25,9.5],"knL":[57.4,128.1],"ftL":[47,226.2]},{"rootY":1.5,"hips":[0,0],"chest":[-2.1,-98.5],"neck":[2.3,-165.4],"head":[-7.3,-200.1],"shR":[-44.6,-137.1],"elR":[-46.1,-91.4],"haR":[-37.8,-53.6],"shL":[56.7,-140.9],"elL":[68,-108.2],"haL":[82.2,-78.4],"hipR":[-26,6.6],"knR":[-8.2,125.8],"ftR":[-2.6,250.2],"hipL":[25.1,9],"knL":[61.9,126.5],"ftL":[60,231.6]},{"rootY":1.6,"hips":[0,0],"chest":[-3.1,-98.3],"neck":[1.6,-165.2],"head":[-6.8,-200],"shR":[-45.6,-137.3],"elR":[-46.7,-89.3],"haR":[-37.7,-49.7],"shL":[56,-140.9],"elL":[68.5,-111.7],"haL":[82.9,-85.1],"hipR":[-25.9,6.9],"knR":[-8,126.4],"ftR":[-3.5,250.2],"hipL":[25.3,8.7],"knL":[65.8,125.1],"ftL":[72.9,236.6]},{"rootY":1.7,"hips":[0,0],"chest":[-3.6,-98.1],"neck":[1.3,-165],"head":[-6.4,-200],"shR":[-46.2,-137.3],"elR":[-47,-87.8],"haR":[-37.8,-46.9],"shL":[55.6,-140.8],"elL":[68.9,-115],"haL":[83.2,-91.4],"hipR":[-26.1,6.9],"knR":[-8.6,126.7],"ftR":[-4.6,249.9],"hipL":[25.5,8.7],"knL":[69.1,123.8],"ftL":[84.9,240.2]},{"rootY":1.7,"hips":[0,0],"chest":[-3.7,-97.9],"neck":[1,-164.8],"head":[-6.1,-199.9],"shR":[-46.6,-137.3],"elR":[-47.4,-86.8],"haR":[-38.2,-45],"shL":[55.4,-141],"elL":[68.9,-117.8],"haL":[82.9,-96.7],"hipR":[-26.2,6.8],"knR":[-9.4,127.2],"ftR":[-5.6,250],"hipL":[25.7,8.8],"knL":[71.8,122.4],"ftL":[95.8,241.7]},{"rootY":1.7,"hips":[0,0],"chest":[-3.9,-97.7],"neck":[0.8,-164.7],"head":[-5.9,-199.9],"shR":[-47.1,-137.5],"elR":[-48.1,-86.3],"haR":[-39.4,-43.9],"shL":[55.2,-141.4],"elL":[68.6,-120.4],"haL":[82.1,-101.3],"hipR":[-26.3,6.8],"knR":[-10.1,127.7],"ftR":[-6.9,250.1],"hipL":[25.7,8.9],"knL":[73.3,120.9],"ftL":[104.4,241.1]},{"rootY":1.8,"hips":[0,0],"chest":[-4,-97.3],"neck":[0.5,-164.4],"head":[-5.9,-199.7],"shR":[-47.7,-137.8],"elR":[-49.3,-86.2],"haR":[-41.1,-43.4],"shL":[54.9,-141.7],"elL":[67.8,-122.4],"haL":[80.8,-104.9],"hipR":[-26.4,6.7],"knR":[-11,128.1],"ftR":[-8.7,250],"hipL":[25.8,9],"knL":[73.8,119.2],"ftL":[109.8,239.2]},{"rootY":1.8,"hips":[0,0],"chest":[-4.1,-97],"neck":[0.3,-164.2],"head":[-5.9,-199.5],"shR":[-48.1,-138.1],"elR":[-50.7,-86.1],"haR":[-43.3,-43.1],"shL":[54.7,-141.9],"elL":[66.6,-123.8],"haL":[79.3,-107.3],"hipR":[-26.5,6.7],"knR":[-12.3,128.5],"ftR":[-10.7,249.9],"hipL":[26,8.9],"knL":[73.4,117.4],"ftL":[112.5,236.3]},{"rootY":1.9,"hips":[0,0],"chest":[-4.3,-96.7],"neck":[-0.1,-163.9],"head":[-6,-199.3],"shR":[-48.7,-138.3],"elR":[-52.3,-86.3],"haR":[-45.8,-43.1],"shL":[54.3,-141.9],"elL":[65.2,-124.6],"haL":[77.4,-108.6],"hipR":[-26.5,6.9],"knR":[-13.7,129.1],"ftR":[-12.9,249.8],"hipL":[26.2,8.7],"knL":[72.3,115.2],"ftL":[112.8,232.5]},{"rootY":2.1,"hips":[0,0],"chest":[-4.7,-96.4],"neck":[-0.6,-163.6],"head":[-6.2,-199.1],"shR":[-49.6,-138.4],"elR":[-54.1,-86.6],"haR":[-48.6,-43.5],"shL":[53.8,-141.7],"elL":[63.8,-124.7],"haL":[75,-109.2],"hipR":[-26.5,7.2],"knR":[-14.9,129.6],"ftR":[-15.4,249.5],"hipL":[26.4,8.4],"knL":[70.5,112.9],"ftL":[111.1,228.3]},{"rootY":2.6,"hips":[0,0],"chest":[-5.1,-96],"neck":[-1.1,-163.4],"head":[-6.3,-198.9],"shR":[-50.5,-138.6],"elR":[-56.2,-87.1],"haR":[-51.5,-44.2],"shL":[53.2,-141.2],"elL":[62.3,-124.5],"haL":[72.4,-109.2],"hipR":[-26.5,7.4],"knR":[-16,130],"ftR":[-18,248.8],"hipL":[26.5,8.2],"knL":[68.1,110.7],"ftL":[107.4,224.5]},{"rootY":3.2,"hips":[0,0],"chest":[-5.1,-95.7],"neck":[-1.5,-163.2],"head":[-6.4,-198.8],"shR":[-51.3,-138.6],"elR":[-58.2,-87.5],"haR":[-54.5,-45],"shL":[52.8,-140.8],"elL":[60.6,-123.9],"haL":[69.7,-108.4],"hipR":[-26.6,7.5],"knR":[-17.4,130.4],"ftR":[-20.6,248],"hipL":[26.7,8],"knL":[65.2,108.9],"ftL":[102.5,221.2]},{"rootY":3.8,"hips":[0,0],"chest":[-5,-95.5],"neck":[-1.5,-163],"head":[-6.1,-198.7],"shR":[-51.8,-138.5],"elR":[-60.1,-87.9],"haR":[-57.6,-46],"shL":[52.6,-140.5],"elL":[58.8,-123],"haL":[67,-106.9],"hipR":[-26.6,7.7],"knR":[-19.1,130.7],"ftR":[-23.2,247.2],"hipL":[26.8,7.8],"knL":[62.1,107.7],"ftL":[97.2,218.5]},{"rootY":4.5,"hips":[0,0],"chest":[-4.5,-95.4],"neck":[-1.2,-163],"head":[-5.5,-198.7],"shR":[-52.1,-138.6],"elR":[-61.8,-88.5],"haR":[-60.6,-47.1],"shL":[52.7,-140.2],"elL":[57,-122.1],"haL":[64.3,-105.3],"hipR":[-26.6,7.9],"knR":[-20.8,130.9],"ftR":[-25.8,246.2],"hipL":[26.8,7.7],"knL":[58.9,106.9],"ftL":[91.5,216.8]},{"rootY":5.4,"hips":[0,0],"chest":[-3.6,-95.4],"neck":[-0.2,-163],"head":[-4.2,-198.8],"shR":[-51.9,-138.9],"elR":[-63.4,-89.3],"haR":[-63.5,-48.4],"shL":[53.2,-139.8],"elL":[55.6,-121.2],"haL":[61.7,-103.8],"hipR":[-26.7,7.8],"knR":[-22.3,130.8],"ftR":[-28.3,244.8],"hipL":[26.8,7.7],"knL":[55.7,106.7],"ftL":[85.5,216.5]},{"rootY":6.2,"hips":[0,0],"chest":[-2.3,-95.6],"neck":[1.3,-163.2],"head":[-2.3,-199.1],"shR":[-51.1,-139.1],"elR":[-64.7,-90],"haR":[-66.6,-49.6],"shL":[54.2,-139.2],"elL":[54.5,-120.2],"haL":[59,-102.3],"hipR":[-26.8,7.7],"knR":[-23.9,130.6],"ftR":[-30.6,243.2],"hipL":[26.8,7.9],"knL":[52.5,107.1],"ftL":[79.1,217.5]},{"rootY":6.9,"hips":[0,0],"chest":[-0.8,-95.9],"neck":[3.1,-163.4],"head":[0.1,-199.4],"shR":[-49.9,-139.1],"elR":[-66,-90.6],"haR":[-70,-50.7],"shL":[55.4,-138.2],"elL":[53.4,-118.8],"haL":[56,-100.5],"hipR":[-26.9,7.4],"knR":[-25.7,130.1],"ftR":[-33,241.6],"hipL":[26.7,8.2],"knL":[49.2,108.3],"ftL":[72.5,219.7]},{"rootY":7.5,"hips":[0,0],"chest":[0.7,-96.2],"neck":[5.3,-163.6],"head":[3,-199.7],"shR":[-48.4,-139.3],"elR":[-67.1,-91.3],"haR":[-73.7,-51.7],"shL":[56.8,-137.1],"elL":[52.3,-117.3],"haL":[52.9,-98.6],"hipR":[-27,7.2],"knR":[-27.6,129.4],"ftR":[-35.4,239.7],"hipL":[26.6,8.4],"knL":[45.7,110.7],"ftL":[65.5,223.7]},{"rootY":8.3,"hips":[0,0],"chest":[2.6,-96.5],"neck":[8.1,-163.9],"head":[6.9,-200.1],"shR":[-46.2,-140.1],"elR":[-67.9,-92.3],"haR":[-77.3,-52.9],"shL":[58.7,-135.9],"elL":[51.6,-116],"haL":[50,-97.1],"hipR":[-27.1,6.8],"knR":[-29.1,128.4],"ftR":[-37.3,237.4],"hipL":[26.5,8.9],"knL":[42.2,114.1],"ftL":[58.2,229.1]},{"rootY":9.3,"hips":[0,0],"chest":[4.9,-97.1],"neck":[11.8,-164.2],"head":[11.9,-200.5],"shR":[-43.2,-140.6],"elR":[-68.5,-93.2],"haR":[-81.1,-54.2],"shL":[61.1,-134],"elL":[51.3,-114.4],"haL":[47.5,-95.6],"hipR":[-27.2,6.4],"knR":[-30.5,127.3],"ftR":[-38.9,234.8],"hipL":[26.4,9.2],"knL":[39.2,117.8],"ftL":[52.4,234.1]},{"rootY":9.8,"hips":[0,0],"chest":[6.5,-97.5],"neck":[15.9,-164.2],"head":[17.6,-200.5],"shR":[-39.8,-140.2],"elR":[-69.7,-93.3],"haR":[-85.5,-54.9],"shL":[63.5,-131],"elL":[51.1,-111.9],"haL":[44.8,-93.5],"hipR":[-27.1,6.7],"knR":[-32.1,126.5],"ftR":[-41.2,232.5],"hipL":[26.5,8.9],"knL":[38,120.6],"ftL":[49.9,236.9]},{"rootY":9.6,"hips":[0,0],"chest":[6.5,-97.7],"neck":[19.9,-163.6],"head":[23.8,-199.6],"shR":[-36.6,-139.7],"elR":[-71.7,-92.8],"haR":[-90.7,-54.6],"shL":[65.5,-127],"elL":[51.1,-108.3],"haL":[42.4,-90.1],"hipR":[-26.8,7.7],"knR":[-33.8,126],"ftR":[-44.4,230],"hipL":[26.7,8],"knL":[38.2,122],"ftL":[49.8,237.6]},{"rootY":8.6,"hips":[0,0],"chest":[5.5,-97.8],"neck":[23.5,-162.5],"head":[30.6,-197.9],"shR":[-33.4,-140.1],"elR":[-73.8,-92.2],"haR":[-95.7,-53.4],"shL":[67.4,-122.9],"elL":[52,-103.5],"haL":[41.3,-85],"hipR":[-26.5,8.5],"knR":[-34.7,126],"ftR":[-47.6,227.2],"hipL":[26.8,7.1],"knL":[38,122.5],"ftL":[49.3,238.3]},{"rootY":6.8,"hips":[0,0],"chest":[5,-98.1],"neck":[27,-161.3],"head":[37.9,-195.6],"shR":[-29.6,-140.7],"elR":[-74.7,-91.9],"haR":[-99.7,-51.6],"shL":[69.6,-118.9],"elL":[54.6,-97.4],"haL":[42.8,-77.6],"hipR":[-26.4,8.6],"knR":[-34.8,126.6],"ftR":[-49.4,224.3],"hipL":[26.7,7],"knL":[36.9,123.4],"ftL":[47.1,240.5]},{"rootY":4.2,"hips":[0,0],"chest":[5.8,-98.4],"neck":[30.8,-160.4],"head":[45.4,-193.1],"shR":[-25.6,-141.1],"elR":[-74.1,-92],"haR":[-102.8,-50.5],"shL":[72.2,-115.9],"elL":[58.2,-90.7],"haL":[46.7,-67.9],"hipR":[-26.6,8.2],"knR":[-35.1,127.5],"ftR":[-50.7,221.3],"hipL":[26.7,7.4],"knL":[35.5,124.9],"ftL":[44.4,243.4]},{"rootY":1.8,"hips":[0,0],"chest":[7.3,-98.5],"neck":[34.2,-159.5],"head":[51.9,-190.6],"shR":[-22.4,-141.5],"elR":[-73.5,-93.1],"haR":[-106,-51.4],"shL":[74.8,-114.3],"elL":[61.2,-84.9],"haL":[52,-57],"hipR":[-26.8,7.7],"knR":[-36.7,128.4],"ftR":[-53,218.1],"hipL":[26.6,7.8],"knL":[34.6,126.2],"ftL":[42.6,246]},{"rootY":0.1,"hips":[0,0],"chest":[8.8,-98.5],"neck":[36.7,-158.8],"head":[56.8,-188.4],"shR":[-20.4,-142.1],"elR":[-74.1,-95.1],"haR":[-110.2,-54.9],"shL":[77.1,-113.9],"elL":[63.5,-80.3],"haL":[57.6,-46.7],"hipR":[-26.9,7.6],"knR":[-39.5,129.2],"ftR":[-56.1,214.7],"hipL":[26.6,7.9],"knL":[33.8,127],"ftL":[41.1,247.9]},{"rootY":-1.2,"hips":[0,0],"chest":[10.1,-98.4],"neck":[38.4,-158.1],"head":[60.3,-186.5],"shR":[-19.2,-142.6],"elR":[-76,-98],"haR":[-115.2,-60.6],"shL":[78.8,-113.7],"elL":[65.6,-76.2],"haL":[62.9,-37.9],"hipR":[-26.9,7.5],"knR":[-43,129.5],"ftR":[-58.5,211.8],"hipL":[26.7,7.9],"knL":[32.7,127.5],"ftL":[38.9,249.6]},{"rootY":-2.5,"hips":[0,0],"chest":[11.5,-98.3],"neck":[39.7,-157.5],"head":[63.1,-185],"shR":[-18.3,-142.7],"elR":[-78.5,-101.3],"haR":[-120.2,-67.9],"shL":[80.1,-113.2],"elL":[68.2,-72.1],"haL":[67.3,-30.8],"hipR":[-26.9,7.4],"knR":[-46.7,129],"ftR":[-59.2,211.2],"hipL":[26.7,8],"knL":[31.5,128.2],"ftL":[36.7,251.1]},{"rootY":-3.9,"hips":[0,0],"chest":[12.7,-98.1],"neck":[40.9,-156.9],"head":[65.2,-183.7],"shR":[-17.4,-142.6],"elR":[-81,-105.5],"haR":[-124.4,-76.6],"shL":[81.2,-112.7],"elL":[70.6,-68.7],"haL":[70.4,-25.3],"hipR":[-27,7.1],"knR":[-50.5,127.9],"ftR":[-59.4,214.2],"hipL":[26.6,8.3],"knL":[30.7,129.1],"ftL":[35.2,252.6]},{"rootY":-5.2,"hips":[0,0],"chest":[13.8,-97.9],"neck":[41.7,-156.4],"head":[66.6,-182.8],"shR":[-16.9,-142.6],"elR":[-83.5,-110.5],"haR":[-127.6,-86.7],"shL":[82.1,-112.5],"elL":[72.1,-66.5],"haL":[72,-21.3],"hipR":[-27.1,6.8],"knR":[-54.3,126.2],"ftR":[-60.7,220.2],"hipL":[26.5,8.7],"knL":[30.2,129.9],"ftL":[34.1,253.8]},{"rootY":-6.3,"hips":[0,0],"chest":[14.8,-97.6],"neck":[42.2,-155.9],"head":[67.2,-182.2],"shR":[-16.5,-142.7],"elR":[-85.5,-116],"haR":[-129.6,-97.5],"shL":[82.9,-112.5],"elL":[72.7,-65.1],"haL":[72.5,-18.5],"hipR":[-27.2,6.4],"knR":[-57.9,124.4],"ftR":[-63.9,227.3],"hipL":[26.4,9.1],"knL":[29.6,130.7],"ftL":[32.9,255]},{"rootY":-7.2,"hips":[0,0],"chest":[16,-97.3],"neck":[42.7,-155.5],"head":[67.5,-182],"shR":[-16.1,-142.8],"elR":[-86.6,-121.1],"haR":[-130,-108.4],"shL":[83.7,-112.5],"elL":[72.8,-64.1],"haL":[72.2,-16.4],"hipR":[-27.3,6],"knR":[-60.7,122.5],"ftR":[-68.9,234.2],"hipL":[26.2,9.5],"knL":[29.1,131.4],"ftL":[31.7,256.1]},{"rootY":-8,"hips":[0,0],"chest":[17.3,-97],"neck":[43.3,-155.3],"head":[67.6,-182.1],"shR":[-15.5,-143],"elR":[-86.9,-125.7],"haR":[-128.3,-118.7],"shL":[84.5,-112.5],"elL":[72.8,-63.3],"haL":[71.5,-15],"hipR":[-27.4,5.5],"knR":[-62.2,120.9],"ftR":[-75.4,239.6],"hipL":[26,10],"knL":[28.8,132],"ftL":[31,257]},{"rootY":-8.6,"hips":[0,0],"chest":[18.5,-96.8],"neck":[43.8,-155.3],"head":[67.4,-182.3],"shR":[-15,-143.4],"elR":[-86.7,-129.9],"haR":[-125,-127.9],"shL":[85.4,-112.9],"elL":[72.7,-62.9],"haL":[70.4,-14],"hipR":[-27.5,4.9],"knR":[-62.4,119.6],"ftR":[-82.4,242],"hipL":[25.8,10.6],"knL":[28.8,132.6],"ftL":[30.5,257.8]},{"rootY":-8.8,"hips":[0,0],"chest":[19.1,-96.7],"neck":[43.7,-155.3],"head":[66.7,-182.6],"shR":[-14.9,-143.9],"elR":[-86.3,-133.7],"haR":[-120.8,-136],"shL":[85.9,-113.6],"elL":[72.2,-63],"haL":[68.9,-13.6],"hipR":[-27.5,4.7],"knR":[-62.3,118.7],"ftR":[-88.7,241.2],"hipL":[25.7,10.8],"knL":[28.7,133],"ftL":[30,258.4]},{"rootY":-8.9,"hips":[0,0],"chest":[19.1,-96.5],"neck":[43.2,-155.4],"head":[65.4,-183],"shR":[-15.2,-144.3],"elR":[-86.1,-136.8],"haR":[-116.3,-142.6],"shL":[85.9,-114.4],"elL":[71.5,-63.3],"haL":[67.2,-13.6],"hipR":[-27.5,4.8],"knR":[-62.6,117.6],"ftR":[-93.4,237.8],"hipL":[25.8,10.7],"knL":[28.7,133.2],"ftL":[29.9,258.5]},{"rootY":-9,"hips":[0,0],"chest":[18.6,-96.4],"neck":[42.4,-155.6],"head":[63.6,-183.4],"shR":[-15.9,-144.6],"elR":[-85.6,-139.1],"haR":[-111.5,-147.5],"shL":[85.4,-115.1],"elL":[70.6,-63.7],"haL":[65.6,-13.8],"hipR":[-27.4,5.1],"knR":[-63.3,115.7],"ftR":[-96.4,233.2],"hipL":[25.8,10.5],"knL":[28.9,133.3],"ftL":[30.2,258.5]},{"rootY":-8.9,"hips":[0,0],"chest":[17.8,-96.2],"neck":[41.3,-155.7],"head":[61.5,-183.8],"shR":[-16.6,-145],"elR":[-84.9,-140.6],"haR":[-106.5,-150.4],"shL":[84.7,-115.8],"elL":[69.7,-64.2],"haL":[64.4,-14.2],"hipR":[-27.4,5.3],"knR":[-64.1,112.9],"ftR":[-98.3,228.4],"hipL":[25.9,10.2],"knL":[29.1,133.3],"ftL":[30.7,258.5]},{"rootY":-8.7,"hips":[0,0],"chest":[16.9,-95.9],"neck":[40.2,-155.8],"head":[58.9,-184.2],"shR":[-17.4,-145.2],"elR":[-83.8,-141.5],"haR":[-101.5,-151.7],"shL":[84,-116.6],"elL":[69.2,-64.8],"haL":[63.8,-14.6],"hipR":[-27.3,5.5],"knR":[-64.4,109.9],"ftR":[-99.2,224],"hipL":[25.9,10.1],"knL":[29.3,133.2],"ftL":[31.2,258.3]},{"rootY":-8.5,"hips":[0,0],"chest":[16,-95.7],"neck":[39,-155.8],"head":[56.2,-184.7],"shR":[-18.2,-145],"elR":[-82.3,-141.6],"haR":[-96.6,-151.3],"shL":[83.3,-117.4],"elL":[69.1,-65.2],"haL":[64,-15],"hipR":[-27.1,5.6],"knR":[-63.7,107.7],"ftR":[-98.9,220.5],"hipL":[25.9,10],"knL":[29.8,133.1],"ftL":[32.1,257.9]},{"rootY":-8,"hips":[0,0],"chest":[15.1,-95.5],"neck":[37.8,-156],"head":[53.2,-185.4],"shR":[-19.1,-144.5],"elR":[-80.8,-140.6],"haR":[-91.9,-149.4],"shL":[82.3,-118.2],"elL":[69.4,-65.6],"haL":[65.1,-15.3],"hipR":[-27,5.6],"knR":[-62.3,106.3],"ftR":[-97.7,217.8],"hipL":[25.8,10],"knL":[30.7,133],"ftL":[33.4,257.3]},{"rootY":-7.4,"hips":[0,0],"chest":[14.1,-95.4],"neck":[36.2,-156.4],"head":[50,-186.2],"shR":[-20.1,-143.9],"elR":[-79.4,-138.9],"haR":[-87.7,-146.3],"shL":[81.2,-119.2],"elL":[70.1,-66.2],"haL":[67.2,-15.8],"hipR":[-26.9,5.6],"knR":[-60.6,105.6],"ftR":[-95.8,215.8],"hipL":[25.7,10],"knL":[31.9,132.9],"ftL":[35,256.6]},{"rootY":-6.4,"hips":[0,0],"chest":[13,-95.4],"neck":[34.3,-156.9],"head":[46.3,-187.3],"shR":[-21.5,-143.4],"elR":[-78.4,-136.9],"haR":[-84.2,-142.4],"shL":[79.9,-120.6],"elL":[71.1,-67.3],"haL":[70.3,-16.8],"hipR":[-26.8,5.6],"knR":[-58.6,105.6],"ftR":[-92.5,215.2],"hipL":[25.6,10],"knL":[33.4,132.7],"ftL":[36.8,255.4]},{"rootY":-5,"hips":[0,0],"chest":[11.6,-95.6],"neck":[31.9,-157.6],"head":[42.3,-188.6],"shR":[-23.3,-142.7],"elR":[-77.8,-134.8],"haR":[-81.7,-137.9],"shL":[78.2,-122.3],"elL":[72.5,-68.9],"haL":[74.4,-18.5],"hipR":[-26.6,5.9],"knR":[-56.1,106.6],"ftR":[-87.4,216.2],"hipL":[25.6,9.7],"knL":[35,132.1],"ftL":[38.7,253.7]},{"rootY":-3.3,"hips":[0,0],"chest":[9.8,-95.9],"neck":[29.1,-158.4],"head":[37.8,-190],"shR":[-25.6,-141.8],"elR":[-77.7,-132.3],"haR":[-80,-133.2],"shL":[76,-124.1],"elL":[74,-71],"haL":[79.3,-21.1],"hipR":[-26.4,6.3],"knR":[-53.1,108.2],"ftR":[-81.3,218.5],"hipL":[25.7,9.3],"knL":[36.6,131.3],"ftL":[40.8,251.7]},{"rootY":-1.4,"hips":[0,0],"chest":[7.7,-96.2],"neck":[25.8,-159.2],"head":[33,-191.5],"shR":[-28.2,-140.8],"elR":[-77.9,-129.4],"haR":[-79.3,-128],"shL":[73.4,-125.8],"elL":[75.6,-73.5],"haL":[84.5,-24.6],"hipR":[-26.3,6.9],"knR":[-49.8,110.3],"ftR":[-74.6,222.7],"hipL":[25.8,8.7],"knL":[38.1,130.1],"ftL":[43.2,249.2]},{"rootY":1,"hips":[0,0],"chest":[5.3,-96.5],"neck":[22.2,-160.2],"head":[27.6,-193.2],"shR":[-31.3,-140.1],"elR":[-78.2,-126.4],"haR":[-79.2,-122.4],"shL":[70.5,-127.5],"elL":[77.3,-76.6],"haL":[90.1,-29.1],"hipR":[-26,7.7],"knR":[-46,113.2],"ftR":[-66.2,229.2],"hipL":[26,8],"knL":[39.6,128.6],"ftL":[45.7,246.1]},{"rootY":3.7,"hips":[0,0],"chest":[2.8,-97],"neck":[18.7,-161.2],"head":[22.4,-194.9],"shR":[-34.5,-139.4],"elR":[-78.3,-123.8],"haR":[-79.4,-116.7],"shL":[67.5,-128.5],"elL":[79.6,-79.6],"haL":[96.5,-34.4],"hipR":[-25.8,8.4],"knR":[-41.4,116.8],"ftR":[-56,236.5],"hipL":[26.1,7.3],"knL":[41.7,126.8],"ftL":[49.1,242.5]},{"rootY":6.3,"hips":[0,0],"chest":[1.4,-97.3],"neck":[16.2,-162],"head":[18,-196.4],"shR":[-36.8,-138.1],"elR":[-76.9,-120.9],"haR":[-78.6,-110.5],"shL":[65.1,-128],"elL":[83.4,-82.3],"haL":[104.5,-40.5],"hipR":[-26.1,8.2],"knR":[-36,119],"ftR":[-45.7,241.4],"hipL":[26.2,7.4],"knL":[44.7,125.5],"ftL":[54.2,238.4]},{"rootY":8.2,"hips":[0,0],"chest":[2.1,-97.3],"neck":[15,-162.6],"head":[14.9,-197.6],"shR":[-37.7,-137.2],"elR":[-73.4,-117.3],"haR":[-76.3,-103.1],"shL":[64.2,-127.2],"elL":[88.1,-85.3],"haL":[113.5,-47.2],"hipR":[-26.7,7],"knR":[-30,118],"ftR":[-37.3,242.3],"hipL":[26.1,8.7],"knL":[48.5,124.6],"ftL":[61,233.8]},{"rootY":8.3,"hips":[0,0],"chest":[3.9,-97.1],"neck":[14.5,-163.1],"head":[11.9,-198.2],"shR":[-38.2,-138.1],"elR":[-68.5,-112.9],"haR":[-73.2,-93.7],"shL":[64.5,-127.9],"elL":[92.3,-89.3],"haL":[120.9,-54.2],"hipR":[-27.1,5.9],"knR":[-25.6,116.5],"ftR":[-31.6,241.6],"hipL":[26,9.8],"knL":[53.1,124.5],"ftL":[67.6,228.5]},{"rootY":6.4,"hips":[0,0],"chest":[4.6,-97],"neck":[13.9,-163.5],"head":[8.2,-198.3],"shR":[-39,-140.4],"elR":[-63.8,-108.3],"haR":[-70.3,-82.8],"shL":[64.7,-129.9],"elL":[95,-94],"haL":[125.1,-61.4],"hipR":[-27.1,5.9],"knR":[-23.2,117.8],"ftR":[-27,243],"hipL":[26,9.7],"knL":[57.9,125],"ftL":[72.4,222.8]},{"rootY":3.8,"hips":[0,0],"chest":[4,-97.1],"neck":[12.9,-163.7],"head":[4.1,-198],"shR":[-40,-142.4],"elR":[-60.2,-104.2],"haR":[-67.5,-72.7],"shL":[64.4,-132.2],"elL":[96.7,-99.4],"haL":[127.1,-70],"hipR":[-26.7,6.6],"knR":[-20.9,120.9],"ftR":[-22.4,245.9],"hipL":[26,9.1],"knL":[62.5,125.6],"ftL":[75.5,216.4]},{"rootY":1.8,"hips":[0,0],"chest":[3.2,-97.2],"neck":[11.5,-164],"head":[0.4,-197.7],"shR":[-40.9,-142.9],"elR":[-57.7,-100.7],"haR":[-64.3,-65.1],"shL":[63.6,-134.3],"elL":[97.9,-105.6],"haL":[128,-80.4],"hipR":[-26.6,6.8],"knR":[-18.5,123.3],"ftR":[-18.2,248.1],"hipL":[26,8.8],"knL":[67.1,125],"ftL":[77.8,210.3]},{"rootY":0.7,"hips":[0,0],"chest":[2.8,-97.2],"neck":[9.7,-164.1],"head":[-2.7,-197.4],"shR":[-42,-141.8],"elR":[-56.1,-97.4],"haR":[-60.5,-59.8],"shL":[62.6,-136.1],"elL":[98,-112.2],"haL":[128.2,-91.4],"hipR":[-26.7,6.7],"knR":[-17.1,124.6],"ftR":[-14.9,249.1],"hipL":[26.1,8.9],"knL":[71.5,123.3],"ftL":[80.5,206.3]},{"rootY":-0.1,"hips":[0,0],"chest":[2.3,-97.2],"neck":[7.5,-164.3],"head":[-5.4,-197.3],"shR":[-43.7,-140.3],"elR":[-55.3,-94.4],"haR":[-56.9,-55.9],"shL":[61.1,-137.8],"elL":[97,-118.5],"haL":[127.6,-101.8],"hipR":[-26.8,6.9],"knR":[-16.8,125.8],"ftR":[-12.4,249.7],"hipL":[26.3,8.7],"knL":[75.1,120.9],"ftL":[84.1,205.9]},{"rootY":-0.7,"hips":[0,0],"chest":[1.2,-97.2],"neck":[5.1,-164.4],"head":[-8,-197.3],"shR":[-45.9,-139.3],"elR":[-55.2,-92.1],"haR":[-53.9,-53.3],"shL":[59.2,-139.3],"elL":[95.3,-124.1],"haL":[126.2,-111],"hipR":[-26.7,7.5],"knR":[-16.8,127.2],"ftR":[-10.1,250.5],"hipL":[26.6,8.2],"knL":[77.8,118.1],"ftL":[89.3,209.1]},{"rootY":-1.2,"hips":[0,0],"chest":[-0.2,-97.1],"neck":[3,-164.3],"head":[-10.2,-197.3],"shR":[-48.1,-138.8],"elR":[-55.5,-90.7],"haR":[-51.4,-51.8],"shL":[57.2,-140.3],"elL":[93.4,-128.7],"haL":[124.3,-118.8],"hipR":[-26.6,8],"knR":[-16.4,128.4],"ftR":[-8.4,250.9],"hipL":[26.8,7.7],"knL":[80.1,115.4],"ftL":[96.5,214.3]},{"rootY":-1.5,"hips":[0,0],"chest":[-1.2,-97],"neck":[1.1,-164.2],"head":[-12,-197.2],"shR":[-49.8,-138.6],"elR":[-55.7,-90],"haR":[-49.7,-51.2],"shL":[55.6,-141],"elL":[91.3,-132.5],"haL":[122,-125.1],"hipR":[-26.6,8.2],"knR":[-16.4,129.3],"ftR":[-7.2,250.9],"hipL":[26.9,7.5],"knL":[82,113.2],"ftL":[104.5,220.1]},{"rootY":-1.7,"hips":[0,0],"chest":[-2,-97],"neck":[-0.4,-164.2],"head":[-13.6,-197.2],"shR":[-51.3,-138.5],"elR":[-56,-89.8],"haR":[-48.9,-50.9],"shL":[54.2,-141.9],"elL":[89.2,-135.5],"haL":[119.3,-129.9],"hipR":[-26.6,8.4],"knR":[-16.9,130.1],"ftR":[-6.2,250.9],"hipL":[27,7.2],"knL":[82.7,111.5],"ftL":[112,224.8]},{"rootY":-1.6,"hips":[0,0],"chest":[-2.6,-97.1],"neck":[-1.9,-164.3],"head":[-15.3,-197.3],"shR":[-52.6,-138.5],"elR":[-56.4,-89.7],"haR":[-48.9,-50.8],"shL":[53,-142.8],"elL":[87.2,-137.8],"haL":[116.6,-133.6],"hipR":[-26.5,8.8],"knR":[-17.4,131],"ftR":[-5.3,250.8],"hipL":[27.1,6.9],"knL":[82.1,110.1],"ftL":[117.9,227.2]},{"rootY":-1.2,"hips":[0,0],"chest":[-3.2,-97.2],"neck":[-3.3,-164.4],"head":[-16.9,-197.3],"shR":[-54,-138.5],"elR":[-57.4,-89.6],"haR":[-49.5,-50.8],"shL":[51.7,-143.5],"elL":[85.4,-139.6],"haL":[114.1,-136.4],"hipR":[-26.4,9],"knR":[-17.9,131.6],"ftR":[-5,250.2],"hipL":[27.1,6.6],"knL":[80.4,109],"ftL":[121,227.3]},{"rootY":-0.7,"hips":[0,0],"chest":[-3.7,-97.2],"neck":[-4.9,-164.4],"head":[-18.7,-197.3],"shR":[-55.5,-138.2],"elR":[-59.1,-89.3],"haR":[-50.8,-51],"shL":[50.3,-144.2],"elL":[83.3,-141],"haL":[111.6,-138.2],"hipR":[-26.4,9.2],"knR":[-18.8,132],"ftR":[-5.4,249.3],"hipL":[27.1,6.4],"knL":[77.6,108.3],"ftL":[120.5,225.7]},{"rootY":0,"hips":[0,0],"chest":[-4,-97.2],"neck":[-6.4,-164.4],"head":[-20.4,-197.1],"shR":[-57.1,-137.8],"elR":[-61.1,-88.8],"haR":[-52.5,-51.1],"shL":[48.9,-144.8],"elL":[81.2,-141.8],"haL":[109.3,-139.2],"hipR":[-26.2,9.3],"knR":[-20,132.4],"ftR":[-6.1,248.4],"hipL":[27.1,6.3],"knL":[73.7,107.8],"ftL":[116.6,223.2]},{"rootY":0.7,"hips":[0,0],"chest":[-4.1,-97.3],"neck":[-7.5,-164.4],"head":[-21.9,-197],"shR":[-58.4,-137.4],"elR":[-63.1,-88.3],"haR":[-54.6,-51],"shL":[47.8,-145.4],"elL":[79.4,-142.1],"haL":[107.2,-139.3],"hipR":[-26.1,9.5],"knR":[-21.2,132.6],"ftR":[-6.9,247.4],"hipL":[27,6.1],"knL":[69.3,106.9],"ftL":[109.9,220.3]},{"rootY":1.5,"hips":[0,0],"chest":[-3.7,-97.4],"neck":[-8.2,-164.4],"head":[-22.9,-197],"shR":[-59.1,-137.2],"elR":[-64.8,-87.9],"haR":[-56.8,-50.9],"shL":[47.1,-146],"elL":[77.8,-142.1],"haL":[105.3,-138.7],"hipR":[-25.9,9.5],"knR":[-22.2,132.5],"ftR":[-7.9,246],"hipL":[26.9,6.1],"knL":[64.1,105.6],"ftL":[100.3,218]},{"rootY":2.4,"hips":[0,0],"chest":[-3,-97.6],"neck":[-8.4,-164.5],"head":[-23.6,-197],"shR":[-59.6,-137.3],"elR":[-66.2,-87.6],"haR":[-59.1,-50.5],"shL":[46.7,-146.6],"elL":[75.9,-141.8],"haL":[103,-137.5],"hipR":[-25.7,9.6],"knR":[-23.1,132.1],"ftR":[-9.1,244.2],"hipL":[26.7,6.1],"knL":[57.7,104.8],"ftL":[87.5,217.2]},{"rootY":3.7,"hips":[0,0],"chest":[-2.1,-97.8],"neck":[-8.2,-164.7],"head":[-23.7,-197.1],"shR":[-59.6,-137.7],"elR":[-67.2,-87.7],"haR":[-61.7,-49.9],"shL":[46.7,-146.9],"elL":[73.5,-141.3],"haL":[99.6,-136.1],"hipR":[-25.4,9.6],"knR":[-23.7,131.5],"ftR":[-10,242],"hipL":[26.5,6],"knL":[50.2,104.9],"ftL":[72.2,217.3]},{"rootY":5.6,"hips":[0,0],"chest":[-1.1,-98.1],"neck":[-7.3,-165],"head":[-23.1,-197.3],"shR":[-59.1,-138.4],"elR":[-67.5,-87.8],"haR":[-64.4,-48.7],"shL":[47.2,-146.6],"elL":[70.9,-140.5],"haL":[95,-134.7],"hipR":[-25.2,9.5],"knR":[-24,130.3],"ftR":[-10.5,238.9],"hipL":[26.2,6.1],"knL":[42.1,105.7],"ftL":[56,217.8]},{"rootY":8,"hips":[0,0],"chest":[0.5,-98.3],"neck":[-5.6,-165.2],"head":[-21.5,-197.7],"shR":[-57.7,-139.4],"elR":[-67.1,-88.1],"haR":[-66.6,-47.3],"shL":[48.4,-145.6],"elL":[68.3,-139.2],"haL":[89.5,-132.9],"hipR":[-25,9.1],"knR":[-24.2,128.4],"ftR":[-10.9,234.8],"hipL":[25.9,6.5],"knL":[34,107.7],"ftL":[40.1,220.3]},{"rootY":11.2,"hips":[0,0],"chest":[2.7,-98.5],"neck":[-3.1,-165.5],"head":[-18.8,-198.1],"shR":[-55.6,-140.4],"elR":[-66.3,-88.3],"haR":[-68.2,-46.1],"shL":[50.3,-144.3],"elL":[66.1,-137.6],"haL":[83.6,-131],"hipR":[-24.8,8.5],"knR":[-24.3,126],"ftR":[-11,229.5],"hipL":[25.4,7.1],"knL":[25.9,111.3],"ftL":[25.2,225.3]},{"rootY":14.8,"hips":[0,0],"chest":[5.4,-98.7],"neck":[0.5,-165.9],"head":[-15,-198.7],"shR":[-52.6,-140.2],"elR":[-65.5,-87.7],"haR":[-69.9,-44.8],"shL":[52.7,-141.7],"elL":[63.8,-135.3],"haL":[77.3,-128.8],"hipR":[-24.4,8.4],"knR":[-24.8,123.6],"ftR":[-10.6,223.4],"hipL":[25,7.3],"knL":[18.4,113.7],"ftL":[12.9,230.5]},{"rootY":17.6,"hips":[0,0],"chest":[8.7,-98.7],"neck":[5.2,-166],"head":[-9.9,-199],"shR":[-48.4,-138.4],"elR":[-64.7,-85.6],"haR":[-72.1,-42.5],"shL":[55.6,-137.9],"elL":[61.5,-131.6],"haL":[71,-124.8],"hipR":[-23.9,8.3],"knR":[-27.4,122.1],"ftR":[-11.1,216.8],"hipL":[24.6,7.3],"knL":[11.1,111.6],"ftL":[5.5,233]},{"rootY":18.3,"hips":[0,0],"chest":[13.4,-98.1],"neck":[10.9,-165.3],"head":[-3.1,-198.7],"shR":[-42.8,-136.5],"elR":[-63,-82.8],"haR":[-73.8,-39],"shL":[59.7,-134.5],"elL":[60.2,-126.2],"haL":[65.5,-117.1],"hipR":[-23.9,7],"knR":[-32.1,120.7],"ftR":[-14.8,210],"hipL":[23.7,8.7],"knL":[5.4,108.3],"ftL":[4.7,233.1]},{"rootY":15.8,"hips":[0,0],"chest":[18.1,-97],"neck":[16.1,-164.1],"head":[3.8,-198],"shR":[-37.9,-135.4],"elR":[-61.4,-80.1],"haR":[-75.1,-34.8],"shL":[63.6,-132.2],"elL":[59,-119.1],"haL":[60.2,-105.2],"hipR":[-23.9,4.9],"knR":[-37.7,120],"ftR":[-23.7,206.6],"hipL":[22.2,10.7],"knL":[3.3,109.6],"ftL":[7.2,234.8]},{"rootY":11.2,"hips":[0,0],"chest":[20.9,-96.4],"neck":[19.1,-163.2],"head":[9,-197.8],"shR":[-35.2,-135.5],"elR":[-61.5,-78.8],"haR":[-77.6,-32.1],"shL":[65.5,-130.6],"elL":[56.3,-111.3],"haL":[54.1,-91.4],"hipR":[-23.6,3.2],"knR":[-42.8,119.8],"ftR":[-34.5,207.1],"hipL":[21,12.2],"knL":[2.4,114.7],"ftL":[8.7,239.5]},{"rootY":5.7,"hips":[0,0],"chest":[22,-96.4],"neck":[20.5,-162.9],"head":[13,-198.2],"shR":[-34.2,-136],"elR":[-63.3,-79],"haR":[-82.2,-31.9],"shL":[65.5,-128.8],"elL":[52.2,-103.7],"haL":[47.4,-78.2],"hipR":[-23.4,2.3],"knR":[-47.9,119.5],"ftR":[-43.6,209.3],"hipL":[20.7,13.1],"knL":[2.7,120.6],"ftL":[9.2,245.3]},{"rootY":0.7,"hips":[0,0],"chest":[22.3,-96.6],"neck":[21.1,-163],"head":[16.5,-198.8],"shR":[-33.9,-136.6],"elR":[-66.6,-80.7],"haR":[-89,-34.3],"shL":[64.9,-127.6],"elL":[47.6,-97.6],"haL":[40.3,-67.4],"hipR":[-23.5,1.9],"knR":[-53.7,118.8],"ftR":[-50.9,213.7],"hipL":[20.9,13.4],"knL":[4.5,125.2],"ftL":[9.7,250.1]},{"rootY":-3,"hips":[0,0],"chest":[22.4,-96.6],"neck":[21.3,-162.9],"head":[19.5,-199.1],"shR":[-33.8,-137.4],"elR":[-71,-84],"haR":[-97.2,-39.8],"shL":[64.6,-127.4],"elL":[43.4,-93.5],"haL":[33.2,-59.4],"hipR":[-23.6,1.6],"knR":[-59.9,117.4],"ftR":[-60.8,219.7],"hipL":[20.8,13.6],"knL":[6.5,128.5],"ftL":[10.1,253.3]},{"rootY":-5,"hips":[0,0],"chest":[22.9,-96.4],"neck":[21.8,-162.7],"head":[22,-199],"shR":[-33.4,-138],"elR":[-76,-89],"haR":[-105.9,-48.1],"shL":[64.9,-127.2],"elL":[40.2,-90.7],"haL":[26.6,-53.9],"hipR":[-23.5,1.3],"knR":[-65.8,115.6],"ftR":[-74.8,225],"hipL":[20.5,13.9],"knL":[7.3,131],"ftL":[10.1,255.4]},{"rootY":-5.9,"hips":[0,0],"chest":[23.8,-96.1],"neck":[22.7,-162.4],"head":[24,-198.7],"shR":[-32.5,-137.8],"elR":[-80.9,-95],"haR":[-113.9,-58.6],"shL":[65.4,-126.5],"elL":[37.8,-88.4],"haL":[20.9,-50.1],"hipR":[-23.3,1.1],"knR":[-71,113.9],"ftR":[-91,228.1],"hipL":[20.2,14.1],"knL":[7.2,132.5],"ftL":[10.1,256.5]},{"rootY":-6.2,"hips":[0,0],"chest":[25,-95.7],"neck":[23.8,-162],"head":[25.7,-198.3],"shR":[-31.4,-137.4],"elR":[-85,-101.6],"haR":[-120.3,-70.1],"shL":[66,-125.6],"elL":[36.3,-86.5],"haL":[16.8,-47],"hipR":[-23.4,0.9],"knR":[-75.9,112.1],"ftR":[-107,228.6],"hipL":[20.1,14.3],"knL":[7.6,133.5],"ftL":[10.4,256.6]},{"rootY":-6.2,"hips":[0,0],"chest":[25.9,-95.4],"neck":[24.9,-161.6],"head":[27.3,-197.9],"shR":[-30.4,-137.7],"elR":[-87.7,-108.4],"haR":[-124.7,-81.4],"shL":[66.7,-125.2],"elL":[35.4,-85.2],"haL":[14.6,-44.4],"hipR":[-23.7,0.7],"knR":[-80.7,109.9],"ftR":[-121.4,226.4],"hipL":[20.2,14.5],"knL":[8.6,134.3],"ftL":[11.1,256.4]},{"rootY":-6.1,"hips":[0,0],"chest":[26.4,-95.1],"neck":[26,-161.3],"head":[28.9,-197.5],"shR":[-29.6,-138.9],"elR":[-89.4,-115.2],"haR":[-127.5,-92.1],"shL":[67.3,-125.1],"elL":[35.3,-84.2],"haL":[14.1,-42.2],"hipR":[-24.1,0.6],"knR":[-85.5,107.3],"ftR":[-133.2,222.5],"hipL":[20.4,14.5],"knL":[9.9,135.1],"ftL":[11.7,256.3]},{"rootY":-6.1,"hips":[0,0],"chest":[26.5,-95.1],"neck":[27.1,-161.1],"head":[30.5,-197.3],"shR":[-28.8,-140.5],"elR":[-90.1,-121.4],"haR":[-128.8,-101.9],"shL":[68.1,-124.9],"elL":[36.1,-83.2],"haL":[14.8,-40.4],"hipR":[-24.5,1],"knR":[-90.2,104.1],"ftR":[-141.9,218.1],"hipL":[20.9,14.2],"knL":[11.4,135.5],"ftL":[12.5,256]},{"rootY":-6.3,"hips":[0,0],"chest":[26.4,-95.1],"neck":[28.4,-161],"head":[32.3,-197.1],"shR":[-27.9,-141.9],"elR":[-90.1,-126.9],"haR":[-128.7,-110.5],"shL":[69.2,-124.5],"elL":[37.8,-82.1],"haL":[16.9,-38.8],"hipR":[-25,1.4],"knR":[-93.7,100.7],"ftR":[-147.5,213.9],"hipL":[21.5,13.8],"knL":[13.5,135.7],"ftL":[13.9,255.5]},{"rootY":-6.8,"hips":[0,0],"chest":[26.2,-95],"neck":[29.6,-160.8],"head":[34.5,-196.7],"shR":[-27,-143.1],"elR":[-89.4,-131.5],"haR":[-127.2,-117.7],"shL":[70.5,-124.3],"elL":[40.3,-81.1],"haL":[20.1,-37.2],"hipR":[-25.6,1.5],"knR":[-95,97.9],"ftR":[-150.2,210],"hipL":[22,13.8],"knL":[16.1,136.2],"ftL":[15.6,255.3]},{"rootY":-7.3,"hips":[0,0],"chest":[25.9,-94.9],"neck":[30.5,-160.5],"head":[36.8,-196.2],"shR":[-26.4,-143.9],"elR":[-88.6,-135.2],"haR":[-125,-123.9],"shL":[71.9,-124.1],"elL":[43,-80.3],"haL":[24.2,-35.8],"hipR":[-26.2,1.2],"knR":[-94,96.2],"ftR":[-150,206.8],"hipL":[22.4,14],"knL":[18.6,136.8],"ftL":[17.6,255.1]},{"rootY":-7.4,"hips":[0,0],"chest":[24.9,-94.9],"neck":[30.9,-160.4],"head":[38.9,-195.7],"shR":[-26.4,-144.5],"elR":[-88.1,-138.2],"haR":[-122.6,-129],"shL":[72.8,-124.1],"elL":[45.7,-79.8],"haL":[28.7,-34.8],"hipR":[-26.7,1.2],"knR":[-91.8,94.9],"ftR":[-147.3,204.2],"hipL":[22.8,14],"knL":[20.7,137],"ftL":[19.6,254.5]},{"rootY":-7,"hips":[0,0],"chest":[23.4,-95.2],"neck":[30.6,-160.4],"head":[40.5,-195.2],"shR":[-27,-145.2],"elR":[-88,-140.7],"haR":[-120.1,-133.1],"shL":[73.2,-124.3],"elL":[48,-79.6],"haL":[33.1,-34.1],"hipR":[-27,1.5],"knR":[-88.6,94.2],"ftR":[-142.1,202.5],"hipL":[23.4,13.7],"knL":[22.3,136.8],"ftL":[21.4,253.3]},{"rootY":-6.2,"hips":[0,0],"chest":[21.5,-95.4],"neck":[29.8,-160.5],"head":[41.6,-194.6],"shR":[-28,-145.7],"elR":[-88.1,-142.5],"haR":[-117.3,-135.8],"shL":[73.2,-124.5],"elL":[50.3,-79.4],"haL":[37.3,-33.6],"hipR":[-27.3,2],"knR":[-84.1,94.3],"ftR":[-134.1,201.7],"hipL":[23.9,13.3],"knL":[23.3,136.5],"ftL":[22.5,252.1]},{"rootY":-5.3,"hips":[0,0],"chest":[19.6,-95.6],"neck":[28.9,-160.5],"head":[42.1,-194],"shR":[-29,-145.8],"elR":[-87.9,-143.2],"haR":[-114.5,-136.8],"shL":[73.2,-124.4],"elL":[52.5,-78.9],"haL":[41.7,-32.7],"hipR":[-27.5,2.3],"knR":[-78.1,95.1],"ftR":[-123.5,202],"hipL":[24.3,13],"knL":[24.2,136.1],"ftL":[23.5,250.8]},{"rootY":-4.4,"hips":[0,0],"chest":[17.8,-95.7],"neck":[27.8,-160.4],"head":[42,-193.5],"shR":[-30,-145.4],"elR":[-87.4,-142.5],"haR":[-112.1,-135.7],"shL":[73,-124.4],"elL":[54.8,-78.2],"haL":[46.3,-31.3],"hipR":[-27.6,2.6],"knR":[-71.1,96.2],"ftR":[-110.2,203.3],"hipL":[24.6,12.8],"knL":[25.4,135.7],"ftL":[24.7,249.3]},{"rootY":-3.3,"hips":[0,0],"chest":[15.8,-96],"neck":[26.5,-160.4],"head":[41.3,-193.3],"shR":[-31.2,-145],"elR":[-87,-140.7],"haR":[-110.1,-132.7],"shL":[72.6,-124.7],"elL":[57,-77.5],"haL":[50.9,-29.7],"hipR":[-27.7,2.9],"knR":[-63.2,98],"ftR":[-94.9,205.7],"hipL":[24.9,12.5],"knL":[27,135.2],"ftL":[26,247.2]},{"rootY":-1.9,"hips":[0,0],"chest":[13.5,-96.4],"neck":[24.6,-160.7],"head":[39.8,-193.5],"shR":[-32.6,-144.6],"elR":[-86.6,-138.2],"haR":[-108.3,-128.5],"shL":[71.7,-125.5],"elL":[59,-77.1],"haL":[55.7,-28.3],"hipR":[-27.7,3.3],"knR":[-54.5,100.4],"ftR":[-78.3,209],"hipL":[25.1,12.2],"knL":[28.3,134.6],"ftL":[26.6,244.7]},{"rootY":0.1,"hips":[0,0],"chest":[11.1,-96.9],"neck":[22.3,-161],"head":[37.2,-194],"shR":[-34.3,-143.8],"elR":[-86.3,-135.1],"haR":[-106.8,-123.3],"shL":[70.4,-126.7],"elL":[61,-77],"haL":[60.5,-27.2],"hipR":[-27.7,3.7],"knR":[-45.6,102.3],"ftR":[-61.4,212.6],"hipL":[25.3,11.8],"knL":[28.9,133.8],"ftL":[26.8,241.8]},{"rootY":2.5,"hips":[0,0],"chest":[8.5,-97.2],"neck":[19.3,-161.3],"head":[33.4,-194.6],"shR":[-36.4,-142.5],"elR":[-86.2,-131],"haR":[-105.7,-117.1],"shL":[68.5,-128.3],"elL":[62.6,-77.1],"haL":[65.3,-26.4],"hipR":[-27.4,4.3],"knR":[-37,104.1],"ftR":[-44.7,217.5],"hipL":[25.4,11.2],"knL":[28.9,132.4],"ftL":[26.6,238.3]},{"rootY":5.8,"hips":[0,0],"chest":[5.2,-97.5],"neck":[15.4,-161.7],"head":[28.1,-195.6],"shR":[-39.3,-141.3],"elR":[-86.7,-126.5],"haR":[-105.1,-110.2],"shL":[65.6,-130.2],"elL":[63.9,-77.6],"haL":[70.1,-26.3],"hipR":[-27,5.4],"knR":[-28.8,107.5],"ftR":[-29.4,224.5],"hipL":[25.6,10.2],"knL":[28.5,130.4],"ftL":[25.6,233.7]},{"rootY":10.1,"hips":[0,0],"chest":[1,-98.1],"neck":[10.4,-162.5],"head":[21.4,-197.1],"shR":[-43.2,-140.1],"elR":[-87.5,-121.9],"haR":[-104.4,-103.4],"shL":[61.4,-132.1],"elL":[65.7,-79],"haL":[77,-27.8],"hipR":[-26.4,6.5],"knR":[-20.9,111.3],"ftR":[-17.5,231.5],"hipL":[25.5,9.1],"knL":[28.7,128.1],"ftL":[23.8,228]},{"rootY":14.2,"hips":[0,0],"chest":[-3.4,-98.6],"neck":[4.4,-163.4],"head":[13.6,-198.5],"shR":[-47.7,-138.2],"elR":[-88.1,-116.7],"haR":[-103.5,-96.5],"shL":[56.2,-133.1],"elL":[69,-80.9],"haL":[87.7,-31.2],"hipR":[-25.9,7.2],"knR":[-13.2,112.3],"ftR":[-11.1,235.5],"hipL":[25.3,8.4],"knL":[31.2,127],"ftL":[22.3,221]},{"rootY":16.1,"hips":[0,0],"chest":[-6.8,-98.4],"neck":[-1.6,-163.3],"head":[5.1,-199.1],"shR":[-51.8,-135.2],"elR":[-87.8,-110.4],"haR":[-101.6,-88.3],"shL":[51.3,-133.8],"elL":[73.7,-83.9],"haL":[101,-37],"hipR":[-25.6,7.6],"knR":[-7.2,111],"ftR":[-10.4,236],"hipL":[25.2,8],"knL":[36.9,127.3],"ftL":[22.6,213.1]},{"rootY":14.9,"hips":[0,0],"chest":[-8.3,-97.9],"neck":[-5.7,-162.8],"head":[-2.5,-199],"shR":[-53.9,-132.2],"elR":[-85.5,-103.4],"haR":[-97.3,-78.4],"shL":[48.4,-135.9],"elL":[80.3,-89.4],"haL":[115.2,-46.6],"hipR":[-25.3,7.7],"knR":[-5.4,111.2],"ftR":[-12.4,236.3],"hipL":[25.1,8],"knL":[45.4,127.9],"ftL":[25.7,206.8]},{"rootY":11,"hips":[0,0],"chest":[-8.3,-97.6],"neck":[-7.3,-162.6],"head":[-8.7,-198.9],"shR":[-53.7,-130.3],"elR":[-80.6,-96.7],"haR":[-89.9,-68.3],"shL":[47.9,-139.6],"elL":[88.1,-98.1],"haL":[129.3,-60.6],"hipR":[-24.8,7.6],"knR":[-5.8,114.9],"ftR":[-13.6,239.6],"hipL":[24.6,8.1],"knL":[54.9,127],"ftL":[29.9,203.4]},{"rootY":6,"hips":[0,0],"chest":[-8.6,-97.6],"neck":[-8.2,-163],"head":[-14.5,-198.6],"shR":[-52.9,-129.6],"elR":[-74.4,-91.8],"haR":[-81,-60.2],"shL":[47.6,-143.6],"elL":[95.8,-109.6],"haL":[142.7,-79],"hipR":[-24.2,7.7],"knR":[-7,120.3],"ftR":[-14.5,244.9],"hipL":[24.2,8],"knL":[63.6,124.6],"ftL":[34.3,204.1]},{"rootY":1.9,"hips":[0,0],"chest":[-9,-97.8],"neck":[-9.7,-163.5],"head":[-20.1,-197.9],"shR":[-52.5,-129.5],"elR":[-68.4,-89.3],"haR":[-71.7,-55.9],"shL":[46.5,-147.1],"elL":[102.3,-123],"haL":[154.8,-101.6],"hipR":[-24.1,7.9],"knR":[-9.5,124.3],"ftR":[-16,249.1],"hipL":[24.2,7.8],"knL":[70.6,121.9],"ftL":[41.9,208.7]},{"rootY":-0.4,"hips":[0,0],"chest":[-9.2,-97.9],"neck":[-11.5,-163.5],"head":[-24.7,-196.8],"shR":[-52.6,-129],"elR":[-63.3,-88.6],"haR":[-62.2,-55.6],"shL":[45,-150],"elL":[107,-137.6],"haL":[164.1,-126.8],"hipR":[-24.4,7.9],"knR":[-12.2,126.5],"ftR":[-17.7,251.2],"hipL":[24.5,7.7],"knL":[76.3,119.3],"ftL":[55.3,214.9]},{"rootY":-1.1,"hips":[0,0],"chest":[-9.6,-97.6],"neck":[-13.1,-163.1],"head":[-27.5,-195.7],"shR":[-52.8,-127.6],"elR":[-59.3,-88.5],"haR":[-52.7,-57.6],"shL":[43.5,-152.4],"elL":[109.6,-152.1],"haL":[169,-152],"hipR":[-24.7,8],"knR":[-14,127.8],"ftR":[-19,252.1],"hipL":[24.9,7.7],"knL":[80.4,116.8],"ftL":[72.7,220.7]},{"rootY":-1.2,"hips":[0,0],"chest":[-10.1,-97.4],"neck":[-14.3,-162.8],"head":[-29.3,-195.1],"shR":[-53.1,-125.9],"elR":[-56.4,-88.1],"haR":[-43.8,-60.4],"shL":[41.9,-154.6],"elL":[109.8,-164.5],"haL":[169.9,-173.4],"hipR":[-24.8,8],"knR":[-14.7,128.7],"ftR":[-20.3,252.5],"hipL":[25.2,7.6],"knL":[82.3,114.8],"ftL":[90,226]},{"rootY":-1.5,"hips":[0,0],"chest":[-10.6,-97.3],"neck":[-15.6,-162.8],"head":[-30.7,-194.9],"shR":[-53.8,-124.9],"elR":[-54.2,-87.6],"haR":[-36.2,-62.9],"shL":[40.3,-156.8],"elL":[108.4,-174],"haL":[168.4,-189.2],"hipR":[-25,8.1],"knR":[-15.8,129.5],"ftR":[-22.2,252.8],"hipL":[25.3,7.6],"knL":[82.5,113.4],"ftL":[104.7,230.1]},{"rootY":-2.3,"hips":[0,0],"chest":[-11,-97.2],"neck":[-16.9,-162.9],"head":[-32.1,-194.8],"shR":[-54.8,-125],"elR":[-52.3,-87.6],"haR":[-30.4,-65.4],"shL":[38.6,-158.9],"elL":[106.3,-180.8],"haL":[166,-200.2],"hipR":[-25.1,8.1],"knR":[-18.2,130.4],"ftR":[-24.9,253.2],"hipL":[25.5,7.5],"knL":[82.4,112],"ftL":[115.3,231.2]},{"rootY":-2.9,"hips":[0,0],"chest":[-11.7,-96.9],"neck":[-18.1,-162.9],"head":[-33.4,-194.8],"shR":[-56.1,-126],"elR":[-50.7,-88.8],"haR":[-26.4,-67.7],"shL":[36.9,-160.4],"elL":[103.9,-185.5],"haL":[163,-207.6],"hipR":[-25,8.3],"knR":[-20.8,131.2],"ftR":[-27.8,253.4],"hipL":[25.6,7.3],"knL":[82.5,109.9],"ftL":[121.2,229.1]},{"rootY":-3.3,"hips":[0,0],"chest":[-12.6,-96.5],"neck":[-19.4,-162.8],"head":[-34.6,-194.7],"shR":[-57.4,-127.1],"elR":[-49.4,-90.8],"haR":[-24.2,-69.7],"shL":[35.4,-161.1],"elL":[101.6,-188.2],"haL":[160,-212.1],"hipR":[-25,8.5],"knR":[-22.9,131.6],"ftR":[-30.9,253.1],"hipL":[25.8,7.1],"knL":[81.9,107.4],"ftL":[123.4,224.9]},{"rootY":-3.8,"hips":[0,0],"chest":[-13.5,-96],"neck":[-20.5,-162.6],"head":[-35.6,-194.5],"shR":[-58.7,-128],"elR":[-49,-92.6],"haR":[-23.3,-71],"shL":[34.3,-161.1],"elL":[99.8,-188.9],"haL":[157.7,-213.4],"hipR":[-25,8.6],"knR":[-24.2,131.8],"ftR":[-33.9,252.2],"hipL":[26,6.9],"knL":[80.2,104.9],"ftL":[123.9,219.1]},{"rootY":-4.2,"hips":[0,0],"chest":[-14.1,-95.5],"neck":[-21.3,-162.3],"head":[-36.3,-194.4],"shR":[-59.9,-128.9],"elR":[-49.6,-94],"haR":[-23.6,-72.3],"shL":[33.4,-160.8],"elL":[98.6,-188.2],"haL":[156.1,-212.4],"hipR":[-25.1,8.9],"knR":[-25.1,132.1],"ftR":[-36.4,251.3],"hipL":[26.3,6.6],"knL":[77.6,102.3],"ftL":[123,212.2]},{"rootY":-4.3,"hips":[0,0],"chest":[-14.6,-95.1],"neck":[-21.8,-162.1],"head":[-36.6,-194.3],"shR":[-61.2,-129.9],"elR":[-51,-95.3],"haR":[-24.9,-74],"shL":[33,-160.5],"elL":[97.7,-186.9],"haL":[154.8,-210.2],"hipR":[-25.1,9.3],"knR":[-25.7,132.5],"ftR":[-38.5,250.3],"hipL":[26.6,6.2],"knL":[74.7,99.6],"ftL":[119.9,205.5]},{"rootY":-3.9,"hips":[0,0],"chest":[-14.8,-94.7],"neck":[-21.9,-161.8],"head":[-36.6,-194.2],"shR":[-62.2,-130.8],"elR":[-52.9,-96.8],"haR":[-27.1,-76.1],"shL":[33,-159.7],"elL":[97.2,-185],"haL":[153.9,-207.2],"hipR":[-25.1,9.6],"knR":[-26.4,132.6],"ftR":[-40.5,249.1],"hipL":[26.8,5.8],"knL":[71.5,97.2],"ftL":[114.8,200.2]},{"rootY":-3.1,"hips":[0,0],"chest":[-14.7,-94.4],"neck":[-21.7,-161.6],"head":[-36.1,-194.1],"shR":[-63,-131.4],"elR":[-55,-98.2],"haR":[-30.1,-78.1],"shL":[33.6,-158.6],"elL":[97.2,-182.1],"haL":[153.3,-202.9],"hipR":[-25.3,9.8],"knR":[-27.6,132.5],"ftR":[-42.9,247.6],"hipL":[27,5.6],"knL":[68.1,95.5],"ftL":[108.7,196.3]},{"rootY":-2.2,"hips":[0,0],"chest":[-14.1,-94.3],"neck":[-20.9,-161.6],"head":[-35.3,-194.3],"shR":[-63.4,-132],"elR":[-57.3,-99.3],"haR":[-33.6,-79.7],"shL":[34.7,-157.3],"elL":[97.6,-178.5],"haL":[153,-197.1],"hipR":[-25.4,9.9],"knR":[-28.9,132.3],"ftR":[-45.3,245.7],"hipL":[27.1,5.5],"knL":[64.5,94.7],"ftL":[101.9,194.4]},{"rootY":-1.3,"hips":[0,0],"chest":[-13.1,-94.5],"neck":[-19.7,-161.9],"head":[-34,-194.7],"shR":[-63.4,-133],"elR":[-59.6,-100.3],"haR":[-37.5,-81],"shL":[36.2,-156.3],"elL":[98.2,-174.2],"haL":[152.9,-190],"hipR":[-25.5,9.9],"knR":[-30.1,132],"ftR":[-47.6,243.4],"hipL":[27.2,5.5],"knL":[60.7,95.4],"ftL":[94.2,195.6]},{"rootY":-0.1,"hips":[0,0],"chest":[-11.7,-94.7],"neck":[-17.8,-162.3],"head":[-32.2,-195.2],"shR":[-62.8,-134.1],"elR":[-61.9,-101.3],"haR":[-41.9,-82],"shL":[38.2,-155.1],"elL":[98.9,-169.3],"haL":[152.7,-181.9],"hipR":[-25.7,9.6],"knR":[-31.3,131.4],"ftR":[-49.9,240.6],"hipL":[27.2,5.8],"knL":[56.6,97.7],"ftL":[86,199.5]},{"rootY":1.4,"hips":[0,0],"chest":[-10.1,-94.9],"neck":[-15.8,-162.6],"head":[-30.1,-195.7],"shR":[-62.1,-134.8],"elR":[-64.1,-102.3],"haR":[-46.7,-82.8],"shL":[40.3,-153.4],"elL":[99.5,-163.6],"haL":[152.2,-172.6],"hipR":[-25.9,9.4],"knR":[-33.1,130.4],"ftR":[-52.6,237.5],"hipL":[27.2,6.1],"knL":[52.3,101],"ftL":[77.3,205.4]},{"rootY":3.2,"hips":[0,0],"chest":[-8.5,-95.3],"neck":[-13.9,-163.2],"head":[-27.8,-196.5],"shR":[-61.4,-135.6],"elR":[-66.4,-103.2],"haR":[-51.9,-83.4],"shL":[42.3,-151.7],"elL":[99.8,-156.9],"haL":[151,-161.5],"hipR":[-26.1,9.1],"knR":[-35.5,129.1],"ftR":[-55.8,233.9],"hipL":[27.1,6.4],"knL":[47.9,105.3],"ftL":[67.8,214.1]},{"rootY":5.8,"hips":[0,0],"chest":[-6.2,-95.8],"neck":[-11.8,-163.9],"head":[-25.5,-197.5],"shR":[-60.5,-136.4],"elR":[-68.9,-103.3],"haR":[-57.1,-83.7],"shL":[44.4,-149.8],"elL":[100.2,-149],"haL":[149.2,-148.3],"hipR":[-26.4,8.5],"knR":[-38.1,127.4],"ftR":[-58.9,229.5],"hipL":[27,7],"knL":[43.3,111.2],"ftL":[57.8,225.4]},{"rootY":8.9,"hips":[0,0],"chest":[-3.6,-96],"neck":[-9.6,-164.3],"head":[-23.2,-198],"shR":[-59.2,-135.4],"elR":[-72.2,-101.6],"haR":[-62.9,-83.3],"shL":[46.5,-146.1],"elL":[100.6,-138.7],"haL":[146.8,-132.5],"hipR":[-26.6,8.3],"knR":[-41.4,125.9],"ftR":[-62.5,224.5],"hipL":[27,7.3],"knL":[38,117.6],"ftL":[48,235.7]},{"rootY":11.2,"hips":[0,0],"chest":[-1.8,-95.5],"neck":[-7.6,-164.1],"head":[-21.6,-197.6],"shR":[-57.6,-131.7],"elR":[-76.2,-97.5],"haR":[-70.2,-80.8],"shL":[47.5,-139.9],"elL":[99.4,-125.5],"haL":[142.5,-113.3],"hipR":[-26.1,9.9],"knR":[-45.8,125.7],"ftR":[-67.7,219.8],"hipL":[27.3,5.6],"knL":[33.1,121.7],"ftL":[39.2,241.2]},{"rootY":11.7,"hips":[0,0],"chest":[-1.6,-94.4],"neck":[-5.7,-163.3],"head":[-20.2,-196.5],"shR":[-56.2,-128.6],"elR":[-79.6,-93.2],"haR":[-77.9,-75.7],"shL":[47.3,-133.4],"elL":[95,-110.8],"haL":[135.3,-91.3],"hipR":[-24.8,12.8],"knR":[-49.9,127.2],"ftR":[-73.3,214.8],"hipL":[27.8,2.5],"knL":[30.9,122.5],"ftL":[32.4,242.1]},{"rootY":10,"hips":[0,0],"chest":[-3.3,-93.8],"neck":[-3.8,-162.9],"head":[-18.4,-196],"shR":[-55.8,-129.2],"elR":[-81.5,-91.3],"haR":[-84.7,-69.2],"shL":[46.8,-129.2],"elL":[87.5,-97.1],"haL":[124.3,-68.6],"hipR":[-24,14.3],"knR":[-51.6,130.6],"ftR":[-76.6,209],"hipL":[27.9,0.8],"knL":[29.8,122.2],"ftL":[27.5,242.7]},{"rootY":7.8,"hips":[0,0],"chest":[-5.3,-93.9],"neck":[-2.5,-163],"head":[-15.6,-196.6],"shR":[-56.3,-133.3],"elR":[-82.3,-92.8],"haR":[-90.1,-64.3],"shL":[46.5,-127.2],"elL":[78.9,-86.8],"haL":[110.9,-49.6],"hipR":[-24,14.3],"knR":[-49.7,134.2],"ftR":[-75.9,202.6],"hipL":[27.9,0.8],"knL":[27.2,122.7],"ftL":[23.5,244.8]},{"rootY":6,"hips":[0,0],"chest":[-5,-94.3],"neck":[-0.9,-163.1],"head":[-11.2,-197.7],"shR":[-55.7,-136.8],"elR":[-82.4,-95.2],"haR":[-93.1,-62.9],"shL":[47.3,-126.4],"elL":[72.3,-79.8],"haL":[98.6,-37],"hipR":[-24.4,13.5],"knR":[-45,134.6],"ftR":[-70.5,196.8],"hipL":[27.8,1.6],"knL":[24.9,123.6],"ftL":[20.9,247.1]},{"rootY":4.3,"hips":[0,0],"chest":[-2.3,-94.4],"neck":[1.6,-162.9],"head":[-5.6,-198.3],"shR":[-53.5,-136.8],"elR":[-82.1,-96.1],"haR":[-93.8,-63.7],"shL":[49.4,-125.7],"elL":[68.4,-75.5],"haL":[89.1,-29.9],"hipR":[-24.8,12.9],"knR":[-39.7,132],"ftR":[-61.3,194.6],"hipL":[27.7,2.4],"knL":[24,124.6],"ftL":[20.1,248.9]},{"rootY":2.9,"hips":[0,0],"chest":[0.7,-94.3],"neck":[3.9,-162.6],"head":[-0.2,-198.6],"shR":[-51.1,-135.2],"elR":[-82.4,-95.6],"haR":[-94.1,-65.4],"shL":[51.4,-125.3],"elL":[65.4,-73.7],"haL":[81.5,-27.2],"hipR":[-25,12.5],"knR":[-35.6,127.9],"ftR":[-51.7,198.1],"hipL":[27.6,2.8],"knL":[24,125.5],"ftL":[20,250.1]},{"rootY":2.1,"hips":[0,0],"chest":[2.5,-93.9],"neck":[5,-162.1],"head":[3.8,-198.4],"shR":[-50,-134.2],"elR":[-83.7,-94.7],"haR":[-95.3,-67.6],"shL":[52.2,-125.3],"elL":[62.2,-74.2],"haL":[74.7,-28.1],"hipR":[-25.2,12.1],"knR":[-33.6,122.9],"ftR":[-44.1,206.2],"hipL":[27.5,3.2],"knL":[24,126.2],"ftL":[19.5,251.1]},{"rootY":1.6,"hips":[0,0],"chest":[2.9,-93.2],"neck":[5.1,-161.4],"head":[6.9,-197.7],"shR":[-49.9,-133.3],"elR":[-85.8,-94.1],"haR":[-97.3,-70.2],"shL":[52.1,-125],"elL":[59.5,-76],"haL":[68.8,-31.8],"hipR":[-25.4,11.6],"knR":[-33.3,118.1],"ftR":[-38.7,216.6],"hipL":[27.3,3.6],"knL":[23.9,126.8],"ftL":[18.4,251.8]},{"rootY":1.4,"hips":[0,0],"chest":[2.7,-92.8],"neck":[4.9,-160.9],"head":[9.2,-196.9],"shR":[-50.2,-132.2],"elR":[-88.4,-94.1],"haR":[-99.4,-73.5],"shL":[51.6,-124.6],"elL":[57.6,-78.4],"haL":[63.8,-37.4],"hipR":[-25.4,11.5],"knR":[-34.7,114.7],"ftR":[-35.3,227.1],"hipL":[27.2,3.7],"knL":[23.6,126.8],"ftL":[17.2,251.9]},{"rootY":1.8,"hips":[0,0],"chest":[2,-93.2],"neck":[4.2,-161.1],"head":[10.5,-196.9],"shR":[-50.8,-132],"elR":[-91.2,-95],"haR":[-102,-77.4],"shL":[50.7,-124.6],"elL":[56,-81.6],"haL":[59.2,-44.1],"hipR":[-25.1,11.9],"knR":[-37,112.5],"ftR":[-34.4,234.4],"hipL":[27.1,3.4],"knL":[22.7,126.3],"ftL":[15.8,251.5]},{"rootY":2.6,"hips":[0,0],"chest":[1.3,-94],"neck":[3.7,-161.8],"head":[11.5,-197.3],"shR":[-51.4,-132.8],"elR":[-93.7,-96.5],"haR":[-104.8,-81.3],"shL":[49.9,-125.1],"elL":[54.5,-85],"haL":[55.4,-50.8],"hipR":[-24.7,12.4],"knR":[-38.9,111.1],"ftR":[-35.8,236.4],"hipL":[27,2.9],"knL":[21.6,125.7],"ftL":[14.6,250.8]},{"rootY":3,"hips":[0,0],"chest":[1.8,-94.4],"neck":[4.4,-162.2],"head":[13.3,-197.4],"shR":[-50.9,-133.5],"elR":[-94.6,-97.9],"haR":[-106.8,-84.2],"shL":[50.4,-125.2],"elL":[54.1,-87.7],"haL":[53.1,-56.5],"hipR":[-24.5,12.4],"knR":[-38.8,110.9],"ftR":[-38,233.6],"hipL":[26.9,2.9],"knL":[21.3,125.5],"ftL":[14.7,250.4]},{"rootY":2.9,"hips":[0,0],"chest":[3.7,-94.1],"neck":[6.4,-161.9],"head":[16.1,-196.9],"shR":[-48.9,-133.3],"elR":[-94,-98.6],"haR":[-107,-86.1],"shL":[52.4,-124.9],"elL":[55.4,-89.5],"haL":[52.5,-60.6],"hipR":[-24.8,11.8],"knR":[-36.6,111.5],"ftR":[-39.5,227.6],"hipL":[26.7,3.5],"knL":[22.1,125.8],"ftL":[16.4,250.5]},{"rootY":3,"hips":[0,0],"chest":[5.6,-93.7],"neck":[8.3,-161.5],"head":[18.6,-196.3],"shR":[-47,-133],"elR":[-93.1,-98.5],"haR":[-106.8,-86.9],"shL":[54.6,-124.5],"elL":[57.2,-90.2],"haL":[52.2,-63.4],"hipR":[-25.2,11.1],"knR":[-34.6,111],"ftR":[-40.4,220.1],"hipL":[26.7,4.3],"knL":[23,126.1],"ftL":[18.5,250.3]},{"rootY":3.5,"hips":[0,0],"chest":[6.4,-93.7],"neck":[9.2,-161.4],"head":[19.9,-196.1],"shR":[-46.1,-133],"elR":[-92.9,-97.7],"haR":[-107.1,-86.9],"shL":[55.7,-124.2],"elL":[58.5,-90.3],"haL":[51.4,-65.1],"hipR":[-25.5,10.7],"knR":[-34.3,108.7],"ftR":[-41.3,213.3],"hipL":[26.7,4.7],"knL":[23.3,126.2],"ftL":[19.8,249.8]},{"rootY":4.4,"hips":[0,0],"chest":[6.2,-94.1],"neck":[9.5,-161.7],"head":[20.3,-196.3],"shR":[-45.9,-133.6],"elR":[-93,-96],"haR":[-107.6,-85.9],"shL":[56.3,-124.4],"elL":[59.4,-90.1],"haL":[50.6,-66],"hipR":[-25.6,10.6],"knR":[-35.1,105.5],"ftR":[-41.8,208.9],"hipL":[26.8,4.9],"knL":[23.3,126.1],"ftL":[20.5,248.7]},{"rootY":5.5,"hips":[0,0],"chest":[5.8,-94.5],"neck":[9.6,-162],"head":[20.6,-196.6],"shR":[-45.9,-134.4],"elR":[-92.9,-93],"haR":[-107.2,-83.8],"shL":[56.9,-124.6],"elL":[60.3,-89.3],"haL":[50.1,-65.8],"hipR":[-25.7,10.4],"knR":[-35.8,103],"ftR":[-41.4,207.4],"hipL":[26.9,5],"knL":[23.7,125.9],"ftL":[21.3,247.2]},{"rootY":7,"hips":[0,0],"chest":[5.1,-94.9],"neck":[9.6,-162.3],"head":[20.8,-196.9],"shR":[-45.8,-134.6],"elR":[-92.3,-88.2],"haR":[-106.2,-80],"shL":[57.4,-124.6],"elL":[61.5,-87.3],"haL":[50.1,-63.7],"hipR":[-25.8,10.3],"knR":[-36,102.6],"ftR":[-40.6,208.4],"hipL":[27.1,5.2],"knL":[24.4,125.7],"ftL":[22.6,245.5]},{"rootY":8.7,"hips":[0,0],"chest":[4.2,-95.3],"neck":[9.4,-162.7],"head":[20.7,-197.2],"shR":[-45.7,-134],"elR":[-91.2,-82.3],"haR":[-105,-74.1],"shL":[57.6,-124.5],"elL":[62.9,-84.2],"haL":[50.8,-59.7],"hipR":[-25.9,10.1],"knR":[-35.9,104.2],"ftR":[-40.1,211.9],"hipL":[27.2,5.4],"knL":[25.4,125.3],"ftL":[23.9,243.3]},{"rootY":10.6,"hips":[0,0],"chest":[3.2,-95.9],"neck":[9,-163.2],"head":[20.5,-197.7],"shR":[-45.6,-133.4],"elR":[-89.3,-76.5],"haR":[-103.6,-66.1],"shL":[57.5,-124.8],"elL":[64.6,-80.7],"haL":[52.4,-54],"hipR":[-26,10],"knR":[-35.4,107.7],"ftR":[-38.8,218.6],"hipL":[27.2,5.6],"knL":[26.4,124.4],"ftL":[25.4,240.7]},{"rootY":12.9,"hips":[0,0],"chest":[2.3,-96.4],"neck":[8.6,-163.7],"head":[20.2,-198.2],"shR":[-45.5,-132.6],"elR":[-86.7,-71.1],"haR":[-101.5,-56],"shL":[57.2,-124.8],"elL":[66.6,-76.9],"haL":[55.3,-46.8],"hipR":[-26.1,9.8],"knR":[-33.7,112.9],"ftR":[-35.1,227.4],"hipL":[27.3,5.8],"knL":[27.6,123.3],"ftL":[27.4,237.3]},{"rootY":14.8,"hips":[0,0],"chest":[1.9,-96.8],"neck":[8.9,-163.9],"head":[20.6,-198.3],"shR":[-44.5,-130.7],"elR":[-83.7,-66],"haR":[-98.6,-42.6],"shL":[56.9,-123.4],"elL":[69.2,-71.7],"haL":[60.3,-36.8],"hipR":[-26.4,9.1],"knR":[-29.4,118.8],"ftR":[-28.2,235.2],"hipL":[27.1,6.5],"knL":[29.8,123.1],"ftL":[30.7,233.6]},{"rootY":15.8,"hips":[0,0],"chest":[3,-96.8],"neck":[10.6,-163.8],"head":[22.5,-198.1],"shR":[-41.7,-127.7],"elR":[-79.7,-61.5],"haR":[-94.5,-26],"shL":[57.6,-121.2],"elL":[72.1,-66.1],"haL":[68.4,-24.5],"hipR":[-27,7.1],"knR":[-22.8,123],"ftR":[-20.3,239.3],"hipL":[26.6,8.6],"knL":[33.3,124.3],"ftL":[35.8,229.9]},{"rootY":15.5,"hips":[0,0],"chest":[5.6,-96.8],"neck":[12.5,-164.1],"head":[24.6,-198.2],"shR":[-38.7,-125.9],"elR":[-74.4,-58.7],"haR":[-89.8,-10],"shL":[59.2,-120.6],"elL":[73.8,-62],"haL":[78.2,-12.9],"hipR":[-27.6,4.3],"knR":[-19.1,123.4],"ftR":[-14.3,239.9],"hipL":[25.6,11.3],"knL":[37.5,126.5],"ftL":[41.4,225.7]},{"rootY":14.1,"hips":[0,0],"chest":[9.2,-96.8],"neck":[14,-164.5],"head":[26.3,-198.5],"shR":[-36.9,-126.6],"elR":[-67.8,-57.3],"haR":[-84.9,0.4],"shL":[61.9,-122.6],"elL":[74.9,-60.4],"haL":[87.7,-5.3],"hipR":[-27.8,1.7],"knR":[-18.1,121.6],"ftR":[-10.2,240.6],"hipL":[24.4,13.6],"knL":[42.2,129.8],"ftL":[46.6,220.4]},{"rootY":12.2,"hips":[0,0],"chest":[11.8,-96.5],"neck":[15.4,-164.3],"head":[27.4,-198.4],"shR":[-36.3,-129.2],"elR":[-62.4,-57.3],"haR":[-79.4,5.1],"shL":[65.4,-126.7],"elL":[77.2,-61.3],"haL":[95.2,-2.9],"hipR":[-27.9,0.5],"knR":[-17,120.7],"ftR":[-6.5,242.4],"hipL":[23.8,14.6],"knL":[46.4,133.3],"ftL":[50.9,212.9]},{"rootY":10.6,"hips":[0,0],"chest":[12.5,-96.2],"neck":[17,-163.7],"head":[28.1,-198.2],"shR":[-35.8,-131.9],"elR":[-59.8,-58.2],"haR":[-75.1,6.4],"shL":[68.1,-130.3],"elL":[81.1,-63.2],"haL":[101.1,-4],"hipR":[-27.9,0.3],"knR":[-15.5,121.3],"ftR":[-3,244.3],"hipL":[23.7,14.8],"knL":[48.9,135.3],"ftL":[53.8,204.6]},{"rootY":9.4,"hips":[0,0],"chest":[12.1,-96.1],"neck":[18.5,-163.2],"head":[28.7,-198],"shR":[-34.4,-132.3],"elR":[-59.4,-58.4],"haR":[-73.9,6.8],"shL":[69.7,-130.5],"elL":[86,-64.3],"haL":[106.8,-6.2],"hipR":[-27.8,0.2],"knR":[-14.1,121.9],"ftR":[-0.5,245.5],"hipL":[23.5,14.9],"knL":[49.9,134.4],"ftL":[54.9,197.4]},{"rootY":8.8,"hips":[0,0],"chest":[11.6,-96.2],"neck":[19.5,-163],"head":[28.8,-198.1],"shR":[-32.8,-131.3],"elR":[-59.9,-58.4],"haR":[-75.6,6.1],"shL":[70.2,-128.4],"elL":[90.1,-65.2],"haL":[111.9,-9.5],"hipR":[-27.7,-0.1],"knR":[-13.5,122],"ftR":[0.8,245.9],"hipL":[23.3,15.1],"knL":[49.7,131.1],"ftL":[54.1,192.9]},{"rootY":8.4,"hips":[0,0],"chest":[10.5,-96.1],"neck":[19,-162.9],"head":[27.6,-198.2],"shR":[-32.5,-130.8],"elR":[-61.4,-59.7],"haR":[-78.4,3.1],"shL":[69.4,-127],"elL":[92.2,-67.4],"haL":[114.8,-14.4],"hipR":[-27.8,-0.1],"knR":[-13.6,122.1],"ftR":[0.8,246.5],"hipL":[23.4,15.1],"knL":[47.9,126.9],"ftL":[51.3,193.7]},{"rootY":7.4,"hips":[0,0],"chest":[8.7,-95.6],"neck":[17,-162.5],"head":[25.2,-197.9],"shR":[-33.9,-130.8],"elR":[-64.2,-62.5],"haR":[-81.5,-2.4],"shL":[67.6,-127.1],"elL":[92.6,-70.8],"haL":[115.3,-20.9],"hipR":[-27.8,0.5],"knR":[-14.2,122.9],"ftR":[-0.2,247.5],"hipL":[23.8,14.5],"knL":[44.1,122.8],"ftL":[47.6,200.3]},{"rootY":6.3,"hips":[0,0],"chest":[6.8,-95],"neck":[14.5,-161.9],"head":[22.6,-197.3],"shR":[-36.2,-130.5],"elR":[-67.7,-66.1],"haR":[-84.2,-10.2],"shL":[65.5,-127.4],"elL":[92.4,-74.7],"haL":[115.1,-28.6],"hipR":[-27.8,1.4],"knR":[-15.2,123.9],"ftR":[-1.8,248.5],"hipL":[24.3,13.8],"knL":[39.9,119.3],"ftL":[44.2,210.9]},{"rootY":5.9,"hips":[0,0],"chest":[5.7,-94.8],"neck":[12.5,-161.7],"head":[20.6,-197.1],"shR":[-38.2,-130.4],"elR":[-71.2,-70.6],"haR":[-85.7,-20.6],"shL":[63.9,-127.7],"elL":[92.5,-79.5],"haL":[115.4,-37.6],"hipR":[-27.8,1.8],"knR":[-16.2,124.4],"ftR":[-3.4,248.7],"hipL":[24.5,13.4],"knL":[37.5,116.5],"ftL":[41.8,222.7]},{"rootY":6.4,"hips":[0,0],"chest":[5.6,-95],"neck":[11.6,-162.1],"head":[19.4,-197.5],"shR":[-39.4,-131.3],"elR":[-73.9,-76.1],"haR":[-85.8,-33.6],"shL":[63.4,-129],"elL":[93,-85.3],"haL":[115.8,-47.8],"hipR":[-27.8,1.8],"knR":[-17,124.5],"ftR":[-4.3,248.3],"hipL":[24.5,13.4],"knL":[37.6,115.2],"ftL":[40.7,233.3]},{"rootY":7.3,"hips":[0,0],"chest":[6,-95.4],"neck":[11.2,-162.6],"head":[18.9,-198],"shR":[-39.9,-132.3],"elR":[-75.9,-81.5],"haR":[-84.9,-47.3],"shL":[63.4,-130.5],"elL":[93.4,-91],"haL":[115.7,-57.3],"hipR":[-27.8,1.6],"knR":[-17.5,124.1],"ftR":[-5.1,247.3],"hipL":[24.4,13.6],"knL":[38.4,115.9],"ftL":[40.9,240.5]},{"rootY":8.3,"hips":[0,0],"chest":[6.3,-95.5],"neck":[10.7,-162.9],"head":[18.2,-198.2],"shR":[-40.5,-132.4],"elR":[-77.5,-86.3],"haR":[-83.8,-60],"shL":[63.1,-130.9],"elL":[93,-95.3],"haL":[114.6,-65.3],"hipR":[-27.8,1.4],"knR":[-18,123.6],"ftR":[-6.4,246.3],"hipL":[24.3,13.8],"knL":[38.1,117.9],"ftL":[42,242.1]},{"rootY":9.5,"hips":[0,0],"chest":[6,-95.6],"neck":[9.5,-163],"head":[17,-198.4],"shR":[-41.6,-132.3],"elR":[-79.2,-90.8],"haR":[-83.5,-71.2],"shL":[61.8,-130.2],"elL":[91.5,-98.5],"haL":[112.2,-72.2],"hipR":[-27.8,1.5],"knR":[-19,123],"ftR":[-8.8,245.1],"hipL":[24.3,13.7],"knL":[35.3,120.1],"ftL":[42.5,238.1]},{"rootY":11,"hips":[0,0],"chest":[5.4,-95.5],"neck":[8.4,-163.1],"head":[15.8,-198.5],"shR":[-42.8,-132.7],"elR":[-80.7,-95.3],"haR":[-83.8,-81],"shL":[60.4,-129.7],"elL":[89.7,-101.5],"haL":[109.2,-78.8],"hipR":[-27.8,2],"knR":[-20.3,122.4],"ftR":[-11.5,243.7],"hipL":[24.5,13.3],"knL":[33.2,121.2],"ftL":[42,232.3]},{"rootY":12.9,"hips":[0,0],"chest":[5.3,-95.5],"neck":[8,-163.4],"head":[15.4,-198.9],"shR":[-43.3,-133.6],"elR":[-81.4,-99.8],"haR":[-84.2,-89.5],"shL":[59.9,-129.7],"elL":[88.3,-104.6],"haL":[106.2,-85.2],"hipR":[-27.8,2.4],"knR":[-21.5,121.7],"ftR":[-13.9,241.6],"hipL":[24.7,13],"knL":[32.9,120.4],"ftL":[41.2,229.5]},{"rootY":15.5,"hips":[0,0],"chest":[5.8,-95.4],"neck":[8.1,-163.8],"head":[15.5,-199.3],"shR":[-43.3,-134.7],"elR":[-81.6,-104],"haR":[-84.7,-96.6],"shL":[59.9,-130],"elL":[87.2,-107.6],"haL":[103.3,-91.1],"hipR":[-27.8,2.4],"knR":[-22.8,120.6],"ftR":[-16.1,238.5],"hipL":[24.7,13],"knL":[32.9,119.7],"ftL":[41,230.6]},{"rootY":18.4,"hips":[0,0],"chest":[6.8,-95.4],"neck":[8.2,-164],"head":[15.5,-199.6],"shR":[-43.3,-134.9],"elR":[-82.2,-107],"haR":[-85.6,-102.1],"shL":[59.8,-129.8],"elL":[86.2,-109.8],"haL":[100.6,-96],"hipR":[-27.7,2.5],"knR":[-25,120],"ftR":[-18.8,235.1],"hipL":[24.6,12.9],"knL":[33,120.4],"ftL":[40.9,233.1]},{"rootY":19.9,"hips":[0,0],"chest":[7.1,-95.1],"neck":[7.4,-163.9],"head":[14.7,-199.5],"shR":[-43.9,-132.8],"elR":[-83.9,-107.6],"haR":[-88,-105.2],"shL":[58.2,-127.8],"elL":[84.2,-110.4],"haL":[97.5,-99.1],"hipR":[-27.3,3.9],"knR":[-28.5,120.7],"ftR":[-23.2,232.2],"hipL":[25,11.6],"knL":[31.9,122],"ftL":[38.8,235]},{"rootY":19.2,"hips":[0,0],"chest":[4.7,-94.1],"neck":[5.7,-163.1],"head":[12.9,-198.7],"shR":[-45.7,-129.6],"elR":[-86.3,-106.1],"haR":[-92.3,-105.2],"shL":[54.7,-124.9],"elL":[80.3,-109.4],"haL":[93.8,-99.5],"hipR":[-26.5,7.4],"knR":[-32.4,122.4],"ftR":[-29.4,229.9],"hipL":[26.1,8.3],"knL":[30.3,123.9],"ftL":[33.7,236.5]},{"rootY":17.2,"hips":[0,0],"chest":[-1.8,-93.8],"neck":[4.6,-162.9],"head":[11.7,-198.3],"shR":[-48.3,-129.1],"elR":[-87.8,-105.1],"haR":[-96.4,-103.8],"shL":[51.2,-123.9],"elL":[76,-108.6],"haL":[90.8,-98.3],"hipR":[-25.8,9.8],"knR":[-35.9,123.9],"ftR":[-35,226.9],"hipL":[26.8,5.8],"knL":[28.8,124.4],"ftL":[28,238.3]},{"rootY":14.2,"hips":[0,0],"chest":[-5.1,-95.5],"neck":[2.2,-164.7],"head":[11.2,-199.3],"shR":[-51.5,-132.1],"elR":[-88.6,-106.8],"haR":[-99.2,-102.1],"shL":[48.4,-125.8],"elL":[72.3,-108.9],"haL":[88.7,-96.5],"hipR":[-25.8,10.1],"knR":[-39.2,125.8],"ftR":[-38.6,223.4],"hipL":[27,5.5],"knL":[26.6,124.9],"ftL":[23.9,241.2]},{"rootY":11.2,"hips":[0,0],"chest":[-4.8,-97.7],"neck":[-0.9,-166.9],"head":[10.6,-200.3],"shR":[-54.3,-136.6],"elR":[-89.3,-110.9],"haR":[-100.7,-101.3],"shL":[46.8,-129.5],"elL":[69.8,-110.2],"haL":[87.1,-94.6],"hipR":[-25.9,9.4],"knR":[-43.3,127.8],"ftR":[-40.9,219.1],"hipL":[26.9,6.2],"knL":[24.4,125.5],"ftL":[20.9,244.1]},{"rootY":9.1,"hips":[0,0],"chest":[-4.5,-98.4],"neck":[-2.3,-167.3],"head":[10.1,-200.2],"shR":[-55.5,-139.7],"elR":[-89.6,-114.8],"haR":[-101,-101.7],"shL":[46.7,-132.6],"elL":[68.8,-110.9],"haL":[86.2,-92.7],"hipR":[-25.8,9],"knR":[-48.3,129.3],"ftR":[-42.6,213.7],"hipL":[26.6,6.6],"knL":[22.5,125.7],"ftL":[18.2,246]},{"rootY":8,"hips":[0,0],"chest":[-3.9,-98.9],"neck":[-1.9,-167.4],"head":[9.8,-200.3],"shR":[-55.1,-140.6],"elR":[-88.6,-117],"haR":[-99.7,-102.8],"shL":[47,-133.4],"elL":[69,-110.3],"haL":[86.1,-90.8],"hipR":[-25.3,9.4],"knR":[-53,129.5],"ftR":[-44,208.3],"hipL":[26.5,6.2],"knL":[21.2,125.7],"ftL":[15.7,246.9]},{"rootY":7.4,"hips":[0,0],"chest":[-2.8,-99.2],"neck":[-0.6,-167.5],"head":[10.1,-200.7],"shR":[-54,-140.2],"elR":[-86.5,-116.8],"haR":[-96.4,-103.6],"shL":[47.6,-132.3],"elL":[70.2,-108.5],"haL":[86.9,-88.6],"hipR":[-24.9,9.9],"knR":[-56.1,128.2],"ftR":[-44.4,204.8],"hipL":[26.4,5.7],"knL":[20.7,126.3],"ftL":[14.2,247.7]},{"rootY":6.4,"hips":[0,0],"chest":[-1.7,-99.1],"neck":[0.8,-167.5],"head":[10.9,-200.7],"shR":[-52.8,-139.6],"elR":[-83.9,-115],"haR":[-91.5,-103.2],"shL":[48.4,-131],"elL":[71.6,-106],"haL":[88.4,-85.4],"hipR":[-25,9.9],"knR":[-57.5,126.9],"ftR":[-44.5,205.4],"hipL":[26.4,5.7],"knL":[20.7,127.1],"ftL":[13.5,248.9]},{"rootY":5.2,"hips":[0,0],"chest":[-1.1,-98.7],"neck":[1.5,-167.2],"head":[11.5,-200.4],"shR":[-51.9,-139.3],"elR":[-81.4,-113],"haR":[-86.4,-101.7],"shL":[49.4,-130.7],"elL":[72.7,-103.8],"haL":[89.8,-81.6],"hipR":[-25.4,9.7],"knR":[-57.6,126],"ftR":[-45.6,210.3],"hipL":[26.6,5.9],"knL":[20.4,127.6],"ftL":[13.3,250.1]},{"rootY":4.2,"hips":[0,0],"chest":[-1,-98.6],"neck":[1.9,-167.1],"head":[12,-200.3],"shR":[-51.1,-139.5],"elR":[-78.6,-112.3],"haR":[-81.3,-100.4],"shL":[50.6,-131.2],"elL":[73.7,-102.6],"haL":[91.7,-78.4],"hipR":[-25.8,9.5],"knR":[-56.7,125.2],"ftR":[-48.4,217.7],"hipL":[26.8,6.1],"knL":[20.2,127.7],"ftL":[13.3,251]},{"rootY":3.5,"hips":[0,0],"chest":[-1.1,-98.6],"neck":[2.4,-167.1],"head":[12.3,-200.4],"shR":[-50,-140.1],"elR":[-74.9,-112.9],"haR":[-75.9,-100],"shL":[51.8,-131.9],"elL":[75.5,-102.2],"haL":[94.7,-76.8],"hipR":[-25.9,9.4],"knR":[-54.9,124.3],"ftR":[-52.6,225.5],"hipL":[26.9,6.2],"knL":[20.3,127.9],"ftL":[13.7,251.7]},{"rootY":3.2,"hips":[0,0],"chest":[-1.5,-98.6],"neck":[2.9,-167.2],"head":[12.4,-200.5],"shR":[-48.9,-140.5],"elR":[-70.8,-113.8],"haR":[-69.8,-100.3],"shL":[52.7,-131.9],"elL":[78.3,-102.1],"haL":[99.4,-76.5],"hipR":[-26,9.5],"knR":[-52.8,123.4],"ftR":[-57.5,232.3],"hipL":[27,6.1],"knL":[20.7,128],"ftL":[14.2,252]},{"rootY":3.1,"hips":[0,0],"chest":[-2.4,-98.5],"neck":[3.3,-167.1],"head":[12.4,-200.5],"shR":[-47.7,-140.9],"elR":[-66.4,-114.2],"haR":[-63.3,-100.6],"shL":[53.4,-131.5],"elL":[81.9,-102],"haL":[105.6,-76.5],"hipR":[-26.1,9.7],"knR":[-50.3,123],"ftR":[-62.4,237.5],"hipL":[27.2,5.9],"knL":[21.2,127.9],"ftL":[15.2,252.2]},{"rootY":3,"hips":[0,0],"chest":[-3.3,-98.4],"neck":[3.8,-167],"head":[12.2,-200.5],"shR":[-46.1,-141.3],"elR":[-61.6,-114.4],"haR":[-56.4,-100.8],"shL":[54.1,-131.1],"elL":[86,-101.9],"haL":[113.2,-76.7],"hipR":[-26.1,9.9],"knR":[-47.7,122.9],"ftR":[-66.7,241.3],"hipL":[27.3,5.7],"knL":[22,128],"ftL":[16.7,252.3]},{"rootY":2.6,"hips":[0,0],"chest":[-4.1,-98.3],"neck":[4.2,-167],"head":[11.7,-200.7],"shR":[-44,-141.6],"elR":[-56,-114.7],"haR":[-48.8,-100.9],"shL":[54.6,-130.6],"elL":[90.7,-101.9],"haL":[121.7,-77],"hipR":[-26.1,9.8],"knR":[-45.1,123],"ftR":[-70.1,243.6],"hipL":[27.3,5.8],"knL":[23,128.3],"ftL":[18.8,252.6]},{"rootY":2.2,"hips":[0,0],"chest":[-5,-98.1],"neck":[4.3,-166.8],"head":[10.8,-200.8],"shR":[-41.7,-141.7],"elR":[-49.4,-115.2],"haR":[-39.9,-101.5],"shL":[54.7,-130],"elL":[95.8,-101.9],"haL":[131,-77.7],"hipR":[-25.9,9.7],"knR":[-42.1,122.9],"ftR":[-72.3,244.1],"hipL":[27.1,5.9],"knL":[24.1,128.5],"ftL":[21.1,253]},{"rootY":2.1,"hips":[0,0],"chest":[-6.3,-97.9],"neck":[4,-166.7],"head":[9.4,-200.9],"shR":[-39.1,-141.7],"elR":[-41.8,-116],"haR":[-29.2,-102.9],"shL":[53.9,-129.6],"elL":[100.8,-102.3],"haL":[140.8,-78.9],"hipR":[-25.5,9.8],"knR":[-37.8,122.4],"ftR":[-73,242.6],"hipL":[26.6,5.9],"knL":[25.3,128.3],"ftL":[23.7,253.1]},{"rootY":2.4,"hips":[0,0],"chest":[-8.1,-97.9],"neck":[3,-166.6],"head":[7.5,-201.1],"shR":[-36.4,-141.9],"elR":[-33.1,-117.2],"haR":[-16.2,-104.9],"shL":[52.2,-129.6],"elL":[105.2,-103.1],"haL":[150.7,-80.6],"hipR":[-24.6,10],"knR":[-31.3,121.3],"ftR":[-72.9,239.4],"hipL":[25.9,5.6],"knL":[26.7,128],"ftL":[26.7,252.8]},{"rootY":2.8,"hips":[0,0],"chest":[-10.6,-97.7],"neck":[1.3,-166.5],"head":[4.8,-201.2],"shR":[-33.8,-142],"elR":[-23.6,-118.3],"haR":[-1.4,-107.1],"shL":[49.1,-129.6],"elL":[108.4,-104],"haL":[159.7,-82.4],"hipR":[-23.3,10.4],"knR":[-23.2,120.4],"ftR":[-73,235.3],"hipL":[24.9,5.2],"knL":[27.6,127.6],"ftL":[30,252.3]},{"rootY":3.1,"hips":[0,0],"chest":[-13.6,-97.5],"neck":[-1,-166.2],"head":[1.5,-201.1],"shR":[-31.3,-141.9],"elR":[-13.3,-119],"haR":[14.9,-108.7],"shL":[44.5,-129.4],"elL":[109.9,-104.7],"haL":[166.7,-83.8],"hipR":[-21.8,10.9],"knR":[-15.1,120.3],"ftR":[-73.2,231.1],"hipL":[23.7,4.7],"knL":[27.9,127.4],"ftL":[33.4,251.7]},{"rootY":3.7,"hips":[0,0],"chest":[-16.6,-97.2],"neck":[-3.6,-166.1],"head":[-2.2,-200.9],"shR":[-28.3,-141.8],"elR":[-2.1,-119.4],"haR":[32.4,-110.1],"shL":[38.9,-129.3],"elL":[109.5,-105.3],"haL":[171.1,-85.1],"hipR":[-20.2,11.3],"knR":[-8,121],"ftR":[-73,227.9],"hipL":[22.3,4.2],"knL":[28.1,127.1],"ftL":[36.9,251]},{"rootY":4.5,"hips":[0,0],"chest":[-19,-97.1],"neck":[-6.1,-166],"head":[-5.7,-200.9],"shR":[-24.4,-141.6],"elR":[10.1,-119.7],"haR":[51.1,-111.5],"shL":[32.8,-129.3],"elL":[107,-106.1],"haL":[172.2,-86.5],"hipR":[-18.5,11.8],"knR":[-2.1,122.4],"ftR":[-72.4,225.9],"hipL":[20.7,3.7],"knL":[28.8,126.5],"ftL":[40.9,250.1]},{"rootY":5.4,"hips":[0,0],"chest":[-20.7,-97],"neck":[-8,-165.9],"head":[-8.6,-200.9],"shR":[-19.2,-141.3],"elR":[23,-119.8],"haR":[70.7,-112.8],"shL":[26.4,-129.2],"elL":[102.5,-106.8],"haL":[169.6,-87.9],"hipR":[-16.9,12.2],"knR":[3.3,124.3],"ftR":[-71.5,224.7],"hipL":[19.1,3.3],"knL":[30.2,125.8],"ftL":[45.8,249.1]},{"rootY":6.5,"hips":[0,0],"chest":[-21.6,-96.8],"neck":[-9.2,-165.8],"head":[-10.8,-200.8],"shR":[-13.3,-140.9],"elR":[36.3,-119.4],"haR":[90.3,-113.3],"shL":[20.2,-128.9],"elL":[95.7,-107.3],"haL":[162.8,-89.1],"hipR":[-15.5,12.5],"knR":[7.8,126.5],"ftR":[-69.3,225.2],"hipL":[17.5,2.9],"knL":[32.1,125.1],"ftL":[51.5,248]},{"rootY":7.8,"hips":[0,0],"chest":[-21.5,-96.7],"neck":[-9.4,-165.7],"head":[-11.9,-200.7],"shR":[-6.7,-140.5],"elR":[49.8,-118.6],"haR":[109.4,-112.8],"shL":[14.5,-128.9],"elL":[86.8,-107.7],"haL":[151.5,-90],"hipR":[-14.1,12.8],"knR":[10.2,129],"ftR":[-65.1,229.2],"hipL":[15.9,2.6],"knL":[34.4,124.3],"ftL":[57.8,246.6]},{"rootY":9.5,"hips":[0,0],"chest":[-20,-96.6],"neck":[-8,-165.6],"head":[-11.3,-200.7],"shR":[1,-140.1],"elR":[63.6,-117.3],"haR":[127.8,-111.3],"shL":[9.8,-129.1],"elL":[76.5,-108.2],"haL":[136.4,-90.7],"hipR":[-12.9,13],"knR":[10.4,131.4],"ftR":[-58.5,236.1],"hipL":[14.4,2.3],"knL":[37.3,123.3],"ftL":[65.5,244.8]},{"rootY":11.4,"hips":[0,0],"chest":[-16.7,-96.5],"neck":[-4.2,-165.3],"head":[-8.2,-200.5],"shR":[10.5,-139.3],"elR":[78.1,-115.5],"haR":[145.6,-108.7],"shL":[6.9,-128.8],"elL":[65.7,-108.4],"haL":[118.7,-91.2],"hipR":[-11.9,12.7],"knR":[11.3,132.4],"ftR":[-49.9,241.7],"hipL":[12.9,2.7],"knL":[41.6,122.5],"ftL":[75.2,242.7]},{"rootY":12.9,"hips":[0,0],"chest":[-12.1,-96.2],"neck":[1.7,-164.9],"head":[-2.7,-200.2],"shR":[21.6,-137.6],"elR":[92.9,-112.8],"haR":[162,-104.1],"shL":[5.4,-127.9],"elL":[54.6,-107.8],"haL":[99.1,-90.6],"hipR":[-11.2,11.5],"knR":[15.9,131.1],"ftR":[-39.7,243.4],"hipL":[11.4,4],"knL":[47,121.9],"ftL":[85.7,240.8]},{"rootY":13.4,"hips":[0,0],"chest":[-7.9,-96],"neck":[7.8,-164.3],"head":[3.2,-199.8],"shR":[32.2,-135.7],"elR":[105.5,-108.7],"haR":[174.2,-96.8],"shL":[3.5,-128.1],"elL":[42.4,-107.1],"haL":[77,-88.7],"hipR":[-10.1,10],"knR":[22.5,128.6],"ftR":[-29.3,242.6],"hipL":[9.8,5.5],"knL":[52,121.2],"ftL":[93.5,239.4]},{"rootY":12.7,"hips":[0,0],"chest":[-5.8,-96],"neck":[11.5,-163.9],"head":[7.4,-199.7],"shR":[40.2,-133.9],"elR":[113.3,-103.4],"haR":[179.5,-86.5],"shL":[-0.4,-130.4],"elL":[28.7,-107.1],"haL":[52,-85.9],"hipR":[-8.1,9.1],"knR":[26.7,127.1],"ftR":[-20.9,243],"hipL":[7.7,6.6],"knL":[54.3,120.5],"ftL":[95.6,238.8]},{"rootY":10.6,"hips":[0,0],"chest":[-5.2,-96.1],"neck":[13.1,-163.8],"head":[9.9,-199.8],"shR":[46,-132.8],"elR":[116.1,-97.5],"haR":[177.8,-74.3],"shL":[-5.4,-133.9],"elL":[14.3,-107.8],"haL":[26.2,-83.9],"hipR":[-5.2,8.9],"knR":[27.5,127.6],"ftR":[-15.1,245.5],"hipL":[4.9,6.8],"knL":[53.5,119.9],"ftL":[92.8,238.9]},{"rootY":8,"hips":[0,0],"chest":[-4.5,-96.3],"neck":[14.2,-163.9],"head":[12.1,-200.1],"shR":[51.4,-132.6],"elR":[115.7,-92.1],"haR":[171.2,-62.6],"shL":[-10,-136.8],"elL":[0.4,-109.1],"haL":[2.4,-84.2],"hipR":[-1.7,8.9],"knR":[27,128.6],"ftR":[-10.4,248.2],"hipL":[1.4,6.8],"knL":[51.7,119.3],"ftL":[87.9,239.2]},{"rootY":6,"hips":[0,0],"chest":[-2.8,-96.6],"neck":[15.8,-164.1],"head":[14.5,-200.4],"shR":[57.2,-132.9],"elR":[113.6,-88.4],"haR":[161,-54],"shL":[-14.1,-138.3],"elL":[-12.7,-111.2],"haL":[-18.5,-87.2],"hipR":[1.6,8.6],"knR":[26.8,129],"ftR":[-5.9,250],"hipL":[-2.1,7.1],"knL":[49.6,118.8],"ftL":[81.8,239.9]},{"rootY":4.9,"hips":[0,0],"chest":[-0.5,-96.9],"neck":[17.6,-164.3],"head":[16.9,-200.6],"shR":[62.6,-133.2],"elR":[110.4,-86.5],"haR":[148.1,-49.7],"shL":[-17.8,-139],"elL":[-25.2,-114],"haL":[-37.6,-92.2],"hipR":[4.6,8.2],"knR":[27,129],"ftR":[-1.5,251],"hipL":[-5.3,7.5],"knL":[46.8,118.6],"ftL":[73.9,241]},{"rootY":4.6,"hips":[0,0],"chest":[1.6,-97.1],"neck":[18.9,-164.4],"head":[18.9,-200.7],"shR":[66.7,-133],"elR":[106.2,-86.1],"haR":[133.2,-49.3],"shL":[-21.3,-139.1],"elL":[-36.9,-117.1],"haL":[-55.5,-97.7],"hipR":[7.5,7.7],"knR":[27,128.9],"ftR":[2.2,251.7],"hipL":[-8.2,7.9],"knL":[42.8,118.5],"ftL":[63.5,242.2]},{"rootY":4.3,"hips":[0,0],"chest":[3.3,-97.3],"neck":[19.5,-164.5],"head":[20.1,-200.7],"shR":[68.8,-132.3],"elR":[100.2,-86.4],"haR":[116.4,-50.8],"shL":[-24.7,-138.5],"elL":[-48,-119.3],"haL":[-71.8,-102.2],"hipR":[10.3,7.1],"knR":[26.3,128.7],"ftR":[4.9,252.2],"hipL":[-11,8.5],"knL":[36.3,119.3],"ftL":[50.6,243.8]},{"rootY":3.5,"hips":[0,0],"chest":[4.4,-97.5],"neck":[18.7,-164.7],"head":[20.2,-200.9],"shR":[69,-131.7],"elR":[91.8,-86.9],"haR":[98.5,-53.1],"shL":[-28.5,-137.4],"elL":[-58.8,-120.3],"haL":[-86.3,-105],"hipR":[13.2,6.4],"knR":[23.6,128.7],"ftR":[6.8,252.9],"hipL":[-13.8,9.2],"knL":[26.8,121.1],"ftL":[36,245.9]},{"rootY":2.7,"hips":[0,0],"chest":[4.7,-98],"neck":[16.5,-165.2],"head":[19,-201.2],"shR":[67.4,-131.7],"elR":[82.3,-87.4],"haR":[80.2,-55.7],"shL":[-32.8,-136.6],"elL":[-68.9,-120.5],"haL":[-99.6,-106.4],"hipR":[16,5.9],"knR":[18.8,128.8],"ftR":[7.6,253.6],"hipL":[-16.5,9.7],"knL":[15.8,123.1],"ftL":[20.2,248.1]},{"rootY":2.7,"hips":[0,0],"chest":[4.3,-98.4],"neck":[13.7,-165.8],"head":[17.1,-201.6],"shR":[64.9,-132.4],"elR":[73.5,-87.8],"haR":[62.8,-58.7],"shL":[-37.2,-136.5],"elL":[-77.9,-120.4],"haL":[-111.7,-106.7],"hipR":[18.4,5.5],"knR":[14.5,128.6],"ftR":[7.9,253.7],"hipL":[-18.8,10],"knL":[4.4,124.9],"ftL":[2.5,249.6]},{"rootY":3.2,"hips":[0,0],"chest":[3.6,-98.7],"neck":[10.8,-166.1],"head":[15,-201.8],"shR":[61.9,-132.5],"elR":[66.1,-87.3],"haR":[47.1,-61.5],"shL":[-41.1,-135.9],"elL":[-85.6,-119.4],"haL":[-122.6,-105.3],"hipR":[20.1,4.8],"knR":[13.2,127.8],"ftR":[8.5,253],"hipL":[-20.2,10.6],"knL":[-7.6,126.5],"ftL":[-15.8,250.5]},{"rootY":3.8,"hips":[0,0],"chest":[2.6,-99],"neck":[7.7,-166.2],"head":[12.9,-201.7],"shR":[58.5,-131.3],"elR":[60.2,-84.7],"haR":[33.4,-62.9],"shL":[-44.3,-134.5],"elL":[-92.4,-116.2],"haL":[-132.1,-100.7],"hipR":[21.3,4],"knR":[14.5,127],"ftR":[9.8,252.2],"hipL":[-21.1,11.3],"knL":[-18.8,127.7],"ftL":[-29.6,251.2]},{"rootY":3.9,"hips":[0,0],"chest":[1.2,-99.2],"neck":[4.6,-166.3],"head":[10.9,-201.5],"shR":[54.8,-129.4],"elR":[55.3,-79.9],"haR":[22.1,-61.6],"shL":[-47.1,-132.8],"elL":[-98.4,-110.5],"haL":[-140.2,-91.7],"hipR":[22.3,3.7],"knR":[17.1,126.8],"ftR":[11.6,252],"hipL":[-22.1,11.5],"knL":[-25.8,128.3],"ftL":[-34.4,251.8]},{"rootY":3.5,"hips":[0,0],"chest":[-1.4,-99.5],"neck":[1.2,-166],"head":[8.6,-201],"shR":[51.1,-128.4],"elR":[50.8,-74.2],"haR":[13.1,-56.9],"shL":[-50.3,-131.6],"elL":[-102.8,-102.7],"haL":[-146,-78.3],"hipR":[23.4,4.3],"knR":[20.4,127.4],"ftR":[13.3,252.5],"hipL":[-23.1,11],"knL":[-27.1,128.7],"ftL":[-32.6,252.5]},{"rootY":2.6,"hips":[0,0],"chest":[-4.6,-99.4],"neck":[-2.5,-165.4],"head":[5.7,-200.4],"shR":[47.4,-128.8],"elR":[45.9,-70.1],"haR":[6.2,-49.1],"shL":[-54.2,-130.8],"elL":[-104.6,-94.4],"haL":[-148.4,-62.6],"hipR":[24.3,4.9],"knR":[25,128],"ftR":[15.3,252.1],"hipL":[-23.8,10.5],"knL":[-25.9,129.4],"ftL":[-30.2,253.3]},{"rootY":1.5,"hips":[0,0],"chest":[-7.8,-99.2],"neck":[-6.9,-165.1],"head":[2,-199.9],"shR":[43.1,-129.6],"elR":[40.2,-68.6],"haR":[1.2,-39.6],"shL":[-58.6,-130.2],"elL":[-104.2,-86.6],"haL":[-147,-47.3],"hipR":[24.9,4.8],"knR":[29.8,127.7],"ftR":[19.3,249.9],"hipL":[-24.2,10.6],"knL":[-26.2,130.4],"ftL":[-29.9,254.5]},{"rootY":0.1,"hips":[0,0],"chest":[-10.7,-99.1],"neck":[-12.1,-165],"head":[-2.8,-199.8],"shR":[37.9,-129.6],"elR":[33.1,-68.7],"haR":[-2,-30],"shL":[-63.3,-129],"elL":[-103.2,-79.3],"haL":[-142.8,-34],"hipR":[25.7,4],"knR":[33.1,126.8],"ftR":[25.4,246.9],"hipL":[-24.4,11.4],"knL":[-28.3,131.7],"ftL":[-30.9,255.9]},{"rootY":-1.4,"hips":[0,0],"chest":[-13,-98.9],"neck":[-17.4,-164.9],"head":[-8.2,-199.7],"shR":[32.2,-129.4],"elR":[25.7,-68.8],"haR":[-2.9,-21.8],"shL":[-67.8,-127.2],"elL":[-102,-72.5],"haL":[-136.4,-22.8],"hipR":[26.5,3.3],"knR":[35.2,125.9],"ftR":[31.8,244.6],"hipL":[-24.6,12],"knL":[-30.4,132.7],"ftL":[-31.8,257.1]},{"rootY":-2.6,"hips":[0,0],"chest":[-14.5,-98.6],"neck":[-22.4,-164.3],"head":[-13.7,-199.3],"shR":[26.8,-129.8],"elR":[19.9,-68.4],"haR":[-1.7,-15.9],"shL":[-71.6,-125.1],"elL":[-100.4,-66.4],"haL":[-128.7,-13.4],"hipR":[27.2,2.9],"knR":[37,125.3],"ftR":[37.4,243.1],"hipL":[-24.9,12.3],"knL":[-31.7,133.5],"ftL":[-32.8,258.1]},{"rootY":-3.5,"hips":[0,0],"chest":[-15.9,-98.4],"neck":[-27,-163.4],"head":[-19.2,-198.7],"shR":[21.6,-130.3],"elR":[16.4,-67.6],"haR":[0.4,-12.6],"shL":[-74.7,-122.4],"elL":[-98.4,-60.8],"haL":[-120.8,-5.7],"hipR":[27.5,2.6],"knR":[39.4,124.7],"ftR":[42.6,242],"hipL":[-24.9,12.6],"knL":[-32.6,134.1],"ftL":[-34.3,259]},{"rootY":-4.1,"hips":[0,0],"chest":[-17.2,-98.2],"neck":[-31.4,-162.5],"head":[-24.8,-198],"shR":[17.1,-130.2],"elR":[15.4,-67.2],"haR":[2.3,-11.5],"shL":[-77,-119.3],"elL":[-96.3,-55.7],"haL":[-114.1,0.8],"hipR":[27.7,2.2],"knR":[42.8,124],"ftR":[48.4,240.9],"hipL":[-24.8,12.9],"knL":[-33.1,134.6],"ftL":[-35.5,259.7]},{"rootY":-4.5,"hips":[0,0],"chest":[-18.2,-98],"neck":[-35,-161.5],"head":[-30,-197.3],"shR":[13.9,-130.1],"elR":[16.4,-67.8],"haR":[4.7,-12.7],"shL":[-78.4,-116.3],"elL":[-94.5,-51.3],"haL":[-109,6.3],"hipR":[27.8,2],"knR":[46.8,123.4],"ftR":[55.8,239.8],"hipL":[-24.7,13.1],"knL":[-32.8,135],"ftL":[-36.1,260.1]},{"rootY":-4.7,"hips":[0,0],"chest":[-18.7,-97.6],"neck":[-37.5,-160.4],"head":[-34.4,-196.4],"shR":[12.1,-130.2],"elR":[18.4,-69.2],"haR":[7.5,-15.9],"shL":[-79.3,-114],"elL":[-92.9,-47.9],"haL":[-105.3,10.9],"hipR":[27.8,2.1],"knR":[50.5,122.9],"ftR":[64,239.1],"hipL":[-24.7,13],"knL":[-32.3,135.2],"ftL":[-36.7,260.4]},{"rootY":-4.8,"hips":[0,0],"chest":[-19.1,-97.4],"neck":[-39.3,-159.5],"head":[-38.2,-195.6],"shR":[11.1,-130.5],"elR":[20.7,-71.2],"haR":[10.1,-20.7],"shL":[-80.1,-112.3],"elL":[-91.7,-45.3],"haL":[-102.9,14.8],"hipR":[27.8,2.1],"knR":[53.7,122.3],"ftR":[71.6,238.5],"hipL":[-24.7,13],"knL":[-32.2,135.4],"ftL":[-37.7,260.5]},{"rootY":-5,"hips":[0,0],"chest":[-19.5,-97.2],"neck":[-40.5,-158.9],"head":[-41.5,-195],"shR":[10.8,-130.8],"elR":[23,-73.5],"haR":[12.2,-26.8],"shL":[-80.7,-111.3],"elL":[-90.9,-43.4],"haL":[-101.5,17.9],"hipR":[27.8,2],"knR":[56.4,121.6],"ftR":[77.3,237.9],"hipL":[-24.7,13.1],"knL":[-32.6,135.5],"ftL":[-39,260.7]},{"rootY":-5.1,"hips":[0,0],"chest":[-19.5,-97.2],"neck":[-41.2,-158.6],"head":[-44.3,-194.5],"shR":[11,-131.1],"elR":[25.6,-76.2],"haR":[14.5,-33.3],"shL":[-81,-111],"elL":[-90.2,-42.3],"haL":[-100.5,20],"hipR":[27.8,2],"knR":[58.5,121],"ftR":[81.1,237.6],"hipL":[-24.6,13.1],"knL":[-33.1,135.6],"ftL":[-40.4,260.7]},{"rootY":-5,"hips":[0,0],"chest":[-19.2,-97.2],"neck":[-41,-158.5],"head":[-46.4,-194.1],"shR":[11.7,-131.5],"elR":[28.9,-79.5],"haR":[17.5,-39.9],"shL":[-80.8,-111.1],"elL":[-89.3,-41.9],"haL":[-99.3,21.1],"hipR":[27.8,2.2],"knR":[59.8,120.9],"ftR":[83,237.5],"hipL":[-24.7,13],"knL":[-33.7,135.5],"ftL":[-41.9,260.6]},{"rootY":-4.7,"hips":[0,0],"chest":[-18.5,-97.2],"neck":[-40.5,-158.5],"head":[-47.8,-193.8],"shR":[12.7,-131.9],"elR":[32.5,-82.7],"haR":[21.2,-46.3],"shL":[-80.2,-111.2],"elL":[-88,-41.9],"haL":[-97.9,21.5],"hipR":[27.8,2.5],"knR":[59.9,121.3],"ftR":[83,237.6],"hipL":[-24.9,12.7],"knL":[-34.4,135.3],"ftL":[-43.7,260.3]},{"rootY":-4.3,"hips":[0,0],"chest":[-17.7,-97.4],"neck":[-39.8,-158.6],"head":[-48.7,-193.6],"shR":[13.9,-132.2],"elR":[36.1,-85.7],"haR":[25,-52.3],"shL":[-79.3,-111.3],"elL":[-86.7,-42],"haL":[-96.3,21.4],"hipR":[27.7,2.8],"knR":[59,121.9],"ftR":[81,237.9],"hipL":[-25,12.4],"knL":[-35.5,135],"ftL":[-45.7,259.9]},{"rootY":-3.7,"hips":[0,0],"chest":[-16.7,-97.5],"neck":[-38.6,-159],"head":[-48.9,-193.6],"shR":[15.5,-132.8],"elR":[39.6,-88.2],"haR":[29,-57.4],"shL":[-78.1,-111.7],"elL":[-85.2,-42.4],"haL":[-94.4,20.8],"hipR":[27.7,3.3],"knR":[57.2,122.8],"ftR":[77.4,238.8],"hipL":[-25.2,12.1],"knL":[-36.7,134.5],"ftL":[-47.9,259.3]},{"rootY":-3,"hips":[0,0],"chest":[-15.4,-97.7],"neck":[-36.7,-159.5],"head":[-48.2,-193.8],"shR":[17.6,-133.3],"elR":[43,-90],"haR":[33.3,-61.2],"shL":[-76.6,-112.5],"elL":[-83.3,-43.3],"haL":[-92.1,19.7],"hipR":[27.6,3.7],"knR":[54.8,123.9],"ftR":[72.6,240.3],"hipL":[-25.4,11.6],"knL":[-37.9,133.9],"ftL":[-50.3,258.6]},{"rootY":-2.2,"hips":[0,0],"chest":[-13.8,-97.9],"neck":[-34.2,-160],"head":[-46.7,-194],"shR":[20.2,-133.8],"elR":[46.1,-91.3],"haR":[37.5,-63.7],"shL":[-74.7,-113.6],"elL":[-81.2,-44.6],"haL":[-89.5,18.1],"hipR":[27.5,4.2],"knR":[51.6,125.1],"ftR":[66.7,241.9],"hipL":[-25.6,11.2],"knL":[-39.3,133.3],"ftL":[-53,257.9]},{"rootY":-1.1,"hips":[0,0],"chest":[-11.9,-98.2],"neck":[-31.1,-160.7],"head":[-44.3,-194.5],"shR":[23.4,-134.3],"elR":[49.1,-92.3],"haR":[41.6,-65.4],"shL":[-72.6,-115],"elL":[-78.8,-46.4],"haL":[-87,15.9],"hipR":[27.4,4.8],"knR":[47.9,126.3],"ftR":[60.1,243.6],"hipL":[-25.8,10.6],"knL":[-41,132.4],"ftL":[-55.8,256.8]},{"rootY":0.3,"hips":[0,0],"chest":[-9.6,-98.4],"neck":[-27.2,-161.4],"head":[-40.9,-195],"shR":[27.4,-134.8],"elR":[52.7,-93.2],"haR":[45.6,-66.6],"shL":[-70,-116.7],"elL":[-76.3,-48.4],"haL":[-84.4,13.4],"hipR":[27.2,5.7],"knR":[44.1,127.6],"ftR":[53.5,245.8],"hipL":[-26.1,9.9],"knL":[-42.7,131.2],"ftL":[-58.7,255.5]},{"rootY":1.9,"hips":[0,0],"chest":[-6.4,-98.6],"neck":[-22.4,-161.9],"head":[-36.2,-195.4],"shR":[32.2,-134.8],"elR":[57.1,-93.8],"haR":[49.9,-67.5],"shL":[-66.4,-118.2],"elL":[-73.3,-50.6],"haL":[-82.2,10.7],"hipR":[26.9,6.7],"knR":[40.9,129],"ftR":[47.8,248.4],"hipL":[-26.4,8.9],"knL":[-44.3,129.8],"ftL":[-61.7,253.9]},{"rootY":3.5,"hips":[0,0],"chest":[-2.5,-98.6],"neck":[-16.8,-162.1],"head":[-30.6,-195.8],"shR":[37.6,-134.2],"elR":[61.7,-93.8],"haR":[54.1,-67.7],"shL":[-61.7,-119.1],"elL":[-70.3,-52.4],"haL":[-80.9,7.7],"hipR":[26.7,7.4],"knR":[38.6,129.8],"ftR":[43.5,250.3],"hipL":[-26.6,8.2],"knL":[-45.9,128.6],"ftL":[-64.9,252.4]},{"rootY":4.9,"hips":[0,0],"chest":[1,-98.8],"neck":[-11.3,-162.5],"head":[-24.7,-196.3],"shR":[42.9,-133.9],"elR":[65.7,-93.7],"haR":[57.6,-67.6],"shL":[-57.1,-119.9],"elL":[-68.2,-54.5],"haL":[-80.7,4.2],"hipR":[26.6,7.5],"knR":[37,129.6],"ftR":[39.7,250.3],"hipL":[-26.6,8],"knL":[-47.8,127.4],"ftL":[-68.7,250.9]},{"rootY":5.8,"hips":[0,0],"chest":[2.6,-98.9],"neck":[-6.8,-162.8],"head":[-18.9,-197],"shR":[47,-133.9],"elR":[68.6,-93.8],"haR":[60.5,-67.6],"shL":[-54.2,-121.9],"elL":[-67.2,-57.6],"haL":[-81.5,-0.1],"hipR":[26.6,7.2],"knR":[35.3,128.6],"ftR":[35.5,249.3],"hipL":[-26.6,8.3],"knL":[-50.1,126.3],"ftL":[-72.9,249.4]},{"rootY":5.8,"hips":[0,0],"chest":[2.4,-98.9],"neck":[-3.4,-162.8],"head":[-13.2,-197.8],"shR":[49.9,-133.5],"elR":[70.8,-93.9],"haR":[63.2,-68],"shL":[-53.1,-125.4],"elL":[-67.2,-61.8],"haL":[-82.8,-5.2],"hipR":[26.8,6.9],"knR":[33.1,128],"ftR":[31.1,249.1],"hipL":[-26.5,8.7],"knL":[-52,125.1],"ftL":[-76,248]},{"rootY":5,"hips":[0,0],"chest":[2,-98.8],"neck":[-0.5,-162.6],"head":[-6.9,-198.3],"shR":[52.1,-132.4],"elR":[72.8,-93.6],"haR":[66.4,-68.7],"shL":[-52.1,-129],"elL":[-67.4,-66.6],"haL":[-84.1,-11.2],"hipR":[26.9,6.9],"knR":[31.2,128.3],"ftR":[27.5,250],"hipL":[-26.5,8.6],"knL":[-53.1,123.8],"ftL":[-76.7,246.8]},{"rootY":3.8,"hips":[0,0],"chest":[2.5,-98.7],"neck":[2.8,-162.6],"head":[0,-198.7],"shR":[54.7,-131.2],"elR":[75.3,-93.2],"haR":[70.2,-69.5],"shL":[-49.9,-131.3],"elL":[-67.2,-71.4],"haL":[-85.1,-18.5],"hipR":[26.7,7.5],"knR":[30.3,128.9],"ftR":[25.5,251.3],"hipL":[-26.7,8.1],"knL":[-53,122.5],"ftL":[-75.4,245.8]},{"rootY":2.6,"hips":[0,0],"chest":[4,-98.7],"neck":[6.7,-162.8],"head":[7.3,-198.9],"shR":[58,-130.7],"elR":[78.3,-93.4],"haR":[74.2,-70.5],"shL":[-46.7,-132.7],"elL":[-66.6,-76.6],"haL":[-85.6,-27.1],"hipR":[26.3,8.3],"knR":[30.5,129.5],"ftR":[24.8,252.3],"hipL":[-26.8,7.3],"knL":[-51.8,121.8],"ftL":[-73.7,245.1]},{"rootY":1.7,"hips":[0,0],"chest":[5.7,-98.6],"neck":[10.7,-162.8],"head":[14.4,-198.7],"shR":[61.5,-130.5],"elR":[81.4,-94.1],"haR":[77.6,-72],"shL":[-43.3,-134],"elL":[-65.9,-82.3],"haL":[-85.7,-36.8],"hipR":[25.8,9],"knR":[30.9,130],"ftR":[24.4,253.2],"hipL":[-26.7,6.6],"knL":[-49.7,121.7],"ftL":[-72.8,244.6]},{"rootY":1.2,"hips":[0,0],"chest":[7,-98.5],"neck":[14.2,-162.6],"head":[20.7,-198.1],"shR":[64.6,-129.9],"elR":[84.2,-94.8],"haR":[80.4,-74.1],"shL":[-40.4,-135.5],"elL":[-65.1,-88.6],"haL":[-85.5,-47.2],"hipR":[25.4,9.4],"knR":[30.7,130.4],"ftR":[23.9,253.8],"hipL":[-26.7,6.2],"knL":[-47.6,121.8],"ftL":[-72.9,243.9]},{"rootY":0.8,"hips":[0,0],"chest":[7.8,-98.4],"neck":[17.2,-162.4],"head":[26.3,-197.3],"shR":[66.8,-128.7],"elR":[86.5,-94.5],"haR":[82.4,-76],"shL":[-37.9,-137.4],"elL":[-64.2,-95],"haL":[-84.8,-57.6],"hipR":[25.2,9.6],"knR":[30,130.6],"ftR":[23.3,254.2],"hipL":[-26.6,6],"knL":[-46,121.7],"ftL":[-73.2,243]},{"rootY":0.7,"hips":[0,0],"chest":[8.1,-98.4],"neck":[19.8,-162.2],"head":[31.1,-196.4],"shR":[68.5,-127],"elR":[88.3,-93.5],"haR":[84,-77.2],"shL":[-35.7,-139.9],"elL":[-62.7,-101.5],"haL":[-83.6,-67.6],"hipR":[25.3,9.7],"knR":[29.6,130.7],"ftR":[22.6,254.4],"hipL":[-26.7,5.9],"knL":[-45,121.2],"ftL":[-72.7,241.9]},{"rootY":0.5,"hips":[0,0],"chest":[8.5,-98.4],"neck":[22.3,-161.8],"head":[35.5,-195.4],"shR":[69.8,-125],"elR":[89.7,-92.2],"haR":[85.3,-77.5],"shL":[-33.5,-142.5],"elL":[-60.5,-107.8],"haL":[-81.5,-77],"hipR":[25.3,9.7],"knR":[29.6,130.7],"ftR":[22.3,254.5],"hipL":[-26.8,5.8],"knL":[-44.7,120.4],"ftL":[-71.2,241.1]},{"rootY":0.3,"hips":[0,0],"chest":[9.1,-98.3],"neck":[24.8,-161.4],"head":[39.6,-194.3],"shR":[71.2,-123.1],"elR":[90.2,-91],"haR":[86.2,-77.3],"shL":[-31.2,-144.9],"elL":[-57.5,-113.6],"haL":[-78.8,-85.8],"hipR":[25.4,9.9],"knR":[29.7,130.8],"ftR":[22.3,254.6],"hipL":[-26.9,5.7],"knL":[-44.5,119.7],"ftL":[-68.8,240.8]},{"rootY":0,"hips":[0,0],"chest":[10,-98.2],"neck":[27.1,-161],"head":[43.4,-193.2],"shR":[72.7,-121.7],"elR":[90.2,-89.9],"haR":[86.7,-76.7],"shL":[-28.8,-146.7],"elL":[-54.1,-118.6],"haL":[-75.5,-93.6],"hipR":[25.4,10],"knR":[29.7,131],"ftR":[22.5,254.8],"hipL":[-26.9,5.5],"knL":[-44.3,119.4],"ftL":[-66.4,241.1]},{"rootY":-0.3,"hips":[0,0],"chest":[10.9,-98.2],"neck":[29.3,-160.6],"head":[46.8,-192.2],"shR":[74.1,-120.8],"elR":[89.9,-88.8],"haR":[86.6,-75.7],"shL":[-26.6,-148.5],"elL":[-50.8,-123.1],"haL":[-71.9,-100.6],"hipR":[25.3,10.2],"knR":[29.6,131.2],"ftR":[22.6,255.1],"hipL":[-27,5.3],"knL":[-44,119.4],"ftL":[-64.7,241.9]},{"rootY":-0.6,"hips":[0,0],"chest":[11.4,-98.1],"neck":[30.9,-160.3],"head":[49.4,-191.3],"shR":[75.1,-120],"elR":[89.6,-87.7],"haR":[86.1,-74.6],"shL":[-24.8,-150.2],"elL":[-47.9,-127.3],"haL":[-68.1,-107],"hipR":[25.4,10.2],"knR":[29.3,131.4],"ftR":[22.6,255.4],"hipL":[-27.1,5.3],"knL":[-43.7,119.7],"ftL":[-63.7,242.7]},{"rootY":-0.7,"hips":[0,0],"chest":[11.6,-98.1],"neck":[32,-160],"head":[51.4,-190.5],"shR":[75.5,-119],"elR":[89.1,-86.7],"haR":[85.3,-73.4],"shL":[-23.5,-151.5],"elL":[-45.5,-131.1],"haL":[-64.3,-113],"hipR":[25.5,10.2],"knR":[29.1,131.4],"ftR":[22.6,255.6],"hipL":[-27.1,5.4],"knL":[-43.6,119.9],"ftL":[-63,243.4]},{"rootY":-0.8,"hips":[0,0],"chest":[11.6,-98.1],"neck":[32.6,-159.7],"head":[52.8,-189.8],"shR":[75.6,-118],"elR":[88.2,-85.8],"haR":[84.2,-72.2],"shL":[-22.7,-152.5],"elL":[-43.5,-134.6],"haL":[-60.5,-118.5],"hipR":[25.6,10.1],"knR":[29.1,131.4],"ftR":[22.7,255.7],"hipL":[-27.1,5.5],"knL":[-43.4,120.1],"ftL":[-62,243.9]},{"rootY":-0.9,"hips":[0,0],"chest":[11.7,-98.1],"neck":[33.2,-159.5],"head":[54,-189.2],"shR":[75.7,-117.4],"elR":[87.3,-85],"haR":[83.3,-70.9],"shL":[-22,-153.4],"elL":[-41.5,-137.6],"haL":[-56.8,-123.2],"hipR":[25.6,10],"knR":[29.4,131.5],"ftR":[23.1,255.8],"hipL":[-27.2,5.5],"knL":[-43.1,120.3],"ftL":[-60.7,244.4]},{"rootY":-1,"hips":[0,0],"chest":[11.9,-98.1],"neck":[33.7,-159.4],"head":[54.9,-188.7],"shR":[75.9,-117],"elR":[86.6,-84.2],"haR":[82.4,-69.5],"shL":[-21.3,-154.3],"elL":[-39.5,-140.2],"haL":[-53.1,-127.2],"hipR":[25.7,10.1],"knR":[29.8,131.5],"ftR":[23.8,255.8],"hipL":[-27.2,5.5],"knL":[-42.6,120.6],"ftL":[-59,244.8]},{"rootY":-1,"hips":[0,0],"chest":[12,-98.1],"neck":[34,-159.3],"head":[55.6,-188.4],"shR":[76,-116.6],"elR":[86.1,-83.6],"haR":[81.7,-68.2],"shL":[-20.8,-154.9],"elL":[-37.6,-142.2],"haL":[-49.5,-130.3],"hipR":[25.7,10.1],"knR":[30.3,131.5],"ftR":[24.8,255.8],"hipL":[-27.2,5.4],"knL":[-41.9,120.8],"ftL":[-57.5,245.1]},{"rootY":-1,"hips":[0,0],"chest":[11.9,-98.1],"neck":[34.1,-159.2],"head":[56,-188.2],"shR":[75.9,-116.4],"elR":[85.4,-83.1],"haR":[81,-66.9],"shL":[-20.6,-155.5],"elL":[-35.9,-143.7],"haL":[-46.4,-132.6],"hipR":[25.7,10],"knR":[30.8,131.5],"ftR":[25.8,255.8],"hipL":[-27.3,5.5],"knL":[-41.4,121],"ftL":[-56.3,245.4]},{"rootY":-1,"hips":[0,0],"chest":[11.6,-98.1],"neck":[33.9,-159.2],"head":[55.9,-188],"shR":[75.6,-116.3],"elR":[84.5,-82.7],"haR":[80.3,-65.7],"shL":[-20.7,-156],"elL":[-34.7,-144.8],"haL":[-43.7,-134.2],"hipR":[25.8,9.9],"knR":[31.3,131.3],"ftR":[26.8,255.7],"hipL":[-27.2,5.6],"knL":[-41,121.2],"ftL":[-55.4,245.7]},{"rootY":-0.8,"hips":[0,0],"chest":[10.9,-98.2],"neck":[33.4,-159.2],"head":[55.5,-187.8],"shR":[75,-116.3],"elR":[83.6,-82.3],"haR":[79.6,-64.6],"shL":[-21.1,-156.4],"elL":[-33.8,-145.5],"haL":[-41.6,-135],"hipR":[25.9,9.7],"knR":[32,131.1],"ftR":[27.9,255.5],"hipL":[-27.2,5.9],"knL":[-40.7,121.3],"ftL":[-54.6,245.8]},{"rootY":-0.5,"hips":[0,0],"chest":[9.9,-98.2],"neck":[32.4,-159.2],"head":[54.9,-187.6],"shR":[74,-116.2],"elR":[82.4,-81.9],"haR":[78.9,-63.5],"shL":[-21.8,-156.9],"elL":[-33.3,-145.8],"haL":[-39.8,-135],"hipR":[26,9.3],"knR":[32.7,130.8],"ftR":[29.3,255.2],"hipL":[-27.1,6.2],"knL":[-40.3,121.2],"ftL":[-53.6,245.7]},{"rootY":-0.2,"hips":[0,0],"chest":[8.8,-98.2],"neck":[31.4,-159.1],"head":[54.2,-187.2],"shR":[72.8,-115.9],"elR":[81.2,-81.4],"haR":[78.3,-62.4],"shL":[-22.7,-157.3],"elL":[-33,-145.8],"haL":[-38.2,-134.7],"hipR":[26.1,8.9],"knR":[33.3,130.4],"ftR":[30.8,254.9],"hipL":[-27,6.6],"knL":[-39.9,121],"ftL":[-52.4,245.1]},{"rootY":0.3,"hips":[0,0],"chest":[7.6,-98.2],"neck":[30.3,-158.9],"head":[53.5,-186.7],"shR":[71.5,-115.4],"elR":[80,-80.8],"haR":[77.7,-61.2],"shL":[-23.6,-157.7],"elL":[-32.7,-145.8],"haL":[-36.7,-134.3],"hipR":[26.2,8.5],"knR":[34.2,129.9],"ftR":[32.7,254.5],"hipL":[-26.9,7.1],"knL":[-39.2,120.8],"ftL":[-50.8,244.5]},{"rootY":0.8,"hips":[0,0],"chest":[6.3,-98.2],"neck":[29.2,-158.7],"head":[52.8,-186.2],"shR":[70.1,-115],"elR":[78.9,-80],"haR":[77.2,-59.9],"shL":[-24.5,-157.9],"elL":[-32.3,-145.7],"haL":[-35.2,-133.9],"hipR":[26.3,8.1],"knR":[35.4,129.5],"ftR":[35.2,254],"hipL":[-26.7,7.5],"knL":[-38.1,120.8],"ftL":[-48.3,244.1]},{"rootY":1.3,"hips":[0,0],"chest":[4.9,-98.2],"neck":[27.9,-158.6],"head":[52,-185.7],"shR":[68.8,-114.6],"elR":[77.7,-79.3],"haR":[76.8,-58.4],"shL":[-25.5,-157.9],"elL":[-31.8,-145.4],"haL":[-33.7,-133.4],"hipR":[26.4,7.7],"knR":[36.9,128.9],"ftR":[38.2,253.5],"hipL":[-26.6,7.9],"knL":[-36.7,121.2],"ftL":[-45.3,244.3]},{"rootY":2.1,"hips":[0,0],"chest":[3.5,-98.3],"neck":[26.5,-158.7],"head":[50.9,-185.5],"shR":[67.4,-114.5],"elR":[76.5,-78.7],"haR":[76.5,-56.7],"shL":[-26.7,-157.9],"elL":[-31.7,-145.3],"haL":[-32.5,-133.2],"hipR":[26.5,7.2],"knR":[38.5,128.3],"ftR":[41.4,252.7],"hipL":[-26.4,8.4],"knL":[-35.3,122.2],"ftL":[-42.8,245.2]},{"rootY":3.1,"hips":[0,0],"chest":[1.6,-98.3],"neck":[24.6,-158.9],"head":[49.4,-185.4],"shR":[65.5,-114.3],"elR":[75,-78],"haR":[76,-54.8],"shL":[-28.3,-157.7],"elL":[-32.4,-145.3],"haL":[-31.7,-133.2],"hipR":[26.6,6.6],"knR":[40.2,127.5],"ftR":[44.7,251.8],"hipL":[-26.2,8.9],"knL":[-34.2,123.7],"ftL":[-40.5,247]},{"rootY":4.2,"hips":[0,0],"chest":[-0.8,-98.5],"neck":[21.8,-159.3],"head":[46.9,-185.5],"shR":[62.7,-114.2],"elR":[72.7,-77.2],"haR":[75.1,-52.6],"shL":[-30.7,-157],"elL":[-34,-144.7],"haL":[-31.2,-132.3],"hipR":[26.7,6.1],"knR":[42.3,126.7],"ftR":[48.8,250.7],"hipL":[-26.1,9.4],"knL":[-32.6,125.3],"ftL":[-37.4,248.9]},{"rootY":4.8,"hips":[0,0],"chest":[-3.4,-98.6],"neck":[18.6,-159.7],"head":[43.9,-185.7],"shR":[59.6,-114.1],"elR":[70.1,-76.5],"haR":[74,-50.4],"shL":[-33.6,-155.9],"elL":[-36.1,-143.2],"haL":[-31,-130],"hipR":[26.7,5.8],"knR":[44.6,126.1],"ftR":[53.1,249.9],"hipL":[-26,9.6],"knL":[-30.4,126.5],"ftL":[-33.4,250.1]},{"rootY":5,"hips":[0,0],"chest":[-5.1,-98.6],"neck":[16.1,-159.9],"head":[41.5,-185.9],"shR":[57.3,-114.1],"elR":[68.2,-76.1],"haR":[73.1,-48.8],"shL":[-35.6,-154.9],"elL":[-37.7,-141.7],"haL":[-31.2,-127.5],"hipR":[26.7,5.8],"knR":[46.2,126],"ftR":[56.2,249.7],"hipL":[-26,9.6],"knL":[-28.5,126.8],"ftL":[-30.2,250.5]}]} \ No newline at end of file diff --git a/skills/creative/animated-drawing.md b/skills/creative/animated-drawing.md index e02515b2..9d7a2b3b 100644 --- a/skills/creative/animated-drawing.md +++ b/skills/creative/animated-drawing.md @@ -32,8 +32,27 @@ One clearly-drawn **humanoid**, roughly T/A-pose (limbs separated, not overlappi ## Config the agent generates (all YAML) `char_cfg.yaml` (+ `texture.png`, `mask.png`; auto-produced by `image_to_annotations.py`) · a **motion** config (bvh + frames + groundplane) · a **retarget** config (BVH-joint → rig-joint; reuse bundled `fair1_ppf` / `cmu1_pfp` unless the skeleton differs) · an **MVC** config (`controller.MODE: video_render`, `OUTPUT_VIDEO_PATH`, optional `WINDOW_DIMENSIONS` / `CLEAR_COLOR` / `BACKGROUND_IMAGE` / `CAMERA_POS`). -## Preset motions -`dab`, `jesse_dance`, `jumping`, `jumping_jacks`, `wave_hello`, `zombie` — plus any Mixamo-skeleton BVH. +## Preset motions → retarget config (MUST match the BVH skeleton) +Each bundled BVH is a different skeleton family; using the wrong retarget config **crashes** (`ValueError: 'RightArm' is not in list`). Pair them: + +| Motion | BVH folder | retarget config | +|---|---|---| +| `dab`, `wave_hello`, `jumping`, `zombie` | `bvh/fair1/` | `fair1_ppf` | +| `jumping_jacks` | `bvh/cmu1/` | `cmu1_pfp` | +| `jesse_dance` | `bvh/rokoko/` | `mixamo_fff` | + +Any other BVH → match its skeleton (or write a retarget config). **Cap long clips** with `end_frame_idx` (`wave_hello` is 839 frames) or the render runs for minutes; ground-contact clips (`dab`, `wave_hello`) render ~8× slower. + +## Character variety — animate the USER's drawing (fixes "always the same character") +Bundled characters are **demo-only**. In real use the character is whatever the user **supplies** — unique per video. For a "just make me a video" request with no drawing, **generate a fresh character** (image-gen: "a child's crayon drawing of a …" → PNG on plain light bg) and **auto-rig it** (Docker path) → a different character every time. **Never reuse a bundled char across videos**, or every output looks like the same mascot. + +## Compositing into HyperFrames (the second half — required for a real video) +AnimatedDrawings only outputs the moving character. To make a *video* (background, balloons, music), composite in HyperFrames: +- **Transparent output:** `view.CLEAR_COLOR: [0,0,0,0]` in the MVC config → transparent frames. +- **A GIF FREEZES in a deterministic HyperFrames render.** Convert to **VP9 WebM w/ alpha**: `ffmpeg -i char.gif -c:v libvpx-vp9 -pix_fmt yuva420p char.webm`. (`ffprobe` misreports `yuv420p` — alpha is intact.) +- **Video contract (the linter enforces — run `npm run check`):** `