@cuemath/leap 3.2.17-j1 → 3.2.17-mb
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.
- package/dist/assets/illustrations/illustrations.js +0 -5
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/assets/lottie/lottie.js +1 -11
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/auth/account-selector/account-selector.js +25 -26
- package/dist/features/auth/account-selector/account-selector.js.map +1 -1
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js +14 -20
- package/dist/features/auth/comps/auth-page-layout/auth-page-layout.js.map +1 -1
- package/dist/features/auth/comps/resend-otp/resend-otp.js +47 -54
- package/dist/features/auth/comps/resend-otp/resend-otp.js.map +1 -1
- package/dist/features/auth/comps/tabs/tab-tem/tab-item.js +17 -29
- package/dist/features/auth/comps/tabs/tab-tem/tab-item.js.map +1 -1
- package/dist/features/auth/comps/tabs/tabs-styled.js +10 -22
- package/dist/features/auth/comps/tabs/tabs-styled.js.map +1 -1
- package/dist/features/auth/comps/tabs/tabs.js +5 -5
- package/dist/features/auth/comps/tabs/tabs.js.map +1 -1
- package/dist/features/auth/comps/user-list/user-item/user-item.js +31 -30
- package/dist/features/auth/comps/user-list/user-item/user-item.js.map +1 -1
- package/dist/features/auth/comps/user-list/user-list.js +34 -35
- package/dist/features/auth/comps/user-list/user-list.js.map +1 -1
- package/dist/features/auth/forgot-password/forgot-password-styled.js +15 -14
- package/dist/features/auth/forgot-password/forgot-password-styled.js.map +1 -1
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js +7 -6
- package/dist/features/auth/login/identifier-otp-form/identifier-otp-form-styled.js.map +1 -1
- package/dist/features/auth/login/login-styled.js +9 -8
- package/dist/features/auth/login/login-styled.js.map +1 -1
- package/dist/features/chapters-v2/utils/node-card-utils.js +7 -7
- package/dist/features/chapters-v2/utils/node-card-utils.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js +4 -4
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js +85 -85
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js.map +1 -1
- package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +98 -121
- package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -1
- package/dist/features/circle-games/game-launcher/hooks/use-table-infinite-launcher-journey/use-table-infinite-launcher-journey.js +28 -29
- package/dist/features/circle-games/game-launcher/hooks/use-table-infinite-launcher-journey/use-table-infinite-launcher-journey.js.map +1 -1
- package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js +42 -43
- package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js.map +1 -1
- package/dist/features/circle-games/games/tutorial/tutorial.js +35 -43
- package/dist/features/circle-games/games/tutorial/tutorial.js.map +1 -1
- package/dist/features/circle-games/sign-up/comp/grade-input/grade-input-styled.js +2 -2
- package/dist/features/circle-games/sign-up/comp/grade-input/grade-input-styled.js.map +1 -1
- package/dist/features/circle-games/sign-up/comp/grade-input/grade-input.js +1 -1
- package/dist/features/circle-games/sign-up/comp/grade-input/grade-input.js.map +1 -1
- package/dist/features/circle-games/sign-up/comp/username-input/username-input.js +24 -26
- package/dist/features/circle-games/sign-up/comp/username-input/username-input.js.map +1 -1
- package/dist/features/circle-games/sign-up/constants.js +1 -3
- package/dist/features/circle-games/sign-up/constants.js.map +1 -1
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +42 -42
- package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
- package/dist/features/hooks/use-viewport/use-viewport.js +22 -0
- package/dist/features/hooks/use-viewport/use-viewport.js.map +1 -0
- package/dist/features/journey/comps/coachmark/coachmark.js +27 -29
- package/dist/features/journey/comps/coachmark/coachmark.js.map +1 -1
- package/dist/features/journey/journey-id/journey-id-student.js +2 -2
- package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
- package/dist/features/journey/use-journey/journey-context-provider.js +72 -73
- package/dist/features/journey/use-journey/journey-context-provider.js.map +1 -1
- package/dist/features/journey/use-journey/journey-styled.js +4 -6
- package/dist/features/journey/use-journey/journey-styled.js.map +1 -1
- package/dist/features/stickers/sticker-data.js +234 -0
- package/dist/features/stickers/sticker-data.js.map +1 -0
- package/dist/features/{ui/sticker-grid/sticker-grid-styles.js → stickers/sticker-selector/sticker-selector-styles.js} +4 -3
- package/dist/features/stickers/sticker-selector/sticker-selector-styles.js.map +1 -0
- package/dist/features/stickers/sticker-selector/sticker-selector.js +25 -0
- package/dist/features/stickers/sticker-selector/sticker-selector.js.map +1 -0
- package/dist/features/stickers/sticker-selector/sticker.js +57 -0
- package/dist/features/stickers/sticker-selector/sticker.js.map +1 -0
- package/dist/features/{ui/stickers/stickers-effects.js → stickers/stickers-effects/effects.js} +6 -6
- package/dist/features/stickers/stickers-effects/effects.js.map +1 -0
- package/dist/features/{ui/stickers/stickers-styled.js → stickers/stickers-effects/stickers-effects-styled.js} +2 -2
- package/dist/features/stickers/stickers-effects/stickers-effects-styled.js.map +1 -0
- package/dist/features/{ui/stickers/stickers-utils.js → stickers/stickers-effects/stickers-effects-utils.js} +6 -6
- package/dist/features/stickers/stickers-effects/stickers-effects-utils.js.map +1 -0
- package/dist/features/stickers/stickers-effects/stickers-effects.js +39 -0
- package/dist/features/stickers/stickers-effects/stickers-effects.js.map +1 -0
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js +60 -12
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-styled.js.map +1 -1
- package/dist/features/ui/arrow-tooltip/arrow-tooltip.js +77 -72
- package/dist/features/ui/arrow-tooltip/arrow-tooltip.js.map +1 -1
- package/dist/features/ui/error/error.js +27 -65
- package/dist/features/ui/error/error.js.map +1 -1
- package/dist/features/ui/image/image.js +1 -1
- package/dist/features/ui/image/image.js.map +1 -1
- package/dist/features/ui/lottie-animation/lottie-animation.js +29 -25
- package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -1
- package/dist/features/ui/modals/modal-styled.js +58 -34
- package/dist/features/ui/modals/modal-styled.js.map +1 -1
- package/dist/features/ui/modals/modal.js +14 -40
- package/dist/features/ui/modals/modal.js.map +1 -1
- package/dist/features/ui/nudge/nudge-styled.js +7 -14
- package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
- package/dist/features/ui/nudge/nudge.js +12 -13
- package/dist/features/ui/nudge/nudge.js.map +1 -1
- package/dist/features/ui/streak-icon/streak-icon-styled.js +13 -13
- package/dist/features/ui/streak-icon/streak-icon-styled.js.map +1 -1
- package/dist/features/ui/streak-icon/streak-icon.js +15 -17
- package/dist/features/ui/streak-icon/streak-icon.js.map +1 -1
- package/dist/features/ui/text/text.js +36 -40
- package/dist/features/ui/text/text.js.map +1 -1
- package/dist/features/ui/theme/button.js +78 -78
- package/dist/features/ui/theme/button.js.map +1 -1
- package/dist/features/ui/theme/constants.js +2 -4
- package/dist/features/ui/theme/constants.js.map +1 -1
- package/dist/features/ui/theme/get-device.js +3 -3
- package/dist/features/ui/theme/get-device.js.map +1 -1
- package/dist/features/worksheet/worksheet/constants.js +13 -12
- package/dist/features/worksheet/worksheet/constants.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js +24 -24
- package/dist/features/worksheet/worksheet/worksheet-question/learnosity-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +260 -246
- package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet-styled.js +28 -37
- package/dist/features/worksheet/worksheet/worksheet-styled.js.map +1 -1
- package/dist/features/worksheet/worksheet/worksheet.js +164 -166
- package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
- package/dist/index.d.ts +55 -184
- package/dist/index.js +541 -579
- package/dist/index.js.map +1 -1
- package/dist/node_modules/query-string/base.js +1 -1
- package/dist/node_modules/query-string/node_modules/decode-uri-component/index.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/regex.js +5 -0
- package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/rng.js +2 -3
- package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js +10 -6
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/v4.js +9 -12
- package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/validate.js +8 -0
- package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +1 -0
- package/dist/static/nudge-tap.5cb30093.json +1057 -0
- package/package.json +1 -1
- package/dist/assets/line-icons/icons/after-noon.js +0 -34
- package/dist/assets/line-icons/icons/after-noon.js.map +0 -1
- package/dist/assets/line-icons/icons/apple-icon-white.js +0 -42
- package/dist/assets/line-icons/icons/apple-icon-white.js.map +0 -1
- package/dist/assets/line-icons/icons/cue-board-filled.js +0 -33
- package/dist/assets/line-icons/icons/cue-board-filled.js.map +0 -1
- package/dist/assets/line-icons/icons/cue-board.js +0 -23
- package/dist/assets/line-icons/icons/cue-board.js.map +0 -1
- package/dist/assets/line-icons/icons/evening.js +0 -35
- package/dist/assets/line-icons/icons/evening.js.map +0 -1
- package/dist/assets/line-icons/icons/hint-fill.js +0 -35
- package/dist/assets/line-icons/icons/hint-fill.js.map +0 -1
- package/dist/assets/line-icons/icons/morning.js +0 -35
- package/dist/assets/line-icons/icons/morning.js.map +0 -1
- package/dist/assets/line-icons/icons/screen-grab-filled.js +0 -35
- package/dist/assets/line-icons/icons/screen-grab-filled.js.map +0 -1
- package/dist/assets/line-icons/icons/screen-grab.js +0 -23
- package/dist/assets/line-icons/icons/screen-grab.js.map +0 -1
- package/dist/assets/line-icons/icons/sticker-filled.js +0 -64
- package/dist/assets/line-icons/icons/sticker-filled.js.map +0 -1
- package/dist/assets/line-icons/icons/sticker.js +0 -46
- package/dist/assets/line-icons/icons/sticker.js.map +0 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js +0 -9
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-constants.js.map +0 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +0 -52
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +0 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +0 -95
- package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +0 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text-styled.js +0 -10
- package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text-styled.js.map +0 -1
- package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text.js +0 -17
- package/dist/features/auth/comps/animated-avatar-message/animated-text/animated-text.js.map +0 -1
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js +0 -12
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar-styled.js.map +0 -1
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js +0 -34
- package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js.map +0 -1
- package/dist/features/auth/comps/otp-input/otp-input-styled.js +0 -22
- package/dist/features/auth/comps/otp-input/otp-input-styled.js.map +0 -1
- package/dist/features/auth/comps/otp-input/otp-input.js +0 -51
- package/dist/features/auth/comps/otp-input/otp-input.js.map +0 -1
- package/dist/features/auth/comps/pill-button/pill-button-styled.js +0 -44
- package/dist/features/auth/comps/pill-button/pill-button-styled.js.map +0 -1
- package/dist/features/auth/comps/pill-button/pill-button.js +0 -75
- package/dist/features/auth/comps/pill-button/pill-button.js.map +0 -1
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js +0 -17
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card-styled.js.map +0 -1
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js +0 -67
- package/dist/features/auth/comps/selectable-info-card/selectable-info-card.js.map +0 -1
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js +0 -19
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-constants.js.map +0 -1
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js +0 -32
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide-styled.js.map +0 -1
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js +0 -44
- package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js.map +0 -1
- package/dist/features/auth/pla-signup/signup-header/signup-header.js +0 -54
- package/dist/features/auth/pla-signup/signup-header/signup-header.js.map +0 -1
- package/dist/features/auth/pla-signup/signup-options/signup-options.js +0 -83
- package/dist/features/auth/pla-signup/signup-options/signup-options.js.map +0 -1
- package/dist/features/puzzles/app/puzzle-app-styled.js +0 -81
- package/dist/features/puzzles/app/puzzle-app-styled.js.map +0 -1
- package/dist/features/puzzles/app/puzzle-app-view.js +0 -120
- package/dist/features/puzzles/app/puzzle-app-view.js.map +0 -1
- package/dist/features/puzzles/app/puzzle-app.js +0 -62
- package/dist/features/puzzles/app/puzzle-app.js.map +0 -1
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js +0 -6
- package/dist/features/ui/arrow-tooltip/arrow-tooltip-constants.js.map +0 -1
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js +0 -63
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body-styled.js.map +0 -1
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js +0 -21
- package/dist/features/ui/arrow-tooltip/comps/tooltip-body.js.map +0 -1
- package/dist/features/ui/drawer/drawer-styled.js +0 -34
- package/dist/features/ui/drawer/drawer-styled.js.map +0 -1
- package/dist/features/ui/drawer/drawer.js +0 -42
- package/dist/features/ui/drawer/drawer.js.map +0 -1
- package/dist/features/ui/sticker-grid/sticker-grid-styles.js.map +0 -1
- package/dist/features/ui/sticker-grid/sticker-grid.js +0 -24
- package/dist/features/ui/sticker-grid/sticker-grid.js.map +0 -1
- package/dist/features/ui/sticker-grid/sticker.js +0 -57
- package/dist/features/ui/sticker-grid/sticker.js.map +0 -1
- package/dist/features/ui/stickers/constants.js +0 -6
- package/dist/features/ui/stickers/constants.js.map +0 -1
- package/dist/features/ui/stickers/stickers-effects.js.map +0 -1
- package/dist/features/ui/stickers/stickers-styled.js.map +0 -1
- package/dist/features/ui/stickers/stickers-utils.js.map +0 -1
- package/dist/features/ui/stickers/stickers.js +0 -40
- package/dist/features/ui/stickers/stickers.js.map +0 -1
- package/dist/node_modules/decode-uri-component/index.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/native.js +0 -7
- package/dist/node_modules/uuid/dist/esm-browser/native.js.map +0 -1
- package/dist/static/animated-avatar.1ad58b1d.json +0 -1
- package/dist/static/animated-avatar.69b07505.json +0 -1
- package/dist/static/animated-avatar.9c560b46.json +0 -1
- package/dist/static/calendar-purple.1a840b41.svg +0 -1
- package/dist/static/flying-disk.c7f6ed39.json +0 -1
- package/dist/static/graduation-cap.3be3340a.json +0 -1
- package/dist/static/handshake.287e7dfb.svg +0 -1
- package/dist/static/light-bulb.c6db0b23.json +0 -1
- package/dist/static/money.332aacf1.svg +0 -1
- package/dist/static/muscle.9bcfb8a7.json +0 -1
- package/dist/static/nudge-tap.0591aef4.json +0 -1
- package/dist/static/parent-avatar.822c7b9b.svg +0 -1
- package/dist/static/pencil.23df9da0.json +0 -1
- package/dist/static/plus-sign.de6af957.json +0 -1
- package/dist/static/racing-car.2cbf864e.json +0 -1
- package/dist/static/rocket.0a3ccab0.json +0 -1
- package/dist/static/shovel.abeec04c.json +0 -1
- package/dist/static/trustpilot.bd3d79e1.svg +0 -1
- /package/dist/node_modules/{decode-uri-component → query-string/node_modules/decode-uri-component}/index.js +0 -0
@@ -1 +0,0 @@
|
|
1
|
-
{"v":"5.12.1","fr":30,"ip":0,"op":274,"w":772,"h":744,"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":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":0,"op":420,"st":-30,"bm":0}],"markers":[],"props":{}}
|