@cuemath/leap 3.1.0-gg2 → 3.1.1-aa0

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 (395) hide show
  1. package/dist/assets/gif/gif.js +22 -22
  2. package/dist/assets/gif/gif.js.map +1 -1
  3. package/dist/assets/illustrations/illustrations.js +128 -127
  4. package/dist/assets/illustrations/illustrations.js.map +1 -1
  5. package/dist/assets/images/images.js +32 -32
  6. package/dist/assets/images/images.js.map +1 -1
  7. package/dist/assets/line-icons/icons/check.js +3 -3
  8. package/dist/assets/line-icons/icons/check.js.map +1 -1
  9. package/dist/assets/line-icons/icons/puzzle-icon.js +51 -0
  10. package/dist/assets/line-icons/icons/puzzle-icon.js.map +1 -0
  11. package/dist/assets/line-icons/icons/share.js +48 -0
  12. package/dist/assets/line-icons/icons/share.js.map +1 -0
  13. package/dist/assets/line-icons/icons/tile.js +54 -0
  14. package/dist/assets/line-icons/icons/tile.js.map +1 -0
  15. package/dist/assets/lottie/lottie.js +86 -86
  16. package/dist/assets/lottie/lottie.js.map +1 -1
  17. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +34 -32
  18. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -1
  19. package/dist/features/chapters-v2/chapter-details/chapter-details.js +47 -45
  20. package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -1
  21. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +11 -11
  22. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -1
  23. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +47 -46
  24. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +1 -1
  25. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +165 -124
  26. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +1 -1
  27. package/dist/features/chapters-v2/utils/node-card-utils.js +41 -41
  28. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  29. package/dist/features/cue-canvas/bottombar/homework-controls.js +73 -0
  30. package/dist/features/cue-canvas/bottombar/homework-controls.js.map +1 -0
  31. package/dist/features/cue-canvas/cue-canvas-context.js +8 -5
  32. package/dist/features/cue-canvas/cue-canvas-context.js.map +1 -1
  33. package/dist/features/cue-canvas/cue-canvas-core.js +86 -81
  34. package/dist/features/cue-canvas/cue-canvas-core.js.map +1 -1
  35. package/dist/features/cue-canvas/cue-canvas-helpers.js +31 -25
  36. package/dist/features/cue-canvas/cue-canvas-helpers.js.map +1 -1
  37. package/dist/features/cue-canvas/cue-canvas-provider.js +14 -12
  38. package/dist/features/cue-canvas/cue-canvas-provider.js.map +1 -1
  39. package/dist/features/cue-canvas/cue-canvas.js +81 -67
  40. package/dist/features/cue-canvas/cue-canvas.js.map +1 -1
  41. package/dist/features/cue-canvas/cue-cavas-styled.js +45 -42
  42. package/dist/features/cue-canvas/cue-cavas-styled.js.map +1 -1
  43. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +61 -54
  44. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
  45. package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js +18 -14
  46. package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js.map +1 -1
  47. package/dist/features/cue-canvas/hooks/use-upload-helper.js +23 -0
  48. package/dist/features/cue-canvas/hooks/use-upload-helper.js.map +1 -0
  49. package/dist/features/cue-canvas/sidebar/homework/helper.js +20 -0
  50. package/dist/features/cue-canvas/sidebar/homework/helper.js.map +1 -0
  51. package/dist/features/cue-canvas/sidebar/homework/homework-menu.js +33 -0
  52. package/dist/features/cue-canvas/sidebar/homework/homework-menu.js.map +1 -0
  53. package/dist/features/cue-canvas/sidebar/homework/homework-request.js +68 -0
  54. package/dist/features/cue-canvas/sidebar/homework/homework-request.js.map +1 -0
  55. package/dist/features/cue-canvas/sidebar/homework/homework-styled.js +25 -0
  56. package/dist/features/cue-canvas/sidebar/homework/homework-styled.js.map +1 -0
  57. package/dist/features/cue-canvas/sidebar/homework/homework.js +39 -0
  58. package/dist/features/cue-canvas/sidebar/homework/homework.js.map +1 -0
  59. package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js +13 -0
  60. package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js.map +1 -0
  61. package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js +60 -0
  62. package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js.map +1 -0
  63. package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js +44 -0
  64. package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js.map +1 -0
  65. package/dist/features/cue-canvas/sidebar/puzzles/filters.js +107 -0
  66. package/dist/features/cue-canvas/sidebar/puzzles/filters.js.map +1 -0
  67. package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js +42 -0
  68. package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js.map +1 -0
  69. package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js +84 -0
  70. package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js.map +1 -0
  71. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js +36 -0
  72. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js.map +1 -0
  73. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js +133 -0
  74. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js.map +1 -0
  75. package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js +96 -0
  76. package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js.map +1 -0
  77. package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js +29 -0
  78. package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js.map +1 -0
  79. package/dist/features/cue-canvas/sidebar/puzzles/utils.js +120 -0
  80. package/dist/features/cue-canvas/sidebar/puzzles/utils.js.map +1 -0
  81. package/dist/features/cue-canvas/sidebar/sidebar-styled.js +32 -0
  82. package/dist/features/cue-canvas/sidebar/sidebar-styled.js.map +1 -0
  83. package/dist/features/cue-canvas/sidebar/sidebar.js +29 -0
  84. package/dist/features/cue-canvas/sidebar/sidebar.js.map +1 -0
  85. package/dist/features/cue-canvas/sidebar/tiles/tile.js +16 -0
  86. package/dist/features/cue-canvas/sidebar/tiles/tile.js.map +1 -0
  87. package/dist/features/cue-canvas/toolbar/grid-menu.js +13 -13
  88. package/dist/features/cue-canvas/toolbar/grid-menu.js.map +1 -1
  89. package/dist/features/cue-canvas/toolbar/tool.js +22 -20
  90. package/dist/features/cue-canvas/toolbar/tool.js.map +1 -1
  91. package/dist/features/homework/homework-card-view.js +56 -54
  92. package/dist/features/homework/homework-card-view.js.map +1 -1
  93. package/dist/features/homework/homework-card.js +53 -52
  94. package/dist/features/homework/homework-card.js.map +1 -1
  95. package/dist/features/homework/styles.js +5 -4
  96. package/dist/features/homework/styles.js.map +1 -1
  97. package/dist/features/hooks/use-debounce.js +16 -0
  98. package/dist/features/hooks/use-debounce.js.map +1 -0
  99. package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js +38 -36
  100. package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js.map +1 -1
  101. package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js +24 -22
  102. package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js.map +1 -1
  103. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js +23 -22
  104. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js.map +1 -1
  105. package/dist/features/milestone/create/comps/chapters-selection-step/utils.js +49 -47
  106. package/dist/features/milestone/create/comps/chapters-selection-step/utils.js.map +1 -1
  107. package/dist/features/milestone/create/comps/class-details-step/class-details-step.js +94 -87
  108. package/dist/features/milestone/create/comps/class-details-step/class-details-step.js.map +1 -1
  109. package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js +13 -12
  110. package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js.map +1 -1
  111. package/dist/features/milestone/create/comps/test-type-step/test-type-step.js +23 -21
  112. package/dist/features/milestone/create/comps/test-type-step/test-type-step.js.map +1 -1
  113. package/dist/features/milestone/create/milestone-create-helpers.js +165 -162
  114. package/dist/features/milestone/create/milestone-create-helpers.js.map +1 -1
  115. package/dist/features/trial-session/comps/pricing/india-pricing/index.js +96 -0
  116. package/dist/features/trial-session/comps/pricing/india-pricing/index.js.map +1 -0
  117. package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js +59 -0
  118. package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js.map +1 -0
  119. package/dist/features/trial-session/comps/pricing/pricing.js +36 -35
  120. package/dist/features/trial-session/comps/pricing/pricing.js.map +1 -1
  121. package/dist/features/ui/stepper/stepper.js +7 -7
  122. package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js +22 -19
  123. package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js.map +1 -1
  124. package/dist/index.d.ts +298 -247
  125. package/dist/index.js +184 -180
  126. package/dist/index.js.map +1 -1
  127. package/dist/static/accuracy-meter.99585cba.json +4218 -0
  128. package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
  129. package/dist/static/achievement_bg.0d0555ac.png +0 -0
  130. package/dist/static/advance-mode-segment-lottie.51ff6707.json +1 -0
  131. package/dist/static/alarm-clock-orange.31fb90d9.svg +1 -0
  132. package/dist/static/alarm-clock-purple.06d4911c.svg +1 -0
  133. package/dist/static/alien-1.fc7ba696.svg +1 -0
  134. package/dist/static/alien-2.15fdda07.svg +1 -0
  135. package/dist/static/alien-3.2664a37f.svg +1 -0
  136. package/dist/static/alien-4.06ac66da.svg +1 -0
  137. package/dist/static/ashta.0d3926b2.png +0 -0
  138. package/dist/static/avatar-selected.860ee923.json +1 -0
  139. package/dist/static/awesome.8e1cf046.png +0 -0
  140. package/dist/static/badge_success.2f6c8e65.png +0 -0
  141. package/dist/static/beginner1x.489908a7.json +3508 -0
  142. package/dist/static/bg_empty_resources.63b187fd.png +0 -0
  143. package/dist/static/blue-clip.87cc4543.svg +1 -0
  144. package/dist/static/bobwave.5603c70b.gif +0 -0
  145. package/dist/static/book-green.20f6eed3.svg +1 -0
  146. package/dist/static/book-open-blue.d4f8d08c.svg +5 -0
  147. package/dist/static/book-orange.04bdc75e.svg +1 -0
  148. package/dist/static/book-yellow.c210ac06.svg +1 -0
  149. package/dist/static/bronze-1.da4e4b5f.json +4176 -0
  150. package/dist/static/bronze-2.97f9c639.json +4433 -0
  151. package/dist/static/bronze-3.6a433ebd.json +4786 -0
  152. package/dist/static/bullet-yellow.2f892d88.svg +1 -0
  153. package/dist/static/calendar-blue.e0d52d09.svg +1 -0
  154. package/dist/static/calendar-gray.1c72682a.svg +1 -0
  155. package/dist/static/calendar-green.a2b6a393.svg +1 -0
  156. package/dist/static/caution.5766a967.svg +1 -0
  157. package/dist/static/chapter-1.8a1683a0.svg +1 -0
  158. package/dist/static/chapter-10.c97de4a5.svg +1 -0
  159. package/dist/static/chapter-2.71ac6dfc.svg +1 -0
  160. package/dist/static/chapter-3.003fc901.svg +1 -0
  161. package/dist/static/chapter-4.8abbacd8.svg +1 -0
  162. package/dist/static/chapter-5.c774b439.svg +1 -0
  163. package/dist/static/chapter-6.cb5cf1cb.svg +1 -0
  164. package/dist/static/chapter-7.57b0beb4.svg +1 -0
  165. package/dist/static/chapter-8.68d36477.svg +1 -0
  166. package/dist/static/chapter-9.0c00e26f.svg +1 -0
  167. package/dist/static/chapter-completed.1241399b.json +497 -0
  168. package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
  169. package/dist/static/chapter-header-bg.4ed173c2.svg +1 -0
  170. package/dist/static/chatva.d0c57a95.png +0 -0
  171. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
  172. package/dist/static/circle-cuemath-logo.8bcb1ad4.svg +1 -0
  173. package/dist/static/circle-outercircle-bg.65f21460.svg +1 -0
  174. package/dist/static/circular-loader.a5a1a0a6.json +238 -0
  175. package/dist/static/clock-30min.eae818b8.json +1197 -0
  176. package/dist/static/clock-45min.df8adf51.json +1197 -0
  177. package/dist/static/clock-60min.2b48d875.json +1197 -0
  178. package/dist/static/clock-90min.3e557ed7.json +1407 -0
  179. package/dist/static/clock-orange.c144059b.svg +6 -0
  180. package/dist/static/color-1.45101b9a.json +4545 -0
  181. package/dist/static/color-2.ccdc7d0a.json +4828 -0
  182. package/dist/static/color-3.5e8e1422.json +5273 -0
  183. package/dist/static/community-bulb.3b42af21.svg +1 -0
  184. package/dist/static/competitive-arena.b9c40801.json +1 -0
  185. package/dist/static/congrats.75718de8.png +0 -0
  186. package/dist/static/cool.1893941c.png +0 -0
  187. package/dist/static/cosa.46c0c49b.png +0 -0
  188. package/dist/static/crosshair-circle.522a26ea.svg +1 -0
  189. package/dist/static/crown-overlay.11fb073c.svg +1 -0
  190. package/dist/static/crown.c18fa217.svg +1 -0
  191. package/dist/static/cuecoin-gold.bcb8085e.svg +1 -0
  192. package/dist/static/cuemath-app-qr-code.4beefe48.svg +1 -0
  193. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
  194. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  195. package/dist/static/default-chapter.8ede1160.png +0 -0
  196. package/dist/static/desktop-with-purple-fill.dfec66cc.svg +1 -0
  197. package/dist/static/difficult.6846c064.json +2755 -0
  198. package/dist/static/dob.9ce3c15b.json +1 -0
  199. package/dist/static/doda.3103971c.png +0 -0
  200. package/dist/static/duration-30min-gray.f6442df4.svg +1 -0
  201. package/dist/static/duration-45min-gray.ad90fb23.svg +1 -0
  202. package/dist/static/duration-60min-gray.874e52a2.svg +1 -0
  203. package/dist/static/duration-90min-gray.32a04cef.svg +1 -0
  204. package/dist/static/dvi.fc7b32a5.png +0 -0
  205. package/dist/static/earth-green.e1329b7a.svg +1 -0
  206. package/dist/static/easy-rescheduling.3a6d1a00.gif +0 -0
  207. package/dist/static/easy.68242ddd.json +2658 -0
  208. package/dist/static/eka.b10a06fa.png +0 -0
  209. package/dist/static/elite-circle.3df58972.json +6876 -0
  210. package/dist/static/ellipse-clip.dfb25608.svg +1 -0
  211. package/dist/static/empty_mix_tests.1d251f07.png +0 -0
  212. package/dist/static/enrichment-mini.fc3c0f83.gif +0 -0
  213. package/dist/static/enrichment.571feac0.gif +0 -0
  214. package/dist/static/error-lottie.b3507a4b.json +5255 -0
  215. package/dist/static/error.cbe1ddde.json +1 -0
  216. package/dist/static/familiar1x.7c9c7f15.json +3046 -0
  217. package/dist/static/female-avatar.b8cd1012.svg +1 -0
  218. package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
  219. package/dist/static/five-min-clock.6be5cc41.json +721 -0
  220. package/dist/static/game-play.4982b0cb.svg +1 -0
  221. package/dist/static/games.47abcb18.gif +0 -0
  222. package/dist/static/globe-with-blue-fill.beae6ca4.svg +1 -0
  223. package/dist/static/gold-1.ab2489fe.json +4176 -0
  224. package/dist/static/gold-2.34045826.json +4441 -0
  225. package/dist/static/gold-3.d704698b.json +4810 -0
  226. package/dist/static/grade-grid-background.b17b4ccb.svg +1 -0
  227. package/dist/static/grade.b3730524.json +1 -0
  228. package/dist/static/graduate-hat.4b49eb44.svg +1 -0
  229. package/dist/static/graduate-icon-pink.01fbfb1b.svg +1 -0
  230. package/dist/static/graduate-pink-filled-bg.c91e9c53.svg +1 -0
  231. package/dist/static/great.2a5dcc34.png +0 -0
  232. package/dist/static/green-balloon.67ac8587.svg +1 -0
  233. package/dist/static/green-face.1b4dd82f.svg +1 -0
  234. package/dist/static/hexo.eab4b9f5.png +0 -0
  235. package/dist/static/infinite-button-bg.5909225e.json +1 -0
  236. package/dist/static/infinite-button-symbol.aa31350c.json +1 -0
  237. package/dist/static/jigii-wave.150a6d18.gif +0 -0
  238. package/dist/static/key.d6846476.json +1 -0
  239. package/dist/static/kudos.b7e2aeb6.png +0 -0
  240. package/dist/static/learn.71b13323.json +1 -0
  241. package/dist/static/learned-shield-gray.1495b0d5.svg +1 -0
  242. package/dist/static/learned-shield-green.7c26b423.svg +1 -0
  243. package/dist/static/learning-plan.72d64a61.png +0 -0
  244. package/dist/static/learning-session.71cc8f22.gif +0 -0
  245. package/dist/static/learnt.870c5e38.svg +1 -0
  246. package/dist/static/lesson-overview-banner.f5404af6.png +0 -0
  247. package/dist/static/levelup-rings.b1055283.json +549 -0
  248. package/dist/static/like.cb492460.svg +1 -0
  249. package/dist/static/live-session.a0d25c78.svg +1 -0
  250. package/dist/static/loader-1.6524355e.svg +1 -0
  251. package/dist/static/loader.52f8c35c.svg +1 -0
  252. package/dist/static/locked.0c3b7577.svg +1 -0
  253. package/dist/static/mail.c30e8708.json +1 -0
  254. package/dist/static/maintenance.a26aca65.svg +1 -0
  255. package/dist/static/male-avatar.2febc9eb.svg +1 -0
  256. package/dist/static/mastered-badge.81f156fb.svg +1 -0
  257. package/dist/static/mastered-shield-gray.a58cbe19.svg +1 -0
  258. package/dist/static/mastered-shield-green.070fa4eb.svg +1 -0
  259. package/dist/static/max-wave.44e002c9.gif +0 -0
  260. package/dist/static/medium.94c3829b.json +2289 -0
  261. package/dist/static/mental-math.3c95f169.svg +1 -0
  262. package/dist/static/milestone-intro-1.281a354c.svg +1 -0
  263. package/dist/static/milestone-intro-2.19faee69.svg +1 -0
  264. package/dist/static/milestone-intro-3.6f6055d6.svg +1 -0
  265. package/dist/static/mistake.476d1aa7.svg +1 -0
  266. package/dist/static/no-info.f4bfe437.png +0 -0
  267. package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
  268. package/dist/static/node-learn-bg.b61f815c.svg +1 -0
  269. package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
  270. package/dist/static/node-project-bg.e6a33e28.svg +1 -0
  271. package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
  272. package/dist/static/node-recap-bg.546154e4.svg +1 -0
  273. package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
  274. package/dist/static/node-video-bg.3df3f73a.svg +1 -0
  275. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  276. package/dist/static/number-1-orange.cbf526ed.svg +1 -0
  277. package/dist/static/number-2-orange.6f29eb72.svg +1 -0
  278. package/dist/static/number-3-orange.58baf717.svg +1 -0
  279. package/dist/static/number-4-orange.5ed1ec5e.svg +1 -0
  280. package/dist/static/octo.3020bd93.png +0 -0
  281. package/dist/static/one-star-filled.b6084257.svg +1 -0
  282. package/dist/static/orange-face.5824c2e9.svg +1 -0
  283. package/dist/static/otp.2d08f874.json +1 -0
  284. package/dist/static/otp.a3029760.json +1 -0
  285. package/dist/static/parent-avatar.772d53e0.json +1 -0
  286. package/dist/static/people-with-orange-fill.3835b8f1.svg +1 -0
  287. package/dist/static/phone-number.0be312ea.json +1 -0
  288. package/dist/static/phone-number.84f55562.json +1 -0
  289. package/dist/static/play-icon.13baaa7d.svg +1 -0
  290. package/dist/static/play.68d16dec.svg +1 -0
  291. package/dist/static/point1.b53831de.json +2942 -0
  292. package/dist/static/point10.7b5e536d.json +3179 -0
  293. package/dist/static/point100.1df16f82.json +3196 -0
  294. package/dist/static/point15.fea00c32.json +3179 -0
  295. package/dist/static/point2.7cec6e24.json +1 -0
  296. package/dist/static/point20.c88d776d.json +3178 -0
  297. package/dist/static/point25.a18c346a.json +3178 -0
  298. package/dist/static/point3.f96fe7aa.json +1 -0
  299. package/dist/static/point30.c5224b0b.json +3202 -0
  300. package/dist/static/point35.fad343dd.json +3058 -0
  301. package/dist/static/point4.fe04fb83.json +1 -0
  302. package/dist/static/point40.10a16f72.json +3082 -0
  303. package/dist/static/point45.2ad7561f.json +3082 -0
  304. package/dist/static/point5.da40ed1f.json +2948 -0
  305. package/dist/static/point50.5718cb3d.json +3046 -0
  306. package/dist/static/point60.17380d9f.json +3076 -0
  307. package/dist/static/points-sum.360e63de.svg +1 -0
  308. package/dist/static/practice.158dd488.json +1 -0
  309. package/dist/static/practiced-shield-green.90278855.svg +1 -0
  310. package/dist/static/practiced-shield-grey.16cf4fe0.svg +1 -0
  311. package/dist/static/proficient-badge.1a6dbb72.svg +1 -0
  312. package/dist/static/proficient1x.fa6e7b80.json +3430 -0
  313. package/dist/static/profile-board.4f4a17e6.svg +1 -0
  314. package/dist/static/project.eb665827.json +1 -0
  315. package/dist/static/puzzle-student.de530364.svg +1 -0
  316. package/dist/static/puzzle.5aad5cf8.svg +1 -0
  317. package/dist/static/puzzle.b298c7e4.json +1 -0
  318. package/dist/static/puzzle_card_easy.7d9439b5.png +0 -0
  319. package/dist/static/puzzle_card_hard.185a19c4.png +0 -0
  320. package/dist/static/puzzle_card_medium.17daef9c.png +0 -0
  321. package/dist/static/puzzles.1e269965.gif +0 -0
  322. package/dist/static/random-mode-segment-lottie.79cf1c07.json +1 -0
  323. package/dist/static/recap.0dd2c1e2.json +1 -0
  324. package/dist/static/refund-policy-with-headphone.589398e0.svg +1 -0
  325. package/dist/static/refund-policy.912dbb4c.svg +1 -0
  326. package/dist/static/report-404.dd67785c.svg +1 -0
  327. package/dist/static/rocket-broken.1f86fa43.svg +1 -0
  328. package/dist/static/rocket-yellow.62d27e15.svg +1 -0
  329. package/dist/static/school-success-mini.f74a852f.gif +0 -0
  330. package/dist/static/school-success.f9669771.gif +0 -0
  331. package/dist/static/score.41971107.svg +1 -0
  332. package/dist/static/sequence-mode-segment-lottie.11ac49e9.json +1 -0
  333. package/dist/static/shared.3af01b49.png +0 -0
  334. package/dist/static/sheet-reference.9da7a09f.png +0 -0
  335. package/dist/static/silver-1.0396328a.json +4168 -0
  336. package/dist/static/silver-2.bf50615f.json +4433 -0
  337. package/dist/static/silver-3.13d66b84.json +4810 -0
  338. package/dist/static/skills.90ce4cbb.gif +0 -0
  339. package/dist/static/sleepy-boi.031a1165.json +1008 -0
  340. package/dist/static/smiley.49bb7d7c.svg +1 -0
  341. package/dist/static/speckie-wave.510639ce.gif +0 -0
  342. package/dist/static/spinner-white.639e0d87.json +122 -0
  343. package/dist/static/spiral_pattern.9fd3e6e9.png +0 -0
  344. package/dist/static/splash-screen.bbf567ce.json +2411 -0
  345. package/dist/static/star-orange-filled.a7ff9c8f.svg +1 -0
  346. package/dist/static/star-orange.a91a341f.svg +1 -0
  347. package/dist/static/star-with-green-fill.86877d41.svg +1 -0
  348. package/dist/static/stay-connected.371d3d9d.gif +0 -0
  349. package/dist/static/streak-green.b59bf4dd.svg +1 -0
  350. package/dist/static/streak-white.2cbdc9b8.svg +1 -0
  351. package/dist/static/student-avatar.524226bd.json +1 -0
  352. package/dist/static/table-mode-reveal.b44a82c3.json +1 -0
  353. package/dist/static/table-mode-star.b8a1d762.json +1 -0
  354. package/dist/static/table-segment-star.78e851d6.json +1 -0
  355. package/dist/static/target-achieved-text.053bd142.json +2830 -0
  356. package/dist/static/target-achieved-text.10db8475.json +1 -0
  357. package/dist/static/teacher-validation.7577ecdc.json +245 -0
  358. package/dist/static/tera-wave.2954a6a4.gif +0 -0
  359. package/dist/static/test-difficulty-easy.56df71dd.svg +1 -0
  360. package/dist/static/test-difficulty-hard.7250f1f4.svg +1 -0
  361. package/dist/static/test-difficulty-medium.2fd9686e.svg +1 -0
  362. package/dist/static/test-prep-mini.718e5734.gif +0 -0
  363. package/dist/static/test-prep.ea433f71.gif +0 -0
  364. package/dist/static/test.803d6036.json +1 -0
  365. package/dist/static/tetra.354ff2b9.png +0 -0
  366. package/dist/static/three-stars-filled.72b51f03.svg +1 -0
  367. package/dist/static/tick-green.a1654049.svg +1 -0
  368. package/dist/static/total-streak.d5ce7669.json +842 -0
  369. package/dist/static/total-time-spent.434005d3.json +200 -0
  370. package/dist/static/total-time.d979cbb9.json +24383 -0
  371. package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
  372. package/dist/static/track-progress.c75b1031.gif +0 -0
  373. package/dist/static/trophy-blue-filled.7e2b40ab.svg +1 -0
  374. package/dist/static/trophy-blue.e684ba4c.svg +1 -0
  375. package/dist/static/trophy-circle.b7b23e36.svg +1 -0
  376. package/dist/static/trophy-green.6c0741c8.svg +10 -0
  377. package/dist/static/two-stars-filled.a51a14b4.svg +1 -0
  378. package/dist/static/up-arrow.a6946bd3.svg +1 -0
  379. package/dist/static/user-crown-grid-background.c2875a73.svg +1 -0
  380. package/dist/static/user-down.a06f2f94.svg +1 -0
  381. package/dist/static/user-pin.5f334465.svg +1 -0
  382. package/dist/static/user-profile-background.199977a9.svg +1 -0
  383. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
  384. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
  385. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
  386. package/dist/static/user-up.2aecbbae.svg +1 -0
  387. package/dist/static/username.9e034d51.json +1 -0
  388. package/dist/static/video.b41451e2.json +1 -0
  389. package/dist/static/vinnie-wave.10734dd5.gif +0 -0
  390. package/dist/static/way-forward.1428093e.gif +0 -0
  391. package/dist/static/wow.864fbb02.png +0 -0
  392. package/dist/static/yellow-face.b7525a33.svg +1 -0
  393. package/dist/static/your-goals.63ffbee5.gif +0 -0
  394. package/dist/static/zodasa.336c3bb0.png +0 -0
  395. package/package.json +3 -2
