@cuemath/leap 3.1.0-gg2 → 3.1.1-beta-0.1

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 (405) 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 +80 -75
  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 +79 -65
  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/hw-card-list/api/get-homeworks.js +1 -1
  96. package/dist/features/homework/hw-card-list/api/get-homeworks.js.map +1 -1
  97. package/dist/features/homework/hw-card-list/hw-card-list-utils.js +12 -0
  98. package/dist/features/homework/hw-card-list/hw-card-list-utils.js.map +1 -0
  99. package/dist/features/homework/hw-card-list/hw-card-list-view.js +137 -107
  100. package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
  101. package/dist/features/homework/styles.js +5 -4
  102. package/dist/features/homework/styles.js.map +1 -1
  103. package/dist/features/hooks/use-debounce.js +16 -0
  104. package/dist/features/hooks/use-debounce.js.map +1 -0
  105. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js +199 -262
  106. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js.map +1 -1
  107. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js +15 -15
  108. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js.map +1 -1
  109. package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js +38 -36
  110. package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js.map +1 -1
  111. package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js +24 -22
  112. package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js.map +1 -1
  113. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js +23 -22
  114. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js.map +1 -1
  115. package/dist/features/milestone/create/comps/chapters-selection-step/utils.js +49 -47
  116. package/dist/features/milestone/create/comps/chapters-selection-step/utils.js.map +1 -1
  117. package/dist/features/milestone/create/comps/class-details-step/class-details-step.js +94 -87
  118. package/dist/features/milestone/create/comps/class-details-step/class-details-step.js.map +1 -1
  119. package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js +13 -12
  120. package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js.map +1 -1
  121. package/dist/features/milestone/create/comps/test-type-step/test-type-step.js +23 -21
  122. package/dist/features/milestone/create/comps/test-type-step/test-type-step.js.map +1 -1
  123. package/dist/features/milestone/create/milestone-create-helpers.js +165 -162
  124. package/dist/features/milestone/create/milestone-create-helpers.js.map +1 -1
  125. package/dist/features/trial-session/comps/pricing/india-pricing/index.js +96 -0
  126. package/dist/features/trial-session/comps/pricing/india-pricing/index.js.map +1 -0
  127. package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js +59 -0
  128. package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js.map +1 -0
  129. package/dist/features/trial-session/comps/pricing/pricing.js +36 -35
  130. package/dist/features/trial-session/comps/pricing/pricing.js.map +1 -1
  131. package/dist/features/ui/stepper/stepper.js +7 -7
  132. package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js +22 -19
  133. package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js.map +1 -1
  134. package/dist/index.d.ts +311 -260
  135. package/dist/index.js +184 -180
  136. package/dist/index.js.map +1 -1
  137. package/dist/static/accuracy-meter.99585cba.json +4218 -0
  138. package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
  139. package/dist/static/achievement_bg.0d0555ac.png +0 -0
  140. package/dist/static/advance-mode-segment-lottie.51ff6707.json +1 -0
  141. package/dist/static/alarm-clock-orange.31fb90d9.svg +1 -0
  142. package/dist/static/alarm-clock-purple.06d4911c.svg +1 -0
  143. package/dist/static/alien-1.fc7ba696.svg +1 -0
  144. package/dist/static/alien-2.15fdda07.svg +1 -0
  145. package/dist/static/alien-3.2664a37f.svg +1 -0
  146. package/dist/static/alien-4.06ac66da.svg +1 -0
  147. package/dist/static/ashta.0d3926b2.png +0 -0
  148. package/dist/static/avatar-selected.860ee923.json +1 -0
  149. package/dist/static/awesome.8e1cf046.png +0 -0
  150. package/dist/static/badge_success.2f6c8e65.png +0 -0
  151. package/dist/static/beginner1x.489908a7.json +3508 -0
  152. package/dist/static/bg_empty_resources.63b187fd.png +0 -0
  153. package/dist/static/blue-clip.87cc4543.svg +1 -0
  154. package/dist/static/bobwave.5603c70b.gif +0 -0
  155. package/dist/static/book-green.20f6eed3.svg +1 -0
  156. package/dist/static/book-open-blue.d4f8d08c.svg +5 -0
  157. package/dist/static/book-orange.04bdc75e.svg +1 -0
  158. package/dist/static/book-yellow.c210ac06.svg +1 -0
  159. package/dist/static/bronze-1.da4e4b5f.json +4176 -0
  160. package/dist/static/bronze-2.97f9c639.json +4433 -0
  161. package/dist/static/bronze-3.6a433ebd.json +4786 -0
  162. package/dist/static/bullet-yellow.2f892d88.svg +1 -0
  163. package/dist/static/calendar-blue.e0d52d09.svg +1 -0
  164. package/dist/static/calendar-gray.1c72682a.svg +1 -0
  165. package/dist/static/calendar-green.a2b6a393.svg +1 -0
  166. package/dist/static/caution.5766a967.svg +1 -0
  167. package/dist/static/chapter-1.8a1683a0.svg +1 -0
  168. package/dist/static/chapter-10.c97de4a5.svg +1 -0
  169. package/dist/static/chapter-2.71ac6dfc.svg +1 -0
  170. package/dist/static/chapter-3.003fc901.svg +1 -0
  171. package/dist/static/chapter-4.8abbacd8.svg +1 -0
  172. package/dist/static/chapter-5.c774b439.svg +1 -0
  173. package/dist/static/chapter-6.cb5cf1cb.svg +1 -0
  174. package/dist/static/chapter-7.57b0beb4.svg +1 -0
  175. package/dist/static/chapter-8.68d36477.svg +1 -0
  176. package/dist/static/chapter-9.0c00e26f.svg +1 -0
  177. package/dist/static/chapter-completed.1241399b.json +497 -0
  178. package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
  179. package/dist/static/chapter-header-bg.4ed173c2.svg +1 -0
  180. package/dist/static/chatva.d0c57a95.png +0 -0
  181. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
  182. package/dist/static/circle-cuemath-logo.8bcb1ad4.svg +1 -0
  183. package/dist/static/circle-outercircle-bg.65f21460.svg +1 -0
  184. package/dist/static/circular-loader.a5a1a0a6.json +238 -0
  185. package/dist/static/clock-30min.eae818b8.json +1197 -0
  186. package/dist/static/clock-45min.df8adf51.json +1197 -0
  187. package/dist/static/clock-60min.2b48d875.json +1197 -0
  188. package/dist/static/clock-90min.3e557ed7.json +1407 -0
  189. package/dist/static/clock-orange.c144059b.svg +6 -0
  190. package/dist/static/color-1.45101b9a.json +4545 -0
  191. package/dist/static/color-2.ccdc7d0a.json +4828 -0
  192. package/dist/static/color-3.5e8e1422.json +5273 -0
  193. package/dist/static/community-bulb.3b42af21.svg +1 -0
  194. package/dist/static/competitive-arena.b9c40801.json +1 -0
  195. package/dist/static/congrats.75718de8.png +0 -0
  196. package/dist/static/cool.1893941c.png +0 -0
  197. package/dist/static/cosa.46c0c49b.png +0 -0
  198. package/dist/static/crosshair-circle.522a26ea.svg +1 -0
  199. package/dist/static/crown-overlay.11fb073c.svg +1 -0
  200. package/dist/static/crown.c18fa217.svg +1 -0
  201. package/dist/static/cuecoin-gold.bcb8085e.svg +1 -0
  202. package/dist/static/cuemath-app-qr-code.4beefe48.svg +1 -0
  203. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
  204. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  205. package/dist/static/default-chapter.8ede1160.png +0 -0
  206. package/dist/static/desktop-with-purple-fill.dfec66cc.svg +1 -0
  207. package/dist/static/difficult.6846c064.json +2755 -0
  208. package/dist/static/dob.9ce3c15b.json +1 -0
  209. package/dist/static/doda.3103971c.png +0 -0
  210. package/dist/static/duration-30min-gray.f6442df4.svg +1 -0
  211. package/dist/static/duration-45min-gray.ad90fb23.svg +1 -0
  212. package/dist/static/duration-60min-gray.874e52a2.svg +1 -0
  213. package/dist/static/duration-90min-gray.32a04cef.svg +1 -0
  214. package/dist/static/dvi.fc7b32a5.png +0 -0
  215. package/dist/static/earth-green.e1329b7a.svg +1 -0
  216. package/dist/static/easy-rescheduling.3a6d1a00.gif +0 -0
  217. package/dist/static/easy.68242ddd.json +2658 -0
  218. package/dist/static/eka.b10a06fa.png +0 -0
  219. package/dist/static/elite-circle.3df58972.json +6876 -0
  220. package/dist/static/ellipse-clip.dfb25608.svg +1 -0
  221. package/dist/static/empty_mix_tests.1d251f07.png +0 -0
  222. package/dist/static/enrichment-mini.fc3c0f83.gif +0 -0
  223. package/dist/static/enrichment.571feac0.gif +0 -0
  224. package/dist/static/error-lottie.b3507a4b.json +5255 -0
  225. package/dist/static/error.cbe1ddde.json +1 -0
  226. package/dist/static/familiar1x.7c9c7f15.json +3046 -0
  227. package/dist/static/female-avatar.b8cd1012.svg +1 -0
  228. package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
  229. package/dist/static/five-min-clock.6be5cc41.json +721 -0
  230. package/dist/static/game-play.4982b0cb.svg +1 -0
  231. package/dist/static/games.47abcb18.gif +0 -0
  232. package/dist/static/globe-with-blue-fill.beae6ca4.svg +1 -0
  233. package/dist/static/gold-1.ab2489fe.json +4176 -0
  234. package/dist/static/gold-2.34045826.json +4441 -0
  235. package/dist/static/gold-3.d704698b.json +4810 -0
  236. package/dist/static/grade-grid-background.b17b4ccb.svg +1 -0
  237. package/dist/static/grade.b3730524.json +1 -0
  238. package/dist/static/graduate-hat.4b49eb44.svg +1 -0
  239. package/dist/static/graduate-icon-pink.01fbfb1b.svg +1 -0
  240. package/dist/static/graduate-pink-filled-bg.c91e9c53.svg +1 -0
  241. package/dist/static/great.2a5dcc34.png +0 -0
  242. package/dist/static/green-balloon.67ac8587.svg +1 -0
  243. package/dist/static/green-face.1b4dd82f.svg +1 -0
  244. package/dist/static/hexo.eab4b9f5.png +0 -0
  245. package/dist/static/infinite-button-bg.5909225e.json +1 -0
  246. package/dist/static/infinite-button-symbol.aa31350c.json +1 -0
  247. package/dist/static/jigii-wave.150a6d18.gif +0 -0
  248. package/dist/static/key.d6846476.json +1 -0
  249. package/dist/static/kudos.b7e2aeb6.png +0 -0
  250. package/dist/static/learn.71b13323.json +1 -0
  251. package/dist/static/learned-shield-gray.1495b0d5.svg +1 -0
  252. package/dist/static/learned-shield-green.7c26b423.svg +1 -0
  253. package/dist/static/learning-plan.72d64a61.png +0 -0
  254. package/dist/static/learning-session.71cc8f22.gif +0 -0
  255. package/dist/static/learnt.870c5e38.svg +1 -0
  256. package/dist/static/lesson-overview-banner.f5404af6.png +0 -0
  257. package/dist/static/levelup-rings.b1055283.json +549 -0
  258. package/dist/static/like.cb492460.svg +1 -0
  259. package/dist/static/live-session.a0d25c78.svg +1 -0
  260. package/dist/static/loader-1.6524355e.svg +1 -0
  261. package/dist/static/loader.52f8c35c.svg +1 -0
  262. package/dist/static/locked.0c3b7577.svg +1 -0
  263. package/dist/static/mail.c30e8708.json +1 -0
  264. package/dist/static/maintenance.a26aca65.svg +1 -0
  265. package/dist/static/male-avatar.2febc9eb.svg +1 -0
  266. package/dist/static/mastered-badge.81f156fb.svg +1 -0
  267. package/dist/static/mastered-shield-gray.a58cbe19.svg +1 -0
  268. package/dist/static/mastered-shield-green.070fa4eb.svg +1 -0
  269. package/dist/static/max-wave.44e002c9.gif +0 -0
  270. package/dist/static/medium.94c3829b.json +2289 -0
  271. package/dist/static/mental-math.3c95f169.svg +1 -0
  272. package/dist/static/milestone-intro-1.281a354c.svg +1 -0
  273. package/dist/static/milestone-intro-2.19faee69.svg +1 -0
  274. package/dist/static/milestone-intro-3.6f6055d6.svg +1 -0
  275. package/dist/static/mistake.476d1aa7.svg +1 -0
  276. package/dist/static/no-info.f4bfe437.png +0 -0
  277. package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
  278. package/dist/static/node-learn-bg.b61f815c.svg +1 -0
  279. package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
  280. package/dist/static/node-project-bg.e6a33e28.svg +1 -0
  281. package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
  282. package/dist/static/node-recap-bg.546154e4.svg +1 -0
  283. package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
  284. package/dist/static/node-video-bg.3df3f73a.svg +1 -0
  285. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  286. package/dist/static/number-1-orange.cbf526ed.svg +1 -0
  287. package/dist/static/number-2-orange.6f29eb72.svg +1 -0
  288. package/dist/static/number-3-orange.58baf717.svg +1 -0
  289. package/dist/static/number-4-orange.5ed1ec5e.svg +1 -0
  290. package/dist/static/octo.3020bd93.png +0 -0
  291. package/dist/static/one-star-filled.b6084257.svg +1 -0
  292. package/dist/static/orange-face.5824c2e9.svg +1 -0
  293. package/dist/static/otp.2d08f874.json +1 -0
  294. package/dist/static/otp.a3029760.json +1 -0
  295. package/dist/static/parent-avatar.772d53e0.json +1 -0
  296. package/dist/static/people-with-orange-fill.3835b8f1.svg +1 -0
  297. package/dist/static/phone-number.0be312ea.json +1 -0
  298. package/dist/static/phone-number.84f55562.json +1 -0
  299. package/dist/static/play-icon.13baaa7d.svg +1 -0
  300. package/dist/static/play.68d16dec.svg +1 -0
  301. package/dist/static/point1.b53831de.json +2942 -0
  302. package/dist/static/point10.7b5e536d.json +3179 -0
  303. package/dist/static/point100.1df16f82.json +3196 -0
  304. package/dist/static/point15.fea00c32.json +3179 -0
  305. package/dist/static/point2.7cec6e24.json +1 -0
  306. package/dist/static/point20.c88d776d.json +3178 -0
  307. package/dist/static/point25.a18c346a.json +3178 -0
  308. package/dist/static/point3.f96fe7aa.json +1 -0
  309. package/dist/static/point30.c5224b0b.json +3202 -0
  310. package/dist/static/point35.fad343dd.json +3058 -0
  311. package/dist/static/point4.fe04fb83.json +1 -0
  312. package/dist/static/point40.10a16f72.json +3082 -0
  313. package/dist/static/point45.2ad7561f.json +3082 -0
  314. package/dist/static/point5.da40ed1f.json +2948 -0
  315. package/dist/static/point50.5718cb3d.json +3046 -0
  316. package/dist/static/point60.17380d9f.json +3076 -0
  317. package/dist/static/points-sum.360e63de.svg +1 -0
  318. package/dist/static/practice.158dd488.json +1 -0
  319. package/dist/static/practiced-shield-green.90278855.svg +1 -0
  320. package/dist/static/practiced-shield-grey.16cf4fe0.svg +1 -0
  321. package/dist/static/proficient-badge.1a6dbb72.svg +1 -0
  322. package/dist/static/proficient1x.fa6e7b80.json +3430 -0
  323. package/dist/static/profile-board.4f4a17e6.svg +1 -0
  324. package/dist/static/project.eb665827.json +1 -0
  325. package/dist/static/puzzle-student.de530364.svg +1 -0
  326. package/dist/static/puzzle.5aad5cf8.svg +1 -0
  327. package/dist/static/puzzle.b298c7e4.json +1 -0
  328. package/dist/static/puzzle_card_easy.7d9439b5.png +0 -0
  329. package/dist/static/puzzle_card_hard.185a19c4.png +0 -0
  330. package/dist/static/puzzle_card_medium.17daef9c.png +0 -0
  331. package/dist/static/puzzles.1e269965.gif +0 -0
  332. package/dist/static/random-mode-segment-lottie.79cf1c07.json +1 -0
  333. package/dist/static/recap.0dd2c1e2.json +1 -0
  334. package/dist/static/refund-policy-with-headphone.589398e0.svg +1 -0
  335. package/dist/static/refund-policy.912dbb4c.svg +1 -0
  336. package/dist/static/report-404.dd67785c.svg +1 -0
  337. package/dist/static/rocket-broken.1f86fa43.svg +1 -0
  338. package/dist/static/rocket-yellow.62d27e15.svg +1 -0
  339. package/dist/static/school-success-mini.f74a852f.gif +0 -0
  340. package/dist/static/school-success.f9669771.gif +0 -0
  341. package/dist/static/score.41971107.svg +1 -0
  342. package/dist/static/sequence-mode-segment-lottie.11ac49e9.json +1 -0
  343. package/dist/static/shared.3af01b49.png +0 -0
  344. package/dist/static/sheet-reference.9da7a09f.png +0 -0
  345. package/dist/static/silver-1.0396328a.json +4168 -0
  346. package/dist/static/silver-2.bf50615f.json +4433 -0
  347. package/dist/static/silver-3.13d66b84.json +4810 -0
  348. package/dist/static/skills.90ce4cbb.gif +0 -0
  349. package/dist/static/sleepy-boi.031a1165.json +1008 -0
  350. package/dist/static/smiley.49bb7d7c.svg +1 -0
  351. package/dist/static/speckie-wave.510639ce.gif +0 -0
  352. package/dist/static/spinner-white.639e0d87.json +122 -0
  353. package/dist/static/spiral_pattern.9fd3e6e9.png +0 -0
  354. package/dist/static/splash-screen.bbf567ce.json +2411 -0
  355. package/dist/static/star-orange-filled.a7ff9c8f.svg +1 -0
  356. package/dist/static/star-orange.a91a341f.svg +1 -0
  357. package/dist/static/star-with-green-fill.86877d41.svg +1 -0
  358. package/dist/static/stay-connected.371d3d9d.gif +0 -0
  359. package/dist/static/streak-green.b59bf4dd.svg +1 -0
  360. package/dist/static/streak-white.2cbdc9b8.svg +1 -0
  361. package/dist/static/student-avatar.524226bd.json +1 -0
  362. package/dist/static/table-mode-reveal.b44a82c3.json +1 -0
  363. package/dist/static/table-mode-star.b8a1d762.json +1 -0
  364. package/dist/static/table-segment-star.78e851d6.json +1 -0
  365. package/dist/static/target-achieved-text.053bd142.json +2830 -0
  366. package/dist/static/target-achieved-text.10db8475.json +1 -0
  367. package/dist/static/teacher-validation.7577ecdc.json +245 -0
  368. package/dist/static/tera-wave.2954a6a4.gif +0 -0
  369. package/dist/static/test-difficulty-easy.56df71dd.svg +1 -0
  370. package/dist/static/test-difficulty-hard.7250f1f4.svg +1 -0
  371. package/dist/static/test-difficulty-medium.2fd9686e.svg +1 -0
  372. package/dist/static/test-prep-mini.718e5734.gif +0 -0
  373. package/dist/static/test-prep.ea433f71.gif +0 -0
  374. package/dist/static/test.803d6036.json +1 -0
  375. package/dist/static/tetra.354ff2b9.png +0 -0
  376. package/dist/static/three-stars-filled.72b51f03.svg +1 -0
  377. package/dist/static/tick-green.a1654049.svg +1 -0
  378. package/dist/static/total-streak.d5ce7669.json +842 -0
  379. package/dist/static/total-time-spent.434005d3.json +200 -0
  380. package/dist/static/total-time.d979cbb9.json +24383 -0
  381. package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
  382. package/dist/static/track-progress.c75b1031.gif +0 -0
  383. package/dist/static/trophy-blue-filled.7e2b40ab.svg +1 -0
  384. package/dist/static/trophy-blue.e684ba4c.svg +1 -0
  385. package/dist/static/trophy-circle.b7b23e36.svg +1 -0
  386. package/dist/static/trophy-green.6c0741c8.svg +10 -0
  387. package/dist/static/two-stars-filled.a51a14b4.svg +1 -0
  388. package/dist/static/up-arrow.a6946bd3.svg +1 -0
  389. package/dist/static/user-crown-grid-background.c2875a73.svg +1 -0
  390. package/dist/static/user-down.a06f2f94.svg +1 -0
  391. package/dist/static/user-pin.5f334465.svg +1 -0
  392. package/dist/static/user-profile-background.199977a9.svg +1 -0
  393. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
  394. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
  395. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
  396. package/dist/static/user-up.2aecbbae.svg +1 -0
  397. package/dist/static/username.9e034d51.json +1 -0
  398. package/dist/static/video.b41451e2.json +1 -0
  399. package/dist/static/vinnie-wave.10734dd5.gif +0 -0
  400. package/dist/static/way-forward.1428093e.gif +0 -0
  401. package/dist/static/wow.864fbb02.png +0 -0
  402. package/dist/static/yellow-face.b7525a33.svg +1 -0
  403. package/dist/static/your-goals.63ffbee5.gif +0 -0
  404. package/dist/static/zodasa.336c3bb0.png +0 -0
  405. package/package.json +3 -2
