@cuemath/leap 3.1.0-gg2 → 3.1.1-aa0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (395) hide show
  1. package/dist/assets/gif/gif.js +22 -22
  2. package/dist/assets/gif/gif.js.map +1 -1
  3. package/dist/assets/illustrations/illustrations.js +128 -127
  4. package/dist/assets/illustrations/illustrations.js.map +1 -1
  5. package/dist/assets/images/images.js +32 -32
  6. package/dist/assets/images/images.js.map +1 -1
  7. package/dist/assets/line-icons/icons/check.js +3 -3
  8. package/dist/assets/line-icons/icons/check.js.map +1 -1
  9. package/dist/assets/line-icons/icons/puzzle-icon.js +51 -0
  10. package/dist/assets/line-icons/icons/puzzle-icon.js.map +1 -0
  11. package/dist/assets/line-icons/icons/share.js +48 -0
  12. package/dist/assets/line-icons/icons/share.js.map +1 -0
  13. package/dist/assets/line-icons/icons/tile.js +54 -0
  14. package/dist/assets/line-icons/icons/tile.js.map +1 -0
  15. package/dist/assets/lottie/lottie.js +86 -86
  16. package/dist/assets/lottie/lottie.js.map +1 -1
  17. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +34 -32
  18. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -1
  19. package/dist/features/chapters-v2/chapter-details/chapter-details.js +47 -45
  20. package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -1
  21. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js +11 -11
  22. package/dist/features/chapters-v2/comps/node-card/node-card-tags.js.map +1 -1
  23. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js +47 -46
  24. package/dist/features/chapters-v2/comps/node-card/student-actions/student-actions.js.map +1 -1
  25. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js +165 -124
  26. package/dist/features/chapters-v2/comps/node-card/teacher-actions/teacher-actions.js.map +1 -1
  27. package/dist/features/chapters-v2/utils/node-card-utils.js +41 -41
  28. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  29. package/dist/features/cue-canvas/bottombar/homework-controls.js +73 -0
  30. package/dist/features/cue-canvas/bottombar/homework-controls.js.map +1 -0
  31. package/dist/features/cue-canvas/cue-canvas-context.js +8 -5
  32. package/dist/features/cue-canvas/cue-canvas-context.js.map +1 -1
  33. package/dist/features/cue-canvas/cue-canvas-core.js +86 -81
  34. package/dist/features/cue-canvas/cue-canvas-core.js.map +1 -1
  35. package/dist/features/cue-canvas/cue-canvas-helpers.js +31 -25
  36. package/dist/features/cue-canvas/cue-canvas-helpers.js.map +1 -1
  37. package/dist/features/cue-canvas/cue-canvas-provider.js +14 -12
  38. package/dist/features/cue-canvas/cue-canvas-provider.js.map +1 -1
  39. package/dist/features/cue-canvas/cue-canvas.js +81 -67
  40. package/dist/features/cue-canvas/cue-canvas.js.map +1 -1
  41. package/dist/features/cue-canvas/cue-cavas-styled.js +45 -42
  42. package/dist/features/cue-canvas/cue-cavas-styled.js.map +1 -1
  43. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +61 -54
  44. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
  45. package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js +18 -14
  46. package/dist/features/cue-canvas/hooks/use-cue-canvas-actions.js.map +1 -1
  47. package/dist/features/cue-canvas/hooks/use-upload-helper.js +23 -0
  48. package/dist/features/cue-canvas/hooks/use-upload-helper.js.map +1 -0
  49. package/dist/features/cue-canvas/sidebar/homework/helper.js +20 -0
  50. package/dist/features/cue-canvas/sidebar/homework/helper.js.map +1 -0
  51. package/dist/features/cue-canvas/sidebar/homework/homework-menu.js +33 -0
  52. package/dist/features/cue-canvas/sidebar/homework/homework-menu.js.map +1 -0
  53. package/dist/features/cue-canvas/sidebar/homework/homework-request.js +68 -0
  54. package/dist/features/cue-canvas/sidebar/homework/homework-request.js.map +1 -0
  55. package/dist/features/cue-canvas/sidebar/homework/homework-styled.js +25 -0
  56. package/dist/features/cue-canvas/sidebar/homework/homework-styled.js.map +1 -0
  57. package/dist/features/cue-canvas/sidebar/homework/homework.js +39 -0
  58. package/dist/features/cue-canvas/sidebar/homework/homework.js.map +1 -0
  59. package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js +13 -0
  60. package/dist/features/cue-canvas/sidebar/puzzles/api/get-puzzles.js.map +1 -0
  61. package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js +60 -0
  62. package/dist/features/cue-canvas/sidebar/puzzles/filter-selection-menu.js.map +1 -0
  63. package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js +44 -0
  64. package/dist/features/cue-canvas/sidebar/puzzles/filters-section.js.map +1 -0
  65. package/dist/features/cue-canvas/sidebar/puzzles/filters.js +107 -0
  66. package/dist/features/cue-canvas/sidebar/puzzles/filters.js.map +1 -0
  67. package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js +42 -0
  68. package/dist/features/cue-canvas/sidebar/puzzles/hooks/use-fetch-cue-canvas-activity.js.map +1 -0
  69. package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js +84 -0
  70. package/dist/features/cue-canvas/sidebar/puzzles/launch-puzzle.js.map +1 -0
  71. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js +36 -0
  72. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu-header.js.map +1 -0
  73. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js +133 -0
  74. package/dist/features/cue-canvas/sidebar/puzzles/puzzle-menu.js.map +1 -0
  75. package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js +96 -0
  76. package/dist/features/cue-canvas/sidebar/puzzles/puzzles-styled.js.map +1 -0
  77. package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js +29 -0
  78. package/dist/features/cue-canvas/sidebar/puzzles/puzzles.js.map +1 -0
  79. package/dist/features/cue-canvas/sidebar/puzzles/utils.js +120 -0
  80. package/dist/features/cue-canvas/sidebar/puzzles/utils.js.map +1 -0
  81. package/dist/features/cue-canvas/sidebar/sidebar-styled.js +32 -0
  82. package/dist/features/cue-canvas/sidebar/sidebar-styled.js.map +1 -0
  83. package/dist/features/cue-canvas/sidebar/sidebar.js +29 -0
  84. package/dist/features/cue-canvas/sidebar/sidebar.js.map +1 -0
  85. package/dist/features/cue-canvas/sidebar/tiles/tile.js +16 -0
  86. package/dist/features/cue-canvas/sidebar/tiles/tile.js.map +1 -0
  87. package/dist/features/cue-canvas/toolbar/grid-menu.js +13 -13
  88. package/dist/features/cue-canvas/toolbar/grid-menu.js.map +1 -1
  89. package/dist/features/cue-canvas/toolbar/tool.js +22 -20
  90. package/dist/features/cue-canvas/toolbar/tool.js.map +1 -1
  91. package/dist/features/homework/homework-card-view.js +56 -54
  92. package/dist/features/homework/homework-card-view.js.map +1 -1
  93. package/dist/features/homework/homework-card.js +53 -52
  94. package/dist/features/homework/homework-card.js.map +1 -1
  95. package/dist/features/homework/styles.js +5 -4
  96. package/dist/features/homework/styles.js.map +1 -1
  97. package/dist/features/hooks/use-debounce.js +16 -0
  98. package/dist/features/hooks/use-debounce.js.map +1 -0
  99. package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js +38 -36
  100. package/dist/features/milestone/create/comps/add-custom-chapter/course-catalog.js.map +1 -1
  101. package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js +24 -22
  102. package/dist/features/milestone/create/comps/add-custom-chapter/hooks/use-catalog-helpers.js.map +1 -1
  103. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js +23 -22
  104. package/dist/features/milestone/create/comps/chapters-selection-step/chapter-selection-step-v2/chapter-category/chapter-category-container.js.map +1 -1
  105. package/dist/features/milestone/create/comps/chapters-selection-step/utils.js +49 -47
  106. package/dist/features/milestone/create/comps/chapters-selection-step/utils.js.map +1 -1
  107. package/dist/features/milestone/create/comps/class-details-step/class-details-step.js +94 -87
  108. package/dist/features/milestone/create/comps/class-details-step/class-details-step.js.map +1 -1
  109. package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js +13 -12
  110. package/dist/features/milestone/create/comps/class-details-step/class-details-utils.js.map +1 -1
  111. package/dist/features/milestone/create/comps/test-type-step/test-type-step.js +23 -21
  112. package/dist/features/milestone/create/comps/test-type-step/test-type-step.js.map +1 -1
  113. package/dist/features/milestone/create/milestone-create-helpers.js +165 -162
  114. package/dist/features/milestone/create/milestone-create-helpers.js.map +1 -1
  115. package/dist/features/trial-session/comps/pricing/india-pricing/index.js +96 -0
  116. package/dist/features/trial-session/comps/pricing/india-pricing/index.js.map +1 -0
  117. package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js +59 -0
  118. package/dist/features/trial-session/comps/pricing/india-pricing/india-pricing-styled.js.map +1 -0
  119. package/dist/features/trial-session/comps/pricing/pricing.js +36 -35
  120. package/dist/features/trial-session/comps/pricing/pricing.js.map +1 -1
  121. package/dist/features/ui/stepper/stepper.js +7 -7
  122. package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js +22 -19
  123. package/dist/features/worksheet/worksheet/hooks/use-s3-helper.js.map +1 -1
  124. package/dist/index.d.ts +298 -247
  125. package/dist/index.js +184 -180
  126. package/dist/index.js.map +1 -1
  127. package/dist/static/accuracy-meter.99585cba.json +4218 -0
  128. package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
  129. package/dist/static/achievement_bg.0d0555ac.png +0 -0
  130. package/dist/static/advance-mode-segment-lottie.51ff6707.json +1 -0
  131. package/dist/static/alarm-clock-orange.31fb90d9.svg +1 -0
  132. package/dist/static/alarm-clock-purple.06d4911c.svg +1 -0
  133. package/dist/static/alien-1.fc7ba696.svg +1 -0
  134. package/dist/static/alien-2.15fdda07.svg +1 -0
  135. package/dist/static/alien-3.2664a37f.svg +1 -0
  136. package/dist/static/alien-4.06ac66da.svg +1 -0
  137. package/dist/static/ashta.0d3926b2.png +0 -0
  138. package/dist/static/avatar-selected.860ee923.json +1 -0
  139. package/dist/static/awesome.8e1cf046.png +0 -0
  140. package/dist/static/badge_success.2f6c8e65.png +0 -0
  141. package/dist/static/beginner1x.489908a7.json +3508 -0
  142. package/dist/static/bg_empty_resources.63b187fd.png +0 -0
  143. package/dist/static/blue-clip.87cc4543.svg +1 -0
  144. package/dist/static/bobwave.5603c70b.gif +0 -0
  145. package/dist/static/book-green.20f6eed3.svg +1 -0
  146. package/dist/static/book-open-blue.d4f8d08c.svg +5 -0
  147. package/dist/static/book-orange.04bdc75e.svg +1 -0
  148. package/dist/static/book-yellow.c210ac06.svg +1 -0
  149. package/dist/static/bronze-1.da4e4b5f.json +4176 -0
  150. package/dist/static/bronze-2.97f9c639.json +4433 -0
  151. package/dist/static/bronze-3.6a433ebd.json +4786 -0
  152. package/dist/static/bullet-yellow.2f892d88.svg +1 -0
  153. package/dist/static/calendar-blue.e0d52d09.svg +1 -0
  154. package/dist/static/calendar-gray.1c72682a.svg +1 -0
  155. package/dist/static/calendar-green.a2b6a393.svg +1 -0
  156. package/dist/static/caution.5766a967.svg +1 -0
  157. package/dist/static/chapter-1.8a1683a0.svg +1 -0
  158. package/dist/static/chapter-10.c97de4a5.svg +1 -0
  159. package/dist/static/chapter-2.71ac6dfc.svg +1 -0
  160. package/dist/static/chapter-3.003fc901.svg +1 -0
  161. package/dist/static/chapter-4.8abbacd8.svg +1 -0
  162. package/dist/static/chapter-5.c774b439.svg +1 -0
  163. package/dist/static/chapter-6.cb5cf1cb.svg +1 -0
  164. package/dist/static/chapter-7.57b0beb4.svg +1 -0
  165. package/dist/static/chapter-8.68d36477.svg +1 -0
  166. package/dist/static/chapter-9.0c00e26f.svg +1 -0
  167. package/dist/static/chapter-completed.1241399b.json +497 -0
  168. package/dist/static/chapter-header-bg-2.c8d96894.svg +1 -0
  169. package/dist/static/chapter-header-bg.4ed173c2.svg +1 -0
  170. package/dist/static/chatva.d0c57a95.png +0 -0
  171. package/dist/static/circle-cuemath-logo-white.e9fafb91.svg +1 -0
  172. package/dist/static/circle-cuemath-logo.8bcb1ad4.svg +1 -0
  173. package/dist/static/circle-outercircle-bg.65f21460.svg +1 -0
  174. package/dist/static/circular-loader.a5a1a0a6.json +238 -0
  175. package/dist/static/clock-30min.eae818b8.json +1197 -0
  176. package/dist/static/clock-45min.df8adf51.json +1197 -0
  177. package/dist/static/clock-60min.2b48d875.json +1197 -0
  178. package/dist/static/clock-90min.3e557ed7.json +1407 -0
  179. package/dist/static/clock-orange.c144059b.svg +6 -0
  180. package/dist/static/color-1.45101b9a.json +4545 -0
  181. package/dist/static/color-2.ccdc7d0a.json +4828 -0
  182. package/dist/static/color-3.5e8e1422.json +5273 -0
  183. package/dist/static/community-bulb.3b42af21.svg +1 -0
  184. package/dist/static/competitive-arena.b9c40801.json +1 -0
  185. package/dist/static/congrats.75718de8.png +0 -0
  186. package/dist/static/cool.1893941c.png +0 -0
  187. package/dist/static/cosa.46c0c49b.png +0 -0
  188. package/dist/static/crosshair-circle.522a26ea.svg +1 -0
  189. package/dist/static/crown-overlay.11fb073c.svg +1 -0
  190. package/dist/static/crown.c18fa217.svg +1 -0
  191. package/dist/static/cuecoin-gold.bcb8085e.svg +1 -0
  192. package/dist/static/cuemath-app-qr-code.4beefe48.svg +1 -0
  193. package/dist/static/cuemath-app-qr-code.ba6cc09b.svg +1 -0
  194. package/dist/static/cuemath-app-qr-code.d0912fc7.png +0 -0
  195. package/dist/static/default-chapter.8ede1160.png +0 -0
  196. package/dist/static/desktop-with-purple-fill.dfec66cc.svg +1 -0
  197. package/dist/static/difficult.6846c064.json +2755 -0
  198. package/dist/static/dob.9ce3c15b.json +1 -0
  199. package/dist/static/doda.3103971c.png +0 -0
  200. package/dist/static/duration-30min-gray.f6442df4.svg +1 -0
  201. package/dist/static/duration-45min-gray.ad90fb23.svg +1 -0
  202. package/dist/static/duration-60min-gray.874e52a2.svg +1 -0
  203. package/dist/static/duration-90min-gray.32a04cef.svg +1 -0
  204. package/dist/static/dvi.fc7b32a5.png +0 -0
  205. package/dist/static/earth-green.e1329b7a.svg +1 -0
  206. package/dist/static/easy-rescheduling.3a6d1a00.gif +0 -0
  207. package/dist/static/easy.68242ddd.json +2658 -0
  208. package/dist/static/eka.b10a06fa.png +0 -0
  209. package/dist/static/elite-circle.3df58972.json +6876 -0
  210. package/dist/static/ellipse-clip.dfb25608.svg +1 -0
  211. package/dist/static/empty_mix_tests.1d251f07.png +0 -0
  212. package/dist/static/enrichment-mini.fc3c0f83.gif +0 -0
  213. package/dist/static/enrichment.571feac0.gif +0 -0
  214. package/dist/static/error-lottie.b3507a4b.json +5255 -0
  215. package/dist/static/error.cbe1ddde.json +1 -0
  216. package/dist/static/familiar1x.7c9c7f15.json +3046 -0
  217. package/dist/static/female-avatar.b8cd1012.svg +1 -0
  218. package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
  219. package/dist/static/five-min-clock.6be5cc41.json +721 -0
  220. package/dist/static/game-play.4982b0cb.svg +1 -0
  221. package/dist/static/games.47abcb18.gif +0 -0
  222. package/dist/static/globe-with-blue-fill.beae6ca4.svg +1 -0
  223. package/dist/static/gold-1.ab2489fe.json +4176 -0
  224. package/dist/static/gold-2.34045826.json +4441 -0
  225. package/dist/static/gold-3.d704698b.json +4810 -0
  226. package/dist/static/grade-grid-background.b17b4ccb.svg +1 -0
  227. package/dist/static/grade.b3730524.json +1 -0
  228. package/dist/static/graduate-hat.4b49eb44.svg +1 -0
  229. package/dist/static/graduate-icon-pink.01fbfb1b.svg +1 -0
  230. package/dist/static/graduate-pink-filled-bg.c91e9c53.svg +1 -0
  231. package/dist/static/great.2a5dcc34.png +0 -0
  232. package/dist/static/green-balloon.67ac8587.svg +1 -0
  233. package/dist/static/green-face.1b4dd82f.svg +1 -0
  234. package/dist/static/hexo.eab4b9f5.png +0 -0
  235. package/dist/static/infinite-button-bg.5909225e.json +1 -0
  236. package/dist/static/infinite-button-symbol.aa31350c.json +1 -0
  237. package/dist/static/jigii-wave.150a6d18.gif +0 -0
  238. package/dist/static/key.d6846476.json +1 -0
  239. package/dist/static/kudos.b7e2aeb6.png +0 -0
  240. package/dist/static/learn.71b13323.json +1 -0
  241. package/dist/static/learned-shield-gray.1495b0d5.svg +1 -0
  242. package/dist/static/learned-shield-green.7c26b423.svg +1 -0
  243. package/dist/static/learning-plan.72d64a61.png +0 -0
  244. package/dist/static/learning-session.71cc8f22.gif +0 -0
  245. package/dist/static/learnt.870c5e38.svg +1 -0
  246. package/dist/static/lesson-overview-banner.f5404af6.png +0 -0
  247. package/dist/static/levelup-rings.b1055283.json +549 -0
  248. package/dist/static/like.cb492460.svg +1 -0
  249. package/dist/static/live-session.a0d25c78.svg +1 -0
  250. package/dist/static/loader-1.6524355e.svg +1 -0
  251. package/dist/static/loader.52f8c35c.svg +1 -0
  252. package/dist/static/locked.0c3b7577.svg +1 -0
  253. package/dist/static/mail.c30e8708.json +1 -0
  254. package/dist/static/maintenance.a26aca65.svg +1 -0
  255. package/dist/static/male-avatar.2febc9eb.svg +1 -0
  256. package/dist/static/mastered-badge.81f156fb.svg +1 -0
  257. package/dist/static/mastered-shield-gray.a58cbe19.svg +1 -0
  258. package/dist/static/mastered-shield-green.070fa4eb.svg +1 -0
  259. package/dist/static/max-wave.44e002c9.gif +0 -0
  260. package/dist/static/medium.94c3829b.json +2289 -0
  261. package/dist/static/mental-math.3c95f169.svg +1 -0
  262. package/dist/static/milestone-intro-1.281a354c.svg +1 -0
  263. package/dist/static/milestone-intro-2.19faee69.svg +1 -0
  264. package/dist/static/milestone-intro-3.6f6055d6.svg +1 -0
  265. package/dist/static/mistake.476d1aa7.svg +1 -0
  266. package/dist/static/no-info.f4bfe437.png +0 -0
  267. package/dist/static/node-custom-test-bg.d3b757be.svg +1 -0
  268. package/dist/static/node-learn-bg.b61f815c.svg +1 -0
  269. package/dist/static/node-practice-bg.16cbaf2a.svg +1 -0
  270. package/dist/static/node-project-bg.e6a33e28.svg +1 -0
  271. package/dist/static/node-puzzle-bg.3422135c.svg +1 -0
  272. package/dist/static/node-recap-bg.546154e4.svg +1 -0
  273. package/dist/static/node-test-prep-bg.42c0b9c4.svg +1 -0
  274. package/dist/static/node-video-bg.3df3f73a.svg +1 -0
  275. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  276. package/dist/static/number-1-orange.cbf526ed.svg +1 -0
  277. package/dist/static/number-2-orange.6f29eb72.svg +1 -0
  278. package/dist/static/number-3-orange.58baf717.svg +1 -0
  279. package/dist/static/number-4-orange.5ed1ec5e.svg +1 -0
  280. package/dist/static/octo.3020bd93.png +0 -0
  281. package/dist/static/one-star-filled.b6084257.svg +1 -0
  282. package/dist/static/orange-face.5824c2e9.svg +1 -0
  283. package/dist/static/otp.2d08f874.json +1 -0
  284. package/dist/static/otp.a3029760.json +1 -0
  285. package/dist/static/parent-avatar.772d53e0.json +1 -0
  286. package/dist/static/people-with-orange-fill.3835b8f1.svg +1 -0
  287. package/dist/static/phone-number.0be312ea.json +1 -0
  288. package/dist/static/phone-number.84f55562.json +1 -0
  289. package/dist/static/play-icon.13baaa7d.svg +1 -0
  290. package/dist/static/play.68d16dec.svg +1 -0
  291. package/dist/static/point1.b53831de.json +2942 -0
  292. package/dist/static/point10.7b5e536d.json +3179 -0
  293. package/dist/static/point100.1df16f82.json +3196 -0
  294. package/dist/static/point15.fea00c32.json +3179 -0
  295. package/dist/static/point2.7cec6e24.json +1 -0
  296. package/dist/static/point20.c88d776d.json +3178 -0
  297. package/dist/static/point25.a18c346a.json +3178 -0
  298. package/dist/static/point3.f96fe7aa.json +1 -0
  299. package/dist/static/point30.c5224b0b.json +3202 -0
  300. package/dist/static/point35.fad343dd.json +3058 -0
  301. package/dist/static/point4.fe04fb83.json +1 -0
  302. package/dist/static/point40.10a16f72.json +3082 -0
  303. package/dist/static/point45.2ad7561f.json +3082 -0
  304. package/dist/static/point5.da40ed1f.json +2948 -0
  305. package/dist/static/point50.5718cb3d.json +3046 -0
  306. package/dist/static/point60.17380d9f.json +3076 -0
  307. package/dist/static/points-sum.360e63de.svg +1 -0
  308. package/dist/static/practice.158dd488.json +1 -0
  309. package/dist/static/practiced-shield-green.90278855.svg +1 -0
  310. package/dist/static/practiced-shield-grey.16cf4fe0.svg +1 -0
  311. package/dist/static/proficient-badge.1a6dbb72.svg +1 -0
  312. package/dist/static/proficient1x.fa6e7b80.json +3430 -0
  313. package/dist/static/profile-board.4f4a17e6.svg +1 -0
  314. package/dist/static/project.eb665827.json +1 -0
  315. package/dist/static/puzzle-student.de530364.svg +1 -0
  316. package/dist/static/puzzle.5aad5cf8.svg +1 -0
  317. package/dist/static/puzzle.b298c7e4.json +1 -0
  318. package/dist/static/puzzle_card_easy.7d9439b5.png +0 -0
  319. package/dist/static/puzzle_card_hard.185a19c4.png +0 -0
  320. package/dist/static/puzzle_card_medium.17daef9c.png +0 -0
  321. package/dist/static/puzzles.1e269965.gif +0 -0
  322. package/dist/static/random-mode-segment-lottie.79cf1c07.json +1 -0
  323. package/dist/static/recap.0dd2c1e2.json +1 -0
  324. package/dist/static/refund-policy-with-headphone.589398e0.svg +1 -0
  325. package/dist/static/refund-policy.912dbb4c.svg +1 -0
  326. package/dist/static/report-404.dd67785c.svg +1 -0
  327. package/dist/static/rocket-broken.1f86fa43.svg +1 -0
  328. package/dist/static/rocket-yellow.62d27e15.svg +1 -0
  329. package/dist/static/school-success-mini.f74a852f.gif +0 -0
  330. package/dist/static/school-success.f9669771.gif +0 -0
  331. package/dist/static/score.41971107.svg +1 -0
  332. package/dist/static/sequence-mode-segment-lottie.11ac49e9.json +1 -0
  333. package/dist/static/shared.3af01b49.png +0 -0
  334. package/dist/static/sheet-reference.9da7a09f.png +0 -0
  335. package/dist/static/silver-1.0396328a.json +4168 -0
  336. package/dist/static/silver-2.bf50615f.json +4433 -0
  337. package/dist/static/silver-3.13d66b84.json +4810 -0
  338. package/dist/static/skills.90ce4cbb.gif +0 -0
  339. package/dist/static/sleepy-boi.031a1165.json +1008 -0
  340. package/dist/static/smiley.49bb7d7c.svg +1 -0
  341. package/dist/static/speckie-wave.510639ce.gif +0 -0
  342. package/dist/static/spinner-white.639e0d87.json +122 -0
  343. package/dist/static/spiral_pattern.9fd3e6e9.png +0 -0
  344. package/dist/static/splash-screen.bbf567ce.json +2411 -0
  345. package/dist/static/star-orange-filled.a7ff9c8f.svg +1 -0
  346. package/dist/static/star-orange.a91a341f.svg +1 -0
  347. package/dist/static/star-with-green-fill.86877d41.svg +1 -0
  348. package/dist/static/stay-connected.371d3d9d.gif +0 -0
  349. package/dist/static/streak-green.b59bf4dd.svg +1 -0
  350. package/dist/static/streak-white.2cbdc9b8.svg +1 -0
  351. package/dist/static/student-avatar.524226bd.json +1 -0
  352. package/dist/static/table-mode-reveal.b44a82c3.json +1 -0
  353. package/dist/static/table-mode-star.b8a1d762.json +1 -0
  354. package/dist/static/table-segment-star.78e851d6.json +1 -0
  355. package/dist/static/target-achieved-text.053bd142.json +2830 -0
  356. package/dist/static/target-achieved-text.10db8475.json +1 -0
  357. package/dist/static/teacher-validation.7577ecdc.json +245 -0
  358. package/dist/static/tera-wave.2954a6a4.gif +0 -0
  359. package/dist/static/test-difficulty-easy.56df71dd.svg +1 -0
  360. package/dist/static/test-difficulty-hard.7250f1f4.svg +1 -0
  361. package/dist/static/test-difficulty-medium.2fd9686e.svg +1 -0
  362. package/dist/static/test-prep-mini.718e5734.gif +0 -0
  363. package/dist/static/test-prep.ea433f71.gif +0 -0
  364. package/dist/static/test.803d6036.json +1 -0
  365. package/dist/static/tetra.354ff2b9.png +0 -0
  366. package/dist/static/three-stars-filled.72b51f03.svg +1 -0
  367. package/dist/static/tick-green.a1654049.svg +1 -0
  368. package/dist/static/total-streak.d5ce7669.json +842 -0
  369. package/dist/static/total-time-spent.434005d3.json +200 -0
  370. package/dist/static/total-time.d979cbb9.json +24383 -0
  371. package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
  372. package/dist/static/track-progress.c75b1031.gif +0 -0
  373. package/dist/static/trophy-blue-filled.7e2b40ab.svg +1 -0
  374. package/dist/static/trophy-blue.e684ba4c.svg +1 -0
  375. package/dist/static/trophy-circle.b7b23e36.svg +1 -0
  376. package/dist/static/trophy-green.6c0741c8.svg +10 -0
  377. package/dist/static/two-stars-filled.a51a14b4.svg +1 -0
  378. package/dist/static/up-arrow.a6946bd3.svg +1 -0
  379. package/dist/static/user-crown-grid-background.c2875a73.svg +1 -0
  380. package/dist/static/user-down.a06f2f94.svg +1 -0
  381. package/dist/static/user-pin.5f334465.svg +1 -0
  382. package/dist/static/user-profile-background.199977a9.svg +1 -0
  383. package/dist/static/user-type-selector-grid-bg.3c9c8ad6.svg +1 -0
  384. package/dist/static/user-type-selector-grid-bg.3ce8142d.svg +1 -0
  385. package/dist/static/user-type-selector-grid-bg.aad0b059.svg +1 -0
  386. package/dist/static/user-up.2aecbbae.svg +1 -0
  387. package/dist/static/username.9e034d51.json +1 -0
  388. package/dist/static/video.b41451e2.json +1 -0
  389. package/dist/static/vinnie-wave.10734dd5.gif +0 -0
  390. package/dist/static/way-forward.1428093e.gif +0 -0
  391. package/dist/static/wow.864fbb02.png +0 -0
  392. package/dist/static/yellow-face.b7525a33.svg +1 -0
  393. package/dist/static/your-goals.63ffbee5.gif +0 -0
  394. package/dist/static/zodasa.336c3bb0.png +0 -0
  395. package/package.json +3 -2
