From 2c52a8a295aa9bd018891e42ff0891c3ffe9bb2c Mon Sep 17 00:00:00 2001 From: "U-CASA01\\Ed" <edoardo.basilico@edu.ge.ch> Date: Fri, 27 Sep 2024 06:30:10 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20de=20fautes=20mineurs=20dans=2002b?= =?UTF-8?q?...=20et=20ajout=20d'un=20tableau=20rappel=20de=20quelques=20fo?= =?UTF-8?q?nctions=20utiles=20turtle=20en=20d=C3=A9but=20de=20document.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Notebooks/02b_Complement_sur_les_cercles ipynb | 1 - Notebooks/02b_Complement_sur_les_cercles.ipynb | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 Notebooks/02b_Complement_sur_les_cercles ipynb create mode 100755 Notebooks/02b_Complement_sur_les_cercles.ipynb diff --git a/Notebooks/02b_Complement_sur_les_cercles ipynb b/Notebooks/02b_Complement_sur_les_cercles ipynb deleted file mode 100644 index 7db8a65..0000000 --- a/Notebooks/02b_Complement_sur_les_cercles ipynb +++ /dev/null @@ -1 +0,0 @@ -{"cells":[{"metadata":{},"cell_type":"markdown","source":"<div class = \"alert alert-danger\"> \n \nAttention: **veillez à bien sauvegarder votre travail** dans le bon dossier du disque réseau (dossier document) avec le bon nom (et l'extension *.ipynb*), **sinon toutes les modifications seront perdues!**\n\nPour reprendre votre travail, il suffit d'ouvrir le fichier .ipynb en cliquant sur *Fichier ouvrir*\n</div>"},{"metadata":{},"cell_type":"markdown","source":"# Complément dur les cercles\n\n**Rappel** :\n\n- la fonction `circle(r)` dessine un cercle de rayon `r`, vers la gauche,\n- la fonction `circle(-r)` dessine un cercle de rayon `r`, vers la droite,\n- la fonction `circle(r, a)` dessine un arc de cercle de rayon `r` avec un angle `a`.\n\n"},{"metadata":{},"cell_type":"markdown","source":"## Fonction `circle()`\n\nLa fonction `circle(r)` dessine un cercle de rayon `r`.\nCe cercle est dessiné :\n\n- vers la gauche si `r` est positif,\n- vers la droite si `r` est négatif.\n\n"},{"metadata":{"trusted":true},"cell_type":"code","source":"from turtle import *\n\nleft(90)\ncircle(20)\ncircle(40)\ncircle(60)\ncircle(80)\n\ncircle(-20)\ncircle(-40)\ncircle(-60)\ncircle(-80)\n\ndone()\n","execution_count":1,"outputs":[{"output_type":"display_data","data":{"image/svg+xml":"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"50%\" height=\"auto\" preserveaspectratio=\"xMidYMid meet\" viewbox=\"0 0 640 480\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_0\" attributename=\"opacity\" attributetype=\"CSS\" from=\"1\" to=\"1\" begin=\"0s\" dur=\"1ms\" fill=\"freeze\"></animate><g transform=\"translate(320 240)\"></g><g transform=\"translate(320 240)\"><line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_2\" attributename=\"x2\" attributetype=\"XML\" from=\"0\" to=\"0\" dur=\"1ms\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_1.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_1.end\" from=\"0\" to=\"0\" dur=\"1ms\" fill=\"freeze\"></animate></line><line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_7\" attributename=\"x2\" attributetype=\"XML\" from=\"0\" to=\"-1.729090847147982\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_6.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_6.end\" from=\"0\" to=\"-8.134732861516003\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-1.729090847147982\" y1=\"-8.134732861516003\" x2=\"-1.729090847147982\" y2=\"-8.134732861516003\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_9\" attributename=\"x2\" attributetype=\"XML\" from=\"-1.729090847147982\" to=\"-6.617387872822834\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_8.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_8.end\" from=\"-8.134732861516003\" to=\"-14.862896509547884\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-6.617387872822834\" y1=\"-14.862896509547884\" x2=\"-6.617387872822834\" y2=\"-14.862896509547884\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_11\" attributename=\"x2\" attributetype=\"XML\" from=\"-6.617387872822834\" to=\"-13.819660112501051\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_10.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_10.end\" from=\"-14.862896509547884\" to=\"-19.02113032590307\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-13.819660112501051\" y1=\"-19.02113032590307\" x2=\"-13.819660112501051\" y2=\"-19.02113032590307\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_13\" attributename=\"x2\" attributetype=\"XML\" from=\"-13.819660112501051\" to=\"-22.090569265353068\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_12.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_12.end\" from=\"-19.02113032590307\" to=\"-19.890437907365467\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-22.090569265353068\" y1=\"-19.890437907365467\" x2=\"-22.090569265353068\" y2=\"-19.890437907365467\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_15\" attributename=\"x2\" attributetype=\"XML\" from=\"-22.090569265353068\" to=\"-30\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_14.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_14.end\" from=\"-19.890437907365467\" to=\"-17.320508075688775\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-30\" y1=\"-17.320508075688775\" x2=\"-30\" y2=\"-17.320508075688775\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_17\" attributename=\"x2\" attributetype=\"XML\" from=\"-30\" to=\"-36.180339887498945\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_16.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_16.end\" from=\"-17.320508075688775\" to=\"-11.755705045849464\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-36.180339887498945\" y1=\"-11.755705045849464\" x2=\"-36.180339887498945\" y2=\"-11.755705045849464\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_19\" attributename=\"x2\" attributetype=\"XML\" from=\"-36.180339887498945\" to=\"-39.56295201467611\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_18.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_18.end\" from=\"-11.755705045849464\" to=\"-4.158233816355188\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-39.56295201467611\" y1=\"-4.158233816355188\" x2=\"-39.56295201467611\" y2=\"-4.158233816355188\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_21\" attributename=\"x2\" attributetype=\"XML\" from=\"-39.56295201467611\" to=\"-39.56295201467611\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_20.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_20.end\" from=\"-4.158233816355188\" to=\"4.158233816355184\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-39.56295201467611\" y1=\"4.158233816355184\" x2=\"-39.56295201467611\" y2=\"4.158233816355184\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_23\" attributename=\"x2\" attributetype=\"XML\" from=\"-39.56295201467611\" to=\"-36.180339887498945\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_22.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_22.end\" from=\"4.158233816355184\" to=\"11.75570504584946\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-36.180339887498945\" y1=\"11.75570504584946\" x2=\"-36.180339887498945\" y2=\"11.75570504584946\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_25\" attributename=\"x2\" attributetype=\"XML\" from=\"-36.180339887498945\" to=\"-29.999999999999996\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_24.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_24.end\" from=\"11.75570504584946\" to=\"17.32050807568877\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-29.999999999999996\" y1=\"17.32050807568877\" x2=\"-29.999999999999996\" y2=\"17.32050807568877\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_27\" attributename=\"x2\" attributetype=\"XML\" from=\"-29.999999999999996\" to=\"-22.090569265353068\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_26.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_26.end\" from=\"17.32050807568877\" to=\"19.890437907365467\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-22.090569265353068\" y1=\"19.890437907365467\" x2=\"-22.090569265353068\" y2=\"19.890437907365467\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_29\" attributename=\"x2\" attributetype=\"XML\" from=\"-22.090569265353068\" to=\"-13.819660112501051\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_28.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_28.end\" from=\"19.890437907365467\" to=\"19.021130325903076\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-13.819660112501051\" y1=\"19.021130325903076\" x2=\"-13.819660112501051\" y2=\"19.021130325903076\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_31\" attributename=\"x2\" attributetype=\"XML\" from=\"-13.819660112501051\" to=\"-6.617387872822836\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_30.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_30.end\" from=\"19.021130325903076\" to=\"14.862896509547891\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-6.617387872822836\" y1=\"14.862896509547891\" x2=\"-6.617387872822836\" y2=\"14.862896509547891\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_33\" attributename=\"x2\" attributetype=\"XML\" from=\"-6.617387872822836\" to=\"-1.7290908471479813\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_32.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_32.end\" from=\"14.862896509547891\" to=\"8.134732861516014\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-1.7290908471479813\" y1=\"8.134732861516014\" x2=\"-1.7290908471479813\" y2=\"8.134732861516014\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_35\" attributename=\"x2\" attributetype=\"XML\" from=\"-1.7290908471479813\" to=\"-1.9984014443252818e-15\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_34.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_34.end\" from=\"8.134732861516014\" to=\"1.0658141036401503e-14\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-1.9984014443252818e-15\" y1=\"1.0658141036401503e-14\" x2=\"-1.9984014443252818e-15\" y2=\"1.0658141036401503e-14\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_39\" attributename=\"x2\" attributetype=\"XML\" from=\"-1.9984014443252818e-15\" to=\"-2.4122951685636593\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_38.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_38.end\" from=\"1.0658141036401503e-14\" to=\"-13.680805733026737\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-2.4122951685636593\" y1=\"-13.680805733026737\" x2=\"-2.4122951685636593\" y2=\"-13.680805733026737\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_41\" attributename=\"x2\" attributetype=\"XML\" from=\"-2.4122951685636593\" to=\"-9.358222275240863\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_40.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_40.end\" from=\"-13.680805733026737\" to=\"-25.711504387461567\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-9.358222275240863\" y1=\"-25.711504387461567\" x2=\"-9.358222275240863\" y2=\"-25.711504387461567\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_43\" attributename=\"x2\" attributetype=\"XML\" from=\"-9.358222275240863\" to=\"-19.999999999999986\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_42.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_42.end\" from=\"-25.711504387461567\" to=\"-34.641016151377535\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-19.999999999999986\" y1=\"-34.641016151377535\" x2=\"-19.999999999999986\" y2=\"-34.641016151377535\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_45\" attributename=\"x2\" attributetype=\"XML\" from=\"-19.999999999999986\" to=\"-33.05407289332277\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_44.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_44.end\" from=\"-34.641016151377535\" to=\"-39.39231012048831\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-33.05407289332277\" y1=\"-39.39231012048831\" x2=\"-33.05407289332277\" y2=\"-39.39231012048831\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_47\" attributename=\"x2\" attributetype=\"XML\" from=\"-33.05407289332277\" to=\"-46.945927106677196\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_46.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_46.end\" from=\"-39.39231012048831\" to=\"-39.39231012048832\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-46.945927106677196\" y1=\"-39.39231012048832\" x2=\"-46.945927106677196\" y2=\"-39.39231012048832\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_49\" attributename=\"x2\" attributetype=\"XML\" from=\"-46.945927106677196\" to=\"-59.999999999999986\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_48.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_48.end\" from=\"-39.39231012048832\" to=\"-34.641016151377556\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-59.999999999999986\" y1=\"-34.641016151377556\" x2=\"-59.999999999999986\" y2=\"-34.641016151377556\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_51\" attributename=\"x2\" attributetype=\"XML\" from=\"-59.999999999999986\" to=\"-70.6417777247591\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_50.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_50.end\" from=\"-34.641016151377556\" to=\"-25.711504387461577\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-70.6417777247591\" y1=\"-25.711504387461577\" x2=\"-70.6417777247591\" y2=\"-25.711504387461577\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_53\" attributename=\"x2\" attributetype=\"XML\" from=\"-70.6417777247591\" to=\"-77.5877048314363\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_52.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_52.end\" from=\"-25.711504387461577\" to=\"-13.680805733026753\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-77.5877048314363\" y1=\"-13.680805733026753\" x2=\"-77.5877048314363\" y2=\"-13.680805733026753\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_55\" attributename=\"x2\" attributetype=\"XML\" from=\"-77.5877048314363\" to=\"-79.99999999999997\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_54.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_54.end\" from=\"-13.680805733026753\" to=\"-7.105427357601002e-15\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-79.99999999999997\" y1=\"-7.105427357601002e-15\" x2=\"-79.99999999999997\" y2=\"-7.105427357601002e-15\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_57\" attributename=\"x2\" attributetype=\"XML\" from=\"-79.99999999999997\" to=\"-77.58770483143631\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_56.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_56.end\" from=\"-7.105427357601002e-15\" to=\"13.680805733026741\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-77.58770483143631\" y1=\"13.680805733026741\" x2=\"-77.58770483143631\" y2=\"13.680805733026741\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_59\" attributename=\"x2\" attributetype=\"XML\" from=\"-77.58770483143631\" to=\"-70.64177772475911\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_58.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_58.end\" from=\"13.680805733026741\" to=\"25.71150438746157\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-70.64177772475911\" y1=\"25.71150438746157\" x2=\"-70.64177772475911\" y2=\"25.71150438746157\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_61\" attributename=\"x2\" attributetype=\"XML\" from=\"-70.64177772475911\" to=\"-59.999999999999986\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_60.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_60.end\" from=\"25.71150438746157\" to=\"34.641016151377535\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-59.999999999999986\" y1=\"34.641016151377535\" x2=\"-59.999999999999986\" y2=\"34.641016151377535\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_63\" attributename=\"x2\" attributetype=\"XML\" from=\"-59.999999999999986\" to=\"-46.9459271066772\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_62.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_62.end\" from=\"34.641016151377535\" to=\"39.39231012048831\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-46.9459271066772\" y1=\"39.39231012048831\" x2=\"-46.9459271066772\" y2=\"39.39231012048831\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_65\" attributename=\"x2\" attributetype=\"XML\" from=\"-46.9459271066772\" to=\"-33.054072893322775\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_64.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_64.end\" from=\"39.39231012048831\" to=\"39.39231012048832\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-33.054072893322775\" y1=\"39.39231012048832\" x2=\"-33.054072893322775\" y2=\"39.39231012048832\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_67\" attributename=\"x2\" attributetype=\"XML\" from=\"-33.054072893322775\" to=\"-19.999999999999986\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_66.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_66.end\" from=\"39.39231012048832\" to=\"34.641016151377556\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-19.999999999999986\" y1=\"34.641016151377556\" x2=\"-19.999999999999986\" y2=\"34.641016151377556\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_69\" attributename=\"x2\" attributetype=\"XML\" from=\"-19.999999999999986\" to=\"-9.358222275240871\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_68.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_68.end\" from=\"34.641016151377556\" to=\"25.71150438746158\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-9.358222275240871\" y1=\"25.71150438746158\" x2=\"-9.358222275240871\" y2=\"25.71150438746158\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_71\" attributename=\"x2\" attributetype=\"XML\" from=\"-9.358222275240871\" to=\"-2.4122951685636593\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_70.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_70.end\" from=\"25.71150438746158\" to=\"13.680805733026757\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-2.4122951685636593\" y1=\"13.680805733026757\" x2=\"-2.4122951685636593\" y2=\"13.680805733026757\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_73\" attributename=\"x2\" attributetype=\"XML\" from=\"-2.4122951685636593\" to=\"9.769962616701378e-15\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_72.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_72.end\" from=\"13.680805733026757\" to=\"1.0658141036401503e-14\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"9.769962616701378e-15\" y1=\"1.0658141036401503e-14\" x2=\"9.769962616701378e-15\" y2=\"1.0658141036401503e-14\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_77\" attributename=\"x2\" attributetype=\"XML\" from=\"9.769962616701378e-15\" to=\"-2.4304215831301206\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_76.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_76.end\" from=\"1.0658141036401503e-14\" to=\"-16.903953410485773\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-2.4304215831301206\" y1=\"-16.903953410485773\" x2=\"-2.4304215831301206\" y2=\"-16.903953410485773\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_79\" attributename=\"x2\" attributetype=\"XML\" from=\"-2.4304215831301206\" to=\"-9.524788030129066\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_78.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_78.end\" from=\"-16.903953410485773\" to=\"-32.43844904733586\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-9.524788030129066\" y1=\"-32.43844904733586\" x2=\"-9.524788030129066\" y2=\"-32.43844904733586\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_81\" attributename=\"x2\" attributetype=\"XML\" from=\"-9.524788030129066\" to=\"-20.70835596328283\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_80.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_80.end\" from=\"-32.43844904733586\" to=\"-45.344974461255504\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-20.70835596328283\" y1=\"-45.344974461255504\" x2=\"-20.70835596328283\" y2=\"-45.344974461255504\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_83\" attributename=\"x2\" attributetype=\"XML\" from=\"-20.70835596328283\" to=\"-35.075099219886745\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_82.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_82.end\" from=\"-45.344974461255504\" to=\"-54.577919721271115\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-35.075099219886745\" y1=\"-54.577919721271115\" x2=\"-35.075099219886745\" y2=\"-54.577919721271115\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_85\" attributename=\"x2\" attributetype=\"XML\" from=\"-35.075099219886745\" to=\"-51.461109703602816\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_84.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_84.end\" from=\"-54.577919721271115\" to=\"-59.38928651285598\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-51.461109703602816\" y1=\"-59.38928651285598\" x2=\"-51.461109703602816\" y2=\"-59.38928651285598\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_87\" attributename=\"x2\" attributetype=\"XML\" from=\"-51.461109703602816\" to=\"-68.53889029639703\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_86.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_86.end\" from=\"-59.38928651285598\" to=\"-59.38928651285599\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-68.53889029639703\" y1=\"-59.38928651285599\" x2=\"-68.53889029639703\" y2=\"-59.38928651285599\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_89\" attributename=\"x2\" attributetype=\"XML\" from=\"-68.53889029639703\" to=\"-84.9249007801131\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_88.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_88.end\" from=\"-59.38928651285599\" to=\"-54.577919721271144\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-84.9249007801131\" y1=\"-54.577919721271144\" x2=\"-84.9249007801131\" y2=\"-54.577919721271144\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_91\" attributename=\"x2\" attributetype=\"XML\" from=\"-84.9249007801131\" to=\"-99.29164403671703\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_90.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_90.end\" from=\"-54.577919721271144\" to=\"-45.34497446125555\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-99.29164403671703\" y1=\"-45.34497446125555\" x2=\"-99.29164403671703\" y2=\"-45.34497446125555\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_93\" attributename=\"x2\" attributetype=\"XML\" from=\"-99.29164403671703\" to=\"-110.47521196987078\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_92.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_92.end\" from=\"-45.34497446125555\" to=\"-32.43844904733591\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-110.47521196987078\" y1=\"-32.43844904733591\" x2=\"-110.47521196987078\" y2=\"-32.43844904733591\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_95\" attributename=\"x2\" attributetype=\"XML\" from=\"-110.47521196987078\" to=\"-117.56957841686977\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_94.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_94.end\" from=\"-32.43844904733591\" to=\"-16.903953410485844\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-117.56957841686977\" y1=\"-16.903953410485844\" x2=\"-117.56957841686977\" y2=\"-16.903953410485844\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_97\" attributename=\"x2\" attributetype=\"XML\" from=\"-117.56957841686977\" to=\"-119.99999999999993\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_96.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_96.end\" from=\"-16.903953410485844\" to=\"-6.039613253960852e-14\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-119.99999999999993\" y1=\"-6.039613253960852e-14\" x2=\"-119.99999999999993\" y2=\"-6.039613253960852e-14\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_99\" attributename=\"x2\" attributetype=\"XML\" from=\"-119.99999999999993\" to=\"-117.56957841686975\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_98.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_98.end\" from=\"-6.039613253960852e-14\" to=\"16.903953410485716\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-117.56957841686975\" y1=\"16.903953410485716\" x2=\"-117.56957841686975\" y2=\"16.903953410485716\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_101\" attributename=\"x2\" attributetype=\"XML\" from=\"-117.56957841686975\" to=\"-110.47521196987077\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_100.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_100.end\" from=\"16.903953410485716\" to=\"32.43844904733579\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-110.47521196987077\" y1=\"32.43844904733579\" x2=\"-110.47521196987077\" y2=\"32.43844904733579\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_103\" attributename=\"x2\" attributetype=\"XML\" from=\"-110.47521196987077\" to=\"-99.29164403671699\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_102.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_102.end\" from=\"32.43844904733579\" to=\"45.34497446125541\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-99.29164403671699\" y1=\"45.34497446125541\" x2=\"-99.29164403671699\" y2=\"45.34497446125541\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_105\" attributename=\"x2\" attributetype=\"XML\" from=\"-99.29164403671699\" to=\"-84.92490078011308\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_104.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_104.end\" from=\"45.34497446125541\" to=\"54.57791972127102\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-84.92490078011308\" y1=\"54.57791972127102\" x2=\"-84.92490078011308\" y2=\"54.57791972127102\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_107\" attributename=\"x2\" attributetype=\"XML\" from=\"-84.92490078011308\" to=\"-68.53889029639701\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_106.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_106.end\" from=\"54.57791972127102\" to=\"59.389286512855925\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-68.53889029639701\" y1=\"59.389286512855925\" x2=\"-68.53889029639701\" y2=\"59.389286512855925\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_109\" attributename=\"x2\" attributetype=\"XML\" from=\"-68.53889029639701\" to=\"-51.4611097036028\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_108.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_108.end\" from=\"59.389286512855925\" to=\"59.389286512855996\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-51.4611097036028\" y1=\"59.389286512855996\" x2=\"-51.4611097036028\" y2=\"59.389286512855996\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_111\" attributename=\"x2\" attributetype=\"XML\" from=\"-51.4611097036028\" to=\"-35.075099219886695\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_110.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_110.end\" from=\"59.389286512855996\" to=\"54.577919721271236\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-35.075099219886695\" y1=\"54.577919721271236\" x2=\"-35.075099219886695\" y2=\"54.577919721271236\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_113\" attributename=\"x2\" attributetype=\"XML\" from=\"-35.075099219886695\" to=\"-20.708355963282703\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_112.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_112.end\" from=\"54.577919721271236\" to=\"45.344974461255745\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-20.708355963282703\" y1=\"45.344974461255745\" x2=\"-20.708355963282703\" y2=\"45.344974461255745\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_115\" attributename=\"x2\" attributetype=\"XML\" from=\"-20.708355963282703\" to=\"-9.524788030128805\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_114.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_114.end\" from=\"45.344974461255745\" to=\"32.43844904733621\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-9.524788030128805\" y1=\"32.43844904733621\" x2=\"-9.524788030128805\" y2=\"32.43844904733621\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_117\" attributename=\"x2\" attributetype=\"XML\" from=\"-9.524788030128805\" to=\"-2.430421583129644\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_116.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_116.end\" from=\"32.43844904733621\" to=\"16.903953410486228\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-2.430421583129644\" y1=\"16.903953410486228\" x2=\"-2.430421583129644\" y2=\"16.903953410486228\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_119\" attributename=\"x2\" attributetype=\"XML\" from=\"-2.430421583129644\" to=\"7.496225862269057e-13\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_118.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_118.end\" from=\"16.903953410486228\" to=\"4.831690603168681e-13\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"7.496225862269057e-13\" y1=\"4.831690603168681e-13\" x2=\"7.496225862269057e-13\" y2=\"4.831690603168681e-13\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_123\" attributename=\"x2\" attributetype=\"XML\" from=\"7.496225862269057e-13\" to=\"-2.5133471097084836\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_122.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_122.end\" from=\"4.831690603168681e-13\" to=\"-19.895190973187937\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-2.5133471097084836\" y1=\"-19.895190973187937\" x2=\"-2.5133471097084836\" y2=\"-19.895190973187937\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_125\" attributename=\"x2\" attributetype=\"XML\" from=\"-2.5133471097084836\" to=\"-9.8954655964896\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_124.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_124.end\" from=\"-19.895190973187937\" to=\"-38.54029392813689\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-9.8954655964896\" y1=\"-38.54029392813689\" x2=\"-9.8954655964896\" y2=\"-38.54029392813689\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_127\" attributename=\"x2\" attributetype=\"XML\" from=\"-9.8954655964896\" to=\"-21.68250980628555\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_126.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_126.end\" from=\"-38.54029392813689\" to=\"-54.76376847429492\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-21.68250980628555\" y1=\"-54.76376847429492\" x2=\"-21.68250980628555\" y2=\"-54.76376847429492\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_129\" attributename=\"x2\" attributetype=\"XML\" from=\"-21.68250980628555\" to=\"-37.1338564016786\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_128.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_128.end\" from=\"-54.76376847429492\" to=\"-67.54623404016121\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-37.1338564016786\" y1=\"-67.54623404016121\" x2=\"-37.1338564016786\" y2=\"-67.54623404016121\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_131\" attributename=\"x2\" attributetype=\"XML\" from=\"-37.1338564016786\" to=\"-55.278640450002456\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_130.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_130.end\" from=\"-67.54623404016121\" to=\"-76.08452130361245\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-55.278640450002456\" y1=\"-76.08452130361245\" x2=\"-55.278640450002456\" y2=\"-76.08452130361245\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_133\" attributename=\"x2\" attributetype=\"XML\" from=\"-55.278640450002456\" to=\"-74.97675843765316\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_132.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_132.end\" from=\"-76.08452130361245\" to=\"-79.84213827426203\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-74.97675843765316\" y1=\"-79.84213827426203\" x2=\"-74.97675843765316\" y2=\"-79.84213827426203\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_135\" attributename=\"x2\" attributetype=\"XML\" from=\"-74.97675843765316\" to=\"-94.99050516685621\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_134.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_134.end\" from=\"-79.84213827426203\" to=\"-78.58298005829549\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-94.99050516685621\" y1=\"-78.58298005829549\" x2=\"-94.99050516685621\" y2=\"-78.58298005829549\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_137\" attributename=\"x2\" attributetype=\"XML\" from=\"-94.99050516685621\" to=\"-114.06234332520407\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_136.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_136.end\" from=\"-78.58298005829549\" to=\"-72.38616419728201\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-114.06234332520407\" y1=\"-72.38616419728201\" x2=\"-114.06234332520407\" y2=\"-72.38616419728201\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_139\" attributename=\"x2\" attributetype=\"XML\" from=\"-114.06234332520407\" to=\"-130.99391917989348\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_138.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_138.end\" from=\"-72.38616419728201\" to=\"-61.641059422063655\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-130.99391917989348\" y1=\"-61.641059422063655\" x2=\"-130.99391917989348\" y2=\"-61.641059422063655\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_141\" attributename=\"x2\" attributetype=\"XML\" from=\"-130.99391917989348\" to=\"-144.72135954999413\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_140.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_140.end\" from=\"-61.641059422063655\" to=\"-47.022820183398395\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-144.72135954999413\" y1=\"-47.022820183398395\" x2=\"-144.72135954999413\" y2=\"-47.022820183398395\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_143\" attributename=\"x2\" attributetype=\"XML\" from=\"-144.72135954999413\" to=\"-154.38211887105845\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_142.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_142.end\" from=\"-47.022820183398395\" to=\"-29.449964214774777\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-154.38211887105845\" y1=\"-29.449964214774777\" x2=\"-154.38211887105845\" y2=\"-29.449964214774777\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_145\" attributename=\"x2\" attributetype=\"XML\" from=\"-154.38211887105845\" to=\"-159.36917610515653\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_144.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_144.end\" from=\"-29.449964214774777\" to=\"-10.026658685144866\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-159.36917610515653\" y1=\"-10.026658685144866\" x2=\"-159.36917610515653\" y2=\"-10.026658685144866\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_147\" attributename=\"x2\" attributetype=\"XML\" from=\"-159.36917610515653\" to=\"-159.36917610515644\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_146.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_146.end\" from=\"-10.026658685144866\" to=\"10.026658685143815\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-159.36917610515644\" y1=\"10.026658685143815\" x2=\"-159.36917610515644\" y2=\"10.026658685143815\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_149\" attributename=\"x2\" attributetype=\"XML\" from=\"-159.36917610515644\" to=\"-154.3821188710582\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_148.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_148.end\" from=\"10.026658685143815\" to=\"29.449964214773683\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-154.3821188710582\" y1=\"29.449964214773683\" x2=\"-154.3821188710582\" y2=\"29.449964214773683\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_151\" attributename=\"x2\" attributetype=\"XML\" from=\"-154.3821188710582\" to=\"-144.7213595499938\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_150.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_150.end\" from=\"29.449964214773683\" to=\"47.02282018339725\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-144.7213595499938\" y1=\"47.02282018339725\" x2=\"-144.7213595499938\" y2=\"47.02282018339725\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_153\" attributename=\"x2\" attributetype=\"XML\" from=\"-144.7213595499938\" to=\"-130.99391917989306\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_152.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_152.end\" from=\"47.02282018339725\" to=\"61.64105942206244\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-130.99391917989306\" y1=\"61.64105942206244\" x2=\"-130.99391917989306\" y2=\"61.64105942206244\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_155\" attributename=\"x2\" attributetype=\"XML\" from=\"-130.99391917989306\" to=\"-114.06234332520359\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_154.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_154.end\" from=\"61.64105942206244\" to=\"72.3861641972807\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-114.06234332520359\" y1=\"72.3861641972807\" x2=\"-114.06234332520359\" y2=\"72.3861641972807\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_157\" attributename=\"x2\" attributetype=\"XML\" from=\"-114.06234332520359\" to=\"-94.99050516685567\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_156.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_156.end\" from=\"72.3861641972807\" to=\"78.58298005829403\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-94.99050516685567\" y1=\"78.58298005829403\" x2=\"-94.99050516685567\" y2=\"78.58298005829403\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_159\" attributename=\"x2\" attributetype=\"XML\" from=\"-94.99050516685567\" to=\"-74.9767584376526\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_158.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_158.end\" from=\"78.58298005829403\" to=\"79.84213827426038\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-74.9767584376526\" y1=\"79.84213827426038\" x2=\"-74.9767584376526\" y2=\"79.84213827426038\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_161\" attributename=\"x2\" attributetype=\"XML\" from=\"-74.9767584376526\" to=\"-55.278640450001944\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_160.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_160.end\" from=\"79.84213827426038\" to=\"76.08452130361063\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-55.278640450001944\" y1=\"76.08452130361063\" x2=\"-55.278640450001944\" y2=\"76.08452130361063\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_163\" attributename=\"x2\" attributetype=\"XML\" from=\"-55.278640450001944\" to=\"-37.13385640167816\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_162.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_162.end\" from=\"76.08452130361063\" to=\"67.54623404015922\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-37.13385640167816\" y1=\"67.54623404015922\" x2=\"-37.13385640167816\" y2=\"67.54623404015922\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_165\" attributename=\"x2\" attributetype=\"XML\" from=\"-37.13385640167816\" to=\"-21.682509806285175\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_164.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_164.end\" from=\"67.54623404015922\" to=\"54.76376847429285\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-21.682509806285175\" y1=\"54.76376847429285\" x2=\"-21.682509806285175\" y2=\"54.76376847429285\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_167\" attributename=\"x2\" attributetype=\"XML\" from=\"-21.682509806285175\" to=\"-9.89546559648931\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_166.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_166.end\" from=\"54.76376847429285\" to=\"38.54029392813476\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-9.89546559648931\" y1=\"38.54029392813476\" x2=\"-9.89546559648931\" y2=\"38.54029392813476\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_169\" attributename=\"x2\" attributetype=\"XML\" from=\"-9.89546559648931\" to=\"-2.513347109708291\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_168.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_168.end\" from=\"38.54029392813476\" to=\"19.895190973185766\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-2.513347109708291\" y1=\"19.895190973185766\" x2=\"-2.513347109708291\" y2=\"19.895190973185766\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_171\" attributename=\"x2\" attributetype=\"XML\" from=\"-2.513347109708291\" to=\"7.669420654110581e-13\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_170.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_170.end\" from=\"19.895190973185766\" to=\"-2.675193400136777e-12\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"7.669420654110581e-13\" y1=\"-2.675193400136777e-12\" x2=\"7.669420654110581e-13\" y2=\"-2.675193400136777e-12\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_175\" attributename=\"x2\" attributetype=\"XML\" from=\"7.669420654110581e-13\" to=\"1.72909084714855\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_174.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_174.end\" from=\"-2.675193400136777e-12\" to=\"-8.13473286151872\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"1.72909084714855\" y1=\"-8.13473286151872\" x2=\"1.72909084714855\" y2=\"-8.13473286151872\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_177\" attributename=\"x2\" attributetype=\"XML\" from=\"1.72909084714855\" to=\"6.6173878728232545\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_176.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_176.end\" from=\"-8.13473286151872\" to=\"-14.862896509550708\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"6.6173878728232545\" y1=\"-14.862896509550708\" x2=\"6.6173878728232545\" y2=\"-14.862896509550708\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_179\" attributename=\"x2\" attributetype=\"XML\" from=\"6.6173878728232545\" to=\"13.819660112501372\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_178.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_178.end\" from=\"-14.862896509550708\" to=\"-19.021130325906064\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"13.819660112501372\" y1=\"-19.021130325906064\" x2=\"13.819660112501372\" y2=\"-19.021130325906064\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_181\" attributename=\"x2\" attributetype=\"XML\" from=\"13.819660112501372\" to=\"22.090569265353366\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_180.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_180.end\" from=\"-19.021130325906064\" to=\"-19.89043790736866\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"22.090569265353366\" y1=\"-19.89043790736866\" x2=\"22.090569265353366\" y2=\"-19.89043790736866\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_183\" attributename=\"x2\" attributetype=\"XML\" from=\"22.090569265353366\" to=\"30.00000000000035\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_182.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_182.end\" from=\"-19.89043790736866\" to=\"-17.320508075692143\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"30.00000000000035\" y1=\"-17.320508075692143\" x2=\"30.00000000000035\" y2=\"-17.320508075692143\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_185\" attributename=\"x2\" attributetype=\"XML\" from=\"30.00000000000035\" to=\"36.18033988749943\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_184.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_184.end\" from=\"-17.320508075692143\" to=\"-11.755705045852977\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"36.18033988749943\" y1=\"-11.755705045852977\" x2=\"36.18033988749943\" y2=\"-11.755705045852977\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_187\" attributename=\"x2\" attributetype=\"XML\" from=\"36.18033988749943\" to=\"39.56295201467678\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_186.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_186.end\" from=\"-11.755705045852977\" to=\"-4.158233816358786\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"39.56295201467678\" y1=\"-4.158233816358786\" x2=\"39.56295201467678\" y2=\"-4.158233816358786\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_189\" attributename=\"x2\" attributetype=\"XML\" from=\"39.56295201467678\" to=\"39.562952014676966\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_188.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_188.end\" from=\"-4.158233816358786\" to=\"4.158233816351586\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"39.562952014676966\" y1=\"4.158233816351586\" x2=\"39.562952014676966\" y2=\"4.158233816351586\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_191\" attributename=\"x2\" attributetype=\"XML\" from=\"39.562952014676966\" to=\"36.18033988749998\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_190.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_190.end\" from=\"4.158233816351586\" to=\"11.75570504584594\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"36.18033988749998\" y1=\"11.75570504584594\" x2=\"36.18033988749998\" y2=\"11.75570504584594\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_193\" attributename=\"x2\" attributetype=\"XML\" from=\"36.18033988749998\" to=\"30.000000000001172\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_192.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_192.end\" from=\"11.75570504584594\" to=\"17.3205080756854\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"30.000000000001172\" y1=\"17.3205080756854\" x2=\"30.000000000001172\" y2=\"17.3205080756854\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_195\" attributename=\"x2\" attributetype=\"XML\" from=\"30.000000000001172\" to=\"22.0905692653543\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_194.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_194.end\" from=\"17.3205080756854\" to=\"19.89043790736227\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"22.0905692653543\" y1=\"19.89043790736227\" x2=\"22.0905692653543\" y2=\"19.89043790736227\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_197\" attributename=\"x2\" attributetype=\"XML\" from=\"22.0905692653543\" to=\"13.819660112502264\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_196.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_196.end\" from=\"19.89043790736227\" to=\"19.021130325900067\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"13.819660112502264\" y1=\"19.021130325900067\" x2=\"13.819660112502264\" y2=\"19.021130325900067\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_199\" attributename=\"x2\" attributetype=\"XML\" from=\"13.819660112502264\" to=\"6.617387872823947\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_198.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_198.end\" from=\"19.021130325900067\" to=\"14.86289650954506\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"6.617387872823947\" y1=\"14.86289650954506\" x2=\"6.617387872823947\" y2=\"14.86289650954506\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_201\" attributename=\"x2\" attributetype=\"XML\" from=\"6.617387872823947\" to=\"1.729090847148945\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_200.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_200.end\" from=\"14.86289650954506\" to=\"8.134732861513289\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"1.729090847148945\" y1=\"8.134732861513289\" x2=\"1.729090847148945\" y2=\"8.134732861513289\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_203\" attributename=\"x2\" attributetype=\"XML\" from=\"1.729090847148945\" to=\"7.722711359292589e-13\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_202.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_202.end\" from=\"8.134732861513289\" to=\"-2.673417043297377e-12\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"7.722711359292589e-13\" y1=\"-2.673417043297377e-12\" x2=\"7.722711359292589e-13\" y2=\"-2.673417043297377e-12\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_207\" attributename=\"x2\" attributetype=\"XML\" from=\"7.722711359292589e-13\" to=\"2.4122951685641287\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_206.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_206.end\" from=\"-2.673417043297377e-12\" to=\"-13.680805733029477\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"2.4122951685641287\" y1=\"-13.680805733029477\" x2=\"2.4122951685641287\" y2=\"-13.680805733029477\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_209\" attributename=\"x2\" attributetype=\"XML\" from=\"2.4122951685641287\" to=\"9.358222275241067\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_208.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_208.end\" from=\"-13.680805733029477\" to=\"-25.71150438746446\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"9.358222275241067\" y1=\"-25.71150438746446\" x2=\"9.358222275241067\" y2=\"-25.71150438746446\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_211\" attributename=\"x2\" attributetype=\"XML\" from=\"9.358222275241067\" to=\"19.99999999999998\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_210.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_210.end\" from=\"-25.71150438746446\" to=\"-34.64101615138068\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"19.99999999999998\" y1=\"-34.64101615138068\" x2=\"19.99999999999998\" y2=\"-34.64101615138068\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_213\" attributename=\"x2\" attributetype=\"XML\" from=\"19.99999999999998\" to=\"33.054072893322655\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_212.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_212.end\" from=\"-34.64101615138068\" to=\"-39.39231012049177\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"33.054072893322655\" y1=\"-39.39231012049177\" x2=\"33.054072893322655\" y2=\"-39.39231012049177\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_215\" attributename=\"x2\" attributetype=\"XML\" from=\"33.054072893322655\" to=\"46.94592710667708\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_214.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_214.end\" from=\"-39.39231012049177\" to=\"-39.392310120492105\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"46.94592710667708\" y1=\"-39.392310120492105\" x2=\"46.94592710667708\" y2=\"-39.392310120492105\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_217\" attributename=\"x2\" attributetype=\"XML\" from=\"46.94592710667708\" to=\"59.999999999999986\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_216.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_216.end\" from=\"-39.392310120492105\" to=\"-34.64101615138165\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"59.999999999999986\" y1=\"-34.64101615138165\" x2=\"59.999999999999986\" y2=\"-34.64101615138165\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_219\" attributename=\"x2\" attributetype=\"XML\" from=\"59.999999999999986\" to=\"70.64177772475932\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_218.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_218.end\" from=\"-34.64101615138165\" to=\"-25.711504387465943\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"70.64177772475932\" y1=\"-25.711504387465943\" x2=\"70.64177772475932\" y2=\"-25.711504387465943\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_221\" attributename=\"x2\" attributetype=\"XML\" from=\"70.64177772475932\" to=\"77.5877048314368\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_220.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_220.end\" from=\"-25.711504387465943\" to=\"-13.680805733031272\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"77.5877048314368\" y1=\"-13.680805733031272\" x2=\"77.5877048314368\" y2=\"-13.680805733031272\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_223\" attributename=\"x2\" attributetype=\"XML\" from=\"77.5877048314368\" to=\"80.00000000000077\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_222.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_222.end\" from=\"-13.680805733031272\" to=\"-4.5776715751344454e-12\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"80.00000000000077\" y1=\"-4.5776715751344454e-12\" x2=\"80.00000000000077\" y2=\"-4.5776715751344454e-12\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_225\" attributename=\"x2\" attributetype=\"XML\" from=\"80.00000000000077\" to=\"77.5877048314374\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_224.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_224.end\" from=\"-4.5776715751344454e-12\" to=\"13.680805733022225\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"77.5877048314374\" y1=\"13.680805733022225\" x2=\"77.5877048314374\" y2=\"13.680805733022225\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_227\" attributename=\"x2\" attributetype=\"XML\" from=\"77.5877048314374\" to=\"70.64177772476047\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_226.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_226.end\" from=\"13.680805733022225\" to=\"25.711504387457207\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"70.64177772476047\" y1=\"25.711504387457207\" x2=\"70.64177772476047\" y2=\"25.711504387457207\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_229\" attributename=\"x2\" attributetype=\"XML\" from=\"70.64177772476047\" to=\"60.00000000000156\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_228.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_228.end\" from=\"25.711504387457207\" to=\"34.64101615137343\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"60.00000000000156\" y1=\"34.64101615137343\" x2=\"60.00000000000156\" y2=\"34.64101615137343\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_231\" attributename=\"x2\" attributetype=\"XML\" from=\"60.00000000000156\" to=\"46.945927106678894\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_230.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_230.end\" from=\"34.64101615137343\" to=\"39.39231012048452\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"46.945927106678894\" y1=\"39.39231012048452\" x2=\"46.945927106678894\" y2=\"39.39231012048452\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_233\" attributename=\"x2\" attributetype=\"XML\" from=\"46.945927106678894\" to=\"33.05407289332447\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_232.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_232.end\" from=\"39.39231012048452\" to=\"39.39231012048485\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"33.05407289332447\" y1=\"39.39231012048485\" x2=\"33.05407289332447\" y2=\"39.39231012048485\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_235\" attributename=\"x2\" attributetype=\"XML\" from=\"33.05407289332447\" to=\"20.000000000001574\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_234.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_234.end\" from=\"39.39231012048485\" to=\"34.64101615137437\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"20.000000000001574\" y1=\"34.64101615137437\" x2=\"20.000000000001574\" y2=\"34.64101615137437\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_237\" attributename=\"x2\" attributetype=\"XML\" from=\"20.000000000001574\" to=\"9.358222275242246\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_236.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_236.end\" from=\"34.64101615137437\" to=\"25.71150438745865\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"9.358222275242246\" y1=\"25.71150438745865\" x2=\"9.358222275242246\" y2=\"25.71150438745865\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_239\" attributename=\"x2\" attributetype=\"XML\" from=\"9.358222275242246\" to=\"2.4122951685647482\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_238.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_238.end\" from=\"25.71150438745865\" to=\"13.680805733023991\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"2.4122951685647482\" y1=\"13.680805733023991\" x2=\"2.4122951685647482\" y2=\"13.680805733023991\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_241\" attributename=\"x2\" attributetype=\"XML\" from=\"2.4122951685647482\" to=\"7.540634783254063e-13\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_240.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_240.end\" from=\"13.680805733023991\" to=\"-2.6982860390489805e-12\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"7.540634783254063e-13\" y1=\"-2.6982860390489805e-12\" x2=\"7.540634783254063e-13\" y2=\"-2.6982860390489805e-12\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_245\" attributename=\"x2\" attributetype=\"XML\" from=\"7.540634783254063e-13\" to=\"2.430421583130483\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_244.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_244.end\" from=\"-2.6982860390489805e-12\" to=\"-16.90395341048854\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"2.430421583130483\" y1=\"-16.90395341048854\" x2=\"2.430421583130483\" y2=\"-16.90395341048854\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_247\" attributename=\"x2\" attributetype=\"XML\" from=\"2.430421583130483\" to=\"9.524788030129088\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_246.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_246.end\" from=\"-16.90395341048854\" to=\"-32.43844904733878\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"9.524788030129088\" y1=\"-32.43844904733878\" x2=\"9.524788030129088\" y2=\"-32.43844904733878\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_249\" attributename=\"x2\" attributetype=\"XML\" from=\"9.524788030129088\" to=\"20.708355963282543\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_248.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_248.end\" from=\"-32.43844904733878\" to=\"-45.34497446125869\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"20.708355963282543\" y1=\"-45.34497446125869\" x2=\"20.708355963282543\" y2=\"-45.34497446125869\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_251\" attributename=\"x2\" attributetype=\"XML\" from=\"20.708355963282543\" to=\"35.07509921988624\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_250.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_250.end\" from=\"-45.34497446125869\" to=\"-54.57791972127464\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"35.07509921988624\" y1=\"-54.57791972127464\" x2=\"35.07509921988624\" y2=\"-54.57791972127464\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_253\" attributename=\"x2\" attributetype=\"XML\" from=\"35.07509921988624\" to=\"51.461109703602204\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_252.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_252.end\" from=\"-54.57791972127464\" to=\"-59.3892865128599\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"51.461109703602204\" y1=\"-59.3892865128599\" x2=\"51.461109703602204\" y2=\"-59.3892865128599\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_255\" attributename=\"x2\" attributetype=\"XML\" from=\"51.461109703602204\" to=\"68.53889029639642\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_254.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_254.end\" from=\"-59.3892865128599\" to=\"-59.389286512860316\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"68.53889029639642\" y1=\"-59.389286512860316\" x2=\"68.53889029639642\" y2=\"-59.389286512860316\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_257\" attributename=\"x2\" attributetype=\"XML\" from=\"68.53889029639642\" to=\"84.92490078011261\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_256.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_256.end\" from=\"-59.389286512860316\" to=\"-54.577919721275826\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"84.92490078011261\" y1=\"-54.577919721275826\" x2=\"84.92490078011261\" y2=\"-54.577919721275826\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_259\" attributename=\"x2\" attributetype=\"XML\" from=\"84.92490078011261\" to=\"99.29164403671673\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_258.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_258.end\" from=\"-54.577919721275826\" to=\"-45.34497446126055\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"99.29164403671673\" y1=\"-45.34497446126055\" x2=\"99.29164403671673\" y2=\"-45.34497446126055\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_261\" attributename=\"x2\" attributetype=\"XML\" from=\"99.29164403671673\" to=\"110.4752119698708\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_260.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_260.end\" from=\"-45.34497446126055\" to=\"-32.438449047341166\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"110.4752119698708\" y1=\"-32.438449047341166\" x2=\"110.4752119698708\" y2=\"-32.438449047341166\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_263\" attributename=\"x2\" attributetype=\"XML\" from=\"110.4752119698708\" to=\"117.56957841687013\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_262.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_262.end\" from=\"-32.438449047341166\" to=\"-16.903953410491262\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"117.56957841687013\" y1=\"-16.903953410491262\" x2=\"117.56957841687013\" y2=\"-16.903953410491262\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_265\" attributename=\"x2\" attributetype=\"XML\" from=\"117.56957841687013\" to=\"120.00000000000068\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_264.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_264.end\" from=\"-16.903953410491262\" to=\"-5.538680625249981e-12\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"120.00000000000068\" y1=\"-5.538680625249981e-12\" x2=\"120.00000000000068\" y2=\"-5.538680625249981e-12\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_267\" attributename=\"x2\" attributetype=\"XML\" from=\"120.00000000000068\" to=\"117.5695784168709\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_266.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_266.end\" from=\"-5.538680625249981e-12\" to=\"16.903953410480295\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"117.5695784168709\" y1=\"16.903953410480295\" x2=\"117.5695784168709\" y2=\"16.903953410480295\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_269\" attributename=\"x2\" attributetype=\"XML\" from=\"117.5695784168709\" to=\"110.47521196987226\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_268.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_268.end\" from=\"16.903953410480295\" to=\"32.43844904733052\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"110.47521196987226\" y1=\"32.43844904733052\" x2=\"110.47521196987226\" y2=\"32.43844904733052\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_271\" attributename=\"x2\" attributetype=\"XML\" from=\"110.47521196987226\" to=\"99.29164403671878\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_270.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_270.end\" from=\"32.43844904733052\" to=\"45.34497446125041\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"99.29164403671878\" y1=\"45.34497446125041\" x2=\"99.29164403671878\" y2=\"45.34497446125041\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_273\" attributename=\"x2\" attributetype=\"XML\" from=\"99.29164403671878\" to=\"84.92490078011507\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_272.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_272.end\" from=\"45.34497446125041\" to=\"54.57791972126633\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"84.92490078011507\" y1=\"54.57791972126633\" x2=\"84.92490078011507\" y2=\"54.57791972126633\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_275\" attributename=\"x2\" attributetype=\"XML\" from=\"84.92490078011507\" to=\"68.5388902963991\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_274.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_274.end\" from=\"54.57791972126633\" to=\"59.38928651285156\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"68.5388902963991\" y1=\"59.38928651285156\" x2=\"68.5388902963991\" y2=\"59.38928651285156\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_277\" attributename=\"x2\" attributetype=\"XML\" from=\"68.5388902963991\" to=\"51.46110970360489\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_276.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_276.end\" from=\"59.38928651285156\" to=\"59.38928651285192\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"51.46110970360489\" y1=\"59.38928651285192\" x2=\"51.46110970360489\" y2=\"59.38928651285192\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_279\" attributename=\"x2\" attributetype=\"XML\" from=\"51.46110970360489\" to=\"35.07509921988871\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_278.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_278.end\" from=\"59.38928651285192\" to=\"54.577919721267406\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"35.07509921988871\" y1=\"54.577919721267406\" x2=\"35.07509921988871\" y2=\"54.577919721267406\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_281\" attributename=\"x2\" attributetype=\"XML\" from=\"35.07509921988871\" to=\"20.7083559632846\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_280.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_280.end\" from=\"54.577919721267406\" to=\"45.34497446125211\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"20.7083559632846\" y1=\"45.34497446125211\" x2=\"20.7083559632846\" y2=\"45.34497446125211\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_283\" attributename=\"x2\" attributetype=\"XML\" from=\"20.7083559632846\" to=\"9.524788030130557\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_282.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_282.end\" from=\"45.34497446125211\" to=\"32.4384490473327\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"9.524788030130557\" y1=\"32.4384490473327\" x2=\"9.524788030130557\" y2=\"32.4384490473327\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_285\" attributename=\"x2\" attributetype=\"XML\" from=\"9.524788030130557\" to=\"2.430421583131248\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_284.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_284.end\" from=\"32.4384490473327\" to=\"16.903953410482785\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"2.430421583131248\" y1=\"16.903953410482785\" x2=\"2.430421583131248\" y2=\"16.903953410482785\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_287\" attributename=\"x2\" attributetype=\"XML\" from=\"2.430421583131248\" to=\"7.380762667708041e-13\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_286.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_286.end\" from=\"16.903953410482785\" to=\"-2.9451996397256153e-12\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"7.380762667708041e-13\" y1=\"-2.9451996397256153e-12\" x2=\"7.380762667708041e-13\" y2=\"-2.9451996397256153e-12\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_291\" attributename=\"x2\" attributetype=\"XML\" from=\"7.380762667708041e-13\" to=\"2.5133471097098345\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_290.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_290.end\" from=\"-2.9451996397256153e-12\" to=\"-19.895190973191383\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"2.5133471097098345\" y1=\"-19.895190973191383\" x2=\"2.5133471097098345\" y2=\"-19.895190973191383\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_293\" attributename=\"x2\" attributetype=\"XML\" from=\"2.5133471097098345\" to=\"9.89546559649084\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_292.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_292.end\" from=\"-19.895190973191383\" to=\"-38.540293928140386\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"9.89546559649084\" y1=\"-38.540293928140386\" x2=\"9.89546559649084\" y2=\"-38.540293928140386\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_295\" attributename=\"x2\" attributetype=\"XML\" from=\"9.89546559649084\" to=\"21.682509806286653\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_294.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_294.end\" from=\"-38.540293928140386\" to=\"-54.763768474298516\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"21.682509806286653\" y1=\"-54.763768474298516\" x2=\"21.682509806286653\" y2=\"-54.763768474298516\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_297\" attributename=\"x2\" attributetype=\"XML\" from=\"21.682509806286653\" to=\"37.13385640167956\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_296.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_296.end\" from=\"-54.763768474298516\" to=\"-67.54623404016498\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"37.13385640167956\" y1=\"-67.54623404016498\" x2=\"37.13385640167956\" y2=\"-67.54623404016498\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_299\" attributename=\"x2\" attributetype=\"XML\" from=\"37.13385640167956\" to=\"55.27864045000331\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_298.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_298.end\" from=\"-67.54623404016498\" to=\"-76.08452130361646\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"55.27864045000331\" y1=\"-76.08452130361646\" x2=\"55.27864045000331\" y2=\"-76.08452130361646\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_301\" attributename=\"x2\" attributetype=\"XML\" from=\"55.27864045000331\" to=\"74.97675843765396\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_300.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_300.end\" from=\"-76.08452130361646\" to=\"-79.84213827426635\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"74.97675843765396\" y1=\"-79.84213827426635\" x2=\"74.97675843765396\" y2=\"-79.84213827426635\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_303\" attributename=\"x2\" attributetype=\"XML\" from=\"74.97675843765396\" to=\"94.99050516685702\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_302.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_302.end\" from=\"-79.84213827426635\" to=\"-78.58298005830018\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"94.99050516685702\" y1=\"-78.58298005830018\" x2=\"94.99050516685702\" y2=\"-78.58298005830018\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_305\" attributename=\"x2\" attributetype=\"XML\" from=\"94.99050516685702\" to=\"114.062343325205\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_304.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_304.end\" from=\"-78.58298005830018\" to=\"-72.3861641972871\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"114.062343325205\" y1=\"-72.3861641972871\" x2=\"114.062343325205\" y2=\"-72.3861641972871\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_307\" attributename=\"x2\" attributetype=\"XML\" from=\"114.062343325205\" to=\"130.99391917989465\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_306.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_306.end\" from=\"-72.3861641972871\" to=\"-61.64105942206909\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"130.99391917989465\" y1=\"-61.64105942206909\" x2=\"130.99391917989465\" y2=\"-61.64105942206909\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_309\" attributename=\"x2\" attributetype=\"XML\" from=\"130.99391917989465\" to=\"144.72135954999564\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_308.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_308.end\" from=\"-61.64105942206909\" to=\"-47.02282018340414\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"144.72135954999564\" y1=\"-47.02282018340414\" x2=\"144.72135954999564\" y2=\"-47.02282018340414\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_311\" attributename=\"x2\" attributetype=\"XML\" from=\"144.72135954999564\" to=\"154.38211887106038\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_310.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_310.end\" from=\"-47.02282018340414\" to=\"-29.449964214780763\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"154.38211887106038\" y1=\"-29.449964214780763\" x2=\"154.38211887106038\" y2=\"-29.449964214780763\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_313\" attributename=\"x2\" attributetype=\"XML\" from=\"154.38211887106038\" to=\"159.369176105159\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_312.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_312.end\" from=\"-29.449964214780763\" to=\"-10.026658685150991\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"159.369176105159\" y1=\"-10.026658685150991\" x2=\"159.369176105159\" y2=\"-10.026658685150991\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_315\" attributename=\"x2\" attributetype=\"XML\" from=\"159.369176105159\" to=\"159.3691761051595\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_314.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_314.end\" from=\"-10.026658685150991\" to=\"10.02665868513769\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"159.3691761051595\" y1=\"10.02665868513769\" x2=\"159.3691761051595\" y2=\"10.02665868513769\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_317\" attributename=\"x2\" attributetype=\"XML\" from=\"159.3691761051595\" to=\"154.3821188710619\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_316.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_316.end\" from=\"10.02665868513769\" to=\"29.449964214767714\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"154.3821188710619\" y1=\"29.449964214767714\" x2=\"154.3821188710619\" y2=\"29.449964214767714\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_319\" attributename=\"x2\" attributetype=\"XML\" from=\"154.3821188710619\" to=\"144.72135954999803\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_318.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_318.end\" from=\"29.449964214767714\" to=\"47.02282018339158\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"144.72135954999803\" y1=\"47.02282018339158\" x2=\"144.72135954999803\" y2=\"47.02282018339158\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_321\" attributename=\"x2\" attributetype=\"XML\" from=\"144.72135954999803\" to=\"130.99391917989777\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_320.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_320.end\" from=\"47.02282018339158\" to=\"61.64105942205722\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"130.99391917989777\" y1=\"61.64105942205722\" x2=\"130.99391917989777\" y2=\"61.64105942205722\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_323\" attributename=\"x2\" attributetype=\"XML\" from=\"130.99391917989777\" to=\"114.06234332520867\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_322.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_322.end\" from=\"61.64105942205722\" to=\"72.38616419727607\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"114.06234332520867\" y1=\"72.38616419727607\" x2=\"114.06234332520867\" y2=\"72.38616419727607\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_325\" attributename=\"x2\" attributetype=\"XML\" from=\"114.06234332520867\" to=\"94.99050516686098\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_324.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_324.end\" from=\"72.38616419727607\" to=\"78.58298005829009\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"94.99050516686098\" y1=\"78.58298005829009\" x2=\"94.99050516686098\" y2=\"78.58298005829009\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_327\" attributename=\"x2\" attributetype=\"XML\" from=\"94.99050516686098\" to=\"74.97675843765798\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_326.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_326.end\" from=\"78.58298005829009\" to=\"79.84213827425722\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"74.97675843765798\" y1=\"79.84213827425722\" x2=\"74.97675843765798\" y2=\"79.84213827425722\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_329\" attributename=\"x2\" attributetype=\"XML\" from=\"74.97675843765798\" to=\"55.27864045000716\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_328.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_328.end\" from=\"79.84213827425722\" to=\"76.08452130360827\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"55.27864045000716\" y1=\"76.08452130360827\" x2=\"55.27864045000716\" y2=\"76.08452130360827\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_331\" attributename=\"x2\" attributetype=\"XML\" from=\"55.27864045000716\" to=\"37.133856401683005\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_330.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_330.end\" from=\"76.08452130360827\" to=\"67.54623404015764\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"37.133856401683005\" y1=\"67.54623404015764\" x2=\"37.133856401683005\" y2=\"67.54623404015764\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_333\" attributename=\"x2\" attributetype=\"XML\" from=\"37.133856401683005\" to=\"21.682509806289495\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_332.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_332.end\" from=\"67.54623404015764\" to=\"54.76376847429191\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"21.682509806289495\" y1=\"54.76376847429191\" x2=\"21.682509806289495\" y2=\"54.76376847429191\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_335\" attributename=\"x2\" attributetype=\"XML\" from=\"21.682509806289495\" to=\"9.895465596492928\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_334.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_334.end\" from=\"54.76376847429191\" to=\"38.54029392813433\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"9.895465596492928\" y1=\"38.54029392813433\" x2=\"9.895465596492928\" y2=\"38.54029392813433\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_337\" attributename=\"x2\" attributetype=\"XML\" from=\"9.895465596492928\" to=\"2.5133471097110647\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_336.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_336.end\" from=\"38.54029392813433\" to=\"19.895190973185674\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"2.5133471097110647\" y1=\"19.895190973185674\" x2=\"2.5133471097110647\" y2=\"19.895190973185674\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_339\" attributename=\"x2\" attributetype=\"XML\" from=\"2.5133471097110647\" to=\"1.0653700144303002e-12\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_338.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_338.end\" from=\"19.895190973185674\" to=\"-2.6503244043851737e-12\" dur=\" 0.107s\" fill=\"freeze\"></animate></line></g><g transform=\"translate(320 240)\"></g><g transform=\"translate(320 240)\"><polygon points=\"0,16 -2,14 -1,10 -4,7 -7,9 -9,8 -6,5 -7,1 -5,-3 -8,-6 -6,-8 -4,-5 0,-7 4,-5 6,-8 8,-6 5,-3 7,1 6,5 9,8 7,9 4,7 1,10 2,14\" stroke=\"black\" fill=\"black\" stroke-width=\"1\" opacity=\"0\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_1\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_0.end\" dur=\"1ms\" fill=\"freeze\" attributename=\"opacity\" attributetype=\"XML\" from=\"0\" to=\"1\"></animate><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_2.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_3\" type=\"rotate\" from=\"0,0,0\" to=\"0.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_2.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_3.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_4\" type=\"rotate\" from=\"-90.0,0,0\" to=\"-90.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_3.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_4.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_5\" type=\"rotate\" from=\"-90.0,0,0\" to=\"-180.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_4.end\" dur=\" 0.083s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_5.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_6\" type=\"rotate\" from=\"-180.0,0,0\" to=\"-192.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_5.end\" dur=\" 0.011s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_6.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"0.0,-0.0\" to=\"-1.729090847147982,-8.134732861516003\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_6.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_7.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_8\" type=\"rotate\" from=\"-192.0,0,0\" to=\"-216.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_7.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_8.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-1.729090847147982,-8.134732861516003\" to=\"-6.617387872822834,-14.862896509547884\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_8.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_9.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_10\" type=\"rotate\" from=\"-216.0,0,0\" to=\"-240.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_9.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_10.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-6.617387872822834,-14.862896509547884\" to=\"-13.819660112501051,-19.02113032590307\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_10.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_11.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_12\" type=\"rotate\" from=\"-240.0,0,0\" to=\"-264.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_11.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_12.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-13.819660112501051,-19.02113032590307\" to=\"-22.090569265353068,-19.890437907365467\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_12.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_13.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_14\" type=\"rotate\" from=\"-264.0,0,0\" to=\"-288.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_13.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_14.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-22.090569265353068,-19.890437907365467\" to=\"-30.0,-17.320508075688775\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_14.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_15.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_16\" type=\"rotate\" from=\"-288.0,0,0\" to=\"-312.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_15.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_16.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-30.0,-17.320508075688775\" to=\"-36.180339887498945,-11.755705045849464\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_16.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_17.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_18\" type=\"rotate\" from=\"-312.0,0,0\" to=\"-336.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_17.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_18.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-36.180339887498945,-11.755705045849464\" to=\"-39.56295201467611,-4.158233816355188\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_18.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_19.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_20\" type=\"rotate\" from=\"-336.0,0,0\" to=\"-360.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_19.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_20.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-39.56295201467611,-4.158233816355188\" to=\"-39.56295201467611,4.158233816355184\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_20.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_21.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_22\" type=\"rotate\" from=\"-360.0,0,0\" to=\"-384.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_21.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_22.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-39.56295201467611,4.158233816355184\" to=\"-36.180339887498945,11.75570504584946\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_22.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_23.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_24\" type=\"rotate\" from=\"-384.0,0,0\" to=\"-408.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_23.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_24.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-36.180339887498945,11.75570504584946\" to=\"-29.999999999999996,17.32050807568877\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_24.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_25.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_26\" type=\"rotate\" from=\"-408.0,0,0\" to=\"-432.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_25.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_26.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-29.999999999999996,17.32050807568877\" to=\"-22.090569265353068,19.890437907365467\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_26.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_27.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_28\" type=\"rotate\" from=\"-432.0,0,0\" to=\"-456.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_27.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_28.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-22.090569265353068,19.890437907365467\" to=\"-13.819660112501051,19.021130325903076\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_28.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_29.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_30\" type=\"rotate\" from=\"-456.0,0,0\" to=\"-480.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_29.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_30.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-13.819660112501051,19.021130325903076\" to=\"-6.617387872822836,14.862896509547891\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_30.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_31.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_32\" type=\"rotate\" from=\"-480.0,0,0\" to=\"-504.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_31.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_32.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-6.617387872822836,14.862896509547891\" to=\"-1.7290908471479813,8.134732861516014\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_32.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_33.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_34\" type=\"rotate\" from=\"-504.0,0,0\" to=\"-528.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_33.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_34.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-1.7290908471479813,8.134732861516014\" to=\"-1.9984014443252818e-15,1.0658141036401503e-14\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_34.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_35.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_36\" type=\"rotate\" from=\"-528.0,0,0\" to=\"-552.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_35.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_36.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_37\" type=\"rotate\" from=\"-552.0,0,0\" to=\"-540.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_36.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_37.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_38\" type=\"rotate\" from=\"-540.0,0,0\" to=\"-550.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_37.end\" dur=\" 0.009s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_38.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-1.9984014443252818e-15,1.0658141036401503e-14\" to=\"-2.4122951685636593,-13.680805733026737\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_38.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_39.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_40\" type=\"rotate\" from=\"-550.0,0,0\" to=\"-570.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_39.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_40.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-2.4122951685636593,-13.680805733026737\" to=\"-9.358222275240863,-25.711504387461567\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_40.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_41.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_42\" type=\"rotate\" from=\"-570.0,0,0\" to=\"-590.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_41.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_42.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-9.358222275240863,-25.711504387461567\" to=\"-19.999999999999986,-34.641016151377535\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_42.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_43.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_44\" type=\"rotate\" from=\"-590.0,0,0\" to=\"-610.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_43.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_44.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-19.999999999999986,-34.641016151377535\" to=\"-33.05407289332277,-39.39231012048831\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_44.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_45.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_46\" type=\"rotate\" from=\"-610.0,0,0\" to=\"-630.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_45.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_46.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-33.05407289332277,-39.39231012048831\" to=\"-46.945927106677196,-39.39231012048832\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_46.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_47.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_48\" type=\"rotate\" from=\"-630.0,0,0\" to=\"-650.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_47.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_48.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-46.945927106677196,-39.39231012048832\" to=\"-59.999999999999986,-34.641016151377556\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_48.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_49.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_50\" type=\"rotate\" from=\"-650.0,0,0\" to=\"-670.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_49.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_50.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-59.999999999999986,-34.641016151377556\" to=\"-70.6417777247591,-25.711504387461577\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_50.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_51.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_52\" type=\"rotate\" from=\"-670.0,0,0\" to=\"-690.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_51.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_52.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-70.6417777247591,-25.711504387461577\" to=\"-77.5877048314363,-13.680805733026753\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_52.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_53.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_54\" type=\"rotate\" from=\"-690.0,0,0\" to=\"-710.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_53.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_54.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-77.5877048314363,-13.680805733026753\" to=\"-79.99999999999997,-7.105427357601002e-15\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_54.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_55.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_56\" type=\"rotate\" from=\"-710.0,0,0\" to=\"-730.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_55.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_56.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-79.99999999999997,-7.105427357601002e-15\" to=\"-77.58770483143631,13.680805733026741\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_56.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_57.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_58\" type=\"rotate\" from=\"-730.0,0,0\" to=\"-750.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_57.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_58.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-77.58770483143631,13.680805733026741\" to=\"-70.64177772475911,25.71150438746157\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_58.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_59.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_60\" type=\"rotate\" from=\"-750.0,0,0\" to=\"-770.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_59.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_60.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-70.64177772475911,25.71150438746157\" to=\"-59.999999999999986,34.641016151377535\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_60.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_61.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_62\" type=\"rotate\" from=\"-770.0,0,0\" to=\"-790.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_61.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_62.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-59.999999999999986,34.641016151377535\" to=\"-46.9459271066772,39.39231012048831\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_62.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_63.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_64\" type=\"rotate\" from=\"-790.0,0,0\" to=\"-810.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_63.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_64.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-46.9459271066772,39.39231012048831\" to=\"-33.054072893322775,39.39231012048832\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_64.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_65.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_66\" type=\"rotate\" from=\"-810.0,0,0\" to=\"-830.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_65.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_66.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-33.054072893322775,39.39231012048832\" to=\"-19.999999999999986,34.641016151377556\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_66.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_67.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_68\" type=\"rotate\" from=\"-830.0,0,0\" to=\"-850.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_67.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_68.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-19.999999999999986,34.641016151377556\" to=\"-9.358222275240871,25.71150438746158\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_68.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_69.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_70\" type=\"rotate\" from=\"-850.0,0,0\" to=\"-870.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_69.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_70.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-9.358222275240871,25.71150438746158\" to=\"-2.4122951685636593,13.680805733026757\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_70.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_71.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_72\" type=\"rotate\" from=\"-870.0,0,0\" to=\"-890.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_71.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_72.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-2.4122951685636593,13.680805733026757\" to=\"9.769962616701378e-15,1.0658141036401503e-14\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_72.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_73.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_74\" type=\"rotate\" from=\"-890.0,0,0\" to=\"-910.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_73.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_74.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_75\" type=\"rotate\" from=\"-910.0,0,0\" to=\"-900.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_74.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_75.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_76\" type=\"rotate\" from=\"-900.0,0,0\" to=\"-908.1818181818181,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_75.end\" dur=\" 0.008s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_76.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"9.769962616701378e-15,1.0658141036401503e-14\" to=\"-2.4304215831301206,-16.903953410485773\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_76.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_77.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_78\" type=\"rotate\" from=\"-908.1818181818181,0,0\" to=\"-924.5454545454545,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_77.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_78.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-2.4304215831301206,-16.903953410485773\" to=\"-9.524788030129066,-32.43844904733586\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_78.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_79.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_80\" type=\"rotate\" from=\"-924.5454545454545,0,0\" to=\"-940.9090909090909,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_79.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_80.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-9.524788030129066,-32.43844904733586\" to=\"-20.70835596328283,-45.344974461255504\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_80.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_81.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_82\" type=\"rotate\" from=\"-940.9090909090909,0,0\" to=\"-957.2727272727273,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_81.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_82.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-20.70835596328283,-45.344974461255504\" to=\"-35.075099219886745,-54.577919721271115\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_82.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_83.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_84\" type=\"rotate\" from=\"-957.2727272727273,0,0\" to=\"-973.6363636363636,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_83.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_84.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-35.075099219886745,-54.577919721271115\" to=\"-51.461109703602816,-59.38928651285598\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_84.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_85.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_86\" type=\"rotate\" from=\"-973.6363636363636,0,0\" to=\"-990.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_85.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_86.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-51.461109703602816,-59.38928651285598\" to=\"-68.53889029639703,-59.38928651285599\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_86.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_87.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_88\" type=\"rotate\" from=\"-990.0,0,0\" to=\"-1006.3636363636364,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_87.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_88.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-68.53889029639703,-59.38928651285599\" to=\"-84.9249007801131,-54.577919721271144\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_88.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_89.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_90\" type=\"rotate\" from=\"-1006.3636363636364,0,0\" to=\"-1022.7272727272727,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_89.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_90.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-84.9249007801131,-54.577919721271144\" to=\"-99.29164403671703,-45.34497446125555\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_90.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_91.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_92\" type=\"rotate\" from=\"-1022.7272727272727,0,0\" to=\"-1039.090909090909,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_91.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_92.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-99.29164403671703,-45.34497446125555\" to=\"-110.47521196987078,-32.43844904733591\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_92.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_93.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_94\" type=\"rotate\" from=\"-1039.090909090909,0,0\" to=\"-1055.4545454545453,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_93.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_94.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-110.47521196987078,-32.43844904733591\" to=\"-117.56957841686977,-16.903953410485844\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_94.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_95.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_96\" type=\"rotate\" from=\"-1055.4545454545453,0,0\" to=\"-1071.8181818181815,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_95.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_96.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-117.56957841686977,-16.903953410485844\" to=\"-119.99999999999993,-6.039613253960852e-14\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_96.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_97.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_98\" type=\"rotate\" from=\"-1071.8181818181815,0,0\" to=\"-1088.1818181818178,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_97.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_98.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-119.99999999999993,-6.039613253960852e-14\" to=\"-117.56957841686975,16.903953410485716\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_98.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_99.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_100\" type=\"rotate\" from=\"-1088.1818181818178,0,0\" to=\"-1104.545454545454,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_99.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_100.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-117.56957841686975,16.903953410485716\" to=\"-110.47521196987077,32.43844904733579\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_100.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_101.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_102\" type=\"rotate\" from=\"-1104.545454545454,0,0\" to=\"-1120.9090909090903,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_101.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_102.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-110.47521196987077,32.43844904733579\" to=\"-99.29164403671699,45.34497446125541\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_102.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_103.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_104\" type=\"rotate\" from=\"-1120.9090909090903,0,0\" to=\"-1137.2727272727266,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_103.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_104.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-99.29164403671699,45.34497446125541\" to=\"-84.92490078011308,54.57791972127102\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_104.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_105.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_106\" type=\"rotate\" from=\"-1137.2727272727266,0,0\" to=\"-1153.6363636363628,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_105.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_106.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-84.92490078011308,54.57791972127102\" to=\"-68.53889029639701,59.389286512855925\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_106.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_107.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_108\" type=\"rotate\" from=\"-1153.6363636363628,0,0\" to=\"-1169.999999999999,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_107.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_108.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-68.53889029639701,59.389286512855925\" to=\"-51.4611097036028,59.389286512855996\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_108.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_109.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_110\" type=\"rotate\" from=\"-1169.999999999999,0,0\" to=\"-1186.3636363636354,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_109.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_110.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-51.4611097036028,59.389286512855996\" to=\"-35.075099219886695,54.577919721271236\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_110.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_111.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_112\" type=\"rotate\" from=\"-1186.3636363636354,0,0\" to=\"-1202.7272727272716,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_111.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_112.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-35.075099219886695,54.577919721271236\" to=\"-20.708355963282703,45.344974461255745\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_112.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_113.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_114\" type=\"rotate\" from=\"-1202.7272727272716,0,0\" to=\"-1219.0909090909079,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_113.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_114.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-20.708355963282703,45.344974461255745\" to=\"-9.524788030128805,32.43844904733621\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_114.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_115.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_116\" type=\"rotate\" from=\"-1219.0909090909079,0,0\" to=\"-1235.4545454545441,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_115.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_116.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-9.524788030128805,32.43844904733621\" to=\"-2.430421583129644,16.903953410486228\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_116.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_117.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_118\" type=\"rotate\" from=\"-1235.4545454545441,0,0\" to=\"-1251.8181818181804,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_117.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_118.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-2.430421583129644,16.903953410486228\" to=\"7.496225862269057e-13,4.831690603168681e-13\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_118.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_119.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_120\" type=\"rotate\" from=\"-1251.8181818181804,0,0\" to=\"-1268.1818181818167,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_119.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_120.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_121\" type=\"rotate\" from=\"-1268.1818181818167,0,0\" to=\"-1259.9999999999984,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_120.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_121.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_122\" type=\"rotate\" from=\"-1259.9999999999984,0,0\" to=\"-1267.1999999999985,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_121.end\" dur=\" 0.007s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_122.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"7.496225862269057e-13,4.831690603168681e-13\" to=\"-2.5133471097084836,-19.895190973187937\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_122.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_123.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_124\" type=\"rotate\" from=\"-1267.1999999999985,0,0\" to=\"-1281.5999999999985,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_123.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_124.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-2.5133471097084836,-19.895190973187937\" to=\"-9.8954655964896,-38.54029392813689\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_124.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_125.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_126\" type=\"rotate\" from=\"-1281.5999999999985,0,0\" to=\"-1295.9999999999986,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_125.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_126.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-9.8954655964896,-38.54029392813689\" to=\"-21.68250980628555,-54.76376847429492\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_126.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_127.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_128\" type=\"rotate\" from=\"-1295.9999999999986,0,0\" to=\"-1310.3999999999987,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_127.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_128.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-21.68250980628555,-54.76376847429492\" to=\"-37.1338564016786,-67.54623404016121\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_128.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_129.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_130\" type=\"rotate\" from=\"-1310.3999999999987,0,0\" to=\"-1324.7999999999988,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_129.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_130.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-37.1338564016786,-67.54623404016121\" to=\"-55.278640450002456,-76.08452130361245\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_130.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_131.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_132\" type=\"rotate\" from=\"-1324.7999999999988,0,0\" to=\"-1339.199999999999,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_131.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_132.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-55.278640450002456,-76.08452130361245\" to=\"-74.97675843765316,-79.84213827426203\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_132.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_133.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_134\" type=\"rotate\" from=\"-1339.199999999999,0,0\" to=\"-1353.599999999999,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_133.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_134.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-74.97675843765316,-79.84213827426203\" to=\"-94.99050516685621,-78.58298005829549\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_134.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_135.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_136\" type=\"rotate\" from=\"-1353.599999999999,0,0\" to=\"-1367.999999999999,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_135.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_136.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-94.99050516685621,-78.58298005829549\" to=\"-114.06234332520407,-72.38616419728201\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_136.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_137.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_138\" type=\"rotate\" from=\"-1367.999999999999,0,0\" to=\"-1382.3999999999992,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_137.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_138.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-114.06234332520407,-72.38616419728201\" to=\"-130.99391917989348,-61.641059422063655\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_138.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_139.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_140\" type=\"rotate\" from=\"-1382.3999999999992,0,0\" to=\"-1396.7999999999993,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_139.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_140.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-130.99391917989348,-61.641059422063655\" to=\"-144.72135954999413,-47.022820183398395\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_140.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_141.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_142\" type=\"rotate\" from=\"-1396.7999999999993,0,0\" to=\"-1411.1999999999994,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_141.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_142.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-144.72135954999413,-47.022820183398395\" to=\"-154.38211887105845,-29.449964214774777\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_142.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_143.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_144\" type=\"rotate\" from=\"-1411.1999999999994,0,0\" to=\"-1425.5999999999995,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_143.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_144.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-154.38211887105845,-29.449964214774777\" to=\"-159.36917610515653,-10.026658685144866\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_144.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_145.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_146\" type=\"rotate\" from=\"-1425.5999999999995,0,0\" to=\"-1439.9999999999995,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_145.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_146.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-159.36917610515653,-10.026658685144866\" to=\"-159.36917610515644,10.026658685143815\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_146.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_147.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_148\" type=\"rotate\" from=\"-1439.9999999999995,0,0\" to=\"-1454.3999999999996,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_147.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_148.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-159.36917610515644,10.026658685143815\" to=\"-154.3821188710582,29.449964214773683\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_148.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_149.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_150\" type=\"rotate\" from=\"-1454.3999999999996,0,0\" to=\"-1468.7999999999997,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_149.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_150.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-154.3821188710582,29.449964214773683\" to=\"-144.7213595499938,47.02282018339725\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_150.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_151.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_152\" type=\"rotate\" from=\"-1468.7999999999997,0,0\" to=\"-1483.1999999999998,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_151.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_152.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-144.7213595499938,47.02282018339725\" to=\"-130.99391917989306,61.64105942206244\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_152.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_153.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_154\" type=\"rotate\" from=\"-1483.1999999999998,0,0\" to=\"-1497.6,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_153.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_154.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-130.99391917989306,61.64105942206244\" to=\"-114.06234332520359,72.3861641972807\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_154.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_155.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_156\" type=\"rotate\" from=\"-1497.6,0,0\" to=\"-1512.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_155.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_156.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-114.06234332520359,72.3861641972807\" to=\"-94.99050516685567,78.58298005829403\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_156.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_157.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_158\" type=\"rotate\" from=\"-1512.0,0,0\" to=\"-1526.4,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_157.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_158.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-94.99050516685567,78.58298005829403\" to=\"-74.9767584376526,79.84213827426038\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_158.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_159.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_160\" type=\"rotate\" from=\"-1526.4,0,0\" to=\"-1540.8000000000002,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_159.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_160.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-74.9767584376526,79.84213827426038\" to=\"-55.278640450001944,76.08452130361063\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_160.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_161.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_162\" type=\"rotate\" from=\"-1540.8000000000002,0,0\" to=\"-1555.2000000000003,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_161.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_162.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-55.278640450001944,76.08452130361063\" to=\"-37.13385640167816,67.54623404015922\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_162.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_163.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_164\" type=\"rotate\" from=\"-1555.2000000000003,0,0\" to=\"-1569.6000000000004,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_163.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_164.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-37.13385640167816,67.54623404015922\" to=\"-21.682509806285175,54.76376847429285\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_164.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_165.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_166\" type=\"rotate\" from=\"-1569.6000000000004,0,0\" to=\"-1584.0000000000005,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_165.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_166.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-21.682509806285175,54.76376847429285\" to=\"-9.89546559648931,38.54029392813476\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_166.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_167.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_168\" type=\"rotate\" from=\"-1584.0000000000005,0,0\" to=\"-1598.4000000000005,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_167.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_168.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-9.89546559648931,38.54029392813476\" to=\"-2.513347109708291,19.895190973185766\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_168.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_169.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_170\" type=\"rotate\" from=\"-1598.4000000000005,0,0\" to=\"-1612.8000000000006,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_169.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_170.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-2.513347109708291,19.895190973185766\" to=\"7.669420654110581e-13,-2.675193400136777e-12\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_170.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_171.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_172\" type=\"rotate\" from=\"-1612.8000000000006,0,0\" to=\"-1627.2000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_171.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_172.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_173\" type=\"rotate\" from=\"-1627.2000000000007,0,0\" to=\"-1620.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_172.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_173.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_174\" type=\"rotate\" from=\"-1620.0000000000007,0,0\" to=\"-1608.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_173.end\" dur=\" 0.011s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_174.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"7.669420654110581e-13,-2.675193400136777e-12\" to=\"1.72909084714855,-8.13473286151872\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_174.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_175.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_176\" type=\"rotate\" from=\"-1608.0000000000007,0,0\" to=\"-1584.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_175.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_176.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"1.72909084714855,-8.13473286151872\" to=\"6.6173878728232545,-14.862896509550708\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_176.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_177.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_178\" type=\"rotate\" from=\"-1584.0000000000007,0,0\" to=\"-1560.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_177.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_178.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"6.6173878728232545,-14.862896509550708\" to=\"13.819660112501372,-19.021130325906064\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_178.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_179.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_180\" type=\"rotate\" from=\"-1560.0000000000007,0,0\" to=\"-1536.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_179.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_180.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"13.819660112501372,-19.021130325906064\" to=\"22.090569265353366,-19.89043790736866\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_180.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_181.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_182\" type=\"rotate\" from=\"-1536.0000000000007,0,0\" to=\"-1512.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_181.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_182.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"22.090569265353366,-19.89043790736866\" to=\"30.00000000000035,-17.320508075692143\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_182.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_183.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_184\" type=\"rotate\" from=\"-1512.0000000000007,0,0\" to=\"-1488.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_183.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_184.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"30.00000000000035,-17.320508075692143\" to=\"36.18033988749943,-11.755705045852977\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_184.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_185.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_186\" type=\"rotate\" from=\"-1488.0000000000007,0,0\" to=\"-1464.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_185.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_186.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"36.18033988749943,-11.755705045852977\" to=\"39.56295201467678,-4.158233816358786\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_186.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_187.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_188\" type=\"rotate\" from=\"-1464.0000000000007,0,0\" to=\"-1440.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_187.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_188.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"39.56295201467678,-4.158233816358786\" to=\"39.562952014676966,4.158233816351586\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_188.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_189.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_190\" type=\"rotate\" from=\"-1440.0000000000007,0,0\" to=\"-1416.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_189.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_190.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"39.562952014676966,4.158233816351586\" to=\"36.18033988749998,11.75570504584594\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_190.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_191.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_192\" type=\"rotate\" from=\"-1416.0000000000007,0,0\" to=\"-1392.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_191.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_192.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"36.18033988749998,11.75570504584594\" to=\"30.000000000001172,17.3205080756854\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_192.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_193.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_194\" type=\"rotate\" from=\"-1392.0000000000007,0,0\" to=\"-1368.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_193.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_194.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"30.000000000001172,17.3205080756854\" to=\"22.0905692653543,19.89043790736227\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_194.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_195.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_196\" type=\"rotate\" from=\"-1368.0000000000007,0,0\" to=\"-1344.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_195.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_196.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"22.0905692653543,19.89043790736227\" to=\"13.819660112502264,19.021130325900067\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_196.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_197.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_198\" type=\"rotate\" from=\"-1344.0000000000007,0,0\" to=\"-1320.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_197.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_198.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"13.819660112502264,19.021130325900067\" to=\"6.617387872823947,14.86289650954506\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_198.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_199.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_200\" type=\"rotate\" from=\"-1320.0000000000007,0,0\" to=\"-1296.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_199.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_200.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"6.617387872823947,14.86289650954506\" to=\"1.729090847148945,8.134732861513289\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_200.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_201.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_202\" type=\"rotate\" from=\"-1296.0000000000007,0,0\" to=\"-1272.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_201.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_202.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"1.729090847148945,8.134732861513289\" to=\"7.722711359292589e-13,-2.673417043297377e-12\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_202.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_203.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_204\" type=\"rotate\" from=\"-1272.0000000000007,0,0\" to=\"-1248.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_203.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_204.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_205\" type=\"rotate\" from=\"-1248.0000000000007,0,0\" to=\"-1260.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_204.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_205.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_206\" type=\"rotate\" from=\"-1260.0000000000007,0,0\" to=\"-1250.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_205.end\" dur=\" 0.009s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_206.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"7.722711359292589e-13,-2.673417043297377e-12\" to=\"2.4122951685641287,-13.680805733029477\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_206.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_207.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_208\" type=\"rotate\" from=\"-1250.0000000000007,0,0\" to=\"-1230.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_207.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_208.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"2.4122951685641287,-13.680805733029477\" to=\"9.358222275241067,-25.71150438746446\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_208.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_209.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_210\" type=\"rotate\" from=\"-1230.0000000000007,0,0\" to=\"-1210.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_209.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_210.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"9.358222275241067,-25.71150438746446\" to=\"19.99999999999998,-34.64101615138068\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_210.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_211.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_212\" type=\"rotate\" from=\"-1210.0000000000007,0,0\" to=\"-1190.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_211.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_212.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"19.99999999999998,-34.64101615138068\" to=\"33.054072893322655,-39.39231012049177\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_212.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_213.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_214\" type=\"rotate\" from=\"-1190.0000000000007,0,0\" to=\"-1170.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_213.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_214.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"33.054072893322655,-39.39231012049177\" to=\"46.94592710667708,-39.392310120492105\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_214.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_215.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_216\" type=\"rotate\" from=\"-1170.0000000000007,0,0\" to=\"-1150.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_215.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_216.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"46.94592710667708,-39.392310120492105\" to=\"59.999999999999986,-34.64101615138165\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_216.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_217.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_218\" type=\"rotate\" from=\"-1150.0000000000007,0,0\" to=\"-1130.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_217.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_218.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"59.999999999999986,-34.64101615138165\" to=\"70.64177772475932,-25.711504387465943\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_218.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_219.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_220\" type=\"rotate\" from=\"-1130.0000000000007,0,0\" to=\"-1110.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_219.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_220.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"70.64177772475932,-25.711504387465943\" to=\"77.5877048314368,-13.680805733031272\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_220.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_221.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_222\" type=\"rotate\" from=\"-1110.0000000000007,0,0\" to=\"-1090.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_221.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_222.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"77.5877048314368,-13.680805733031272\" to=\"80.00000000000077,-4.5776715751344454e-12\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_222.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_223.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_224\" type=\"rotate\" from=\"-1090.0000000000007,0,0\" to=\"-1070.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_223.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_224.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"80.00000000000077,-4.5776715751344454e-12\" to=\"77.5877048314374,13.680805733022225\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_224.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_225.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_226\" type=\"rotate\" from=\"-1070.0000000000007,0,0\" to=\"-1050.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_225.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_226.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"77.5877048314374,13.680805733022225\" to=\"70.64177772476047,25.711504387457207\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_226.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_227.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_228\" type=\"rotate\" from=\"-1050.0000000000007,0,0\" to=\"-1030.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_227.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_228.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"70.64177772476047,25.711504387457207\" to=\"60.00000000000156,34.64101615137343\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_228.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_229.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_230\" type=\"rotate\" from=\"-1030.0000000000007,0,0\" to=\"-1010.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_229.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_230.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"60.00000000000156,34.64101615137343\" to=\"46.945927106678894,39.39231012048452\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_230.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_231.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_232\" type=\"rotate\" from=\"-1010.0000000000007,0,0\" to=\"-990.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_231.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_232.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"46.945927106678894,39.39231012048452\" to=\"33.05407289332447,39.39231012048485\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_232.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_233.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_234\" type=\"rotate\" from=\"-990.0000000000007,0,0\" to=\"-970.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_233.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_234.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"33.05407289332447,39.39231012048485\" to=\"20.000000000001574,34.64101615137437\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_234.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_235.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_236\" type=\"rotate\" from=\"-970.0000000000007,0,0\" to=\"-950.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_235.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_236.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"20.000000000001574,34.64101615137437\" to=\"9.358222275242246,25.71150438745865\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_236.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_237.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_238\" type=\"rotate\" from=\"-950.0000000000007,0,0\" to=\"-930.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_237.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_238.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"9.358222275242246,25.71150438745865\" to=\"2.4122951685647482,13.680805733023991\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_238.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_239.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_240\" type=\"rotate\" from=\"-930.0000000000007,0,0\" to=\"-910.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_239.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_240.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"2.4122951685647482,13.680805733023991\" to=\"7.540634783254063e-13,-2.6982860390489805e-12\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_240.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_241.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_242\" type=\"rotate\" from=\"-910.0000000000007,0,0\" to=\"-890.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_241.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_242.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_243\" type=\"rotate\" from=\"-890.0000000000007,0,0\" to=\"-900.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_242.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_243.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_244\" type=\"rotate\" from=\"-900.0000000000007,0,0\" to=\"-891.8181818181826,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_243.end\" dur=\" 0.008s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_244.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"7.540634783254063e-13,-2.6982860390489805e-12\" to=\"2.430421583130483,-16.90395341048854\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_244.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_245.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_246\" type=\"rotate\" from=\"-891.8181818181826,0,0\" to=\"-875.4545454545462,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_245.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_246.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"2.430421583130483,-16.90395341048854\" to=\"9.524788030129088,-32.43844904733878\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_246.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_247.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_248\" type=\"rotate\" from=\"-875.4545454545462,0,0\" to=\"-859.0909090909098,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_247.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_248.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"9.524788030129088,-32.43844904733878\" to=\"20.708355963282543,-45.34497446125869\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_248.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_249.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_250\" type=\"rotate\" from=\"-859.0909090909098,0,0\" to=\"-842.7272727272734,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_249.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_250.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"20.708355963282543,-45.34497446125869\" to=\"35.07509921988624,-54.57791972127464\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_250.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_251.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_252\" type=\"rotate\" from=\"-842.7272727272734,0,0\" to=\"-826.363636363637,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_251.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_252.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"35.07509921988624,-54.57791972127464\" to=\"51.461109703602204,-59.3892865128599\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_252.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_253.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_254\" type=\"rotate\" from=\"-826.363636363637,0,0\" to=\"-810.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_253.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_254.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"51.461109703602204,-59.3892865128599\" to=\"68.53889029639642,-59.389286512860316\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_254.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_255.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_256\" type=\"rotate\" from=\"-810.0000000000007,0,0\" to=\"-793.6363636363643,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_255.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_256.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"68.53889029639642,-59.389286512860316\" to=\"84.92490078011261,-54.577919721275826\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_256.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_257.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_258\" type=\"rotate\" from=\"-793.6363636363643,0,0\" to=\"-777.2727272727279,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_257.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_258.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"84.92490078011261,-54.577919721275826\" to=\"99.29164403671673,-45.34497446126055\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_258.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_259.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_260\" type=\"rotate\" from=\"-777.2727272727279,0,0\" to=\"-760.9090909090916,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_259.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_260.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"99.29164403671673,-45.34497446126055\" to=\"110.4752119698708,-32.438449047341166\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_260.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_261.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_262\" type=\"rotate\" from=\"-760.9090909090916,0,0\" to=\"-744.5454545454552,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_261.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_262.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"110.4752119698708,-32.438449047341166\" to=\"117.56957841687013,-16.903953410491262\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_262.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_263.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_264\" type=\"rotate\" from=\"-744.5454545454552,0,0\" to=\"-728.1818181818188,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_263.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_264.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"117.56957841687013,-16.903953410491262\" to=\"120.00000000000068,-5.538680625249981e-12\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_264.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_265.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_266\" type=\"rotate\" from=\"-728.1818181818188,0,0\" to=\"-711.8181818181824,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_265.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_266.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"120.00000000000068,-5.538680625249981e-12\" to=\"117.5695784168709,16.903953410480295\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_266.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_267.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_268\" type=\"rotate\" from=\"-711.8181818181824,0,0\" to=\"-695.4545454545461,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_267.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_268.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"117.5695784168709,16.903953410480295\" to=\"110.47521196987226,32.43844904733052\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_268.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_269.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_270\" type=\"rotate\" from=\"-695.4545454545461,0,0\" to=\"-679.0909090909097,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_269.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_270.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"110.47521196987226,32.43844904733052\" to=\"99.29164403671878,45.34497446125041\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_270.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_271.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_272\" type=\"rotate\" from=\"-679.0909090909097,0,0\" to=\"-662.7272727272733,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_271.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_272.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"99.29164403671878,45.34497446125041\" to=\"84.92490078011507,54.57791972126633\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_272.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_273.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_274\" type=\"rotate\" from=\"-662.7272727272733,0,0\" to=\"-646.3636363636369,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_273.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_274.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"84.92490078011507,54.57791972126633\" to=\"68.5388902963991,59.38928651285156\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_274.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_275.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_276\" type=\"rotate\" from=\"-646.3636363636369,0,0\" to=\"-630.0000000000006,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_275.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_276.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"68.5388902963991,59.38928651285156\" to=\"51.46110970360489,59.38928651285192\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_276.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_277.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_278\" type=\"rotate\" from=\"-630.0000000000006,0,0\" to=\"-613.6363636363642,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_277.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_278.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"51.46110970360489,59.38928651285192\" to=\"35.07509921988871,54.577919721267406\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_278.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_279.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_280\" type=\"rotate\" from=\"-613.6363636363642,0,0\" to=\"-597.2727272727278,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_279.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_280.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"35.07509921988871,54.577919721267406\" to=\"20.7083559632846,45.34497446125211\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_280.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_281.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_282\" type=\"rotate\" from=\"-597.2727272727278,0,0\" to=\"-580.9090909090914,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_281.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_282.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"20.7083559632846,45.34497446125211\" to=\"9.524788030130557,32.4384490473327\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_282.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_283.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_284\" type=\"rotate\" from=\"-580.9090909090914,0,0\" to=\"-564.5454545454551,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_283.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_284.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"9.524788030130557,32.4384490473327\" to=\"2.430421583131248,16.903953410482785\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_284.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_285.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_286\" type=\"rotate\" from=\"-564.5454545454551,0,0\" to=\"-548.1818181818187,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_285.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_286.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"2.430421583131248,16.903953410482785\" to=\"7.380762667708041e-13,-2.9451996397256153e-12\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_286.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_287.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_288\" type=\"rotate\" from=\"-548.1818181818187,0,0\" to=\"-531.8181818181823,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_287.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_288.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_289\" type=\"rotate\" from=\"-531.8181818181823,0,0\" to=\"-540.0000000000005,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_288.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_289.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_290\" type=\"rotate\" from=\"-540.0000000000005,0,0\" to=\"-532.8000000000004,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_289.end\" dur=\" 0.007s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_290.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"7.380762667708041e-13,-2.9451996397256153e-12\" to=\"2.5133471097098345,-19.895190973191383\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_290.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_291.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_292\" type=\"rotate\" from=\"-532.8000000000004,0,0\" to=\"-518.4000000000004,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_291.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_292.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"2.5133471097098345,-19.895190973191383\" to=\"9.89546559649084,-38.540293928140386\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_292.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_293.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_294\" type=\"rotate\" from=\"-518.4000000000004,0,0\" to=\"-504.00000000000045,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_293.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_294.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"9.89546559649084,-38.540293928140386\" to=\"21.682509806286653,-54.763768474298516\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_294.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_295.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_296\" type=\"rotate\" from=\"-504.00000000000045,0,0\" to=\"-489.6000000000005,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_295.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_296.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"21.682509806286653,-54.763768474298516\" to=\"37.13385640167956,-67.54623404016498\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_296.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_297.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_298\" type=\"rotate\" from=\"-489.6000000000005,0,0\" to=\"-475.2000000000005,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_297.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_298.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"37.13385640167956,-67.54623404016498\" to=\"55.27864045000331,-76.08452130361646\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_298.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_299.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_300\" type=\"rotate\" from=\"-475.2000000000005,0,0\" to=\"-460.8000000000005,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_299.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_300.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"55.27864045000331,-76.08452130361646\" to=\"74.97675843765396,-79.84213827426635\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_300.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_301.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_302\" type=\"rotate\" from=\"-460.8000000000005,0,0\" to=\"-446.40000000000055,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_301.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_302.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"74.97675843765396,-79.84213827426635\" to=\"94.99050516685702,-78.58298005830018\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_302.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_303.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_304\" type=\"rotate\" from=\"-446.40000000000055,0,0\" to=\"-432.00000000000057,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_303.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_304.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"94.99050516685702,-78.58298005830018\" to=\"114.062343325205,-72.3861641972871\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_304.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_305.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_306\" type=\"rotate\" from=\"-432.00000000000057,0,0\" to=\"-417.6000000000006,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_305.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_306.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"114.062343325205,-72.3861641972871\" to=\"130.99391917989465,-61.64105942206909\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_306.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_307.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_308\" type=\"rotate\" from=\"-417.6000000000006,0,0\" to=\"-403.2000000000006,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_307.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_308.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"130.99391917989465,-61.64105942206909\" to=\"144.72135954999564,-47.02282018340414\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_308.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_309.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_310\" type=\"rotate\" from=\"-403.2000000000006,0,0\" to=\"-388.80000000000064,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_309.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_310.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"144.72135954999564,-47.02282018340414\" to=\"154.38211887106038,-29.449964214780763\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_310.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_311.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_312\" type=\"rotate\" from=\"-388.80000000000064,0,0\" to=\"-374.40000000000066,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_311.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_312.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"154.38211887106038,-29.449964214780763\" to=\"159.369176105159,-10.026658685150991\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_312.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_313.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_314\" type=\"rotate\" from=\"-374.40000000000066,0,0\" to=\"-360.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_313.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_314.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"159.369176105159,-10.026658685150991\" to=\"159.3691761051595,10.02665868513769\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_314.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_315.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_316\" type=\"rotate\" from=\"-360.0000000000007,0,0\" to=\"-345.6000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_315.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_316.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"159.3691761051595,10.02665868513769\" to=\"154.3821188710619,29.449964214767714\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_316.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_317.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_318\" type=\"rotate\" from=\"-345.6000000000007,0,0\" to=\"-331.2000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_317.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_318.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"154.3821188710619,29.449964214767714\" to=\"144.72135954999803,47.02282018339158\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_318.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_319.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_320\" type=\"rotate\" from=\"-331.2000000000007,0,0\" to=\"-316.80000000000075,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_319.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_320.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"144.72135954999803,47.02282018339158\" to=\"130.99391917989777,61.64105942205722\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_320.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_321.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_322\" type=\"rotate\" from=\"-316.80000000000075,0,0\" to=\"-302.4000000000008,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_321.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_322.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"130.99391917989777,61.64105942205722\" to=\"114.06234332520867,72.38616419727607\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_322.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_323.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_324\" type=\"rotate\" from=\"-302.4000000000008,0,0\" to=\"-288.0000000000008,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_323.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_324.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"114.06234332520867,72.38616419727607\" to=\"94.99050516686098,78.58298005829009\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_324.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_325.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_326\" type=\"rotate\" from=\"-288.0000000000008,0,0\" to=\"-273.6000000000008,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_325.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_326.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"94.99050516686098,78.58298005829009\" to=\"74.97675843765798,79.84213827425722\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_326.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_327.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_328\" type=\"rotate\" from=\"-273.6000000000008,0,0\" to=\"-259.20000000000084,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_327.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_328.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"74.97675843765798,79.84213827425722\" to=\"55.27864045000716,76.08452130360827\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_328.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_329.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_330\" type=\"rotate\" from=\"-259.20000000000084,0,0\" to=\"-244.80000000000084,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_329.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_330.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"55.27864045000716,76.08452130360827\" to=\"37.133856401683005,67.54623404015764\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_330.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_331.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_332\" type=\"rotate\" from=\"-244.80000000000084,0,0\" to=\"-230.40000000000083,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_331.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_332.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"37.133856401683005,67.54623404015764\" to=\"21.682509806289495,54.76376847429191\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_332.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_333.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_334\" type=\"rotate\" from=\"-230.40000000000083,0,0\" to=\"-216.00000000000082,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_333.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_334.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"21.682509806289495,54.76376847429191\" to=\"9.895465596492928,38.54029392813433\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_334.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_335.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_336\" type=\"rotate\" from=\"-216.00000000000082,0,0\" to=\"-201.60000000000082,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_335.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_336.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"9.895465596492928,38.54029392813433\" to=\"2.5133471097110647,19.895190973185674\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_336.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_337.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_338\" type=\"rotate\" from=\"-201.60000000000082,0,0\" to=\"-187.2000000000008,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_337.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_338.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"2.5133471097110647,19.895190973185674\" to=\"1.0653700144303002e-12,-2.6503244043851737e-12\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_338.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_339.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_340\" type=\"rotate\" from=\"-187.2000000000008,0,0\" to=\"-172.8000000000008,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_339.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_340.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_341\" type=\"rotate\" from=\"-172.8000000000008,0,0\" to=\"-180.0000000000008,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_340.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform></polygon></g></svg>"},"metadata":{}}]},{"metadata":{},"cell_type":"markdown","source":"## Fleur\n\nDessinons des cercles dans une boucle, et tournons chaque fois.\n\n"},{"metadata":{},"cell_type":"markdown","source":"<h3 style=\"color:teal;background-color:azure;\" > <i class=\"fa fa-pencil\" aria-hidden=\"true\"> </i> Exercice 1 </h3>Modifiez le nombre de répétitions et l'angle de rotation.\n\n"},{"metadata":{"trusted":false},"cell_type":"code","source":"from turtle import *\n\nfor _ in range(6):\n circle(50)\n left(60)\n\ndone()\n","execution_count":null,"outputs":[]},{"metadata":{},"cell_type":"markdown","source":"## Arc de cercle\n\nCette fonction peut avoir un deuxième paramètre sous la forme `circle(r, angle)`,\noù `angle` représente l'angle de l'arc de cercle dessiné.\nPar défaut, l'angle est de 360°, donc un cercle entier.\n\nVoici un exemple qui utilise deux demi-cercles de 180°.\n\n"},{"metadata":{},"cell_type":"markdown","source":"<h3 style=\"color:teal;background-color:azure;\" > <i class=\"fa fa-pencil\" aria-hidden=\"true\"> </i> Exercice 2 </h3>\n\nDessinez un bonhomme de neige et utilisez `dot()` pour les yeux.\n\n"},{"metadata":{"trusted":true},"cell_type":"code","source":"from turtle import *\n\nforward(100)\ncircle(40, 180)\nforward(50)\ncircle(-30)\nforward(50)\ncircle(40, 180)\n\ndone()\n","execution_count":2,"outputs":[{"output_type":"display_data","data":{"image/svg+xml":"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"50%\" height=\"auto\" preserveaspectratio=\"xMidYMid meet\" viewbox=\"0 0 640 480\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_0\" attributename=\"opacity\" attributetype=\"CSS\" from=\"1\" to=\"1\" begin=\"0s\" dur=\"1ms\" fill=\"freeze\"></animate><g transform=\"translate(320 240)\"></g><g transform=\"translate(320 240)\"><line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_2\" attributename=\"x2\" attributetype=\"XML\" from=\"0\" to=\"0\" dur=\"1ms\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_1.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_1.end\" from=\"0\" to=\"0\" dur=\"1ms\" fill=\"freeze\"></animate></line><line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_5\" attributename=\"x2\" attributetype=\"XML\" from=\"0\" to=\"100\" dur=\" 0.535s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_4.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_4.end\" from=\"0\" to=\"0\" dur=\" 0.535s\" fill=\"freeze\"></animate></line><line x1=\"100\" y1=\"0\" x2=\"100\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_7\" attributename=\"x2\" attributetype=\"XML\" from=\"100\" to=\"113.68080573302674\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_6.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_6.end\" from=\"0\" to=\"-2.412295168563664\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"113.68080573302674\" y1=\"-2.412295168563664\" x2=\"113.68080573302674\" y2=\"-2.412295168563664\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_9\" attributename=\"x2\" attributetype=\"XML\" from=\"113.68080573302674\" to=\"125.71150438746157\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_8.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_8.end\" from=\"-2.412295168563664\" to=\"-9.358222275240877\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"125.71150438746157\" y1=\"-9.358222275240877\" x2=\"125.71150438746157\" y2=\"-9.358222275240877\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_11\" attributename=\"x2\" attributetype=\"XML\" from=\"125.71150438746157\" to=\"134.64101615137756\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_10.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_10.end\" from=\"-9.358222275240877\" to=\"-19.999999999999996\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"134.64101615137756\" y1=\"-19.999999999999996\" x2=\"134.64101615137756\" y2=\"-19.999999999999996\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_13\" attributename=\"x2\" attributetype=\"XML\" from=\"134.64101615137756\" to=\"139.39231012048833\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_12.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_12.end\" from=\"-19.999999999999996\" to=\"-33.05407289332278\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"139.39231012048833\" y1=\"-33.05407289332278\" x2=\"139.39231012048833\" y2=\"-33.05407289332278\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_15\" attributename=\"x2\" attributetype=\"XML\" from=\"139.39231012048833\" to=\"139.39231012048833\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_14.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_14.end\" from=\"-33.05407289332278\" to=\"-46.94592710667721\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"139.39231012048833\" y1=\"-46.94592710667721\" x2=\"139.39231012048833\" y2=\"-46.94592710667721\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_17\" attributename=\"x2\" attributetype=\"XML\" from=\"139.39231012048833\" to=\"134.64101615137756\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_16.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_16.end\" from=\"-46.94592710667721\" to=\"-59.99999999999999\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"134.64101615137756\" y1=\"-59.99999999999999\" x2=\"134.64101615137756\" y2=\"-59.99999999999999\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_19\" attributename=\"x2\" attributetype=\"XML\" from=\"134.64101615137756\" to=\"125.71150438746159\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_18.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_18.end\" from=\"-59.99999999999999\" to=\"-70.64177772475911\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"125.71150438746159\" y1=\"-70.64177772475911\" x2=\"125.71150438746159\" y2=\"-70.64177772475911\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_21\" attributename=\"x2\" attributetype=\"XML\" from=\"125.71150438746159\" to=\"113.68080573302676\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_20.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_20.end\" from=\"-70.64177772475911\" to=\"-77.58770483143633\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"113.68080573302676\" y1=\"-77.58770483143633\" x2=\"113.68080573302676\" y2=\"-77.58770483143633\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_23\" attributename=\"x2\" attributetype=\"XML\" from=\"113.68080573302676\" to=\"100.00000000000001\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_22.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_22.end\" from=\"-77.58770483143633\" to=\"-79.99999999999999\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"100.00000000000001\" y1=\"-79.99999999999999\" x2=\"100.00000000000001\" y2=\"-79.99999999999999\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_26\" attributename=\"x2\" attributetype=\"XML\" from=\"100.00000000000001\" to=\"50.000000000000014\" dur=\" 0.268s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_25.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_25.end\" from=\"-79.99999999999999\" to=\"-79.99999999999999\" dur=\" 0.268s\" fill=\"freeze\"></animate></line><line x1=\"50.000000000000014\" y1=\"-79.99999999999999\" x2=\"50.000000000000014\" y2=\"-79.99999999999999\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_28\" attributename=\"x2\" attributetype=\"XML\" from=\"50.000000000000014\" to=\"39.16275001438542\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_27.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_27.end\" from=\"-79.99999999999999\" to=\"-82.02583311786931\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"39.16275001438542\" y1=\"-82.02583311786931\" x2=\"39.16275001438542\" y2=\"-82.02583311786931\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_30\" attributename=\"x2\" attributetype=\"XML\" from=\"39.16275001438542\" to=\"29.789130690603297\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_29.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_29.end\" from=\"-82.02583311786931\" to=\"-87.82973248338021\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"29.789130690603297\" y1=\"-87.82973248338021\" x2=\"29.789130690603297\" y2=\"-87.82973248338021\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_32\" attributename=\"x2\" attributetype=\"XML\" from=\"29.789130690603297\" to=\"23.145101259348145\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_31.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_31.end\" from=\"-87.82973248338021\" to=\"-96.62784932670384\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"23.145101259348145\" y1=\"-96.62784932670384\" x2=\"23.145101259348145\" y2=\"-96.62784932670384\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_34\" attributename=\"x2\" attributetype=\"XML\" from=\"23.145101259348145\" to=\"20.12797471114898\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_33.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_33.end\" from=\"-96.62784932670384\" to=\"-107.23194921610093\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"20.12797471114898\" y1=\"-107.23194921610093\" x2=\"20.12797471114898\" y2=\"-107.23194921610093\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_36\" attributename=\"x2\" attributetype=\"XML\" from=\"20.12797471114898\" to=\"21.145230704815443\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_35.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_35.end\" from=\"-107.23194921610093\" to=\"-118.20988970216247\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"21.145230704815443\" y1=\"-118.20988970216247\" x2=\"21.145230704815443\" y2=\"-118.20988970216247\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_38\" attributename=\"x2\" attributetype=\"XML\" from=\"21.145230704815443\" to=\"26.05948318159283\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_37.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_37.end\" from=\"-118.20988970216247\" to=\"-128.07903909137767\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"26.05948318159283\" y1=\"-128.07903909137767\" x2=\"26.05948318159283\" y2=\"-128.07903909137767\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_40\" attributename=\"x2\" attributetype=\"XML\" from=\"26.05948318159283\" to=\"34.20703511367934\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_39.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_39.end\" from=\"-128.07903909137767\" to=\"-135.5065140718884\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"34.20703511367934\" y1=\"-135.5065140718884\" x2=\"34.20703511367934\" y2=\"-135.5065140718884\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_42\" attributename=\"x2\" attributetype=\"XML\" from=\"34.20703511367934\" to=\"44.487514465502905\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_41.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_41.end\" from=\"-135.5065140718884\" to=\"-139.48919299051704\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"44.487514465502905\" y1=\"-139.48919299051704\" x2=\"44.487514465502905\" y2=\"-139.48919299051704\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_44\" attributename=\"x2\" attributetype=\"XML\" from=\"44.487514465502905\" to=\"55.512485534497124\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_43.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_43.end\" from=\"-139.48919299051704\" to=\"-139.48919299051704\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"55.512485534497124\" y1=\"-139.48919299051704\" x2=\"55.512485534497124\" y2=\"-139.48919299051704\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_46\" attributename=\"x2\" attributetype=\"XML\" from=\"55.512485534497124\" to=\"65.79296488632069\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_45.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_45.end\" from=\"-139.48919299051704\" to=\"-135.5065140718884\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"65.79296488632069\" y1=\"-135.5065140718884\" x2=\"65.79296488632069\" y2=\"-135.5065140718884\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_48\" attributename=\"x2\" attributetype=\"XML\" from=\"65.79296488632069\" to=\"73.9405168184072\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_47.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_47.end\" from=\"-135.5065140718884\" to=\"-128.07903909137767\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"73.9405168184072\" y1=\"-128.07903909137767\" x2=\"73.9405168184072\" y2=\"-128.07903909137767\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_50\" attributename=\"x2\" attributetype=\"XML\" from=\"73.9405168184072\" to=\"78.8547692951846\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_49.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_49.end\" from=\"-128.07903909137767\" to=\"-118.20988970216246\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"78.8547692951846\" y1=\"-118.20988970216246\" x2=\"78.8547692951846\" y2=\"-118.20988970216246\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_52\" attributename=\"x2\" attributetype=\"XML\" from=\"78.8547692951846\" to=\"79.87202528885106\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_51.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_51.end\" from=\"-118.20988970216246\" to=\"-107.23194921610092\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"79.87202528885106\" y1=\"-107.23194921610092\" x2=\"79.87202528885106\" y2=\"-107.23194921610092\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_54\" attributename=\"x2\" attributetype=\"XML\" from=\"79.87202528885106\" to=\"76.8548987406519\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_53.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_53.end\" from=\"-107.23194921610092\" to=\"-96.62784932670382\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"76.8548987406519\" y1=\"-96.62784932670382\" x2=\"76.8548987406519\" y2=\"-96.62784932670382\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_56\" attributename=\"x2\" attributetype=\"XML\" from=\"76.8548987406519\" to=\"70.21086930939676\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_55.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_55.end\" from=\"-96.62784932670382\" to=\"-87.8297324833802\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"70.21086930939676\" y1=\"-87.8297324833802\" x2=\"70.21086930939676\" y2=\"-87.8297324833802\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_58\" attributename=\"x2\" attributetype=\"XML\" from=\"70.21086930939676\" to=\"60.83724998561463\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_57.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_57.end\" from=\"-87.8297324833802\" to=\"-82.0258331178693\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"60.83724998561463\" y1=\"-82.0258331178693\" x2=\"60.83724998561463\" y2=\"-82.0258331178693\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_60\" attributename=\"x2\" attributetype=\"XML\" from=\"60.83724998561463\" to=\"50.00000000000004\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_59.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_59.end\" from=\"-82.0258331178693\" to=\"-79.99999999999997\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"50.00000000000004\" y1=\"-79.99999999999997\" x2=\"50.00000000000004\" y2=\"-79.99999999999997\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_63\" attributename=\"x2\" attributetype=\"XML\" from=\"50.00000000000004\" to=\"4.263256414560601e-14\" dur=\" 0.268s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_62.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_62.end\" from=\"-79.99999999999997\" to=\"-79.99999999999997\" dur=\" 0.268s\" fill=\"freeze\"></animate></line><line x1=\"4.263256414560601e-14\" y1=\"-79.99999999999997\" x2=\"4.263256414560601e-14\" y2=\"-79.99999999999997\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_65\" attributename=\"x2\" attributetype=\"XML\" from=\"4.263256414560601e-14\" to=\"-13.680805733026704\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_64.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_64.end\" from=\"-79.99999999999997\" to=\"-77.58770483143631\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-13.680805733026704\" y1=\"-77.58770483143631\" x2=\"-13.680805733026704\" y2=\"-77.58770483143631\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_67\" attributename=\"x2\" attributetype=\"XML\" from=\"-13.680805733026704\" to=\"-25.711504387461527\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_66.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_66.end\" from=\"-77.58770483143631\" to=\"-70.6417777247591\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-25.711504387461527\" y1=\"-70.6417777247591\" x2=\"-25.711504387461527\" y2=\"-70.6417777247591\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_69\" attributename=\"x2\" attributetype=\"XML\" from=\"-25.711504387461527\" to=\"-34.6410161513775\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_68.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_68.end\" from=\"-70.6417777247591\" to=\"-59.99999999999997\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-34.6410161513775\" y1=\"-59.99999999999997\" x2=\"-34.6410161513775\" y2=\"-59.99999999999997\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_71\" attributename=\"x2\" attributetype=\"XML\" from=\"-34.6410161513775\" to=\"-39.392310120488276\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_70.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_70.end\" from=\"-59.99999999999997\" to=\"-46.94592710667719\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-39.392310120488276\" y1=\"-46.94592710667719\" x2=\"-39.392310120488276\" y2=\"-46.94592710667719\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_73\" attributename=\"x2\" attributetype=\"XML\" from=\"-39.392310120488276\" to=\"-39.392310120488276\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_72.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_72.end\" from=\"-46.94592710667719\" to=\"-33.05407289332276\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-39.392310120488276\" y1=\"-33.05407289332276\" x2=\"-39.392310120488276\" y2=\"-33.05407289332276\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_75\" attributename=\"x2\" attributetype=\"XML\" from=\"-39.392310120488276\" to=\"-34.6410161513775\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_74.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_74.end\" from=\"-33.05407289332276\" to=\"-19.99999999999998\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-34.6410161513775\" y1=\"-19.99999999999998\" x2=\"-34.6410161513775\" y2=\"-19.99999999999998\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_77\" attributename=\"x2\" attributetype=\"XML\" from=\"-34.6410161513775\" to=\"-25.711504387461527\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_76.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_76.end\" from=\"-19.99999999999998\" to=\"-9.358222275240859\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-25.711504387461527\" y1=\"-9.358222275240859\" x2=\"-25.711504387461527\" y2=\"-9.358222275240859\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_79\" attributename=\"x2\" attributetype=\"XML\" from=\"-25.711504387461527\" to=\"-13.680805733026704\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_78.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_78.end\" from=\"-9.358222275240859\" to=\"-2.412295168563647\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-13.680805733026704\" y1=\"-2.412295168563647\" x2=\"-13.680805733026704\" y2=\"-2.412295168563647\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_81\" attributename=\"x2\" attributetype=\"XML\" from=\"-13.680805733026704\" to=\"4.263256414560601e-14\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_80.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_80.end\" from=\"-2.412295168563647\" to=\"1.7319479184152442e-14\" dur=\" 0.074s\" fill=\"freeze\"></animate></line></g><g transform=\"translate(320 240)\"></g><g transform=\"translate(320 240)\"><polygon points=\"0,16 -2,14 -1,10 -4,7 -7,9 -9,8 -6,5 -7,1 -5,-3 -8,-6 -6,-8 -4,-5 0,-7 4,-5 6,-8 8,-6 5,-3 7,1 6,5 9,8 7,9 4,7 1,10 2,14\" stroke=\"black\" fill=\"black\" stroke-width=\"1\" opacity=\"0\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_1\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_0.end\" dur=\"1ms\" fill=\"freeze\" attributename=\"opacity\" attributetype=\"XML\" from=\"0\" to=\"1\"></animate><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_2.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_3\" type=\"rotate\" from=\"0,0,0\" to=\"0.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_2.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_3.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_4\" type=\"rotate\" from=\"-90.0,0,0\" to=\"-90.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_3.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_4.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"0.0,-0.0\" to=\"100.0,-0.0\" dur=\" 0.535s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_4.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_5.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_6\" type=\"rotate\" from=\"-90.0,0,0\" to=\"-100.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_5.end\" dur=\" 0.009s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_6.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"100.0,-0.0\" to=\"113.68080573302674,-2.412295168563664\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_6.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_7.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_8\" type=\"rotate\" from=\"-100.0,0,0\" to=\"-120.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_7.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_8.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"113.68080573302674,-2.412295168563664\" to=\"125.71150438746157,-9.358222275240877\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_8.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_9.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_10\" type=\"rotate\" from=\"-120.0,0,0\" to=\"-140.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_9.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_10.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"125.71150438746157,-9.358222275240877\" to=\"134.64101615137756,-19.999999999999996\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_10.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_11.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_12\" type=\"rotate\" from=\"-140.0,0,0\" to=\"-160.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_11.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_12.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"134.64101615137756,-19.999999999999996\" to=\"139.39231012048833,-33.05407289332278\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_12.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_13.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_14\" type=\"rotate\" from=\"-160.0,0,0\" to=\"-180.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_13.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_14.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"139.39231012048833,-33.05407289332278\" to=\"139.39231012048833,-46.94592710667721\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_14.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_15.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_16\" type=\"rotate\" from=\"-180.0,0,0\" to=\"-200.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_15.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_16.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"139.39231012048833,-46.94592710667721\" to=\"134.64101615137756,-59.99999999999999\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_16.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_17.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_18\" type=\"rotate\" from=\"-200.0,0,0\" to=\"-220.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_17.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_18.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"134.64101615137756,-59.99999999999999\" to=\"125.71150438746159,-70.64177772475911\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_18.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_19.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_20\" type=\"rotate\" from=\"-220.0,0,0\" to=\"-240.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_19.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_20.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"125.71150438746159,-70.64177772475911\" to=\"113.68080573302676,-77.58770483143633\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_20.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_21.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_22\" type=\"rotate\" from=\"-240.0,0,0\" to=\"-260.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_21.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_22.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"113.68080573302676,-77.58770483143633\" to=\"100.00000000000001,-79.99999999999999\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_22.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_23.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_24\" type=\"rotate\" from=\"-260.0,0,0\" to=\"-280.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_23.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_24.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_25\" type=\"rotate\" from=\"-280.0,0,0\" to=\"-270.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_24.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_25.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"100.00000000000001,-79.99999999999999\" to=\"50.000000000000014,-79.99999999999999\" dur=\" 0.268s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_25.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_26.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_27\" type=\"rotate\" from=\"-270.0,0,0\" to=\"-259.4117647058824,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_26.end\" dur=\" 0.010s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_27.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"50.000000000000014,-79.99999999999999\" to=\"39.16275001438542,-82.02583311786931\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_27.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_28.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_29\" type=\"rotate\" from=\"-259.4117647058824,0,0\" to=\"-238.23529411764707,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_28.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_29.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"39.16275001438542,-82.02583311786931\" to=\"29.789130690603297,-87.82973248338021\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_29.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_30.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_31\" type=\"rotate\" from=\"-238.23529411764707,0,0\" to=\"-217.05882352941177,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_30.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_31.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"29.789130690603297,-87.82973248338021\" to=\"23.145101259348145,-96.62784932670384\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_31.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_32.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_33\" type=\"rotate\" from=\"-217.05882352941177,0,0\" to=\"-195.88235294117646,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_32.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_33.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"23.145101259348145,-96.62784932670384\" to=\"20.12797471114898,-107.23194921610093\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_33.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_34.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_35\" type=\"rotate\" from=\"-195.88235294117646,0,0\" to=\"-174.70588235294116,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_34.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_35.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"20.12797471114898,-107.23194921610093\" to=\"21.145230704815443,-118.20988970216247\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_35.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_36.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_37\" type=\"rotate\" from=\"-174.70588235294116,0,0\" to=\"-153.52941176470586,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_36.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_37.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"21.145230704815443,-118.20988970216247\" to=\"26.05948318159283,-128.07903909137767\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_37.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_38.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_39\" type=\"rotate\" from=\"-153.52941176470586,0,0\" to=\"-132.35294117647055,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_38.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_39.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"26.05948318159283,-128.07903909137767\" to=\"34.20703511367934,-135.5065140718884\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_39.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_40.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_41\" type=\"rotate\" from=\"-132.35294117647055,0,0\" to=\"-111.17647058823526,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_40.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_41.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"34.20703511367934,-135.5065140718884\" to=\"44.487514465502905,-139.48919299051704\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_41.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_42.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_43\" type=\"rotate\" from=\"-111.17647058823526,0,0\" to=\"-89.99999999999997,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_42.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_43.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"44.487514465502905,-139.48919299051704\" to=\"55.512485534497124,-139.48919299051704\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_43.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_44.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_45\" type=\"rotate\" from=\"-89.99999999999997,0,0\" to=\"-68.82352941176468,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_44.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_45.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"55.512485534497124,-139.48919299051704\" to=\"65.79296488632069,-135.5065140718884\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_45.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_46.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_47\" type=\"rotate\" from=\"-68.82352941176468,0,0\" to=\"-47.64705882352939,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_46.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_47.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"65.79296488632069,-135.5065140718884\" to=\"73.9405168184072,-128.07903909137767\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_47.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_48.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_49\" type=\"rotate\" from=\"-47.64705882352939,0,0\" to=\"-26.470588235294098,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_48.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_49.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"73.9405168184072,-128.07903909137767\" to=\"78.8547692951846,-118.20988970216246\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_49.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_50.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_51\" type=\"rotate\" from=\"-26.470588235294098,0,0\" to=\"-5.294117647058805,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_50.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_51.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"78.8547692951846,-118.20988970216246\" to=\"79.87202528885106,-107.23194921610092\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_51.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_52.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_53\" type=\"rotate\" from=\"-5.294117647058805,0,0\" to=\"15.882352941176489,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_52.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_53.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"79.87202528885106,-107.23194921610092\" to=\"76.8548987406519,-96.62784932670382\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_53.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_54.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_55\" type=\"rotate\" from=\"15.882352941176489,0,0\" to=\"37.05882352941178,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_54.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_55.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"76.8548987406519,-96.62784932670382\" to=\"70.21086930939676,-87.8297324833802\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_55.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_56.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_57\" type=\"rotate\" from=\"37.05882352941178,0,0\" to=\"58.23529411764707,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_56.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_57.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"70.21086930939676,-87.8297324833802\" to=\"60.83724998561463,-82.0258331178693\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_57.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_58.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_59\" type=\"rotate\" from=\"58.23529411764707,0,0\" to=\"79.41176470588236,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_58.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_59.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"60.83724998561463,-82.0258331178693\" to=\"50.00000000000004,-79.99999999999997\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_59.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_60.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_61\" type=\"rotate\" from=\"79.41176470588236,0,0\" to=\"100.58823529411765,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_60.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_61.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_62\" type=\"rotate\" from=\"100.58823529411765,0,0\" to=\"90.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_61.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_62.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"50.00000000000004,-79.99999999999997\" to=\"4.263256414560601e-14,-79.99999999999997\" dur=\" 0.268s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_62.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_63.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_64\" type=\"rotate\" from=\"90.0,0,0\" to=\"80.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_63.end\" dur=\" 0.009s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_64.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"4.263256414560601e-14,-79.99999999999997\" to=\"-13.680805733026704,-77.58770483143631\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_64.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_65.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_66\" type=\"rotate\" from=\"80.0,0,0\" to=\"60.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_65.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_66.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-13.680805733026704,-77.58770483143631\" to=\"-25.711504387461527,-70.6417777247591\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_66.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_67.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_68\" type=\"rotate\" from=\"60.0,0,0\" to=\"40.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_67.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_68.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-25.711504387461527,-70.6417777247591\" to=\"-34.6410161513775,-59.99999999999997\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_68.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_69.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_70\" type=\"rotate\" from=\"40.0,0,0\" to=\"20.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_69.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_70.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-34.6410161513775,-59.99999999999997\" to=\"-39.392310120488276,-46.94592710667719\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_70.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_71.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_72\" type=\"rotate\" from=\"20.0,0,0\" to=\"0.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_71.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_72.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-39.392310120488276,-46.94592710667719\" to=\"-39.392310120488276,-33.05407289332276\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_72.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_73.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_74\" type=\"rotate\" from=\"0.0,0,0\" to=\"-20.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_73.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_74.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-39.392310120488276,-33.05407289332276\" to=\"-34.6410161513775,-19.99999999999998\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_74.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_75.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_76\" type=\"rotate\" from=\"-20.0,0,0\" to=\"-40.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_75.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_76.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-34.6410161513775,-19.99999999999998\" to=\"-25.711504387461527,-9.358222275240859\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_76.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_77.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_78\" type=\"rotate\" from=\"-40.0,0,0\" to=\"-60.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_77.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_78.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-25.711504387461527,-9.358222275240859\" to=\"-13.680805733026704,-2.412295168563647\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_78.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_79.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_80\" type=\"rotate\" from=\"-60.0,0,0\" to=\"-80.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_79.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_80.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-13.680805733026704,-2.412295168563647\" to=\"4.263256414560601e-14,1.7319479184152442e-14\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_80.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_81.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_82\" type=\"rotate\" from=\"-80.0,0,0\" to=\"-100.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_81.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_82.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_83\" type=\"rotate\" from=\"-100.0,0,0\" to=\"-90.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_82.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform></polygon></g></svg>"},"metadata":{}}]},{"metadata":{},"cell_type":"markdown","source":"## Carré arrondi\n\nAvec la fonction `circle()`, il est maintenant possible de dessiner un carré dont les coins sont arrondis.\n\n"},{"metadata":{},"cell_type":"markdown","source":"<h3 style=\"color:teal;background-color:azure;\" > <i class=\"fa fa-pencil\" aria-hidden=\"true\"> </i> Exercice 3 </h3>Dessinez maintenant un rectangle avec des coins arrondis.\n\n"},{"metadata":{"trusted":true},"cell_type":"code","source":"from turtle import *\n\nfor _ in range(4):\n forward(100)\n circle(20, 90)\n\ndone()\n","execution_count":3,"outputs":[{"output_type":"display_data","data":{"image/svg+xml":"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"50%\" height=\"auto\" preserveaspectratio=\"xMidYMid meet\" viewbox=\"0 0 640 480\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_0\" attributename=\"opacity\" attributetype=\"CSS\" from=\"1\" to=\"1\" begin=\"0s\" dur=\"1ms\" fill=\"freeze\"></animate><g transform=\"translate(320 240)\"></g><g transform=\"translate(320 240)\"><line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_2\" attributename=\"x2\" attributetype=\"XML\" from=\"0\" to=\"0\" dur=\"1ms\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_1.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_1.end\" from=\"0\" to=\"0\" dur=\"1ms\" fill=\"freeze\"></animate></line><line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_5\" attributename=\"x2\" attributetype=\"XML\" from=\"0\" to=\"100\" dur=\" 0.535s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_4.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_4.end\" from=\"0\" to=\"0\" dur=\" 0.535s\" fill=\"freeze\"></animate></line><line x1=\"100\" y1=\"0\" x2=\"100\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_7\" attributename=\"x2\" attributetype=\"XML\" from=\"100\" to=\"107.6536686473018\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_6.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_6.end\" from=\"0\" to=\"-1.5224093497742646\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"107.6536686473018\" y1=\"-1.5224093497742646\" x2=\"107.6536686473018\" y2=\"-1.5224093497742646\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_9\" attributename=\"x2\" attributetype=\"XML\" from=\"107.6536686473018\" to=\"114.14213562373095\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_8.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_8.end\" from=\"-1.5224093497742646\" to=\"-5.857864376269048\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"114.14213562373095\" y1=\"-5.857864376269048\" x2=\"114.14213562373095\" y2=\"-5.857864376269048\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_11\" attributename=\"x2\" attributetype=\"XML\" from=\"114.14213562373095\" to=\"118.47759065022574\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_10.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_10.end\" from=\"-5.857864376269048\" to=\"-12.346331352698202\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"118.47759065022574\" y1=\"-12.346331352698202\" x2=\"118.47759065022574\" y2=\"-12.346331352698202\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_13\" attributename=\"x2\" attributetype=\"XML\" from=\"118.47759065022574\" to=\"120\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_12.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_12.end\" from=\"-12.346331352698202\" to=\"-19.999999999999996\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"120\" y1=\"-19.999999999999996\" x2=\"120\" y2=\"-19.999999999999996\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_16\" attributename=\"x2\" attributetype=\"XML\" from=\"120\" to=\"120\" dur=\" 0.535s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_15.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_15.end\" from=\"-19.999999999999996\" to=\"-120\" dur=\" 0.535s\" fill=\"freeze\"></animate></line><line x1=\"120\" y1=\"-120\" x2=\"120\" y2=\"-120\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_18\" attributename=\"x2\" attributetype=\"XML\" from=\"120\" to=\"118.47759065022574\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_17.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_17.end\" from=\"-120\" to=\"-127.6536686473018\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"118.47759065022574\" y1=\"-127.6536686473018\" x2=\"118.47759065022574\" y2=\"-127.6536686473018\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_20\" attributename=\"x2\" attributetype=\"XML\" from=\"118.47759065022574\" to=\"114.14213562373095\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_19.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_19.end\" from=\"-127.6536686473018\" to=\"-134.14213562373095\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"114.14213562373095\" y1=\"-134.14213562373095\" x2=\"114.14213562373095\" y2=\"-134.14213562373095\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_22\" attributename=\"x2\" attributetype=\"XML\" from=\"114.14213562373095\" to=\"107.6536686473018\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_21.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_21.end\" from=\"-134.14213562373095\" to=\"-138.47759065022572\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"107.6536686473018\" y1=\"-138.47759065022572\" x2=\"107.6536686473018\" y2=\"-138.47759065022572\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_24\" attributename=\"x2\" attributetype=\"XML\" from=\"107.6536686473018\" to=\"100\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_23.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_23.end\" from=\"-138.47759065022572\" to=\"-139.99999999999997\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"100\" y1=\"-139.99999999999997\" x2=\"100\" y2=\"-139.99999999999997\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_27\" attributename=\"x2\" attributetype=\"XML\" from=\"100\" to=\"0\" dur=\" 0.535s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_26.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_26.end\" from=\"-139.99999999999997\" to=\"-139.99999999999997\" dur=\" 0.535s\" fill=\"freeze\"></animate></line><line x1=\"0\" y1=\"-139.99999999999997\" x2=\"0\" y2=\"-139.99999999999997\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_29\" attributename=\"x2\" attributetype=\"XML\" from=\"0\" to=\"-7.653668647301794\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_28.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_28.end\" from=\"-139.99999999999997\" to=\"-138.4775906502257\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"-7.653668647301794\" y1=\"-138.4775906502257\" x2=\"-7.653668647301794\" y2=\"-138.4775906502257\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_31\" attributename=\"x2\" attributetype=\"XML\" from=\"-7.653668647301794\" to=\"-14.142135623730947\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_30.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_30.end\" from=\"-138.4775906502257\" to=\"-134.1421356237309\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"-14.142135623730947\" y1=\"-134.1421356237309\" x2=\"-14.142135623730947\" y2=\"-134.1421356237309\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_33\" attributename=\"x2\" attributetype=\"XML\" from=\"-14.142135623730947\" to=\"-18.477590650225732\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_32.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_32.end\" from=\"-134.1421356237309\" to=\"-127.65366864730174\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"-18.477590650225732\" y1=\"-127.65366864730174\" x2=\"-18.477590650225732\" y2=\"-127.65366864730174\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_35\" attributename=\"x2\" attributetype=\"XML\" from=\"-18.477590650225732\" to=\"-20\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_34.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_34.end\" from=\"-127.65366864730174\" to=\"-119.99999999999994\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"-20\" y1=\"-119.99999999999994\" x2=\"-20\" y2=\"-119.99999999999994\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_38\" attributename=\"x2\" attributetype=\"XML\" from=\"-20\" to=\"-20.000000000000018\" dur=\" 0.535s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_37.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_37.end\" from=\"-119.99999999999994\" to=\"-19.999999999999943\" dur=\" 0.535s\" fill=\"freeze\"></animate></line><line x1=\"-20.000000000000018\" y1=\"-19.999999999999943\" x2=\"-20.000000000000018\" y2=\"-19.999999999999943\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_40\" attributename=\"x2\" attributetype=\"XML\" from=\"-20.000000000000018\" to=\"-18.477590650225753\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_39.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_39.end\" from=\"-19.999999999999943\" to=\"-12.346331352698149\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"-18.477590650225753\" y1=\"-12.346331352698149\" x2=\"-18.477590650225753\" y2=\"-12.346331352698149\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_42\" attributename=\"x2\" attributetype=\"XML\" from=\"-18.477590650225753\" to=\"-14.142135623730972\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_41.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_41.end\" from=\"-12.346331352698149\" to=\"-5.857864376268993\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"-14.142135623730972\" y1=\"-5.857864376268993\" x2=\"-14.142135623730972\" y2=\"-5.857864376268993\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_44\" attributename=\"x2\" attributetype=\"XML\" from=\"-14.142135623730972\" to=\"-7.653668647301818\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_43.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_43.end\" from=\"-5.857864376268993\" to=\"-1.5224093497742093\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"-7.653668647301818\" y1=\"-1.5224093497742093\" x2=\"-7.653668647301818\" y2=\"-1.5224093497742093\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_46\" attributename=\"x2\" attributetype=\"XML\" from=\"-7.653668647301818\" to=\"-2.4868995751603507e-14\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_45.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_45.end\" from=\"-1.5224093497742093\" to=\"5.88418203051333e-14\" dur=\" 0.042s\" fill=\"freeze\"></animate></line></g><g transform=\"translate(320 240)\"></g><g transform=\"translate(320 240)\"><polygon points=\"0,16 -2,14 -1,10 -4,7 -7,9 -9,8 -6,5 -7,1 -5,-3 -8,-6 -6,-8 -4,-5 0,-7 4,-5 6,-8 8,-6 5,-3 7,1 6,5 9,8 7,9 4,7 1,10 2,14\" stroke=\"black\" fill=\"black\" stroke-width=\"1\" opacity=\"0\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_1\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_0.end\" dur=\"1ms\" fill=\"freeze\" attributename=\"opacity\" attributetype=\"XML\" from=\"0\" to=\"1\"></animate><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_2.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_3\" type=\"rotate\" from=\"0,0,0\" to=\"0.0,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_2.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_3.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_4\" type=\"rotate\" from=\"-90.0,0,0\" to=\"-90.0,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_3.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_4.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"0.0,-0.0\" to=\"100.0,-0.0\" dur=\" 0.535s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_4.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_5.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_6\" type=\"rotate\" from=\"-90.0,0,0\" to=\"-101.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_5.end\" dur=\" 0.010s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_6.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"100.0,-0.0\" to=\"107.6536686473018,-1.5224093497742646\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_6.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_7.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_8\" type=\"rotate\" from=\"-101.25,0,0\" to=\"-123.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_7.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_8.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"107.6536686473018,-1.5224093497742646\" to=\"114.14213562373095,-5.857864376269048\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_8.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_9.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_10\" type=\"rotate\" from=\"-123.75,0,0\" to=\"-146.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_9.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_10.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"114.14213562373095,-5.857864376269048\" to=\"118.47759065022574,-12.346331352698202\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_10.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_11.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_12\" type=\"rotate\" from=\"-146.25,0,0\" to=\"-168.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_11.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_12.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"118.47759065022574,-12.346331352698202\" to=\"120.0,-19.999999999999996\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_12.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_13.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_14\" type=\"rotate\" from=\"-168.75,0,0\" to=\"-191.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_13.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_14.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_15\" type=\"rotate\" from=\"-191.25,0,0\" to=\"-180.0,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_14.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_15.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"120.0,-19.999999999999996\" to=\"120.0,-120.0\" dur=\" 0.535s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_15.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_16.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_17\" type=\"rotate\" from=\"-180.0,0,0\" to=\"-191.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_16.end\" dur=\" 0.010s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_17.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"120.0,-120.0\" to=\"118.47759065022574,-127.6536686473018\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_17.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_18.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_19\" type=\"rotate\" from=\"-191.25,0,0\" to=\"-213.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_18.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_19.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"118.47759065022574,-127.6536686473018\" to=\"114.14213562373095,-134.14213562373095\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_19.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_20.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_21\" type=\"rotate\" from=\"-213.75,0,0\" to=\"-236.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_20.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_21.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"114.14213562373095,-134.14213562373095\" to=\"107.6536686473018,-138.47759065022572\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_21.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_22.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_23\" type=\"rotate\" from=\"-236.25,0,0\" to=\"-258.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_22.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_23.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"107.6536686473018,-138.47759065022572\" to=\"100.0,-139.99999999999997\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_23.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_24.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_25\" type=\"rotate\" from=\"-258.75,0,0\" to=\"-281.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_24.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_25.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_26\" type=\"rotate\" from=\"-281.25,0,0\" to=\"-270.0,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_25.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_26.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"100.0,-139.99999999999997\" to=\"0.0,-139.99999999999997\" dur=\" 0.535s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_26.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_27.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_28\" type=\"rotate\" from=\"-270.0,0,0\" to=\"-281.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_27.end\" dur=\" 0.010s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_28.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"0.0,-139.99999999999997\" to=\"-7.653668647301794,-138.4775906502257\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_28.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_29.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_30\" type=\"rotate\" from=\"-281.25,0,0\" to=\"-303.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_29.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_30.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-7.653668647301794,-138.4775906502257\" to=\"-14.142135623730947,-134.1421356237309\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_30.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_31.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_32\" type=\"rotate\" from=\"-303.75,0,0\" to=\"-326.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_31.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_32.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-14.142135623730947,-134.1421356237309\" to=\"-18.477590650225732,-127.65366864730174\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_32.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_33.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_34\" type=\"rotate\" from=\"-326.25,0,0\" to=\"-348.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_33.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_34.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-18.477590650225732,-127.65366864730174\" to=\"-20.0,-119.99999999999994\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_34.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_35.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_36\" type=\"rotate\" from=\"-348.75,0,0\" to=\"-371.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_35.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_36.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_37\" type=\"rotate\" from=\"-371.25,0,0\" to=\"-360.0,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_36.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_37.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-20.0,-119.99999999999994\" to=\"-20.000000000000018,-19.999999999999943\" dur=\" 0.535s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_37.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_38.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_39\" type=\"rotate\" from=\"-360.0,0,0\" to=\"-371.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_38.end\" dur=\" 0.010s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_39.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-20.000000000000018,-19.999999999999943\" to=\"-18.477590650225753,-12.346331352698149\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_39.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_40.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_41\" type=\"rotate\" from=\"-371.25,0,0\" to=\"-393.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_40.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_41.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-18.477590650225753,-12.346331352698149\" to=\"-14.142135623730972,-5.857864376268993\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_41.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_42.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_43\" type=\"rotate\" from=\"-393.75,0,0\" to=\"-416.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_42.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_43.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-14.142135623730972,-5.857864376268993\" to=\"-7.653668647301818,-1.5224093497742093\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_43.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_44.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_45\" type=\"rotate\" from=\"-416.25,0,0\" to=\"-438.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_44.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_45.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-7.653668647301818,-1.5224093497742093\" to=\"-2.4868995751603507e-14,5.88418203051333e-14\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_45.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_46.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_47\" type=\"rotate\" from=\"-438.75,0,0\" to=\"-461.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_46.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_47.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_48\" type=\"rotate\" from=\"-461.25,0,0\" to=\"-450.0,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_47.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform></polygon></g></svg>"},"metadata":{}}]},{"metadata":{},"cell_type":"markdown","source":"## Pac-Man\n\nPac-Man est un jeu vidéo créé par l’entreprise japonaise Namco, sorti au Japon en 1980. Le jeu consiste à déplacer Pac-Man, un personnage qui ressemble à un diagramme circulaire à l’intérieur d’un labyrinthe, afin de lui faire manger toutes les pac-gommes qui s’y trouvent en évitant d’être touchées par des fantômes.\n\n"},{"metadata":{},"cell_type":"markdown","source":"<h3 style=\"color:teal;background-color:azure;\" > <i class=\"fa fa-pencil\" aria-hidden=\"true\"> </i> Exercice 4 </h3>Ajoutez l'œil de Pac-Man, et les points qu'il mange.\n\n"},{"metadata":{"trusted":true},"cell_type":"code","source":"from turtle import *\n\nfillcolor('yellow')\nbegin_fill()\nleft(30)\nforward(100)\nleft(90)\ncircle(100, 300)\nleft(90)\nforward(100)\nend_fill()\n\ndone()\n","execution_count":null,"outputs":[]},{"metadata":{},"cell_type":"markdown","source":"## Cœur\n\nLe cœur est le symbole de l'amour : on donne de façon métaphorique son cœur à la personne que l'on aime pour lui signifier qu'on lui confie sa vie.\n\n"},{"metadata":{},"cell_type":"markdown","source":"<h3 style=\"color:teal;background-color:azure;\" > <i class=\"fa fa-pencil\" aria-hidden=\"true\"> </i> Exercice 5 </h3>Coloriez le cœur en rouge, ajoutez une flèche.\n\n"},{"metadata":{"trusted":true},"cell_type":"code","source":"from turtle import *\nr = 50\n\nleft(90)\ncircle(r, 225)\nforward(2.4*r)\nleft(90)\nforward(2.4*r)\ncircle(r, 225)\n\ndone()\n","execution_count":null,"outputs":[]},{"metadata":{},"cell_type":"markdown","source":"## Infini — ∞\n\nLe mot **infini** (du latin in-, préfixe négatif, et finitus, *limité*) est un adjectif servant à qualifier quelque chose qui n'a pas de limite en nombre ou en taille. L'infini est représenté par le symbole ∞. Nous allons le dessiner.\n\n"},{"metadata":{},"cell_type":"markdown","source":"<h3 style=\"color:teal;background-color:azure;\" > <i class=\"fa fa-pencil\" aria-hidden=\"true\"> </i> Exercice 6 </h3>Augmentez un des rayons à `2*r` et ajustez la longueur des segments droits.\n\n"},{"metadata":{"trusted":true},"cell_type":"code","source":"from turtle import *\n\nright(45)\nforward(50)\ncircle(50, 270) # aumentez le rayon à 2*r\nforward(2*50)\ncircle(-50, 270)\nforward(50)\n\ndone()\n","execution_count":null,"outputs":[]},{"metadata":{},"cell_type":"markdown","source":"## Bretzel - ⌘\n\nLe pictogramme ⌘ (Unicode 2318), parfois appelé *Gordon loop* ou *bretzel*, a été dessiné par Susan Kare lors de la création du premier Macintosh pour sa touche de commande. Il sert de préfixe à d'autres touches pour construire des raccourcis tels que :\n\n- ⌘-X pour couper\n- ⌘-C pour copier\n- ⌘-V pour coller\n\n"},{"metadata":{},"cell_type":"markdown","source":"<h3 style=\"color:teal;background-color:azure;\" > <i class=\"fa fa-pencil\" aria-hidden=\"true\"> </i> Exercice 7 </h3>Modifiez le bretzel pour avoir 3 ou 4 boucles.\n\n"},{"metadata":{"trusted":false},"cell_type":"code","source":"from turtle import *\n\nfor _ in range(4):\n circle(40, 270)\n forward(3*40)\n\ndone()\n","execution_count":null,"outputs":[]},{"metadata":{},"cell_type":"markdown","source":"\n \n\n"},{"metadata":{},"cell_type":"markdown","source":"---\n\n#### Remarque générale\n\nCe document est une adaptation d'un ressource pédagogique tiré du catalogue modulo https://modulo-info.ch/. Il est sous license Creative Commons [BY-NC-SA](https://creativecommons.org/licenses/?lang=fr)\n\n\n "}],"metadata":{"kernelspec":{"display_name":"Python 3 (ipykernel)","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.12"}},"nbformat":4,"nbformat_minor":2} \ No newline at end of file diff --git a/Notebooks/02b_Complement_sur_les_cercles.ipynb b/Notebooks/02b_Complement_sur_les_cercles.ipynb new file mode 100755 index 0000000..3ec1b69 --- /dev/null +++ b/Notebooks/02b_Complement_sur_les_cercles.ipynb @@ -0,0 +1 @@ +{"cells":[{"metadata":{},"cell_type":"markdown","source":"<div class = \"alert alert-danger\"> \n \nAttention: **veillez à bien sauvegarder votre travail** dans le bon dossier du disque réseau (dossier document) avec le bon nom (et l'extension *.ipynb*), **sinon toutes les modifications seront perdues!**\n\nPour reprendre votre travail, il suffit d'ouvrir le fichier .ipynb en cliquant sur *Fichier ouvrir*\n</div>"},{"metadata":{},"cell_type":"markdown","source":"# Complément sur les cercles\n\n**Rappel** :\n\n- la fonction `circle(r)` dessine un cercle de rayon `r`, vers la gauche,\n- la fonction `circle(-r)` dessine un cercle de rayon `r`, vers la droite,\n- la fonction `circle(r, a)` dessine un arc de cercle de rayon `r` avec un angle `a`.\n\n"},{"metadata":{},"cell_type":"markdown","source":"## Fonction `circle()`\n\nLa fonction `circle(r)` dessine un cercle de rayon `r`.\nCe cercle est dessiné :\n\n- vers la gauche si `r` est positif,\n- vers la droite si `r` est négatif.\n\n"},{"metadata":{},"cell_type":"markdown","source":"**Rappel** de quelques fonction Turtle avec des exemples qui pourront vous servir\n\n| Fonction |Exemple|Commentaire|\n|:-------- |:------|:----------|\n|forward(x)|forward(150)|Trace un trait de 150 points|\n|backward(x)|backward(150)|Trace un trait “à reculons” de 150 points|\n|left(n)|left(60)|Tourne sur place la tortue de 60° à gauche|\n|right(n)|right(60)|Tourne sur place la tortue de 60° à droite|\n|width(x)|width(5)|Change l’épaisseur à 5 points|\n|color(\"c\")|color(\"yellow\")|Change la couleur du trait (mais aucun trait n’est tracé à ce moment). Notez les guillemets !|\n|penup()|penup()|Lève la tortue (permet de se déplacer sans dessiner)|\n|pendown()|pendown()|Baisse le stylo|"},{"metadata":{"trusted":false},"cell_type":"code","source":"from turtle import *\n\nleft(90)\ncircle(20)\ncircle(40)\ncircle(60)\ncircle(80)\n\ncircle(-20)\ncircle(-40)\ncircle(-60)\ncircle(-80)\n\ndone()\n","execution_count":1,"outputs":[{"output_type":"display_data","data":{"image/svg+xml":"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"50%\" height=\"auto\" preserveaspectratio=\"xMidYMid meet\" viewbox=\"0 0 640 480\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_0\" attributename=\"opacity\" attributetype=\"CSS\" from=\"1\" to=\"1\" begin=\"0s\" dur=\"1ms\" fill=\"freeze\"></animate><g transform=\"translate(320 240)\"></g><g transform=\"translate(320 240)\"><line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_2\" attributename=\"x2\" attributetype=\"XML\" from=\"0\" to=\"0\" dur=\"1ms\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_1.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_1.end\" from=\"0\" to=\"0\" dur=\"1ms\" fill=\"freeze\"></animate></line><line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_7\" attributename=\"x2\" attributetype=\"XML\" from=\"0\" to=\"-1.729090847147982\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_6.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_6.end\" from=\"0\" to=\"-8.134732861516003\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-1.729090847147982\" y1=\"-8.134732861516003\" x2=\"-1.729090847147982\" y2=\"-8.134732861516003\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_9\" attributename=\"x2\" attributetype=\"XML\" from=\"-1.729090847147982\" to=\"-6.617387872822834\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_8.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_8.end\" from=\"-8.134732861516003\" to=\"-14.862896509547884\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-6.617387872822834\" y1=\"-14.862896509547884\" x2=\"-6.617387872822834\" y2=\"-14.862896509547884\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_11\" attributename=\"x2\" attributetype=\"XML\" from=\"-6.617387872822834\" to=\"-13.819660112501051\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_10.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_10.end\" from=\"-14.862896509547884\" to=\"-19.02113032590307\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-13.819660112501051\" y1=\"-19.02113032590307\" x2=\"-13.819660112501051\" y2=\"-19.02113032590307\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_13\" attributename=\"x2\" attributetype=\"XML\" from=\"-13.819660112501051\" to=\"-22.090569265353068\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_12.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_12.end\" from=\"-19.02113032590307\" to=\"-19.890437907365467\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-22.090569265353068\" y1=\"-19.890437907365467\" x2=\"-22.090569265353068\" y2=\"-19.890437907365467\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_15\" attributename=\"x2\" attributetype=\"XML\" from=\"-22.090569265353068\" to=\"-30\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_14.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_14.end\" from=\"-19.890437907365467\" to=\"-17.320508075688775\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-30\" y1=\"-17.320508075688775\" x2=\"-30\" y2=\"-17.320508075688775\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_17\" attributename=\"x2\" attributetype=\"XML\" from=\"-30\" to=\"-36.180339887498945\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_16.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_16.end\" from=\"-17.320508075688775\" to=\"-11.755705045849464\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-36.180339887498945\" y1=\"-11.755705045849464\" x2=\"-36.180339887498945\" y2=\"-11.755705045849464\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_19\" attributename=\"x2\" attributetype=\"XML\" from=\"-36.180339887498945\" to=\"-39.56295201467611\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_18.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_18.end\" from=\"-11.755705045849464\" to=\"-4.158233816355188\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-39.56295201467611\" y1=\"-4.158233816355188\" x2=\"-39.56295201467611\" y2=\"-4.158233816355188\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_21\" attributename=\"x2\" attributetype=\"XML\" from=\"-39.56295201467611\" to=\"-39.56295201467611\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_20.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_20.end\" from=\"-4.158233816355188\" to=\"4.158233816355184\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-39.56295201467611\" y1=\"4.158233816355184\" x2=\"-39.56295201467611\" y2=\"4.158233816355184\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_23\" attributename=\"x2\" attributetype=\"XML\" from=\"-39.56295201467611\" to=\"-36.180339887498945\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_22.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_22.end\" from=\"4.158233816355184\" to=\"11.75570504584946\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-36.180339887498945\" y1=\"11.75570504584946\" x2=\"-36.180339887498945\" y2=\"11.75570504584946\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_25\" attributename=\"x2\" attributetype=\"XML\" from=\"-36.180339887498945\" to=\"-29.999999999999996\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_24.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_24.end\" from=\"11.75570504584946\" to=\"17.32050807568877\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-29.999999999999996\" y1=\"17.32050807568877\" x2=\"-29.999999999999996\" y2=\"17.32050807568877\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_27\" attributename=\"x2\" attributetype=\"XML\" from=\"-29.999999999999996\" to=\"-22.090569265353068\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_26.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_26.end\" from=\"17.32050807568877\" to=\"19.890437907365467\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-22.090569265353068\" y1=\"19.890437907365467\" x2=\"-22.090569265353068\" y2=\"19.890437907365467\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_29\" attributename=\"x2\" attributetype=\"XML\" from=\"-22.090569265353068\" to=\"-13.819660112501051\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_28.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_28.end\" from=\"19.890437907365467\" to=\"19.021130325903076\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-13.819660112501051\" y1=\"19.021130325903076\" x2=\"-13.819660112501051\" y2=\"19.021130325903076\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_31\" attributename=\"x2\" attributetype=\"XML\" from=\"-13.819660112501051\" to=\"-6.617387872822836\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_30.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_30.end\" from=\"19.021130325903076\" to=\"14.862896509547891\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-6.617387872822836\" y1=\"14.862896509547891\" x2=\"-6.617387872822836\" y2=\"14.862896509547891\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_33\" attributename=\"x2\" attributetype=\"XML\" from=\"-6.617387872822836\" to=\"-1.7290908471479813\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_32.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_32.end\" from=\"14.862896509547891\" to=\"8.134732861516014\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-1.7290908471479813\" y1=\"8.134732861516014\" x2=\"-1.7290908471479813\" y2=\"8.134732861516014\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_35\" attributename=\"x2\" attributetype=\"XML\" from=\"-1.7290908471479813\" to=\"-1.9984014443252818e-15\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_34.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_34.end\" from=\"8.134732861516014\" to=\"1.0658141036401503e-14\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"-1.9984014443252818e-15\" y1=\"1.0658141036401503e-14\" x2=\"-1.9984014443252818e-15\" y2=\"1.0658141036401503e-14\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_39\" attributename=\"x2\" attributetype=\"XML\" from=\"-1.9984014443252818e-15\" to=\"-2.4122951685636593\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_38.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_38.end\" from=\"1.0658141036401503e-14\" to=\"-13.680805733026737\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-2.4122951685636593\" y1=\"-13.680805733026737\" x2=\"-2.4122951685636593\" y2=\"-13.680805733026737\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_41\" attributename=\"x2\" attributetype=\"XML\" from=\"-2.4122951685636593\" to=\"-9.358222275240863\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_40.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_40.end\" from=\"-13.680805733026737\" to=\"-25.711504387461567\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-9.358222275240863\" y1=\"-25.711504387461567\" x2=\"-9.358222275240863\" y2=\"-25.711504387461567\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_43\" attributename=\"x2\" attributetype=\"XML\" from=\"-9.358222275240863\" to=\"-19.999999999999986\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_42.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_42.end\" from=\"-25.711504387461567\" to=\"-34.641016151377535\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-19.999999999999986\" y1=\"-34.641016151377535\" x2=\"-19.999999999999986\" y2=\"-34.641016151377535\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_45\" attributename=\"x2\" attributetype=\"XML\" from=\"-19.999999999999986\" to=\"-33.05407289332277\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_44.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_44.end\" from=\"-34.641016151377535\" to=\"-39.39231012048831\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-33.05407289332277\" y1=\"-39.39231012048831\" x2=\"-33.05407289332277\" y2=\"-39.39231012048831\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_47\" attributename=\"x2\" attributetype=\"XML\" from=\"-33.05407289332277\" to=\"-46.945927106677196\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_46.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_46.end\" from=\"-39.39231012048831\" to=\"-39.39231012048832\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-46.945927106677196\" y1=\"-39.39231012048832\" x2=\"-46.945927106677196\" y2=\"-39.39231012048832\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_49\" attributename=\"x2\" attributetype=\"XML\" from=\"-46.945927106677196\" to=\"-59.999999999999986\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_48.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_48.end\" from=\"-39.39231012048832\" to=\"-34.641016151377556\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-59.999999999999986\" y1=\"-34.641016151377556\" x2=\"-59.999999999999986\" y2=\"-34.641016151377556\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_51\" attributename=\"x2\" attributetype=\"XML\" from=\"-59.999999999999986\" to=\"-70.6417777247591\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_50.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_50.end\" from=\"-34.641016151377556\" to=\"-25.711504387461577\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-70.6417777247591\" y1=\"-25.711504387461577\" x2=\"-70.6417777247591\" y2=\"-25.711504387461577\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_53\" attributename=\"x2\" attributetype=\"XML\" from=\"-70.6417777247591\" to=\"-77.5877048314363\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_52.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_52.end\" from=\"-25.711504387461577\" to=\"-13.680805733026753\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-77.5877048314363\" y1=\"-13.680805733026753\" x2=\"-77.5877048314363\" y2=\"-13.680805733026753\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_55\" attributename=\"x2\" attributetype=\"XML\" from=\"-77.5877048314363\" to=\"-79.99999999999997\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_54.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_54.end\" from=\"-13.680805733026753\" to=\"-7.105427357601002e-15\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-79.99999999999997\" y1=\"-7.105427357601002e-15\" x2=\"-79.99999999999997\" y2=\"-7.105427357601002e-15\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_57\" attributename=\"x2\" attributetype=\"XML\" from=\"-79.99999999999997\" to=\"-77.58770483143631\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_56.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_56.end\" from=\"-7.105427357601002e-15\" to=\"13.680805733026741\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-77.58770483143631\" y1=\"13.680805733026741\" x2=\"-77.58770483143631\" y2=\"13.680805733026741\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_59\" attributename=\"x2\" attributetype=\"XML\" from=\"-77.58770483143631\" to=\"-70.64177772475911\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_58.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_58.end\" from=\"13.680805733026741\" to=\"25.71150438746157\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-70.64177772475911\" y1=\"25.71150438746157\" x2=\"-70.64177772475911\" y2=\"25.71150438746157\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_61\" attributename=\"x2\" attributetype=\"XML\" from=\"-70.64177772475911\" to=\"-59.999999999999986\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_60.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_60.end\" from=\"25.71150438746157\" to=\"34.641016151377535\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-59.999999999999986\" y1=\"34.641016151377535\" x2=\"-59.999999999999986\" y2=\"34.641016151377535\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_63\" attributename=\"x2\" attributetype=\"XML\" from=\"-59.999999999999986\" to=\"-46.9459271066772\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_62.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_62.end\" from=\"34.641016151377535\" to=\"39.39231012048831\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-46.9459271066772\" y1=\"39.39231012048831\" x2=\"-46.9459271066772\" y2=\"39.39231012048831\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_65\" attributename=\"x2\" attributetype=\"XML\" from=\"-46.9459271066772\" to=\"-33.054072893322775\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_64.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_64.end\" from=\"39.39231012048831\" to=\"39.39231012048832\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-33.054072893322775\" y1=\"39.39231012048832\" x2=\"-33.054072893322775\" y2=\"39.39231012048832\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_67\" attributename=\"x2\" attributetype=\"XML\" from=\"-33.054072893322775\" to=\"-19.999999999999986\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_66.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_66.end\" from=\"39.39231012048832\" to=\"34.641016151377556\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-19.999999999999986\" y1=\"34.641016151377556\" x2=\"-19.999999999999986\" y2=\"34.641016151377556\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_69\" attributename=\"x2\" attributetype=\"XML\" from=\"-19.999999999999986\" to=\"-9.358222275240871\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_68.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_68.end\" from=\"34.641016151377556\" to=\"25.71150438746158\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-9.358222275240871\" y1=\"25.71150438746158\" x2=\"-9.358222275240871\" y2=\"25.71150438746158\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_71\" attributename=\"x2\" attributetype=\"XML\" from=\"-9.358222275240871\" to=\"-2.4122951685636593\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_70.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_70.end\" from=\"25.71150438746158\" to=\"13.680805733026757\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-2.4122951685636593\" y1=\"13.680805733026757\" x2=\"-2.4122951685636593\" y2=\"13.680805733026757\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_73\" attributename=\"x2\" attributetype=\"XML\" from=\"-2.4122951685636593\" to=\"9.769962616701378e-15\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_72.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_72.end\" from=\"13.680805733026757\" to=\"1.0658141036401503e-14\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"9.769962616701378e-15\" y1=\"1.0658141036401503e-14\" x2=\"9.769962616701378e-15\" y2=\"1.0658141036401503e-14\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_77\" attributename=\"x2\" attributetype=\"XML\" from=\"9.769962616701378e-15\" to=\"-2.4304215831301206\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_76.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_76.end\" from=\"1.0658141036401503e-14\" to=\"-16.903953410485773\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-2.4304215831301206\" y1=\"-16.903953410485773\" x2=\"-2.4304215831301206\" y2=\"-16.903953410485773\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_79\" attributename=\"x2\" attributetype=\"XML\" from=\"-2.4304215831301206\" to=\"-9.524788030129066\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_78.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_78.end\" from=\"-16.903953410485773\" to=\"-32.43844904733586\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-9.524788030129066\" y1=\"-32.43844904733586\" x2=\"-9.524788030129066\" y2=\"-32.43844904733586\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_81\" attributename=\"x2\" attributetype=\"XML\" from=\"-9.524788030129066\" to=\"-20.70835596328283\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_80.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_80.end\" from=\"-32.43844904733586\" to=\"-45.344974461255504\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-20.70835596328283\" y1=\"-45.344974461255504\" x2=\"-20.70835596328283\" y2=\"-45.344974461255504\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_83\" attributename=\"x2\" attributetype=\"XML\" from=\"-20.70835596328283\" to=\"-35.075099219886745\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_82.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_82.end\" from=\"-45.344974461255504\" to=\"-54.577919721271115\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-35.075099219886745\" y1=\"-54.577919721271115\" x2=\"-35.075099219886745\" y2=\"-54.577919721271115\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_85\" attributename=\"x2\" attributetype=\"XML\" from=\"-35.075099219886745\" to=\"-51.461109703602816\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_84.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_84.end\" from=\"-54.577919721271115\" to=\"-59.38928651285598\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-51.461109703602816\" y1=\"-59.38928651285598\" x2=\"-51.461109703602816\" y2=\"-59.38928651285598\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_87\" attributename=\"x2\" attributetype=\"XML\" from=\"-51.461109703602816\" to=\"-68.53889029639703\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_86.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_86.end\" from=\"-59.38928651285598\" to=\"-59.38928651285599\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-68.53889029639703\" y1=\"-59.38928651285599\" x2=\"-68.53889029639703\" y2=\"-59.38928651285599\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_89\" attributename=\"x2\" attributetype=\"XML\" from=\"-68.53889029639703\" to=\"-84.9249007801131\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_88.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_88.end\" from=\"-59.38928651285599\" to=\"-54.577919721271144\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-84.9249007801131\" y1=\"-54.577919721271144\" x2=\"-84.9249007801131\" y2=\"-54.577919721271144\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_91\" attributename=\"x2\" attributetype=\"XML\" from=\"-84.9249007801131\" to=\"-99.29164403671703\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_90.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_90.end\" from=\"-54.577919721271144\" to=\"-45.34497446125555\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-99.29164403671703\" y1=\"-45.34497446125555\" x2=\"-99.29164403671703\" y2=\"-45.34497446125555\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_93\" attributename=\"x2\" attributetype=\"XML\" from=\"-99.29164403671703\" to=\"-110.47521196987078\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_92.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_92.end\" from=\"-45.34497446125555\" to=\"-32.43844904733591\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-110.47521196987078\" y1=\"-32.43844904733591\" x2=\"-110.47521196987078\" y2=\"-32.43844904733591\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_95\" attributename=\"x2\" attributetype=\"XML\" from=\"-110.47521196987078\" to=\"-117.56957841686977\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_94.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_94.end\" from=\"-32.43844904733591\" to=\"-16.903953410485844\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-117.56957841686977\" y1=\"-16.903953410485844\" x2=\"-117.56957841686977\" y2=\"-16.903953410485844\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_97\" attributename=\"x2\" attributetype=\"XML\" from=\"-117.56957841686977\" to=\"-119.99999999999993\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_96.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_96.end\" from=\"-16.903953410485844\" to=\"-6.039613253960852e-14\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-119.99999999999993\" y1=\"-6.039613253960852e-14\" x2=\"-119.99999999999993\" y2=\"-6.039613253960852e-14\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_99\" attributename=\"x2\" attributetype=\"XML\" from=\"-119.99999999999993\" to=\"-117.56957841686975\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_98.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_98.end\" from=\"-6.039613253960852e-14\" to=\"16.903953410485716\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-117.56957841686975\" y1=\"16.903953410485716\" x2=\"-117.56957841686975\" y2=\"16.903953410485716\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_101\" attributename=\"x2\" attributetype=\"XML\" from=\"-117.56957841686975\" to=\"-110.47521196987077\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_100.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_100.end\" from=\"16.903953410485716\" to=\"32.43844904733579\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-110.47521196987077\" y1=\"32.43844904733579\" x2=\"-110.47521196987077\" y2=\"32.43844904733579\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_103\" attributename=\"x2\" attributetype=\"XML\" from=\"-110.47521196987077\" to=\"-99.29164403671699\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_102.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_102.end\" from=\"32.43844904733579\" to=\"45.34497446125541\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-99.29164403671699\" y1=\"45.34497446125541\" x2=\"-99.29164403671699\" y2=\"45.34497446125541\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_105\" attributename=\"x2\" attributetype=\"XML\" from=\"-99.29164403671699\" to=\"-84.92490078011308\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_104.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_104.end\" from=\"45.34497446125541\" to=\"54.57791972127102\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-84.92490078011308\" y1=\"54.57791972127102\" x2=\"-84.92490078011308\" y2=\"54.57791972127102\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_107\" attributename=\"x2\" attributetype=\"XML\" from=\"-84.92490078011308\" to=\"-68.53889029639701\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_106.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_106.end\" from=\"54.57791972127102\" to=\"59.389286512855925\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-68.53889029639701\" y1=\"59.389286512855925\" x2=\"-68.53889029639701\" y2=\"59.389286512855925\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_109\" attributename=\"x2\" attributetype=\"XML\" from=\"-68.53889029639701\" to=\"-51.4611097036028\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_108.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_108.end\" from=\"59.389286512855925\" to=\"59.389286512855996\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-51.4611097036028\" y1=\"59.389286512855996\" x2=\"-51.4611097036028\" y2=\"59.389286512855996\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_111\" attributename=\"x2\" attributetype=\"XML\" from=\"-51.4611097036028\" to=\"-35.075099219886695\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_110.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_110.end\" from=\"59.389286512855996\" to=\"54.577919721271236\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-35.075099219886695\" y1=\"54.577919721271236\" x2=\"-35.075099219886695\" y2=\"54.577919721271236\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_113\" attributename=\"x2\" attributetype=\"XML\" from=\"-35.075099219886695\" to=\"-20.708355963282703\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_112.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_112.end\" from=\"54.577919721271236\" to=\"45.344974461255745\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-20.708355963282703\" y1=\"45.344974461255745\" x2=\"-20.708355963282703\" y2=\"45.344974461255745\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_115\" attributename=\"x2\" attributetype=\"XML\" from=\"-20.708355963282703\" to=\"-9.524788030128805\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_114.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_114.end\" from=\"45.344974461255745\" to=\"32.43844904733621\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-9.524788030128805\" y1=\"32.43844904733621\" x2=\"-9.524788030128805\" y2=\"32.43844904733621\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_117\" attributename=\"x2\" attributetype=\"XML\" from=\"-9.524788030128805\" to=\"-2.430421583129644\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_116.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_116.end\" from=\"32.43844904733621\" to=\"16.903953410486228\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"-2.430421583129644\" y1=\"16.903953410486228\" x2=\"-2.430421583129644\" y2=\"16.903953410486228\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_119\" attributename=\"x2\" attributetype=\"XML\" from=\"-2.430421583129644\" to=\"7.496225862269057e-13\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_118.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_118.end\" from=\"16.903953410486228\" to=\"4.831690603168681e-13\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"7.496225862269057e-13\" y1=\"4.831690603168681e-13\" x2=\"7.496225862269057e-13\" y2=\"4.831690603168681e-13\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_123\" attributename=\"x2\" attributetype=\"XML\" from=\"7.496225862269057e-13\" to=\"-2.5133471097084836\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_122.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_122.end\" from=\"4.831690603168681e-13\" to=\"-19.895190973187937\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-2.5133471097084836\" y1=\"-19.895190973187937\" x2=\"-2.5133471097084836\" y2=\"-19.895190973187937\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_125\" attributename=\"x2\" attributetype=\"XML\" from=\"-2.5133471097084836\" to=\"-9.8954655964896\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_124.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_124.end\" from=\"-19.895190973187937\" to=\"-38.54029392813689\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-9.8954655964896\" y1=\"-38.54029392813689\" x2=\"-9.8954655964896\" y2=\"-38.54029392813689\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_127\" attributename=\"x2\" attributetype=\"XML\" from=\"-9.8954655964896\" to=\"-21.68250980628555\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_126.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_126.end\" from=\"-38.54029392813689\" to=\"-54.76376847429492\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-21.68250980628555\" y1=\"-54.76376847429492\" x2=\"-21.68250980628555\" y2=\"-54.76376847429492\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_129\" attributename=\"x2\" attributetype=\"XML\" from=\"-21.68250980628555\" to=\"-37.1338564016786\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_128.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_128.end\" from=\"-54.76376847429492\" to=\"-67.54623404016121\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-37.1338564016786\" y1=\"-67.54623404016121\" x2=\"-37.1338564016786\" y2=\"-67.54623404016121\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_131\" attributename=\"x2\" attributetype=\"XML\" from=\"-37.1338564016786\" to=\"-55.278640450002456\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_130.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_130.end\" from=\"-67.54623404016121\" to=\"-76.08452130361245\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-55.278640450002456\" y1=\"-76.08452130361245\" x2=\"-55.278640450002456\" y2=\"-76.08452130361245\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_133\" attributename=\"x2\" attributetype=\"XML\" from=\"-55.278640450002456\" to=\"-74.97675843765316\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_132.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_132.end\" from=\"-76.08452130361245\" to=\"-79.84213827426203\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-74.97675843765316\" y1=\"-79.84213827426203\" x2=\"-74.97675843765316\" y2=\"-79.84213827426203\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_135\" attributename=\"x2\" attributetype=\"XML\" from=\"-74.97675843765316\" to=\"-94.99050516685621\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_134.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_134.end\" from=\"-79.84213827426203\" to=\"-78.58298005829549\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-94.99050516685621\" y1=\"-78.58298005829549\" x2=\"-94.99050516685621\" y2=\"-78.58298005829549\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_137\" attributename=\"x2\" attributetype=\"XML\" from=\"-94.99050516685621\" to=\"-114.06234332520407\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_136.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_136.end\" from=\"-78.58298005829549\" to=\"-72.38616419728201\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-114.06234332520407\" y1=\"-72.38616419728201\" x2=\"-114.06234332520407\" y2=\"-72.38616419728201\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_139\" attributename=\"x2\" attributetype=\"XML\" from=\"-114.06234332520407\" to=\"-130.99391917989348\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_138.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_138.end\" from=\"-72.38616419728201\" to=\"-61.641059422063655\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-130.99391917989348\" y1=\"-61.641059422063655\" x2=\"-130.99391917989348\" y2=\"-61.641059422063655\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_141\" attributename=\"x2\" attributetype=\"XML\" from=\"-130.99391917989348\" to=\"-144.72135954999413\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_140.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_140.end\" from=\"-61.641059422063655\" to=\"-47.022820183398395\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-144.72135954999413\" y1=\"-47.022820183398395\" x2=\"-144.72135954999413\" y2=\"-47.022820183398395\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_143\" attributename=\"x2\" attributetype=\"XML\" from=\"-144.72135954999413\" to=\"-154.38211887105845\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_142.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_142.end\" from=\"-47.022820183398395\" to=\"-29.449964214774777\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-154.38211887105845\" y1=\"-29.449964214774777\" x2=\"-154.38211887105845\" y2=\"-29.449964214774777\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_145\" attributename=\"x2\" attributetype=\"XML\" from=\"-154.38211887105845\" to=\"-159.36917610515653\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_144.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_144.end\" from=\"-29.449964214774777\" to=\"-10.026658685144866\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-159.36917610515653\" y1=\"-10.026658685144866\" x2=\"-159.36917610515653\" y2=\"-10.026658685144866\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_147\" attributename=\"x2\" attributetype=\"XML\" from=\"-159.36917610515653\" to=\"-159.36917610515644\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_146.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_146.end\" from=\"-10.026658685144866\" to=\"10.026658685143815\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-159.36917610515644\" y1=\"10.026658685143815\" x2=\"-159.36917610515644\" y2=\"10.026658685143815\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_149\" attributename=\"x2\" attributetype=\"XML\" from=\"-159.36917610515644\" to=\"-154.3821188710582\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_148.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_148.end\" from=\"10.026658685143815\" to=\"29.449964214773683\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-154.3821188710582\" y1=\"29.449964214773683\" x2=\"-154.3821188710582\" y2=\"29.449964214773683\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_151\" attributename=\"x2\" attributetype=\"XML\" from=\"-154.3821188710582\" to=\"-144.7213595499938\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_150.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_150.end\" from=\"29.449964214773683\" to=\"47.02282018339725\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-144.7213595499938\" y1=\"47.02282018339725\" x2=\"-144.7213595499938\" y2=\"47.02282018339725\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_153\" attributename=\"x2\" attributetype=\"XML\" from=\"-144.7213595499938\" to=\"-130.99391917989306\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_152.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_152.end\" from=\"47.02282018339725\" to=\"61.64105942206244\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-130.99391917989306\" y1=\"61.64105942206244\" x2=\"-130.99391917989306\" y2=\"61.64105942206244\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_155\" attributename=\"x2\" attributetype=\"XML\" from=\"-130.99391917989306\" to=\"-114.06234332520359\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_154.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_154.end\" from=\"61.64105942206244\" to=\"72.3861641972807\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-114.06234332520359\" y1=\"72.3861641972807\" x2=\"-114.06234332520359\" y2=\"72.3861641972807\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_157\" attributename=\"x2\" attributetype=\"XML\" from=\"-114.06234332520359\" to=\"-94.99050516685567\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_156.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_156.end\" from=\"72.3861641972807\" to=\"78.58298005829403\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-94.99050516685567\" y1=\"78.58298005829403\" x2=\"-94.99050516685567\" y2=\"78.58298005829403\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_159\" attributename=\"x2\" attributetype=\"XML\" from=\"-94.99050516685567\" to=\"-74.9767584376526\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_158.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_158.end\" from=\"78.58298005829403\" to=\"79.84213827426038\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-74.9767584376526\" y1=\"79.84213827426038\" x2=\"-74.9767584376526\" y2=\"79.84213827426038\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_161\" attributename=\"x2\" attributetype=\"XML\" from=\"-74.9767584376526\" to=\"-55.278640450001944\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_160.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_160.end\" from=\"79.84213827426038\" to=\"76.08452130361063\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-55.278640450001944\" y1=\"76.08452130361063\" x2=\"-55.278640450001944\" y2=\"76.08452130361063\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_163\" attributename=\"x2\" attributetype=\"XML\" from=\"-55.278640450001944\" to=\"-37.13385640167816\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_162.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_162.end\" from=\"76.08452130361063\" to=\"67.54623404015922\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-37.13385640167816\" y1=\"67.54623404015922\" x2=\"-37.13385640167816\" y2=\"67.54623404015922\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_165\" attributename=\"x2\" attributetype=\"XML\" from=\"-37.13385640167816\" to=\"-21.682509806285175\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_164.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_164.end\" from=\"67.54623404015922\" to=\"54.76376847429285\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-21.682509806285175\" y1=\"54.76376847429285\" x2=\"-21.682509806285175\" y2=\"54.76376847429285\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_167\" attributename=\"x2\" attributetype=\"XML\" from=\"-21.682509806285175\" to=\"-9.89546559648931\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_166.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_166.end\" from=\"54.76376847429285\" to=\"38.54029392813476\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-9.89546559648931\" y1=\"38.54029392813476\" x2=\"-9.89546559648931\" y2=\"38.54029392813476\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_169\" attributename=\"x2\" attributetype=\"XML\" from=\"-9.89546559648931\" to=\"-2.513347109708291\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_168.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_168.end\" from=\"38.54029392813476\" to=\"19.895190973185766\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"-2.513347109708291\" y1=\"19.895190973185766\" x2=\"-2.513347109708291\" y2=\"19.895190973185766\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_171\" attributename=\"x2\" attributetype=\"XML\" from=\"-2.513347109708291\" to=\"7.669420654110581e-13\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_170.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_170.end\" from=\"19.895190973185766\" to=\"-2.675193400136777e-12\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"7.669420654110581e-13\" y1=\"-2.675193400136777e-12\" x2=\"7.669420654110581e-13\" y2=\"-2.675193400136777e-12\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_175\" attributename=\"x2\" attributetype=\"XML\" from=\"7.669420654110581e-13\" to=\"1.72909084714855\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_174.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_174.end\" from=\"-2.675193400136777e-12\" to=\"-8.13473286151872\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"1.72909084714855\" y1=\"-8.13473286151872\" x2=\"1.72909084714855\" y2=\"-8.13473286151872\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_177\" attributename=\"x2\" attributetype=\"XML\" from=\"1.72909084714855\" to=\"6.6173878728232545\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_176.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_176.end\" from=\"-8.13473286151872\" to=\"-14.862896509550708\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"6.6173878728232545\" y1=\"-14.862896509550708\" x2=\"6.6173878728232545\" y2=\"-14.862896509550708\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_179\" attributename=\"x2\" attributetype=\"XML\" from=\"6.6173878728232545\" to=\"13.819660112501372\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_178.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_178.end\" from=\"-14.862896509550708\" to=\"-19.021130325906064\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"13.819660112501372\" y1=\"-19.021130325906064\" x2=\"13.819660112501372\" y2=\"-19.021130325906064\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_181\" attributename=\"x2\" attributetype=\"XML\" from=\"13.819660112501372\" to=\"22.090569265353366\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_180.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_180.end\" from=\"-19.021130325906064\" to=\"-19.89043790736866\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"22.090569265353366\" y1=\"-19.89043790736866\" x2=\"22.090569265353366\" y2=\"-19.89043790736866\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_183\" attributename=\"x2\" attributetype=\"XML\" from=\"22.090569265353366\" to=\"30.00000000000035\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_182.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_182.end\" from=\"-19.89043790736866\" to=\"-17.320508075692143\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"30.00000000000035\" y1=\"-17.320508075692143\" x2=\"30.00000000000035\" y2=\"-17.320508075692143\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_185\" attributename=\"x2\" attributetype=\"XML\" from=\"30.00000000000035\" to=\"36.18033988749943\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_184.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_184.end\" from=\"-17.320508075692143\" to=\"-11.755705045852977\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"36.18033988749943\" y1=\"-11.755705045852977\" x2=\"36.18033988749943\" y2=\"-11.755705045852977\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_187\" attributename=\"x2\" attributetype=\"XML\" from=\"36.18033988749943\" to=\"39.56295201467678\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_186.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_186.end\" from=\"-11.755705045852977\" to=\"-4.158233816358786\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"39.56295201467678\" y1=\"-4.158233816358786\" x2=\"39.56295201467678\" y2=\"-4.158233816358786\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_189\" attributename=\"x2\" attributetype=\"XML\" from=\"39.56295201467678\" to=\"39.562952014676966\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_188.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_188.end\" from=\"-4.158233816358786\" to=\"4.158233816351586\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"39.562952014676966\" y1=\"4.158233816351586\" x2=\"39.562952014676966\" y2=\"4.158233816351586\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_191\" attributename=\"x2\" attributetype=\"XML\" from=\"39.562952014676966\" to=\"36.18033988749998\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_190.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_190.end\" from=\"4.158233816351586\" to=\"11.75570504584594\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"36.18033988749998\" y1=\"11.75570504584594\" x2=\"36.18033988749998\" y2=\"11.75570504584594\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_193\" attributename=\"x2\" attributetype=\"XML\" from=\"36.18033988749998\" to=\"30.000000000001172\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_192.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_192.end\" from=\"11.75570504584594\" to=\"17.3205080756854\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"30.000000000001172\" y1=\"17.3205080756854\" x2=\"30.000000000001172\" y2=\"17.3205080756854\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_195\" attributename=\"x2\" attributetype=\"XML\" from=\"30.000000000001172\" to=\"22.0905692653543\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_194.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_194.end\" from=\"17.3205080756854\" to=\"19.89043790736227\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"22.0905692653543\" y1=\"19.89043790736227\" x2=\"22.0905692653543\" y2=\"19.89043790736227\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_197\" attributename=\"x2\" attributetype=\"XML\" from=\"22.0905692653543\" to=\"13.819660112502264\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_196.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_196.end\" from=\"19.89043790736227\" to=\"19.021130325900067\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"13.819660112502264\" y1=\"19.021130325900067\" x2=\"13.819660112502264\" y2=\"19.021130325900067\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_199\" attributename=\"x2\" attributetype=\"XML\" from=\"13.819660112502264\" to=\"6.617387872823947\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_198.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_198.end\" from=\"19.021130325900067\" to=\"14.86289650954506\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"6.617387872823947\" y1=\"14.86289650954506\" x2=\"6.617387872823947\" y2=\"14.86289650954506\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_201\" attributename=\"x2\" attributetype=\"XML\" from=\"6.617387872823947\" to=\"1.729090847148945\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_200.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_200.end\" from=\"14.86289650954506\" to=\"8.134732861513289\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"1.729090847148945\" y1=\"8.134732861513289\" x2=\"1.729090847148945\" y2=\"8.134732861513289\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_203\" attributename=\"x2\" attributetype=\"XML\" from=\"1.729090847148945\" to=\"7.722711359292589e-13\" dur=\" 0.045s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_202.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_202.end\" from=\"8.134732861513289\" to=\"-2.673417043297377e-12\" dur=\" 0.045s\" fill=\"freeze\"></animate></line><line x1=\"7.722711359292589e-13\" y1=\"-2.673417043297377e-12\" x2=\"7.722711359292589e-13\" y2=\"-2.673417043297377e-12\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_207\" attributename=\"x2\" attributetype=\"XML\" from=\"7.722711359292589e-13\" to=\"2.4122951685641287\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_206.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_206.end\" from=\"-2.673417043297377e-12\" to=\"-13.680805733029477\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"2.4122951685641287\" y1=\"-13.680805733029477\" x2=\"2.4122951685641287\" y2=\"-13.680805733029477\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_209\" attributename=\"x2\" attributetype=\"XML\" from=\"2.4122951685641287\" to=\"9.358222275241067\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_208.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_208.end\" from=\"-13.680805733029477\" to=\"-25.71150438746446\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"9.358222275241067\" y1=\"-25.71150438746446\" x2=\"9.358222275241067\" y2=\"-25.71150438746446\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_211\" attributename=\"x2\" attributetype=\"XML\" from=\"9.358222275241067\" to=\"19.99999999999998\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_210.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_210.end\" from=\"-25.71150438746446\" to=\"-34.64101615138068\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"19.99999999999998\" y1=\"-34.64101615138068\" x2=\"19.99999999999998\" y2=\"-34.64101615138068\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_213\" attributename=\"x2\" attributetype=\"XML\" from=\"19.99999999999998\" to=\"33.054072893322655\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_212.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_212.end\" from=\"-34.64101615138068\" to=\"-39.39231012049177\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"33.054072893322655\" y1=\"-39.39231012049177\" x2=\"33.054072893322655\" y2=\"-39.39231012049177\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_215\" attributename=\"x2\" attributetype=\"XML\" from=\"33.054072893322655\" to=\"46.94592710667708\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_214.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_214.end\" from=\"-39.39231012049177\" to=\"-39.392310120492105\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"46.94592710667708\" y1=\"-39.392310120492105\" x2=\"46.94592710667708\" y2=\"-39.392310120492105\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_217\" attributename=\"x2\" attributetype=\"XML\" from=\"46.94592710667708\" to=\"59.999999999999986\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_216.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_216.end\" from=\"-39.392310120492105\" to=\"-34.64101615138165\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"59.999999999999986\" y1=\"-34.64101615138165\" x2=\"59.999999999999986\" y2=\"-34.64101615138165\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_219\" attributename=\"x2\" attributetype=\"XML\" from=\"59.999999999999986\" to=\"70.64177772475932\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_218.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_218.end\" from=\"-34.64101615138165\" to=\"-25.711504387465943\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"70.64177772475932\" y1=\"-25.711504387465943\" x2=\"70.64177772475932\" y2=\"-25.711504387465943\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_221\" attributename=\"x2\" attributetype=\"XML\" from=\"70.64177772475932\" to=\"77.5877048314368\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_220.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_220.end\" from=\"-25.711504387465943\" to=\"-13.680805733031272\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"77.5877048314368\" y1=\"-13.680805733031272\" x2=\"77.5877048314368\" y2=\"-13.680805733031272\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_223\" attributename=\"x2\" attributetype=\"XML\" from=\"77.5877048314368\" to=\"80.00000000000077\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_222.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_222.end\" from=\"-13.680805733031272\" to=\"-4.5776715751344454e-12\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"80.00000000000077\" y1=\"-4.5776715751344454e-12\" x2=\"80.00000000000077\" y2=\"-4.5776715751344454e-12\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_225\" attributename=\"x2\" attributetype=\"XML\" from=\"80.00000000000077\" to=\"77.5877048314374\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_224.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_224.end\" from=\"-4.5776715751344454e-12\" to=\"13.680805733022225\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"77.5877048314374\" y1=\"13.680805733022225\" x2=\"77.5877048314374\" y2=\"13.680805733022225\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_227\" attributename=\"x2\" attributetype=\"XML\" from=\"77.5877048314374\" to=\"70.64177772476047\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_226.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_226.end\" from=\"13.680805733022225\" to=\"25.711504387457207\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"70.64177772476047\" y1=\"25.711504387457207\" x2=\"70.64177772476047\" y2=\"25.711504387457207\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_229\" attributename=\"x2\" attributetype=\"XML\" from=\"70.64177772476047\" to=\"60.00000000000156\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_228.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_228.end\" from=\"25.711504387457207\" to=\"34.64101615137343\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"60.00000000000156\" y1=\"34.64101615137343\" x2=\"60.00000000000156\" y2=\"34.64101615137343\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_231\" attributename=\"x2\" attributetype=\"XML\" from=\"60.00000000000156\" to=\"46.945927106678894\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_230.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_230.end\" from=\"34.64101615137343\" to=\"39.39231012048452\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"46.945927106678894\" y1=\"39.39231012048452\" x2=\"46.945927106678894\" y2=\"39.39231012048452\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_233\" attributename=\"x2\" attributetype=\"XML\" from=\"46.945927106678894\" to=\"33.05407289332447\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_232.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_232.end\" from=\"39.39231012048452\" to=\"39.39231012048485\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"33.05407289332447\" y1=\"39.39231012048485\" x2=\"33.05407289332447\" y2=\"39.39231012048485\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_235\" attributename=\"x2\" attributetype=\"XML\" from=\"33.05407289332447\" to=\"20.000000000001574\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_234.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_234.end\" from=\"39.39231012048485\" to=\"34.64101615137437\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"20.000000000001574\" y1=\"34.64101615137437\" x2=\"20.000000000001574\" y2=\"34.64101615137437\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_237\" attributename=\"x2\" attributetype=\"XML\" from=\"20.000000000001574\" to=\"9.358222275242246\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_236.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_236.end\" from=\"34.64101615137437\" to=\"25.71150438745865\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"9.358222275242246\" y1=\"25.71150438745865\" x2=\"9.358222275242246\" y2=\"25.71150438745865\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_239\" attributename=\"x2\" attributetype=\"XML\" from=\"9.358222275242246\" to=\"2.4122951685647482\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_238.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_238.end\" from=\"25.71150438745865\" to=\"13.680805733023991\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"2.4122951685647482\" y1=\"13.680805733023991\" x2=\"2.4122951685647482\" y2=\"13.680805733023991\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_241\" attributename=\"x2\" attributetype=\"XML\" from=\"2.4122951685647482\" to=\"7.540634783254063e-13\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_240.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_240.end\" from=\"13.680805733023991\" to=\"-2.6982860390489805e-12\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"7.540634783254063e-13\" y1=\"-2.6982860390489805e-12\" x2=\"7.540634783254063e-13\" y2=\"-2.6982860390489805e-12\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_245\" attributename=\"x2\" attributetype=\"XML\" from=\"7.540634783254063e-13\" to=\"2.430421583130483\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_244.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_244.end\" from=\"-2.6982860390489805e-12\" to=\"-16.90395341048854\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"2.430421583130483\" y1=\"-16.90395341048854\" x2=\"2.430421583130483\" y2=\"-16.90395341048854\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_247\" attributename=\"x2\" attributetype=\"XML\" from=\"2.430421583130483\" to=\"9.524788030129088\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_246.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_246.end\" from=\"-16.90395341048854\" to=\"-32.43844904733878\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"9.524788030129088\" y1=\"-32.43844904733878\" x2=\"9.524788030129088\" y2=\"-32.43844904733878\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_249\" attributename=\"x2\" attributetype=\"XML\" from=\"9.524788030129088\" to=\"20.708355963282543\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_248.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_248.end\" from=\"-32.43844904733878\" to=\"-45.34497446125869\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"20.708355963282543\" y1=\"-45.34497446125869\" x2=\"20.708355963282543\" y2=\"-45.34497446125869\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_251\" attributename=\"x2\" attributetype=\"XML\" from=\"20.708355963282543\" to=\"35.07509921988624\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_250.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_250.end\" from=\"-45.34497446125869\" to=\"-54.57791972127464\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"35.07509921988624\" y1=\"-54.57791972127464\" x2=\"35.07509921988624\" y2=\"-54.57791972127464\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_253\" attributename=\"x2\" attributetype=\"XML\" from=\"35.07509921988624\" to=\"51.461109703602204\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_252.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_252.end\" from=\"-54.57791972127464\" to=\"-59.3892865128599\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"51.461109703602204\" y1=\"-59.3892865128599\" x2=\"51.461109703602204\" y2=\"-59.3892865128599\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_255\" attributename=\"x2\" attributetype=\"XML\" from=\"51.461109703602204\" to=\"68.53889029639642\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_254.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_254.end\" from=\"-59.3892865128599\" to=\"-59.389286512860316\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"68.53889029639642\" y1=\"-59.389286512860316\" x2=\"68.53889029639642\" y2=\"-59.389286512860316\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_257\" attributename=\"x2\" attributetype=\"XML\" from=\"68.53889029639642\" to=\"84.92490078011261\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_256.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_256.end\" from=\"-59.389286512860316\" to=\"-54.577919721275826\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"84.92490078011261\" y1=\"-54.577919721275826\" x2=\"84.92490078011261\" y2=\"-54.577919721275826\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_259\" attributename=\"x2\" attributetype=\"XML\" from=\"84.92490078011261\" to=\"99.29164403671673\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_258.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_258.end\" from=\"-54.577919721275826\" to=\"-45.34497446126055\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"99.29164403671673\" y1=\"-45.34497446126055\" x2=\"99.29164403671673\" y2=\"-45.34497446126055\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_261\" attributename=\"x2\" attributetype=\"XML\" from=\"99.29164403671673\" to=\"110.4752119698708\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_260.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_260.end\" from=\"-45.34497446126055\" to=\"-32.438449047341166\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"110.4752119698708\" y1=\"-32.438449047341166\" x2=\"110.4752119698708\" y2=\"-32.438449047341166\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_263\" attributename=\"x2\" attributetype=\"XML\" from=\"110.4752119698708\" to=\"117.56957841687013\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_262.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_262.end\" from=\"-32.438449047341166\" to=\"-16.903953410491262\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"117.56957841687013\" y1=\"-16.903953410491262\" x2=\"117.56957841687013\" y2=\"-16.903953410491262\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_265\" attributename=\"x2\" attributetype=\"XML\" from=\"117.56957841687013\" to=\"120.00000000000068\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_264.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_264.end\" from=\"-16.903953410491262\" to=\"-5.538680625249981e-12\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"120.00000000000068\" y1=\"-5.538680625249981e-12\" x2=\"120.00000000000068\" y2=\"-5.538680625249981e-12\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_267\" attributename=\"x2\" attributetype=\"XML\" from=\"120.00000000000068\" to=\"117.5695784168709\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_266.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_266.end\" from=\"-5.538680625249981e-12\" to=\"16.903953410480295\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"117.5695784168709\" y1=\"16.903953410480295\" x2=\"117.5695784168709\" y2=\"16.903953410480295\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_269\" attributename=\"x2\" attributetype=\"XML\" from=\"117.5695784168709\" to=\"110.47521196987226\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_268.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_268.end\" from=\"16.903953410480295\" to=\"32.43844904733052\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"110.47521196987226\" y1=\"32.43844904733052\" x2=\"110.47521196987226\" y2=\"32.43844904733052\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_271\" attributename=\"x2\" attributetype=\"XML\" from=\"110.47521196987226\" to=\"99.29164403671878\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_270.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_270.end\" from=\"32.43844904733052\" to=\"45.34497446125041\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"99.29164403671878\" y1=\"45.34497446125041\" x2=\"99.29164403671878\" y2=\"45.34497446125041\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_273\" attributename=\"x2\" attributetype=\"XML\" from=\"99.29164403671878\" to=\"84.92490078011507\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_272.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_272.end\" from=\"45.34497446125041\" to=\"54.57791972126633\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"84.92490078011507\" y1=\"54.57791972126633\" x2=\"84.92490078011507\" y2=\"54.57791972126633\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_275\" attributename=\"x2\" attributetype=\"XML\" from=\"84.92490078011507\" to=\"68.5388902963991\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_274.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_274.end\" from=\"54.57791972126633\" to=\"59.38928651285156\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"68.5388902963991\" y1=\"59.38928651285156\" x2=\"68.5388902963991\" y2=\"59.38928651285156\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_277\" attributename=\"x2\" attributetype=\"XML\" from=\"68.5388902963991\" to=\"51.46110970360489\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_276.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_276.end\" from=\"59.38928651285156\" to=\"59.38928651285192\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"51.46110970360489\" y1=\"59.38928651285192\" x2=\"51.46110970360489\" y2=\"59.38928651285192\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_279\" attributename=\"x2\" attributetype=\"XML\" from=\"51.46110970360489\" to=\"35.07509921988871\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_278.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_278.end\" from=\"59.38928651285192\" to=\"54.577919721267406\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"35.07509921988871\" y1=\"54.577919721267406\" x2=\"35.07509921988871\" y2=\"54.577919721267406\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_281\" attributename=\"x2\" attributetype=\"XML\" from=\"35.07509921988871\" to=\"20.7083559632846\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_280.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_280.end\" from=\"54.577919721267406\" to=\"45.34497446125211\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"20.7083559632846\" y1=\"45.34497446125211\" x2=\"20.7083559632846\" y2=\"45.34497446125211\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_283\" attributename=\"x2\" attributetype=\"XML\" from=\"20.7083559632846\" to=\"9.524788030130557\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_282.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_282.end\" from=\"45.34497446125211\" to=\"32.4384490473327\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"9.524788030130557\" y1=\"32.4384490473327\" x2=\"9.524788030130557\" y2=\"32.4384490473327\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_285\" attributename=\"x2\" attributetype=\"XML\" from=\"9.524788030130557\" to=\"2.430421583131248\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_284.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_284.end\" from=\"32.4384490473327\" to=\"16.903953410482785\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"2.430421583131248\" y1=\"16.903953410482785\" x2=\"2.430421583131248\" y2=\"16.903953410482785\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_287\" attributename=\"x2\" attributetype=\"XML\" from=\"2.430421583131248\" to=\"7.380762667708041e-13\" dur=\" 0.091s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_286.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_286.end\" from=\"16.903953410482785\" to=\"-2.9451996397256153e-12\" dur=\" 0.091s\" fill=\"freeze\"></animate></line><line x1=\"7.380762667708041e-13\" y1=\"-2.9451996397256153e-12\" x2=\"7.380762667708041e-13\" y2=\"-2.9451996397256153e-12\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_291\" attributename=\"x2\" attributetype=\"XML\" from=\"7.380762667708041e-13\" to=\"2.5133471097098345\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_290.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_290.end\" from=\"-2.9451996397256153e-12\" to=\"-19.895190973191383\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"2.5133471097098345\" y1=\"-19.895190973191383\" x2=\"2.5133471097098345\" y2=\"-19.895190973191383\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_293\" attributename=\"x2\" attributetype=\"XML\" from=\"2.5133471097098345\" to=\"9.89546559649084\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_292.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_292.end\" from=\"-19.895190973191383\" to=\"-38.540293928140386\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"9.89546559649084\" y1=\"-38.540293928140386\" x2=\"9.89546559649084\" y2=\"-38.540293928140386\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_295\" attributename=\"x2\" attributetype=\"XML\" from=\"9.89546559649084\" to=\"21.682509806286653\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_294.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_294.end\" from=\"-38.540293928140386\" to=\"-54.763768474298516\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"21.682509806286653\" y1=\"-54.763768474298516\" x2=\"21.682509806286653\" y2=\"-54.763768474298516\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_297\" attributename=\"x2\" attributetype=\"XML\" from=\"21.682509806286653\" to=\"37.13385640167956\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_296.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_296.end\" from=\"-54.763768474298516\" to=\"-67.54623404016498\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"37.13385640167956\" y1=\"-67.54623404016498\" x2=\"37.13385640167956\" y2=\"-67.54623404016498\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_299\" attributename=\"x2\" attributetype=\"XML\" from=\"37.13385640167956\" to=\"55.27864045000331\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_298.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_298.end\" from=\"-67.54623404016498\" to=\"-76.08452130361646\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"55.27864045000331\" y1=\"-76.08452130361646\" x2=\"55.27864045000331\" y2=\"-76.08452130361646\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_301\" attributename=\"x2\" attributetype=\"XML\" from=\"55.27864045000331\" to=\"74.97675843765396\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_300.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_300.end\" from=\"-76.08452130361646\" to=\"-79.84213827426635\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"74.97675843765396\" y1=\"-79.84213827426635\" x2=\"74.97675843765396\" y2=\"-79.84213827426635\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_303\" attributename=\"x2\" attributetype=\"XML\" from=\"74.97675843765396\" to=\"94.99050516685702\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_302.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_302.end\" from=\"-79.84213827426635\" to=\"-78.58298005830018\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"94.99050516685702\" y1=\"-78.58298005830018\" x2=\"94.99050516685702\" y2=\"-78.58298005830018\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_305\" attributename=\"x2\" attributetype=\"XML\" from=\"94.99050516685702\" to=\"114.062343325205\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_304.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_304.end\" from=\"-78.58298005830018\" to=\"-72.3861641972871\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"114.062343325205\" y1=\"-72.3861641972871\" x2=\"114.062343325205\" y2=\"-72.3861641972871\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_307\" attributename=\"x2\" attributetype=\"XML\" from=\"114.062343325205\" to=\"130.99391917989465\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_306.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_306.end\" from=\"-72.3861641972871\" to=\"-61.64105942206909\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"130.99391917989465\" y1=\"-61.64105942206909\" x2=\"130.99391917989465\" y2=\"-61.64105942206909\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_309\" attributename=\"x2\" attributetype=\"XML\" from=\"130.99391917989465\" to=\"144.72135954999564\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_308.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_308.end\" from=\"-61.64105942206909\" to=\"-47.02282018340414\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"144.72135954999564\" y1=\"-47.02282018340414\" x2=\"144.72135954999564\" y2=\"-47.02282018340414\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_311\" attributename=\"x2\" attributetype=\"XML\" from=\"144.72135954999564\" to=\"154.38211887106038\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_310.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_310.end\" from=\"-47.02282018340414\" to=\"-29.449964214780763\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"154.38211887106038\" y1=\"-29.449964214780763\" x2=\"154.38211887106038\" y2=\"-29.449964214780763\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_313\" attributename=\"x2\" attributetype=\"XML\" from=\"154.38211887106038\" to=\"159.369176105159\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_312.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_312.end\" from=\"-29.449964214780763\" to=\"-10.026658685150991\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"159.369176105159\" y1=\"-10.026658685150991\" x2=\"159.369176105159\" y2=\"-10.026658685150991\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_315\" attributename=\"x2\" attributetype=\"XML\" from=\"159.369176105159\" to=\"159.3691761051595\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_314.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_314.end\" from=\"-10.026658685150991\" to=\"10.02665868513769\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"159.3691761051595\" y1=\"10.02665868513769\" x2=\"159.3691761051595\" y2=\"10.02665868513769\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_317\" attributename=\"x2\" attributetype=\"XML\" from=\"159.3691761051595\" to=\"154.3821188710619\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_316.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_316.end\" from=\"10.02665868513769\" to=\"29.449964214767714\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"154.3821188710619\" y1=\"29.449964214767714\" x2=\"154.3821188710619\" y2=\"29.449964214767714\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_319\" attributename=\"x2\" attributetype=\"XML\" from=\"154.3821188710619\" to=\"144.72135954999803\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_318.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_318.end\" from=\"29.449964214767714\" to=\"47.02282018339158\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"144.72135954999803\" y1=\"47.02282018339158\" x2=\"144.72135954999803\" y2=\"47.02282018339158\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_321\" attributename=\"x2\" attributetype=\"XML\" from=\"144.72135954999803\" to=\"130.99391917989777\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_320.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_320.end\" from=\"47.02282018339158\" to=\"61.64105942205722\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"130.99391917989777\" y1=\"61.64105942205722\" x2=\"130.99391917989777\" y2=\"61.64105942205722\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_323\" attributename=\"x2\" attributetype=\"XML\" from=\"130.99391917989777\" to=\"114.06234332520867\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_322.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_322.end\" from=\"61.64105942205722\" to=\"72.38616419727607\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"114.06234332520867\" y1=\"72.38616419727607\" x2=\"114.06234332520867\" y2=\"72.38616419727607\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_325\" attributename=\"x2\" attributetype=\"XML\" from=\"114.06234332520867\" to=\"94.99050516686098\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_324.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_324.end\" from=\"72.38616419727607\" to=\"78.58298005829009\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"94.99050516686098\" y1=\"78.58298005829009\" x2=\"94.99050516686098\" y2=\"78.58298005829009\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_327\" attributename=\"x2\" attributetype=\"XML\" from=\"94.99050516686098\" to=\"74.97675843765798\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_326.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_326.end\" from=\"78.58298005829009\" to=\"79.84213827425722\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"74.97675843765798\" y1=\"79.84213827425722\" x2=\"74.97675843765798\" y2=\"79.84213827425722\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_329\" attributename=\"x2\" attributetype=\"XML\" from=\"74.97675843765798\" to=\"55.27864045000716\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_328.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_328.end\" from=\"79.84213827425722\" to=\"76.08452130360827\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"55.27864045000716\" y1=\"76.08452130360827\" x2=\"55.27864045000716\" y2=\"76.08452130360827\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_331\" attributename=\"x2\" attributetype=\"XML\" from=\"55.27864045000716\" to=\"37.133856401683005\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_330.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_330.end\" from=\"76.08452130360827\" to=\"67.54623404015764\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"37.133856401683005\" y1=\"67.54623404015764\" x2=\"37.133856401683005\" y2=\"67.54623404015764\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_333\" attributename=\"x2\" attributetype=\"XML\" from=\"37.133856401683005\" to=\"21.682509806289495\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_332.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_332.end\" from=\"67.54623404015764\" to=\"54.76376847429191\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"21.682509806289495\" y1=\"54.76376847429191\" x2=\"21.682509806289495\" y2=\"54.76376847429191\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_335\" attributename=\"x2\" attributetype=\"XML\" from=\"21.682509806289495\" to=\"9.895465596492928\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_334.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_334.end\" from=\"54.76376847429191\" to=\"38.54029392813433\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"9.895465596492928\" y1=\"38.54029392813433\" x2=\"9.895465596492928\" y2=\"38.54029392813433\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_337\" attributename=\"x2\" attributetype=\"XML\" from=\"9.895465596492928\" to=\"2.5133471097110647\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_336.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_336.end\" from=\"38.54029392813433\" to=\"19.895190973185674\" dur=\" 0.107s\" fill=\"freeze\"></animate></line><line x1=\"2.5133471097110647\" y1=\"19.895190973185674\" x2=\"2.5133471097110647\" y2=\"19.895190973185674\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_339\" attributename=\"x2\" attributetype=\"XML\" from=\"2.5133471097110647\" to=\"1.0653700144303002e-12\" dur=\" 0.107s\" fill=\"freeze\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_338.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_338.end\" from=\"19.895190973185674\" to=\"-2.6503244043851737e-12\" dur=\" 0.107s\" fill=\"freeze\"></animate></line></g><g transform=\"translate(320 240)\"></g><g transform=\"translate(320 240)\"><polygon points=\"0,16 -2,14 -1,10 -4,7 -7,9 -9,8 -6,5 -7,1 -5,-3 -8,-6 -6,-8 -4,-5 0,-7 4,-5 6,-8 8,-6 5,-3 7,1 6,5 9,8 7,9 4,7 1,10 2,14\" stroke=\"black\" fill=\"black\" stroke-width=\"1\" opacity=\"0\"><animate id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_1\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_0.end\" dur=\"1ms\" fill=\"freeze\" attributename=\"opacity\" attributetype=\"XML\" from=\"0\" to=\"1\"></animate><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_2.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_3\" type=\"rotate\" from=\"0,0,0\" to=\"0.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_2.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_3.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_4\" type=\"rotate\" from=\"-90.0,0,0\" to=\"-90.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_3.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_4.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_5\" type=\"rotate\" from=\"-90.0,0,0\" to=\"-180.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_4.end\" dur=\" 0.083s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_5.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_6\" type=\"rotate\" from=\"-180.0,0,0\" to=\"-192.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_5.end\" dur=\" 0.011s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_6.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"0.0,-0.0\" to=\"-1.729090847147982,-8.134732861516003\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_6.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_7.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_8\" type=\"rotate\" from=\"-192.0,0,0\" to=\"-216.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_7.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_8.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-1.729090847147982,-8.134732861516003\" to=\"-6.617387872822834,-14.862896509547884\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_8.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_9.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_10\" type=\"rotate\" from=\"-216.0,0,0\" to=\"-240.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_9.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_10.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-6.617387872822834,-14.862896509547884\" to=\"-13.819660112501051,-19.02113032590307\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_10.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_11.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_12\" type=\"rotate\" from=\"-240.0,0,0\" to=\"-264.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_11.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_12.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-13.819660112501051,-19.02113032590307\" to=\"-22.090569265353068,-19.890437907365467\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_12.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_13.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_14\" type=\"rotate\" from=\"-264.0,0,0\" to=\"-288.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_13.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_14.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-22.090569265353068,-19.890437907365467\" to=\"-30.0,-17.320508075688775\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_14.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_15.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_16\" type=\"rotate\" from=\"-288.0,0,0\" to=\"-312.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_15.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_16.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-30.0,-17.320508075688775\" to=\"-36.180339887498945,-11.755705045849464\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_16.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_17.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_18\" type=\"rotate\" from=\"-312.0,0,0\" to=\"-336.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_17.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_18.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-36.180339887498945,-11.755705045849464\" to=\"-39.56295201467611,-4.158233816355188\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_18.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_19.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_20\" type=\"rotate\" from=\"-336.0,0,0\" to=\"-360.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_19.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_20.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-39.56295201467611,-4.158233816355188\" to=\"-39.56295201467611,4.158233816355184\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_20.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_21.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_22\" type=\"rotate\" from=\"-360.0,0,0\" to=\"-384.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_21.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_22.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-39.56295201467611,4.158233816355184\" to=\"-36.180339887498945,11.75570504584946\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_22.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_23.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_24\" type=\"rotate\" from=\"-384.0,0,0\" to=\"-408.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_23.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_24.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-36.180339887498945,11.75570504584946\" to=\"-29.999999999999996,17.32050807568877\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_24.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_25.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_26\" type=\"rotate\" from=\"-408.0,0,0\" to=\"-432.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_25.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_26.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-29.999999999999996,17.32050807568877\" to=\"-22.090569265353068,19.890437907365467\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_26.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_27.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_28\" type=\"rotate\" from=\"-432.0,0,0\" to=\"-456.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_27.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_28.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-22.090569265353068,19.890437907365467\" to=\"-13.819660112501051,19.021130325903076\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_28.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_29.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_30\" type=\"rotate\" from=\"-456.0,0,0\" to=\"-480.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_29.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_30.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-13.819660112501051,19.021130325903076\" to=\"-6.617387872822836,14.862896509547891\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_30.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_31.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_32\" type=\"rotate\" from=\"-480.0,0,0\" to=\"-504.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_31.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_32.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-6.617387872822836,14.862896509547891\" to=\"-1.7290908471479813,8.134732861516014\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_32.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_33.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_34\" type=\"rotate\" from=\"-504.0,0,0\" to=\"-528.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_33.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_34.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-1.7290908471479813,8.134732861516014\" to=\"-1.9984014443252818e-15,1.0658141036401503e-14\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_34.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_35.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_36\" type=\"rotate\" from=\"-528.0,0,0\" to=\"-552.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_35.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_36.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_37\" type=\"rotate\" from=\"-552.0,0,0\" to=\"-540.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_36.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_37.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_38\" type=\"rotate\" from=\"-540.0,0,0\" to=\"-550.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_37.end\" dur=\" 0.009s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_38.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-1.9984014443252818e-15,1.0658141036401503e-14\" to=\"-2.4122951685636593,-13.680805733026737\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_38.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_39.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_40\" type=\"rotate\" from=\"-550.0,0,0\" to=\"-570.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_39.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_40.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-2.4122951685636593,-13.680805733026737\" to=\"-9.358222275240863,-25.711504387461567\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_40.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_41.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_42\" type=\"rotate\" from=\"-570.0,0,0\" to=\"-590.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_41.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_42.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-9.358222275240863,-25.711504387461567\" to=\"-19.999999999999986,-34.641016151377535\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_42.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_43.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_44\" type=\"rotate\" from=\"-590.0,0,0\" to=\"-610.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_43.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_44.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-19.999999999999986,-34.641016151377535\" to=\"-33.05407289332277,-39.39231012048831\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_44.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_45.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_46\" type=\"rotate\" from=\"-610.0,0,0\" to=\"-630.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_45.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_46.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-33.05407289332277,-39.39231012048831\" to=\"-46.945927106677196,-39.39231012048832\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_46.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_47.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_48\" type=\"rotate\" from=\"-630.0,0,0\" to=\"-650.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_47.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_48.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-46.945927106677196,-39.39231012048832\" to=\"-59.999999999999986,-34.641016151377556\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_48.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_49.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_50\" type=\"rotate\" from=\"-650.0,0,0\" to=\"-670.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_49.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_50.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-59.999999999999986,-34.641016151377556\" to=\"-70.6417777247591,-25.711504387461577\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_50.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_51.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_52\" type=\"rotate\" from=\"-670.0,0,0\" to=\"-690.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_51.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_52.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-70.6417777247591,-25.711504387461577\" to=\"-77.5877048314363,-13.680805733026753\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_52.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_53.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_54\" type=\"rotate\" from=\"-690.0,0,0\" to=\"-710.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_53.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_54.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-77.5877048314363,-13.680805733026753\" to=\"-79.99999999999997,-7.105427357601002e-15\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_54.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_55.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_56\" type=\"rotate\" from=\"-710.0,0,0\" to=\"-730.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_55.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_56.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-79.99999999999997,-7.105427357601002e-15\" to=\"-77.58770483143631,13.680805733026741\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_56.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_57.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_58\" type=\"rotate\" from=\"-730.0,0,0\" to=\"-750.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_57.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_58.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-77.58770483143631,13.680805733026741\" to=\"-70.64177772475911,25.71150438746157\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_58.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_59.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_60\" type=\"rotate\" from=\"-750.0,0,0\" to=\"-770.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_59.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_60.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-70.64177772475911,25.71150438746157\" to=\"-59.999999999999986,34.641016151377535\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_60.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_61.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_62\" type=\"rotate\" from=\"-770.0,0,0\" to=\"-790.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_61.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_62.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-59.999999999999986,34.641016151377535\" to=\"-46.9459271066772,39.39231012048831\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_62.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_63.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_64\" type=\"rotate\" from=\"-790.0,0,0\" to=\"-810.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_63.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_64.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-46.9459271066772,39.39231012048831\" to=\"-33.054072893322775,39.39231012048832\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_64.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_65.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_66\" type=\"rotate\" from=\"-810.0,0,0\" to=\"-830.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_65.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_66.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-33.054072893322775,39.39231012048832\" to=\"-19.999999999999986,34.641016151377556\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_66.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_67.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_68\" type=\"rotate\" from=\"-830.0,0,0\" to=\"-850.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_67.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_68.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-19.999999999999986,34.641016151377556\" to=\"-9.358222275240871,25.71150438746158\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_68.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_69.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_70\" type=\"rotate\" from=\"-850.0,0,0\" to=\"-870.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_69.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_70.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-9.358222275240871,25.71150438746158\" to=\"-2.4122951685636593,13.680805733026757\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_70.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_71.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_72\" type=\"rotate\" from=\"-870.0,0,0\" to=\"-890.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_71.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_72.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-2.4122951685636593,13.680805733026757\" to=\"9.769962616701378e-15,1.0658141036401503e-14\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_72.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_73.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_74\" type=\"rotate\" from=\"-890.0,0,0\" to=\"-910.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_73.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_74.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_75\" type=\"rotate\" from=\"-910.0,0,0\" to=\"-900.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_74.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_75.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_76\" type=\"rotate\" from=\"-900.0,0,0\" to=\"-908.1818181818181,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_75.end\" dur=\" 0.008s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_76.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"9.769962616701378e-15,1.0658141036401503e-14\" to=\"-2.4304215831301206,-16.903953410485773\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_76.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_77.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_78\" type=\"rotate\" from=\"-908.1818181818181,0,0\" to=\"-924.5454545454545,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_77.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_78.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-2.4304215831301206,-16.903953410485773\" to=\"-9.524788030129066,-32.43844904733586\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_78.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_79.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_80\" type=\"rotate\" from=\"-924.5454545454545,0,0\" to=\"-940.9090909090909,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_79.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_80.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-9.524788030129066,-32.43844904733586\" to=\"-20.70835596328283,-45.344974461255504\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_80.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_81.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_82\" type=\"rotate\" from=\"-940.9090909090909,0,0\" to=\"-957.2727272727273,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_81.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_82.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-20.70835596328283,-45.344974461255504\" to=\"-35.075099219886745,-54.577919721271115\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_82.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_83.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_84\" type=\"rotate\" from=\"-957.2727272727273,0,0\" to=\"-973.6363636363636,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_83.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_84.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-35.075099219886745,-54.577919721271115\" to=\"-51.461109703602816,-59.38928651285598\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_84.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_85.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_86\" type=\"rotate\" from=\"-973.6363636363636,0,0\" to=\"-990.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_85.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_86.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-51.461109703602816,-59.38928651285598\" to=\"-68.53889029639703,-59.38928651285599\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_86.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_87.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_88\" type=\"rotate\" from=\"-990.0,0,0\" to=\"-1006.3636363636364,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_87.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_88.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-68.53889029639703,-59.38928651285599\" to=\"-84.9249007801131,-54.577919721271144\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_88.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_89.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_90\" type=\"rotate\" from=\"-1006.3636363636364,0,0\" to=\"-1022.7272727272727,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_89.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_90.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-84.9249007801131,-54.577919721271144\" to=\"-99.29164403671703,-45.34497446125555\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_90.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_91.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_92\" type=\"rotate\" from=\"-1022.7272727272727,0,0\" to=\"-1039.090909090909,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_91.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_92.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-99.29164403671703,-45.34497446125555\" to=\"-110.47521196987078,-32.43844904733591\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_92.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_93.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_94\" type=\"rotate\" from=\"-1039.090909090909,0,0\" to=\"-1055.4545454545453,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_93.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_94.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-110.47521196987078,-32.43844904733591\" to=\"-117.56957841686977,-16.903953410485844\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_94.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_95.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_96\" type=\"rotate\" from=\"-1055.4545454545453,0,0\" to=\"-1071.8181818181815,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_95.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_96.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-117.56957841686977,-16.903953410485844\" to=\"-119.99999999999993,-6.039613253960852e-14\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_96.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_97.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_98\" type=\"rotate\" from=\"-1071.8181818181815,0,0\" to=\"-1088.1818181818178,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_97.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_98.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-119.99999999999993,-6.039613253960852e-14\" to=\"-117.56957841686975,16.903953410485716\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_98.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_99.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_100\" type=\"rotate\" from=\"-1088.1818181818178,0,0\" to=\"-1104.545454545454,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_99.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_100.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-117.56957841686975,16.903953410485716\" to=\"-110.47521196987077,32.43844904733579\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_100.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_101.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_102\" type=\"rotate\" from=\"-1104.545454545454,0,0\" to=\"-1120.9090909090903,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_101.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_102.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-110.47521196987077,32.43844904733579\" to=\"-99.29164403671699,45.34497446125541\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_102.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_103.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_104\" type=\"rotate\" from=\"-1120.9090909090903,0,0\" to=\"-1137.2727272727266,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_103.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_104.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-99.29164403671699,45.34497446125541\" to=\"-84.92490078011308,54.57791972127102\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_104.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_105.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_106\" type=\"rotate\" from=\"-1137.2727272727266,0,0\" to=\"-1153.6363636363628,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_105.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_106.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-84.92490078011308,54.57791972127102\" to=\"-68.53889029639701,59.389286512855925\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_106.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_107.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_108\" type=\"rotate\" from=\"-1153.6363636363628,0,0\" to=\"-1169.999999999999,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_107.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_108.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-68.53889029639701,59.389286512855925\" to=\"-51.4611097036028,59.389286512855996\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_108.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_109.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_110\" type=\"rotate\" from=\"-1169.999999999999,0,0\" to=\"-1186.3636363636354,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_109.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_110.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-51.4611097036028,59.389286512855996\" to=\"-35.075099219886695,54.577919721271236\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_110.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_111.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_112\" type=\"rotate\" from=\"-1186.3636363636354,0,0\" to=\"-1202.7272727272716,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_111.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_112.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-35.075099219886695,54.577919721271236\" to=\"-20.708355963282703,45.344974461255745\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_112.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_113.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_114\" type=\"rotate\" from=\"-1202.7272727272716,0,0\" to=\"-1219.0909090909079,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_113.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_114.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-20.708355963282703,45.344974461255745\" to=\"-9.524788030128805,32.43844904733621\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_114.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_115.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_116\" type=\"rotate\" from=\"-1219.0909090909079,0,0\" to=\"-1235.4545454545441,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_115.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_116.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-9.524788030128805,32.43844904733621\" to=\"-2.430421583129644,16.903953410486228\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_116.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_117.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_118\" type=\"rotate\" from=\"-1235.4545454545441,0,0\" to=\"-1251.8181818181804,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_117.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_118.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-2.430421583129644,16.903953410486228\" to=\"7.496225862269057e-13,4.831690603168681e-13\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_118.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_119.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_120\" type=\"rotate\" from=\"-1251.8181818181804,0,0\" to=\"-1268.1818181818167,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_119.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_120.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_121\" type=\"rotate\" from=\"-1268.1818181818167,0,0\" to=\"-1259.9999999999984,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_120.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_121.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_122\" type=\"rotate\" from=\"-1259.9999999999984,0,0\" to=\"-1267.1999999999985,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_121.end\" dur=\" 0.007s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_122.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"7.496225862269057e-13,4.831690603168681e-13\" to=\"-2.5133471097084836,-19.895190973187937\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_122.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_123.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_124\" type=\"rotate\" from=\"-1267.1999999999985,0,0\" to=\"-1281.5999999999985,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_123.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_124.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-2.5133471097084836,-19.895190973187937\" to=\"-9.8954655964896,-38.54029392813689\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_124.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_125.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_126\" type=\"rotate\" from=\"-1281.5999999999985,0,0\" to=\"-1295.9999999999986,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_125.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_126.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-9.8954655964896,-38.54029392813689\" to=\"-21.68250980628555,-54.76376847429492\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_126.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_127.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_128\" type=\"rotate\" from=\"-1295.9999999999986,0,0\" to=\"-1310.3999999999987,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_127.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_128.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-21.68250980628555,-54.76376847429492\" to=\"-37.1338564016786,-67.54623404016121\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_128.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_129.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_130\" type=\"rotate\" from=\"-1310.3999999999987,0,0\" to=\"-1324.7999999999988,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_129.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_130.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-37.1338564016786,-67.54623404016121\" to=\"-55.278640450002456,-76.08452130361245\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_130.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_131.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_132\" type=\"rotate\" from=\"-1324.7999999999988,0,0\" to=\"-1339.199999999999,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_131.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_132.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-55.278640450002456,-76.08452130361245\" to=\"-74.97675843765316,-79.84213827426203\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_132.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_133.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_134\" type=\"rotate\" from=\"-1339.199999999999,0,0\" to=\"-1353.599999999999,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_133.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_134.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-74.97675843765316,-79.84213827426203\" to=\"-94.99050516685621,-78.58298005829549\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_134.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_135.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_136\" type=\"rotate\" from=\"-1353.599999999999,0,0\" to=\"-1367.999999999999,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_135.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_136.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-94.99050516685621,-78.58298005829549\" to=\"-114.06234332520407,-72.38616419728201\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_136.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_137.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_138\" type=\"rotate\" from=\"-1367.999999999999,0,0\" to=\"-1382.3999999999992,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_137.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_138.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-114.06234332520407,-72.38616419728201\" to=\"-130.99391917989348,-61.641059422063655\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_138.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_139.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_140\" type=\"rotate\" from=\"-1382.3999999999992,0,0\" to=\"-1396.7999999999993,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_139.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_140.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-130.99391917989348,-61.641059422063655\" to=\"-144.72135954999413,-47.022820183398395\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_140.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_141.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_142\" type=\"rotate\" from=\"-1396.7999999999993,0,0\" to=\"-1411.1999999999994,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_141.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_142.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-144.72135954999413,-47.022820183398395\" to=\"-154.38211887105845,-29.449964214774777\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_142.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_143.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_144\" type=\"rotate\" from=\"-1411.1999999999994,0,0\" to=\"-1425.5999999999995,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_143.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_144.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-154.38211887105845,-29.449964214774777\" to=\"-159.36917610515653,-10.026658685144866\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_144.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_145.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_146\" type=\"rotate\" from=\"-1425.5999999999995,0,0\" to=\"-1439.9999999999995,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_145.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_146.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-159.36917610515653,-10.026658685144866\" to=\"-159.36917610515644,10.026658685143815\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_146.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_147.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_148\" type=\"rotate\" from=\"-1439.9999999999995,0,0\" to=\"-1454.3999999999996,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_147.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_148.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-159.36917610515644,10.026658685143815\" to=\"-154.3821188710582,29.449964214773683\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_148.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_149.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_150\" type=\"rotate\" from=\"-1454.3999999999996,0,0\" to=\"-1468.7999999999997,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_149.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_150.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-154.3821188710582,29.449964214773683\" to=\"-144.7213595499938,47.02282018339725\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_150.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_151.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_152\" type=\"rotate\" from=\"-1468.7999999999997,0,0\" to=\"-1483.1999999999998,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_151.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_152.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-144.7213595499938,47.02282018339725\" to=\"-130.99391917989306,61.64105942206244\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_152.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_153.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_154\" type=\"rotate\" from=\"-1483.1999999999998,0,0\" to=\"-1497.6,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_153.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_154.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-130.99391917989306,61.64105942206244\" to=\"-114.06234332520359,72.3861641972807\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_154.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_155.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_156\" type=\"rotate\" from=\"-1497.6,0,0\" to=\"-1512.0,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_155.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_156.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-114.06234332520359,72.3861641972807\" to=\"-94.99050516685567,78.58298005829403\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_156.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_157.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_158\" type=\"rotate\" from=\"-1512.0,0,0\" to=\"-1526.4,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_157.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_158.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-94.99050516685567,78.58298005829403\" to=\"-74.9767584376526,79.84213827426038\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_158.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_159.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_160\" type=\"rotate\" from=\"-1526.4,0,0\" to=\"-1540.8000000000002,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_159.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_160.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-74.9767584376526,79.84213827426038\" to=\"-55.278640450001944,76.08452130361063\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_160.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_161.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_162\" type=\"rotate\" from=\"-1540.8000000000002,0,0\" to=\"-1555.2000000000003,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_161.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_162.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-55.278640450001944,76.08452130361063\" to=\"-37.13385640167816,67.54623404015922\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_162.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_163.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_164\" type=\"rotate\" from=\"-1555.2000000000003,0,0\" to=\"-1569.6000000000004,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_163.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_164.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-37.13385640167816,67.54623404015922\" to=\"-21.682509806285175,54.76376847429285\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_164.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_165.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_166\" type=\"rotate\" from=\"-1569.6000000000004,0,0\" to=\"-1584.0000000000005,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_165.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_166.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-21.682509806285175,54.76376847429285\" to=\"-9.89546559648931,38.54029392813476\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_166.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_167.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_168\" type=\"rotate\" from=\"-1584.0000000000005,0,0\" to=\"-1598.4000000000005,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_167.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_168.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-9.89546559648931,38.54029392813476\" to=\"-2.513347109708291,19.895190973185766\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_168.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_169.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_170\" type=\"rotate\" from=\"-1598.4000000000005,0,0\" to=\"-1612.8000000000006,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_169.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_170.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-2.513347109708291,19.895190973185766\" to=\"7.669420654110581e-13,-2.675193400136777e-12\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_170.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_171.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_172\" type=\"rotate\" from=\"-1612.8000000000006,0,0\" to=\"-1627.2000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_171.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_172.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_173\" type=\"rotate\" from=\"-1627.2000000000007,0,0\" to=\"-1620.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_172.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_173.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_174\" type=\"rotate\" from=\"-1620.0000000000007,0,0\" to=\"-1608.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_173.end\" dur=\" 0.011s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_174.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"7.669420654110581e-13,-2.675193400136777e-12\" to=\"1.72909084714855,-8.13473286151872\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_174.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_175.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_176\" type=\"rotate\" from=\"-1608.0000000000007,0,0\" to=\"-1584.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_175.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_176.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"1.72909084714855,-8.13473286151872\" to=\"6.6173878728232545,-14.862896509550708\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_176.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_177.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_178\" type=\"rotate\" from=\"-1584.0000000000007,0,0\" to=\"-1560.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_177.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_178.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"6.6173878728232545,-14.862896509550708\" to=\"13.819660112501372,-19.021130325906064\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_178.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_179.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_180\" type=\"rotate\" from=\"-1560.0000000000007,0,0\" to=\"-1536.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_179.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_180.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"13.819660112501372,-19.021130325906064\" to=\"22.090569265353366,-19.89043790736866\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_180.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_181.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_182\" type=\"rotate\" from=\"-1536.0000000000007,0,0\" to=\"-1512.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_181.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_182.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"22.090569265353366,-19.89043790736866\" to=\"30.00000000000035,-17.320508075692143\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_182.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_183.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_184\" type=\"rotate\" from=\"-1512.0000000000007,0,0\" to=\"-1488.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_183.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_184.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"30.00000000000035,-17.320508075692143\" to=\"36.18033988749943,-11.755705045852977\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_184.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_185.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_186\" type=\"rotate\" from=\"-1488.0000000000007,0,0\" to=\"-1464.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_185.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_186.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"36.18033988749943,-11.755705045852977\" to=\"39.56295201467678,-4.158233816358786\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_186.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_187.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_188\" type=\"rotate\" from=\"-1464.0000000000007,0,0\" to=\"-1440.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_187.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_188.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"39.56295201467678,-4.158233816358786\" to=\"39.562952014676966,4.158233816351586\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_188.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_189.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_190\" type=\"rotate\" from=\"-1440.0000000000007,0,0\" to=\"-1416.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_189.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_190.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"39.562952014676966,4.158233816351586\" to=\"36.18033988749998,11.75570504584594\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_190.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_191.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_192\" type=\"rotate\" from=\"-1416.0000000000007,0,0\" to=\"-1392.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_191.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_192.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"36.18033988749998,11.75570504584594\" to=\"30.000000000001172,17.3205080756854\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_192.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_193.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_194\" type=\"rotate\" from=\"-1392.0000000000007,0,0\" to=\"-1368.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_193.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_194.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"30.000000000001172,17.3205080756854\" to=\"22.0905692653543,19.89043790736227\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_194.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_195.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_196\" type=\"rotate\" from=\"-1368.0000000000007,0,0\" to=\"-1344.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_195.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_196.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"22.0905692653543,19.89043790736227\" to=\"13.819660112502264,19.021130325900067\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_196.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_197.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_198\" type=\"rotate\" from=\"-1344.0000000000007,0,0\" to=\"-1320.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_197.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_198.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"13.819660112502264,19.021130325900067\" to=\"6.617387872823947,14.86289650954506\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_198.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_199.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_200\" type=\"rotate\" from=\"-1320.0000000000007,0,0\" to=\"-1296.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_199.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_200.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"6.617387872823947,14.86289650954506\" to=\"1.729090847148945,8.134732861513289\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_200.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_201.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_202\" type=\"rotate\" from=\"-1296.0000000000007,0,0\" to=\"-1272.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_201.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_202.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"1.729090847148945,8.134732861513289\" to=\"7.722711359292589e-13,-2.673417043297377e-12\" dur=\" 0.045s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_202.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_203.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_204\" type=\"rotate\" from=\"-1272.0000000000007,0,0\" to=\"-1248.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_203.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_204.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_205\" type=\"rotate\" from=\"-1248.0000000000007,0,0\" to=\"-1260.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_204.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_205.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_206\" type=\"rotate\" from=\"-1260.0000000000007,0,0\" to=\"-1250.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_205.end\" dur=\" 0.009s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_206.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"7.722711359292589e-13,-2.673417043297377e-12\" to=\"2.4122951685641287,-13.680805733029477\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_206.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_207.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_208\" type=\"rotate\" from=\"-1250.0000000000007,0,0\" to=\"-1230.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_207.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_208.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"2.4122951685641287,-13.680805733029477\" to=\"9.358222275241067,-25.71150438746446\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_208.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_209.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_210\" type=\"rotate\" from=\"-1230.0000000000007,0,0\" to=\"-1210.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_209.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_210.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"9.358222275241067,-25.71150438746446\" to=\"19.99999999999998,-34.64101615138068\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_210.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_211.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_212\" type=\"rotate\" from=\"-1210.0000000000007,0,0\" to=\"-1190.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_211.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_212.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"19.99999999999998,-34.64101615138068\" to=\"33.054072893322655,-39.39231012049177\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_212.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_213.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_214\" type=\"rotate\" from=\"-1190.0000000000007,0,0\" to=\"-1170.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_213.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_214.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"33.054072893322655,-39.39231012049177\" to=\"46.94592710667708,-39.392310120492105\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_214.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_215.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_216\" type=\"rotate\" from=\"-1170.0000000000007,0,0\" to=\"-1150.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_215.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_216.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"46.94592710667708,-39.392310120492105\" to=\"59.999999999999986,-34.64101615138165\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_216.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_217.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_218\" type=\"rotate\" from=\"-1150.0000000000007,0,0\" to=\"-1130.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_217.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_218.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"59.999999999999986,-34.64101615138165\" to=\"70.64177772475932,-25.711504387465943\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_218.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_219.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_220\" type=\"rotate\" from=\"-1130.0000000000007,0,0\" to=\"-1110.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_219.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_220.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"70.64177772475932,-25.711504387465943\" to=\"77.5877048314368,-13.680805733031272\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_220.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_221.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_222\" type=\"rotate\" from=\"-1110.0000000000007,0,0\" to=\"-1090.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_221.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_222.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"77.5877048314368,-13.680805733031272\" to=\"80.00000000000077,-4.5776715751344454e-12\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_222.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_223.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_224\" type=\"rotate\" from=\"-1090.0000000000007,0,0\" to=\"-1070.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_223.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_224.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"80.00000000000077,-4.5776715751344454e-12\" to=\"77.5877048314374,13.680805733022225\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_224.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_225.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_226\" type=\"rotate\" from=\"-1070.0000000000007,0,0\" to=\"-1050.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_225.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_226.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"77.5877048314374,13.680805733022225\" to=\"70.64177772476047,25.711504387457207\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_226.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_227.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_228\" type=\"rotate\" from=\"-1050.0000000000007,0,0\" to=\"-1030.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_227.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_228.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"70.64177772476047,25.711504387457207\" to=\"60.00000000000156,34.64101615137343\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_228.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_229.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_230\" type=\"rotate\" from=\"-1030.0000000000007,0,0\" to=\"-1010.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_229.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_230.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"60.00000000000156,34.64101615137343\" to=\"46.945927106678894,39.39231012048452\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_230.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_231.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_232\" type=\"rotate\" from=\"-1010.0000000000007,0,0\" to=\"-990.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_231.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_232.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"46.945927106678894,39.39231012048452\" to=\"33.05407289332447,39.39231012048485\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_232.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_233.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_234\" type=\"rotate\" from=\"-990.0000000000007,0,0\" to=\"-970.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_233.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_234.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"33.05407289332447,39.39231012048485\" to=\"20.000000000001574,34.64101615137437\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_234.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_235.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_236\" type=\"rotate\" from=\"-970.0000000000007,0,0\" to=\"-950.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_235.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_236.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"20.000000000001574,34.64101615137437\" to=\"9.358222275242246,25.71150438745865\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_236.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_237.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_238\" type=\"rotate\" from=\"-950.0000000000007,0,0\" to=\"-930.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_237.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_238.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"9.358222275242246,25.71150438745865\" to=\"2.4122951685647482,13.680805733023991\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_238.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_239.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_240\" type=\"rotate\" from=\"-930.0000000000007,0,0\" to=\"-910.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_239.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_240.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"2.4122951685647482,13.680805733023991\" to=\"7.540634783254063e-13,-2.6982860390489805e-12\" dur=\" 0.074s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_240.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_241.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_242\" type=\"rotate\" from=\"-910.0000000000007,0,0\" to=\"-890.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_241.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_242.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_243\" type=\"rotate\" from=\"-890.0000000000007,0,0\" to=\"-900.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_242.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_243.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_244\" type=\"rotate\" from=\"-900.0000000000007,0,0\" to=\"-891.8181818181826,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_243.end\" dur=\" 0.008s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_244.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"7.540634783254063e-13,-2.6982860390489805e-12\" to=\"2.430421583130483,-16.90395341048854\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_244.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_245.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_246\" type=\"rotate\" from=\"-891.8181818181826,0,0\" to=\"-875.4545454545462,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_245.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_246.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"2.430421583130483,-16.90395341048854\" to=\"9.524788030129088,-32.43844904733878\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_246.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_247.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_248\" type=\"rotate\" from=\"-875.4545454545462,0,0\" to=\"-859.0909090909098,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_247.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_248.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"9.524788030129088,-32.43844904733878\" to=\"20.708355963282543,-45.34497446125869\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_248.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_249.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_250\" type=\"rotate\" from=\"-859.0909090909098,0,0\" to=\"-842.7272727272734,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_249.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_250.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"20.708355963282543,-45.34497446125869\" to=\"35.07509921988624,-54.57791972127464\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_250.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_251.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_252\" type=\"rotate\" from=\"-842.7272727272734,0,0\" to=\"-826.363636363637,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_251.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_252.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"35.07509921988624,-54.57791972127464\" to=\"51.461109703602204,-59.3892865128599\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_252.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_253.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_254\" type=\"rotate\" from=\"-826.363636363637,0,0\" to=\"-810.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_253.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_254.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"51.461109703602204,-59.3892865128599\" to=\"68.53889029639642,-59.389286512860316\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_254.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_255.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_256\" type=\"rotate\" from=\"-810.0000000000007,0,0\" to=\"-793.6363636363643,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_255.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_256.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"68.53889029639642,-59.389286512860316\" to=\"84.92490078011261,-54.577919721275826\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_256.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_257.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_258\" type=\"rotate\" from=\"-793.6363636363643,0,0\" to=\"-777.2727272727279,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_257.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_258.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"84.92490078011261,-54.577919721275826\" to=\"99.29164403671673,-45.34497446126055\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_258.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_259.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_260\" type=\"rotate\" from=\"-777.2727272727279,0,0\" to=\"-760.9090909090916,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_259.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_260.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"99.29164403671673,-45.34497446126055\" to=\"110.4752119698708,-32.438449047341166\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_260.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_261.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_262\" type=\"rotate\" from=\"-760.9090909090916,0,0\" to=\"-744.5454545454552,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_261.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_262.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"110.4752119698708,-32.438449047341166\" to=\"117.56957841687013,-16.903953410491262\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_262.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_263.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_264\" type=\"rotate\" from=\"-744.5454545454552,0,0\" to=\"-728.1818181818188,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_263.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_264.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"117.56957841687013,-16.903953410491262\" to=\"120.00000000000068,-5.538680625249981e-12\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_264.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_265.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_266\" type=\"rotate\" from=\"-728.1818181818188,0,0\" to=\"-711.8181818181824,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_265.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_266.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"120.00000000000068,-5.538680625249981e-12\" to=\"117.5695784168709,16.903953410480295\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_266.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_267.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_268\" type=\"rotate\" from=\"-711.8181818181824,0,0\" to=\"-695.4545454545461,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_267.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_268.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"117.5695784168709,16.903953410480295\" to=\"110.47521196987226,32.43844904733052\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_268.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_269.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_270\" type=\"rotate\" from=\"-695.4545454545461,0,0\" to=\"-679.0909090909097,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_269.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_270.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"110.47521196987226,32.43844904733052\" to=\"99.29164403671878,45.34497446125041\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_270.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_271.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_272\" type=\"rotate\" from=\"-679.0909090909097,0,0\" to=\"-662.7272727272733,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_271.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_272.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"99.29164403671878,45.34497446125041\" to=\"84.92490078011507,54.57791972126633\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_272.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_273.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_274\" type=\"rotate\" from=\"-662.7272727272733,0,0\" to=\"-646.3636363636369,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_273.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_274.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"84.92490078011507,54.57791972126633\" to=\"68.5388902963991,59.38928651285156\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_274.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_275.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_276\" type=\"rotate\" from=\"-646.3636363636369,0,0\" to=\"-630.0000000000006,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_275.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_276.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"68.5388902963991,59.38928651285156\" to=\"51.46110970360489,59.38928651285192\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_276.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_277.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_278\" type=\"rotate\" from=\"-630.0000000000006,0,0\" to=\"-613.6363636363642,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_277.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_278.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"51.46110970360489,59.38928651285192\" to=\"35.07509921988871,54.577919721267406\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_278.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_279.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_280\" type=\"rotate\" from=\"-613.6363636363642,0,0\" to=\"-597.2727272727278,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_279.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_280.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"35.07509921988871,54.577919721267406\" to=\"20.7083559632846,45.34497446125211\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_280.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_281.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_282\" type=\"rotate\" from=\"-597.2727272727278,0,0\" to=\"-580.9090909090914,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_281.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_282.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"20.7083559632846,45.34497446125211\" to=\"9.524788030130557,32.4384490473327\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_282.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_283.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_284\" type=\"rotate\" from=\"-580.9090909090914,0,0\" to=\"-564.5454545454551,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_283.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_284.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"9.524788030130557,32.4384490473327\" to=\"2.430421583131248,16.903953410482785\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_284.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_285.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_286\" type=\"rotate\" from=\"-564.5454545454551,0,0\" to=\"-548.1818181818187,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_285.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_286.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"2.430421583131248,16.903953410482785\" to=\"7.380762667708041e-13,-2.9451996397256153e-12\" dur=\" 0.091s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_286.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_287.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_288\" type=\"rotate\" from=\"-548.1818181818187,0,0\" to=\"-531.8181818181823,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_287.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_288.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_289\" type=\"rotate\" from=\"-531.8181818181823,0,0\" to=\"-540.0000000000005,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_288.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_289.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_290\" type=\"rotate\" from=\"-540.0000000000005,0,0\" to=\"-532.8000000000004,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_289.end\" dur=\" 0.007s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_290.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"7.380762667708041e-13,-2.9451996397256153e-12\" to=\"2.5133471097098345,-19.895190973191383\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_290.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_291.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_292\" type=\"rotate\" from=\"-532.8000000000004,0,0\" to=\"-518.4000000000004,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_291.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_292.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"2.5133471097098345,-19.895190973191383\" to=\"9.89546559649084,-38.540293928140386\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_292.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_293.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_294\" type=\"rotate\" from=\"-518.4000000000004,0,0\" to=\"-504.00000000000045,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_293.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_294.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"9.89546559649084,-38.540293928140386\" to=\"21.682509806286653,-54.763768474298516\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_294.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_295.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_296\" type=\"rotate\" from=\"-504.00000000000045,0,0\" to=\"-489.6000000000005,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_295.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_296.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"21.682509806286653,-54.763768474298516\" to=\"37.13385640167956,-67.54623404016498\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_296.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_297.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_298\" type=\"rotate\" from=\"-489.6000000000005,0,0\" to=\"-475.2000000000005,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_297.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_298.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"37.13385640167956,-67.54623404016498\" to=\"55.27864045000331,-76.08452130361646\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_298.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_299.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_300\" type=\"rotate\" from=\"-475.2000000000005,0,0\" to=\"-460.8000000000005,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_299.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_300.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"55.27864045000331,-76.08452130361646\" to=\"74.97675843765396,-79.84213827426635\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_300.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_301.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_302\" type=\"rotate\" from=\"-460.8000000000005,0,0\" to=\"-446.40000000000055,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_301.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_302.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"74.97675843765396,-79.84213827426635\" to=\"94.99050516685702,-78.58298005830018\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_302.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_303.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_304\" type=\"rotate\" from=\"-446.40000000000055,0,0\" to=\"-432.00000000000057,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_303.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_304.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"94.99050516685702,-78.58298005830018\" to=\"114.062343325205,-72.3861641972871\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_304.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_305.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_306\" type=\"rotate\" from=\"-432.00000000000057,0,0\" to=\"-417.6000000000006,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_305.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_306.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"114.062343325205,-72.3861641972871\" to=\"130.99391917989465,-61.64105942206909\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_306.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_307.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_308\" type=\"rotate\" from=\"-417.6000000000006,0,0\" to=\"-403.2000000000006,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_307.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_308.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"130.99391917989465,-61.64105942206909\" to=\"144.72135954999564,-47.02282018340414\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_308.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_309.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_310\" type=\"rotate\" from=\"-403.2000000000006,0,0\" to=\"-388.80000000000064,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_309.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_310.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"144.72135954999564,-47.02282018340414\" to=\"154.38211887106038,-29.449964214780763\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_310.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_311.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_312\" type=\"rotate\" from=\"-388.80000000000064,0,0\" to=\"-374.40000000000066,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_311.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_312.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"154.38211887106038,-29.449964214780763\" to=\"159.369176105159,-10.026658685150991\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_312.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_313.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_314\" type=\"rotate\" from=\"-374.40000000000066,0,0\" to=\"-360.0000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_313.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_314.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"159.369176105159,-10.026658685150991\" to=\"159.3691761051595,10.02665868513769\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_314.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_315.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_316\" type=\"rotate\" from=\"-360.0000000000007,0,0\" to=\"-345.6000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_315.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_316.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"159.3691761051595,10.02665868513769\" to=\"154.3821188710619,29.449964214767714\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_316.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_317.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_318\" type=\"rotate\" from=\"-345.6000000000007,0,0\" to=\"-331.2000000000007,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_317.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_318.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"154.3821188710619,29.449964214767714\" to=\"144.72135954999803,47.02282018339158\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_318.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_319.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_320\" type=\"rotate\" from=\"-331.2000000000007,0,0\" to=\"-316.80000000000075,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_319.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_320.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"144.72135954999803,47.02282018339158\" to=\"130.99391917989777,61.64105942205722\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_320.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_321.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_322\" type=\"rotate\" from=\"-316.80000000000075,0,0\" to=\"-302.4000000000008,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_321.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_322.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"130.99391917989777,61.64105942205722\" to=\"114.06234332520867,72.38616419727607\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_322.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_323.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_324\" type=\"rotate\" from=\"-302.4000000000008,0,0\" to=\"-288.0000000000008,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_323.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_324.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"114.06234332520867,72.38616419727607\" to=\"94.99050516686098,78.58298005829009\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_324.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_325.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_326\" type=\"rotate\" from=\"-288.0000000000008,0,0\" to=\"-273.6000000000008,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_325.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_326.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"94.99050516686098,78.58298005829009\" to=\"74.97675843765798,79.84213827425722\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_326.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_327.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_328\" type=\"rotate\" from=\"-273.6000000000008,0,0\" to=\"-259.20000000000084,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_327.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_328.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"74.97675843765798,79.84213827425722\" to=\"55.27864045000716,76.08452130360827\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_328.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_329.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_330\" type=\"rotate\" from=\"-259.20000000000084,0,0\" to=\"-244.80000000000084,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_329.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_330.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"55.27864045000716,76.08452130360827\" to=\"37.133856401683005,67.54623404015764\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_330.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_331.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_332\" type=\"rotate\" from=\"-244.80000000000084,0,0\" to=\"-230.40000000000083,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_331.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_332.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"37.133856401683005,67.54623404015764\" to=\"21.682509806289495,54.76376847429191\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_332.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_333.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_334\" type=\"rotate\" from=\"-230.40000000000083,0,0\" to=\"-216.00000000000082,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_333.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_334.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"21.682509806289495,54.76376847429191\" to=\"9.895465596492928,38.54029392813433\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_334.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_335.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_336\" type=\"rotate\" from=\"-216.00000000000082,0,0\" to=\"-201.60000000000082,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_335.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_336.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"9.895465596492928,38.54029392813433\" to=\"2.5133471097110647,19.895190973185674\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_336.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_337.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_338\" type=\"rotate\" from=\"-201.60000000000082,0,0\" to=\"-187.2000000000008,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_337.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_338.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"2.5133471097110647,19.895190973185674\" to=\"1.0653700144303002e-12,-2.6503244043851737e-12\" dur=\" 0.107s\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_338.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_339.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_340\" type=\"rotate\" from=\"-187.2000000000008,0,0\" to=\"-172.8000000000008,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_339.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_340.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_341\" type=\"rotate\" from=\"-172.8000000000008,0,0\" to=\"-180.0000000000008,0,0\" begin=\"af_5fcf1aabbdcf4b34a0105e4a3c3af01f_340.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform></polygon></g></svg>"},"metadata":{}}]},{"metadata":{},"cell_type":"markdown","source":"## Fleur\n\nDessinons des cercles dans une boucle, et tournons chaque fois.\n\n"},{"metadata":{},"cell_type":"markdown","source":"<h3 style=\"color:teal;background-color:azure;\" > <i class=\"fa fa-pencil\" aria-hidden=\"true\"> </i> Exercice 1 </h3>Modifiez le nombre de répétitions et l'angle de rotation.\n\n"},{"metadata":{"trusted":false},"cell_type":"code","source":"from turtle import *\n\nfor _ in range(6):\n circle(50)\n left(60)\n\ndone()\n","execution_count":null,"outputs":[]},{"metadata":{},"cell_type":"markdown","source":"## Arc de cercle\n\nCette fonction peut avoir un deuxième paramètre sous la forme `circle(r, angle)`,\noù `angle` représente l'angle de l'arc de cercle dessiné.\nPar défaut, l'angle est de 360°, donc un cercle entier.\n\nVoici un exemple qui utilise deux demi-cercles de 180°.\n\n"},{"metadata":{},"cell_type":"markdown","source":"<h3 style=\"color:teal;background-color:azure;\" > <i class=\"fa fa-pencil\" aria-hidden=\"true\"> </i> Exercice 2 </h3>\n\nDessinez un bonhomme de neige et utilisez `dot()` pour les yeux.\n\n"},{"metadata":{"trusted":false},"cell_type":"code","source":"from turtle import *\n\nforward(100)\ncircle(40, 180)\nforward(50)\ncircle(-30)\nforward(50)\ncircle(40, 180)\n\ndone()\n","execution_count":2,"outputs":[{"output_type":"display_data","data":{"image/svg+xml":"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"50%\" height=\"auto\" preserveaspectratio=\"xMidYMid meet\" viewbox=\"0 0 640 480\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_0\" attributename=\"opacity\" attributetype=\"CSS\" from=\"1\" to=\"1\" begin=\"0s\" dur=\"1ms\" fill=\"freeze\"></animate><g transform=\"translate(320 240)\"></g><g transform=\"translate(320 240)\"><line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_2\" attributename=\"x2\" attributetype=\"XML\" from=\"0\" to=\"0\" dur=\"1ms\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_1.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_1.end\" from=\"0\" to=\"0\" dur=\"1ms\" fill=\"freeze\"></animate></line><line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_5\" attributename=\"x2\" attributetype=\"XML\" from=\"0\" to=\"100\" dur=\" 0.535s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_4.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_4.end\" from=\"0\" to=\"0\" dur=\" 0.535s\" fill=\"freeze\"></animate></line><line x1=\"100\" y1=\"0\" x2=\"100\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_7\" attributename=\"x2\" attributetype=\"XML\" from=\"100\" to=\"113.68080573302674\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_6.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_6.end\" from=\"0\" to=\"-2.412295168563664\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"113.68080573302674\" y1=\"-2.412295168563664\" x2=\"113.68080573302674\" y2=\"-2.412295168563664\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_9\" attributename=\"x2\" attributetype=\"XML\" from=\"113.68080573302674\" to=\"125.71150438746157\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_8.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_8.end\" from=\"-2.412295168563664\" to=\"-9.358222275240877\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"125.71150438746157\" y1=\"-9.358222275240877\" x2=\"125.71150438746157\" y2=\"-9.358222275240877\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_11\" attributename=\"x2\" attributetype=\"XML\" from=\"125.71150438746157\" to=\"134.64101615137756\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_10.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_10.end\" from=\"-9.358222275240877\" to=\"-19.999999999999996\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"134.64101615137756\" y1=\"-19.999999999999996\" x2=\"134.64101615137756\" y2=\"-19.999999999999996\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_13\" attributename=\"x2\" attributetype=\"XML\" from=\"134.64101615137756\" to=\"139.39231012048833\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_12.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_12.end\" from=\"-19.999999999999996\" to=\"-33.05407289332278\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"139.39231012048833\" y1=\"-33.05407289332278\" x2=\"139.39231012048833\" y2=\"-33.05407289332278\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_15\" attributename=\"x2\" attributetype=\"XML\" from=\"139.39231012048833\" to=\"139.39231012048833\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_14.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_14.end\" from=\"-33.05407289332278\" to=\"-46.94592710667721\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"139.39231012048833\" y1=\"-46.94592710667721\" x2=\"139.39231012048833\" y2=\"-46.94592710667721\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_17\" attributename=\"x2\" attributetype=\"XML\" from=\"139.39231012048833\" to=\"134.64101615137756\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_16.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_16.end\" from=\"-46.94592710667721\" to=\"-59.99999999999999\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"134.64101615137756\" y1=\"-59.99999999999999\" x2=\"134.64101615137756\" y2=\"-59.99999999999999\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_19\" attributename=\"x2\" attributetype=\"XML\" from=\"134.64101615137756\" to=\"125.71150438746159\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_18.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_18.end\" from=\"-59.99999999999999\" to=\"-70.64177772475911\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"125.71150438746159\" y1=\"-70.64177772475911\" x2=\"125.71150438746159\" y2=\"-70.64177772475911\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_21\" attributename=\"x2\" attributetype=\"XML\" from=\"125.71150438746159\" to=\"113.68080573302676\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_20.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_20.end\" from=\"-70.64177772475911\" to=\"-77.58770483143633\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"113.68080573302676\" y1=\"-77.58770483143633\" x2=\"113.68080573302676\" y2=\"-77.58770483143633\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_23\" attributename=\"x2\" attributetype=\"XML\" from=\"113.68080573302676\" to=\"100.00000000000001\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_22.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_22.end\" from=\"-77.58770483143633\" to=\"-79.99999999999999\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"100.00000000000001\" y1=\"-79.99999999999999\" x2=\"100.00000000000001\" y2=\"-79.99999999999999\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_26\" attributename=\"x2\" attributetype=\"XML\" from=\"100.00000000000001\" to=\"50.000000000000014\" dur=\" 0.268s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_25.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_25.end\" from=\"-79.99999999999999\" to=\"-79.99999999999999\" dur=\" 0.268s\" fill=\"freeze\"></animate></line><line x1=\"50.000000000000014\" y1=\"-79.99999999999999\" x2=\"50.000000000000014\" y2=\"-79.99999999999999\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_28\" attributename=\"x2\" attributetype=\"XML\" from=\"50.000000000000014\" to=\"39.16275001438542\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_27.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_27.end\" from=\"-79.99999999999999\" to=\"-82.02583311786931\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"39.16275001438542\" y1=\"-82.02583311786931\" x2=\"39.16275001438542\" y2=\"-82.02583311786931\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_30\" attributename=\"x2\" attributetype=\"XML\" from=\"39.16275001438542\" to=\"29.789130690603297\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_29.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_29.end\" from=\"-82.02583311786931\" to=\"-87.82973248338021\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"29.789130690603297\" y1=\"-87.82973248338021\" x2=\"29.789130690603297\" y2=\"-87.82973248338021\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_32\" attributename=\"x2\" attributetype=\"XML\" from=\"29.789130690603297\" to=\"23.145101259348145\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_31.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_31.end\" from=\"-87.82973248338021\" to=\"-96.62784932670384\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"23.145101259348145\" y1=\"-96.62784932670384\" x2=\"23.145101259348145\" y2=\"-96.62784932670384\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_34\" attributename=\"x2\" attributetype=\"XML\" from=\"23.145101259348145\" to=\"20.12797471114898\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_33.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_33.end\" from=\"-96.62784932670384\" to=\"-107.23194921610093\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"20.12797471114898\" y1=\"-107.23194921610093\" x2=\"20.12797471114898\" y2=\"-107.23194921610093\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_36\" attributename=\"x2\" attributetype=\"XML\" from=\"20.12797471114898\" to=\"21.145230704815443\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_35.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_35.end\" from=\"-107.23194921610093\" to=\"-118.20988970216247\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"21.145230704815443\" y1=\"-118.20988970216247\" x2=\"21.145230704815443\" y2=\"-118.20988970216247\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_38\" attributename=\"x2\" attributetype=\"XML\" from=\"21.145230704815443\" to=\"26.05948318159283\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_37.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_37.end\" from=\"-118.20988970216247\" to=\"-128.07903909137767\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"26.05948318159283\" y1=\"-128.07903909137767\" x2=\"26.05948318159283\" y2=\"-128.07903909137767\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_40\" attributename=\"x2\" attributetype=\"XML\" from=\"26.05948318159283\" to=\"34.20703511367934\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_39.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_39.end\" from=\"-128.07903909137767\" to=\"-135.5065140718884\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"34.20703511367934\" y1=\"-135.5065140718884\" x2=\"34.20703511367934\" y2=\"-135.5065140718884\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_42\" attributename=\"x2\" attributetype=\"XML\" from=\"34.20703511367934\" to=\"44.487514465502905\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_41.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_41.end\" from=\"-135.5065140718884\" to=\"-139.48919299051704\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"44.487514465502905\" y1=\"-139.48919299051704\" x2=\"44.487514465502905\" y2=\"-139.48919299051704\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_44\" attributename=\"x2\" attributetype=\"XML\" from=\"44.487514465502905\" to=\"55.512485534497124\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_43.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_43.end\" from=\"-139.48919299051704\" to=\"-139.48919299051704\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"55.512485534497124\" y1=\"-139.48919299051704\" x2=\"55.512485534497124\" y2=\"-139.48919299051704\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_46\" attributename=\"x2\" attributetype=\"XML\" from=\"55.512485534497124\" to=\"65.79296488632069\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_45.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_45.end\" from=\"-139.48919299051704\" to=\"-135.5065140718884\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"65.79296488632069\" y1=\"-135.5065140718884\" x2=\"65.79296488632069\" y2=\"-135.5065140718884\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_48\" attributename=\"x2\" attributetype=\"XML\" from=\"65.79296488632069\" to=\"73.9405168184072\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_47.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_47.end\" from=\"-135.5065140718884\" to=\"-128.07903909137767\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"73.9405168184072\" y1=\"-128.07903909137767\" x2=\"73.9405168184072\" y2=\"-128.07903909137767\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_50\" attributename=\"x2\" attributetype=\"XML\" from=\"73.9405168184072\" to=\"78.8547692951846\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_49.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_49.end\" from=\"-128.07903909137767\" to=\"-118.20988970216246\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"78.8547692951846\" y1=\"-118.20988970216246\" x2=\"78.8547692951846\" y2=\"-118.20988970216246\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_52\" attributename=\"x2\" attributetype=\"XML\" from=\"78.8547692951846\" to=\"79.87202528885106\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_51.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_51.end\" from=\"-118.20988970216246\" to=\"-107.23194921610092\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"79.87202528885106\" y1=\"-107.23194921610092\" x2=\"79.87202528885106\" y2=\"-107.23194921610092\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_54\" attributename=\"x2\" attributetype=\"XML\" from=\"79.87202528885106\" to=\"76.8548987406519\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_53.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_53.end\" from=\"-107.23194921610092\" to=\"-96.62784932670382\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"76.8548987406519\" y1=\"-96.62784932670382\" x2=\"76.8548987406519\" y2=\"-96.62784932670382\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_56\" attributename=\"x2\" attributetype=\"XML\" from=\"76.8548987406519\" to=\"70.21086930939676\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_55.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_55.end\" from=\"-96.62784932670382\" to=\"-87.8297324833802\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"70.21086930939676\" y1=\"-87.8297324833802\" x2=\"70.21086930939676\" y2=\"-87.8297324833802\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_58\" attributename=\"x2\" attributetype=\"XML\" from=\"70.21086930939676\" to=\"60.83724998561463\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_57.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_57.end\" from=\"-87.8297324833802\" to=\"-82.0258331178693\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"60.83724998561463\" y1=\"-82.0258331178693\" x2=\"60.83724998561463\" y2=\"-82.0258331178693\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_60\" attributename=\"x2\" attributetype=\"XML\" from=\"60.83724998561463\" to=\"50.00000000000004\" dur=\" 0.059s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_59.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_59.end\" from=\"-82.0258331178693\" to=\"-79.99999999999997\" dur=\" 0.059s\" fill=\"freeze\"></animate></line><line x1=\"50.00000000000004\" y1=\"-79.99999999999997\" x2=\"50.00000000000004\" y2=\"-79.99999999999997\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_63\" attributename=\"x2\" attributetype=\"XML\" from=\"50.00000000000004\" to=\"4.263256414560601e-14\" dur=\" 0.268s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_62.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_62.end\" from=\"-79.99999999999997\" to=\"-79.99999999999997\" dur=\" 0.268s\" fill=\"freeze\"></animate></line><line x1=\"4.263256414560601e-14\" y1=\"-79.99999999999997\" x2=\"4.263256414560601e-14\" y2=\"-79.99999999999997\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_65\" attributename=\"x2\" attributetype=\"XML\" from=\"4.263256414560601e-14\" to=\"-13.680805733026704\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_64.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_64.end\" from=\"-79.99999999999997\" to=\"-77.58770483143631\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-13.680805733026704\" y1=\"-77.58770483143631\" x2=\"-13.680805733026704\" y2=\"-77.58770483143631\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_67\" attributename=\"x2\" attributetype=\"XML\" from=\"-13.680805733026704\" to=\"-25.711504387461527\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_66.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_66.end\" from=\"-77.58770483143631\" to=\"-70.6417777247591\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-25.711504387461527\" y1=\"-70.6417777247591\" x2=\"-25.711504387461527\" y2=\"-70.6417777247591\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_69\" attributename=\"x2\" attributetype=\"XML\" from=\"-25.711504387461527\" to=\"-34.6410161513775\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_68.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_68.end\" from=\"-70.6417777247591\" to=\"-59.99999999999997\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-34.6410161513775\" y1=\"-59.99999999999997\" x2=\"-34.6410161513775\" y2=\"-59.99999999999997\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_71\" attributename=\"x2\" attributetype=\"XML\" from=\"-34.6410161513775\" to=\"-39.392310120488276\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_70.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_70.end\" from=\"-59.99999999999997\" to=\"-46.94592710667719\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-39.392310120488276\" y1=\"-46.94592710667719\" x2=\"-39.392310120488276\" y2=\"-46.94592710667719\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_73\" attributename=\"x2\" attributetype=\"XML\" from=\"-39.392310120488276\" to=\"-39.392310120488276\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_72.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_72.end\" from=\"-46.94592710667719\" to=\"-33.05407289332276\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-39.392310120488276\" y1=\"-33.05407289332276\" x2=\"-39.392310120488276\" y2=\"-33.05407289332276\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_75\" attributename=\"x2\" attributetype=\"XML\" from=\"-39.392310120488276\" to=\"-34.6410161513775\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_74.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_74.end\" from=\"-33.05407289332276\" to=\"-19.99999999999998\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-34.6410161513775\" y1=\"-19.99999999999998\" x2=\"-34.6410161513775\" y2=\"-19.99999999999998\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_77\" attributename=\"x2\" attributetype=\"XML\" from=\"-34.6410161513775\" to=\"-25.711504387461527\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_76.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_76.end\" from=\"-19.99999999999998\" to=\"-9.358222275240859\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-25.711504387461527\" y1=\"-9.358222275240859\" x2=\"-25.711504387461527\" y2=\"-9.358222275240859\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_79\" attributename=\"x2\" attributetype=\"XML\" from=\"-25.711504387461527\" to=\"-13.680805733026704\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_78.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_78.end\" from=\"-9.358222275240859\" to=\"-2.412295168563647\" dur=\" 0.074s\" fill=\"freeze\"></animate></line><line x1=\"-13.680805733026704\" y1=\"-2.412295168563647\" x2=\"-13.680805733026704\" y2=\"-2.412295168563647\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_81\" attributename=\"x2\" attributetype=\"XML\" from=\"-13.680805733026704\" to=\"4.263256414560601e-14\" dur=\" 0.074s\" fill=\"freeze\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_80.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_80.end\" from=\"-2.412295168563647\" to=\"1.7319479184152442e-14\" dur=\" 0.074s\" fill=\"freeze\"></animate></line></g><g transform=\"translate(320 240)\"></g><g transform=\"translate(320 240)\"><polygon points=\"0,16 -2,14 -1,10 -4,7 -7,9 -9,8 -6,5 -7,1 -5,-3 -8,-6 -6,-8 -4,-5 0,-7 4,-5 6,-8 8,-6 5,-3 7,1 6,5 9,8 7,9 4,7 1,10 2,14\" stroke=\"black\" fill=\"black\" stroke-width=\"1\" opacity=\"0\"><animate id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_1\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_0.end\" dur=\"1ms\" fill=\"freeze\" attributename=\"opacity\" attributetype=\"XML\" from=\"0\" to=\"1\"></animate><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_2.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_3\" type=\"rotate\" from=\"0,0,0\" to=\"0.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_2.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_3.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_4\" type=\"rotate\" from=\"-90.0,0,0\" to=\"-90.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_3.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_4.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"0.0,-0.0\" to=\"100.0,-0.0\" dur=\" 0.535s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_4.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_5.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_6\" type=\"rotate\" from=\"-90.0,0,0\" to=\"-100.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_5.end\" dur=\" 0.009s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_6.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"100.0,-0.0\" to=\"113.68080573302674,-2.412295168563664\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_6.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_7.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_8\" type=\"rotate\" from=\"-100.0,0,0\" to=\"-120.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_7.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_8.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"113.68080573302674,-2.412295168563664\" to=\"125.71150438746157,-9.358222275240877\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_8.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_9.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_10\" type=\"rotate\" from=\"-120.0,0,0\" to=\"-140.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_9.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_10.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"125.71150438746157,-9.358222275240877\" to=\"134.64101615137756,-19.999999999999996\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_10.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_11.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_12\" type=\"rotate\" from=\"-140.0,0,0\" to=\"-160.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_11.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_12.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"134.64101615137756,-19.999999999999996\" to=\"139.39231012048833,-33.05407289332278\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_12.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_13.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_14\" type=\"rotate\" from=\"-160.0,0,0\" to=\"-180.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_13.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_14.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"139.39231012048833,-33.05407289332278\" to=\"139.39231012048833,-46.94592710667721\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_14.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_15.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_16\" type=\"rotate\" from=\"-180.0,0,0\" to=\"-200.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_15.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_16.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"139.39231012048833,-46.94592710667721\" to=\"134.64101615137756,-59.99999999999999\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_16.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_17.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_18\" type=\"rotate\" from=\"-200.0,0,0\" to=\"-220.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_17.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_18.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"134.64101615137756,-59.99999999999999\" to=\"125.71150438746159,-70.64177772475911\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_18.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_19.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_20\" type=\"rotate\" from=\"-220.0,0,0\" to=\"-240.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_19.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_20.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"125.71150438746159,-70.64177772475911\" to=\"113.68080573302676,-77.58770483143633\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_20.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_21.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_22\" type=\"rotate\" from=\"-240.0,0,0\" to=\"-260.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_21.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_22.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"113.68080573302676,-77.58770483143633\" to=\"100.00000000000001,-79.99999999999999\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_22.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_23.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_24\" type=\"rotate\" from=\"-260.0,0,0\" to=\"-280.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_23.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_24.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_25\" type=\"rotate\" from=\"-280.0,0,0\" to=\"-270.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_24.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_25.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"100.00000000000001,-79.99999999999999\" to=\"50.000000000000014,-79.99999999999999\" dur=\" 0.268s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_25.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_26.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_27\" type=\"rotate\" from=\"-270.0,0,0\" to=\"-259.4117647058824,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_26.end\" dur=\" 0.010s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_27.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"50.000000000000014,-79.99999999999999\" to=\"39.16275001438542,-82.02583311786931\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_27.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_28.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_29\" type=\"rotate\" from=\"-259.4117647058824,0,0\" to=\"-238.23529411764707,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_28.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_29.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"39.16275001438542,-82.02583311786931\" to=\"29.789130690603297,-87.82973248338021\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_29.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_30.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_31\" type=\"rotate\" from=\"-238.23529411764707,0,0\" to=\"-217.05882352941177,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_30.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_31.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"29.789130690603297,-87.82973248338021\" to=\"23.145101259348145,-96.62784932670384\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_31.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_32.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_33\" type=\"rotate\" from=\"-217.05882352941177,0,0\" to=\"-195.88235294117646,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_32.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_33.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"23.145101259348145,-96.62784932670384\" to=\"20.12797471114898,-107.23194921610093\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_33.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_34.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_35\" type=\"rotate\" from=\"-195.88235294117646,0,0\" to=\"-174.70588235294116,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_34.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_35.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"20.12797471114898,-107.23194921610093\" to=\"21.145230704815443,-118.20988970216247\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_35.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_36.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_37\" type=\"rotate\" from=\"-174.70588235294116,0,0\" to=\"-153.52941176470586,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_36.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_37.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"21.145230704815443,-118.20988970216247\" to=\"26.05948318159283,-128.07903909137767\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_37.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_38.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_39\" type=\"rotate\" from=\"-153.52941176470586,0,0\" to=\"-132.35294117647055,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_38.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_39.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"26.05948318159283,-128.07903909137767\" to=\"34.20703511367934,-135.5065140718884\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_39.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_40.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_41\" type=\"rotate\" from=\"-132.35294117647055,0,0\" to=\"-111.17647058823526,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_40.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_41.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"34.20703511367934,-135.5065140718884\" to=\"44.487514465502905,-139.48919299051704\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_41.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_42.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_43\" type=\"rotate\" from=\"-111.17647058823526,0,0\" to=\"-89.99999999999997,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_42.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_43.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"44.487514465502905,-139.48919299051704\" to=\"55.512485534497124,-139.48919299051704\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_43.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_44.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_45\" type=\"rotate\" from=\"-89.99999999999997,0,0\" to=\"-68.82352941176468,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_44.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_45.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"55.512485534497124,-139.48919299051704\" to=\"65.79296488632069,-135.5065140718884\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_45.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_46.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_47\" type=\"rotate\" from=\"-68.82352941176468,0,0\" to=\"-47.64705882352939,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_46.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_47.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"65.79296488632069,-135.5065140718884\" to=\"73.9405168184072,-128.07903909137767\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_47.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_48.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_49\" type=\"rotate\" from=\"-47.64705882352939,0,0\" to=\"-26.470588235294098,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_48.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_49.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"73.9405168184072,-128.07903909137767\" to=\"78.8547692951846,-118.20988970216246\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_49.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_50.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_51\" type=\"rotate\" from=\"-26.470588235294098,0,0\" to=\"-5.294117647058805,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_50.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_51.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"78.8547692951846,-118.20988970216246\" to=\"79.87202528885106,-107.23194921610092\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_51.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_52.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_53\" type=\"rotate\" from=\"-5.294117647058805,0,0\" to=\"15.882352941176489,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_52.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_53.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"79.87202528885106,-107.23194921610092\" to=\"76.8548987406519,-96.62784932670382\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_53.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_54.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_55\" type=\"rotate\" from=\"15.882352941176489,0,0\" to=\"37.05882352941178,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_54.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_55.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"76.8548987406519,-96.62784932670382\" to=\"70.21086930939676,-87.8297324833802\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_55.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_56.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_57\" type=\"rotate\" from=\"37.05882352941178,0,0\" to=\"58.23529411764707,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_56.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_57.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"70.21086930939676,-87.8297324833802\" to=\"60.83724998561463,-82.0258331178693\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_57.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_58.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_59\" type=\"rotate\" from=\"58.23529411764707,0,0\" to=\"79.41176470588236,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_58.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_59.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"60.83724998561463,-82.0258331178693\" to=\"50.00000000000004,-79.99999999999997\" dur=\" 0.059s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_59.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_60.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_61\" type=\"rotate\" from=\"79.41176470588236,0,0\" to=\"100.58823529411765,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_60.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_61.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_62\" type=\"rotate\" from=\"100.58823529411765,0,0\" to=\"90.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_61.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_62.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"50.00000000000004,-79.99999999999997\" to=\"4.263256414560601e-14,-79.99999999999997\" dur=\" 0.268s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_62.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_63.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_64\" type=\"rotate\" from=\"90.0,0,0\" to=\"80.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_63.end\" dur=\" 0.009s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_64.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"4.263256414560601e-14,-79.99999999999997\" to=\"-13.680805733026704,-77.58770483143631\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_64.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_65.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_66\" type=\"rotate\" from=\"80.0,0,0\" to=\"60.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_65.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_66.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-13.680805733026704,-77.58770483143631\" to=\"-25.711504387461527,-70.6417777247591\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_66.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_67.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_68\" type=\"rotate\" from=\"60.0,0,0\" to=\"40.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_67.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_68.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-25.711504387461527,-70.6417777247591\" to=\"-34.6410161513775,-59.99999999999997\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_68.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_69.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_70\" type=\"rotate\" from=\"40.0,0,0\" to=\"20.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_69.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_70.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-34.6410161513775,-59.99999999999997\" to=\"-39.392310120488276,-46.94592710667719\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_70.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_71.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_72\" type=\"rotate\" from=\"20.0,0,0\" to=\"0.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_71.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_72.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-39.392310120488276,-46.94592710667719\" to=\"-39.392310120488276,-33.05407289332276\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_72.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_73.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_74\" type=\"rotate\" from=\"0.0,0,0\" to=\"-20.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_73.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_74.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-39.392310120488276,-33.05407289332276\" to=\"-34.6410161513775,-19.99999999999998\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_74.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_75.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_76\" type=\"rotate\" from=\"-20.0,0,0\" to=\"-40.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_75.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_76.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-34.6410161513775,-19.99999999999998\" to=\"-25.711504387461527,-9.358222275240859\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_76.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_77.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_78\" type=\"rotate\" from=\"-40.0,0,0\" to=\"-60.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_77.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_78.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-25.711504387461527,-9.358222275240859\" to=\"-13.680805733026704,-2.412295168563647\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_78.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_79.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_80\" type=\"rotate\" from=\"-60.0,0,0\" to=\"-80.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_79.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_80.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-13.680805733026704,-2.412295168563647\" to=\"4.263256414560601e-14,1.7319479184152442e-14\" dur=\" 0.074s\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_80.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_81.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_82\" type=\"rotate\" from=\"-80.0,0,0\" to=\"-100.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_81.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_82.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_83\" type=\"rotate\" from=\"-100.0,0,0\" to=\"-90.0,0,0\" begin=\"af_24b1ad3b078847e6bd842b4b1d6aaa4b_82.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform></polygon></g></svg>"},"metadata":{}}]},{"metadata":{},"cell_type":"markdown","source":"## Carré arrondi\n\nAvec la fonction `circle()`, il est maintenant possible de dessiner un carré dont les coins sont arrondis.\n\n"},{"metadata":{},"cell_type":"markdown","source":"<h3 style=\"color:teal;background-color:azure;\" > <i class=\"fa fa-pencil\" aria-hidden=\"true\"> </i> Exercice 3 </h3>Dessinez maintenant un rectangle avec des coins arrondis.\n\n"},{"metadata":{"trusted":false},"cell_type":"code","source":"from turtle import *\n\nfor _ in range(4):\n forward(100)\n circle(20, 90)\n\ndone()\n","execution_count":3,"outputs":[{"output_type":"display_data","data":{"image/svg+xml":"<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"50%\" height=\"auto\" preserveaspectratio=\"xMidYMid meet\" viewbox=\"0 0 640 480\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_0\" attributename=\"opacity\" attributetype=\"CSS\" from=\"1\" to=\"1\" begin=\"0s\" dur=\"1ms\" fill=\"freeze\"></animate><g transform=\"translate(320 240)\"></g><g transform=\"translate(320 240)\"><line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_2\" attributename=\"x2\" attributetype=\"XML\" from=\"0\" to=\"0\" dur=\"1ms\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_1.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_1.end\" from=\"0\" to=\"0\" dur=\"1ms\" fill=\"freeze\"></animate></line><line x1=\"0\" y1=\"0\" x2=\"0\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_5\" attributename=\"x2\" attributetype=\"XML\" from=\"0\" to=\"100\" dur=\" 0.535s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_4.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_4.end\" from=\"0\" to=\"0\" dur=\" 0.535s\" fill=\"freeze\"></animate></line><line x1=\"100\" y1=\"0\" x2=\"100\" y2=\"0\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_7\" attributename=\"x2\" attributetype=\"XML\" from=\"100\" to=\"107.6536686473018\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_6.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_6.end\" from=\"0\" to=\"-1.5224093497742646\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"107.6536686473018\" y1=\"-1.5224093497742646\" x2=\"107.6536686473018\" y2=\"-1.5224093497742646\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_9\" attributename=\"x2\" attributetype=\"XML\" from=\"107.6536686473018\" to=\"114.14213562373095\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_8.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_8.end\" from=\"-1.5224093497742646\" to=\"-5.857864376269048\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"114.14213562373095\" y1=\"-5.857864376269048\" x2=\"114.14213562373095\" y2=\"-5.857864376269048\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_11\" attributename=\"x2\" attributetype=\"XML\" from=\"114.14213562373095\" to=\"118.47759065022574\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_10.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_10.end\" from=\"-5.857864376269048\" to=\"-12.346331352698202\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"118.47759065022574\" y1=\"-12.346331352698202\" x2=\"118.47759065022574\" y2=\"-12.346331352698202\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_13\" attributename=\"x2\" attributetype=\"XML\" from=\"118.47759065022574\" to=\"120\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_12.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_12.end\" from=\"-12.346331352698202\" to=\"-19.999999999999996\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"120\" y1=\"-19.999999999999996\" x2=\"120\" y2=\"-19.999999999999996\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_16\" attributename=\"x2\" attributetype=\"XML\" from=\"120\" to=\"120\" dur=\" 0.535s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_15.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_15.end\" from=\"-19.999999999999996\" to=\"-120\" dur=\" 0.535s\" fill=\"freeze\"></animate></line><line x1=\"120\" y1=\"-120\" x2=\"120\" y2=\"-120\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_18\" attributename=\"x2\" attributetype=\"XML\" from=\"120\" to=\"118.47759065022574\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_17.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_17.end\" from=\"-120\" to=\"-127.6536686473018\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"118.47759065022574\" y1=\"-127.6536686473018\" x2=\"118.47759065022574\" y2=\"-127.6536686473018\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_20\" attributename=\"x2\" attributetype=\"XML\" from=\"118.47759065022574\" to=\"114.14213562373095\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_19.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_19.end\" from=\"-127.6536686473018\" to=\"-134.14213562373095\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"114.14213562373095\" y1=\"-134.14213562373095\" x2=\"114.14213562373095\" y2=\"-134.14213562373095\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_22\" attributename=\"x2\" attributetype=\"XML\" from=\"114.14213562373095\" to=\"107.6536686473018\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_21.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_21.end\" from=\"-134.14213562373095\" to=\"-138.47759065022572\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"107.6536686473018\" y1=\"-138.47759065022572\" x2=\"107.6536686473018\" y2=\"-138.47759065022572\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_24\" attributename=\"x2\" attributetype=\"XML\" from=\"107.6536686473018\" to=\"100\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_23.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_23.end\" from=\"-138.47759065022572\" to=\"-139.99999999999997\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"100\" y1=\"-139.99999999999997\" x2=\"100\" y2=\"-139.99999999999997\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_27\" attributename=\"x2\" attributetype=\"XML\" from=\"100\" to=\"0\" dur=\" 0.535s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_26.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_26.end\" from=\"-139.99999999999997\" to=\"-139.99999999999997\" dur=\" 0.535s\" fill=\"freeze\"></animate></line><line x1=\"0\" y1=\"-139.99999999999997\" x2=\"0\" y2=\"-139.99999999999997\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_29\" attributename=\"x2\" attributetype=\"XML\" from=\"0\" to=\"-7.653668647301794\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_28.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_28.end\" from=\"-139.99999999999997\" to=\"-138.4775906502257\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"-7.653668647301794\" y1=\"-138.4775906502257\" x2=\"-7.653668647301794\" y2=\"-138.4775906502257\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_31\" attributename=\"x2\" attributetype=\"XML\" from=\"-7.653668647301794\" to=\"-14.142135623730947\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_30.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_30.end\" from=\"-138.4775906502257\" to=\"-134.1421356237309\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"-14.142135623730947\" y1=\"-134.1421356237309\" x2=\"-14.142135623730947\" y2=\"-134.1421356237309\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_33\" attributename=\"x2\" attributetype=\"XML\" from=\"-14.142135623730947\" to=\"-18.477590650225732\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_32.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_32.end\" from=\"-134.1421356237309\" to=\"-127.65366864730174\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"-18.477590650225732\" y1=\"-127.65366864730174\" x2=\"-18.477590650225732\" y2=\"-127.65366864730174\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_35\" attributename=\"x2\" attributetype=\"XML\" from=\"-18.477590650225732\" to=\"-20\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_34.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_34.end\" from=\"-127.65366864730174\" to=\"-119.99999999999994\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"-20\" y1=\"-119.99999999999994\" x2=\"-20\" y2=\"-119.99999999999994\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_38\" attributename=\"x2\" attributetype=\"XML\" from=\"-20\" to=\"-20.000000000000018\" dur=\" 0.535s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_37.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_37.end\" from=\"-119.99999999999994\" to=\"-19.999999999999943\" dur=\" 0.535s\" fill=\"freeze\"></animate></line><line x1=\"-20.000000000000018\" y1=\"-19.999999999999943\" x2=\"-20.000000000000018\" y2=\"-19.999999999999943\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_40\" attributename=\"x2\" attributetype=\"XML\" from=\"-20.000000000000018\" to=\"-18.477590650225753\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_39.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_39.end\" from=\"-19.999999999999943\" to=\"-12.346331352698149\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"-18.477590650225753\" y1=\"-12.346331352698149\" x2=\"-18.477590650225753\" y2=\"-12.346331352698149\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_42\" attributename=\"x2\" attributetype=\"XML\" from=\"-18.477590650225753\" to=\"-14.142135623730972\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_41.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_41.end\" from=\"-12.346331352698149\" to=\"-5.857864376268993\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"-14.142135623730972\" y1=\"-5.857864376268993\" x2=\"-14.142135623730972\" y2=\"-5.857864376268993\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_44\" attributename=\"x2\" attributetype=\"XML\" from=\"-14.142135623730972\" to=\"-7.653668647301818\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_43.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_43.end\" from=\"-5.857864376268993\" to=\"-1.5224093497742093\" dur=\" 0.042s\" fill=\"freeze\"></animate></line><line x1=\"-7.653668647301818\" y1=\"-1.5224093497742093\" x2=\"-7.653668647301818\" y2=\"-1.5224093497742093\" style=\"stroke: black;stroke-width: 1\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_46\" attributename=\"x2\" attributetype=\"XML\" from=\"-7.653668647301818\" to=\"-2.4868995751603507e-14\" dur=\" 0.042s\" fill=\"freeze\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_45.end\"></animate><animate attributename=\"y2\" attributetype=\"XML\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_45.end\" from=\"-1.5224093497742093\" to=\"5.88418203051333e-14\" dur=\" 0.042s\" fill=\"freeze\"></animate></line></g><g transform=\"translate(320 240)\"></g><g transform=\"translate(320 240)\"><polygon points=\"0,16 -2,14 -1,10 -4,7 -7,9 -9,8 -6,5 -7,1 -5,-3 -8,-6 -6,-8 -4,-5 0,-7 4,-5 6,-8 8,-6 5,-3 7,1 6,5 9,8 7,9 4,7 1,10 2,14\" stroke=\"black\" fill=\"black\" stroke-width=\"1\" opacity=\"0\"><animate id=\"af_df6613ae441d4a1fb108252febfc0e76_1\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_0.end\" dur=\"1ms\" fill=\"freeze\" attributename=\"opacity\" attributetype=\"XML\" from=\"0\" to=\"1\"></animate><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_2.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_3\" type=\"rotate\" from=\"0,0,0\" to=\"0.0,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_2.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_3.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_4\" type=\"rotate\" from=\"-90.0,0,0\" to=\"-90.0,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_3.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_4.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"0.0,-0.0\" to=\"100.0,-0.0\" dur=\" 0.535s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_4.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_5.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_6\" type=\"rotate\" from=\"-90.0,0,0\" to=\"-101.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_5.end\" dur=\" 0.010s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_6.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"100.0,-0.0\" to=\"107.6536686473018,-1.5224093497742646\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_6.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_7.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_8\" type=\"rotate\" from=\"-101.25,0,0\" to=\"-123.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_7.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_8.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"107.6536686473018,-1.5224093497742646\" to=\"114.14213562373095,-5.857864376269048\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_8.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_9.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_10\" type=\"rotate\" from=\"-123.75,0,0\" to=\"-146.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_9.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_10.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"114.14213562373095,-5.857864376269048\" to=\"118.47759065022574,-12.346331352698202\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_10.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_11.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_12\" type=\"rotate\" from=\"-146.25,0,0\" to=\"-168.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_11.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_12.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"118.47759065022574,-12.346331352698202\" to=\"120.0,-19.999999999999996\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_12.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_13.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_14\" type=\"rotate\" from=\"-168.75,0,0\" to=\"-191.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_13.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_14.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_15\" type=\"rotate\" from=\"-191.25,0,0\" to=\"-180.0,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_14.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_15.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"120.0,-19.999999999999996\" to=\"120.0,-120.0\" dur=\" 0.535s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_15.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_16.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_17\" type=\"rotate\" from=\"-180.0,0,0\" to=\"-191.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_16.end\" dur=\" 0.010s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_17.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"120.0,-120.0\" to=\"118.47759065022574,-127.6536686473018\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_17.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_18.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_19\" type=\"rotate\" from=\"-191.25,0,0\" to=\"-213.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_18.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_19.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"118.47759065022574,-127.6536686473018\" to=\"114.14213562373095,-134.14213562373095\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_19.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_20.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_21\" type=\"rotate\" from=\"-213.75,0,0\" to=\"-236.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_20.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_21.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"114.14213562373095,-134.14213562373095\" to=\"107.6536686473018,-138.47759065022572\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_21.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_22.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_23\" type=\"rotate\" from=\"-236.25,0,0\" to=\"-258.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_22.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_23.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"107.6536686473018,-138.47759065022572\" to=\"100.0,-139.99999999999997\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_23.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_24.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_25\" type=\"rotate\" from=\"-258.75,0,0\" to=\"-281.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_24.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_25.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_26\" type=\"rotate\" from=\"-281.25,0,0\" to=\"-270.0,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_25.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_26.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"100.0,-139.99999999999997\" to=\"0.0,-139.99999999999997\" dur=\" 0.535s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_26.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_27.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_28\" type=\"rotate\" from=\"-270.0,0,0\" to=\"-281.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_27.end\" dur=\" 0.010s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_28.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"0.0,-139.99999999999997\" to=\"-7.653668647301794,-138.4775906502257\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_28.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_29.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_30\" type=\"rotate\" from=\"-281.25,0,0\" to=\"-303.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_29.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_30.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-7.653668647301794,-138.4775906502257\" to=\"-14.142135623730947,-134.1421356237309\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_30.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_31.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_32\" type=\"rotate\" from=\"-303.75,0,0\" to=\"-326.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_31.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_32.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-14.142135623730947,-134.1421356237309\" to=\"-18.477590650225732,-127.65366864730174\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_32.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_33.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_34\" type=\"rotate\" from=\"-326.25,0,0\" to=\"-348.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_33.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_34.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-18.477590650225732,-127.65366864730174\" to=\"-20.0,-119.99999999999994\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_34.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_35.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_36\" type=\"rotate\" from=\"-348.75,0,0\" to=\"-371.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_35.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_36.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_37\" type=\"rotate\" from=\"-371.25,0,0\" to=\"-360.0,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_36.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_37.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-20.0,-119.99999999999994\" to=\"-20.000000000000018,-19.999999999999943\" dur=\" 0.535s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_37.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_38.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_39\" type=\"rotate\" from=\"-360.0,0,0\" to=\"-371.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_38.end\" dur=\" 0.010s\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_39.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-20.000000000000018,-19.999999999999943\" to=\"-18.477590650225753,-12.346331352698149\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_39.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_40.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_41\" type=\"rotate\" from=\"-371.25,0,0\" to=\"-393.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_40.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_41.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-18.477590650225753,-12.346331352698149\" to=\"-14.142135623730972,-5.857864376268993\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_41.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_42.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_43\" type=\"rotate\" from=\"-393.75,0,0\" to=\"-416.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_42.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_43.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-14.142135623730972,-5.857864376268993\" to=\"-7.653668647301818,-1.5224093497742093\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_43.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_44.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_45\" type=\"rotate\" from=\"-416.25,0,0\" to=\"-438.75,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_44.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_45.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateMotion from=\"-7.653668647301818,-1.5224093497742093\" to=\"-2.4868995751603507e-14,5.88418203051333e-14\" dur=\" 0.042s\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_45.end\" fill=\"freeze\"></animateMotion><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_46.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_47\" type=\"rotate\" from=\"-438.75,0,0\" to=\"-461.25,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_46.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform><animateMotion begin=\"af_df6613ae441d4a1fb108252febfc0e76_47.end\" dur=\"1ms\" fill=\"remove\"></animateMotion><animateTransform attributename=\"transform\" id=\"af_df6613ae441d4a1fb108252febfc0e76_48\" type=\"rotate\" from=\"-461.25,0,0\" to=\"-450.0,0,0\" begin=\"af_df6613ae441d4a1fb108252febfc0e76_47.end\" dur=\"1ms\" fill=\"freeze\"></animateTransform></polygon></g></svg>"},"metadata":{}}]},{"metadata":{},"cell_type":"markdown","source":"## Pac-Man\n\nPac-Man est un jeu vidéo créé par l’entreprise japonaise Namco, sorti au Japon en 1980. Le jeu consiste à déplacer Pac-Man, un personnage qui ressemble à un diagramme circulaire à l’intérieur d’un labyrinthe, afin de lui faire manger toutes les pac-gommes qui s’y trouvent en évitant d’être touchées par des fantômes.\n\n"},{"metadata":{},"cell_type":"markdown","source":"<h3 style=\"color:teal;background-color:azure;\" > <i class=\"fa fa-pencil\" aria-hidden=\"true\"> </i> Exercice 4 </h3>Ajoutez l'œil de Pac-Man, et les points qu'il mange.\n\n"},{"metadata":{"trusted":false},"cell_type":"code","source":"from turtle import *\n\nfillcolor('yellow')\nbegin_fill()\nleft(30)\nforward(100)\nleft(90)\ncircle(100, 300)\nleft(90)\nforward(100)\nend_fill()\n\ndone()\n","execution_count":null,"outputs":[]},{"metadata":{},"cell_type":"markdown","source":"## Cœur\n\nLe cœur est le symbole de l'amour : on donne de façon métaphorique son cœur à la personne que l'on aime pour lui signifier qu'on lui confie sa vie.\n\n"},{"metadata":{},"cell_type":"markdown","source":"<h3 style=\"color:teal;background-color:azure;\" > <i class=\"fa fa-pencil\" aria-hidden=\"true\"> </i> Exercice 5 </h3>Coloriez le cœur en rouge, ajoutez une flèche.\n\n"},{"metadata":{"trusted":false},"cell_type":"code","source":"from turtle import *\nr = 50\n\nleft(90)\ncircle(r, 225)\nforward(2.4*r)\nleft(90)\nforward(2.4*r)\ncircle(r, 225)\n\ndone()\n","execution_count":null,"outputs":[]},{"metadata":{},"cell_type":"markdown","source":"## Infini — ∞\n\nLe mot **infini** (du latin in-, préfixe négatif, et finitus, *limité*) est un adjectif servant à qualifier quelque chose qui n'a pas de limite en nombre ou en taille. L'infini est représenté par le symbole ∞. Nous allons le dessiner.\n\n"},{"metadata":{},"cell_type":"markdown","source":"<h3 style=\"color:teal;background-color:azure;\" > <i class=\"fa fa-pencil\" aria-hidden=\"true\"> </i> Exercice 6 </h3>Augmentez un des rayons à `2*r` et ajustez la longueur des segments droits.\n\n"},{"metadata":{"trusted":false},"cell_type":"code","source":"from turtle import *\n\nright(45)\nforward(50)\ncircle(50, 270) # aumentez le rayon à 2*r\nforward(2*50)\ncircle(-50, 270)\nforward(50)\n\ndone()\n","execution_count":null,"outputs":[]},{"metadata":{},"cell_type":"markdown","source":"## Bretzel - ⌘\n\nLe pictogramme ⌘ (Unicode 2318), parfois appelé *Gordon loop* ou *bretzel*, a été dessiné par Susan Kare lors de la création du premier Macintosh pour sa touche de commande. Il sert de préfixe à d'autres touches pour construire des raccourcis tels que :\n\n- ⌘-X pour couper\n- ⌘-C pour copier\n- ⌘-V pour coller\n\n"},{"metadata":{},"cell_type":"markdown","source":"<h3 style=\"color:teal;background-color:azure;\" > <i class=\"fa fa-pencil\" aria-hidden=\"true\"> </i> Exercice 7 </h3>Modifiez le bretzel pour avoir 3 ou 4 boucles.\n\n"},{"metadata":{"trusted":false},"cell_type":"code","source":"from turtle import *\n\nfor _ in range(4):\n circle(40, 270)\n forward(3*40)\n\ndone()\n","execution_count":null,"outputs":[]},{"metadata":{},"cell_type":"markdown","source":"\n \n\n"},{"metadata":{},"cell_type":"markdown","source":"---\n\n#### Remarque générale\n\nCe document est une adaptation d'un ressource pédagogique tiré du catalogue modulo https://modulo-info.ch/. Il est sous license Creative Commons [BY-NC-SA](https://creativecommons.org/licenses/?lang=fr)\n\n\n "}],"metadata":{"kernelspec":{"display_name":"Python 3 (ipykernel)","language":"python","name":"python3"},"language_info":{"codemirror_mode":{"name":"ipython","version":3},"file_extension":".py","mimetype":"text/x-python","name":"python","nbconvert_exporter":"python","pygments_lexer":"ipython3","version":"3.10.12"}},"nbformat":4,"nbformat_minor":2} \ No newline at end of file -- GitLab