@cuemath/leap 3.2.18-mb → 3.2.19-beta-0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (328) hide show
  1. package/dist/assets/illustrations/illustrations.js +11 -5
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/line-icons/icons/after-noon.js +34 -0
  4. package/dist/assets/line-icons/icons/after-noon.js.map +1 -0
  5. package/dist/assets/line-icons/icons/apple-icon-white.js +42 -0
  6. package/dist/assets/line-icons/icons/apple-icon-white.js.map +1 -0
  7. package/dist/assets/line-icons/icons/cue-board-filled.js +33 -0
  8. package/dist/assets/line-icons/icons/cue-board-filled.js.map +1 -0
  9. package/dist/assets/line-icons/icons/cue-board.js +23 -0
  10. package/dist/assets/line-icons/icons/cue-board.js.map +1 -0
  11. package/dist/assets/line-icons/icons/evening.js +35 -0
  12. package/dist/assets/line-icons/icons/evening.js.map +1 -0
  13. package/dist/assets/line-icons/icons/hint-fill.js +35 -0
  14. package/dist/assets/line-icons/icons/hint-fill.js.map +1 -0
  15. package/dist/assets/line-icons/icons/morning.js +35 -0
  16. package/dist/assets/line-icons/icons/morning.js.map +1 -0
  17. package/dist/assets/line-icons/icons/screen-grab-filled.js +35 -0
  18. package/dist/assets/line-icons/icons/screen-grab-filled.js.map +1 -0
  19. package/dist/assets/line-icons/icons/screen-grab.js +23 -0
  20. package/dist/assets/line-icons/icons/screen-grab.js.map +1 -0
  21. package/dist/assets/line-icons/icons/sticker-filled.js +64 -0
  22. package/dist/assets/line-icons/icons/sticker-filled.js.map +1 -0
  23. package/dist/assets/line-icons/icons/sticker.js +46 -0
  24. package/dist/assets/line-icons/icons/sticker.js.map +1 -0
  25. package/dist/assets/lottie/lottie.js +16 -1
  26. package/dist/assets/lottie/lottie.js.map +1 -1
  27. package/dist/features/analytics-events/platform-events-student.js +2 -1
  28. package/dist/features/analytics-events/platform-events-student.js.map +1 -1
  29. package/dist/features/analytics-events/platform-events-teacher.js +6 -4
  30. package/dist/features/analytics-events/platform-events-teacher.js.map +1 -1
  31. package/dist/features/analytics-events/whitelist-events.js +10 -8
  32. package/dist/features/analytics-events/whitelist-events.js.map +1 -1
  33. package/dist/features/auth/account-selector/account-selector.js +26 -25
  34. package/dist/features/auth/account-selector/account-selector.js.map +1 -1
  35. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js +9 -0
  36. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js.map +1 -0
  37. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +52 -0
  38. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +1 -0
  39. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +93 -0
  40. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +1 -0
  41. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text-styled.js +10 -0
  42. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text-styled.js.map +1 -0
  43. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text.js +17 -0
  44. package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text.js.map +1 -0
  45. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +20 -14
  46. package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -1
  47. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js +12 -0
  48. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js.map +1 -0
  49. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js +34 -0
  50. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js.map +1 -0
  51. package/dist/features/auth/comps/otp-input/otp-input-styled.js +26 -0
  52. package/dist/features/auth/comps/otp-input/otp-input-styled.js.map +1 -0
  53. package/dist/features/auth/comps/otp-input/otp-input.js +50 -0
  54. package/dist/features/auth/comps/otp-input/otp-input.js.map +1 -0
  55. package/dist/features/auth/comps/pill-button/pill-button-styled.js +44 -0
  56. package/dist/features/auth/comps/pill-button/pill-button-styled.js.map +1 -0
  57. package/dist/features/auth/comps/pill-button/pill-button.js +74 -0
  58. package/dist/features/auth/comps/pill-button/pill-button.js.map +1 -0
  59. package/dist/features/auth/comps/resend-otp/resend-otp.js +54 -47
  60. package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -1
  61. package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js +17 -0
  62. package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js.map +1 -0
  63. package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js +67 -0
  64. package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js.map +1 -0
  65. package/dist/features/auth/comps/tabs/tab-tem/tab-item.js +29 -17
  66. package/dist/features/auth/comps/tabs/tab-tem/tab-item.js.map +1 -1
  67. package/dist/features/auth/comps/tabs/tabs-styled.js +22 -10
  68. package/dist/features/auth/comps/tabs/tabs-styled.js.map +1 -1
  69. package/dist/features/auth/comps/tabs/tabs.js +5 -5
  70. package/dist/features/auth/comps/tabs/tabs.js.map +1 -1
  71. package/dist/features/auth/comps/user-list/user-item/user-item.js +30 -31
  72. package/dist/features/auth/comps/user-list/user-item/user-item.js.map +1 -1
  73. package/dist/features/auth/comps/user-list/user-list.js +35 -34
  74. package/dist/features/auth/comps/user-list/user-list.js.map +1 -1
  75. package/dist/features/auth/forgot-password/forgot-password-styled.js +14 -15
  76. package/dist/features/auth/forgot-password/forgot-password-styled.js.map +1 -1
  77. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js +6 -7
  78. package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js.map +1 -1
  79. package/dist/features/auth/login/login-styled.js +8 -9
  80. package/dist/features/auth/login/login-styled.js.map +1 -1
  81. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js +19 -0
  82. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js.map +1 -0
  83. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js +32 -0
  84. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js.map +1 -0
  85. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js +44 -0
  86. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js.map +1 -0
  87. package/dist/features/auth/pla-signup/signup-header/signup-header.js +54 -0
  88. package/dist/features/auth/pla-signup/signup-header/signup-header.js.map +1 -0
  89. package/dist/features/auth/pla-signup/signup-options/signup-options.js +83 -0
  90. package/dist/features/auth/pla-signup/signup-options/signup-options.js.map +1 -0
  91. package/dist/features/chapters-v2/utils/node-card-utils.js +9 -9
  92. package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
  93. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js +4 -4
  94. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js.map +1 -1
  95. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js +85 -85
  96. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js.map +1 -1
  97. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +121 -98
  98. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -1
  99. package/dist/features/circle-games/game-launcher/hooks/use-table-infinite-launcher-journey/use-table-infinite-launcher-journey.js +29 -28
  100. package/dist/features/circle-games/game-launcher/hooks/use-table-infinite-launcher-journey/use-table-infinite-launcher-journey.js.map +1 -1
  101. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js +43 -42
  102. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js.map +1 -1
  103. package/dist/features/circle-games/games/tutorial/tutorial.js +43 -35
  104. package/dist/features/circle-games/games/tutorial/tutorial.js.map +1 -1
  105. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input-styled.js +2 -2
  106. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input-styled.js.map +1 -1
  107. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input.js +1 -1
  108. package/dist/features/circle-games/sign-up/comp/grade-input/grade-input.js.map +1 -1
  109. package/dist/features/circle-games/sign-up/comp/username-input/username-input.js +26 -24
  110. package/dist/features/circle-games/sign-up/comp/username-input/username-input.js.map +1 -1
  111. package/dist/features/circle-games/sign-up/constants.js +3 -1
  112. package/dist/features/circle-games/sign-up/constants.js.map +1 -1
  113. package/dist/features/communication/pub-sub/constants.js +7 -4
  114. package/dist/features/communication/pub-sub/constants.js.map +1 -1
  115. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +42 -42
  116. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
  117. package/dist/features/homework/homework-card-view.js +85 -97
  118. package/dist/features/homework/homework-card-view.js.map +1 -1
  119. package/dist/features/homework/homework-card.js +44 -42
  120. package/dist/features/homework/homework-card.js.map +1 -1
  121. package/dist/features/homework/hw-card-list/hw-card-list-view.js +31 -29
  122. package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
  123. package/dist/features/homework/hw-card-list/hw-card-list.js +54 -48
  124. package/dist/features/homework/hw-card-list/hw-card-list.js.map +1 -1
  125. package/dist/features/homework/utils.js +33 -27
  126. package/dist/features/homework/utils.js.map +1 -1
  127. package/dist/features/journey/comps/coachmark/coachmark.js +29 -27
  128. package/dist/features/journey/comps/coachmark/coachmark.js.map +1 -1
  129. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js +17 -11
  130. package/dist/features/journey/hooks/use-home-page-journey/tooltip-item.js.map +1 -1
  131. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js +72 -0
  132. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-assigned.js.map +1 -0
  133. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js +59 -0
  134. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js.map +1 -0
  135. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js +63 -0
  136. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-dashboard-journey.js.map +1 -0
  137. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js +67 -0
  138. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-intro-journey.js.map +1 -0
  139. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js +70 -0
  140. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-progress-journey.js.map +1 -0
  141. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js +59 -0
  142. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js.map +1 -0
  143. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js +59 -0
  144. package/dist/features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js.map +1 -0
  145. package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js +70 -0
  146. package/dist/features/journey/hooks/use-puzzles-journey/use-teacher-puzzle-assigned-journey.js.map +1 -0
  147. package/dist/features/journey/journey-id/journey-id-student.js +2 -2
  148. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  149. package/dist/features/journey/journey-id/journey-id-teacher.js +2 -2
  150. package/dist/features/journey/journey-id/journey-id-teacher.js.map +1 -1
  151. package/dist/features/journey/use-journey/journey-context-provider.js +73 -72
  152. package/dist/features/journey/use-journey/journey-context-provider.js.map +1 -1
  153. package/dist/features/journey/use-journey/journey-styled.js +6 -4
  154. package/dist/features/journey/use-journey/journey-styled.js.map +1 -1
  155. package/dist/features/puzzles/api/puzzle-dashboard.js +10 -0
  156. package/dist/features/puzzles/api/puzzle-dashboard.js.map +1 -0
  157. package/dist/features/puzzles/app/puzzle-app-styled.js +85 -0
  158. package/dist/features/puzzles/app/puzzle-app-styled.js.map +1 -0
  159. package/dist/features/puzzles/app/puzzle-app-view.js +120 -0
  160. package/dist/features/puzzles/app/puzzle-app-view.js.map +1 -0
  161. package/dist/features/puzzles/app/puzzle-app.js +62 -0
  162. package/dist/features/puzzles/app/puzzle-app.js.map +1 -0
  163. package/dist/features/puzzles/comps/puzzle-card-styled.js +24 -69
  164. package/dist/features/puzzles/comps/puzzle-card-styled.js.map +1 -1
  165. package/dist/features/puzzles/comps/puzzle-card.js +79 -30
  166. package/dist/features/puzzles/comps/puzzle-card.js.map +1 -1
  167. package/dist/features/puzzles/constants/puzzle-container.js +8 -0
  168. package/dist/features/puzzles/constants/puzzle-container.js.map +1 -0
  169. package/dist/features/puzzles/puzzle-analytics-events.js +11 -0
  170. package/dist/features/puzzles/puzzle-analytics-events.js.map +1 -0
  171. package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js +55 -25
  172. package/dist/features/puzzles/puzzle-container/puzzle-container-styled.js.map +1 -1
  173. package/dist/features/puzzles/puzzle-container/puzzle-container-view.js +55 -0
  174. package/dist/features/puzzles/puzzle-container/puzzle-container-view.js.map +1 -0
  175. package/dist/features/puzzles/puzzle-container/puzzle-container.js +100 -107
  176. package/dist/features/puzzles/puzzle-container/puzzle-container.js.map +1 -1
  177. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js +37 -0
  178. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard-styled.js.map +1 -0
  179. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js +110 -0
  180. package/dist/features/puzzles/puzzle-dashboard/puzzle-dashboard.js.map +1 -0
  181. package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js +1 -1
  182. package/dist/features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js.map +1 -1
  183. package/dist/features/puzzles/utils/puzzle-pattern.js +28 -13
  184. package/dist/features/puzzles/utils/puzzle-pattern.js.map +1 -1
  185. package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js +6 -0
  186. package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js.map +1 -0
  187. package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js +12 -60
  188. package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js.map +1 -1
  189. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +72 -77
  190. package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
  191. package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js +63 -0
  192. package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js.map +1 -0
  193. package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js +21 -0
  194. package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js.map +1 -0
  195. package/dist/features/ui/buttons/button/button.js +41 -38
  196. package/dist/features/ui/buttons/button/button.js.map +1 -1
  197. package/dist/features/ui/buttons/icon-button/icon-button.js +31 -27
  198. package/dist/features/ui/buttons/icon-button/icon-button.js.map +1 -1
  199. package/dist/features/ui/buttons/text-button/text-button.js +26 -22
  200. package/dist/features/ui/buttons/text-button/text-button.js.map +1 -1
  201. package/dist/features/ui/drawer/drawer-styled.js +34 -0
  202. package/dist/features/ui/drawer/drawer-styled.js.map +1 -0
  203. package/dist/features/ui/drawer/drawer.js +42 -0
  204. package/dist/features/ui/drawer/drawer.js.map +1 -0
  205. package/dist/features/ui/error/error.js +65 -27
  206. package/dist/features/ui/error/error.js.map +1 -1
  207. package/dist/features/ui/grade-selector/grade-selector.js +33 -27
  208. package/dist/features/ui/grade-selector/grade-selector.js.map +1 -1
  209. package/dist/features/ui/image/image.js +1 -1
  210. package/dist/features/ui/image/image.js.map +1 -1
  211. package/dist/features/ui/lottie-animation/lottie-animation.js +25 -29
  212. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
  213. package/dist/features/ui/modals/modal-styled.js +34 -58
  214. package/dist/features/ui/modals/modal-styled.js.map +1 -1
  215. package/dist/features/ui/modals/modal.js +40 -14
  216. package/dist/features/ui/modals/modal.js.map +1 -1
  217. package/dist/features/ui/nudge/nudge-styled.js +14 -7
  218. package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
  219. package/dist/features/ui/nudge/nudge.js +13 -12
  220. package/dist/features/ui/nudge/nudge.js.map +1 -1
  221. package/dist/features/{stickers/sticker-selector/sticker-selector-styles.js → ui/sticker-grid/sticker-grid-styles.js} +3 -4
  222. package/dist/features/ui/sticker-grid/sticker-grid-styles.js.map +1 -0
  223. package/dist/features/ui/sticker-grid/sticker-grid.js +24 -0
  224. package/dist/features/ui/sticker-grid/sticker-grid.js.map +1 -0
  225. package/dist/features/ui/sticker-grid/sticker.js +57 -0
  226. package/dist/features/ui/sticker-grid/sticker.js.map +1 -0
  227. package/dist/features/ui/stickers/constants.js +6 -0
  228. package/dist/features/ui/stickers/constants.js.map +1 -0
  229. package/dist/features/{stickers/stickers-effects/effects.js → ui/stickers/stickers-effects.js} +6 -6
  230. package/dist/features/ui/stickers/stickers-effects.js.map +1 -0
  231. package/dist/features/{stickers/stickers-effects/stickers-effects-styled.js → ui/stickers/stickers-styled.js} +2 -2
  232. package/dist/features/ui/stickers/stickers-styled.js.map +1 -0
  233. package/dist/features/ui/stickers/stickers-utils.js +91 -0
  234. package/dist/features/ui/stickers/stickers-utils.js.map +1 -0
  235. package/dist/features/ui/stickers/stickers.js +40 -0
  236. package/dist/features/ui/stickers/stickers.js.map +1 -0
  237. package/dist/features/ui/streak-icon/streak-icon-styled.js +13 -13
  238. package/dist/features/ui/streak-icon/streak-icon-styled.js.map +1 -1
  239. package/dist/features/ui/streak-icon/streak-icon.js +17 -15
  240. package/dist/features/ui/streak-icon/streak-icon.js.map +1 -1
  241. package/dist/features/ui/tab/tab.js +30 -26
  242. package/dist/features/ui/tab/tab.js.map +1 -1
  243. package/dist/features/ui/text/text.js +40 -36
  244. package/dist/features/ui/text/text.js.map +1 -1
  245. package/dist/features/ui/theme/button.js +78 -78
  246. package/dist/features/ui/theme/button.js.map +1 -1
  247. package/dist/features/ui/theme/constants.js +4 -2
  248. package/dist/features/ui/theme/constants.js.map +1 -1
  249. package/dist/features/ui/theme/get-device.js +3 -3
  250. package/dist/features/ui/theme/get-device.js.map +1 -1
  251. package/dist/features/worksheet/worksheet/constants.js +12 -13
  252. package/dist/features/worksheet/worksheet/constants.js.map +1 -1
  253. package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js +28 -0
  254. package/dist/features/worksheet/worksheet/hooks/use-worksheet-journey.js.map +1 -0
  255. package/dist/features/worksheet/worksheet/worksheet-helpers.js +20 -19
  256. package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
  257. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +29 -25
  258. package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
  259. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js +101 -47
  260. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js.map +1 -1
  261. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +244 -255
  262. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
  263. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +242 -207
  264. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
  265. package/dist/features/worksheet/worksheet/worksheet-styled.js +45 -36
  266. package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
  267. package/dist/features/worksheet/worksheet/worksheet-types.js.map +1 -1
  268. package/dist/features/worksheet/worksheet/worksheet.js +321 -325
  269. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  270. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js +1 -1
  271. package/dist/features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js.map +1 -1
  272. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js +44 -35
  273. package/dist/features/worksheet/worksheet-preview/worksheet-preview.js.map +1 -1
  274. package/dist/index.d.ts +281 -61
  275. package/dist/index.js +585 -537
  276. package/dist/index.js.map +1 -1
  277. package/dist/static/animated-avatar.1ad58b1d.json +1 -0
  278. package/dist/static/animated-avatar.69b07505.json +1 -0
  279. package/dist/static/animated-avatar.9c560b46.json +1 -0
  280. package/dist/static/calendar-purple.1a840b41.svg +1 -0
  281. package/dist/static/flying-disk.c7f6ed39.json +1 -0
  282. package/dist/static/graduation-cap.3be3340a.json +1 -0
  283. package/dist/static/handshake.287e7dfb.svg +1 -0
  284. package/dist/static/light-bulb.c6db0b23.json +1 -0
  285. package/dist/static/money.332aacf1.svg +1 -0
  286. package/dist/static/muscle.9bcfb8a7.json +1 -0
  287. package/dist/static/nudge-tap.0591aef4.json +1 -0
  288. package/dist/static/parent-avatar.822c7b9b.svg +1 -0
  289. package/dist/static/pencil.23df9da0.json +1 -0
  290. package/dist/static/plus-sign.de6af957.json +1 -0
  291. package/dist/static/puzzle-blue-lottie.7017e2e8.json +1 -0
  292. package/dist/static/puzzle-blue-lottie.bf64ebc5.json +12760 -0
  293. package/dist/static/puzzle-dashboard-banner.b7956519.svg +1 -0
  294. package/dist/static/puzzle-green-lottie.1da90698.json +1 -0
  295. package/dist/static/puzzle-orange-lottie.cfcf3724.json +1 -0
  296. package/dist/static/puzzle-pattern-blue.abff0164.svg +1 -0
  297. package/dist/static/puzzle-pattern-green.b8ba1840.svg +1 -0
  298. package/dist/static/puzzle-pattern-orange.3f5a17ff.svg +1 -0
  299. package/dist/static/puzzle-pattern-purple.14b09759.svg +1 -0
  300. package/dist/static/puzzle-pattern-yellow.50917fab.svg +1 -0
  301. package/dist/static/puzzle-purple-lottie.e70de110.json +9860 -0
  302. package/dist/static/puzzle-yellow-lottie.275b5cf4.json +1 -0
  303. package/dist/static/racing-car.2cbf864e.json +1 -0
  304. package/dist/static/rocket.0a3ccab0.json +1 -0
  305. package/dist/static/shovel.abeec04c.json +1 -0
  306. package/dist/static/trustpilot.bd3d79e1.svg +1 -0
  307. package/package.json +1 -1
  308. package/dist/features/hooks/use-viewport/use-viewport.js +0 -22
  309. package/dist/features/hooks/use-viewport/use-viewport.js.map +0 -1
  310. package/dist/features/stickers/sticker-data.js +0 -234
  311. package/dist/features/stickers/sticker-data.js.map +0 -1
  312. package/dist/features/stickers/sticker-selector/sticker-selector-styles.js.map +0 -1
  313. package/dist/features/stickers/sticker-selector/sticker-selector.js +0 -25
  314. package/dist/features/stickers/sticker-selector/sticker-selector.js.map +0 -1
  315. package/dist/features/stickers/sticker-selector/sticker.js +0 -57
  316. package/dist/features/stickers/sticker-selector/sticker.js.map +0 -1
  317. package/dist/features/stickers/stickers-effects/effects.js.map +0 -1
  318. package/dist/features/stickers/stickers-effects/stickers-effects-styled.js.map +0 -1
  319. package/dist/features/stickers/stickers-effects/stickers-effects-utils.js +0 -93
  320. package/dist/features/stickers/stickers-effects/stickers-effects-utils.js.map +0 -1
  321. package/dist/features/stickers/stickers-effects/stickers-effects.js +0 -39
  322. package/dist/features/stickers/stickers-effects/stickers-effects.js.map +0 -1
  323. package/dist/static/nudge-tap.5cb30093.json +0 -1057
  324. package/dist/static/puzzle-pattern-blue.f4bea1ee.svg +0 -1
  325. package/dist/static/puzzle-pattern-green.c9f84bbc.svg +0 -1
  326. package/dist/static/puzzle-pattern-orange.3da09665.svg +0 -1
  327. package/dist/static/puzzle-pattern-purple.5fb5a319.svg +0 -1
  328. package/dist/static/puzzle-pattern-yellow.aadbf457.svg +0 -1
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1 @@
1
+ {"v":"5.12.1","fr":30,"ip":0,"op":274,"w":420,"h":420,"nm":"Vinnie-3-lottie 2","ddd":0,"assets":[{"id":"comp_0","nm":"Vinnie-3-lottie","fr":30,"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Hand","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":293,"s":[100]},{"t":294,"s":[0]}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":248,"s":[-35.791]},{"i":{"x":[0],"y":[1.054]},"o":{"x":[0.333],"y":[0]},"t":256,"s":[-14.791]},{"i":{"x":[0],"y":[2.254]},"o":{"x":[0.167],"y":[0]},"t":270,"s":[3.209]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":288,"s":[3.209]},{"t":297,"s":[-35.791]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0.06,"y":1},"o":{"x":0.1,"y":0},"t":248,"s":[582.725,529.987,0],"to":[-60.225,46.013,0],"ti":[2.875,2.942,0]},{"i":{"x":0.288,"y":0.197},"o":{"x":0.125,"y":0},"t":256,"s":[482.725,538.897,0],"to":[-2.875,-2.942,0],"ti":[-1.75,-0.742,0]},{"i":{"x":0.822,"y":1},"o":{"x":0.629,"y":0.874},"t":266,"s":[482.85,532.237,0],"to":[0.903,0.383,0],"ti":[0,-0.058,0]},{"i":{"x":0.822,"y":1},"o":{"x":0.125,"y":0},"t":276,"s":[482.725,538.897,0],"to":[0.024,-0.034,0],"ti":[-0.062,0.129,0]},{"i":{"x":0.551,"y":0},"o":{"x":0.155,"y":0},"t":288,"s":[482.725,538.897,0],"to":[-1.664,-0.042,0],"ti":[1.044,3.309,0]},{"i":{"x":0.907,"y":1},"o":{"x":0.356,"y":0.234},"t":291,"s":[471.212,526.612,0],"to":[-0.033,0.228,0],"ti":[-35.856,27.395,0]},{"t":297,"s":[582.725,529.987,0]}],"ix":2,"l":2},"a":{"a":0,"k":[0,22.554,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0,0,0.833],"y":[1,1,1]},"o":{"x":[0.167,0.167,0.167],"y":[0,0,0]},"t":250,"s":[0,0,100]},{"i":{"x":[0,0,0.667],"y":[1,1,1]},"o":{"x":[0.123,0.123,0.333],"y":[0,0,0]},"t":256,"s":[100,100,100]},{"i":{"x":[0,0,0.667],"y":[1,1,1]},"o":{"x":[0.769,0.769,0.333],"y":[0,0,0]},"t":265,"s":[110,110,100]},{"i":{"x":[0.833,0.833,0.833],"y":[1,1,1]},"o":{"x":[0.769,0.769,0.333],"y":[0,0,0]},"t":288,"s":[110,110,100]},{"t":295,"s":[0,0,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-13.202,0],[0,13.256],[-13.202,0],[0,0],[0,0],[0,0],[0,-13.256],[0,0],[0,0],[13.202,0],[0,0],[0,13.256],[-13.202,0],[0,13.256]],"o":[[-13.202,0],[0,-13.256],[0,0],[0,0],[0,0],[13.202,0],[0,0],[0,0],[0,13.256],[0,0],[-13.202,0],[0,-13.256],[-13.202,0],[0,-13.256]],"v":[[-47.173,16.483],[-71.078,-7.518],[-47.173,-31.52],[-4.879,-31.52],[45.33,-31.52],[47.173,-31.52],[71.078,-7.518],[71.078,86.888],[71.078,88.488],[47.173,112.489],[-47.173,112.489],[-71.078,88.488],[-47.173,64.486],[-71.078,40.485]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ind":1,"ty":"sh","ix":2,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[12.431,16.483],[-47.173,16.483]],"c":false},"ix":2},"nm":"Path 3","mn":"ADBE Vector Shape - Group","hd":false},{"ind":2,"ty":"sh","ix":3,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[12.431,64.486],[-47.173,64.486]],"c":false},"ix":2},"nm":"Path 4","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6.865,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.917647058824,0.980392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[55.71,55.71],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector","np":5,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":247,"op":293,"st":248,"ct":1,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Thumb","parent":1,"sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":292,"s":[100]},{"t":293,"s":[0]}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":256,"s":[-94.44]},{"t":269,"s":[-16.44]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":256,"s":[16.592,-9.752,0],"to":[0.961,-0.722,0],"ti":[-0.961,0.722,0]},{"t":269,"s":[22.358,-14.082,0]}],"ix":2,"l":2},"a":{"a":0,"k":[17.406,-17.56,0],"ix":1,"l":2},"s":{"a":0,"k":[98.333,101.696,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-10.872,-3.955],[6.555,-13.042],[5.105,-14.966],[0,0],[-12.909,24.685]],"o":[[13.679,4.977],[-8.078,16.073],[0,0],[6.712,-23.642],[5.375,-10.279]],"v":[[51.665,-111.066],[64.686,-76.976],[45.33,-31.52],[-4.879,-31.52],[23.239,-100.236]],"c":true},"ix":2},"nm":"Path 2","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":6.865,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.992156862745,0.917647058824,0.980392156863,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[55.71,55.71],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Vector","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":247,"op":293,"st":248,"ct":1,"bm":0},{"ddd":0,"ind":3,"ty":0,"nm":"shuffle","refId":"comp_1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.7],"y":[0]},"t":234,"s":[100]},{"t":239,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":386,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.7],"y":[0]},"t":234,"s":[372]},{"t":239,"s":[388]}],"ix":4}},"a":{"a":0,"k":[386,372,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":772,"h":744,"ip":222,"op":242,"st":24,"bm":0},{"ddd":0,"ind":4,"ty":0,"nm":"shuffle","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":386,"ix":3},"y":{"a":0,"k":372,"ix":4}},"a":{"a":0,"k":[386,372,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":772,"h":744,"ip":210,"op":223,"st":12,"bm":0},{"ddd":0,"ind":5,"ty":0,"nm":"shuffle","refId":"comp_1","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":386,"ix":3},"y":{"a":0,"k":372,"ix":4}},"a":{"a":0,"k":[386,372,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":772,"h":744,"ip":198,"op":211,"st":0,"bm":0},{"ddd":0,"ind":6,"ty":4,"nm":"Shape Layer 4","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":187,"s":[0]},{"t":198,"s":[50]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":187,"s":[510.965,584.965,0],"to":[0,-5.167,0],"ti":[0.667,1.167,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":198,"s":[510.965,553.965,0],"to":[-14.167,-5.167,0],"ti":[14.167,0,0]},{"t":210,"s":[425.965,553.965,0]}],"ix":2,"l":2},"a":{"a":0,"k":[189.965,110.965,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.3,0.3,0.3],"y":[1,1,1]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0]},"t":198,"s":[80,80,100]},{"t":210,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.93,79.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":17,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[189.965,110.965],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":187,"op":198,"st":-4,"ct":1,"bm":0},{"ddd":0,"ind":7,"ty":4,"nm":"Shape Layer 3","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":187,"s":[0]},{"t":198,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":187,"s":[425.965,584.965,0],"to":[0,-5.167,0],"ti":[0.667,1.167,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":198,"s":[425.965,553.965,0],"to":[-14.167,-5.167,0],"ti":[14.167,0,0]},{"t":210,"s":[340.965,553.965,0]}],"ix":2,"l":2},"a":{"a":0,"k":[189.965,110.965,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.3,0.3,0.3],"y":[1,1,1]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0]},"t":198,"s":[100,100,100]},{"t":210,"s":[80,80,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.93,79.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":17,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[189.965,110.965],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":187,"op":198,"st":-4,"ct":1,"bm":0},{"ddd":0,"ind":8,"ty":4,"nm":"Shape Layer 5","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":187,"s":[0]},{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.7],"y":[0]},"t":198,"s":[50]},{"t":205,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":187,"s":[340.965,584.965,0],"to":[0,-5.167,0],"ti":[0.167,0.667,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":198,"s":[340.965,553.965,0],"to":[-13.167,-5.167,0],"ti":[13.167,0,0]},{"t":210,"s":[261.965,553.965,0]}],"ix":2,"l":2},"a":{"a":0,"k":[189.965,110.965,0],"ix":1,"l":2},"s":{"a":0,"k":[80,80,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.93,79.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":17,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[189.965,110.965],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":187,"op":198,"st":-4,"ct":1,"bm":0},{"ddd":0,"ind":9,"ty":4,"nm":"Shape Layer 1","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":136,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":143,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":183.615,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.182],"y":[0]},"t":186,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":187,"s":[0]},{"t":195,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.025,"y":0},"t":135,"s":[522.807,548.871,0],"to":[-15.557,13.129,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":148,"s":[480.307,568.871,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.975,"y":1},"o":{"x":1,"y":0},"t":182,"s":[480.307,568.871,0],"to":[0,0,0],"ti":[-0.557,-0.871,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.184,"y":0},"t":186,"s":[478.307,596.121,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.025,"y":0},"t":187,"s":[522.807,548.871,0],"to":[-15.557,13.129,0],"ti":[0,0,0]},{"t":200,"s":[480.307,568.871,0]}],"ix":2,"l":2},"a":{"a":0,"k":[-13.693,192.871,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0],[0,0],[0,0]],"o":[[0,0],[0,0],[0,0],[0,0]],"v":[[118.242,-1.742],[82.371,82.371],[7.629,82.742],[43.5,-1.371]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[-76.629,152.371],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":135,"op":188,"st":135,"ct":1,"bm":0},{"ddd":0,"ind":10,"ty":4,"nm":"Shape Layer 2","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":136,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":143,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":182,"s":[100]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.176],"y":[0]},"t":185,"s":[0]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":187,"s":[0]},{"t":195,"s":[100]}],"ix":11},"r":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":149,"s":[-46]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":152,"s":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":154,"s":[-46]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":157,"s":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":159,"s":[-46]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":162,"s":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":164,"s":[-46]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":167,"s":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":169,"s":[-46]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":172,"s":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":174,"s":[-46]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":176.4,"s":[-40]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":178,"s":[-46]},{"t":181,"s":[-40]}],"ix":10},"p":{"a":1,"k":[{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":140,"s":[469.754,600,0],"to":[6.25,-6.25,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":150,"s":[507.254,562.5,0],"to":[0,0,0],"ti":[-0.167,-1.583,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":154,"s":[464.754,559.5,0],"to":[0.167,1.583,0],"ti":[0.25,-2.5,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":159,"s":[508.254,572,0],"to":[-0.25,2.5,0],"ti":[0.708,-2.25,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":164.064,"s":[463.254,574.5,0],"to":[-0.708,2.25,0],"ti":[1.25,-2.125,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":169.032,"s":[504.004,585.5,0],"to":[-1.25,2.125,0],"ti":[0.792,-1.542,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":174,"s":[455.754,587.25,0],"to":[-0.792,1.542,0],"ti":[0.75,-1.917,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":178,"s":[499.254,594.75,0],"to":[-0.75,1.917,0],"ti":[8.083,-6.125,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.167,"y":0},"t":182,"s":[451.254,598.75,0],"to":[-0.083,-0.125,0],"ti":[-3.083,-0.208,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":187,"s":[450.754,631.5,0],"to":[3.083,0.208,0],"ti":[-3.167,5.25,0]},{"t":195,"s":[469.754,600,0]}],"ix":2,"l":2},"a":{"a":0,"k":[-45.246,309,0],"ix":1,"l":2},"s":{"a":0,"k":[131,131,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0,0],[0,0]],"o":[[0,0],[0,0]],"v":[[-56.25,250.438],[-34.25,250.438]],"c":false},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 2","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 2","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[-45.25,250.438],"ix":2},"a":{"a":0,"k":[-45.25,250.438],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.691223144531,0.220794677734,0.699188232422,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 2","np":2,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[0.718,0.776],[0,0],[0,0],[0.583,-0.965],[0,0],[0,0],[0,0],[0,0],[0,0]],"o":[[-0.668,-0.722],[0,0],[0,0],[-0.714,1.183],[0,0],[0,0],[0,0],[0,0],[0,0]],"v":[[-35.051,239.995],[-37.201,239.108],[-52.867,239.019],[-55.719,239.549],[-56.25,242.453],[-56.25,297],[-44.875,309],[-34.242,296.926],[-34.25,242.298]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.691223144531,0.220794677734,0.699188232422,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false}],"ip":135,"op":188,"st":135,"ct":1,"bm":0},{"ddd":0,"ind":11,"ty":3,"nm":"Face null","parent":23,"sr":1,"ks":{"o":{"a":0,"k":0,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[175.822,252.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[175.822,249.822,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[175.822,252.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":45,"s":[175.822,249.822,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.116,"y":0.311},"o":{"x":0.333,"y":0},"t":60,"s":[175.822,252.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0.16},"t":63,"s":[171.848,251.882,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":75,"s":[196.822,243.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":90,"s":[196.822,241.072,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":105,"s":[196.822,243.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":120,"s":[196.822,241.072,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.864,"y":0},"o":{"x":0.333,"y":0},"t":135,"s":[196.822,243.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.125,"y":0.096},"t":139.125,"s":[196.822,241.697,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":146,"s":[196.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":1,"y":0},"t":179,"s":[196.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.864,"y":0},"o":{"x":0.333,"y":0},"t":187,"s":[196.822,243.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.125,"y":0.096},"t":191.125,"s":[196.822,241.697,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":198,"s":[196.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":205,"s":[189.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":210,"s":[196.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":217,"s":[189.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":222,"s":[196.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":229,"s":[189.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":1,"y":0},"t":234,"s":[196.822,270.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":242,"s":[196.822,243.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":247,"s":[196.822,254.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":256,"s":[196.822,228.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.167,"y":0},"t":266,"s":[196.822,243.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":286,"s":[196.822,254.322,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0.299,"y":1},"o":{"x":0.333,"y":0},"t":292,"s":[196.822,238.322,0],"to":[0,0,0],"ti":[0,0,0]},{"t":300,"s":[196.822,243.322,0]}],"ix":2,"l":2},"a":{"a":0,"k":[50,50,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"ip":0,"op":450,"st":0,"bm":0},{"ddd":0,"ind":12,"ty":4,"nm":"Lids 2","parent":11,"tt":1,"tp":17,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":8.883,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110.195,52.279],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[285.012,277.284],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":17,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":22,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":27,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":63,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":67,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":71,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":112,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":116,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":120,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":136,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":140,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":144,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":179,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":183,"s":[283.24,241.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":187,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":191,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":195,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":234,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":238,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":242,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":257,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":261,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"t":265,"s":[283.24,284.731]}],"ix":2},"a":{"a":0,"k":[284.056,242.368],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Eyelid BOTTOM","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110.195,52.279],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[357.202,224.415],"ix":2},"a":{"a":0,"k":[-53,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":17,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":22,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":27,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":63,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":67,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":71,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":112,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":116,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":120,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":136,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":140,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":144,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":179,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.493,"y":0},"t":183,"s":[158.127,242.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":187,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":191,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":195,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":234,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":238,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":242,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":257,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":261,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"t":265,"s":[158.127,204.163]}],"ix":2},"a":{"a":0,"k":[284.056,242.368],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"EYELID TOP","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":13,"ty":4,"nm":"R stroke 2","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-72.117,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-18.624,1.224],[-1.224,-18.624],[18.624,-1.224],[1.224,18.625]],"o":[[18.624,-1.224],[1.224,18.624],[-18.625,1.224],[-1.224,-18.624]],"v":[[-2.216,-33.722],[33.722,-2.216],[2.217,33.722],[-33.722,2.216]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[282.713,252.261],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Eyeball","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":14,"ty":4,"nm":"R Fill Mask 2","parent":11,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-72.117,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-18.624,1.224],[-1.224,-18.624],[18.624,-1.224],[1.224,18.625]],"o":[[18.624,-1.224],[1.224,18.624],[-18.625,1.224],[-1.224,-18.624]],"v":[[-2.216,-33.722],[33.722,-2.216],[2.217,33.722],[-33.722,2.216]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.713,252.261],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[95,95],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Eyeball","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":15,"ty":4,"nm":"Lids 3","parent":11,"tt":1,"tp":14,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-72.117,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110.195,52.279],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[285.012,277.284],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":17,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":22,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":27,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":63,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":67,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":71,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":112,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":116,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":120,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":136,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":140,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":144,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":179,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":183,"s":[283.24,241.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":187,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":191,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":195,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":234,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":238,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":242,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":257,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":261,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"t":265,"s":[283.24,284.731]}],"ix":2},"a":{"a":0,"k":[284.056,242.368],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Eyelid BOTTOM","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110.195,52.279],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[357.202,224.415],"ix":2},"a":{"a":0,"k":[-53,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":17,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":22,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":27,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":63,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":67,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":71,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":112,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":116,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":120,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":136,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":140,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":144,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":179,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.493,"y":0},"t":183,"s":[158.127,242.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":187,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":191,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":195,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":234,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":238,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":242,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":257,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":261,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"t":265,"s":[158.127,204.163]}],"ix":2},"a":{"a":0,"k":[284.056,242.368],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"EYELID TOP","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":16,"ty":4,"nm":"R stroke","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":8.883,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-18.624,1.224],[-1.224,-18.624],[18.624,-1.224],[1.224,18.625]],"o":[[18.624,-1.224],[1.224,18.624],[-18.625,1.224],[-1.224,-18.624]],"v":[[-2.216,-33.722],[33.722,-2.216],[2.217,33.722],[-33.722,2.216]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[282.713,252.261],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Eyeball","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":17,"ty":4,"nm":"R Fill Mask","parent":11,"td":1,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":8.883,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-18.624,1.224],[-1.224,-18.624],[18.624,-1.224],[1.224,18.625]],"o":[[18.624,-1.224],[1.224,18.624],[-18.625,1.224],[-1.224,-18.624]],"v":[[-2.216,-33.722],[33.722,-2.216],[2.217,33.722],[-33.722,2.216]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.713,252.261],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[95,95],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Eyeball","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":18,"ty":4,"nm":"Lids","parent":11,"tt":1,"tp":17,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":8.883,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110.195,52.279],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[285.012,277.284],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":17,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":22,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":27,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":63,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":67,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":71,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":112,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":116,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":120,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":136,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":140,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":144,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":179,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":183,"s":[283.24,241.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":187,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":191,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":195,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":234,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":238,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"i":{"x":0.41,"y":0.41},"o":{"x":0.59,"y":0.59},"t":242,"s":[283.24,284.731],"to":[0,0],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":257,"s":[283.24,284.731],"to":[0,-7.167],"ti":[0,0]},{"i":{"x":0.41,"y":1},"o":{"x":0.59,"y":0},"t":261,"s":[283.24,241.731],"to":[0,0],"ti":[0,-7.167]},{"t":265,"s":[283.24,284.731]}],"ix":2},"a":{"a":0,"k":[284.056,242.368],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Eyelid BOTTOM","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[110.195,52.279],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":0,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[357.202,224.415],"ix":2},"a":{"a":0,"k":[-53,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929382324219,0.423522949219,0.937225341797,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":1,"k":[{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":17,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":22,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":27,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":63,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":67,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":71,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":112,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":116,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":120,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":136,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":140,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":144,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":179,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.667,"y":1},"o":{"x":0.493,"y":0},"t":183,"s":[158.127,242.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":187,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":191,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":195,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":234,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":238,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.333,"y":0.333},"t":242,"s":[158.127,204.163],"to":[0,0],"ti":[0,0]},{"i":{"x":0.506,"y":1},"o":{"x":0.513,"y":0},"t":257,"s":[158.127,204.163],"to":[0,6.333],"ti":[0,0]},{"i":{"x":0.533,"y":1},"o":{"x":0.493,"y":0},"t":261,"s":[158.127,242.163],"to":[0,0],"ti":[0,6.333]},{"t":265,"s":[158.127,204.163]}],"ix":2},"a":{"a":0,"k":[284.056,242.368],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"EYELID TOP","np":3,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":19,"ty":4,"nm":"Pupils","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.833,"y":0.833},"o":{"x":0.167,"y":0.167},"t":66,"s":[51.082,50.069,0],"to":[1.667,-0.333,0],"ti":[-1.667,0.333,0]},{"i":{"x":0.667,"y":0.667},"o":{"x":0.167,"y":0.167},"t":69,"s":[61.082,48.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.333,"y":0},"t":135,"s":[61.082,48.069,0],"to":[0,1.833,0],"ti":[0,-2.333,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":140,"s":[61.082,59.069,0],"to":[0,0,0],"ti":[0,-2.333,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":149,"s":[61.082,59.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":154,"s":[51.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":159,"s":[61.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":164,"s":[51.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":169,"s":[61.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":174,"s":[51.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":178,"s":[61.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":182,"s":[51.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":0},"o":{"x":0.208,"y":0.208},"t":185,"s":[61.082,47.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":187,"s":[61.082,47.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":0},"o":{"x":0.208,"y":0.208},"t":192,"s":[61.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":198,"s":[61.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":205,"s":[48.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":210,"s":[61.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":217,"s":[47.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":222,"s":[62.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":229,"s":[47.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"i":{"x":0,"y":1},"o":{"x":0.208,"y":0},"t":234,"s":[62.082,61.069,0],"to":[0,0,0],"ti":[0,0,0]},{"t":242,"s":[62.082,47.069,0]}],"ix":2,"l":2},"a":{"a":0,"k":[381.864,421.088,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.304,0],[0,-8.837],[8.837,0],[2.647,5.183],[0,0],[0.064,0.095]],"o":[[8.837,0],[0,8.837],[-6.22,0],[0.104,0.071],[0,0],[2.607,-5.298]],"v":[[0,-16],[16,0],[0,16],[-14.258,7.268],[1.625,0.125],[-14.364,-7.056]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[327.611,82.475],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"PUPIL 01","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[136.754,52.481],"ix":2},"a":{"a":0,"k":[282.155,251.943],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[341.239,421.838],"ix":2},"a":{"a":0,"k":[183.028,-116.987],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"R EYE 4","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ty":"gr","it":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-6.304,0],[0,-8.837],[8.837,0],[2.647,5.183],[0,0],[0.064,0.095]],"o":[[8.837,0],[0,8.837],[-6.22,0],[0.104,0.071],[0,0],[2.607,-5.298]],"v":[[0,-16],[16,0],[0,16],[-14.258,7.268],[1.625,0.125],[-14.364,-7.056]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":2,"lj":2,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[0,0,0,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[327.611,82.475],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"PUPIL 01","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[136.754,52.481],"ix":2},"a":{"a":0,"k":[282.155,251.943],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Group 1","np":1,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false},{"ty":"tr","p":{"a":0,"k":[422.489,420.338],"ix":2},"a":{"a":0,"k":[183.028,-116.987],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"R EYE 3","np":1,"cix":2,"bm":0,"ix":2,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":20,"ty":4,"nm":"R Fill 2","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":-72.117,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-18.624,1.224],[-1.224,-18.624],[18.624,-1.224],[1.224,18.625]],"o":[[18.624,-1.224],[1.224,18.624],[-18.625,1.224],[-1.224,-18.624]],"v":[[-2.216,-33.722],[33.722,-2.216],[2.217,33.722],[-33.722,2.216]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.713,252.261],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Eyeball","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":21,"ty":4,"nm":"R Fill","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":8.883,"ix":3},"y":{"a":0,"k":45.207,"ix":4}},"a":{"a":0,"k":[200.704,248.15,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-18.624,1.224],[-1.224,-18.624],[18.624,-1.224],[1.224,18.625]],"o":[[18.624,-1.224],[1.224,18.624],[-18.625,1.224],[-1.224,-18.624]],"v":[[-2.216,-33.722],[33.722,-2.216],[2.217,33.722],[-33.722,2.216]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[282.713,252.261],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Eyeball","np":2,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":461,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":22,"ty":4,"nm":"Mouth","parent":11,"sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":49.938,"ix":3},"y":{"a":0,"k":113.77,"ix":4}},"a":{"a":0,"k":[-253.562,150.27,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":1,"k":[{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":0,"s":[{"i":[[0,0],[-12.836,26.862]],"o":[[13.898,25.652],[6.413,-13.421]],"v":[[-288.375,145.348],[-218.703,145.638]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":15,"s":[{"i":[[0,0],[-12.836,26.862]],"o":[[13.898,25.652],[6.413,-13.421]],"v":[[-288.375,144.286],[-218.703,144.575]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":30,"s":[{"i":[[0,0],[-12.836,26.862]],"o":[[13.898,25.652],[6.413,-13.421]],"v":[[-288.375,145.348],[-218.703,145.638]],"c":false}]},{"i":{"x":0.667,"y":1},"o":{"x":0.333,"y":0},"t":45,"s":[{"i":[[0,0],[-12.836,26.862]],"o":[[13.898,25.652],[6.413,-13.421]],"v":[[-288.375,144.286],[-218.703,144.575]],"c":false}]},{"i":{"x":0.833,"y":0.833},"o":{"x":0.333,"y":0},"t":60,"s":[{"i":[[0,0],[-12.836,26.862]],"o":[[13.898,25.652],[6.413,-13.421]],"v":[[-288.375,145.348],[-218.703,145.638]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0.167},"t":64,"s":[{"i":[[0,0],[-14.19,19.471]],"o":[[8.825,14.591],[9.037,-10.541]],"v":[[-280.047,155.319],[-227.281,156.689]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":69,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.68,138.792],[-234.192,151.539]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":75,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.68,138.792],[-234.192,151.539]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":90,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.872,136.792],[-234.383,149.539]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":105,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.68,138.792],[-234.192,151.539]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":120,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.872,136.792],[-234.383,149.539]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0,"y":0},"t":135,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.68,138.792],[-234.192,151.539]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":140,"s":[{"i":[[0,0],[-28.308,14.946]],"o":[[0,0],[13.154,-6.945]],"v":[[-277.802,147.042],[-230.883,147.789]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":182,"s":[{"i":[[0,0],[-28.308,14.946]],"o":[[0,0],[13.154,-6.945]],"v":[[-277.802,147.042],[-230.883,147.789]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0,"y":0},"t":187,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.68,138.792],[-234.192,151.539]],"c":false}]},{"i":{"x":0,"y":1},"o":{"x":0.167,"y":0},"t":192,"s":[{"i":[[0,0],[-28.308,14.946]],"o":[[0,0],[13.154,-6.945]],"v":[[-277.802,147.042],[-230.883,147.789]],"c":false}]},{"i":{"x":0.833,"y":1},"o":{"x":0.167,"y":0},"t":234,"s":[{"i":[[0,0],[-28.308,14.946]],"o":[[0,0],[13.154,-6.945]],"v":[[-277.802,147.042],[-230.883,147.789]],"c":false}]},{"t":242,"s":[{"i":[[0,0],[-34.558,12.711]],"o":[[0,0],[13.961,-5.135]],"v":[[-279.68,138.792],[-234.192,151.539]],"c":false}]}],"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[0,0],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Shape 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":462,"st":0,"ct":1,"bm":0},{"ddd":0,"ind":23,"ty":4,"nm":"BODY","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":377.386,"ix":3},"y":{"a":1,"k":[{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":0,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":15,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":30,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":45,"s":[416.588]},{"i":{"x":[0.833],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":60,"s":[421.588]},{"i":{"x":[0.575],"y":[0.561]},"o":{"x":[0.185],"y":[0]},"t":63,"s":[424.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.341],"y":[-0.884]},"t":71,"s":[420.842]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":75,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":90,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":105,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":120,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":135,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":148,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":161,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":174,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":187,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":198,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":211,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":222,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.167],"y":[0]},"t":235,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":242,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":257,"s":[416.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":272,"s":[421.588]},{"i":{"x":[0.667],"y":[1]},"o":{"x":[0.333],"y":[0]},"t":287,"s":[416.588]},{"t":302,"s":[421.588]}],"ix":4}},"a":{"a":0,"k":[171.208,253.41,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-76.929,0],[0,-76.236],[76.929,0],[0,76.236]],"o":[[76.929,0],[0,76.236],[-76.929,0],[0,-76.236]],"v":[[0,-138.037],[139.292,0],[0,138.037],[-139.292,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":4,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"tr","p":{"a":0,"k":[171.208,253.41],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"STROKE M","np":2,"cix":2,"bm":0,"ix":3,"mn":"ADBE Vector Group","hd":false},{"ty":"gr","it":[{"ind":0,"ty":"sh","ix":1,"ks":{"a":0,"k":{"i":[[-76.929,0],[0,-76.236],[76.929,0],[0,76.236]],"o":[[76.929,0],[0,76.236],[-76.929,0],[0,-76.236]],"v":[[0,-138.037],[139.292,0],[0,138.037],[-139.292,0]],"c":true},"ix":2},"nm":"Path 1","mn":"ADBE Vector Shape - Group","hd":false},{"ty":"fl","c":{"a":0,"k":[0.929411824544,0.423529441684,0.937254961799,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[171.208,253.41],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"FILL M","np":2,"cix":2,"bm":0,"ix":6,"mn":"ADBE Vector Group","hd":false}],"ip":0,"op":464,"st":0,"ct":1,"bm":0}]},{"id":"comp_1","nm":"shuffle","fr":30,"layers":[{"ddd":0,"ind":1,"ty":4,"nm":"Shape Layer 6","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.7],"y":[0]},"t":198,"s":[0]},{"t":210,"s":[50]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":198,"s":[560.965,553.965,0],"to":[-8.333,0,0],"ti":[8.333,0,0]},{"t":210,"s":[510.965,553.965,0]}],"ix":2,"l":2},"a":{"a":0,"k":[189.965,110.965,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.3,0.3,0.3],"y":[1,1,1]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0]},"t":198,"s":[80,80,100]},{"t":210,"s":[80,80,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.93,79.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":17,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[189.965,110.965],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":198,"op":219,"st":-4,"ct":1,"bm":0},{"ddd":0,"ind":2,"ty":4,"nm":"Shape Layer 9","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":183,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":198,"s":[50]},{"t":210,"s":[100]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":187,"s":[510.965,584.965,0],"to":[0,-5.167,0],"ti":[0.667,1.167,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":198,"s":[510.965,553.965,0],"to":[-14.167,-5.167,0],"ti":[14.167,0,0]},{"t":210,"s":[425.965,553.965,0]}],"ix":2,"l":2},"a":{"a":0,"k":[189.965,110.965,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.3,0.3,0.3],"y":[1,1,1]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0]},"t":198,"s":[80,80,100]},{"t":210,"s":[100,100,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.93,79.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":17,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[189.965,110.965],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":198,"op":219,"st":-4,"ct":1,"bm":0},{"ddd":0,"ind":3,"ty":4,"nm":"Shape Layer 8","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":183,"s":[0]},{"i":{"x":[0.833],"y":[0.833]},"o":{"x":[0.167],"y":[0.167]},"t":198,"s":[80]},{"t":210,"s":[50]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":187,"s":[425.965,584.965,0],"to":[0,-5.167,0],"ti":[0.667,1.167,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":198,"s":[425.965,553.965,0],"to":[-14.167,-5.167,0],"ti":[14.167,0,0]},{"t":210,"s":[340.965,553.965,0]}],"ix":2,"l":2},"a":{"a":0,"k":[189.965,110.965,0],"ix":1,"l":2},"s":{"a":1,"k":[{"i":{"x":[0.3,0.3,0.3],"y":[1,1,1]},"o":{"x":[0.7,0.7,0.7],"y":[0,0,0]},"t":198,"s":[100,100,100]},{"t":210,"s":[80,80,100]}],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.93,79.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":17,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[189.965,110.965],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":198,"op":219,"st":-4,"ct":1,"bm":0},{"ddd":0,"ind":4,"ty":4,"nm":"Shape Layer 7","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.167],"y":[0.167]},"t":183,"s":[0]},{"i":{"x":[0.3],"y":[1]},"o":{"x":[0.7],"y":[0]},"t":198,"s":[50]},{"t":205,"s":[0]}],"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"a":1,"k":[{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":187,"s":[340.965,584.965,0],"to":[0,-5.167,0],"ti":[0.167,0.667,0]},{"i":{"x":0.3,"y":1},"o":{"x":0.7,"y":0},"t":198,"s":[340.965,553.965,0],"to":[-13.167,-5.167,0],"ti":[13.167,0,0]},{"t":210,"s":[261.965,553.965,0]}],"ix":2,"l":2},"a":{"a":0,"k":[189.965,110.965,0],"ix":1,"l":2},"s":{"a":0,"k":[80,80,100],"ix":6,"l":2}},"ao":0,"shapes":[{"ty":"gr","it":[{"ty":"rc","d":1,"s":{"a":0,"k":[79.93,79.93],"ix":2},"p":{"a":0,"k":[0,0],"ix":3},"r":{"a":0,"k":17,"ix":4},"nm":"Rectangle Path 1","mn":"ADBE Vector Shape - Rect","hd":false},{"ty":"st","c":{"a":0,"k":[0,0,0,1],"ix":3},"o":{"a":0,"k":100,"ix":4},"w":{"a":0,"k":0,"ix":5},"lc":1,"lj":1,"ml":4,"bm":0,"nm":"Stroke 1","mn":"ADBE Vector Graphic - Stroke","hd":false},{"ty":"fl","c":{"a":0,"k":[1,1,1,1],"ix":4},"o":{"a":0,"k":100,"ix":5},"r":1,"bm":0,"nm":"Fill 1","mn":"ADBE Vector Graphic - Fill","hd":false},{"ty":"tr","p":{"a":0,"k":[189.965,110.965],"ix":2},"a":{"a":0,"k":[0,0],"ix":1},"s":{"a":0,"k":[100,100],"ix":3},"r":{"a":0,"k":0,"ix":6},"o":{"a":0,"k":100,"ix":7},"sk":{"a":0,"k":0,"ix":4},"sa":{"a":0,"k":0,"ix":5},"nm":"Transform"}],"nm":"Rectangle 1","np":3,"cix":2,"bm":0,"ix":1,"mn":"ADBE Vector Group","hd":false}],"ip":198,"op":219,"st":-4,"ct":1,"bm":0}]}],"layers":[{"ddd":0,"ind":1,"ty":0,"nm":"Vinnie-3-lottie","refId":"comp_0","sr":1,"ks":{"o":{"a":0,"k":100,"ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":219,"ix":3},"y":{"a":0,"k":160,"ix":4}},"a":{"a":0,"k":[386,372,0],"ix":1,"l":2},"s":{"a":0,"k":[100,100,100],"ix":6,"l":2}},"ao":0,"w":772,"h":744,"ip":0,"op":420,"st":-30,"bm":0}],"markers":[],"props":{}}