@cuemath/leap 2.8.25 → 2.8.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (238) hide show
  1. package/dist/assets/lottie/lottie.js +61 -0
  2. package/dist/assets/lottie/lottie.js.map +1 -0
  3. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js +81 -79
  4. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js.map +1 -1
  5. package/dist/features/circle-games/game-launcher/game-launcher.js +61 -65
  6. package/dist/features/circle-games/game-launcher/game-launcher.js.map +1 -1
  7. package/dist/features/circle-games/leaderboard/comps/banner/banner.js +35 -53
  8. package/dist/features/circle-games/leaderboard/comps/banner/banner.js.map +1 -1
  9. package/dist/features/circle-games/leaderboard/leaderboard.js +56 -55
  10. package/dist/features/circle-games/leaderboard/leaderboard.js.map +1 -1
  11. package/dist/features/circle-games/sign-up/comp/circular-steps/circular-steps.js +40 -41
  12. package/dist/features/circle-games/sign-up/comp/circular-steps/circular-steps.js.map +1 -1
  13. package/dist/features/circle-games/sign-up/comp/spinner/spinner-styled.js +4 -8
  14. package/dist/features/circle-games/sign-up/comp/spinner/spinner-styled.js.map +1 -1
  15. package/dist/features/circle-games/sign-up/comp/spinner/spinner.js +6 -23
  16. package/dist/features/circle-games/sign-up/comp/spinner/spinner.js.map +1 -1
  17. package/dist/features/circle-games/sign-up/comp/splash-screen/splash-screen.js +40 -35
  18. package/dist/features/circle-games/sign-up/comp/splash-screen/splash-screen.js.map +1 -1
  19. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/difficulty-and-duration-selection.js +2 -2
  20. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-card-lottie-animation.js +8 -23
  21. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-card-lottie-animation.js.map +1 -1
  22. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-radio-card.js +11 -11
  23. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-radio-card.js.map +1 -1
  24. package/dist/features/milestone/milestone-tests/tests-creation/utils/index.js +37 -43
  25. package/dist/features/milestone/milestone-tests/tests-creation/utils/index.js.map +1 -1
  26. package/dist/features/post-game-stats/accuracy/accuracy.js +38 -34
  27. package/dist/features/post-game-stats/accuracy/accuracy.js.map +1 -1
  28. package/dist/features/post-game-stats/clock/clock.js +43 -39
  29. package/dist/features/post-game-stats/clock/clock.js.map +1 -1
  30. package/dist/features/post-game-stats/points/points.js +43 -44
  31. package/dist/features/post-game-stats/points/points.js.map +1 -1
  32. package/dist/features/post-game-stats/streak/streak.js +30 -28
  33. package/dist/features/post-game-stats/streak/streak.js.map +1 -1
  34. package/dist/features/trial-session/comps/av-panels/teacher-av-panel/teacher-av-panel.js +56 -54
  35. package/dist/features/trial-session/comps/av-panels/teacher-av-panel/teacher-av-panel.js.map +1 -1
  36. package/dist/features/trial-session/comps/parent-app/parent-app.js +25 -20
  37. package/dist/features/trial-session/comps/parent-app/parent-app.js.map +1 -1
  38. package/dist/features/trial-session/comps/school-goals/school-goals-view.js +4 -4
  39. package/dist/features/trial-session/comps/school-goals/school-goals-view.js.map +1 -1
  40. package/dist/features/trial-session/comps/session-insights/session-insights.js +40 -39
  41. package/dist/features/trial-session/comps/session-insights/session-insights.js.map +1 -1
  42. package/dist/features/trial-session/trial-session-view.js +95 -79
  43. package/dist/features/trial-session/trial-session-view.js.map +1 -1
  44. package/dist/features/ui/loader/circular-loader/circular-loader.js +16 -20
  45. package/dist/features/ui/loader/circular-loader/circular-loader.js.map +1 -1
  46. package/dist/features/ui/lottie-animation/helper.js +13 -0
  47. package/dist/features/ui/lottie-animation/helper.js.map +1 -0
  48. package/dist/features/ui/lottie-animation/lottie-animation.js +37 -0
  49. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -0
  50. package/dist/features/ui/nudge/nudge-styled.js +4 -8
  51. package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
  52. package/dist/features/ui/nudge/nudge.js +13 -30
  53. package/dist/features/ui/nudge/nudge.js.map +1 -1
  54. package/dist/features/ui/perfect-hits/perfect-hits-helpers.js +22 -20
  55. package/dist/features/ui/perfect-hits/perfect-hits-helpers.js.map +1 -1
  56. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js +25 -48
  57. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js.map +1 -1
  58. package/dist/features/worksheet/worksheet/worksheet-question/header/validated-animation.js +12 -26
  59. package/dist/features/worksheet/worksheet/worksheet-question/header/validated-animation.js.map +1 -1
  60. package/dist/index.d.ts +58 -0
  61. package/dist/index.js +466 -464
  62. package/dist/index.js.map +1 -1
  63. package/dist/static/accuracy-meter.99585cba.json +4218 -0
  64. package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
  65. package/dist/static/beginner1x.489908a7.json +3508 -0
  66. package/dist/static/bronze-1.da4e4b5f.json +4176 -0
  67. package/dist/static/bronze-2.97f9c639.json +4433 -0
  68. package/dist/static/bronze-3.6a433ebd.json +4786 -0
  69. package/dist/static/circular-loader.a5a1a0a6.json +238 -0
  70. package/dist/static/clock-30min.eae818b8.json +1197 -0
  71. package/dist/static/clock-45min.df8adf51.json +1197 -0
  72. package/dist/static/clock-60min.2b48d875.json +1197 -0
  73. package/dist/static/clock-90min.3e557ed7.json +1407 -0
  74. package/dist/static/color-1.45101b9a.json +4545 -0
  75. package/dist/static/color-2.ccdc7d0a.json +4828 -0
  76. package/dist/static/color-3.5e8e1422.json +5273 -0
  77. package/dist/static/difficult.6846c064.json +2755 -0
  78. package/dist/static/easy-rescheduling-lottie.28026af9.json +9301 -0
  79. package/dist/static/easy.68242ddd.json +2658 -0
  80. package/dist/static/elite-circle.3df58972.json +6876 -0
  81. package/dist/static/error-lottie.b3507a4b.json +5255 -0
  82. package/dist/static/familiar1x.7c9c7f15.json +3046 -0
  83. package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
  84. package/dist/static/five-min-clock.6be5cc41.json +721 -0
  85. package/dist/static/gold-1.ab2489fe.json +4176 -0
  86. package/dist/static/gold-2.34045826.json +4441 -0
  87. package/dist/static/gold-3.d704698b.json +4810 -0
  88. package/dist/static/levelup-rings.b1055283.json +549 -0
  89. package/dist/static/medium.94c3829b.json +2289 -0
  90. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  91. package/dist/static/point1.b53831de.json +2942 -0
  92. package/dist/static/point10.7b5e536d.json +3179 -0
  93. package/dist/static/point100.1df16f82.json +3196 -0
  94. package/dist/static/point15.fea00c32.json +3179 -0
  95. package/dist/static/point20.c88d776d.json +3178 -0
  96. package/dist/static/point25.a18c346a.json +3178 -0
  97. package/dist/static/point30.c5224b0b.json +3202 -0
  98. package/dist/static/point35.fad343dd.json +3058 -0
  99. package/dist/static/point40.10a16f72.json +3082 -0
  100. package/dist/static/point45.2ad7561f.json +3082 -0
  101. package/dist/static/point5.da40ed1f.json +2948 -0
  102. package/dist/static/point50.5718cb3d.json +3046 -0
  103. package/dist/static/point60.17380d9f.json +3076 -0
  104. package/dist/static/proficient1x.fa6e7b80.json +3430 -0
  105. package/dist/static/silver-1.0396328a.json +4168 -0
  106. package/dist/static/silver-2.bf50615f.json +4433 -0
  107. package/dist/static/silver-3.13d66b84.json +4810 -0
  108. package/dist/static/sleepy-boi.031a1165.json +1008 -0
  109. package/dist/static/spinner-white.639e0d87.json +122 -0
  110. package/dist/static/splash-screen.bbf567ce.json +2411 -0
  111. package/dist/static/stay-connected-lottie.111439b3.json +3547 -0
  112. package/dist/static/teacher-validation.7577ecdc.json +245 -0
  113. package/dist/static/total-streak.d5ce7669.json +842 -0
  114. package/dist/static/total-time-spent.434005d3.json +200 -0
  115. package/dist/static/total-time.d979cbb9.json +24383 -0
  116. package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
  117. package/dist/static/track-progress-lottie.422108cf.json +2972 -0
  118. package/package.json +1 -1
  119. package/dist/assets/lotties/circle/100pts.json.js +0 -7957
  120. package/dist/assets/lotties/circle/100pts.json.js.map +0 -1
  121. package/dist/assets/lotties/circle/10pts.json.js +0 -7753
  122. package/dist/assets/lotties/circle/10pts.json.js.map +0 -1
  123. package/dist/assets/lotties/circle/15pts.json.js +0 -7879
  124. package/dist/assets/lotties/circle/15pts.json.js.map +0 -1
  125. package/dist/assets/lotties/circle/1pts.json.js +0 -7257
  126. package/dist/assets/lotties/circle/1pts.json.js.map +0 -1
  127. package/dist/assets/lotties/circle/20pts.json.js +0 -7845
  128. package/dist/assets/lotties/circle/20pts.json.js.map +0 -1
  129. package/dist/assets/lotties/circle/25pts.json.js +0 -7971
  130. package/dist/assets/lotties/circle/25pts.json.js.map +0 -1
  131. package/dist/assets/lotties/circle/30pts.json.js +0 -7941
  132. package/dist/assets/lotties/circle/30pts.json.js.map +0 -1
  133. package/dist/assets/lotties/circle/35pts.json.js +0 -7881
  134. package/dist/assets/lotties/circle/35pts.json.js.map +0 -1
  135. package/dist/assets/lotties/circle/40pts.json.js +0 -7725
  136. package/dist/assets/lotties/circle/40pts.json.js.map +0 -1
  137. package/dist/assets/lotties/circle/45pts.json.js +0 -7851
  138. package/dist/assets/lotties/circle/45pts.json.js.map +0 -1
  139. package/dist/assets/lotties/circle/50pts.json.js +0 -7707
  140. package/dist/assets/lotties/circle/50pts.json.js.map +0 -1
  141. package/dist/assets/lotties/circle/5pts.json.js +0 -7420
  142. package/dist/assets/lotties/circle/5pts.json.js.map +0 -1
  143. package/dist/assets/lotties/circle/60pts.json.js +0 -7701
  144. package/dist/assets/lotties/circle/60pts.json.js.map +0 -1
  145. package/dist/assets/lotties/circle/accuracy-meter-lottie.json.js +0 -6811
  146. package/dist/assets/lotties/circle/accuracy-meter-lottie.json.js.map +0 -1
  147. package/dist/assets/lotties/circle/accuracy-needle-lottie.json.js +0 -1503
  148. package/dist/assets/lotties/circle/accuracy-needle-lottie.json.js.map +0 -1
  149. package/dist/assets/lotties/circle/circular-loader.json.js +0 -635
  150. package/dist/assets/lotties/circle/circular-loader.json.js.map +0 -1
  151. package/dist/assets/lotties/circle/elite-circle-lottie.json.js +0 -12079
  152. package/dist/assets/lotties/circle/elite-circle-lottie.json.js.map +0 -1
  153. package/dist/assets/lotties/circle/levelup-rings-lottie.json.js +0 -1412
  154. package/dist/assets/lotties/circle/levelup-rings-lottie.json.js.map +0 -1
  155. package/dist/assets/lotties/circle/sleepy-boi-lottie.json.js +0 -2632
  156. package/dist/assets/lotties/circle/sleepy-boi-lottie.json.js.map +0 -1
  157. package/dist/assets/lotties/circle/spinner-white.json.js +0 -316
  158. package/dist/assets/lotties/circle/spinner-white.json.js.map +0 -1
  159. package/dist/assets/lotties/circle/splash-screen.json.js +0 -5864
  160. package/dist/assets/lotties/circle/splash-screen.json.js.map +0 -1
  161. package/dist/assets/lotties/circle/total-streak-lottie.json.js +0 -2103
  162. package/dist/assets/lotties/circle/total-streak-lottie.json.js.map +0 -1
  163. package/dist/assets/lotties/circle/total-time-lottie.json.js +0 -33016
  164. package/dist/assets/lotties/circle/total-time-lottie.json.js.map +0 -1
  165. package/dist/assets/lotties/circle/total-time-spent-lottie.json.js +0 -260
  166. package/dist/assets/lotties/circle/total-time-spent-lottie.json.js.map +0 -1
  167. package/dist/assets/lotties/circle/tournament-ripple-lottie.json.js +0 -1563
  168. package/dist/assets/lotties/circle/tournament-ripple-lottie.json.js.map +0 -1
  169. package/dist/assets/lotties/common/nudge-tap.json.js +0 -3597
  170. package/dist/assets/lotties/common/nudge-tap.json.js.map +0 -1
  171. package/dist/assets/lotties/error-lottie.json.js +0 -12755
  172. package/dist/assets/lotties/error-lottie.json.js.map +0 -1
  173. package/dist/assets/lotties/perfect-hits/bronze-1.json.js +0 -10871
  174. package/dist/assets/lotties/perfect-hits/bronze-1.json.js.map +0 -1
  175. package/dist/assets/lotties/perfect-hits/bronze-2.json.js +0 -11389
  176. package/dist/assets/lotties/perfect-hits/bronze-2.json.js.map +0 -1
  177. package/dist/assets/lotties/perfect-hits/bronze-3.json.js +0 -12169
  178. package/dist/assets/lotties/perfect-hits/bronze-3.json.js.map +0 -1
  179. package/dist/assets/lotties/perfect-hits/color-1.json.js +0 -12348
  180. package/dist/assets/lotties/perfect-hits/color-1.json.js.map +0 -1
  181. package/dist/assets/lotties/perfect-hits/color-2.json.js +0 -12941
  182. package/dist/assets/lotties/perfect-hits/color-2.json.js.map +0 -1
  183. package/dist/assets/lotties/perfect-hits/color-3.json.js +0 -14034
  184. package/dist/assets/lotties/perfect-hits/color-3.json.js.map +0 -1
  185. package/dist/assets/lotties/perfect-hits/gold-1.json.js +0 -10871
  186. package/dist/assets/lotties/perfect-hits/gold-1.json.js.map +0 -1
  187. package/dist/assets/lotties/perfect-hits/gold-2.json.js +0 -11389
  188. package/dist/assets/lotties/perfect-hits/gold-2.json.js.map +0 -1
  189. package/dist/assets/lotties/perfect-hits/gold-3.json.js +0 -12169
  190. package/dist/assets/lotties/perfect-hits/gold-3.json.js.map +0 -1
  191. package/dist/assets/lotties/perfect-hits/silver-1.json.js +0 -10871
  192. package/dist/assets/lotties/perfect-hits/silver-1.json.js.map +0 -1
  193. package/dist/assets/lotties/perfect-hits/silver-2.json.js +0 -11389
  194. package/dist/assets/lotties/perfect-hits/silver-2.json.js.map +0 -1
  195. package/dist/assets/lotties/perfect-hits/silver-3.json.js +0 -12169
  196. package/dist/assets/lotties/perfect-hits/silver-3.json.js.map +0 -1
  197. package/dist/assets/lotties/teacher-validation.json.js +0 -649
  198. package/dist/assets/lotties/teacher-validation.json.js.map +0 -1
  199. package/dist/assets/lotties/tests-creation/clock_30_min.json.js +0 -2857
  200. package/dist/assets/lotties/tests-creation/clock_30_min.json.js.map +0 -1
  201. package/dist/assets/lotties/tests-creation/clock_45_min.json.js +0 -2857
  202. package/dist/assets/lotties/tests-creation/clock_45_min.json.js.map +0 -1
  203. package/dist/assets/lotties/tests-creation/clock_60_min.json.js +0 -2857
  204. package/dist/assets/lotties/tests-creation/clock_60_min.json.js.map +0 -1
  205. package/dist/assets/lotties/tests-creation/clock_90_min.json.js +0 -3345
  206. package/dist/assets/lotties/tests-creation/clock_90_min.json.js.map +0 -1
  207. package/dist/assets/lotties/tests-creation/difficult.json.js +0 -6713
  208. package/dist/assets/lotties/tests-creation/difficult.json.js.map +0 -1
  209. package/dist/assets/lotties/tests-creation/easy.json.js +0 -6525
  210. package/dist/assets/lotties/tests-creation/easy.json.js.map +0 -1
  211. package/dist/assets/lotties/tests-creation/medium.json.js +0 -5603
  212. package/dist/assets/lotties/tests-creation/medium.json.js.map +0 -1
  213. package/dist/assets/lotties/trial-v3/15min-clock.json.js +0 -2037
  214. package/dist/assets/lotties/trial-v3/15min-clock.json.js.map +0 -1
  215. package/dist/assets/lotties/trial-v3/5min-clock.json.js +0 -2062
  216. package/dist/assets/lotties/trial-v3/5min-clock.json.js.map +0 -1
  217. package/dist/assets/lotties/trial-v3/insight/beginner1x.json.js +0 -8517
  218. package/dist/assets/lotties/trial-v3/insight/beginner1x.json.js.map +0 -1
  219. package/dist/assets/lotties/trial-v3/insight/familiar1x.json.js +0 -7396
  220. package/dist/assets/lotties/trial-v3/insight/familiar1x.json.js.map +0 -1
  221. package/dist/assets/lotties/trial-v3/insight/proficient1x.json.js +0 -8559
  222. package/dist/assets/lotties/trial-v3/insight/proficient1x.json.js.map +0 -1
  223. package/dist/assets/lotties/trial-v3/parent-app/easy-rescheduling-lottie.json.js +0 -23284
  224. package/dist/assets/lotties/trial-v3/parent-app/easy-rescheduling-lottie.json.js.map +0 -1
  225. package/dist/assets/lotties/trial-v3/parent-app/stay-connected-lottie.json.js +0 -9090
  226. package/dist/assets/lotties/trial-v3/parent-app/stay-connected-lottie.json.js.map +0 -1
  227. package/dist/assets/lotties/trial-v3/parent-app/track-progress-lottie.json.js +0 -8675
  228. package/dist/assets/lotties/trial-v3/parent-app/track-progress-lottie.json.js.map +0 -1
  229. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/fetch-lottie.js +0 -13
  230. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/fetch-lottie.js.map +0 -1
  231. package/dist/features/circle-games/game-launcher/game-launcher-styled.js +0 -10
  232. package/dist/features/circle-games/game-launcher/game-launcher-styled.js.map +0 -1
  233. package/dist/features/post-game-stats/points/points-styled.js +0 -10
  234. package/dist/features/post-game-stats/points/points-styled.js.map +0 -1
  235. package/dist/features/trial-session/comps/render-lottie/index.js +0 -26
  236. package/dist/features/trial-session/comps/render-lottie/index.js.map +0 -1
  237. package/dist/features/ui/loader/circular-loader/circular-loader-styled.js +0 -17
  238. package/dist/features/ui/loader/circular-loader/circular-loader-styled.js.map +0 -1