@@ -0,0 +1,4433 @@
1
+ {
2
+ "v": "4.8.0",
3
+ "meta": { "g": "LottieFiles AE ", "a": "", "k": "", "d": "", "tc": "" },
4
+ "fr": 30,
5
+ "ip": 0,
6
+ "op": 118,
7
+ "w": 1004,
8
+ "h": 657,
9
+ "nm": "cropped Lotties",
10
+ "ddd": 0,
11
+ "assets": [
12
+ {
13
+ "id": "comp_0",
14
+ "layers": [
15
+ {
16
+ "ddd": 0,
17
+ "ind": 1,
18
+ "ty": 0,
19
+ "nm": "confetti-particle scaled",
20
+ "refId": "comp_1",
21
+ "sr": 1,
22
+ "ks": {
23
+ "o": { "a": 0, "k": 100, "ix": 11 },
24
+ "r": { "a": 0, "k": 0, "ix": 10 },
25
+ "p": {
26
+ "s": true,
27
+ "x": { "a": 0, "k": 607, "ix": 3 },
28
+ "y": { "a": 0, "k": 500, "ix": 4 }
29
+ },
30
+ "a": { "a": 0, "k": [267.5, 237.5, 0], "ix": 1 },
31
+ "s": { "a": 0, "k": [148, 148, 100], "ix": 6 }
32
+ },
33
+ "ao": 0,
34
+ "w": 535,
35
+ "h": 475,
36
+ "ip": 4,
37
+ "op": 28,
38
+ "st": 4,
39
+ "bm": 0
40
+ },
41
+ {
42
+ "ddd": 0,
43
+ "ind": 2,
44
+ "ty": 0,
45
+ "nm": "Mini spark",
46
+ "refId": "comp_2",
47
+ "sr": 1,
48
+ "ks": {
49
+ "o": { "a": 0, "k": 100, "ix": 11 },
50
+ "r": { "a": 0, "k": 0, "ix": 10 },
51
+ "p": {
52
+ "s": true,
53
+ "x": { "a": 0, "k": 914.942, "ix": 3 },
54
+ "y": { "a": 0, "k": 696.686, "ix": 4 }
55
+ },
56
+ "a": { "a": 0, "k": [250, 250, 0], "ix": 1 },
57
+ "s": { "a": 0, "k": [60, 60, 100], "ix": 6 }
58
+ },
59
+ "ao": 0,
60
+ "w": 500,
61
+ "h": 500,
62
+ "ip": 11,
63
+ "op": 21,
64
+ "st": 11,
65
+ "bm": 0
66
+ },
67
+ {
68
+ "ddd": 0,
69
+ "ind": 3,
70
+ "ty": 0,
71
+ "nm": "Mini spark",
72
+ "refId": "comp_2",
73
+ "sr": 1,
74
+ "ks": {
75
+ "o": { "a": 0, "k": 100, "ix": 11 },
76
+ "r": { "a": 0, "k": 0, "ix": 10 },
77
+ "p": {
78
+ "s": true,
79
+ "x": { "a": 0, "k": 543.942, "ix": 3 },
80
+ "y": { "a": 0, "k": 708.686, "ix": 4 }
81
+ },
82
+ "a": { "a": 0, "k": [250, 250, 0], "ix": 1 },
83
+ "s": { "a": 0, "k": [60, 60, 100], "ix": 6 }
84
+ },
85
+ "ao": 0,
86
+ "w": 500,
87
+ "h": 500,
88
+ "ip": 22,
89
+ "op": 32,
90
+ "st": 22,
91
+ "bm": 0
92
+ },
93
+ {
94
+ "ddd": 0,
95
+ "ind": 4,
96
+ "ty": 0,
97
+ "nm": "Mini spark",
98
+ "refId": "comp_2",
99
+ "sr": 1,
100
+ "ks": {
101
+ "o": { "a": 0, "k": 100, "ix": 11 },
102
+ "r": { "a": 0, "k": 0, "ix": 10 },
103
+ "p": {
104
+ "s": true,
105
+ "x": { "a": 0, "k": 549.942, "ix": 3 },
106
+ "y": { "a": 0, "k": 293.436, "ix": 4 }
107
+ },
108
+ "a": { "a": 0, "k": [250, 250, 0], "ix": 1 },
109
+ "s": { "a": 0, "k": [60, 60, 100], "ix": 6 }
110
+ },
111
+ "ao": 0,
112
+ "w": 500,
113
+ "h": 500,
114
+ "ip": 15,
115
+ "op": 25,
116
+ "st": 15,
117
+ "bm": 0
118
+ },
119
+ {
120
+ "ddd": 0,
121
+ "ind": 5,
122
+ "ty": 0,
123
+ "nm": "Mini spark",
124
+ "refId": "comp_2",
125
+ "sr": 1,
126
+ "ks": {
127
+ "o": { "a": 0, "k": 100, "ix": 11 },
128
+ "r": { "a": 0, "k": 0, "ix": 10 },
129
+ "p": {
130
+ "s": true,
131
+ "x": { "a": 0, "k": 904.442, "ix": 3 },
132
+ "y": { "a": 0, "k": 293.436, "ix": 4 }
133
+ },
134
+ "a": { "a": 0, "k": [250, 250, 0], "ix": 1 },
135
+ "s": { "a": 0, "k": [60, 60, 100], "ix": 6 }
136
+ },
137
+ "ao": 0,
138
+ "w": 500,
139
+ "h": 500,
140
+ "ip": 4,
141
+ "op": 14,
142
+ "st": 4,
143
+ "bm": 0
144
+ },
145
+ {
146
+ "ddd": 0,
147
+ "ind": 6,
148
+ "ty": 0,
149
+ "nm": "s2",
150
+ "refId": "comp_3",
151
+ "sr": 1,
152
+ "ks": {
153
+ "o": { "a": 0, "k": 100, "ix": 11 },
154
+ "r": { "a": 0, "k": 0, "ix": 10 },
155
+ "p": {
156
+ "s": true,
157
+ "x": { "a": 0, "k": 701, "ix": 3 },
158
+ "y": { "a": 0, "k": 500, "ix": 4 }
159
+ },
160
+ "a": { "a": 0, "k": [701, 500, 0], "ix": 1 },
161
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
162
+ },
163
+ "ao": 0,
164
+ "w": 1402,
165
+ "h": 1000,
166
+ "ip": 113,
167
+ "op": 118,
168
+ "st": 62,
169
+ "bm": 0
170
+ },
171
+ {
172
+ "ddd": 0,
173
+ "ind": 7,
174
+ "ty": 0,
175
+ "nm": "s2",
176
+ "refId": "comp_3",
177
+ "sr": 1,
178
+ "ks": {
179
+ "o": { "a": 0, "k": 100, "ix": 11 },
180
+ "r": { "a": 0, "k": 0, "ix": 10 },
181
+ "p": {
182
+ "s": true,
183
+ "x": { "a": 0, "k": 701, "ix": 3 },
184
+ "y": { "a": 0, "k": 500, "ix": 4 }
185
+ },
186
+ "a": { "a": 0, "k": [701, 500, 0], "ix": 1 },
187
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
188
+ },
189
+ "ao": 0,
190
+ "w": 1402,
191
+ "h": 1000,
192
+ "ip": 84,
193
+ "op": 113,
194
+ "st": 67,
195
+ "bm": 0
196
+ },
197
+ {
198
+ "ddd": 0,
199
+ "ind": 8,
200
+ "ty": 0,
201
+ "nm": "s2",
202
+ "refId": "comp_3",
203
+ "sr": 1,
204
+ "ks": {
205
+ "o": { "a": 0, "k": 100, "ix": 11 },
206
+ "r": { "a": 0, "k": 0, "ix": 10 },
207
+ "p": {
208
+ "s": true,
209
+ "x": { "a": 0, "k": 701, "ix": 3 },
210
+ "y": { "a": 0, "k": 500, "ix": 4 }
211
+ },
212
+ "a": { "a": 0, "k": [701, 500, 0], "ix": 1 },
213
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
214
+ },
215
+ "ao": 0,
216
+ "w": 1402,
217
+ "h": 1000,
218
+ "ip": 69,
219
+ "op": 84,
220
+ "st": 14,
221
+ "bm": 0
222
+ },
223
+ {
224
+ "ddd": 0,
225
+ "ind": 9,
226
+ "ty": 0,
227
+ "nm": "s2",
228
+ "refId": "comp_3",
229
+ "sr": 1,
230
+ "ks": {
231
+ "o": { "a": 0, "k": 100, "ix": 11 },
232
+ "r": { "a": 0, "k": 0, "ix": 10 },
233
+ "p": {
234
+ "s": true,
235
+ "x": { "a": 0, "k": 701, "ix": 3 },
236
+ "y": { "a": 0, "k": 500, "ix": 4 }
237
+ },
238
+ "a": { "a": 0, "k": [701, 500, 0], "ix": 1 },
239
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
240
+ },
241
+ "ao": 0,
242
+ "w": 1402,
243
+ "h": 1000,
244
+ "ip": 65,
245
+ "op": 69,
246
+ "st": 14,
247
+ "bm": 0
248
+ },
249
+ {
250
+ "ddd": 0,
251
+ "ind": 10,
252
+ "ty": 0,
253
+ "nm": "s2",
254
+ "refId": "comp_3",
255
+ "sr": 1,
256
+ "ks": {
257
+ "o": { "a": 0, "k": 100, "ix": 11 },
258
+ "r": { "a": 0, "k": 0, "ix": 10 },
259
+ "p": {
260
+ "s": true,
261
+ "x": { "a": 0, "k": 701, "ix": 3 },
262
+ "y": { "a": 0, "k": 500, "ix": 4 }
263
+ },
264
+ "a": { "a": 0, "k": [701, 500, 0], "ix": 1 },
265
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
266
+ },
267
+ "ao": 0,
268
+ "w": 1402,
269
+ "h": 1000,
270
+ "ip": 36,
271
+ "op": 65,
272
+ "st": 19,
273
+ "bm": 0
274
+ },
275
+ {
276
+ "ddd": 0,
277
+ "ind": 11,
278
+ "ty": 0,
279
+ "nm": "s2",
280
+ "refId": "comp_3",
281
+ "sr": 1,
282
+ "ks": {
283
+ "o": { "a": 0, "k": 100, "ix": 11 },
284
+ "r": { "a": 0, "k": 0, "ix": 10 },
285
+ "p": {
286
+ "s": true,
287
+ "x": { "a": 0, "k": 701, "ix": 3 },
288
+ "y": { "a": 0, "k": 500, "ix": 4 }
289
+ },
290
+ "a": { "a": 0, "k": [701, 500, 0], "ix": 1 },
291
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
292
+ },
293
+ "ao": 0,
294
+ "w": 1402,
295
+ "h": 1000,
296
+ "ip": 0,
297
+ "op": 36,
298
+ "st": -55,
299
+ "bm": 0
300
+ }
301
+ ]
302
+ },
303
+ {
304
+ "id": "comp_1",
305
+ "layers": [
306
+ {
307
+ "ddd": 0,
308
+ "ind": 1,
309
+ "ty": 3,
310
+ "nm": "Null 5",
311
+ "sr": 1,
312
+ "ks": {
313
+ "o": { "a": 0, "k": 0, "ix": 11 },
314
+ "r": { "a": 0, "k": 0, "ix": 10 },
315
+ "p": { "a": 0, "k": [267.5, 237.5, 0], "ix": 2 },
316
+ "a": { "a": 0, "k": [50, 50, 0], "ix": 1 },
317
+ "s": { "a": 0, "k": [500, 500, 100], "ix": 6 }
318
+ },
319
+ "ao": 0,
320
+ "ip": 0,
321
+ "op": 24,
322
+ "st": 0,
323
+ "bm": 0
324
+ },
325
+ {
326
+ "ddd": 0,
327
+ "ind": 2,
328
+ "ty": 4,
329
+ "nm": "4",
330
+ "parent": 1,
331
+ "sr": 1,
332
+ "ks": {
333
+ "o": { "a": 0, "k": 100, "ix": 11 },
334
+ "r": { "a": 0, "k": 0, "ix": 10 },
335
+ "p": {
336
+ "a": 1,
337
+ "k": [
338
+ {
339
+ "i": { "x": 0.667, "y": 1 },
340
+ "o": { "x": 0.333, "y": 0 },
341
+ "t": 9,
342
+ "s": [72.092, 71.227, 0],
343
+ "to": [6.75, -16.25, 0],
344
+ "ti": [1.167, 9.22, 0]
345
+ },
346
+ { "t": 24, "s": [60.425, 43.507, 0] }
347
+ ],
348
+ "ix": 2
349
+ },
350
+ "a": { "a": 0, "k": [-17.172, 503.828, 0], "ix": 1 },
351
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
352
+ },
353
+ "ao": 0,
354
+ "shapes": [
355
+ {
356
+ "ty": "gr",
357
+ "it": [
358
+ {
359
+ "d": 1,
360
+ "ty": "el",
361
+ "s": { "a": 0, "k": [9.656, 9.656], "ix": 2 },
362
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
363
+ "nm": "Ellipse Path 1",
364
+ "mn": "ADBE Vector Shape - Ellipse",
365
+ "hd": false
366
+ },
367
+ {
368
+ "ty": "fl",
369
+ "c": {
370
+ "a": 1,
371
+ "k": [
372
+ { "t": 9, "s": [1, 1, 1, 1], "h": 1 },
373
+ {
374
+ "t": 11.223,
375
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
376
+ "h": 1
377
+ },
378
+ {
379
+ "t": 13.444,
380
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
381
+ "h": 1
382
+ },
383
+ { "t": 15.667, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
384
+ {
385
+ "t": 17.89,
386
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
387
+ "h": 1
388
+ },
389
+ { "t": 20.11, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
390
+ { "t": 22.333, "s": [1, 1, 1, 1], "h": 1 },
391
+ {
392
+ "t": 24.556,
393
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
394
+ "h": 1
395
+ },
396
+ {
397
+ "t": 26.777,
398
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
399
+ "h": 1
400
+ },
401
+ { "t": 29, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
402
+ {
403
+ "t": 31.223,
404
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
405
+ "h": 1
406
+ },
407
+ { "t": 33.444, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
408
+ { "t": 35.667, "s": [1, 1, 1, 1], "h": 1 },
409
+ {
410
+ "t": 37.89,
411
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
412
+ "h": 1
413
+ },
414
+ {
415
+ "t": 40.11,
416
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
417
+ "h": 1
418
+ },
419
+ { "t": 42.333, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
420
+ {
421
+ "t": 44.556,
422
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
423
+ "h": 1
424
+ },
425
+ { "t": 46.777, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
426
+ { "t": 49, "s": [1, 1, 1, 1], "h": 1 },
427
+ { "t": 51, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
428
+ {
429
+ "t": 53.222,
430
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
431
+ "h": 1
432
+ },
433
+ { "t": 55.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
434
+ {
435
+ "t": 57.667,
436
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
437
+ "h": 1
438
+ },
439
+ { "t": 59.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
440
+ { "t": 62.11, "s": [1, 1, 1, 1], "h": 1 },
441
+ { "t": 64, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
442
+ {
443
+ "t": 66.222,
444
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
445
+ "h": 1
446
+ },
447
+ { "t": 68.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
448
+ {
449
+ "t": 70.667,
450
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
451
+ "h": 1
452
+ },
453
+ { "t": 72.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
454
+ { "t": 75.11, "s": [1, 1, 1, 1], "h": 1 },
455
+ {
456
+ "t": 77.333,
457
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
458
+ "h": 1
459
+ },
460
+ {
461
+ "t": 79.555,
462
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
463
+ "h": 1
464
+ },
465
+ { "t": 81.777, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
466
+ { "t": 84, "s": [0.929411768913, 0.423529416323, 0.937254905701, 1], "h": 1 },
467
+ { "t": 86.222, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
468
+ { "t": 88.444, "s": [1, 1, 1, 1], "h": 1 },
469
+ {
470
+ "t": 90.667,
471
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
472
+ "h": 1
473
+ },
474
+ {
475
+ "t": 92.888,
476
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
477
+ "h": 1
478
+ },
479
+ { "t": 95.11, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
480
+ {
481
+ "t": 97.333,
482
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
483
+ "h": 1
484
+ },
485
+ { "t": 99.555, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
486
+ { "t": 101.777, "s": [1, 1, 1, 1], "h": 1 },
487
+ {
488
+ "t": 103.777,
489
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
490
+ "h": 1
491
+ },
492
+ {
493
+ "t": 105.999,
494
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
495
+ "h": 1
496
+ },
497
+ { "t": 108.222, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
498
+ {
499
+ "t": 110.444,
500
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
501
+ "h": 1
502
+ },
503
+ { "t": 112.665, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
504
+ { "t": 114.888, "s": [1, 1, 1, 1], "h": 1 },
505
+ {
506
+ "t": 117,
507
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
508
+ "h": 1
509
+ },
510
+ {
511
+ "t": 119.222,
512
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
513
+ "h": 1
514
+ },
515
+ { "t": 121.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
516
+ {
517
+ "t": 123.667,
518
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
519
+ "h": 1
520
+ },
521
+ { "t": 125.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
522
+ { "t": 128.11, "s": [1, 1, 1, 1], "h": 1 },
523
+ {
524
+ "t": 130,
525
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
526
+ "h": 1
527
+ },
528
+ {
529
+ "t": 132.222,
530
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
531
+ "h": 1
532
+ },
533
+ { "t": 134.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
534
+ {
535
+ "t": 136.667,
536
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
537
+ "h": 1
538
+ },
539
+ { "t": 138.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
540
+ { "t": 141.11, "s": [1, 1, 1, 1], "h": 1 },
541
+ {
542
+ "t": 143,
543
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
544
+ "h": 1
545
+ },
546
+ {
547
+ "t": 145.222,
548
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
549
+ "h": 1
550
+ },
551
+ { "t": 147.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
552
+ {
553
+ "t": 149.667,
554
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
555
+ "h": 1
556
+ },
557
+ { "t": 151.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
558
+ { "t": 154.1103515625, "s": [1, 1, 1, 1], "h": 1 }
559
+ ],
560
+ "ix": 4
561
+ },
562
+ "o": { "a": 0, "k": 100, "ix": 5 },
563
+ "r": 1,
564
+ "bm": 0,
565
+ "nm": "Fill 1",
566
+ "mn": "ADBE Vector Graphic - Fill",
567
+ "hd": false
568
+ },
569
+ {
570
+ "ty": "tr",
571
+ "p": { "a": 0, "k": [-17.172, 503.828], "ix": 2 },
572
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
573
+ "s": { "a": 0, "k": [50, 50], "ix": 3 },
574
+ "r": { "a": 0, "k": 0, "ix": 6 },
575
+ "o": { "a": 0, "k": 100, "ix": 7 },
576
+ "sk": { "a": 0, "k": 0, "ix": 4 },
577
+ "sa": { "a": 0, "k": 0, "ix": 5 },
578
+ "nm": "Transform"
579
+ }
580
+ ],
581
+ "nm": "Ellipse 1",
582
+ "np": 3,
583
+ "cix": 2,
584
+ "bm": 0,
585
+ "ix": 1,
586
+ "mn": "ADBE Vector Group",
587
+ "hd": false
588
+ }
589
+ ],
590
+ "ip": 9,
591
+ "op": 24,
592
+ "st": -1,
593
+ "bm": 0
594
+ },
595
+ {
596
+ "ddd": 0,
597
+ "ind": 3,
598
+ "ty": 4,
599
+ "nm": "3",
600
+ "parent": 1,
601
+ "sr": 1,
602
+ "ks": {
603
+ "o": { "a": 0, "k": 100, "ix": 11 },
604
+ "r": { "a": 0, "k": 0, "ix": 10 },
605
+ "p": {
606
+ "a": 1,
607
+ "k": [
608
+ {
609
+ "i": { "x": 0.667, "y": 1 },
610
+ "o": { "x": 0.333, "y": 0 },
611
+ "t": 3,
612
+ "s": [47.092, 66.227, 0],
613
+ "to": [6.75, -16.25, 0],
614
+ "ti": [1.167, 9.22, 0]
615
+ },
616
+ { "t": 18, "s": [35.425, 38.507, 0] }
617
+ ],
618
+ "ix": 2
619
+ },
620
+ "a": { "a": 0, "k": [-17.172, 503.828, 0], "ix": 1 },
621
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
622
+ },
623
+ "ao": 0,
624
+ "shapes": [
625
+ {
626
+ "ty": "gr",
627
+ "it": [
628
+ {
629
+ "d": 1,
630
+ "ty": "el",
631
+ "s": { "a": 0, "k": [9.656, 9.656], "ix": 2 },
632
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
633
+ "nm": "Ellipse Path 1",
634
+ "mn": "ADBE Vector Shape - Ellipse",
635
+ "hd": false
636
+ },
637
+ {
638
+ "ty": "fl",
639
+ "c": {
640
+ "a": 1,
641
+ "k": [
642
+ { "t": 3, "s": [1, 1, 1, 1], "h": 1 },
643
+ {
644
+ "t": 5.223,
645
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
646
+ "h": 1
647
+ },
648
+ {
649
+ "t": 7.444,
650
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
651
+ "h": 1
652
+ },
653
+ { "t": 9.667, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
654
+ {
655
+ "t": 11.89,
656
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
657
+ "h": 1
658
+ },
659
+ { "t": 14.11, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
660
+ { "t": 16.333, "s": [1, 1, 1, 1], "h": 1 },
661
+ {
662
+ "t": 18.556,
663
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
664
+ "h": 1
665
+ },
666
+ {
667
+ "t": 20.777,
668
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
669
+ "h": 1
670
+ },
671
+ { "t": 23, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
672
+ {
673
+ "t": 25.223,
674
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
675
+ "h": 1
676
+ },
677
+ { "t": 27.444, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
678
+ { "t": 29.667, "s": [1, 1, 1, 1], "h": 1 },
679
+ {
680
+ "t": 31.89,
681
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
682
+ "h": 1
683
+ },
684
+ {
685
+ "t": 34.11,
686
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
687
+ "h": 1
688
+ },
689
+ { "t": 36.333, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
690
+ {
691
+ "t": 38.556,
692
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
693
+ "h": 1
694
+ },
695
+ { "t": 40.777, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
696
+ { "t": 43, "s": [1, 1, 1, 1], "h": 1 },
697
+ { "t": 45, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
698
+ {
699
+ "t": 47.222,
700
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
701
+ "h": 1
702
+ },
703
+ { "t": 49.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
704
+ {
705
+ "t": 51.667,
706
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
707
+ "h": 1
708
+ },
709
+ { "t": 53.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
710
+ { "t": 56.11, "s": [1, 1, 1, 1], "h": 1 },
711
+ { "t": 58, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
712
+ {
713
+ "t": 60.222,
714
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
715
+ "h": 1
716
+ },
717
+ { "t": 62.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
718
+ {
719
+ "t": 64.667,
720
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
721
+ "h": 1
722
+ },
723
+ { "t": 66.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
724
+ { "t": 69.11, "s": [1, 1, 1, 1], "h": 1 },
725
+ {
726
+ "t": 71.333,
727
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
728
+ "h": 1
729
+ },
730
+ {
731
+ "t": 73.555,
732
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
733
+ "h": 1
734
+ },
735
+ { "t": 75.777, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
736
+ { "t": 78, "s": [0.929411768913, 0.423529416323, 0.937254905701, 1], "h": 1 },
737
+ { "t": 80.222, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
738
+ { "t": 82.444, "s": [1, 1, 1, 1], "h": 1 },
739
+ {
740
+ "t": 84.667,
741
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
742
+ "h": 1
743
+ },
744
+ {
745
+ "t": 86.888,
746
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
747
+ "h": 1
748
+ },
749
+ { "t": 89.11, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
750
+ {
751
+ "t": 91.333,
752
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
753
+ "h": 1
754
+ },
755
+ { "t": 93.555, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
756
+ { "t": 95.777, "s": [1, 1, 1, 1], "h": 1 },
757
+ {
758
+ "t": 97.777,
759
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
760
+ "h": 1
761
+ },
762
+ {
763
+ "t": 99.999,
764
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
765
+ "h": 1
766
+ },
767
+ { "t": 102.222, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
768
+ {
769
+ "t": 104.444,
770
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
771
+ "h": 1
772
+ },
773
+ { "t": 106.665, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
774
+ { "t": 108.888, "s": [1, 1, 1, 1], "h": 1 },
775
+ {
776
+ "t": 111,
777
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
778
+ "h": 1
779
+ },
780
+ {
781
+ "t": 113.222,
782
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
783
+ "h": 1
784
+ },
785
+ { "t": 115.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
786
+ {
787
+ "t": 117.667,
788
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
789
+ "h": 1
790
+ },
791
+ { "t": 119.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
792
+ { "t": 122.11, "s": [1, 1, 1, 1], "h": 1 },
793
+ {
794
+ "t": 124,
795
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
796
+ "h": 1
797
+ },
798
+ {
799
+ "t": 126.222,
800
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
801
+ "h": 1
802
+ },
803
+ { "t": 128.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
804
+ {
805
+ "t": 130.667,
806
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
807
+ "h": 1
808
+ },
809
+ { "t": 132.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
810
+ { "t": 135.11, "s": [1, 1, 1, 1], "h": 1 },
811
+ {
812
+ "t": 137,
813
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
814
+ "h": 1
815
+ },
816
+ {
817
+ "t": 139.222,
818
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
819
+ "h": 1
820
+ },
821
+ { "t": 141.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
822
+ {
823
+ "t": 143.667,
824
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
825
+ "h": 1
826
+ },
827
+ { "t": 145.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
828
+ { "t": 148.1103515625, "s": [1, 1, 1, 1], "h": 1 }
829
+ ],
830
+ "ix": 4
831
+ },
832
+ "o": { "a": 0, "k": 100, "ix": 5 },
833
+ "r": 1,
834
+ "bm": 0,
835
+ "nm": "Fill 1",
836
+ "mn": "ADBE Vector Graphic - Fill",
837
+ "hd": false
838
+ },
839
+ {
840
+ "ty": "tr",
841
+ "p": { "a": 0, "k": [-17.172, 503.828], "ix": 2 },
842
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
843
+ "s": { "a": 0, "k": [50, 50], "ix": 3 },
844
+ "r": { "a": 0, "k": 0, "ix": 6 },
845
+ "o": { "a": 0, "k": 100, "ix": 7 },
846
+ "sk": { "a": 0, "k": 0, "ix": 4 },
847
+ "sa": { "a": 0, "k": 0, "ix": 5 },
848
+ "nm": "Transform"
849
+ }
850
+ ],
851
+ "nm": "Ellipse 1",
852
+ "np": 3,
853
+ "cix": 2,
854
+ "bm": 0,
855
+ "ix": 1,
856
+ "mn": "ADBE Vector Group",
857
+ "hd": false
858
+ }
859
+ ],
860
+ "ip": 3,
861
+ "op": 18,
862
+ "st": -7,
863
+ "bm": 0
864
+ },
865
+ {
866
+ "ddd": 0,
867
+ "ind": 4,
868
+ "ty": 4,
869
+ "nm": "2",
870
+ "parent": 1,
871
+ "sr": 1,
872
+ "ks": {
873
+ "o": { "a": 0, "k": 100, "ix": 11 },
874
+ "r": { "a": 0, "k": 0, "ix": 10 },
875
+ "p": { "a": 0, "k": [84.172, 52.106, 0], "ix": 2 },
876
+ "a": { "a": 0, "k": [-29.5, 501.796, 0], "ix": 1 },
877
+ "s": { "a": 0, "k": [-100, 100, 100], "ix": 6 }
878
+ },
879
+ "ao": 0,
880
+ "shapes": [
881
+ {
882
+ "ty": "gr",
883
+ "it": [
884
+ {
885
+ "ind": 0,
886
+ "ty": "sh",
887
+ "ix": 1,
888
+ "ks": {
889
+ "a": 0,
890
+ "k": {
891
+ "i": [
892
+ [0, 0],
893
+ [1.75, -10.25],
894
+ [-6.75, -0.75]
895
+ ],
896
+ "o": [
897
+ [0, 0],
898
+ [-0.923, 5.405],
899
+ [3.113, 0.346]
900
+ ],
901
+ "v": [
902
+ [-37.5, 491.75],
903
+ [-26.75, 500],
904
+ [-21.5, 512]
905
+ ],
906
+ "c": false
907
+ },
908
+ "ix": 2
909
+ },
910
+ "nm": "Path 1",
911
+ "mn": "ADBE Vector Shape - Group",
912
+ "hd": false
913
+ },
914
+ {
915
+ "ty": "st",
916
+ "c": {
917
+ "a": 1,
918
+ "k": [
919
+ { "t": 5, "s": [1, 1, 1, 1], "h": 1 },
920
+ {
921
+ "t": 7.223,
922
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
923
+ "h": 1
924
+ },
925
+ {
926
+ "t": 9.444,
927
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
928
+ "h": 1
929
+ },
930
+ { "t": 11.667, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
931
+ {
932
+ "t": 13.89,
933
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
934
+ "h": 1
935
+ },
936
+ { "t": 16.11, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
937
+ { "t": 18.333, "s": [1, 1, 1, 1], "h": 1 },
938
+ {
939
+ "t": 20.556,
940
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
941
+ "h": 1
942
+ },
943
+ {
944
+ "t": 22.777,
945
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
946
+ "h": 1
947
+ },
948
+ { "t": 25, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
949
+ {
950
+ "t": 27.223,
951
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
952
+ "h": 1
953
+ },
954
+ { "t": 29.444, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
955
+ { "t": 31.667, "s": [1, 1, 1, 1], "h": 1 },
956
+ {
957
+ "t": 33.89,
958
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
959
+ "h": 1
960
+ },
961
+ {
962
+ "t": 36.11,
963
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
964
+ "h": 1
965
+ },
966
+ { "t": 38.333, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
967
+ {
968
+ "t": 40.556,
969
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
970
+ "h": 1
971
+ },
972
+ { "t": 42.777, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
973
+ { "t": 45, "s": [1, 1, 1, 1], "h": 1 },
974
+ { "t": 47, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
975
+ {
976
+ "t": 49.222,
977
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
978
+ "h": 1
979
+ },
980
+ { "t": 51.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
981
+ {
982
+ "t": 53.667,
983
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
984
+ "h": 1
985
+ },
986
+ { "t": 55.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
987
+ { "t": 58.11, "s": [1, 1, 1, 1], "h": 1 },
988
+ { "t": 60, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
989
+ {
990
+ "t": 62.222,
991
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
992
+ "h": 1
993
+ },
994
+ { "t": 64.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
995
+ {
996
+ "t": 66.667,
997
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
998
+ "h": 1
999
+ },
1000
+ { "t": 68.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1001
+ { "t": 71.11, "s": [1, 1, 1, 1], "h": 1 },
1002
+ {
1003
+ "t": 73.333,
1004
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1005
+ "h": 1
1006
+ },
1007
+ {
1008
+ "t": 75.555,
1009
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1010
+ "h": 1
1011
+ },
1012
+ { "t": 77.777, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1013
+ { "t": 80, "s": [0.929411768913, 0.423529416323, 0.937254905701, 1], "h": 1 },
1014
+ { "t": 82.222, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1015
+ { "t": 84.444, "s": [1, 1, 1, 1], "h": 1 },
1016
+ {
1017
+ "t": 86.667,
1018
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1019
+ "h": 1
1020
+ },
1021
+ {
1022
+ "t": 88.888,
1023
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1024
+ "h": 1
1025
+ },
1026
+ { "t": 91.11, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1027
+ {
1028
+ "t": 93.333,
1029
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1030
+ "h": 1
1031
+ },
1032
+ { "t": 95.555, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1033
+ { "t": 97.777, "s": [1, 1, 1, 1], "h": 1 },
1034
+ {
1035
+ "t": 99.777,
1036
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1037
+ "h": 1
1038
+ },
1039
+ {
1040
+ "t": 101.999,
1041
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1042
+ "h": 1
1043
+ },
1044
+ { "t": 104.222, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1045
+ {
1046
+ "t": 106.444,
1047
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1048
+ "h": 1
1049
+ },
1050
+ { "t": 108.665, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1051
+ { "t": 110.888, "s": [1, 1, 1, 1], "h": 1 },
1052
+ {
1053
+ "t": 113,
1054
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1055
+ "h": 1
1056
+ },
1057
+ {
1058
+ "t": 115.222,
1059
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1060
+ "h": 1
1061
+ },
1062
+ { "t": 117.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1063
+ {
1064
+ "t": 119.667,
1065
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1066
+ "h": 1
1067
+ },
1068
+ { "t": 121.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1069
+ { "t": 124.11, "s": [1, 1, 1, 1], "h": 1 },
1070
+ {
1071
+ "t": 126,
1072
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1073
+ "h": 1
1074
+ },
1075
+ {
1076
+ "t": 128.222,
1077
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1078
+ "h": 1
1079
+ },
1080
+ { "t": 130.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1081
+ {
1082
+ "t": 132.667,
1083
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1084
+ "h": 1
1085
+ },
1086
+ { "t": 134.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1087
+ { "t": 137.11, "s": [1, 1, 1, 1], "h": 1 },
1088
+ {
1089
+ "t": 139,
1090
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1091
+ "h": 1
1092
+ },
1093
+ {
1094
+ "t": 141.222,
1095
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1096
+ "h": 1
1097
+ },
1098
+ { "t": 143.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1099
+ {
1100
+ "t": 145.667,
1101
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1102
+ "h": 1
1103
+ },
1104
+ { "t": 147.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1105
+ { "t": 150.1103515625, "s": [1, 1, 1, 1], "h": 1 }
1106
+ ],
1107
+ "ix": 3
1108
+ },
1109
+ "o": { "a": 0, "k": 100, "ix": 4 },
1110
+ "w": { "a": 0, "k": 2, "ix": 5 },
1111
+ "lc": 2,
1112
+ "lj": 2,
1113
+ "bm": 0,
1114
+ "nm": "Stroke 1",
1115
+ "mn": "ADBE Vector Graphic - Stroke",
1116
+ "hd": false
1117
+ },
1118
+ {
1119
+ "ty": "tr",
1120
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1121
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1122
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1123
+ "r": { "a": 0, "k": 0, "ix": 6 },
1124
+ "o": { "a": 0, "k": 100, "ix": 7 },
1125
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1126
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1127
+ "nm": "Transform"
1128
+ }
1129
+ ],
1130
+ "nm": "Shape 1",
1131
+ "np": 3,
1132
+ "cix": 2,
1133
+ "bm": 0,
1134
+ "ix": 1,
1135
+ "mn": "ADBE Vector Group",
1136
+ "hd": false
1137
+ },
1138
+ {
1139
+ "ty": "tm",
1140
+ "s": {
1141
+ "a": 1,
1142
+ "k": [
1143
+ {
1144
+ "i": { "x": [0.667], "y": [1] },
1145
+ "o": { "x": [0.333], "y": [0] },
1146
+ "t": 10,
1147
+ "s": [100]
1148
+ },
1149
+ { "t": 20, "s": [0] }
1150
+ ],
1151
+ "ix": 1
1152
+ },
1153
+ "e": {
1154
+ "a": 1,
1155
+ "k": [
1156
+ {
1157
+ "i": { "x": [0.667], "y": [1] },
1158
+ "o": { "x": [0.333], "y": [0] },
1159
+ "t": 5,
1160
+ "s": [100]
1161
+ },
1162
+ { "t": 15, "s": [0] }
1163
+ ],
1164
+ "ix": 2
1165
+ },
1166
+ "o": { "a": 0, "k": 0, "ix": 3 },
1167
+ "m": 1,
1168
+ "ix": 2,
1169
+ "nm": "Trim Paths 1",
1170
+ "mn": "ADBE Vector Filter - Trim",
1171
+ "hd": false
1172
+ }
1173
+ ],
1174
+ "ip": 5,
1175
+ "op": 20,
1176
+ "st": 5,
1177
+ "bm": 0
1178
+ },
1179
+ {
1180
+ "ddd": 0,
1181
+ "ind": 5,
1182
+ "ty": 4,
1183
+ "nm": "1",
1184
+ "parent": 1,
1185
+ "sr": 1,
1186
+ "ks": {
1187
+ "o": { "a": 0, "k": 100, "ix": 11 },
1188
+ "r": { "a": 0, "k": 0, "ix": 10 },
1189
+ "p": { "a": 0, "k": [24.092, 51.023, 0], "ix": 2 },
1190
+ "a": { "a": 0, "k": [-29.5, 501.796, 0], "ix": 1 },
1191
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
1192
+ },
1193
+ "ao": 0,
1194
+ "shapes": [
1195
+ {
1196
+ "ty": "gr",
1197
+ "it": [
1198
+ {
1199
+ "ind": 0,
1200
+ "ty": "sh",
1201
+ "ix": 1,
1202
+ "ks": {
1203
+ "a": 0,
1204
+ "k": {
1205
+ "i": [
1206
+ [0, 0],
1207
+ [1.75, -10.25],
1208
+ [-6.75, -0.75]
1209
+ ],
1210
+ "o": [
1211
+ [0, 0],
1212
+ [-0.923, 5.405],
1213
+ [3.113, 0.346]
1214
+ ],
1215
+ "v": [
1216
+ [-37.5, 491.75],
1217
+ [-26.75, 500],
1218
+ [-21.5, 512]
1219
+ ],
1220
+ "c": false
1221
+ },
1222
+ "ix": 2
1223
+ },
1224
+ "nm": "Path 1",
1225
+ "mn": "ADBE Vector Shape - Group",
1226
+ "hd": false
1227
+ },
1228
+ {
1229
+ "ty": "st",
1230
+ "c": {
1231
+ "a": 1,
1232
+ "k": [
1233
+ { "t": 0, "s": [1, 1, 1, 1], "h": 1 },
1234
+ {
1235
+ "t": 2.223,
1236
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1237
+ "h": 1
1238
+ },
1239
+ {
1240
+ "t": 4.444,
1241
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1242
+ "h": 1
1243
+ },
1244
+ { "t": 6.667, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1245
+ {
1246
+ "t": 8.89,
1247
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1248
+ "h": 1
1249
+ },
1250
+ { "t": 11.11, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1251
+ { "t": 13.333, "s": [1, 1, 1, 1], "h": 1 },
1252
+ {
1253
+ "t": 15.556,
1254
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1255
+ "h": 1
1256
+ },
1257
+ {
1258
+ "t": 17.777,
1259
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1260
+ "h": 1
1261
+ },
1262
+ { "t": 20, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1263
+ {
1264
+ "t": 22.223,
1265
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1266
+ "h": 1
1267
+ },
1268
+ { "t": 24.444, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1269
+ { "t": 26.667, "s": [1, 1, 1, 1], "h": 1 },
1270
+ {
1271
+ "t": 28.89,
1272
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1273
+ "h": 1
1274
+ },
1275
+ {
1276
+ "t": 31.11,
1277
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1278
+ "h": 1
1279
+ },
1280
+ { "t": 33.333, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1281
+ {
1282
+ "t": 35.556,
1283
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1284
+ "h": 1
1285
+ },
1286
+ { "t": 37.777, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1287
+ { "t": 40, "s": [1, 1, 1, 1], "h": 1 },
1288
+ { "t": 42, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
1289
+ {
1290
+ "t": 44.222,
1291
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1292
+ "h": 1
1293
+ },
1294
+ { "t": 46.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1295
+ {
1296
+ "t": 48.667,
1297
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1298
+ "h": 1
1299
+ },
1300
+ { "t": 50.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1301
+ { "t": 53.11, "s": [1, 1, 1, 1], "h": 1 },
1302
+ { "t": 55, "s": [0.117647059262, 0.709803938866, 0.941176474094, 1], "h": 1 },
1303
+ {
1304
+ "t": 57.222,
1305
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1306
+ "h": 1
1307
+ },
1308
+ { "t": 59.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1309
+ {
1310
+ "t": 61.667,
1311
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1312
+ "h": 1
1313
+ },
1314
+ { "t": 63.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1315
+ { "t": 66.11, "s": [1, 1, 1, 1], "h": 1 },
1316
+ {
1317
+ "t": 68.333,
1318
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1319
+ "h": 1
1320
+ },
1321
+ {
1322
+ "t": 70.555,
1323
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1324
+ "h": 1
1325
+ },
1326
+ { "t": 72.777, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1327
+ { "t": 75, "s": [0.929411768913, 0.423529416323, 0.937254905701, 1], "h": 1 },
1328
+ { "t": 77.222, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1329
+ { "t": 79.444, "s": [1, 1, 1, 1], "h": 1 },
1330
+ {
1331
+ "t": 81.667,
1332
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1333
+ "h": 1
1334
+ },
1335
+ {
1336
+ "t": 83.888,
1337
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1338
+ "h": 1
1339
+ },
1340
+ { "t": 86.11, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1341
+ {
1342
+ "t": 88.333,
1343
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1344
+ "h": 1
1345
+ },
1346
+ { "t": 90.555, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1347
+ { "t": 92.777, "s": [1, 1, 1, 1], "h": 1 },
1348
+ {
1349
+ "t": 94.777,
1350
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1351
+ "h": 1
1352
+ },
1353
+ {
1354
+ "t": 96.999,
1355
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1356
+ "h": 1
1357
+ },
1358
+ { "t": 99.222, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1359
+ {
1360
+ "t": 101.444,
1361
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1362
+ "h": 1
1363
+ },
1364
+ { "t": 103.665, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1365
+ { "t": 105.888, "s": [1, 1, 1, 1], "h": 1 },
1366
+ {
1367
+ "t": 108,
1368
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1369
+ "h": 1
1370
+ },
1371
+ {
1372
+ "t": 110.222,
1373
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1374
+ "h": 1
1375
+ },
1376
+ { "t": 112.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1377
+ {
1378
+ "t": 114.667,
1379
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1380
+ "h": 1
1381
+ },
1382
+ { "t": 116.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1383
+ { "t": 119.11, "s": [1, 1, 1, 1], "h": 1 },
1384
+ {
1385
+ "t": 121,
1386
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1387
+ "h": 1
1388
+ },
1389
+ {
1390
+ "t": 123.222,
1391
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1392
+ "h": 1
1393
+ },
1394
+ { "t": 125.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1395
+ {
1396
+ "t": 127.667,
1397
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1398
+ "h": 1
1399
+ },
1400
+ { "t": 129.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1401
+ { "t": 132.11, "s": [1, 1, 1, 1], "h": 1 },
1402
+ {
1403
+ "t": 134,
1404
+ "s": [0.117647059262, 0.709803938866, 0.941176474094, 1],
1405
+ "h": 1
1406
+ },
1407
+ {
1408
+ "t": 136.222,
1409
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1],
1410
+ "h": 1
1411
+ },
1412
+ { "t": 138.444, "s": [1, 0.494117647409, 0.23137255013, 1], "h": 1 },
1413
+ {
1414
+ "t": 140.667,
1415
+ "s": [0.929411768913, 0.423529416323, 0.937254905701, 1],
1416
+ "h": 1
1417
+ },
1418
+ { "t": 142.888, "s": [1, 0.729411780834, 0.027450980619, 1], "h": 1 },
1419
+ { "t": 145.1103515625, "s": [1, 1, 1, 1], "h": 1 }
1420
+ ],
1421
+ "ix": 3
1422
+ },
1423
+ "o": { "a": 0, "k": 100, "ix": 4 },
1424
+ "w": { "a": 0, "k": 2, "ix": 5 },
1425
+ "lc": 2,
1426
+ "lj": 2,
1427
+ "bm": 0,
1428
+ "nm": "Stroke 1",
1429
+ "mn": "ADBE Vector Graphic - Stroke",
1430
+ "hd": false
1431
+ },
1432
+ {
1433
+ "ty": "tr",
1434
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1435
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1436
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1437
+ "r": { "a": 0, "k": 0, "ix": 6 },
1438
+ "o": { "a": 0, "k": 100, "ix": 7 },
1439
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1440
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1441
+ "nm": "Transform"
1442
+ }
1443
+ ],
1444
+ "nm": "Shape 1",
1445
+ "np": 3,
1446
+ "cix": 2,
1447
+ "bm": 0,
1448
+ "ix": 1,
1449
+ "mn": "ADBE Vector Group",
1450
+ "hd": false
1451
+ },
1452
+ {
1453
+ "ty": "tm",
1454
+ "s": {
1455
+ "a": 1,
1456
+ "k": [
1457
+ {
1458
+ "i": { "x": [0.667], "y": [1] },
1459
+ "o": { "x": [0.333], "y": [0] },
1460
+ "t": 5,
1461
+ "s": [100]
1462
+ },
1463
+ { "t": 15, "s": [0] }
1464
+ ],
1465
+ "ix": 1
1466
+ },
1467
+ "e": {
1468
+ "a": 1,
1469
+ "k": [
1470
+ {
1471
+ "i": { "x": [0.667], "y": [1] },
1472
+ "o": { "x": [0.333], "y": [0] },
1473
+ "t": 0,
1474
+ "s": [100]
1475
+ },
1476
+ { "t": 10, "s": [0] }
1477
+ ],
1478
+ "ix": 2
1479
+ },
1480
+ "o": { "a": 0, "k": 0, "ix": 3 },
1481
+ "m": 1,
1482
+ "ix": 2,
1483
+ "nm": "Trim Paths 1",
1484
+ "mn": "ADBE Vector Filter - Trim",
1485
+ "hd": false
1486
+ }
1487
+ ],
1488
+ "ip": 0,
1489
+ "op": 15,
1490
+ "st": 0,
1491
+ "bm": 0
1492
+ }
1493
+ ]
1494
+ },
1495
+ {
1496
+ "id": "comp_2",
1497
+ "layers": [
1498
+ {
1499
+ "ddd": 0,
1500
+ "ind": 1,
1501
+ "ty": 4,
1502
+ "nm": "Shape Layer 5",
1503
+ "sr": 1,
1504
+ "ks": {
1505
+ "o": { "a": 0, "k": 100, "ix": 11 },
1506
+ "r": { "a": 0, "k": 270, "ix": 10 },
1507
+ "p": {
1508
+ "s": true,
1509
+ "x": { "a": 0, "k": 250, "ix": 3 },
1510
+ "y": { "a": 0, "k": 250, "ix": 4 }
1511
+ },
1512
+ "a": { "a": 0, "k": [-16, 24, 0], "ix": 1 },
1513
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
1514
+ },
1515
+ "ao": 0,
1516
+ "shapes": [
1517
+ {
1518
+ "ty": "gr",
1519
+ "it": [
1520
+ {
1521
+ "ind": 0,
1522
+ "ty": "sh",
1523
+ "ix": 1,
1524
+ "ks": {
1525
+ "a": 0,
1526
+ "k": {
1527
+ "i": [
1528
+ [0, 0],
1529
+ [0, 0]
1530
+ ],
1531
+ "o": [
1532
+ [0, 0],
1533
+ [0, 0]
1534
+ ],
1535
+ "v": [
1536
+ [-16, 24],
1537
+ [-16, -100]
1538
+ ],
1539
+ "c": false
1540
+ },
1541
+ "ix": 2
1542
+ },
1543
+ "nm": "Path 1",
1544
+ "mn": "ADBE Vector Shape - Group",
1545
+ "hd": false
1546
+ },
1547
+ {
1548
+ "ty": "st",
1549
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
1550
+ "o": { "a": 0, "k": 100, "ix": 4 },
1551
+ "w": { "a": 0, "k": 20, "ix": 5 },
1552
+ "lc": 2,
1553
+ "lj": 2,
1554
+ "bm": 0,
1555
+ "nm": "Stroke 1",
1556
+ "mn": "ADBE Vector Graphic - Stroke",
1557
+ "hd": false
1558
+ },
1559
+ {
1560
+ "ty": "fl",
1561
+ "c": { "a": 0, "k": [1, 0.729411764706, 0.027450980392, 1], "ix": 4 },
1562
+ "o": { "a": 0, "k": 100, "ix": 5 },
1563
+ "r": 1,
1564
+ "bm": 0,
1565
+ "nm": "Fill 1",
1566
+ "mn": "ADBE Vector Graphic - Fill",
1567
+ "hd": false
1568
+ },
1569
+ {
1570
+ "ty": "tr",
1571
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1572
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1573
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1574
+ "r": { "a": 0, "k": 0, "ix": 6 },
1575
+ "o": { "a": 0, "k": 100, "ix": 7 },
1576
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1577
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1578
+ "nm": "Transform"
1579
+ }
1580
+ ],
1581
+ "nm": "Shape 1",
1582
+ "np": 3,
1583
+ "cix": 2,
1584
+ "bm": 0,
1585
+ "ix": 1,
1586
+ "mn": "ADBE Vector Group",
1587
+ "hd": false
1588
+ },
1589
+ {
1590
+ "ty": "tm",
1591
+ "s": {
1592
+ "a": 1,
1593
+ "k": [
1594
+ {
1595
+ "i": { "x": [0], "y": [1] },
1596
+ "o": { "x": [0.001], "y": [0] },
1597
+ "t": 2.571,
1598
+ "s": [0]
1599
+ },
1600
+ { "t": 9, "s": [100] }
1601
+ ],
1602
+ "ix": 1
1603
+ },
1604
+ "e": {
1605
+ "a": 1,
1606
+ "k": [
1607
+ {
1608
+ "i": { "x": [0], "y": [1] },
1609
+ "o": { "x": [0.001], "y": [0] },
1610
+ "t": 0,
1611
+ "s": [0]
1612
+ },
1613
+ { "t": 6.4287109375, "s": [100] }
1614
+ ],
1615
+ "ix": 2
1616
+ },
1617
+ "o": { "a": 0, "k": 0, "ix": 3 },
1618
+ "m": 1,
1619
+ "ix": 2,
1620
+ "nm": "Trim Paths 1",
1621
+ "mn": "ADBE Vector Filter - Trim",
1622
+ "hd": false
1623
+ }
1624
+ ],
1625
+ "ip": 0,
1626
+ "op": 10,
1627
+ "st": 0,
1628
+ "bm": 0
1629
+ },
1630
+ {
1631
+ "ddd": 0,
1632
+ "ind": 2,
1633
+ "ty": 4,
1634
+ "nm": "Shape Layer 4",
1635
+ "sr": 1,
1636
+ "ks": {
1637
+ "o": { "a": 0, "k": 100, "ix": 11 },
1638
+ "r": { "a": 0, "k": 180, "ix": 10 },
1639
+ "p": {
1640
+ "s": true,
1641
+ "x": { "a": 0, "k": 250, "ix": 3 },
1642
+ "y": { "a": 0, "k": 250, "ix": 4 }
1643
+ },
1644
+ "a": { "a": 0, "k": [-16, 24, 0], "ix": 1 },
1645
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
1646
+ },
1647
+ "ao": 0,
1648
+ "shapes": [
1649
+ {
1650
+ "ty": "gr",
1651
+ "it": [
1652
+ {
1653
+ "ind": 0,
1654
+ "ty": "sh",
1655
+ "ix": 1,
1656
+ "ks": {
1657
+ "a": 0,
1658
+ "k": {
1659
+ "i": [
1660
+ [0, 0],
1661
+ [0, 0]
1662
+ ],
1663
+ "o": [
1664
+ [0, 0],
1665
+ [0, 0]
1666
+ ],
1667
+ "v": [
1668
+ [-16, 24],
1669
+ [-16, -100]
1670
+ ],
1671
+ "c": false
1672
+ },
1673
+ "ix": 2
1674
+ },
1675
+ "nm": "Path 1",
1676
+ "mn": "ADBE Vector Shape - Group",
1677
+ "hd": false
1678
+ },
1679
+ {
1680
+ "ty": "st",
1681
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
1682
+ "o": { "a": 0, "k": 100, "ix": 4 },
1683
+ "w": { "a": 0, "k": 20, "ix": 5 },
1684
+ "lc": 2,
1685
+ "lj": 2,
1686
+ "bm": 0,
1687
+ "nm": "Stroke 1",
1688
+ "mn": "ADBE Vector Graphic - Stroke",
1689
+ "hd": false
1690
+ },
1691
+ {
1692
+ "ty": "fl",
1693
+ "c": { "a": 0, "k": [1, 0.729411764706, 0.027450980392, 1], "ix": 4 },
1694
+ "o": { "a": 0, "k": 100, "ix": 5 },
1695
+ "r": 1,
1696
+ "bm": 0,
1697
+ "nm": "Fill 1",
1698
+ "mn": "ADBE Vector Graphic - Fill",
1699
+ "hd": false
1700
+ },
1701
+ {
1702
+ "ty": "tr",
1703
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1704
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1705
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1706
+ "r": { "a": 0, "k": 0, "ix": 6 },
1707
+ "o": { "a": 0, "k": 100, "ix": 7 },
1708
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1709
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1710
+ "nm": "Transform"
1711
+ }
1712
+ ],
1713
+ "nm": "Shape 1",
1714
+ "np": 3,
1715
+ "cix": 2,
1716
+ "bm": 0,
1717
+ "ix": 1,
1718
+ "mn": "ADBE Vector Group",
1719
+ "hd": false
1720
+ },
1721
+ {
1722
+ "ty": "tm",
1723
+ "s": {
1724
+ "a": 1,
1725
+ "k": [
1726
+ {
1727
+ "i": { "x": [0], "y": [1] },
1728
+ "o": { "x": [0.001], "y": [0] },
1729
+ "t": 2.571,
1730
+ "s": [0]
1731
+ },
1732
+ { "t": 9, "s": [100] }
1733
+ ],
1734
+ "ix": 1
1735
+ },
1736
+ "e": {
1737
+ "a": 1,
1738
+ "k": [
1739
+ {
1740
+ "i": { "x": [0], "y": [1] },
1741
+ "o": { "x": [0.001], "y": [0] },
1742
+ "t": 0,
1743
+ "s": [0]
1744
+ },
1745
+ { "t": 6.4287109375, "s": [100] }
1746
+ ],
1747
+ "ix": 2
1748
+ },
1749
+ "o": { "a": 0, "k": 0, "ix": 3 },
1750
+ "m": 1,
1751
+ "ix": 2,
1752
+ "nm": "Trim Paths 1",
1753
+ "mn": "ADBE Vector Filter - Trim",
1754
+ "hd": false
1755
+ }
1756
+ ],
1757
+ "ip": 0,
1758
+ "op": 10,
1759
+ "st": 0,
1760
+ "bm": 0
1761
+ },
1762
+ {
1763
+ "ddd": 0,
1764
+ "ind": 3,
1765
+ "ty": 4,
1766
+ "nm": "Shape Layer 3",
1767
+ "sr": 1,
1768
+ "ks": {
1769
+ "o": { "a": 0, "k": 100, "ix": 11 },
1770
+ "r": { "a": 0, "k": 90, "ix": 10 },
1771
+ "p": {
1772
+ "s": true,
1773
+ "x": { "a": 0, "k": 250, "ix": 3 },
1774
+ "y": { "a": 0, "k": 250, "ix": 4 }
1775
+ },
1776
+ "a": { "a": 0, "k": [-16, 24, 0], "ix": 1 },
1777
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
1778
+ },
1779
+ "ao": 0,
1780
+ "shapes": [
1781
+ {
1782
+ "ty": "gr",
1783
+ "it": [
1784
+ {
1785
+ "ind": 0,
1786
+ "ty": "sh",
1787
+ "ix": 1,
1788
+ "ks": {
1789
+ "a": 0,
1790
+ "k": {
1791
+ "i": [
1792
+ [0, 0],
1793
+ [0, 0]
1794
+ ],
1795
+ "o": [
1796
+ [0, 0],
1797
+ [0, 0]
1798
+ ],
1799
+ "v": [
1800
+ [-16, 24],
1801
+ [-16, -100]
1802
+ ],
1803
+ "c": false
1804
+ },
1805
+ "ix": 2
1806
+ },
1807
+ "nm": "Path 1",
1808
+ "mn": "ADBE Vector Shape - Group",
1809
+ "hd": false
1810
+ },
1811
+ {
1812
+ "ty": "st",
1813
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
1814
+ "o": { "a": 0, "k": 100, "ix": 4 },
1815
+ "w": { "a": 0, "k": 20, "ix": 5 },
1816
+ "lc": 2,
1817
+ "lj": 2,
1818
+ "bm": 0,
1819
+ "nm": "Stroke 1",
1820
+ "mn": "ADBE Vector Graphic - Stroke",
1821
+ "hd": false
1822
+ },
1823
+ {
1824
+ "ty": "fl",
1825
+ "c": { "a": 0, "k": [1, 0.729411764706, 0.027450980392, 1], "ix": 4 },
1826
+ "o": { "a": 0, "k": 100, "ix": 5 },
1827
+ "r": 1,
1828
+ "bm": 0,
1829
+ "nm": "Fill 1",
1830
+ "mn": "ADBE Vector Graphic - Fill",
1831
+ "hd": false
1832
+ },
1833
+ {
1834
+ "ty": "tr",
1835
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1836
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1837
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1838
+ "r": { "a": 0, "k": 0, "ix": 6 },
1839
+ "o": { "a": 0, "k": 100, "ix": 7 },
1840
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1841
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1842
+ "nm": "Transform"
1843
+ }
1844
+ ],
1845
+ "nm": "Shape 1",
1846
+ "np": 3,
1847
+ "cix": 2,
1848
+ "bm": 0,
1849
+ "ix": 1,
1850
+ "mn": "ADBE Vector Group",
1851
+ "hd": false
1852
+ },
1853
+ {
1854
+ "ty": "tm",
1855
+ "s": {
1856
+ "a": 1,
1857
+ "k": [
1858
+ {
1859
+ "i": { "x": [0], "y": [1] },
1860
+ "o": { "x": [0.001], "y": [0] },
1861
+ "t": 2.571,
1862
+ "s": [0]
1863
+ },
1864
+ { "t": 9, "s": [100] }
1865
+ ],
1866
+ "ix": 1
1867
+ },
1868
+ "e": {
1869
+ "a": 1,
1870
+ "k": [
1871
+ {
1872
+ "i": { "x": [0], "y": [1] },
1873
+ "o": { "x": [0.001], "y": [0] },
1874
+ "t": 0,
1875
+ "s": [0]
1876
+ },
1877
+ { "t": 6.4287109375, "s": [100] }
1878
+ ],
1879
+ "ix": 2
1880
+ },
1881
+ "o": { "a": 0, "k": 0, "ix": 3 },
1882
+ "m": 1,
1883
+ "ix": 2,
1884
+ "nm": "Trim Paths 1",
1885
+ "mn": "ADBE Vector Filter - Trim",
1886
+ "hd": false
1887
+ }
1888
+ ],
1889
+ "ip": 0,
1890
+ "op": 10,
1891
+ "st": 0,
1892
+ "bm": 0
1893
+ },
1894
+ {
1895
+ "ddd": 0,
1896
+ "ind": 4,
1897
+ "ty": 4,
1898
+ "nm": "Shape Layer 2",
1899
+ "sr": 1,
1900
+ "ks": {
1901
+ "o": { "a": 0, "k": 100, "ix": 11 },
1902
+ "r": { "a": 0, "k": 0, "ix": 10 },
1903
+ "p": {
1904
+ "s": true,
1905
+ "x": { "a": 0, "k": 250, "ix": 3 },
1906
+ "y": { "a": 0, "k": 250, "ix": 4 }
1907
+ },
1908
+ "a": { "a": 0, "k": [-16, 24, 0], "ix": 1 },
1909
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
1910
+ },
1911
+ "ao": 0,
1912
+ "shapes": [
1913
+ {
1914
+ "ty": "gr",
1915
+ "it": [
1916
+ {
1917
+ "ind": 0,
1918
+ "ty": "sh",
1919
+ "ix": 1,
1920
+ "ks": {
1921
+ "a": 0,
1922
+ "k": {
1923
+ "i": [
1924
+ [0, 0],
1925
+ [0, 0]
1926
+ ],
1927
+ "o": [
1928
+ [0, 0],
1929
+ [0, 0]
1930
+ ],
1931
+ "v": [
1932
+ [-16, 24],
1933
+ [-16, -100]
1934
+ ],
1935
+ "c": false
1936
+ },
1937
+ "ix": 2
1938
+ },
1939
+ "nm": "Path 1",
1940
+ "mn": "ADBE Vector Shape - Group",
1941
+ "hd": false
1942
+ },
1943
+ {
1944
+ "ty": "st",
1945
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
1946
+ "o": { "a": 0, "k": 100, "ix": 4 },
1947
+ "w": { "a": 0, "k": 20, "ix": 5 },
1948
+ "lc": 2,
1949
+ "lj": 2,
1950
+ "bm": 0,
1951
+ "nm": "Stroke 1",
1952
+ "mn": "ADBE Vector Graphic - Stroke",
1953
+ "hd": false
1954
+ },
1955
+ {
1956
+ "ty": "fl",
1957
+ "c": { "a": 0, "k": [1, 0.729411764706, 0.027450980392, 1], "ix": 4 },
1958
+ "o": { "a": 0, "k": 100, "ix": 5 },
1959
+ "r": 1,
1960
+ "bm": 0,
1961
+ "nm": "Fill 1",
1962
+ "mn": "ADBE Vector Graphic - Fill",
1963
+ "hd": false
1964
+ },
1965
+ {
1966
+ "ty": "tr",
1967
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
1968
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
1969
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
1970
+ "r": { "a": 0, "k": 0, "ix": 6 },
1971
+ "o": { "a": 0, "k": 100, "ix": 7 },
1972
+ "sk": { "a": 0, "k": 0, "ix": 4 },
1973
+ "sa": { "a": 0, "k": 0, "ix": 5 },
1974
+ "nm": "Transform"
1975
+ }
1976
+ ],
1977
+ "nm": "Shape 1",
1978
+ "np": 3,
1979
+ "cix": 2,
1980
+ "bm": 0,
1981
+ "ix": 1,
1982
+ "mn": "ADBE Vector Group",
1983
+ "hd": false
1984
+ },
1985
+ {
1986
+ "ty": "tm",
1987
+ "s": {
1988
+ "a": 1,
1989
+ "k": [
1990
+ {
1991
+ "i": { "x": [0], "y": [1] },
1992
+ "o": { "x": [0.001], "y": [0] },
1993
+ "t": 2.571,
1994
+ "s": [0]
1995
+ },
1996
+ { "t": 9, "s": [100] }
1997
+ ],
1998
+ "ix": 1
1999
+ },
2000
+ "e": {
2001
+ "a": 1,
2002
+ "k": [
2003
+ {
2004
+ "i": { "x": [0], "y": [1] },
2005
+ "o": { "x": [0.001], "y": [0] },
2006
+ "t": 0,
2007
+ "s": [0]
2008
+ },
2009
+ { "t": 6.4287109375, "s": [100] }
2010
+ ],
2011
+ "ix": 2
2012
+ },
2013
+ "o": { "a": 0, "k": 0, "ix": 3 },
2014
+ "m": 1,
2015
+ "ix": 2,
2016
+ "nm": "Trim Paths 1",
2017
+ "mn": "ADBE Vector Filter - Trim",
2018
+ "hd": false
2019
+ }
2020
+ ],
2021
+ "ip": 0,
2022
+ "op": 10,
2023
+ "st": 0,
2024
+ "bm": 0
2025
+ }
2026
+ ]
2027
+ },
2028
+ {
2029
+ "id": "comp_3",
2030
+ "layers": [
2031
+ {
2032
+ "ddd": 0,
2033
+ "ind": 2,
2034
+ "ty": 3,
2035
+ "nm": "Arrow null",
2036
+ "sr": 1,
2037
+ "ks": {
2038
+ "o": { "a": 0, "k": 0, "ix": 11 },
2039
+ "r": { "a": 0, "k": 0, "ix": 10 },
2040
+ "p": {
2041
+ "a": 1,
2042
+ "k": [
2043
+ {
2044
+ "i": { "x": 0.964, "y": 1 },
2045
+ "o": { "x": 1, "y": 0 },
2046
+ "t": 0,
2047
+ "s": [-114.2, 500, 0],
2048
+ "to": [0, 0, 0],
2049
+ "ti": [0, 0, 0]
2050
+ },
2051
+ {
2052
+ "i": { "x": 0.476, "y": 1 },
2053
+ "o": { "x": 0.001, "y": 0 },
2054
+ "t": 21,
2055
+ "s": [686.69, 500, 0],
2056
+ "to": [0, 0, 0],
2057
+ "ti": [0, 0, 0]
2058
+ },
2059
+ {
2060
+ "i": { "x": 0.731, "y": 1 },
2061
+ "o": { "x": 0.354, "y": 0 },
2062
+ "t": 24,
2063
+ "s": [697.69, 500, 0],
2064
+ "to": [0, 0, 0],
2065
+ "ti": [0, 0, 0]
2066
+ },
2067
+ {
2068
+ "i": { "x": 0.582, "y": 1 },
2069
+ "o": { "x": 0.614, "y": 0 },
2070
+ "t": 31,
2071
+ "s": [686.69, 500, 0],
2072
+ "to": [0, 0, 0],
2073
+ "ti": [0, 0, 0]
2074
+ },
2075
+ {
2076
+ "i": { "x": 1, "y": 1 },
2077
+ "o": { "x": 1, "y": 0 },
2078
+ "t": 51,
2079
+ "s": [687.69, 500, 0],
2080
+ "to": [0, 0, 0],
2081
+ "ti": [0, 0, 0]
2082
+ },
2083
+ { "t": 55, "s": [701.69, 500, 0] }
2084
+ ],
2085
+ "ix": 2
2086
+ },
2087
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
2088
+ "s": {
2089
+ "a": 1,
2090
+ "k": [
2091
+ {
2092
+ "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] },
2093
+ "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] },
2094
+ "t": 55,
2095
+ "s": [-59, 59, 100]
2096
+ },
2097
+ { "t": 59, "s": [0, 59, 100] }
2098
+ ],
2099
+ "ix": 6
2100
+ }
2101
+ },
2102
+ "ao": 0,
2103
+ "ip": -9,
2104
+ "op": 59,
2105
+ "st": -9,
2106
+ "bm": 0
2107
+ },
2108
+ {
2109
+ "ddd": 0,
2110
+ "ind": 3,
2111
+ "ty": 4,
2112
+ "nm": "Arrow-front",
2113
+ "parent": 2,
2114
+ "sr": 1,
2115
+ "ks": {
2116
+ "o": { "a": 0, "k": 100, "ix": 11 },
2117
+ "r": { "a": 0, "k": 0, "ix": 10 },
2118
+ "p": { "a": 0, "k": [194.28, -0.28, 0], "ix": 2 },
2119
+ "a": { "a": 0, "k": [253.825, 499.835, 0], "ix": 1 },
2120
+ "s": { "a": 0, "k": [-169.492, 169.492, 100], "ix": 6 }
2121
+ },
2122
+ "ao": 0,
2123
+ "shapes": [
2124
+ {
2125
+ "ty": "gr",
2126
+ "it": [
2127
+ {
2128
+ "ty": "gr",
2129
+ "it": [
2130
+ {
2131
+ "ind": 0,
2132
+ "ty": "sh",
2133
+ "ix": 1,
2134
+ "ks": {
2135
+ "a": 0,
2136
+ "k": {
2137
+ "i": [
2138
+ [0, 0],
2139
+ [0, 0],
2140
+ [0, 0],
2141
+ [0, 0]
2142
+ ],
2143
+ "o": [
2144
+ [0, 0],
2145
+ [0, 0],
2146
+ [0, 0],
2147
+ [0, 0]
2148
+ ],
2149
+ "v": [
2150
+ [-4.219, 4.219],
2151
+ [-10.455, -16.08],
2152
+ [-16.08, 16.08],
2153
+ [16.08, 10.455]
2154
+ ],
2155
+ "c": true
2156
+ },
2157
+ "ix": 2
2158
+ },
2159
+ "nm": "Path 1",
2160
+ "mn": "ADBE Vector Shape - Group",
2161
+ "hd": false
2162
+ },
2163
+ {
2164
+ "ty": "fl",
2165
+ "c": {
2166
+ "a": 0,
2167
+ "k": [0.521568627451, 0.686274509804, 0.874509803922, 1],
2168
+ "ix": 4
2169
+ },
2170
+ "o": { "a": 0, "k": 100, "ix": 5 },
2171
+ "r": 1,
2172
+ "bm": 0,
2173
+ "nm": "Fill 1",
2174
+ "mn": "ADBE Vector Graphic - Fill",
2175
+ "hd": false
2176
+ },
2177
+ {
2178
+ "ty": "tr",
2179
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2180
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2181
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
2182
+ "r": { "a": 0, "k": 45, "ix": 6 },
2183
+ "o": { "a": 0, "k": 100, "ix": 7 },
2184
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2185
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2186
+ "nm": "Transform"
2187
+ }
2188
+ ],
2189
+ "nm": "Rectangle 1805",
2190
+ "np": 2,
2191
+ "cix": 2,
2192
+ "bm": 0,
2193
+ "ix": 1,
2194
+ "mn": "ADBE Vector Group",
2195
+ "hd": false
2196
+ },
2197
+ {
2198
+ "ty": "tr",
2199
+ "p": { "a": 0, "k": [352.215, 499.835], "ix": 2 },
2200
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2201
+ "s": { "a": 0, "k": [-41.3, 41.3], "ix": 3 },
2202
+ "r": { "a": 0, "k": 0, "ix": 6 },
2203
+ "o": {
2204
+ "a": 1,
2205
+ "k": [
2206
+ {
2207
+ "i": { "x": [0.833], "y": [0.833] },
2208
+ "o": { "x": [0.167], "y": [0.167] },
2209
+ "t": 20,
2210
+ "s": [100]
2211
+ },
2212
+ { "t": 21, "s": [0] }
2213
+ ],
2214
+ "ix": 7
2215
+ },
2216
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2217
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2218
+ "nm": "Transform"
2219
+ }
2220
+ ],
2221
+ "nm": "Tip",
2222
+ "np": 1,
2223
+ "cix": 2,
2224
+ "bm": 0,
2225
+ "ix": 1,
2226
+ "mn": "ADBE Vector Group",
2227
+ "hd": false
2228
+ },
2229
+ {
2230
+ "ty": "gr",
2231
+ "it": [
2232
+ {
2233
+ "ty": "gr",
2234
+ "it": [
2235
+ {
2236
+ "ind": 0,
2237
+ "ty": "sh",
2238
+ "ix": 1,
2239
+ "ks": {
2240
+ "a": 1,
2241
+ "k": [
2242
+ {
2243
+ "i": { "x": 0.833, "y": 0.833 },
2244
+ "o": { "x": 0.167, "y": 0.167 },
2245
+ "t": 21,
2246
+ "s": [
2247
+ {
2248
+ "i": [
2249
+ [0, 0],
2250
+ [0, 0]
2251
+ ],
2252
+ "o": [
2253
+ [0, 0],
2254
+ [0, 0]
2255
+ ],
2256
+ "v": [
2257
+ [90, -12],
2258
+ [472, -12]
2259
+ ],
2260
+ "c": false
2261
+ }
2262
+ ]
2263
+ },
2264
+ {
2265
+ "i": { "x": 0.833, "y": 0.833 },
2266
+ "o": { "x": 0.167, "y": 0.167 },
2267
+ "t": 22.833,
2268
+ "s": [
2269
+ {
2270
+ "i": [
2271
+ [0, 0],
2272
+ [-306.654, 14.463]
2273
+ ],
2274
+ "o": [
2275
+ [0, 0],
2276
+ [82.639, -3.898]
2277
+ ],
2278
+ "v": [
2279
+ [90, -12],
2280
+ [472.131, -14.497]
2281
+ ],
2282
+ "c": false
2283
+ }
2284
+ ]
2285
+ },
2286
+ {
2287
+ "i": { "x": 0.833, "y": 0.833 },
2288
+ "o": { "x": 0.167, "y": 0.167 },
2289
+ "t": 24.667,
2290
+ "s": [
2291
+ {
2292
+ "i": [
2293
+ [0, 0],
2294
+ [-302.459, -8.291]
2295
+ ],
2296
+ "o": [
2297
+ [0, 0],
2298
+ [82.7, 2.267]
2299
+ ],
2300
+ "v": [
2301
+ [90, -12],
2302
+ [472.805, -9.517]
2303
+ ],
2304
+ "c": false
2305
+ }
2306
+ ]
2307
+ },
2308
+ {
2309
+ "t": 26.5,
2310
+ "s": [
2311
+ {
2312
+ "i": [
2313
+ [0, 0],
2314
+ [0, 0]
2315
+ ],
2316
+ "o": [
2317
+ [0, 0],
2318
+ [0, 0]
2319
+ ],
2320
+ "v": [
2321
+ [90, -12],
2322
+ [472, -12]
2323
+ ],
2324
+ "c": false
2325
+ }
2326
+ ]
2327
+ }
2328
+ ],
2329
+ "ix": 2
2330
+ },
2331
+ "nm": "Path 1",
2332
+ "mn": "ADBE Vector Shape - Group",
2333
+ "hd": false
2334
+ },
2335
+ {
2336
+ "ty": "st",
2337
+ "c": {
2338
+ "a": 0,
2339
+ "k": [0.179504394531, 0.254119873047, 0.322875976563, 1],
2340
+ "ix": 3
2341
+ },
2342
+ "o": { "a": 0, "k": 100, "ix": 4 },
2343
+ "w": { "a": 0, "k": 15, "ix": 5 },
2344
+ "lc": 2,
2345
+ "lj": 1,
2346
+ "ml": 4,
2347
+ "bm": 0,
2348
+ "nm": "Stroke 1",
2349
+ "mn": "ADBE Vector Graphic - Stroke",
2350
+ "hd": false
2351
+ },
2352
+ {
2353
+ "ty": "tr",
2354
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2355
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2356
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2357
+ "r": { "a": 0, "k": 0, "ix": 6 },
2358
+ "o": { "a": 0, "k": 100, "ix": 7 },
2359
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2360
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2361
+ "nm": "Transform"
2362
+ }
2363
+ ],
2364
+ "nm": "Shape 1",
2365
+ "np": 3,
2366
+ "cix": 2,
2367
+ "bm": 0,
2368
+ "ix": 1,
2369
+ "mn": "ADBE Vector Group",
2370
+ "hd": false
2371
+ },
2372
+ {
2373
+ "ty": "tr",
2374
+ "p": { "a": 0, "k": [365.62, 500], "ix": 2 },
2375
+ "a": { "a": 0, "k": [90, -12], "ix": 1 },
2376
+ "s": { "a": 0, "k": [-59, 59], "ix": 3 },
2377
+ "r": {
2378
+ "a": 1,
2379
+ "k": [
2380
+ {
2381
+ "i": { "x": [0.833], "y": [0.833] },
2382
+ "o": { "x": [0.167], "y": [0.167] },
2383
+ "t": 21,
2384
+ "s": [0]
2385
+ },
2386
+ {
2387
+ "i": { "x": [0.833], "y": [0.833] },
2388
+ "o": { "x": [0.167], "y": [0.167] },
2389
+ "t": 22.833,
2390
+ "s": [3]
2391
+ },
2392
+ {
2393
+ "i": { "x": [0.833], "y": [0.833] },
2394
+ "o": { "x": [0.167], "y": [0.167] },
2395
+ "t": 24.667,
2396
+ "s": [-2]
2397
+ },
2398
+ { "t": 26.5, "s": [0] }
2399
+ ],
2400
+ "ix": 6
2401
+ },
2402
+ "o": { "a": 0, "k": 100, "ix": 7 },
2403
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2404
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2405
+ "nm": "Transform"
2406
+ }
2407
+ ],
2408
+ "nm": "Body",
2409
+ "np": 1,
2410
+ "cix": 2,
2411
+ "bm": 0,
2412
+ "ix": 2,
2413
+ "mn": "ADBE Vector Group",
2414
+ "hd": false
2415
+ },
2416
+ {
2417
+ "ty": "gr",
2418
+ "it": [
2419
+ {
2420
+ "ty": "gr",
2421
+ "it": [
2422
+ {
2423
+ "ty": "gr",
2424
+ "it": [
2425
+ {
2426
+ "ind": 0,
2427
+ "ty": "sh",
2428
+ "ix": 1,
2429
+ "ks": {
2430
+ "a": 0,
2431
+ "k": {
2432
+ "i": [
2433
+ [0, 0],
2434
+ [0, 0],
2435
+ [0, 0],
2436
+ [0, 0]
2437
+ ],
2438
+ "o": [
2439
+ [0, 0],
2440
+ [0, 0],
2441
+ [0, 0],
2442
+ [0, 0]
2443
+ ],
2444
+ "v": [
2445
+ [12.5, -5],
2446
+ [-22.5, -5],
2447
+ [-12.5, 7],
2448
+ [22.5, 7]
2449
+ ],
2450
+ "c": true
2451
+ },
2452
+ "ix": 2
2453
+ },
2454
+ "nm": "Path 1",
2455
+ "mn": "ADBE Vector Shape - Group",
2456
+ "hd": false
2457
+ },
2458
+ {
2459
+ "ty": "fl",
2460
+ "c": {
2461
+ "a": 0,
2462
+ "k": [0.521568627451, 0.686274509804, 0.874509803922, 1],
2463
+ "ix": 4
2464
+ },
2465
+ "o": { "a": 0, "k": 100, "ix": 5 },
2466
+ "r": 1,
2467
+ "bm": 0,
2468
+ "nm": "Fill 1",
2469
+ "mn": "ADBE Vector Graphic - Fill",
2470
+ "hd": false
2471
+ },
2472
+ {
2473
+ "ty": "tr",
2474
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2475
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2476
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
2477
+ "r": { "a": 0, "k": 0, "ix": 6 },
2478
+ "o": { "a": 0, "k": 100, "ix": 7 },
2479
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2480
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2481
+ "nm": "Transform"
2482
+ }
2483
+ ],
2484
+ "nm": "Rectangle 1808",
2485
+ "np": 2,
2486
+ "cix": 2,
2487
+ "bm": 0,
2488
+ "ix": 1,
2489
+ "mn": "ADBE Vector Group",
2490
+ "hd": false
2491
+ },
2492
+ {
2493
+ "ty": "tr",
2494
+ "p": { "a": 0, "k": [372.5, 171], "ix": 2 },
2495
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2496
+ "s": { "a": 0, "k": [-100, -100], "ix": 3 },
2497
+ "r": { "a": 0, "k": 0, "ix": 6 },
2498
+ "o": { "a": 0, "k": 100, "ix": 7 },
2499
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2500
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2501
+ "nm": "Transform"
2502
+ }
2503
+ ],
2504
+ "nm": "Bottom",
2505
+ "np": 1,
2506
+ "cix": 2,
2507
+ "bm": 0,
2508
+ "ix": 1,
2509
+ "mn": "ADBE Vector Group",
2510
+ "hd": false
2511
+ },
2512
+ {
2513
+ "ty": "gr",
2514
+ "it": [
2515
+ {
2516
+ "ty": "gr",
2517
+ "it": [
2518
+ {
2519
+ "ind": 0,
2520
+ "ty": "sh",
2521
+ "ix": 1,
2522
+ "ks": {
2523
+ "a": 0,
2524
+ "k": {
2525
+ "i": [
2526
+ [0, 0],
2527
+ [0, 0],
2528
+ [0, 0],
2529
+ [0, 0]
2530
+ ],
2531
+ "o": [
2532
+ [0, 0],
2533
+ [0, 0],
2534
+ [0, 0],
2535
+ [0, 0]
2536
+ ],
2537
+ "v": [
2538
+ [23, -5],
2539
+ [-12, -5],
2540
+ [-23, 7],
2541
+ [12, 7]
2542
+ ],
2543
+ "c": true
2544
+ },
2545
+ "ix": 2
2546
+ },
2547
+ "nm": "Path 1",
2548
+ "mn": "ADBE Vector Shape - Group",
2549
+ "hd": false
2550
+ },
2551
+ {
2552
+ "ty": "fl",
2553
+ "c": {
2554
+ "a": 0,
2555
+ "k": [0.521568627451, 0.686274509804, 0.874509803922, 1],
2556
+ "ix": 4
2557
+ },
2558
+ "o": { "a": 0, "k": 100, "ix": 5 },
2559
+ "r": 1,
2560
+ "bm": 0,
2561
+ "nm": "Fill 1",
2562
+ "mn": "ADBE Vector Graphic - Fill",
2563
+ "hd": false
2564
+ },
2565
+ {
2566
+ "ty": "tr",
2567
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2568
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2569
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
2570
+ "r": { "a": 0, "k": 0, "ix": 6 },
2571
+ "o": { "a": 0, "k": 100, "ix": 7 },
2572
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2573
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2574
+ "nm": "Transform"
2575
+ }
2576
+ ],
2577
+ "nm": "Rectangle 1807",
2578
+ "np": 2,
2579
+ "cix": 2,
2580
+ "bm": 0,
2581
+ "ix": 1,
2582
+ "mn": "ADBE Vector Group",
2583
+ "hd": false
2584
+ },
2585
+ {
2586
+ "ty": "tr",
2587
+ "p": { "a": 0, "k": [374, 129], "ix": 2 },
2588
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2589
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2590
+ "r": { "a": 0, "k": 0, "ix": 6 },
2591
+ "o": { "a": 0, "k": 100, "ix": 7 },
2592
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2593
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2594
+ "nm": "Transform"
2595
+ }
2596
+ ],
2597
+ "nm": "Top",
2598
+ "np": 1,
2599
+ "cix": 2,
2600
+ "bm": 0,
2601
+ "ix": 2,
2602
+ "mn": "ADBE Vector Group",
2603
+ "hd": false
2604
+ },
2605
+ {
2606
+ "ty": "tr",
2607
+ "p": {
2608
+ "a": 1,
2609
+ "k": [
2610
+ {
2611
+ "i": { "x": 0.833, "y": 0.833 },
2612
+ "o": { "x": 0.167, "y": 0.167 },
2613
+ "t": 21,
2614
+ "s": [208.68, 500],
2615
+ "to": [0, -1],
2616
+ "ti": [0, -0.667]
2617
+ },
2618
+ {
2619
+ "i": { "x": 0.833, "y": 0.833 },
2620
+ "o": { "x": 0.167, "y": 0.167 },
2621
+ "t": 23,
2622
+ "s": [208.68, 494],
2623
+ "to": [0, 0.667],
2624
+ "ti": [0, -1]
2625
+ },
2626
+ {
2627
+ "i": { "x": 0.833, "y": 0.833 },
2628
+ "o": { "x": 0.167, "y": 0.167 },
2629
+ "t": 25,
2630
+ "s": [208.68, 504],
2631
+ "to": [0, 1],
2632
+ "ti": [0, 0.667]
2633
+ },
2634
+ { "t": 27, "s": [208.68, 500] }
2635
+ ],
2636
+ "ix": 2
2637
+ },
2638
+ "a": { "a": 0, "k": [305, 150], "ix": 1 },
2639
+ "s": { "a": 0, "k": [-59, 59], "ix": 3 },
2640
+ "r": {
2641
+ "a": 1,
2642
+ "k": [
2643
+ {
2644
+ "i": { "x": [0.833], "y": [0.833] },
2645
+ "o": { "x": [0.167], "y": [0.167] },
2646
+ "t": 21,
2647
+ "s": [0]
2648
+ },
2649
+ {
2650
+ "i": { "x": [0.833], "y": [0.833] },
2651
+ "o": { "x": [0.167], "y": [0.167] },
2652
+ "t": 23,
2653
+ "s": [4]
2654
+ },
2655
+ {
2656
+ "i": { "x": [0.833], "y": [0.833] },
2657
+ "o": { "x": [0.167], "y": [0.167] },
2658
+ "t": 25,
2659
+ "s": [-3]
2660
+ },
2661
+ { "t": 27, "s": [0] }
2662
+ ],
2663
+ "ix": 6
2664
+ },
2665
+ "o": { "a": 0, "k": 100, "ix": 7 },
2666
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2667
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2668
+ "nm": "Transform"
2669
+ }
2670
+ ],
2671
+ "nm": "Feather",
2672
+ "np": 2,
2673
+ "cix": 2,
2674
+ "bm": 0,
2675
+ "ix": 3,
2676
+ "mn": "ADBE Vector Group",
2677
+ "hd": false
2678
+ }
2679
+ ],
2680
+ "ip": 18,
2681
+ "op": 55,
2682
+ "st": -9,
2683
+ "bm": 0
2684
+ },
2685
+ {
2686
+ "ddd": 0,
2687
+ "ind": 4,
2688
+ "ty": 3,
2689
+ "nm": "c1 Null 1",
2690
+ "sr": 1,
2691
+ "ks": {
2692
+ "o": { "a": 0, "k": 0, "ix": 11 },
2693
+ "r": { "a": 0, "k": 0, "ix": 10 },
2694
+ "p": {
2695
+ "a": 1,
2696
+ "k": [
2697
+ {
2698
+ "i": { "x": 0.667, "y": 1 },
2699
+ "o": { "x": 0.333, "y": 0 },
2700
+ "t": 21,
2701
+ "s": [701, 500, 0],
2702
+ "to": [0, 0, 0],
2703
+ "ti": [0, 0, 0]
2704
+ },
2705
+ {
2706
+ "i": { "x": 0.667, "y": 1 },
2707
+ "o": { "x": 0.333, "y": 0 },
2708
+ "t": 24,
2709
+ "s": [713, 500, 0],
2710
+ "to": [0, 0, 0],
2711
+ "ti": [0, 0, 0]
2712
+ },
2713
+ { "t": 31, "s": [701, 500, 0] }
2714
+ ],
2715
+ "ix": 2
2716
+ },
2717
+ "a": { "a": 0, "k": [50, 50, 0], "ix": 1 },
2718
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
2719
+ },
2720
+ "ao": 0,
2721
+ "ip": -9,
2722
+ "op": 171,
2723
+ "st": -9,
2724
+ "bm": 0
2725
+ },
2726
+ {
2727
+ "ddd": 0,
2728
+ "ind": 5,
2729
+ "ty": 4,
2730
+ "nm": "c1",
2731
+ "parent": 4,
2732
+ "sr": 1,
2733
+ "ks": {
2734
+ "o": { "a": 0, "k": 100, "ix": 11 },
2735
+ "r": { "a": 0, "k": 0, "ix": 10 },
2736
+ "p": {
2737
+ "a": 1,
2738
+ "k": [
2739
+ {
2740
+ "i": { "x": 0.833, "y": 1 },
2741
+ "o": { "x": 0.167, "y": 0 },
2742
+ "t": 51,
2743
+ "s": [33.73, 50, 0],
2744
+ "to": [0.833, 0, 0],
2745
+ "ti": [-7.333, 0, 0]
2746
+ },
2747
+ {
2748
+ "i": { "x": 0.667, "y": 1 },
2749
+ "o": { "x": 0.333, "y": 0 },
2750
+ "t": 55,
2751
+ "s": [38.73, 50, 0],
2752
+ "to": [7.333, 0, 0],
2753
+ "ti": [-6.5, 0, 0]
2754
+ },
2755
+ {
2756
+ "i": { "x": 0.667, "y": 0.667 },
2757
+ "o": { "x": 0.333, "y": 0.333 },
2758
+ "t": 56,
2759
+ "s": [77.73, 50, 0],
2760
+ "to": [0, 0, 0],
2761
+ "ti": [0, 0, 0]
2762
+ },
2763
+ {
2764
+ "i": { "x": 0.09, "y": 1 },
2765
+ "o": { "x": 0.333, "y": 0 },
2766
+ "t": 59,
2767
+ "s": [77.73, 50, 0],
2768
+ "to": [-7.333, 0, 0],
2769
+ "ti": [7.333, 0, 0]
2770
+ },
2771
+ { "t": 70, "s": [33.73, 50, 0] }
2772
+ ],
2773
+ "ix": 2
2774
+ },
2775
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
2776
+ "s": {
2777
+ "a": 1,
2778
+ "k": [
2779
+ {
2780
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
2781
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
2782
+ "t": 51,
2783
+ "s": [49, 100, 100]
2784
+ },
2785
+ {
2786
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
2787
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
2788
+ "t": 55,
2789
+ "s": [0, 100, 100]
2790
+ },
2791
+ {
2792
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
2793
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
2794
+ "t": 59,
2795
+ "s": [100, 100, 100]
2796
+ },
2797
+ { "t": 70, "s": [49, 100, 100] }
2798
+ ],
2799
+ "ix": 6
2800
+ }
2801
+ },
2802
+ "ao": 0,
2803
+ "shapes": [
2804
+ {
2805
+ "ty": "gr",
2806
+ "it": [
2807
+ {
2808
+ "d": 1,
2809
+ "ty": "el",
2810
+ "s": { "a": 0, "k": [69, 69], "ix": 2 },
2811
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
2812
+ "nm": "Ellipse Path 1",
2813
+ "mn": "ADBE Vector Shape - Ellipse",
2814
+ "hd": false
2815
+ },
2816
+ {
2817
+ "ty": "st",
2818
+ "c": {
2819
+ "a": 0,
2820
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
2821
+ "ix": 3
2822
+ },
2823
+ "o": { "a": 0, "k": 100, "ix": 4 },
2824
+ "w": { "a": 0, "k": 0, "ix": 5 },
2825
+ "lc": 1,
2826
+ "lj": 1,
2827
+ "ml": 4,
2828
+ "bm": 0,
2829
+ "nm": "Stroke 1",
2830
+ "mn": "ADBE Vector Graphic - Stroke",
2831
+ "hd": false
2832
+ },
2833
+ {
2834
+ "ty": "fl",
2835
+ "c": {
2836
+ "a": 0,
2837
+ "k": [0.956817626953, 0.972503662109, 0.980346679688, 1],
2838
+ "ix": 4
2839
+ },
2840
+ "o": { "a": 0, "k": 100, "ix": 5 },
2841
+ "r": 1,
2842
+ "bm": 0,
2843
+ "nm": "Fill 1",
2844
+ "mn": "ADBE Vector Graphic - Fill",
2845
+ "hd": false
2846
+ },
2847
+ {
2848
+ "ty": "tr",
2849
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2850
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2851
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2852
+ "r": { "a": 0, "k": 0, "ix": 6 },
2853
+ "o": { "a": 0, "k": 100, "ix": 7 },
2854
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2855
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2856
+ "nm": "Transform"
2857
+ }
2858
+ ],
2859
+ "nm": "Ellipse 1",
2860
+ "np": 3,
2861
+ "cix": 2,
2862
+ "bm": 0,
2863
+ "ix": 1,
2864
+ "mn": "ADBE Vector Group",
2865
+ "hd": false
2866
+ }
2867
+ ],
2868
+ "ip": -9,
2869
+ "op": 171,
2870
+ "st": -9,
2871
+ "bm": 0
2872
+ },
2873
+ {
2874
+ "ddd": 0,
2875
+ "ind": 6,
2876
+ "ty": 4,
2877
+ "nm": "c2",
2878
+ "parent": 4,
2879
+ "sr": 1,
2880
+ "ks": {
2881
+ "o": { "a": 0, "k": 100, "ix": 11 },
2882
+ "r": { "a": 0, "k": 0, "ix": 10 },
2883
+ "p": {
2884
+ "a": 1,
2885
+ "k": [
2886
+ {
2887
+ "i": { "x": 0.833, "y": 1 },
2888
+ "o": { "x": 0.167, "y": 0 },
2889
+ "t": 51,
2890
+ "s": [37.69, 50, 0],
2891
+ "to": [0.5, 0, 0],
2892
+ "ti": [-6.673, 0, 0]
2893
+ },
2894
+ {
2895
+ "i": { "x": 0.667, "y": 1 },
2896
+ "o": { "x": 0.333, "y": 0 },
2897
+ "t": 55,
2898
+ "s": [40.69, 50, 0],
2899
+ "to": [6.673, 0, 0],
2900
+ "ti": [-6.173, 0, 0]
2901
+ },
2902
+ {
2903
+ "i": { "x": 0.667, "y": 0.667 },
2904
+ "o": { "x": 0.333, "y": 0.333 },
2905
+ "t": 56,
2906
+ "s": [77.73, 50, 0],
2907
+ "to": [0, 0, 0],
2908
+ "ti": [0, 0, 0]
2909
+ },
2910
+ {
2911
+ "i": { "x": 0.09, "y": 1 },
2912
+ "o": { "x": 0.333, "y": 0 },
2913
+ "t": 59,
2914
+ "s": [77.73, 50, 0],
2915
+ "to": [-6.673, 0, 0],
2916
+ "ti": [6.673, 0, 0]
2917
+ },
2918
+ { "t": 70, "s": [37.69, 50, 0] }
2919
+ ],
2920
+ "ix": 2
2921
+ },
2922
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
2923
+ "s": {
2924
+ "a": 1,
2925
+ "k": [
2926
+ {
2927
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
2928
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
2929
+ "t": 51,
2930
+ "s": [49, 100, 100]
2931
+ },
2932
+ {
2933
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
2934
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
2935
+ "t": 55,
2936
+ "s": [0, 100, 100]
2937
+ },
2938
+ {
2939
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
2940
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
2941
+ "t": 59,
2942
+ "s": [100, 100, 100]
2943
+ },
2944
+ { "t": 70, "s": [49, 100, 100] }
2945
+ ],
2946
+ "ix": 6
2947
+ }
2948
+ },
2949
+ "ao": 0,
2950
+ "shapes": [
2951
+ {
2952
+ "ty": "gr",
2953
+ "it": [
2954
+ {
2955
+ "d": 1,
2956
+ "ty": "el",
2957
+ "s": { "a": 0, "k": [148, 148], "ix": 2 },
2958
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
2959
+ "nm": "Ellipse Path 1",
2960
+ "mn": "ADBE Vector Shape - Ellipse",
2961
+ "hd": false
2962
+ },
2963
+ {
2964
+ "ty": "st",
2965
+ "c": { "a": 0, "k": [1, 0.694030761719, 0, 1], "ix": 3 },
2966
+ "o": { "a": 0, "k": 100, "ix": 4 },
2967
+ "w": { "a": 0, "k": 0, "ix": 5 },
2968
+ "lc": 1,
2969
+ "lj": 1,
2970
+ "ml": 4,
2971
+ "bm": 0,
2972
+ "nm": "Stroke 1",
2973
+ "mn": "ADBE Vector Graphic - Stroke",
2974
+ "hd": false
2975
+ },
2976
+ {
2977
+ "ty": "fl",
2978
+ "c": {
2979
+ "a": 0,
2980
+ "k": [0.532604441923, 0.602137068206, 0.666176470588, 1],
2981
+ "ix": 4
2982
+ },
2983
+ "o": { "a": 0, "k": 100, "ix": 5 },
2984
+ "r": 1,
2985
+ "bm": 0,
2986
+ "nm": "Fill 1",
2987
+ "mn": "ADBE Vector Graphic - Fill",
2988
+ "hd": false
2989
+ },
2990
+ {
2991
+ "ty": "tr",
2992
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2993
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2994
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2995
+ "r": { "a": 0, "k": 0, "ix": 6 },
2996
+ "o": { "a": 0, "k": 100, "ix": 7 },
2997
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2998
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2999
+ "nm": "Transform"
3000
+ }
3001
+ ],
3002
+ "nm": "Ellipse 1",
3003
+ "np": 3,
3004
+ "cix": 2,
3005
+ "bm": 0,
3006
+ "ix": 1,
3007
+ "mn": "ADBE Vector Group",
3008
+ "hd": false
3009
+ }
3010
+ ],
3011
+ "ip": -9,
3012
+ "op": 171,
3013
+ "st": -9,
3014
+ "bm": 0
3015
+ },
3016
+ {
3017
+ "ddd": 0,
3018
+ "ind": 9,
3019
+ "ty": 4,
3020
+ "nm": "Quad",
3021
+ "parent": 4,
3022
+ "sr": 1,
3023
+ "ks": {
3024
+ "o": { "a": 0, "k": 100, "ix": 11 },
3025
+ "r": { "a": 0, "k": 0, "ix": 10 },
3026
+ "p": {
3027
+ "a": 1,
3028
+ "k": [
3029
+ {
3030
+ "i": { "x": 0.667, "y": 1 },
3031
+ "o": { "x": 0.333, "y": 0 },
3032
+ "t": 55,
3033
+ "s": [50, 50, 0],
3034
+ "to": [4.622, 0, 0],
3035
+ "ti": [-4.622, 0, 0]
3036
+ },
3037
+ {
3038
+ "i": { "x": 0.667, "y": 0.667 },
3039
+ "o": { "x": 0.333, "y": 0.333 },
3040
+ "t": 56,
3041
+ "s": [77.73, 50, 0],
3042
+ "to": [0, 0, 0],
3043
+ "ti": [0, 0, 0]
3044
+ },
3045
+ {
3046
+ "i": { "x": 0.09, "y": 1 },
3047
+ "o": { "x": 0.333, "y": 0 },
3048
+ "t": 59,
3049
+ "s": [77.73, 50, 0],
3050
+ "to": [-4.622, 0, 0],
3051
+ "ti": [4.622, 0, 0]
3052
+ },
3053
+ { "t": 70, "s": [50, 50, 0] }
3054
+ ],
3055
+ "ix": 2
3056
+ },
3057
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
3058
+ "s": {
3059
+ "a": 1,
3060
+ "k": [
3061
+ {
3062
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3063
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3064
+ "t": 51,
3065
+ "s": [49, 100, 100]
3066
+ },
3067
+ {
3068
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3069
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3070
+ "t": 55,
3071
+ "s": [0, 100, 100]
3072
+ },
3073
+ {
3074
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
3075
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3076
+ "t": 59,
3077
+ "s": [100, 100, 100]
3078
+ },
3079
+ { "t": 70, "s": [49, 100, 100] }
3080
+ ],
3081
+ "ix": 6
3082
+ }
3083
+ },
3084
+ "ao": 0,
3085
+ "shapes": [
3086
+ {
3087
+ "ty": "gr",
3088
+ "it": [
3089
+ {
3090
+ "ind": 0,
3091
+ "ty": "sh",
3092
+ "ix": 1,
3093
+ "ks": {
3094
+ "a": 0,
3095
+ "k": {
3096
+ "i": [
3097
+ [-91.679, 0],
3098
+ [0.25, -0.371],
3099
+ [0.631, 0]
3100
+ ],
3101
+ "o": [
3102
+ [1.27, 1],
3103
+ [-82.523, -0.126],
3104
+ [0, -91.679]
3105
+ ],
3106
+ "v": [
3107
+ [0, -166],
3108
+ [0.02, 0.371],
3109
+ [-166, 0]
3110
+ ],
3111
+ "c": true
3112
+ },
3113
+ "ix": 2
3114
+ },
3115
+ "nm": "Path 1",
3116
+ "mn": "ADBE Vector Shape - Group",
3117
+ "hd": false
3118
+ },
3119
+ {
3120
+ "ty": "st",
3121
+ "c": {
3122
+ "a": 0,
3123
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3124
+ "ix": 3
3125
+ },
3126
+ "o": { "a": 0, "k": 100, "ix": 4 },
3127
+ "w": { "a": 0, "k": 0, "ix": 5 },
3128
+ "lc": 1,
3129
+ "lj": 1,
3130
+ "ml": 4,
3131
+ "bm": 0,
3132
+ "nm": "Stroke 1",
3133
+ "mn": "ADBE Vector Graphic - Stroke",
3134
+ "hd": false
3135
+ },
3136
+ {
3137
+ "ty": "fl",
3138
+ "c": {
3139
+ "a": 0,
3140
+ "k": [0.730158009249, 0.803037516276, 0.870159313725, 1],
3141
+ "ix": 4
3142
+ },
3143
+ "o": { "a": 0, "k": 100, "ix": 5 },
3144
+ "r": 1,
3145
+ "bm": 0,
3146
+ "nm": "Fill 1",
3147
+ "mn": "ADBE Vector Graphic - Fill",
3148
+ "hd": false
3149
+ },
3150
+ {
3151
+ "ty": "tr",
3152
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3153
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3154
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3155
+ "r": { "a": 0, "k": 180, "ix": 6 },
3156
+ "o": { "a": 0, "k": 100, "ix": 7 },
3157
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3158
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3159
+ "nm": "Transform"
3160
+ }
3161
+ ],
3162
+ "nm": "04",
3163
+ "np": 3,
3164
+ "cix": 2,
3165
+ "bm": 0,
3166
+ "ix": 1,
3167
+ "mn": "ADBE Vector Group",
3168
+ "hd": false
3169
+ },
3170
+ {
3171
+ "ty": "gr",
3172
+ "it": [
3173
+ {
3174
+ "ind": 0,
3175
+ "ty": "sh",
3176
+ "ix": 1,
3177
+ "ks": {
3178
+ "a": 0,
3179
+ "k": {
3180
+ "i": [
3181
+ [-91.679, 0],
3182
+ [0.25, -0.371],
3183
+ [0.631, 0]
3184
+ ],
3185
+ "o": [
3186
+ [1.27, 1],
3187
+ [-82.523, -0.126],
3188
+ [0, -91.679]
3189
+ ],
3190
+ "v": [
3191
+ [0, -166],
3192
+ [0.02, 0.371],
3193
+ [-166, 0]
3194
+ ],
3195
+ "c": true
3196
+ },
3197
+ "ix": 2
3198
+ },
3199
+ "nm": "Path 1",
3200
+ "mn": "ADBE Vector Shape - Group",
3201
+ "hd": false
3202
+ },
3203
+ {
3204
+ "ty": "st",
3205
+ "c": {
3206
+ "a": 0,
3207
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3208
+ "ix": 3
3209
+ },
3210
+ "o": { "a": 0, "k": 100, "ix": 4 },
3211
+ "w": { "a": 0, "k": 0, "ix": 5 },
3212
+ "lc": 1,
3213
+ "lj": 1,
3214
+ "ml": 4,
3215
+ "bm": 0,
3216
+ "nm": "Stroke 1",
3217
+ "mn": "ADBE Vector Graphic - Stroke",
3218
+ "hd": false
3219
+ },
3220
+ {
3221
+ "ty": "fl",
3222
+ "c": { "a": 0, "k": [0.866607666016, 0.89013671875, 0.917602539063, 1], "ix": 4 },
3223
+ "o": { "a": 0, "k": 100, "ix": 5 },
3224
+ "r": 1,
3225
+ "bm": 0,
3226
+ "nm": "Fill 1",
3227
+ "mn": "ADBE Vector Graphic - Fill",
3228
+ "hd": false
3229
+ },
3230
+ {
3231
+ "ty": "tr",
3232
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3233
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3234
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3235
+ "r": { "a": 0, "k": 270, "ix": 6 },
3236
+ "o": { "a": 0, "k": 100, "ix": 7 },
3237
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3238
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3239
+ "nm": "Transform"
3240
+ }
3241
+ ],
3242
+ "nm": "03",
3243
+ "np": 3,
3244
+ "cix": 2,
3245
+ "bm": 0,
3246
+ "ix": 2,
3247
+ "mn": "ADBE Vector Group",
3248
+ "hd": false
3249
+ },
3250
+ {
3251
+ "ty": "gr",
3252
+ "it": [
3253
+ {
3254
+ "ind": 0,
3255
+ "ty": "sh",
3256
+ "ix": 1,
3257
+ "ks": {
3258
+ "a": 0,
3259
+ "k": {
3260
+ "i": [
3261
+ [-91.679, 0],
3262
+ [0.25, -0.371],
3263
+ [0.631, 0]
3264
+ ],
3265
+ "o": [
3266
+ [1.27, 1],
3267
+ [-82.523, -0.126],
3268
+ [0, -91.679]
3269
+ ],
3270
+ "v": [
3271
+ [0, -166],
3272
+ [0.02, 0.371],
3273
+ [-166, 0]
3274
+ ],
3275
+ "c": true
3276
+ },
3277
+ "ix": 2
3278
+ },
3279
+ "nm": "Path 1",
3280
+ "mn": "ADBE Vector Shape - Group",
3281
+ "hd": false
3282
+ },
3283
+ {
3284
+ "ty": "st",
3285
+ "c": {
3286
+ "a": 0,
3287
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3288
+ "ix": 3
3289
+ },
3290
+ "o": { "a": 0, "k": 100, "ix": 4 },
3291
+ "w": { "a": 0, "k": 0, "ix": 5 },
3292
+ "lc": 1,
3293
+ "lj": 1,
3294
+ "ml": 4,
3295
+ "bm": 0,
3296
+ "nm": "Stroke 1",
3297
+ "mn": "ADBE Vector Graphic - Stroke",
3298
+ "hd": false
3299
+ },
3300
+ {
3301
+ "ty": "fl",
3302
+ "c": { "a": 0, "k": [0.866607666016, 0.89013671875, 0.917602539063, 1], "ix": 4 },
3303
+ "o": { "a": 0, "k": 100, "ix": 5 },
3304
+ "r": 1,
3305
+ "bm": 0,
3306
+ "nm": "Fill 1",
3307
+ "mn": "ADBE Vector Graphic - Fill",
3308
+ "hd": false
3309
+ },
3310
+ {
3311
+ "ty": "tr",
3312
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3313
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3314
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3315
+ "r": { "a": 0, "k": 90, "ix": 6 },
3316
+ "o": { "a": 0, "k": 100, "ix": 7 },
3317
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3318
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3319
+ "nm": "Transform"
3320
+ }
3321
+ ],
3322
+ "nm": "02",
3323
+ "np": 3,
3324
+ "cix": 2,
3325
+ "bm": 0,
3326
+ "ix": 3,
3327
+ "mn": "ADBE Vector Group",
3328
+ "hd": false
3329
+ },
3330
+ {
3331
+ "ty": "gr",
3332
+ "it": [
3333
+ {
3334
+ "ind": 0,
3335
+ "ty": "sh",
3336
+ "ix": 1,
3337
+ "ks": {
3338
+ "a": 0,
3339
+ "k": {
3340
+ "i": [
3341
+ [-91.679, 0],
3342
+ [0.25, -0.371],
3343
+ [0.631, 0]
3344
+ ],
3345
+ "o": [
3346
+ [1.27, 1],
3347
+ [-82.523, -0.126],
3348
+ [0, -91.679]
3349
+ ],
3350
+ "v": [
3351
+ [0, -166],
3352
+ [0.02, 0.371],
3353
+ [-166, 0]
3354
+ ],
3355
+ "c": true
3356
+ },
3357
+ "ix": 2
3358
+ },
3359
+ "nm": "Path 1",
3360
+ "mn": "ADBE Vector Shape - Group",
3361
+ "hd": false
3362
+ },
3363
+ {
3364
+ "ty": "st",
3365
+ "c": {
3366
+ "a": 0,
3367
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3368
+ "ix": 3
3369
+ },
3370
+ "o": { "a": 0, "k": 100, "ix": 4 },
3371
+ "w": { "a": 0, "k": 0, "ix": 5 },
3372
+ "lc": 1,
3373
+ "lj": 1,
3374
+ "ml": 4,
3375
+ "bm": 0,
3376
+ "nm": "Stroke 1",
3377
+ "mn": "ADBE Vector Graphic - Stroke",
3378
+ "hd": false
3379
+ },
3380
+ {
3381
+ "ty": "fl",
3382
+ "c": {
3383
+ "a": 0,
3384
+ "k": [0.730133056641, 0.803009033203, 0.870147705078, 1],
3385
+ "ix": 4
3386
+ },
3387
+ "o": { "a": 0, "k": 100, "ix": 5 },
3388
+ "r": 1,
3389
+ "bm": 0,
3390
+ "nm": "Fill 1",
3391
+ "mn": "ADBE Vector Graphic - Fill",
3392
+ "hd": false
3393
+ },
3394
+ {
3395
+ "ty": "tr",
3396
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3397
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3398
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3399
+ "r": { "a": 0, "k": 0, "ix": 6 },
3400
+ "o": { "a": 0, "k": 100, "ix": 7 },
3401
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3402
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3403
+ "nm": "Transform"
3404
+ }
3405
+ ],
3406
+ "nm": "01",
3407
+ "np": 3,
3408
+ "cix": 2,
3409
+ "bm": 0,
3410
+ "ix": 4,
3411
+ "mn": "ADBE Vector Group",
3412
+ "hd": false
3413
+ }
3414
+ ],
3415
+ "ip": -9,
3416
+ "op": 171,
3417
+ "st": -9,
3418
+ "bm": 0
3419
+ },
3420
+ {
3421
+ "ddd": 0,
3422
+ "ind": 10,
3423
+ "ty": 4,
3424
+ "nm": "c5",
3425
+ "parent": 4,
3426
+ "sr": 1,
3427
+ "ks": {
3428
+ "o": { "a": 0, "k": 100, "ix": 11 },
3429
+ "r": { "a": 0, "k": 0, "ix": 10 },
3430
+ "p": {
3431
+ "a": 1,
3432
+ "k": [
3433
+ {
3434
+ "i": { "x": 0.667, "y": 1 },
3435
+ "o": { "x": 0.333, "y": 0 },
3436
+ "t": 55,
3437
+ "s": [50, 50, 0],
3438
+ "to": [4.622, 0, 0],
3439
+ "ti": [-4.622, 0, 0]
3440
+ },
3441
+ {
3442
+ "i": { "x": 0.667, "y": 0.667 },
3443
+ "o": { "x": 0.333, "y": 0.333 },
3444
+ "t": 56,
3445
+ "s": [77.73, 50, 0],
3446
+ "to": [0, 0, 0],
3447
+ "ti": [0, 0, 0]
3448
+ },
3449
+ {
3450
+ "i": { "x": 0.09, "y": 1 },
3451
+ "o": { "x": 0.333, "y": 0 },
3452
+ "t": 59,
3453
+ "s": [77.73, 50, 0],
3454
+ "to": [-4.622, 0, 0],
3455
+ "ti": [4.622, 0, 0]
3456
+ },
3457
+ { "t": 70, "s": [50, 50, 0] }
3458
+ ],
3459
+ "ix": 2
3460
+ },
3461
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
3462
+ "s": {
3463
+ "a": 1,
3464
+ "k": [
3465
+ {
3466
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3467
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3468
+ "t": 51,
3469
+ "s": [49, 100, 100]
3470
+ },
3471
+ {
3472
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3473
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3474
+ "t": 55,
3475
+ "s": [0, 100, 100]
3476
+ },
3477
+ {
3478
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
3479
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3480
+ "t": 59,
3481
+ "s": [100, 100, 100]
3482
+ },
3483
+ { "t": 70, "s": [49, 100, 100] }
3484
+ ],
3485
+ "ix": 6
3486
+ }
3487
+ },
3488
+ "ao": 0,
3489
+ "shapes": [
3490
+ {
3491
+ "ty": "gr",
3492
+ "it": [
3493
+ {
3494
+ "d": 1,
3495
+ "ty": "el",
3496
+ "s": { "a": 0, "k": [332, 332], "ix": 2 },
3497
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
3498
+ "nm": "Ellipse Path 1",
3499
+ "mn": "ADBE Vector Shape - Ellipse",
3500
+ "hd": false
3501
+ },
3502
+ {
3503
+ "ty": "st",
3504
+ "c": {
3505
+ "a": 0,
3506
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3507
+ "ix": 3
3508
+ },
3509
+ "o": { "a": 0, "k": 100, "ix": 4 },
3510
+ "w": { "a": 0, "k": 0, "ix": 5 },
3511
+ "lc": 1,
3512
+ "lj": 1,
3513
+ "ml": 4,
3514
+ "bm": 0,
3515
+ "nm": "Stroke 1",
3516
+ "mn": "ADBE Vector Graphic - Stroke",
3517
+ "hd": false
3518
+ },
3519
+ {
3520
+ "ty": "fl",
3521
+ "c": {
3522
+ "a": 0,
3523
+ "k": [0.337249755859, 0.701965332031, 0.917633056641, 1],
3524
+ "ix": 4
3525
+ },
3526
+ "o": { "a": 0, "k": 100, "ix": 5 },
3527
+ "r": 1,
3528
+ "bm": 0,
3529
+ "nm": "Fill 1",
3530
+ "mn": "ADBE Vector Graphic - Fill",
3531
+ "hd": false
3532
+ },
3533
+ {
3534
+ "ty": "tr",
3535
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3536
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3537
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3538
+ "r": { "a": 0, "k": 0, "ix": 6 },
3539
+ "o": { "a": 0, "k": 100, "ix": 7 },
3540
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3541
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3542
+ "nm": "Transform"
3543
+ }
3544
+ ],
3545
+ "nm": "Ellipse 1",
3546
+ "np": 3,
3547
+ "cix": 2,
3548
+ "bm": 0,
3549
+ "ix": 1,
3550
+ "mn": "ADBE Vector Group",
3551
+ "hd": false
3552
+ }
3553
+ ],
3554
+ "ip": -9,
3555
+ "op": 171,
3556
+ "st": -9,
3557
+ "bm": 0
3558
+ },
3559
+ {
3560
+ "ddd": 0,
3561
+ "ind": 11,
3562
+ "ty": 4,
3563
+ "nm": "Thickness",
3564
+ "parent": 4,
3565
+ "sr": 1,
3566
+ "ks": {
3567
+ "o": { "a": 0, "k": 100, "ix": 11 },
3568
+ "r": { "a": 0, "k": 0, "ix": 10 },
3569
+ "p": {
3570
+ "a": 1,
3571
+ "k": [
3572
+ {
3573
+ "i": { "x": 0.667, "y": 1 },
3574
+ "o": { "x": 0.333, "y": 0 },
3575
+ "t": 56,
3576
+ "s": [50, 50, 0],
3577
+ "to": [4.333, 0, 0],
3578
+ "ti": [0, 0, 0]
3579
+ },
3580
+ {
3581
+ "i": { "x": 0.09, "y": 1 },
3582
+ "o": { "x": 0.333, "y": 0 },
3583
+ "t": 59,
3584
+ "s": [76, 50, 0],
3585
+ "to": [0, 0, 0],
3586
+ "ti": [4.333, 0, 0]
3587
+ },
3588
+ { "t": 70, "s": [50, 50, 0] }
3589
+ ],
3590
+ "ix": 2
3591
+ },
3592
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
3593
+ "s": {
3594
+ "a": 1,
3595
+ "k": [
3596
+ {
3597
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3598
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3599
+ "t": 56,
3600
+ "s": [90, 100, 100]
3601
+ },
3602
+ {
3603
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
3604
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3605
+ "t": 59,
3606
+ "s": [0, 100, 100]
3607
+ },
3608
+ { "t": 70, "s": [90, 100, 100] }
3609
+ ],
3610
+ "ix": 6
3611
+ }
3612
+ },
3613
+ "ao": 0,
3614
+ "shapes": [
3615
+ {
3616
+ "ty": "gr",
3617
+ "it": [
3618
+ {
3619
+ "ty": "rc",
3620
+ "d": 1,
3621
+ "s": { "a": 0, "k": [33, 332], "ix": 2 },
3622
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
3623
+ "r": { "a": 0, "k": 0, "ix": 4 },
3624
+ "nm": "Rectangle Path 1",
3625
+ "mn": "ADBE Vector Shape - Rect",
3626
+ "hd": false
3627
+ },
3628
+ {
3629
+ "ty": "st",
3630
+ "c": {
3631
+ "a": 0,
3632
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3633
+ "ix": 3
3634
+ },
3635
+ "o": { "a": 0, "k": 100, "ix": 4 },
3636
+ "w": { "a": 0, "k": 0, "ix": 5 },
3637
+ "lc": 1,
3638
+ "lj": 1,
3639
+ "ml": 4,
3640
+ "bm": 0,
3641
+ "nm": "Stroke 1",
3642
+ "mn": "ADBE Vector Graphic - Stroke",
3643
+ "hd": false
3644
+ },
3645
+ {
3646
+ "ty": "fl",
3647
+ "c": {
3648
+ "a": 0,
3649
+ "k": [0.343963623047, 0.375518798828, 0.404541015625, 1],
3650
+ "ix": 4
3651
+ },
3652
+ "o": { "a": 0, "k": 100, "ix": 5 },
3653
+ "r": 1,
3654
+ "bm": 0,
3655
+ "nm": "Fill 1",
3656
+ "mn": "ADBE Vector Graphic - Fill",
3657
+ "hd": false
3658
+ },
3659
+ {
3660
+ "ty": "tr",
3661
+ "p": { "a": 0, "k": [14.074, 0], "ix": 2 },
3662
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3663
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3664
+ "r": { "a": 0, "k": 0, "ix": 6 },
3665
+ "o": { "a": 0, "k": 100, "ix": 7 },
3666
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3667
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3668
+ "nm": "Transform"
3669
+ }
3670
+ ],
3671
+ "nm": "Rectangle 1",
3672
+ "np": 3,
3673
+ "cix": 2,
3674
+ "bm": 0,
3675
+ "ix": 1,
3676
+ "mn": "ADBE Vector Group",
3677
+ "hd": false
3678
+ }
3679
+ ],
3680
+ "ip": -9,
3681
+ "op": 171,
3682
+ "st": -9,
3683
+ "bm": 0
3684
+ },
3685
+ {
3686
+ "ddd": 0,
3687
+ "ind": 12,
3688
+ "ty": 4,
3689
+ "nm": "Back",
3690
+ "parent": 4,
3691
+ "sr": 1,
3692
+ "ks": {
3693
+ "o": { "a": 0, "k": 100, "ix": 11 },
3694
+ "r": { "a": 0, "k": 0, "ix": 10 },
3695
+ "p": {
3696
+ "a": 1,
3697
+ "k": [
3698
+ {
3699
+ "i": { "x": 0.667, "y": 1 },
3700
+ "o": { "x": 0.333, "y": 0 },
3701
+ "t": 55,
3702
+ "s": [79.4, 50, 0],
3703
+ "to": [-5.278, 0, 0],
3704
+ "ti": [0.333, 0, 0]
3705
+ },
3706
+ {
3707
+ "i": { "x": 0.667, "y": 1 },
3708
+ "o": { "x": 0.333, "y": 0 },
3709
+ "t": 56,
3710
+ "s": [47.73, 50, 0],
3711
+ "to": [-0.333, 0, 0],
3712
+ "ti": [-5.278, 0, 0]
3713
+ },
3714
+ {
3715
+ "i": { "x": 0.09, "y": 1 },
3716
+ "o": { "x": 0.333, "y": 0 },
3717
+ "t": 59,
3718
+ "s": [77.4, 50, 0],
3719
+ "to": [5.278, 0, 0],
3720
+ "ti": [-0.333, 0, 0]
3721
+ },
3722
+ { "t": 70, "s": [79.4, 50, 0] }
3723
+ ],
3724
+ "ix": 2
3725
+ },
3726
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
3727
+ "s": {
3728
+ "a": 1,
3729
+ "k": [
3730
+ {
3731
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3732
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3733
+ "t": 51,
3734
+ "s": [49, 100, 100]
3735
+ },
3736
+ {
3737
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3738
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3739
+ "t": 55,
3740
+ "s": [0, 100, 100]
3741
+ },
3742
+ {
3743
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
3744
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3745
+ "t": 59,
3746
+ "s": [100, 100, 100]
3747
+ },
3748
+ { "t": 70, "s": [49, 100, 100] }
3749
+ ],
3750
+ "ix": 6
3751
+ }
3752
+ },
3753
+ "ao": 0,
3754
+ "shapes": [
3755
+ {
3756
+ "ty": "gr",
3757
+ "it": [
3758
+ {
3759
+ "d": 1,
3760
+ "ty": "el",
3761
+ "s": { "a": 0, "k": [332, 332], "ix": 2 },
3762
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
3763
+ "nm": "Ellipse Path 1",
3764
+ "mn": "ADBE Vector Shape - Ellipse",
3765
+ "hd": false
3766
+ },
3767
+ {
3768
+ "ty": "st",
3769
+ "c": {
3770
+ "a": 0,
3771
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3772
+ "ix": 3
3773
+ },
3774
+ "o": { "a": 0, "k": 100, "ix": 4 },
3775
+ "w": { "a": 0, "k": 0, "ix": 5 },
3776
+ "lc": 1,
3777
+ "lj": 1,
3778
+ "ml": 4,
3779
+ "bm": 0,
3780
+ "nm": "Stroke 1",
3781
+ "mn": "ADBE Vector Graphic - Stroke",
3782
+ "hd": false
3783
+ },
3784
+ {
3785
+ "ty": "fl",
3786
+ "c": {
3787
+ "a": 0,
3788
+ "k": [0.343963623047, 0.375518798828, 0.404541015625, 1],
3789
+ "ix": 4
3790
+ },
3791
+ "o": { "a": 0, "k": 100, "ix": 5 },
3792
+ "r": 1,
3793
+ "bm": 0,
3794
+ "nm": "Fill 1",
3795
+ "mn": "ADBE Vector Graphic - Fill",
3796
+ "hd": false
3797
+ },
3798
+ {
3799
+ "ty": "tr",
3800
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3801
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3802
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3803
+ "r": { "a": 0, "k": 0, "ix": 6 },
3804
+ "o": { "a": 0, "k": 100, "ix": 7 },
3805
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3806
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3807
+ "nm": "Transform"
3808
+ }
3809
+ ],
3810
+ "nm": "Ellipse 1",
3811
+ "np": 3,
3812
+ "cix": 2,
3813
+ "bm": 0,
3814
+ "ix": 1,
3815
+ "mn": "ADBE Vector Group",
3816
+ "hd": false
3817
+ }
3818
+ ],
3819
+ "ip": -9,
3820
+ "op": 171,
3821
+ "st": -9,
3822
+ "bm": 0
3823
+ },
3824
+ {
3825
+ "ddd": 0,
3826
+ "ind": 13,
3827
+ "ty": 4,
3828
+ "nm": "Arrow-front 6",
3829
+ "parent": 2,
3830
+ "sr": 1,
3831
+ "ks": {
3832
+ "o": { "a": 0, "k": 100, "ix": 11 },
3833
+ "r": { "a": 0, "k": 0, "ix": 10 },
3834
+ "p": { "a": 0, "k": [194.28, -0.28, 0], "ix": 2 },
3835
+ "a": { "a": 0, "k": [253.825, 499.835, 0], "ix": 1 },
3836
+ "s": { "a": 0, "k": [-169.492, 169.492, 100], "ix": 6 }
3837
+ },
3838
+ "ao": 0,
3839
+ "shapes": [
3840
+ {
3841
+ "ty": "gr",
3842
+ "it": [
3843
+ {
3844
+ "ty": "gr",
3845
+ "it": [
3846
+ {
3847
+ "ind": 0,
3848
+ "ty": "sh",
3849
+ "ix": 1,
3850
+ "ks": {
3851
+ "a": 0,
3852
+ "k": {
3853
+ "i": [
3854
+ [0, 0],
3855
+ [0, 0],
3856
+ [0, 0],
3857
+ [0, 0]
3858
+ ],
3859
+ "o": [
3860
+ [0, 0],
3861
+ [0, 0],
3862
+ [0, 0],
3863
+ [0, 0]
3864
+ ],
3865
+ "v": [
3866
+ [-4.219, 4.219],
3867
+ [-10.455, -16.08],
3868
+ [-16.08, 16.08],
3869
+ [16.08, 10.455]
3870
+ ],
3871
+ "c": true
3872
+ },
3873
+ "ix": 2
3874
+ },
3875
+ "nm": "Path 1",
3876
+ "mn": "ADBE Vector Shape - Group",
3877
+ "hd": false
3878
+ },
3879
+ {
3880
+ "ty": "fl",
3881
+ "c": {
3882
+ "a": 0,
3883
+ "k": [0.521568627451, 0.686274509804, 0.874509803922, 1],
3884
+ "ix": 4
3885
+ },
3886
+ "o": { "a": 0, "k": 100, "ix": 5 },
3887
+ "r": 1,
3888
+ "bm": 0,
3889
+ "nm": "Fill 1",
3890
+ "mn": "ADBE Vector Graphic - Fill",
3891
+ "hd": false
3892
+ },
3893
+ {
3894
+ "ty": "tr",
3895
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3896
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3897
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
3898
+ "r": { "a": 0, "k": 45, "ix": 6 },
3899
+ "o": { "a": 0, "k": 100, "ix": 7 },
3900
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3901
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3902
+ "nm": "Transform"
3903
+ }
3904
+ ],
3905
+ "nm": "Rectangle 1805",
3906
+ "np": 2,
3907
+ "cix": 2,
3908
+ "bm": 0,
3909
+ "ix": 1,
3910
+ "mn": "ADBE Vector Group",
3911
+ "hd": false
3912
+ },
3913
+ {
3914
+ "ty": "tr",
3915
+ "p": { "a": 0, "k": [352.215, 499.835], "ix": 2 },
3916
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3917
+ "s": { "a": 0, "k": [-41.3, 41.3], "ix": 3 },
3918
+ "r": { "a": 0, "k": 0, "ix": 6 },
3919
+ "o": {
3920
+ "a": 1,
3921
+ "k": [
3922
+ {
3923
+ "i": { "x": [0.833], "y": [0.833] },
3924
+ "o": { "x": [0.167], "y": [0.167] },
3925
+ "t": 20,
3926
+ "s": [100]
3927
+ },
3928
+ { "t": 21, "s": [0] }
3929
+ ],
3930
+ "ix": 7
3931
+ },
3932
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3933
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3934
+ "nm": "Transform"
3935
+ }
3936
+ ],
3937
+ "nm": "Tip",
3938
+ "np": 1,
3939
+ "cix": 2,
3940
+ "bm": 0,
3941
+ "ix": 1,
3942
+ "mn": "ADBE Vector Group",
3943
+ "hd": false
3944
+ },
3945
+ {
3946
+ "ty": "gr",
3947
+ "it": [
3948
+ {
3949
+ "ty": "gr",
3950
+ "it": [
3951
+ {
3952
+ "ind": 0,
3953
+ "ty": "sh",
3954
+ "ix": 1,
3955
+ "ks": {
3956
+ "a": 1,
3957
+ "k": [
3958
+ {
3959
+ "i": { "x": 0.833, "y": 0.833 },
3960
+ "o": { "x": 0.167, "y": 0.167 },
3961
+ "t": 21,
3962
+ "s": [
3963
+ {
3964
+ "i": [
3965
+ [0, 0],
3966
+ [0, 0]
3967
+ ],
3968
+ "o": [
3969
+ [0, 0],
3970
+ [0, 0]
3971
+ ],
3972
+ "v": [
3973
+ [90, -12],
3974
+ [472, -12]
3975
+ ],
3976
+ "c": false
3977
+ }
3978
+ ]
3979
+ },
3980
+ {
3981
+ "i": { "x": 0.833, "y": 0.833 },
3982
+ "o": { "x": 0.167, "y": 0.167 },
3983
+ "t": 22.833,
3984
+ "s": [
3985
+ {
3986
+ "i": [
3987
+ [0, 0],
3988
+ [-306.654, 14.463]
3989
+ ],
3990
+ "o": [
3991
+ [0, 0],
3992
+ [82.639, -3.898]
3993
+ ],
3994
+ "v": [
3995
+ [90, -12],
3996
+ [472.131, -14.497]
3997
+ ],
3998
+ "c": false
3999
+ }
4000
+ ]
4001
+ },
4002
+ {
4003
+ "i": { "x": 0.833, "y": 0.833 },
4004
+ "o": { "x": 0.167, "y": 0.167 },
4005
+ "t": 24.667,
4006
+ "s": [
4007
+ {
4008
+ "i": [
4009
+ [0, 0],
4010
+ [-302.459, -8.291]
4011
+ ],
4012
+ "o": [
4013
+ [0, 0],
4014
+ [82.7, 2.267]
4015
+ ],
4016
+ "v": [
4017
+ [90, -12],
4018
+ [472.805, -9.517]
4019
+ ],
4020
+ "c": false
4021
+ }
4022
+ ]
4023
+ },
4024
+ {
4025
+ "t": 26.5,
4026
+ "s": [
4027
+ {
4028
+ "i": [
4029
+ [0, 0],
4030
+ [0, 0]
4031
+ ],
4032
+ "o": [
4033
+ [0, 0],
4034
+ [0, 0]
4035
+ ],
4036
+ "v": [
4037
+ [90, -12],
4038
+ [472, -12]
4039
+ ],
4040
+ "c": false
4041
+ }
4042
+ ]
4043
+ }
4044
+ ],
4045
+ "ix": 2
4046
+ },
4047
+ "nm": "Path 1",
4048
+ "mn": "ADBE Vector Shape - Group",
4049
+ "hd": false
4050
+ },
4051
+ {
4052
+ "ty": "st",
4053
+ "c": {
4054
+ "a": 0,
4055
+ "k": [0.179504394531, 0.254119873047, 0.322875976563, 1],
4056
+ "ix": 3
4057
+ },
4058
+ "o": { "a": 0, "k": 100, "ix": 4 },
4059
+ "w": { "a": 0, "k": 15, "ix": 5 },
4060
+ "lc": 2,
4061
+ "lj": 1,
4062
+ "ml": 4,
4063
+ "bm": 0,
4064
+ "nm": "Stroke 1",
4065
+ "mn": "ADBE Vector Graphic - Stroke",
4066
+ "hd": false
4067
+ },
4068
+ {
4069
+ "ty": "tr",
4070
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
4071
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4072
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
4073
+ "r": { "a": 0, "k": 0, "ix": 6 },
4074
+ "o": { "a": 0, "k": 100, "ix": 7 },
4075
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4076
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4077
+ "nm": "Transform"
4078
+ }
4079
+ ],
4080
+ "nm": "Shape 1",
4081
+ "np": 3,
4082
+ "cix": 2,
4083
+ "bm": 0,
4084
+ "ix": 1,
4085
+ "mn": "ADBE Vector Group",
4086
+ "hd": false
4087
+ },
4088
+ {
4089
+ "ty": "tr",
4090
+ "p": { "a": 0, "k": [365.62, 500], "ix": 2 },
4091
+ "a": { "a": 0, "k": [90, -12], "ix": 1 },
4092
+ "s": { "a": 0, "k": [-59, 59], "ix": 3 },
4093
+ "r": {
4094
+ "a": 1,
4095
+ "k": [
4096
+ {
4097
+ "i": { "x": [0.833], "y": [0.833] },
4098
+ "o": { "x": [0.167], "y": [0.167] },
4099
+ "t": 21,
4100
+ "s": [0]
4101
+ },
4102
+ {
4103
+ "i": { "x": [0.833], "y": [0.833] },
4104
+ "o": { "x": [0.167], "y": [0.167] },
4105
+ "t": 22.833,
4106
+ "s": [3]
4107
+ },
4108
+ {
4109
+ "i": { "x": [0.833], "y": [0.833] },
4110
+ "o": { "x": [0.167], "y": [0.167] },
4111
+ "t": 24.667,
4112
+ "s": [-2]
4113
+ },
4114
+ { "t": 26.5, "s": [0] }
4115
+ ],
4116
+ "ix": 6
4117
+ },
4118
+ "o": { "a": 0, "k": 100, "ix": 7 },
4119
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4120
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4121
+ "nm": "Transform"
4122
+ }
4123
+ ],
4124
+ "nm": "Body",
4125
+ "np": 1,
4126
+ "cix": 2,
4127
+ "bm": 0,
4128
+ "ix": 2,
4129
+ "mn": "ADBE Vector Group",
4130
+ "hd": false
4131
+ },
4132
+ {
4133
+ "ty": "gr",
4134
+ "it": [
4135
+ {
4136
+ "ty": "gr",
4137
+ "it": [
4138
+ {
4139
+ "ty": "gr",
4140
+ "it": [
4141
+ {
4142
+ "ind": 0,
4143
+ "ty": "sh",
4144
+ "ix": 1,
4145
+ "ks": {
4146
+ "a": 0,
4147
+ "k": {
4148
+ "i": [
4149
+ [0, 0],
4150
+ [0, 0],
4151
+ [0, 0],
4152
+ [0, 0]
4153
+ ],
4154
+ "o": [
4155
+ [0, 0],
4156
+ [0, 0],
4157
+ [0, 0],
4158
+ [0, 0]
4159
+ ],
4160
+ "v": [
4161
+ [12.5, -5],
4162
+ [-22.5, -5],
4163
+ [-12.5, 7],
4164
+ [22.5, 7]
4165
+ ],
4166
+ "c": true
4167
+ },
4168
+ "ix": 2
4169
+ },
4170
+ "nm": "Path 1",
4171
+ "mn": "ADBE Vector Shape - Group",
4172
+ "hd": false
4173
+ },
4174
+ {
4175
+ "ty": "fl",
4176
+ "c": {
4177
+ "a": 0,
4178
+ "k": [0.521568627451, 0.686274509804, 0.874509803922, 1],
4179
+ "ix": 4
4180
+ },
4181
+ "o": { "a": 0, "k": 100, "ix": 5 },
4182
+ "r": 1,
4183
+ "bm": 0,
4184
+ "nm": "Fill 1",
4185
+ "mn": "ADBE Vector Graphic - Fill",
4186
+ "hd": false
4187
+ },
4188
+ {
4189
+ "ty": "tr",
4190
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
4191
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4192
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
4193
+ "r": { "a": 0, "k": 0, "ix": 6 },
4194
+ "o": { "a": 0, "k": 100, "ix": 7 },
4195
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4196
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4197
+ "nm": "Transform"
4198
+ }
4199
+ ],
4200
+ "nm": "Rectangle 1808",
4201
+ "np": 2,
4202
+ "cix": 2,
4203
+ "bm": 0,
4204
+ "ix": 1,
4205
+ "mn": "ADBE Vector Group",
4206
+ "hd": false
4207
+ },
4208
+ {
4209
+ "ty": "tr",
4210
+ "p": { "a": 0, "k": [372.5, 171], "ix": 2 },
4211
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4212
+ "s": { "a": 0, "k": [-100, -100], "ix": 3 },
4213
+ "r": { "a": 0, "k": 0, "ix": 6 },
4214
+ "o": { "a": 0, "k": 100, "ix": 7 },
4215
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4216
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4217
+ "nm": "Transform"
4218
+ }
4219
+ ],
4220
+ "nm": "Bottom",
4221
+ "np": 1,
4222
+ "cix": 2,
4223
+ "bm": 0,
4224
+ "ix": 1,
4225
+ "mn": "ADBE Vector Group",
4226
+ "hd": false
4227
+ },
4228
+ {
4229
+ "ty": "gr",
4230
+ "it": [
4231
+ {
4232
+ "ty": "gr",
4233
+ "it": [
4234
+ {
4235
+ "ind": 0,
4236
+ "ty": "sh",
4237
+ "ix": 1,
4238
+ "ks": {
4239
+ "a": 0,
4240
+ "k": {
4241
+ "i": [
4242
+ [0, 0],
4243
+ [0, 0],
4244
+ [0, 0],
4245
+ [0, 0]
4246
+ ],
4247
+ "o": [
4248
+ [0, 0],
4249
+ [0, 0],
4250
+ [0, 0],
4251
+ [0, 0]
4252
+ ],
4253
+ "v": [
4254
+ [23, -5],
4255
+ [-12, -5],
4256
+ [-23, 7],
4257
+ [12, 7]
4258
+ ],
4259
+ "c": true
4260
+ },
4261
+ "ix": 2
4262
+ },
4263
+ "nm": "Path 1",
4264
+ "mn": "ADBE Vector Shape - Group",
4265
+ "hd": false
4266
+ },
4267
+ {
4268
+ "ty": "fl",
4269
+ "c": {
4270
+ "a": 0,
4271
+ "k": [0.521568627451, 0.686274509804, 0.874509803922, 1],
4272
+ "ix": 4
4273
+ },
4274
+ "o": { "a": 0, "k": 100, "ix": 5 },
4275
+ "r": 1,
4276
+ "bm": 0,
4277
+ "nm": "Fill 1",
4278
+ "mn": "ADBE Vector Graphic - Fill",
4279
+ "hd": false
4280
+ },
4281
+ {
4282
+ "ty": "tr",
4283
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
4284
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4285
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
4286
+ "r": { "a": 0, "k": 0, "ix": 6 },
4287
+ "o": { "a": 0, "k": 100, "ix": 7 },
4288
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4289
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4290
+ "nm": "Transform"
4291
+ }
4292
+ ],
4293
+ "nm": "Rectangle 1807",
4294
+ "np": 2,
4295
+ "cix": 2,
4296
+ "bm": 0,
4297
+ "ix": 1,
4298
+ "mn": "ADBE Vector Group",
4299
+ "hd": false
4300
+ },
4301
+ {
4302
+ "ty": "tr",
4303
+ "p": { "a": 0, "k": [374, 129], "ix": 2 },
4304
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4305
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
4306
+ "r": { "a": 0, "k": 0, "ix": 6 },
4307
+ "o": { "a": 0, "k": 100, "ix": 7 },
4308
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4309
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4310
+ "nm": "Transform"
4311
+ }
4312
+ ],
4313
+ "nm": "Top",
4314
+ "np": 1,
4315
+ "cix": 2,
4316
+ "bm": 0,
4317
+ "ix": 2,
4318
+ "mn": "ADBE Vector Group",
4319
+ "hd": false
4320
+ },
4321
+ {
4322
+ "ty": "tr",
4323
+ "p": {
4324
+ "a": 1,
4325
+ "k": [
4326
+ {
4327
+ "i": { "x": 0.833, "y": 0.833 },
4328
+ "o": { "x": 0.167, "y": 0.167 },
4329
+ "t": 21,
4330
+ "s": [208.68, 500],
4331
+ "to": [0, -1],
4332
+ "ti": [0, -0.667]
4333
+ },
4334
+ {
4335
+ "i": { "x": 0.833, "y": 0.833 },
4336
+ "o": { "x": 0.167, "y": 0.167 },
4337
+ "t": 23,
4338
+ "s": [208.68, 494],
4339
+ "to": [0, 0.667],
4340
+ "ti": [0, -1]
4341
+ },
4342
+ {
4343
+ "i": { "x": 0.833, "y": 0.833 },
4344
+ "o": { "x": 0.167, "y": 0.167 },
4345
+ "t": 25,
4346
+ "s": [208.68, 504],
4347
+ "to": [0, 1],
4348
+ "ti": [0, 0.667]
4349
+ },
4350
+ { "t": 27, "s": [208.68, 500] }
4351
+ ],
4352
+ "ix": 2
4353
+ },
4354
+ "a": { "a": 0, "k": [305, 150], "ix": 1 },
4355
+ "s": { "a": 0, "k": [-59, 59], "ix": 3 },
4356
+ "r": {
4357
+ "a": 1,
4358
+ "k": [
4359
+ {
4360
+ "i": { "x": [0.833], "y": [0.833] },
4361
+ "o": { "x": [0.167], "y": [0.167] },
4362
+ "t": 21,
4363
+ "s": [0]
4364
+ },
4365
+ {
4366
+ "i": { "x": [0.833], "y": [0.833] },
4367
+ "o": { "x": [0.167], "y": [0.167] },
4368
+ "t": 23,
4369
+ "s": [4]
4370
+ },
4371
+ {
4372
+ "i": { "x": [0.833], "y": [0.833] },
4373
+ "o": { "x": [0.167], "y": [0.167] },
4374
+ "t": 25,
4375
+ "s": [-3]
4376
+ },
4377
+ { "t": 27, "s": [0] }
4378
+ ],
4379
+ "ix": 6
4380
+ },
4381
+ "o": { "a": 0, "k": 100, "ix": 7 },
4382
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4383
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4384
+ "nm": "Transform"
4385
+ }
4386
+ ],
4387
+ "nm": "Feather",
4388
+ "np": 2,
4389
+ "cix": 2,
4390
+ "bm": 0,
4391
+ "ix": 3,
4392
+ "mn": "ADBE Vector Group",
4393
+ "hd": false
4394
+ }
4395
+ ],
4396
+ "ip": 55,
4397
+ "op": 59,
4398
+ "st": -9,
4399
+ "bm": 0
4400
+ }
4401
+ ]
4402
+ }
4403
+ ],
4404
+ "layers": [
4405
+ {
4406
+ "ddd": 0,
4407
+ "ind": 2,
4408
+ "ty": 0,
4409
+ "nm": "S2",
4410
+ "refId": "comp_0",
4411
+ "sr": 1,
4412
+ "ks": {
4413
+ "o": { "a": 0, "k": 100, "ix": 11 },
4414
+ "r": { "a": 0, "k": 0, "ix": 10 },
4415
+ "p": {
4416
+ "s": true,
4417
+ "x": { "a": 0, "k": 701, "ix": 3 },
4418
+ "y": { "a": 0, "k": 328.5, "ix": 4 }
4419
+ },
4420
+ "a": { "a": 0, "k": [701, 500, 0], "ix": 1 },
4421
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
4422
+ },
4423
+ "ao": 0,
4424
+ "w": 1402,
4425
+ "h": 1000,
4426
+ "ip": 0,
4427
+ "op": 118,
4428
+ "st": 0,
4429
+ "bm": 0
4430
+ }
4431
+ ],
4432
+ "markers": []
4433
+ }