@@ -0,0 +1,4176 @@
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": "b1",
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": "b1",
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": "b1",
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": "b1",
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": "b1",
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": "b1",
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.972549019608, 0.552941176471, 0.498039215686, 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.354411764706, 0.207133214614, 0.107610223808, 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.974487304688, 0.551137647442, 0.498016357422, 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.974487304688, 0.551137647442, 0.498016357422, 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": "c6",
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.992156982422, 0.856842041016, 0.664703369141, 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": "c1",
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": [33.73, 50, 0],
2891
+ "to": [0.833, 0, 0],
2892
+ "ti": [-7.333, 0, 0]
2893
+ },
2894
+ {
2895
+ "i": { "x": 0.667, "y": 1 },
2896
+ "o": { "x": 0.333, "y": 0 },
2897
+ "t": 55,
2898
+ "s": [38.73, 50, 0],
2899
+ "to": [7.333, 0, 0],
2900
+ "ti": [-6.5, 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": [-7.333, 0, 0],
2916
+ "ti": [7.333, 0, 0]
2917
+ },
2918
+ { "t": 70, "s": [33.73, 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": [69, 69], "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": {
2966
+ "a": 0,
2967
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
2968
+ "ix": 3
2969
+ },
2970
+ "o": { "a": 0, "k": 100, "ix": 4 },
2971
+ "w": { "a": 0, "k": 0, "ix": 5 },
2972
+ "lc": 1,
2973
+ "lj": 1,
2974
+ "ml": 4,
2975
+ "bm": 0,
2976
+ "nm": "Stroke 1",
2977
+ "mn": "ADBE Vector Graphic - Stroke",
2978
+ "hd": false
2979
+ },
2980
+ {
2981
+ "ty": "fl",
2982
+ "c": {
2983
+ "a": 0,
2984
+ "k": [0.976470947266, 0.862731933594, 0.375366210938, 1],
2985
+ "ix": 4
2986
+ },
2987
+ "o": { "a": 0, "k": 100, "ix": 5 },
2988
+ "r": 1,
2989
+ "bm": 0,
2990
+ "nm": "Fill 1",
2991
+ "mn": "ADBE Vector Graphic - Fill",
2992
+ "hd": false
2993
+ },
2994
+ {
2995
+ "ty": "tr",
2996
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2997
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2998
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2999
+ "r": { "a": 0, "k": 0, "ix": 6 },
3000
+ "o": { "a": 0, "k": 100, "ix": 7 },
3001
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3002
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3003
+ "nm": "Transform"
3004
+ }
3005
+ ],
3006
+ "nm": "Ellipse 1",
3007
+ "np": 3,
3008
+ "cix": 2,
3009
+ "bm": 0,
3010
+ "ix": 1,
3011
+ "mn": "ADBE Vector Group",
3012
+ "hd": false
3013
+ }
3014
+ ],
3015
+ "ip": -9,
3016
+ "op": 171,
3017
+ "st": -9,
3018
+ "bm": 0
3019
+ },
3020
+ {
3021
+ "ddd": 0,
3022
+ "ind": 7,
3023
+ "ty": 4,
3024
+ "nm": "c2",
3025
+ "parent": 4,
3026
+ "sr": 1,
3027
+ "ks": {
3028
+ "o": { "a": 0, "k": 100, "ix": 11 },
3029
+ "r": { "a": 0, "k": 0, "ix": 10 },
3030
+ "p": {
3031
+ "a": 1,
3032
+ "k": [
3033
+ {
3034
+ "i": { "x": 0.833, "y": 1 },
3035
+ "o": { "x": 0.167, "y": 0 },
3036
+ "t": 51,
3037
+ "s": [37.69, 50, 0],
3038
+ "to": [0.5, 0, 0],
3039
+ "ti": [-6.673, 0, 0]
3040
+ },
3041
+ {
3042
+ "i": { "x": 0.667, "y": 1 },
3043
+ "o": { "x": 0.333, "y": 0 },
3044
+ "t": 55,
3045
+ "s": [40.69, 50, 0],
3046
+ "to": [6.673, 0, 0],
3047
+ "ti": [-6.173, 0, 0]
3048
+ },
3049
+ {
3050
+ "i": { "x": 0.667, "y": 0.667 },
3051
+ "o": { "x": 0.333, "y": 0.333 },
3052
+ "t": 56,
3053
+ "s": [77.73, 50, 0],
3054
+ "to": [0, 0, 0],
3055
+ "ti": [0, 0, 0]
3056
+ },
3057
+ {
3058
+ "i": { "x": 0.09, "y": 1 },
3059
+ "o": { "x": 0.333, "y": 0 },
3060
+ "t": 59,
3061
+ "s": [77.73, 50, 0],
3062
+ "to": [-6.673, 0, 0],
3063
+ "ti": [6.673, 0, 0]
3064
+ },
3065
+ { "t": 70, "s": [37.69, 50, 0] }
3066
+ ],
3067
+ "ix": 2
3068
+ },
3069
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
3070
+ "s": {
3071
+ "a": 1,
3072
+ "k": [
3073
+ {
3074
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3075
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3076
+ "t": 51,
3077
+ "s": [49, 100, 100]
3078
+ },
3079
+ {
3080
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3081
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3082
+ "t": 55,
3083
+ "s": [0, 100, 100]
3084
+ },
3085
+ {
3086
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
3087
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3088
+ "t": 59,
3089
+ "s": [100, 100, 100]
3090
+ },
3091
+ { "t": 70, "s": [49, 100, 100] }
3092
+ ],
3093
+ "ix": 6
3094
+ }
3095
+ },
3096
+ "ao": 0,
3097
+ "shapes": [
3098
+ {
3099
+ "ty": "gr",
3100
+ "it": [
3101
+ {
3102
+ "d": 1,
3103
+ "ty": "el",
3104
+ "s": { "a": 0, "k": [148, 148], "ix": 2 },
3105
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
3106
+ "nm": "Ellipse Path 1",
3107
+ "mn": "ADBE Vector Shape - Ellipse",
3108
+ "hd": false
3109
+ },
3110
+ {
3111
+ "ty": "st",
3112
+ "c": { "a": 0, "k": [1, 0.694030761719, 0, 1], "ix": 3 },
3113
+ "o": { "a": 0, "k": 100, "ix": 4 },
3114
+ "w": { "a": 0, "k": 0, "ix": 5 },
3115
+ "lc": 1,
3116
+ "lj": 1,
3117
+ "ml": 4,
3118
+ "bm": 0,
3119
+ "nm": "Stroke 1",
3120
+ "mn": "ADBE Vector Graphic - Stroke",
3121
+ "hd": false
3122
+ },
3123
+ {
3124
+ "ty": "fl",
3125
+ "c": {
3126
+ "a": 0,
3127
+ "k": [0.699981689453, 0.409790039063, 0.213714599609, 1],
3128
+ "ix": 4
3129
+ },
3130
+ "o": { "a": 0, "k": 100, "ix": 5 },
3131
+ "r": 1,
3132
+ "bm": 0,
3133
+ "nm": "Fill 1",
3134
+ "mn": "ADBE Vector Graphic - Fill",
3135
+ "hd": false
3136
+ },
3137
+ {
3138
+ "ty": "tr",
3139
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3140
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3141
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3142
+ "r": { "a": 0, "k": 0, "ix": 6 },
3143
+ "o": { "a": 0, "k": 100, "ix": 7 },
3144
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3145
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3146
+ "nm": "Transform"
3147
+ }
3148
+ ],
3149
+ "nm": "Ellipse 1",
3150
+ "np": 3,
3151
+ "cix": 2,
3152
+ "bm": 0,
3153
+ "ix": 1,
3154
+ "mn": "ADBE Vector Group",
3155
+ "hd": false
3156
+ }
3157
+ ],
3158
+ "ip": -9,
3159
+ "op": 171,
3160
+ "st": -9,
3161
+ "bm": 0
3162
+ },
3163
+ {
3164
+ "ddd": 0,
3165
+ "ind": 10,
3166
+ "ty": 4,
3167
+ "nm": "c5",
3168
+ "parent": 4,
3169
+ "sr": 1,
3170
+ "ks": {
3171
+ "o": { "a": 0, "k": 100, "ix": 11 },
3172
+ "r": { "a": 0, "k": 0, "ix": 10 },
3173
+ "p": {
3174
+ "a": 1,
3175
+ "k": [
3176
+ {
3177
+ "i": { "x": 0.667, "y": 1 },
3178
+ "o": { "x": 0.333, "y": 0 },
3179
+ "t": 55,
3180
+ "s": [50, 50, 0],
3181
+ "to": [4.622, 0, 0],
3182
+ "ti": [-4.622, 0, 0]
3183
+ },
3184
+ {
3185
+ "i": { "x": 0.667, "y": 0.667 },
3186
+ "o": { "x": 0.333, "y": 0.333 },
3187
+ "t": 56,
3188
+ "s": [77.73, 50, 0],
3189
+ "to": [0, 0, 0],
3190
+ "ti": [0, 0, 0]
3191
+ },
3192
+ {
3193
+ "i": { "x": 0.09, "y": 1 },
3194
+ "o": { "x": 0.333, "y": 0 },
3195
+ "t": 59,
3196
+ "s": [77.73, 50, 0],
3197
+ "to": [-4.622, 0, 0],
3198
+ "ti": [4.622, 0, 0]
3199
+ },
3200
+ { "t": 70, "s": [50, 50, 0] }
3201
+ ],
3202
+ "ix": 2
3203
+ },
3204
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
3205
+ "s": {
3206
+ "a": 1,
3207
+ "k": [
3208
+ {
3209
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3210
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3211
+ "t": 51,
3212
+ "s": [49, 100, 100]
3213
+ },
3214
+ {
3215
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3216
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3217
+ "t": 55,
3218
+ "s": [0, 100, 100]
3219
+ },
3220
+ {
3221
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
3222
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3223
+ "t": 59,
3224
+ "s": [100, 100, 100]
3225
+ },
3226
+ { "t": 70, "s": [49, 100, 100] }
3227
+ ],
3228
+ "ix": 6
3229
+ }
3230
+ },
3231
+ "ao": 0,
3232
+ "shapes": [
3233
+ {
3234
+ "ty": "gr",
3235
+ "it": [
3236
+ {
3237
+ "d": 1,
3238
+ "ty": "el",
3239
+ "s": { "a": 0, "k": [332, 332], "ix": 2 },
3240
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
3241
+ "nm": "Ellipse Path 1",
3242
+ "mn": "ADBE Vector Shape - Ellipse",
3243
+ "hd": false
3244
+ },
3245
+ {
3246
+ "ty": "st",
3247
+ "c": {
3248
+ "a": 0,
3249
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3250
+ "ix": 3
3251
+ },
3252
+ "o": { "a": 0, "k": 100, "ix": 4 },
3253
+ "w": { "a": 0, "k": 0, "ix": 5 },
3254
+ "lc": 1,
3255
+ "lj": 1,
3256
+ "ml": 4,
3257
+ "bm": 0,
3258
+ "nm": "Stroke 1",
3259
+ "mn": "ADBE Vector Graphic - Stroke",
3260
+ "hd": false
3261
+ },
3262
+ {
3263
+ "ty": "fl",
3264
+ "c": {
3265
+ "a": 0,
3266
+ "k": [0.945098876953, 0.709808349609, 0.517639160156, 1],
3267
+ "ix": 4
3268
+ },
3269
+ "o": { "a": 0, "k": 100, "ix": 5 },
3270
+ "r": 1,
3271
+ "bm": 0,
3272
+ "nm": "Fill 1",
3273
+ "mn": "ADBE Vector Graphic - Fill",
3274
+ "hd": false
3275
+ },
3276
+ {
3277
+ "ty": "tr",
3278
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3279
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3280
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3281
+ "r": { "a": 0, "k": 0, "ix": 6 },
3282
+ "o": { "a": 0, "k": 100, "ix": 7 },
3283
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3284
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3285
+ "nm": "Transform"
3286
+ }
3287
+ ],
3288
+ "nm": "Ellipse 1",
3289
+ "np": 3,
3290
+ "cix": 2,
3291
+ "bm": 0,
3292
+ "ix": 1,
3293
+ "mn": "ADBE Vector Group",
3294
+ "hd": false
3295
+ }
3296
+ ],
3297
+ "ip": -9,
3298
+ "op": 171,
3299
+ "st": -9,
3300
+ "bm": 0
3301
+ },
3302
+ {
3303
+ "ddd": 0,
3304
+ "ind": 11,
3305
+ "ty": 4,
3306
+ "nm": "Thickness",
3307
+ "parent": 4,
3308
+ "sr": 1,
3309
+ "ks": {
3310
+ "o": { "a": 0, "k": 100, "ix": 11 },
3311
+ "r": { "a": 0, "k": 0, "ix": 10 },
3312
+ "p": {
3313
+ "a": 1,
3314
+ "k": [
3315
+ {
3316
+ "i": { "x": 0.667, "y": 1 },
3317
+ "o": { "x": 0.333, "y": 0 },
3318
+ "t": 56,
3319
+ "s": [50, 50, 0],
3320
+ "to": [4.333, 0, 0],
3321
+ "ti": [0, 0, 0]
3322
+ },
3323
+ {
3324
+ "i": { "x": 0.09, "y": 1 },
3325
+ "o": { "x": 0.333, "y": 0 },
3326
+ "t": 59,
3327
+ "s": [76, 50, 0],
3328
+ "to": [0, 0, 0],
3329
+ "ti": [4.333, 0, 0]
3330
+ },
3331
+ { "t": 70, "s": [50, 50, 0] }
3332
+ ],
3333
+ "ix": 2
3334
+ },
3335
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
3336
+ "s": {
3337
+ "a": 1,
3338
+ "k": [
3339
+ {
3340
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3341
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3342
+ "t": 56,
3343
+ "s": [90, 100, 100]
3344
+ },
3345
+ {
3346
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
3347
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3348
+ "t": 59,
3349
+ "s": [0, 100, 100]
3350
+ },
3351
+ { "t": 70, "s": [90, 100, 100] }
3352
+ ],
3353
+ "ix": 6
3354
+ }
3355
+ },
3356
+ "ao": 0,
3357
+ "shapes": [
3358
+ {
3359
+ "ty": "gr",
3360
+ "it": [
3361
+ {
3362
+ "ty": "rc",
3363
+ "d": 1,
3364
+ "s": { "a": 0, "k": [33, 332], "ix": 2 },
3365
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
3366
+ "r": { "a": 0, "k": 0, "ix": 4 },
3367
+ "nm": "Rectangle Path 1",
3368
+ "mn": "ADBE Vector Shape - Rect",
3369
+ "hd": false
3370
+ },
3371
+ {
3372
+ "ty": "st",
3373
+ "c": {
3374
+ "a": 0,
3375
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3376
+ "ix": 3
3377
+ },
3378
+ "o": { "a": 0, "k": 100, "ix": 4 },
3379
+ "w": { "a": 0, "k": 0, "ix": 5 },
3380
+ "lc": 1,
3381
+ "lj": 1,
3382
+ "ml": 4,
3383
+ "bm": 0,
3384
+ "nm": "Stroke 1",
3385
+ "mn": "ADBE Vector Graphic - Stroke",
3386
+ "hd": false
3387
+ },
3388
+ {
3389
+ "ty": "fl",
3390
+ "c": {
3391
+ "a": 0,
3392
+ "k": [0.588226318359, 0.290191650391, 0.103912353516, 1],
3393
+ "ix": 4
3394
+ },
3395
+ "o": { "a": 0, "k": 100, "ix": 5 },
3396
+ "r": 1,
3397
+ "bm": 0,
3398
+ "nm": "Fill 1",
3399
+ "mn": "ADBE Vector Graphic - Fill",
3400
+ "hd": false
3401
+ },
3402
+ {
3403
+ "ty": "tr",
3404
+ "p": { "a": 0, "k": [14.074, 0], "ix": 2 },
3405
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3406
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3407
+ "r": { "a": 0, "k": 0, "ix": 6 },
3408
+ "o": { "a": 0, "k": 100, "ix": 7 },
3409
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3410
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3411
+ "nm": "Transform"
3412
+ }
3413
+ ],
3414
+ "nm": "Rectangle 1",
3415
+ "np": 3,
3416
+ "cix": 2,
3417
+ "bm": 0,
3418
+ "ix": 1,
3419
+ "mn": "ADBE Vector Group",
3420
+ "hd": false
3421
+ }
3422
+ ],
3423
+ "ip": -9,
3424
+ "op": 171,
3425
+ "st": -9,
3426
+ "bm": 0
3427
+ },
3428
+ {
3429
+ "ddd": 0,
3430
+ "ind": 12,
3431
+ "ty": 4,
3432
+ "nm": "Back",
3433
+ "parent": 4,
3434
+ "sr": 1,
3435
+ "ks": {
3436
+ "o": { "a": 0, "k": 100, "ix": 11 },
3437
+ "r": { "a": 0, "k": 0, "ix": 10 },
3438
+ "p": {
3439
+ "a": 1,
3440
+ "k": [
3441
+ {
3442
+ "i": { "x": 0.667, "y": 1 },
3443
+ "o": { "x": 0.333, "y": 0 },
3444
+ "t": 55,
3445
+ "s": [79.4, 50, 0],
3446
+ "to": [-5.278, 0, 0],
3447
+ "ti": [0.333, 0, 0]
3448
+ },
3449
+ {
3450
+ "i": { "x": 0.667, "y": 1 },
3451
+ "o": { "x": 0.333, "y": 0 },
3452
+ "t": 56,
3453
+ "s": [47.73, 50, 0],
3454
+ "to": [-0.333, 0, 0],
3455
+ "ti": [-5.278, 0, 0]
3456
+ },
3457
+ {
3458
+ "i": { "x": 0.09, "y": 1 },
3459
+ "o": { "x": 0.333, "y": 0 },
3460
+ "t": 59,
3461
+ "s": [77.4, 50, 0],
3462
+ "to": [5.278, 0, 0],
3463
+ "ti": [-0.333, 0, 0]
3464
+ },
3465
+ { "t": 70, "s": [79.4, 50, 0] }
3466
+ ],
3467
+ "ix": 2
3468
+ },
3469
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
3470
+ "s": {
3471
+ "a": 1,
3472
+ "k": [
3473
+ {
3474
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3475
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3476
+ "t": 51,
3477
+ "s": [49, 100, 100]
3478
+ },
3479
+ {
3480
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3481
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3482
+ "t": 55,
3483
+ "s": [0, 100, 100]
3484
+ },
3485
+ {
3486
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
3487
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3488
+ "t": 59,
3489
+ "s": [100, 100, 100]
3490
+ },
3491
+ { "t": 70, "s": [49, 100, 100] }
3492
+ ],
3493
+ "ix": 6
3494
+ }
3495
+ },
3496
+ "ao": 0,
3497
+ "shapes": [
3498
+ {
3499
+ "ty": "gr",
3500
+ "it": [
3501
+ {
3502
+ "d": 1,
3503
+ "ty": "el",
3504
+ "s": { "a": 0, "k": [332, 332], "ix": 2 },
3505
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
3506
+ "nm": "Ellipse Path 1",
3507
+ "mn": "ADBE Vector Shape - Ellipse",
3508
+ "hd": false
3509
+ },
3510
+ {
3511
+ "ty": "st",
3512
+ "c": {
3513
+ "a": 0,
3514
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3515
+ "ix": 3
3516
+ },
3517
+ "o": { "a": 0, "k": 100, "ix": 4 },
3518
+ "w": { "a": 0, "k": 0, "ix": 5 },
3519
+ "lc": 1,
3520
+ "lj": 1,
3521
+ "ml": 4,
3522
+ "bm": 0,
3523
+ "nm": "Stroke 1",
3524
+ "mn": "ADBE Vector Graphic - Stroke",
3525
+ "hd": false
3526
+ },
3527
+ {
3528
+ "ty": "fl",
3529
+ "c": {
3530
+ "a": 0,
3531
+ "k": [0.588226318359, 0.290191650391, 0.103912353516, 1],
3532
+ "ix": 4
3533
+ },
3534
+ "o": { "a": 0, "k": 100, "ix": 5 },
3535
+ "r": 1,
3536
+ "bm": 0,
3537
+ "nm": "Fill 1",
3538
+ "mn": "ADBE Vector Graphic - Fill",
3539
+ "hd": false
3540
+ },
3541
+ {
3542
+ "ty": "tr",
3543
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3544
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3545
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3546
+ "r": { "a": 0, "k": 0, "ix": 6 },
3547
+ "o": { "a": 0, "k": 100, "ix": 7 },
3548
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3549
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3550
+ "nm": "Transform"
3551
+ }
3552
+ ],
3553
+ "nm": "Ellipse 1",
3554
+ "np": 3,
3555
+ "cix": 2,
3556
+ "bm": 0,
3557
+ "ix": 1,
3558
+ "mn": "ADBE Vector Group",
3559
+ "hd": false
3560
+ }
3561
+ ],
3562
+ "ip": -9,
3563
+ "op": 171,
3564
+ "st": -9,
3565
+ "bm": 0
3566
+ },
3567
+ {
3568
+ "ddd": 0,
3569
+ "ind": 13,
3570
+ "ty": 4,
3571
+ "nm": "Arrow-front 6",
3572
+ "parent": 2,
3573
+ "sr": 1,
3574
+ "ks": {
3575
+ "o": { "a": 0, "k": 100, "ix": 11 },
3576
+ "r": { "a": 0, "k": 0, "ix": 10 },
3577
+ "p": { "a": 0, "k": [194.28, -0.28, 0], "ix": 2 },
3578
+ "a": { "a": 0, "k": [253.825, 499.835, 0], "ix": 1 },
3579
+ "s": { "a": 0, "k": [-169.492, 169.492, 100], "ix": 6 }
3580
+ },
3581
+ "ao": 0,
3582
+ "shapes": [
3583
+ {
3584
+ "ty": "gr",
3585
+ "it": [
3586
+ {
3587
+ "ty": "gr",
3588
+ "it": [
3589
+ {
3590
+ "ind": 0,
3591
+ "ty": "sh",
3592
+ "ix": 1,
3593
+ "ks": {
3594
+ "a": 0,
3595
+ "k": {
3596
+ "i": [
3597
+ [0, 0],
3598
+ [0, 0],
3599
+ [0, 0],
3600
+ [0, 0]
3601
+ ],
3602
+ "o": [
3603
+ [0, 0],
3604
+ [0, 0],
3605
+ [0, 0],
3606
+ [0, 0]
3607
+ ],
3608
+ "v": [
3609
+ [-4.219, 4.219],
3610
+ [-10.455, -16.08],
3611
+ [-16.08, 16.08],
3612
+ [16.08, 10.455]
3613
+ ],
3614
+ "c": true
3615
+ },
3616
+ "ix": 2
3617
+ },
3618
+ "nm": "Path 1",
3619
+ "mn": "ADBE Vector Shape - Group",
3620
+ "hd": false
3621
+ },
3622
+ {
3623
+ "ty": "fl",
3624
+ "c": {
3625
+ "a": 0,
3626
+ "k": [0.972549019608, 0.552941176471, 0.498039215686, 1],
3627
+ "ix": 4
3628
+ },
3629
+ "o": { "a": 0, "k": 100, "ix": 5 },
3630
+ "r": 1,
3631
+ "bm": 0,
3632
+ "nm": "Fill 1",
3633
+ "mn": "ADBE Vector Graphic - Fill",
3634
+ "hd": false
3635
+ },
3636
+ {
3637
+ "ty": "tr",
3638
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3639
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3640
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
3641
+ "r": { "a": 0, "k": 45, "ix": 6 },
3642
+ "o": { "a": 0, "k": 100, "ix": 7 },
3643
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3644
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3645
+ "nm": "Transform"
3646
+ }
3647
+ ],
3648
+ "nm": "Rectangle 1805",
3649
+ "np": 2,
3650
+ "cix": 2,
3651
+ "bm": 0,
3652
+ "ix": 1,
3653
+ "mn": "ADBE Vector Group",
3654
+ "hd": false
3655
+ },
3656
+ {
3657
+ "ty": "tr",
3658
+ "p": { "a": 0, "k": [352.215, 499.835], "ix": 2 },
3659
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3660
+ "s": { "a": 0, "k": [-41.3, 41.3], "ix": 3 },
3661
+ "r": { "a": 0, "k": 0, "ix": 6 },
3662
+ "o": {
3663
+ "a": 1,
3664
+ "k": [
3665
+ {
3666
+ "i": { "x": [0.833], "y": [0.833] },
3667
+ "o": { "x": [0.167], "y": [0.167] },
3668
+ "t": 20,
3669
+ "s": [100]
3670
+ },
3671
+ { "t": 21, "s": [0] }
3672
+ ],
3673
+ "ix": 7
3674
+ },
3675
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3676
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3677
+ "nm": "Transform"
3678
+ }
3679
+ ],
3680
+ "nm": "Tip",
3681
+ "np": 1,
3682
+ "cix": 2,
3683
+ "bm": 0,
3684
+ "ix": 1,
3685
+ "mn": "ADBE Vector Group",
3686
+ "hd": false
3687
+ },
3688
+ {
3689
+ "ty": "gr",
3690
+ "it": [
3691
+ {
3692
+ "ty": "gr",
3693
+ "it": [
3694
+ {
3695
+ "ind": 0,
3696
+ "ty": "sh",
3697
+ "ix": 1,
3698
+ "ks": {
3699
+ "a": 1,
3700
+ "k": [
3701
+ {
3702
+ "i": { "x": 0.833, "y": 0.833 },
3703
+ "o": { "x": 0.167, "y": 0.167 },
3704
+ "t": 21,
3705
+ "s": [
3706
+ {
3707
+ "i": [
3708
+ [0, 0],
3709
+ [0, 0]
3710
+ ],
3711
+ "o": [
3712
+ [0, 0],
3713
+ [0, 0]
3714
+ ],
3715
+ "v": [
3716
+ [90, -12],
3717
+ [472, -12]
3718
+ ],
3719
+ "c": false
3720
+ }
3721
+ ]
3722
+ },
3723
+ {
3724
+ "i": { "x": 0.833, "y": 0.833 },
3725
+ "o": { "x": 0.167, "y": 0.167 },
3726
+ "t": 22.833,
3727
+ "s": [
3728
+ {
3729
+ "i": [
3730
+ [0, 0],
3731
+ [-306.654, 14.463]
3732
+ ],
3733
+ "o": [
3734
+ [0, 0],
3735
+ [82.639, -3.898]
3736
+ ],
3737
+ "v": [
3738
+ [90, -12],
3739
+ [472.131, -14.497]
3740
+ ],
3741
+ "c": false
3742
+ }
3743
+ ]
3744
+ },
3745
+ {
3746
+ "i": { "x": 0.833, "y": 0.833 },
3747
+ "o": { "x": 0.167, "y": 0.167 },
3748
+ "t": 24.667,
3749
+ "s": [
3750
+ {
3751
+ "i": [
3752
+ [0, 0],
3753
+ [-302.459, -8.291]
3754
+ ],
3755
+ "o": [
3756
+ [0, 0],
3757
+ [82.7, 2.267]
3758
+ ],
3759
+ "v": [
3760
+ [90, -12],
3761
+ [472.805, -9.517]
3762
+ ],
3763
+ "c": false
3764
+ }
3765
+ ]
3766
+ },
3767
+ {
3768
+ "t": 26.5,
3769
+ "s": [
3770
+ {
3771
+ "i": [
3772
+ [0, 0],
3773
+ [0, 0]
3774
+ ],
3775
+ "o": [
3776
+ [0, 0],
3777
+ [0, 0]
3778
+ ],
3779
+ "v": [
3780
+ [90, -12],
3781
+ [472, -12]
3782
+ ],
3783
+ "c": false
3784
+ }
3785
+ ]
3786
+ }
3787
+ ],
3788
+ "ix": 2
3789
+ },
3790
+ "nm": "Path 1",
3791
+ "mn": "ADBE Vector Shape - Group",
3792
+ "hd": false
3793
+ },
3794
+ {
3795
+ "ty": "st",
3796
+ "c": {
3797
+ "a": 0,
3798
+ "k": [0.354411764706, 0.207133214614, 0.107610223808, 1],
3799
+ "ix": 3
3800
+ },
3801
+ "o": { "a": 0, "k": 100, "ix": 4 },
3802
+ "w": { "a": 0, "k": 15, "ix": 5 },
3803
+ "lc": 2,
3804
+ "lj": 1,
3805
+ "ml": 4,
3806
+ "bm": 0,
3807
+ "nm": "Stroke 1",
3808
+ "mn": "ADBE Vector Graphic - Stroke",
3809
+ "hd": false
3810
+ },
3811
+ {
3812
+ "ty": "tr",
3813
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3814
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3815
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3816
+ "r": { "a": 0, "k": 0, "ix": 6 },
3817
+ "o": { "a": 0, "k": 100, "ix": 7 },
3818
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3819
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3820
+ "nm": "Transform"
3821
+ }
3822
+ ],
3823
+ "nm": "Shape 1",
3824
+ "np": 3,
3825
+ "cix": 2,
3826
+ "bm": 0,
3827
+ "ix": 1,
3828
+ "mn": "ADBE Vector Group",
3829
+ "hd": false
3830
+ },
3831
+ {
3832
+ "ty": "tr",
3833
+ "p": { "a": 0, "k": [365.62, 500], "ix": 2 },
3834
+ "a": { "a": 0, "k": [90, -12], "ix": 1 },
3835
+ "s": { "a": 0, "k": [-59, 59], "ix": 3 },
3836
+ "r": {
3837
+ "a": 1,
3838
+ "k": [
3839
+ {
3840
+ "i": { "x": [0.833], "y": [0.833] },
3841
+ "o": { "x": [0.167], "y": [0.167] },
3842
+ "t": 21,
3843
+ "s": [0]
3844
+ },
3845
+ {
3846
+ "i": { "x": [0.833], "y": [0.833] },
3847
+ "o": { "x": [0.167], "y": [0.167] },
3848
+ "t": 22.833,
3849
+ "s": [3]
3850
+ },
3851
+ {
3852
+ "i": { "x": [0.833], "y": [0.833] },
3853
+ "o": { "x": [0.167], "y": [0.167] },
3854
+ "t": 24.667,
3855
+ "s": [-2]
3856
+ },
3857
+ { "t": 26.5, "s": [0] }
3858
+ ],
3859
+ "ix": 6
3860
+ },
3861
+ "o": { "a": 0, "k": 100, "ix": 7 },
3862
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3863
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3864
+ "nm": "Transform"
3865
+ }
3866
+ ],
3867
+ "nm": "Body",
3868
+ "np": 1,
3869
+ "cix": 2,
3870
+ "bm": 0,
3871
+ "ix": 2,
3872
+ "mn": "ADBE Vector Group",
3873
+ "hd": false
3874
+ },
3875
+ {
3876
+ "ty": "gr",
3877
+ "it": [
3878
+ {
3879
+ "ty": "gr",
3880
+ "it": [
3881
+ {
3882
+ "ty": "gr",
3883
+ "it": [
3884
+ {
3885
+ "ind": 0,
3886
+ "ty": "sh",
3887
+ "ix": 1,
3888
+ "ks": {
3889
+ "a": 0,
3890
+ "k": {
3891
+ "i": [
3892
+ [0, 0],
3893
+ [0, 0],
3894
+ [0, 0],
3895
+ [0, 0]
3896
+ ],
3897
+ "o": [
3898
+ [0, 0],
3899
+ [0, 0],
3900
+ [0, 0],
3901
+ [0, 0]
3902
+ ],
3903
+ "v": [
3904
+ [12.5, -5],
3905
+ [-22.5, -5],
3906
+ [-12.5, 7],
3907
+ [22.5, 7]
3908
+ ],
3909
+ "c": true
3910
+ },
3911
+ "ix": 2
3912
+ },
3913
+ "nm": "Path 1",
3914
+ "mn": "ADBE Vector Shape - Group",
3915
+ "hd": false
3916
+ },
3917
+ {
3918
+ "ty": "fl",
3919
+ "c": {
3920
+ "a": 0,
3921
+ "k": [0.974487304688, 0.551137647442, 0.498016357422, 1],
3922
+ "ix": 4
3923
+ },
3924
+ "o": { "a": 0, "k": 100, "ix": 5 },
3925
+ "r": 1,
3926
+ "bm": 0,
3927
+ "nm": "Fill 1",
3928
+ "mn": "ADBE Vector Graphic - Fill",
3929
+ "hd": false
3930
+ },
3931
+ {
3932
+ "ty": "tr",
3933
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3934
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3935
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
3936
+ "r": { "a": 0, "k": 0, "ix": 6 },
3937
+ "o": { "a": 0, "k": 100, "ix": 7 },
3938
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3939
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3940
+ "nm": "Transform"
3941
+ }
3942
+ ],
3943
+ "nm": "Rectangle 1808",
3944
+ "np": 2,
3945
+ "cix": 2,
3946
+ "bm": 0,
3947
+ "ix": 1,
3948
+ "mn": "ADBE Vector Group",
3949
+ "hd": false
3950
+ },
3951
+ {
3952
+ "ty": "tr",
3953
+ "p": { "a": 0, "k": [372.5, 171], "ix": 2 },
3954
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3955
+ "s": { "a": 0, "k": [-100, -100], "ix": 3 },
3956
+ "r": { "a": 0, "k": 0, "ix": 6 },
3957
+ "o": { "a": 0, "k": 100, "ix": 7 },
3958
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3959
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3960
+ "nm": "Transform"
3961
+ }
3962
+ ],
3963
+ "nm": "Bottom",
3964
+ "np": 1,
3965
+ "cix": 2,
3966
+ "bm": 0,
3967
+ "ix": 1,
3968
+ "mn": "ADBE Vector Group",
3969
+ "hd": false
3970
+ },
3971
+ {
3972
+ "ty": "gr",
3973
+ "it": [
3974
+ {
3975
+ "ty": "gr",
3976
+ "it": [
3977
+ {
3978
+ "ind": 0,
3979
+ "ty": "sh",
3980
+ "ix": 1,
3981
+ "ks": {
3982
+ "a": 0,
3983
+ "k": {
3984
+ "i": [
3985
+ [0, 0],
3986
+ [0, 0],
3987
+ [0, 0],
3988
+ [0, 0]
3989
+ ],
3990
+ "o": [
3991
+ [0, 0],
3992
+ [0, 0],
3993
+ [0, 0],
3994
+ [0, 0]
3995
+ ],
3996
+ "v": [
3997
+ [23, -5],
3998
+ [-12, -5],
3999
+ [-23, 7],
4000
+ [12, 7]
4001
+ ],
4002
+ "c": true
4003
+ },
4004
+ "ix": 2
4005
+ },
4006
+ "nm": "Path 1",
4007
+ "mn": "ADBE Vector Shape - Group",
4008
+ "hd": false
4009
+ },
4010
+ {
4011
+ "ty": "fl",
4012
+ "c": {
4013
+ "a": 0,
4014
+ "k": [0.974487304688, 0.551137647442, 0.498016357422, 1],
4015
+ "ix": 4
4016
+ },
4017
+ "o": { "a": 0, "k": 100, "ix": 5 },
4018
+ "r": 1,
4019
+ "bm": 0,
4020
+ "nm": "Fill 1",
4021
+ "mn": "ADBE Vector Graphic - Fill",
4022
+ "hd": false
4023
+ },
4024
+ {
4025
+ "ty": "tr",
4026
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
4027
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4028
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
4029
+ "r": { "a": 0, "k": 0, "ix": 6 },
4030
+ "o": { "a": 0, "k": 100, "ix": 7 },
4031
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4032
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4033
+ "nm": "Transform"
4034
+ }
4035
+ ],
4036
+ "nm": "Rectangle 1807",
4037
+ "np": 2,
4038
+ "cix": 2,
4039
+ "bm": 0,
4040
+ "ix": 1,
4041
+ "mn": "ADBE Vector Group",
4042
+ "hd": false
4043
+ },
4044
+ {
4045
+ "ty": "tr",
4046
+ "p": { "a": 0, "k": [374, 129], "ix": 2 },
4047
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4048
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
4049
+ "r": { "a": 0, "k": 0, "ix": 6 },
4050
+ "o": { "a": 0, "k": 100, "ix": 7 },
4051
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4052
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4053
+ "nm": "Transform"
4054
+ }
4055
+ ],
4056
+ "nm": "Top",
4057
+ "np": 1,
4058
+ "cix": 2,
4059
+ "bm": 0,
4060
+ "ix": 2,
4061
+ "mn": "ADBE Vector Group",
4062
+ "hd": false
4063
+ },
4064
+ {
4065
+ "ty": "tr",
4066
+ "p": {
4067
+ "a": 1,
4068
+ "k": [
4069
+ {
4070
+ "i": { "x": 0.833, "y": 0.833 },
4071
+ "o": { "x": 0.167, "y": 0.167 },
4072
+ "t": 21,
4073
+ "s": [208.68, 500],
4074
+ "to": [0, -1],
4075
+ "ti": [0, -0.667]
4076
+ },
4077
+ {
4078
+ "i": { "x": 0.833, "y": 0.833 },
4079
+ "o": { "x": 0.167, "y": 0.167 },
4080
+ "t": 23,
4081
+ "s": [208.68, 494],
4082
+ "to": [0, 0.667],
4083
+ "ti": [0, -1]
4084
+ },
4085
+ {
4086
+ "i": { "x": 0.833, "y": 0.833 },
4087
+ "o": { "x": 0.167, "y": 0.167 },
4088
+ "t": 25,
4089
+ "s": [208.68, 504],
4090
+ "to": [0, 1],
4091
+ "ti": [0, 0.667]
4092
+ },
4093
+ { "t": 27, "s": [208.68, 500] }
4094
+ ],
4095
+ "ix": 2
4096
+ },
4097
+ "a": { "a": 0, "k": [305, 150], "ix": 1 },
4098
+ "s": { "a": 0, "k": [-59, 59], "ix": 3 },
4099
+ "r": {
4100
+ "a": 1,
4101
+ "k": [
4102
+ {
4103
+ "i": { "x": [0.833], "y": [0.833] },
4104
+ "o": { "x": [0.167], "y": [0.167] },
4105
+ "t": 21,
4106
+ "s": [0]
4107
+ },
4108
+ {
4109
+ "i": { "x": [0.833], "y": [0.833] },
4110
+ "o": { "x": [0.167], "y": [0.167] },
4111
+ "t": 23,
4112
+ "s": [4]
4113
+ },
4114
+ {
4115
+ "i": { "x": [0.833], "y": [0.833] },
4116
+ "o": { "x": [0.167], "y": [0.167] },
4117
+ "t": 25,
4118
+ "s": [-3]
4119
+ },
4120
+ { "t": 27, "s": [0] }
4121
+ ],
4122
+ "ix": 6
4123
+ },
4124
+ "o": { "a": 0, "k": 100, "ix": 7 },
4125
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4126
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4127
+ "nm": "Transform"
4128
+ }
4129
+ ],
4130
+ "nm": "Feather",
4131
+ "np": 2,
4132
+ "cix": 2,
4133
+ "bm": 0,
4134
+ "ix": 3,
4135
+ "mn": "ADBE Vector Group",
4136
+ "hd": false
4137
+ }
4138
+ ],
4139
+ "ip": 55,
4140
+ "op": 59,
4141
+ "st": -9,
4142
+ "bm": 0
4143
+ }
4144
+ ]
4145
+ }
4146
+ ],
4147
+ "layers": [
4148
+ {
4149
+ "ddd": 0,
4150
+ "ind": 12,
4151
+ "ty": 0,
4152
+ "nm": "B1",
4153
+ "refId": "comp_0",
4154
+ "sr": 1,
4155
+ "ks": {
4156
+ "o": { "a": 0, "k": 100, "ix": 11 },
4157
+ "r": { "a": 0, "k": 0, "ix": 10 },
4158
+ "p": {
4159
+ "s": true,
4160
+ "x": { "a": 0, "k": 701, "ix": 3 },
4161
+ "y": { "a": 0, "k": 328.5, "ix": 4 }
4162
+ },
4163
+ "a": { "a": 0, "k": [701, 500, 0], "ix": 1 },
4164
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
4165
+ },
4166
+ "ao": 0,
4167
+ "w": 1402,
4168
+ "h": 1000,
4169
+ "ip": 0,
4170
+ "op": 118,
4171
+ "st": 0,
4172
+ "bm": 0
4173
+ }
4174
+ ],
4175
+ "markers": []
4176
+ }