@@ -0,0 +1,1057 @@
1
+ {
2
+ "v": "4.8.0",
3
+ "meta": { "g": "LottieFiles AE ", "a": "", "k": "", "d": "", "tc": "" },
4
+ "fr": 30,
5
+ "ip": 0,
6
+ "op": 31,
7
+ "w": 1000,
8
+ "h": 1000,
9
+ "nm": "genral tap",
10
+ "ddd": 0,
11
+ "assets": [],
12
+ "layers": [
13
+ {
14
+ "ddd": 0,
15
+ "ind": 1,
16
+ "ty": 3,
17
+ "nm": "Null 17",
18
+ "sr": 1,
19
+ "ks": {
20
+ "o": { "a": 0, "k": 0, "ix": 11 },
21
+ "r": { "a": 0, "k": 0, "ix": 10 },
22
+ "p": { "a": 0, "k": [246.5, -1366.5, 0], "ix": 2 },
23
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
24
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
25
+ },
26
+ "ao": 0,
27
+ "ip": 0,
28
+ "op": 300,
29
+ "st": 0,
30
+ "bm": 0
31
+ },
32
+ {
33
+ "ddd": 0,
34
+ "ind": 2,
35
+ "ty": 4,
36
+ "nm": "Vector",
37
+ "parent": 1,
38
+ "sr": 1,
39
+ "ks": {
40
+ "o": { "a": 0, "k": 100, "ix": 11 },
41
+ "r": {
42
+ "a": 1,
43
+ "k": [
44
+ {
45
+ "i": { "x": [0.667], "y": [1] },
46
+ "o": { "x": [0.36], "y": [0] },
47
+ "t": 0,
48
+ "s": [10],
49
+ "e": [6]
50
+ },
51
+ {
52
+ "i": { "x": [0.667], "y": [1] },
53
+ "o": { "x": [0.333], "y": [0] },
54
+ "t": 6,
55
+ "s": [6],
56
+ "e": [10]
57
+ },
58
+ { "t": 13 }
59
+ ],
60
+ "ix": 10
61
+ },
62
+ "p": {
63
+ "a": 1,
64
+ "k": [
65
+ {
66
+ "i": { "x": 0.36, "y": 1 },
67
+ "o": { "x": 0.36, "y": 0 },
68
+ "t": 0,
69
+ "s": [328.37, 2000.315, 0],
70
+ "e": [323.87, 1992.065, 0],
71
+ "to": [-0.75, -1.375, 0],
72
+ "ti": [0, 0, 0]
73
+ },
74
+ {
75
+ "i": { "x": 0.667, "y": 1 },
76
+ "o": { "x": 0.64, "y": 0 },
77
+ "t": 6,
78
+ "s": [323.87, 1992.065, 0],
79
+ "e": [328.37, 2000.315, 0],
80
+ "to": [0, 0, 0],
81
+ "ti": [-0.75, -1.375, 0]
82
+ },
83
+ { "t": 13 }
84
+ ],
85
+ "ix": 2
86
+ },
87
+ "a": { "a": 0, "k": [79.34, 137.941, 0], "ix": 1 },
88
+ "s": {
89
+ "a": 1,
90
+ "k": [
91
+ {
92
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
93
+ "o": { "x": [0.36, 0.36, 0.36], "y": [0, 0, 0] },
94
+ "t": 0,
95
+ "s": [50, 50, 100],
96
+ "e": [48, 48, 100]
97
+ },
98
+ {
99
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
100
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
101
+ "t": 6,
102
+ "s": [48, 48, 100],
103
+ "e": [50, 50, 100]
104
+ },
105
+ { "t": 13 }
106
+ ],
107
+ "ix": 6
108
+ }
109
+ },
110
+ "ao": 0,
111
+ "shapes": [
112
+ {
113
+ "ty": "gr",
114
+ "it": [
115
+ {
116
+ "ind": 0,
117
+ "ty": "sh",
118
+ "ix": 1,
119
+ "ks": {
120
+ "a": 1,
121
+ "k": [
122
+ {
123
+ "i": { "x": 0.667, "y": 1 },
124
+ "o": { "x": 0.333, "y": 0 },
125
+ "t": 0,
126
+ "s": [
127
+ {
128
+ "i": [
129
+ [0, -4.819],
130
+ [0.372, 0.364],
131
+ [6.904, 6.913],
132
+ [3.313, 1.026],
133
+ [-0.282, -10.085],
134
+ [-3.264, -3.45],
135
+ [-12.203, -12.636],
136
+ [-18.789, -10.143],
137
+ [-11.451, 0.172],
138
+ [-7.897, -0.025],
139
+ [-9.87, 5.548],
140
+ [-0.429, 25.518],
141
+ [0.029, 35.223],
142
+ [0.36, 1.292],
143
+ [8.779, -5.49],
144
+ [0.024, -5.454],
145
+ [0.016, -11.99],
146
+ [2.884, -0.503],
147
+ [0.004, 4.775],
148
+ [0.09, 18.053],
149
+ [0.772, 1.962],
150
+ [7.215, -6.104],
151
+ [-0.016, -5.073],
152
+ [0.008, -12.06],
153
+ [0.139, -0.867],
154
+ [3.844, 2.159],
155
+ [0, 2.911],
156
+ [0.02, 18.462],
157
+ [0.453, 1.525],
158
+ [7.742, -0.863],
159
+ [-0.151, -6.852],
160
+ [0.045, -10.764],
161
+ [4.608, 2.441],
162
+ [-0.004, 2.768],
163
+ [-0.004, 15.465],
164
+ [2.676, 3.07],
165
+ [5.572, -2.011],
166
+ [0, -6.631],
167
+ [-0.001, -45.807]
168
+ ],
169
+ "o": [
170
+ [-0.744, -0.666],
171
+ [-6.087, -6.083],
172
+ [-2.439, -2.441],
173
+ [-9.658, -2.992],
174
+ [0.135, 4.816],
175
+ [4.212, 4.452],
176
+ [14.671, 15.195],
177
+ [9.919, 5.355],
178
+ [7.897, -0.119],
179
+ [11.259, 0.033],
180
+ [22.286, -12.53],
181
+ [0.592, -35.215],
182
+ [0, -1.341],
183
+ [-2.786, -9.979],
184
+ [-4.661, 2.915],
185
+ [-0.053, 11.99],
186
+ [-0.004, 3.503],
187
+ [-4.674, 0.814],
188
+ [-0.012, -18.053],
189
+ [-0.012, -2.114],
190
+ [-3.799, -9.664],
191
+ [-3.959, 3.352],
192
+ [0.041, 12.06],
193
+ [0, 0.883],
194
+ [-0.699, 4.366],
195
+ [-2.807, -1.574],
196
+ [0, -18.462],
197
+ [-0.004, -1.631],
198
+ [-2.173, -7.289],
199
+ [-7.207, 0.801],
200
+ [0.069, 3.131],
201
+ [-0.025, 5.351],
202
+ [-2.594, -1.374],
203
+ [0.029, -28.343],
204
+ [0, -3.994],
205
+ [-4.502, -5.167],
206
+ [-6.255, 2.257],
207
+ [0, 32.036],
208
+ [0.001, 45.282]
209
+ ],
210
+ "v": [
211
+ [-45.425, 76.939],
212
+ [-46.945, 75.582],
213
+ [-85.931, 36.614],
214
+ [-94.506, 31.398],
215
+ [-112.809, 45.101],
216
+ [-107.269, 57.407],
217
+ [-58.731, 109.362],
218
+ [-9.768, 148.988],
219
+ [22.065, 157.594],
220
+ [45.76, 157.573],
221
+ [77.597, 149.777],
222
+ [112.507, 92.589],
223
+ [112.633, -13.081],
224
+ [112.078, -17.095],
225
+ [89.616, -25.864],
226
+ [82.684, -13.085],
227
+ [82.659, 22.887],
228
+ [77.834, 29.489],
229
+ [69.827, 22.76],
230
+ [69.77, -31.403],
231
+ [68.597, -37.72],
232
+ [45.38, -43.422],
233
+ [39.943, -30.627],
234
+ [39.951, 5.553],
235
+ [39.824, 8.202],
236
+ [30.501, 12.662],
237
+ [27.086, 5.59],
238
+ [27.074, -49.8],
239
+ [26.731, -54.677],
240
+ [10.361, -65.682],
241
+ [-2.623, -51.374],
242
+ [-2.631, -9.675],
243
+ [-12.248, -3.662],
244
+ [-15.483, -10.182],
245
+ [-15.467, -141.606],
246
+ [-19.132, -152.313],
247
+ [-35.547, -156.679],
248
+ [-45.429, -142.252],
249
+ [-45.427, -11.614]
250
+ ],
251
+ "c": true
252
+ }
253
+ ],
254
+ "e": [
255
+ {
256
+ "i": [
257
+ [0, -4.819],
258
+ [0.372, 0.364],
259
+ [6.904, 6.913],
260
+ [3.313, 1.026],
261
+ [-0.282, -10.085],
262
+ [-3.264, -3.45],
263
+ [-12.203, -12.637],
264
+ [-18.789, -10.143],
265
+ [-11.451, 0.172],
266
+ [-7.897, -0.025],
267
+ [-9.87, 5.548],
268
+ [-0.429, 25.518],
269
+ [0.029, 35.223],
270
+ [0.36, 1.292],
271
+ [8.779, -5.49],
272
+ [0.024, -5.454],
273
+ [0.016, -11.99],
274
+ [2.884, -0.503],
275
+ [0.004, 4.775],
276
+ [0.09, 18.053],
277
+ [0.772, 1.962],
278
+ [7.215, -6.104],
279
+ [-0.016, -5.073],
280
+ [0.008, -12.06],
281
+ [0.139, -0.867],
282
+ [3.844, 2.159],
283
+ [0, 2.911],
284
+ [0.02, 18.462],
285
+ [0.453, 1.525],
286
+ [7.742, -0.863],
287
+ [-0.151, -6.852],
288
+ [0.045, -10.764],
289
+ [4.608, 2.441],
290
+ [-0.004, 2.768],
291
+ [-0.004, 15.465],
292
+ [2.676, 3.07],
293
+ [5.572, -2.011],
294
+ [0, -6.631],
295
+ [-5.501, -47.386]
296
+ ],
297
+ "o": [
298
+ [-0.744, -0.666],
299
+ [-6.087, -6.083],
300
+ [-2.439, -2.441],
301
+ [-9.658, -2.993],
302
+ [0.135, 4.816],
303
+ [4.212, 4.452],
304
+ [14.671, 15.196],
305
+ [9.919, 5.355],
306
+ [7.897, -0.119],
307
+ [11.259, 0.033],
308
+ [22.286, -12.53],
309
+ [0.592, -35.215],
310
+ [0, -1.341],
311
+ [-2.786, -9.979],
312
+ [-4.661, 2.915],
313
+ [-0.053, 11.99],
314
+ [-0.004, 3.503],
315
+ [-4.674, 0.814],
316
+ [-0.012, -18.053],
317
+ [-0.012, -2.114],
318
+ [-3.799, -9.664],
319
+ [-3.959, 3.352],
320
+ [0.041, 12.06],
321
+ [0, 0.883],
322
+ [-0.699, 4.366],
323
+ [-2.807, -1.574],
324
+ [0, -18.462],
325
+ [-0.004, -1.631],
326
+ [-2.173, -7.289],
327
+ [-7.207, 0.801],
328
+ [0.069, 3.131],
329
+ [-0.025, 5.351],
330
+ [-2.594, -1.374],
331
+ [0.029, -28.343],
332
+ [0, -3.994],
333
+ [-4.502, -5.167],
334
+ [-6.255, 2.257],
335
+ [0, 32.036],
336
+ [0.001, 45.282]
337
+ ],
338
+ "v": [
339
+ [-45.425, 76.939],
340
+ [-46.945, 75.582],
341
+ [-85.931, 36.615],
342
+ [-94.506, 31.398],
343
+ [-112.809, 45.101],
344
+ [-107.269, 57.407],
345
+ [-58.731, 109.362],
346
+ [-9.768, 148.988],
347
+ [22.065, 157.594],
348
+ [45.76, 157.573],
349
+ [77.597, 149.777],
350
+ [112.507, 92.589],
351
+ [112.633, -13.081],
352
+ [112.078, -17.095],
353
+ [89.616, -25.864],
354
+ [82.684, -13.085],
355
+ [82.659, 22.887],
356
+ [77.834, 29.489],
357
+ [69.827, 22.76],
358
+ [69.77, -31.403],
359
+ [68.597, -37.72],
360
+ [45.38, -43.422],
361
+ [39.943, -30.627],
362
+ [39.951, 5.553],
363
+ [39.824, 8.202],
364
+ [30.501, 12.662],
365
+ [27.086, 5.59],
366
+ [27.074, -49.8],
367
+ [26.731, -54.677],
368
+ [10.361, -65.682],
369
+ [-2.623, -51.374],
370
+ [-2.631, -9.675],
371
+ [-12.248, -3.662],
372
+ [-15.483, -10.182],
373
+ [-30.188, -137.792],
374
+ [-33.852, -148.499],
375
+ [-50.267, -152.865],
376
+ [-60.15, -138.438],
377
+ [-45.427, -11.614]
378
+ ],
379
+ "c": true
380
+ }
381
+ ]
382
+ },
383
+ {
384
+ "i": { "x": 0.667, "y": 1 },
385
+ "o": { "x": 0.167, "y": 0 },
386
+ "t": 5,
387
+ "s": [
388
+ {
389
+ "i": [
390
+ [0, -4.819],
391
+ [0.372, 0.364],
392
+ [6.904, 6.913],
393
+ [3.313, 1.026],
394
+ [-0.282, -10.085],
395
+ [-3.264, -3.45],
396
+ [-12.203, -12.637],
397
+ [-18.789, -10.143],
398
+ [-11.451, 0.172],
399
+ [-7.897, -0.025],
400
+ [-9.87, 5.548],
401
+ [-0.429, 25.518],
402
+ [0.029, 35.223],
403
+ [0.36, 1.292],
404
+ [8.779, -5.49],
405
+ [0.024, -5.454],
406
+ [0.016, -11.99],
407
+ [2.884, -0.503],
408
+ [0.004, 4.775],
409
+ [0.09, 18.053],
410
+ [0.772, 1.962],
411
+ [7.215, -6.104],
412
+ [-0.016, -5.073],
413
+ [0.008, -12.06],
414
+ [0.139, -0.867],
415
+ [3.844, 2.159],
416
+ [0, 2.911],
417
+ [0.02, 18.462],
418
+ [0.453, 1.525],
419
+ [7.742, -0.863],
420
+ [-0.151, -6.852],
421
+ [0.045, -10.764],
422
+ [4.608, 2.441],
423
+ [-0.004, 2.768],
424
+ [-0.004, 15.465],
425
+ [2.676, 3.07],
426
+ [5.572, -2.011],
427
+ [0, -6.631],
428
+ [-5.501, -47.386]
429
+ ],
430
+ "o": [
431
+ [-0.744, -0.666],
432
+ [-6.087, -6.083],
433
+ [-2.439, -2.441],
434
+ [-9.658, -2.993],
435
+ [0.135, 4.816],
436
+ [4.212, 4.452],
437
+ [14.671, 15.196],
438
+ [9.919, 5.355],
439
+ [7.897, -0.119],
440
+ [11.259, 0.033],
441
+ [22.286, -12.53],
442
+ [0.592, -35.215],
443
+ [0, -1.341],
444
+ [-2.786, -9.979],
445
+ [-4.661, 2.915],
446
+ [-0.053, 11.99],
447
+ [-0.004, 3.503],
448
+ [-4.674, 0.814],
449
+ [-0.012, -18.053],
450
+ [-0.012, -2.114],
451
+ [-3.799, -9.664],
452
+ [-3.959, 3.352],
453
+ [0.041, 12.06],
454
+ [0, 0.883],
455
+ [-0.699, 4.366],
456
+ [-2.807, -1.574],
457
+ [0, -18.462],
458
+ [-0.004, -1.631],
459
+ [-2.173, -7.289],
460
+ [-7.207, 0.801],
461
+ [0.069, 3.131],
462
+ [-0.025, 5.351],
463
+ [-2.594, -1.374],
464
+ [0.029, -28.343],
465
+ [0, -3.994],
466
+ [-4.502, -5.167],
467
+ [-6.255, 2.257],
468
+ [0, 32.036],
469
+ [0.001, 45.282]
470
+ ],
471
+ "v": [
472
+ [-45.425, 76.939],
473
+ [-46.945, 75.582],
474
+ [-85.931, 36.615],
475
+ [-94.506, 31.398],
476
+ [-112.809, 45.101],
477
+ [-107.269, 57.407],
478
+ [-58.731, 109.362],
479
+ [-9.768, 148.988],
480
+ [22.065, 157.594],
481
+ [45.76, 157.573],
482
+ [77.597, 149.777],
483
+ [112.507, 92.589],
484
+ [112.633, -13.081],
485
+ [112.078, -17.095],
486
+ [89.616, -25.864],
487
+ [82.684, -13.085],
488
+ [82.659, 22.887],
489
+ [77.834, 29.489],
490
+ [69.827, 22.76],
491
+ [69.77, -31.403],
492
+ [68.597, -37.72],
493
+ [45.38, -43.422],
494
+ [39.943, -30.627],
495
+ [39.951, 5.553],
496
+ [39.824, 8.202],
497
+ [30.501, 12.662],
498
+ [27.086, 5.59],
499
+ [27.074, -49.8],
500
+ [26.731, -54.677],
501
+ [10.361, -65.682],
502
+ [-2.623, -51.374],
503
+ [-2.631, -9.675],
504
+ [-12.248, -3.662],
505
+ [-15.483, -10.182],
506
+ [-30.188, -137.792],
507
+ [-33.852, -148.499],
508
+ [-50.267, -152.865],
509
+ [-60.15, -138.438],
510
+ [-45.427, -11.614]
511
+ ],
512
+ "c": true
513
+ }
514
+ ],
515
+ "e": [
516
+ {
517
+ "i": [
518
+ [0, -4.819],
519
+ [0.372, 0.364],
520
+ [6.904, 6.913],
521
+ [3.313, 1.026],
522
+ [-0.282, -10.085],
523
+ [-3.264, -3.45],
524
+ [-12.203, -12.637],
525
+ [-18.789, -10.143],
526
+ [-11.451, 0.172],
527
+ [-7.897, -0.025],
528
+ [-9.87, 5.548],
529
+ [-0.429, 25.518],
530
+ [0.029, 35.223],
531
+ [0.36, 1.292],
532
+ [8.779, -5.49],
533
+ [0.024, -5.454],
534
+ [0.016, -11.99],
535
+ [2.884, -0.503],
536
+ [0.004, 4.775],
537
+ [0.09, 18.053],
538
+ [0.772, 1.962],
539
+ [7.215, -6.104],
540
+ [-0.016, -5.073],
541
+ [0.008, -12.06],
542
+ [0.139, -0.867],
543
+ [3.844, 2.159],
544
+ [0, 2.911],
545
+ [0.02, 18.462],
546
+ [0.453, 1.525],
547
+ [7.742, -0.863],
548
+ [-0.151, -6.852],
549
+ [0.045, -10.764],
550
+ [4.608, 2.441],
551
+ [-0.004, 2.768],
552
+ [-0.004, 15.465],
553
+ [2.676, 3.07],
554
+ [5.572, -2.011],
555
+ [0, -6.631],
556
+ [-5.501, -47.386]
557
+ ],
558
+ "o": [
559
+ [-0.744, -0.666],
560
+ [-6.087, -6.083],
561
+ [-2.439, -2.441],
562
+ [-9.658, -2.993],
563
+ [0.135, 4.816],
564
+ [4.212, 4.452],
565
+ [14.671, 15.196],
566
+ [9.919, 5.355],
567
+ [7.897, -0.119],
568
+ [11.259, 0.033],
569
+ [22.286, -12.53],
570
+ [0.592, -35.215],
571
+ [0, -1.341],
572
+ [-2.786, -9.979],
573
+ [-4.661, 2.915],
574
+ [-0.053, 11.99],
575
+ [-0.004, 3.503],
576
+ [-4.674, 0.814],
577
+ [-0.012, -18.053],
578
+ [-0.012, -2.114],
579
+ [-3.799, -9.664],
580
+ [-3.959, 3.352],
581
+ [0.041, 12.06],
582
+ [0, 0.883],
583
+ [-0.699, 4.366],
584
+ [-2.807, -1.574],
585
+ [0, -18.462],
586
+ [-0.004, -1.631],
587
+ [-2.173, -7.289],
588
+ [-7.207, 0.801],
589
+ [0.069, 3.131],
590
+ [-0.025, 5.351],
591
+ [-2.594, -1.374],
592
+ [0.029, -28.343],
593
+ [0, -3.994],
594
+ [-4.502, -5.167],
595
+ [-6.255, 2.257],
596
+ [0, 32.036],
597
+ [0.001, 45.282]
598
+ ],
599
+ "v": [
600
+ [-45.425, 76.939],
601
+ [-46.945, 75.582],
602
+ [-85.931, 36.615],
603
+ [-94.506, 31.398],
604
+ [-112.809, 45.101],
605
+ [-107.269, 57.407],
606
+ [-58.731, 109.362],
607
+ [-9.768, 148.988],
608
+ [22.065, 157.594],
609
+ [45.76, 157.573],
610
+ [77.597, 149.777],
611
+ [112.507, 92.589],
612
+ [112.633, -13.081],
613
+ [112.078, -17.095],
614
+ [89.616, -25.864],
615
+ [82.684, -13.085],
616
+ [82.659, 22.887],
617
+ [77.834, 29.489],
618
+ [69.827, 22.76],
619
+ [69.77, -31.403],
620
+ [68.597, -37.72],
621
+ [45.38, -43.422],
622
+ [39.943, -30.627],
623
+ [39.951, 5.553],
624
+ [39.824, 8.202],
625
+ [30.501, 12.662],
626
+ [27.086, 5.59],
627
+ [27.074, -49.8],
628
+ [26.731, -54.677],
629
+ [10.361, -65.682],
630
+ [-2.623, -51.374],
631
+ [-2.631, -9.675],
632
+ [-12.248, -3.662],
633
+ [-15.483, -10.182],
634
+ [-30.188, -137.792],
635
+ [-33.852, -148.499],
636
+ [-50.267, -152.865],
637
+ [-60.15, -138.438],
638
+ [-45.427, -11.614]
639
+ ],
640
+ "c": true
641
+ }
642
+ ]
643
+ },
644
+ {
645
+ "i": { "x": 0.833, "y": 1 },
646
+ "o": { "x": 0.167, "y": 0 },
647
+ "t": 6,
648
+ "s": [
649
+ {
650
+ "i": [
651
+ [0, -4.819],
652
+ [0.372, 0.364],
653
+ [6.904, 6.913],
654
+ [3.313, 1.026],
655
+ [-0.282, -10.085],
656
+ [-3.264, -3.45],
657
+ [-12.203, -12.637],
658
+ [-18.789, -10.143],
659
+ [-11.451, 0.172],
660
+ [-7.897, -0.025],
661
+ [-9.87, 5.548],
662
+ [-0.429, 25.518],
663
+ [0.029, 35.223],
664
+ [0.36, 1.292],
665
+ [8.779, -5.49],
666
+ [0.024, -5.454],
667
+ [0.016, -11.99],
668
+ [2.884, -0.503],
669
+ [0.004, 4.775],
670
+ [0.09, 18.053],
671
+ [0.772, 1.962],
672
+ [7.215, -6.104],
673
+ [-0.016, -5.073],
674
+ [0.008, -12.06],
675
+ [0.139, -0.867],
676
+ [3.844, 2.159],
677
+ [0, 2.911],
678
+ [0.02, 18.462],
679
+ [0.453, 1.525],
680
+ [7.742, -0.863],
681
+ [-0.151, -6.852],
682
+ [0.045, -10.764],
683
+ [4.608, 2.441],
684
+ [-0.004, 2.768],
685
+ [-0.004, 15.465],
686
+ [2.676, 3.07],
687
+ [5.572, -2.011],
688
+ [0, -6.631],
689
+ [-5.501, -47.386]
690
+ ],
691
+ "o": [
692
+ [-0.744, -0.666],
693
+ [-6.087, -6.083],
694
+ [-2.439, -2.441],
695
+ [-9.658, -2.993],
696
+ [0.135, 4.816],
697
+ [4.212, 4.452],
698
+ [14.671, 15.196],
699
+ [9.919, 5.355],
700
+ [7.897, -0.119],
701
+ [11.259, 0.033],
702
+ [22.286, -12.53],
703
+ [0.592, -35.215],
704
+ [0, -1.341],
705
+ [-2.786, -9.979],
706
+ [-4.661, 2.915],
707
+ [-0.053, 11.99],
708
+ [-0.004, 3.503],
709
+ [-4.674, 0.814],
710
+ [-0.012, -18.053],
711
+ [-0.012, -2.114],
712
+ [-3.799, -9.664],
713
+ [-3.959, 3.352],
714
+ [0.041, 12.06],
715
+ [0, 0.883],
716
+ [-0.699, 4.366],
717
+ [-2.807, -1.574],
718
+ [0, -18.462],
719
+ [-0.004, -1.631],
720
+ [-2.173, -7.289],
721
+ [-7.207, 0.801],
722
+ [0.069, 3.131],
723
+ [-0.025, 5.351],
724
+ [-2.594, -1.374],
725
+ [0.029, -28.343],
726
+ [0, -3.994],
727
+ [-4.502, -5.167],
728
+ [-6.255, 2.257],
729
+ [0, 32.036],
730
+ [0.001, 45.282]
731
+ ],
732
+ "v": [
733
+ [-45.425, 76.939],
734
+ [-46.945, 75.582],
735
+ [-85.931, 36.615],
736
+ [-94.506, 31.398],
737
+ [-112.809, 45.101],
738
+ [-107.269, 57.407],
739
+ [-58.731, 109.362],
740
+ [-9.768, 148.988],
741
+ [22.065, 157.594],
742
+ [45.76, 157.573],
743
+ [77.597, 149.777],
744
+ [112.507, 92.589],
745
+ [112.633, -13.081],
746
+ [112.078, -17.095],
747
+ [89.616, -25.864],
748
+ [82.684, -13.085],
749
+ [82.659, 22.887],
750
+ [77.834, 29.489],
751
+ [69.827, 22.76],
752
+ [69.77, -31.403],
753
+ [68.597, -37.72],
754
+ [45.38, -43.422],
755
+ [39.943, -30.627],
756
+ [39.951, 5.553],
757
+ [39.824, 8.202],
758
+ [30.501, 12.662],
759
+ [27.086, 5.59],
760
+ [27.074, -49.8],
761
+ [26.731, -54.677],
762
+ [10.361, -65.682],
763
+ [-2.623, -51.374],
764
+ [-2.631, -9.675],
765
+ [-12.248, -3.662],
766
+ [-15.483, -10.182],
767
+ [-30.188, -137.792],
768
+ [-33.852, -148.499],
769
+ [-50.267, -152.865],
770
+ [-60.15, -138.438],
771
+ [-45.427, -11.614]
772
+ ],
773
+ "c": true
774
+ }
775
+ ],
776
+ "e": [
777
+ {
778
+ "i": [
779
+ [0, -4.819],
780
+ [0.372, 0.364],
781
+ [6.904, 6.913],
782
+ [3.313, 1.026],
783
+ [-0.282, -10.085],
784
+ [-3.264, -3.45],
785
+ [-12.203, -12.636],
786
+ [-18.789, -10.143],
787
+ [-11.451, 0.172],
788
+ [-7.897, -0.025],
789
+ [-9.87, 5.548],
790
+ [-0.429, 25.518],
791
+ [0.029, 35.223],
792
+ [0.36, 1.292],
793
+ [8.779, -5.49],
794
+ [0.024, -5.454],
795
+ [0.016, -11.99],
796
+ [2.884, -0.503],
797
+ [0.004, 4.775],
798
+ [0.09, 18.053],
799
+ [0.772, 1.962],
800
+ [7.215, -6.104],
801
+ [-0.016, -5.073],
802
+ [0.008, -12.06],
803
+ [0.139, -0.867],
804
+ [3.844, 2.159],
805
+ [0, 2.911],
806
+ [0.02, 18.462],
807
+ [0.453, 1.525],
808
+ [7.742, -0.863],
809
+ [-0.151, -6.852],
810
+ [0.045, -10.764],
811
+ [4.608, 2.441],
812
+ [-0.004, 2.768],
813
+ [-0.004, 15.465],
814
+ [2.676, 3.07],
815
+ [5.572, -2.011],
816
+ [0, -6.631],
817
+ [-0.001, -45.807]
818
+ ],
819
+ "o": [
820
+ [-0.744, -0.666],
821
+ [-6.087, -6.083],
822
+ [-2.439, -2.441],
823
+ [-9.658, -2.992],
824
+ [0.135, 4.816],
825
+ [4.212, 4.452],
826
+ [14.671, 15.195],
827
+ [9.919, 5.355],
828
+ [7.897, -0.119],
829
+ [11.259, 0.033],
830
+ [22.286, -12.53],
831
+ [0.592, -35.215],
832
+ [0, -1.341],
833
+ [-2.786, -9.979],
834
+ [-4.661, 2.915],
835
+ [-0.053, 11.99],
836
+ [-0.004, 3.503],
837
+ [-4.674, 0.814],
838
+ [-0.012, -18.053],
839
+ [-0.012, -2.114],
840
+ [-3.799, -9.664],
841
+ [-3.959, 3.352],
842
+ [0.041, 12.06],
843
+ [0, 0.883],
844
+ [-0.699, 4.366],
845
+ [-2.807, -1.574],
846
+ [0, -18.462],
847
+ [-0.004, -1.631],
848
+ [-2.173, -7.289],
849
+ [-7.207, 0.801],
850
+ [0.069, 3.131],
851
+ [-0.025, 5.351],
852
+ [-2.594, -1.374],
853
+ [0.029, -28.343],
854
+ [0, -3.994],
855
+ [-4.502, -5.167],
856
+ [-6.255, 2.257],
857
+ [0, 32.036],
858
+ [0.001, 45.282]
859
+ ],
860
+ "v": [
861
+ [-45.425, 76.939],
862
+ [-46.945, 75.582],
863
+ [-85.931, 36.614],
864
+ [-94.506, 31.398],
865
+ [-112.809, 45.101],
866
+ [-107.269, 57.407],
867
+ [-58.731, 109.362],
868
+ [-9.768, 148.988],
869
+ [22.065, 157.594],
870
+ [45.76, 157.573],
871
+ [77.597, 149.777],
872
+ [112.507, 92.589],
873
+ [112.633, -13.081],
874
+ [112.078, -17.095],
875
+ [89.616, -25.864],
876
+ [82.684, -13.085],
877
+ [82.659, 22.887],
878
+ [77.834, 29.489],
879
+ [69.827, 22.76],
880
+ [69.77, -31.403],
881
+ [68.597, -37.72],
882
+ [45.38, -43.422],
883
+ [39.943, -30.627],
884
+ [39.951, 5.553],
885
+ [39.824, 8.202],
886
+ [30.501, 12.662],
887
+ [27.086, 5.59],
888
+ [27.074, -49.8],
889
+ [26.731, -54.677],
890
+ [10.361, -65.682],
891
+ [-2.623, -51.374],
892
+ [-2.631, -9.675],
893
+ [-12.248, -3.662],
894
+ [-15.483, -10.182],
895
+ [-15.467, -141.606],
896
+ [-19.132, -152.313],
897
+ [-35.547, -156.679],
898
+ [-45.429, -142.252],
899
+ [-45.427, -11.614]
900
+ ],
901
+ "c": true
902
+ }
903
+ ]
904
+ },
905
+ { "t": 10 }
906
+ ],
907
+ "ix": 2
908
+ },
909
+ "nm": "Path 1",
910
+ "mn": "ADBE Vector Shape - Group",
911
+ "hd": false
912
+ },
913
+ {
914
+ "ty": "fl",
915
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 },
916
+ "o": { "a": 0, "k": 100, "ix": 5 },
917
+ "r": 1,
918
+ "bm": 0,
919
+ "nm": "Fill 1",
920
+ "mn": "ADBE Vector Graphic - Fill",
921
+ "hd": false
922
+ },
923
+ {
924
+ "ty": "st",
925
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 },
926
+ "o": { "a": 0, "k": 100, "ix": 4 },
927
+ "w": { "a": 0, "k": 26, "ix": 5 },
928
+ "lc": 1,
929
+ "lj": 1,
930
+ "ml": 4,
931
+ "bm": 0,
932
+ "nm": "Stroke 1",
933
+ "mn": "ADBE Vector Graphic - Stroke",
934
+ "hd": false
935
+ },
936
+ {
937
+ "ty": "tr",
938
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
939
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
940
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
941
+ "r": { "a": 0, "k": -21.936, "ix": 6 },
942
+ "o": { "a": 0, "k": 100, "ix": 7 },
943
+ "sk": { "a": 0, "k": 0, "ix": 4 },
944
+ "sa": { "a": 0, "k": 0, "ix": 5 },
945
+ "nm": "Transform"
946
+ }
947
+ ],
948
+ "nm": "Vector",
949
+ "np": 3,
950
+ "cix": 2,
951
+ "bm": 0,
952
+ "ix": 1,
953
+ "mn": "ADBE Vector Group",
954
+ "hd": false
955
+ }
956
+ ],
957
+ "ip": -22,
958
+ "op": 188,
959
+ "st": -22,
960
+ "bm": 0
961
+ },
962
+ {
963
+ "ddd": 0,
964
+ "ind": 3,
965
+ "ty": 4,
966
+ "nm": "ripple 1",
967
+ "parent": 1,
968
+ "sr": 1,
969
+ "ks": {
970
+ "o": { "a": 0, "k": 100, "ix": 11 },
971
+ "r": { "a": 0, "k": 0, "ix": 10 },
972
+ "p": { "a": 0, "k": [250, 834, 0], "ix": 2 },
973
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
974
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
975
+ },
976
+ "ao": 0,
977
+ "shapes": [
978
+ {
979
+ "ty": "gr",
980
+ "it": [
981
+ {
982
+ "d": 1,
983
+ "ty": "el",
984
+ "s": { "a": 0, "k": [74.578, 74.578], "ix": 2 },
985
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
986
+ "nm": "Ellipse Path 1",
987
+ "mn": "ADBE Vector Shape - Ellipse",
988
+ "hd": false
989
+ },
990
+ {
991
+ "ty": "st",
992
+ "c": { "a": 0, "k": [0.998253676471, 0.998253676471, 0.998253676471, 1], "ix": 3 },
993
+ "o": { "a": 0, "k": 100, "ix": 4 },
994
+ "w": {
995
+ "a": 1,
996
+ "k": [
997
+ {
998
+ "i": { "x": [0.833], "y": [0.833] },
999
+ "o": { "x": [0.167], "y": [0.167] },
1000
+ "t": 6,
1001
+ "s": [5],
1002
+ "e": [0]
1003
+ },
1004
+ { "t": 30 }
1005
+ ],
1006
+ "ix": 5
1007
+ },
1008
+ "lc": 1,
1009
+ "lj": 1,
1010
+ "ml": 4,
1011
+ "bm": 0,
1012
+ "nm": "Stroke 1",
1013
+ "mn": "ADBE Vector Graphic - Stroke",
1014
+ "hd": false
1015
+ },
1016
+ {
1017
+ "ty": "tr",
1018
+ "p": { "a": 0, "k": [3, 1031], "ix": 2 },
1019
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1020
+ "s": {
1021
+ "a": 1,
1022
+ "k": [
1023
+ {
1024
+ "i": { "x": [0, 0], "y": [1, 1] },
1025
+ "o": { "x": [0.083, 0.083], "y": [0, 0] },
1026
+ "t": 6,
1027
+ "s": [0, 0],
1028
+ "e": [190, 190]
1029
+ },
1030
+ { "t": 30 }
1031
+ ],
1032
+ "ix": 3
1033
+ },
1034
+ "r": { "a": 0, "k": 0, "ix": 6 },
1035
+ "o": { "a": 0, "k": 100, "ix": 7 },
1036
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1037
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1038
+ "nm": "Transform"
1039
+ }
1040
+ ],
1041
+ "nm": "Ellipse 1",
1042
+ "np": 3,
1043
+ "cix": 2,
1044
+ "bm": 0,
1045
+ "ix": 1,
1046
+ "mn": "ADBE Vector Group",
1047
+ "hd": false
1048
+ }
1049
+ ],
1050
+ "ip": 6,
1051
+ "op": 156,
1052
+ "st": 6,
1053
+ "bm": 0
1054
+ }
1055
+ ],
1056
+ "markers": []
1057
+ }