@@ -0,0 +1,4810 @@
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": "s3",
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": "s3",
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": "s3",
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": "s3",
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": "s3",
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": "s3",
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": [696.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": [707.69, 500, 0],
2064
+ "to": [0, 0, 0],
2065
+ "ti": [0, 0, 0]
2066
+ },
2067
+ {
2068
+ "i": { "x": 0.731, "y": 0.731 },
2069
+ "o": { "x": 0.614, "y": 0.614 },
2070
+ "t": 31,
2071
+ "s": [695.69, 500, 0],
2072
+ "to": [0, 0, 0],
2073
+ "ti": [0, 0, 0]
2074
+ },
2075
+ {
2076
+ "i": { "x": 0.717, "y": 0.792 },
2077
+ "o": { "x": 0.38, "y": 0 },
2078
+ "t": 51,
2079
+ "s": [695.69, 500, 0],
2080
+ "to": [0, 0, 0],
2081
+ "ti": [-0.795, 0, 0]
2082
+ },
2083
+ {
2084
+ "i": { "x": 0.719, "y": 0.719 },
2085
+ "o": { "x": 0.384, "y": 0.119 },
2086
+ "t": 53,
2087
+ "s": [692.061, 500, 0],
2088
+ "to": [0.538, 0, 0],
2089
+ "ti": [-1.271, 0, 0]
2090
+ },
2091
+ {
2092
+ "i": { "x": 1, "y": 1 },
2093
+ "o": { "x": 0.643, "y": 0.212 },
2094
+ "t": 54,
2095
+ "s": [687.971, 500, 0],
2096
+ "to": [2.912, 0, 0],
2097
+ "ti": [0, 0, 0]
2098
+ },
2099
+ { "t": 55, "s": [701.69, 500, 0] }
2100
+ ],
2101
+ "ix": 2
2102
+ },
2103
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
2104
+ "s": {
2105
+ "a": 1,
2106
+ "k": [
2107
+ {
2108
+ "i": { "x": [0.833, 0.833, 0.833], "y": [1, 1, 1] },
2109
+ "o": { "x": [0.167, 0.167, 0.167], "y": [0, 0, 0] },
2110
+ "t": 55,
2111
+ "s": [-59, 59, 100]
2112
+ },
2113
+ { "t": 59, "s": [0, 59, 100] }
2114
+ ],
2115
+ "ix": 6
2116
+ }
2117
+ },
2118
+ "ao": 0,
2119
+ "ip": -9,
2120
+ "op": 59,
2121
+ "st": -9,
2122
+ "bm": 0
2123
+ },
2124
+ {
2125
+ "ddd": 0,
2126
+ "ind": 3,
2127
+ "ty": 4,
2128
+ "nm": "Arrow-front",
2129
+ "parent": 2,
2130
+ "sr": 1,
2131
+ "ks": {
2132
+ "o": { "a": 0, "k": 100, "ix": 11 },
2133
+ "r": { "a": 0, "k": 0, "ix": 10 },
2134
+ "p": { "a": 0, "k": [194.28, -0.28, 0], "ix": 2 },
2135
+ "a": { "a": 0, "k": [253.825, 499.835, 0], "ix": 1 },
2136
+ "s": { "a": 0, "k": [-169.492, 169.492, 100], "ix": 6 }
2137
+ },
2138
+ "ao": 0,
2139
+ "shapes": [
2140
+ {
2141
+ "ty": "gr",
2142
+ "it": [
2143
+ {
2144
+ "ty": "gr",
2145
+ "it": [
2146
+ {
2147
+ "ind": 0,
2148
+ "ty": "sh",
2149
+ "ix": 1,
2150
+ "ks": {
2151
+ "a": 0,
2152
+ "k": {
2153
+ "i": [
2154
+ [0, 0],
2155
+ [0, 0],
2156
+ [0, 0],
2157
+ [0, 0]
2158
+ ],
2159
+ "o": [
2160
+ [0, 0],
2161
+ [0, 0],
2162
+ [0, 0],
2163
+ [0, 0]
2164
+ ],
2165
+ "v": [
2166
+ [-4.219, 4.219],
2167
+ [-10.455, -16.08],
2168
+ [-16.08, 16.08],
2169
+ [16.08, 10.455]
2170
+ ],
2171
+ "c": true
2172
+ },
2173
+ "ix": 2
2174
+ },
2175
+ "nm": "Path 1",
2176
+ "mn": "ADBE Vector Shape - Group",
2177
+ "hd": false
2178
+ },
2179
+ {
2180
+ "ty": "fl",
2181
+ "c": {
2182
+ "a": 0,
2183
+ "k": [0.620452880859, 0.69384765625, 0.761444091797, 1],
2184
+ "ix": 4
2185
+ },
2186
+ "o": { "a": 0, "k": 100, "ix": 5 },
2187
+ "r": 1,
2188
+ "bm": 0,
2189
+ "nm": "Fill 1",
2190
+ "mn": "ADBE Vector Graphic - Fill",
2191
+ "hd": false
2192
+ },
2193
+ {
2194
+ "ty": "tr",
2195
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2196
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2197
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
2198
+ "r": { "a": 0, "k": 45, "ix": 6 },
2199
+ "o": { "a": 0, "k": 100, "ix": 7 },
2200
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2201
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2202
+ "nm": "Transform"
2203
+ }
2204
+ ],
2205
+ "nm": "Rectangle 1805",
2206
+ "np": 2,
2207
+ "cix": 2,
2208
+ "bm": 0,
2209
+ "ix": 1,
2210
+ "mn": "ADBE Vector Group",
2211
+ "hd": false
2212
+ },
2213
+ {
2214
+ "ty": "tr",
2215
+ "p": { "a": 0, "k": [352.215, 499.835], "ix": 2 },
2216
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2217
+ "s": { "a": 0, "k": [-41.3, 41.3], "ix": 3 },
2218
+ "r": { "a": 0, "k": 0, "ix": 6 },
2219
+ "o": {
2220
+ "a": 1,
2221
+ "k": [
2222
+ {
2223
+ "i": { "x": [0.833], "y": [0.833] },
2224
+ "o": { "x": [0.167], "y": [0.167] },
2225
+ "t": 20,
2226
+ "s": [100]
2227
+ },
2228
+ { "t": 21, "s": [0] }
2229
+ ],
2230
+ "ix": 7
2231
+ },
2232
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2233
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2234
+ "nm": "Transform"
2235
+ }
2236
+ ],
2237
+ "nm": "Tip",
2238
+ "np": 1,
2239
+ "cix": 2,
2240
+ "bm": 0,
2241
+ "ix": 1,
2242
+ "mn": "ADBE Vector Group",
2243
+ "hd": false
2244
+ },
2245
+ {
2246
+ "ty": "gr",
2247
+ "it": [
2248
+ {
2249
+ "ty": "gr",
2250
+ "it": [
2251
+ {
2252
+ "ind": 0,
2253
+ "ty": "sh",
2254
+ "ix": 1,
2255
+ "ks": {
2256
+ "a": 1,
2257
+ "k": [
2258
+ {
2259
+ "i": { "x": 0.833, "y": 0.833 },
2260
+ "o": { "x": 0.167, "y": 0.167 },
2261
+ "t": 21,
2262
+ "s": [
2263
+ {
2264
+ "i": [
2265
+ [0, 0],
2266
+ [0, 0]
2267
+ ],
2268
+ "o": [
2269
+ [0, 0],
2270
+ [0, 0]
2271
+ ],
2272
+ "v": [
2273
+ [90, -12],
2274
+ [472, -12]
2275
+ ],
2276
+ "c": false
2277
+ }
2278
+ ]
2279
+ },
2280
+ {
2281
+ "i": { "x": 0.833, "y": 0.833 },
2282
+ "o": { "x": 0.167, "y": 0.167 },
2283
+ "t": 22.833,
2284
+ "s": [
2285
+ {
2286
+ "i": [
2287
+ [0, 0],
2288
+ [-306.654, 14.463]
2289
+ ],
2290
+ "o": [
2291
+ [0, 0],
2292
+ [82.639, -3.898]
2293
+ ],
2294
+ "v": [
2295
+ [90, -12],
2296
+ [472.131, -14.497]
2297
+ ],
2298
+ "c": false
2299
+ }
2300
+ ]
2301
+ },
2302
+ {
2303
+ "i": { "x": 0.833, "y": 0.833 },
2304
+ "o": { "x": 0.167, "y": 0.167 },
2305
+ "t": 24.667,
2306
+ "s": [
2307
+ {
2308
+ "i": [
2309
+ [0, 0],
2310
+ [-302.459, -8.291]
2311
+ ],
2312
+ "o": [
2313
+ [0, 0],
2314
+ [82.7, 2.267]
2315
+ ],
2316
+ "v": [
2317
+ [90, -12],
2318
+ [472.805, -9.517]
2319
+ ],
2320
+ "c": false
2321
+ }
2322
+ ]
2323
+ },
2324
+ {
2325
+ "t": 26.5,
2326
+ "s": [
2327
+ {
2328
+ "i": [
2329
+ [0, 0],
2330
+ [0, 0]
2331
+ ],
2332
+ "o": [
2333
+ [0, 0],
2334
+ [0, 0]
2335
+ ],
2336
+ "v": [
2337
+ [90, -12],
2338
+ [472, -12]
2339
+ ],
2340
+ "c": false
2341
+ }
2342
+ ]
2343
+ }
2344
+ ],
2345
+ "ix": 2
2346
+ },
2347
+ "nm": "Path 1",
2348
+ "mn": "ADBE Vector Shape - Group",
2349
+ "hd": false
2350
+ },
2351
+ {
2352
+ "ty": "st",
2353
+ "c": {
2354
+ "a": 0,
2355
+ "k": [0.179504394531, 0.254119873047, 0.322875976563, 1],
2356
+ "ix": 3
2357
+ },
2358
+ "o": { "a": 0, "k": 100, "ix": 4 },
2359
+ "w": { "a": 0, "k": 15, "ix": 5 },
2360
+ "lc": 2,
2361
+ "lj": 1,
2362
+ "ml": 4,
2363
+ "bm": 0,
2364
+ "nm": "Stroke 1",
2365
+ "mn": "ADBE Vector Graphic - Stroke",
2366
+ "hd": false
2367
+ },
2368
+ {
2369
+ "ty": "tr",
2370
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2371
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2372
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2373
+ "r": { "a": 0, "k": 0, "ix": 6 },
2374
+ "o": { "a": 0, "k": 100, "ix": 7 },
2375
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2376
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2377
+ "nm": "Transform"
2378
+ }
2379
+ ],
2380
+ "nm": "Shape 1",
2381
+ "np": 3,
2382
+ "cix": 2,
2383
+ "bm": 0,
2384
+ "ix": 1,
2385
+ "mn": "ADBE Vector Group",
2386
+ "hd": false
2387
+ },
2388
+ {
2389
+ "ty": "tr",
2390
+ "p": { "a": 0, "k": [365.62, 500], "ix": 2 },
2391
+ "a": { "a": 0, "k": [90, -12], "ix": 1 },
2392
+ "s": { "a": 0, "k": [-59, 59], "ix": 3 },
2393
+ "r": {
2394
+ "a": 1,
2395
+ "k": [
2396
+ {
2397
+ "i": { "x": [0.833], "y": [0.833] },
2398
+ "o": { "x": [0.167], "y": [0.167] },
2399
+ "t": 21,
2400
+ "s": [0]
2401
+ },
2402
+ {
2403
+ "i": { "x": [0.833], "y": [0.833] },
2404
+ "o": { "x": [0.167], "y": [0.167] },
2405
+ "t": 22.833,
2406
+ "s": [3]
2407
+ },
2408
+ {
2409
+ "i": { "x": [0.833], "y": [0.833] },
2410
+ "o": { "x": [0.167], "y": [0.167] },
2411
+ "t": 24.667,
2412
+ "s": [-2]
2413
+ },
2414
+ { "t": 26.5, "s": [0] }
2415
+ ],
2416
+ "ix": 6
2417
+ },
2418
+ "o": { "a": 0, "k": 100, "ix": 7 },
2419
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2420
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2421
+ "nm": "Transform"
2422
+ }
2423
+ ],
2424
+ "nm": "Body",
2425
+ "np": 1,
2426
+ "cix": 2,
2427
+ "bm": 0,
2428
+ "ix": 2,
2429
+ "mn": "ADBE Vector Group",
2430
+ "hd": false
2431
+ },
2432
+ {
2433
+ "ty": "gr",
2434
+ "it": [
2435
+ {
2436
+ "ty": "gr",
2437
+ "it": [
2438
+ {
2439
+ "ty": "gr",
2440
+ "it": [
2441
+ {
2442
+ "ind": 0,
2443
+ "ty": "sh",
2444
+ "ix": 1,
2445
+ "ks": {
2446
+ "a": 0,
2447
+ "k": {
2448
+ "i": [
2449
+ [0, 0],
2450
+ [0, 0],
2451
+ [0, 0],
2452
+ [0, 0]
2453
+ ],
2454
+ "o": [
2455
+ [0, 0],
2456
+ [0, 0],
2457
+ [0, 0],
2458
+ [0, 0]
2459
+ ],
2460
+ "v": [
2461
+ [12.5, -5],
2462
+ [-22.5, -5],
2463
+ [-12.5, 7],
2464
+ [22.5, 7]
2465
+ ],
2466
+ "c": true
2467
+ },
2468
+ "ix": 2
2469
+ },
2470
+ "nm": "Path 1",
2471
+ "mn": "ADBE Vector Shape - Group",
2472
+ "hd": false
2473
+ },
2474
+ {
2475
+ "ty": "fl",
2476
+ "c": {
2477
+ "a": 0,
2478
+ "k": [0.522368187998, 0.686726469152, 0.873468137255, 1],
2479
+ "ix": 4
2480
+ },
2481
+ "o": { "a": 0, "k": 100, "ix": 5 },
2482
+ "r": 1,
2483
+ "bm": 0,
2484
+ "nm": "Fill 1",
2485
+ "mn": "ADBE Vector Graphic - Fill",
2486
+ "hd": false
2487
+ },
2488
+ {
2489
+ "ty": "tr",
2490
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2491
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2492
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
2493
+ "r": { "a": 0, "k": 0, "ix": 6 },
2494
+ "o": { "a": 0, "k": 100, "ix": 7 },
2495
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2496
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2497
+ "nm": "Transform"
2498
+ }
2499
+ ],
2500
+ "nm": "Rectangle 1808",
2501
+ "np": 2,
2502
+ "cix": 2,
2503
+ "bm": 0,
2504
+ "ix": 1,
2505
+ "mn": "ADBE Vector Group",
2506
+ "hd": false
2507
+ },
2508
+ {
2509
+ "ty": "tr",
2510
+ "p": { "a": 0, "k": [372.5, 171], "ix": 2 },
2511
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2512
+ "s": { "a": 0, "k": [-100, -100], "ix": 3 },
2513
+ "r": { "a": 0, "k": 0, "ix": 6 },
2514
+ "o": { "a": 0, "k": 100, "ix": 7 },
2515
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2516
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2517
+ "nm": "Transform"
2518
+ }
2519
+ ],
2520
+ "nm": "Bottom",
2521
+ "np": 1,
2522
+ "cix": 2,
2523
+ "bm": 0,
2524
+ "ix": 1,
2525
+ "mn": "ADBE Vector Group",
2526
+ "hd": false
2527
+ },
2528
+ {
2529
+ "ty": "gr",
2530
+ "it": [
2531
+ {
2532
+ "ty": "gr",
2533
+ "it": [
2534
+ {
2535
+ "ind": 0,
2536
+ "ty": "sh",
2537
+ "ix": 1,
2538
+ "ks": {
2539
+ "a": 0,
2540
+ "k": {
2541
+ "i": [
2542
+ [0, 0],
2543
+ [0, 0],
2544
+ [0, 0],
2545
+ [0, 0]
2546
+ ],
2547
+ "o": [
2548
+ [0, 0],
2549
+ [0, 0],
2550
+ [0, 0],
2551
+ [0, 0]
2552
+ ],
2553
+ "v": [
2554
+ [23, -5],
2555
+ [-12, -5],
2556
+ [-23, 7],
2557
+ [12, 7]
2558
+ ],
2559
+ "c": true
2560
+ },
2561
+ "ix": 2
2562
+ },
2563
+ "nm": "Path 1",
2564
+ "mn": "ADBE Vector Shape - Group",
2565
+ "hd": false
2566
+ },
2567
+ {
2568
+ "ty": "fl",
2569
+ "c": {
2570
+ "a": 0,
2571
+ "k": [0.522368187998, 0.686726469152, 0.873468137255, 1],
2572
+ "ix": 4
2573
+ },
2574
+ "o": { "a": 0, "k": 100, "ix": 5 },
2575
+ "r": 1,
2576
+ "bm": 0,
2577
+ "nm": "Fill 1",
2578
+ "mn": "ADBE Vector Graphic - Fill",
2579
+ "hd": false
2580
+ },
2581
+ {
2582
+ "ty": "tr",
2583
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2584
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2585
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
2586
+ "r": { "a": 0, "k": 0, "ix": 6 },
2587
+ "o": { "a": 0, "k": 100, "ix": 7 },
2588
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2589
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2590
+ "nm": "Transform"
2591
+ }
2592
+ ],
2593
+ "nm": "Rectangle 1807",
2594
+ "np": 2,
2595
+ "cix": 2,
2596
+ "bm": 0,
2597
+ "ix": 1,
2598
+ "mn": "ADBE Vector Group",
2599
+ "hd": false
2600
+ },
2601
+ {
2602
+ "ty": "tr",
2603
+ "p": { "a": 0, "k": [374, 129], "ix": 2 },
2604
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2605
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2606
+ "r": { "a": 0, "k": 0, "ix": 6 },
2607
+ "o": { "a": 0, "k": 100, "ix": 7 },
2608
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2609
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2610
+ "nm": "Transform"
2611
+ }
2612
+ ],
2613
+ "nm": "Top",
2614
+ "np": 1,
2615
+ "cix": 2,
2616
+ "bm": 0,
2617
+ "ix": 2,
2618
+ "mn": "ADBE Vector Group",
2619
+ "hd": false
2620
+ },
2621
+ {
2622
+ "ty": "tr",
2623
+ "p": {
2624
+ "a": 1,
2625
+ "k": [
2626
+ {
2627
+ "i": { "x": 0.833, "y": 0.833 },
2628
+ "o": { "x": 0.167, "y": 0.167 },
2629
+ "t": 21,
2630
+ "s": [208.68, 500],
2631
+ "to": [0, -1],
2632
+ "ti": [0, -0.667]
2633
+ },
2634
+ {
2635
+ "i": { "x": 0.833, "y": 0.833 },
2636
+ "o": { "x": 0.167, "y": 0.167 },
2637
+ "t": 23,
2638
+ "s": [208.68, 494],
2639
+ "to": [0, 0.667],
2640
+ "ti": [0, -1]
2641
+ },
2642
+ {
2643
+ "i": { "x": 0.833, "y": 0.833 },
2644
+ "o": { "x": 0.167, "y": 0.167 },
2645
+ "t": 25,
2646
+ "s": [208.68, 504],
2647
+ "to": [0, 1],
2648
+ "ti": [0, 0.667]
2649
+ },
2650
+ { "t": 27, "s": [208.68, 500] }
2651
+ ],
2652
+ "ix": 2
2653
+ },
2654
+ "a": { "a": 0, "k": [305, 150], "ix": 1 },
2655
+ "s": { "a": 0, "k": [-59, 59], "ix": 3 },
2656
+ "r": {
2657
+ "a": 1,
2658
+ "k": [
2659
+ {
2660
+ "i": { "x": [0.833], "y": [0.833] },
2661
+ "o": { "x": [0.167], "y": [0.167] },
2662
+ "t": 21,
2663
+ "s": [0]
2664
+ },
2665
+ {
2666
+ "i": { "x": [0.833], "y": [0.833] },
2667
+ "o": { "x": [0.167], "y": [0.167] },
2668
+ "t": 23,
2669
+ "s": [4]
2670
+ },
2671
+ {
2672
+ "i": { "x": [0.833], "y": [0.833] },
2673
+ "o": { "x": [0.167], "y": [0.167] },
2674
+ "t": 25,
2675
+ "s": [-3]
2676
+ },
2677
+ { "t": 27, "s": [0] }
2678
+ ],
2679
+ "ix": 6
2680
+ },
2681
+ "o": { "a": 0, "k": 100, "ix": 7 },
2682
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2683
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2684
+ "nm": "Transform"
2685
+ }
2686
+ ],
2687
+ "nm": "Feather",
2688
+ "np": 2,
2689
+ "cix": 2,
2690
+ "bm": 0,
2691
+ "ix": 3,
2692
+ "mn": "ADBE Vector Group",
2693
+ "hd": false
2694
+ }
2695
+ ],
2696
+ "ip": 18,
2697
+ "op": 55,
2698
+ "st": -9,
2699
+ "bm": 0
2700
+ },
2701
+ {
2702
+ "ddd": 0,
2703
+ "ind": 4,
2704
+ "ty": 3,
2705
+ "nm": "c1 Null 1",
2706
+ "sr": 1,
2707
+ "ks": {
2708
+ "o": { "a": 0, "k": 0, "ix": 11 },
2709
+ "r": { "a": 0, "k": 0, "ix": 10 },
2710
+ "p": {
2711
+ "a": 1,
2712
+ "k": [
2713
+ {
2714
+ "i": { "x": 0.667, "y": 1 },
2715
+ "o": { "x": 0.333, "y": 0 },
2716
+ "t": 21,
2717
+ "s": [701, 500, 0],
2718
+ "to": [0, 0, 0],
2719
+ "ti": [0, 0, 0]
2720
+ },
2721
+ {
2722
+ "i": { "x": 0.667, "y": 1 },
2723
+ "o": { "x": 0.333, "y": 0 },
2724
+ "t": 24,
2725
+ "s": [713, 500, 0],
2726
+ "to": [0, 0, 0],
2727
+ "ti": [0, 0, 0]
2728
+ },
2729
+ { "t": 31, "s": [701, 500, 0] }
2730
+ ],
2731
+ "ix": 2
2732
+ },
2733
+ "a": { "a": 0, "k": [50, 50, 0], "ix": 1 },
2734
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
2735
+ },
2736
+ "ao": 0,
2737
+ "ip": -9,
2738
+ "op": 171,
2739
+ "st": -9,
2740
+ "bm": 0
2741
+ },
2742
+ {
2743
+ "ddd": 0,
2744
+ "ind": 5,
2745
+ "ty": 4,
2746
+ "nm": "c8",
2747
+ "parent": 4,
2748
+ "sr": 1,
2749
+ "ks": {
2750
+ "o": { "a": 0, "k": 100, "ix": 11 },
2751
+ "r": { "a": 0, "k": 0, "ix": 10 },
2752
+ "p": {
2753
+ "a": 1,
2754
+ "k": [
2755
+ {
2756
+ "i": { "x": 0.833, "y": 1 },
2757
+ "o": { "x": 0.167, "y": 0 },
2758
+ "t": 51,
2759
+ "s": [44.616, 50, 0],
2760
+ "to": [-1.5, 0, 0],
2761
+ "ti": [-5, 0, 0]
2762
+ },
2763
+ {
2764
+ "i": { "x": 0.667, "y": 1 },
2765
+ "o": { "x": 0.333, "y": 0 },
2766
+ "t": 55,
2767
+ "s": [35.616, 50, 0],
2768
+ "to": [5, 0, 0],
2769
+ "ti": [-6.5, 0, 0]
2770
+ },
2771
+ {
2772
+ "i": { "x": 0.667, "y": 0.667 },
2773
+ "o": { "x": 0.333, "y": 0.333 },
2774
+ "t": 56,
2775
+ "s": [74.616, 50, 0],
2776
+ "to": [0, 0, 0],
2777
+ "ti": [0, 0, 0]
2778
+ },
2779
+ {
2780
+ "i": { "x": 0.09, "y": 1 },
2781
+ "o": { "x": 0.333, "y": 0 },
2782
+ "t": 59,
2783
+ "s": [74.616, 50, 0],
2784
+ "to": [-5, 0, 0],
2785
+ "ti": [5, 0, 0]
2786
+ },
2787
+ { "t": 70, "s": [44.616, 50, 0] }
2788
+ ],
2789
+ "ix": 2
2790
+ },
2791
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
2792
+ "s": {
2793
+ "a": 1,
2794
+ "k": [
2795
+ {
2796
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
2797
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
2798
+ "t": 51,
2799
+ "s": [49, 100, 100]
2800
+ },
2801
+ {
2802
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
2803
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
2804
+ "t": 55,
2805
+ "s": [0, 100, 100]
2806
+ },
2807
+ {
2808
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
2809
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
2810
+ "t": 59,
2811
+ "s": [100, 100, 100]
2812
+ },
2813
+ { "t": 70, "s": [49, 100, 100] }
2814
+ ],
2815
+ "ix": 6
2816
+ }
2817
+ },
2818
+ "ao": 0,
2819
+ "shapes": [
2820
+ {
2821
+ "ty": "gr",
2822
+ "it": [
2823
+ {
2824
+ "d": 1,
2825
+ "ty": "el",
2826
+ "s": { "a": 0, "k": [69, 69], "ix": 2 },
2827
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
2828
+ "nm": "Ellipse Path 1",
2829
+ "mn": "ADBE Vector Shape - Ellipse",
2830
+ "hd": false
2831
+ },
2832
+ {
2833
+ "ty": "st",
2834
+ "c": {
2835
+ "a": 0,
2836
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
2837
+ "ix": 3
2838
+ },
2839
+ "o": { "a": 0, "k": 100, "ix": 4 },
2840
+ "w": { "a": 0, "k": 0, "ix": 5 },
2841
+ "lc": 1,
2842
+ "lj": 1,
2843
+ "ml": 4,
2844
+ "bm": 0,
2845
+ "nm": "Stroke 1",
2846
+ "mn": "ADBE Vector Graphic - Stroke",
2847
+ "hd": false
2848
+ },
2849
+ {
2850
+ "ty": "fl",
2851
+ "c": {
2852
+ "a": 0,
2853
+ "k": [0.956787109375, 0.972473144531, 0.980316162109, 1],
2854
+ "ix": 4
2855
+ },
2856
+ "o": { "a": 0, "k": 100, "ix": 5 },
2857
+ "r": 1,
2858
+ "bm": 0,
2859
+ "nm": "Fill 1",
2860
+ "mn": "ADBE Vector Graphic - Fill",
2861
+ "hd": false
2862
+ },
2863
+ {
2864
+ "ty": "tr",
2865
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
2866
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
2867
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
2868
+ "r": { "a": 0, "k": 0, "ix": 6 },
2869
+ "o": { "a": 0, "k": 100, "ix": 7 },
2870
+ "sk": { "a": 0, "k": 0, "ix": 4 },
2871
+ "sa": { "a": 0, "k": 0, "ix": 5 },
2872
+ "nm": "Transform"
2873
+ }
2874
+ ],
2875
+ "nm": "Ellipse 1",
2876
+ "np": 3,
2877
+ "cix": 2,
2878
+ "bm": 0,
2879
+ "ix": 1,
2880
+ "mn": "ADBE Vector Group",
2881
+ "hd": false
2882
+ }
2883
+ ],
2884
+ "ip": -9,
2885
+ "op": 171,
2886
+ "st": -9,
2887
+ "bm": 0
2888
+ },
2889
+ {
2890
+ "ddd": 0,
2891
+ "ind": 6,
2892
+ "ty": 4,
2893
+ "nm": "c7",
2894
+ "parent": 4,
2895
+ "sr": 1,
2896
+ "ks": {
2897
+ "o": { "a": 0, "k": 100, "ix": 11 },
2898
+ "r": { "a": 0, "k": 0, "ix": 10 },
2899
+ "p": {
2900
+ "a": 1,
2901
+ "k": [
2902
+ {
2903
+ "i": { "x": 0.833, "y": 1 },
2904
+ "o": { "x": 0.167, "y": 0 },
2905
+ "t": 51,
2906
+ "s": [46.576, 50, 0],
2907
+ "to": [-1.5, 0, 0],
2908
+ "ti": [-4.673, 0, 0]
2909
+ },
2910
+ {
2911
+ "i": { "x": 0.667, "y": 1 },
2912
+ "o": { "x": 0.333, "y": 0 },
2913
+ "t": 55,
2914
+ "s": [37.576, 50, 0],
2915
+ "to": [4.673, 0, 0],
2916
+ "ti": [-6.173, 0, 0]
2917
+ },
2918
+ {
2919
+ "i": { "x": 0.667, "y": 0.667 },
2920
+ "o": { "x": 0.333, "y": 0.333 },
2921
+ "t": 56,
2922
+ "s": [74.616, 50, 0],
2923
+ "to": [0, 0, 0],
2924
+ "ti": [0, 0, 0]
2925
+ },
2926
+ {
2927
+ "i": { "x": 0.09, "y": 1 },
2928
+ "o": { "x": 0.333, "y": 0 },
2929
+ "t": 59,
2930
+ "s": [74.616, 50, 0],
2931
+ "to": [-4.673, 0, 0],
2932
+ "ti": [4.673, 0, 0]
2933
+ },
2934
+ { "t": 70, "s": [46.576, 50, 0] }
2935
+ ],
2936
+ "ix": 2
2937
+ },
2938
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
2939
+ "s": {
2940
+ "a": 1,
2941
+ "k": [
2942
+ {
2943
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
2944
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
2945
+ "t": 51,
2946
+ "s": [49, 100, 100]
2947
+ },
2948
+ {
2949
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
2950
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
2951
+ "t": 55,
2952
+ "s": [0, 100, 100]
2953
+ },
2954
+ {
2955
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
2956
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
2957
+ "t": 59,
2958
+ "s": [100, 100, 100]
2959
+ },
2960
+ { "t": 70, "s": [49, 100, 100] }
2961
+ ],
2962
+ "ix": 6
2963
+ }
2964
+ },
2965
+ "ao": 0,
2966
+ "shapes": [
2967
+ {
2968
+ "ty": "gr",
2969
+ "it": [
2970
+ {
2971
+ "d": 1,
2972
+ "ty": "el",
2973
+ "s": { "a": 0, "k": [148, 148], "ix": 2 },
2974
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
2975
+ "nm": "Ellipse Path 1",
2976
+ "mn": "ADBE Vector Shape - Ellipse",
2977
+ "hd": false
2978
+ },
2979
+ {
2980
+ "ty": "st",
2981
+ "c": { "a": 0, "k": [1, 0.694030761719, 0, 1], "ix": 3 },
2982
+ "o": { "a": 0, "k": 100, "ix": 4 },
2983
+ "w": { "a": 0, "k": 0, "ix": 5 },
2984
+ "lc": 1,
2985
+ "lj": 1,
2986
+ "ml": 4,
2987
+ "bm": 0,
2988
+ "nm": "Stroke 1",
2989
+ "mn": "ADBE Vector Graphic - Stroke",
2990
+ "hd": false
2991
+ },
2992
+ {
2993
+ "ty": "fl",
2994
+ "c": {
2995
+ "a": 0,
2996
+ "k": [0.532592773438, 0.602111816406, 0.666168212891, 1],
2997
+ "ix": 4
2998
+ },
2999
+ "o": { "a": 0, "k": 100, "ix": 5 },
3000
+ "r": 1,
3001
+ "bm": 0,
3002
+ "nm": "Fill 1",
3003
+ "mn": "ADBE Vector Graphic - Fill",
3004
+ "hd": false
3005
+ },
3006
+ {
3007
+ "ty": "tr",
3008
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3009
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3010
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3011
+ "r": { "a": 0, "k": 0, "ix": 6 },
3012
+ "o": { "a": 0, "k": 100, "ix": 7 },
3013
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3014
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3015
+ "nm": "Transform"
3016
+ }
3017
+ ],
3018
+ "nm": "Ellipse 1",
3019
+ "np": 3,
3020
+ "cix": 2,
3021
+ "bm": 0,
3022
+ "ix": 1,
3023
+ "mn": "ADBE Vector Group",
3024
+ "hd": false
3025
+ }
3026
+ ],
3027
+ "ip": -9,
3028
+ "op": 171,
3029
+ "st": -9,
3030
+ "bm": 0
3031
+ },
3032
+ {
3033
+ "ddd": 0,
3034
+ "ind": 11,
3035
+ "ty": 4,
3036
+ "nm": "c6",
3037
+ "parent": 4,
3038
+ "sr": 1,
3039
+ "ks": {
3040
+ "o": { "a": 0, "k": 100, "ix": 11 },
3041
+ "r": { "a": 0, "k": 0, "ix": 10 },
3042
+ "p": {
3043
+ "a": 1,
3044
+ "k": [
3045
+ {
3046
+ "i": { "x": 0.667, "y": 1 },
3047
+ "o": { "x": 0.333, "y": 0 },
3048
+ "t": 55,
3049
+ "s": [50, 50, 0],
3050
+ "to": [4.622, 0, 0],
3051
+ "ti": [-4.622, 0, 0]
3052
+ },
3053
+ {
3054
+ "i": { "x": 0.667, "y": 0.667 },
3055
+ "o": { "x": 0.333, "y": 0.333 },
3056
+ "t": 56,
3057
+ "s": [77.73, 50, 0],
3058
+ "to": [0, 0, 0],
3059
+ "ti": [0, 0, 0]
3060
+ },
3061
+ {
3062
+ "i": { "x": 0.09, "y": 1 },
3063
+ "o": { "x": 0.333, "y": 0 },
3064
+ "t": 59,
3065
+ "s": [77.73, 50, 0],
3066
+ "to": [-4.622, 0, 0],
3067
+ "ti": [4.622, 0, 0]
3068
+ },
3069
+ { "t": 70, "s": [50, 50, 0] }
3070
+ ],
3071
+ "ix": 2
3072
+ },
3073
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
3074
+ "s": {
3075
+ "a": 1,
3076
+ "k": [
3077
+ {
3078
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3079
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3080
+ "t": 51,
3081
+ "s": [49, 100, 100]
3082
+ },
3083
+ {
3084
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3085
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3086
+ "t": 55,
3087
+ "s": [0, 100, 100]
3088
+ },
3089
+ {
3090
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
3091
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3092
+ "t": 59,
3093
+ "s": [100, 100, 100]
3094
+ },
3095
+ { "t": 70, "s": [49, 100, 100] }
3096
+ ],
3097
+ "ix": 6
3098
+ }
3099
+ },
3100
+ "ao": 0,
3101
+ "shapes": [
3102
+ {
3103
+ "ty": "gr",
3104
+ "it": [
3105
+ {
3106
+ "ind": 0,
3107
+ "ty": "sh",
3108
+ "ix": 1,
3109
+ "ks": {
3110
+ "a": 0,
3111
+ "k": {
3112
+ "i": [
3113
+ [0, 0],
3114
+ [0.27, 0],
3115
+ [0, 91.679]
3116
+ ],
3117
+ "o": [
3118
+ [0, 0],
3119
+ [-91.679, 0],
3120
+ [1.27, -1]
3121
+ ],
3122
+ "v": [
3123
+ [0, 0],
3124
+ [0, 166],
3125
+ [-166, 0]
3126
+ ],
3127
+ "c": true
3128
+ },
3129
+ "ix": 2
3130
+ },
3131
+ "nm": "Path 1",
3132
+ "mn": "ADBE Vector Shape - Group",
3133
+ "hd": false
3134
+ },
3135
+ {
3136
+ "ty": "tm",
3137
+ "s": { "a": 0, "k": 0, "ix": 1 },
3138
+ "e": { "a": 0, "k": 100, "ix": 2 },
3139
+ "o": { "a": 0, "k": 0, "ix": 3 },
3140
+ "m": 1,
3141
+ "ix": 2,
3142
+ "nm": "Trim Paths 1",
3143
+ "mn": "ADBE Vector Filter - Trim",
3144
+ "hd": false
3145
+ },
3146
+ {
3147
+ "ty": "st",
3148
+ "c": {
3149
+ "a": 0,
3150
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3151
+ "ix": 3
3152
+ },
3153
+ "o": { "a": 0, "k": 100, "ix": 4 },
3154
+ "w": { "a": 0, "k": 0, "ix": 5 },
3155
+ "lc": 1,
3156
+ "lj": 1,
3157
+ "ml": 4,
3158
+ "bm": 0,
3159
+ "nm": "Stroke 1",
3160
+ "mn": "ADBE Vector Graphic - Stroke",
3161
+ "hd": false
3162
+ },
3163
+ {
3164
+ "ty": "fl",
3165
+ "c": {
3166
+ "a": 0,
3167
+ "k": [0.730133056641, 0.803009033203, 0.870147705078, 1],
3168
+ "ix": 4
3169
+ },
3170
+ "o": { "a": 0, "k": 100, "ix": 5 },
3171
+ "r": 1,
3172
+ "bm": 0,
3173
+ "nm": "Fill 1",
3174
+ "mn": "ADBE Vector Graphic - Fill",
3175
+ "hd": false
3176
+ },
3177
+ {
3178
+ "ty": "tr",
3179
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3180
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3181
+ "s": { "a": 0, "k": [72, 72], "ix": 3 },
3182
+ "r": { "a": 0, "k": 270, "ix": 6 },
3183
+ "o": { "a": 0, "k": 100, "ix": 7 },
3184
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3185
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3186
+ "nm": "Transform"
3187
+ }
3188
+ ],
3189
+ "nm": "Ellipse 4",
3190
+ "np": 4,
3191
+ "cix": 2,
3192
+ "bm": 0,
3193
+ "ix": 1,
3194
+ "mn": "ADBE Vector Group",
3195
+ "hd": false
3196
+ },
3197
+ {
3198
+ "ty": "gr",
3199
+ "it": [
3200
+ {
3201
+ "ind": 0,
3202
+ "ty": "sh",
3203
+ "ix": 1,
3204
+ "ks": {
3205
+ "a": 0,
3206
+ "k": {
3207
+ "i": [
3208
+ [0, 0],
3209
+ [0.27, 0],
3210
+ [0, 91.679]
3211
+ ],
3212
+ "o": [
3213
+ [0, 0],
3214
+ [-91.679, 0],
3215
+ [1.27, -1]
3216
+ ],
3217
+ "v": [
3218
+ [0, 0],
3219
+ [0, 166],
3220
+ [-166, 0]
3221
+ ],
3222
+ "c": true
3223
+ },
3224
+ "ix": 2
3225
+ },
3226
+ "nm": "Path 1",
3227
+ "mn": "ADBE Vector Shape - Group",
3228
+ "hd": false
3229
+ },
3230
+ {
3231
+ "ty": "tm",
3232
+ "s": { "a": 0, "k": 0, "ix": 1 },
3233
+ "e": { "a": 0, "k": 100, "ix": 2 },
3234
+ "o": { "a": 0, "k": 0, "ix": 3 },
3235
+ "m": 1,
3236
+ "ix": 2,
3237
+ "nm": "Trim Paths 1",
3238
+ "mn": "ADBE Vector Filter - Trim",
3239
+ "hd": false
3240
+ },
3241
+ {
3242
+ "ty": "st",
3243
+ "c": {
3244
+ "a": 0,
3245
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3246
+ "ix": 3
3247
+ },
3248
+ "o": { "a": 0, "k": 100, "ix": 4 },
3249
+ "w": { "a": 0, "k": 0, "ix": 5 },
3250
+ "lc": 1,
3251
+ "lj": 1,
3252
+ "ml": 4,
3253
+ "bm": 0,
3254
+ "nm": "Stroke 1",
3255
+ "mn": "ADBE Vector Graphic - Stroke",
3256
+ "hd": false
3257
+ },
3258
+ {
3259
+ "ty": "fl",
3260
+ "c": {
3261
+ "a": 0,
3262
+ "k": [0.730133056641, 0.803009033203, 0.870147705078, 1],
3263
+ "ix": 4
3264
+ },
3265
+ "o": { "a": 0, "k": 100, "ix": 5 },
3266
+ "r": 1,
3267
+ "bm": 0,
3268
+ "nm": "Fill 1",
3269
+ "mn": "ADBE Vector Graphic - Fill",
3270
+ "hd": false
3271
+ },
3272
+ {
3273
+ "ty": "tr",
3274
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3275
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3276
+ "s": { "a": 0, "k": [72, 72], "ix": 3 },
3277
+ "r": { "a": 0, "k": 90, "ix": 6 },
3278
+ "o": { "a": 0, "k": 100, "ix": 7 },
3279
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3280
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3281
+ "nm": "Transform"
3282
+ }
3283
+ ],
3284
+ "nm": "Ellipse 3",
3285
+ "np": 4,
3286
+ "cix": 2,
3287
+ "bm": 0,
3288
+ "ix": 2,
3289
+ "mn": "ADBE Vector Group",
3290
+ "hd": false
3291
+ },
3292
+ {
3293
+ "ty": "gr",
3294
+ "it": [
3295
+ {
3296
+ "ind": 0,
3297
+ "ty": "sh",
3298
+ "ix": 1,
3299
+ "ks": {
3300
+ "a": 0,
3301
+ "k": {
3302
+ "i": [
3303
+ [0, 0],
3304
+ [0.27, 0],
3305
+ [0, 91.679]
3306
+ ],
3307
+ "o": [
3308
+ [0, 0],
3309
+ [-91.679, 0],
3310
+ [1.27, -1]
3311
+ ],
3312
+ "v": [
3313
+ [0, 0],
3314
+ [0, 166],
3315
+ [-166, 0]
3316
+ ],
3317
+ "c": true
3318
+ },
3319
+ "ix": 2
3320
+ },
3321
+ "nm": "Path 1",
3322
+ "mn": "ADBE Vector Shape - Group",
3323
+ "hd": false
3324
+ },
3325
+ {
3326
+ "ty": "tm",
3327
+ "s": { "a": 0, "k": 0, "ix": 1 },
3328
+ "e": { "a": 0, "k": 100, "ix": 2 },
3329
+ "o": { "a": 0, "k": 0, "ix": 3 },
3330
+ "m": 1,
3331
+ "ix": 2,
3332
+ "nm": "Trim Paths 1",
3333
+ "mn": "ADBE Vector Filter - Trim",
3334
+ "hd": false
3335
+ },
3336
+ {
3337
+ "ty": "st",
3338
+ "c": {
3339
+ "a": 0,
3340
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3341
+ "ix": 3
3342
+ },
3343
+ "o": { "a": 0, "k": 100, "ix": 4 },
3344
+ "w": { "a": 0, "k": 0, "ix": 5 },
3345
+ "lc": 1,
3346
+ "lj": 1,
3347
+ "ml": 4,
3348
+ "bm": 0,
3349
+ "nm": "Stroke 1",
3350
+ "mn": "ADBE Vector Graphic - Stroke",
3351
+ "hd": false
3352
+ },
3353
+ {
3354
+ "ty": "fl",
3355
+ "c": { "a": 0, "k": [1, 0.982248642865, 0.907521446078, 1], "ix": 4 },
3356
+ "o": { "a": 0, "k": 100, "ix": 5 },
3357
+ "r": 1,
3358
+ "bm": 0,
3359
+ "nm": "Fill 1",
3360
+ "mn": "ADBE Vector Graphic - Fill",
3361
+ "hd": false
3362
+ },
3363
+ {
3364
+ "ty": "tr",
3365
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3366
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3367
+ "s": { "a": 0, "k": [72, 72], "ix": 3 },
3368
+ "r": { "a": 0, "k": -180, "ix": 6 },
3369
+ "o": { "a": 0, "k": 100, "ix": 7 },
3370
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3371
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3372
+ "nm": "Transform"
3373
+ }
3374
+ ],
3375
+ "nm": "Ellipse 5",
3376
+ "np": 4,
3377
+ "cix": 2,
3378
+ "bm": 0,
3379
+ "ix": 3,
3380
+ "mn": "ADBE Vector Group",
3381
+ "hd": false
3382
+ },
3383
+ {
3384
+ "ty": "gr",
3385
+ "it": [
3386
+ {
3387
+ "ind": 0,
3388
+ "ty": "sh",
3389
+ "ix": 1,
3390
+ "ks": {
3391
+ "a": 0,
3392
+ "k": {
3393
+ "i": [
3394
+ [0, 0],
3395
+ [0.27, 0],
3396
+ [0, 91.679]
3397
+ ],
3398
+ "o": [
3399
+ [0, 0],
3400
+ [-91.679, 0],
3401
+ [1.27, -1]
3402
+ ],
3403
+ "v": [
3404
+ [0, 0],
3405
+ [0, 166],
3406
+ [-166, 0]
3407
+ ],
3408
+ "c": true
3409
+ },
3410
+ "ix": 2
3411
+ },
3412
+ "nm": "Path 1",
3413
+ "mn": "ADBE Vector Shape - Group",
3414
+ "hd": false
3415
+ },
3416
+ {
3417
+ "ty": "tm",
3418
+ "s": { "a": 0, "k": 0, "ix": 1 },
3419
+ "e": { "a": 0, "k": 100, "ix": 2 },
3420
+ "o": { "a": 0, "k": 0, "ix": 3 },
3421
+ "m": 1,
3422
+ "ix": 2,
3423
+ "nm": "Trim Paths 1",
3424
+ "mn": "ADBE Vector Filter - Trim",
3425
+ "hd": false
3426
+ },
3427
+ {
3428
+ "ty": "st",
3429
+ "c": {
3430
+ "a": 0,
3431
+ "k": [0.984283447266, 0.909759521484, 0.596038818359, 1],
3432
+ "ix": 3
3433
+ },
3434
+ "o": { "a": 0, "k": 100, "ix": 4 },
3435
+ "w": { "a": 0, "k": 0, "ix": 5 },
3436
+ "lc": 1,
3437
+ "lj": 1,
3438
+ "ml": 4,
3439
+ "bm": 0,
3440
+ "nm": "Stroke 1",
3441
+ "mn": "ADBE Vector Graphic - Stroke",
3442
+ "hd": false
3443
+ },
3444
+ {
3445
+ "ty": "fl",
3446
+ "c": { "a": 0, "k": [1, 0.982248642865, 0.907521446078, 1], "ix": 4 },
3447
+ "o": { "a": 0, "k": 100, "ix": 5 },
3448
+ "r": 1,
3449
+ "bm": 0,
3450
+ "nm": "Fill 1",
3451
+ "mn": "ADBE Vector Graphic - Fill",
3452
+ "hd": false
3453
+ },
3454
+ {
3455
+ "ty": "tr",
3456
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3457
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3458
+ "s": { "a": 0, "k": [72, 72], "ix": 3 },
3459
+ "r": { "a": 0, "k": 0, "ix": 6 },
3460
+ "o": { "a": 0, "k": 100, "ix": 7 },
3461
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3462
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3463
+ "nm": "Transform"
3464
+ }
3465
+ ],
3466
+ "nm": "Ellipse 2",
3467
+ "np": 4,
3468
+ "cix": 2,
3469
+ "bm": 0,
3470
+ "ix": 4,
3471
+ "mn": "ADBE Vector Group",
3472
+ "hd": false
3473
+ }
3474
+ ],
3475
+ "ip": -9,
3476
+ "op": 171,
3477
+ "st": -9,
3478
+ "bm": 0
3479
+ },
3480
+ {
3481
+ "ddd": 0,
3482
+ "ind": 12,
3483
+ "ty": 4,
3484
+ "nm": "c5",
3485
+ "parent": 4,
3486
+ "sr": 1,
3487
+ "ks": {
3488
+ "o": { "a": 0, "k": 100, "ix": 11 },
3489
+ "r": { "a": 0, "k": 0, "ix": 10 },
3490
+ "p": {
3491
+ "a": 1,
3492
+ "k": [
3493
+ {
3494
+ "i": { "x": 0.667, "y": 1 },
3495
+ "o": { "x": 0.333, "y": 0 },
3496
+ "t": 55,
3497
+ "s": [50, 50, 0],
3498
+ "to": [4.622, 0, 0],
3499
+ "ti": [-4.622, 0, 0]
3500
+ },
3501
+ {
3502
+ "i": { "x": 0.667, "y": 0.667 },
3503
+ "o": { "x": 0.333, "y": 0.333 },
3504
+ "t": 56,
3505
+ "s": [77.73, 50, 0],
3506
+ "to": [0, 0, 0],
3507
+ "ti": [0, 0, 0]
3508
+ },
3509
+ {
3510
+ "i": { "x": 0.09, "y": 1 },
3511
+ "o": { "x": 0.333, "y": 0 },
3512
+ "t": 59,
3513
+ "s": [77.73, 50, 0],
3514
+ "to": [-4.622, 0, 0],
3515
+ "ti": [4.622, 0, 0]
3516
+ },
3517
+ { "t": 70, "s": [50, 50, 0] }
3518
+ ],
3519
+ "ix": 2
3520
+ },
3521
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
3522
+ "s": {
3523
+ "a": 1,
3524
+ "k": [
3525
+ {
3526
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3527
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3528
+ "t": 51,
3529
+ "s": [49, 100, 100]
3530
+ },
3531
+ {
3532
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3533
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3534
+ "t": 55,
3535
+ "s": [0, 100, 100]
3536
+ },
3537
+ {
3538
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
3539
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3540
+ "t": 59,
3541
+ "s": [100, 100, 100]
3542
+ },
3543
+ { "t": 70, "s": [49, 100, 100] }
3544
+ ],
3545
+ "ix": 6
3546
+ }
3547
+ },
3548
+ "ao": 0,
3549
+ "shapes": [
3550
+ {
3551
+ "ty": "gr",
3552
+ "it": [
3553
+ {
3554
+ "ind": 0,
3555
+ "ty": "sh",
3556
+ "ix": 1,
3557
+ "ks": {
3558
+ "a": 0,
3559
+ "k": {
3560
+ "i": [
3561
+ [0, 0],
3562
+ [0.27, 0],
3563
+ [0, 91.679]
3564
+ ],
3565
+ "o": [
3566
+ [0, 0],
3567
+ [-91.679, 0],
3568
+ [1.27, -1]
3569
+ ],
3570
+ "v": [
3571
+ [0, 0],
3572
+ [0, 166],
3573
+ [-166, 0]
3574
+ ],
3575
+ "c": true
3576
+ },
3577
+ "ix": 2
3578
+ },
3579
+ "nm": "Path 1",
3580
+ "mn": "ADBE Vector Shape - Group",
3581
+ "hd": false
3582
+ },
3583
+ {
3584
+ "ty": "tm",
3585
+ "s": { "a": 0, "k": 0, "ix": 1 },
3586
+ "e": { "a": 0, "k": 100, "ix": 2 },
3587
+ "o": { "a": 0, "k": 0, "ix": 3 },
3588
+ "m": 1,
3589
+ "ix": 2,
3590
+ "nm": "Trim Paths 1",
3591
+ "mn": "ADBE Vector Filter - Trim",
3592
+ "hd": false
3593
+ },
3594
+ {
3595
+ "ty": "st",
3596
+ "c": {
3597
+ "a": 0,
3598
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3599
+ "ix": 3
3600
+ },
3601
+ "o": { "a": 0, "k": 100, "ix": 4 },
3602
+ "w": { "a": 0, "k": 0, "ix": 5 },
3603
+ "lc": 1,
3604
+ "lj": 1,
3605
+ "ml": 4,
3606
+ "bm": 0,
3607
+ "nm": "Stroke 1",
3608
+ "mn": "ADBE Vector Graphic - Stroke",
3609
+ "hd": false
3610
+ },
3611
+ {
3612
+ "ty": "fl",
3613
+ "c": {
3614
+ "a": 0,
3615
+ "k": [0.866577148438, 0.890106201172, 0.917572021484, 1],
3616
+ "ix": 4
3617
+ },
3618
+ "o": { "a": 0, "k": 100, "ix": 5 },
3619
+ "r": 1,
3620
+ "bm": 0,
3621
+ "nm": "Fill 1",
3622
+ "mn": "ADBE Vector Graphic - Fill",
3623
+ "hd": false
3624
+ },
3625
+ {
3626
+ "ty": "tr",
3627
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3628
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3629
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3630
+ "r": { "a": 0, "k": 270, "ix": 6 },
3631
+ "o": { "a": 0, "k": 100, "ix": 7 },
3632
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3633
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3634
+ "nm": "Transform"
3635
+ }
3636
+ ],
3637
+ "nm": "Ellipse 4",
3638
+ "np": 4,
3639
+ "cix": 2,
3640
+ "bm": 0,
3641
+ "ix": 1,
3642
+ "mn": "ADBE Vector Group",
3643
+ "hd": false
3644
+ },
3645
+ {
3646
+ "ty": "gr",
3647
+ "it": [
3648
+ {
3649
+ "ind": 0,
3650
+ "ty": "sh",
3651
+ "ix": 1,
3652
+ "ks": {
3653
+ "a": 0,
3654
+ "k": {
3655
+ "i": [
3656
+ [0, 0],
3657
+ [0.27, 0],
3658
+ [0, 91.679]
3659
+ ],
3660
+ "o": [
3661
+ [0, 0],
3662
+ [-91.679, 0],
3663
+ [1.27, -1]
3664
+ ],
3665
+ "v": [
3666
+ [0, 0],
3667
+ [0, 166],
3668
+ [-166, 0]
3669
+ ],
3670
+ "c": true
3671
+ },
3672
+ "ix": 2
3673
+ },
3674
+ "nm": "Path 1",
3675
+ "mn": "ADBE Vector Shape - Group",
3676
+ "hd": false
3677
+ },
3678
+ {
3679
+ "ty": "tm",
3680
+ "s": { "a": 0, "k": 0, "ix": 1 },
3681
+ "e": { "a": 0, "k": 100, "ix": 2 },
3682
+ "o": { "a": 0, "k": 0, "ix": 3 },
3683
+ "m": 1,
3684
+ "ix": 2,
3685
+ "nm": "Trim Paths 1",
3686
+ "mn": "ADBE Vector Filter - Trim",
3687
+ "hd": false
3688
+ },
3689
+ {
3690
+ "ty": "st",
3691
+ "c": {
3692
+ "a": 0,
3693
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3694
+ "ix": 3
3695
+ },
3696
+ "o": { "a": 0, "k": 100, "ix": 4 },
3697
+ "w": { "a": 0, "k": 0, "ix": 5 },
3698
+ "lc": 1,
3699
+ "lj": 1,
3700
+ "ml": 4,
3701
+ "bm": 0,
3702
+ "nm": "Stroke 1",
3703
+ "mn": "ADBE Vector Graphic - Stroke",
3704
+ "hd": false
3705
+ },
3706
+ {
3707
+ "ty": "fl",
3708
+ "c": {
3709
+ "a": 0,
3710
+ "k": [0.866577148438, 0.890106201172, 0.917572021484, 1],
3711
+ "ix": 4
3712
+ },
3713
+ "o": { "a": 0, "k": 100, "ix": 5 },
3714
+ "r": 1,
3715
+ "bm": 0,
3716
+ "nm": "Fill 1",
3717
+ "mn": "ADBE Vector Graphic - Fill",
3718
+ "hd": false
3719
+ },
3720
+ {
3721
+ "ty": "tr",
3722
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3723
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3724
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3725
+ "r": { "a": 0, "k": 90, "ix": 6 },
3726
+ "o": { "a": 0, "k": 100, "ix": 7 },
3727
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3728
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3729
+ "nm": "Transform"
3730
+ }
3731
+ ],
3732
+ "nm": "Ellipse 3",
3733
+ "np": 4,
3734
+ "cix": 2,
3735
+ "bm": 0,
3736
+ "ix": 2,
3737
+ "mn": "ADBE Vector Group",
3738
+ "hd": false
3739
+ },
3740
+ {
3741
+ "ty": "gr",
3742
+ "it": [
3743
+ {
3744
+ "ind": 0,
3745
+ "ty": "sh",
3746
+ "ix": 1,
3747
+ "ks": {
3748
+ "a": 0,
3749
+ "k": {
3750
+ "i": [
3751
+ [0, 0],
3752
+ [0.27, 0],
3753
+ [0, 91.679]
3754
+ ],
3755
+ "o": [
3756
+ [0, 0],
3757
+ [-91.679, 0],
3758
+ [1.27, -1]
3759
+ ],
3760
+ "v": [
3761
+ [0, 0],
3762
+ [0, 166],
3763
+ [-166, 0]
3764
+ ],
3765
+ "c": true
3766
+ },
3767
+ "ix": 2
3768
+ },
3769
+ "nm": "Path 1",
3770
+ "mn": "ADBE Vector Shape - Group",
3771
+ "hd": false
3772
+ },
3773
+ {
3774
+ "ty": "tm",
3775
+ "s": { "a": 0, "k": 0, "ix": 1 },
3776
+ "e": { "a": 0, "k": 100, "ix": 2 },
3777
+ "o": { "a": 0, "k": 0, "ix": 3 },
3778
+ "m": 1,
3779
+ "ix": 2,
3780
+ "nm": "Trim Paths 1",
3781
+ "mn": "ADBE Vector Filter - Trim",
3782
+ "hd": false
3783
+ },
3784
+ {
3785
+ "ty": "st",
3786
+ "c": {
3787
+ "a": 0,
3788
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3789
+ "ix": 3
3790
+ },
3791
+ "o": { "a": 0, "k": 100, "ix": 4 },
3792
+ "w": { "a": 0, "k": 0, "ix": 5 },
3793
+ "lc": 1,
3794
+ "lj": 1,
3795
+ "ml": 4,
3796
+ "bm": 0,
3797
+ "nm": "Stroke 1",
3798
+ "mn": "ADBE Vector Graphic - Stroke",
3799
+ "hd": false
3800
+ },
3801
+ {
3802
+ "ty": "fl",
3803
+ "c": {
3804
+ "a": 0,
3805
+ "k": [0.603304455327, 0.685503671684, 0.761243872549, 1],
3806
+ "ix": 4
3807
+ },
3808
+ "o": { "a": 0, "k": 100, "ix": 5 },
3809
+ "r": 1,
3810
+ "bm": 0,
3811
+ "nm": "Fill 1",
3812
+ "mn": "ADBE Vector Graphic - Fill",
3813
+ "hd": false
3814
+ },
3815
+ {
3816
+ "ty": "tr",
3817
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3818
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3819
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3820
+ "r": { "a": 0, "k": -180, "ix": 6 },
3821
+ "o": { "a": 0, "k": 100, "ix": 7 },
3822
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3823
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3824
+ "nm": "Transform"
3825
+ }
3826
+ ],
3827
+ "nm": "Ellipse 5",
3828
+ "np": 4,
3829
+ "cix": 2,
3830
+ "bm": 0,
3831
+ "ix": 3,
3832
+ "mn": "ADBE Vector Group",
3833
+ "hd": false
3834
+ },
3835
+ {
3836
+ "ty": "gr",
3837
+ "it": [
3838
+ {
3839
+ "ind": 0,
3840
+ "ty": "sh",
3841
+ "ix": 1,
3842
+ "ks": {
3843
+ "a": 0,
3844
+ "k": {
3845
+ "i": [
3846
+ [0, 0],
3847
+ [0.27, 0],
3848
+ [0, 91.679]
3849
+ ],
3850
+ "o": [
3851
+ [0, 0],
3852
+ [-91.679, 0],
3853
+ [1.27, -1]
3854
+ ],
3855
+ "v": [
3856
+ [0, 0],
3857
+ [0, 166],
3858
+ [-166, 0]
3859
+ ],
3860
+ "c": true
3861
+ },
3862
+ "ix": 2
3863
+ },
3864
+ "nm": "Path 1",
3865
+ "mn": "ADBE Vector Shape - Group",
3866
+ "hd": false
3867
+ },
3868
+ {
3869
+ "ty": "tm",
3870
+ "s": { "a": 0, "k": 0, "ix": 1 },
3871
+ "e": { "a": 0, "k": 100, "ix": 2 },
3872
+ "o": { "a": 0, "k": 0, "ix": 3 },
3873
+ "m": 1,
3874
+ "ix": 2,
3875
+ "nm": "Trim Paths 1",
3876
+ "mn": "ADBE Vector Filter - Trim",
3877
+ "hd": false
3878
+ },
3879
+ {
3880
+ "ty": "st",
3881
+ "c": {
3882
+ "a": 0,
3883
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
3884
+ "ix": 3
3885
+ },
3886
+ "o": { "a": 0, "k": 100, "ix": 4 },
3887
+ "w": { "a": 0, "k": 0, "ix": 5 },
3888
+ "lc": 1,
3889
+ "lj": 1,
3890
+ "ml": 4,
3891
+ "bm": 0,
3892
+ "nm": "Stroke 1",
3893
+ "mn": "ADBE Vector Graphic - Stroke",
3894
+ "hd": false
3895
+ },
3896
+ {
3897
+ "ty": "fl",
3898
+ "c": {
3899
+ "a": 0,
3900
+ "k": [0.603304455327, 0.685503671684, 0.761243872549, 1],
3901
+ "ix": 4
3902
+ },
3903
+ "o": { "a": 0, "k": 100, "ix": 5 },
3904
+ "r": 1,
3905
+ "bm": 0,
3906
+ "nm": "Fill 1",
3907
+ "mn": "ADBE Vector Graphic - Fill",
3908
+ "hd": false
3909
+ },
3910
+ {
3911
+ "ty": "tr",
3912
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
3913
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
3914
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
3915
+ "r": { "a": 0, "k": 0, "ix": 6 },
3916
+ "o": { "a": 0, "k": 100, "ix": 7 },
3917
+ "sk": { "a": 0, "k": 0, "ix": 4 },
3918
+ "sa": { "a": 0, "k": 0, "ix": 5 },
3919
+ "nm": "Transform"
3920
+ }
3921
+ ],
3922
+ "nm": "Ellipse 2",
3923
+ "np": 4,
3924
+ "cix": 2,
3925
+ "bm": 0,
3926
+ "ix": 4,
3927
+ "mn": "ADBE Vector Group",
3928
+ "hd": false
3929
+ }
3930
+ ],
3931
+ "ip": -9,
3932
+ "op": 171,
3933
+ "st": -9,
3934
+ "bm": 0
3935
+ },
3936
+ {
3937
+ "ddd": 0,
3938
+ "ind": 13,
3939
+ "ty": 4,
3940
+ "nm": "Thickness",
3941
+ "parent": 4,
3942
+ "sr": 1,
3943
+ "ks": {
3944
+ "o": { "a": 0, "k": 100, "ix": 11 },
3945
+ "r": { "a": 0, "k": 0, "ix": 10 },
3946
+ "p": {
3947
+ "a": 1,
3948
+ "k": [
3949
+ {
3950
+ "i": { "x": 0.667, "y": 1 },
3951
+ "o": { "x": 0.333, "y": 0 },
3952
+ "t": 56,
3953
+ "s": [50, 50, 0],
3954
+ "to": [4.333, 0, 0],
3955
+ "ti": [0, 0, 0]
3956
+ },
3957
+ {
3958
+ "i": { "x": 0.09, "y": 1 },
3959
+ "o": { "x": 0.333, "y": 0 },
3960
+ "t": 59,
3961
+ "s": [76, 50, 0],
3962
+ "to": [0, 0, 0],
3963
+ "ti": [4.333, 0, 0]
3964
+ },
3965
+ { "t": 70, "s": [50, 50, 0] }
3966
+ ],
3967
+ "ix": 2
3968
+ },
3969
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
3970
+ "s": {
3971
+ "a": 1,
3972
+ "k": [
3973
+ {
3974
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
3975
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3976
+ "t": 56,
3977
+ "s": [90, 100, 100]
3978
+ },
3979
+ {
3980
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
3981
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
3982
+ "t": 59,
3983
+ "s": [0, 100, 100]
3984
+ },
3985
+ { "t": 70, "s": [90, 100, 100] }
3986
+ ],
3987
+ "ix": 6
3988
+ }
3989
+ },
3990
+ "ao": 0,
3991
+ "shapes": [
3992
+ {
3993
+ "ty": "gr",
3994
+ "it": [
3995
+ {
3996
+ "ty": "rc",
3997
+ "d": 1,
3998
+ "s": { "a": 0, "k": [33, 332], "ix": 2 },
3999
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
4000
+ "r": { "a": 0, "k": 0, "ix": 4 },
4001
+ "nm": "Rectangle Path 1",
4002
+ "mn": "ADBE Vector Shape - Rect",
4003
+ "hd": false
4004
+ },
4005
+ {
4006
+ "ty": "st",
4007
+ "c": {
4008
+ "a": 0,
4009
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
4010
+ "ix": 3
4011
+ },
4012
+ "o": { "a": 0, "k": 100, "ix": 4 },
4013
+ "w": { "a": 0, "k": 0, "ix": 5 },
4014
+ "lc": 1,
4015
+ "lj": 1,
4016
+ "ml": 4,
4017
+ "bm": 0,
4018
+ "nm": "Stroke 1",
4019
+ "mn": "ADBE Vector Graphic - Stroke",
4020
+ "hd": false
4021
+ },
4022
+ {
4023
+ "ty": "fl",
4024
+ "c": {
4025
+ "a": 0,
4026
+ "k": [0.343963623047, 0.375518798828, 0.404541015625, 1],
4027
+ "ix": 4
4028
+ },
4029
+ "o": { "a": 0, "k": 100, "ix": 5 },
4030
+ "r": 1,
4031
+ "bm": 0,
4032
+ "nm": "Fill 1",
4033
+ "mn": "ADBE Vector Graphic - Fill",
4034
+ "hd": false
4035
+ },
4036
+ {
4037
+ "ty": "tr",
4038
+ "p": { "a": 0, "k": [14.074, 0], "ix": 2 },
4039
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4040
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
4041
+ "r": { "a": 0, "k": 0, "ix": 6 },
4042
+ "o": { "a": 0, "k": 100, "ix": 7 },
4043
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4044
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4045
+ "nm": "Transform"
4046
+ }
4047
+ ],
4048
+ "nm": "Rectangle 1",
4049
+ "np": 3,
4050
+ "cix": 2,
4051
+ "bm": 0,
4052
+ "ix": 1,
4053
+ "mn": "ADBE Vector Group",
4054
+ "hd": false
4055
+ }
4056
+ ],
4057
+ "ip": -9,
4058
+ "op": 171,
4059
+ "st": -9,
4060
+ "bm": 0
4061
+ },
4062
+ {
4063
+ "ddd": 0,
4064
+ "ind": 14,
4065
+ "ty": 4,
4066
+ "nm": "Back",
4067
+ "parent": 4,
4068
+ "sr": 1,
4069
+ "ks": {
4070
+ "o": { "a": 0, "k": 100, "ix": 11 },
4071
+ "r": { "a": 0, "k": 0, "ix": 10 },
4072
+ "p": {
4073
+ "a": 1,
4074
+ "k": [
4075
+ {
4076
+ "i": { "x": 0.667, "y": 1 },
4077
+ "o": { "x": 0.333, "y": 0 },
4078
+ "t": 55,
4079
+ "s": [79.4, 50, 0],
4080
+ "to": [-5.278, 0, 0],
4081
+ "ti": [0.333, 0, 0]
4082
+ },
4083
+ {
4084
+ "i": { "x": 0.667, "y": 1 },
4085
+ "o": { "x": 0.333, "y": 0 },
4086
+ "t": 56,
4087
+ "s": [47.73, 50, 0],
4088
+ "to": [-0.333, 0, 0],
4089
+ "ti": [-5.278, 0, 0]
4090
+ },
4091
+ {
4092
+ "i": { "x": 0.09, "y": 1 },
4093
+ "o": { "x": 0.333, "y": 0 },
4094
+ "t": 59,
4095
+ "s": [77.4, 50, 0],
4096
+ "to": [5.278, 0, 0],
4097
+ "ti": [-0.333, 0, 0]
4098
+ },
4099
+ { "t": 70, "s": [79.4, 50, 0] }
4100
+ ],
4101
+ "ix": 2
4102
+ },
4103
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
4104
+ "s": {
4105
+ "a": 1,
4106
+ "k": [
4107
+ {
4108
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
4109
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
4110
+ "t": 51,
4111
+ "s": [49, 100, 100]
4112
+ },
4113
+ {
4114
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
4115
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
4116
+ "t": 55,
4117
+ "s": [0, 100, 100]
4118
+ },
4119
+ {
4120
+ "i": { "x": [0.09, 0.09, 0.09], "y": [1, 1, 1] },
4121
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
4122
+ "t": 59,
4123
+ "s": [100, 100, 100]
4124
+ },
4125
+ { "t": 70, "s": [49, 100, 100] }
4126
+ ],
4127
+ "ix": 6
4128
+ }
4129
+ },
4130
+ "ao": 0,
4131
+ "shapes": [
4132
+ {
4133
+ "ty": "gr",
4134
+ "it": [
4135
+ {
4136
+ "d": 1,
4137
+ "ty": "el",
4138
+ "s": { "a": 0, "k": [332, 332], "ix": 2 },
4139
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
4140
+ "nm": "Ellipse Path 1",
4141
+ "mn": "ADBE Vector Shape - Ellipse",
4142
+ "hd": false
4143
+ },
4144
+ {
4145
+ "ty": "st",
4146
+ "c": {
4147
+ "a": 0,
4148
+ "k": [0.854902020623, 0.317646998985, 0.027450999092, 1],
4149
+ "ix": 3
4150
+ },
4151
+ "o": { "a": 0, "k": 100, "ix": 4 },
4152
+ "w": { "a": 0, "k": 0, "ix": 5 },
4153
+ "lc": 1,
4154
+ "lj": 1,
4155
+ "ml": 4,
4156
+ "bm": 0,
4157
+ "nm": "Stroke 1",
4158
+ "mn": "ADBE Vector Graphic - Stroke",
4159
+ "hd": false
4160
+ },
4161
+ {
4162
+ "ty": "fl",
4163
+ "c": {
4164
+ "a": 0,
4165
+ "k": [0.343963623047, 0.375518798828, 0.404541015625, 1],
4166
+ "ix": 4
4167
+ },
4168
+ "o": { "a": 0, "k": 100, "ix": 5 },
4169
+ "r": 1,
4170
+ "bm": 0,
4171
+ "nm": "Fill 1",
4172
+ "mn": "ADBE Vector Graphic - Fill",
4173
+ "hd": false
4174
+ },
4175
+ {
4176
+ "ty": "tr",
4177
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
4178
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4179
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
4180
+ "r": { "a": 0, "k": 0, "ix": 6 },
4181
+ "o": { "a": 0, "k": 100, "ix": 7 },
4182
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4183
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4184
+ "nm": "Transform"
4185
+ }
4186
+ ],
4187
+ "nm": "Ellipse 1",
4188
+ "np": 3,
4189
+ "cix": 2,
4190
+ "bm": 0,
4191
+ "ix": 1,
4192
+ "mn": "ADBE Vector Group",
4193
+ "hd": false
4194
+ }
4195
+ ],
4196
+ "ip": -9,
4197
+ "op": 171,
4198
+ "st": -9,
4199
+ "bm": 0
4200
+ },
4201
+ {
4202
+ "ddd": 0,
4203
+ "ind": 15,
4204
+ "ty": 4,
4205
+ "nm": "Arrow-front 7",
4206
+ "parent": 2,
4207
+ "sr": 1,
4208
+ "ks": {
4209
+ "o": { "a": 0, "k": 100, "ix": 11 },
4210
+ "r": { "a": 0, "k": 0, "ix": 10 },
4211
+ "p": { "a": 0, "k": [194.28, -0.28, 0], "ix": 2 },
4212
+ "a": { "a": 0, "k": [253.825, 499.835, 0], "ix": 1 },
4213
+ "s": { "a": 0, "k": [-169.492, 169.492, 100], "ix": 6 }
4214
+ },
4215
+ "ao": 0,
4216
+ "shapes": [
4217
+ {
4218
+ "ty": "gr",
4219
+ "it": [
4220
+ {
4221
+ "ty": "gr",
4222
+ "it": [
4223
+ {
4224
+ "ind": 0,
4225
+ "ty": "sh",
4226
+ "ix": 1,
4227
+ "ks": {
4228
+ "a": 0,
4229
+ "k": {
4230
+ "i": [
4231
+ [0, 0],
4232
+ [0, 0],
4233
+ [0, 0],
4234
+ [0, 0]
4235
+ ],
4236
+ "o": [
4237
+ [0, 0],
4238
+ [0, 0],
4239
+ [0, 0],
4240
+ [0, 0]
4241
+ ],
4242
+ "v": [
4243
+ [-4.219, 4.219],
4244
+ [-10.455, -16.08],
4245
+ [-16.08, 16.08],
4246
+ [16.08, 10.455]
4247
+ ],
4248
+ "c": true
4249
+ },
4250
+ "ix": 2
4251
+ },
4252
+ "nm": "Path 1",
4253
+ "mn": "ADBE Vector Shape - Group",
4254
+ "hd": false
4255
+ },
4256
+ {
4257
+ "ty": "fl",
4258
+ "c": {
4259
+ "a": 0,
4260
+ "k": [0.620452880859, 0.69384765625, 0.761444091797, 1],
4261
+ "ix": 4
4262
+ },
4263
+ "o": { "a": 0, "k": 100, "ix": 5 },
4264
+ "r": 1,
4265
+ "bm": 0,
4266
+ "nm": "Fill 1",
4267
+ "mn": "ADBE Vector Graphic - Fill",
4268
+ "hd": false
4269
+ },
4270
+ {
4271
+ "ty": "tr",
4272
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
4273
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4274
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
4275
+ "r": { "a": 0, "k": 45, "ix": 6 },
4276
+ "o": { "a": 0, "k": 100, "ix": 7 },
4277
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4278
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4279
+ "nm": "Transform"
4280
+ }
4281
+ ],
4282
+ "nm": "Rectangle 1805",
4283
+ "np": 2,
4284
+ "cix": 2,
4285
+ "bm": 0,
4286
+ "ix": 1,
4287
+ "mn": "ADBE Vector Group",
4288
+ "hd": false
4289
+ },
4290
+ {
4291
+ "ty": "tr",
4292
+ "p": { "a": 0, "k": [352.215, 499.835], "ix": 2 },
4293
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4294
+ "s": { "a": 0, "k": [-41.3, 41.3], "ix": 3 },
4295
+ "r": { "a": 0, "k": 0, "ix": 6 },
4296
+ "o": {
4297
+ "a": 1,
4298
+ "k": [
4299
+ {
4300
+ "i": { "x": [0.833], "y": [0.833] },
4301
+ "o": { "x": [0.167], "y": [0.167] },
4302
+ "t": 20,
4303
+ "s": [100]
4304
+ },
4305
+ { "t": 21, "s": [0] }
4306
+ ],
4307
+ "ix": 7
4308
+ },
4309
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4310
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4311
+ "nm": "Transform"
4312
+ }
4313
+ ],
4314
+ "nm": "Tip",
4315
+ "np": 1,
4316
+ "cix": 2,
4317
+ "bm": 0,
4318
+ "ix": 1,
4319
+ "mn": "ADBE Vector Group",
4320
+ "hd": false
4321
+ },
4322
+ {
4323
+ "ty": "gr",
4324
+ "it": [
4325
+ {
4326
+ "ty": "gr",
4327
+ "it": [
4328
+ {
4329
+ "ind": 0,
4330
+ "ty": "sh",
4331
+ "ix": 1,
4332
+ "ks": {
4333
+ "a": 1,
4334
+ "k": [
4335
+ {
4336
+ "i": { "x": 0.833, "y": 0.833 },
4337
+ "o": { "x": 0.167, "y": 0.167 },
4338
+ "t": 21,
4339
+ "s": [
4340
+ {
4341
+ "i": [
4342
+ [0, 0],
4343
+ [0, 0]
4344
+ ],
4345
+ "o": [
4346
+ [0, 0],
4347
+ [0, 0]
4348
+ ],
4349
+ "v": [
4350
+ [90, -12],
4351
+ [472, -12]
4352
+ ],
4353
+ "c": false
4354
+ }
4355
+ ]
4356
+ },
4357
+ {
4358
+ "i": { "x": 0.833, "y": 0.833 },
4359
+ "o": { "x": 0.167, "y": 0.167 },
4360
+ "t": 22.833,
4361
+ "s": [
4362
+ {
4363
+ "i": [
4364
+ [0, 0],
4365
+ [-306.654, 14.463]
4366
+ ],
4367
+ "o": [
4368
+ [0, 0],
4369
+ [82.639, -3.898]
4370
+ ],
4371
+ "v": [
4372
+ [90, -12],
4373
+ [472.131, -14.497]
4374
+ ],
4375
+ "c": false
4376
+ }
4377
+ ]
4378
+ },
4379
+ {
4380
+ "i": { "x": 0.833, "y": 0.833 },
4381
+ "o": { "x": 0.167, "y": 0.167 },
4382
+ "t": 24.667,
4383
+ "s": [
4384
+ {
4385
+ "i": [
4386
+ [0, 0],
4387
+ [-302.459, -8.291]
4388
+ ],
4389
+ "o": [
4390
+ [0, 0],
4391
+ [82.7, 2.267]
4392
+ ],
4393
+ "v": [
4394
+ [90, -12],
4395
+ [472.805, -9.517]
4396
+ ],
4397
+ "c": false
4398
+ }
4399
+ ]
4400
+ },
4401
+ {
4402
+ "t": 26.5,
4403
+ "s": [
4404
+ {
4405
+ "i": [
4406
+ [0, 0],
4407
+ [0, 0]
4408
+ ],
4409
+ "o": [
4410
+ [0, 0],
4411
+ [0, 0]
4412
+ ],
4413
+ "v": [
4414
+ [90, -12],
4415
+ [472, -12]
4416
+ ],
4417
+ "c": false
4418
+ }
4419
+ ]
4420
+ }
4421
+ ],
4422
+ "ix": 2
4423
+ },
4424
+ "nm": "Path 1",
4425
+ "mn": "ADBE Vector Shape - Group",
4426
+ "hd": false
4427
+ },
4428
+ {
4429
+ "ty": "st",
4430
+ "c": {
4431
+ "a": 0,
4432
+ "k": [0.179504394531, 0.254119873047, 0.322875976563, 1],
4433
+ "ix": 3
4434
+ },
4435
+ "o": { "a": 0, "k": 100, "ix": 4 },
4436
+ "w": { "a": 0, "k": 15, "ix": 5 },
4437
+ "lc": 2,
4438
+ "lj": 1,
4439
+ "ml": 4,
4440
+ "bm": 0,
4441
+ "nm": "Stroke 1",
4442
+ "mn": "ADBE Vector Graphic - Stroke",
4443
+ "hd": false
4444
+ },
4445
+ {
4446
+ "ty": "tr",
4447
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
4448
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4449
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
4450
+ "r": { "a": 0, "k": 0, "ix": 6 },
4451
+ "o": { "a": 0, "k": 100, "ix": 7 },
4452
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4453
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4454
+ "nm": "Transform"
4455
+ }
4456
+ ],
4457
+ "nm": "Shape 1",
4458
+ "np": 3,
4459
+ "cix": 2,
4460
+ "bm": 0,
4461
+ "ix": 1,
4462
+ "mn": "ADBE Vector Group",
4463
+ "hd": false
4464
+ },
4465
+ {
4466
+ "ty": "tr",
4467
+ "p": { "a": 0, "k": [365.62, 500], "ix": 2 },
4468
+ "a": { "a": 0, "k": [90, -12], "ix": 1 },
4469
+ "s": { "a": 0, "k": [-59, 59], "ix": 3 },
4470
+ "r": {
4471
+ "a": 1,
4472
+ "k": [
4473
+ {
4474
+ "i": { "x": [0.833], "y": [0.833] },
4475
+ "o": { "x": [0.167], "y": [0.167] },
4476
+ "t": 21,
4477
+ "s": [0]
4478
+ },
4479
+ {
4480
+ "i": { "x": [0.833], "y": [0.833] },
4481
+ "o": { "x": [0.167], "y": [0.167] },
4482
+ "t": 22.833,
4483
+ "s": [3]
4484
+ },
4485
+ {
4486
+ "i": { "x": [0.833], "y": [0.833] },
4487
+ "o": { "x": [0.167], "y": [0.167] },
4488
+ "t": 24.667,
4489
+ "s": [-2]
4490
+ },
4491
+ { "t": 26.5, "s": [0] }
4492
+ ],
4493
+ "ix": 6
4494
+ },
4495
+ "o": { "a": 0, "k": 100, "ix": 7 },
4496
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4497
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4498
+ "nm": "Transform"
4499
+ }
4500
+ ],
4501
+ "nm": "Body",
4502
+ "np": 1,
4503
+ "cix": 2,
4504
+ "bm": 0,
4505
+ "ix": 2,
4506
+ "mn": "ADBE Vector Group",
4507
+ "hd": false
4508
+ },
4509
+ {
4510
+ "ty": "gr",
4511
+ "it": [
4512
+ {
4513
+ "ty": "gr",
4514
+ "it": [
4515
+ {
4516
+ "ty": "gr",
4517
+ "it": [
4518
+ {
4519
+ "ind": 0,
4520
+ "ty": "sh",
4521
+ "ix": 1,
4522
+ "ks": {
4523
+ "a": 0,
4524
+ "k": {
4525
+ "i": [
4526
+ [0, 0],
4527
+ [0, 0],
4528
+ [0, 0],
4529
+ [0, 0]
4530
+ ],
4531
+ "o": [
4532
+ [0, 0],
4533
+ [0, 0],
4534
+ [0, 0],
4535
+ [0, 0]
4536
+ ],
4537
+ "v": [
4538
+ [12.5, -5],
4539
+ [-22.5, -5],
4540
+ [-12.5, 7],
4541
+ [22.5, 7]
4542
+ ],
4543
+ "c": true
4544
+ },
4545
+ "ix": 2
4546
+ },
4547
+ "nm": "Path 1",
4548
+ "mn": "ADBE Vector Shape - Group",
4549
+ "hd": false
4550
+ },
4551
+ {
4552
+ "ty": "fl",
4553
+ "c": {
4554
+ "a": 0,
4555
+ "k": [0.522368187998, 0.686726469152, 0.873468137255, 1],
4556
+ "ix": 4
4557
+ },
4558
+ "o": { "a": 0, "k": 100, "ix": 5 },
4559
+ "r": 1,
4560
+ "bm": 0,
4561
+ "nm": "Fill 1",
4562
+ "mn": "ADBE Vector Graphic - Fill",
4563
+ "hd": false
4564
+ },
4565
+ {
4566
+ "ty": "tr",
4567
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
4568
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4569
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
4570
+ "r": { "a": 0, "k": 0, "ix": 6 },
4571
+ "o": { "a": 0, "k": 100, "ix": 7 },
4572
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4573
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4574
+ "nm": "Transform"
4575
+ }
4576
+ ],
4577
+ "nm": "Rectangle 1808",
4578
+ "np": 2,
4579
+ "cix": 2,
4580
+ "bm": 0,
4581
+ "ix": 1,
4582
+ "mn": "ADBE Vector Group",
4583
+ "hd": false
4584
+ },
4585
+ {
4586
+ "ty": "tr",
4587
+ "p": { "a": 0, "k": [372.5, 171], "ix": 2 },
4588
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4589
+ "s": { "a": 0, "k": [-100, -100], "ix": 3 },
4590
+ "r": { "a": 0, "k": 0, "ix": 6 },
4591
+ "o": { "a": 0, "k": 100, "ix": 7 },
4592
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4593
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4594
+ "nm": "Transform"
4595
+ }
4596
+ ],
4597
+ "nm": "Bottom",
4598
+ "np": 1,
4599
+ "cix": 2,
4600
+ "bm": 0,
4601
+ "ix": 1,
4602
+ "mn": "ADBE Vector Group",
4603
+ "hd": false
4604
+ },
4605
+ {
4606
+ "ty": "gr",
4607
+ "it": [
4608
+ {
4609
+ "ty": "gr",
4610
+ "it": [
4611
+ {
4612
+ "ind": 0,
4613
+ "ty": "sh",
4614
+ "ix": 1,
4615
+ "ks": {
4616
+ "a": 0,
4617
+ "k": {
4618
+ "i": [
4619
+ [0, 0],
4620
+ [0, 0],
4621
+ [0, 0],
4622
+ [0, 0]
4623
+ ],
4624
+ "o": [
4625
+ [0, 0],
4626
+ [0, 0],
4627
+ [0, 0],
4628
+ [0, 0]
4629
+ ],
4630
+ "v": [
4631
+ [23, -5],
4632
+ [-12, -5],
4633
+ [-23, 7],
4634
+ [12, 7]
4635
+ ],
4636
+ "c": true
4637
+ },
4638
+ "ix": 2
4639
+ },
4640
+ "nm": "Path 1",
4641
+ "mn": "ADBE Vector Shape - Group",
4642
+ "hd": false
4643
+ },
4644
+ {
4645
+ "ty": "fl",
4646
+ "c": {
4647
+ "a": 0,
4648
+ "k": [0.522368187998, 0.686726469152, 0.873468137255, 1],
4649
+ "ix": 4
4650
+ },
4651
+ "o": { "a": 0, "k": 100, "ix": 5 },
4652
+ "r": 1,
4653
+ "bm": 0,
4654
+ "nm": "Fill 1",
4655
+ "mn": "ADBE Vector Graphic - Fill",
4656
+ "hd": false
4657
+ },
4658
+ {
4659
+ "ty": "tr",
4660
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
4661
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4662
+ "s": { "a": 0, "k": [300, 300], "ix": 3 },
4663
+ "r": { "a": 0, "k": 0, "ix": 6 },
4664
+ "o": { "a": 0, "k": 100, "ix": 7 },
4665
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4666
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4667
+ "nm": "Transform"
4668
+ }
4669
+ ],
4670
+ "nm": "Rectangle 1807",
4671
+ "np": 2,
4672
+ "cix": 2,
4673
+ "bm": 0,
4674
+ "ix": 1,
4675
+ "mn": "ADBE Vector Group",
4676
+ "hd": false
4677
+ },
4678
+ {
4679
+ "ty": "tr",
4680
+ "p": { "a": 0, "k": [374, 129], "ix": 2 },
4681
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
4682
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
4683
+ "r": { "a": 0, "k": 0, "ix": 6 },
4684
+ "o": { "a": 0, "k": 100, "ix": 7 },
4685
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4686
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4687
+ "nm": "Transform"
4688
+ }
4689
+ ],
4690
+ "nm": "Top",
4691
+ "np": 1,
4692
+ "cix": 2,
4693
+ "bm": 0,
4694
+ "ix": 2,
4695
+ "mn": "ADBE Vector Group",
4696
+ "hd": false
4697
+ },
4698
+ {
4699
+ "ty": "tr",
4700
+ "p": {
4701
+ "a": 1,
4702
+ "k": [
4703
+ {
4704
+ "i": { "x": 0.833, "y": 0.833 },
4705
+ "o": { "x": 0.167, "y": 0.167 },
4706
+ "t": 21,
4707
+ "s": [208.68, 500],
4708
+ "to": [0, -1],
4709
+ "ti": [0, -0.667]
4710
+ },
4711
+ {
4712
+ "i": { "x": 0.833, "y": 0.833 },
4713
+ "o": { "x": 0.167, "y": 0.167 },
4714
+ "t": 23,
4715
+ "s": [208.68, 494],
4716
+ "to": [0, 0.667],
4717
+ "ti": [0, -1]
4718
+ },
4719
+ {
4720
+ "i": { "x": 0.833, "y": 0.833 },
4721
+ "o": { "x": 0.167, "y": 0.167 },
4722
+ "t": 25,
4723
+ "s": [208.68, 504],
4724
+ "to": [0, 1],
4725
+ "ti": [0, 0.667]
4726
+ },
4727
+ { "t": 27, "s": [208.68, 500] }
4728
+ ],
4729
+ "ix": 2
4730
+ },
4731
+ "a": { "a": 0, "k": [305, 150], "ix": 1 },
4732
+ "s": { "a": 0, "k": [-59, 59], "ix": 3 },
4733
+ "r": {
4734
+ "a": 1,
4735
+ "k": [
4736
+ {
4737
+ "i": { "x": [0.833], "y": [0.833] },
4738
+ "o": { "x": [0.167], "y": [0.167] },
4739
+ "t": 21,
4740
+ "s": [0]
4741
+ },
4742
+ {
4743
+ "i": { "x": [0.833], "y": [0.833] },
4744
+ "o": { "x": [0.167], "y": [0.167] },
4745
+ "t": 23,
4746
+ "s": [4]
4747
+ },
4748
+ {
4749
+ "i": { "x": [0.833], "y": [0.833] },
4750
+ "o": { "x": [0.167], "y": [0.167] },
4751
+ "t": 25,
4752
+ "s": [-3]
4753
+ },
4754
+ { "t": 27, "s": [0] }
4755
+ ],
4756
+ "ix": 6
4757
+ },
4758
+ "o": { "a": 0, "k": 100, "ix": 7 },
4759
+ "sk": { "a": 0, "k": 0, "ix": 4 },
4760
+ "sa": { "a": 0, "k": 0, "ix": 5 },
4761
+ "nm": "Transform"
4762
+ }
4763
+ ],
4764
+ "nm": "Feather",
4765
+ "np": 2,
4766
+ "cix": 2,
4767
+ "bm": 0,
4768
+ "ix": 3,
4769
+ "mn": "ADBE Vector Group",
4770
+ "hd": false
4771
+ }
4772
+ ],
4773
+ "ip": 55,
4774
+ "op": 59,
4775
+ "st": -9,
4776
+ "bm": 0
4777
+ }
4778
+ ]
4779
+ }
4780
+ ],
4781
+ "layers": [
4782
+ {
4783
+ "ddd": 0,
4784
+ "ind": 1,
4785
+ "ty": 0,
4786
+ "nm": "S3",
4787
+ "refId": "comp_0",
4788
+ "sr": 1,
4789
+ "ks": {
4790
+ "o": { "a": 0, "k": 100, "ix": 11 },
4791
+ "r": { "a": 0, "k": 0, "ix": 10 },
4792
+ "p": {
4793
+ "s": true,
4794
+ "x": { "a": 0, "k": 701, "ix": 3 },
4795
+ "y": { "a": 0, "k": 328.5, "ix": 4 }
4796
+ },
4797
+ "a": { "a": 0, "k": [701, 500, 0], "ix": 1 },
4798
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
4799
+ },
4800
+ "ao": 0,
4801
+ "w": 1402,
4802
+ "h": 1000,
4803
+ "ip": 0,
4804
+ "op": 118,
4805
+ "st": 0,
4806
+ "bm": 0
4807
+ }
4808
+ ],
4809
+ "markers": []
4810
+ }